提交 178d7a2c 编写于 作者: lxm1993's avatar lxm1993

feat: 更新插件

上级 4a012e36
......@@ -5,10 +5,10 @@ import { PluginStaticResource as U, AppFuncCommand as j } from "@ibiz-template/r
import { ListPortletController as D, AppMenuPortletController as E } from "@ibiz-template/controller";
import { ListPortletModel as z, AppMenuPortletModel as B, DefectModelError as G } from "@ibiz-template/model";
import { useNamespace as k, useListController as O } from "@ibiz-template/vue-util";
import { defineComponent as L, ref as m, getCurrentInstance as C, onMounted as I, h as t, watch as J, onUnmounted as H } from "vue";
import { defineComponent as L, ref as f, getCurrentInstance as C, onMounted as I, h as t, watch as J, onUnmounted as H } from "vue";
import { Tooltip as w, Button as A, Icon as F } from "view-design";
import { CounterService as K } from "@ibiz-template/service";
const v = new U(import.meta.url);
const m = new U(import.meta.url);
const Q = L({
name: "AppPortalListPortlet",
props: {
......@@ -22,9 +22,9 @@ const Q = L({
}
},
setup(s) {
const n = k("app-portal-list-portlet"), e = m([]), p = Array.from({
const n = k("app-portal-list-portlet"), e = f([]), p = Array.from({
length: 3
}).map((c, i) => v.dir(`/assets/img/app-portal-list-${i}.svg`)), l = C();
}).map((c, i) => m.dir(`/assets/img/app-portal-list-${i}.svg`)), l = C();
if (l && s.modelData.list) {
const c = O(l.proxy, s.modelData.list, s.controller.context);
I(() => {
......@@ -97,7 +97,7 @@ const T = L({
emit: n
}) {
var S;
const e = k("func-drawer"), p = v.dir("/assets/img/placeholder.svg"), l = "\u672A\u5206\u7C7B", g = m([]), c = m([]), i = m(!1), h = (S = C()) == null ? void 0 : S.proxy, b = () => {
const e = k("func-drawer"), p = m.dir("/assets/img/placeholder.svg"), l = "\u672A\u5206\u7C7B", g = f([]), c = f([]), i = f(!1), h = (S = C()) == null ? void 0 : S.proxy, b = () => {
ibiz.net.post("/appfuncs/fetchpersonfuncsetting", {
page: 0,
size: 1e3,
......@@ -140,7 +140,7 @@ const T = L({
o && ibiz.net.get(`/appfuncs/${o}/getfuncurl`).then((r) => {
r.ok && r.data && r.data.url && window.open(r.data.url);
});
}, f = (o, r) => {
}, v = (o, r) => {
var a;
i.value && ((a = o.dataTransfer) == null || a.setData("originIndex", r.toString()));
}, q = (o) => {
......@@ -188,7 +188,7 @@ const T = L({
key: o.pssysappfuncid,
on: {
click: () => d(o.pssysappfuncid),
dragstart: (a) => f(a, r),
dragstart: (a) => v(a, r),
dragover: q,
drop: (a) => _(a, r)
},
......@@ -274,7 +274,7 @@ const T = L({
}
},
setup(s) {
const n = k("func-portal-list-portlet"), e = v.dir("/assets/img/quick-entry.svg"), p = v.dir("/assets/img/editor.svg"), l = v.dir("/assets/img/placeholder.svg"), g = m([]), c = C();
const n = k("func-portal-list-portlet"), e = m.dir("/assets/img/quick-entry.svg"), p = m.dir("/assets/img/editor.svg"), l = m.dir("/assets/img/placeholder.svg"), g = f([]), c = C();
let i = null;
c && s.modelData.list && (i = O(c.proxy, s.modelData.list, s.controller.context), I(() => {
i == null || i.nerve.self.evt.on("mounted", async () => {
......@@ -285,10 +285,10 @@ const T = L({
});
}));
const h = (d) => {
d && ibiz.net.get(`/appfuncs/${d}/getfuncurl`).then((f) => {
f.ok && f.data && f.data.url && window.open(f.data.url);
d && ibiz.net.get(`/appfuncs/${d}/getfuncurl`).then((v) => {
v.ok && v.data && v.data.url && window.open(v.data.url);
});
}, b = m(!1);
}, b = f(!1);
return {
ns: n,
quickEntryImg: e,
......@@ -349,7 +349,7 @@ const T = L({
class: this.ns.be("item", "icon")
}, [t("img", {
attrs: {
src: s.icon || this.placeholderImg
src: m.dir(`/assets/img/${s.icon}`) || this.placeholderImg
}
})]), t(w, {
attrs: {
......@@ -396,9 +396,9 @@ const Y = L({
setup(s) {
const n = k("todo-app-menu-portlet"), e = Array.from({
length: 5
}).map((c, i) => v.dir(`/assets/img/todo-app-menu-${i}.svg`));
}).map((c, i) => m.dir(`/assets/img/todo-app-menu-${i}.svg`));
let p = null;
const l = m({});
const l = f({});
if (s.modelData.appMenu) {
const i = s.modelData.appMenu.source.getPSAppCounterRef();
i && (I(async () => {
......
!function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function r(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function n(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function o(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */i=function(){return e};var e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value},a="function"==typeof Symbol?Symbol:{},s=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",u=a.toStringTag||"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(T){l=function(t,e,r){return t[e]=r}}function p(t,e,r,n){var i=e&&e.prototype instanceof h?e:h,a=Object.create(i.prototype),s=new E(n||[]);return o(a,"_invoke",{value:L(t,r,s)}),a}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(T){return{type:"throw",arg:T}}}e.wrap=p;var d={};function h(){}function v(){}function m(){}var g={};l(g,s,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(O([])));b&&b!==r&&n.call(b,s)&&(g=b);var w=m.prototype=h.prototype=Object.create(g);function x(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function k(e,r){function i(o,a,s,c){var u=f(e[o],e,a);if("throw"!==u.type){var l=u.arg,p=l.value;return p&&"object"==t(p)&&n.call(p,"__await")?r.resolve(p.__await).then((function(t){i("next",t,s,c)}),(function(t){i("throw",t,s,c)})):r.resolve(p).then((function(t){l.value=t,s(l)}),(function(t){return i("throw",t,s,c)}))}c(u.arg)}var a;o(this,"_invoke",{value:function(t,e){function n(){return new r((function(r,n){i(t,e,r,n)}))}return a=a?a.then(n,n):n()}})}function L(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return I()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var s=P(a,r);if(s){if(s===d)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=f(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===d)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function P(t,e){var r=t.iterator[e.method];if(void 0===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,P(t,e),"throw"===e.method))return d;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var n=f(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,d;var o=n.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,d):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function D(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function S(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function E(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(D,this),this.reset(!0)}function O(t){if(t){var e=t[s];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:I}}function I(){return{value:void 0,done:!0}}return v.prototype=m,o(w,"constructor",{value:m,configurable:!0}),o(m,"constructor",{value:v,configurable:!0}),v.displayName=l(m,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,l(t,u,"GeneratorFunction")),t.prototype=Object.create(w),t},e.awrap=function(t){return{__await:t}},x(k.prototype),l(k.prototype,c,(function(){return this})),e.AsyncIterator=k,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new k(p(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},x(w),l(w,u,"Generator"),l(w,s,(function(){return this})),l(w,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=O,E.prototype={constructor:E,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(S),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var s=n.call(i,"catchLoc"),c=n.call(i,"finallyLoc");if(s&&c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,d):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),S(r),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;S(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:O(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),d}},e}function a(t,e,r,n,o,i,a){try{var s=t[i](a),c=s.value}catch(u){return void r(u)}s.done?e(c):Promise.resolve(c).then(n,o)}function s(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var i=t.apply(e,r);function s(t){a(i,n,o,s,c,"next",t)}function c(t){a(i,n,o,s,c,"throw",t)}s(void 0)}))}}System.register(["@ibiz-template/runtime","@ibiz-template/controller","@ibiz-template/model","@ibiz-template/vue-util","vue","view-design","@ibiz-template/service"],(function(t,r){"use strict";var a,c,u,l,p,f,d,h,v,m,g,y,b,w,x,k,L,P,D,S;return{setters:[function(t){a=t.PluginStaticResource,c=t.AppFuncCommand},function(t){u=t.ListPortletController,l=t.AppMenuPortletController},function(t){p=t.ListPortletModel,f=t.AppMenuPortletModel,d=t.DefectModelError},function(t){h=t.useNamespace,v=t.useListController},function(t){m=t.defineComponent,g=t.ref,y=t.getCurrentInstance,b=t.onMounted,w=t.h,x=t.watch,k=t.onUnmounted},function(t){L=t.Tooltip,P=t.Button,D=t.Icon},function(t){S=t.CounterService}],execute:function(){var E=new a(r.meta.url),O=m({name:"AppPortalListPortlet",props:{modelData:{type:p,required:!0},controller:{type:u,required:!0}},setup:function(t){var e=h("app-portal-list-portlet"),r=g([]),n=Array.from({length:3}).map((function(t,e){return E.dir("/assets/img/app-portal-list-".concat(e,".svg"))})),o=y();if(o&&t.modelData.list){var a=v(o.proxy,t.modelData.list,t.controller.context);b((function(){a.nerve.self.evt.on("mounted",s(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,a.load();case 2:e=t.sent,r.value=e.slice(0,3);case 4:case"end":return t.stop()}}),t)}))))}))}return{ns:e,appPortalList:r,appPortalImgList:n,openPage:function(t){t&&window.open(t)}}},render:function(){var t=this;return w("div",{class:this.ns.b()},[this.appPortalList.map((function(e,r){return w("div",{class:[t.ns.b("item"),e.url?"":t.ns.bm("item","disabled")],key:e.srfkey,on:{click:function(){return t.openPage(e.url)}}},[w(L,{attrs:{content:e.tip,disabled:!e.tip}},[w("div",{class:t.ns.be("item","text")},[e.srfmajortext])]),w("div",{class:t.ns.be("item","icon")},[w("img",{attrs:{src:t.appPortalImgList[r]}})])])}))])}}),I=function(){function t(){e(this,t),o(this,"component",O)}var r;return n(t,[{key:"createController",value:(r=s(i().mark((function t(e,r,n){var o;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=new u(e,r,n),t.next=3,o.init();case 3:return t.abrupt("return",o);case 4:case"end":return t.stop()}}),t)}))),function(t,e,n){return r.apply(this,arguments)})}]),t}(),T=m({name:"FuncDrawer",props:{isShowDrawer:{type:Boolean,required:!0,default:!1}},emits:{"on-close":function(){return!0}},setup:function(t,e){var r,n=e.emit,o=h("func-drawer"),i=E.dir("/assets/img/placeholder.svg"),a=g([]),s=g([]),c=g(!1),u=null===(r=y())||void 0===r?void 0:r.proxy,l=function(){ibiz.net.post("/appfuncs/fetchpersonfuncsetting",{page:0,size:1e3,sort:"showorder,asc"}).then((function(t){if(t.ok&&t.data&&t.data.length){var e={};s.value=t.data.filter((function(t){if(t.ispersonal||(t.ispersonal=0),t.pssystemappid){var r=t.pssystemappname;e[r]?e[r].push(t):e[r]=[t]}else e["未分类"]?e["未分类"].push(t):e["未分类"]=[t];return t.ispersonal})),a.value=Object.keys(e).map((function(t){return{name:t,items:e[t]}}))}}))},p=function(){c.value&&(s.value.forEach((function(t,e){t.showorder=e})),ibiz.net.post("/appfuncs/setfuncsetting",{setting:JSON.stringify({list:s.value})}).then((function(t){t.ok&&(null==u||u.$Notice.success({title:"成功",desc:"保存成功"}),l())}))),c.value=!c.value};x((function(){return t.isShowDrawer}),(function(t){t&&l()}));var f=function(t){t&&ibiz.net.get("/appfuncs/".concat(t,"/getfuncurl")).then((function(t){t.ok&&t.data&&t.data.url&&window.open(t.data.url)}))},d=function(t){t.preventDefault()},v=function(t,e,r,n){if(t.stopPropagation(),e.ispersonal=Number(!e.ispersonal),"remove"===n)s.value.splice(r,1);else if("change"===n){var o=s.value.findIndex((function(t){return t.pssysappfuncid===e.pssysappfuncid}));-1===o?s.value.push(e):s.value.splice(o,1)}};return function(){return w("div",{class:[o.b(),t.isShowDrawer?o.m("show"):""]},[w("div",{class:o.b("content")},[w("div",{class:o.b("group")},[w("header",{class:o.b("group-header")},[w("div",{class:o.b("group-header-left")},["常用应用"]),w("div",{class:o.b("group-header-right")},[w(P,{on:{click:p}},[c.value?"保存":"配置"]),w(P,{on:{click:function(){return n("on-close")}}},["返回"])])]),w("main",{class:o.b("group-content")},[s.value.map((function(t,e){return w("div",{class:[o.b("group-item"),t.pssysappfuncid?"":o.bm("group-item","disabled")],key:t.pssysappfuncid,on:{click:function(){return f(t.pssysappfuncid)},dragstart:function(t){return function(t,e){var r;c.value&&(null===(r=t.dataTransfer)||void 0===r||r.setData("originIndex",e.toString()))}(t,e)},dragover:d,drop:function(t){return function(t,e){if(t.preventDefault(),c.value&&t.dataTransfer){var r=Number(t.dataTransfer.getData("originIndex"));if(r!==e){var n=s.value[r],o=s.value[e];s.value.splice(r,1,o),s.value.splice(e,1,n)}}}(t,e)}},attrs:{draggable:c.value}},[w("div",{class:[o.be("group-item","checkbox"),o.bem("group-item","checkbox","remove"),c.value?o.bem("group-item","checkbox","show"):""],on:{click:function(r){return v(r,t,e,"remove")}}},[w(D,{attrs:{type:"md-remove",size:16}})]),w("div",{class:o.be("group-item","icon")},[w("img",{attrs:{src:t.icon||i,draggable:!1}})]),w(L,{attrs:{content:t.tip,disabled:!t.tip}},[w("div",{class:o.be("group-item","text")},[t.pssysappfuncname])])])}))])]),a.value.map((function(t,e){return w("div",{class:o.b("group"),key:e},[w("header",{class:o.b("group-header")},[t.name]),w("main",{class:o.b("group-content")},[t.items.map((function(t){return w("div",{class:[o.b("group-item"),t.pssysappfuncid?"":o.bm("group-item","disabled")],key:t.pssysappfuncid,on:{click:function(){return f(t.pssysappfuncid)}}},[w("div",{class:[o.be("group-item","checkbox"),t.ispersonal?o.bem("group-item","checkbox","selected"):"",c.value?o.bem("group-item","checkbox","show"):""],on:{click:function(r){return v(r,t,e,"change")}}},[t.ispersonal?w(D,{attrs:{type:"md-checkmark",size:16}}):null]),w("div",{class:o.be("group-item","icon")},[w("img",{attrs:{src:t.icon||i,draggable:!1}})]),w(L,{attrs:{content:t.tip,disabled:!t.tip}},[w("div",{class:o.be("group-item","text")},[t.pssysappfuncname])])])}))])])}))])])}}}),C=m({name:"FuncPortalListPortlet",components:{FuncDrawer:T},props:{modelData:{type:p,required:!0},controller:{type:u,required:!0}},setup:function(t){var e=h("func-portal-list-portlet"),r=E.dir("/assets/img/quick-entry.svg"),n=E.dir("/assets/img/editor.svg"),o=E.dir("/assets/img/placeholder.svg"),a=g([]),c=y(),u=null;c&&t.modelData.list&&(u=v(c.proxy,t.modelData.list,t.controller.context),b((function(){var t;null===(t=u)||void 0===t||t.nerve.self.evt.on("mounted",s(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!u){t.next=5;break}return t.next=3,u.load();case 3:e=t.sent,a.value=e;case 5:case"end":return t.stop()}}),t)}))))})));var l=g(!1),p=function(){var t=s(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(l.value=!1,!u){t.next=6;break}return t.next=4,u.load();case 4:e=t.sent,a.value=e;case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return{ns:e,quickEntryImg:r,editorImg:n,placeholderImg:o,funcPortalList:a,openPage:function(t){t&&ibiz.net.get("/appfuncs/".concat(t,"/getfuncurl")).then((function(t){t.ok&&t.data&&t.data.url&&window.open(t.data.url)}))},isShowDrawer:l,isShowDrawerChange:p}},render:function(){var t=this;return w("div",{class:this.ns.b()},[w("header",{class:this.ns.b("header")},[w("div",{class:this.ns.b("header-left")},[w("div",{class:this.ns.be("header-left","icon")},[w("img",{attrs:{src:this.quickEntryImg}})]),w("div",{class:this.ns.be("header-left","text")},["快速入口"])]),w("div",{class:this.ns.b("header-right"),on:{click:function(){t.isShowDrawer=!0}}},[w("div",{class:this.ns.be("header-right","icon")},[w("img",{attrs:{src:this.editorImg}})]),w("div",{class:this.ns.be("header-right","text")},["更多"])])]),w("div",{class:this.ns.e("divider")}),w("main",{class:this.ns.b("content")},[this.funcPortalList.map((function(e){return w("div",{class:[t.ns.b("item"),e.pssysappfuncid?"":t.ns.bm("item","disabled")],key:e.pssysappfuncid,on:{click:function(){return t.openPage(e.pssysappfuncid)}}},[w("div",{class:t.ns.be("item","icon")},[w("img",{attrs:{src:e.icon||t.placeholderImg}})]),w(L,{attrs:{content:e.tip,disabled:!e.tip}},[w("div",{class:t.ns.be("item","text")},[e.pssysappfuncname])])])}))]),w(T,{attrs:{isShowDrawer:this.isShowDrawer},on:{"on-close":this.isShowDrawerChange}})])}}),_=function(){function t(){e(this,t),o(this,"component",C)}var r;return n(t,[{key:"createController",value:(r=s(i().mark((function t(e,r,n){var o;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=new u(e,r,n),t.next=3,o.init();case 3:return t.abrupt("return",o);case 4:case"end":return t.stop()}}),t)}))),function(t,e,n){return r.apply(this,arguments)})}]),t}(),j=m({name:"TodoAppMenuPortlet",props:{modelData:{type:f,required:!0},controller:{type:l,required:!0}},setup:function(t){var e=h("todo-app-menu-portlet"),r=Array.from({length:5}).map((function(t,e){return E.dir("/assets/img/todo-app-menu-".concat(e,".svg"))})),n=null,o=g({});if(t.modelData.appMenu){var a=t.modelData.appMenu.source.getPSAppCounterRef();a&&(b(s(i().mark((function t(){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,S.getCounterByRef(a);case 2:(n=t.sent).onChange((function(t){o.value=t}));case 4:case"end":return t.stop()}}),t)})))),k((function(){var t;null===(t=n)||void 0===t||t.destroy()})))}var u=function(){var e=s(i().mark((function e(r){var n;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=r.source.getPSAppFunc()){e.next=6;break}if(!t.modelData.appMenu){e.next=4;break}throw new d(t.modelData.appMenu.source,"未配置界面行为");case 4:e.next=8;break;case 6:return e.next=8,ibiz.commands.execute(c.TAG,n);case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return{ns:e,todoImgList:r,counter:n,counterData:o,onClickMenuItem:u}},render:function(){var t,e=this;return w("div",{class:this.ns.b()},[null===(t=this.modelData.appMenu)||void 0===t?void 0:t.items.map((function(t,r){return w("div",{class:[e.ns.b("item"),t.source.getPSAppFunc()?"":e.ns.bm("item","disabled")],key:t.id,on:{click:function(){return e.onClickMenuItem(t)}}},[w("div",{class:e.ns.b("item-left")},[w("div",{class:e.ns.be("item-left","icon")},[w("img",{attrs:{src:e.todoImgList[r]}})])]),w("div",{class:e.ns.b("item-right")},[w("div",{class:e.ns.be("item-right","count")},[w("span",{class:[(e.counterData[t.counterId]||0)>99?e.ns.be("item-right","add"):""]},[(e.counterData[t.counterId]||0)>99?99:e.counterData[t.counterId]||0]),w("span",["件"])]),w(L,{attrs:{content:t.source.tooltip,disabled:!t.source.tooltip}},[w("div",{class:e.ns.be("item-right","text")},[t.label])])])])}))])}}),M=function(){function t(){e(this,t),o(this,"component",j)}var r;return n(t,[{key:"createController",value:(r=s(i().mark((function t(e,r,n){var o;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=new l(e,r,n),t.next=3,o.init();case 3:return t.abrupt("return",o);case 4:case"end":return t.stop()}}),t)}))),function(t,e,n){return r.apply(this,arguments)})}]),t}();t("default",{mateUrl:r.meta.url,install:function(t){ibiz.register.portletPart.register("PORTLET_CUSTOM_AppPortalList",new I),ibiz.register.portletPart.register("PORTLET_CUSTOM_FuncPortalList",new _),ibiz.register.portletPart.register("PORTLET_CUSTOM_TodoAppMenu",new M)}})}}}))}();
!function(){function t(e){return t="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t(e)}function e(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function r(t,e){for(var r=0;r<e.length;r++){var n=e[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(t,n.key,n)}}function n(t,e,n){return e&&r(t.prototype,e),n&&r(t,n),Object.defineProperty(t,"prototype",{writable:!1}),t}function o(t,e,r){return e in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */i=function(){return e};var e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||function(t,e,r){t[e]=r.value},a="function"==typeof Symbol?Symbol:{},s=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",u=a.toStringTag||"@@toStringTag";function l(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{l({},"")}catch(T){l=function(t,e,r){return t[e]=r}}function p(t,e,r,n){var i=e&&e.prototype instanceof h?e:h,a=Object.create(i.prototype),s=new E(n||[]);return o(a,"_invoke",{value:L(t,r,s)}),a}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(T){return{type:"throw",arg:T}}}e.wrap=p;var d={};function h(){}function v(){}function m(){}var g={};l(g,s,(function(){return this}));var y=Object.getPrototypeOf,b=y&&y(y(O([])));b&&b!==r&&n.call(b,s)&&(g=b);var w=m.prototype=h.prototype=Object.create(g);function x(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function k(e,r){function i(o,a,s,c){var u=f(e[o],e,a);if("throw"!==u.type){var l=u.arg,p=l.value;return p&&"object"==t(p)&&n.call(p,"__await")?r.resolve(p.__await).then((function(t){i("next",t,s,c)}),(function(t){i("throw",t,s,c)})):r.resolve(p).then((function(t){l.value=t,s(l)}),(function(t){return i("throw",t,s,c)}))}c(u.arg)}var a;o(this,"_invoke",{value:function(t,e){function n(){return new r((function(r,n){i(t,e,r,n)}))}return a=a?a.then(n,n):n()}})}function L(t,e,r){var n="suspendedStart";return function(o,i){if("executing"===n)throw new Error("Generator is already running");if("completed"===n){if("throw"===o)throw i;return I()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var s=P(a,r);if(s){if(s===d)continue;return s}}if("next"===r.method)r.sent=r._sent=r.arg;else if("throw"===r.method){if("suspendedStart"===n)throw n="completed",r.arg;r.dispatchException(r.arg)}else"return"===r.method&&r.abrupt("return",r.arg);n="executing";var c=f(t,e,r);if("normal"===c.type){if(n=r.done?"completed":"suspendedYield",c.arg===d)continue;return{value:c.arg,done:r.done}}"throw"===c.type&&(n="completed",r.method="throw",r.arg=c.arg)}}}function P(t,e){var r=t.iterator[e.method];if(void 0===r){if(e.delegate=null,"throw"===e.method){if(t.iterator.return&&(e.method="return",e.arg=void 0,P(t,e),"throw"===e.method))return d;e.method="throw",e.arg=new TypeError("The iterator does not provide a 'throw' method")}return d}var n=f(r,t.iterator,e.arg);if("throw"===n.type)return e.method="throw",e.arg=n.arg,e.delegate=null,d;var o=n.arg;return o?o.done?(e[t.resultName]=o.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,d):o:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,d)}function D(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function S(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function E(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(D,this),this.reset(!0)}function O(t){if(t){var e=t[s];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,o=function e(){for(;++r<t.length;)if(n.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return o.next=o}}return{next:I}}function I(){return{value:void 0,done:!0}}return v.prototype=m,o(w,"constructor",{value:m,configurable:!0}),o(m,"constructor",{value:v,configurable:!0}),v.displayName=l(m,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===v||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,m):(t.__proto__=m,l(t,u,"GeneratorFunction")),t.prototype=Object.create(w),t},e.awrap=function(t){return{__await:t}},x(k.prototype),l(k.prototype,c,(function(){return this})),e.AsyncIterator=k,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new k(p(t,r,n,o),i);return e.isGeneratorFunction(r)?a:a.next().then((function(t){return t.done?t.value:a.next()}))},x(w),l(w,u,"Generator"),l(w,s,(function(){return this})),l(w,"toString",(function(){return"[object Generator]"})),e.keys=function(t){var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=O,E.prototype={constructor:E,reset:function(t){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method="next",this.arg=void 0,this.tryEntries.forEach(S),!t)for(var e in this)"t"===e.charAt(0)&&n.call(this,e)&&!isNaN(+e.slice(1))&&(this[e]=void 0)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(t){if(this.done)throw t;var e=this;function r(r,n){return a.type="throw",a.arg=t,e.next=r,n&&(e.method="next",e.arg=void 0),!!n}for(var o=this.tryEntries.length-1;o>=0;--o){var i=this.tryEntries[o],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var s=n.call(i,"catchLoc"),c=n.call(i,"finallyLoc");if(s&&c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(s){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!c)throw new Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return r(i.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var i=o;break}}i&&("break"===t||"continue"===t)&&i.tryLoc<=e&&e<=i.finallyLoc&&(i=null);var a=i?i.completion:{};return a.type=t,a.arg=e,i?(this.method="next",this.next=i.finallyLoc,d):this.complete(a)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),S(r),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;S(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:O(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),d}},e}function a(t,e,r,n,o,i,a){try{var s=t[i](a),c=s.value}catch(u){return void r(u)}s.done?e(c):Promise.resolve(c).then(n,o)}function s(t){return function(){var e=this,r=arguments;return new Promise((function(n,o){var i=t.apply(e,r);function s(t){a(i,n,o,s,c,"next",t)}function c(t){a(i,n,o,s,c,"throw",t)}s(void 0)}))}}System.register(["@ibiz-template/runtime","@ibiz-template/controller","@ibiz-template/model","@ibiz-template/vue-util","vue","view-design","@ibiz-template/service"],(function(t,r){"use strict";var a,c,u,l,p,f,d,h,v,m,g,y,b,w,x,k,L,P,D,S;return{setters:[function(t){a=t.PluginStaticResource,c=t.AppFuncCommand},function(t){u=t.ListPortletController,l=t.AppMenuPortletController},function(t){p=t.ListPortletModel,f=t.AppMenuPortletModel,d=t.DefectModelError},function(t){h=t.useNamespace,v=t.useListController},function(t){m=t.defineComponent,g=t.ref,y=t.getCurrentInstance,b=t.onMounted,w=t.h,x=t.watch,k=t.onUnmounted},function(t){L=t.Tooltip,P=t.Button,D=t.Icon},function(t){S=t.CounterService}],execute:function(){var E=new a(r.meta.url),O=m({name:"AppPortalListPortlet",props:{modelData:{type:p,required:!0},controller:{type:u,required:!0}},setup:function(t){var e=h("app-portal-list-portlet"),r=g([]),n=Array.from({length:3}).map((function(t,e){return E.dir("/assets/img/app-portal-list-".concat(e,".svg"))})),o=y();if(o&&t.modelData.list){var a=v(o.proxy,t.modelData.list,t.controller.context);b((function(){a.nerve.self.evt.on("mounted",s(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,a.load();case 2:e=t.sent,r.value=e.slice(0,3);case 4:case"end":return t.stop()}}),t)}))))}))}return{ns:e,appPortalList:r,appPortalImgList:n,openPage:function(t){t&&window.open(t)}}},render:function(){var t=this;return w("div",{class:this.ns.b()},[this.appPortalList.map((function(e,r){return w("div",{class:[t.ns.b("item"),e.url?"":t.ns.bm("item","disabled")],key:e.srfkey,on:{click:function(){return t.openPage(e.url)}}},[w(L,{attrs:{content:e.tip,disabled:!e.tip}},[w("div",{class:t.ns.be("item","text")},[e.srfmajortext])]),w("div",{class:t.ns.be("item","icon")},[w("img",{attrs:{src:t.appPortalImgList[r]}})])])}))])}}),I=function(){function t(){e(this,t),o(this,"component",O)}var r;return n(t,[{key:"createController",value:(r=s(i().mark((function t(e,r,n){var o;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=new u(e,r,n),t.next=3,o.init();case 3:return t.abrupt("return",o);case 4:case"end":return t.stop()}}),t)}))),function(t,e,n){return r.apply(this,arguments)})}]),t}(),T=m({name:"FuncDrawer",props:{isShowDrawer:{type:Boolean,required:!0,default:!1}},emits:{"on-close":function(){return!0}},setup:function(t,e){var r,n=e.emit,o=h("func-drawer"),i=E.dir("/assets/img/placeholder.svg"),a=g([]),s=g([]),c=g(!1),u=null===(r=y())||void 0===r?void 0:r.proxy,l=function(){ibiz.net.post("/appfuncs/fetchpersonfuncsetting",{page:0,size:1e3,sort:"showorder,asc"}).then((function(t){if(t.ok&&t.data&&t.data.length){var e={};s.value=t.data.filter((function(t){if(t.ispersonal||(t.ispersonal=0),t.pssystemappid){var r=t.pssystemappname;e[r]?e[r].push(t):e[r]=[t]}else e["未分类"]?e["未分类"].push(t):e["未分类"]=[t];return t.ispersonal})),a.value=Object.keys(e).map((function(t){return{name:t,items:e[t]}}))}}))},p=function(){c.value&&(s.value.forEach((function(t,e){t.showorder=e})),ibiz.net.post("/appfuncs/setfuncsetting",{setting:JSON.stringify({list:s.value})}).then((function(t){t.ok&&(null==u||u.$Notice.success({title:"成功",desc:"保存成功"}),l())}))),c.value=!c.value};x((function(){return t.isShowDrawer}),(function(t){t&&l()}));var f=function(t){t&&ibiz.net.get("/appfuncs/".concat(t,"/getfuncurl")).then((function(t){t.ok&&t.data&&t.data.url&&window.open(t.data.url)}))},d=function(t){t.preventDefault()},v=function(t,e,r,n){if(t.stopPropagation(),e.ispersonal=Number(!e.ispersonal),"remove"===n)s.value.splice(r,1);else if("change"===n){var o=s.value.findIndex((function(t){return t.pssysappfuncid===e.pssysappfuncid}));-1===o?s.value.push(e):s.value.splice(o,1)}};return function(){return w("div",{class:[o.b(),t.isShowDrawer?o.m("show"):""]},[w("div",{class:o.b("content")},[w("div",{class:o.b("group")},[w("header",{class:o.b("group-header")},[w("div",{class:o.b("group-header-left")},["常用应用"]),w("div",{class:o.b("group-header-right")},[w(P,{on:{click:p}},[c.value?"保存":"配置"]),w(P,{on:{click:function(){return n("on-close")}}},["返回"])])]),w("main",{class:o.b("group-content")},[s.value.map((function(t,e){return w("div",{class:[o.b("group-item"),t.pssysappfuncid?"":o.bm("group-item","disabled")],key:t.pssysappfuncid,on:{click:function(){return f(t.pssysappfuncid)},dragstart:function(t){return function(t,e){var r;c.value&&(null===(r=t.dataTransfer)||void 0===r||r.setData("originIndex",e.toString()))}(t,e)},dragover:d,drop:function(t){return function(t,e){if(t.preventDefault(),c.value&&t.dataTransfer){var r=Number(t.dataTransfer.getData("originIndex"));if(r!==e){var n=s.value[r],o=s.value[e];s.value.splice(r,1,o),s.value.splice(e,1,n)}}}(t,e)}},attrs:{draggable:c.value}},[w("div",{class:[o.be("group-item","checkbox"),o.bem("group-item","checkbox","remove"),c.value?o.bem("group-item","checkbox","show"):""],on:{click:function(r){return v(r,t,e,"remove")}}},[w(D,{attrs:{type:"md-remove",size:16}})]),w("div",{class:o.be("group-item","icon")},[w("img",{attrs:{src:t.icon||i,draggable:!1}})]),w(L,{attrs:{content:t.tip,disabled:!t.tip}},[w("div",{class:o.be("group-item","text")},[t.pssysappfuncname])])])}))])]),a.value.map((function(t,e){return w("div",{class:o.b("group"),key:e},[w("header",{class:o.b("group-header")},[t.name]),w("main",{class:o.b("group-content")},[t.items.map((function(t){return w("div",{class:[o.b("group-item"),t.pssysappfuncid?"":o.bm("group-item","disabled")],key:t.pssysappfuncid,on:{click:function(){return f(t.pssysappfuncid)}}},[w("div",{class:[o.be("group-item","checkbox"),t.ispersonal?o.bem("group-item","checkbox","selected"):"",c.value?o.bem("group-item","checkbox","show"):""],on:{click:function(r){return v(r,t,e,"change")}}},[t.ispersonal?w(D,{attrs:{type:"md-checkmark",size:16}}):null]),w("div",{class:o.be("group-item","icon")},[w("img",{attrs:{src:t.icon||i,draggable:!1}})]),w(L,{attrs:{content:t.tip,disabled:!t.tip}},[w("div",{class:o.be("group-item","text")},[t.pssysappfuncname])])])}))])])}))])])}}}),C=m({name:"FuncPortalListPortlet",components:{FuncDrawer:T},props:{modelData:{type:p,required:!0},controller:{type:u,required:!0}},setup:function(t){var e=h("func-portal-list-portlet"),r=E.dir("/assets/img/quick-entry.svg"),n=E.dir("/assets/img/editor.svg"),o=E.dir("/assets/img/placeholder.svg"),a=g([]),c=y(),u=null;c&&t.modelData.list&&(u=v(c.proxy,t.modelData.list,t.controller.context),b((function(){var t;null===(t=u)||void 0===t||t.nerve.self.evt.on("mounted",s(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(!u){t.next=5;break}return t.next=3,u.load();case 3:e=t.sent,a.value=e;case 5:case"end":return t.stop()}}),t)}))))})));var l=g(!1),p=function(){var t=s(i().mark((function t(){var e;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(l.value=!1,!u){t.next=6;break}return t.next=4,u.load();case 4:e=t.sent,a.value=e;case 6:case"end":return t.stop()}}),t)})));return function(){return t.apply(this,arguments)}}();return{ns:e,quickEntryImg:r,editorImg:n,placeholderImg:o,funcPortalList:a,openPage:function(t){t&&ibiz.net.get("/appfuncs/".concat(t,"/getfuncurl")).then((function(t){t.ok&&t.data&&t.data.url&&window.open(t.data.url)}))},isShowDrawer:l,isShowDrawerChange:p}},render:function(){var t=this;return w("div",{class:this.ns.b()},[w("header",{class:this.ns.b("header")},[w("div",{class:this.ns.b("header-left")},[w("div",{class:this.ns.be("header-left","icon")},[w("img",{attrs:{src:this.quickEntryImg}})]),w("div",{class:this.ns.be("header-left","text")},["快速入口"])]),w("div",{class:this.ns.b("header-right"),on:{click:function(){t.isShowDrawer=!0}}},[w("div",{class:this.ns.be("header-right","icon")},[w("img",{attrs:{src:this.editorImg}})]),w("div",{class:this.ns.be("header-right","text")},["更多"])])]),w("div",{class:this.ns.e("divider")}),w("main",{class:this.ns.b("content")},[this.funcPortalList.map((function(e){return w("div",{class:[t.ns.b("item"),e.pssysappfuncid?"":t.ns.bm("item","disabled")],key:e.pssysappfuncid,on:{click:function(){return t.openPage(e.pssysappfuncid)}}},[w("div",{class:t.ns.be("item","icon")},[w("img",{attrs:{src:E.dir("/assets/img/".concat(e.icon))||t.placeholderImg}})]),w(L,{attrs:{content:e.tip,disabled:!e.tip}},[w("div",{class:t.ns.be("item","text")},[e.pssysappfuncname])])])}))]),w(T,{attrs:{isShowDrawer:this.isShowDrawer},on:{"on-close":this.isShowDrawerChange}})])}}),_=function(){function t(){e(this,t),o(this,"component",C)}var r;return n(t,[{key:"createController",value:(r=s(i().mark((function t(e,r,n){var o;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=new u(e,r,n),t.next=3,o.init();case 3:return t.abrupt("return",o);case 4:case"end":return t.stop()}}),t)}))),function(t,e,n){return r.apply(this,arguments)})}]),t}(),j=m({name:"TodoAppMenuPortlet",props:{modelData:{type:f,required:!0},controller:{type:l,required:!0}},setup:function(t){var e=h("todo-app-menu-portlet"),r=Array.from({length:5}).map((function(t,e){return E.dir("/assets/img/todo-app-menu-".concat(e,".svg"))})),n=null,o=g({});if(t.modelData.appMenu){var a=t.modelData.appMenu.source.getPSAppCounterRef();a&&(b(s(i().mark((function t(){return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,S.getCounterByRef(a);case 2:(n=t.sent).onChange((function(t){o.value=t}));case 4:case"end":return t.stop()}}),t)})))),k((function(){var t;null===(t=n)||void 0===t||t.destroy()})))}var u=function(){var e=s(i().mark((function e(r){var n;return i().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(n=r.source.getPSAppFunc()){e.next=6;break}if(!t.modelData.appMenu){e.next=4;break}throw new d(t.modelData.appMenu.source,"未配置界面行为");case 4:e.next=8;break;case 6:return e.next=8,ibiz.commands.execute(c.TAG,n);case 8:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}();return{ns:e,todoImgList:r,counter:n,counterData:o,onClickMenuItem:u}},render:function(){var t,e=this;return w("div",{class:this.ns.b()},[null===(t=this.modelData.appMenu)||void 0===t?void 0:t.items.map((function(t,r){return w("div",{class:[e.ns.b("item"),t.source.getPSAppFunc()?"":e.ns.bm("item","disabled")],key:t.id,on:{click:function(){return e.onClickMenuItem(t)}}},[w("div",{class:e.ns.b("item-left")},[w("div",{class:e.ns.be("item-left","icon")},[w("img",{attrs:{src:e.todoImgList[r]}})])]),w("div",{class:e.ns.b("item-right")},[w("div",{class:e.ns.be("item-right","count")},[w("span",{class:[(e.counterData[t.counterId]||0)>99?e.ns.be("item-right","add"):""]},[(e.counterData[t.counterId]||0)>99?99:e.counterData[t.counterId]||0]),w("span",["件"])]),w(L,{attrs:{content:t.source.tooltip,disabled:!t.source.tooltip}},[w("div",{class:e.ns.be("item-right","text")},[t.label])])])])}))])}}),M=function(){function t(){e(this,t),o(this,"component",j)}var r;return n(t,[{key:"createController",value:(r=s(i().mark((function t(e,r,n){var o;return i().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=new l(e,r,n),t.next=3,o.init();case 3:return t.abrupt("return",o);case 4:case"end":return t.stop()}}),t)}))),function(t,e,n){return r.apply(this,arguments)})}]),t}();t("default",{mateUrl:r.meta.url,install:function(t){ibiz.register.portletPart.register("PORTLET_CUSTOM_AppPortalList",new I),ibiz.register.portletPart.register("PORTLET_CUSTOM_FuncPortalList",new _),ibiz.register.portletPart.register("PORTLET_CUSTOM_TodoAppMenu",new M)}})}}}))}();
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册