framework/extensions/sticky/js/dist/forum.js
2018-09-21 01:04:13 +00:00

2 lines
3.5 KiB
JavaScript

module.exports=function(t){var o={};function n(e){if(o[e])return o[e].exports;var r=o[e]={i:e,l:!1,exports:{}};return t[e].call(r.exports,r,r.exports,n),r.l=!0,r.exports}return n.m=t,n.c=o,n.d=function(t,o,e){n.o(t,o)||Object.defineProperty(t,o,{enumerable:!0,get:e})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,o){if(1&o&&(t=n(t)),8&o)return t;if(4&o&&"object"==typeof t&&t&&t.__esModule)return t;var e=Object.create(null);if(n.r(e),Object.defineProperty(e,"default",{enumerable:!0,value:t}),2&o&&"string"!=typeof t)for(var r in t)n.d(e,r,function(o){return t[o]}.bind(null,r));return e},n.n=function(t){var o=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(o,"a",o),o},n.o=function(t,o){return Object.prototype.hasOwnProperty.call(t,o)},n.p="",n(n.s=13)}([function(t,o){t.exports=flarum.core.compat.extend},function(t,o){t.exports=flarum.core.compat.app},function(t,o){t.exports=flarum.core.compat["models/Discussion"]},function(t,o){t.exports=flarum.core.compat.Model},function(t,o){t.exports=flarum.core.compat["utils/DiscussionControls"]},function(t,o){t.exports=flarum.core.compat["components/EventPost"]},function(t,o){t.exports=flarum.core.compat["components/Badge"]},function(t,o){t.exports=flarum.core.compat["components/DiscussionPage"]},function(t,o){t.exports=flarum.core.compat["components/Button"]},function(t,o){t.exports=flarum.core.compat["components/DiscussionList"]},function(t,o){t.exports=flarum.core.compat["components/DiscussionListItem"]},function(t,o){t.exports=flarum.core.compat["utils/string"]},,function(t,o,n){"use strict";n.r(o);var e=n(1),r=n.n(e),c=n(3),i=n.n(c),s=n(2),a=n.n(s);var u=n(5),p=function(t){function o(){return t.apply(this,arguments)||this}!function(t,o){t.prototype=Object.create(o.prototype),t.prototype.constructor=t,t.__proto__=o}(o,t);var n=o.prototype;return n.icon=function(){return"fas fa-thumbtack"},n.descriptionKey=function(){return this.props.post.content().sticky?"flarum-sticky.forum.post_stream.discussion_stickied_text":"flarum-sticky.forum.post_stream.discussion_unstickied_text"},o}(n.n(u).a),f=n(0),l=n(6),d=n.n(l);var y=n(4),k=n.n(y),b=n(7),x=n.n(b),_=n(8),v=n.n(_);var h=n(9),S=n.n(h),j=n(10),O=n.n(j),P=n(11);r.a.initializers.add("flarum-sticky",function(){r.a.postComponents.discussionStickied=p,a.a.prototype.isSticky=i.a.attribute("isSticky"),a.a.prototype.canSticky=i.a.attribute("canSticky"),Object(f.extend)(a.a.prototype,"badges",function(t){this.isSticky()&&t.add("sticky",d.a.component({type:"sticky",label:app.translator.trans("flarum-sticky.forum.badge.sticky_tooltip"),icon:"fas fa-thumbtack"}),10)}),Object(f.extend)(k.a,"moderationControls",function(t,o){o.canSticky()&&t.add("sticky",v.a.component({children:app.translator.trans(o.isSticky()?"flarum-sticky.forum.discussion_controls.unsticky_button":"flarum-sticky.forum.discussion_controls.sticky_button"),icon:"fas fa-thumbtack",onclick:this.stickyAction.bind(o)}))}),k.a.stickyAction=function(){this.save({isSticky:!this.isSticky()}).then(function(){app.current instanceof x.a&&app.current.stream.update(),m.redraw()})},Object(f.extend)(S.a.prototype,"requestParams",function(t){t.include.push("firstPost")}),Object(f.extend)(O.a.prototype,"infoItems",function(t){var o=this.props.discussion;if(o.isSticky()&&!this.props.params.q&&!o.lastReadPostNumber()){var n=o.firstPost();if(n){var e=Object(P.truncate)(n.contentPlain(),175);t.add("excerpt",e,-100)}}})})}]);
//# sourceMappingURL=forum.js.map