mirror of
https://github.com/flarum/framework.git
synced 2025-01-12 06:24:00 +08:00
92f16d3300
Includes transpiled JS/TS. [skip ci]
2 lines
4.1 KiB
JavaScript
Generated
2 lines
4.1 KiB
JavaScript
Generated
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=15)}([function(t,o){t.exports=flarum.core.compat["forum/app"]},function(t,o){t.exports=flarum.core.compat["common/extend"]},function(t,o){t.exports=flarum.core.compat["common/models/Discussion"]},function(t,o){t.exports=flarum.core.compat["forum/components/DiscussionPage"]},function(t,o){t.exports=flarum.core.compat["forum/components/DiscussionListItem"]},,function(t,o){t.exports=flarum.core.compat["common/Model"]},function(t,o){t.exports=flarum.core.compat["forum/utils/DiscussionControls"]},function(t,o){t.exports=flarum.core.compat["forum/components/EventPost"]},function(t,o){t.exports=flarum.core.compat["common/components/Badge"]},function(t,o){t.exports=flarum.core.compat["common/components/Button"]},function(t,o){t.exports=flarum.core.compat["forum/states/DiscussionListState"]},function(t,o){t.exports=flarum.core.compat["forum/components/IndexPage"]},function(t,o){t.exports=flarum.core.compat["common/utils/string"]},function(t,o){t.exports=flarum.core.compat["common/utils/classList"]},function(t,o,n){"use strict";n.r(o);var e=n(0),r=n.n(e),c=n(6),s=n.n(c),i=n(2),a=n.n(i);function u(t,o){return(u=Object.setPrototypeOf||function(t,o){return t.__proto__=o,t})(t,o)}var f=n(8),p=function(t){var o,n;function e(){return t.apply(this,arguments)||this}n=t,(o=e).prototype=Object.create(n.prototype),o.prototype.constructor=o,u(o,n);var r=e.prototype;return r.icon=function(){return"fas fa-thumbtack"},r.descriptionKey=function(){return this.attrs.post.content().sticky?"flarum-sticky.forum.post_stream.discussion_stickied_text":"flarum-sticky.forum.post_stream.discussion_unstickied_text"},e}(n.n(f).a),l=n(1),d=n(9),y=n.n(d);var k=n(7),b=n.n(k),x=n(3),v=n.n(x),_=n(10),h=n.n(_);var S=n(11),O=n.n(S),j=n(4),P=n.n(j),g=n(12),D=n.n(g),M=n(13);var I=n(14),L=n.n(I);r.a.initializers.add("flarum-sticky",(function(){r.a.postComponents.discussionStickied=p,a.a.prototype.isSticky=s.a.attribute("isSticky"),a.a.prototype.canSticky=s.a.attribute("canSticky"),Object(l.extend)(a.a.prototype,"badges",(function(t){this.isSticky()&&t.add("sticky",y.a.component({type:"sticky",label:r.a.translator.trans("flarum-sticky.forum.badge.sticky_tooltip"),icon:"fas fa-thumbtack"}),10)})),Object(l.extend)(b.a,"moderationControls",(function(t,o){o.canSticky()&&t.add("sticky",h.a.component({icon:"fas fa-thumbtack",onclick:this.stickyAction.bind(o)},r.a.translator.trans(o.isSticky()?"flarum-sticky.forum.discussion_controls.unsticky_button":"flarum-sticky.forum.discussion_controls.sticky_button")))})),b.a.stickyAction=function(){this.save({isSticky:!this.isSticky()}).then((function(){r.a.current.matches(v.a)&&r.a.current.get("stream").update(),m.redraw()}))},Object(l.extend)(O.a.prototype,"requestParams",(function(t){(r.a.current.matches(D.a)||r.a.current.matches(v.a))&&t.include.push("firstPost")})),Object(l.extend)(P.a.prototype,"infoItems",(function(t){var o=this.attrs.discussion;if(o.isSticky()&&!this.attrs.params.q&&!o.lastReadPostNumber()){var n=o.firstPost();if(n){var e=Object(M.truncate)(n.contentPlain(),175);t.add("excerpt",m("div",null,e),-100)}}})),Object(l.extend)(P.a.prototype,"elementAttrs",(function(t){this.attrs.discussion.isSticky()&&(t.className=L()(t.className,"DiscussionListItem--sticky"))}))}))}]);
|
|
//# sourceMappingURL=forum.js.map
|