xframelib 1.1.2 → 1.1.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.
Files changed (101) hide show
  1. package/README.md +1 -1
  2. package/dist/assets/{worker-webcache-DX6bhBzy.js → worker-webcache-C22MEJ3V.js} +9 -9
  3. package/dist/index.css +1 -1
  4. package/dist/index.js +1 -1
  5. package/package.json +3 -3
  6. package/README_zh.md +0 -204
  7. /package/dist/{src/api → api}/Token.d.ts +0 -0
  8. /package/dist/{src/api → api}/User.d.ts +0 -0
  9. /package/dist/{src/api → api}/index.d.ts +0 -0
  10. /package/dist/{src/controls → controls}/ADivider.vue.d.ts +0 -0
  11. /package/dist/{src/controls → controls}/ScaleContainer/index.vue.d.ts +0 -0
  12. /package/dist/{src/controls → controls}/ScrollSnapContainer/index.vue.d.ts +0 -0
  13. /package/dist/{src/controls → controls}/index.d.ts +0 -0
  14. /package/dist/{src/controls → controls}/layoutcontainer/LayoutManager.d.ts +0 -0
  15. /package/dist/{src/controls → controls}/layoutcontainer/index.d.ts +0 -0
  16. /package/dist/{src/controls → controls}/layoutcontainer/layout.vue.d.ts +0 -0
  17. /package/dist/{src/controls → controls}/popover/index.vue.d.ts +0 -0
  18. /package/dist/{src/controls → controls}/routertransition/RouterTransition.vue.d.ts +0 -0
  19. /package/dist/{src/controls → controls}/routertransition/RouterTransitionAnimate.vue.d.ts +0 -0
  20. /package/dist/{src/controls → controls}/routertransition/SuspenseWithError.vue.d.ts +0 -0
  21. /package/dist/{src/controls → controls}/routertransition/index.d.ts +0 -0
  22. /package/dist/{src/controls → controls}/splitpanes/index.d.ts +0 -0
  23. /package/dist/{src/controls → controls}/splitpanes/pane.vue.d.ts +0 -0
  24. /package/dist/{src/controls → controls}/splitpanes/splitpanes.vue.d.ts +0 -0
  25. /package/dist/{src/controls → controls}/xwindow/XWindow.vue.d.ts +0 -0
  26. /package/dist/{src/controls → controls}/xwindow/XWindowManager.d.ts +0 -0
  27. /package/dist/{src/controls → controls}/xwindow/index.d.ts +0 -0
  28. /package/dist/{src/core → core}/Global.d.ts +0 -0
  29. /package/dist/{src/core → core}/IModel.d.ts +0 -0
  30. /package/dist/{src/core → core}/Init.d.ts +0 -0
  31. /package/dist/{src/core → core}/MsgHelper.d.ts +0 -0
  32. /package/dist/{src/core → core}/SysEvents.d.ts +0 -0
  33. /package/dist/{src/core → core}/index.d.ts +0 -0
  34. /package/dist/{src/directives → directives}/dbClickDirective.d.ts +0 -0
  35. /package/dist/{src/directives → directives}/dragDirective.d.ts +0 -0
  36. /package/dist/{src/directives → directives}/index.d.ts +0 -0
  37. /package/dist/{src/directives → directives}/mediaDirective.d.ts +0 -0
  38. /package/dist/{src/directives → directives}/repeatClickDirective.d.ts +0 -0
  39. /package/dist/{src/directives → directives}/wowDirective.d.ts +0 -0
  40. /package/dist/{src/hprose → hprose}/HproseClient.d.ts +0 -0
  41. /package/dist/{src/hprose → hprose}/HproseIO.d.ts +0 -0
  42. /package/dist/{src/hprose → hprose}/ProxyClient.d.ts +0 -0
  43. /package/dist/{src/hprose → hprose}/index.d.ts +0 -0
  44. /package/dist/{src/index.d.ts → index.d.ts} +0 -0
  45. /package/dist/{src/mitt → mitt}/index.d.ts +0 -0
  46. /package/dist/{src/model → model}/Config.d.ts +0 -0
  47. /package/dist/{src/model → model}/Constants.d.ts +0 -0
  48. /package/dist/{src/model → model}/IModalModels.d.ts +0 -0
  49. /package/dist/{src/model → model}/IRole.d.ts +0 -0
  50. /package/dist/{src/model → model}/ITypes.d.ts +0 -0
  51. /package/dist/{src/model → model}/IUserModel.d.ts +0 -0
  52. /package/dist/{src/model → model}/IWidgetMenu.d.ts +0 -0
  53. /package/dist/{src/model → model}/Layout.d.ts +0 -0
  54. /package/dist/{src/model → model}/index.d.ts +0 -0
  55. /package/dist/{src/permission → permission}/RoleSysRightHelper.d.ts +0 -0
  56. /package/dist/{src/permission → permission}/filter.d.ts +0 -0
  57. /package/dist/{src/permission → permission}/index.d.ts +0 -0
  58. /package/dist/{src/permission → permission}/register.d.ts +0 -0
  59. /package/dist/{src/permission → permission}/right.d.ts +0 -0
  60. /package/dist/{src/plugins → plugins}/NavigatorPlugin.d.ts +0 -0
  61. /package/dist/{src/plugins → plugins}/index.d.ts +0 -0
  62. /package/dist/{src/utils → utils}/AutoUpdate.d.ts +0 -0
  63. /package/dist/{src/utils → utils}/AxiosHelper.d.ts +0 -0
  64. /package/dist/{src/utils → utils}/BigFileDownload.d.ts +0 -0
  65. /package/dist/{src/utils → utils}/CodeHelper.d.ts +0 -0
  66. /package/dist/{src/utils → utils}/Color.d.ts +0 -0
  67. /package/dist/{src/utils → utils}/CommonTool.d.ts +0 -0
  68. /package/dist/{src/utils → utils}/DayjsTool.d.ts +0 -0
  69. /package/dist/{src/utils → utils}/FetchHelper.d.ts +0 -0
  70. /package/dist/{src/utils → utils}/FileDownload.d.ts +0 -0
  71. /package/dist/{src/utils → utils}/FileUpload.d.ts +0 -0
  72. /package/dist/{src/utils → utils}/FileUpload_/346/227/247.d.ts" +0 -0
  73. /package/dist/{src/utils → utils}/FilenameUtils.d.ts +0 -0
  74. /package/dist/{src/utils → utils}/GzipTool.d.ts +0 -0
  75. /package/dist/{src/utils → utils}/H5Tool.d.ts +0 -0
  76. /package/dist/{src/utils → utils}/IsTool.d.ts +0 -0
  77. /package/dist/{src/utils → utils}/JQuery.d.ts +0 -0
  78. /package/dist/{src/utils → utils}/LocalForageHelper.d.ts +0 -0
  79. /package/dist/{src/utils → utils}/LockHelper.d.ts +0 -0
  80. /package/dist/{src/utils → utils}/RouterURLTool.d.ts +0 -0
  81. /package/dist/{src/utils → utils}/Screen.d.ts +0 -0
  82. /package/dist/{src/utils → utils}/SignalrClient.d.ts +0 -0
  83. /package/dist/{src/utils → utils}/Storage.d.ts +0 -0
  84. /package/dist/{src/utils → utils}/StringUtils.d.ts +0 -0
  85. /package/dist/{src/utils → utils}/Time.d.ts +0 -0
  86. /package/dist/{src/utils → utils}/TokenHelper.d.ts +0 -0
  87. /package/dist/{src/utils → utils}/ValidateTool.d.ts +0 -0
  88. /package/dist/{src/utils → utils}/WarGridTool.d.ts +0 -0
  89. /package/dist/{src/utils → utils}/WaterMark.d.ts +0 -0
  90. /package/dist/{src/utils → utils}/WebCacheTool.d.ts +0 -0
  91. /package/dist/{src/utils → utils}/WidgetsTool.d.ts +0 -0
  92. /package/dist/{src/utils → utils}/XXTEA.d.ts +0 -0
  93. /package/dist/{src/utils → utils}/ZipTool.d.ts +0 -0
  94. /package/dist/{src/utils → utils}/index.d.ts +0 -0
  95. /package/dist/{src/utils → utils}/uuid.d.ts +0 -0
  96. /package/dist/{src/workers → workers}/index.d.ts +0 -0
  97. /package/dist/{src/workers → workers}/worker-iconv.d.ts +0 -0
  98. /package/dist/{src/workers → workers}/worker-webcache.d.ts +0 -0
  99. /package/dist/{src/workers → workers}/worker-xmath.d.ts +0 -0
  100. /package/dist/{src/workerservice → workerservice}/frontWorker.d.ts +0 -0
  101. /package/dist/{src/workerservice → workerservice}/index.d.ts +0 -0
