@indfnd/common-mobile 1.0.2 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.3](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.2...v1.0.3) (2025-12-29)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * 修改 ([aaf4c00](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/aaf4c00a38ce11792aac5cd35a2f486e3b9cf07a))
11
+
5
12
  ### [1.0.2](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.1...v1.0.2) (2025-12-29)
6
13
 
7
14
 
@@ -3,7 +3,7 @@ import { getQuarterNum, getHalfYearNum, formatDate, useConfig, getLocalStorage,
3
3
  import Vue$1 from "vue";
4
4
  import { DropdownMenu as DropdownMenu$1, DropdownItem as DropdownItem$1, Message, LoadingBar, Spin } from "view-design";
5
5
  const name$1 = "@indfnd/common-mobile";
6
- const version$2 = "1.0.1";
6
+ const version$2 = "1.0.2";
7
7
  const author$1 = "huxuetong";
8
8
  const publishConfig = {
9
9
  registry: "https://registry.npmjs.org/"
@@ -28144,7 +28144,7 @@ var render$5 = function() {
28144
28144
  var _h = _vm.$createElement;
28145
28145
  var _c = _vm._self._c || _h;
28146
28146
  return _c("div", { staticClass: "ind-myApp-slim" }, [_c("div", { staticClass: "ind-myApp-slim-content" }, [_c("div", { staticClass: "ind-myApp-slim-content-title" }, [_vm._v("\u6211\u7684\u5E94\u7528")]), _c("div", { staticClass: "ind-myApp-slim-content-center", on: { "click": _vm.open } }, [!_vm.expanded ? _c("div", { staticClass: "ind-myApp-slim-icon-group" }, [_vm._l(_vm.displayedIcons, function(icon, index2) {
28147
- return _c("div", { key: index2, staticClass: "ind-myApp-slim-icon" }, [_c("img", { staticStyle: { "height": "100%", "width": "100%", "border-radius": "50%" }, attrs: { "src": icon.meta.icon, "alt": icon.meta.title } })]);
28147
+ return _c("div", { key: index2, staticClass: "ind-myApp-slim-icon" }, [_c("img", { staticStyle: { "height": "100%", "width": "100%", "border-radius": "50%" }, attrs: { "src": _vm.getImg(icon.meta.icon), "alt": "icon" } })]);
28148
28148
  }), _vm.showMoreIcon ? _c("div", { staticClass: "ind-myApp-slim-icon" }, [_vm._v(" " + _vm._s("...") + " ")]) : _vm._e()], 2) : _vm._e(), _vm.icons.length !== 0 ? _c("van-icon", { staticClass: "ind-myApp-slim-toggle-icon", class: { "ind-myApp-slim-rotate-down": _vm.expanded }, attrs: { "name": "arrow" } }) : _vm._e()], 1), _c("div", { staticClass: "ind-myApp-slim-content-button" }, [_c("div", { staticClass: "ind-myApp-slim-content-button-btn", on: { "click": _vm.edit } }, [_vm._v("\u7F16\u8F91")])])]), _vm.expanded ? _c("div", { staticStyle: { "width": "100%", "height": "auto", "background-color": "#fff" } }, [_c("van-swipe", { attrs: { "show-indicators": true, "loop": false, "indicator-color": "#005aaf" } }, _vm._l(_vm.list, function(page, pageIdx) {
28149
28149
  return _c("van-swipe-item", { key: pageIdx }, [_c("div", { style: { paddingBottom: _vm.list.length > 1 ? "30px" : "0" } }, [_c("div", { staticClass: "ind-myApp-slim-content-content" }, _vm._l(page, function(item2, itemIdx) {
28150
28150
  return _c("div", { key: itemIdx, staticClass: "ind-myApp-slim-content-content-item" }, [_c("apps-item", { attrs: { "item": item2, "state": item2.state, "editStatus": "off" }, on: { "touchend": _vm.routeTo } })], 1);
@@ -28187,6 +28187,11 @@ const __vue2_script$5 = {
28187
28187
  }
28188
28188
  },
28189
28189
  methods: {
28190
+ getImg(uri) {
28191
+ console.log(location.origin + uri);
28192
+ const isHb2 = location.pathname.includes("scyxweb");
28193
+ return `${location.origin}${isHb2 ? "/hbwebchat/scyxweb" : ""}${uri}`;
28194
+ },
28190
28195
  edit() {
28191
28196
  this.$emit("edit");
28192
28197
  },
@@ -28562,7 +28567,7 @@ var render$3 = function() {
28562
28567
  return _c("div", { key: "tab" + idx, staticClass: "customnnnmmmm-tab-item", class: { active: _vm.active === idx }, on: { "click": function($event) {
28563
28568
  return _vm.handleTabClick(tab, idx);
28564
28569
  } } }, [_c("div", { staticClass: "customnnnmmmm-tab-item-top", class: { active: _vm.active === idx } }, [_vm._v(" " + _vm._s(tab) + " ")]), _c("div", { staticClass: "customnnnmmmm-tab-item-bottom", class: { active: _vm.active === idx } })]);
28565
- }), 0)]), _c("div", { staticClass: "ind-my-app-container", style: { height: _vm.disMyapp ? "calc(100vh - 500px)" : "calc(100vh - 270px)" } }, _vm._l(_vm.apps_menus, function(firstLevel, index2) {
28570
+ }), 0)]), _c("div", { staticClass: "ind-my-app-container", staticStyle: { "padding-bottom": "150px" }, style: { height: _vm.disMyapp ? "calc(100vh - 380px)" : "calc(100vh - 270px)" } }, _vm._l(_vm.apps_menus, function(firstLevel, index2) {
28566
28571
  return _c("div", { key: index2, staticClass: "ind-my-app-container-square" }, [_c("div", { staticClass: "ind-my-app-container-square-title" }, [_vm._v(_vm._s(firstLevel.meta.title))]), _c("div", { style: { display: "flex", flexWrap: "wrap" }, attrs: { "column-num": 4, "border": false } }, _vm._l(firstLevel.children, function(item2) {
28567
28572
  return _c("div", { key: item2.meta.permissionId, style: {
28568
28573
  width: "calc(100% / 5)",
@@ -28653,6 +28658,20 @@ const __vue2_script$3 = {
28653
28658
  this.apps_menus = simplifyMenuTree(this.apps_menus);
28654
28659
  }
28655
28660
  this.$emit("tab-click", index2);
28661
+ this.scrollTabIntoView(index2);
28662
+ },
28663
+ scrollTabIntoView(index2) {
28664
+ this.$nextTick(() => {
28665
+ const container = this.$refs.tabsHeader;
28666
+ const tab = container.children[index2];
28667
+ if (tab) {
28668
+ tab.scrollIntoView({
28669
+ behavior: "smooth",
28670
+ block: "nearest",
28671
+ inline: "center"
28672
+ });
28673
+ }
28674
+ });
28656
28675
  },
28657
28676
  edit() {
28658
28677
  this.$router.push({
@@ -1,4 +1,4 @@
1
- (function(Y,zi){typeof exports=="object"&&typeof module!="undefined"?zi(exports,require("lodash"),require("@indfnd/utils"),require("vue"),require("view-design")):typeof define=="function"&&define.amd?define(["exports","lodash","@indfnd/utils","vue","view-design"],zi):(Y=typeof globalThis!="undefined"?globalThis:Y||self,zi(Y.IndMobileCommon={},Y.lodash,Y["@indfnd/utils"],Y.vue,Y["view-design"]))})(this,function(Y,zi,N,Yf,$e){"use strict";function Eo(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var b=Eo(zi),Tt=Eo(Yf),Xf={name:"@indfnd/common-mobile",version:"1.0.1",author:"huxuetong",publishConfig:{registry:"https://registry.npmjs.org/"},main:"./dist/ind-common-mobile.umd.cjs",module:"./dist/ind-common-mobile.es.js",style:"./dist/styles/index.css",types:"./types/index.d.ts",exports:{".":{import:"./dist/ind-common-mobile.es.js",require:"./dist/ind-common-mobile.umd.cjs"},"./dist/styles/index.css":{import:"./dist/styles/index.css",require:"./dist/styles/index.css"},"./src/styles/variables/index.less":{import:"./src/styles/variables/index.less",require:"./src/styles/variables/index.less"}},files:["dist","types","global.d.ts","src/styles/variables"],scripts:{"build:prod":"vite build","build:style":"gulp --gulpfile build/build-style.js",build:"yarn build:prod && yarn build:style","type-check":"vue-tsc --noEmit -p tsconfig.check.json --composite false",dts:"vue-tsc -p tsconfig.types.json",release:"node build/auto-build.js && yarn release-patch && git push --follow-tags && yarn re-publish","release-major":"standard-version --release-as major","release-minor":"standard-version --release-as minor","release-patch":"standard-version --release-as patch","re-publish":"yarn publish --access public"},dependencies:{classnames:"^2.5.1",vuedraggable:"^2.24.3"},devDependencies:{lodash:"4.17.21","@indfnd/utils":"^0.1.26",eslint:"^3.19.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-vue":"^2.1.0",gulp:"^4.0.2","gulp-autoprefixer":"^8.0.0","gulp-clean-css":"^4.3.0","gulp-less":"^5.0.0","gulp-rename":"^2.0.0","gulp-replace":"^1.1.4",less:"^4.1.3",prettier:"^2.7.1","rollup-plugin-visualizer":"4.2.0","standard-version":"^9.5.0",typescript:"^5.1.6",vant:"^2.13.2","view-design":"^4.6.1",vite:"^2.0.5","vite-plugin-eslint":"1.3.0","vite-plugin-resolve-externals":"^0.2.2","vite-plugin-vue2":"^1.3.2",vue:"^2.6.14","vue-property-decorator":"^8.5.1","vue-router":"^3.5.3","vue-template-compiler":"^2.6.12","vue-tsc":"^1.8.8",vuex:"^3.6.2"},engines:{node:">= 16"}},qf=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("Button",{attrs:{size:"large",type:"text"},on:{click:e.backHome}},[e._v("\u8FD4\u56DE\u9996\u9875")]),i("Button",{attrs:{size:"large",type:"text"},on:{click:e.backPrev}},[e._v("\u8FD4\u56DE\u4E0A\u4E00\u9875("+e._s(e.second)+"s)")])],1)},Gf=[];function at(e,t,i,n,r,a,s,o){var l=typeof e=="function"?e.options:e;t&&(l.render=t,l.staticRenderFns=i,l._compiled=!0),n&&(l.functional=!0),a&&(l._scopeId="data-v-"+a);var c;if(s?(c=function(u){u=u||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!u&&typeof __VUE_SSR_CONTEXT__!="undefined"&&(u=__VUE_SSR_CONTEXT__),r&&r.call(this,u),u&&u._registeredComponents&&u._registeredComponents.add(s)},l._ssrRegister=c):r&&(c=o?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),c)if(l.functional){l._injectStyles=c;var h=l.render;l.render=function(f,p){return c.call(p),h(f,p)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:e,options:l}}const Jf={name:"IndBackBtnGroup",data(){return{second:5,timer:null}},mounted(){this.timer=setInterval(()=>{this.second===0?this.backPrev():this.second--},1e3)},beforeDestroy(){clearInterval(this.timer)},methods:{backHome(){this.$router.replace({name:this.$config.homeRouteName})},backPrev(){this.$router.go(-1)}}},Do={};var Zf=at(Jf,qf,Gf,!1,Qf,null,null,null);function Qf(e){for(let t in Do)this[t]=Do[t]}var tp=function(){return Zf.exports}(),ep=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-error-page"},[i("div",{staticClass:"content-con"},[i("img",{attrs:{src:e.src,alt:e.code}}),i("div",{staticClass:"text-con"},[i("h4",[e._v(e._s(e.code))]),i("h5",[e._v(e._s(e.desc))])])])])},ip=[];const np={name:"IndErrorContent",components:{BackBtnGroup:tp},props:{code:String,desc:String,src:String}},Oo={};var rp=at(np,ep,ip,!1,ap,null,null,null);function ap(e){for(let t in Oo)this[t]=Oo[t]}var Jr=function(){return rp.exports}(),sp=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("ErrorContent",{attrs:{code:"404",desc:"Oh~~\u60A8\u7684\u9875\u9762\u597D\u50CF\u98DE\u8D70\u4E86~",src:e.src}})},op=[];const lp={name:"IndNotFound",components:{ErrorContent:Jr},data(){return{src:`${location.protocol}//${location.host}`+(location.pathname.includes("scyxweb")?"/scyxweb":"")+"/ind-mobile/imgs/error-page/error-404.svg"}}},Mo={};var cp=at(lp,sp,op,!1,up,null,null,null);function up(e){for(let t in Mo)this[t]=Mo[t]}var Hi=function(){return cp.exports}(),Lo=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function hp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function dp(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach(function(i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})}),t}var Ao={exports:{}};(function(e,t){(function(i,n){e.exports=n()})(Lo,function(){var i=1e3,n=6e4,r=36e5,a="millisecond",s="second",o="minute",l="hour",c="day",h="week",d="month",u="quarter",f="year",p="date",m="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,w=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,k={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(R){var T=["th","st","nd","rd"],g=R%100;return"["+R+(T[(g-20)%10]||T[g]||T[0])+"]"}},_=function(R,T,g){var I=String(R);return!I||I.length>=T?R:""+Array(T+1-I.length).join(g)+R},x={s:_,z:function(R){var T=-R.utcOffset(),g=Math.abs(T),I=Math.floor(g/60),E=g%60;return(T<=0?"+":"-")+_(I,2,"0")+":"+_(E,2,"0")},m:function R(T,g){if(T.date()<g.date())return-R(g,T);var I=12*(g.year()-T.year())+(g.month()-T.month()),E=T.clone().add(I,d),j=g-E<0,z=T.clone().add(I+(j?-1:1),d);return+(-(I+(g-E)/(j?E-z:z-E))||0)},a:function(R){return R<0?Math.ceil(R)||0:Math.floor(R)},p:function(R){return{M:d,y:f,w:h,d:c,D:p,h:l,m:o,s,ms:a,Q:u}[R]||String(R||"").toLowerCase().replace(/s$/,"")},u:function(R){return R===void 0}},D="en",A={};A[D]=k;var W="$isDayjsObject",F=function(R){return R instanceof et||!(!R||!R[W])},V=function R(T,g,I){var E;if(!T)return D;if(typeof T=="string"){var j=T.toLowerCase();A[j]&&(E=j),g&&(A[j]=g,E=j);var z=T.split("-");if(!E&&z.length>1)return R(z[0])}else{var S=T.name;A[S]=T,E=S}return!I&&E&&(D=E),E||!I&&D},P=function(R,T){if(F(R))return R.clone();var g=typeof T=="object"?T:{};return g.date=R,g.args=arguments,new et(g)},M=x;M.l=V,M.i=F,M.w=function(R,T){return P(R,{locale:T.$L,utc:T.$u,x:T.$x,$offset:T.$offset})};var et=function(){function R(g){this.$L=V(g.locale,null,!0),this.parse(g),this.$x=this.$x||g.x||{},this[W]=!0}var T=R.prototype;return T.parse=function(g){this.$d=function(I){var E=I.date,j=I.utc;if(E===null)return new Date(NaN);if(M.u(E))return new Date;if(E instanceof Date)return new Date(E);if(typeof E=="string"&&!/Z$/i.test(E)){var z=E.match(v);if(z){var S=z[2]-1||0,y=(z[7]||"0").substring(0,3);return j?new Date(Date.UTC(z[1],S,z[3]||1,z[4]||0,z[5]||0,z[6]||0,y)):new Date(z[1],S,z[3]||1,z[4]||0,z[5]||0,z[6]||0,y)}}return new Date(E)}(g),this.init()},T.init=function(){var g=this.$d;this.$y=g.getFullYear(),this.$M=g.getMonth(),this.$D=g.getDate(),this.$W=g.getDay(),this.$H=g.getHours(),this.$m=g.getMinutes(),this.$s=g.getSeconds(),this.$ms=g.getMilliseconds()},T.$utils=function(){return M},T.isValid=function(){return this.$d.toString()!==m},T.isSame=function(g,I){var E=P(g);return this.startOf(I)<=E&&E<=this.endOf(I)},T.isAfter=function(g,I){return P(g)<this.startOf(I)},T.isBefore=function(g,I){return this.endOf(I)<P(g)},T.$g=function(g,I,E){return M.u(g)?this[I]:this.set(E,g)},T.unix=function(){return Math.floor(this.valueOf()/1e3)},T.valueOf=function(){return this.$d.getTime()},T.startOf=function(g,I){var E=this,j=!!M.u(I)||I,z=M.p(g),S=function(kt,xt){var Me=M.w(E.$u?Date.UTC(E.$y,xt,kt):new Date(E.$y,xt,kt),E);return j?Me:Me.endOf(c)},y=function(kt,xt){return M.w(E.toDate()[kt].apply(E.toDate("s"),(j?[0,0,0,0]:[23,59,59,999]).slice(xt)),E)},C=this.$W,B=this.$M,U=this.$D,X="set"+(this.$u?"UTC":"");switch(z){case f:return j?S(1,0):S(31,11);case d:return j?S(1,B):S(0,B+1);case h:var Q=this.$locale().weekStart||0,ct=(C<Q?C+7:C)-Q;return S(j?U-ct:U+(6-ct),B);case c:case p:return y(X+"Hours",0);case l:return y(X+"Minutes",1);case o:return y(X+"Seconds",2);case s:return y(X+"Milliseconds",3);default:return this.clone()}},T.endOf=function(g){return this.startOf(g,!1)},T.$set=function(g,I){var E,j=M.p(g),z="set"+(this.$u?"UTC":""),S=(E={},E[c]=z+"Date",E[p]=z+"Date",E[d]=z+"Month",E[f]=z+"FullYear",E[l]=z+"Hours",E[o]=z+"Minutes",E[s]=z+"Seconds",E[a]=z+"Milliseconds",E)[j],y=j===c?this.$D+(I-this.$W):I;if(j===d||j===f){var C=this.clone().set(p,1);C.$d[S](y),C.init(),this.$d=C.set(p,Math.min(this.$D,C.daysInMonth())).$d}else S&&this.$d[S](y);return this.init(),this},T.set=function(g,I){return this.clone().$set(g,I)},T.get=function(g){return this[M.p(g)]()},T.add=function(g,I){var E,j=this;g=Number(g);var z=M.p(I),S=function(B){var U=P(j);return M.w(U.date(U.date()+Math.round(B*g)),j)};if(z===d)return this.set(d,this.$M+g);if(z===f)return this.set(f,this.$y+g);if(z===c)return S(1);if(z===h)return S(7);var y=(E={},E[o]=n,E[l]=r,E[s]=i,E)[z]||1,C=this.$d.getTime()+g*y;return M.w(C,this)},T.subtract=function(g,I){return this.add(-1*g,I)},T.format=function(g){var I=this,E=this.$locale();if(!this.isValid())return E.invalidDate||m;var j=g||"YYYY-MM-DDTHH:mm:ssZ",z=M.z(this),S=this.$H,y=this.$m,C=this.$M,B=E.weekdays,U=E.months,X=E.meridiem,Q=function(xt,Me,wn,Gr){return xt&&(xt[Me]||xt(I,j))||wn[Me].slice(0,Gr)},ct=function(xt){return M.s(S%12||12,xt,"0")},kt=X||function(xt,Me,wn){var Gr=xt<12?"AM":"PM";return wn?Gr.toLowerCase():Gr};return j.replace(w,function(xt,Me){return Me||function(wn){switch(wn){case"YY":return String(I.$y).slice(-2);case"YYYY":return M.s(I.$y,4,"0");case"M":return C+1;case"MM":return M.s(C+1,2,"0");case"MMM":return Q(E.monthsShort,C,U,3);case"MMMM":return Q(U,C);case"D":return I.$D;case"DD":return M.s(I.$D,2,"0");case"d":return String(I.$W);case"dd":return Q(E.weekdaysMin,I.$W,B,2);case"ddd":return Q(E.weekdaysShort,I.$W,B,3);case"dddd":return B[I.$W];case"H":return String(S);case"HH":return M.s(S,2,"0");case"h":return ct(1);case"hh":return ct(2);case"a":return kt(S,y,!0);case"A":return kt(S,y,!1);case"m":return String(y);case"mm":return M.s(y,2,"0");case"s":return String(I.$s);case"ss":return M.s(I.$s,2,"0");case"SSS":return M.s(I.$ms,3,"0");case"Z":return z}return null}(xt)||z.replace(":","")})},T.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},T.diff=function(g,I,E){var j,z=this,S=M.p(I),y=P(g),C=(y.utcOffset()-this.utcOffset())*n,B=this-y,U=function(){return M.m(z,y)};switch(S){case f:j=U()/12;break;case d:j=U();break;case u:j=U()/3;break;case h:j=(B-C)/6048e5;break;case c:j=(B-C)/864e5;break;case l:j=B/r;break;case o:j=B/n;break;case s:j=B/i;break;default:j=B}return E?j:M.a(j)},T.daysInMonth=function(){return this.endOf(d).$D},T.$locale=function(){return A[this.$L]},T.locale=function(g,I){if(!g)return this.$L;var E=this.clone(),j=V(g,I,!0);return j&&(E.$L=j),E},T.clone=function(){return M.w(this.$d,this)},T.toDate=function(){return new Date(this.valueOf())},T.toJSON=function(){return this.isValid()?this.toISOString():null},T.toISOString=function(){return this.$d.toISOString()},T.toString=function(){return this.$d.toUTCString()},R}(),ot=et.prototype;return P.prototype=ot,[["$ms",a],["$s",s],["$m",o],["$H",l],["$W",c],["$M",d],["$y",f],["$D",p]].forEach(function(R){ot[R[1]]=function(T){return this.$g(T,R[0],R[1])}}),P.extend=function(R,T){return R.$i||(R(T,et,P),R.$i=!0),P},P.locale=V,P.isDayjs=F,P.unix=function(R){return P(1e3*R)},P.en=A[D],P.Ls=A,P.p={},P})})(Ao);var yi=Ao.exports,fp=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-input-select"},[i("Input",{staticClass:"selected-input",class:{readonly:e.readonly},attrs:{value:e.formatValue,icon:e.readonly?"":e.inputIcon,placeholder:"\u8BF7\u9009\u62E9",readonly:""},on:{"on-clear":e.clear},nativeOn:{click:function(n){e.visible=!0}}}),i("van-popup",{style:{height:"40%"},attrs:{position:"bottom","get-container":"body"},model:{value:e.visible,callback:function(n){e.visible=n},expression:"visible"}},[e.type!="year-quarter"&&e.type!="year-half"?i("van-datetime-picker",e._b({attrs:{type:e.type,value:e.dateValue},on:{confirm:e.confirm,cancel:e.cancel}},"van-datetime-picker",Object.assign({},e.$attrs),!1)):i("van-picker",{attrs:{"show-toolbar":"",title:e.$attrs.placeholder,columns:e.dataList},on:{confirm:e.confirm,cancel:e.cancel}})],1)],1)},pp=[];const No=new Date().getFullYear(),Po=new Date().getMonth()+1,mp=`Q${N.getQuarterNum(Po)}`,vp=`H${N.getHalfYearNum(Po)}`,Bo=10,Fo=10,gp={inheritAttrs:!1,props:{type:{type:String,default:"date"},fullYear:{type:Boolean,default:!1},value:String,defaultVisible:Boolean,readonly:Boolean},data(){return{visible:!1,dateValue:new Date,inputIcon:"ios-arrow-forward",dataList:[{values:[],defaultIndex:1},{values:[],defaultIndex:1}],quarterList:[{label:"\u7B2C\u4E00\u5B63\u5EA6",value:"Q1",startMonth:"01",endMonth:"03"},{label:"\u7B2C\u4E8C\u5B63\u5EA6",value:"Q2",startMonth:"04",endMonth:"06"},{label:"\u7B2C\u4E09\u5B63\u5EA6",value:"Q3",startMonth:"07",endMonth:"09"},{label:"\u7B2C\u56DB\u5B63\u5EA6",value:"Q4",startMonth:"10",endMonth:"12"}],halfList:[{label:"\u4E0A\u534A\u5E74",value:"H1",startMonth:"01",endMonth:"06"},{label:"\u4E0B\u534A\u5E74",value:"H2",startMonth:"07",endMonth:"12"}]}},created(){if(this.visible=this.defaultVisible,this.dateValue=this.value?yi(this.value).toDate():new Date,this.type=="year-quarter"){this.dateValue=this.value?getQuarter(this.value):No+mp;let e=parseInt(this.dateValue.substring(0,4)),t=this.dateValue.substring(4,6);for(let r=e-Bo;r<=e+Fo;r++)this.dataList[0].values.push(r);let i=this.dataList[0].values.findIndex(r=>r==e);this.dataList[0].defaultIndex=i;let n=this.quarterList.findIndex(r=>r.value==t);this.dataList[1].values=["\u7B2C\u4E00\u5B63\u5EA6","\u7B2C\u4E8C\u5B63\u5EA6","\u7B2C\u4E09\u5B63\u5EA6","\u7B2C\u56DB\u5B63\u5EA6"],this.dataList[1].defaultIndex=n}else if(this.type=="year-half"){this.fullYear&&(this.halfList=[{label:"\u5168\u5E74",value:"H0",startMonth:"01",endMonth:"12"},{label:"\u4E0A\u534A\u5E74",value:"H1",startMonth:"01",endMonth:"06"},{label:"\u4E0B\u534A\u5E74",value:"H2",startMonth:"07",endMonth:"12"}]),this.dateValue=this.value?this.value:No+vp;let e=parseInt(this.dateValue.substring(0,4)),t=this.dateValue.substring(4,6);for(let r=e-Bo;r<=e+Fo;r++)this.dataList[0].values.push(r);let i=this.dataList[0].values.findIndex(r=>r==e);this.dataList[0].defaultIndex=i;let n=this.halfList.findIndex(r=>r.value==t);this.dataList[1].values=["\u4E0A\u534A\u5E74","\u4E0B\u534A\u5E74"],this.fullYear&&(this.dataList[1].values=["\u5168\u5E74","\u4E0A\u534A\u5E74","\u4E0B\u534A\u5E74"]),this.dataList[1].defaultIndex=n,console.log(this.dataList)}},deactivated(){this.visible=!1},watch:{value(){console.log("value change",this.value),this.dateValue=this.value?yi(this.value).toDate():new Date}},computed:{formatValue:function(){if(this.value&&this.type=="year-quarter"){let e=parseInt(this.value.substring(0,4)),t=this.value.substring(4,6);return t=this.quarterList.find(i=>i.value==t),`${e}${t.label}`}else if(this.value&&this.type=="year-half"){let e=parseInt(this.value.substring(0,4)),t=this.value.substring(4,6);return t=this.halfList.find(i=>i.value==t),`${e}${t.label}`}return this.value?N.formatDate(this.value):""}},methods:{emitValue(e,t){let i;if(this.type=="year-month")i=yi(this.dateValue).format("YYYYMM");else if(this.type=="date")i=yi(this.dateValue).format("YYYYMMDD");else if(this.type=="year-quarter"){let n=this.quarterList[t[1]];i=`${e[0]}${n.value}`}else if(this.type=="year-half"){let n=this.halfList[t[1]];i=`${e[0]}${n.value}`}this.$emit("input",i)},clear(){this.dateValue=new Date,this.$emit("input","")},confirm(e,t){this.dateValue=e,this.emitValue(e,t),this.visible=!1},cancel(){this.visible=!1}}},Ro={};var yp=at(gp,fp,pp,!1,bp,null,null,null);function bp(e){for(let t in Ro)this[t]=Ro[t]}var Vo=function(){return yp.exports}();function Zr(e){window.curTarget=e.target||e.srcElement||e.curTarget}function Sp(){setTimeout(()=>{var e;(e=window==null?void 0:window.curTarget)==null||e.scrollIntoView({block:"center",behavior:"smooth"})},0)}function Cp(e){let t=e.split("_");for(let i=1;i<t.length;i++)t[i]=t[i].substring(0,1).toUpperCase()+t[i].substring(1);return t.join("")}function Qr(e,t){let i=e.column||[];i instanceof Array||(i=[i]),i=i.map(l=>{let c={...l._attributes};c.id=t?Cp(c.id):c.id;let h=c.props;if(h)try{h=JSON.parse(h)}catch{console.log("props \u89E3\u6790\u5F02\u5E38",h),h=null}c.props=h;let d=c.enumList;if(d)try{d=JSON.parse(d)}catch{console.log("enumList \u89E3\u6790\u5F02\u5E38",d),d=null}return c.enumList=d,c});let n=i.filter(l=>l.frontHide!="true").map(l=>({...l,title:l.name,width:200,field:l.id,sortable:!0,align:l.type=="INTEGER"?"right":"left",type:l.inputType||null})),r=i.filter(l=>l.listSearch=="true").map(l=>({...l,formKey:l.id,title:l.name,type:l.searchType||"input"})),a=i.filter(l=>l.frontHide!="true").map(l=>({...l,formKey:l.id,title:l.name,isTitle:l.isTitle==="true",type:l.inputType||null,required:l.required==="true"})),s=e.table,o=null;return s&&(s instanceof Array?o=s.map(l=>Qr(l)):o=[Qr(s)]),{...e._attributes,columns:n,searchFormFields:r,formFieldList:a,subTable:o}}function ta(e,t){if(!e)return{};try{let n=JSON.parse(xml2json(e,{compact:!0})).table;return Qr(n,t)}catch(i){return console.log("\u914D\u7F6E\u5185\u5BB9",e),console.error("\u89E3\u6790\u529F\u80FD\u914D\u7F6E\u4FE1\u606F\u5F02\u5E38",i),{}}}const wp=!1;var je=N.useConfig(wp);new Tt.default;const xp=(e,t)=>{let i=-1;for(;++i<e;)t(i)},$p=e=>{let t={...e},i={...e.meta},n="";return i.title&&(typeof i.title=="function"?(i.__titleIsFunction__=!0,n=i.title(t)):n=i.title),i.title=n,t.meta=i,t},kp=(e,t)=>{let i={...t,icon:t.meta.icon};const{crumbs:n}=e.meta;n&&n.length>0&&n.forEach(a=>{a.meta={title:a.title},a.type===2&&(a.to=a.name)});let r=[{...i,to:t.name}];return n&&n.length>0&&(r=r.concat(n)),r},jo=e=>{sessionStorage.tagNaveList=JSON.stringify(e)},Tp=()=>{const e=sessionStorage.tagNaveList;return e?JSON.parse(e):[]},ea=(e,t="home")=>{let i=-1,n=e.length,r={};for(;++i<n;){let a=e[i];if(a.children&&a.children.length){let s=ea(a.children,t);if(s.name)return s}else a.name===t&&(r=a)}return r},Ip=(e,t)=>{let i={};if(e.length===2)i=ea(e);else{const n=e.findIndex(r=>xn(r,t));n===e.length-1?i=e[e.length-2]:i=e[n+1]}return i},_p=(e,t)=>{let i=e.length,n=!1;return xp(i,r=>{xn(e[r],t)&&(n=!0)}),n},xn=(e,t)=>e.name===t.name;var zo={exports:{}};/*!
1
+ (function(Y,zi){typeof exports=="object"&&typeof module!="undefined"?zi(exports,require("lodash"),require("@indfnd/utils"),require("vue"),require("view-design")):typeof define=="function"&&define.amd?define(["exports","lodash","@indfnd/utils","vue","view-design"],zi):(Y=typeof globalThis!="undefined"?globalThis:Y||self,zi(Y.IndMobileCommon={},Y.lodash,Y["@indfnd/utils"],Y.vue,Y["view-design"]))})(this,function(Y,zi,N,Yf,$e){"use strict";function Eo(e){return e&&typeof e=="object"&&"default"in e?e:{default:e}}var b=Eo(zi),Tt=Eo(Yf),Xf={name:"@indfnd/common-mobile",version:"1.0.2",author:"huxuetong",publishConfig:{registry:"https://registry.npmjs.org/"},main:"./dist/ind-common-mobile.umd.cjs",module:"./dist/ind-common-mobile.es.js",style:"./dist/styles/index.css",types:"./types/index.d.ts",exports:{".":{import:"./dist/ind-common-mobile.es.js",require:"./dist/ind-common-mobile.umd.cjs"},"./dist/styles/index.css":{import:"./dist/styles/index.css",require:"./dist/styles/index.css"},"./src/styles/variables/index.less":{import:"./src/styles/variables/index.less",require:"./src/styles/variables/index.less"}},files:["dist","types","global.d.ts","src/styles/variables"],scripts:{"build:prod":"vite build","build:style":"gulp --gulpfile build/build-style.js",build:"yarn build:prod && yarn build:style","type-check":"vue-tsc --noEmit -p tsconfig.check.json --composite false",dts:"vue-tsc -p tsconfig.types.json",release:"node build/auto-build.js && yarn release-patch && git push --follow-tags && yarn re-publish","release-major":"standard-version --release-as major","release-minor":"standard-version --release-as minor","release-patch":"standard-version --release-as patch","re-publish":"yarn publish --access public"},dependencies:{classnames:"^2.5.1",vuedraggable:"^2.24.3"},devDependencies:{lodash:"4.17.21","@indfnd/utils":"^0.1.26",eslint:"^3.19.0","eslint-config-prettier":"^8.5.0","eslint-plugin-prettier":"^4.2.1","eslint-plugin-vue":"^2.1.0",gulp:"^4.0.2","gulp-autoprefixer":"^8.0.0","gulp-clean-css":"^4.3.0","gulp-less":"^5.0.0","gulp-rename":"^2.0.0","gulp-replace":"^1.1.4",less:"^4.1.3",prettier:"^2.7.1","rollup-plugin-visualizer":"4.2.0","standard-version":"^9.5.0",typescript:"^5.1.6",vant:"^2.13.2","view-design":"^4.6.1",vite:"^2.0.5","vite-plugin-eslint":"1.3.0","vite-plugin-resolve-externals":"^0.2.2","vite-plugin-vue2":"^1.3.2",vue:"^2.6.14","vue-property-decorator":"^8.5.1","vue-router":"^3.5.3","vue-template-compiler":"^2.6.12","vue-tsc":"^1.8.8",vuex:"^3.6.2"},engines:{node:">= 16"}},qf=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",[i("Button",{attrs:{size:"large",type:"text"},on:{click:e.backHome}},[e._v("\u8FD4\u56DE\u9996\u9875")]),i("Button",{attrs:{size:"large",type:"text"},on:{click:e.backPrev}},[e._v("\u8FD4\u56DE\u4E0A\u4E00\u9875("+e._s(e.second)+"s)")])],1)},Gf=[];function at(e,t,i,n,r,a,s,o){var l=typeof e=="function"?e.options:e;t&&(l.render=t,l.staticRenderFns=i,l._compiled=!0),n&&(l.functional=!0),a&&(l._scopeId="data-v-"+a);var c;if(s?(c=function(u){u=u||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,!u&&typeof __VUE_SSR_CONTEXT__!="undefined"&&(u=__VUE_SSR_CONTEXT__),r&&r.call(this,u),u&&u._registeredComponents&&u._registeredComponents.add(s)},l._ssrRegister=c):r&&(c=o?function(){r.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:r),c)if(l.functional){l._injectStyles=c;var h=l.render;l.render=function(f,p){return c.call(p),h(f,p)}}else{var d=l.beforeCreate;l.beforeCreate=d?[].concat(d,c):[c]}return{exports:e,options:l}}const Jf={name:"IndBackBtnGroup",data(){return{second:5,timer:null}},mounted(){this.timer=setInterval(()=>{this.second===0?this.backPrev():this.second--},1e3)},beforeDestroy(){clearInterval(this.timer)},methods:{backHome(){this.$router.replace({name:this.$config.homeRouteName})},backPrev(){this.$router.go(-1)}}},Do={};var Zf=at(Jf,qf,Gf,!1,Qf,null,null,null);function Qf(e){for(let t in Do)this[t]=Do[t]}var tp=function(){return Zf.exports}(),ep=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-error-page"},[i("div",{staticClass:"content-con"},[i("img",{attrs:{src:e.src,alt:e.code}}),i("div",{staticClass:"text-con"},[i("h4",[e._v(e._s(e.code))]),i("h5",[e._v(e._s(e.desc))])])])])},ip=[];const np={name:"IndErrorContent",components:{BackBtnGroup:tp},props:{code:String,desc:String,src:String}},Oo={};var rp=at(np,ep,ip,!1,ap,null,null,null);function ap(e){for(let t in Oo)this[t]=Oo[t]}var Jr=function(){return rp.exports}(),sp=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("ErrorContent",{attrs:{code:"404",desc:"Oh~~\u60A8\u7684\u9875\u9762\u597D\u50CF\u98DE\u8D70\u4E86~",src:e.src}})},op=[];const lp={name:"IndNotFound",components:{ErrorContent:Jr},data(){return{src:`${location.protocol}//${location.host}`+(location.pathname.includes("scyxweb")?"/scyxweb":"")+"/ind-mobile/imgs/error-page/error-404.svg"}}},Mo={};var cp=at(lp,sp,op,!1,up,null,null,null);function up(e){for(let t in Mo)this[t]=Mo[t]}var Hi=function(){return cp.exports}(),Lo=typeof globalThis!="undefined"?globalThis:typeof window!="undefined"?window:typeof global!="undefined"?global:typeof self!="undefined"?self:{};function hp(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function dp(e){if(e.__esModule)return e;var t=Object.defineProperty({},"__esModule",{value:!0});return Object.keys(e).forEach(function(i){var n=Object.getOwnPropertyDescriptor(e,i);Object.defineProperty(t,i,n.get?n:{enumerable:!0,get:function(){return e[i]}})}),t}var Ao={exports:{}};(function(e,t){(function(i,n){e.exports=n()})(Lo,function(){var i=1e3,n=6e4,r=36e5,a="millisecond",s="second",o="minute",l="hour",c="day",h="week",d="month",u="quarter",f="year",p="date",m="Invalid Date",v=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,w=/\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,k={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(R){var T=["th","st","nd","rd"],g=R%100;return"["+R+(T[(g-20)%10]||T[g]||T[0])+"]"}},_=function(R,T,g){var I=String(R);return!I||I.length>=T?R:""+Array(T+1-I.length).join(g)+R},x={s:_,z:function(R){var T=-R.utcOffset(),g=Math.abs(T),I=Math.floor(g/60),E=g%60;return(T<=0?"+":"-")+_(I,2,"0")+":"+_(E,2,"0")},m:function R(T,g){if(T.date()<g.date())return-R(g,T);var I=12*(g.year()-T.year())+(g.month()-T.month()),E=T.clone().add(I,d),j=g-E<0,z=T.clone().add(I+(j?-1:1),d);return+(-(I+(g-E)/(j?E-z:z-E))||0)},a:function(R){return R<0?Math.ceil(R)||0:Math.floor(R)},p:function(R){return{M:d,y:f,w:h,d:c,D:p,h:l,m:o,s,ms:a,Q:u}[R]||String(R||"").toLowerCase().replace(/s$/,"")},u:function(R){return R===void 0}},D="en",A={};A[D]=k;var W="$isDayjsObject",F=function(R){return R instanceof et||!(!R||!R[W])},V=function R(T,g,I){var E;if(!T)return D;if(typeof T=="string"){var j=T.toLowerCase();A[j]&&(E=j),g&&(A[j]=g,E=j);var z=T.split("-");if(!E&&z.length>1)return R(z[0])}else{var S=T.name;A[S]=T,E=S}return!I&&E&&(D=E),E||!I&&D},P=function(R,T){if(F(R))return R.clone();var g=typeof T=="object"?T:{};return g.date=R,g.args=arguments,new et(g)},M=x;M.l=V,M.i=F,M.w=function(R,T){return P(R,{locale:T.$L,utc:T.$u,x:T.$x,$offset:T.$offset})};var et=function(){function R(g){this.$L=V(g.locale,null,!0),this.parse(g),this.$x=this.$x||g.x||{},this[W]=!0}var T=R.prototype;return T.parse=function(g){this.$d=function(I){var E=I.date,j=I.utc;if(E===null)return new Date(NaN);if(M.u(E))return new Date;if(E instanceof Date)return new Date(E);if(typeof E=="string"&&!/Z$/i.test(E)){var z=E.match(v);if(z){var S=z[2]-1||0,y=(z[7]||"0").substring(0,3);return j?new Date(Date.UTC(z[1],S,z[3]||1,z[4]||0,z[5]||0,z[6]||0,y)):new Date(z[1],S,z[3]||1,z[4]||0,z[5]||0,z[6]||0,y)}}return new Date(E)}(g),this.init()},T.init=function(){var g=this.$d;this.$y=g.getFullYear(),this.$M=g.getMonth(),this.$D=g.getDate(),this.$W=g.getDay(),this.$H=g.getHours(),this.$m=g.getMinutes(),this.$s=g.getSeconds(),this.$ms=g.getMilliseconds()},T.$utils=function(){return M},T.isValid=function(){return this.$d.toString()!==m},T.isSame=function(g,I){var E=P(g);return this.startOf(I)<=E&&E<=this.endOf(I)},T.isAfter=function(g,I){return P(g)<this.startOf(I)},T.isBefore=function(g,I){return this.endOf(I)<P(g)},T.$g=function(g,I,E){return M.u(g)?this[I]:this.set(E,g)},T.unix=function(){return Math.floor(this.valueOf()/1e3)},T.valueOf=function(){return this.$d.getTime()},T.startOf=function(g,I){var E=this,j=!!M.u(I)||I,z=M.p(g),S=function(kt,xt){var Me=M.w(E.$u?Date.UTC(E.$y,xt,kt):new Date(E.$y,xt,kt),E);return j?Me:Me.endOf(c)},y=function(kt,xt){return M.w(E.toDate()[kt].apply(E.toDate("s"),(j?[0,0,0,0]:[23,59,59,999]).slice(xt)),E)},C=this.$W,B=this.$M,U=this.$D,X="set"+(this.$u?"UTC":"");switch(z){case f:return j?S(1,0):S(31,11);case d:return j?S(1,B):S(0,B+1);case h:var Q=this.$locale().weekStart||0,ct=(C<Q?C+7:C)-Q;return S(j?U-ct:U+(6-ct),B);case c:case p:return y(X+"Hours",0);case l:return y(X+"Minutes",1);case o:return y(X+"Seconds",2);case s:return y(X+"Milliseconds",3);default:return this.clone()}},T.endOf=function(g){return this.startOf(g,!1)},T.$set=function(g,I){var E,j=M.p(g),z="set"+(this.$u?"UTC":""),S=(E={},E[c]=z+"Date",E[p]=z+"Date",E[d]=z+"Month",E[f]=z+"FullYear",E[l]=z+"Hours",E[o]=z+"Minutes",E[s]=z+"Seconds",E[a]=z+"Milliseconds",E)[j],y=j===c?this.$D+(I-this.$W):I;if(j===d||j===f){var C=this.clone().set(p,1);C.$d[S](y),C.init(),this.$d=C.set(p,Math.min(this.$D,C.daysInMonth())).$d}else S&&this.$d[S](y);return this.init(),this},T.set=function(g,I){return this.clone().$set(g,I)},T.get=function(g){return this[M.p(g)]()},T.add=function(g,I){var E,j=this;g=Number(g);var z=M.p(I),S=function(B){var U=P(j);return M.w(U.date(U.date()+Math.round(B*g)),j)};if(z===d)return this.set(d,this.$M+g);if(z===f)return this.set(f,this.$y+g);if(z===c)return S(1);if(z===h)return S(7);var y=(E={},E[o]=n,E[l]=r,E[s]=i,E)[z]||1,C=this.$d.getTime()+g*y;return M.w(C,this)},T.subtract=function(g,I){return this.add(-1*g,I)},T.format=function(g){var I=this,E=this.$locale();if(!this.isValid())return E.invalidDate||m;var j=g||"YYYY-MM-DDTHH:mm:ssZ",z=M.z(this),S=this.$H,y=this.$m,C=this.$M,B=E.weekdays,U=E.months,X=E.meridiem,Q=function(xt,Me,wn,Gr){return xt&&(xt[Me]||xt(I,j))||wn[Me].slice(0,Gr)},ct=function(xt){return M.s(S%12||12,xt,"0")},kt=X||function(xt,Me,wn){var Gr=xt<12?"AM":"PM";return wn?Gr.toLowerCase():Gr};return j.replace(w,function(xt,Me){return Me||function(wn){switch(wn){case"YY":return String(I.$y).slice(-2);case"YYYY":return M.s(I.$y,4,"0");case"M":return C+1;case"MM":return M.s(C+1,2,"0");case"MMM":return Q(E.monthsShort,C,U,3);case"MMMM":return Q(U,C);case"D":return I.$D;case"DD":return M.s(I.$D,2,"0");case"d":return String(I.$W);case"dd":return Q(E.weekdaysMin,I.$W,B,2);case"ddd":return Q(E.weekdaysShort,I.$W,B,3);case"dddd":return B[I.$W];case"H":return String(S);case"HH":return M.s(S,2,"0");case"h":return ct(1);case"hh":return ct(2);case"a":return kt(S,y,!0);case"A":return kt(S,y,!1);case"m":return String(y);case"mm":return M.s(y,2,"0");case"s":return String(I.$s);case"ss":return M.s(I.$s,2,"0");case"SSS":return M.s(I.$ms,3,"0");case"Z":return z}return null}(xt)||z.replace(":","")})},T.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},T.diff=function(g,I,E){var j,z=this,S=M.p(I),y=P(g),C=(y.utcOffset()-this.utcOffset())*n,B=this-y,U=function(){return M.m(z,y)};switch(S){case f:j=U()/12;break;case d:j=U();break;case u:j=U()/3;break;case h:j=(B-C)/6048e5;break;case c:j=(B-C)/864e5;break;case l:j=B/r;break;case o:j=B/n;break;case s:j=B/i;break;default:j=B}return E?j:M.a(j)},T.daysInMonth=function(){return this.endOf(d).$D},T.$locale=function(){return A[this.$L]},T.locale=function(g,I){if(!g)return this.$L;var E=this.clone(),j=V(g,I,!0);return j&&(E.$L=j),E},T.clone=function(){return M.w(this.$d,this)},T.toDate=function(){return new Date(this.valueOf())},T.toJSON=function(){return this.isValid()?this.toISOString():null},T.toISOString=function(){return this.$d.toISOString()},T.toString=function(){return this.$d.toUTCString()},R}(),ot=et.prototype;return P.prototype=ot,[["$ms",a],["$s",s],["$m",o],["$H",l],["$W",c],["$M",d],["$y",f],["$D",p]].forEach(function(R){ot[R[1]]=function(T){return this.$g(T,R[0],R[1])}}),P.extend=function(R,T){return R.$i||(R(T,et,P),R.$i=!0),P},P.locale=V,P.isDayjs=F,P.unix=function(R){return P(1e3*R)},P.en=A[D],P.Ls=A,P.p={},P})})(Ao);var yi=Ao.exports,fp=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-input-select"},[i("Input",{staticClass:"selected-input",class:{readonly:e.readonly},attrs:{value:e.formatValue,icon:e.readonly?"":e.inputIcon,placeholder:"\u8BF7\u9009\u62E9",readonly:""},on:{"on-clear":e.clear},nativeOn:{click:function(n){e.visible=!0}}}),i("van-popup",{style:{height:"40%"},attrs:{position:"bottom","get-container":"body"},model:{value:e.visible,callback:function(n){e.visible=n},expression:"visible"}},[e.type!="year-quarter"&&e.type!="year-half"?i("van-datetime-picker",e._b({attrs:{type:e.type,value:e.dateValue},on:{confirm:e.confirm,cancel:e.cancel}},"van-datetime-picker",Object.assign({},e.$attrs),!1)):i("van-picker",{attrs:{"show-toolbar":"",title:e.$attrs.placeholder,columns:e.dataList},on:{confirm:e.confirm,cancel:e.cancel}})],1)],1)},pp=[];const No=new Date().getFullYear(),Po=new Date().getMonth()+1,mp=`Q${N.getQuarterNum(Po)}`,vp=`H${N.getHalfYearNum(Po)}`,Bo=10,Fo=10,gp={inheritAttrs:!1,props:{type:{type:String,default:"date"},fullYear:{type:Boolean,default:!1},value:String,defaultVisible:Boolean,readonly:Boolean},data(){return{visible:!1,dateValue:new Date,inputIcon:"ios-arrow-forward",dataList:[{values:[],defaultIndex:1},{values:[],defaultIndex:1}],quarterList:[{label:"\u7B2C\u4E00\u5B63\u5EA6",value:"Q1",startMonth:"01",endMonth:"03"},{label:"\u7B2C\u4E8C\u5B63\u5EA6",value:"Q2",startMonth:"04",endMonth:"06"},{label:"\u7B2C\u4E09\u5B63\u5EA6",value:"Q3",startMonth:"07",endMonth:"09"},{label:"\u7B2C\u56DB\u5B63\u5EA6",value:"Q4",startMonth:"10",endMonth:"12"}],halfList:[{label:"\u4E0A\u534A\u5E74",value:"H1",startMonth:"01",endMonth:"06"},{label:"\u4E0B\u534A\u5E74",value:"H2",startMonth:"07",endMonth:"12"}]}},created(){if(this.visible=this.defaultVisible,this.dateValue=this.value?yi(this.value).toDate():new Date,this.type=="year-quarter"){this.dateValue=this.value?getQuarter(this.value):No+mp;let e=parseInt(this.dateValue.substring(0,4)),t=this.dateValue.substring(4,6);for(let r=e-Bo;r<=e+Fo;r++)this.dataList[0].values.push(r);let i=this.dataList[0].values.findIndex(r=>r==e);this.dataList[0].defaultIndex=i;let n=this.quarterList.findIndex(r=>r.value==t);this.dataList[1].values=["\u7B2C\u4E00\u5B63\u5EA6","\u7B2C\u4E8C\u5B63\u5EA6","\u7B2C\u4E09\u5B63\u5EA6","\u7B2C\u56DB\u5B63\u5EA6"],this.dataList[1].defaultIndex=n}else if(this.type=="year-half"){this.fullYear&&(this.halfList=[{label:"\u5168\u5E74",value:"H0",startMonth:"01",endMonth:"12"},{label:"\u4E0A\u534A\u5E74",value:"H1",startMonth:"01",endMonth:"06"},{label:"\u4E0B\u534A\u5E74",value:"H2",startMonth:"07",endMonth:"12"}]),this.dateValue=this.value?this.value:No+vp;let e=parseInt(this.dateValue.substring(0,4)),t=this.dateValue.substring(4,6);for(let r=e-Bo;r<=e+Fo;r++)this.dataList[0].values.push(r);let i=this.dataList[0].values.findIndex(r=>r==e);this.dataList[0].defaultIndex=i;let n=this.halfList.findIndex(r=>r.value==t);this.dataList[1].values=["\u4E0A\u534A\u5E74","\u4E0B\u534A\u5E74"],this.fullYear&&(this.dataList[1].values=["\u5168\u5E74","\u4E0A\u534A\u5E74","\u4E0B\u534A\u5E74"]),this.dataList[1].defaultIndex=n,console.log(this.dataList)}},deactivated(){this.visible=!1},watch:{value(){console.log("value change",this.value),this.dateValue=this.value?yi(this.value).toDate():new Date}},computed:{formatValue:function(){if(this.value&&this.type=="year-quarter"){let e=parseInt(this.value.substring(0,4)),t=this.value.substring(4,6);return t=this.quarterList.find(i=>i.value==t),`${e}${t.label}`}else if(this.value&&this.type=="year-half"){let e=parseInt(this.value.substring(0,4)),t=this.value.substring(4,6);return t=this.halfList.find(i=>i.value==t),`${e}${t.label}`}return this.value?N.formatDate(this.value):""}},methods:{emitValue(e,t){let i;if(this.type=="year-month")i=yi(this.dateValue).format("YYYYMM");else if(this.type=="date")i=yi(this.dateValue).format("YYYYMMDD");else if(this.type=="year-quarter"){let n=this.quarterList[t[1]];i=`${e[0]}${n.value}`}else if(this.type=="year-half"){let n=this.halfList[t[1]];i=`${e[0]}${n.value}`}this.$emit("input",i)},clear(){this.dateValue=new Date,this.$emit("input","")},confirm(e,t){this.dateValue=e,this.emitValue(e,t),this.visible=!1},cancel(){this.visible=!1}}},Ro={};var yp=at(gp,fp,pp,!1,bp,null,null,null);function bp(e){for(let t in Ro)this[t]=Ro[t]}var Vo=function(){return yp.exports}();function Zr(e){window.curTarget=e.target||e.srcElement||e.curTarget}function Sp(){setTimeout(()=>{var e;(e=window==null?void 0:window.curTarget)==null||e.scrollIntoView({block:"center",behavior:"smooth"})},0)}function Cp(e){let t=e.split("_");for(let i=1;i<t.length;i++)t[i]=t[i].substring(0,1).toUpperCase()+t[i].substring(1);return t.join("")}function Qr(e,t){let i=e.column||[];i instanceof Array||(i=[i]),i=i.map(l=>{let c={...l._attributes};c.id=t?Cp(c.id):c.id;let h=c.props;if(h)try{h=JSON.parse(h)}catch{console.log("props \u89E3\u6790\u5F02\u5E38",h),h=null}c.props=h;let d=c.enumList;if(d)try{d=JSON.parse(d)}catch{console.log("enumList \u89E3\u6790\u5F02\u5E38",d),d=null}return c.enumList=d,c});let n=i.filter(l=>l.frontHide!="true").map(l=>({...l,title:l.name,width:200,field:l.id,sortable:!0,align:l.type=="INTEGER"?"right":"left",type:l.inputType||null})),r=i.filter(l=>l.listSearch=="true").map(l=>({...l,formKey:l.id,title:l.name,type:l.searchType||"input"})),a=i.filter(l=>l.frontHide!="true").map(l=>({...l,formKey:l.id,title:l.name,isTitle:l.isTitle==="true",type:l.inputType||null,required:l.required==="true"})),s=e.table,o=null;return s&&(s instanceof Array?o=s.map(l=>Qr(l)):o=[Qr(s)]),{...e._attributes,columns:n,searchFormFields:r,formFieldList:a,subTable:o}}function ta(e,t){if(!e)return{};try{let n=JSON.parse(xml2json(e,{compact:!0})).table;return Qr(n,t)}catch(i){return console.log("\u914D\u7F6E\u5185\u5BB9",e),console.error("\u89E3\u6790\u529F\u80FD\u914D\u7F6E\u4FE1\u606F\u5F02\u5E38",i),{}}}const wp=!1;var je=N.useConfig(wp);new Tt.default;const xp=(e,t)=>{let i=-1;for(;++i<e;)t(i)},$p=e=>{let t={...e},i={...e.meta},n="";return i.title&&(typeof i.title=="function"?(i.__titleIsFunction__=!0,n=i.title(t)):n=i.title),i.title=n,t.meta=i,t},kp=(e,t)=>{let i={...t,icon:t.meta.icon};const{crumbs:n}=e.meta;n&&n.length>0&&n.forEach(a=>{a.meta={title:a.title},a.type===2&&(a.to=a.name)});let r=[{...i,to:t.name}];return n&&n.length>0&&(r=r.concat(n)),r},jo=e=>{sessionStorage.tagNaveList=JSON.stringify(e)},Tp=()=>{const e=sessionStorage.tagNaveList;return e?JSON.parse(e):[]},ea=(e,t="home")=>{let i=-1,n=e.length,r={};for(;++i<n;){let a=e[i];if(a.children&&a.children.length){let s=ea(a.children,t);if(s.name)return s}else a.name===t&&(r=a)}return r},Ip=(e,t)=>{let i={};if(e.length===2)i=ea(e);else{const n=e.findIndex(r=>xn(r,t));n===e.length-1?i=e[e.length-2]:i=e[n+1]}return i},_p=(e,t)=>{let i=e.length,n=!1;return xp(i,r=>{xn(e[r],t)&&(n=!0)}),n},xn=(e,t)=>e.name===t.name;var zo={exports:{}};/*!
2
2
  Copyright (c) 2018 Jed Watson.
3
3
  Licensed under the MIT License (MIT), see
4
4
  http://jedwatson.github.io/classnames
@@ -17,5 +17,5 @@
17
17
  * @license MIT
18
18
  */function Sr(e){return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Sr=function(t){return typeof t}:Sr=function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Sr(e)}function Rw(e,t,i){return t in e?Object.defineProperty(e,t,{value:i,enumerable:!0,configurable:!0,writable:!0}):e[t]=i,e}function se(){return se=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var i=arguments[t];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n])}return e},se.apply(this,arguments)}function Ze(e){for(var t=1;t<arguments.length;t++){var i=arguments[t]!=null?arguments[t]:{},n=Object.keys(i);typeof Object.getOwnPropertySymbols=="function"&&(n=n.concat(Object.getOwnPropertySymbols(i).filter(function(r){return Object.getOwnPropertyDescriptor(i,r).enumerable}))),n.forEach(function(r){Rw(e,r,i[r])})}return e}function Vw(e,t){if(e==null)return{};var i={},n=Object.keys(e),r,a;for(a=0;a<n.length;a++)r=n[a],!(t.indexOf(r)>=0)&&(i[r]=e[r]);return i}function jw(e,t){if(e==null)return{};var i=Vw(e,t),n,r;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)n=a[r],!(t.indexOf(n)>=0)&&(!Object.prototype.propertyIsEnumerable.call(e,n)||(i[n]=e[n]))}return i}function zw(e){return Hw(e)||Uw(e)||Kw()}function Hw(e){if(Array.isArray(e)){for(var t=0,i=new Array(e.length);t<e.length;t++)i[t]=e[t];return i}}function Uw(e){if(Symbol.iterator in Object(e)||Object.prototype.toString.call(e)==="[object Arguments]")return Array.from(e)}function Kw(){throw new TypeError("Invalid attempt to spread non-iterable instance")}var Ww="1.10.2";function Re(e){if(typeof window!="undefined"&&window.navigator)return!!navigator.userAgent.match(e)}var Ve=Re(/(?:Trident.*rv[ :]?11\.|msie|iemobile|Windows Phone)/i),on=Re(/Edge/i),Md=Re(/firefox/i),js=Re(/safari/i)&&!Re(/chrome/i)&&!Re(/android/i),Ld=Re(/iP(ad|od|hone)/i),Yw=Re(/chrome/i)&&Re(/android/i),Ad={capture:!1,passive:!1};function nt(e,t,i){e.addEventListener(t,i,!Ve&&Ad)}function Z(e,t,i){e.removeEventListener(t,i,!Ve&&Ad)}function Cr(e,t){if(!!t){if(t[0]===">"&&(t=t.substring(1)),e)try{if(e.matches)return e.matches(t);if(e.msMatchesSelector)return e.msMatchesSelector(t);if(e.webkitMatchesSelector)return e.webkitMatchesSelector(t)}catch{return!1}return!1}}function Xw(e){return e.host&&e!==document&&e.host.nodeType?e.host:e.parentNode}function Se(e,t,i,n){if(e){i=i||document;do{if(t!=null&&(t[0]===">"?e.parentNode===i&&Cr(e,t):Cr(e,t))||n&&e===i)return e;if(e===i)break}while(e=Xw(e))}return null}var Nd=/\s+/g;function ht(e,t,i){if(e&&t)if(e.classList)e.classList[i?"add":"remove"](t);else{var n=(" "+e.className+" ").replace(Nd," ").replace(" "+t+" "," ");e.className=(n+(i?" "+t:"")).replace(Nd," ")}}function H(e,t,i){var n=e&&e.style;if(n){if(i===void 0)return document.defaultView&&document.defaultView.getComputedStyle?i=document.defaultView.getComputedStyle(e,""):e.currentStyle&&(i=e.currentStyle),t===void 0?i:i[t];!(t in n)&&t.indexOf("webkit")===-1&&(t="-webkit-"+t),n[t]=i+(typeof i=="string"?"":"px")}}function fi(e,t){var i="";if(typeof e=="string")i=e;else do{var n=H(e,"transform");n&&n!=="none"&&(i=n+" "+i)}while(!t&&(e=e.parentNode));var r=window.DOMMatrix||window.WebKitCSSMatrix||window.CSSMatrix||window.MSCSSMatrix;return r&&new r(i)}function Pd(e,t,i){if(e){var n=e.getElementsByTagName(t),r=0,a=n.length;if(i)for(;r<a;r++)i(n[r],r);return n}return[]}function Oe(){var e=document.scrollingElement;return e||document.documentElement}function pt(e,t,i,n,r){if(!(!e.getBoundingClientRect&&e!==window)){var a,s,o,l,c,h,d;if(e!==window&&e!==Oe()?(a=e.getBoundingClientRect(),s=a.top,o=a.left,l=a.bottom,c=a.right,h=a.height,d=a.width):(s=0,o=0,l=window.innerHeight,c=window.innerWidth,h=window.innerHeight,d=window.innerWidth),(t||i)&&e!==window&&(r=r||e.parentNode,!Ve))do if(r&&r.getBoundingClientRect&&(H(r,"transform")!=="none"||i&&H(r,"position")!=="static")){var u=r.getBoundingClientRect();s-=u.top+parseInt(H(r,"border-top-width")),o-=u.left+parseInt(H(r,"border-left-width")),l=s+a.height,c=o+a.width;break}while(r=r.parentNode);if(n&&e!==window){var f=fi(r||e),p=f&&f.a,m=f&&f.d;f&&(s/=m,o/=p,d/=p,h/=m,l=s+h,c=o+d)}return{top:s,left:o,bottom:l,right:c,width:d,height:h}}}function Bd(e,t,i){for(var n=Qe(e,!0),r=pt(e)[t];n;){var a=pt(n)[i],s=void 0;if(i==="top"||i==="left"?s=r>=a:s=r<=a,!s)return n;if(n===Oe())break;n=Qe(n,!1)}return!1}function wr(e,t,i){for(var n=0,r=0,a=e.children;r<a.length;){if(a[r].style.display!=="none"&&a[r]!==K.ghost&&a[r]!==K.dragged&&Se(a[r],i.draggable,e,!1)){if(n===t)return a[r];n++}r++}return null}function zs(e,t){for(var i=e.lastElementChild;i&&(i===K.ghost||H(i,"display")==="none"||t&&!Cr(i,t));)i=i.previousElementSibling;return i||null}function mt(e,t){var i=0;if(!e||!e.parentNode)return-1;for(;e=e.previousElementSibling;)e.nodeName.toUpperCase()!=="TEMPLATE"&&e!==K.clone&&(!t||Cr(e,t))&&i++;return i}function Fd(e){var t=0,i=0,n=Oe();if(e)do{var r=fi(e),a=r.a,s=r.d;t+=e.scrollLeft*a,i+=e.scrollTop*s}while(e!==n&&(e=e.parentNode));return[t,i]}function qw(e,t){for(var i in e)if(!!e.hasOwnProperty(i)){for(var n in t)if(t.hasOwnProperty(n)&&t[n]===e[i][n])return Number(i)}return-1}function Qe(e,t){if(!e||!e.getBoundingClientRect)return Oe();var i=e,n=!1;do if(i.clientWidth<i.scrollWidth||i.clientHeight<i.scrollHeight){var r=H(i);if(i.clientWidth<i.scrollWidth&&(r.overflowX=="auto"||r.overflowX=="scroll")||i.clientHeight<i.scrollHeight&&(r.overflowY=="auto"||r.overflowY=="scroll")){if(!i.getBoundingClientRect||i===document.body)return Oe();if(n||t)return i;n=!0}}while(i=i.parentNode);return Oe()}function Gw(e,t){if(e&&t)for(var i in t)t.hasOwnProperty(i)&&(e[i]=t[i]);return e}function Hs(e,t){return Math.round(e.top)===Math.round(t.top)&&Math.round(e.left)===Math.round(t.left)&&Math.round(e.height)===Math.round(t.height)&&Math.round(e.width)===Math.round(t.width)}var ln;function Rd(e,t){return function(){if(!ln){var i=arguments,n=this;i.length===1?e.call(n,i[0]):e.apply(n,i),ln=setTimeout(function(){ln=void 0},t)}}}function Jw(){clearTimeout(ln),ln=void 0}function Vd(e,t,i){e.scrollLeft+=t,e.scrollTop+=i}function Us(e){var t=window.Polymer,i=window.jQuery||window.Zepto;return t&&t.dom?t.dom(e).cloneNode(!0):i?i(e).clone(!0)[0]:e.cloneNode(!0)}function jd(e,t){H(e,"position","absolute"),H(e,"top",t.top),H(e,"left",t.left),H(e,"width",t.width),H(e,"height",t.height)}function Ks(e){H(e,"position",""),H(e,"top",""),H(e,"left",""),H(e,"width",""),H(e,"height","")}var At="Sortable"+new Date().getTime();function Zw(){var e=[],t;return{captureAnimationState:function(){if(e=[],!!this.options.animation){var n=[].slice.call(this.el.children);n.forEach(function(r){if(!(H(r,"display")==="none"||r===K.ghost)){e.push({target:r,rect:pt(r)});var a=Ze({},e[e.length-1].rect);if(r.thisAnimationDuration){var s=fi(r,!0);s&&(a.top-=s.f,a.left-=s.e)}r.fromRect=a}})}},addAnimationState:function(n){e.push(n)},removeAnimationState:function(n){e.splice(qw(e,{target:n}),1)},animateAll:function(n){var r=this;if(!this.options.animation){clearTimeout(t),typeof n=="function"&&n();return}var a=!1,s=0;e.forEach(function(o){var l=0,c=o.target,h=c.fromRect,d=pt(c),u=c.prevFromRect,f=c.prevToRect,p=o.rect,m=fi(c,!0);m&&(d.top-=m.f,d.left-=m.e),c.toRect=d,c.thisAnimationDuration&&Hs(u,d)&&!Hs(h,d)&&(p.top-d.top)/(p.left-d.left)===(h.top-d.top)/(h.left-d.left)&&(l=tx(p,u,f,r.options)),Hs(d,h)||(c.prevFromRect=h,c.prevToRect=d,l||(l=r.options.animation),r.animate(c,p,d,l)),l&&(a=!0,s=Math.max(s,l),clearTimeout(c.animationResetTimer),c.animationResetTimer=setTimeout(function(){c.animationTime=0,c.prevFromRect=null,c.fromRect=null,c.prevToRect=null,c.thisAnimationDuration=null},l),c.thisAnimationDuration=l)}),clearTimeout(t),a?t=setTimeout(function(){typeof n=="function"&&n()},s):typeof n=="function"&&n(),e=[]},animate:function(n,r,a,s){if(s){H(n,"transition",""),H(n,"transform","");var o=fi(this.el),l=o&&o.a,c=o&&o.d,h=(r.left-a.left)/(l||1),d=(r.top-a.top)/(c||1);n.animatingX=!!h,n.animatingY=!!d,H(n,"transform","translate3d("+h+"px,"+d+"px,0)"),Qw(n),H(n,"transition","transform "+s+"ms"+(this.options.easing?" "+this.options.easing:"")),H(n,"transform","translate3d(0,0,0)"),typeof n.animated=="number"&&clearTimeout(n.animated),n.animated=setTimeout(function(){H(n,"transition",""),H(n,"transform",""),n.animated=!1,n.animatingX=!1,n.animatingY=!1},s)}}}}function Qw(e){return e.offsetWidth}function tx(e,t,i,n){return Math.sqrt(Math.pow(t.top-e.top,2)+Math.pow(t.left-e.left,2))/Math.sqrt(Math.pow(t.top-i.top,2)+Math.pow(t.left-i.left,2))*n.animation}var cn=[],Ws={initializeByDefault:!0},un={mount:function(t){for(var i in Ws)Ws.hasOwnProperty(i)&&!(i in t)&&(t[i]=Ws[i]);cn.push(t)},pluginEvent:function(t,i,n){var r=this;this.eventCanceled=!1,n.cancel=function(){r.eventCanceled=!0};var a=t+"Global";cn.forEach(function(s){!i[s.pluginName]||(i[s.pluginName][a]&&i[s.pluginName][a](Ze({sortable:i},n)),i.options[s.pluginName]&&i[s.pluginName][t]&&i[s.pluginName][t](Ze({sortable:i},n)))})},initializePlugins:function(t,i,n,r){cn.forEach(function(o){var l=o.pluginName;if(!(!t.options[l]&&!o.initializeByDefault)){var c=new o(t,i,t.options);c.sortable=t,c.options=t.options,t[l]=c,se(n,c.defaults)}});for(var a in t.options)if(!!t.options.hasOwnProperty(a)){var s=this.modifyOption(t,a,t.options[a]);typeof s!="undefined"&&(t.options[a]=s)}},getEventProperties:function(t,i){var n={};return cn.forEach(function(r){typeof r.eventProperties=="function"&&se(n,r.eventProperties.call(i[r.pluginName],t))}),n},modifyOption:function(t,i,n){var r;return cn.forEach(function(a){!t[a.pluginName]||a.optionListeners&&typeof a.optionListeners[i]=="function"&&(r=a.optionListeners[i].call(t[a.pluginName],n))}),r}};function hn(e){var t=e.sortable,i=e.rootEl,n=e.name,r=e.targetEl,a=e.cloneEl,s=e.toEl,o=e.fromEl,l=e.oldIndex,c=e.newIndex,h=e.oldDraggableIndex,d=e.newDraggableIndex,u=e.originalEvent,f=e.putSortable,p=e.extraEventProperties;if(t=t||i&&i[At],!!t){var m,v=t.options,w="on"+n.charAt(0).toUpperCase()+n.substr(1);window.CustomEvent&&!Ve&&!on?m=new CustomEvent(n,{bubbles:!0,cancelable:!0}):(m=document.createEvent("Event"),m.initEvent(n,!0,!0)),m.to=s||i,m.from=o||i,m.item=r||i,m.clone=a,m.oldIndex=l,m.newIndex=c,m.oldDraggableIndex=h,m.newDraggableIndex=d,m.originalEvent=u,m.pullMode=f?f.lastPutMode:void 0;var k=Ze({},p,un.getEventProperties(n,t));for(var _ in k)m[_]=k[_];i&&i.dispatchEvent(m),v[w]&&v[w].call(t,m)}}var Kt=function(t,i){var n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{},r=n.evt,a=jw(n,["evt"]);un.pluginEvent.bind(K)(t,i,Ze({dragEl:L,parentEl:yt,ghostEl:G,rootEl:dt,nextEl:pi,lastDownEl:xr,cloneEl:vt,cloneHidden:ti,dragStarted:fn,putSortable:Dt,activeSortable:K.active,originalEvent:r,oldIndex:Pi,oldDraggableIndex:dn,newIndex:Xt,newDraggableIndex:ei,hideGhostForTarget:Xd,unhideGhostForTarget:qd,cloneNowHidden:function(){ti=!0},cloneNowShown:function(){ti=!1},dispatchSortableEvent:function(o){Ft({sortable:i,name:o,originalEvent:r})}},a))};function Ft(e){hn(Ze({putSortable:Dt,cloneEl:vt,targetEl:L,rootEl:dt,oldIndex:Pi,oldDraggableIndex:dn,newIndex:Xt,newDraggableIndex:ei},e))}var L,yt,G,dt,pi,xr,vt,ti,Pi,Xt,dn,ei,$r,Dt,Bi=!1,kr=!1,Tr=[],mi,Ce,Ys,Xs,zd,Hd,fn,Fi,pn,mn=!1,Ir=!1,_r,Nt,qs=[],Gs=!1,Er=[],Dr=typeof document!="undefined",Or=Ld,Ud=on||Ve?"cssFloat":"float",ex=Dr&&!Yw&&!Ld&&"draggable"in document.createElement("div"),Kd=function(){if(!!Dr){if(Ve)return!1;var e=document.createElement("x");return e.style.cssText="pointer-events:auto",e.style.pointerEvents==="auto"}}(),Wd=function(t,i){var n=H(t),r=parseInt(n.width)-parseInt(n.paddingLeft)-parseInt(n.paddingRight)-parseInt(n.borderLeftWidth)-parseInt(n.borderRightWidth),a=wr(t,0,i),s=wr(t,1,i),o=a&&H(a),l=s&&H(s),c=o&&parseInt(o.marginLeft)+parseInt(o.marginRight)+pt(a).width,h=l&&parseInt(l.marginLeft)+parseInt(l.marginRight)+pt(s).width;if(n.display==="flex")return n.flexDirection==="column"||n.flexDirection==="column-reverse"?"vertical":"horizontal";if(n.display==="grid")return n.gridTemplateColumns.split(" ").length<=1?"vertical":"horizontal";if(a&&o.float&&o.float!=="none"){var d=o.float==="left"?"left":"right";return s&&(l.clear==="both"||l.clear===d)?"vertical":"horizontal"}return a&&(o.display==="block"||o.display==="flex"||o.display==="table"||o.display==="grid"||c>=r&&n[Ud]==="none"||s&&n[Ud]==="none"&&c+h>r)?"vertical":"horizontal"},ix=function(t,i,n){var r=n?t.left:t.top,a=n?t.right:t.bottom,s=n?t.width:t.height,o=n?i.left:i.top,l=n?i.right:i.bottom,c=n?i.width:i.height;return r===o||a===l||r+s/2===o+c/2},nx=function(t,i){var n;return Tr.some(function(r){if(!zs(r)){var a=pt(r),s=r[At].options.emptyInsertThreshold,o=t>=a.left-s&&t<=a.right+s,l=i>=a.top-s&&i<=a.bottom+s;if(s&&o&&l)return n=r}}),n},Yd=function(t){function i(a,s){return function(o,l,c,h){var d=o.options.group.name&&l.options.group.name&&o.options.group.name===l.options.group.name;if(a==null&&(s||d))return!0;if(a==null||a===!1)return!1;if(s&&a==="clone")return a;if(typeof a=="function")return i(a(o,l,c,h),s)(o,l,c,h);var u=(s?o:l).options.group.name;return a===!0||typeof a=="string"&&a===u||a.join&&a.indexOf(u)>-1}}var n={},r=t.group;(!r||Sr(r)!="object")&&(r={name:r}),n.name=r.name,n.checkPull=i(r.pull,!0),n.checkPut=i(r.put),n.revertClone=r.revertClone,t.group=n},Xd=function(){!Kd&&G&&H(G,"display","none")},qd=function(){!Kd&&G&&H(G,"display","")};Dr&&document.addEventListener("click",function(e){if(kr)return e.preventDefault(),e.stopPropagation&&e.stopPropagation(),e.stopImmediatePropagation&&e.stopImmediatePropagation(),kr=!1,!1},!0);var vi=function(t){if(L){t=t.touches?t.touches[0]:t;var i=nx(t.clientX,t.clientY);if(i){var n={};for(var r in t)t.hasOwnProperty(r)&&(n[r]=t[r]);n.target=n.rootEl=i,n.preventDefault=void 0,n.stopPropagation=void 0,i[At]._onDragOver(n)}}},rx=function(t){L&&L.parentNode[At]._isOutsideThisEl(t.target)};function K(e,t){if(!(e&&e.nodeType&&e.nodeType===1))throw"Sortable: `el` must be an HTMLElement, not ".concat({}.toString.call(e));this.el=e,this.options=t=se({},t),e[At]=this;var i={group:null,sort:!0,disabled:!1,store:null,handle:null,draggable:/^[uo]l$/i.test(e.nodeName)?">li":">*",swapThreshold:1,invertSwap:!1,invertedSwapThreshold:null,removeCloneOnHide:!0,direction:function(){return Wd(e,this.options)},ghostClass:"sortable-ghost",chosenClass:"sortable-chosen",dragClass:"sortable-drag",ignore:"a, img",filter:null,preventOnFilter:!0,animation:0,easing:null,setData:function(s,o){s.setData("Text",o.textContent)},dropBubble:!1,dragoverBubble:!1,dataIdAttr:"data-id",delay:0,delayOnTouchOnly:!1,touchStartThreshold:(Number.parseInt?Number:window).parseInt(window.devicePixelRatio,10)||1,forceFallback:!1,fallbackClass:"sortable-fallback",fallbackOnBody:!1,fallbackTolerance:0,fallbackOffset:{x:0,y:0},supportPointer:K.supportPointer!==!1&&"PointerEvent"in window,emptyInsertThreshold:5};un.initializePlugins(this,e,i);for(var n in i)!(n in t)&&(t[n]=i[n]);Yd(t);for(var r in this)r.charAt(0)==="_"&&typeof this[r]=="function"&&(this[r]=this[r].bind(this));this.nativeDraggable=t.forceFallback?!1:ex,this.nativeDraggable&&(this.options.touchStartThreshold=1),t.supportPointer?nt(e,"pointerdown",this._onTapStart):(nt(e,"mousedown",this._onTapStart),nt(e,"touchstart",this._onTapStart)),this.nativeDraggable&&(nt(e,"dragover",this),nt(e,"dragenter",this)),Tr.push(this.el),t.store&&t.store.get&&this.sort(t.store.get(this)||[]),se(this,Zw())}K.prototype={constructor:K,_isOutsideThisEl:function(t){!this.el.contains(t)&&t!==this.el&&(Fi=null)},_getDirection:function(t,i){return typeof this.options.direction=="function"?this.options.direction.call(this,t,i,L):this.options.direction},_onTapStart:function(t){if(!!t.cancelable){var i=this,n=this.el,r=this.options,a=r.preventOnFilter,s=t.type,o=t.touches&&t.touches[0]||t.pointerType&&t.pointerType==="touch"&&t,l=(o||t).target,c=t.target.shadowRoot&&(t.path&&t.path[0]||t.composedPath&&t.composedPath()[0])||l,h=r.filter;if(hx(n),!L&&!(/mousedown|pointerdown/.test(s)&&t.button!==0||r.disabled)&&!c.isContentEditable&&(l=Se(l,r.draggable,n,!1),!(l&&l.animated)&&xr!==l)){if(Pi=mt(l),dn=mt(l,r.draggable),typeof h=="function"){if(h.call(this,t,l,this)){Ft({sortable:i,rootEl:c,name:"filter",targetEl:l,toEl:n,fromEl:n}),Kt("filter",i,{evt:t}),a&&t.cancelable&&t.preventDefault();return}}else if(h&&(h=h.split(",").some(function(d){if(d=Se(c,d.trim(),n,!1),d)return Ft({sortable:i,rootEl:d,name:"filter",targetEl:l,fromEl:n,toEl:n}),Kt("filter",i,{evt:t}),!0}),h)){a&&t.cancelable&&t.preventDefault();return}r.handle&&!Se(c,r.handle,n,!1)||this._prepareDragStart(t,o,l)}}},_prepareDragStart:function(t,i,n){var r=this,a=r.el,s=r.options,o=a.ownerDocument,l;if(n&&!L&&n.parentNode===a){var c=pt(n);if(dt=a,L=n,yt=L.parentNode,pi=L.nextSibling,xr=n,$r=s.group,K.dragged=L,mi={target:L,clientX:(i||t).clientX,clientY:(i||t).clientY},zd=mi.clientX-c.left,Hd=mi.clientY-c.top,this._lastX=(i||t).clientX,this._lastY=(i||t).clientY,L.style["will-change"]="all",l=function(){if(Kt("delayEnded",r,{evt:t}),K.eventCanceled){r._onDrop();return}r._disableDelayedDragEvents(),!Md&&r.nativeDraggable&&(L.draggable=!0),r._triggerDragStart(t,i),Ft({sortable:r,name:"choose",originalEvent:t}),ht(L,s.chosenClass,!0)},s.ignore.split(",").forEach(function(h){Pd(L,h.trim(),Zs)}),nt(o,"dragover",vi),nt(o,"mousemove",vi),nt(o,"touchmove",vi),nt(o,"mouseup",r._onDrop),nt(o,"touchend",r._onDrop),nt(o,"touchcancel",r._onDrop),Md&&this.nativeDraggable&&(this.options.touchStartThreshold=4,L.draggable=!0),Kt("delayStart",this,{evt:t}),s.delay&&(!s.delayOnTouchOnly||i)&&(!this.nativeDraggable||!(on||Ve))){if(K.eventCanceled){this._onDrop();return}nt(o,"mouseup",r._disableDelayedDrag),nt(o,"touchend",r._disableDelayedDrag),nt(o,"touchcancel",r._disableDelayedDrag),nt(o,"mousemove",r._delayedDragTouchMoveHandler),nt(o,"touchmove",r._delayedDragTouchMoveHandler),s.supportPointer&&nt(o,"pointermove",r._delayedDragTouchMoveHandler),r._dragStartTimer=setTimeout(l,s.delay)}else l()}},_delayedDragTouchMoveHandler:function(t){var i=t.touches?t.touches[0]:t;Math.max(Math.abs(i.clientX-this._lastX),Math.abs(i.clientY-this._lastY))>=Math.floor(this.options.touchStartThreshold/(this.nativeDraggable&&window.devicePixelRatio||1))&&this._disableDelayedDrag()},_disableDelayedDrag:function(){L&&Zs(L),clearTimeout(this._dragStartTimer),this._disableDelayedDragEvents()},_disableDelayedDragEvents:function(){var t=this.el.ownerDocument;Z(t,"mouseup",this._disableDelayedDrag),Z(t,"touchend",this._disableDelayedDrag),Z(t,"touchcancel",this._disableDelayedDrag),Z(t,"mousemove",this._delayedDragTouchMoveHandler),Z(t,"touchmove",this._delayedDragTouchMoveHandler),Z(t,"pointermove",this._delayedDragTouchMoveHandler)},_triggerDragStart:function(t,i){i=i||t.pointerType=="touch"&&t,!this.nativeDraggable||i?this.options.supportPointer?nt(document,"pointermove",this._onTouchMove):i?nt(document,"touchmove",this._onTouchMove):nt(document,"mousemove",this._onTouchMove):(nt(L,"dragend",this),nt(dt,"dragstart",this._onDragStart));try{document.selection?Mr(function(){document.selection.empty()}):window.getSelection().removeAllRanges()}catch{}},_dragStarted:function(t,i){if(Bi=!1,dt&&L){Kt("dragStarted",this,{evt:i}),this.nativeDraggable&&nt(document,"dragover",rx);var n=this.options;!t&&ht(L,n.dragClass,!1),ht(L,n.ghostClass,!0),K.active=this,t&&this._appendGhost(),Ft({sortable:this,name:"start",originalEvent:i})}else this._nulling()},_emulateDragOver:function(){if(Ce){this._lastX=Ce.clientX,this._lastY=Ce.clientY,Xd();for(var t=document.elementFromPoint(Ce.clientX,Ce.clientY),i=t;t&&t.shadowRoot&&(t=t.shadowRoot.elementFromPoint(Ce.clientX,Ce.clientY),t!==i);)i=t;if(L.parentNode[At]._isOutsideThisEl(t),i)do{if(i[At]){var n=void 0;if(n=i[At]._onDragOver({clientX:Ce.clientX,clientY:Ce.clientY,target:t,rootEl:i}),n&&!this.options.dragoverBubble)break}t=i}while(i=i.parentNode);qd()}},_onTouchMove:function(t){if(mi){var i=this.options,n=i.fallbackTolerance,r=i.fallbackOffset,a=t.touches?t.touches[0]:t,s=G&&fi(G,!0),o=G&&s&&s.a,l=G&&s&&s.d,c=Or&&Nt&&Fd(Nt),h=(a.clientX-mi.clientX+r.x)/(o||1)+(c?c[0]-qs[0]:0)/(o||1),d=(a.clientY-mi.clientY+r.y)/(l||1)+(c?c[1]-qs[1]:0)/(l||1);if(!K.active&&!Bi){if(n&&Math.max(Math.abs(a.clientX-this._lastX),Math.abs(a.clientY-this._lastY))<n)return;this._onDragStart(t,!0)}if(G){s?(s.e+=h-(Ys||0),s.f+=d-(Xs||0)):s={a:1,b:0,c:0,d:1,e:h,f:d};var u="matrix(".concat(s.a,",").concat(s.b,",").concat(s.c,",").concat(s.d,",").concat(s.e,",").concat(s.f,")");H(G,"webkitTransform",u),H(G,"mozTransform",u),H(G,"msTransform",u),H(G,"transform",u),Ys=h,Xs=d,Ce=a}t.cancelable&&t.preventDefault()}},_appendGhost:function(){if(!G){var t=this.options.fallbackOnBody?document.body:dt,i=pt(L,!0,Or,!0,t),n=this.options;if(Or){for(Nt=t;H(Nt,"position")==="static"&&H(Nt,"transform")==="none"&&Nt!==document;)Nt=Nt.parentNode;Nt!==document.body&&Nt!==document.documentElement?(Nt===document&&(Nt=Oe()),i.top+=Nt.scrollTop,i.left+=Nt.scrollLeft):Nt=Oe(),qs=Fd(Nt)}G=L.cloneNode(!0),ht(G,n.ghostClass,!1),ht(G,n.fallbackClass,!0),ht(G,n.dragClass,!0),H(G,"transition",""),H(G,"transform",""),H(G,"box-sizing","border-box"),H(G,"margin",0),H(G,"top",i.top),H(G,"left",i.left),H(G,"width",i.width),H(G,"height",i.height),H(G,"opacity","0.8"),H(G,"position",Or?"absolute":"fixed"),H(G,"zIndex","100000"),H(G,"pointerEvents","none"),K.ghost=G,t.appendChild(G),H(G,"transform-origin",zd/parseInt(G.style.width)*100+"% "+Hd/parseInt(G.style.height)*100+"%")}},_onDragStart:function(t,i){var n=this,r=t.dataTransfer,a=n.options;if(Kt("dragStart",this,{evt:t}),K.eventCanceled){this._onDrop();return}Kt("setupClone",this),K.eventCanceled||(vt=Us(L),vt.draggable=!1,vt.style["will-change"]="",this._hideClone(),ht(vt,this.options.chosenClass,!1),K.clone=vt),n.cloneId=Mr(function(){Kt("clone",n),!K.eventCanceled&&(n.options.removeCloneOnHide||dt.insertBefore(vt,L),n._hideClone(),Ft({sortable:n,name:"clone"}))}),!i&&ht(L,a.dragClass,!0),i?(kr=!0,n._loopId=setInterval(n._emulateDragOver,50)):(Z(document,"mouseup",n._onDrop),Z(document,"touchend",n._onDrop),Z(document,"touchcancel",n._onDrop),r&&(r.effectAllowed="move",a.setData&&a.setData.call(n,r,L)),nt(document,"drop",n),H(L,"transform","translateZ(0)")),Bi=!0,n._dragStartId=Mr(n._dragStarted.bind(n,i,t)),nt(document,"selectstart",n),fn=!0,js&&H(document.body,"user-select","none")},_onDragOver:function(t){var i=this.el,n=t.target,r,a,s,o=this.options,l=o.group,c=K.active,h=$r===l,d=o.sort,u=Dt||c,f,p=this,m=!1;if(Gs)return;function v(I,E){Kt(I,p,Ze({evt:t,isOwner:h,axis:f?"vertical":"horizontal",revert:s,dragRect:r,targetRect:a,canSort:d,fromSortable:u,target:n,completed:k,onMove:function(z,S){return Js(dt,i,L,r,z,pt(z),t,S)},changed:_},E))}function w(){v("dragOverAnimationCapture"),p.captureAnimationState(),p!==u&&u.captureAnimationState()}function k(I){return v("dragOverCompleted",{insertion:I}),I&&(h?c._hideClone():c._showClone(p),p!==u&&(ht(L,Dt?Dt.options.ghostClass:c.options.ghostClass,!1),ht(L,o.ghostClass,!0)),Dt!==p&&p!==K.active?Dt=p:p===K.active&&Dt&&(Dt=null),u===p&&(p._ignoreWhileAnimating=n),p.animateAll(function(){v("dragOverAnimationComplete"),p._ignoreWhileAnimating=null}),p!==u&&(u.animateAll(),u._ignoreWhileAnimating=null)),(n===L&&!L.animated||n===i&&!n.animated)&&(Fi=null),!o.dragoverBubble&&!t.rootEl&&n!==document&&(L.parentNode[At]._isOutsideThisEl(t.target),!I&&vi(t)),!o.dragoverBubble&&t.stopPropagation&&t.stopPropagation(),m=!0}function _(){Xt=mt(L),ei=mt(L,o.draggable),Ft({sortable:p,name:"change",toEl:i,newIndex:Xt,newDraggableIndex:ei,originalEvent:t})}if(t.preventDefault!==void 0&&t.cancelable&&t.preventDefault(),n=Se(n,o.draggable,i,!0),v("dragOver"),K.eventCanceled)return m;if(L.contains(t.target)||n.animated&&n.animatingX&&n.animatingY||p._ignoreWhileAnimating===n)return k(!1);if(kr=!1,c&&!o.disabled&&(h?d||(s=!dt.contains(L)):Dt===this||(this.lastPutMode=$r.checkPull(this,c,L,t))&&l.checkPut(this,c,L,t))){if(f=this._getDirection(t,n)==="vertical",r=pt(L),v("dragOverValid"),K.eventCanceled)return m;if(s)return yt=dt,w(),this._hideClone(),v("revert"),K.eventCanceled||(pi?dt.insertBefore(L,pi):dt.appendChild(L)),k(!0);var x=zs(i,o.draggable);if(!x||ox(t,f,this)&&!x.animated){if(x===L)return k(!1);if(x&&i===t.target&&(n=x),n&&(a=pt(n)),Js(dt,i,L,r,n,a,t,!!n)!==!1)return w(),i.appendChild(L),yt=i,_(),k(!0)}else if(n.parentNode===i){a=pt(n);var D=0,A,W=L.parentNode!==i,F=!ix(L.animated&&L.toRect||r,n.animated&&n.toRect||a,f),V=f?"top":"left",P=Bd(n,"top","top")||Bd(L,"top","top"),M=P?P.scrollTop:void 0;Fi!==n&&(A=a[V],mn=!1,Ir=!F&&o.invertSwap||W),D=lx(t,n,a,f,F?1:o.swapThreshold,o.invertedSwapThreshold==null?o.swapThreshold:o.invertedSwapThreshold,Ir,Fi===n);var et;if(D!==0){var ot=mt(L);do ot-=D,et=yt.children[ot];while(et&&(H(et,"display")==="none"||et===G))}if(D===0||et===n)return k(!1);Fi=n,pn=D;var R=n.nextElementSibling,T=!1;T=D===1;var g=Js(dt,i,L,r,n,a,t,T);if(g!==!1)return(g===1||g===-1)&&(T=g===1),Gs=!0,setTimeout(sx,30),w(),T&&!R?i.appendChild(L):n.parentNode.insertBefore(L,T?R:n),P&&Vd(P,0,M-P.scrollTop),yt=L.parentNode,A!==void 0&&!Ir&&(_r=Math.abs(A-pt(n)[V])),_(),k(!0)}if(i.contains(L))return k(!1)}return!1},_ignoreWhileAnimating:null,_offMoveEvents:function(){Z(document,"mousemove",this._onTouchMove),Z(document,"touchmove",this._onTouchMove),Z(document,"pointermove",this._onTouchMove),Z(document,"dragover",vi),Z(document,"mousemove",vi),Z(document,"touchmove",vi)},_offUpEvents:function(){var t=this.el.ownerDocument;Z(t,"mouseup",this._onDrop),Z(t,"touchend",this._onDrop),Z(t,"pointerup",this._onDrop),Z(t,"touchcancel",this._onDrop),Z(document,"selectstart",this)},_onDrop:function(t){var i=this.el,n=this.options;if(Xt=mt(L),ei=mt(L,n.draggable),Kt("drop",this,{evt:t}),yt=L&&L.parentNode,Xt=mt(L),ei=mt(L,n.draggable),K.eventCanceled){this._nulling();return}Bi=!1,Ir=!1,mn=!1,clearInterval(this._loopId),clearTimeout(this._dragStartTimer),Qs(this.cloneId),Qs(this._dragStartId),this.nativeDraggable&&(Z(document,"drop",this),Z(i,"dragstart",this._onDragStart)),this._offMoveEvents(),this._offUpEvents(),js&&H(document.body,"user-select",""),H(L,"transform",""),t&&(fn&&(t.cancelable&&t.preventDefault(),!n.dropBubble&&t.stopPropagation()),G&&G.parentNode&&G.parentNode.removeChild(G),(dt===yt||Dt&&Dt.lastPutMode!=="clone")&&vt&&vt.parentNode&&vt.parentNode.removeChild(vt),L&&(this.nativeDraggable&&Z(L,"dragend",this),Zs(L),L.style["will-change"]="",fn&&!Bi&&ht(L,Dt?Dt.options.ghostClass:this.options.ghostClass,!1),ht(L,this.options.chosenClass,!1),Ft({sortable:this,name:"unchoose",toEl:yt,newIndex:null,newDraggableIndex:null,originalEvent:t}),dt!==yt?(Xt>=0&&(Ft({rootEl:yt,name:"add",toEl:yt,fromEl:dt,originalEvent:t}),Ft({sortable:this,name:"remove",toEl:yt,originalEvent:t}),Ft({rootEl:yt,name:"sort",toEl:yt,fromEl:dt,originalEvent:t}),Ft({sortable:this,name:"sort",toEl:yt,originalEvent:t})),Dt&&Dt.save()):Xt!==Pi&&Xt>=0&&(Ft({sortable:this,name:"update",toEl:yt,originalEvent:t}),Ft({sortable:this,name:"sort",toEl:yt,originalEvent:t})),K.active&&((Xt==null||Xt===-1)&&(Xt=Pi,ei=dn),Ft({sortable:this,name:"end",toEl:yt,originalEvent:t}),this.save()))),this._nulling()},_nulling:function(){Kt("nulling",this),dt=L=yt=G=pi=vt=xr=ti=mi=Ce=fn=Xt=ei=Pi=dn=Fi=pn=Dt=$r=K.dragged=K.ghost=K.clone=K.active=null,Er.forEach(function(t){t.checked=!0}),Er.length=Ys=Xs=0},handleEvent:function(t){switch(t.type){case"drop":case"dragend":this._onDrop(t);break;case"dragenter":case"dragover":L&&(this._onDragOver(t),ax(t));break;case"selectstart":t.preventDefault();break}},toArray:function(){for(var t=[],i,n=this.el.children,r=0,a=n.length,s=this.options;r<a;r++)i=n[r],Se(i,s.draggable,this.el,!1)&&t.push(i.getAttribute(s.dataIdAttr)||ux(i));return t},sort:function(t){var i={},n=this.el;this.toArray().forEach(function(r,a){var s=n.children[a];Se(s,this.options.draggable,n,!1)&&(i[r]=s)},this),t.forEach(function(r){i[r]&&(n.removeChild(i[r]),n.appendChild(i[r]))})},save:function(){var t=this.options.store;t&&t.set&&t.set(this)},closest:function(t,i){return Se(t,i||this.options.draggable,this.el,!1)},option:function(t,i){var n=this.options;if(i===void 0)return n[t];var r=un.modifyOption(this,t,i);typeof r!="undefined"?n[t]=r:n[t]=i,t==="group"&&Yd(n)},destroy:function(){Kt("destroy",this);var t=this.el;t[At]=null,Z(t,"mousedown",this._onTapStart),Z(t,"touchstart",this._onTapStart),Z(t,"pointerdown",this._onTapStart),this.nativeDraggable&&(Z(t,"dragover",this),Z(t,"dragenter",this)),Array.prototype.forEach.call(t.querySelectorAll("[draggable]"),function(i){i.removeAttribute("draggable")}),this._onDrop(),this._disableDelayedDragEvents(),Tr.splice(Tr.indexOf(this.el),1),this.el=t=null},_hideClone:function(){if(!ti){if(Kt("hideClone",this),K.eventCanceled)return;H(vt,"display","none"),this.options.removeCloneOnHide&&vt.parentNode&&vt.parentNode.removeChild(vt),ti=!0}},_showClone:function(t){if(t.lastPutMode!=="clone"){this._hideClone();return}if(ti){if(Kt("showClone",this),K.eventCanceled)return;dt.contains(L)&&!this.options.group.revertClone?dt.insertBefore(vt,L):pi?dt.insertBefore(vt,pi):dt.appendChild(vt),this.options.group.revertClone&&this.animate(L,vt),H(vt,"display",""),ti=!1}}};function ax(e){e.dataTransfer&&(e.dataTransfer.dropEffect="move"),e.cancelable&&e.preventDefault()}function Js(e,t,i,n,r,a,s,o){var l,c=e[At],h=c.options.onMove,d;return window.CustomEvent&&!Ve&&!on?l=new CustomEvent("move",{bubbles:!0,cancelable:!0}):(l=document.createEvent("Event"),l.initEvent("move",!0,!0)),l.to=t,l.from=e,l.dragged=i,l.draggedRect=n,l.related=r||t,l.relatedRect=a||pt(t),l.willInsertAfter=o,l.originalEvent=s,e.dispatchEvent(l),h&&(d=h.call(c,l,s)),d}function Zs(e){e.draggable=!1}function sx(){Gs=!1}function ox(e,t,i){var n=pt(zs(i.el,i.options.draggable)),r=10;return t?e.clientX>n.right+r||e.clientX<=n.right&&e.clientY>n.bottom&&e.clientX>=n.left:e.clientX>n.right&&e.clientY>n.top||e.clientX<=n.right&&e.clientY>n.bottom+r}function lx(e,t,i,n,r,a,s,o){var l=n?e.clientY:e.clientX,c=n?i.height:i.width,h=n?i.top:i.left,d=n?i.bottom:i.right,u=!1;if(!s){if(o&&_r<c*r){if(!mn&&(pn===1?l>h+c*a/2:l<d-c*a/2)&&(mn=!0),mn)u=!0;else if(pn===1?l<h+_r:l>d-_r)return-pn}else if(l>h+c*(1-r)/2&&l<d-c*(1-r)/2)return cx(t)}return u=u||s,u&&(l<h+c*a/2||l>d-c*a/2)?l>h+c/2?1:-1:0}function cx(e){return mt(L)<mt(e)?1:-1}function ux(e){for(var t=e.tagName+e.className+e.src+e.href+e.textContent,i=t.length,n=0;i--;)n+=t.charCodeAt(i);return n.toString(36)}function hx(e){Er.length=0;for(var t=e.getElementsByTagName("input"),i=t.length;i--;){var n=t[i];n.checked&&Er.push(n)}}function Mr(e){return setTimeout(e,0)}function Qs(e){return clearTimeout(e)}Dr&&nt(document,"touchmove",function(e){(K.active||Bi)&&e.cancelable&&e.preventDefault()}),K.utils={on:nt,off:Z,css:H,find:Pd,is:function(t,i){return!!Se(t,i,t,!1)},extend:Gw,throttle:Rd,closest:Se,toggleClass:ht,clone:Us,index:mt,nextTick:Mr,cancelNextTick:Qs,detectDirection:Wd,getChild:wr},K.get=function(e){return e[At]},K.mount=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];t[0].constructor===Array&&(t=t[0]),t.forEach(function(n){if(!n.prototype||!n.prototype.constructor)throw"Sortable: Mounted plugin must be a constructor function, not ".concat({}.toString.call(n));n.utils&&(K.utils=Ze({},K.utils,n.utils)),un.mount(n)})},K.create=function(e,t){return new K(e,t)},K.version=Ww;var bt=[],vn,to,eo=!1,io,no,Lr,gn;function dx(){function e(){this.defaults={scroll:!0,scrollSensitivity:30,scrollSpeed:10,bubbleScroll:!0};for(var t in this)t.charAt(0)==="_"&&typeof this[t]=="function"&&(this[t]=this[t].bind(this))}return e.prototype={dragStarted:function(i){var n=i.originalEvent;this.sortable.nativeDraggable?nt(document,"dragover",this._handleAutoScroll):this.options.supportPointer?nt(document,"pointermove",this._handleFallbackAutoScroll):n.touches?nt(document,"touchmove",this._handleFallbackAutoScroll):nt(document,"mousemove",this._handleFallbackAutoScroll)},dragOverCompleted:function(i){var n=i.originalEvent;!this.options.dragOverBubble&&!n.rootEl&&this._handleAutoScroll(n)},drop:function(){this.sortable.nativeDraggable?Z(document,"dragover",this._handleAutoScroll):(Z(document,"pointermove",this._handleFallbackAutoScroll),Z(document,"touchmove",this._handleFallbackAutoScroll),Z(document,"mousemove",this._handleFallbackAutoScroll)),Gd(),Ar(),Jw()},nulling:function(){Lr=to=vn=eo=gn=io=no=null,bt.length=0},_handleFallbackAutoScroll:function(i){this._handleAutoScroll(i,!0)},_handleAutoScroll:function(i,n){var r=this,a=(i.touches?i.touches[0]:i).clientX,s=(i.touches?i.touches[0]:i).clientY,o=document.elementFromPoint(a,s);if(Lr=i,n||on||Ve||js){ro(i,this.options,o,n);var l=Qe(o,!0);eo&&(!gn||a!==io||s!==no)&&(gn&&Gd(),gn=setInterval(function(){var c=Qe(document.elementFromPoint(a,s),!0);c!==l&&(l=c,Ar()),ro(i,r.options,c,n)},10),io=a,no=s)}else{if(!this.options.bubbleScroll||Qe(o,!0)===Oe()){Ar();return}ro(i,this.options,Qe(o,!1),!1)}}},se(e,{pluginName:"scroll",initializeByDefault:!0})}function Ar(){bt.forEach(function(e){clearInterval(e.pid)}),bt=[]}function Gd(){clearInterval(gn)}var ro=Rd(function(e,t,i,n){if(!!t.scroll){var r=(e.touches?e.touches[0]:e).clientX,a=(e.touches?e.touches[0]:e).clientY,s=t.scrollSensitivity,o=t.scrollSpeed,l=Oe(),c=!1,h;to!==i&&(to=i,Ar(),vn=t.scroll,h=t.scrollFn,vn===!0&&(vn=Qe(i,!0)));var d=0,u=vn;do{var f=u,p=pt(f),m=p.top,v=p.bottom,w=p.left,k=p.right,_=p.width,x=p.height,D=void 0,A=void 0,W=f.scrollWidth,F=f.scrollHeight,V=H(f),P=f.scrollLeft,M=f.scrollTop;f===l?(D=_<W&&(V.overflowX==="auto"||V.overflowX==="scroll"||V.overflowX==="visible"),A=x<F&&(V.overflowY==="auto"||V.overflowY==="scroll"||V.overflowY==="visible")):(D=_<W&&(V.overflowX==="auto"||V.overflowX==="scroll"),A=x<F&&(V.overflowY==="auto"||V.overflowY==="scroll"));var et=D&&(Math.abs(k-r)<=s&&P+_<W)-(Math.abs(w-r)<=s&&!!P),ot=A&&(Math.abs(v-a)<=s&&M+x<F)-(Math.abs(m-a)<=s&&!!M);if(!bt[d])for(var R=0;R<=d;R++)bt[R]||(bt[R]={});(bt[d].vx!=et||bt[d].vy!=ot||bt[d].el!==f)&&(bt[d].el=f,bt[d].vx=et,bt[d].vy=ot,clearInterval(bt[d].pid),(et!=0||ot!=0)&&(c=!0,bt[d].pid=setInterval(function(){n&&this.layer===0&&K.active._onTouchMove(Lr);var T=bt[this.layer].vy?bt[this.layer].vy*o:0,g=bt[this.layer].vx?bt[this.layer].vx*o:0;typeof h=="function"&&h.call(K.dragged.parentNode[At],g,T,e,Lr,bt[this.layer].el)!=="continue"||Vd(bt[this.layer].el,g,T)}.bind({layer:d}),24))),d++}while(t.bubbleScroll&&u!==l&&(u=Qe(u,!1)));eo=c}},30),Jd=function(t){var i=t.originalEvent,n=t.putSortable,r=t.dragEl,a=t.activeSortable,s=t.dispatchSortableEvent,o=t.hideGhostForTarget,l=t.unhideGhostForTarget;if(!!i){var c=n||a;o();var h=i.changedTouches&&i.changedTouches.length?i.changedTouches[0]:i,d=document.elementFromPoint(h.clientX,h.clientY);l(),c&&!c.el.contains(d)&&(s("spill"),this.onSpill({dragEl:r,putSortable:n}))}};function ao(){}ao.prototype={startIndex:null,dragStart:function(t){var i=t.oldDraggableIndex;this.startIndex=i},onSpill:function(t){var i=t.dragEl,n=t.putSortable;this.sortable.captureAnimationState(),n&&n.captureAnimationState();var r=wr(this.sortable.el,this.startIndex,this.options);r?this.sortable.el.insertBefore(i,r):this.sortable.el.appendChild(i),this.sortable.animateAll(),n&&n.animateAll()},drop:Jd},se(ao,{pluginName:"revertOnSpill"});function so(){}so.prototype={onSpill:function(t){var i=t.dragEl,n=t.putSortable,r=n||this.sortable;r.captureAnimationState(),i.parentNode&&i.parentNode.removeChild(i),r.animateAll()},drop:Jd},se(so,{pluginName:"removeOnSpill"});var oe;function fx(){function e(){this.defaults={swapClass:"sortable-swap-highlight"}}return e.prototype={dragStart:function(i){var n=i.dragEl;oe=n},dragOverValid:function(i){var n=i.completed,r=i.target,a=i.onMove,s=i.activeSortable,o=i.changed,l=i.cancel;if(!!s.options.swap){var c=this.sortable.el,h=this.options;if(r&&r!==c){var d=oe;a(r)!==!1?(ht(r,h.swapClass,!0),oe=r):oe=null,d&&d!==oe&&ht(d,h.swapClass,!1)}o(),n(!0),l()}},drop:function(i){var n=i.activeSortable,r=i.putSortable,a=i.dragEl,s=r||this.sortable,o=this.options;oe&&ht(oe,o.swapClass,!1),oe&&(o.swap||r&&r.options.swap)&&a!==oe&&(s.captureAnimationState(),s!==n&&n.captureAnimationState(),px(a,oe),s.animateAll(),s!==n&&n.animateAll())},nulling:function(){oe=null}},se(e,{pluginName:"swap",eventProperties:function(){return{swapItem:oe}}})}function px(e,t){var i=e.parentNode,n=t.parentNode,r,a;!i||!n||i.isEqualNode(t)||n.isEqualNode(e)||(r=mt(e),a=mt(t),i.isEqualNode(n)&&r<a&&a++,i.insertBefore(t,i.children[r]),n.insertBefore(e,n.children[a]))}var q=[],qt=[],yn,we,bn=!1,Gt=!1,Ri=!1,ut,Sn,Nr;function mx(){function e(t){for(var i in this)i.charAt(0)==="_"&&typeof this[i]=="function"&&(this[i]=this[i].bind(this));t.options.supportPointer?nt(document,"pointerup",this._deselectMultiDrag):(nt(document,"mouseup",this._deselectMultiDrag),nt(document,"touchend",this._deselectMultiDrag)),nt(document,"keydown",this._checkKeyDown),nt(document,"keyup",this._checkKeyUp),this.defaults={selectedClass:"sortable-selected",multiDragKey:null,setData:function(r,a){var s="";q.length&&we===t?q.forEach(function(o,l){s+=(l?", ":"")+o.textContent}):s=a.textContent,r.setData("Text",s)}}}return e.prototype={multiDragKeyDown:!1,isMultiDrag:!1,delayStartGlobal:function(i){var n=i.dragEl;ut=n},delayEnded:function(){this.isMultiDrag=~q.indexOf(ut)},setupClone:function(i){var n=i.sortable,r=i.cancel;if(!!this.isMultiDrag){for(var a=0;a<q.length;a++)qt.push(Us(q[a])),qt[a].sortableIndex=q[a].sortableIndex,qt[a].draggable=!1,qt[a].style["will-change"]="",ht(qt[a],this.options.selectedClass,!1),q[a]===ut&&ht(qt[a],this.options.chosenClass,!1);n._hideClone(),r()}},clone:function(i){var n=i.sortable,r=i.rootEl,a=i.dispatchSortableEvent,s=i.cancel;!this.isMultiDrag||this.options.removeCloneOnHide||q.length&&we===n&&(Zd(!0,r),a("clone"),s())},showClone:function(i){var n=i.cloneNowShown,r=i.rootEl,a=i.cancel;!this.isMultiDrag||(Zd(!1,r),qt.forEach(function(s){H(s,"display","")}),n(),Nr=!1,a())},hideClone:function(i){var n=this;i.sortable;var r=i.cloneNowHidden,a=i.cancel;!this.isMultiDrag||(qt.forEach(function(s){H(s,"display","none"),n.options.removeCloneOnHide&&s.parentNode&&s.parentNode.removeChild(s)}),r(),Nr=!0,a())},dragStartGlobal:function(i){i.sortable,!this.isMultiDrag&&we&&we.multiDrag._deselectMultiDrag(),q.forEach(function(n){n.sortableIndex=mt(n)}),q=q.sort(function(n,r){return n.sortableIndex-r.sortableIndex}),Ri=!0},dragStarted:function(i){var n=this,r=i.sortable;if(!!this.isMultiDrag){if(this.options.sort&&(r.captureAnimationState(),this.options.animation)){q.forEach(function(s){s!==ut&&H(s,"position","absolute")});var a=pt(ut,!1,!0,!0);q.forEach(function(s){s!==ut&&jd(s,a)}),Gt=!0,bn=!0}r.animateAll(function(){Gt=!1,bn=!1,n.options.animation&&q.forEach(function(s){Ks(s)}),n.options.sort&&Pr()})}},dragOver:function(i){var n=i.target,r=i.completed,a=i.cancel;Gt&&~q.indexOf(n)&&(r(!1),a())},revert:function(i){var n=i.fromSortable,r=i.rootEl,a=i.sortable,s=i.dragRect;q.length>1&&(q.forEach(function(o){a.addAnimationState({target:o,rect:Gt?pt(o):s}),Ks(o),o.fromRect=s,n.removeAnimationState(o)}),Gt=!1,vx(!this.options.removeCloneOnHide,r))},dragOverCompleted:function(i){var n=i.sortable,r=i.isOwner,a=i.insertion,s=i.activeSortable,o=i.parentEl,l=i.putSortable,c=this.options;if(a){if(r&&s._hideClone(),bn=!1,c.animation&&q.length>1&&(Gt||!r&&!s.options.sort&&!l)){var h=pt(ut,!1,!0,!0);q.forEach(function(u){u!==ut&&(jd(u,h),o.appendChild(u))}),Gt=!0}if(!r)if(Gt||Pr(),q.length>1){var d=Nr;s._showClone(n),s.options.animation&&!Nr&&d&&qt.forEach(function(u){s.addAnimationState({target:u,rect:Sn}),u.fromRect=Sn,u.thisAnimationDuration=null})}else s._showClone(n)}},dragOverAnimationCapture:function(i){var n=i.dragRect,r=i.isOwner,a=i.activeSortable;if(q.forEach(function(o){o.thisAnimationDuration=null}),a.options.animation&&!r&&a.multiDrag.isMultiDrag){Sn=se({},n);var s=fi(ut,!0);Sn.top-=s.f,Sn.left-=s.e}},dragOverAnimationComplete:function(){Gt&&(Gt=!1,Pr())},drop:function(i){var n=i.originalEvent,r=i.rootEl,a=i.parentEl,s=i.sortable,o=i.dispatchSortableEvent,l=i.oldIndex,c=i.putSortable,h=c||this.sortable;if(!!n){var d=this.options,u=a.children;if(!Ri)if(d.multiDragKey&&!this.multiDragKeyDown&&this._deselectMultiDrag(),ht(ut,d.selectedClass,!~q.indexOf(ut)),~q.indexOf(ut))q.splice(q.indexOf(ut),1),yn=null,hn({sortable:s,rootEl:r,name:"deselect",targetEl:ut,originalEvt:n});else{if(q.push(ut),hn({sortable:s,rootEl:r,name:"select",targetEl:ut,originalEvt:n}),n.shiftKey&&yn&&s.el.contains(yn)){var f=mt(yn),p=mt(ut);if(~f&&~p&&f!==p){var m,v;for(p>f?(v=f,m=p):(v=p,m=f+1);v<m;v++)~q.indexOf(u[v])||(ht(u[v],d.selectedClass,!0),q.push(u[v]),hn({sortable:s,rootEl:r,name:"select",targetEl:u[v],originalEvt:n}))}}else yn=ut;we=h}if(Ri&&this.isMultiDrag){if((a[At].options.sort||a!==r)&&q.length>1){var w=pt(ut),k=mt(ut,":not(."+this.options.selectedClass+")");if(!bn&&d.animation&&(ut.thisAnimationDuration=null),h.captureAnimationState(),!bn&&(d.animation&&(ut.fromRect=w,q.forEach(function(x){if(x.thisAnimationDuration=null,x!==ut){var D=Gt?pt(x):w;x.fromRect=D,h.addAnimationState({target:x,rect:D})}})),Pr(),q.forEach(function(x){u[k]?a.insertBefore(x,u[k]):a.appendChild(x),k++}),l===mt(ut))){var _=!1;q.forEach(function(x){if(x.sortableIndex!==mt(x)){_=!0;return}}),_&&o("update")}q.forEach(function(x){Ks(x)}),h.animateAll()}we=h}(r===a||c&&c.lastPutMode!=="clone")&&qt.forEach(function(x){x.parentNode&&x.parentNode.removeChild(x)})}},nullingGlobal:function(){this.isMultiDrag=Ri=!1,qt.length=0},destroyGlobal:function(){this._deselectMultiDrag(),Z(document,"pointerup",this._deselectMultiDrag),Z(document,"mouseup",this._deselectMultiDrag),Z(document,"touchend",this._deselectMultiDrag),Z(document,"keydown",this._checkKeyDown),Z(document,"keyup",this._checkKeyUp)},_deselectMultiDrag:function(i){if(!(typeof Ri!="undefined"&&Ri)&&we===this.sortable&&!(i&&Se(i.target,this.options.draggable,this.sortable.el,!1))&&!(i&&i.button!==0))for(;q.length;){var n=q[0];ht(n,this.options.selectedClass,!1),q.shift(),hn({sortable:this.sortable,rootEl:this.sortable.el,name:"deselect",targetEl:n,originalEvt:i})}},_checkKeyDown:function(i){i.key===this.options.multiDragKey&&(this.multiDragKeyDown=!0)},_checkKeyUp:function(i){i.key===this.options.multiDragKey&&(this.multiDragKeyDown=!1)}},se(e,{pluginName:"multiDrag",utils:{select:function(i){var n=i.parentNode[At];!n||!n.options.multiDrag||~q.indexOf(i)||(we&&we!==n&&(we.multiDrag._deselectMultiDrag(),we=n),ht(i,n.options.selectedClass,!0),q.push(i))},deselect:function(i){var n=i.parentNode[At],r=q.indexOf(i);!n||!n.options.multiDrag||!~r||(ht(i,n.options.selectedClass,!1),q.splice(r,1))}},eventProperties:function(){var i=this,n=[],r=[];return q.forEach(function(a){n.push({multiDragElement:a,index:a.sortableIndex});var s;Gt&&a!==ut?s=-1:Gt?s=mt(a,":not(."+i.options.selectedClass+")"):s=mt(a),r.push({multiDragElement:a,index:s})}),{items:zw(q),clones:[].concat(qt),oldIndicies:n,newIndicies:r}},optionListeners:{multiDragKey:function(i){return i=i.toLowerCase(),i==="ctrl"?i="Control":i.length>1&&(i=i.charAt(0).toUpperCase()+i.substr(1)),i}}})}function vx(e,t){q.forEach(function(i,n){var r=t.children[i.sortableIndex+(e?Number(n):0)];r?t.insertBefore(i,r):t.appendChild(i)})}function Zd(e,t){qt.forEach(function(i,n){var r=t.children[i.sortableIndex+(e?Number(n):0)];r?t.insertBefore(i,r):t.appendChild(i)})}function Pr(){q.forEach(function(e){e!==ut&&e.parentNode&&e.parentNode.removeChild(e)})}K.mount(new dx),K.mount(so,ao);var gx=Object.freeze(Object.defineProperty({__proto__:null,default:K,MultiDrag:mx,Sortable:K,Swap:fx},Symbol.toStringTag,{value:"Module"})),yx=dp(gx);(function(e,t){(function(n,r){e.exports=r(yx)})(typeof self!="undefined"?self:Lo,function(i){return function(n){var r={};function a(s){if(r[s])return r[s].exports;var o=r[s]={i:s,l:!1,exports:{}};return n[s].call(o.exports,o,o.exports,a),o.l=!0,o.exports}return a.m=n,a.c=r,a.d=function(s,o,l){a.o(s,o)||Object.defineProperty(s,o,{enumerable:!0,get:l})},a.r=function(s){typeof Symbol!="undefined"&&Symbol.toStringTag&&Object.defineProperty(s,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(s,"__esModule",{value:!0})},a.t=function(s,o){if(o&1&&(s=a(s)),o&8||o&4&&typeof s=="object"&&s&&s.__esModule)return s;var l=Object.create(null);if(a.r(l),Object.defineProperty(l,"default",{enumerable:!0,value:s}),o&2&&typeof s!="string")for(var c in s)a.d(l,c,function(h){return s[h]}.bind(null,c));return l},a.n=function(s){var o=s&&s.__esModule?function(){return s.default}:function(){return s};return a.d(o,"a",o),o},a.o=function(s,o){return Object.prototype.hasOwnProperty.call(s,o)},a.p="",a(a.s="fb15")}({"01f9":function(n,r,a){var s=a("2d00"),o=a("5ca1"),l=a("2aba"),c=a("32e9"),h=a("84f2"),d=a("41a0"),u=a("7f20"),f=a("38fd"),p=a("2b4c")("iterator"),m=!([].keys&&"next"in[].keys()),v="@@iterator",w="keys",k="values",_=function(){return this};n.exports=function(x,D,A,W,F,V,P){d(A,D,W);var M=function(C){if(!m&&C in T)return T[C];switch(C){case w:return function(){return new A(this,C)};case k:return function(){return new A(this,C)}}return function(){return new A(this,C)}},et=D+" Iterator",ot=F==k,R=!1,T=x.prototype,g=T[p]||T[v]||F&&T[F],I=g||M(F),E=F?ot?M("entries"):I:void 0,j=D=="Array"&&T.entries||g,z,S,y;if(j&&(y=f(j.call(new x)),y!==Object.prototype&&y.next&&(u(y,et,!0),!s&&typeof y[p]!="function"&&c(y,p,_))),ot&&g&&g.name!==k&&(R=!0,I=function(){return g.call(this)}),(!s||P)&&(m||R||!T[p])&&c(T,p,I),h[D]=I,h[et]=_,F)if(z={values:ot?I:M(k),keys:V?I:M(w),entries:E},P)for(S in z)S in T||l(T,S,z[S]);else o(o.P+o.F*(m||R),D,z);return z}},"02f4":function(n,r,a){var s=a("4588"),o=a("be13");n.exports=function(l){return function(c,h){var d=String(o(c)),u=s(h),f=d.length,p,m;return u<0||u>=f?l?"":void 0:(p=d.charCodeAt(u),p<55296||p>56319||u+1===f||(m=d.charCodeAt(u+1))<56320||m>57343?l?d.charAt(u):p:l?d.slice(u,u+2):(p-55296<<10)+(m-56320)+65536)}}},"0390":function(n,r,a){var s=a("02f4")(!0);n.exports=function(o,l,c){return l+(c?s(o,l).length:1)}},"0bfb":function(n,r,a){var s=a("cb7c");n.exports=function(){var o=s(this),l="";return o.global&&(l+="g"),o.ignoreCase&&(l+="i"),o.multiline&&(l+="m"),o.unicode&&(l+="u"),o.sticky&&(l+="y"),l}},"0d58":function(n,r,a){var s=a("ce10"),o=a("e11e");n.exports=Object.keys||function(c){return s(c,o)}},1495:function(n,r,a){var s=a("86cc"),o=a("cb7c"),l=a("0d58");n.exports=a("9e1e")?Object.defineProperties:function(h,d){o(h);for(var u=l(d),f=u.length,p=0,m;f>p;)s.f(h,m=u[p++],d[m]);return h}},"214f":function(n,r,a){a("b0c5");var s=a("2aba"),o=a("32e9"),l=a("79e5"),c=a("be13"),h=a("2b4c"),d=a("520a"),u=h("species"),f=!l(function(){var m=/./;return m.exec=function(){var v=[];return v.groups={a:"7"},v},"".replace(m,"$<a>")!=="7"}),p=function(){var m=/(?:)/,v=m.exec;m.exec=function(){return v.apply(this,arguments)};var w="ab".split(m);return w.length===2&&w[0]==="a"&&w[1]==="b"}();n.exports=function(m,v,w){var k=h(m),_=!l(function(){var V={};return V[k]=function(){return 7},""[m](V)!=7}),x=_?!l(function(){var V=!1,P=/a/;return P.exec=function(){return V=!0,null},m==="split"&&(P.constructor={},P.constructor[u]=function(){return P}),P[k](""),!V}):void 0;if(!_||!x||m==="replace"&&!f||m==="split"&&!p){var D=/./[k],A=w(c,k,""[m],function(P,M,et,ot,R){return M.exec===d?_&&!R?{done:!0,value:D.call(M,et,ot)}:{done:!0,value:P.call(et,M,ot)}:{done:!1}}),W=A[0],F=A[1];s(String.prototype,m,W),o(RegExp.prototype,k,v==2?function(V,P){return F.call(V,this,P)}:function(V){return F.call(V,this)})}}},"230e":function(n,r,a){var s=a("d3f4"),o=a("7726").document,l=s(o)&&s(o.createElement);n.exports=function(c){return l?o.createElement(c):{}}},"23c6":function(n,r,a){var s=a("2d95"),o=a("2b4c")("toStringTag"),l=s(function(){return arguments}())=="Arguments",c=function(h,d){try{return h[d]}catch{}};n.exports=function(h){var d,u,f;return h===void 0?"Undefined":h===null?"Null":typeof(u=c(d=Object(h),o))=="string"?u:l?s(d):(f=s(d))=="Object"&&typeof d.callee=="function"?"Arguments":f}},2621:function(n,r){r.f=Object.getOwnPropertySymbols},"2aba":function(n,r,a){var s=a("7726"),o=a("32e9"),l=a("69a8"),c=a("ca5a")("src"),h=a("fa5b"),d="toString",u=(""+h).split(d);a("8378").inspectSource=function(f){return h.call(f)},(n.exports=function(f,p,m,v){var w=typeof m=="function";w&&(l(m,"name")||o(m,"name",p)),f[p]!==m&&(w&&(l(m,c)||o(m,c,f[p]?""+f[p]:u.join(String(p)))),f===s?f[p]=m:v?f[p]?f[p]=m:o(f,p,m):(delete f[p],o(f,p,m)))})(Function.prototype,d,function(){return typeof this=="function"&&this[c]||h.call(this)})},"2aeb":function(n,r,a){var s=a("cb7c"),o=a("1495"),l=a("e11e"),c=a("613b")("IE_PROTO"),h=function(){},d="prototype",u=function(){var f=a("230e")("iframe"),p=l.length,m="<",v=">",w;for(f.style.display="none",a("fab2").appendChild(f),f.src="javascript:",w=f.contentWindow.document,w.open(),w.write(m+"script"+v+"document.F=Object"+m+"/script"+v),w.close(),u=w.F;p--;)delete u[d][l[p]];return u()};n.exports=Object.create||function(p,m){var v;return p!==null?(h[d]=s(p),v=new h,h[d]=null,v[c]=p):v=u(),m===void 0?v:o(v,m)}},"2b4c":function(n,r,a){var s=a("5537")("wks"),o=a("ca5a"),l=a("7726").Symbol,c=typeof l=="function",h=n.exports=function(d){return s[d]||(s[d]=c&&l[d]||(c?l:o)("Symbol."+d))};h.store=s},"2d00":function(n,r){n.exports=!1},"2d95":function(n,r){var a={}.toString;n.exports=function(s){return a.call(s).slice(8,-1)}},"2fdb":function(n,r,a){var s=a("5ca1"),o=a("d2c8"),l="includes";s(s.P+s.F*a("5147")(l),"String",{includes:function(h){return!!~o(this,h,l).indexOf(h,arguments.length>1?arguments[1]:void 0)}})},"32e9":function(n,r,a){var s=a("86cc"),o=a("4630");n.exports=a("9e1e")?function(l,c,h){return s.f(l,c,o(1,h))}:function(l,c,h){return l[c]=h,l}},"38fd":function(n,r,a){var s=a("69a8"),o=a("4bf8"),l=a("613b")("IE_PROTO"),c=Object.prototype;n.exports=Object.getPrototypeOf||function(h){return h=o(h),s(h,l)?h[l]:typeof h.constructor=="function"&&h instanceof h.constructor?h.constructor.prototype:h instanceof Object?c:null}},"41a0":function(n,r,a){var s=a("2aeb"),o=a("4630"),l=a("7f20"),c={};a("32e9")(c,a("2b4c")("iterator"),function(){return this}),n.exports=function(h,d,u){h.prototype=s(c,{next:o(1,u)}),l(h,d+" Iterator")}},"456d":function(n,r,a){var s=a("4bf8"),o=a("0d58");a("5eda")("keys",function(){return function(c){return o(s(c))}})},4588:function(n,r){var a=Math.ceil,s=Math.floor;n.exports=function(o){return isNaN(o=+o)?0:(o>0?s:a)(o)}},4630:function(n,r){n.exports=function(a,s){return{enumerable:!(a&1),configurable:!(a&2),writable:!(a&4),value:s}}},"4bf8":function(n,r,a){var s=a("be13");n.exports=function(o){return Object(s(o))}},5147:function(n,r,a){var s=a("2b4c")("match");n.exports=function(o){var l=/./;try{"/./"[o](l)}catch{try{return l[s]=!1,!"/./"[o](l)}catch{}}return!0}},"520a":function(n,r,a){var s=a("0bfb"),o=RegExp.prototype.exec,l=String.prototype.replace,c=o,h="lastIndex",d=function(){var p=/a/,m=/b*/g;return o.call(p,"a"),o.call(m,"a"),p[h]!==0||m[h]!==0}(),u=/()??/.exec("")[1]!==void 0,f=d||u;f&&(c=function(m){var v=this,w,k,_,x;return u&&(k=new RegExp("^"+v.source+"$(?!\\s)",s.call(v))),d&&(w=v[h]),_=o.call(v,m),d&&_&&(v[h]=v.global?_.index+_[0].length:w),u&&_&&_.length>1&&l.call(_[0],k,function(){for(x=1;x<arguments.length-2;x++)arguments[x]===void 0&&(_[x]=void 0)}),_}),n.exports=c},"52a7":function(n,r){r.f={}.propertyIsEnumerable},5537:function(n,r,a){var s=a("8378"),o=a("7726"),l="__core-js_shared__",c=o[l]||(o[l]={});(n.exports=function(h,d){return c[h]||(c[h]=d!==void 0?d:{})})("versions",[]).push({version:s.version,mode:a("2d00")?"pure":"global",copyright:"\xA9 2019 Denis Pushkarev (zloirock.ru)"})},"5ca1":function(n,r,a){var s=a("7726"),o=a("8378"),l=a("32e9"),c=a("2aba"),h=a("9b43"),d="prototype",u=function(f,p,m){var v=f&u.F,w=f&u.G,k=f&u.S,_=f&u.P,x=f&u.B,D=w?s:k?s[p]||(s[p]={}):(s[p]||{})[d],A=w?o:o[p]||(o[p]={}),W=A[d]||(A[d]={}),F,V,P,M;w&&(m=p);for(F in m)V=!v&&D&&D[F]!==void 0,P=(V?D:m)[F],M=x&&V?h(P,s):_&&typeof P=="function"?h(Function.call,P):P,D&&c(D,F,P,f&u.U),A[F]!=P&&l(A,F,M),_&&W[F]!=P&&(W[F]=P)};s.core=o,u.F=1,u.G=2,u.S=4,u.P=8,u.B=16,u.W=32,u.U=64,u.R=128,n.exports=u},"5eda":function(n,r,a){var s=a("5ca1"),o=a("8378"),l=a("79e5");n.exports=function(c,h){var d=(o.Object||{})[c]||Object[c],u={};u[c]=h(d),s(s.S+s.F*l(function(){d(1)}),"Object",u)}},"5f1b":function(n,r,a){var s=a("23c6"),o=RegExp.prototype.exec;n.exports=function(l,c){var h=l.exec;if(typeof h=="function"){var d=h.call(l,c);if(typeof d!="object")throw new TypeError("RegExp exec method returned something other than an Object or null");return d}if(s(l)!=="RegExp")throw new TypeError("RegExp#exec called on incompatible receiver");return o.call(l,c)}},"613b":function(n,r,a){var s=a("5537")("keys"),o=a("ca5a");n.exports=function(l){return s[l]||(s[l]=o(l))}},"626a":function(n,r,a){var s=a("2d95");n.exports=Object("z").propertyIsEnumerable(0)?Object:function(o){return s(o)=="String"?o.split(""):Object(o)}},6762:function(n,r,a){var s=a("5ca1"),o=a("c366")(!0);s(s.P,"Array",{includes:function(c){return o(this,c,arguments.length>1?arguments[1]:void 0)}}),a("9c6c")("includes")},6821:function(n,r,a){var s=a("626a"),o=a("be13");n.exports=function(l){return s(o(l))}},"69a8":function(n,r){var a={}.hasOwnProperty;n.exports=function(s,o){return a.call(s,o)}},"6a99":function(n,r,a){var s=a("d3f4");n.exports=function(o,l){if(!s(o))return o;var c,h;if(l&&typeof(c=o.toString)=="function"&&!s(h=c.call(o))||typeof(c=o.valueOf)=="function"&&!s(h=c.call(o))||!l&&typeof(c=o.toString)=="function"&&!s(h=c.call(o)))return h;throw TypeError("Can't convert object to primitive value")}},7333:function(n,r,a){var s=a("0d58"),o=a("2621"),l=a("52a7"),c=a("4bf8"),h=a("626a"),d=Object.assign;n.exports=!d||a("79e5")(function(){var u={},f={},p=Symbol(),m="abcdefghijklmnopqrst";return u[p]=7,m.split("").forEach(function(v){f[v]=v}),d({},u)[p]!=7||Object.keys(d({},f)).join("")!=m})?function(f,p){for(var m=c(f),v=arguments.length,w=1,k=o.f,_=l.f;v>w;)for(var x=h(arguments[w++]),D=k?s(x).concat(k(x)):s(x),A=D.length,W=0,F;A>W;)_.call(x,F=D[W++])&&(m[F]=x[F]);return m}:d},7726:function(n,r){var a=n.exports=typeof window!="undefined"&&window.Math==Math?window:typeof self!="undefined"&&self.Math==Math?self:Function("return this")();typeof __g=="number"&&(__g=a)},"77f1":function(n,r,a){var s=a("4588"),o=Math.max,l=Math.min;n.exports=function(c,h){return c=s(c),c<0?o(c+h,0):l(c,h)}},"79e5":function(n,r){n.exports=function(a){try{return!!a()}catch{return!0}}},"7f20":function(n,r,a){var s=a("86cc").f,o=a("69a8"),l=a("2b4c")("toStringTag");n.exports=function(c,h,d){c&&!o(c=d?c:c.prototype,l)&&s(c,l,{configurable:!0,value:h})}},8378:function(n,r){var a=n.exports={version:"2.6.5"};typeof __e=="number"&&(__e=a)},"84f2":function(n,r){n.exports={}},"86cc":function(n,r,a){var s=a("cb7c"),o=a("c69a"),l=a("6a99"),c=Object.defineProperty;r.f=a("9e1e")?Object.defineProperty:function(d,u,f){if(s(d),u=l(u,!0),s(f),o)try{return c(d,u,f)}catch{}if("get"in f||"set"in f)throw TypeError("Accessors not supported!");return"value"in f&&(d[u]=f.value),d}},"9b43":function(n,r,a){var s=a("d8e8");n.exports=function(o,l,c){if(s(o),l===void 0)return o;switch(c){case 1:return function(h){return o.call(l,h)};case 2:return function(h,d){return o.call(l,h,d)};case 3:return function(h,d,u){return o.call(l,h,d,u)}}return function(){return o.apply(l,arguments)}}},"9c6c":function(n,r,a){var s=a("2b4c")("unscopables"),o=Array.prototype;o[s]==null&&a("32e9")(o,s,{}),n.exports=function(l){o[s][l]=!0}},"9def":function(n,r,a){var s=a("4588"),o=Math.min;n.exports=function(l){return l>0?o(s(l),9007199254740991):0}},"9e1e":function(n,r,a){n.exports=!a("79e5")(function(){return Object.defineProperty({},"a",{get:function(){return 7}}).a!=7})},a352:function(n,r){n.exports=i},a481:function(n,r,a){var s=a("cb7c"),o=a("4bf8"),l=a("9def"),c=a("4588"),h=a("0390"),d=a("5f1b"),u=Math.max,f=Math.min,p=Math.floor,m=/\$([$&`']|\d\d?|<[^>]*>)/g,v=/\$([$&`']|\d\d?)/g,w=function(k){return k===void 0?k:String(k)};a("214f")("replace",2,function(k,_,x,D){return[function(F,V){var P=k(this),M=F==null?void 0:F[_];return M!==void 0?M.call(F,P,V):x.call(String(P),F,V)},function(W,F){var V=D(x,W,this,F);if(V.done)return V.value;var P=s(W),M=String(this),et=typeof F=="function";et||(F=String(F));var ot=P.global;if(ot){var R=P.unicode;P.lastIndex=0}for(var T=[];;){var g=d(P,M);if(g===null||(T.push(g),!ot))break;var I=String(g[0]);I===""&&(P.lastIndex=h(M,l(P.lastIndex),R))}for(var E="",j=0,z=0;z<T.length;z++){g=T[z];for(var S=String(g[0]),y=u(f(c(g.index),M.length),0),C=[],B=1;B<g.length;B++)C.push(w(g[B]));var U=g.groups;if(et){var X=[S].concat(C,y,M);U!==void 0&&X.push(U);var Q=String(F.apply(void 0,X))}else Q=A(S,M,y,C,U,F);y>=j&&(E+=M.slice(j,y)+Q,j=y+S.length)}return E+M.slice(j)}];function A(W,F,V,P,M,et){var ot=V+W.length,R=P.length,T=v;return M!==void 0&&(M=o(M),T=m),x.call(et,T,function(g,I){var E;switch(I.charAt(0)){case"$":return"$";case"&":return W;case"`":return F.slice(0,V);case"'":return F.slice(ot);case"<":E=M[I.slice(1,-1)];break;default:var j=+I;if(j===0)return g;if(j>R){var z=p(j/10);return z===0?g:z<=R?P[z-1]===void 0?I.charAt(1):P[z-1]+I.charAt(1):g}E=P[j-1]}return E===void 0?"":E})}})},aae3:function(n,r,a){var s=a("d3f4"),o=a("2d95"),l=a("2b4c")("match");n.exports=function(c){var h;return s(c)&&((h=c[l])!==void 0?!!h:o(c)=="RegExp")}},ac6a:function(n,r,a){for(var s=a("cadf"),o=a("0d58"),l=a("2aba"),c=a("7726"),h=a("32e9"),d=a("84f2"),u=a("2b4c"),f=u("iterator"),p=u("toStringTag"),m=d.Array,v={CSSRuleList:!0,CSSStyleDeclaration:!1,CSSValueList:!1,ClientRectList:!1,DOMRectList:!1,DOMStringList:!1,DOMTokenList:!0,DataTransferItemList:!1,FileList:!1,HTMLAllCollection:!1,HTMLCollection:!1,HTMLFormElement:!1,HTMLSelectElement:!1,MediaList:!0,MimeTypeArray:!1,NamedNodeMap:!1,NodeList:!0,PaintRequestList:!1,Plugin:!1,PluginArray:!1,SVGLengthList:!1,SVGNumberList:!1,SVGPathSegList:!1,SVGPointList:!1,SVGStringList:!1,SVGTransformList:!1,SourceBufferList:!1,StyleSheetList:!0,TextTrackCueList:!1,TextTrackList:!1,TouchList:!1},w=o(v),k=0;k<w.length;k++){var _=w[k],x=v[_],D=c[_],A=D&&D.prototype,W;if(A&&(A[f]||h(A,f,m),A[p]||h(A,p,_),d[_]=m,x))for(W in s)A[W]||l(A,W,s[W],!0)}},b0c5:function(n,r,a){var s=a("520a");a("5ca1")({target:"RegExp",proto:!0,forced:s!==/./.exec},{exec:s})},be13:function(n,r){n.exports=function(a){if(a==null)throw TypeError("Can't call method on "+a);return a}},c366:function(n,r,a){var s=a("6821"),o=a("9def"),l=a("77f1");n.exports=function(c){return function(h,d,u){var f=s(h),p=o(f.length),m=l(u,p),v;if(c&&d!=d){for(;p>m;)if(v=f[m++],v!=v)return!0}else for(;p>m;m++)if((c||m in f)&&f[m]===d)return c||m||0;return!c&&-1}}},c649:function(n,r,a){(function(s){a.d(r,"c",function(){return f}),a.d(r,"a",function(){return d}),a.d(r,"b",function(){return l}),a.d(r,"d",function(){return u}),a("a481");function o(){return typeof window!="undefined"?window.console:s.console}var l=o();function c(p){var m=Object.create(null);return function(w){var k=m[w];return k||(m[w]=p(w))}}var h=/-(\w)/g,d=c(function(p){return p.replace(h,function(m,v){return v?v.toUpperCase():""})});function u(p){p.parentElement!==null&&p.parentElement.removeChild(p)}function f(p,m,v){var w=v===0?p.children[0]:p.children[v-1].nextSibling;p.insertBefore(m,w)}}).call(this,a("c8ba"))},c69a:function(n,r,a){n.exports=!a("9e1e")&&!a("79e5")(function(){return Object.defineProperty(a("230e")("div"),"a",{get:function(){return 7}}).a!=7})},c8ba:function(n,r){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch{typeof window=="object"&&(a=window)}n.exports=a},ca5a:function(n,r){var a=0,s=Math.random();n.exports=function(o){return"Symbol(".concat(o===void 0?"":o,")_",(++a+s).toString(36))}},cadf:function(n,r,a){var s=a("9c6c"),o=a("d53b"),l=a("84f2"),c=a("6821");n.exports=a("01f9")(Array,"Array",function(h,d){this._t=c(h),this._i=0,this._k=d},function(){var h=this._t,d=this._k,u=this._i++;return!h||u>=h.length?(this._t=void 0,o(1)):d=="keys"?o(0,u):d=="values"?o(0,h[u]):o(0,[u,h[u]])},"values"),l.Arguments=l.Array,s("keys"),s("values"),s("entries")},cb7c:function(n,r,a){var s=a("d3f4");n.exports=function(o){if(!s(o))throw TypeError(o+" is not an object!");return o}},ce10:function(n,r,a){var s=a("69a8"),o=a("6821"),l=a("c366")(!1),c=a("613b")("IE_PROTO");n.exports=function(h,d){var u=o(h),f=0,p=[],m;for(m in u)m!=c&&s(u,m)&&p.push(m);for(;d.length>f;)s(u,m=d[f++])&&(~l(p,m)||p.push(m));return p}},d2c8:function(n,r,a){var s=a("aae3"),o=a("be13");n.exports=function(l,c,h){if(s(c))throw TypeError("String#"+h+" doesn't accept regex!");return String(o(l))}},d3f4:function(n,r){n.exports=function(a){return typeof a=="object"?a!==null:typeof a=="function"}},d53b:function(n,r){n.exports=function(a,s){return{value:s,done:!!a}}},d8e8:function(n,r){n.exports=function(a){if(typeof a!="function")throw TypeError(a+" is not a function!");return a}},e11e:function(n,r){n.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},f559:function(n,r,a){var s=a("5ca1"),o=a("9def"),l=a("d2c8"),c="startsWith",h=""[c];s(s.P+s.F*a("5147")(c),"String",{startsWith:function(u){var f=l(this,u,c),p=o(Math.min(arguments.length>1?arguments[1]:void 0,f.length)),m=String(u);return h?h.call(f,m,p):f.slice(p,p+m.length)===m}})},f6fd:function(n,r){(function(a){var s="currentScript",o=a.getElementsByTagName("script");s in a||Object.defineProperty(a,s,{get:function(){try{throw new Error}catch(h){var l,c=(/.*at [^\(]*\((.*):.+:.+\)$/ig.exec(h.stack)||[!1])[1];for(l in o)if(o[l].src==c||o[l].readyState=="interactive")return o[l];return null}}})})(document)},f751:function(n,r,a){var s=a("5ca1");s(s.S+s.F,"Object",{assign:a("7333")})},fa5b:function(n,r,a){n.exports=a("5537")("native-function-to-string",Function.toString)},fab2:function(n,r,a){var s=a("7726").document;n.exports=s&&s.documentElement},fb15:function(n,r,a){if(a.r(r),typeof window!="undefined"){a("f6fd");var s;(s=window.document.currentScript)&&(s=s.src.match(/(.+\/)[^/]+\.js(\?.*)?$/))&&(a.p=s[1])}a("f751"),a("f559"),a("ac6a"),a("cadf"),a("456d");function o(S){if(Array.isArray(S))return S}function l(S,y){if(!(typeof Symbol=="undefined"||!(Symbol.iterator in Object(S)))){var C=[],B=!0,U=!1,X=void 0;try{for(var Q=S[Symbol.iterator](),ct;!(B=(ct=Q.next()).done)&&(C.push(ct.value),!(y&&C.length===y));B=!0);}catch(kt){U=!0,X=kt}finally{try{!B&&Q.return!=null&&Q.return()}finally{if(U)throw X}}return C}}function c(S,y){(y==null||y>S.length)&&(y=S.length);for(var C=0,B=new Array(y);C<y;C++)B[C]=S[C];return B}function h(S,y){if(!!S){if(typeof S=="string")return c(S,y);var C=Object.prototype.toString.call(S).slice(8,-1);if(C==="Object"&&S.constructor&&(C=S.constructor.name),C==="Map"||C==="Set")return Array.from(S);if(C==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(C))return c(S,y)}}function d(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
19
19
  In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function u(S,y){return o(S)||l(S,y)||h(S,y)||d()}a("6762"),a("2fdb");function f(S){if(Array.isArray(S))return c(S)}function p(S){if(typeof Symbol!="undefined"&&Symbol.iterator in Object(S))return Array.from(S)}function m(){throw new TypeError(`Invalid attempt to spread non-iterable instance.
20
- In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v(S){return f(S)||p(S)||h(S)||m()}var w=a("a352"),k=a.n(w),_=a("c649");function x(S,y,C){return C===void 0||(S=S||{},S[y]=C),S}function D(S,y){return S.map(function(C){return C.elm}).indexOf(y)}function A(S,y,C,B){if(!S)return[];var U=S.map(function(ct){return ct.elm}),X=y.length-B,Q=v(y).map(function(ct,kt){return kt>=X?U.length:U.indexOf(ct)});return C?Q.filter(function(ct){return ct!==-1}):Q}function W(S,y){var C=this;this.$nextTick(function(){return C.$emit(S.toLowerCase(),y)})}function F(S){var y=this;return function(C){y.realList!==null&&y["onDrag"+S](C),W.call(y,S,C)}}function V(S){return["transition-group","TransitionGroup"].includes(S)}function P(S){if(!S||S.length!==1)return!1;var y=u(S,1),C=y[0].componentOptions;return C?V(C.tag):!1}function M(S,y,C){return S[C]||(y[C]?y[C]():void 0)}function et(S,y,C){var B=0,U=0,X=M(y,C,"header");X&&(B=X.length,S=S?[].concat(v(X),v(S)):v(X));var Q=M(y,C,"footer");return Q&&(U=Q.length,S=S?[].concat(v(S),v(Q)):v(Q)),{children:S,headerOffset:B,footerOffset:U}}function ot(S,y){var C=null,B=function(xt,Me){C=x(C,xt,Me)},U=Object.keys(S).filter(function(kt){return kt==="id"||kt.startsWith("data-")}).reduce(function(kt,xt){return kt[xt]=S[xt],kt},{});if(B("attrs",U),!y)return C;var X=y.on,Q=y.props,ct=y.attrs;return B("on",X),B("props",Q),Object.assign(C.attrs,ct),C}var R=["Start","Add","Remove","Update","End"],T=["Choose","Unchoose","Sort","Filter","Clone"],g=["Move"].concat(R,T).map(function(S){return"on"+S}),I=null,E={options:Object,list:{type:Array,required:!1,default:null},value:{type:Array,required:!1,default:null},noTransitionOnDrag:{type:Boolean,default:!1},clone:{type:Function,default:function(y){return y}},element:{type:String,default:"div"},tag:{type:String,default:null},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},j={name:"draggable",inheritAttrs:!1,props:E,data:function(){return{transitionMode:!1,noneFunctionalComponentMode:!1}},render:function(y){var C=this.$slots.default;this.transitionMode=P(C);var B=et(C,this.$slots,this.$scopedSlots),U=B.children,X=B.headerOffset,Q=B.footerOffset;this.headerOffset=X,this.footerOffset=Q;var ct=ot(this.$attrs,this.componentData);return y(this.getTag(),ct,U)},created:function(){this.list!==null&&this.value!==null&&_.b.error("Value and list props are mutually exclusive! Please set one or another."),this.element!=="div"&&_.b.warn("Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props"),this.options!==void 0&&_.b.warn("Options props is deprecated, add sortable options directly as vue.draggable item, or use v-bind. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props")},mounted:function(){var y=this;if(this.noneFunctionalComponentMode=this.getTag().toLowerCase()!==this.$el.nodeName.toLowerCase()&&!this.getIsFunctional(),this.noneFunctionalComponentMode&&this.transitionMode)throw new Error("Transition-group inside component is not supported. Please alter tag value or remove transition-group. Current tag value: ".concat(this.getTag()));var C={};R.forEach(function(X){C["on"+X]=F.call(y,X)}),T.forEach(function(X){C["on"+X]=W.bind(y,X)});var B=Object.keys(this.$attrs).reduce(function(X,Q){return X[Object(_.a)(Q)]=y.$attrs[Q],X},{}),U=Object.assign({},this.options,B,C,{onMove:function(Q,ct){return y.onDragMove(Q,ct)}});!("draggable"in U)&&(U.draggable=">*"),this._sortable=new k.a(this.rootContainer,U),this.computeIndexes()},beforeDestroy:function(){this._sortable!==void 0&&this._sortable.destroy()},computed:{rootContainer:function(){return this.transitionMode?this.$el.children[0]:this.$el},realList:function(){return this.list?this.list:this.value}},watch:{options:{handler:function(y){this.updateOptions(y)},deep:!0},$attrs:{handler:function(y){this.updateOptions(y)},deep:!0},realList:function(){this.computeIndexes()}},methods:{getIsFunctional:function(){var y=this._vnode.fnOptions;return y&&y.functional},getTag:function(){return this.tag||this.element},updateOptions:function(y){for(var C in y){var B=Object(_.a)(C);g.indexOf(B)===-1&&this._sortable.option(B,y[C])}},getChildrenNodes:function(){if(this.noneFunctionalComponentMode)return this.$children[0].$slots.default;var y=this.$slots.default;return this.transitionMode?y[0].child.$slots.default:y},computeIndexes:function(){var y=this;this.$nextTick(function(){y.visibleIndexes=A(y.getChildrenNodes(),y.rootContainer.children,y.transitionMode,y.footerOffset)})},getUnderlyingVm:function(y){var C=D(this.getChildrenNodes()||[],y);if(C===-1)return null;var B=this.realList[C];return{index:C,element:B}},getUnderlyingPotencialDraggableComponent:function(y){var C=y.__vue__;return!C||!C.$options||!V(C.$options._componentTag)?!("realList"in C)&&C.$children.length===1&&"realList"in C.$children[0]?C.$children[0]:C:C.$parent},emitChanges:function(y){var C=this;this.$nextTick(function(){C.$emit("change",y)})},alterList:function(y){if(this.list){y(this.list);return}var C=v(this.value);y(C),this.$emit("input",C)},spliceList:function(){var y=arguments,C=function(U){return U.splice.apply(U,v(y))};this.alterList(C)},updatePosition:function(y,C){var B=function(X){return X.splice(C,0,X.splice(y,1)[0])};this.alterList(B)},getRelatedContextFromMoveEvent:function(y){var C=y.to,B=y.related,U=this.getUnderlyingPotencialDraggableComponent(C);if(!U)return{component:U};var X=U.realList,Q={list:X,component:U};if(C!==B&&X&&U.getUnderlyingVm){var ct=U.getUnderlyingVm(B);if(ct)return Object.assign(ct,Q)}return Q},getVmIndex:function(y){var C=this.visibleIndexes,B=C.length;return y>B-1?B:C[y]},getComponent:function(){return this.$slots.default[0].componentInstance},resetTransitionData:function(y){if(!(!this.noTransitionOnDrag||!this.transitionMode)){var C=this.getChildrenNodes();C[y].data=null;var B=this.getComponent();B.children=[],B.kept=void 0}},onDragStart:function(y){this.context=this.getUnderlyingVm(y.item),y.item._underlying_vm_=this.clone(this.context.element),I=y.item},onDragAdd:function(y){var C=y.item._underlying_vm_;if(C!==void 0){Object(_.d)(y.item);var B=this.getVmIndex(y.newIndex);this.spliceList(B,0,C),this.computeIndexes();var U={element:C,newIndex:B};this.emitChanges({added:U})}},onDragRemove:function(y){if(Object(_.c)(this.rootContainer,y.item,y.oldIndex),y.pullMode==="clone"){Object(_.d)(y.clone);return}var C=this.context.index;this.spliceList(C,1);var B={element:this.context.element,oldIndex:C};this.resetTransitionData(C),this.emitChanges({removed:B})},onDragUpdate:function(y){Object(_.d)(y.item),Object(_.c)(y.from,y.item,y.oldIndex);var C=this.context.index,B=this.getVmIndex(y.newIndex);this.updatePosition(C,B);var U={element:this.context.element,oldIndex:C,newIndex:B};this.emitChanges({moved:U})},updateProperty:function(y,C){y.hasOwnProperty(C)&&(y[C]+=this.headerOffset)},computeFutureIndex:function(y,C){if(!y.element)return 0;var B=v(C.to.children).filter(function(ct){return ct.style.display!=="none"}),U=B.indexOf(C.related),X=y.component.getVmIndex(U),Q=B.indexOf(I)!==-1;return Q||!C.willInsertAfter?X:X+1},onDragMove:function(y,C){var B=this.move;if(!B||!this.realList)return!0;var U=this.getRelatedContextFromMoveEvent(y),X=this.context,Q=this.computeFutureIndex(U,y);Object.assign(X,{futureIndex:Q});var ct=Object.assign({},y,{relatedContext:U,draggedContext:X});return B(ct,C)},onDragEnd:function(){this.computeIndexes(),I=null}}};typeof window!="undefined"&&"Vue"in window&&window.Vue.component("draggable",j);var z=j;r.default=z}}).default})})(Od);var bx=hp(Od.exports),Sx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"height100"},[i("van-sticky",[i("van-nav-bar",{attrs:{placeholder:!0,"safe-area-inset-top":!0,title:e.title}})],1),i("div",{staticClass:"app-page"},[i("van-sticky",{staticClass:"myapp-sticky",attrs:{"offset-top":48}},[i("div",{ref:"myapp",staticClass:"myapp",style:{width:"-webkit-fill-available"}},[i("div",{staticClass:"ind-panel"},[i("div",[i("div",{staticClass:"ind-panel-title"},[e._v(" \u6211\u7684\u5E94\u7528 "),i("van-button",{staticClass:"edit-btn",attrs:{size:"small",type:"info",text:this.editButtonName},on:{click:e.toggleEdit}})],1)]),i("draggable",{staticClass:"wrapper",attrs:{options:{disabled:e.disableDraggable}},model:{value:e.my_apps,callback:function(n){e.my_apps=n},expression:"my_apps"}},[i("transition-group",{staticClass:"my-app-list",staticStyle:{display:"flex","flex-wrap":"wrap"}},e._l(e.my_apps,function(n,r){return i("apps-item",{key:r,staticClass:"item",staticStyle:{width:"25%",padding:"16px 8px","box-sizing":"border-box"},attrs:{item:n,state:n.state,editStatus:e.currentEditStatus=="on"?"minus":"off"},on:{touchend:e.rmFromMyAppsClick}})}),1)],1)],1)])]),i("van-tabs",{attrs:{color:"#488aff",scrollspy:"",sticky:"","offset-top":e.offsetTop},model:{value:e.active,callback:function(n){e.active=n},expression:"active"}},e._l(e.apps_menus,function(n,r){return i("van-tab",{key:"tab"+r,staticClass:"ind-panel",attrs:{title:n.meta.title}},[i("div",{staticClass:"ind-panel-title"},[e._v(e._s(n.meta.title))]),i("van-grid",{attrs:{border:!1,clickable:"",gutter:0,"column-num":4}},e._l(n.children,function(a){return i("van-grid-item",{key:a.meta.permissionId,staticClass:"menu"},[i("apps-item",{attrs:{item:a,state:a.state,title:a.meta.title,editStatus:e.currentEditStatus=="on"?"plus":"off"},on:{touchend:e.addToMyAppsClick}})],1)}),1)],1)}),1),i("tabbar")],1)],1)},Cx=[];const xx={components:{tabbar:Ai,MyApps:Vs,appsItem:Ni,Draggable:bx},name:"IndMApps",data(){return{active:0,name:"apps",apps_menus:[],my_apps:[],title:"",currentEditStatus:"off",userAppTip:"\u70B9\u51FB\u7F16\u8F91\u6DFB\u52A0\u6211\u7684\u5E94\u7528",editButtonName:"\u7F16\u8F91",editClass:"",rmFromMyAppsClick:this.routeTo,addToMyAppsClick:this.routeTo,offsetTop:"246px",maxApps:8}},watch:{currentEditStatus(e){switch(e){case"on":{this.userAppTip="\u62D6\u62FD\u53EF\u4EE5\u6392\u5E8F",this.editButtonName="\u5B8C\u6210",this.editClass="editing",this.rmFromMyAppsClick=this.rmFromMyApps,this.addToMyAppsClick=this.addToMyApps,this.disableDraggable=!1;break}case"off":{this.userAppTip="\u70B9\u51FB\u7F16\u8F91\u6DFB\u52A0\u6211\u7684\u5E94\u7528",this.editButtonName="\u7F16\u8F91",this.editClass="",this.rmFromMyAppsClick=this.routeTo,this.addToMyAppsClick=this.routeTo,this.saveMyApps(),this.disableDraggable=!0;break}}},my_apps(){setTimeout(()=>{this.offsetTop=this.$refs.myapp.clientHeight+48},200)}},updated(){this.$store.commit("setMyAppsList",this.my_apps)},mounted(){var i;this.my_apps=this.$store.getters.getMyAppsList;let e=this.$store.getters.getMenuTreeList;((i=this.$config)==null?void 0:i.mainType)=="singleApp"&&(e=e.find(r=>{var a;return r.extendProps&&((a=JSON.parse(r.extendProps))==null?void 0:a.mainMobile)=="1"}).children);let t=e.filter(n=>n.name===this.name);this.apps_menus=t[0].children,this.title=t[0].meta.title,this.processState(this.my_apps,t),console.log(this.apps_menus),setTimeout(()=>{this.offsetTop=this.$refs.myapp.clientHeight+48+10},100)},methods:{routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})},toggleEdit(){switch(this.currentEditStatus){case"on":{this.currentEditStatus="off";break}case"off":{this.currentEditStatus="on";break}}},saveMyApps(){ft.confirm({title:"\u63D0\u793A",message:"\u662F\u5426\u4FDD\u5B58"}).then(()=>{this.$store.commit("setMyAppsList",this.my_apps)}).catch(()=>{})},processState(e,t){return t.forEach(i=>{let n=!1;for(let r of e){if(r.meta.permissionId===i.meta.permissionId){n=!0,i.state=!1,r.meta.icon=i.meta.icon;break}r.state=!0}n||(i.state=!0),i.children&&this.processState(e,i.children)}),t},addToMyApps(e){if(this.my_apps.length==this.maxApps){St("\u9996\u9875\u6700\u591A\u6DFB\u52A0"+this.maxApps+"\u4E2A\u5E94\u7528!");return}if(this.my_apps.length!==0)for(var t=0;t<this.my_apps.length;t++)if(this.my_apps.find(i=>i.meta.permissionId===e.meta.permissionId)){console.log("\u5B58\u5728");break}else{console.log(this.findMenu(this.apps_menus,e,!1)),console.log("\u4E0D\u5B58\u5728"),this.my_apps.push(this.findMenu(this.apps_menus,e,!1));break}else this.my_apps.push(this.findMenu(this.apps_menus,e,!1))},rmFromMyApps(e){for(var t=0;t<this.my_apps.length;t++)if(this.my_apps[t].meta.permissionId===e.meta.permissionId){this.my_apps.splice(t,1);break}this.findMenu(this.apps_menus,e,!0)},findMenu(e,t,i){for(var n=0;n<e.length;n++){if(e[n].children){let r=this.findMenu(e[n].children,t,i);if(r)return r}if(e[n].meta.permissionId===t.meta.permissionId)return e[n].state=i,e[n]}return!1}}},Qd={};var $x=at(xx,Sx,Cx,!1,kx,null,null,null);function kx(e){for(let t in Qd)this[t]=Qd[t]}var oo=function(){return $x.exports}(),Tx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"app"},[i("van-sticky",[i("van-nav-bar",{attrs:{title:e.title,"right-text":"\u4FDD\u5B58","left-arrow":""},on:{"click-left":e.back,"click-right":e.save}})],1),i("div",{staticClass:"ind-panel"},[i("div",[i("div",{staticClass:"ind-panel-title"},[e._v(e._s(e.title))])]),i("van-grid",{attrs:{border:!1}},e._l(e.myAppList,function(n){return i("van-grid-item",{key:n.meta.permissionId,on:{click:function(r){return e.rmFromMyApps(n)}}},[i("div",{staticStyle:{height:"100%"}},[i("van-badge",{attrs:{color:"#999"},scopedSlots:e._u([{key:"content",fn:function(){return[i("van-icon",{staticStyle:{"line-height":"1.5"},attrs:{name:"minus"}})]},proxy:!0}],null,!0)},[i("div",{staticStyle:{"text-align":"center"}},[i("van-image",{attrs:{with:"3rem",height:"3rem",fit:"cover",src:"https://img01.yzcdn.cn/vant/cat.jpeg"}})],1)]),i("div",{staticStyle:{"text-align":"center"}},[i("div",[e._v(e._s(n.meta.title))])])],1)])}),1)],1),i("van-tabs",{attrs:{scrollspy:"",sticky:""},model:{value:e.active,callback:function(n){e.active=n},expression:"active"}},e._l(e.apps_menus,function(n,r){return i("van-tab",{key:"tab"+r,staticClass:"ind-panel",attrs:{title:n.meta.title}},[i("div",{staticClass:"ind-panel-title"},[e._v(e._s(n.meta.title))]),i("van-grid",{attrs:{border:!1,clickable:"",gutter:10,"column-num":4}},e._l(n.children,function(a){return i("van-grid-item",{key:a.meta.permissionId,on:{click:function(s){return e.addToMyApps(a)}}},[a.state?i("div",{staticStyle:{height:"100%"}},[i("van-badge",{attrs:{color:"#999"},scopedSlots:e._u([{key:"content",fn:function(){return[i("van-icon",{staticStyle:{"line-height":"1.5"},attrs:{name:"plus"}})]},proxy:!0}],null,!0)},[i("div",{staticStyle:{"text-align":"center"}},[i("van-image",{attrs:{with:"3rem",height:"3rem",fit:"cover",src:"https://img01.yzcdn.cn/vant/cat.jpeg"}})],1)]),i("div",{staticStyle:{"text-align":"center"}},[i("div",[e._v(e._s(a.meta.title))])])],1):i("div",{staticStyle:{height:"100%"}},[i("div",{staticStyle:{"text-align":"center"}},[i("van-image",{attrs:{with:"3rem",height:"3rem",fit:"cover",src:"https://img01.yzcdn.cn/vant/cat.jpeg"}})],1),i("div",{staticStyle:{"text-align":"center"}},[i("div",[e._v(e._s(a.meta.title))])])])])}),1)],1)}),1)],1)},Ix=[],ik="";const _x={name:"IndMAppsEdit",data(){return{myAppList:[],active:0,name:"apps",apps_menus:[],title:"\u5E94\u7528\u7BA1\u7406"}},mounted(){this.myAppList=this.$store.getters.getMyAppsList;let t=this.$store.getters.getMenuTreeList.filter(i=>i.name===this.name)[0].children;this.title=t[0].meta.title,this.mergeData(this.myAppList,t),this.apps_menus=t,console.log(t)},methods:{back(){this.$router.back()},save(){ft.confirm({title:"\u63D0\u793A",message:"\u662F\u5426\u4FDD\u5B58"}).then(()=>{this.$store.commit("setMyAppsList",this.myAppList),this.$router.back()}).catch(()=>{})},mergeData(e,t){return t.forEach(i=>{let n=!1;for(let r of e)if(r.meta.permissionId===i.meta.permissionId){n=!0,i.state=!1;break}n||(i.state=!0),i.children&&this.mergeData(e,i.children)}),t},addToMyApps(e){if(this.myAppList.length!==0)for(var t=0;t<this.myAppList.length;t++)if(this.myAppList.find(i=>i.meta.permissionId===e.meta.permissionId)){console.log("\u5B58\u5728");break}else{console.log(this.findMenu(this.apps_menus,e,!1)),console.log("\u4E0D\u5B58\u5728"),this.myAppList.push(this.findMenu(this.apps_menus,e,!1));break}else this.myAppList.push(this.findMenu(this.apps_menus,e,!1))},rmFromMyApps(e){for(var t=0;t<this.myAppList.length;t++)if(this.myAppList[t].meta.permissionId===e.meta.permissionId){this.myAppList.splice(t,1);break}this.findMenu(this.apps_menus,e,!0)},findMenu(e,t,i){for(var n=0;n<e.length;n++){if(e[n].children){let r=this.findMenu(e[n].children,t,i);if(r)return r}if(e[n].meta.permissionId===t.meta.permissionId)return e[n].state=i,e[n]}return!1}}},tf={};var Ex=at(_x,Tx,Ix,!1,Dx,"1cee7da5",null,null);function Dx(e){for(let t in tf)this[t]=tf[t]}var lo=function(){return Ex.exports}(),Ox=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-myApp-slim"},[i("div",{staticClass:"ind-myApp-slim-content"},[i("div",{staticClass:"ind-myApp-slim-content-title"},[e._v("\u6211\u7684\u5E94\u7528")]),i("div",{staticClass:"ind-myApp-slim-content-center",on:{click:e.open}},[e.expanded?e._e():i("div",{staticClass:"ind-myApp-slim-icon-group"},[e._l(e.displayedIcons,function(n,r){return i("div",{key:r,staticClass:"ind-myApp-slim-icon"},[i("img",{staticStyle:{height:"100%",width:"100%","border-radius":"50%"},attrs:{src:n.meta.icon,alt:n.meta.title}})])}),e.showMoreIcon?i("div",{staticClass:"ind-myApp-slim-icon"},[e._v(" "+e._s("...")+" ")]):e._e()],2),e.icons.length!==0?i("van-icon",{staticClass:"ind-myApp-slim-toggle-icon",class:{"ind-myApp-slim-rotate-down":e.expanded},attrs:{name:"arrow"}}):e._e()],1),i("div",{staticClass:"ind-myApp-slim-content-button"},[i("div",{staticClass:"ind-myApp-slim-content-button-btn",on:{click:e.edit}},[e._v("\u7F16\u8F91")])])]),e.expanded?i("div",{staticStyle:{width:"100%",height:"auto","background-color":"#fff"}},[i("van-swipe",{attrs:{"show-indicators":!0,loop:!1,"indicator-color":"#005aaf"}},e._l(e.list,function(n,r){return i("van-swipe-item",{key:r},[i("div",{style:{paddingBottom:e.list.length>1?"30px":"0"}},[i("div",{staticClass:"ind-myApp-slim-content-content"},e._l(n,function(a,s){return i("div",{key:s,staticClass:"ind-myApp-slim-content-content-item"},[i("apps-item",{attrs:{item:a,state:a.state,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),0)])])}),1)],1):e._e()])},Mx=[];const Lx={components:{appsItem:Ni},data(){return{}},props:{icons:{type:Array,default:()=>[]},list:{type:Array,default:()=>[]},expanded:{type:Boolean,default:!1}},computed:{getIcons(){return this.icons},displayedIcons(){return this.icons.slice(0,9)},showMoreIcon(){return this.icons.length>9},moreCount(){const e=this.icons.length-9;return e>99?"99":e}},methods:{edit(){this.$emit("edit")},open(){this.$emit("open")},routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})}}},ef={};var Ax=at(Lx,Ox,Mx,!1,Nx,null,null,null);function Nx(e){for(let t in ef)this[t]=ef[t]}var nf=function(){return Ax.exports}(),Px=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-m-app-center"},[i("van-sticky",[i("van-nav-bar",{attrs:{placeholder:!0,"safe-area-inset-top":!0,title:e.title}})],1),i("div",{staticClass:"ind-m-app-page"},[i("div",{staticClass:"ind-m-placeholder"},[i("van-search",{attrs:{placeholder:"\u641C\u7D22\u5E94\u7528"},on:{search:e.onSearch,clear:e.onClear},scopedSlots:e._u([{key:"left-icon",fn:function(){return[i("van-icon",{attrs:{name:"search"}})]},proxy:!0}]),model:{value:e.searchValue,callback:function(n){e.searchValue=n},expression:"searchValue"}})],1),i("van-popup",{staticStyle:{width:"80%",height:"50%"},attrs:{round:!0},model:{value:e.show,callback:function(n){e.show=n},expression:"show"}},[i("van-grid",{attrs:{"column-num":4}},e._l(e.searchApp,function(n,r){return i("van-grid-item",{key:r},[i("apps-item",{attrs:{item:n,state:n.state,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),1)],1),i("myapp",{attrs:{icons:e.myAppList,expanded:e.disMyapp,list:e.paginatedApps},on:{edit:e.edit,open:e.open}}),i("div",{staticClass:"customnnnmmmm-tabs-container"},[i("div",{staticClass:"customnnnmmmm-tabs-header-wrapper"},[i("div",{ref:"tabsHeader",staticClass:"customnnnmmmm-tabs-header"},e._l(e.apps_menus,function(n,r){return i("div",{key:"tab"+r,staticClass:"customnnnmmmm-tab-item",class:{active:e.active===r},on:{click:function(a){return e.handleTabClick(r)}}},[i("div",{staticClass:"customnnnmmmm-tab-item-top",class:{active:e.active===r}},[e._v(" "+e._s(n.meta.title)+" ")]),i("div",{staticClass:"customnnnmmmm-tab-item-bottom",class:{active:e.active===r}})])}),0)]),i("div",{staticClass:"ind-m-custom-tabs-content"},[i("div",{staticClass:"ind-m-custom-sidebar"},e._l(e.apps_menus[e.active]&&e.apps_menus[e.active].children||[],function(n,r){return i("div",{key:r,class:["ind-m-sidebar-item",{active:e.activeKey===r}],on:{click:function(a){return e.handleSidebarClick(r)}}},[i("span",{staticClass:"ind-m-sidebar-text"},[e._v(e._s(n.meta.title))])])}),0),i("div",{ref:"scrollContainer",staticClass:"ind-m-apps-container",staticStyle:{"padding-top":"0px","padding-bottom":"500px",height:"100%"}},e._l(e.apps_menus[e.active]&&e.apps_menus[e.active].children||[],function(n,r){return i("div",{key:r,staticClass:"ind-m-menu-section",attrs:{id:"section-"+e.active+"-"+r,"data-index":r}},[i("div",{staticClass:"ind-m-divider-container"},[i("van-divider",{staticClass:"ind-m-custom-divider"},[e._v(" "+e._s(n.meta.title)+" ")])],1),i("div",{staticClass:"ind-m-menu-section-content"},e._l((((e.apps_menus[e.active]||{}).children||[])[r]||{}).children||[],function(a,s){return i("div",{key:"level3-"+s,class:["ind-m-app-item-wrapper",{"full-width":a.children}]},[a.children?e._e():i("apps-item",{attrs:{item:a,state:a.state,title:a.meta.title,editStatus:"off"},on:{touchend:e.routeTo}}),a.children?i("div",{staticClass:"ind-m-category-header"},[i("div",{staticClass:"ind-m-category-indicator"}),i("div",{staticClass:"ind-m-category-title"},[e._v(e._s(a.meta.title))])]):e._e(),a.children?i("van-grid",{attrs:{border:!1,clickable:"",gutter:0,"column-num":3}},e._l(e.apps_menus[e.active]&&e.apps_menus[e.active].children[r]&&e.apps_menus[e.active].children[r].children[s]&&e.apps_menus[e.active].children[r].children[s].children||[],function(o){return i("van-grid-item",{key:o.meta.permissionId,staticClass:"menu"},[i("apps-item",{attrs:{item:o,state:o.state,title:o.meta.title,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),1):e._e()],1)}),0)])}),0)])]),i("tabbar")],1)],1)},Bx=[];const Fx={components:{tabbar:Ai,appsItem:Ni,myapp:nf},name:"IndMApps",data(){return{disMyapp:!1,activeTab:0,isHb:!1,show:!1,searchValue:"",activeKey:0,active:0,name:"appsNew",apps_menus:[],title:"",searchApp:[],tabActiveKeys:{},myAppList:[],scrollDebounceTimer:null,isManualScroll:!1,sectionPositions:[],resizeObserver:null}},watch:{active(e,t){this.$set(this.tabActiveKeys,t,this.activeKey),this.activeKey=this.tabActiveKeys[e]||0,this.$nextTick(()=>{const i=Array.isArray(this.$refs.scrollContainer)?this.$refs.scrollContainer[0]:this.$refs.scrollContainer;i&&(i.scrollTop=0)})}},mounted(){var i;this.myAppList=JSON.parse(sessionStorage.getItem("myAppsList")),this.isHb=location.pathname.includes("scyxweb");let e=this.$store.getters.getMenuTreeList;((i=this.$config)==null?void 0:i.mainType)=="singleApp"&&(e=e.find(r=>{var a;return r.extendProps&&((a=JSON.parse(r.extendProps))==null?void 0:a.mainMobile)=="1"}).children);let t=e.filter(n=>n.name===this.name);this.apps_menus=t[0].children,this.title=t[0].meta.title,this.appsMenusExtended(this.apps_menus),this.tabActiveKeys={},this.apps_menus.forEach((n,r)=>{this.$set(this.tabActiveKeys,r,0)}),this.initScrollHandler(),this.cacheSectionPositions(),this.setupResizeObserver()},beforeDestroy(){this.removeScrollHandler(),this.resizeObserver&&this.resizeObserver.disconnect()},methods:{edit(){this.$router.push({name:"myApp"})},open(){this.disMyapp=!this.disMyapp},initScrollHandler(){const e=this.getScrollContainer();e&&e.addEventListener("scroll",this.handleContainerScroll)},removeScrollHandler(){const e=this.getScrollContainer();e&&e.removeEventListener("scroll",this.handleContainerScroll)},getScrollContainer(){return Array.isArray(this.$refs.scrollContainer)?this.$refs.scrollContainer[0]:this.$refs.scrollContainer},cacheSectionPositions(){this.$nextTick(()=>{const e=this.getScrollContainer();if(!e)return;const t=Array.from(e.querySelectorAll(".ind-m-menu-section"));this.sectionPositions=t.map(i=>{const n=i.getBoundingClientRect(),r=e.getBoundingClientRect();return{id:i.id,top:n.top-r.top+e.scrollTop,bottom:n.bottom-r.top+e.scrollTop}})})},setupResizeObserver(){const e=this.getScrollContainer();!e||(this.resizeObserver=new ResizeObserver(()=>{this.cacheSectionPositions()}),this.resizeObserver.observe(e))},handleContainerScroll(){this.isManualScroll||(clearTimeout(this.scrollDebounceTimer),this.scrollDebounceTimer=setTimeout(()=>{this.updateActiveSection()},100))},updateActiveSection(){const e=this.getScrollContainer();if(!e||this.sectionPositions.length===0)return;const t=e.scrollTop,i=e.clientHeight,n=t+i;if(Math.abs(e.scrollHeight-n)<5){this.activeKey=this.sectionPositions.length-1,this.tabActiveKeys[this.active]=this.activeKey;return}const a=t+60;let s=0,o=1/0;this.sectionPositions.forEach((l,c)=>{const h=Math.abs(l.top-a);h<o&&(o=h,s=c)}),this.activeKey!==s&&(this.activeKey=s,this.tabActiveKeys[this.active]=s)},handleSidebarClick(e){this.activeKey!==e&&(this.isManualScroll=!0,this.activeKey=e,this.tabActiveKeys[this.active]=e,this.$nextTick(()=>{const t=this.getScrollContainer(),i=t.querySelector(`#section-${this.active}-${e}`);if(t&&i){const n=t.getBoundingClientRect(),a=i.getBoundingClientRect().top-n.top+t.scrollTop,s=10;t.scrollTo({top:a-s,behavior:"smooth"})}setTimeout(()=>{this.isManualScroll=!1},500)}))},handleTabClick(e){this.active!==e&&(this.active=e,this.$emit("tab-click",e),this.scrollTabIntoView(e))},scrollTabIntoView(e){this.$nextTick(()=>{const i=this.$refs.tabsHeader.children[e];i&&i.scrollIntoView({behavior:"smooth",block:"nearest",inline:"center"})})},onSearch(){if(!this.searchValue.trim()){this.show=!1,this.searchApp=[];return}const e=this.searchValue.toLowerCase().trim(),t=this.findObjectsWithoutChildren(this.apps_menus);this.searchApp=t.filter(i=>{var n,r;return(r=(n=i.meta)==null?void 0:n.title)==null?void 0:r.toLowerCase().includes(e)}),this.show=this.searchApp.length>0},onClear(){this.searchValue=""},findObjectsWithoutChildren(e){const t=[];function i(n){for(const r of n)(!r.children||r.children.length===0)&&t.push(r),r.children&&r.children.length>0&&i(r.children)}return i(e),t},routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})},appsMenusExtended(e,t=0){if(t>4)return;(Array.isArray(e)?e:[e]).forEach(n=>{!n||(n.type===2&&this.isHb&&this.completeNode(n),n.children&&n.children.length>0&&this.appsMenusExtended(n.children,t+1))})},completeNode(e){const t={...e,children:[]};e.children=[t],e.__processed=!0}},computed:{paginatedApps(){const e=this.myAppList,t=8,i=[];for(let n=0;n<e.length;n+=t)i.push(e.slice(n,n+t));return i}}},rf={};var Rx=at(Fx,Px,Bx,!1,Vx,null,null,null);function Vx(e){for(let t in rf)this[t]=rf[t]}var jx=function(){return Rx.exports}(),zx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-m-app-center"},[i("van-sticky",[i("van-nav-bar",{attrs:{placeholder:!0,"safe-area-inset-top":!0,title:e.title}})],1),i("div",{staticClass:"ind-m-app-page"},[i("div",{staticClass:"ind-m-placeholder"},[i("van-search",{attrs:{placeholder:"\u641C\u7D22\u5E94\u7528"},on:{search:e.onSearch,clear:e.onClear},scopedSlots:e._u([{key:"left-icon",fn:function(){return[i("van-icon",{attrs:{name:"search"}})]},proxy:!0}]),model:{value:e.searchValue,callback:function(n){e.searchValue=n},expression:"searchValue"}})],1),i("van-popup",{staticStyle:{width:"80%",height:"50%"},attrs:{round:!0},model:{value:e.show,callback:function(n){e.show=n},expression:"show"}},[i("van-grid",{attrs:{"column-num":4}},e._l(e.searchApp,function(n,r){return i("van-grid-item",{key:r},[i("apps-item",{attrs:{item:n,state:n.state,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),1)],1),i("myapp",{attrs:{icons:e.myAppList,expanded:e.disMyapp,list:e.paginatedApps},on:{edit:e.edit,open:e.open}}),i("div",[i("div",{staticClass:"customnnnmmmm-tabs-header-wrapper"},[i("div",{ref:"tabsHeader",staticClass:"customnnnmmmm-tabs-header"},e._l(e.titleList,function(n,r){return i("div",{key:"tab"+r,staticClass:"customnnnmmmm-tab-item",class:{active:e.active===r},on:{click:function(a){return e.handleTabClick(n,r)}}},[i("div",{staticClass:"customnnnmmmm-tab-item-top",class:{active:e.active===r}},[e._v(" "+e._s(n)+" ")]),i("div",{staticClass:"customnnnmmmm-tab-item-bottom",class:{active:e.active===r}})])}),0)]),i("div",{staticClass:"ind-my-app-container",style:{height:e.disMyapp?"calc(100vh - 500px)":"calc(100vh - 270px)"}},e._l(e.apps_menus,function(n,r){return i("div",{key:r,staticClass:"ind-my-app-container-square"},[i("div",{staticClass:"ind-my-app-container-square-title"},[e._v(e._s(n.meta.title))]),i("div",{style:{display:"flex",flexWrap:"wrap"},attrs:{"column-num":4,border:!1}},e._l(n.children,function(a){return i("div",{key:a.meta.permissionId,style:{width:"calc(100% / 5)",height:"100%",backgroundColor:"#fff",display:"flex",alignItems:"center",justifyContent:"center"}},[i("IndMappItem",{attrs:{item:a,state:a.state,title:a.meta.title,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),0)])}),0)]),i("tabbar")],1)],1)},Hx=[];function co(e){return e.map(t=>{const i=[];function n(r){r.children&&r.children.length>0?r.children.forEach(n):(r.path||r.uri)&&i.push(r)}return n(t),{...t,children:i.map(r=>({...r,children:void 0}))}})}const Ux={components:{tabbar:Ai,appsItem:Ni,myapp:nf},name:"IndMApps",data(){return{active:0,disMyapp:!1,isHb:!1,show:!1,searchValue:"",name:"appsNew",apps_menus:[],title:"",searchApp:[],myAppList:[],allApps_menus:[],titleList:[]}},mounted(){var r;this.myAppList=JSON.parse(sessionStorage.getItem("myAppsList")),this.isHb=location.pathname.includes("scyxweb");let e=this.$store.getters.getMenuTreeList;((r=this.$config)==null?void 0:r.mainType)=="singleApp"&&(e=e.find(s=>{var o;return s.extendProps&&((o=JSON.parse(s.extendProps))==null?void 0:o.mainMobile)=="1"}).children);let t=e.filter(a=>a.name===this.name),i=t[0].children.map(a=>a.meta.title);this.titleList=["\u5168\u90E8",...i];const n=t[0].children.reduce((a,s)=>(a[s.meta.title]=s,a),{});this.allApps_menus={\u5168\u90E8:t[0].children,...n},this.apps_menus=this.allApps_menus.\u5168\u90E8,this.apps_menus=co(this.apps_menus),this.title=t[0].meta.title},methods:{handleTabClick(e,t){this.active!==t&&(this.active=t,this.apps_menus=this.allApps_menus[e],e!=="\u5168\u90E8"?this.apps_menus=co(this.apps_menus.children):this.apps_menus=co(this.apps_menus),this.$emit("tab-click",t))},edit(){this.$router.push({name:"myApp"})},open(){this.disMyapp=!this.disMyapp,this.$nextTick(()=>{this.scrollToContent(this.active)})},onSearch(){if(!this.searchValue.trim()){this.show=!1,this.searchApp=[];return}const e=this.searchValue.toLowerCase().trim(),t=this.findObjectsWithoutChildren(this.apps_menus);this.searchApp=t.filter(i=>{var n,r;return(r=(n=i.meta)==null?void 0:n.title)==null?void 0:r.toLowerCase().includes(e)}),this.show=this.searchApp.length>0},onClear(){this.searchValue=""},findObjectsWithoutChildren(e){const t=[];function i(n){for(const r of n)(!r.children||r.children.length===0)&&t.push(r),r.children&&r.children.length>0&&i(r.children)}return i(e),t},routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})}},computed:{paginatedApps(){const e=this.myAppList,t=8,i=[];for(let n=0;n<e.length;n+=t)i.push(e.slice(n,n+t));return i}}},af={};var Kx=at(Ux,zx,Hx,!1,Wx,null,null,null);function Wx(e){for(let t in af)this[t]=af[t]}var Yx=function(){return Kx.exports}(),Xx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i(e.currentComponent,{tag:"component"})},qx=[];function sf(e,t=1){if(!e.children||e.children.length===0)return t;let i=t;for(const n of e.children){const r=sf(n,t+1);r>i&&(i=r)}return i}function Gx(e){let t=0;for(const i of e){const n=sf(i);n>t&&(t=n)}return t}const Jx={components:{aboveleveltwo:jx,leveltwo:Yx},data(){return{level:3,name:"appsNew",apps_menus:[],isHb:!1,depth:"4"}},methods:{appsMenusExtended(e,t=0){if(t>4)return;(Array.isArray(e)?e:[e]).forEach(n=>{!n||(n.type===2&&this.isHb&&this.completeNode(n),n.children&&n.children.length>0&&this.appsMenusExtended(n.children,t+1))})},completeNode(e){const t={...e,children:[]};e.children=[t],e.__processed=!0}},created(){var n;this.isHb=location.pathname.includes("scyxweb");let e=this.$store.getters.getMenuTreeList;((n=this.$config)==null?void 0:n.mainType)=="singleApp"&&(e=e.find(a=>{var s;return a.extendProps&&((s=JSON.parse(a.extendProps))==null?void 0:s.mainMobile)=="1"}).children);let t=e.filter(r=>r.name===this.name);this.apps_menus=t[0].children,this.title=t[0].meta.title,this.appsMenusExtended(this.apps_menus);const i=Gx(this.apps_menus);this.depth=i},computed:{currentComponent(){var e,t;if(this.level=((t=(e=this.$config)==null?void 0:e.systemDefaultConfig)==null?void 0:t.theLevel)||3,this.depth=this.depth||4,this.level==2&&this.depth>=2)return"leveltwo";if(this.level==3){if(this.depth<=2)return"leveltwo";if(this.depth>=3)return"aboveleveltwo"}return"aboveleveltwo"}}},of={};var Zx=at(Jx,Xx,qx,!1,Qx,null,null,null);function Qx(e){for(let t in of)this[t]=of[t]}var uo=function(){return Zx.exports}(),t1=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"custom-overlay",class:{show:e.loading},on:{click:function(n){n.stopPropagation()}}},[e.isFullScreenLoading&&e.loadingImageUrl(!0)?i("div",{staticClass:"ind-loading-wrapper-global"},[i("img",{staticStyle:{height:"100%",width:"100%"},attrs:{src:e.loadingImageUrl(!0),alt:""}}),i("div",{staticClass:"ind-loading-wrapper-text"},[e._v(" "+e._s(e.text||"\u7CFB\u7EDF\u52A0\u8F7D\u4E2D...")+" ")])]):!e.isFullScreenLoading&&e.loadingImageUrl(!1)?i("div",{staticClass:"ind-loading-wrapper-local"},[i("div",{staticClass:"ind-loading-block ind-vcenter"},[i("div",{staticClass:"ind-loading-block-center"},[i("img",{attrs:{src:e.loadingImageUrl(!1),alt:""}}),i("div",{staticClass:"ind-loading-block-text"},[e._v(e._s(e.text||"\u52A0\u8F7D\u4E2D..."))])])])]):e.loadingImageUrl(!1)?e._e():i("div",{staticClass:"ind-loading-wrapper-local"},[i("div",{staticClass:"ind-loading-block ind-vcenter"},[i("div",{staticClass:"ind-loading-block-center"},[i("div",{staticClass:"img-divv"},[i("van-loading")],1),i("div",{staticClass:"ind-loading-block-text"},[e._v(e._s(e.text||"\u52A0\u8F7D\u4E2D..."))])])])])])},e1=[];const i1={props:{loading:Boolean,isFullScreenLoading:{type:Boolean,default:!1},text:String},data(){return{}},methods:{loadingImageUrl(e){const t=e?"systemDefaultConfig.globalLoading":"systemDefaultConfig.localLoading",i=this.getSafeConfigValue(t);return i&&i.trim()!==""?`/user-manage-server/oss/file/get/${i}`:!1},getSafeConfigValue(e){if(!!this.$config)return e.split(".").reduce((t,i)=>t&&t[i]!==void 0?t[i]:void 0,this.$config)}}},lf={};var n1=at(i1,t1,e1,!1,r1,null,null,null);function r1(e){for(let t in lf)this[t]=lf[t]}var cf=function(){return n1.exports}(),a1=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"app-page"},[i("van-sticky",[i("van-nav-bar",{attrs:{fixed:!0,"left-arrow":"",placeholder:!0,"safe-area-inset-top":!0,title:"\u8BBE\u7F6E"},on:{"click-left":e.onClickLeft}})],1),i("van-cell-group",{attrs:{title:"\u8BBE\u7F6E"}},[i("van-cell",{attrs:{title:"vconsole\u8C03\u8BD5"}},[i("van-switch",{model:{value:e.vconsoleChecked,callback:function(n){e.vconsoleChecked=n},expression:"vconsoleChecked"}})],1),e.isHb?i("van-cell",{attrs:{title:"\u8FDC\u7A0B\u8C03\u8BD5"}},[i("van-switch",{model:{value:e.chiiChecked,callback:function(n){e.chiiChecked=n},expression:"chiiChecked"}})],1):e._e()],1)],1)},s1=[];const o1={data(){return{vconsoleChecked:!1,chiiChecked:!1,isHb:location.pathname.includes("scyxweb")}},watch:{vconsoleChecked:function(){if(this.vconsoleChecked){const e=document.createElement("script");e.src="vconsole.min.js",e.async=!0,document.getElementsByTagName("head")[0].appendChild(e),e.onload=function(){window.vConsole=new VConsole}}this.vconsoleChecked=!0},chiiChecked:function(){if(this.chiiChecked){const e=document.createElement("script");e.src="//dev.sunquan.tech/inspect/target.js",e.async=!0,document.getElementsByTagName("head")[0].appendChild(e)}this.chiiChecked=!0}},methods:{onClickLeft(){this.$router.back()}}},uf={};var l1=at(o1,a1,s1,!1,c1,null,null,null);function c1(e){for(let t in uf)this[t]=uf[t]}var ho=function(){return l1.exports}(),fo=Object.freeze(Object.defineProperty({__proto__:null,NotFound:Hi,ErrorContent:Jr,DatePicker:Vo,Form:Wo,LoadMore:Xo,User1:il,BasicLayout:rl,EmptyLayout:Ci,DetailView:ol,PageView:cl,PopupView:hl,QueryView:fl,Login:Fs,Search:bd,SelectPanel:wd,InputSelect:$d,SelectBtn:Td,User:Rs,Apps:oo,AppsEdit:lo,MyApps:Vs,AppsNew:uo,appItem:Ni,tabbar:Ai,LoadingPanel:cf,Setting:ho},Symbol.toStringTag,{value:"Module"})),hf={install(e,{config:t}={}){e.prototype.$config=b.default.merge({},e.prototype.$config||{},t||N.config)}},df={install(e,{router:t,store:i}){e.prototype.$backToMenu=function(){if(console.log("trigger $backToMenu"),this.$config.showMenus){const n=i.state.app.breadCrumbList;i.commit("closeTag",{$router:t,route:b.default.cloneDeep(b.default.find(i.state.app.tagNavList,{name:n[n.length-1].name})||{})}),t.push({name:n[n.length-2].name}).catch(()=>{})}else t.go(-1)}}},u1=Object.freeze(Object.defineProperty({__proto__:null,IndConfigPlugin:hf,IndRouterPlugin:df},Symbol.toStringTag,{value:"Module"}));const ff=function(e,t,i){const n=i.context;e.style.display="none";const r=t.value;(n.$store.state.app.permission[r]||r==="all")&&(e.style.display="")},pf={bind:ff,update:ff};var po=Object.freeze(Object.defineProperty({__proto__:null,permission:pf},Symbol.toStringTag,{value:"Module"}));const mf={name:je.rootRouteName,path:"/",redirect:"/home",component:Ci,meta:{hideInMenu:!0,notCache:!0},children:[{name:je.homeRouteName,path:"home",redirect:"/apps?t="+new Date().getTime(),meta:{hideInMenu:!0,title:"\u9996\u9875",icon:"md-home"}}]},h1={name:je.loginRouteName,path:"/login",meta:{title:"Login - \u767B\u5F55",hideInMenu:!0},component:Fs},d1={name:"user",path:"/user",component:Rs,meta:{hideInMenu:!0,notCache:!0}},f1={name:"setting",path:"/setting",component:ho,meta:{hideInMenu:!0,notCache:!0}},p1={name:"apps",path:"/apps",component:oo,meta:{hideInMenu:!0,notCache:!0}},m1={name:"appsNew",path:"/appsNew",component:uo,meta:{hideInMenu:!0,notCache:!0}},v1={name:"appsEdit",path:"/appsEdit",component:lo,meta:{hideInMenu:!0,notCache:!0}},g1={path:"/404",meta:{hideInMenu:!0},component:Hi};function y1({homeComponent:e,rootChildren:t}={}){const i=b.default.cloneDeep(mf);e&&(i.children[0].component=e),t&&t.length&&i.children.push(...t);let n=location.host.includes("localhost")?[h1]:[];return[i,...n,d1,f1,p1,v1,g1,m1]}function b1({rootChildren:e}={}){const t=b.default.cloneDeep(mf);return t.component=Ci,t.children=[],e&&e.length&&t.children.push(...e),[t]}const S1={EmptyLayout:{component:Ci},EmptyLayoutNotCache:{component:{...Ci,name:"IndEmptyLayoutNotCache"}}},Br={DIRECTORY:1,MENU:2,BUTTON:3,PAGE:4};function vf(e){return[Br.DIRECTORY,Br.MENU].includes(e)}function gf(e,t=[]){return e?t.filter(i=>{const n=(i==null?void 0:i.permissionValue)||"";return n.startsWith(e)||n.startsWith(`${N.config.routerBase}-${e}`)}):t}function mo({list:e,menuTree:t,pageNode:i,parentId:n,crumbs:r,root:a}){if(!e)return;let s=N.getSessionStorage("appInfo");e.forEach(o=>{const{permissionId:l,label:c,appId:h,pid:d,icon:u,type:f,uri:p,permissionValue:m,extendProps:v}=o;if(h!=s.appId)return;const w=m;let k=!1,_=!1;if(o&&o.extendProps)try{k=JSON.parse(o.extendProps).hideInIbp==="1"}catch{k=!1}try{if(o&&o.extension){const x=JSON.parse(o.extension);x.extendProps&&(typeof x.extendProps=="string"?JSON.parse(x.extendProps):x.extendProps).hideInMenu==1&&(_=!0)}}catch{_=!1}if(d===n&&!(k||_)){if(vf(f)){let x={type:f,name:w,pid:d,path:yf(p),uri:p,component:w,meta:{appId:h,permissionId:l,title:c,icon:u,crumbs:[...r],activeName:w},children:[],extendProps:v};x.meta.crumbs.push({icon:u,name:w,title:c,type:f}),Br.DIRECTORY===f&&(x.component="EmptyLayout"),mo({list:e,menuTree:x.children,pageNode:i,parentId:l,crumbs:x.meta.crumbs,root:!1}),x.children.length||delete x.children,t.push(x)}if(Br.PAGE===f){let x={type:f,name:w,pid:d,path:yf(p),uri:p,component:w,meta:{appId:h,permissionId:l,title:c,hideInMenu:!0,notCache:!0,crumbs:[...r],type:f}};x.meta.crumbs.push({icon:u,name:w,title:c,type:f}),i.children.push(x)}}})}function yf(e){return e?(e.startsWith("/")||(e=`/${e}`),e.includes("?")&&(e=e.split("?")[0]),e.includes(".")&&(e=e.split(".")[0]),e):""}function bf(e=[]){e=e.filter(i=>vf(i.type));const t=[];return mo({list:e,menuTree:t,pageNode:{children:[]},parentId:"0",crumbs:[],root:!0}),t}function C1(e=[]){const t=[],i={path:"/page",name:"page",meta:{hideInMenu:!0,notCache:!0},component:"EmptyLayoutNotCache",children:[]};return mo({list:e,menuTree:t,pageNode:i,parentId:"0",crumbs:[],root:!0}),i.children.length&&t.push(i),vo(t)}function vo(e=[]){for(let t of e)if(t.component){const i=S1[t.component];i?t.component=i.component:t.path?window.loadComponentHandler&&(t.component=window.loadComponentHandler(t.path,t.name)||Hi):(console.error(`\u627E\u4E0D\u5230\u7EC4\u4EF6\u5B9A\u4E49:${t.component},\u8BF7\u6392\u67E5\u8D44\u6E90\u8DEF\u5F84\u914D\u7F6E\u662F\u5426\u6B63\u786E`),t.component=Hi),t.children&&t.children.length>0&&vo(t.children)}return e}var go={exports:{}},Sf=function(t,i){return function(){for(var r=new Array(arguments.length),a=0;a<r.length;a++)r[a]=arguments[a];return t.apply(i,r)}},w1=Sf,gi=Object.prototype.toString;function yo(e){return gi.call(e)==="[object Array]"}function bo(e){return typeof e=="undefined"}function x1(e){return e!==null&&!bo(e)&&e.constructor!==null&&!bo(e.constructor)&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)}function $1(e){return gi.call(e)==="[object ArrayBuffer]"}function k1(e){return typeof FormData!="undefined"&&e instanceof FormData}function T1(e){var t;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&e.buffer instanceof ArrayBuffer,t}function I1(e){return typeof e=="string"}function _1(e){return typeof e=="number"}function Cf(e){return e!==null&&typeof e=="object"}function Fr(e){if(gi.call(e)!=="[object Object]")return!1;var t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}function E1(e){return gi.call(e)==="[object Date]"}function D1(e){return gi.call(e)==="[object File]"}function O1(e){return gi.call(e)==="[object Blob]"}function wf(e){return gi.call(e)==="[object Function]"}function M1(e){return Cf(e)&&wf(e.pipe)}function L1(e){return typeof URLSearchParams!="undefined"&&e instanceof URLSearchParams}function A1(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function N1(){return typeof navigator!="undefined"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window!="undefined"&&typeof document!="undefined"}function So(e,t){if(!(e===null||typeof e=="undefined"))if(typeof e!="object"&&(e=[e]),yo(e))for(var i=0,n=e.length;i<n;i++)t.call(null,e[i],i,e);else for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(null,e[r],r,e)}function Co(){var e={};function t(r,a){Fr(e[a])&&Fr(r)?e[a]=Co(e[a],r):Fr(r)?e[a]=Co({},r):yo(r)?e[a]=r.slice():e[a]=r}for(var i=0,n=arguments.length;i<n;i++)So(arguments[i],t);return e}function P1(e,t,i){return So(t,function(r,a){i&&typeof r=="function"?e[a]=w1(r,i):e[a]=r}),e}function B1(e){return e.charCodeAt(0)===65279&&(e=e.slice(1)),e}var Jt={isArray:yo,isArrayBuffer:$1,isBuffer:x1,isFormData:k1,isArrayBufferView:T1,isString:I1,isNumber:_1,isObject:Cf,isPlainObject:Fr,isUndefined:bo,isDate:E1,isFile:D1,isBlob:O1,isFunction:wf,isStream:M1,isURLSearchParams:L1,isStandardBrowserEnv:N1,forEach:So,merge:Co,extend:P1,trim:A1,stripBOM:B1},Vi=Jt;function xf(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var $f=function(t,i,n){if(!i)return t;var r;if(n)r=n(i);else if(Vi.isURLSearchParams(i))r=i.toString();else{var a=[];Vi.forEach(i,function(l,c){l===null||typeof l=="undefined"||(Vi.isArray(l)?c=c+"[]":l=[l],Vi.forEach(l,function(d){Vi.isDate(d)?d=d.toISOString():Vi.isObject(d)&&(d=JSON.stringify(d)),a.push(xf(c)+"="+xf(d))}))}),r=a.join("&")}if(r){var s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+r}return t},F1=Jt;function Rr(){this.handlers=[]}Rr.prototype.use=function(t,i,n){return this.handlers.push({fulfilled:t,rejected:i,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1},Rr.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},Rr.prototype.forEach=function(t){F1.forEach(this.handlers,function(n){n!==null&&t(n)})};var R1=Rr,V1=Jt,j1=function(t,i){V1.forEach(t,function(r,a){a!==i&&a.toUpperCase()===i.toUpperCase()&&(t[i]=r,delete t[a])})},kf=function(t,i,n,r,a){return t.config=i,n&&(t.code=n),t.request=r,t.response=a,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t},z1=kf,Tf=function(t,i,n,r,a){var s=new Error(t);return z1(s,i,n,r,a)},H1=Tf,U1=function(t,i,n){var r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):i(H1("Request failed with status code "+n.status,n.config,null,n.request,n))},Vr=Jt,K1=Vr.isStandardBrowserEnv()?function(){return{write:function(i,n,r,a,s,o){var l=[];l.push(i+"="+encodeURIComponent(n)),Vr.isNumber(r)&&l.push("expires="+new Date(r).toGMTString()),Vr.isString(a)&&l.push("path="+a),Vr.isString(s)&&l.push("domain="+s),o===!0&&l.push("secure"),document.cookie=l.join("; ")},read:function(i){var n=document.cookie.match(new RegExp("(^|;\\s*)("+i+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},remove:function(i){this.write(i,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),W1=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)},Y1=function(t,i){return i?t.replace(/\/+$/,"")+"/"+i.replace(/^\/+/,""):t},X1=W1,q1=Y1,G1=function(t,i){return t&&!X1(i)?q1(t,i):i},wo=Jt,J1=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"],Z1=function(t){var i={},n,r,a;return t&&wo.forEach(t.split(`
20
+ In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}function v(S){return f(S)||p(S)||h(S)||m()}var w=a("a352"),k=a.n(w),_=a("c649");function x(S,y,C){return C===void 0||(S=S||{},S[y]=C),S}function D(S,y){return S.map(function(C){return C.elm}).indexOf(y)}function A(S,y,C,B){if(!S)return[];var U=S.map(function(ct){return ct.elm}),X=y.length-B,Q=v(y).map(function(ct,kt){return kt>=X?U.length:U.indexOf(ct)});return C?Q.filter(function(ct){return ct!==-1}):Q}function W(S,y){var C=this;this.$nextTick(function(){return C.$emit(S.toLowerCase(),y)})}function F(S){var y=this;return function(C){y.realList!==null&&y["onDrag"+S](C),W.call(y,S,C)}}function V(S){return["transition-group","TransitionGroup"].includes(S)}function P(S){if(!S||S.length!==1)return!1;var y=u(S,1),C=y[0].componentOptions;return C?V(C.tag):!1}function M(S,y,C){return S[C]||(y[C]?y[C]():void 0)}function et(S,y,C){var B=0,U=0,X=M(y,C,"header");X&&(B=X.length,S=S?[].concat(v(X),v(S)):v(X));var Q=M(y,C,"footer");return Q&&(U=Q.length,S=S?[].concat(v(S),v(Q)):v(Q)),{children:S,headerOffset:B,footerOffset:U}}function ot(S,y){var C=null,B=function(xt,Me){C=x(C,xt,Me)},U=Object.keys(S).filter(function(kt){return kt==="id"||kt.startsWith("data-")}).reduce(function(kt,xt){return kt[xt]=S[xt],kt},{});if(B("attrs",U),!y)return C;var X=y.on,Q=y.props,ct=y.attrs;return B("on",X),B("props",Q),Object.assign(C.attrs,ct),C}var R=["Start","Add","Remove","Update","End"],T=["Choose","Unchoose","Sort","Filter","Clone"],g=["Move"].concat(R,T).map(function(S){return"on"+S}),I=null,E={options:Object,list:{type:Array,required:!1,default:null},value:{type:Array,required:!1,default:null},noTransitionOnDrag:{type:Boolean,default:!1},clone:{type:Function,default:function(y){return y}},element:{type:String,default:"div"},tag:{type:String,default:null},move:{type:Function,default:null},componentData:{type:Object,required:!1,default:null}},j={name:"draggable",inheritAttrs:!1,props:E,data:function(){return{transitionMode:!1,noneFunctionalComponentMode:!1}},render:function(y){var C=this.$slots.default;this.transitionMode=P(C);var B=et(C,this.$slots,this.$scopedSlots),U=B.children,X=B.headerOffset,Q=B.footerOffset;this.headerOffset=X,this.footerOffset=Q;var ct=ot(this.$attrs,this.componentData);return y(this.getTag(),ct,U)},created:function(){this.list!==null&&this.value!==null&&_.b.error("Value and list props are mutually exclusive! Please set one or another."),this.element!=="div"&&_.b.warn("Element props is deprecated please use tag props instead. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#element-props"),this.options!==void 0&&_.b.warn("Options props is deprecated, add sortable options directly as vue.draggable item, or use v-bind. See https://github.com/SortableJS/Vue.Draggable/blob/master/documentation/migrate.md#options-props")},mounted:function(){var y=this;if(this.noneFunctionalComponentMode=this.getTag().toLowerCase()!==this.$el.nodeName.toLowerCase()&&!this.getIsFunctional(),this.noneFunctionalComponentMode&&this.transitionMode)throw new Error("Transition-group inside component is not supported. Please alter tag value or remove transition-group. Current tag value: ".concat(this.getTag()));var C={};R.forEach(function(X){C["on"+X]=F.call(y,X)}),T.forEach(function(X){C["on"+X]=W.bind(y,X)});var B=Object.keys(this.$attrs).reduce(function(X,Q){return X[Object(_.a)(Q)]=y.$attrs[Q],X},{}),U=Object.assign({},this.options,B,C,{onMove:function(Q,ct){return y.onDragMove(Q,ct)}});!("draggable"in U)&&(U.draggable=">*"),this._sortable=new k.a(this.rootContainer,U),this.computeIndexes()},beforeDestroy:function(){this._sortable!==void 0&&this._sortable.destroy()},computed:{rootContainer:function(){return this.transitionMode?this.$el.children[0]:this.$el},realList:function(){return this.list?this.list:this.value}},watch:{options:{handler:function(y){this.updateOptions(y)},deep:!0},$attrs:{handler:function(y){this.updateOptions(y)},deep:!0},realList:function(){this.computeIndexes()}},methods:{getIsFunctional:function(){var y=this._vnode.fnOptions;return y&&y.functional},getTag:function(){return this.tag||this.element},updateOptions:function(y){for(var C in y){var B=Object(_.a)(C);g.indexOf(B)===-1&&this._sortable.option(B,y[C])}},getChildrenNodes:function(){if(this.noneFunctionalComponentMode)return this.$children[0].$slots.default;var y=this.$slots.default;return this.transitionMode?y[0].child.$slots.default:y},computeIndexes:function(){var y=this;this.$nextTick(function(){y.visibleIndexes=A(y.getChildrenNodes(),y.rootContainer.children,y.transitionMode,y.footerOffset)})},getUnderlyingVm:function(y){var C=D(this.getChildrenNodes()||[],y);if(C===-1)return null;var B=this.realList[C];return{index:C,element:B}},getUnderlyingPotencialDraggableComponent:function(y){var C=y.__vue__;return!C||!C.$options||!V(C.$options._componentTag)?!("realList"in C)&&C.$children.length===1&&"realList"in C.$children[0]?C.$children[0]:C:C.$parent},emitChanges:function(y){var C=this;this.$nextTick(function(){C.$emit("change",y)})},alterList:function(y){if(this.list){y(this.list);return}var C=v(this.value);y(C),this.$emit("input",C)},spliceList:function(){var y=arguments,C=function(U){return U.splice.apply(U,v(y))};this.alterList(C)},updatePosition:function(y,C){var B=function(X){return X.splice(C,0,X.splice(y,1)[0])};this.alterList(B)},getRelatedContextFromMoveEvent:function(y){var C=y.to,B=y.related,U=this.getUnderlyingPotencialDraggableComponent(C);if(!U)return{component:U};var X=U.realList,Q={list:X,component:U};if(C!==B&&X&&U.getUnderlyingVm){var ct=U.getUnderlyingVm(B);if(ct)return Object.assign(ct,Q)}return Q},getVmIndex:function(y){var C=this.visibleIndexes,B=C.length;return y>B-1?B:C[y]},getComponent:function(){return this.$slots.default[0].componentInstance},resetTransitionData:function(y){if(!(!this.noTransitionOnDrag||!this.transitionMode)){var C=this.getChildrenNodes();C[y].data=null;var B=this.getComponent();B.children=[],B.kept=void 0}},onDragStart:function(y){this.context=this.getUnderlyingVm(y.item),y.item._underlying_vm_=this.clone(this.context.element),I=y.item},onDragAdd:function(y){var C=y.item._underlying_vm_;if(C!==void 0){Object(_.d)(y.item);var B=this.getVmIndex(y.newIndex);this.spliceList(B,0,C),this.computeIndexes();var U={element:C,newIndex:B};this.emitChanges({added:U})}},onDragRemove:function(y){if(Object(_.c)(this.rootContainer,y.item,y.oldIndex),y.pullMode==="clone"){Object(_.d)(y.clone);return}var C=this.context.index;this.spliceList(C,1);var B={element:this.context.element,oldIndex:C};this.resetTransitionData(C),this.emitChanges({removed:B})},onDragUpdate:function(y){Object(_.d)(y.item),Object(_.c)(y.from,y.item,y.oldIndex);var C=this.context.index,B=this.getVmIndex(y.newIndex);this.updatePosition(C,B);var U={element:this.context.element,oldIndex:C,newIndex:B};this.emitChanges({moved:U})},updateProperty:function(y,C){y.hasOwnProperty(C)&&(y[C]+=this.headerOffset)},computeFutureIndex:function(y,C){if(!y.element)return 0;var B=v(C.to.children).filter(function(ct){return ct.style.display!=="none"}),U=B.indexOf(C.related),X=y.component.getVmIndex(U),Q=B.indexOf(I)!==-1;return Q||!C.willInsertAfter?X:X+1},onDragMove:function(y,C){var B=this.move;if(!B||!this.realList)return!0;var U=this.getRelatedContextFromMoveEvent(y),X=this.context,Q=this.computeFutureIndex(U,y);Object.assign(X,{futureIndex:Q});var ct=Object.assign({},y,{relatedContext:U,draggedContext:X});return B(ct,C)},onDragEnd:function(){this.computeIndexes(),I=null}}};typeof window!="undefined"&&"Vue"in window&&window.Vue.component("draggable",j);var z=j;r.default=z}}).default})})(Od);var bx=hp(Od.exports),Sx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"height100"},[i("van-sticky",[i("van-nav-bar",{attrs:{placeholder:!0,"safe-area-inset-top":!0,title:e.title}})],1),i("div",{staticClass:"app-page"},[i("van-sticky",{staticClass:"myapp-sticky",attrs:{"offset-top":48}},[i("div",{ref:"myapp",staticClass:"myapp",style:{width:"-webkit-fill-available"}},[i("div",{staticClass:"ind-panel"},[i("div",[i("div",{staticClass:"ind-panel-title"},[e._v(" \u6211\u7684\u5E94\u7528 "),i("van-button",{staticClass:"edit-btn",attrs:{size:"small",type:"info",text:this.editButtonName},on:{click:e.toggleEdit}})],1)]),i("draggable",{staticClass:"wrapper",attrs:{options:{disabled:e.disableDraggable}},model:{value:e.my_apps,callback:function(n){e.my_apps=n},expression:"my_apps"}},[i("transition-group",{staticClass:"my-app-list",staticStyle:{display:"flex","flex-wrap":"wrap"}},e._l(e.my_apps,function(n,r){return i("apps-item",{key:r,staticClass:"item",staticStyle:{width:"25%",padding:"16px 8px","box-sizing":"border-box"},attrs:{item:n,state:n.state,editStatus:e.currentEditStatus=="on"?"minus":"off"},on:{touchend:e.rmFromMyAppsClick}})}),1)],1)],1)])]),i("van-tabs",{attrs:{color:"#488aff",scrollspy:"",sticky:"","offset-top":e.offsetTop},model:{value:e.active,callback:function(n){e.active=n},expression:"active"}},e._l(e.apps_menus,function(n,r){return i("van-tab",{key:"tab"+r,staticClass:"ind-panel",attrs:{title:n.meta.title}},[i("div",{staticClass:"ind-panel-title"},[e._v(e._s(n.meta.title))]),i("van-grid",{attrs:{border:!1,clickable:"",gutter:0,"column-num":4}},e._l(n.children,function(a){return i("van-grid-item",{key:a.meta.permissionId,staticClass:"menu"},[i("apps-item",{attrs:{item:a,state:a.state,title:a.meta.title,editStatus:e.currentEditStatus=="on"?"plus":"off"},on:{touchend:e.addToMyAppsClick}})],1)}),1)],1)}),1),i("tabbar")],1)],1)},Cx=[];const xx={components:{tabbar:Ai,MyApps:Vs,appsItem:Ni,Draggable:bx},name:"IndMApps",data(){return{active:0,name:"apps",apps_menus:[],my_apps:[],title:"",currentEditStatus:"off",userAppTip:"\u70B9\u51FB\u7F16\u8F91\u6DFB\u52A0\u6211\u7684\u5E94\u7528",editButtonName:"\u7F16\u8F91",editClass:"",rmFromMyAppsClick:this.routeTo,addToMyAppsClick:this.routeTo,offsetTop:"246px",maxApps:8}},watch:{currentEditStatus(e){switch(e){case"on":{this.userAppTip="\u62D6\u62FD\u53EF\u4EE5\u6392\u5E8F",this.editButtonName="\u5B8C\u6210",this.editClass="editing",this.rmFromMyAppsClick=this.rmFromMyApps,this.addToMyAppsClick=this.addToMyApps,this.disableDraggable=!1;break}case"off":{this.userAppTip="\u70B9\u51FB\u7F16\u8F91\u6DFB\u52A0\u6211\u7684\u5E94\u7528",this.editButtonName="\u7F16\u8F91",this.editClass="",this.rmFromMyAppsClick=this.routeTo,this.addToMyAppsClick=this.routeTo,this.saveMyApps(),this.disableDraggable=!0;break}}},my_apps(){setTimeout(()=>{this.offsetTop=this.$refs.myapp.clientHeight+48},200)}},updated(){this.$store.commit("setMyAppsList",this.my_apps)},mounted(){var i;this.my_apps=this.$store.getters.getMyAppsList;let e=this.$store.getters.getMenuTreeList;((i=this.$config)==null?void 0:i.mainType)=="singleApp"&&(e=e.find(r=>{var a;return r.extendProps&&((a=JSON.parse(r.extendProps))==null?void 0:a.mainMobile)=="1"}).children);let t=e.filter(n=>n.name===this.name);this.apps_menus=t[0].children,this.title=t[0].meta.title,this.processState(this.my_apps,t),console.log(this.apps_menus),setTimeout(()=>{this.offsetTop=this.$refs.myapp.clientHeight+48+10},100)},methods:{routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})},toggleEdit(){switch(this.currentEditStatus){case"on":{this.currentEditStatus="off";break}case"off":{this.currentEditStatus="on";break}}},saveMyApps(){ft.confirm({title:"\u63D0\u793A",message:"\u662F\u5426\u4FDD\u5B58"}).then(()=>{this.$store.commit("setMyAppsList",this.my_apps)}).catch(()=>{})},processState(e,t){return t.forEach(i=>{let n=!1;for(let r of e){if(r.meta.permissionId===i.meta.permissionId){n=!0,i.state=!1,r.meta.icon=i.meta.icon;break}r.state=!0}n||(i.state=!0),i.children&&this.processState(e,i.children)}),t},addToMyApps(e){if(this.my_apps.length==this.maxApps){St("\u9996\u9875\u6700\u591A\u6DFB\u52A0"+this.maxApps+"\u4E2A\u5E94\u7528!");return}if(this.my_apps.length!==0)for(var t=0;t<this.my_apps.length;t++)if(this.my_apps.find(i=>i.meta.permissionId===e.meta.permissionId)){console.log("\u5B58\u5728");break}else{console.log(this.findMenu(this.apps_menus,e,!1)),console.log("\u4E0D\u5B58\u5728"),this.my_apps.push(this.findMenu(this.apps_menus,e,!1));break}else this.my_apps.push(this.findMenu(this.apps_menus,e,!1))},rmFromMyApps(e){for(var t=0;t<this.my_apps.length;t++)if(this.my_apps[t].meta.permissionId===e.meta.permissionId){this.my_apps.splice(t,1);break}this.findMenu(this.apps_menus,e,!0)},findMenu(e,t,i){for(var n=0;n<e.length;n++){if(e[n].children){let r=this.findMenu(e[n].children,t,i);if(r)return r}if(e[n].meta.permissionId===t.meta.permissionId)return e[n].state=i,e[n]}return!1}}},Qd={};var $x=at(xx,Sx,Cx,!1,kx,null,null,null);function kx(e){for(let t in Qd)this[t]=Qd[t]}var oo=function(){return $x.exports}(),Tx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"app"},[i("van-sticky",[i("van-nav-bar",{attrs:{title:e.title,"right-text":"\u4FDD\u5B58","left-arrow":""},on:{"click-left":e.back,"click-right":e.save}})],1),i("div",{staticClass:"ind-panel"},[i("div",[i("div",{staticClass:"ind-panel-title"},[e._v(e._s(e.title))])]),i("van-grid",{attrs:{border:!1}},e._l(e.myAppList,function(n){return i("van-grid-item",{key:n.meta.permissionId,on:{click:function(r){return e.rmFromMyApps(n)}}},[i("div",{staticStyle:{height:"100%"}},[i("van-badge",{attrs:{color:"#999"},scopedSlots:e._u([{key:"content",fn:function(){return[i("van-icon",{staticStyle:{"line-height":"1.5"},attrs:{name:"minus"}})]},proxy:!0}],null,!0)},[i("div",{staticStyle:{"text-align":"center"}},[i("van-image",{attrs:{with:"3rem",height:"3rem",fit:"cover",src:"https://img01.yzcdn.cn/vant/cat.jpeg"}})],1)]),i("div",{staticStyle:{"text-align":"center"}},[i("div",[e._v(e._s(n.meta.title))])])],1)])}),1)],1),i("van-tabs",{attrs:{scrollspy:"",sticky:""},model:{value:e.active,callback:function(n){e.active=n},expression:"active"}},e._l(e.apps_menus,function(n,r){return i("van-tab",{key:"tab"+r,staticClass:"ind-panel",attrs:{title:n.meta.title}},[i("div",{staticClass:"ind-panel-title"},[e._v(e._s(n.meta.title))]),i("van-grid",{attrs:{border:!1,clickable:"",gutter:10,"column-num":4}},e._l(n.children,function(a){return i("van-grid-item",{key:a.meta.permissionId,on:{click:function(s){return e.addToMyApps(a)}}},[a.state?i("div",{staticStyle:{height:"100%"}},[i("van-badge",{attrs:{color:"#999"},scopedSlots:e._u([{key:"content",fn:function(){return[i("van-icon",{staticStyle:{"line-height":"1.5"},attrs:{name:"plus"}})]},proxy:!0}],null,!0)},[i("div",{staticStyle:{"text-align":"center"}},[i("van-image",{attrs:{with:"3rem",height:"3rem",fit:"cover",src:"https://img01.yzcdn.cn/vant/cat.jpeg"}})],1)]),i("div",{staticStyle:{"text-align":"center"}},[i("div",[e._v(e._s(a.meta.title))])])],1):i("div",{staticStyle:{height:"100%"}},[i("div",{staticStyle:{"text-align":"center"}},[i("van-image",{attrs:{with:"3rem",height:"3rem",fit:"cover",src:"https://img01.yzcdn.cn/vant/cat.jpeg"}})],1),i("div",{staticStyle:{"text-align":"center"}},[i("div",[e._v(e._s(a.meta.title))])])])])}),1)],1)}),1)],1)},Ix=[],ik="";const _x={name:"IndMAppsEdit",data(){return{myAppList:[],active:0,name:"apps",apps_menus:[],title:"\u5E94\u7528\u7BA1\u7406"}},mounted(){this.myAppList=this.$store.getters.getMyAppsList;let t=this.$store.getters.getMenuTreeList.filter(i=>i.name===this.name)[0].children;this.title=t[0].meta.title,this.mergeData(this.myAppList,t),this.apps_menus=t,console.log(t)},methods:{back(){this.$router.back()},save(){ft.confirm({title:"\u63D0\u793A",message:"\u662F\u5426\u4FDD\u5B58"}).then(()=>{this.$store.commit("setMyAppsList",this.myAppList),this.$router.back()}).catch(()=>{})},mergeData(e,t){return t.forEach(i=>{let n=!1;for(let r of e)if(r.meta.permissionId===i.meta.permissionId){n=!0,i.state=!1;break}n||(i.state=!0),i.children&&this.mergeData(e,i.children)}),t},addToMyApps(e){if(this.myAppList.length!==0)for(var t=0;t<this.myAppList.length;t++)if(this.myAppList.find(i=>i.meta.permissionId===e.meta.permissionId)){console.log("\u5B58\u5728");break}else{console.log(this.findMenu(this.apps_menus,e,!1)),console.log("\u4E0D\u5B58\u5728"),this.myAppList.push(this.findMenu(this.apps_menus,e,!1));break}else this.myAppList.push(this.findMenu(this.apps_menus,e,!1))},rmFromMyApps(e){for(var t=0;t<this.myAppList.length;t++)if(this.myAppList[t].meta.permissionId===e.meta.permissionId){this.myAppList.splice(t,1);break}this.findMenu(this.apps_menus,e,!0)},findMenu(e,t,i){for(var n=0;n<e.length;n++){if(e[n].children){let r=this.findMenu(e[n].children,t,i);if(r)return r}if(e[n].meta.permissionId===t.meta.permissionId)return e[n].state=i,e[n]}return!1}}},tf={};var Ex=at(_x,Tx,Ix,!1,Dx,"1cee7da5",null,null);function Dx(e){for(let t in tf)this[t]=tf[t]}var lo=function(){return Ex.exports}(),Ox=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-myApp-slim"},[i("div",{staticClass:"ind-myApp-slim-content"},[i("div",{staticClass:"ind-myApp-slim-content-title"},[e._v("\u6211\u7684\u5E94\u7528")]),i("div",{staticClass:"ind-myApp-slim-content-center",on:{click:e.open}},[e.expanded?e._e():i("div",{staticClass:"ind-myApp-slim-icon-group"},[e._l(e.displayedIcons,function(n,r){return i("div",{key:r,staticClass:"ind-myApp-slim-icon"},[i("img",{staticStyle:{height:"100%",width:"100%","border-radius":"50%"},attrs:{src:e.getImg(n.meta.icon),alt:"icon"}})])}),e.showMoreIcon?i("div",{staticClass:"ind-myApp-slim-icon"},[e._v(" "+e._s("...")+" ")]):e._e()],2),e.icons.length!==0?i("van-icon",{staticClass:"ind-myApp-slim-toggle-icon",class:{"ind-myApp-slim-rotate-down":e.expanded},attrs:{name:"arrow"}}):e._e()],1),i("div",{staticClass:"ind-myApp-slim-content-button"},[i("div",{staticClass:"ind-myApp-slim-content-button-btn",on:{click:e.edit}},[e._v("\u7F16\u8F91")])])]),e.expanded?i("div",{staticStyle:{width:"100%",height:"auto","background-color":"#fff"}},[i("van-swipe",{attrs:{"show-indicators":!0,loop:!1,"indicator-color":"#005aaf"}},e._l(e.list,function(n,r){return i("van-swipe-item",{key:r},[i("div",{style:{paddingBottom:e.list.length>1?"30px":"0"}},[i("div",{staticClass:"ind-myApp-slim-content-content"},e._l(n,function(a,s){return i("div",{key:s,staticClass:"ind-myApp-slim-content-content-item"},[i("apps-item",{attrs:{item:a,state:a.state,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),0)])])}),1)],1):e._e()])},Mx=[];const Lx={components:{appsItem:Ni},data(){return{}},props:{icons:{type:Array,default:()=>[]},list:{type:Array,default:()=>[]},expanded:{type:Boolean,default:!1}},computed:{getIcons(){return this.icons},displayedIcons(){return this.icons.slice(0,9)},showMoreIcon(){return this.icons.length>9},moreCount(){const e=this.icons.length-9;return e>99?"99":e}},methods:{getImg(e){console.log(location.origin+e);const t=location.pathname.includes("scyxweb");return`${location.origin}${t?"/hbwebchat/scyxweb":""}${e}`},edit(){this.$emit("edit")},open(){this.$emit("open")},routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})}}},ef={};var Ax=at(Lx,Ox,Mx,!1,Nx,null,null,null);function Nx(e){for(let t in ef)this[t]=ef[t]}var nf=function(){return Ax.exports}(),Px=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-m-app-center"},[i("van-sticky",[i("van-nav-bar",{attrs:{placeholder:!0,"safe-area-inset-top":!0,title:e.title}})],1),i("div",{staticClass:"ind-m-app-page"},[i("div",{staticClass:"ind-m-placeholder"},[i("van-search",{attrs:{placeholder:"\u641C\u7D22\u5E94\u7528"},on:{search:e.onSearch,clear:e.onClear},scopedSlots:e._u([{key:"left-icon",fn:function(){return[i("van-icon",{attrs:{name:"search"}})]},proxy:!0}]),model:{value:e.searchValue,callback:function(n){e.searchValue=n},expression:"searchValue"}})],1),i("van-popup",{staticStyle:{width:"80%",height:"50%"},attrs:{round:!0},model:{value:e.show,callback:function(n){e.show=n},expression:"show"}},[i("van-grid",{attrs:{"column-num":4}},e._l(e.searchApp,function(n,r){return i("van-grid-item",{key:r},[i("apps-item",{attrs:{item:n,state:n.state,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),1)],1),i("myapp",{attrs:{icons:e.myAppList,expanded:e.disMyapp,list:e.paginatedApps},on:{edit:e.edit,open:e.open}}),i("div",{staticClass:"customnnnmmmm-tabs-container"},[i("div",{staticClass:"customnnnmmmm-tabs-header-wrapper"},[i("div",{ref:"tabsHeader",staticClass:"customnnnmmmm-tabs-header"},e._l(e.apps_menus,function(n,r){return i("div",{key:"tab"+r,staticClass:"customnnnmmmm-tab-item",class:{active:e.active===r},on:{click:function(a){return e.handleTabClick(r)}}},[i("div",{staticClass:"customnnnmmmm-tab-item-top",class:{active:e.active===r}},[e._v(" "+e._s(n.meta.title)+" ")]),i("div",{staticClass:"customnnnmmmm-tab-item-bottom",class:{active:e.active===r}})])}),0)]),i("div",{staticClass:"ind-m-custom-tabs-content"},[i("div",{staticClass:"ind-m-custom-sidebar"},e._l(e.apps_menus[e.active]&&e.apps_menus[e.active].children||[],function(n,r){return i("div",{key:r,class:["ind-m-sidebar-item",{active:e.activeKey===r}],on:{click:function(a){return e.handleSidebarClick(r)}}},[i("span",{staticClass:"ind-m-sidebar-text"},[e._v(e._s(n.meta.title))])])}),0),i("div",{ref:"scrollContainer",staticClass:"ind-m-apps-container",staticStyle:{"padding-top":"0px","padding-bottom":"500px",height:"100%"}},e._l(e.apps_menus[e.active]&&e.apps_menus[e.active].children||[],function(n,r){return i("div",{key:r,staticClass:"ind-m-menu-section",attrs:{id:"section-"+e.active+"-"+r,"data-index":r}},[i("div",{staticClass:"ind-m-divider-container"},[i("van-divider",{staticClass:"ind-m-custom-divider"},[e._v(" "+e._s(n.meta.title)+" ")])],1),i("div",{staticClass:"ind-m-menu-section-content"},e._l((((e.apps_menus[e.active]||{}).children||[])[r]||{}).children||[],function(a,s){return i("div",{key:"level3-"+s,class:["ind-m-app-item-wrapper",{"full-width":a.children}]},[a.children?e._e():i("apps-item",{attrs:{item:a,state:a.state,title:a.meta.title,editStatus:"off"},on:{touchend:e.routeTo}}),a.children?i("div",{staticClass:"ind-m-category-header"},[i("div",{staticClass:"ind-m-category-indicator"}),i("div",{staticClass:"ind-m-category-title"},[e._v(e._s(a.meta.title))])]):e._e(),a.children?i("van-grid",{attrs:{border:!1,clickable:"",gutter:0,"column-num":3}},e._l(e.apps_menus[e.active]&&e.apps_menus[e.active].children[r]&&e.apps_menus[e.active].children[r].children[s]&&e.apps_menus[e.active].children[r].children[s].children||[],function(o){return i("van-grid-item",{key:o.meta.permissionId,staticClass:"menu"},[i("apps-item",{attrs:{item:o,state:o.state,title:o.meta.title,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),1):e._e()],1)}),0)])}),0)])]),i("tabbar")],1)],1)},Bx=[];const Fx={components:{tabbar:Ai,appsItem:Ni,myapp:nf},name:"IndMApps",data(){return{disMyapp:!1,activeTab:0,isHb:!1,show:!1,searchValue:"",activeKey:0,active:0,name:"appsNew",apps_menus:[],title:"",searchApp:[],tabActiveKeys:{},myAppList:[],scrollDebounceTimer:null,isManualScroll:!1,sectionPositions:[],resizeObserver:null}},watch:{active(e,t){this.$set(this.tabActiveKeys,t,this.activeKey),this.activeKey=this.tabActiveKeys[e]||0,this.$nextTick(()=>{const i=Array.isArray(this.$refs.scrollContainer)?this.$refs.scrollContainer[0]:this.$refs.scrollContainer;i&&(i.scrollTop=0)})}},mounted(){var i;this.myAppList=JSON.parse(sessionStorage.getItem("myAppsList")),this.isHb=location.pathname.includes("scyxweb");let e=this.$store.getters.getMenuTreeList;((i=this.$config)==null?void 0:i.mainType)=="singleApp"&&(e=e.find(r=>{var a;return r.extendProps&&((a=JSON.parse(r.extendProps))==null?void 0:a.mainMobile)=="1"}).children);let t=e.filter(n=>n.name===this.name);this.apps_menus=t[0].children,this.title=t[0].meta.title,this.appsMenusExtended(this.apps_menus),this.tabActiveKeys={},this.apps_menus.forEach((n,r)=>{this.$set(this.tabActiveKeys,r,0)}),this.initScrollHandler(),this.cacheSectionPositions(),this.setupResizeObserver()},beforeDestroy(){this.removeScrollHandler(),this.resizeObserver&&this.resizeObserver.disconnect()},methods:{edit(){this.$router.push({name:"myApp"})},open(){this.disMyapp=!this.disMyapp},initScrollHandler(){const e=this.getScrollContainer();e&&e.addEventListener("scroll",this.handleContainerScroll)},removeScrollHandler(){const e=this.getScrollContainer();e&&e.removeEventListener("scroll",this.handleContainerScroll)},getScrollContainer(){return Array.isArray(this.$refs.scrollContainer)?this.$refs.scrollContainer[0]:this.$refs.scrollContainer},cacheSectionPositions(){this.$nextTick(()=>{const e=this.getScrollContainer();if(!e)return;const t=Array.from(e.querySelectorAll(".ind-m-menu-section"));this.sectionPositions=t.map(i=>{const n=i.getBoundingClientRect(),r=e.getBoundingClientRect();return{id:i.id,top:n.top-r.top+e.scrollTop,bottom:n.bottom-r.top+e.scrollTop}})})},setupResizeObserver(){const e=this.getScrollContainer();!e||(this.resizeObserver=new ResizeObserver(()=>{this.cacheSectionPositions()}),this.resizeObserver.observe(e))},handleContainerScroll(){this.isManualScroll||(clearTimeout(this.scrollDebounceTimer),this.scrollDebounceTimer=setTimeout(()=>{this.updateActiveSection()},100))},updateActiveSection(){const e=this.getScrollContainer();if(!e||this.sectionPositions.length===0)return;const t=e.scrollTop,i=e.clientHeight,n=t+i;if(Math.abs(e.scrollHeight-n)<5){this.activeKey=this.sectionPositions.length-1,this.tabActiveKeys[this.active]=this.activeKey;return}const a=t+60;let s=0,o=1/0;this.sectionPositions.forEach((l,c)=>{const h=Math.abs(l.top-a);h<o&&(o=h,s=c)}),this.activeKey!==s&&(this.activeKey=s,this.tabActiveKeys[this.active]=s)},handleSidebarClick(e){this.activeKey!==e&&(this.isManualScroll=!0,this.activeKey=e,this.tabActiveKeys[this.active]=e,this.$nextTick(()=>{const t=this.getScrollContainer(),i=t.querySelector(`#section-${this.active}-${e}`);if(t&&i){const n=t.getBoundingClientRect(),a=i.getBoundingClientRect().top-n.top+t.scrollTop,s=10;t.scrollTo({top:a-s,behavior:"smooth"})}setTimeout(()=>{this.isManualScroll=!1},500)}))},handleTabClick(e){this.active!==e&&(this.active=e,this.$emit("tab-click",e),this.scrollTabIntoView(e))},scrollTabIntoView(e){this.$nextTick(()=>{const i=this.$refs.tabsHeader.children[e];i&&i.scrollIntoView({behavior:"smooth",block:"nearest",inline:"center"})})},onSearch(){if(!this.searchValue.trim()){this.show=!1,this.searchApp=[];return}const e=this.searchValue.toLowerCase().trim(),t=this.findObjectsWithoutChildren(this.apps_menus);this.searchApp=t.filter(i=>{var n,r;return(r=(n=i.meta)==null?void 0:n.title)==null?void 0:r.toLowerCase().includes(e)}),this.show=this.searchApp.length>0},onClear(){this.searchValue=""},findObjectsWithoutChildren(e){const t=[];function i(n){for(const r of n)(!r.children||r.children.length===0)&&t.push(r),r.children&&r.children.length>0&&i(r.children)}return i(e),t},routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})},appsMenusExtended(e,t=0){if(t>4)return;(Array.isArray(e)?e:[e]).forEach(n=>{!n||(n.type===2&&this.isHb&&this.completeNode(n),n.children&&n.children.length>0&&this.appsMenusExtended(n.children,t+1))})},completeNode(e){const t={...e,children:[]};e.children=[t],e.__processed=!0}},computed:{paginatedApps(){const e=this.myAppList,t=8,i=[];for(let n=0;n<e.length;n+=t)i.push(e.slice(n,n+t));return i}}},rf={};var Rx=at(Fx,Px,Bx,!1,Vx,null,null,null);function Vx(e){for(let t in rf)this[t]=rf[t]}var jx=function(){return Rx.exports}(),zx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"ind-m-app-center"},[i("van-sticky",[i("van-nav-bar",{attrs:{placeholder:!0,"safe-area-inset-top":!0,title:e.title}})],1),i("div",{staticClass:"ind-m-app-page"},[i("div",{staticClass:"ind-m-placeholder"},[i("van-search",{attrs:{placeholder:"\u641C\u7D22\u5E94\u7528"},on:{search:e.onSearch,clear:e.onClear},scopedSlots:e._u([{key:"left-icon",fn:function(){return[i("van-icon",{attrs:{name:"search"}})]},proxy:!0}]),model:{value:e.searchValue,callback:function(n){e.searchValue=n},expression:"searchValue"}})],1),i("van-popup",{staticStyle:{width:"80%",height:"50%"},attrs:{round:!0},model:{value:e.show,callback:function(n){e.show=n},expression:"show"}},[i("van-grid",{attrs:{"column-num":4}},e._l(e.searchApp,function(n,r){return i("van-grid-item",{key:r},[i("apps-item",{attrs:{item:n,state:n.state,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),1)],1),i("myapp",{attrs:{icons:e.myAppList,expanded:e.disMyapp,list:e.paginatedApps},on:{edit:e.edit,open:e.open}}),i("div",[i("div",{staticClass:"customnnnmmmm-tabs-header-wrapper"},[i("div",{ref:"tabsHeader",staticClass:"customnnnmmmm-tabs-header"},e._l(e.titleList,function(n,r){return i("div",{key:"tab"+r,staticClass:"customnnnmmmm-tab-item",class:{active:e.active===r},on:{click:function(a){return e.handleTabClick(n,r)}}},[i("div",{staticClass:"customnnnmmmm-tab-item-top",class:{active:e.active===r}},[e._v(" "+e._s(n)+" ")]),i("div",{staticClass:"customnnnmmmm-tab-item-bottom",class:{active:e.active===r}})])}),0)]),i("div",{staticClass:"ind-my-app-container",staticStyle:{"padding-bottom":"150px"},style:{height:e.disMyapp?"calc(100vh - 380px)":"calc(100vh - 270px)"}},e._l(e.apps_menus,function(n,r){return i("div",{key:r,staticClass:"ind-my-app-container-square"},[i("div",{staticClass:"ind-my-app-container-square-title"},[e._v(e._s(n.meta.title))]),i("div",{style:{display:"flex",flexWrap:"wrap"},attrs:{"column-num":4,border:!1}},e._l(n.children,function(a){return i("div",{key:a.meta.permissionId,style:{width:"calc(100% / 5)",height:"100%",backgroundColor:"#fff",display:"flex",alignItems:"center",justifyContent:"center"}},[i("IndMappItem",{attrs:{item:a,state:a.state,title:a.meta.title,editStatus:"off"},on:{touchend:e.routeTo}})],1)}),0)])}),0)]),i("tabbar")],1)],1)},Hx=[];function co(e){return e.map(t=>{const i=[];function n(r){r.children&&r.children.length>0?r.children.forEach(n):(r.path||r.uri)&&i.push(r)}return n(t),{...t,children:i.map(r=>({...r,children:void 0}))}})}const Ux={components:{tabbar:Ai,appsItem:Ni,myapp:nf},name:"IndMApps",data(){return{active:0,disMyapp:!1,isHb:!1,show:!1,searchValue:"",name:"appsNew",apps_menus:[],title:"",searchApp:[],myAppList:[],allApps_menus:[],titleList:[]}},mounted(){var r;this.myAppList=JSON.parse(sessionStorage.getItem("myAppsList")),this.isHb=location.pathname.includes("scyxweb");let e=this.$store.getters.getMenuTreeList;((r=this.$config)==null?void 0:r.mainType)=="singleApp"&&(e=e.find(s=>{var o;return s.extendProps&&((o=JSON.parse(s.extendProps))==null?void 0:o.mainMobile)=="1"}).children);let t=e.filter(a=>a.name===this.name),i=t[0].children.map(a=>a.meta.title);this.titleList=["\u5168\u90E8",...i];const n=t[0].children.reduce((a,s)=>(a[s.meta.title]=s,a),{});this.allApps_menus={\u5168\u90E8:t[0].children,...n},this.apps_menus=this.allApps_menus.\u5168\u90E8,this.apps_menus=co(this.apps_menus),this.title=t[0].meta.title},methods:{handleTabClick(e,t){this.active!==t&&(this.active=t,this.apps_menus=this.allApps_menus[e],e!=="\u5168\u90E8"?this.apps_menus=co(this.apps_menus.children):this.apps_menus=co(this.apps_menus),this.$emit("tab-click",t),this.scrollTabIntoView(t))},scrollTabIntoView(e){this.$nextTick(()=>{const i=this.$refs.tabsHeader.children[e];i&&i.scrollIntoView({behavior:"smooth",block:"nearest",inline:"center"})})},edit(){this.$router.push({name:"myApp"})},open(){this.disMyapp=!this.disMyapp,this.$nextTick(()=>{this.scrollToContent(this.active)})},onSearch(){if(!this.searchValue.trim()){this.show=!1,this.searchApp=[];return}const e=this.searchValue.toLowerCase().trim(),t=this.findObjectsWithoutChildren(this.apps_menus);this.searchApp=t.filter(i=>{var n,r;return(r=(n=i.meta)==null?void 0:n.title)==null?void 0:r.toLowerCase().includes(e)}),this.show=this.searchApp.length>0},onClear(){this.searchValue=""},findObjectsWithoutChildren(e){const t=[];function i(n){for(const r of n)(!r.children||r.children.length===0)&&t.push(r),r.children&&r.children.length>0&&i(r.children)}return i(e),t},routeTo(e){var t;(t=e==null?void 0:e.uri)!=null&&t.includes("http")?location.href=e.uri:this.$router.push({path:e.uri})}},computed:{paginatedApps(){const e=this.myAppList,t=8,i=[];for(let n=0;n<e.length;n+=t)i.push(e.slice(n,n+t));return i}}},af={};var Kx=at(Ux,zx,Hx,!1,Wx,null,null,null);function Wx(e){for(let t in af)this[t]=af[t]}var Yx=function(){return Kx.exports}(),Xx=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i(e.currentComponent,{tag:"component"})},qx=[];function sf(e,t=1){if(!e.children||e.children.length===0)return t;let i=t;for(const n of e.children){const r=sf(n,t+1);r>i&&(i=r)}return i}function Gx(e){let t=0;for(const i of e){const n=sf(i);n>t&&(t=n)}return t}const Jx={components:{aboveleveltwo:jx,leveltwo:Yx},data(){return{level:3,name:"appsNew",apps_menus:[],isHb:!1,depth:"4"}},methods:{appsMenusExtended(e,t=0){if(t>4)return;(Array.isArray(e)?e:[e]).forEach(n=>{!n||(n.type===2&&this.isHb&&this.completeNode(n),n.children&&n.children.length>0&&this.appsMenusExtended(n.children,t+1))})},completeNode(e){const t={...e,children:[]};e.children=[t],e.__processed=!0}},created(){var n;this.isHb=location.pathname.includes("scyxweb");let e=this.$store.getters.getMenuTreeList;((n=this.$config)==null?void 0:n.mainType)=="singleApp"&&(e=e.find(a=>{var s;return a.extendProps&&((s=JSON.parse(a.extendProps))==null?void 0:s.mainMobile)=="1"}).children);let t=e.filter(r=>r.name===this.name);this.apps_menus=t[0].children,this.title=t[0].meta.title,this.appsMenusExtended(this.apps_menus);const i=Gx(this.apps_menus);this.depth=i},computed:{currentComponent(){var e,t;if(this.level=((t=(e=this.$config)==null?void 0:e.systemDefaultConfig)==null?void 0:t.theLevel)||3,this.depth=this.depth||4,this.level==2&&this.depth>=2)return"leveltwo";if(this.level==3){if(this.depth<=2)return"leveltwo";if(this.depth>=3)return"aboveleveltwo"}return"aboveleveltwo"}}},of={};var Zx=at(Jx,Xx,qx,!1,Qx,null,null,null);function Qx(e){for(let t in of)this[t]=of[t]}var uo=function(){return Zx.exports}(),t1=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"custom-overlay",class:{show:e.loading},on:{click:function(n){n.stopPropagation()}}},[e.isFullScreenLoading&&e.loadingImageUrl(!0)?i("div",{staticClass:"ind-loading-wrapper-global"},[i("img",{staticStyle:{height:"100%",width:"100%"},attrs:{src:e.loadingImageUrl(!0),alt:""}}),i("div",{staticClass:"ind-loading-wrapper-text"},[e._v(" "+e._s(e.text||"\u7CFB\u7EDF\u52A0\u8F7D\u4E2D...")+" ")])]):!e.isFullScreenLoading&&e.loadingImageUrl(!1)?i("div",{staticClass:"ind-loading-wrapper-local"},[i("div",{staticClass:"ind-loading-block ind-vcenter"},[i("div",{staticClass:"ind-loading-block-center"},[i("img",{attrs:{src:e.loadingImageUrl(!1),alt:""}}),i("div",{staticClass:"ind-loading-block-text"},[e._v(e._s(e.text||"\u52A0\u8F7D\u4E2D..."))])])])]):e.loadingImageUrl(!1)?e._e():i("div",{staticClass:"ind-loading-wrapper-local"},[i("div",{staticClass:"ind-loading-block ind-vcenter"},[i("div",{staticClass:"ind-loading-block-center"},[i("div",{staticClass:"img-divv"},[i("van-loading")],1),i("div",{staticClass:"ind-loading-block-text"},[e._v(e._s(e.text||"\u52A0\u8F7D\u4E2D..."))])])])])])},e1=[];const i1={props:{loading:Boolean,isFullScreenLoading:{type:Boolean,default:!1},text:String},data(){return{}},methods:{loadingImageUrl(e){const t=e?"systemDefaultConfig.globalLoading":"systemDefaultConfig.localLoading",i=this.getSafeConfigValue(t);return i&&i.trim()!==""?`/user-manage-server/oss/file/get/${i}`:!1},getSafeConfigValue(e){if(!!this.$config)return e.split(".").reduce((t,i)=>t&&t[i]!==void 0?t[i]:void 0,this.$config)}}},lf={};var n1=at(i1,t1,e1,!1,r1,null,null,null);function r1(e){for(let t in lf)this[t]=lf[t]}var cf=function(){return n1.exports}(),a1=function(){var e=this,t=e.$createElement,i=e._self._c||t;return i("div",{staticClass:"app-page"},[i("van-sticky",[i("van-nav-bar",{attrs:{fixed:!0,"left-arrow":"",placeholder:!0,"safe-area-inset-top":!0,title:"\u8BBE\u7F6E"},on:{"click-left":e.onClickLeft}})],1),i("van-cell-group",{attrs:{title:"\u8BBE\u7F6E"}},[i("van-cell",{attrs:{title:"vconsole\u8C03\u8BD5"}},[i("van-switch",{model:{value:e.vconsoleChecked,callback:function(n){e.vconsoleChecked=n},expression:"vconsoleChecked"}})],1),e.isHb?i("van-cell",{attrs:{title:"\u8FDC\u7A0B\u8C03\u8BD5"}},[i("van-switch",{model:{value:e.chiiChecked,callback:function(n){e.chiiChecked=n},expression:"chiiChecked"}})],1):e._e()],1)],1)},s1=[];const o1={data(){return{vconsoleChecked:!1,chiiChecked:!1,isHb:location.pathname.includes("scyxweb")}},watch:{vconsoleChecked:function(){if(this.vconsoleChecked){const e=document.createElement("script");e.src="vconsole.min.js",e.async=!0,document.getElementsByTagName("head")[0].appendChild(e),e.onload=function(){window.vConsole=new VConsole}}this.vconsoleChecked=!0},chiiChecked:function(){if(this.chiiChecked){const e=document.createElement("script");e.src="//dev.sunquan.tech/inspect/target.js",e.async=!0,document.getElementsByTagName("head")[0].appendChild(e)}this.chiiChecked=!0}},methods:{onClickLeft(){this.$router.back()}}},uf={};var l1=at(o1,a1,s1,!1,c1,null,null,null);function c1(e){for(let t in uf)this[t]=uf[t]}var ho=function(){return l1.exports}(),fo=Object.freeze(Object.defineProperty({__proto__:null,NotFound:Hi,ErrorContent:Jr,DatePicker:Vo,Form:Wo,LoadMore:Xo,User1:il,BasicLayout:rl,EmptyLayout:Ci,DetailView:ol,PageView:cl,PopupView:hl,QueryView:fl,Login:Fs,Search:bd,SelectPanel:wd,InputSelect:$d,SelectBtn:Td,User:Rs,Apps:oo,AppsEdit:lo,MyApps:Vs,AppsNew:uo,appItem:Ni,tabbar:Ai,LoadingPanel:cf,Setting:ho},Symbol.toStringTag,{value:"Module"})),hf={install(e,{config:t}={}){e.prototype.$config=b.default.merge({},e.prototype.$config||{},t||N.config)}},df={install(e,{router:t,store:i}){e.prototype.$backToMenu=function(){if(console.log("trigger $backToMenu"),this.$config.showMenus){const n=i.state.app.breadCrumbList;i.commit("closeTag",{$router:t,route:b.default.cloneDeep(b.default.find(i.state.app.tagNavList,{name:n[n.length-1].name})||{})}),t.push({name:n[n.length-2].name}).catch(()=>{})}else t.go(-1)}}},u1=Object.freeze(Object.defineProperty({__proto__:null,IndConfigPlugin:hf,IndRouterPlugin:df},Symbol.toStringTag,{value:"Module"}));const ff=function(e,t,i){const n=i.context;e.style.display="none";const r=t.value;(n.$store.state.app.permission[r]||r==="all")&&(e.style.display="")},pf={bind:ff,update:ff};var po=Object.freeze(Object.defineProperty({__proto__:null,permission:pf},Symbol.toStringTag,{value:"Module"}));const mf={name:je.rootRouteName,path:"/",redirect:"/home",component:Ci,meta:{hideInMenu:!0,notCache:!0},children:[{name:je.homeRouteName,path:"home",redirect:"/apps?t="+new Date().getTime(),meta:{hideInMenu:!0,title:"\u9996\u9875",icon:"md-home"}}]},h1={name:je.loginRouteName,path:"/login",meta:{title:"Login - \u767B\u5F55",hideInMenu:!0},component:Fs},d1={name:"user",path:"/user",component:Rs,meta:{hideInMenu:!0,notCache:!0}},f1={name:"setting",path:"/setting",component:ho,meta:{hideInMenu:!0,notCache:!0}},p1={name:"apps",path:"/apps",component:oo,meta:{hideInMenu:!0,notCache:!0}},m1={name:"appsNew",path:"/appsNew",component:uo,meta:{hideInMenu:!0,notCache:!0}},v1={name:"appsEdit",path:"/appsEdit",component:lo,meta:{hideInMenu:!0,notCache:!0}},g1={path:"/404",meta:{hideInMenu:!0},component:Hi};function y1({homeComponent:e,rootChildren:t}={}){const i=b.default.cloneDeep(mf);e&&(i.children[0].component=e),t&&t.length&&i.children.push(...t);let n=location.host.includes("localhost")?[h1]:[];return[i,...n,d1,f1,p1,v1,g1,m1]}function b1({rootChildren:e}={}){const t=b.default.cloneDeep(mf);return t.component=Ci,t.children=[],e&&e.length&&t.children.push(...e),[t]}const S1={EmptyLayout:{component:Ci},EmptyLayoutNotCache:{component:{...Ci,name:"IndEmptyLayoutNotCache"}}},Br={DIRECTORY:1,MENU:2,BUTTON:3,PAGE:4};function vf(e){return[Br.DIRECTORY,Br.MENU].includes(e)}function gf(e,t=[]){return e?t.filter(i=>{const n=(i==null?void 0:i.permissionValue)||"";return n.startsWith(e)||n.startsWith(`${N.config.routerBase}-${e}`)}):t}function mo({list:e,menuTree:t,pageNode:i,parentId:n,crumbs:r,root:a}){if(!e)return;let s=N.getSessionStorage("appInfo");e.forEach(o=>{const{permissionId:l,label:c,appId:h,pid:d,icon:u,type:f,uri:p,permissionValue:m,extendProps:v}=o;if(h!=s.appId)return;const w=m;let k=!1,_=!1;if(o&&o.extendProps)try{k=JSON.parse(o.extendProps).hideInIbp==="1"}catch{k=!1}try{if(o&&o.extension){const x=JSON.parse(o.extension);x.extendProps&&(typeof x.extendProps=="string"?JSON.parse(x.extendProps):x.extendProps).hideInMenu==1&&(_=!0)}}catch{_=!1}if(d===n&&!(k||_)){if(vf(f)){let x={type:f,name:w,pid:d,path:yf(p),uri:p,component:w,meta:{appId:h,permissionId:l,title:c,icon:u,crumbs:[...r],activeName:w},children:[],extendProps:v};x.meta.crumbs.push({icon:u,name:w,title:c,type:f}),Br.DIRECTORY===f&&(x.component="EmptyLayout"),mo({list:e,menuTree:x.children,pageNode:i,parentId:l,crumbs:x.meta.crumbs,root:!1}),x.children.length||delete x.children,t.push(x)}if(Br.PAGE===f){let x={type:f,name:w,pid:d,path:yf(p),uri:p,component:w,meta:{appId:h,permissionId:l,title:c,hideInMenu:!0,notCache:!0,crumbs:[...r],type:f}};x.meta.crumbs.push({icon:u,name:w,title:c,type:f}),i.children.push(x)}}})}function yf(e){return e?(e.startsWith("/")||(e=`/${e}`),e.includes("?")&&(e=e.split("?")[0]),e.includes(".")&&(e=e.split(".")[0]),e):""}function bf(e=[]){e=e.filter(i=>vf(i.type));const t=[];return mo({list:e,menuTree:t,pageNode:{children:[]},parentId:"0",crumbs:[],root:!0}),t}function C1(e=[]){const t=[],i={path:"/page",name:"page",meta:{hideInMenu:!0,notCache:!0},component:"EmptyLayoutNotCache",children:[]};return mo({list:e,menuTree:t,pageNode:i,parentId:"0",crumbs:[],root:!0}),i.children.length&&t.push(i),vo(t)}function vo(e=[]){for(let t of e)if(t.component){const i=S1[t.component];i?t.component=i.component:t.path?window.loadComponentHandler&&(t.component=window.loadComponentHandler(t.path,t.name)||Hi):(console.error(`\u627E\u4E0D\u5230\u7EC4\u4EF6\u5B9A\u4E49:${t.component},\u8BF7\u6392\u67E5\u8D44\u6E90\u8DEF\u5F84\u914D\u7F6E\u662F\u5426\u6B63\u786E`),t.component=Hi),t.children&&t.children.length>0&&vo(t.children)}return e}var go={exports:{}},Sf=function(t,i){return function(){for(var r=new Array(arguments.length),a=0;a<r.length;a++)r[a]=arguments[a];return t.apply(i,r)}},w1=Sf,gi=Object.prototype.toString;function yo(e){return gi.call(e)==="[object Array]"}function bo(e){return typeof e=="undefined"}function x1(e){return e!==null&&!bo(e)&&e.constructor!==null&&!bo(e.constructor)&&typeof e.constructor.isBuffer=="function"&&e.constructor.isBuffer(e)}function $1(e){return gi.call(e)==="[object ArrayBuffer]"}function k1(e){return typeof FormData!="undefined"&&e instanceof FormData}function T1(e){var t;return typeof ArrayBuffer!="undefined"&&ArrayBuffer.isView?t=ArrayBuffer.isView(e):t=e&&e.buffer&&e.buffer instanceof ArrayBuffer,t}function I1(e){return typeof e=="string"}function _1(e){return typeof e=="number"}function Cf(e){return e!==null&&typeof e=="object"}function Fr(e){if(gi.call(e)!=="[object Object]")return!1;var t=Object.getPrototypeOf(e);return t===null||t===Object.prototype}function E1(e){return gi.call(e)==="[object Date]"}function D1(e){return gi.call(e)==="[object File]"}function O1(e){return gi.call(e)==="[object Blob]"}function wf(e){return gi.call(e)==="[object Function]"}function M1(e){return Cf(e)&&wf(e.pipe)}function L1(e){return typeof URLSearchParams!="undefined"&&e instanceof URLSearchParams}function A1(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}function N1(){return typeof navigator!="undefined"&&(navigator.product==="ReactNative"||navigator.product==="NativeScript"||navigator.product==="NS")?!1:typeof window!="undefined"&&typeof document!="undefined"}function So(e,t){if(!(e===null||typeof e=="undefined"))if(typeof e!="object"&&(e=[e]),yo(e))for(var i=0,n=e.length;i<n;i++)t.call(null,e[i],i,e);else for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.call(null,e[r],r,e)}function Co(){var e={};function t(r,a){Fr(e[a])&&Fr(r)?e[a]=Co(e[a],r):Fr(r)?e[a]=Co({},r):yo(r)?e[a]=r.slice():e[a]=r}for(var i=0,n=arguments.length;i<n;i++)So(arguments[i],t);return e}function P1(e,t,i){return So(t,function(r,a){i&&typeof r=="function"?e[a]=w1(r,i):e[a]=r}),e}function B1(e){return e.charCodeAt(0)===65279&&(e=e.slice(1)),e}var Jt={isArray:yo,isArrayBuffer:$1,isBuffer:x1,isFormData:k1,isArrayBufferView:T1,isString:I1,isNumber:_1,isObject:Cf,isPlainObject:Fr,isUndefined:bo,isDate:E1,isFile:D1,isBlob:O1,isFunction:wf,isStream:M1,isURLSearchParams:L1,isStandardBrowserEnv:N1,forEach:So,merge:Co,extend:P1,trim:A1,stripBOM:B1},Vi=Jt;function xf(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var $f=function(t,i,n){if(!i)return t;var r;if(n)r=n(i);else if(Vi.isURLSearchParams(i))r=i.toString();else{var a=[];Vi.forEach(i,function(l,c){l===null||typeof l=="undefined"||(Vi.isArray(l)?c=c+"[]":l=[l],Vi.forEach(l,function(d){Vi.isDate(d)?d=d.toISOString():Vi.isObject(d)&&(d=JSON.stringify(d)),a.push(xf(c)+"="+xf(d))}))}),r=a.join("&")}if(r){var s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+r}return t},F1=Jt;function Rr(){this.handlers=[]}Rr.prototype.use=function(t,i,n){return this.handlers.push({fulfilled:t,rejected:i,synchronous:n?n.synchronous:!1,runWhen:n?n.runWhen:null}),this.handlers.length-1},Rr.prototype.eject=function(t){this.handlers[t]&&(this.handlers[t]=null)},Rr.prototype.forEach=function(t){F1.forEach(this.handlers,function(n){n!==null&&t(n)})};var R1=Rr,V1=Jt,j1=function(t,i){V1.forEach(t,function(r,a){a!==i&&a.toUpperCase()===i.toUpperCase()&&(t[i]=r,delete t[a])})},kf=function(t,i,n,r,a){return t.config=i,n&&(t.code=n),t.request=r,t.response=a,t.isAxiosError=!0,t.toJSON=function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:this.config,code:this.code}},t},z1=kf,Tf=function(t,i,n,r,a){var s=new Error(t);return z1(s,i,n,r,a)},H1=Tf,U1=function(t,i,n){var r=n.config.validateStatus;!n.status||!r||r(n.status)?t(n):i(H1("Request failed with status code "+n.status,n.config,null,n.request,n))},Vr=Jt,K1=Vr.isStandardBrowserEnv()?function(){return{write:function(i,n,r,a,s,o){var l=[];l.push(i+"="+encodeURIComponent(n)),Vr.isNumber(r)&&l.push("expires="+new Date(r).toGMTString()),Vr.isString(a)&&l.push("path="+a),Vr.isString(s)&&l.push("domain="+s),o===!0&&l.push("secure"),document.cookie=l.join("; ")},read:function(i){var n=document.cookie.match(new RegExp("(^|;\\s*)("+i+")=([^;]*)"));return n?decodeURIComponent(n[3]):null},remove:function(i){this.write(i,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}(),W1=function(t){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t)},Y1=function(t,i){return i?t.replace(/\/+$/,"")+"/"+i.replace(/^\/+/,""):t},X1=W1,q1=Y1,G1=function(t,i){return t&&!X1(i)?q1(t,i):i},wo=Jt,J1=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"],Z1=function(t){var i={},n,r,a;return t&&wo.forEach(t.split(`
21
21
  `),function(o){if(a=o.indexOf(":"),n=wo.trim(o.substr(0,a)).toLowerCase(),r=wo.trim(o.substr(a+1)),n){if(i[n]&&J1.indexOf(n)>=0)return;n==="set-cookie"?i[n]=(i[n]?i[n]:[]).concat([r]):i[n]=i[n]?i[n]+", "+r:r}}),i},If=Jt,Q1=If.isStandardBrowserEnv()?function(){var t=/(msie|trident)/i.test(navigator.userAgent),i=document.createElement("a"),n;function r(a){var s=a;return t&&(i.setAttribute("href",s),s=i.href),i.setAttribute("href",s),{href:i.href,protocol:i.protocol?i.protocol.replace(/:$/,""):"",host:i.host,search:i.search?i.search.replace(/^\?/,""):"",hash:i.hash?i.hash.replace(/^#/,""):"",hostname:i.hostname,port:i.port,pathname:i.pathname.charAt(0)==="/"?i.pathname:"/"+i.pathname}}return n=r(window.location.href),function(s){var o=If.isString(s)?r(s):s;return o.protocol===n.protocol&&o.host===n.host}}():function(){return function(){return!0}}(),jr=Jt,t$=U1,e$=K1,i$=$f,n$=G1,r$=Z1,a$=Q1,xo=Tf,_f=function(t){return new Promise(function(n,r){var a=t.data,s=t.headers,o=t.responseType;jr.isFormData(a)&&delete s["Content-Type"];var l=new XMLHttpRequest;if(t.auth){var c=t.auth.username||"",h=t.auth.password?unescape(encodeURIComponent(t.auth.password)):"";s.Authorization="Basic "+btoa(c+":"+h)}var d=n$(t.baseURL,t.url);l.open(t.method.toUpperCase(),i$(d,t.params,t.paramsSerializer),!0),l.timeout=t.timeout;function u(){if(!!l){var p="getAllResponseHeaders"in l?r$(l.getAllResponseHeaders()):null,m=!o||o==="text"||o==="json"?l.responseText:l.response,v={data:m,status:l.status,statusText:l.statusText,headers:p,config:t,request:l};t$(n,r,v),l=null}}if("onloadend"in l?l.onloadend=u:l.onreadystatechange=function(){!l||l.readyState!==4||l.status===0&&!(l.responseURL&&l.responseURL.indexOf("file:")===0)||setTimeout(u)},l.onabort=function(){!l||(r(xo("Request aborted",t,"ECONNABORTED",l)),l=null)},l.onerror=function(){r(xo("Network Error",t,null,l)),l=null},l.ontimeout=function(){var m="timeout of "+t.timeout+"ms exceeded";t.timeoutErrorMessage&&(m=t.timeoutErrorMessage),r(xo(m,t,t.transitional&&t.transitional.clarifyTimeoutError?"ETIMEDOUT":"ECONNABORTED",l)),l=null},jr.isStandardBrowserEnv()){var f=(t.withCredentials||a$(d))&&t.xsrfCookieName?e$.read(t.xsrfCookieName):void 0;f&&(s[t.xsrfHeaderName]=f)}"setRequestHeader"in l&&jr.forEach(s,function(m,v){typeof a=="undefined"&&v.toLowerCase()==="content-type"?delete s[v]:l.setRequestHeader(v,m)}),jr.isUndefined(t.withCredentials)||(l.withCredentials=!!t.withCredentials),o&&o!=="json"&&(l.responseType=t.responseType),typeof t.onDownloadProgress=="function"&&l.addEventListener("progress",t.onDownloadProgress),typeof t.onUploadProgress=="function"&&l.upload&&l.upload.addEventListener("progress",t.onUploadProgress),t.cancelToken&&t.cancelToken.promise.then(function(m){!l||(l.abort(),r(m),l=null)}),a||(a=null),l.send(a)})},Ot=Jt,Ef=j1,s$=kf,o$={"Content-Type":"application/x-www-form-urlencoded"};function Df(e,t){!Ot.isUndefined(e)&&Ot.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function l$(){var e;return(typeof XMLHttpRequest!="undefined"||typeof process!="undefined"&&Object.prototype.toString.call(process)==="[object process]")&&(e=_f),e}function c$(e,t,i){if(Ot.isString(e))try{return(t||JSON.parse)(e),Ot.trim(e)}catch(n){if(n.name!=="SyntaxError")throw n}return(i||JSON.stringify)(e)}var zr={transitional:{silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},adapter:l$(),transformRequest:[function(t,i){return Ef(i,"Accept"),Ef(i,"Content-Type"),Ot.isFormData(t)||Ot.isArrayBuffer(t)||Ot.isBuffer(t)||Ot.isStream(t)||Ot.isFile(t)||Ot.isBlob(t)?t:Ot.isArrayBufferView(t)?t.buffer:Ot.isURLSearchParams(t)?(Df(i,"application/x-www-form-urlencoded;charset=utf-8"),t.toString()):Ot.isObject(t)||i&&i["Content-Type"]==="application/json"?(Df(i,"application/json"),c$(t)):t}],transformResponse:[function(t){var i=this.transitional,n=i&&i.silentJSONParsing,r=i&&i.forcedJSONParsing,a=!n&&this.responseType==="json";if(a||r&&Ot.isString(t)&&t.length)try{return JSON.parse(t)}catch(s){if(a)throw s.name==="SyntaxError"?s$(s,this,"E_JSON_PARSE"):s}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,validateStatus:function(t){return t>=200&&t<300}};zr.headers={common:{Accept:"application/json, text/plain, */*"}},Ot.forEach(["delete","get","head"],function(t){zr.headers[t]={}}),Ot.forEach(["post","put","patch"],function(t){zr.headers[t]=Ot.merge(o$)});var $o=zr,u$=Jt,h$=$o,d$=function(t,i,n){var r=this||h$;return u$.forEach(n,function(s){t=s.call(r,t,i)}),t},Of=function(t){return!!(t&&t.__CANCEL__)},Mf=Jt,ko=d$,f$=Of,p$=$o;function To(e){e.cancelToken&&e.cancelToken.throwIfRequested()}var m$=function(t){To(t),t.headers=t.headers||{},t.data=ko.call(t,t.data,t.headers,t.transformRequest),t.headers=Mf.merge(t.headers.common||{},t.headers[t.method]||{},t.headers),Mf.forEach(["delete","get","head","post","put","patch","common"],function(r){delete t.headers[r]});var i=t.adapter||p$.adapter;return i(t).then(function(r){return To(t),r.data=ko.call(t,r.data,r.headers,t.transformResponse),r},function(r){return f$(r)||(To(t),r&&r.response&&(r.response.data=ko.call(t,r.response.data,r.response.headers,t.transformResponse))),Promise.reject(r)})},Pt=Jt,Lf=function(t,i){i=i||{};var n={},r=["url","method","data"],a=["headers","auth","proxy","params"],s=["baseURL","transformRequest","transformResponse","paramsSerializer","timeout","timeoutMessage","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","decompress","maxContentLength","maxBodyLength","maxRedirects","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding"],o=["validateStatus"];function l(u,f){return Pt.isPlainObject(u)&&Pt.isPlainObject(f)?Pt.merge(u,f):Pt.isPlainObject(f)?Pt.merge({},f):Pt.isArray(f)?f.slice():f}function c(u){Pt.isUndefined(i[u])?Pt.isUndefined(t[u])||(n[u]=l(void 0,t[u])):n[u]=l(t[u],i[u])}Pt.forEach(r,function(f){Pt.isUndefined(i[f])||(n[f]=l(void 0,i[f]))}),Pt.forEach(a,c),Pt.forEach(s,function(f){Pt.isUndefined(i[f])?Pt.isUndefined(t[f])||(n[f]=l(void 0,t[f])):n[f]=l(void 0,i[f])}),Pt.forEach(o,function(f){f in i?n[f]=l(t[f],i[f]):f in t&&(n[f]=l(void 0,t[f]))});var h=r.concat(a).concat(s).concat(o),d=Object.keys(t).concat(Object.keys(i)).filter(function(f){return h.indexOf(f)===-1});return Pt.forEach(d,c),n},v$={name:"axios",version:"0.21.4",description:"Promise based HTTP client for the browser and node.js",main:"index.js",scripts:{test:"grunt test",start:"node ./sandbox/server.js",build:"NODE_ENV=production grunt build",preversion:"npm test",version:"npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json",postversion:"git push && git push --tags",examples:"node ./examples/server.js",coveralls:"cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",fix:"eslint --fix lib/**/*.js"},repository:{type:"git",url:"https://github.com/axios/axios.git"},keywords:["xhr","http","ajax","promise","node"],author:"Matt Zabriskie",license:"MIT",bugs:{url:"https://github.com/axios/axios/issues"},homepage:"https://axios-http.com",devDependencies:{coveralls:"^3.0.0","es6-promise":"^4.2.4",grunt:"^1.3.0","grunt-banner":"^0.6.0","grunt-cli":"^1.2.0","grunt-contrib-clean":"^1.1.0","grunt-contrib-watch":"^1.0.0","grunt-eslint":"^23.0.0","grunt-karma":"^4.0.0","grunt-mocha-test":"^0.13.3","grunt-ts":"^6.0.0-beta.19","grunt-webpack":"^4.0.2","istanbul-instrumenter-loader":"^1.0.0","jasmine-core":"^2.4.1",karma:"^6.3.2","karma-chrome-launcher":"^3.1.0","karma-firefox-launcher":"^2.1.0","karma-jasmine":"^1.1.1","karma-jasmine-ajax":"^0.1.13","karma-safari-launcher":"^1.0.0","karma-sauce-launcher":"^4.3.6","karma-sinon":"^1.0.5","karma-sourcemap-loader":"^0.3.8","karma-webpack":"^4.0.2","load-grunt-tasks":"^3.5.2",minimist:"^1.2.0",mocha:"^8.2.1",sinon:"^4.5.0","terser-webpack-plugin":"^4.2.3",typescript:"^4.0.5","url-search-params":"^0.10.0",webpack:"^4.44.2","webpack-dev-server":"^3.11.0"},browser:{"./lib/adapters/http.js":"./lib/adapters/xhr.js"},jsdelivr:"dist/axios.min.js",unpkg:"dist/axios.min.js",typings:"./index.d.ts",dependencies:{"follow-redirects":"^1.14.0"},bundlesize:[{path:"./dist/axios.min.js",threshold:"5kB"}]},Af=v$,Io={};["object","boolean","number","function","string","symbol"].forEach(function(e,t){Io[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}});var Nf={},g$=Af.version.split(".");function Pf(e,t){for(var i=t?t.split("."):g$,n=e.split("."),r=0;r<3;r++){if(i[r]>n[r])return!0;if(i[r]<n[r])return!1}return!1}Io.transitional=function(t,i,n){var r=i&&Pf(i);function a(s,o){return"[Axios v"+Af.version+"] Transitional option '"+s+"'"+o+(n?". "+n:"")}return function(s,o,l){if(t===!1)throw new Error(a(o," has been removed in "+i));return r&&!Nf[o]&&(Nf[o]=!0,console.warn(a(o," has been deprecated since v"+i+" and will be removed in the near future"))),t?t(s,o,l):!0}};function y$(e,t,i){if(typeof e!="object")throw new TypeError("options must be an object");for(var n=Object.keys(e),r=n.length;r-- >0;){var a=n[r],s=t[a];if(s){var o=e[a],l=o===void 0||s(o,a,e);if(l!==!0)throw new TypeError("option "+a+" must be "+l);continue}if(i!==!0)throw Error("Unknown option "+a)}}var b$={isOlderVersion:Pf,assertOptions:y$,validators:Io},Bf=Jt,S$=$f,Ff=R1,Rf=m$,Hr=Lf,Vf=b$,ji=Vf.validators;function Cn(e){this.defaults=e,this.interceptors={request:new Ff,response:new Ff}}Cn.prototype.request=function(t){typeof t=="string"?(t=arguments[1]||{},t.url=arguments[0]):t=t||{},t=Hr(this.defaults,t),t.method?t.method=t.method.toLowerCase():this.defaults.method?t.method=this.defaults.method.toLowerCase():t.method="get";var i=t.transitional;i!==void 0&&Vf.assertOptions(i,{silentJSONParsing:ji.transitional(ji.boolean,"1.0.0"),forcedJSONParsing:ji.transitional(ji.boolean,"1.0.0"),clarifyTimeoutError:ji.transitional(ji.boolean,"1.0.0")},!1);var n=[],r=!0;this.interceptors.request.forEach(function(u){typeof u.runWhen=="function"&&u.runWhen(t)===!1||(r=r&&u.synchronous,n.unshift(u.fulfilled,u.rejected))});var a=[];this.interceptors.response.forEach(function(u){a.push(u.fulfilled,u.rejected)});var s;if(!r){var o=[Rf,void 0];for(Array.prototype.unshift.apply(o,n),o=o.concat(a),s=Promise.resolve(t);o.length;)s=s.then(o.shift(),o.shift());return s}for(var l=t;n.length;){var c=n.shift(),h=n.shift();try{l=c(l)}catch(d){h(d);break}}try{s=Rf(l)}catch(d){return Promise.reject(d)}for(;a.length;)s=s.then(a.shift(),a.shift());return s},Cn.prototype.getUri=function(t){return t=Hr(this.defaults,t),S$(t.url,t.params,t.paramsSerializer).replace(/^\?/,"")},Bf.forEach(["delete","get","head","options"],function(t){Cn.prototype[t]=function(i,n){return this.request(Hr(n||{},{method:t,url:i,data:(n||{}).data}))}}),Bf.forEach(["post","put","patch"],function(t){Cn.prototype[t]=function(i,n,r){return this.request(Hr(r||{},{method:t,url:i,data:n}))}});var C$=Cn;function _o(e){this.message=e}_o.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},_o.prototype.__CANCEL__=!0;var jf=_o,w$=jf;function Ur(e){if(typeof e!="function")throw new TypeError("executor must be a function.");var t;this.promise=new Promise(function(r){t=r});var i=this;e(function(r){i.reason||(i.reason=new w$(r),t(i.reason))})}Ur.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},Ur.source=function(){var t,i=new Ur(function(r){t=r});return{token:i,cancel:t}};var x$=Ur,$$=function(t){return function(n){return t.apply(null,n)}},k$=function(t){return typeof t=="object"&&t.isAxiosError===!0},zf=Jt,T$=Sf,Kr=C$,I$=Lf,_$=$o;function Hf(e){var t=new Kr(e),i=T$(Kr.prototype.request,t);return zf.extend(i,Kr.prototype,t),zf.extend(i,t),i}var xe=Hf(_$);xe.Axios=Kr,xe.create=function(t){return Hf(I$(xe.defaults,t))},xe.Cancel=jf,xe.CancelToken=x$,xe.isCancel=Of,xe.all=function(t){return Promise.all(t)},xe.spread=$$,xe.isAxiosError=k$,go.exports=xe,go.exports.default=xe;var E$=go.exports;const Wr=location.pathname.includes("scyxweb"),D$=navigator.userAgent.toLowerCase(),O$=!!/wxwork/.test(D$),Uf={set:function(e,t,i){if(e.indexOf("=")!==-1)throw new Error("Cookie\u4E0D\u652F\u6301key\u4E2D\u4F7F\u7528\u7B49\u53F7\u3010=\u3011, key:"+e);let n=new Date;n.setTime(n.getTime()+24*60*60*1e3*i),window.document.cookie=e+"="+t+";path=/;expires="+n.toGMTString()},get:function(e){if(document.cookie.length>0){var t=document.cookie.split("; ");for(let n=0;n<t.length;n++){let r=t[n].split("=");if(r[0]===e){var i=r[1];for(let a=2;a<r.length;a++)i+="="+r[a];return i}}}}};async function M$({router:e,store:t,microType:i,allowPermissionList:n,routerOptionsBak:r}){var p,m;await t.dispatch("getUserInfo"),await t.dispatch("getAppListData");const a=await t.dispatch("getPermissionData"),s=JSON.parse(((m=(p=N.getSessionStorage("appInfo"))==null?void 0:p.extendProps)==null?void 0:m.extendProps)||"{}"),o=N.getLocalStorage("versionInfo");if(o){if(s.appVersion>o.appVersion){N.setLocalStorage("versionInfo",s);let v=window.location.href,w=new URL(v),k=new URLSearchParams(w.search);k.set("v",s.appVersion),w.search=k.toString(),window.location.href=w.href}}else N.setLocalStorage("versionInfo",s);e.options=b.default.cloneDeep(r);const l=gf(i,a),c=C1(l);console.log("dynamicROuters",c);const h=e.options.routes.find(v=>v.path==="/");for(const v of c)e.addRoute(h.name,v),h.children.push(v);const u=gf(i,n).filter(v=>e.options.routes.findIndex(w=>v.name===w.name)===-1);u.forEach(v=>{v.component=v.name,v.meta={hideInMenu:!0,title:v.label,activeName:v.name}});const f=vo(u);for(const v of f)e.addRoute(je.rootRouteName,v)}function L$({router:e,store:t,microType:i,allowPermissionList:n}){Dp();const r=je.loginRouteName,a=b.default.cloneDeep(e.options);window.sessionNotValidHandler=async function(){if(typeof window.Code!="undefined"||Wr){try{await Yr(t)}catch(s){if(console.log("pluginLogin e",s),Wr)if(O$)location.href=location.protocol+"//"+location.host+"/hbwebchat/wxmain?syscode=gtptrpxebl";else try{await ft.alert({title:"\u63D0\u793A",message:"\u5F53\u524D\u4F1A\u8BDD\u5DF2\u5931\u6548\uFF0C\u7CFB\u7EDF\u5C06\u91CD\u65B0\u767B\u9646"}),console.log("\u4F1A\u8BDD\u5931\u6548-------2"),wx.miniProgram.navigateTo({url:"/pages/index/reload"})}catch(o){return console.log(o),!1}}await t.dispatch("getUserInfo"),await t.dispatch("getAppListData"),await t.dispatch("getPermissionData")}else window.confirm("\u4F1A\u8BDD\u5DF2\u5931\u6548\uFF0C\u662F\u5426\u91CD\u65B0\u767B\u5F55\uFF1F")&&e.push({name:r},()=>{window.location.reload()})},window.apiErrorHandler=function(s){$e.Message.error({content:s,duration:10,closable:!0})},e.beforeEach(async(s,o,l)=>{console.log("router.beforeEach at guard"),$e.LoadingBar.start();let c=N.getToken(),h=location.search;if(h){let f=/token=(.*)/.exec(h);if(f&&f.length>1&&c!==f[1]&&(c=f[1],t.dispatch("loginSuccess",c)),!c){let p=window.getQueryVariable("tokenWeapp");p&&(console.log("tokenInQuery",p),N.setToken(p),c=p)}}console.log("typeof window.Code",typeof window.Code);async function d(){var f,p,m;if(t.state.user.userName)console.log("window?.selectInst?.show",(f=window==null?void 0:window.selectInst)==null?void 0:f.show),(p=window==null?void 0:window.selectInst)!=null&&p.show?(window.selectInst.$emit("update:show",!1),console.log("router3"),l(!1)):(m=window==null?void 0:window.popupPageInst)!=null&&m.value?(window.popupPageInst.$emit("input",!1),console.log("router4"),l(!1)):(console.log("router5"),l());else{$e.Spin.show();try{await M$({router:e,store:t,microType:i,allowPermissionList:n,routerOptionsBak:a}),console.log("router1");const v=getQueryVariable("state");let w={};!!v&&v!="null"?(w=JSON.parse(decodeURIComponent(decodeURIComponent(v))),console.log("state",w),sessionStorage.setItem("isFromIM","1"),console.log("isFromIM\u6807\u8BC61\u5DF2\u6DFB\u52A0\u5230sessionStorage"),l({path:w.url,replace:!0})):l({...s,replace:!0})}catch{console.log("router2"),l({name:r})}$e.Spin.hide()}}const u=getQueryVariable("code");typeof window.Code!="undefined"||u||Wr?c?(await Kf()||(c=await Yr(t),t.dispatch("loginSuccess",c)),await d()):(c=await Yr(t),t.dispatch("loginSuccess",c),await d()):!c&&s.name!==r?(console.log("router6"),l({name:r})):s.name===r?(console.log("router7"),l()):(console.log("router8"),await Kf()||(c=await Yr(t),t.dispatch("loginSuccess",c)),await d())}),e.afterEach(s=>{$e.LoadingBar.finish(),window.scrollTo(0,0)})}const Yr=e=>(sessionStorage.removeItem("lambo-token"),sessionStorage.removeItem("sso_token"),sessionStorage.removeItem("userInfo"),localStorage.removeItem("v8-token"),localStorage.removeItem("userId"),localStorage.removeItem("userInfo"),Uf.set("lambo-sso-key","",1),Uf.set("TOKEN_KEY","",1),e.commit("setUserName",""),e.commit("setToken",""),Wr?new Promise((t,i)=>{let n=location.protocol+"//"+location.host+"/scyxgateway/ind-uc-ext-server/sso/hb/ssoHbWxLogin";N.axios.get(n).then(async r=>{N.setToken(r.token),t(r.token),localStorage.setItem("v8-token",r.token),sessionStorage.setItem("lambo-token",r.token)}).catch(r=>{console.log("\u83B7\u53D6token\u5F02\u5E38",r),i(0)})}):new Promise((t,i)=>{console.log("1111`111");const n=getQueryVariable("code");n?N.axios.get("/ind-uc-ext-server/sso/xtbg/auth/appLogin?code="+n).then(async r=>{N.setToken(r.token),t(r.token)}).catch(r=>{console.log("\u83B7\u53D6token\u5F02\u5E38",r),$e.Message.error({content:"\u8C03\u7528\u5355\u70B9\u767B\u5F55\u670D\u52A1\u767B\u5F55\u5F02\u5E38\uFF0C\u8BF7\u8FD4\u56DE\u79FB\u52A8\u95E8\u6237\u91CD\u65B0\u767B\u5F55\uFF01",duration:10,closable:!0}),i(0)}):(Code.postMessage(""),window.getCode=function(r){console.log("getCode res",r),N.axios.get("/ind-uc-ext-server/sso/ssoAppLogin?code="+r).then(async a=>{N.setToken(a.token),t(a.token)}).catch(a=>{console.log("\u83B7\u53D6token\u5F02\u5E38",a),$e.Message.error({content:"\u8C03\u7528\u5355\u70B9\u767B\u5F55\u670D\u52A1\u767B\u5F55\u5F02\u5E38\uFF0C\u8BF7\u8FD4\u56DE\u79FB\u52A8\u95E8\u6237\u91CD\u65B0\u767B\u5F55\uFF01",duration:10,closable:!0}),i(0)})})}));window.getQueryVariable=function(t){var i=window.location.search.substring(1),n=i.split("&");for(let a=0;a<n.length;a++){let s=n[a].split("=");if(s[0]==t)return s.slice(1).join("=")}let r=window.location.hash.substring(2);r.includes("?")&&(i=r.split("?")[1]),n=i.split("&");for(let a=0;a<n.length;a++){let s=n[a].split("=");if(s[0]==t)return s.slice(1).join("=")}return!1};const Kf=async()=>{var e;if(localStorage.getItem("whoisyourdaddy")=="1")return Promise.resolve(!0);try{let t=N.getToken();return((e=(await E$.get(`${je.authServerContext}/manage/user/getCurrentInfo`,{params:{},headers:{token:t}})).data)==null?void 0:e.code)==1}catch(t){return console.log("getLoginData e",t),$e.Message.error({content:"\u6821\u9A8C\u4F1A\u8BDD\u5F02\u5E38\uFF01",duration:10,closable:!0}),!1}},A$={mode:"history",base:"ind-mobile"};var N$={state:{userName:"",avatarImgPath:"",userManageUnitId:"",token:N.getToken()},mutations:{setAvatar(e,t){e.avatarImgPath=t},setUserName(e,t){e.userName=t},setUserManageUnitId(e,t){e.userManageUnitId=t},setToken(e,t){e.token=t,N.setToken(t)}},actions:{async handleLogin({dispatch:e},{userName:t,password:i,validCodeId:n,validCodeInput:r}){const a=await N.loginApi({userName:t,password:i,validCodeId:n,validCodeInput:r});return e("loginSuccess",a.token),a.url},loginSuccess({commit:e,dispatch:t},i){N.clearUserInfoCache(),e("setToken",i),e("setTagNavList",[]),window.top===window.self&&N.clearPermissionCache()},async handleLogout({state:e,commit:t}){await N.logoutApi(e.token),t("setToken",""),t("setUserName",""),t("setUserManageUnitId",""),setTimeout(()=>{window.location.reload()},0)},async getUserInfo({commit:e}){const t=N.getUserInfoCache();if(t)return e("setAvatar",t.userAvater),e("setUserName",t.userName),e("setUserManageUnitId",t.manageUnitId),t;const{data:i}=await N.getUserInfoApi();return e("setAvatar",i.userAvater),e("setUserName",i.userName),e("setUserManageUnitId",i.manageUnitId),N.setUserInfoCache(i),i}}};const Wf=location.pathname.includes("scyxweb");function P$(e){return N.axios.get(`${location.protocol}//${location.host}${Wf?"/scyxgateway":""}/ind-uc-ext-server/manage/ind-index-manage-preset/get`,{params:e})}function B$(e){return N.axios.post(`${location.protocol}//${location.host}${Wf?"/scyxgateway":""}/ind-uc-ext-server/manage/ind-index-manage-preset/save`,e)}const{homeRouteName:Xr}=je,F$=(e,t,i)=>{const n=Ip(e.tagNavList,i);e.tagNavList=e.tagNavList.filter(r=>!xn(r,i)),t.push(n)};var R$={state:{appInfo:"",appList:[],permissionList:[],permission:{},menuTreeList:[],myAppsList:[],homeRoute:{},breadCrumbList:[],tagNavList:[],activeName:"",collectMenuList:[],maxTabNum:5,theme:kn()},getters:{getAppInfo(e){let t=e.appInfo;return t||(t=N.getSessionStorage("appInfo")),t||{}},getAppList(e){let t=e.appList;return t.length||(t=N.getSessionStorage("appList")),t||[]},getMenuTreeList(e){let t=e.menuTreeList;return t.length||(t=N.getSessionStorage("menuTreeList")),t||[]},getMaxTabNum(e){let t=e.maxTabNum;return t||(t=N.getSessionStorage("maxTabNum")),t||5},getTheme(e){let t=e.theme;return t||(t=kn()),t},getMyAppsList(e){let t=e.myAppsList;return t.length||(t=N.getSessionStorage("myAppsList")),t||[]}},mutations:{setAppList(e,t){N.setSessionStorage("appList",t),e.appList=t},setAppInfo(e,t){let i=e.appList;i.length<=0&&(i=N.getSessionStorage("appList")||[]);const n=i.find(r=>r.appId==t);n&&(N.setSessionStorage("appInfo",n),e.appInfo=n)},setPermission(e,t){e.permission=t},setPermissionList(e,t){e.permissionList=t},setMenuTreeList(e,t){N.setSessionStorage("menuTreeList",t),e.menuTreeList=t},setMyAppsList(e,t){N.setSessionStorage("myAppsList",t),e.myAppsList=t},setHomeRoute(e,t){const i=t.options.routes;e.homeRoute=ea(i,Xr)},setBreadCrumb(e,t){e.breadCrumbList=kp(t,e.homeRoute)},setTagNavList(e,t){let i=[];t?i=[...t]:i=Tp()||[];let n=i.findIndex(r=>r.name===Xr);if(n==-1&&i.unshift({meta:{hideInMenu:!0,title:"\u9996\u9875",icon:"md-home"},hideInMenu:!0,icon:"md-home",title:"\u9996\u9875",name:"home",params:{},query:{}}),i[0]&&i[0].name!==Xr&&i.shift(),n>0){let r=i.splice(n,1)[0];i.unshift(r)}e.tagNavList=i,jo([...i])},closeTag(e,{$router:t,route:i}){let n=e.tagNavList.filter(r=>xn(r,i));i=n[0]?n[0]:null,i&&F$(e,t,i)},addTag(e,{route:t,type:i="unshift"}){let n=$p(t);_p(e.tagNavList,n)||(console.log("type=="+i),i==="push"?(e.tagNavList.length>=e.maxTabNum+1&&e.tagNavList.splice(1,1),e.tagNavList.push(n)):n.name===Xr?e.tagNavList.unshift(n):e.tagNavList.splice(1,e.tagNavList.length>=e.maxTabNum?1:0,n),jo([...e.tagNavList]))},setActiveName(e,t){e.activeName=t},setCollectMenuList(e,t){e.collectMenuList=t},setMaxTabNum(e,t=5){N.setSessionStorage("maxTabNum",t),e.maxTabNum=t},setTheme(e,t){e.theme=t,N.setLocalStorage($n,t),Tn(t)}},actions:{async getAppListData({commit:e,getters:t}){let i=t.getAppList;if(!i.length){const{data:r=[]}=await N.getAppListApi();i=r.filter(a=>a.basepath!=="/cmsadmin"),e("setAppList",i)}let n="";if(location.search){let r=/appId=([^&]*)/.exec(location.search);r&&r.length>1&&(n=r[1])}if(i.length==1&&(n=i[0].appId||""),!n){let r=i.find(a=>{var s;return((s=a.application)==null?void 0:s.appBizCode)=="mobile-main"})||{};n=(r==null?void 0:r.appId)||""}if(!n){const r=N.getSessionStorage("appInfo");n=(r==null?void 0:r.appId)||""}return n||(n=i.find(a=>a.application.extendProps.is_mobile_app=="1").appId||""),e("setAppInfo",n),i},async getPermissionData({commit:e}){const t=N.getPermissionCache();if(t){const i={};for(const n of t)n.permissionValue&&(i[n.permissionValue]=!0);return e("setPermissionList",t),e("setPermission",i),e("setMenuTreeList",bf(t)),t}try{const{data:i}=await N.getPermissionApi(),n={};for(const r of i)r.permissionValue&&(n[r.permissionValue]=!0);return e("setPermissionList",i),e("setPermission",n),e("setMenuTreeList",bf(i)),N.setPermissionCache(i),i}catch(i){console.log("getPermissionData: "+i)}},async addMenuHistory({state:e},{name:t}){const i=e.permissionList,{appId:n,permissionId:r}=i.find(a=>a.name===t)||{};n&&r&&await N.menuHistoryApi({appId:n,permissionId:r})},async addMenuCollect({state:e},{name:t}){const i=e.permissionList,{appId:n,permissionId:r}=i.find(a=>a.name===t)||{};if(!n||!r||item.type!=="2")return Promise.reject("\u8BE5\u9875\u9762\u4E0D\u80FD\u88AB\u6536\u85CF");await N.addMenuCollectApi({appId:n,permissionId:r})},async removeMenuCollect({state:e},{name:t}){const i=e.permissionList,{appId:n,permissionId:r}=i.find(a=>a.name===t)||{};if(!n||!r||item.type!=="2")return Promise.reject("\u8BE5\u9875\u9762\u4E0D\u80FD\u88AB\u6536\u85CF");await N.removeMenuCollectApi({appId:n,permissionId:r})},async saveMyAppsList({commit:e},t){try{await B$(t)}catch(i){console.error("saveMyAppsList:",i)}},async getMyAppsList({commit:e},t){try{let{data:i}=await P$(t);i=i||"[]",e("setMyAppsList",i)}catch(i){console.error("getMyAppsList:",i)}}}};const V$={modules:{user:N$,app:R$}},qr=function(e,t={theme:""}){var r;if(qr.installed)return;const i=t.theme||kn();let n=t.config||{};if(b.default.isEmpty(n)||b.default.forEach(n,(a,s)=>{N.setConfig(s,a)}),Tn(i),location.pathname.includes("scyxweb")){let a=location.protocol+"//"+location.host+"/hbwebchat/scyxweb/ind-mobile/manage/global?t="+new Date().getTime();N.axios.get(a).then(s=>{e.prototype.$config=b.default.merge({},e.prototype.$config||{},s)})}(r=e.prototype.$config)!=null&&r.systemDefaultConfig?console.log("\u4F7F\u7528\u5DF2\u7F13\u5B58\u7684\u914D\u7F6E",e.prototype.$config):N.axios.get("/user-manage-server/anon/system/qrySystemConfig").then(a=>{var s;try{const o=JSON.parse(((s=a==null?void 0:a.data)==null?void 0:s.settingInfo)||"{}");e.prototype.$config=b.default.merge({},e.prototype.$config||{},o),console.log("\u7CFB\u7EDF\u914D\u7F6E\u5DF2\u52A0\u8F7D",e.prototype.$config)}catch(o){console.error("\u89E3\u6790 settingInfo \u5931\u8D25:",o)}}).catch(a=>{console.error("\u8BF7\u6C42\u5931\u8D25:",a)}),Object.keys(fo).forEach(a=>{e.component(`IndM${a}`,fo[a])}),Object.keys(po).forEach(a=>{e.directive(a,po[a])}),window.lastInnerHeight=window.innerHeight,window.addEventListener("resize",function(){var a=window.innerHeight;a<window.lastInnerHeight?(console.log("\u952E\u76D8\u53EF\u80FD\u5C55\u5F00\u4E86"),Sp(),window.lastInnerHeight=window.innerHeight):(console.log("\u952E\u76D8\u53EF\u80FD\u6536\u8D77\u4E86"),window.lastInnerHeight=window.innerHeight)})};typeof window!="undefined"&&window.Vue&&qr(window.Vue);const j$={version:Xf.version,install:qr,components:fo,plugins:u1,getDefaultTheme:kn,doChangeTheme:Tn,directives:po};Y.Apps=oo,Y.AppsEdit=lo,Y.AppsNew=uo,Y.BasicLayout=rl,Y.DatePicker=Vo,Y.DetailView=ol,Y.EmptyLayout=Ci,Y.ErrorContent=Jr,Y.Form=Wo,Y.IndConfigPlugin=hf,Y.IndRouterPlugin=df,Y.InputSelect=$d,Y.LoadMore=Xo,Y.LoadingPanel=cf,Y.Login=Fs,Y.MyApps=Vs,Y.NotFound=Hi,Y.PageView=cl,Y.PopupView=hl,Y.QueryView=fl,Y.Search=bd,Y.SelectBtn=Td,Y.SelectPanel=wd,Y.Setting=ho,Y.User=Rs,Y.User1=il,Y.addRouterGuards=L$,Y.appItem=Ni,Y.createMacroBasicRoutes=y1,Y.createMicroBasicRoutes=b1,Y.default=j$,Y.install=qr,Y.permission=pf,Y.routerOptions=A$,Y.store=V$,Y.tabbar=Ai,Object.defineProperties(Y,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
@@ -1 +1 @@
1
- :root{--ind-black:#333;--ind-gray-1:#f4f4f4;--ind-gray-3:#ededed;--ind-gray-5:#ccc;--ind-gray-6:#999;--ind-gray-7:#666;--ind-gray-8:var(--ind-black);--ind-border-color-base:#ebedf2;--ind-text-color-1:#333;--ind-text-color-2:#666;--ind-text-color-3:#999;--ind-white:#fff;--ind-white-1:var(--ind-white);--ind-white-2:rgba(255, 255, 255, 0.85);--ind-white-3:rgba(255, 255, 255, 0.7);--ind-white-4:rgba(255, 255, 255, 0.5);--ind-white-5:rgba(255, 255, 255, 0.3);--ind-white-6:rgba(255, 255, 255, 0.1);--ind-gray-1:#f6f6f6;--ind-gray-2:#efefef;--ind-gray-3:#e6e6e6;--ind-gray-4:#ccc;--ind-gray-5:#999;--ind-gray-6:#555;--ind-gray-7:var(--ind-black);--ind-blue:#488aff;--ind-blue-1:#a3ccfe;--ind-blue-2:#81b1ff;--ind-blue-3:#79adff;--ind-blue-4:#1d70f5;--ind-blue-5:var(--ind-blue);--ind-blue-6:#02328f;--ind-blue-7:#002b7b;--ind-blue-8:#0c3d98;--ind-blue-9:#001d55;--ind-blue-10:#002874;--ind-nav-bar-blue:#3975c7;--ind-green:#34b11c;--ind-green-1:#c8fbcb;--ind-green-2:#94f7a2;--ind-green-3:#5ce87e;--ind-green-4:#34d169;--ind-green-5:var(--ind-green);--ind-green-6:#009953;--ind-green-7:#008052;--ind-green-8:#00674c;--ind-green-9:#005548;--ind-orange:#ff976a;--ind-orange-1:#fffbe8;--ind-orange-2:#fbcd65;--ind-orange-3:#fbcd65;--ind-orange-4:#f7b73e;--ind-orange-dcc:#ffb20e;--ind-orange-5:var(--ind-orange);--ind-orange-6:#ed6a0c;--ind-orange-8:#ae5e00;--ind-orange-8:#8c4600;--ind-orange-9:#743500;--ind-orange-light:var(--ind-orange-1);--ind-orange-dark:var(--ind-orange-6);--ind-red:#d32913;--ind-red-1:#fce2ce;--ind-red-2:#fabf9f;--ind-red-3:#f1926d;--ind-red-4:#e46648;--ind-red-5:var(--ind-red);--ind-red-6:#b5130d;--ind-red-7:#970910;--ind-red-8:#7a0614;--ind-red-9:#650317;--ind-gradient-red-linear:linear-gradient(to right, #ff6034, #ee0a24);--ind-gradient-orange-linear:linear-gradient(to right, #ffd01e, #ff8917);--ind-gradient-blue-radial:radial-gradient(circle at 50% 84%, #225ed2 0%, #083da3 109%);--ind-padding-base:4px;--ind-padding-xs:8px;--ind-padding-sm:16px;--ind-padding-md:24px;--ind-padding-lg:32px;--ind-padding-xl:48px;--ind-page-padding-horizon:10px;--ind-page-padding-vertical:10px;--ind-font-size-xs:10px;--ind-font-size-sm:12px;--ind-font-size-md:14px;--ind-font-size-lg:16px;--ind-font-size-xl:18px;--ind-font-size-xxl:20px;--ind-font-weight-normal:400;--ind-font-weight-bold:600;--ind-font-weight-bolder:900;--ind-line-height-xs:14px;--ind-line-height-sm:18px;--ind-line-height-md:22px;--ind-line-height-lg:24px;--ind-border-width-base:1px;--ind-border-radius-xs:2px;--ind-border-radius-sm:4px;--ind-border-radius-md:8px;--ind-border-radius-dcc:10px;--ind-border-radius-lg:14px;--ind-border-radius-xl:20px;--ind-border-radius-xxl:32px;--ind-border-radius-max:999px;--ind-border-radius-round:50%;--ind-box-shadow-sm-1:0px 1px 2px -2px rgba(0, 0, 0, 0.16);--ind-box-shadow-md-1:0px 3px 6px 0px rgba(0, 0, 0, 0.12);--ind-box-shadow-lg-1:0px 5px 12px 4px rgba(0, 0, 0, 0.09);--ind-box-shadow-sm-2:0px 3px 6px -4px rgba(0, 0, 0, 0.12);--ind-box-shadow-md-2:0px 6px 16px 0px rgba(0, 0, 0, 0.08);--ind-box-shadow-lg-2:0px 9px 28px 8px rgba(0, 0, 0, 0.05);--ind-box-shadow-sm-3:0px 6px 6px -8px rgba(0, 0, 0, 0.08);--ind-box-shadow-md-3:0px 9px 28px 0px rgba(0, 0, 0, 0.05);--ind-box-shadow-lg-3:0px 12px 48px 16px rgba(0, 0, 0, 0.03);--ind-animation-duration-base:0.3s;--ind-animation-duration-fast:0.2s;--ind-animation-timing-function-enter:ease-out;--ind-animation-timing-function-leave:ease-in}.ind-default-theme{--ind-primary-color:var(--ind-blue);--ind-bg-color-light:var(--ind-white);--ind-page-padding:var(--ind-padding-xs);--desc-color:#999;--main-color:var(--ind-blue);--deep-mian-color:#2b85e4;--deep-menu-color:#f3f2f0;--selected-background:#1890ff;--selected-background-hover:#384568;--link-hover-color:#6da1ff;--info-color:#2db7f5;--success-color:#19be6b;--warning-color:#ff9900;--error-color:#ed4014;--nav-bar-color:#333;--nav-bar-bg-color:#f5f5f5;--tooltip-color:#fff;--subsidiary-color:#808695;--rate-star-color:#f5a623;--text-color:#333333;--menu-dark-title:#f5f5f5;--menu-dark-active-bg:var(--ind-white);--layout-sider-background:#f5f5f5;--menu-dark-subsidiary-color:#333333;--menu-dark-group-title-color:#333333;--menu-white-group-title-color:#b6b6b8;--border-color-base:var(--ind-border-color-base);--check-border:#dcdee2;--main-background:#f5f7f9;--main-background-light:#f5f7f9;--ind-background:var(--main-background);--ind-background-light:var(--main-background-light);--table-td-hover-bg:#edf3ff;--red-color:red;--input-border-color:#999999;--blue-color:var(--ind-blue);--green-color:green;--gray-color:#ccc;--font-size-large:16px;--ag-sum-row-color-10:#cccfd7;--ag-sum-row-color-5:#dcdfe6;--ag-sum-row-color-1:#ebedf2;--ind-main-sider-width:200px;--ind-main-sider-collapsed-width:68px;--header-height:48px;--header-bg:linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);--header-color:hsla(0, 0%, 100%, 0.7);--header-color-hover:var(--ind-white);--header-border-bottom-color:#4fe3c1;--menu-black-active-bg:var(--ind-white);--menu-white-group-title-color:var(--text-color);--ivu-menu-item-font-size:var(--ind-font-size-md);--menu-select-bg:#f0faff;--deep-menu-color:var(--ind-primary-color);--selected-background:var(--menu-select-bg);--selected-background-hover:var(--menu-select-bg);--menu-icon-margin-right:var(--ind-padding-xs);--ind-panel-vertical-margin:12px;--ind-panel-horizon-margin:var(--ind-padding-sm);--search-margin-bottom:var(--ind-padding-sm);--search-button-margin:var(--ind-padding-sm);--grid-table-padding:var(--ind-padding-sm);--file-line-height:41px;--input-height:24px;--ind-small-button-height:24px;--ind-small-button-padding:7px}.ind-default-theme .ag-theme-balham{--ag-borders:none;--ag-font-size:var(--ind-font-size-sm);--ag-cell-line-heght:14px;--ag-cell-icon-margin-left:0;--ag-cell-horizontal-padding:0;--ag-cell-header-horizontal-padding:3px;--ag-row-group-indent-size:28px;--ag-row-border-color:var(--ind-border-color-base)}.ind-default-theme .ind-mobile-tree .ag-theme-balham{--ind-ag-cell-horizontal-padding:var(--ind-page-padding-horizon);--ag-cell-horizontal-padding:var(--ind-page-padding-horizon)}.ind-small-theme{--ind-primary-color:var(--ind-blue);--ind-bg-color-light:var(--ind-white);--ind-page-padding:var(--ind-padding-xs);--desc-color:#999;--main-color:var(--ind-blue);--deep-mian-color:#2b85e4;--deep-menu-color:#f3f2f0;--selected-background:#1890ff;--selected-background-hover:#384568;--link-hover-color:#6da1ff;--info-color:#2db7f5;--success-color:#19be6b;--warning-color:#ff9900;--error-color:#ed4014;--nav-bar-color:#333;--nav-bar-bg-color:#f5f5f5;--tooltip-color:#fff;--subsidiary-color:#808695;--rate-star-color:#f5a623;--text-color:#333333;--menu-dark-title:#f5f5f5;--menu-dark-active-bg:var(--ind-white);--layout-sider-background:#f5f5f5;--menu-dark-subsidiary-color:#333333;--menu-dark-group-title-color:#333333;--menu-white-group-title-color:#b6b6b8;--border-color-base:var(--ind-border-color-base);--check-border:#dcdee2;--main-background:#f5f7f9;--main-background-light:#f5f7f9;--ind-background:var(--main-background);--ind-background-light:var(--main-background-light);--table-td-hover-bg:#edf3ff;--red-color:red;--input-border-color:#999999;--blue-color:var(--ind-blue);--green-color:green;--gray-color:#ccc;--font-size-large:var(--ind-font-size-lg);--ag-sum-row-color-10:#cccfd7;--ag-sum-row-color-5:#dcdfe6;--ag-sum-row-color-1:#ebedf2;--ind-main-sider-width:200px;--ind-main-sider-collapsed-width:68px;--header-height:48px;--header-bg:linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);--header-color:hsla(0, 0%, 100%, 0.7);--header-color-hover:var(--ind-white);--header-border-bottom-color:#4fe3c1;--menu-black-active-bg:var(--ind-white);--menu-white-group-title-color:var(--text-color);--ivu-menu-item-font-size:var(--ind-font-size-md);--menu-select-bg:#f0faff;--deep-menu-color:var(--ind-primary-color);--selected-background:var(--menu-select-bg);--selected-background-hover:var(--menu-select-bg);--menu-icon-margin-right:8px;--ind-panel-vertical-margin:12px;--ind-panel-horizon-margin:16px;--search-margin-bottom:16px;--search-button-margin:16px;--grid-table-padding:16px;--file-line-height:41px;--input-height:24px;--ind-small-button-height:32px;--ind-small-button-padding:15px}.ind-small-theme .ag-theme-balham{--ag-borders:none;--ag-grid-size:6px;--ag-font-size:var(--ind-font-size-md);--ag-list-item-height:42px;--ag-odd-row-background-color:#fcfdfe;--ag-row-hover-color:#ecf0f1;--ag-column-hover-color:#ecf0f1;--ag-cell-icon-margin-left:var(--ag-grid-size);--ag-cell-horizontal-padding:12px;--ag-cell-header-horizontal-padding:var(--ag-cell-horizontal-padding);--ag-cell-line-heght:20px;--ag-row-group-indent-size:28px;--ag-row-border-color:var(--ind-border-color-base)}body,html{margin:0;padding:0;width:100%;height:100%;color:var(--text-color);font-size:var(--ind-font-size-md);font-family:OpenSans,'Helvetica Neue',Helvetica,Tahoma,Arial,'PingFang SC','Microsoft YaHei'}::-webkit-scrollbar-thumb{height:50px;border-radius:4px;border:2px solid #eee}::-webkit-scrollbar-thumb:hover{height:50px;border-radius:4px}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-track-piece{border-radius:0}::-webkit-scrollbar-track{background-color:#eee}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}::-webkit-scrollbar-corner{background-color:#bbb}.van-nav-bar .van-nav-bar__content{height:48px;background:var(--ind-nav-bar-blue)}.van-nav-bar .van-nav-bar__content .van-nav-bar__title.van-ellipsis{font-family:Microsoft YaHei;font-weight:400;font-size:16px;color:var(--ind-white)}.van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-nav-bar__text{color:var(--ind-white)}.van-nav-bar .van-icon.van-icon-arrow-left.van-nav-bar__arrow{color:var(--ind-white)!important}.ind-basic-layout{width:100vw;min-height:100vh;height:unset!important;background:var(--main-background)}.van-nav-bar{z-index:3}.ind-from-wrap .ivu-row .ivu-col-span-24:first-child .ivu-form-item{margin-top:0!important}.ind-from-wrap .ivu-row .ivu-col-span-24:last-child .ivu-form-item{margin-bottom:0!important}.ind-card-title+.ivu-col-span-24 hr{margin:0 0 5px 0!important}.ind-page-msg-tip{text-align:right;padding:var(--ind-page-padding-horizon) var(--ind-page-padding-horizon) 0 var(--ind-page-padding-horizon)}body{font-size:var(--ind-font-size-sm)!important}.ind-panel{padding:var(--ind-padding-xs) var(--ind-padding-sm);background-color:var(--ind-bg-color-light);border-radius:var(--ind-border-radius-sm)}.ind-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.ind-flex.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-flex.baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.ind-flex.end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ind-flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.height100{height:100%}.ind-flex-no-shrink{-ms-flex-negative:0;flex-shrink:0}.ind-flex-grow{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.ind-mt{margin-top:var(--ind-padding-xs)}.ind-mr{margin-right:var(--ind-padding-xs)}.ind-mb{margin-bottom:var(--ind-padding-xs)}.ind-ml{margin-left:var(--ind-padding-xs)}.ddd-mobile-theme .ind-page-view{height:100vh!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ddd-mobile-theme .ind-page-view .ind-page{height:1px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:auto!important}.ddd-mobile-theme .ind-page-view .ind-bottom-info{position:static!important;-ms-flex-negative:0;flex-shrink:0}.ind-up{color:var(--ind-green)}.ind-down{color:var(--ind-red)}.ind-highlight{color:var(--ind-orange)}.ind-vcenter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-flex-horizon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ind-flex-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ind-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-flex-no-shrink{-ms-flex-negative:0;flex-shrink:0}.ind-flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ind-label{white-space:nowrap;color:var(--ind-text-color-3)}.ind-color3{color:var(--ind-text-color-3)}.ind-content-fuck{background:-webkit-gradient(linear,left top,right top,from(#f4f4f4),to(#fff));background:linear-gradient(to right,#f4f4f4,#fff);border-radius:10px;padding:10px}.ind-border-none{border:none!important}.ind-border-none .ivu-form{border:none!important;border-radius:unset!important}.ind-label2{color:var(--ind-text-color-2)}.ind-content-panel{height:calc(100% - 70px);overflow:auto}.ind-bottom-info{position:fixed;bottom:0;left:0;z-index:1;width:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);background:var(--ind-white);-webkit-box-shadow:0 -1px 4px 0 rgba(0,0,0,.06);box-shadow:0 -1px 4px 0 rgba(0,0,0,.06)}.ind-bottom-btn{-ms-flex-negative:0;flex-shrink:0;z-index:1;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);background:var(--ind-white);-webkit-box-shadow:0 -1px 4px 0 rgba(0,0,0,.06);box-shadow:0 -1px 4px 0 rgba(0,0,0,.06)}.ind-bottom-btn .ivu-btn{width:100%;margin:0 var(--ind-page-padding-horizon) 0 0}.ind-bottom-btn .ivu-btn:last-child{margin-right:0}.ind-bottom-btn span.ind-large,.ind-bottom-info span.ind-large{line-height:var(--ind-font-size-lg)}.ind-static{background-size:100% auto;background-position:top;background-repeat:no-repeat;width:100vw;height:100vh}.ind-page{position:relative;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);background-color:var(--ind-background);-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}.ind-page.loadmore{height:calc(100vh - 150px);overflow:auto}.ind-panel{margin-bottom:var(--ind-page-padding-vertical)!important;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);border-radius:var(--ind-border-radius-dcc);background-color:var(--ind-white);overflow:hidden}.ind-form-panel{line-height:32px}.ind-collapse-item{margin-top:var(--ind-page-padding-vertical)}.ind-large{font-weight:700;font-size:var(--ind-font-size-lg)}.ind-page-title{line-height:24px;font-weight:700;font-size:var(--ind-font-size-lg);text-align:left}.ind-page-sub-title{text-align:left;color:var(--ind-text-color-3);font-size:var(--ind-font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ind-panel-title{color:var(--ind-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ind-panel-title .ind-panel-title-icon{-ms-flex-negative:0;flex-shrink:0;color:var(--ind-blue);margin-right:4px}.ind-panel-title .ind-panel-title-text{font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ind-panel-title .ind-panel-title-icon-img{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;margin-right:4px;margin-top:4px}.ind-panel-title .ind-panel-title-icon-img.standard-icon-img{margin-top:7px;background:url(img/standard-icon-basic.png) center center/100% 100% no-repeat}.ind-panel-title .ind-panel-title-icon-img.audit-icon-img{background:url(img/item-icon.png) center center/100% 100% no-repeat}.ind-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 var(--ind-page-padding-horizon);-webkit-box-sizing:border-box;box-sizing:border-box}.ind-title::before{content:'';position:absolute;top:50%;left:0;height:60%;width:var(--ind-title-left-bar-width);background-color:var(--theme-color);border-radius:var(--ind-border-radius-md);-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%)}.ind-title .ind-title-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;padding-left:var(--ind-page-padding-horizon);font-size:var(--ind-font-size-lg);font-weight:var(--ind-font-weight-bold)}.ind-title .ind-title-label{font-size:var(--ind-font-size-sm);color:var(--ind-text-color-3)}.ind-desc-text{padding:var(--ind-page-padding-horizon);color:var(--ind-text-color-2);text-indent:1.5em}.ind-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.ind-tabs .ind-tab{white-space:nowrap}.ind-tabs.type--outline .ind-tab,.ind-tabs.type--solid .ind-tab{padding:0 var(--ind-padding-md);color:var(--ind-text-color-2);background-color:var(--main-background-light);border:1px solid var(--ind-border-color);border-right-width:0;-webkit-box-sizing:border-box;box-sizing:border-box}.ind-tabs.type--outline .ind-tab.next-tab,.ind-tabs.type--solid .ind-tab.next-tab{border-left-width:0}.ind-tabs.type--outline .ind-tab:first-child,.ind-tabs.type--solid .ind-tab:first-child{border-top-left-radius:var(--ind-border-radius-md);border-bottom-left-radius:var(--ind-border-radius-md)}.ind-tabs.type--outline .ind-tab:last-child,.ind-tabs.type--solid .ind-tab:last-child{border-right-width:1px;border-top-right-radius:var(--ind-border-radius-md);border-bottom-right-radius:var(--ind-border-radius-md)}.ind-tabs.type--outline .ind-tab.active{color:var(--theme-color);border-right-width:1px;border-color:var(--theme-color)}.ind-tabs.type--solid .ind-tab.active{color:var(--main-background-light);background-color:var(--theme-color);border-color:var(--theme-color)}.ind-tabs.type--bottom-bar{color:var(--ind-text-color-2)}.ind-tabs.type--bottom-bar .ind-tab{padding:var(--ind-padding-base) var(--ind-padding-xs);-webkit-box-sizing:border-box;box-sizing:border-box}.ind-tabs.type--bottom-bar .ind-tab.active{position:relative;color:var(--theme-color)}.ind-tabs.type--bottom-bar .ind-tab.active::after{content:'';position:absolute;bottom:0;left:50%;height:var(--ind-tabs-bottom-bar-height);width:var(--ind-tabs-bottom-bar-width);background-color:var(--theme-color);border-radius:var(--ind-border-radius-md);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ind-tabs.type--small-switch,.ind-tabs.type--switch{color:var(--ind-text-color-3);font-size:var(--ind-font-size-sm);border:1.1px solid var(--main-background);border-radius:var(--ind-border-radius-md);background-color:var(--main-background)}.ind-tabs.type--switch .ind-tab{width:5em;text-align:center}.ind-tabs.type--switch .ind-tab.active{color:var(--theme-color);background-color:var(--main-background-light);border-radius:var(--ind-border-radius-md)}.ind-tabs.type--small-switch .ind-tab{width:1.5em;text-align:center}.ind-tabs.type--small-switch .ind-tab.active{color:var(--main-background-light);background-color:var(--theme-color);border-radius:var(--ind-border-radius-md)}.ind-tabs.type--picker .ind-tab{padding:0 var(--ind-padding-sm);background-color:var(--main-background);border-radius:var(--ind-border-radius-md);-webkit-box-sizing:border-box;box-sizing:border-box}.ind-switch-chart-table-content{position:relative}.ind-switch-chart-table-content .ind-card-tabs,.ind-switch-chart-table-content .ind-chart-table-tab{padding:var(--ind-page-padding-vertical) 0}.ind-switch-chart-table-content .ind-chart-table-tab{position:absolute;top:0;right:0}.ind-bottom-bar-chart-table-content{position:relative}.ind-bottom-bar-chart-table-content .ind-card-tabs{padding-bottom:var(--ind-page-padding-vertical)}.ind-bottom-bar-chart-table-content .ind-chart-table-tab{position:absolute;top:.5em;right:0;padding-top:0}.ind-picker-chart-table-content{position:relative}.ind-picker-chart-table-content .ind-select{margin-left:var(--ind-page-padding-horizon);padding-bottom:var(--ind-page-padding-vertical)}.ind-picker-chart-table-content .ind-chart-table-tab{position:absolute;top:0;right:0;padding-top:0}.ind-card-tabs,.ind-chart-table-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-card-tabs.scrollX{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto}.ind-chart-table-tab{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;margin-right:var(--ind-page-padding-horizon);padding-bottom:var(--ind-page-padding-vertical)}.ind-chart{height:30vh;width:100%}.ind-chart-tooltip{z-index:10!important}.ind-total-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.ind-total-content .total-box{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.ind-total-content .total-box .num,.ind-total-content .total-box .title{font-size:var(--ind-font-size-lg)}.ind-total-content .total-box .title{color:var(--ind-text-color)}.ind-total-content .total-box .num{font-weight:var(--ind-font-weight-bold)}.ind-total-content .total-box .bottom-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-total-content .total-box .bottom-content .rank-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:var(--ind-font-size-sm);font-weight:var(--ind-font-weight-bold)}.ind-total-content .total-box .bottom-content .rank-content .rank{color:var(--ind-text-color-2)}.ind-sub-title{color:var(--ind-text-color-2);text-align:center}.ind-sub-title1{margin:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);line-height:2;text-align:center;font-size:var(--indt-font-size-sm);font-weight:var(--ind-font-weight-bold);background-color:var(--main-background)}.ind-progress .el-progress-bar__outer{border-radius:var(--ind-border-radius-sm)}.ind-progress .el-progress-bar__outer .el-progress-bar__inner{text-align:left;border-radius:var(--ind-border-radius-sm)}.ind-empty{width:100%;height:100%;min-height:500px;background:url(img/empty.png) center 40%/200px auto no-repeat;position:relative}.ind-empty::after{width:100%;position:absolute;text-align:center;content:'暂无数据';color:var(--ind-text-color-3);top:65%;left:0}.ind-padding-row{-ms-flex-negative:0;flex-shrink:0;height:10px;width:100%;background-color:var(--main-background)}.ind-padding-row2{-ms-flex-negative:0;flex-shrink:0;height:2px;width:100%;background-color:var(--main-background)}.ind-status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;padding:0 10px;position:relative;color:#fff;-ms-flex-item-align:center;align-self:center;background-position:top right;background-size:100% 24px;background-repeat:no-repeat;line-height:24px}.ind-process-status{background-image:url(img/normal-icon.png)}.ind-done-status{background-image:url(img/done-icon.png)}.ind-save-status{background-image:url(img/save-icon.png)}.ind-page-icon{height:42px;width:42px;margin-right:var(--ind-page-padding-horizon)}.ind-page-icon.standard-icon{background:url(img/standard-icon.png) center center/100% 100% no-repeat}.ind-page-icon.need-icon{background:url(img/need-icon.png) center center/100% 100% no-repeat}.ind-badge{background-color:var(--ind-gray-3);border-radius:6px;font-size:var(--ind-font-size-md);padding:0 4px}.ind-blue{color:var(--ind-blue)}.ind-orange{color:var(--ind-orange-dcc)}.ind-m-app-center{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#f7f8fa}.ind-m-app-page{background-color:#f7f8fa;min-height:calc(100vh - 48px)}.ind-m-placeholder{margin-bottom:12px}.ind-m-search-results-container{width:80vw;height:45vh;max-height:50vh;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px}.ind-m-search-result-item{width:25%;padding:16px 8px;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto}.ind-m-myApp-container{width:100%;height:auto;background-color:#fff;border-radius:8px;margin-bottom:12px;overflow:hidden;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.03);box-shadow:0 2px 8px rgba(0,0,0,.03)}.ind-m-myApp-inner{width:100%;height:100%;border-radius:8px;overflow:hidden}.ind-m-myApp-container-top{height:44px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;border-bottom:1px solid #f5f5f5}.ind-m-my-apps-title{font-weight:700;font-size:14px;color:#000}.ind-m-edit-btn{border-radius:4px;font-size:12px;height:28px;line-height:26px;padding:0 12px}.ind-m-appsssss-container{height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-m-appsssss-item{width:25%;min-width:25%;padding:0 25px}.customnnnmmmm-tabs-container{width:100%;height:calc(100vh - 140px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.customnnnmmmm-tabs-header-wrapper{overflow-x:auto;overflow-y:hidden;height:50px;background-color:#fff;margin-bottom:10px;border-radius:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.customnnnmmmm-tabs-header-wrapper::-webkit-scrollbar{display:none}.customnnnmmmm-tabs-header{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.customnnnmmmm-tab-item{padding:0 10px;margin:0 1px;-ms-flex-negative:0;flex-shrink:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;-webkit-tap-highlight-color:transparent;-ms-touch-action:manipulation;touch-action:manipulation}.customnnnmmmm-tab-item:active{-webkit-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98);border:none!important}.customnnnmmmm-tab-item-top{height:auto;margin-bottom:5px;-webkit-transition:all .3s ease;transition:all .3s ease;color:#000;font-size:15px;-webkit-font-smoothing:antialiased}.customnnnmmmm-tab-item-top.active{color:#2678ff;font-weight:700}.customnnnmmmm-tab-item-bottom{width:0;background-color:transparent;height:3px;border-radius:4px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.customnnnmmmm-tab-item-bottom.active{width:80%;background-color:#2678ff;border-radius:8px}.ind-m-custom-tabs-content{border-top:none;height:calc(100% - 60px);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.ind-m-custom-sidebar{width:120px;-ms-flex-negative:0;flex-shrink:0;background-color:#f7f8fa;height:100%;overflow-y:auto;padding-left:10px;scrollbar-width:none;-ms-overflow-style:none}.ind-m-custom-sidebar::-webkit-scrollbar{display:none}.ind-m-sidebar-item{padding:16px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-color:#f7f8fa;position:relative;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.ind-m-sidebar-item::before{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background-color:#ebedf0;-webkit-transform:scaleY(.5);-ms-transform:scaleY(.5);transform:scaleY(.5)}.ind-m-sidebar-item:last-child::before{display:none}.ind-m-sidebar-item .ind-m-sidebar-text{white-space:normal;word-break:break-word;overflow-wrap:break-word;text-align:center;width:100%;font-size:14px;line-height:1.4;color:#666;font-weight:400;-webkit-transition:inherit;transition:inherit}.ind-m-sidebar-item.active{background-color:#fff}.ind-m-sidebar-item.active .sidebar-text{color:#1989fa!important;font-weight:700!important}.ind-m-apps-container{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 0 0 12px;overflow-y:auto;scroll-behavior:smooth;height:100%;background-color:#fff;scrollbar-width:none;-ms-overflow-style:none;padding:12px}.ind-m-apps-container::-webkit-scrollbar{display:none}.ind-m-menu-section{margin-bottom:24px}.ind-m-divider-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.ind-m-custom-divider{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700;margin:12px 0;color:#100808}.ind-m-custom-divider::after,.ind-m-custom-divider::before{content:'';width:30px;height:3px;margin:0 10px}.ind-m-custom-divider::before{background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,rgba(204,204,204,.3)),color-stop(50%,#ccc),to(#ccc));background:linear-gradient(90deg,transparent 0,rgba(204,204,204,.3) 20%,#ccc 50%,#ccc 100%)}.ind-m-custom-divider::after{background:-webkit-gradient(linear,left top,right top,from(#ccc),color-stop(50%,#ccc),color-stop(80%,rgba(204,204,204,.3)),to(transparent));background:linear-gradient(90deg,#ccc 0,#ccc 50%,rgba(204,204,204,.3) 80%,transparent 100%)}.ind-m-menu-section-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 0}.ind-m-app-item-wrapper{width:33.33%}.ind-m-app-item-wrapper.full-width{width:100%}.ind-m-category-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.ind-m-category-indicator{width:3px;height:10px;background:#1989fa;margin-right:5px;border-radius:4px}.ind-m-category-title{font-size:13px;color:#666}.simple-app-card{-ms-flex-negative:0;flex-shrink:0;min-width:72px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-tabs{width:100%;height:calc(100vh - 140px)}.custom-tabs /deep/ .van-tabs__line{background-color:#1989fa;bottom:15px}.custom-tabs /deep/ .van-tab{padding:0 12px}.custom-tabs /deep/ .van-tabs__wrap{height:44px;background-color:#fff;border-radius:8px;margin-bottom:12px}.ind-my-custom-grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-bottom:20px}.ind-my-custom-grid-item{width:25%;height:85px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-swipe__indicator{background-color:#515a6e!important}.van-swipe__indicator--active{background-color:#005aaf!important}.ind-myApp-slim{height:auto;width:100%;background-color:transparent;margin-top:10px;margin-bottom:10px}.ind-myApp-slim .ind-myApp-slim-content{height:45px;width:100%;background-color:#fff;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;padding-right:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-title{height:100%;width:auto;font-size:14px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-center{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;font-weight:bolder;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-button{height:100%;width:20%;font-size:16px;font-weight:bolder;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-button .ind-myApp-slim-content-button-btn{height:60%;width:70%;color:#f0f8ff;background-color:#fff;border-radius:8px;font-size:14px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#228ae0}.ind-myApp-slim .ind-myApp-slim-icon-group{display:-webkit-box;display:-ms-flexbox;display:flex}.ind-myApp-slim .ind-myApp-slim-icon{width:30px;height:30px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;color:#000;border:3px solid #fff;position:relative;margin-left:-10px}.ind-myApp-slim .ind-myApp-slim-icon:first-child{margin-left:0}.ind-myApp-slim .ind-myApp-slim-toggle-icon{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;font-size:14px}.ind-myApp-slim .ind-myApp-slim-rotate-down{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.ind-myApp-slim .ind-myApp-slim-content-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ind-myApp-slim .ind-myApp-slim-content-content .ind-myApp-slim-content-content-item{width:calc(100% / 4);height:100%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-my-app-container{width:100%;overflow-y:auto;background:#f7f8fa;padding:8px;scroll-behavior:smooth;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.ind-my-app-container .ind-my-app-container-square{width:100%;height:auto;background:#fff;border-radius:8px;margin-bottom:10px;overflow:hidden;scroll-margin-top:40px}.ind-my-app-container .ind-my-app-container-square .ind-my-app-container-square-title{height:40px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.ind-app-item{height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:8px;padding-right:8px}.ind-app-item .ind-app-item-icon{height:50px;width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:5px}.ind-app-item .ind-app-item-icon .ind-app-item-icon-img{height:2.5rem;width:2.5rem;position:relative}.ind-app-item .ind-app-item-icon .ind-app-item-icon-img .ind-app-item-icon-imgbadge{position:absolute;top:-7px;right:-8px;z-index:1}.ind-app-item .ind-app-item-icon .ind-app-item-icon-img img{height:100%;width:100%;border-radius:8px}.ind-app-item .ind-app-item-title{height:auto;width:100%;text-align:center;font-size:12px;padding-bottom:5px}.ind-app-item .ind-app-item-title.ellipsis{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.ind-error-page .content-con{width:100%;height:auto;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.ind-error-page .content-con .text-con{position:absolute;left:0;top:-80px}.ind-login{position:relative;width:100%;height:100%;background-image:url(imgs/login/login-bg.jpg);background-size:cover;background-position:center}.ind-login-con{position:absolute;right:7.5%;top:50%;-webkit-transform:translateY(-60%);-ms-transform:translateY(-60%);transform:translateY(-60%);width:85%}.ind-login-con .ind-form-con{padding:10px 0 0;border-left:none!important;border-top:none!important}.ind-login .ind-login-form .ind-login-prefix{width:13px;height:13px}.ind-login .ind-login-form .ind-login-captcha{width:65%}.ind-login .ind-login-form .ind-login-img-box{width:90px;height:33px;float:right;padding:2px;margin-top:-33px;background-color:#f8f8f9}.ind-login .ind-login-form .ind-login-img-box .ind-login-captcha-img{width:100%;height:100%}.custom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-overlay.show{display:-webkit-box;display:-ms-flexbox;display:flex}.ind-loading-wrapper-local{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%}.ind-loading-wrapper-global{height:100%;width:100%;position:relative}.ind-loading-wrapper-text{width:100%;height:20px;font-size:16px;color:#000;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:56%;text-align:center;line-height:20px}.ind-loading-block{display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;height:100px;background-color:#fff;border-radius:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-loading-block .ind-loading-block-center{width:60px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-loading-block .ind-loading-block-center img{width:56px;height:40px}.ind-loading-block .ind-loading-block-center .img-divv{width:56px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-loading-block .ind-loading-block-center .ind-loading-block-text{height:20px;width:100%;font-size:14px;color:#000;text-align:center;line-height:20px}.ind-select-panel .lambo-grid-table{padding:0 0}.ind-select-panel .ag-root-wrapper{border:none!important}.ind-select-panel .ag-theme-balham{position:relative;top:-60px}.ind-select-panel .ag-row-hover.ag-full-width-row.ag-row-group::before,.ind-select-panel .ag-row-hover:not(.ag-full-width-row)::before,.ind-select-panel .ag-row-odd,.ind-select-panel .ag-row-selected::before{background-color:var(--ind-white)!important}.ind-select-panel .ag-row-hover.ag-row-selected::before{background-image:none!important}.ind-select-panel .lambo-grid-table .ag-theme-balham .ag-ltr .ag-cell{border-right-color:var(--ind-white)!important}.ind-select-panel .ind-checkbox-bottom{padding-left:10px;top:8px;color:var(--ind-text-color-1)}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper{background-color:var(--ind-white)}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper::after{color:#7f8c8d}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper.ag-checked::after{color:var(--ag-checkbox-checked-color)}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper:active,.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper:focus-within{-webkit-box-shadow:unset;box-shadow:unset}.ind-select-panel.ind-select-panel-widthheader .ag-theme-balham{top:-10px}.ind-mobile-search .van-search__content{border-radius:var(--ind-border-radius-lg);background-color:#f9f9f9}.ind-mobile-search .toggle-condition{width:32px;height:32px;background:url(img/shaixuan.png) center center/16px 16px no-repeat}.ind-mobile-search .toggle-condition.active{background:url(img/shaixuanzhong.png) center center/16px 16px no-repeat}.item-select-btn-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.item-select-btn-panel .ind-item-btn{width:calc(33.33% - 8px);-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;text-align:center;padding:5px 10px;margin:5px 0;border-radius:17px;border:1px solid #eee;background:#eee}.item-select-btn-panel .ind-item-btn.checked{background:rgba(0,120,255,.1);border:1px solid #0078ff;color:#0078ff}.item-select-btn-panel .ind-item-btn:nth-child(3n+1),.item-select-btn-panel .ind-item-btn:nth-child(3n+2){margin-right:12px}.ind-page-view .ivu-form .ivu-form-item{margin:1px 0!important}.ivu-form .ivu-form-item-label{text-align:left!important;color:var(--ind-text-color-2)!important;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon) var(--ind-page-padding-vertical) 0;font-size:var(--ind-font-size-sm)!important}.ivu-form .ivu-col .ivu-form-item .ivu-form-item-content{text-align:right!important;line-height:unset!important;padding-top:calc(var(--ind-page-padding-vertical) - 4px);font-size:var(--ind-font-size-sm)!important;color:var(--ind-text-color-1)}.ivu-form .ivu-col .ivu-form-item.ind-list-title .ivu-form-item-content{text-align:left!important;font-size:var(--ind-font-size-lg);font-weight:700;position:relative}.ivu-form .ivu-col .ivu-form-item.ind-list-title .ivu-form-item-content .van-icon{position:absolute;right:0;top:9px}.ivu-form .ivu-col.ivu-col-span-12 .ivu-form-item{margin:1px 0!important}.ivu-form .ivu-col.ivu-col-span-12 .ivu-form-item .ivu-form-item-content{text-align:left!important;color:var(--ind-text-color-3)}.ivu-form .ivu-col.ivu-col-span-12 .ivu-form-item .ivu-form-item-content span{color:var(--ind-text-color-1)}.ivu-input{border-radius:unset;border:none;text-align:right;color:var(--ind-text-color-1);font-size:var(--ind-font-size-sm)!important;font-weight:400}.ivu-input:focus{border:none;-webkit-box-shadow:none;box-shadow:none}.ind-input-select .ivu-input-icon{right:-8px}.ind-input-select .ivu-input-icon-normal+.ivu-input{padding-right:16px}.ivu-btn{border-radius:20px}.ivu-btn.ivu-btn-default{background:#e7f2ff;border:none;color:#0078ff}.ivu-btn.ivu-btn-primary{background:-webkit-gradient(linear,left top,right top,from(#0078ff),to(#4ac6ff));background:linear-gradient(90deg,#0078ff,#4ac6ff);border:none;color:var(--ind-white)}.van-collapse-item__title{padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);font-weight:700;color:var(--ind-text-color-1);border-top-left-radius:var(--ind-border-radius-dcc);border-top-right-radius:var(--ind-border-radius-dcc);border-bottom-left-radius:var(--ind-border-radius-dcc);border-bottom-right-radius:var(--ind-border-radius-dcc)}.van-collapse-item__title.van-collapse-item__title--expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}.van-collapse-item__content{padding:0 0;border-bottom-left-radius:var(--ind-border-radius-dcc);border-bottom-right-radius:var(--ind-border-radius-dcc)}input[type=number]{background:#f6f6f6;height:28px;width:110px;border-radius:4px}.ivu-form-item:has(.common-group){background:-webkit-gradient(linear,left top,right top,from(#e2e2e2),to(#fff));background:linear-gradient(to right,#e2e2e2,#fff);padding-left:4px;width:50%;color:#000;font-weight:700}.ivu-form-item:has(.common-group) .ivu-form-item-label{padding:6px;color:#000!important;font-weight:900}
1
+ :root{--ind-black:#333;--ind-gray-1:#f4f4f4;--ind-gray-3:#ededed;--ind-gray-5:#ccc;--ind-gray-6:#999;--ind-gray-7:#666;--ind-gray-8:var(--ind-black);--ind-border-color-base:#ebedf2;--ind-text-color-1:#333;--ind-text-color-2:#666;--ind-text-color-3:#999;--ind-white:#fff;--ind-white-1:var(--ind-white);--ind-white-2:rgba(255, 255, 255, 0.85);--ind-white-3:rgba(255, 255, 255, 0.7);--ind-white-4:rgba(255, 255, 255, 0.5);--ind-white-5:rgba(255, 255, 255, 0.3);--ind-white-6:rgba(255, 255, 255, 0.1);--ind-gray-1:#f6f6f6;--ind-gray-2:#efefef;--ind-gray-3:#e6e6e6;--ind-gray-4:#ccc;--ind-gray-5:#999;--ind-gray-6:#555;--ind-gray-7:var(--ind-black);--ind-blue:#488aff;--ind-blue-1:#a3ccfe;--ind-blue-2:#81b1ff;--ind-blue-3:#79adff;--ind-blue-4:#1d70f5;--ind-blue-5:var(--ind-blue);--ind-blue-6:#02328f;--ind-blue-7:#002b7b;--ind-blue-8:#0c3d98;--ind-blue-9:#001d55;--ind-blue-10:#002874;--ind-nav-bar-blue:#3975c7;--ind-green:#34b11c;--ind-green-1:#c8fbcb;--ind-green-2:#94f7a2;--ind-green-3:#5ce87e;--ind-green-4:#34d169;--ind-green-5:var(--ind-green);--ind-green-6:#009953;--ind-green-7:#008052;--ind-green-8:#00674c;--ind-green-9:#005548;--ind-orange:#ff976a;--ind-orange-1:#fffbe8;--ind-orange-2:#fbcd65;--ind-orange-3:#fbcd65;--ind-orange-4:#f7b73e;--ind-orange-dcc:#ffb20e;--ind-orange-5:var(--ind-orange);--ind-orange-6:#ed6a0c;--ind-orange-8:#ae5e00;--ind-orange-8:#8c4600;--ind-orange-9:#743500;--ind-orange-light:var(--ind-orange-1);--ind-orange-dark:var(--ind-orange-6);--ind-red:#d32913;--ind-red-1:#fce2ce;--ind-red-2:#fabf9f;--ind-red-3:#f1926d;--ind-red-4:#e46648;--ind-red-5:var(--ind-red);--ind-red-6:#b5130d;--ind-red-7:#970910;--ind-red-8:#7a0614;--ind-red-9:#650317;--ind-gradient-red-linear:linear-gradient(to right, #ff6034, #ee0a24);--ind-gradient-orange-linear:linear-gradient(to right, #ffd01e, #ff8917);--ind-gradient-blue-radial:radial-gradient(circle at 50% 84%, #225ed2 0%, #083da3 109%);--ind-padding-base:4px;--ind-padding-xs:8px;--ind-padding-sm:16px;--ind-padding-md:24px;--ind-padding-lg:32px;--ind-padding-xl:48px;--ind-page-padding-horizon:10px;--ind-page-padding-vertical:10px;--ind-font-size-xs:10px;--ind-font-size-sm:12px;--ind-font-size-md:14px;--ind-font-size-lg:16px;--ind-font-size-xl:18px;--ind-font-size-xxl:20px;--ind-font-weight-normal:400;--ind-font-weight-bold:600;--ind-font-weight-bolder:900;--ind-line-height-xs:14px;--ind-line-height-sm:18px;--ind-line-height-md:22px;--ind-line-height-lg:24px;--ind-border-width-base:1px;--ind-border-radius-xs:2px;--ind-border-radius-sm:4px;--ind-border-radius-md:8px;--ind-border-radius-dcc:10px;--ind-border-radius-lg:14px;--ind-border-radius-xl:20px;--ind-border-radius-xxl:32px;--ind-border-radius-max:999px;--ind-border-radius-round:50%;--ind-box-shadow-sm-1:0px 1px 2px -2px rgba(0, 0, 0, 0.16);--ind-box-shadow-md-1:0px 3px 6px 0px rgba(0, 0, 0, 0.12);--ind-box-shadow-lg-1:0px 5px 12px 4px rgba(0, 0, 0, 0.09);--ind-box-shadow-sm-2:0px 3px 6px -4px rgba(0, 0, 0, 0.12);--ind-box-shadow-md-2:0px 6px 16px 0px rgba(0, 0, 0, 0.08);--ind-box-shadow-lg-2:0px 9px 28px 8px rgba(0, 0, 0, 0.05);--ind-box-shadow-sm-3:0px 6px 6px -8px rgba(0, 0, 0, 0.08);--ind-box-shadow-md-3:0px 9px 28px 0px rgba(0, 0, 0, 0.05);--ind-box-shadow-lg-3:0px 12px 48px 16px rgba(0, 0, 0, 0.03);--ind-animation-duration-base:0.3s;--ind-animation-duration-fast:0.2s;--ind-animation-timing-function-enter:ease-out;--ind-animation-timing-function-leave:ease-in}.ind-default-theme{--ind-primary-color:var(--ind-blue);--ind-bg-color-light:var(--ind-white);--ind-page-padding:var(--ind-padding-xs);--desc-color:#999;--main-color:var(--ind-blue);--deep-mian-color:#2b85e4;--deep-menu-color:#f3f2f0;--selected-background:#1890ff;--selected-background-hover:#384568;--link-hover-color:#6da1ff;--info-color:#2db7f5;--success-color:#19be6b;--warning-color:#ff9900;--error-color:#ed4014;--nav-bar-color:#333;--nav-bar-bg-color:#f5f5f5;--tooltip-color:#fff;--subsidiary-color:#808695;--rate-star-color:#f5a623;--text-color:#333333;--menu-dark-title:#f5f5f5;--menu-dark-active-bg:var(--ind-white);--layout-sider-background:#f5f5f5;--menu-dark-subsidiary-color:#333333;--menu-dark-group-title-color:#333333;--menu-white-group-title-color:#b6b6b8;--border-color-base:var(--ind-border-color-base);--check-border:#dcdee2;--main-background:#f5f7f9;--main-background-light:#f5f7f9;--ind-background:var(--main-background);--ind-background-light:var(--main-background-light);--table-td-hover-bg:#edf3ff;--red-color:red;--input-border-color:#999999;--blue-color:var(--ind-blue);--green-color:green;--gray-color:#ccc;--font-size-large:16px;--ag-sum-row-color-10:#cccfd7;--ag-sum-row-color-5:#dcdfe6;--ag-sum-row-color-1:#ebedf2;--ind-main-sider-width:200px;--ind-main-sider-collapsed-width:68px;--header-height:48px;--header-bg:linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);--header-color:hsla(0, 0%, 100%, 0.7);--header-color-hover:var(--ind-white);--header-border-bottom-color:#4fe3c1;--menu-black-active-bg:var(--ind-white);--menu-white-group-title-color:var(--text-color);--ivu-menu-item-font-size:var(--ind-font-size-md);--menu-select-bg:#f0faff;--deep-menu-color:var(--ind-primary-color);--selected-background:var(--menu-select-bg);--selected-background-hover:var(--menu-select-bg);--menu-icon-margin-right:var(--ind-padding-xs);--ind-panel-vertical-margin:12px;--ind-panel-horizon-margin:var(--ind-padding-sm);--search-margin-bottom:var(--ind-padding-sm);--search-button-margin:var(--ind-padding-sm);--grid-table-padding:var(--ind-padding-sm);--file-line-height:41px;--input-height:24px;--ind-small-button-height:24px;--ind-small-button-padding:7px}.ind-default-theme .ag-theme-balham{--ag-borders:none;--ag-font-size:var(--ind-font-size-sm);--ag-cell-line-heght:14px;--ag-cell-icon-margin-left:0;--ag-cell-horizontal-padding:0;--ag-cell-header-horizontal-padding:3px;--ag-row-group-indent-size:28px;--ag-row-border-color:var(--ind-border-color-base)}.ind-default-theme .ind-mobile-tree .ag-theme-balham{--ind-ag-cell-horizontal-padding:var(--ind-page-padding-horizon);--ag-cell-horizontal-padding:var(--ind-page-padding-horizon)}.ind-small-theme{--ind-primary-color:var(--ind-blue);--ind-bg-color-light:var(--ind-white);--ind-page-padding:var(--ind-padding-xs);--desc-color:#999;--main-color:var(--ind-blue);--deep-mian-color:#2b85e4;--deep-menu-color:#f3f2f0;--selected-background:#1890ff;--selected-background-hover:#384568;--link-hover-color:#6da1ff;--info-color:#2db7f5;--success-color:#19be6b;--warning-color:#ff9900;--error-color:#ed4014;--nav-bar-color:#333;--nav-bar-bg-color:#f5f5f5;--tooltip-color:#fff;--subsidiary-color:#808695;--rate-star-color:#f5a623;--text-color:#333333;--menu-dark-title:#f5f5f5;--menu-dark-active-bg:var(--ind-white);--layout-sider-background:#f5f5f5;--menu-dark-subsidiary-color:#333333;--menu-dark-group-title-color:#333333;--menu-white-group-title-color:#b6b6b8;--border-color-base:var(--ind-border-color-base);--check-border:#dcdee2;--main-background:#f5f7f9;--main-background-light:#f5f7f9;--ind-background:var(--main-background);--ind-background-light:var(--main-background-light);--table-td-hover-bg:#edf3ff;--red-color:red;--input-border-color:#999999;--blue-color:var(--ind-blue);--green-color:green;--gray-color:#ccc;--font-size-large:var(--ind-font-size-lg);--ag-sum-row-color-10:#cccfd7;--ag-sum-row-color-5:#dcdfe6;--ag-sum-row-color-1:#ebedf2;--ind-main-sider-width:200px;--ind-main-sider-collapsed-width:68px;--header-height:48px;--header-bg:linear-gradient(90deg, #1d42ab, #2173dc, #1e93ff);--header-color:hsla(0, 0%, 100%, 0.7);--header-color-hover:var(--ind-white);--header-border-bottom-color:#4fe3c1;--menu-black-active-bg:var(--ind-white);--menu-white-group-title-color:var(--text-color);--ivu-menu-item-font-size:var(--ind-font-size-md);--menu-select-bg:#f0faff;--deep-menu-color:var(--ind-primary-color);--selected-background:var(--menu-select-bg);--selected-background-hover:var(--menu-select-bg);--menu-icon-margin-right:8px;--ind-panel-vertical-margin:12px;--ind-panel-horizon-margin:16px;--search-margin-bottom:16px;--search-button-margin:16px;--grid-table-padding:16px;--file-line-height:41px;--input-height:24px;--ind-small-button-height:32px;--ind-small-button-padding:15px}.ind-small-theme .ag-theme-balham{--ag-borders:none;--ag-grid-size:6px;--ag-font-size:var(--ind-font-size-md);--ag-list-item-height:42px;--ag-odd-row-background-color:#fcfdfe;--ag-row-hover-color:#ecf0f1;--ag-column-hover-color:#ecf0f1;--ag-cell-icon-margin-left:var(--ag-grid-size);--ag-cell-horizontal-padding:12px;--ag-cell-header-horizontal-padding:var(--ag-cell-horizontal-padding);--ag-cell-line-heght:20px;--ag-row-group-indent-size:28px;--ag-row-border-color:var(--ind-border-color-base)}body,html{margin:0;padding:0;width:100%;height:100%;color:var(--text-color);font-size:var(--ind-font-size-md);font-family:OpenSans,'Helvetica Neue',Helvetica,Tahoma,Arial,'PingFang SC','Microsoft YaHei'}::-webkit-scrollbar-thumb{height:50px;border-radius:4px;border:2px solid #eee}::-webkit-scrollbar-thumb:hover{height:50px;border-radius:4px}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-track-piece{border-radius:0}::-webkit-scrollbar-track{background-color:#eee}::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}::-webkit-scrollbar-corner{background-color:#bbb}.van-nav-bar .van-nav-bar__content{height:48px;background:var(--ind-nav-bar-blue)}.van-nav-bar .van-nav-bar__content .van-nav-bar__title.van-ellipsis{font-family:Microsoft YaHei;font-weight:400;font-size:16px;color:var(--ind-white)}.van-nav-bar .van-nav-bar__content .van-nav-bar__left .van-nav-bar__text{color:var(--ind-white)}.van-nav-bar .van-icon.van-icon-arrow-left.van-nav-bar__arrow{color:var(--ind-white)!important}.ind-basic-layout{width:100vw;min-height:100vh;height:unset!important;background:var(--main-background)}.van-nav-bar{z-index:3}.ind-from-wrap .ivu-row .ivu-col-span-24:first-child .ivu-form-item{margin-top:0!important}.ind-from-wrap .ivu-row .ivu-col-span-24:last-child .ivu-form-item{margin-bottom:0!important}.ind-card-title+.ivu-col-span-24 hr{margin:0 0 5px 0!important}.ind-page-msg-tip{text-align:right;padding:var(--ind-page-padding-horizon) var(--ind-page-padding-horizon) 0 var(--ind-page-padding-horizon)}body{font-size:var(--ind-font-size-sm)!important}.ind-panel{padding:var(--ind-padding-xs) var(--ind-padding-sm);background-color:var(--ind-bg-color-light);border-radius:var(--ind-border-radius-sm)}.ind-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.ind-flex.center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-flex.baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.ind-flex.end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ind-flex-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.height100{height:100%}.ind-flex-no-shrink{-ms-flex-negative:0;flex-shrink:0}.ind-flex-grow{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.ind-mt{margin-top:var(--ind-padding-xs)}.ind-mr{margin-right:var(--ind-padding-xs)}.ind-mb{margin-bottom:var(--ind-padding-xs)}.ind-ml{margin-left:var(--ind-padding-xs)}.ddd-mobile-theme .ind-page-view{height:100vh!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ddd-mobile-theme .ind-page-view .ind-page{height:1px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:auto!important}.ddd-mobile-theme .ind-page-view .ind-bottom-info{position:static!important;-ms-flex-negative:0;flex-shrink:0}.ind-up{color:var(--ind-green)}.ind-down{color:var(--ind-red)}.ind-highlight{color:var(--ind-orange)}.ind-vcenter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-flex-horizon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ind-flex-vertical{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ind-space-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-flex-no-shrink{-ms-flex-negative:0;flex-shrink:0}.ind-flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.ind-label{white-space:nowrap;color:var(--ind-text-color-3)}.ind-color3{color:var(--ind-text-color-3)}.ind-content-fuck{background:-webkit-gradient(linear,left top,right top,from(#f4f4f4),to(#fff));background:linear-gradient(to right,#f4f4f4,#fff);border-radius:10px;padding:10px}.ind-border-none{border:none!important}.ind-border-none .ivu-form{border:none!important;border-radius:unset!important}.ind-label2{color:var(--ind-text-color-2)}.ind-content-panel{height:calc(100% - 70px);overflow:auto}.ind-bottom-info{position:fixed;bottom:0;left:0;z-index:1;width:100%;-ms-flex-negative:0;flex-shrink:0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);background:var(--ind-white);-webkit-box-shadow:0 -1px 4px 0 rgba(0,0,0,.06);box-shadow:0 -1px 4px 0 rgba(0,0,0,.06)}.ind-bottom-btn{-ms-flex-negative:0;flex-shrink:0;z-index:1;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);background:var(--ind-white);-webkit-box-shadow:0 -1px 4px 0 rgba(0,0,0,.06);box-shadow:0 -1px 4px 0 rgba(0,0,0,.06)}.ind-bottom-btn .ivu-btn{width:100%;margin:0 var(--ind-page-padding-horizon) 0 0}.ind-bottom-btn .ivu-btn:last-child{margin-right:0}.ind-bottom-btn span.ind-large,.ind-bottom-info span.ind-large{line-height:var(--ind-font-size-lg)}.ind-static{background-size:100% auto;background-position:top;background-repeat:no-repeat;width:100vw;height:100vh}.ind-page{position:relative;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);background-color:var(--ind-background);-webkit-box-sizing:border-box;box-sizing:border-box;height:100%}.ind-page.loadmore{height:calc(100vh - 150px);overflow:auto}.ind-panel{margin-bottom:var(--ind-page-padding-vertical)!important;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);border-radius:var(--ind-border-radius-dcc);background-color:var(--ind-white);overflow:hidden}.ind-form-panel{line-height:32px}.ind-collapse-item{margin-top:var(--ind-page-padding-vertical)}.ind-large{font-weight:700;font-size:var(--ind-font-size-lg)}.ind-page-title{line-height:24px;font-weight:700;font-size:var(--ind-font-size-lg);text-align:left}.ind-page-sub-title{text-align:left;color:var(--ind-text-color-3);font-size:var(--ind-font-size-sm);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ind-panel-title{color:var(--ind-text-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ind-panel-title .ind-panel-title-icon{-ms-flex-negative:0;flex-shrink:0;color:var(--ind-blue);margin-right:4px}.ind-panel-title .ind-panel-title-text{font-weight:700;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ind-panel-title .ind-panel-title-icon-img{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px;margin-right:4px;margin-top:4px}.ind-panel-title .ind-panel-title-icon-img.standard-icon-img{margin-top:7px;background:url(img/standard-icon-basic.png) center center/100% 100% no-repeat}.ind-panel-title .ind-panel-title-icon-img.audit-icon-img{background:url(img/item-icon.png) center center/100% 100% no-repeat}.ind-title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 var(--ind-page-padding-horizon);-webkit-box-sizing:border-box;box-sizing:border-box}.ind-title::before{content:'';position:absolute;top:50%;left:0;height:60%;width:var(--ind-title-left-bar-width);background-color:var(--theme-color);border-radius:var(--ind-border-radius-md);-webkit-transform:translateY(-40%);-ms-transform:translateY(-40%);transform:translateY(-40%)}.ind-title .ind-title-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;padding-left:var(--ind-page-padding-horizon);font-size:var(--ind-font-size-lg);font-weight:var(--ind-font-weight-bold)}.ind-title .ind-title-label{font-size:var(--ind-font-size-sm);color:var(--ind-text-color-3)}.ind-desc-text{padding:var(--ind-page-padding-horizon);color:var(--ind-text-color-2);text-indent:1.5em}.ind-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.ind-tabs .ind-tab{white-space:nowrap}.ind-tabs.type--outline .ind-tab,.ind-tabs.type--solid .ind-tab{padding:0 var(--ind-padding-md);color:var(--ind-text-color-2);background-color:var(--main-background-light);border:1px solid var(--ind-border-color);border-right-width:0;-webkit-box-sizing:border-box;box-sizing:border-box}.ind-tabs.type--outline .ind-tab.next-tab,.ind-tabs.type--solid .ind-tab.next-tab{border-left-width:0}.ind-tabs.type--outline .ind-tab:first-child,.ind-tabs.type--solid .ind-tab:first-child{border-top-left-radius:var(--ind-border-radius-md);border-bottom-left-radius:var(--ind-border-radius-md)}.ind-tabs.type--outline .ind-tab:last-child,.ind-tabs.type--solid .ind-tab:last-child{border-right-width:1px;border-top-right-radius:var(--ind-border-radius-md);border-bottom-right-radius:var(--ind-border-radius-md)}.ind-tabs.type--outline .ind-tab.active{color:var(--theme-color);border-right-width:1px;border-color:var(--theme-color)}.ind-tabs.type--solid .ind-tab.active{color:var(--main-background-light);background-color:var(--theme-color);border-color:var(--theme-color)}.ind-tabs.type--bottom-bar{color:var(--ind-text-color-2)}.ind-tabs.type--bottom-bar .ind-tab{padding:var(--ind-padding-base) var(--ind-padding-xs);-webkit-box-sizing:border-box;box-sizing:border-box}.ind-tabs.type--bottom-bar .ind-tab.active{position:relative;color:var(--theme-color)}.ind-tabs.type--bottom-bar .ind-tab.active::after{content:'';position:absolute;bottom:0;left:50%;height:var(--ind-tabs-bottom-bar-height);width:var(--ind-tabs-bottom-bar-width);background-color:var(--theme-color);border-radius:var(--ind-border-radius-md);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ind-tabs.type--small-switch,.ind-tabs.type--switch{color:var(--ind-text-color-3);font-size:var(--ind-font-size-sm);border:1.1px solid var(--main-background);border-radius:var(--ind-border-radius-md);background-color:var(--main-background)}.ind-tabs.type--switch .ind-tab{width:5em;text-align:center}.ind-tabs.type--switch .ind-tab.active{color:var(--theme-color);background-color:var(--main-background-light);border-radius:var(--ind-border-radius-md)}.ind-tabs.type--small-switch .ind-tab{width:1.5em;text-align:center}.ind-tabs.type--small-switch .ind-tab.active{color:var(--main-background-light);background-color:var(--theme-color);border-radius:var(--ind-border-radius-md)}.ind-tabs.type--picker .ind-tab{padding:0 var(--ind-padding-sm);background-color:var(--main-background);border-radius:var(--ind-border-radius-md);-webkit-box-sizing:border-box;box-sizing:border-box}.ind-switch-chart-table-content{position:relative}.ind-switch-chart-table-content .ind-card-tabs,.ind-switch-chart-table-content .ind-chart-table-tab{padding:var(--ind-page-padding-vertical) 0}.ind-switch-chart-table-content .ind-chart-table-tab{position:absolute;top:0;right:0}.ind-bottom-bar-chart-table-content{position:relative}.ind-bottom-bar-chart-table-content .ind-card-tabs{padding-bottom:var(--ind-page-padding-vertical)}.ind-bottom-bar-chart-table-content .ind-chart-table-tab{position:absolute;top:.5em;right:0;padding-top:0}.ind-picker-chart-table-content{position:relative}.ind-picker-chart-table-content .ind-select{margin-left:var(--ind-page-padding-horizon);padding-bottom:var(--ind-page-padding-vertical)}.ind-picker-chart-table-content .ind-chart-table-tab{position:absolute;top:0;right:0;padding-top:0}.ind-card-tabs,.ind-chart-table-tab{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-card-tabs.scrollX{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto}.ind-chart-table-tab{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;margin-right:var(--ind-page-padding-horizon);padding-bottom:var(--ind-page-padding-vertical)}.ind-chart{height:30vh;width:100%}.ind-chart-tooltip{z-index:10!important}.ind-total-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.ind-total-content .total-box{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.ind-total-content .total-box .num,.ind-total-content .total-box .title{font-size:var(--ind-font-size-lg)}.ind-total-content .total-box .title{color:var(--ind-text-color)}.ind-total-content .total-box .num{font-weight:var(--ind-font-weight-bold)}.ind-total-content .total-box .bottom-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-total-content .total-box .bottom-content .rank-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:var(--ind-font-size-sm);font-weight:var(--ind-font-weight-bold)}.ind-total-content .total-box .bottom-content .rank-content .rank{color:var(--ind-text-color-2)}.ind-sub-title{color:var(--ind-text-color-2);text-align:center}.ind-sub-title1{margin:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);line-height:2;text-align:center;font-size:var(--indt-font-size-sm);font-weight:var(--ind-font-weight-bold);background-color:var(--main-background)}.ind-progress .el-progress-bar__outer{border-radius:var(--ind-border-radius-sm)}.ind-progress .el-progress-bar__outer .el-progress-bar__inner{text-align:left;border-radius:var(--ind-border-radius-sm)}.ind-empty{width:100%;height:100%;min-height:500px;background:url(img/empty.png) center 40%/200px auto no-repeat;position:relative}.ind-empty::after{width:100%;position:absolute;text-align:center;content:'暂无数据';color:var(--ind-text-color-3);top:65%;left:0}.ind-padding-row{-ms-flex-negative:0;flex-shrink:0;height:10px;width:100%;background-color:var(--main-background)}.ind-padding-row2{-ms-flex-negative:0;flex-shrink:0;height:2px;width:100%;background-color:var(--main-background)}.ind-status{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;text-align:center;padding:0 10px;position:relative;color:#fff;-ms-flex-item-align:center;align-self:center;background-position:top right;background-size:100% 24px;background-repeat:no-repeat;line-height:24px}.ind-process-status{background-image:url(img/normal-icon.png)}.ind-done-status{background-image:url(img/done-icon.png)}.ind-save-status{background-image:url(img/save-icon.png)}.ind-page-icon{height:42px;width:42px;margin-right:var(--ind-page-padding-horizon)}.ind-page-icon.standard-icon{background:url(img/standard-icon.png) center center/100% 100% no-repeat}.ind-page-icon.need-icon{background:url(img/need-icon.png) center center/100% 100% no-repeat}.ind-badge{background-color:var(--ind-gray-3);border-radius:6px;font-size:var(--ind-font-size-md);padding:0 4px}.ind-blue{color:var(--ind-blue)}.ind-orange{color:var(--ind-orange-dcc)}.ind-myApp-slim{height:auto;width:100%;background-color:transparent;margin-top:10px;margin-bottom:10px}.ind-myApp-slim .ind-myApp-slim-content{height:45px;width:100%;background-color:#fff;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:10px;padding-right:10px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-title{height:100%;width:auto;font-size:14px;font-weight:600;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-center{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;font-weight:bolder;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-button{height:100%;width:20%;font-size:16px;font-weight:bolder;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-myApp-slim .ind-myApp-slim-content .ind-myApp-slim-content-button .ind-myApp-slim-content-button-btn{height:60%;width:70%;color:#f0f8ff;background-color:#fff;border-radius:8px;font-size:14px;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#228ae0}.ind-myApp-slim .ind-myApp-slim-icon-group{display:-webkit-box;display:-ms-flexbox;display:flex}.ind-myApp-slim .ind-myApp-slim-icon{width:30px;height:30px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;color:#000;border:3px solid #fff;position:relative;margin-left:-10px}.ind-myApp-slim .ind-myApp-slim-icon:first-child{margin-left:0}.ind-myApp-slim .ind-myApp-slim-toggle-icon{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;font-size:14px}.ind-myApp-slim .ind-myApp-slim-rotate-down{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.ind-myApp-slim .ind-myApp-slim-content-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.ind-myApp-slim .ind-myApp-slim-content-content .ind-myApp-slim-content-content-item{width:calc(100% / 4);height:100%;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-m-app-center{height:100vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;background-color:#f7f8fa}.ind-m-app-page{background-color:#f7f8fa;min-height:calc(100vh - 48px)}.ind-m-placeholder{margin-bottom:12px}.ind-m-search-results-container{width:80vw;height:45vh;max-height:50vh;overflow-y:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px}.ind-m-search-result-item{width:25%;padding:16px 8px;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto}.ind-m-myApp-container{width:100%;height:auto;background-color:#fff;border-radius:8px;margin-bottom:12px;overflow:hidden;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.03);box-shadow:0 2px 8px rgba(0,0,0,.03)}.ind-m-myApp-inner{width:100%;height:100%;border-radius:8px;overflow:hidden}.ind-m-myApp-container-top{height:44px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;border-bottom:1px solid #f5f5f5}.ind-m-my-apps-title{font-weight:700;font-size:14px;color:#000}.ind-m-edit-btn{border-radius:4px;font-size:12px;height:28px;line-height:26px;padding:0 12px}.ind-m-appsssss-container{height:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-m-appsssss-item{width:25%;min-width:25%;padding:0 25px}.customnnnmmmm-tabs-container{width:100%;height:calc(100vh - 140px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.customnnnmmmm-tabs-header-wrapper{overflow-x:auto;overflow-y:hidden;height:50px;background-color:#fff;margin-bottom:10px;border-radius:8px;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.customnnnmmmm-tabs-header-wrapper::-webkit-scrollbar{display:none}.customnnnmmmm-tabs-header{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;min-width:100%;height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:nowrap}.customnnnmmmm-tab-item{padding:0 10px;margin:0 1px;-ms-flex-negative:0;flex-shrink:0;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease;position:relative;-webkit-tap-highlight-color:transparent;-ms-touch-action:manipulation;touch-action:manipulation}.customnnnmmmm-tab-item:active{-webkit-transform:scale(.98);-ms-transform:scale(.98);transform:scale(.98);border:none!important}.customnnnmmmm-tab-item-top{height:auto;margin-bottom:5px;-webkit-transition:all .3s ease;transition:all .3s ease;color:#000;font-size:15px;-webkit-font-smoothing:antialiased}.customnnnmmmm-tab-item-top.active{color:#2678ff;font-weight:700}.customnnnmmmm-tab-item-bottom{width:0;background-color:transparent;height:3px;border-radius:4px;-webkit-transition:all .3s cubic-bezier(.4,0,.2,1);transition:all .3s cubic-bezier(.4,0,.2,1)}.customnnnmmmm-tab-item-bottom.active{width:80%;background-color:#2678ff;border-radius:8px}.ind-m-custom-tabs-content{border-top:none;height:calc(100% - 60px);width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.ind-m-custom-sidebar{width:120px;-ms-flex-negative:0;flex-shrink:0;background-color:#f7f8fa;height:100%;overflow-y:auto;padding-left:10px;scrollbar-width:none;-ms-overflow-style:none}.ind-m-custom-sidebar::-webkit-scrollbar{display:none}.ind-m-sidebar-item{padding:16px 12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;background-color:#f7f8fa;position:relative;cursor:pointer;-webkit-transition:all .3s ease;transition:all .3s ease}.ind-m-sidebar-item::before{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background-color:#ebedf0;-webkit-transform:scaleY(.5);-ms-transform:scaleY(.5);transform:scaleY(.5)}.ind-m-sidebar-item:last-child::before{display:none}.ind-m-sidebar-item .ind-m-sidebar-text{white-space:normal;word-break:break-word;overflow-wrap:break-word;text-align:center;width:100%;font-size:14px;line-height:1.4;color:#666;font-weight:400;-webkit-transition:inherit;transition:inherit}.ind-m-sidebar-item.active{background-color:#fff}.ind-m-sidebar-item.active .sidebar-text{color:#1989fa!important;font-weight:700!important}.ind-m-apps-container{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 0 0 12px;overflow-y:auto;scroll-behavior:smooth;height:100%;background-color:#fff;scrollbar-width:none;-ms-overflow-style:none;padding:12px}.ind-m-apps-container::-webkit-scrollbar{display:none}.ind-m-menu-section{margin-bottom:24px}.ind-m-divider-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.ind-m-custom-divider{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:700;margin:12px 0;color:#100808}.ind-m-custom-divider::after,.ind-m-custom-divider::before{content:'';width:30px;height:3px;margin:0 10px}.ind-m-custom-divider::before{background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,rgba(204,204,204,.3)),color-stop(50%,#ccc),to(#ccc));background:linear-gradient(90deg,transparent 0,rgba(204,204,204,.3) 20%,#ccc 50%,#ccc 100%)}.ind-m-custom-divider::after{background:-webkit-gradient(linear,left top,right top,from(#ccc),color-stop(50%,#ccc),color-stop(80%,rgba(204,204,204,.3)),to(transparent));background:linear-gradient(90deg,#ccc 0,#ccc 50%,rgba(204,204,204,.3) 80%,transparent 100%)}.ind-m-menu-section-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:12px 0}.ind-m-app-item-wrapper{width:33.33%}.ind-m-app-item-wrapper.full-width{width:100%}.ind-m-category-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:8px}.ind-m-category-indicator{width:3px;height:10px;background:#1989fa;margin-right:5px;border-radius:4px}.ind-m-category-title{font-size:13px;color:#666}.simple-app-card{-ms-flex-negative:0;flex-shrink:0;min-width:72px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-tabs{width:100%;height:calc(100vh - 140px)}.custom-tabs /deep/ .van-tabs__line{background-color:#1989fa;bottom:15px}.custom-tabs /deep/ .van-tab{padding:0 12px}.custom-tabs /deep/ .van-tabs__wrap{height:44px;background-color:#fff;border-radius:8px;margin-bottom:12px}.ind-my-custom-grid-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-bottom:20px}.ind-my-custom-grid-item{width:25%;height:85px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.van-swipe__indicator{background-color:#515a6e!important}.van-swipe__indicator--active{background-color:#005aaf!important}.ind-my-app-container{width:100%;overflow-y:auto;background:#f7f8fa;padding:8px;scroll-behavior:smooth;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.ind-my-app-container .ind-my-app-container-square{width:100%;height:auto;background:#fff;border-radius:8px;margin-bottom:10px;overflow:hidden;scroll-margin-top:40px}.ind-my-app-container .ind-my-app-container-square .ind-my-app-container-square-title{height:40px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 16px;font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box}.ind-app-item{height:auto;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-left:8px;padding-right:8px}.ind-app-item .ind-app-item-icon{height:50px;width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:5px}.ind-app-item .ind-app-item-icon .ind-app-item-icon-img{height:2.5rem;width:2.5rem;position:relative}.ind-app-item .ind-app-item-icon .ind-app-item-icon-img .ind-app-item-icon-imgbadge{position:absolute;top:-7px;right:-8px;z-index:1}.ind-app-item .ind-app-item-icon .ind-app-item-icon-img img{height:100%;width:100%;border-radius:8px}.ind-app-item .ind-app-item-title{height:auto;width:100%;text-align:center;font-size:12px;padding-bottom:5px}.ind-app-item .ind-app-item-title.ellipsis{-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}.ind-error-page .content-con{width:100%;height:auto;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-60%);-ms-transform:translate(-50%,-60%);transform:translate(-50%,-60%)}.ind-error-page .content-con .text-con{position:absolute;left:0;top:-80px}.ind-login{position:relative;width:100%;height:100%;background-image:url(imgs/login/login-bg.jpg);background-size:cover;background-position:center}.ind-login-con{position:absolute;right:7.5%;top:50%;-webkit-transform:translateY(-60%);-ms-transform:translateY(-60%);transform:translateY(-60%);width:85%}.ind-login-con .ind-form-con{padding:10px 0 0;border-left:none!important;border-top:none!important}.ind-login .ind-login-form .ind-login-prefix{width:13px;height:13px}.ind-login .ind-login-form .ind-login-captcha{width:65%}.ind-login .ind-login-form .ind-login-img-box{width:90px;height:33px;float:right;padding:2px;margin-top:-33px;background-color:#f8f8f9}.ind-login .ind-login-form .ind-login-img-box .ind-login-captcha-img{width:100%;height:100%}.custom-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:none;z-index:9999;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-overlay.show{display:-webkit-box;display:-ms-flexbox;display:flex}.ind-loading-wrapper-local{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;width:100%}.ind-loading-wrapper-global{height:100%;width:100%;position:relative}.ind-loading-wrapper-text{width:100%;height:20px;font-size:16px;color:#000;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:56%;text-align:center;line-height:20px}.ind-loading-block{display:-webkit-box;display:-ms-flexbox;display:flex;width:100px;height:100px;background-color:#fff;border-radius:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ind-loading-block .ind-loading-block-center{width:60px;height:70px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ind-loading-block .ind-loading-block-center img{width:56px;height:40px}.ind-loading-block .ind-loading-block-center .img-divv{width:56px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ind-loading-block .ind-loading-block-center .ind-loading-block-text{height:20px;width:100%;font-size:14px;color:#000;text-align:center;line-height:20px}.ind-select-panel .lambo-grid-table{padding:0 0}.ind-select-panel .ag-root-wrapper{border:none!important}.ind-select-panel .ag-theme-balham{position:relative;top:-60px}.ind-select-panel .ag-row-hover.ag-full-width-row.ag-row-group::before,.ind-select-panel .ag-row-hover:not(.ag-full-width-row)::before,.ind-select-panel .ag-row-odd,.ind-select-panel .ag-row-selected::before{background-color:var(--ind-white)!important}.ind-select-panel .ag-row-hover.ag-row-selected::before{background-image:none!important}.ind-select-panel .lambo-grid-table .ag-theme-balham .ag-ltr .ag-cell{border-right-color:var(--ind-white)!important}.ind-select-panel .ind-checkbox-bottom{padding-left:10px;top:8px;color:var(--ind-text-color-1)}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper{background-color:var(--ind-white)}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper::after{color:#7f8c8d}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper.ag-checked::after{color:var(--ag-checkbox-checked-color)}.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper:active,.ind-select-panel .ind-checkbox-bottom .ag-checkbox-input-wrapper:focus-within{-webkit-box-shadow:unset;box-shadow:unset}.ind-select-panel.ind-select-panel-widthheader .ag-theme-balham{top:-10px}.ind-mobile-search .van-search__content{border-radius:var(--ind-border-radius-lg);background-color:#f9f9f9}.ind-mobile-search .toggle-condition{width:32px;height:32px;background:url(img/shaixuan.png) center center/16px 16px no-repeat}.ind-mobile-search .toggle-condition.active{background:url(img/shaixuanzhong.png) center center/16px 16px no-repeat}.item-select-btn-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:8px 10px;-webkit-box-sizing:border-box;box-sizing:border-box}.item-select-btn-panel .ind-item-btn{width:calc(33.33% - 8px);-webkit-box-sizing:border-box;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;text-align:center;padding:5px 10px;margin:5px 0;border-radius:17px;border:1px solid #eee;background:#eee}.item-select-btn-panel .ind-item-btn.checked{background:rgba(0,120,255,.1);border:1px solid #0078ff;color:#0078ff}.item-select-btn-panel .ind-item-btn:nth-child(3n+1),.item-select-btn-panel .ind-item-btn:nth-child(3n+2){margin-right:12px}.ind-page-view .ivu-form .ivu-form-item{margin:1px 0!important}.ivu-form .ivu-form-item-label{text-align:left!important;color:var(--ind-text-color-2)!important;padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon) var(--ind-page-padding-vertical) 0;font-size:var(--ind-font-size-sm)!important}.ivu-form .ivu-col .ivu-form-item .ivu-form-item-content{text-align:right!important;line-height:unset!important;padding-top:calc(var(--ind-page-padding-vertical) - 4px);font-size:var(--ind-font-size-sm)!important;color:var(--ind-text-color-1)}.ivu-form .ivu-col .ivu-form-item.ind-list-title .ivu-form-item-content{text-align:left!important;font-size:var(--ind-font-size-lg);font-weight:700;position:relative}.ivu-form .ivu-col .ivu-form-item.ind-list-title .ivu-form-item-content .van-icon{position:absolute;right:0;top:9px}.ivu-form .ivu-col.ivu-col-span-12 .ivu-form-item{margin:1px 0!important}.ivu-form .ivu-col.ivu-col-span-12 .ivu-form-item .ivu-form-item-content{text-align:left!important;color:var(--ind-text-color-3)}.ivu-form .ivu-col.ivu-col-span-12 .ivu-form-item .ivu-form-item-content span{color:var(--ind-text-color-1)}.ivu-input{border-radius:unset;border:none;text-align:right;color:var(--ind-text-color-1);font-size:var(--ind-font-size-sm)!important;font-weight:400}.ivu-input:focus{border:none;-webkit-box-shadow:none;box-shadow:none}.ind-input-select .ivu-input-icon{right:-8px}.ind-input-select .ivu-input-icon-normal+.ivu-input{padding-right:16px}.ivu-btn{border-radius:20px}.ivu-btn.ivu-btn-default{background:#e7f2ff;border:none;color:#0078ff}.ivu-btn.ivu-btn-primary{background:-webkit-gradient(linear,left top,right top,from(#0078ff),to(#4ac6ff));background:linear-gradient(90deg,#0078ff,#4ac6ff);border:none;color:var(--ind-white)}.van-collapse-item__title{padding:var(--ind-page-padding-vertical) var(--ind-page-padding-horizon);font-weight:700;color:var(--ind-text-color-1);border-top-left-radius:var(--ind-border-radius-dcc);border-top-right-radius:var(--ind-border-radius-dcc);border-bottom-left-radius:var(--ind-border-radius-dcc);border-bottom-right-radius:var(--ind-border-radius-dcc)}.van-collapse-item__title.van-collapse-item__title--expanded{border-bottom-left-radius:0;border-bottom-right-radius:0}.van-collapse-item__content{padding:0 0;border-bottom-left-radius:var(--ind-border-radius-dcc);border-bottom-right-radius:var(--ind-border-radius-dcc)}input[type=number]{background:#f6f6f6;height:28px;width:110px;border-radius:4px}.ivu-form-item:has(.common-group){background:-webkit-gradient(linear,left top,right top,from(#e2e2e2),to(#fff));background:linear-gradient(to right,#e2e2e2,#fff);padding-left:4px;width:50%;color:#000;font-weight:700}.ivu-form-item:has(.common-group) .ivu-form-item-label{padding:6px;color:#000!important;font-weight:900}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indfnd/common-mobile",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "author": "huxuetong",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"