提交 abae3ee3 编写于 作者: zhujiamin's avatar zhujiamin

feat: 补充苏研通用插件

上级 d24ae405
var N = Object.defineProperty;
var k = (t, s, e) => s in t ? N(t, s, { enumerable: !0, configurable: !0, writable: !0, value: e }) : t[s] = e;
var u = (t, s, e) => (k(t, typeof s != "symbol" ? s + "" : s, e), e);
import { ViewMode as f, PluginStaticResource as v } from "@ibiz-template/runtime";
import { useWFStepTraceViewController as E, usePropsWatch as g, useNamespace as p, useViewController as P, useEditView3Controller as S } from "@ibiz-template/vue-util";
import { defineComponent as b, getCurrentInstance as y, ref as d, h } from "vue";
import { ViewType as V } from "@ibiz-template/model";
import { createUUID as w } from "qx-util";
import { WFDynaEditView3Controller as C } from "@ibiz-template/controller";
const T = b({
name: "WFStepTraceGrid",
props: {
context: Object,
params: {
type: Object
},
modelPath: {
type: String,
required: !0
},
modal: {
type: Object
},
deName: {
type: String,
required: !0
}
},
setup(t) {
const {
proxy: s
} = y(), e = E(s, t.modelPath);
g(s, "deName", e.setDeName.bind(e));
const a = p("wf-step-trace-grid"), r = d([]), l = (o, n, m = !1) => {
o.identitylinks.length > 0 || o.comments.length > 0 && o.comments.forEach((c) => {
m && c.type === "启动流程" || n.push({
id: w(),
nodeName: o.userTaskName,
personName: c.authorName,
time: c.time,
content: c.type,
comment: c.fullMessage
});
});
};
e.nerve.self.evt.on("mounted", () => {
var o;
e.data && ((o = e.data.usertasks) == null || o.forEach((n) => {
if (n.usertasks && n.usertasks.length > 0) {
const m = [];
n.usertasks.forEach((c) => {
l(c, m, !0);
}), r.value.push({
id: w(),
nodeName: `${n.userTaskName}`,
personName: "",
time: "",
content: "",
comment: "",
children: m,
_showChildren: !0
});
} else
l(n, r.value);
}), r.value.sort((n, m) => Date.parse(n.time) - Date.parse(m.time)));
});
const i = d([{
title: "处理环节",
key: "nodeName",
width: 180,
resizable: !0,
tree: !0
}, {
title: "处理人",
key: "personName",
width: 180,
resizable: !0
}, {
title: "处理时间",
key: "time",
width: 180,
resizable: !0
}, {
title: "处理内容",
key: "content",
width: 180,
resizable: !0
}, {
title: "处理意见",
key: "comment"
}]);
return {
c: e,
ns: a,
gridData: r,
columns: i
};
},
render() {
return h("div", {
class: this.ns.b()
}, [h("div", {
class: this.ns.e("title")
}, ["审批信息"]), h("i-table", {
attrs: {
"disabled-hover": !0,
columns: this.columns,
data: this.gridData,
"row-key": "id"
},
class: this.ns.e("grid")
})]);
}
});
class D extends C {
async calcWfToolbar() {
await super.calcWfToolbar(), this.isEditable && this.wfLinks.unshift({
sequenceFlowName: "保存",
type: "FORM_SAVE"
});
}
async onLinkClick(s) {
s.type === "FORM_SAVE" ? await this.save() : super.onLinkClick(s);
}
}
const x = b({
props: {
context: Object,
params: {
type: Object
},
modelPath: {
type: String,
required: !0
},
modal: {
type: Object
}
},
setup(t) {
const {
proxy: s
} = y(), e = P(s, (i, o) => new D(t.modelPath, i, o)), a = p(`view-${V.DE_WF_DYNA_EDIT_VIEW3}`.toLowerCase()), r = d(["mainForm"]);
return {
c: e,
ns: a,
onTabClick: (i) => {
r.value.includes(i) || r.value.push(i);
},
lazyList: r
};
},
render(t) {
const s = [];
if (this.c.complete) {
const {
activeForm: e
} = this.c;
e && this.c.providers[e.name] && s.push(t(this.c.providers[e.name].component, {
props: {
modelData: e,
context: this.c.context,
params: this.c.params
},
style: {
height: "auto"
},
on: {
neuronInit: this.c.nerve.onNeuronInit("form")
}
}));
}
if (this.c.complete && this.c.model.drTab.pages[0]) {
const e = this.c.model.drTab.pages[0], a = this.c.drPages[e.source.name];
s.push(t(T, {
attrs: {
context: a.context,
params: a.params,
deName: this.c.model.appEntity.source.codeName,
modal: this.modal,
modelPath: e.embedView.source.modelPath
}
}));
}
return t("view-base", {
attrs: {
controller: this.c
},
scopedSlots: {
toolbar: () => this.c.complete ? [this.c.wfLinks.length > 0 && t("wf-toolbar", {
attrs: {
wfLinks: this.c.wfLinks
},
on: {
"wf-link-click": (e) => {
this.c.onLinkClick(e);
}
}
})] : null
}
}, [this.c.complete && t("i-tabs", {
class: [this.ns.be("", "tab")],
attrs: {
name: this.c.model.drTab.source.name
},
on: {
"on-click": this.onTabClick
}
}, [t("i-tab-pane", {
class: this.ns.be("", "tab-item"),
attrs: {
tab: this.c.model.drTab.source.name,
label: this.c.model.drTab.source.editItemCaption,
name: "mainForm"
}
}, [s]), this.c.model.drTab.pages.map((e) => {
const a = this.c.drPages[e.source.name];
return t("i-tab-pane", {
class: this.ns.be("", "tab-item"),
attrs: {
tab: this.c.model.drTab.source.name,
disabled: this.c.isNewData,
label: e.source.caption,
name: e.source.name
}
}, [!this.c.isNewData && this.lazyList.includes(e.source.name) && t("ViewShell", {
attrs: {
context: a.context,
params: a.params,
modal: {
mode: f.EMBED
},
modelPath: e.embedView.source.modelPath,
// 流程跟踪视图用
deName: this.c.model.appEntity.source.codeName
},
on: {
neuronInit: this.c.nerve.onNeuronInit(e.source.name)
},
key: a.key
})]);
})])]);
}
});
class F {
constructor() {
u(this, "component", x);
}
}
const I = b({
name: "SyEditView3",
props: {
context: Object,
params: {
type: Object
},
modelPath: {
type: String,
required: !0
},
modal: {
type: Object
}
},
setup(t) {
const {
proxy: s
} = y(), e = S(s, t.modelPath), a = p("view-deeditview3"), r = d(["mainForm"]);
return {
c: e,
ns: a,
onTabClick: (i) => {
r.value.includes(i) || r.value.push(i);
},
lazyList: r
};
},
render(t) {
return t("view-base", {
attrs: {
controller: this.c
}
}, [this.c.complete && t("i-tabs", {
class: [this.ns.be("", "tab")],
attrs: {
name: this.c.model.drTab.source.name
},
on: {
"on-click": this.onTabClick
}
}, [t("i-tab-pane", {
class: this.ns.be("", "tab-item"),
attrs: {
tab: this.c.model.drTab.source.name,
label: this.c.model.drTab.source.editItemCaption,
name: "mainForm"
}
}, [t("edit-form-control", {
attrs: {
modelData: this.c.model.form,
context: this.c.context,
params: this.c.params
},
style: {
height: "auto"
},
on: {
neuronInit: this.c.nerve.onNeuronInit(this.c.model.form.source.name)
}
}), t(T, {
attrs: {
context: this.c.drPages[this.c.model.drTab.pages[0].source.name].context,
params: this.c.drPages[this.c.model.drTab.pages[0].source.name].params,
deName: this.c.model.appEntity.source.codeName,
modal: this.modal,
modelPath: this.c.model.drTab.pages[0].embedView.source.modelPath
}
})]), this.c.model.drTab.pages.map((s) => {
const e = this.c.drPages[s.source.name];
if (e)
return t("i-tab-pane", {
class: this.ns.be("", "tab-item"),
attrs: {
tab: this.c.model.drTab.source.name,
disabled: this.c.isNewData,
label: s.source.caption,
name: s.source.name
}
}, [!this.c.isNewData && this.lazyList.includes(s.source.name) && t("ViewShell", {
attrs: {
context: e.context,
params: e.params,
modal: {
mode: f.EMBED
},
modelPath: s.embedView.source.modelPath,
// 流程跟踪视图用
deName: this.c.model.appEntity.source.codeName
},
on: {
neuronInit: this.c.nerve.onNeuronInit(s.source.name)
},
key: e.key
})]);
})])]);
}
});
class W {
constructor() {
u(this, "component", I);
}
}
const O = new v(import.meta.url), A = {
mateUrl: import.meta.url,
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
install(t) {
O.loadStyle(["/style.css"]), ibiz.register.view.register(
"VIEW_CUSTOM_SyWfDynaEditView3",
new F()
), ibiz.register.view.register(
"VIEW_CUSTOM_SyEditView3",
new W()
);
}
};
export {
A as default
};
!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,r){return(e=s(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function r(){"use strict";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */r=function(){return e};var e={},n=Object.prototype,o=n.hasOwnProperty,i=Object.defineProperty||function(t,e,r){t[e]=r.value},a="function"==typeof Symbol?Symbol:{},c=a.iterator||"@@iterator",s=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(S){l=function(t,e,r){return t[e]=r}}function f(t,e,r,n){var o=e&&e.prototype instanceof m?e:m,a=Object.create(o.prototype),c=new N(n||[]);return i(a,"_invoke",{value:k(t,r,c)}),a}function h(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(S){return{type:"throw",arg:S}}}e.wrap=f;var p={};function m(){}function d(){}function y(){}var v={};l(v,c,(function(){return this}));var b=Object.getPrototypeOf,g=b&&b(b(j([])));g&&g!==n&&o.call(g,c)&&(v=g);var w=y.prototype=m.prototype=Object.create(v);function x(t){["next","throw","return"].forEach((function(e){l(t,e,(function(t){return this._invoke(e,t)}))}))}function E(e,r){function n(i,a,c,s){var u=h(e[i],e,a);if("throw"!==u.type){var l=u.arg,f=l.value;return f&&"object"==t(f)&&o.call(f,"__await")?r.resolve(f.__await).then((function(t){n("next",t,c,s)}),(function(t){n("throw",t,c,s)})):r.resolve(f).then((function(t){l.value=t,c(l)}),(function(t){return n("throw",t,c,s)}))}s(u.arg)}var a;i(this,"_invoke",{value:function(t,e){function o(){return new r((function(r,o){n(t,e,r,o)}))}return a=a?a.then(o,o):o()}})}function k(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 T()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=O(a,r);if(c){if(c===p)continue;return c}}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 s=h(t,e,r);if("normal"===s.type){if(n=r.done?"completed":"suspendedYield",s.arg===p)continue;return{value:s.arg,done:r.done}}"throw"===s.type&&(n="completed",r.method="throw",r.arg=s.arg)}}}function O(t,e){var r=e.method,n=t.iterator[r];if(void 0===n)return e.delegate=null,"throw"===r&&t.iterator.return&&(e.method="return",e.arg=void 0,O(t,e),"throw"===e.method)||"return"!==r&&(e.method="throw",e.arg=new TypeError("The iterator does not provide a '"+r+"' method")),p;var o=h(n,t.iterator,e.arg);if("throw"===o.type)return e.method="throw",e.arg=o.arg,e.delegate=null,p;var i=o.arg;return i?i.done?(e[t.resultName]=i.value,e.next=t.nextLoc,"return"!==e.method&&(e.method="next",e.arg=void 0),e.delegate=null,p):i:(e.method="throw",e.arg=new TypeError("iterator result is not an object"),e.delegate=null,p)}function P(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 L(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function N(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(P,this),this.reset(!0)}function j(t){if(t){var e=t[c];if(e)return e.call(t);if("function"==typeof t.next)return t;if(!isNaN(t.length)){var r=-1,n=function e(){for(;++r<t.length;)if(o.call(t,r))return e.value=t[r],e.done=!1,e;return e.value=void 0,e.done=!0,e};return n.next=n}}return{next:T}}function T(){return{value:void 0,done:!0}}return d.prototype=y,i(w,"constructor",{value:y,configurable:!0}),i(y,"constructor",{value:d,configurable:!0}),d.displayName=l(y,u,"GeneratorFunction"),e.isGeneratorFunction=function(t){var e="function"==typeof t&&t.constructor;return!!e&&(e===d||"GeneratorFunction"===(e.displayName||e.name))},e.mark=function(t){return Object.setPrototypeOf?Object.setPrototypeOf(t,y):(t.__proto__=y,l(t,u,"GeneratorFunction")),t.prototype=Object.create(w),t},e.awrap=function(t){return{__await:t}},x(E.prototype),l(E.prototype,s,(function(){return this})),e.AsyncIterator=E,e.async=function(t,r,n,o,i){void 0===i&&(i=Promise);var a=new E(f(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,c,(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=j,N.prototype={constructor:N,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(L),!t)for(var e in this)"t"===e.charAt(0)&&o.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 n=this.tryEntries.length-1;n>=0;--n){var i=this.tryEntries[n],a=i.completion;if("root"===i.tryLoc)return r("end");if(i.tryLoc<=this.prev){var c=o.call(i,"catchLoc"),s=o.call(i,"finallyLoc");if(c&&s){if(this.prev<i.catchLoc)return r(i.catchLoc,!0);if(this.prev<i.finallyLoc)return r(i.finallyLoc)}else if(c){if(this.prev<i.catchLoc)return r(i.catchLoc,!0)}else{if(!s)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 n=this.tryEntries[r];if(n.tryLoc<=this.prev&&o.call(n,"finallyLoc")&&this.prev<n.finallyLoc){var i=n;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,p):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),p},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),L(r),p}},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;L(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,e,r){return this.delegate={iterator:j(t),resultName:e,nextLoc:r},"next"===this.method&&(this.arg=void 0),p}},e}function n(t,e,r,n,o,i,a){try{var c=t[i](a),s=c.value}catch(u){return void r(u)}c.done?e(s):Promise.resolve(s).then(n,o)}function o(t){return function(){var e=this,r=arguments;return new Promise((function(o,i){var a=t.apply(e,r);function c(t){n(a,o,i,c,s,"next",t)}function s(t){n(a,o,i,c,s,"throw",t)}c(void 0)}))}}function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function a(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,s(n.key),n)}}function c(t,e,r){return e&&a(t.prototype,e),r&&a(t,r),Object.defineProperty(t,"prototype",{writable:!1}),t}function s(e){var r=function(e,r){if("object"!==t(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,r||"default");if("object"!==t(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(e)}(e,"string");return"symbol"===t(r)?r:String(r)}function u(){return u="undefined"!=typeof Reflect&&Reflect.get?Reflect.get.bind():function(t,e,r){var n=l(t,e);if(n){var o=Object.getOwnPropertyDescriptor(n,e);return o.get?o.get.call(arguments.length<3?t:r):o.value}},u.apply(this,arguments)}function l(t,e){for(;!Object.prototype.hasOwnProperty.call(t,e)&&null!==(t=m(t)););return t}function f(t,e){return f=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(t,e){return t.__proto__=e,t},f(t,e)}function h(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var r,n=m(t);if(e){var o=m(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return p(this,r)}}function p(e,r){if(r&&("object"===t(r)||"function"==typeof r))return r;if(void 0!==r)throw new TypeError("Derived constructors may only return object or undefined");return function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t}(e)}function m(t){return m=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(t){return t.__proto__||Object.getPrototypeOf(t)},m(t)}System.register(["@ibiz-template/runtime","@ibiz-template/vue-util","vue","@ibiz-template/model","qx-util","@ibiz-template/controller"],(function(t,n){"use strict";var a,s,l,p,d,y,v,b,g,w,x,E,k,O;return{setters:[function(t){a=t.ViewMode,s=t.PluginStaticResource},function(t){l=t.useWFStepTraceViewController,p=t.usePropsWatch,d=t.useNamespace,y=t.useViewController,v=t.useEditView3Controller},function(t){b=t.defineComponent,g=t.getCurrentInstance,w=t.ref,x=t.h},function(t){E=t.ViewType},function(t){k=t.createUUID},function(t){O=t.WFDynaEditView3Controller}],execute:function(){var P=b({name:"WFStepTraceGrid",props:{context:Object,params:{type:Object},modelPath:{type:String,required:!0},modal:{type:Object},deName:{type:String,required:!0}},setup:function(t){var e=g().proxy,r=l(e,t.modelPath);p(e,"deName",r.setDeName.bind(r));var n=d("wf-step-trace-grid"),o=w([]),i=function(t,e){var r=arguments.length>2&&void 0!==arguments[2]&&arguments[2];t.identitylinks.length>0||t.comments.length>0&&t.comments.forEach((function(n){r&&"启动流程"===n.type||e.push({id:k(),nodeName:t.userTaskName,personName:n.authorName,time:n.time,content:n.type,comment:n.fullMessage})}))};r.nerve.self.evt.on("mounted",(function(){var t;r.data&&(null===(t=r.data.usertasks)||void 0===t||t.forEach((function(t){if(t.usertasks&&t.usertasks.length>0){var e=[];t.usertasks.forEach((function(t){i(t,e,!0)})),o.value.push({id:k(),nodeName:"".concat(t.userTaskName),personName:"",time:"",content:"",comment:"",children:e,_showChildren:!0})}else i(t,o.value)})),o.value.sort((function(t,e){return Date.parse(t.time)-Date.parse(e.time)})))}));var a=w([{title:"处理环节",key:"nodeName",width:180,resizable:!0,tree:!0},{title:"处理人",key:"personName",width:180,resizable:!0},{title:"处理时间",key:"time",width:180,resizable:!0},{title:"处理内容",key:"content",width:180,resizable:!0},{title:"处理意见",key:"comment"}]);return{c:r,ns:n,gridData:o,columns:a}},render:function(){return x("div",{class:this.ns.b()},[x("div",{class:this.ns.e("title")},["审批信息"]),x("i-table",{attrs:{"disabled-hover":!0,columns:this.columns,data:this.gridData,"row-key":"id"},class:this.ns.e("grid")})])}}),L=function(t){!function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&f(t,e)}(s,t);var e,n,a=h(s);function s(){return i(this,s),a.apply(this,arguments)}return c(s,[{key:"calcWfToolbar",value:(n=o(r().mark((function t(){return r().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,u(m(s.prototype),"calcWfToolbar",this).call(this);case 2:this.isEditable&&this.wfLinks.unshift({sequenceFlowName:"保存",type:"FORM_SAVE"});case 3:case"end":return t.stop()}}),t,this)}))),function(){return n.apply(this,arguments)})},{key:"onLinkClick",value:(e=o(r().mark((function t(e){return r().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if("FORM_SAVE"!==e.type){t.next=5;break}return t.next=3,this.save();case 3:t.next=6;break;case 5:u(m(s.prototype),"onLinkClick",this).call(this,e);case 6:case"end":return t.stop()}}),t,this)}))),function(t){return e.apply(this,arguments)})}]),s}(O),N=b({props:{context:Object,params:{type:Object},modelPath:{type:String,required:!0},modal:{type:Object}},setup:function(t){var e=g().proxy,r=y(e,(function(e,r){return new L(t.modelPath,e,r)})),n=d("view-".concat(E.DE_WF_DYNA_EDIT_VIEW3).toLowerCase()),o=w(["mainForm"]);return{c:r,ns:n,onTabClick:function(t){o.value.includes(t)||o.value.push(t)},lazyList:o}},render:function(t){var e=this,r=[];if(this.c.complete){var n=this.c.activeForm;n&&this.c.providers[n.name]&&r.push(t(this.c.providers[n.name].component,{props:{modelData:n,context:this.c.context,params:this.c.params},style:{height:"auto"},on:{neuronInit:this.c.nerve.onNeuronInit("form")}}))}if(this.c.complete&&this.c.model.drTab.pages[0]){var o=this.c.model.drTab.pages[0],i=this.c.drPages[o.source.name];r.push(t(P,{attrs:{context:i.context,params:i.params,deName:this.c.model.appEntity.source.codeName,modal:this.modal,modelPath:o.embedView.source.modelPath}}))}return t("view-base",{attrs:{controller:this.c},scopedSlots:{toolbar:function(){return e.c.complete?[e.c.wfLinks.length>0&&t("wf-toolbar",{attrs:{wfLinks:e.c.wfLinks},on:{"wf-link-click":function(t){e.c.onLinkClick(t)}}})]:null}}},[this.c.complete&&t("i-tabs",{class:[this.ns.be("","tab")],attrs:{name:this.c.model.drTab.source.name},on:{"on-click":this.onTabClick}},[t("i-tab-pane",{class:this.ns.be("","tab-item"),attrs:{tab:this.c.model.drTab.source.name,label:this.c.model.drTab.source.editItemCaption,name:"mainForm"}},[r]),this.c.model.drTab.pages.map((function(r){var n=e.c.drPages[r.source.name];return t("i-tab-pane",{class:e.ns.be("","tab-item"),attrs:{tab:e.c.model.drTab.source.name,disabled:e.c.isNewData,label:r.source.caption,name:r.source.name}},[!e.c.isNewData&&e.lazyList.includes(r.source.name)&&t("ViewShell",{attrs:{context:n.context,params:n.params,modal:{mode:a.EMBED},modelPath:r.embedView.source.modelPath,deName:e.c.model.appEntity.source.codeName},on:{neuronInit:e.c.nerve.onNeuronInit(r.source.name)},key:n.key})])}))])])}}),j=c((function t(){i(this,t),e(this,"component",N)})),T=b({name:"SyEditView3",props:{context:Object,params:{type:Object},modelPath:{type:String,required:!0},modal:{type:Object}},setup:function(t){var e=g().proxy,r=v(e,t.modelPath),n=d("view-deeditview3"),o=w(["mainForm"]);return{c:r,ns:n,onTabClick:function(t){o.value.includes(t)||o.value.push(t)},lazyList:o}},render:function(t){var e=this;return t("view-base",{attrs:{controller:this.c}},[this.c.complete&&t("i-tabs",{class:[this.ns.be("","tab")],attrs:{name:this.c.model.drTab.source.name},on:{"on-click":this.onTabClick}},[t("i-tab-pane",{class:this.ns.be("","tab-item"),attrs:{tab:this.c.model.drTab.source.name,label:this.c.model.drTab.source.editItemCaption,name:"mainForm"}},[t("edit-form-control",{attrs:{modelData:this.c.model.form,context:this.c.context,params:this.c.params},style:{height:"auto"},on:{neuronInit:this.c.nerve.onNeuronInit(this.c.model.form.source.name)}}),t(P,{attrs:{context:this.c.drPages[this.c.model.drTab.pages[0].source.name].context,params:this.c.drPages[this.c.model.drTab.pages[0].source.name].params,deName:this.c.model.appEntity.source.codeName,modal:this.modal,modelPath:this.c.model.drTab.pages[0].embedView.source.modelPath}})]),this.c.model.drTab.pages.map((function(r){var n=e.c.drPages[r.source.name];if(n)return t("i-tab-pane",{class:e.ns.be("","tab-item"),attrs:{tab:e.c.model.drTab.source.name,disabled:e.c.isNewData,label:r.source.caption,name:r.source.name}},[!e.c.isNewData&&e.lazyList.includes(r.source.name)&&t("ViewShell",{attrs:{context:n.context,params:n.params,modal:{mode:a.EMBED},modelPath:r.embedView.source.modelPath,deName:e.c.model.appEntity.source.codeName},on:{neuronInit:e.c.nerve.onNeuronInit(r.source.name)},key:n.key})])}))])])}}),S=c((function t(){i(this,t),e(this,"component",T)})),_=new s(n.meta.url);t("default",{mateUrl:n.meta.url,install:function(t){_.loadStyle(["/style.css"]),ibiz.register.view.register("VIEW_CUSTOM_SyWfDynaEditView3",new j),ibiz.register.view.register("VIEW_CUSTOM_SyEditView3",new S)}})}}}))}();
!function(){"use strict";var t="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{},r=function(t){return t&&t.Math==Math&&t},e=r("object"==typeof globalThis&&globalThis)||r("object"==typeof window&&window)||r("object"==typeof self&&self)||r("object"==typeof t&&t)||function(){return this}()||Function("return this")(),n={},o={get exports(){return n},set exports(t){n=t}},i=e,c=Object.defineProperty,u=function(t,r){try{c(i,t,{value:r,configurable:!0,writable:!0})}catch(e){i[t]=r}return r},a=u,f="__core-js_shared__",s=e[f]||a(f,{}),l=s;(o.exports=function(t,r){return l[t]||(l[t]=void 0!==r?r:{})})("versions",[]).push({version:"3.30.0",mode:"global",copyright:"© 2014-2023 Denis Pushkarev (zloirock.ru)",license:"https://github.com/zloirock/core-js/blob/v3.30.0/LICENSE",source:"https://github.com/zloirock/core-js"});var p,h,v=function(t){try{return!!t()}catch(r){return!0}},d=!v((function(){var t=function(){}.bind();return"function"!=typeof t||t.hasOwnProperty("prototype")})),y=d,g=Function.prototype,m=g.call,b=y&&g.bind.bind(m,m),S=y?b:function(t){return function(){return m.apply(t,arguments)}},w=function(t){return null==t},O=w,E=TypeError,j=function(t){if(O(t))throw E("Can't call method on "+t);return t},T=j,P=Object,I=function(t){return P(T(t))},A=I,x=S({}.hasOwnProperty),R=Object.hasOwn||function(t,r){return x(A(t),r)},C=S,L=0,N=Math.random(),M=C(1..toString),k=function(t){return"Symbol("+(void 0===t?"":t)+")_"+M(++L+N,36)},F="undefined"!=typeof navigator&&String(navigator.userAgent)||"",_=e,D=F,G=_.process,U=_.Deno,W=G&&G.versions||U&&U.version,V=W&&W.v8;V&&(h=(p=V.split("."))[0]>0&&p[0]<4?1:+(p[0]+p[1])),!h&&D&&(!(p=D.match(/Edge\/(\d+)/))||p[1]>=74)&&(p=D.match(/Chrome\/(\d+)/))&&(h=+p[1]);var B=h,z=B,H=v,J=!!Object.getOwnPropertySymbols&&!H((function(){var t=Symbol();return!String(t)||!(Object(t)instanceof Symbol)||!Symbol.sham&&z&&z<41})),$=J&&!Symbol.sham&&"symbol"==typeof Symbol.iterator,q=n,X=R,Y=k,K=J,Q=$,Z=e.Symbol,tt=q("wks"),rt=Q?Z.for||Z:Z&&Z.withoutSetter||Y,et=function(t){return X(tt,t)||(tt[t]=K&&X(Z,t)?Z[t]:rt("Symbol."+t)),tt[t]},nt={};nt[et("toStringTag")]="z";var ot="[object z]"===String(nt),it="object"==typeof document&&document.all,ct={all:it,IS_HTMLDDA:void 0===it&&void 0!==it},ut=ct.all,at=ct.IS_HTMLDDA?function(t){return"function"==typeof t||t===ut}:function(t){return"function"==typeof t},ft={},st=!v((function(){return 7!=Object.defineProperty({},1,{get:function(){return 7}})[1]})),lt=at,pt=ct.all,ht=ct.IS_HTMLDDA?function(t){return"object"==typeof t?null!==t:lt(t)||t===pt}:function(t){return"object"==typeof t?null!==t:lt(t)},vt=ht,dt=e.document,yt=vt(dt)&&vt(dt.createElement),gt=function(t){return yt?dt.createElement(t):{}},mt=gt,bt=!st&&!v((function(){return 7!=Object.defineProperty(mt("div"),"a",{get:function(){return 7}}).a})),St=st&&v((function(){return 42!=Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype})),wt=ht,Ot=String,Et=TypeError,jt=function(t){if(wt(t))return t;throw Et(Ot(t)+" is not an object")},Tt=d,Pt=Function.prototype.call,It=Tt?Pt.bind(Pt):function(){return Pt.apply(Pt,arguments)},At=e,xt=at,Rt=function(t){return xt(t)?t:void 0},Ct=function(t,r){return arguments.length<2?Rt(At[t]):At[t]&&At[t][r]},Lt=S({}.isPrototypeOf),Nt=Ct,Mt=at,kt=Lt,Ft=Object,_t=$?function(t){return"symbol"==typeof t}:function(t){var r=Nt("Symbol");return Mt(r)&&kt(r.prototype,Ft(t))},Dt=String,Gt=function(t){try{return Dt(t)}catch(r){return"Object"}},Ut=at,Wt=Gt,Vt=TypeError,Bt=function(t){if(Ut(t))return t;throw Vt(Wt(t)+" is not a function")},zt=Bt,Ht=w,Jt=function(t,r){var e=t[r];return Ht(e)?void 0:zt(e)},$t=It,qt=at,Xt=ht,Yt=TypeError,Kt=function(t,r){var e,n;if("string"===r&&qt(e=t.toString)&&!Xt(n=$t(e,t)))return n;if(qt(e=t.valueOf)&&!Xt(n=$t(e,t)))return n;if("string"!==r&&qt(e=t.toString)&&!Xt(n=$t(e,t)))return n;throw Yt("Can't convert object to primitive value")},Qt=It,Zt=ht,tr=_t,rr=Jt,er=Kt,nr=TypeError,or=et("toPrimitive"),ir=function(t,r){if(!Zt(t)||tr(t))return t;var e,n=rr(t,or);if(n){if(void 0===r&&(r="default"),e=Qt(n,t,r),!Zt(e)||tr(e))return e;throw nr("Can't convert object to primitive value")}return void 0===r&&(r="number"),er(t,r)},cr=ir,ur=_t,ar=function(t){var r=cr(t,"string");return ur(r)?r:r+""},fr=st,sr=bt,lr=St,pr=jt,hr=ar,vr=TypeError,dr=Object.defineProperty,yr=Object.getOwnPropertyDescriptor,gr="enumerable",mr="configurable",br="writable";ft.f=fr?lr?function(t,r,e){if(pr(t),r=hr(r),pr(e),"function"==typeof t&&"prototype"===r&&"value"in e&&br in e&&!e.writable){var n=yr(t,r);n&&n.writable&&(t[r]=e.value,e={configurable:mr in e?e.configurable:n.configurable,enumerable:gr in e?e.enumerable:n.enumerable,writable:!1})}return dr(t,r,e)}:dr:function(t,r,e){if(pr(t),r=hr(r),pr(e),sr)try{return dr(t,r,e)}catch(n){}if("get"in e||"set"in e)throw vr("Accessors not supported");return"value"in e&&(t[r]=e.value),t};var Sr={},wr={get exports(){return Sr},set exports(t){Sr=t}},Or=st,Er=R,jr=Function.prototype,Tr=Or&&Object.getOwnPropertyDescriptor,Pr=Er(jr,"name"),Ir={EXISTS:Pr,PROPER:Pr&&"something"===function(){}.name,CONFIGURABLE:Pr&&(!Or||Or&&Tr(jr,"name").configurable)},Ar=at,xr=s,Rr=S(Function.toString);Ar(xr.inspectSource)||(xr.inspectSource=function(t){return Rr(t)});var Cr,Lr,Nr,Mr=xr.inspectSource,kr=at,Fr=e.WeakMap,_r=kr(Fr)&&/native code/.test(String(Fr)),Dr=function(t,r){return{enumerable:!(1&t),configurable:!(2&t),writable:!(4&t),value:r}},Gr=ft,Ur=Dr,Wr=st?function(t,r,e){return Gr.f(t,r,Ur(1,e))}:function(t,r,e){return t[r]=e,t},Vr=k,Br=n("keys"),zr=function(t){return Br[t]||(Br[t]=Vr(t))},Hr={},Jr=_r,$r=e,qr=ht,Xr=Wr,Yr=R,Kr=s,Qr=zr,Zr=Hr,te="Object already initialized",re=$r.TypeError,ee=$r.WeakMap;if(Jr||Kr.state){var ne=Kr.state||(Kr.state=new ee);ne.get=ne.get,ne.has=ne.has,ne.set=ne.set,Cr=function(t,r){if(ne.has(t))throw re(te);return r.facade=t,ne.set(t,r),r},Lr=function(t){return ne.get(t)||{}},Nr=function(t){return ne.has(t)}}else{var oe=Qr("state");Zr[oe]=!0,Cr=function(t,r){if(Yr(t,oe))throw re(te);return r.facade=t,Xr(t,oe,r),r},Lr=function(t){return Yr(t,oe)?t[oe]:{}},Nr=function(t){return Yr(t,oe)}}var ie={set:Cr,get:Lr,has:Nr,enforce:function(t){return Nr(t)?Lr(t):Cr(t,{})},getterFor:function(t){return function(r){var e;if(!qr(r)||(e=Lr(r)).type!==t)throw re("Incompatible receiver, "+t+" required");return e}}},ce=S,ue=v,ae=at,fe=R,se=st,le=Ir.CONFIGURABLE,pe=Mr,he=ie.enforce,ve=ie.get,de=String,ye=Object.defineProperty,ge=ce("".slice),me=ce("".replace),be=ce([].join),Se=se&&!ue((function(){return 8!==ye((function(){}),"length",{value:8}).length})),we=String(String).split("String"),Oe=wr.exports=function(t,r,e){"Symbol("===ge(de(r),0,7)&&(r="["+me(de(r),/^Symbol\(([^)]*)\)/,"$1")+"]"),e&&e.getter&&(r="get "+r),e&&e.setter&&(r="set "+r),(!fe(t,"name")||le&&t.name!==r)&&(se?ye(t,"name",{value:r,configurable:!0}):t.name=r),Se&&e&&fe(e,"arity")&&t.length!==e.arity&&ye(t,"length",{value:e.arity});try{e&&fe(e,"constructor")&&e.constructor?se&&ye(t,"prototype",{writable:!1}):t.prototype&&(t.prototype=void 0)}catch(o){}var n=he(t);return fe(n,"source")||(n.source=be(we,"string"==typeof r?r:"")),t};Function.prototype.toString=Oe((function(){return ae(this)&&ve(this).source||pe(this)}),"toString");var Ee=at,je=ft,Te=Sr,Pe=u,Ie=function(t,r,e,n){n||(n={});var o=n.enumerable,i=void 0!==n.name?n.name:r;if(Ee(e)&&Te(e,i,n),n.global)o?t[r]=e:Pe(r,e);else{try{n.unsafe?t[r]&&(o=!0):delete t[r]}catch(c){}o?t[r]=e:je.f(t,r,{value:e,enumerable:!1,configurable:!n.nonConfigurable,writable:!n.nonWritable})}return t},Ae=S,xe=Ae({}.toString),Re=Ae("".slice),Ce=function(t){return Re(xe(t),8,-1)},Le=ot,Ne=at,Me=Ce,ke=et("toStringTag"),Fe=Object,_e="Arguments"==Me(function(){return arguments}()),De=Le?Me:function(t){var r,e,n;return void 0===t?"Undefined":null===t?"Null":"string"==typeof(e=function(t,r){try{return t[r]}catch(e){}}(r=Fe(t),ke))?e:_e?Me(r):"Object"==(n=Me(r))&&Ne(r.callee)?"Arguments":n},Ge=De,Ue=ot?{}.toString:function(){return"[object "+Ge(this)+"]"};ot||Ie(Object.prototype,"toString",Ue,{unsafe:!0});var We={CSSRuleList:0,CSSStyleDeclaration:0,CSSValueList:0,ClientRectList:0,DOMRectList:0,DOMStringList:0,DOMTokenList:1,DataTransferItemList:0,FileList:0,HTMLAllCollection:0,HTMLCollection:0,HTMLFormElement:0,HTMLSelectElement:0,MediaList:0,MimeTypeArray:0,NamedNodeMap:0,NodeList:1,PaintRequestList:0,Plugin:0,PluginArray:0,SVGLengthList:0,SVGNumberList:0,SVGPathSegList:0,SVGPointList:0,SVGStringList:0,SVGTransformList:0,SourceBufferList:0,StyleSheetList:0,TextTrackCueList:0,TextTrackList:0,TouchList:0},Ve=gt("span").classList,Be=Ve&&Ve.constructor&&Ve.constructor.prototype,ze=Be===Object.prototype?void 0:Be,He=Ce,Je=S,$e=function(t){if("Function"===He(t))return Je(t)},qe=Bt,Xe=d,Ye=$e($e.bind),Ke=function(t,r){return qe(t),void 0===r?t:Xe?Ye(t,r):function(){return t.apply(r,arguments)}},Qe=v,Ze=Ce,tn=Object,rn=S("".split),en=Qe((function(){return!tn("z").propertyIsEnumerable(0)}))?function(t){return"String"==Ze(t)?rn(t,""):tn(t)}:tn,nn=Math.ceil,on=Math.floor,cn=Math.trunc||function(t){var r=+t;return(r>0?on:nn)(r)},un=function(t){var r=+t;return r!=r||0===r?0:cn(r)},an=un,fn=Math.min,sn=function(t){return t>0?fn(an(t),9007199254740991):0},ln=function(t){return sn(t.length)},pn=Ce,hn=Array.isArray||function(t){return"Array"==pn(t)},vn=S,dn=v,yn=at,gn=De,mn=Mr,bn=function(){},Sn=[],wn=Ct("Reflect","construct"),On=/^\s*(?:class|function)\b/,En=vn(On.exec),jn=!On.exec(bn),Tn=function(t){if(!yn(t))return!1;try{return wn(bn,Sn,t),!0}catch(r){return!1}},Pn=function(t){if(!yn(t))return!1;switch(gn(t)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return jn||!!En(On,mn(t))}catch(r){return!0}};Pn.sham=!0;var In=!wn||dn((function(){var t;return Tn(Tn.call)||!Tn(Object)||!Tn((function(){t=!0}))||t}))?Pn:Tn,An=hn,xn=In,Rn=ht,Cn=et("species"),Ln=Array,Nn=function(t){var r;return An(t)&&(r=t.constructor,(xn(r)&&(r===Ln||An(r.prototype))||Rn(r)&&null===(r=r[Cn]))&&(r=void 0)),void 0===r?Ln:r},Mn=Ke,kn=en,Fn=I,_n=ln,Dn=function(t,r){return new(Nn(t))(0===r?0:r)},Gn=S([].push),Un=function(t){var r=1==t,e=2==t,n=3==t,o=4==t,i=6==t,c=7==t,u=5==t||i;return function(a,f,s,l){for(var p,h,v=Fn(a),d=kn(v),y=Mn(f,s),g=_n(d),m=0,b=l||Dn,S=r?b(a,g):e||c?b(a,0):void 0;g>m;m++)if((u||m in d)&&(h=y(p=d[m],m,v),t))if(r)S[m]=h;else if(h)switch(t){case 3:return!0;case 5:return p;case 6:return m;case 2:Gn(S,p)}else switch(t){case 4:return!1;case 7:Gn(S,p)}return i?-1:n||o?o:S}},Wn={forEach:Un(0),map:Un(1),filter:Un(2),some:Un(3),every:Un(4),find:Un(5),findIndex:Un(6),filterReject:Un(7)},Vn=v,Bn=function(t,r){var e=[][t];return!!e&&Vn((function(){e.call(null,r||function(){return 1},1)}))},zn=Wn.forEach,Hn=Bn("forEach")?[].forEach:function(t){return zn(this,t,arguments.length>1?arguments[1]:void 0)},Jn=e,$n=We,qn=ze,Xn=Hn,Yn=Wr,Kn=function(t){if(t&&t.forEach!==Xn)try{Yn(t,"forEach",Xn)}catch(r){t.forEach=Xn}};for(var Qn in $n)$n[Qn]&&Kn(Jn[Qn]&&Jn[Qn].prototype);Kn(qn);var Zn={},to={},ro={}.propertyIsEnumerable,eo=Object.getOwnPropertyDescriptor,no=eo&&!ro.call({1:2},1);to.f=no?function(t){var r=eo(this,t);return!!r&&r.enumerable}:ro;var oo=en,io=j,co=function(t){return oo(io(t))},uo=st,ao=It,fo=to,so=Dr,lo=co,po=ar,ho=R,vo=bt,yo=Object.getOwnPropertyDescriptor;Zn.f=uo?yo:function(t,r){if(t=lo(t),r=po(r),vo)try{return yo(t,r)}catch(e){}if(ho(t,r))return so(!ao(fo.f,t,r),t[r])};var go={},mo=un,bo=Math.max,So=Math.min,wo=function(t,r){var e=mo(t);return e<0?bo(e+r,0):So(e,r)},Oo=co,Eo=wo,jo=ln,To=function(t){return function(r,e,n){var o,i=Oo(r),c=jo(i),u=Eo(n,c);if(t&&e!=e){for(;c>u;)if((o=i[u++])!=o)return!0}else for(;c>u;u++)if((t||u in i)&&i[u]===e)return t||u||0;return!t&&-1}},Po={includes:To(!0),indexOf:To(!1)},Io=R,Ao=co,xo=Po.indexOf,Ro=Hr,Co=S([].push),Lo=function(t,r){var e,n=Ao(t),o=0,i=[];for(e in n)!Io(Ro,e)&&Io(n,e)&&Co(i,e);for(;r.length>o;)Io(n,e=r[o++])&&(~xo(i,e)||Co(i,e));return i},No=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Mo=Lo,ko=No.concat("length","prototype");go.f=Object.getOwnPropertyNames||function(t){return Mo(t,ko)};var Fo={};Fo.f=Object.getOwnPropertySymbols;var _o=Ct,Do=go,Go=Fo,Uo=jt,Wo=S([].concat),Vo=_o("Reflect","ownKeys")||function(t){var r=Do.f(Uo(t)),e=Go.f;return e?Wo(r,e(t)):r},Bo=R,zo=Vo,Ho=Zn,Jo=ft,$o=function(t,r,e){for(var n=zo(r),o=Jo.f,i=Ho.f,c=0;c<n.length;c++){var u=n[c];Bo(t,u)||e&&Bo(e,u)||o(t,u,i(r,u))}},qo=v,Xo=at,Yo=/#|\.prototype\./,Ko=function(t,r){var e=Zo[Qo(t)];return e==ri||e!=ti&&(Xo(r)?qo(r):!!r)},Qo=Ko.normalize=function(t){return String(t).replace(Yo,".").toLowerCase()},Zo=Ko.data={},ti=Ko.NATIVE="N",ri=Ko.POLYFILL="P",ei=Ko,ni=e,oi=Zn.f,ii=Wr,ci=Ie,ui=u,ai=$o,fi=ei,si=function(t,r){var e,n,o,i,c,u=t.target,a=t.global,f=t.stat;if(e=a?ni:f?ni[u]||ui(u,{}):(ni[u]||{}).prototype)for(n in r){if(i=r[n],o=t.dontCallGetSet?(c=oi(e,n))&&c.value:e[n],!fi(a?n:u+(f?".":"#")+n,t.forced)&&void 0!==o){if(typeof i==typeof o)continue;ai(i,o)}(t.sham||o&&o.sham)&&ii(i,"sham",!0),ci(e,n,i,t)}},li=st,pi=hn,hi=TypeError,vi=Object.getOwnPropertyDescriptor,di=li&&!function(){if(void 0!==this)return!0;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(t){return t instanceof TypeError}}(),yi=TypeError,gi=I,mi=ln,bi=di?function(t,r){if(pi(t)&&!vi(t,"length").writable)throw hi("Cannot set read only .length");return t.length=r}:function(t,r){return t.length=r},Si=function(t){if(t>9007199254740991)throw yi("Maximum allowed index exceeded");return t};si({target:"Array",proto:!0,arity:1,forced:v((function(){return 4294967297!==[].push.call({length:4294967296},1)}))||!function(){try{Object.defineProperty([],"length",{writable:!1}).push()}catch(t){return t instanceof TypeError}}()},{push:function(t){var r=gi(this),e=mi(r),n=arguments.length;Si(e+n);for(var o=0;o<n;o++)r[e]=arguments[o],e++;return bi(r,e),e}});var wi=Gt,Oi=TypeError,Ei=De,ji=String,Ti=function(t){if("Symbol"===Ei(t))throw TypeError("Cannot convert a Symbol value to a string");return ji(t)},Pi=ar,Ii=ft,Ai=Dr,xi=function(t,r,e){var n=Pi(r);n in t?Ii.f(t,n,Ai(0,e)):t[n]=e},Ri=wo,Ci=ln,Li=xi,Ni=Array,Mi=Math.max,ki=function(t,r,e){for(var n=Ci(t),o=Ri(r,n),i=Ri(void 0===e?n:e,n),c=Ni(Mi(i-o,0)),u=0;o<i;o++,u++)Li(c,u,t[o]);return c.length=u,c},Fi=ki,_i=Math.floor,Di=function(t,r){var e=t.length,n=_i(e/2);return e<8?Gi(t,r):Ui(t,Di(Fi(t,0,n),r),Di(Fi(t,n),r),r)},Gi=function(t,r){for(var e,n,o=t.length,i=1;i<o;){for(n=i,e=t[i];n&&r(t[n-1],e)>0;)t[n]=t[--n];n!==i++&&(t[n]=e)}return t},Ui=function(t,r,e,n){for(var o=r.length,i=e.length,c=0,u=0;c<o||u<i;)t[c+u]=c<o&&u<i?n(r[c],e[u])<=0?r[c++]:e[u++]:c<o?r[c++]:e[u++];return t},Wi=Di,Vi=F.match(/firefox\/(\d+)/i),Bi=!!Vi&&+Vi[1],zi=/MSIE|Trident/.test(F),Hi=F.match(/AppleWebKit\/(\d+)\./),Ji=!!Hi&&+Hi[1],$i=si,qi=S,Xi=Bt,Yi=I,Ki=ln,Qi=function(t,r){if(!delete t[r])throw Oi("Cannot delete property "+wi(r)+" of "+wi(t))},Zi=Ti,tc=v,rc=Wi,ec=Bn,nc=Bi,oc=zi,ic=B,cc=Ji,uc=[],ac=qi(uc.sort),fc=qi(uc.push),sc=tc((function(){uc.sort(void 0)})),lc=tc((function(){uc.sort(null)})),pc=ec("sort"),hc=!tc((function(){if(ic)return ic<70;if(!(nc&&nc>3)){if(oc)return!0;if(cc)return cc<603;var t,r,e,n,o="";for(t=65;t<76;t++){switch(r=String.fromCharCode(t),t){case 66:case 69:case 70:case 72:e=3;break;case 68:case 71:e=4;break;default:e=2}for(n=0;n<47;n++)uc.push({k:r+n,v:e})}for(uc.sort((function(t,r){return r.v-t.v})),n=0;n<uc.length;n++)r=uc[n].k.charAt(0),o.charAt(o.length-1)!==r&&(o+=r);return"DGBEFHACIJK"!==o}}));$i({target:"Array",proto:!0,forced:sc||!lc||!pc||!hc},{sort:function(t){void 0!==t&&Xi(t);var r=Yi(this);if(hc)return void 0===t?ac(r):ac(r,t);var e,n,o=[],i=Ki(r);for(n=0;n<i;n++)n in r&&fc(o,r[n]);for(rc(o,function(t){return function(r,e){return void 0===e?-1:void 0===r?1:void 0!==t?+t(r,e)||0:Zi(r)>Zi(e)?1:-1}}(t)),e=Ki(o),n=0;n<e;)r[n]=o[n++];for(;n<i;)Qi(r,n++);return r}});var vc={},dc=Lo,yc=No,gc=Object.keys||function(t){return dc(t,yc)},mc=st,bc=St,Sc=ft,wc=jt,Oc=co,Ec=gc;vc.f=mc&&!bc?Object.defineProperties:function(t,r){wc(t);for(var e,n=Oc(r),o=Ec(r),i=o.length,c=0;i>c;)Sc.f(t,e=o[c++],n[e]);return t};var jc,Tc=Ct("document","documentElement"),Pc=jt,Ic=vc,Ac=No,xc=Hr,Rc=Tc,Cc=gt,Lc=zr("IE_PROTO"),Nc=function(){},Mc=function(t){return"<script>"+t+"</"+"script>"},kc=function(t){t.write(Mc("")),t.close();var r=t.parentWindow.Object;return t=null,r},Fc=function(){try{jc=new ActiveXObject("htmlfile")}catch(n){}var t,r;Fc="undefined"!=typeof document?document.domain&&jc?kc(jc):((r=Cc("iframe")).style.display="none",Rc.appendChild(r),r.src=String("javascript:"),(t=r.contentWindow.document).open(),t.write(Mc("document.F=Object")),t.close(),t.F):kc(jc);for(var e=Ac.length;e--;)delete Fc.prototype[Ac[e]];return Fc()};xc[Lc]=!0;var _c=Object.create||function(t,r){var e;return null!==t?(Nc.prototype=Pc(t),e=new Nc,Nc.prototype=null,e[Lc]=t):e=Fc(),void 0===r?e:Ic.f(e,r)},Dc=et,Gc=_c,Uc=ft.f,Wc=Dc("unscopables"),Vc=Array.prototype;null==Vc[Wc]&&Uc(Vc,Wc,{configurable:!0,value:Gc(null)});var Bc=function(t){Vc[Wc][t]=!0},zc=Po.includes,Hc=Bc;si({target:"Array",proto:!0,forced:v((function(){return!Array(1).includes()}))},{includes:function(t){return zc(this,t,arguments.length>1?arguments[1]:void 0)}}),Hc("includes");var Jc=ht,$c=Ce,qc=et("match"),Xc=function(t){var r;return Jc(t)&&(void 0!==(r=t[qc])?!!r:"RegExp"==$c(t))},Yc=TypeError,Kc=et("match"),Qc=si,Zc=function(t){if(Xc(t))throw Yc("The method doesn't accept regular expressions");return t},tu=j,ru=Ti,eu=function(t){var r=/./;try{"/./"[t](r)}catch(e){try{return r[Kc]=!1,"/./"[t](r)}catch(n){}}return!1},nu=S("".indexOf);Qc({target:"String",proto:!0,forced:!eu("includes")},{includes:function(t){return!!~nu(ru(tu(this)),ru(Zc(t)),arguments.length>1?arguments[1]:void 0)}});var ou=Sr,iu=ft,cu=function(t,r,e){return e.get&&ou(e.get,r,{getter:!0}),e.set&&ou(e.set,r,{setter:!0}),iu.f(t,r,e)},uu=st,au=Ir.EXISTS,fu=S,su=cu,lu=Function.prototype,pu=fu(lu.toString),hu=/function\b(?:\s|\/\*[\S\s]*?\*\/|\/\/[^\n\r]*[\n\r]+)*([^\s(/]*)/,vu=fu(hu.exec);uu&&!au&&su(lu,"name",{configurable:!0,get:function(){try{return vu(hu,pu(this))[1]}catch(t){return""}}});var du=v,yu=B,gu=et("species"),mu=function(t){return yu>=51||!du((function(){var r=[];return(r.constructor={})[gu]=function(){return{foo:1}},1!==r[t](Boolean).foo}))},bu=Wn.map;si({target:"Array",proto:!0,forced:!mu("map")},{map:function(t){return bu(this,t,arguments.length>1?arguments[1]:void 0)}});var Su=!v((function(){function t(){}return t.prototype.constructor=null,Object.getPrototypeOf(new t)!==t.prototype})),wu=R,Ou=at,Eu=I,ju=Su,Tu=zr("IE_PROTO"),Pu=Object,Iu=Pu.prototype,Au=ju?Pu.getPrototypeOf:function(t){var r=Eu(t);if(wu(r,Tu))return r[Tu];var e=r.constructor;return Ou(e)&&r instanceof e?e.prototype:r instanceof Pu?Iu:null},xu=I,Ru=Au,Cu=Su;si({target:"Object",stat:!0,forced:v((function(){Ru(1)})),sham:!Cu},{getPrototypeOf:function(t){return Ru(xu(t))}});var Lu=ft.f,Nu=R,Mu=et("toStringTag"),ku=function(t,r,e){t&&!e&&(t=t.prototype),t&&!Nu(t,Mu)&&Lu(t,Mu,{configurable:!0,value:r})},Fu=e,_u=ku;si({global:!0},{Reflect:{}}),_u(Fu.Reflect,"Reflect",!0);var Du=d,Gu=Function.prototype,Uu=Gu.apply,Wu=Gu.call,Vu="object"==typeof Reflect&&Reflect.apply||(Du?Wu.bind(Uu):function(){return Wu.apply(Uu,arguments)}),Bu=S([].slice),zu=S,Hu=Bt,Ju=ht,$u=R,qu=Bu,Xu=d,Yu=Function,Ku=zu([].concat),Qu=zu([].join),Zu={},ta=function(t,r,e){if(!$u(Zu,r)){for(var n=[],o=0;o<r;o++)n[o]="a["+o+"]";Zu[r]=Yu("C,a","return new C("+Qu(n,",")+")")}return Zu[r](t,e)},ra=Xu?Yu.bind:function(t){var r=Hu(this),e=r.prototype,n=qu(arguments,1),o=function(){var e=Ku(n,qu(arguments));return this instanceof o?ta(r,e.length,e):r.apply(t,e)};return Ju(e)&&(o.prototype=e),o},ea=In,na=Gt,oa=TypeError,ia=function(t){if(ea(t))return t;throw oa(na(t)+" is not a constructor")},ca=si,ua=Vu,aa=ra,fa=ia,sa=jt,la=ht,pa=_c,ha=v,va=Ct("Reflect","construct"),da=Object.prototype,ya=[].push,ga=ha((function(){function t(){}return!(va((function(){}),[],t)instanceof t)})),ma=!ha((function(){va((function(){}))})),ba=ga||ma;ca({target:"Reflect",stat:!0,forced:ba,sham:ba},{construct:function(t,r){fa(t),sa(r);var e=arguments.length<3?t:fa(arguments[2]);if(ma&&!ga)return va(t,r,e);if(t==e){switch(r.length){case 0:return new t;case 1:return new t(r[0]);case 2:return new t(r[0],r[1]);case 3:return new t(r[0],r[1],r[2]);case 4:return new t(r[0],r[1],r[2],r[3])}var n=[null];return ua(ya,n,r),new(ua(aa,t,n))}var o=e.prototype,i=pa(la(o)?o:da),c=ua(t,i,r);return la(c)?c:i}});var Sa=S,wa=Bt,Oa=at,Ea=String,ja=TypeError,Ta=function(t,r,e){try{return Sa(wa(Object.getOwnPropertyDescriptor(t,r)[e]))}catch(n){}},Pa=jt,Ia=function(t){if("object"==typeof t||Oa(t))return t;throw ja("Can't set "+Ea(t)+" as a prototype")},Aa=Object.setPrototypeOf||("__proto__"in{}?function(){var t,r=!1,e={};try{(t=Ta(Object.prototype,"__proto__","set"))(e,[]),r=e instanceof Array}catch(n){}return function(e,n){return Pa(e),Ia(n),r?t(e,n):e.__proto__=n,e}}():void 0),xa=ft.f,Ra=at,Ca=ht,La=Aa,Na=function(t,r,e){var n,o;return La&&Ra(n=r.constructor)&&n!==e&&Ca(o=n.prototype)&&o!==e.prototype&&La(t,o),t},Ma=Ti,ka=ht,Fa=Wr,_a=Error,Da=S("".replace),Ga=String(_a("zxcasd").stack),Ua=/\n\s*at [^:]*:[^\n]*/,Wa=Ua.test(Ga),Va=Dr,Ba=!v((function(){var t=Error("a");return!("stack"in t)||(Object.defineProperty(t,"stack",Va(1,7)),7!==t.stack)})),za=Wr,Ha=function(t,r){if(Wa&&"string"==typeof t&&!_a.prepareStackTrace)for(;r--;)t=Da(t,Ua,"");return t},Ja=Ba,$a=Error.captureStackTrace,qa=Ct,Xa=R,Ya=Wr,Ka=Lt,Qa=Aa,Za=$o,tf=function(t,r,e){e in t||xa(t,e,{configurable:!0,get:function(){return r[e]},set:function(t){r[e]=t}})},rf=Na,ef=function(t,r){return void 0===t?arguments.length<2?"":r:Ma(t)},nf=function(t,r){ka(r)&&"cause"in r&&Fa(t,"cause",r.cause)},of=function(t,r,e,n){Ja&&($a?$a(t,r):za(t,"stack",Ha(e,n)))},cf=st,uf=si,af=Vu,ff=function(t,r,e,n){var o="stackTraceLimit",i=n?2:1,c=t.split("."),u=c[c.length-1],a=qa.apply(null,c);if(a){var f=a.prototype;if(Xa(f,"cause")&&delete f.cause,!e)return a;var s=qa("Error"),l=r((function(t,r){var e=ef(n?r:t,void 0),o=n?new a(t):new a;return void 0!==e&&Ya(o,"message",e),of(o,l,o.stack,2),this&&Ka(f,this)&&rf(o,this,l),arguments.length>i&&nf(o,arguments[i]),o}));l.prototype=f,"Error"!==u?Qa?Qa(l,s):Za(l,s,{name:!0}):cf&&o in a&&(tf(l,a,o),tf(l,a,"prepareStackTrace")),Za(l,a);try{f.name!==u&&Ya(f,"name",u),f.constructor=l}catch(p){}return l}},sf="WebAssembly",lf=e.WebAssembly,pf=7!==Error("e",{cause:7}).cause,hf=function(t,r){var e={};e[t]=ff(t,r,pf),uf({global:!0,constructor:!0,arity:1,forced:pf},e)},vf=function(t,r){if(lf&&lf[t]){var e={};e[t]=ff("WebAssembly."+t,r,pf),uf({target:sf,stat:!0,constructor:!0,arity:1,forced:pf},e)}};hf("Error",(function(t){return function(r){return af(t,this,arguments)}})),hf("EvalError",(function(t){return function(r){return af(t,this,arguments)}})),hf("RangeError",(function(t){return function(r){return af(t,this,arguments)}})),hf("ReferenceError",(function(t){return function(r){return af(t,this,arguments)}})),hf("SyntaxError",(function(t){return function(r){return af(t,this,arguments)}})),hf("TypeError",(function(t){return function(r){return af(t,this,arguments)}})),hf("URIError",(function(t){return function(r){return af(t,this,arguments)}})),vf("CompileError",(function(t){return function(r){return af(t,this,arguments)}})),vf("LinkError",(function(t){return function(r){return af(t,this,arguments)}})),vf("RuntimeError",(function(t){return function(r){return af(t,this,arguments)}}));var df=R,yf=It,gf=ht,mf=jt,bf=function(t){return void 0!==t&&(df(t,"value")||df(t,"writable"))},Sf=Zn,wf=Au;si({target:"Reflect",stat:!0},{get:function t(r,e){var n,o,i=arguments.length<3?r:arguments[2];return mf(r)===i?r[e]:(n=Sf.f(r,e))?bf(n)?n.value:void 0===n.get?void 0:yf(n.get,i):gf(o=wf(r))?t(o,e,i):void 0}});var Of=si,Ef=v,jf=co,Tf=Zn.f,Pf=st;Of({target:"Object",stat:!0,forced:!Pf||Ef((function(){Tf(1)})),sham:!Pf},{getOwnPropertyDescriptor:function(t,r){return Tf(jf(t),r)}});var If=e,Af={},xf=et;Af.f=xf;var Rf=If,Cf=R,Lf=Af,Nf=ft.f,Mf=function(t){var r=Rf.Symbol||(Rf.Symbol={});Cf(r,t)||Nf(r,t,{value:Lf.f(t)})},kf=It,Ff=Ct,_f=et,Df=Ie,Gf=function(){var t=Ff("Symbol"),r=t&&t.prototype,e=r&&r.valueOf,n=_f("toPrimitive");r&&!r[n]&&Df(r,n,(function(t){return kf(e,this)}),{arity:1})},Uf=Gf;Mf("toPrimitive"),Uf();var Wf=jt,Vf=Kt,Bf=TypeError,zf=R,Hf=Ie,Jf=function(t){if(Wf(this),"string"===t||"default"===t)t="string";else if("number"!==t)throw Bf("Incorrect hint");return Vf(this,t)},$f=et("toPrimitive"),qf=Date.prototype;zf(qf,$f)||Hf(qf,$f,Jf);var Xf={},Yf=Ce,Kf=co,Qf=go.f,Zf=ki,ts="object"==typeof window&&window&&Object.getOwnPropertyNames?Object.getOwnPropertyNames(window):[];Xf.f=function(t){return ts&&"Window"==Yf(t)?function(t){try{return Qf(t)}catch(r){return Zf(ts)}}(t):Qf(Kf(t))};var rs=si,es=e,ns=It,os=S,is=st,cs=J,us=v,as=R,fs=Lt,ss=jt,ls=co,ps=ar,hs=Ti,vs=Dr,ds=_c,ys=gc,gs=go,ms=Xf,bs=Fo,Ss=Zn,ws=ft,Os=vc,Es=to,js=Ie,Ts=cu,Ps=n,Is=Hr,As=k,xs=et,Rs=Af,Cs=Mf,Ls=Gf,Ns=ku,Ms=ie,ks=Wn.forEach,Fs=zr("hidden"),_s="Symbol",Ds=Ms.set,Gs=Ms.getterFor(_s),Us=Object.prototype,Ws=es.Symbol,Vs=Ws&&Ws.prototype,Bs=es.TypeError,zs=es.QObject,Hs=Ss.f,Js=ws.f,$s=ms.f,qs=Es.f,Xs=os([].push),Ys=Ps("symbols"),Ks=Ps("op-symbols"),Qs=Ps("wks"),Zs=!zs||!zs.prototype||!zs.prototype.findChild,tl=is&&us((function(){return 7!=ds(Js({},"a",{get:function(){return Js(this,"a",{value:7}).a}})).a}))?function(t,r,e){var n=Hs(Us,r);n&&delete Us[r],Js(t,r,e),n&&t!==Us&&Js(Us,r,n)}:Js,rl=function(t,r){var e=Ys[t]=ds(Vs);return Ds(e,{type:_s,tag:t,description:r}),is||(e.description=r),e},el=function(t,r,e){t===Us&&el(Ks,r,e),ss(t);var n=ps(r);return ss(e),as(Ys,n)?(e.enumerable?(as(t,Fs)&&t[Fs][n]&&(t[Fs][n]=!1),e=ds(e,{enumerable:vs(0,!1)})):(as(t,Fs)||Js(t,Fs,vs(1,{})),t[Fs][n]=!0),tl(t,n,e)):Js(t,n,e)},nl=function(t,r){ss(t);var e=ls(r),n=ys(e).concat(ul(e));return ks(n,(function(r){is&&!ns(ol,e,r)||el(t,r,e[r])})),t},ol=function(t){var r=ps(t),e=ns(qs,this,r);return!(this===Us&&as(Ys,r)&&!as(Ks,r))&&(!(e||!as(this,r)||!as(Ys,r)||as(this,Fs)&&this[Fs][r])||e)},il=function(t,r){var e=ls(t),n=ps(r);if(e!==Us||!as(Ys,n)||as(Ks,n)){var o=Hs(e,n);return!o||!as(Ys,n)||as(e,Fs)&&e[Fs][n]||(o.enumerable=!0),o}},cl=function(t){var r=$s(ls(t)),e=[];return ks(r,(function(t){as(Ys,t)||as(Is,t)||Xs(e,t)})),e},ul=function(t){var r=t===Us,e=$s(r?Ks:ls(t)),n=[];return ks(e,(function(t){!as(Ys,t)||r&&!as(Us,t)||Xs(n,Ys[t])})),n};cs||(Ws=function(){if(fs(Vs,this))throw Bs("Symbol is not a constructor");var t=arguments.length&&void 0!==arguments[0]?hs(arguments[0]):void 0,r=As(t),e=function(t){this===Us&&ns(e,Ks,t),as(this,Fs)&&as(this[Fs],r)&&(this[Fs][r]=!1),tl(this,r,vs(1,t))};return is&&Zs&&tl(Us,r,{configurable:!0,set:e}),rl(r,t)},js(Vs=Ws.prototype,"toString",(function(){return Gs(this).tag})),js(Ws,"withoutSetter",(function(t){return rl(As(t),t)})),Es.f=ol,ws.f=el,Os.f=nl,Ss.f=il,gs.f=ms.f=cl,bs.f=ul,Rs.f=function(t){return rl(xs(t),t)},is&&(Ts(Vs,"description",{configurable:!0,get:function(){return Gs(this).description}}),js(Us,"propertyIsEnumerable",ol,{unsafe:!0}))),rs({global:!0,constructor:!0,wrap:!0,forced:!cs,sham:!cs},{Symbol:Ws}),ks(ys(Qs),(function(t){Cs(t)})),rs({target:_s,stat:!0,forced:!cs},{useSetter:function(){Zs=!0},useSimple:function(){Zs=!1}}),rs({target:"Object",stat:!0,forced:!cs,sham:!is},{create:function(t,r){return void 0===r?ds(t):nl(ds(t),r)},defineProperty:el,defineProperties:nl,getOwnPropertyDescriptor:il}),rs({target:"Object",stat:!0,forced:!cs},{getOwnPropertyNames:cl}),Ls(),Ns(Ws,_s),Is[Fs]=!0;var al=J&&!!Symbol.for&&!!Symbol.keyFor,fl=si,sl=Ct,ll=R,pl=Ti,hl=n,vl=al,dl=hl("string-to-symbol-registry"),yl=hl("symbol-to-string-registry");fl({target:"Symbol",stat:!0,forced:!vl},{for:function(t){var r=pl(t);if(ll(dl,r))return dl[r];var e=sl("Symbol")(r);return dl[r]=e,yl[e]=r,e}});var gl=si,ml=R,bl=_t,Sl=Gt,wl=al,Ol=n("symbol-to-string-registry");gl({target:"Symbol",stat:!0,forced:!wl},{keyFor:function(t){if(!bl(t))throw TypeError(Sl(t)+" is not a symbol");if(ml(Ol,t))return Ol[t]}});var El=hn,jl=at,Tl=Ce,Pl=Ti,Il=S([].push),Al=si,xl=Ct,Rl=Vu,Cl=It,Ll=S,Nl=v,Ml=at,kl=_t,Fl=Bu,_l=function(t){if(jl(t))return t;if(El(t)){for(var r=t.length,e=[],n=0;n<r;n++){var o=t[n];"string"==typeof o?Il(e,o):"number"!=typeof o&&"Number"!=Tl(o)&&"String"!=Tl(o)||Il(e,Pl(o))}var i=e.length,c=!0;return function(t,r){if(c)return c=!1,r;if(El(this))return r;for(var n=0;n<i;n++)if(e[n]===t)return r}}},Dl=J,Gl=String,Ul=xl("JSON","stringify"),Wl=Ll(/./.exec),Vl=Ll("".charAt),Bl=Ll("".charCodeAt),zl=Ll("".replace),Hl=Ll(1..toString),Jl=/[\uD800-\uDFFF]/g,$l=/^[\uD800-\uDBFF]$/,ql=/^[\uDC00-\uDFFF]$/,Xl=!Dl||Nl((function(){var t=xl("Symbol")();return"[null]"!=Ul([t])||"{}"!=Ul({a:t})||"{}"!=Ul(Object(t))})),Yl=Nl((function(){return'"\\udf06\\ud834"'!==Ul("\udf06\ud834")||'"\\udead"'!==Ul("\udead")})),Kl=function(t,r){var e=Fl(arguments),n=_l(r);if(Ml(n)||void 0!==t&&!kl(t))return e[1]=function(t,r){if(Ml(n)&&(r=Cl(n,this,Gl(t),r)),!kl(r))return r},Rl(Ul,null,e)},Ql=function(t,r,e){var n=Vl(e,r-1),o=Vl(e,r+1);return Wl($l,t)&&!Wl(ql,o)||Wl(ql,t)&&!Wl($l,n)?"\\u"+Hl(Bl(t,0),16):t};Ul&&Al({target:"JSON",stat:!0,arity:3,forced:Xl||Yl},{stringify:function(t,r,e){var n=Fl(arguments),o=Rl(Xl?Kl:Ul,null,n);return Yl&&"string"==typeof o?zl(o,Jl,Ql):o}});var Zl=Fo,tp=I;si({target:"Object",stat:!0,forced:!J||v((function(){Zl.f(1)}))},{getOwnPropertySymbols:function(t){var r=Zl.f;return r?r(tp(t)):[]}});var rp=si,ep=st,np=S,op=R,ip=at,cp=Lt,up=Ti,ap=cu,fp=$o,sp=e.Symbol,lp=sp&&sp.prototype;if(ep&&ip(sp)&&(!("description"in lp)||void 0!==sp().description)){var pp={},hp=function(){var t=arguments.length<1||void 0===arguments[0]?void 0:up(arguments[0]),r=cp(lp,this)?new sp(t):void 0===t?sp():sp(t);return""===t&&(pp[r]=!0),r};fp(hp,sp),hp.prototype=lp,lp.constructor=hp;var vp="Symbol(test)"==String(sp("test")),dp=np(lp.valueOf),yp=np(lp.toString),gp=/^Symbol\((.*)\)[^)]+$/,mp=np("".replace),bp=np("".slice);ap(lp,"description",{configurable:!0,get:function(){var t=dp(this);if(op(pp,t))return"";var r=yp(t),e=vp?bp(r,7,-1):mp(r,gp,"$1");return""===e?void 0:e}}),rp({global:!0,constructor:!0,forced:!0},{Symbol:hp})}var Sp=S(1..valueOf),wp=j,Op=Ti,Ep="\t\n\v\f\r                 \u2028\u2029\ufeff",jp=S("".replace),Tp=RegExp("^["+Ep+"]+"),Pp=RegExp("(^|[^"+Ep+"])["+Ep+"]+$"),Ip=function(t){return function(r){var e=Op(wp(r));return 1&t&&(e=jp(e,Tp,"")),2&t&&(e=jp(e,Pp,"$1")),e}},Ap={start:Ip(1),end:Ip(2),trim:Ip(3)},xp=si,Rp=st,Cp=e,Lp=If,Np=S,Mp=ei,kp=R,Fp=Na,_p=Lt,Dp=_t,Gp=ir,Up=v,Wp=go.f,Vp=Zn.f,Bp=ft.f,zp=Sp,Hp=Ap.trim,Jp="Number",$p=Cp.Number;Lp.Number;var qp=$p.prototype,Xp=Cp.TypeError,Yp=Np("".slice),Kp=Np("".charCodeAt),Qp=function(t){var r=Gp(t,"number");return"bigint"==typeof r?r:Zp(r)},Zp=function(t){var r,e,n,o,i,c,u,a,f=Gp(t,"number");if(Dp(f))throw Xp("Cannot convert a Symbol value to a number");if("string"==typeof f&&f.length>2)if(f=Hp(f),43===(r=Kp(f,0))||45===r){if(88===(e=Kp(f,2))||120===e)return NaN}else if(48===r){switch(Kp(f,1)){case 66:case 98:n=2,o=49;break;case 79:case 111:n=8,o=55;break;default:return+f}for(c=(i=Yp(f,2)).length,u=0;u<c;u++)if((a=Kp(i,u))<48||a>o)return NaN;return parseInt(i,n)}return+f},th=Mp(Jp,!$p(" 0o1")||!$p("0b1")||$p("+0x1")),rh=function(t){return _p(qp,t)&&Up((function(){zp(t)}))},eh=function(t){var r=arguments.length<1?0:$p(Qp(t));return rh(this)?Fp(Object(r),this,eh):r};eh.prototype=qp,th&&(qp.constructor=eh),xp({global:!0,constructor:!0,wrap:!0,forced:th},{Number:eh});th&&function(t,r){for(var e,n=Rp?Wp(r):"MAX_VALUE,MIN_VALUE,NaN,NEGATIVE_INFINITY,POSITIVE_INFINITY,EPSILON,MAX_SAFE_INTEGER,MIN_SAFE_INTEGER,isFinite,isInteger,isNaN,isSafeInteger,parseFloat,parseInt,fromString,range".split(","),o=0;n.length>o;o++)kp(r,e=n[o])&&!kp(t,e)&&Bp(t,e,Vp(r,e))}(Lp.Number,$p);var nh,oh,ih,ch,uh="undefined"!=typeof process&&"process"==Ce(process),ah=Ct,fh=cu,sh=st,lh=et("species"),ph=Lt,hh=TypeError,vh=jt,dh=ia,yh=w,gh=et("species"),mh=TypeError,bh=/(?:ipad|iphone|ipod).*applewebkit/i.test(F),Sh=e,wh=Vu,Oh=Ke,Eh=at,jh=R,Th=v,Ph=Tc,Ih=Bu,Ah=gt,xh=function(t,r){if(t<r)throw mh("Not enough arguments");return t},Rh=bh,Ch=uh,Lh=Sh.setImmediate,Nh=Sh.clearImmediate,Mh=Sh.process,kh=Sh.Dispatch,Fh=Sh.Function,_h=Sh.MessageChannel,Dh=Sh.String,Gh=0,Uh={},Wh="onreadystatechange";Th((function(){nh=Sh.location}));var Vh=function(t){if(jh(Uh,t)){var r=Uh[t];delete Uh[t],r()}},Bh=function(t){return function(){Vh(t)}},zh=function(t){Vh(t.data)},Hh=function(t){Sh.postMessage(Dh(t),nh.protocol+"//"+nh.host)};Lh&&Nh||(Lh=function(t){xh(arguments.length,1);var r=Eh(t)?t:Fh(t),e=Ih(arguments,1);return Uh[++Gh]=function(){wh(r,void 0,e)},oh(Gh),Gh},Nh=function(t){delete Uh[t]},Ch?oh=function(t){Mh.nextTick(Bh(t))}:kh&&kh.now?oh=function(t){kh.now(Bh(t))}:_h&&!Rh?(ch=(ih=new _h).port2,ih.port1.onmessage=zh,oh=Oh(ch.postMessage,ch)):Sh.addEventListener&&Eh(Sh.postMessage)&&!Sh.importScripts&&nh&&"file:"!==nh.protocol&&!Th(Hh)?(oh=Hh,Sh.addEventListener("message",zh,!1)):oh=Wh in Ah("script")?function(t){Ph.appendChild(Ah("script")).onreadystatechange=function(){Ph.removeChild(this),Vh(t)}}:function(t){setTimeout(Bh(t),0)});var Jh={set:Lh,clear:Nh},$h=function(){this.head=null,this.tail=null};$h.prototype={add:function(t){var r={item:t,next:null},e=this.tail;e?e.next=r:this.head=r,this.tail=r},get:function(){var t=this.head;if(t)return null===(this.head=t.next)&&(this.tail=null),t.item}};var qh,Xh,Yh,Kh,Qh,Zh=$h,tv=/ipad|iphone|ipod/i.test(F)&&"undefined"!=typeof Pebble,rv=/web0s(?!.*chrome)/i.test(F),ev=e,nv=Ke,ov=Zn.f,iv=Jh.set,cv=Zh,uv=bh,av=tv,fv=rv,sv=uh,lv=ev.MutationObserver||ev.WebKitMutationObserver,pv=ev.document,hv=ev.process,vv=ev.Promise,dv=ov(ev,"queueMicrotask"),yv=dv&&dv.value;if(!yv){var gv=new cv,mv=function(){var t,r;for(sv&&(t=hv.domain)&&t.exit();r=gv.get();)try{r()}catch(e){throw gv.head&&qh(),e}t&&t.enter()};uv||sv||fv||!lv||!pv?!av&&vv&&vv.resolve?((Kh=vv.resolve(void 0)).constructor=vv,Qh=nv(Kh.then,Kh),qh=function(){Qh(mv)}):sv?qh=function(){hv.nextTick(mv)}:(iv=nv(iv,ev),qh=function(){iv(mv)}):(Xh=!0,Yh=pv.createTextNode(""),new lv(mv).observe(Yh,{characterData:!0}),qh=function(){Yh.data=Xh=!Xh}),yv=function(t){gv.head||qh(),gv.add(t)}}var bv=yv,Sv=function(t){try{return{error:!1,value:t()}}catch(r){return{error:!0,value:r}}},wv=e.Promise,Ov="object"==typeof Deno&&Deno&&"object"==typeof Deno.version,Ev=!Ov&&!uh&&"object"==typeof window&&"object"==typeof document,jv=e,Tv=wv,Pv=at,Iv=ei,Av=Mr,xv=et,Rv=Ev,Cv=Ov,Lv=B;Tv&&Tv.prototype;var Nv=xv("species"),Mv=!1,kv=Pv(jv.PromiseRejectionEvent),Fv=Iv("Promise",(function(){var t=Av(Tv),r=t!==String(Tv);if(!r&&66===Lv)return!0;if(!Lv||Lv<51||!/native code/.test(t)){var e=new Tv((function(t){t(1)})),n=function(t){t((function(){}),(function(){}))};if((e.constructor={})[Nv]=n,!(Mv=e.then((function(){}))instanceof n))return!0}return!r&&(Rv||Cv)&&!kv})),_v={CONSTRUCTOR:Fv,REJECTION_EVENT:kv,SUBCLASSING:Mv},Dv={},Gv=Bt,Uv=TypeError,Wv=function(t){var r,e;this.promise=new t((function(t,n){if(void 0!==r||void 0!==e)throw Uv("Bad Promise constructor");r=t,e=n})),this.resolve=Gv(r),this.reject=Gv(e)};Dv.f=function(t){return new Wv(t)};var Vv,Bv,zv,Hv=si,Jv=uh,$v=e,qv=It,Xv=Ie,Yv=Aa,Kv=ku,Qv=function(t){var r=ah(t);sh&&r&&!r[lh]&&fh(r,lh,{configurable:!0,get:function(){return this}})},Zv=Bt,td=at,rd=ht,ed=function(t,r){if(ph(r,t))return t;throw hh("Incorrect invocation")},nd=function(t,r){var e,n=vh(t).constructor;return void 0===n||yh(e=vh(n)[gh])?r:dh(e)},od=Jh.set,id=bv,cd=function(t,r){try{1==arguments.length?console.error(t):console.error(t,r)}catch(e){}},ud=Sv,ad=Zh,fd=ie,sd=wv,ld=Dv,pd="Promise",hd=_v.CONSTRUCTOR,vd=_v.REJECTION_EVENT,dd=_v.SUBCLASSING,yd=fd.getterFor(pd),gd=fd.set,md=sd&&sd.prototype,bd=sd,Sd=md,wd=$v.TypeError,Od=$v.document,Ed=$v.process,jd=ld.f,Td=jd,Pd=!!(Od&&Od.createEvent&&$v.dispatchEvent),Id="unhandledrejection",Ad=function(t){var r;return!(!rd(t)||!td(r=t.then))&&r},xd=function(t,r){var e,n,o,i=r.value,c=1==r.state,u=c?t.ok:t.fail,a=t.resolve,f=t.reject,s=t.domain;try{u?(c||(2===r.rejection&&Md(r),r.rejection=1),!0===u?e=i:(s&&s.enter(),e=u(i),s&&(s.exit(),o=!0)),e===t.promise?f(wd("Promise-chain cycle")):(n=Ad(e))?qv(n,e,a,f):a(e)):f(i)}catch(l){s&&!o&&s.exit(),f(l)}},Rd=function(t,r){t.notified||(t.notified=!0,id((function(){for(var e,n=t.reactions;e=n.get();)xd(e,t);t.notified=!1,r&&!t.rejection&&Ld(t)})))},Cd=function(t,r,e){var n,o;Pd?((n=Od.createEvent("Event")).promise=r,n.reason=e,n.initEvent(t,!1,!0),$v.dispatchEvent(n)):n={promise:r,reason:e},!vd&&(o=$v["on"+t])?o(n):t===Id&&cd("Unhandled promise rejection",e)},Ld=function(t){qv(od,$v,(function(){var r,e=t.facade,n=t.value;if(Nd(t)&&(r=ud((function(){Jv?Ed.emit("unhandledRejection",n,e):Cd(Id,e,n)})),t.rejection=Jv||Nd(t)?2:1,r.error))throw r.value}))},Nd=function(t){return 1!==t.rejection&&!t.parent},Md=function(t){qv(od,$v,(function(){var r=t.facade;Jv?Ed.emit("rejectionHandled",r):Cd("rejectionhandled",r,t.value)}))},kd=function(t,r,e){return function(n){t(r,n,e)}},Fd=function(t,r,e){t.done||(t.done=!0,e&&(t=e),t.value=r,t.state=2,Rd(t,!0))},_d=function(t,r,e){if(!t.done){t.done=!0,e&&(t=e);try{if(t.facade===r)throw wd("Promise can't be resolved itself");var n=Ad(r);n?id((function(){var e={done:!1};try{qv(n,r,kd(_d,e,t),kd(Fd,e,t))}catch(o){Fd(e,o,t)}})):(t.value=r,t.state=1,Rd(t,!1))}catch(o){Fd({done:!1},o,t)}}};if(hd&&(Sd=(bd=function(t){ed(this,Sd),Zv(t),qv(Vv,this);var r=yd(this);try{t(kd(_d,r),kd(Fd,r))}catch(e){Fd(r,e)}}).prototype,(Vv=function(t){gd(this,{type:pd,done:!1,notified:!1,parent:!1,reactions:new ad,rejection:!1,state:0,value:void 0})}).prototype=Xv(Sd,"then",(function(t,r){var e=yd(this),n=jd(nd(this,bd));return e.parent=!0,n.ok=!td(t)||t,n.fail=td(r)&&r,n.domain=Jv?Ed.domain:void 0,0==e.state?e.reactions.add(n):id((function(){xd(n,e)})),n.promise})),Bv=function(){var t=new Vv,r=yd(t);this.promise=t,this.resolve=kd(_d,r),this.reject=kd(Fd,r)},ld.f=jd=function(t){return t===bd||undefined===t?new Bv(t):Td(t)},td(sd)&&md!==Object.prototype)){zv=md.then,dd||Xv(md,"then",(function(t,r){var e=this;return new bd((function(t,r){qv(zv,e,t,r)})).then(t,r)}),{unsafe:!0});try{delete md.constructor}catch(_m){}Yv&&Yv(md,Sd)}Hv({global:!0,constructor:!0,wrap:!0,forced:hd},{Promise:bd}),Kv(bd,pd,!1),Qv(pd);var Dd={},Gd=Dd,Ud=et("iterator"),Wd=Array.prototype,Vd=De,Bd=Jt,zd=w,Hd=Dd,Jd=et("iterator"),$d=function(t){if(!zd(t))return Bd(t,Jd)||Bd(t,"@@iterator")||Hd[Vd(t)]},qd=It,Xd=Bt,Yd=jt,Kd=Gt,Qd=$d,Zd=TypeError,ty=It,ry=jt,ey=Jt,ny=Ke,oy=It,iy=jt,cy=Gt,uy=function(t){return void 0!==t&&(Gd.Array===t||Wd[Ud]===t)},ay=ln,fy=Lt,sy=function(t,r){var e=arguments.length<2?Qd(t):r;if(Xd(e))return Yd(qd(e,t));throw Zd(Kd(t)+" is not iterable")},ly=$d,py=function(t,r,e){var n,o;ry(t);try{if(!(n=ey(t,"return"))){if("throw"===r)throw e;return e}n=ty(n,t)}catch(_m){o=!0,n=_m}if("throw"===r)throw e;if(o)throw n;return ry(n),e},hy=TypeError,vy=function(t,r){this.stopped=t,this.result=r},dy=vy.prototype,yy=function(t,r,e){var n,o,i,c,u,a,f,s=e&&e.that,l=!(!e||!e.AS_ENTRIES),p=!(!e||!e.IS_RECORD),h=!(!e||!e.IS_ITERATOR),v=!(!e||!e.INTERRUPTED),d=ny(r,s),y=function(t){return n&&py(n,"normal",t),new vy(!0,t)},g=function(t){return l?(iy(t),v?d(t[0],t[1],y):d(t[0],t[1])):v?d(t,y):d(t)};if(p)n=t.iterator;else if(h)n=t;else{if(!(o=ly(t)))throw hy(cy(t)+" is not iterable");if(uy(o)){for(i=0,c=ay(t);c>i;i++)if((u=g(t[i]))&&fy(dy,u))return u;return new vy(!1)}n=sy(t,o)}for(a=p?t.next:n.next;!(f=oy(a,n)).done;){try{u=g(f.value)}catch(_m){py(n,"throw",_m)}if("object"==typeof u&&u&&fy(dy,u))return u}return new vy(!1)},gy=et("iterator"),my=!1;try{var by=0,Sy={next:function(){return{done:!!by++}},return:function(){my=!0}};Sy[gy]=function(){return this},Array.from(Sy,(function(){throw 2}))}catch(_m){}var wy=wv,Oy=function(t,r){if(!r&&!my)return!1;var e=!1;try{var n={};n[gy]=function(){return{next:function(){return{done:e=!0}}}},t(n)}catch(_m){}return e},Ey=_v.CONSTRUCTOR||!Oy((function(t){wy.all(t).then(void 0,(function(){}))})),jy=It,Ty=Bt,Py=Dv,Iy=Sv,Ay=yy;si({target:"Promise",stat:!0,forced:Ey},{all:function(t){var r=this,e=Py.f(r),n=e.resolve,o=e.reject,i=Iy((function(){var e=Ty(r.resolve),i=[],c=0,u=1;Ay(t,(function(t){var a=c++,f=!1;u++,jy(e,r,t).then((function(t){f||(f=!0,i[a]=t,--u||n(i))}),o)})),--u||n(i)}));return i.error&&o(i.value),e.promise}});var xy=si,Ry=_v.CONSTRUCTOR,Cy=wv,Ly=Ct,Ny=at,My=Ie,ky=Cy&&Cy.prototype;if(xy({target:"Promise",proto:!0,forced:Ry,real:!0},{catch:function(t){return this.then(void 0,t)}}),Ny(Cy)){var Fy=Ly("Promise").prototype.catch;ky.catch!==Fy&&My(ky,"catch",Fy,{unsafe:!0})}var _y=It,Dy=Bt,Gy=Dv,Uy=Sv,Wy=yy;si({target:"Promise",stat:!0,forced:Ey},{race:function(t){var r=this,e=Gy.f(r),n=e.reject,o=Uy((function(){var o=Dy(r.resolve);Wy(t,(function(t){_y(o,r,t).then(e.resolve,n)}))}));return o.error&&n(o.value),e.promise}});var Vy=It,By=Dv;si({target:"Promise",stat:!0,forced:_v.CONSTRUCTOR},{reject:function(t){var r=By.f(this);return Vy(r.reject,void 0,t),r.promise}});var zy=jt,Hy=ht,Jy=Dv,$y=si,qy=_v.CONSTRUCTOR,Xy=function(t,r){if(zy(t),Hy(r)&&r.constructor===t)return r;var e=Jy.f(t);return(0,e.resolve)(r),e.promise};Ct("Promise"),$y({target:"Promise",stat:!0,forced:qy},{resolve:function(t){return Xy(this,t)}}),Mf("iterator");var Yy,Ky,Qy,Zy=v,tg=at,rg=ht,eg=Au,ng=Ie,og=et("iterator"),ig=!1;[].keys&&("next"in(Qy=[].keys())?(Ky=eg(eg(Qy)))!==Object.prototype&&(Yy=Ky):ig=!0);var cg=!rg(Yy)||Zy((function(){var t={};return Yy[og].call(t)!==t}));cg&&(Yy={}),tg(Yy[og])||ng(Yy,og,(function(){return this}));var ug={IteratorPrototype:Yy,BUGGY_SAFARI_ITERATORS:ig},ag=ug.IteratorPrototype,fg=_c,sg=Dr,lg=ku,pg=Dd,hg=function(){return this},vg=si,dg=It,yg=at,gg=function(t,r,e,n){var o=r+" Iterator";return t.prototype=fg(ag,{next:sg(+!n,e)}),lg(t,o,!1),pg[o]=hg,t},mg=Au,bg=Aa,Sg=ku,wg=Wr,Og=Ie,Eg=Dd,jg=Ir.PROPER,Tg=Ir.CONFIGURABLE,Pg=ug.IteratorPrototype,Ig=ug.BUGGY_SAFARI_ITERATORS,Ag=et("iterator"),xg="keys",Rg="values",Cg="entries",Lg=function(){return this},Ng=function(t,r,e,n,o,i,c){gg(e,r,n);var u,a,f,s=function(t){if(t===o&&d)return d;if(!Ig&&t in h)return h[t];switch(t){case xg:case Rg:case Cg:return function(){return new e(this,t)}}return function(){return new e(this)}},l=r+" Iterator",p=!1,h=t.prototype,v=h[Ag]||h["@@iterator"]||o&&h[o],d=!Ig&&v||s(o),y="Array"==r&&h.entries||v;if(y&&(u=mg(y.call(new t)))!==Object.prototype&&u.next&&(mg(u)!==Pg&&(bg?bg(u,Pg):yg(u[Ag])||Og(u,Ag,Lg)),Sg(u,l,!0)),jg&&o==Rg&&v&&v.name!==Rg&&(Tg?wg(h,"name",Rg):(p=!0,d=function(){return dg(v,this)})),o)if(a={values:s(Rg),keys:i?d:s(xg),entries:s(Cg)},c)for(f in a)(Ig||p||!(f in h))&&Og(h,f,a[f]);else vg({target:r,proto:!0,forced:Ig||p},a);return h[Ag]!==d&&Og(h,Ag,d,{name:o}),Eg[r]=d,a},Mg=function(t,r){return{value:t,done:r}},kg=co,Fg=Bc,_g=Dd,Dg=ie,Gg=ft.f,Ug=Ng,Wg=Mg,Vg=st,Bg="Array Iterator",zg=Dg.set,Hg=Dg.getterFor(Bg),Jg=Ug(Array,"Array",(function(t,r){zg(this,{type:Bg,target:kg(t),index:0,kind:r})}),(function(){var t=Hg(this),r=t.target,e=t.kind,n=t.index++;return!r||n>=r.length?(t.target=void 0,Wg(void 0,!0)):Wg("keys"==e?n:"values"==e?r[n]:[n,r[n]],!1)}),"values"),$g=_g.Arguments=_g.Array;if(Fg("keys"),Fg("values"),Fg("entries"),Vg&&"values"!==$g.name)try{Gg($g,"name",{value:"values"})}catch(_m){}var qg=S,Xg=un,Yg=Ti,Kg=j,Qg=qg("".charAt),Zg=qg("".charCodeAt),tm=qg("".slice),rm=function(t){return function(r,e){var n,o,i=Yg(Kg(r)),c=Xg(e),u=i.length;return c<0||c>=u?t?"":void 0:(n=Zg(i,c))<55296||n>56319||c+1===u||(o=Zg(i,c+1))<56320||o>57343?t?Qg(i,c):n:t?tm(i,c,c+2):o-56320+(n-55296<<10)+65536}},em={codeAt:rm(!1),charAt:rm(!0)}.charAt,nm=Ti,om=ie,im=Ng,cm=Mg,um="String Iterator",am=om.set,fm=om.getterFor(um);im(String,"String",(function(t){am(this,{type:um,string:nm(t),index:0})}),(function(){var t,r=fm(this),e=r.string,n=r.index;return n>=e.length?cm(void 0,!0):(t=em(e,n),r.index+=t.length,cm(t,!1))}));var sm=e,lm=We,pm=ze,hm=Jg,vm=Wr,dm=et,ym=dm("iterator"),gm=dm("toStringTag"),mm=hm.values,bm=function(t,r){if(t){if(t[ym]!==mm)try{vm(t,ym,mm)}catch(_m){t[ym]=mm}if(t[gm]||vm(t,gm,r),lm[r])for(var e in hm)if(t[e]!==hm[e])try{vm(t,e,hm[e])}catch(_m){t[e]=hm[e]}}};for(var Sm in lm)bm(sm[Sm]&&sm[Sm].prototype,Sm);bm(pm,"DOMTokenList"),Mf("asyncIterator");var wm=Ct,Om=ku;Mf("toStringTag"),Om(wm("Symbol"),"Symbol"),ku(e.JSON,"JSON",!0),ku(Math,"Math",!0);var Em=si,jm=hn,Tm=In,Pm=ht,Im=wo,Am=ln,xm=co,Rm=xi,Cm=et,Lm=Bu,Nm=mu("slice"),Mm=Cm("species"),km=Array,Fm=Math.max;Em({target:"Array",proto:!0,forced:!Nm},{slice:function(t,r){var e,n,o,i=xm(this),c=Am(i),u=Im(t,c),a=Im(void 0===r?c:r,c);if(jm(i)&&(e=i.constructor,(Tm(e)&&(e===km||jm(e.prototype))||Pm(e)&&null===(e=e[Mm]))&&(e=void 0),e===km||void 0===e))return Lm(i,u,a);for(n=new(void 0===e?km:e)(Fm(a-u,0)),o=0;u<a;u++,o++)u in i&&Rm(n,o,i[u]);return n.length=o,n}}),function(){function r(t,r){return(r||"")+" (SystemJS https://github.com/systemjs/systemjs/blob/main/docs/errors.md#"+t+")"}function e(t,r){if(-1!==t.indexOf("\\")&&(t=t.replace(j,"/")),"/"===t[0]&&"/"===t[1])return r.slice(0,r.indexOf(":")+1)+t;if("."===t[0]&&("/"===t[1]||"."===t[1]&&("/"===t[2]||2===t.length&&(t+="/"))||1===t.length&&(t+="/"))||"/"===t[0]){var e,n=r.slice(0,r.indexOf(":")+1);if(e="/"===r[n.length+1]?"file:"!==n?(e=r.slice(n.length+2)).slice(e.indexOf("/")+1):r.slice(8):r.slice(n.length+("/"===r[n.length])),"/"===t[0])return r.slice(0,r.length-e.length-1)+t;for(var o=e.slice(0,e.lastIndexOf("/")+1)+t,i=[],c=-1,u=0;u<o.length;u++)-1!==c?"/"===o[u]&&(i.push(o.slice(c,u+1)),c=-1):"."===o[u]?"."!==o[u+1]||"/"!==o[u+2]&&u+2!==o.length?"/"===o[u+1]||u+1===o.length?u+=1:c=u:(i.pop(),u+=2):c=u;return-1!==c&&i.push(o.slice(c)),r.slice(0,r.length-e.length)+i.join("")}}function n(t,r){return e(t,r)||(-1!==t.indexOf(":")?t:e("./"+t,r))}function o(t,r,n,o,i){for(var c in t){var u=e(c,n)||c,s=t[c];if("string"==typeof s){var l=f(o,e(s,n)||s,i);l?r[u]=l:a("W1",c,s)}}}function i(t,r,e){var i;for(i in t.imports&&o(t.imports,e.imports,r,e,null),t.scopes||{}){var c=n(i,r);o(t.scopes[i],e.scopes[c]||(e.scopes[c]={}),r,e,c)}for(i in t.depcache||{})e.depcache[n(i,r)]=t.depcache[i];for(i in t.integrity||{})e.integrity[n(i,r)]=t.integrity[i]}function c(t,r){if(r[t])return t;var e=t.length;do{var n=t.slice(0,e+1);if(n in r)return n}while(-1!==(e=t.lastIndexOf("/",e-1)))}function u(t,r){var e=c(t,r);if(e){var n=r[e];if(null===n)return;if(!(t.length>e.length&&"/"!==n[n.length-1]))return n+t.slice(e.length);a("W2",e,n)}}function a(t,e,n){console.warn(r(t,[n,e].join(", ")))}function f(t,r,e){for(var n=t.scopes,o=e&&c(e,n);o;){var i=u(r,n[o]);if(i)return i;o=c(o.slice(0,o.lastIndexOf("/")),n)}return u(r,t.imports)||-1!==r.indexOf(":")&&r}function s(){this[P]={}}function l(t,e,n,o){var i=t[P][e];if(i)return i;var c=[],u=Object.create(null);T&&Object.defineProperty(u,T,{value:"Module"});var a=Promise.resolve().then((function(){return t.instantiate(e,n,o)})).then((function(n){if(!n)throw Error(r(2,e));var o=n[1]((function(t,r){i.h=!0;var e=!1;if("string"==typeof t)t in u&&u[t]===r||(u[t]=r,e=!0);else{for(var n in t)r=t[n],n in u&&u[n]===r||(u[n]=r,e=!0);t&&t.__esModule&&(u.__esModule=t.__esModule)}if(e)for(var o=0;o<c.length;o++){var a=c[o];a&&a(u)}return r}),2===n[1].length?{import:function(r,n){return t.import(r,e,n)},meta:t.createContext(e)}:void 0);return i.e=o.execute||function(){},[n[0],o.setters||[],n[2]||[]]}),(function(t){throw i.e=null,i.er=t,t})),f=a.then((function(r){return Promise.all(r[0].map((function(n,o){var i=r[1][o],c=r[2][o];return Promise.resolve(t.resolve(n,e)).then((function(r){var n=l(t,r,e,c);return Promise.resolve(n.I).then((function(){return i&&(n.i.push(i),!n.h&&n.I||i(n.n)),n}))}))}))).then((function(t){i.d=t}))}));return i=t[P][e]={id:e,i:c,n:u,m:o,I:a,L:f,h:!1,d:void 0,e:void 0,er:void 0,E:void 0,C:void 0,p:void 0}}function p(t,r,e,n){if(!n[r.id])return n[r.id]=!0,Promise.resolve(r.L).then((function(){return r.p&&null!==r.p.e||(r.p=e),Promise.all(r.d.map((function(r){return p(t,r,e,n)})))})).catch((function(t){if(r.er)throw t;throw r.e=null,t}))}function h(t,r){return r.C=p(t,r,r,{}).then((function(){return v(t,r,{})})).then((function(){return r.n}))}function v(t,r,e){function n(){try{var t=i.call(A);if(t)return t=t.then((function(){r.C=r.n,r.E=null}),(function(t){throw r.er=t,r.E=null,t})),r.E=t;r.C=r.n,r.L=r.I=void 0}catch(e){throw r.er=e,e}}if(!e[r.id]){if(e[r.id]=!0,!r.e){if(r.er)throw r.er;return r.E?r.E:void 0}var o,i=r.e;return r.e=null,r.d.forEach((function(n){try{var i=v(t,n,e);i&&(o=o||[]).push(i)}catch(u){throw r.er=u,u}})),o?Promise.all(o).then(n):n()}}function d(){[].forEach.call(document.querySelectorAll("script"),(function(t){if(!t.sp)if("systemjs-module"===t.type){if(t.sp=!0,!t.src)return;System.import("import:"===t.src.slice(0,7)?t.src.slice(7):n(t.src,y)).catch((function(r){if(r.message.indexOf("https://github.com/systemjs/systemjs/blob/main/docs/errors.md#3")>-1){var e=document.createEvent("Event");e.initEvent("error",!1,!1),t.dispatchEvent(e)}return Promise.reject(r)}))}else if("systemjs-importmap"===t.type){t.sp=!0;var e=t.src?(System.fetch||fetch)(t.src,{integrity:t.integrity,passThrough:!0}).then((function(t){if(!t.ok)throw Error(t.status);return t.text()})).catch((function(e){return e.message=r("W4",t.src)+"\n"+e.message,console.warn(e),"function"==typeof t.onerror&&t.onerror(),"{}"})):t.innerHTML;C=C.then((function(){return e})).then((function(e){!function(t,e,n){var o={};try{o=JSON.parse(e)}catch(u){console.warn(Error(r("W5")))}i(o,n,t)}(L,e,t.src||y)}))}}))}var y,g="undefined"!=typeof Symbol,m="undefined"!=typeof self,b="undefined"!=typeof document,S=m?self:t;if(b){var w=document.querySelector("base[href]");w&&(y=w.href)}if(!y&&"undefined"!=typeof location){var O=(y=location.href.split("#")[0].split("?")[0]).lastIndexOf("/");-1!==O&&(y=y.slice(0,O+1))}var E,j=/\\/g,T=g&&Symbol.toStringTag,P=g?Symbol():"@",I=s.prototype;I.import=function(t,r,e){var n=this;return r&&"object"==typeof r&&(e=r,r=void 0),Promise.resolve(n.prepareImport()).then((function(){return n.resolve(t,r,e)})).then((function(t){var r=l(n,t,void 0,e);return r.C||h(n,r)}))},I.createContext=function(t){var r=this;return{url:t,resolve:function(e,n){return Promise.resolve(r.resolve(e,n||t))}}},I.register=function(t,r,e){E=[t,r,e]},I.getRegister=function(){var t=E;return E=void 0,t};var A=Object.freeze(Object.create(null));S.System=new s;var x,R,C=Promise.resolve(),L={imports:{},scopes:{},depcache:{},integrity:{}},N=b;if(I.prepareImport=function(t){return(N||t)&&(d(),N=!1),C},b&&(d(),window.addEventListener("DOMContentLoaded",d)),I.addImportMap=function(t,r){i(t,r||y,L)},b){window.addEventListener("error",(function(t){k=t.filename,F=t.error}));var M=location.origin}I.createScript=function(t){var r=document.createElement("script");r.async=!0,t.indexOf(M+"/")&&(r.crossOrigin="anonymous");var e=L.integrity[t];return e&&(r.integrity=e),r.src=t,r};var k,F,_={},D=I.register;I.register=function(t,r){if(b&&"loading"===document.readyState&&"string"!=typeof t){var e=document.querySelectorAll("script[src]"),n=e[e.length-1];if(n){x=t;var o=this;R=setTimeout((function(){_[n.src]=[t,r],o.import(n.src)}))}}else x=void 0;return D.call(this,t,r)},I.instantiate=function(t,e){var n=_[t];if(n)return delete _[t],n;var o=this;return Promise.resolve(I.createScript(t)).then((function(n){return new Promise((function(i,c){n.addEventListener("error",(function(){c(Error(r(3,[t,e].join(", "))))})),n.addEventListener("load",(function(){if(document.head.removeChild(n),k===t)c(F);else{var r=o.getRegister(t);r&&r[0]===x&&clearTimeout(R),i(r)}})),document.head.appendChild(n)}))}))},I.shouldFetch=function(){return!1},"undefined"!=typeof fetch&&(I.fetch=fetch);var G=I.instantiate,U=/^(text|application)\/(x-)?javascript(;|$)/;I.instantiate=function(t,e,n){var o=this;return this.shouldFetch(t,e,n)?this.fetch(t,{credentials:"same-origin",integrity:L.integrity[t],meta:n}).then((function(n){if(!n.ok)throw Error(r(7,[n.status,n.statusText,t,e].join(", ")));var i=n.headers.get("content-type");if(!i||!U.test(i))throw Error(r(4,i));return n.text().then((function(r){return r.indexOf("//# sourceURL=")<0&&(r+="\n//# sourceURL="+t),(0,eval)(r),o.getRegister(t)}))})):G.apply(this,arguments)},I.resolve=function(t,n){return f(L,e(t,n=n||y)||t,n)||function(t,e){throw Error(r(8,[t,e].join(", ")))}(t,n)};var W=I.instantiate;I.instantiate=function(t,r,e){var n=L.depcache[t];if(n)for(var o=0;o<n.length;o++)l(this,this.resolve(n[o],t),t);return W.call(this,t,r,e)},m&&"function"==typeof importScripts&&(I.instantiate=function(t){var r=this;return Promise.resolve().then((function(){return importScripts(t),r.getRegister(t)}))})}()}();
@charset "UTF-8";.ibiz-wf-step-trace-grid{padding-bottom:1px;margin:0 var(--ibiz-margin) var(--ibiz-margin) var(--ibiz-margin);background-color:var(--ibiz-bg-color-overlay);border-radius:var(--ibiz-border-radius-base)}.ibiz-wf-step-trace-grid__title{padding:10px 16px;font-size:var(--ibiz-font-size-medium);border-bottom:1px solid var(--ibiz-border-color)}.ibiz-wf-step-trace-grid__grid{margin:var(--ibiz-padding)}.app{width:100vw;height:100vh;--ibiz-text-color-readonly: #888;--sy-embed-header-padding: 10px 16px}.app .ibiz-layout{position:relative;margin:auto;--ibiz-layout-width: 1280px}.app .ibiz-app-user{pointer-events:none}.ibiz-form .ibiz-span{color:var(--ibiz-text-color-readonly)}.ibiz-form .ibiz-form-group-header,.ibiz-view-layout--embed .ibiz-view-layout-header{padding:var(--sy-embed-header-padding)}
{
"name": "@ibiz-template-plugin/sy-ty",
"version": "0.0.1-beta.1",
"description": "ibiz full-dynamic-vue 苏研通用",
"author": "chitanda",
"license": "MIT",
"type": "module",
"main": "dist/ibiz-template-plugin.es.js",
"module": "dist/ibiz-template-plugin.es.js",
"types": "dist/types/index.d.ts",
"system": "dist/index.legacy.js",
"files": [
"dist",
"src",
"CHANGELOG.md",
"README.md"
],
"scripts": {
"dev": "vite build --watch",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"publish:next": "npm run build && npm publish --access public --tag next",
"publish:npm": "npm run build && npm publish --access public"
},
"dependencies": {
"@ibiz-template/command": "^0.0.1-beta.50",
"@ibiz-template/controller": "^0.0.1-beta.73",
"@ibiz-template/core": "^0.0.1-beta.73",
"@ibiz-template/model": "^0.0.1-beta.73",
"@ibiz-template/runtime": "^0.0.1-beta.73",
"@ibiz-template/service": "^0.0.1-beta.73",
"@ibiz-template/theme": "^0.0.1-beta.73",
"@ibiz-template/vue-util": "^0.0.1-beta.73",
"async-validator": "^4.2.5",
"axios": "^1.1.3",
"core-js": "3",
"dayjs": "^1.11.6",
"js-base64": "^3.7.4",
"lodash-es": "^4.17.21",
"pluralize": "^8.0.0",
"qs": "^6.11.0",
"qx-util": "^0.4.8",
"ramda": "^0.28.0",
"view-design": "^4.7.0",
"vue": "^2.7.14",
"vue-router": "^3.6.5"
},
"peerDependencies": {
"@ibiz-template/command": "^0.0.1-beta.50",
"@ibiz-template/controller": "^0.0.1-beta.59",
"@ibiz-template/core": "^0.0.1-beta.57",
"@ibiz-template/model": "^0.0.1-beta.59",
"@ibiz-template/runtime": "^0.0.1-beta.59",
"@ibiz-template/service": "^0.0.1-beta.59",
"@ibiz-template/theme": "^0.0.1-beta.59",
"@ibiz-template/vue-util": "^0.0.1-beta.59",
"async-validator": "^4.2.5",
"axios": "^1.1.3",
"core-js": "3",
"dayjs": "^1.11.6",
"lodash-es": "^4.17.21",
"pluralize": "^8.0.0",
"qs": "^6.11.0",
"qx-util": "^0.4.8",
"ramda": "^0.28.0",
"view-design": "^4.7.0",
"vue": "^2.7.14",
"vue-router": "^3.6.5"
},
"devDependencies": {
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@qx-chitanda/vite-plugin-lib-legacy": "^4.1.0",
"@types/lodash-es": "^4.17.7",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitejs/plugin-vue2-jsx": "^1.1.0",
"eslint": "^8.27.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.7.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"postcss": "^8.4.19",
"prettier": "^2.7.1",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.56.1",
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-recess-order": "^3.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-scss": "^4.3.0",
"terser": "^5.15.1",
"typescript": "^4.9.3",
"vite": "^4.2.1",
"vite-plugin-dts": "^1.7.1",
"vite-plugin-eslint": "^1.8.1",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.9"
},
"lint-staged": {
"*.{ts,vue}": "eslint --fix",
"*.less": "stylelint --syntax=scss"
}
}
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册