package/README.md CHANGED
@@ -13,7 +13,7 @@
13
13
 
14
14
  > The core implementation is an enterprise-level micro-front-end architecture based on a Widget mechanism. It accumulates basic functions and components independent of UI interface libraries, improves the stability and high reusability of the basic code, and adheres to the philosophy of originating from and serving projects.
15
15
 
16
- [README中文.md](./README_zh.md) | [更新日志-中文](https://share.note.youdao.com/s/MrahKIVA)
16
+ [README中文.md](https://share.note.youdao.com/s/bnDqvnDw) | [更新日志-中文](https://share.note.youdao.com/s/MrahKIVA)
17
17
 
18
18
  ## Main Functions:
19
19
 
@@ -210,7 +210,7 @@ function y(t, e, i, s) {
210
210
  e.set(h, n), t.start && t.start(), t.postMessage(Object.assign({ id: h }, i), s);
211
211
  }));
212
212
  }
213
- var S = { hasSubscribers: !1 }, b = S, T = S, _ = () => b.hasSubscribers || T.hasSubscribers, E = "object" == typeof performance && performance && "function" == typeof performance.now ? performance : Date, A = /* @__PURE__ */ new Set(), O = "object" == typeof process && process ? process : {}, F = (t) => !!t && t === Math.floor(t) && t > 0 && isFinite(t), x = (t) => F(t) ? t <= Math.pow(2, 8) ? Uint8Array : t <= Math.pow(2, 16) ? Uint16Array : t <= Math.pow(2, 32) ? Uint32Array : t <= Number.MAX_SAFE_INTEGER ? z : null : null, z = class extends Array {
213
+ var S = { hasSubscribers: !1 }, b = S, T = S, _ = "object" == typeof performance && performance && "function" == typeof performance.now ? performance : Date, E = () => b.hasSubscribers || T.hasSubscribers, A = /* @__PURE__ */ new Set(), O = "object" == typeof process && process ? process : {}, F = (t) => !!t && t === Math.floor(t) && t > 0 && isFinite(t), x = (t) => F(t) ? t <= Math.pow(2, 8) ? Uint8Array : t <= Math.pow(2, 16) ? Uint16Array : t <= Math.pow(2, 32) ? Uint32Array : t <= Number.MAX_SAFE_INTEGER ? z : null : null, z = class extends Array {
214
214
  constructor(t) {
215
215
  super(t), this.fill(0);
216
216
  }
@@ -335,9 +335,9 @@ var S = { hasSubscribers: !1 }, b = S, T = S, _ = () => b.hasSubscribers || T.ha
335
335
  return this.#n;
336
336
  }
337
337
  constructor(e) {
338
- let { max: i = 0, ttl: s, ttlResolution: n = 1, ttlAutopurge: h, updateAgeOnGet: r, updateAgeOnHas: o, allowStale: a, dispose: l, onInsert: c, disposeAfter: u, noDisposeOnSet: f, noUpdateTTL: d, maxSize: p = 0, maxEntrySize: g = 0, sizeCalculation: v, fetchMethod: m, memoMethod: w, noDeleteOnFetchRejection: y, noDeleteOnStaleGet: S, allowStaleOnFetchRejection: b, allowStaleOnFetchAbort: T, ignoreFetchAbort: _, perf: z } = e;
338
+ let { max: i = 0, ttl: s, ttlResolution: n = 1, ttlAutopurge: h, updateAgeOnGet: r, updateAgeOnHas: o, allowStale: a, dispose: l, onInsert: c, disposeAfter: u, noDisposeOnSet: f, noUpdateTTL: d, maxSize: p = 0, maxEntrySize: g = 0, sizeCalculation: v, fetchMethod: m, memoMethod: w, noDeleteOnFetchRejection: y, noDeleteOnStaleGet: S, allowStaleOnFetchRejection: b, allowStaleOnFetchAbort: T, ignoreFetchAbort: E, perf: z } = e;
339
339
  if (void 0 !== z && "function" != typeof z?.now) throw new TypeError("perf option must have a now() method if specified");
340
- if (this.#o = z ?? E, 0 !== i && !F(i)) throw new TypeError("max option must be a nonnegative integer");
340
+ if (this.#o = z ?? _, 0 !== i && !F(i)) throw new TypeError("max option must be a nonnegative integer");
341
341
  let C = i ? x(i) : Array;
342
342
  if (!C) throw new Error("invalid max value: " + i);
343
343
  if (this.#t = i, this.#e = p, this.maxEntrySize = g || this.#e, this.sizeCalculation = v, this.sizeCalculation) {
@@ -346,7 +346,7 @@ var S = { hasSubscribers: !1 }, b = S, T = S, _ = () => b.hasSubscribers || T.ha
346
346
  }
347
347
  if (void 0 !== w && "function" != typeof w) throw new TypeError("memoMethod must be a function if defined");
348
348
  if (this.#r = w, void 0 !== m && "function" != typeof m) throw new TypeError("fetchMethod must be a function if specified");
349
- if (this.#h = m, this.#E = !!m, this.#c = /* @__PURE__ */ new Map(), this.#u = Array.from({ length: i }).fill(void 0), this.#f = Array.from({ length: i }).fill(void 0), this.#d = new C(i), this.#p = new C(i), this.#g = 0, this.#v = 0, this.#m = k.create(i), this.#a = 0, this.#l = 0, "function" == typeof l && (this.#i = l), "function" == typeof c && (this.#s = c), "function" == typeof u ? (this.#n = u, this.#w = []) : (this.#n = void 0, this.#w = void 0), this.#_ = !!this.#i, this.#O = !!this.#s, this.#A = !!this.#n, this.noDisposeOnSet = !!f, this.noUpdateTTL = !!d, this.noDeleteOnFetchRejection = !!y, this.allowStaleOnFetchRejection = !!b, this.allowStaleOnFetchAbort = !!T, this.ignoreFetchAbort = !!_, 0 !== this.maxEntrySize) {
349
+ if (this.#h = m, this.#E = !!m, this.#c = /* @__PURE__ */ new Map(), this.#u = Array.from({ length: i }).fill(void 0), this.#f = Array.from({ length: i }).fill(void 0), this.#d = new C(i), this.#p = new C(i), this.#g = 0, this.#v = 0, this.#m = k.create(i), this.#a = 0, this.#l = 0, "function" == typeof l && (this.#i = l), "function" == typeof c && (this.#s = c), "function" == typeof u ? (this.#n = u, this.#w = []) : (this.#n = void 0, this.#w = void 0), this.#_ = !!this.#i, this.#O = !!this.#s, this.#A = !!this.#n, this.noDisposeOnSet = !!f, this.noUpdateTTL = !!d, this.noDeleteOnFetchRejection = !!y, this.allowStaleOnFetchRejection = !!b, this.allowStaleOnFetchAbort = !!T, this.ignoreFetchAbort = !!E, 0 !== this.maxEntrySize) {
350
350
  if (0 !== this.#e && !F(this.#e)) throw new TypeError("maxSize must be a positive integer if specified");
351
351
  if (!F(this.maxEntrySize)) throw new TypeError("maxEntrySize must be a positive integer if specified");
352
352
  this.#j();
@@ -622,7 +622,7 @@ var S = { hasSubscribers: !1 }, b = S, T = S, _ = () => b.hasSubscribers || T.ha
622
622
  return !1;
623
623
  }
624
624
  peek(t, e = {}) {
625
- let { status: i = _() ? {} : void 0 } = e;
625
+ let { status: i = E() ? {} : void 0 } = e;
626
626
  i && (i.op = "peek", i.key = t), e.status = i;
627
627
  let s = this.#Y(t, e);
628
628
  return b.hasSubscribers && b.publish(i), s;
@@ -674,10 +674,10 @@ var S = { hasSubscribers: !1 }, b = S, T = S, _ = () => b.hasSubscribers || T.ha
674
674
  return !!e && e instanceof Promise && e.hasOwnProperty("__staleWhileFetching") && e.__abortController instanceof AbortController;
675
675
  }
676
676
  fetch(t, e = {}) {
677
- let i = T.hasSubscribers, { status: s = _() ? {} : void 0 } = e;
677
+ let i = T.hasSubscribers, { status: s = E() ? {} : void 0 } = e;
678
678
  e.status = s, s && e.context && (s.context = e.context);
679
679
  let n = this.#q(t, e);
680
- return s && _() && i && (s.trace = !0, T.tracePromise((() => n), s).catch((() => {}))), n;
680
+ return s && i && (s.trace = !0, T.tracePromise((() => n), s).catch((() => {}))), n;
681
681
  }
682
682
  async #q(t, e = {}) {
683
683
  let { allowStale: i = this.allowStale, updateAgeOnGet: s = this.updateAgeOnGet, noDeleteOnStaleGet: n = this.noDeleteOnStaleGet, ttl: h = this.ttl, noDisposeOnSet: r = this.noDisposeOnSet, size: o = 0, sizeCalculation: a = this.sizeCalculation, noUpdateTTL: l = this.noUpdateTTL, noDeleteOnFetchRejection: c = this.noDeleteOnFetchRejection, allowStaleOnFetchRejection: u = this.allowStaleOnFetchRejection, ignoreFetchAbort: f = this.ignoreFetchAbort, allowStaleOnFetchAbort: d = this.allowStaleOnFetchAbort, context: p, forceRefresh: g = !1, status: v, signal: m } = e;
@@ -721,10 +721,10 @@ var S = { hasSubscribers: !1 }, b = S, T = S, _ = () => b.hasSubscribers || T.ha
721
721
  }
722
722
  }
723
723
  forceFetch(t, e = {}) {
724
- let i = T.hasSubscribers, { status: s = _() ? {} : void 0 } = e;
724
+ let i = T.hasSubscribers, { status: s = E() ? {} : void 0 } = e;
725
725
  e.status = s, s && e.context && (s.context = e.context);
726
726
  let n = this.#K(t, e);
727
- return s && _() && i && (s.trace = !0, T.tracePromise((() => n), s).catch((() => {}))), n;
727
+ return s && i && (s.trace = !0, T.tracePromise((() => n), s).catch((() => {}))), n;
728
728
  }
729
729
  async #K(t, e = {}) {
730
730
  let i = await this.#q(t, e);
package/dist/index.css CHANGED
@@ -1 +1 @@
1
- .popover-content-transition-bottom-enter-from,.popover-content-transition-bottom-leave-to{height:500px !important;opacity:0}.popover-content-transition-bottom-enter-active{transition:height .05s ease-in,opacity .05s ease-in}.popover-content-transition-bottom-leave-active{transition:height .05s ease-out,opacity .05s ease-out}.popover-content-transition-left-enter-from{left:-800px}.popover-content-transition-left-leave-to{left:0}.popover-content-transition-left-enter-active{transition:left 1s}.popover-content-transition-left-leave-active{transition:left 1s}.layoutContainer{position:relative;width:100%;height:100%;padding:0;margin:0;--layout-top-height: 70px;--layout-left-width: 200px;--layout-right-width: 200px;--layout-bottom-height: 60px;--layout-top-zindex: 100;--layout-bottom-zindex: 100;--layout-centermain-zindex: 80;--layout-centerback-zindex: 90;--layout-centerfront-zindex: 110;--layout-left-zindex: 100;--layout-right-zindex: 100}.topContainer{position:absolute;top:0px;left:0px;width:100%;height:var(--layout-top-height);z-index:var(--layout-top-zindex);overflow:hidden;pointer-events:none}.topContainer>*{pointer-events:all !important}.bottomContainer{position:absolute;bottom:0px;left:0px;width:100%;height:var(--layout-bottom-height);z-index:var(--layout-bottom-zindex);overflow:hidden;pointer-events:none}.bottomContainer>*{pointer-events:all !important}.leftContainer{position:absolute;top:0px;left:0px;bottom:0;z-index:var(--layout-left-zindex);width:var(--layout-left-width);overflow:hidden;pointer-events:none}.leftContainer>*{pointer-events:all !important}.rightContainer{position:absolute;top:0px;right:0px;bottom:0;width:var(--layout-right-width);z-index:var(--layout-right-zindex);overflow:hidden;pointer-events:none}.rightContainer>*{pointer-events:all !important}.centerdiv{position:absolute;top:0;left:0;bottom:0;width:100%;background-color:rgba(0,0,0,0);overflow:hidden;pointer-events:none}.centerdiv>*{pointer-events:all !important}.mainContainer{z-index:var(--layout-centermain-zindex)}.backContainer{z-index:var(--layout-centerback-zindex)}.centerFrontContainer{z-index:var(--layout-centerfront-zindex)}.adivider{width:100%;margin:10px 0;display:flex;align-items:center;justify-items:center}.adivider .line{border:v-bind(lineColor) 1px solid}.adivider .contentText{background-color:inherit;font-size:18px}.xScreen-container{width:100%;height:100vh}.xScreen-container .xScreen{position:fixed;top:50%;left:50%;z-index:99;display:flex;flex-direction:column;overflow:hidden;transition:all .3s;transform-origin:left top}.scrollSnapContainer{position:relative;height:v-bind(heightStyle);overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-snap-stop:always;-webkit-scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.scrollSection{position:relative;width:100%;min-height:v-bind(heightStyle);scroll-snap-align:start}.splitpanes{display:flex;width:100%;height:100%}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging *{user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;box-sizing:border-box;position:relative;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";position:absolute;top:50%;left:50%;background-color:rgba(0,0,0,.15);transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:rgba(0,0,0,.25)}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{transform:translateX(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}.iconify{color:#000}.paneltitle{display:inline-block;vertical-align:middle;font-size:16px;font-weight:600;text-wrap:nowrap;overflow:hidden;margin-left:5px}.dragPanelBar{float:right;padding-right:10px;width:var(--right-bar-width);min-width:40px;height:100%;display:flex;align-items:center;justify-content:space-between}.dragPanelBar svg:hover{border:1px solid #333}.dragWindowPanel{position:absolute;background-color:#ddd;z-index:10;border-radius:6px;display:grid;grid-template-rows:min-content auto;user-select:none}.dragWindowPanel .dragPanelTitle{background-color:#eee;border-radius:5px 5px 0 0;padding-left:5px;vertical-align:middle;pointer-events:all}.dragWindowPanel .dragPanelTitle img{display:inline-block;vertical-align:middle}.dragWindowPanel .dragPanelContent{margin-top:1px;background-color:#eee;height:100%;overflow-x:hidden;overflow-y:auto;padding:5px 8px}.drag-pointer-group{pointer-events:none;position:absolute;left:0;top:0;z-index:11;margin:-0.5rem;display:grid;height:calc(100% + 1rem);width:calc(100% + 1rem);grid-template-columns:1rem auto 1rem;grid-template-rows:1rem auto 1rem}.drag-pointer-group>*{pointer-events:all !important}.maxPanel{top:0px !important;left:0px !important;width:100% !important;height:100% !important;border-radius:0px !important}.dragWindowPanel_dark{background-color:#043351}.dragWindowPanel_dark .iconify{color:#eee}.dragWindowPanel_dark .dragPanelTitle{background-color:#043351;color:#eee;border-radius:5px 5px 0 0;padding-left:5px;vertical-align:middle;pointer-events:all}.dragWindowPanel_dark .dragPanelTitle img{display:inline-block;vertical-align:middle}.dragWindowPanel_dark .dragPanelContent{background-color:#2f353d;margin-top:1px;height:100%;overflow-x:hidden;overflow-y:auto;padding:5px 8px}.cursor-nw-resize{cursor:nw-resize}.cursor-n-resize{cursor:n-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-w-resize{cursor:w-resize}.cursor-e-resize{cursor:e-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-s-resize{cursor:s-resize}
1
+ .adivider{width:100%;margin:10px 0;display:flex;align-items:center;justify-items:center}.adivider .line{border:v-bind(lineColor) 1px solid}.adivider .contentText{background-color:inherit;font-size:18px}.xScreen-container{width:100%;height:100vh}.xScreen-container .xScreen{position:fixed;top:50%;left:50%;z-index:99;display:flex;flex-direction:column;overflow:hidden;transition:all .3s;transform-origin:left top}.scrollSnapContainer{position:relative;height:v-bind(heightStyle);overflow-x:hidden;overflow-y:auto;scroll-behavior:smooth;scroll-snap-type:y mandatory;scroll-snap-stop:always;-webkit-scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch}.scrollSection{position:relative;width:100%;min-height:v-bind(heightStyle);scroll-snap-align:start}.popover-content-transition-bottom-enter-from,.popover-content-transition-bottom-leave-to{height:500px !important;opacity:0}.popover-content-transition-bottom-enter-active{transition:height .05s ease-in,opacity .05s ease-in}.popover-content-transition-bottom-leave-active{transition:height .05s ease-out,opacity .05s ease-out}.popover-content-transition-left-enter-from{left:-800px}.popover-content-transition-left-leave-to{left:0}.popover-content-transition-left-enter-active{transition:left 1s}.popover-content-transition-left-leave-active{transition:left 1s}.layoutContainer{position:relative;width:100%;height:100%;padding:0;margin:0;--layout-top-height: 70px;--layout-left-width: 200px;--layout-right-width: 200px;--layout-bottom-height: 60px;--layout-top-zindex: 100;--layout-bottom-zindex: 100;--layout-centermain-zindex: 80;--layout-centerback-zindex: 90;--layout-centerfront-zindex: 110;--layout-left-zindex: 100;--layout-right-zindex: 100}.topContainer{position:absolute;top:0px;left:0px;width:100%;height:var(--layout-top-height);z-index:var(--layout-top-zindex);overflow:hidden;pointer-events:none}.topContainer>*{pointer-events:all !important}.bottomContainer{position:absolute;bottom:0px;left:0px;width:100%;height:var(--layout-bottom-height);z-index:var(--layout-bottom-zindex);overflow:hidden;pointer-events:none}.bottomContainer>*{pointer-events:all !important}.leftContainer{position:absolute;top:0px;left:0px;bottom:0;z-index:var(--layout-left-zindex);width:var(--layout-left-width);overflow:hidden;pointer-events:none}.leftContainer>*{pointer-events:all !important}.rightContainer{position:absolute;top:0px;right:0px;bottom:0;width:var(--layout-right-width);z-index:var(--layout-right-zindex);overflow:hidden;pointer-events:none}.rightContainer>*{pointer-events:all !important}.centerdiv{position:absolute;top:0;left:0;bottom:0;width:100%;background-color:rgba(0,0,0,0);overflow:hidden;pointer-events:none}.centerdiv>*{pointer-events:all !important}.mainContainer{z-index:var(--layout-centermain-zindex)}.backContainer{z-index:var(--layout-centerback-zindex)}.centerFrontContainer{z-index:var(--layout-centerfront-zindex)}.iconify{color:#000}.paneltitle{display:inline-block;vertical-align:middle;font-size:16px;font-weight:600;text-wrap:nowrap;overflow:hidden;margin-left:5px}.dragPanelBar{float:right;padding-right:10px;width:var(--right-bar-width);min-width:40px;height:100%;display:flex;align-items:center;justify-content:space-between}.dragPanelBar svg:hover{border:1px solid #333}.dragWindowPanel{position:absolute;background-color:#ddd;z-index:10;border-radius:6px;display:grid;grid-template-rows:min-content auto;user-select:none}.dragWindowPanel .dragPanelTitle{background-color:#eee;border-radius:5px 5px 0 0;padding-left:5px;vertical-align:middle;pointer-events:all}.dragWindowPanel .dragPanelTitle img{display:inline-block;vertical-align:middle}.dragWindowPanel .dragPanelContent{margin-top:1px;background-color:#eee;height:100%;overflow-x:hidden;overflow-y:auto;padding:5px 8px}.drag-pointer-group{pointer-events:none;position:absolute;left:0;top:0;z-index:11;margin:-0.5rem;display:grid;height:calc(100% + 1rem);width:calc(100% + 1rem);grid-template-columns:1rem auto 1rem;grid-template-rows:1rem auto 1rem}.drag-pointer-group>*{pointer-events:all !important}.maxPanel{top:0px !important;left:0px !important;width:100% !important;height:100% !important;border-radius:0px !important}.dragWindowPanel_dark{background-color:#043351}.dragWindowPanel_dark .iconify{color:#eee}.dragWindowPanel_dark .dragPanelTitle{background-color:#043351;color:#eee;border-radius:5px 5px 0 0;padding-left:5px;vertical-align:middle;pointer-events:all}.dragWindowPanel_dark .dragPanelTitle img{display:inline-block;vertical-align:middle}.dragWindowPanel_dark .dragPanelContent{background-color:#2f353d;margin-top:1px;height:100%;overflow-x:hidden;overflow-y:auto;padding:5px 8px}.cursor-nw-resize{cursor:nw-resize}.cursor-n-resize{cursor:n-resize}.cursor-ne-resize{cursor:ne-resize}.cursor-w-resize{cursor:w-resize}.cursor-e-resize{cursor:e-resize}.cursor-se-resize{cursor:se-resize}.cursor-sw-resize{cursor:sw-resize}.cursor-s-resize{cursor:s-resize}.splitpanes{display:flex;width:100%;height:100%}.splitpanes--vertical{flex-direction:row}.splitpanes--horizontal{flex-direction:column}.splitpanes--dragging *{user-select:none}.splitpanes__pane{width:100%;height:100%;overflow:hidden}.splitpanes--vertical .splitpanes__pane{transition:width .2s ease-out}.splitpanes--horizontal .splitpanes__pane{transition:height .2s ease-out}.splitpanes--dragging .splitpanes__pane{transition:none}.splitpanes__splitter{touch-action:none}.splitpanes--vertical>.splitpanes__splitter{min-width:1px;cursor:col-resize}.splitpanes--horizontal>.splitpanes__splitter{min-height:1px;cursor:row-resize}.splitpanes.default-theme .splitpanes__pane{background-color:#f2f2f2}.splitpanes.default-theme .splitpanes__splitter{background-color:#fff;box-sizing:border-box;position:relative;flex-shrink:0}.splitpanes.default-theme .splitpanes__splitter:before,.splitpanes.default-theme .splitpanes__splitter:after{content:"";position:absolute;top:50%;left:50%;background-color:rgba(0,0,0,.15);transition:background-color .3s}.splitpanes.default-theme .splitpanes__splitter:hover:before,.splitpanes.default-theme .splitpanes__splitter:hover:after{background-color:rgba(0,0,0,.25)}.splitpanes.default-theme .splitpanes__splitter:first-child{cursor:auto}.default-theme.splitpanes .splitpanes .splitpanes__splitter{z-index:1}.default-theme.splitpanes--vertical>.splitpanes__splitter,.default-theme .splitpanes--vertical>.splitpanes__splitter{width:7px;border-left:1px solid #eee;margin-left:-1px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{transform:translateY(-50%);width:1px;height:30px}.default-theme.splitpanes--vertical>.splitpanes__splitter:before,.default-theme .splitpanes--vertical>.splitpanes__splitter:before{margin-left:-2px}.default-theme.splitpanes--vertical>.splitpanes__splitter:after,.default-theme .splitpanes--vertical>.splitpanes__splitter:after{margin-left:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter,.default-theme .splitpanes--horizontal>.splitpanes__splitter{height:7px;border-top:1px solid #eee;margin-top:-1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{transform:translateX(-50%);width:30px;height:1px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:before,.default-theme .splitpanes--horizontal>.splitpanes__splitter:before{margin-top:-2px}.default-theme.splitpanes--horizontal>.splitpanes__splitter:after,.default-theme .splitpanes--horizontal>.splitpanes__splitter:after{margin-top:1px}