next-element-vue 0.5.2 → 0.5.4

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 (84) hide show
  1. package/dist/index.css +6 -5
  2. package/dist/index.js +484 -526
  3. package/dist/index.min.js +3 -3
  4. package/dist/index.umd.js +491 -504
  5. package/dist/index.umd.min.js +3 -3
  6. package/dist/packages/components/carousel/index.d.ts +24 -0
  7. package/dist/packages/components/carousel/src/index.d.ts +24 -0
  8. package/dist/packages/components/container/index.d.ts +4 -4
  9. package/dist/packages/components/container/src/index.d.ts +4 -4
  10. package/dist/packages/components/crud-table/index.d.ts +6 -6
  11. package/dist/packages/components/crud-table/src/footer-pagination.d.ts +5 -5
  12. package/dist/packages/components/crud-table/src/header-menu.d.ts +2 -2
  13. package/dist/packages/components/crud-table/src/header-search.d.ts +5 -5
  14. package/dist/packages/components/crud-table/src/index.d.ts +6 -6
  15. package/dist/packages/components/crud-table/src/widgets/add-edit-form.d.ts +5 -5
  16. package/dist/packages/components/crud-table/src/widgets/drawer-setting.d.ts +2 -2
  17. package/dist/packages/components/crud-table/src/widgets/search-column.d.ts +4 -4
  18. package/dist/packages/components/crud-table/src/widgets/table-column-dynamic.d.ts +4 -4
  19. package/dist/packages/components/crud-table/src/widgets/table-column-operations.d.ts +2 -2
  20. package/dist/packages/components/crud-table-select/index.d.ts +1 -7
  21. package/dist/packages/components/crud-table-select/src/index.d.ts +1 -7
  22. package/dist/packages/components/crud-table-virtualized/index.d.ts +5 -5
  23. package/dist/packages/components/crud-table-virtualized/src/index.d.ts +5 -5
  24. package/dist/packages/components/crud-table-virtualized/src/index.test.d.ts +5 -5
  25. package/dist/packages/components/dialog/index.d.ts +5 -5
  26. package/dist/packages/components/dialog/src/index.d.ts +5 -5
  27. package/dist/packages/components/drag-resize/index.d.ts +1 -7
  28. package/dist/packages/components/drag-resize/src/index.d.ts +1 -7
  29. package/dist/packages/components/form/index.d.ts +20 -20
  30. package/dist/packages/components/form/src/index.d.ts +5 -5
  31. package/dist/packages/components/form/src/widgets/input-table-select.d.ts +5 -5
  32. package/dist/packages/components/form/src/widgets/number-range-picker.d.ts +5 -5
  33. package/dist/packages/components/form/src/widgets/tree-cascader.d.ts +5 -5
  34. package/dist/packages/components/form/src/widgets/tree-select.d.ts +5 -5
  35. package/dist/packages/components/form/src/widgets/upload-image.d.ts +41 -7
  36. package/dist/packages/components/labelimg/index.d.ts +10 -10
  37. package/dist/packages/components/labelimg/src/index.d.ts +6 -6
  38. package/dist/packages/components/labelimg/src/preview.d.ts +4 -4
  39. package/dist/packages/components/labelimg/src/widgets/canvas-context.d.ts +5 -5
  40. package/dist/packages/components/labelimg/src/widgets/contextmenu-label.d.ts +5 -5
  41. package/dist/packages/components/labelimg/src/widgets/draggable-rect.d.ts +17 -6
  42. package/dist/packages/components/labelimg/src/widgets/right-label.d.ts +5 -5
  43. package/dist/packages/components/labelimg/src/widgets/tool-header.d.ts +5 -5
  44. package/dist/packages/components/labelme/index.d.ts +6 -6
  45. package/dist/packages/components/labelme/src/index.d.ts +6 -6
  46. package/dist/packages/components/labelme/src/widgets/canvas-context.d.ts +5 -5
  47. package/dist/packages/components/labelme/src/widgets/header-tool.d.ts +5 -5
  48. package/dist/packages/components/layout/index.d.ts +6 -6
  49. package/dist/packages/components/layout/src/classic/index.d.ts +2 -8
  50. package/dist/packages/components/layout/src/classic/widgets/header.d.ts +1 -1
  51. package/dist/packages/components/layout/src/classic/widgets/sidebar.d.ts +1 -1
  52. package/dist/packages/components/layout/src/columns/index.d.ts +1 -7
  53. package/dist/packages/components/layout/src/columns/widgets/header.d.ts +1 -1
  54. package/dist/packages/components/layout/src/columns/widgets/sidebar.d.ts +1 -1
  55. package/dist/packages/components/layout/src/composite/index.d.ts +3 -9
  56. package/dist/packages/components/layout/src/composite/widgets/header.d.ts +1 -1
  57. package/dist/packages/components/layout/src/composite/widgets/menu-top.d.ts +4 -4
  58. package/dist/packages/components/layout/src/composite/widgets/sidebar.d.ts +1 -1
  59. package/dist/packages/components/layout/src/defaults/index.d.ts +1 -7
  60. package/dist/packages/components/layout/src/defaults/widgets/header.d.ts +1 -1
  61. package/dist/packages/components/layout/src/defaults/widgets/sidebar.d.ts +1 -1
  62. package/dist/packages/components/layout/src/index.d.ts +6 -6
  63. package/dist/packages/components/layout/src/transverse/index.d.ts +1 -7
  64. package/dist/packages/components/layout/src/transverse/widgets/header.d.ts +1 -1
  65. package/dist/packages/components/layout/src/widgets/header-tools.d.ts +5 -5
  66. package/dist/packages/components/layout/src/widgets/layout-setting.d.ts +1 -1
  67. package/dist/packages/components/layout/src/widgets/logo.d.ts +1 -1
  68. package/dist/packages/components/menu/index.d.ts +4 -4
  69. package/dist/packages/components/menu/src/index.d.ts +4 -4
  70. package/dist/packages/components/menu/src/widgets/menu-item-title.d.ts +4 -4
  71. package/dist/packages/components/menu/src/widgets/menu-item.d.ts +3 -3
  72. package/dist/packages/components/spin-loading/index.d.ts +6 -6
  73. package/dist/packages/components/spin-loading/src/index.d.ts +6 -6
  74. package/dist/packages/components/tabs/index.d.ts +5 -5
  75. package/dist/packages/components/tabs/src/index.d.ts +5 -5
  76. package/dist/packages/components/text-ellipsis/index.d.ts +10 -10
  77. package/dist/packages/components/text-ellipsis/src/index.d.ts +10 -10
  78. package/dist/packages/components/upload/index.d.ts +6 -6
  79. package/dist/packages/components/upload/src/index.d.ts +6 -6
  80. package/dist/packages/components/video-player/index.d.ts +6 -6
  81. package/dist/packages/components/video-player/src/index.d.ts +6 -6
  82. package/dist/packages/components.d.ts +1 -0
  83. package/dist/packages/hooks/use-locale/index.d.ts +176 -1
  84. package/package.json +6 -6
package/dist/index.umd.js CHANGED
@@ -2,8 +2,8 @@
2
2
  /**
3
3
  * 作  者:huangteng
4
4
  * 邮  箱:htengweb@163.com
5
- * 当前版本:0.5.2 v
6
- * 发布日期:2025-01-07
5
+ * 当前版本:0.5.4 v
6
+ * 发布日期:2025-03-06
7
7
  * 地  址:https://www.npmjs.com/package/next-element-vue
8
8
  */
9
9
 
@@ -72,9 +72,9 @@
72
72
  };
73
73
  var freeGlobal = "object" == typeof global && global && global.Object === Object && global, freeSelf = "object" == typeof self && self && self.Object === Object && self, root = freeGlobal || freeSelf || Function("return this")(), Symbol$1 = root.Symbol, objectProto$e = Object.prototype, hasOwnProperty$b = objectProto$e.hasOwnProperty, nativeObjectToString$1 = objectProto$e.toString, symToStringTag$1 = Symbol$1 ? Symbol$1.toStringTag : void 0;
74
74
  var nativeObjectToString = Object.prototype.toString;
75
- var nullTag = "[object Null]", undefinedTag = "[object Undefined]", symToStringTag = Symbol$1 ? Symbol$1.toStringTag : void 0;
75
+ var symToStringTag = Symbol$1 ? Symbol$1.toStringTag : void 0;
76
76
  function baseGetTag(value) {
77
- return null == value ? void 0 === value ? undefinedTag : nullTag : symToStringTag && symToStringTag in Object(value) ? function(value) {
77
+ return null == value ? void 0 === value ? "[object Undefined]" : "[object Null]" : symToStringTag && symToStringTag in Object(value) ? function(value) {
78
78
  var isOwn = hasOwnProperty$b.call(value, symToStringTag$1), tag = value[symToStringTag$1];
79
79
  try {
80
80
  value[symToStringTag$1] = void 0;
@@ -90,11 +90,10 @@
90
90
  function isObjectLike(value) {
91
91
  return null != value && "object" == typeof value;
92
92
  }
93
- var symbolTag$1 = "[object Symbol]";
94
93
  function isSymbol(value) {
95
- return "symbol" == typeof value || isObjectLike(value) && baseGetTag(value) == symbolTag$1;
94
+ return "symbol" == typeof value || isObjectLike(value) && "[object Symbol]" == baseGetTag(value);
96
95
  }
97
- var isArray = Array.isArray, INFINITY$1 = 1 / 0, symbolProto$1 = Symbol$1 ? Symbol$1.prototype : void 0, symbolToString = symbolProto$1 ? symbolProto$1.toString : void 0;
96
+ var isArray = Array.isArray, symbolProto$1 = Symbol$1 ? Symbol$1.prototype : void 0, symbolToString = symbolProto$1 ? symbolProto$1.toString : void 0;
98
97
  function baseToString(value) {
99
98
  if ("string" == typeof value) return value;
100
99
  if (isArray(value)) return function(array, iteratee) {
@@ -103,7 +102,7 @@
103
102
  }(value, baseToString) + "";
104
103
  if (isSymbol(value)) return symbolToString ? symbolToString.call(value) : "";
105
104
  var result = value + "";
106
- return "0" == result && 1 / value == -INFINITY$1 ? "-0" : result;
105
+ return "0" == result && 1 / value == -1 / 0 ? "-0" : result;
107
106
  }
108
107
  function isObject(value) {
109
108
  var type = typeof value;
@@ -112,11 +111,10 @@
112
111
  function identity(value) {
113
112
  return value;
114
113
  }
115
- var asyncTag = "[object AsyncFunction]", funcTag$1 = "[object Function]", genTag = "[object GeneratorFunction]", proxyTag = "[object Proxy]";
116
114
  function isFunction(value) {
117
115
  if (!isObject(value)) return !1;
118
116
  var tag = baseGetTag(value);
119
- return tag == funcTag$1 || tag == genTag || tag == asyncTag || tag == proxyTag;
117
+ return "[object Function]" == tag || "[object GeneratorFunction]" == tag || "[object AsyncFunction]" == tag || "[object Proxy]" == tag;
120
118
  }
121
119
  var uid, coreJsData = root["__core-js_shared__"], maskSrcKey = (uid = /[^.]+$/.exec(coreJsData && coreJsData.keys && coreJsData.keys.IE_PROTO || "")) ? "Symbol(src)_1." + uid : "";
122
120
  var funcToString$2 = Function.prototype.toString;
@@ -175,10 +173,10 @@
175
173
  if (++count >= 800) return arguments[0];
176
174
  } else count = 0;
177
175
  return func.apply(void 0, arguments);
178
- }), MAX_SAFE_INTEGER$1 = 9007199254740991, reIsUint = /^(?:0|[1-9]\d*)$/;
176
+ }), reIsUint = /^(?:0|[1-9]\d*)$/;
179
177
  function isIndex(value, length) {
180
178
  var type = typeof value;
181
- return !!(length = null == length ? MAX_SAFE_INTEGER$1 : length) && ("number" == type || "symbol" != type && reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length;
179
+ return !!(length = null == length ? 9007199254740991 : length) && ("number" == type || "symbol" != type && reIsUint.test(value)) && value > -1 && value % 1 == 0 && value < length;
182
180
  }
183
181
  function baseAssignValue(object, key, value) {
184
182
  "__proto__" == key && defineProperty ? defineProperty(object, key, {
@@ -222,9 +220,8 @@
222
220
  };
223
221
  }(func, start, identity), func + "");
224
222
  }
225
- var MAX_SAFE_INTEGER = 9007199254740991;
226
223
  function isLength(value) {
227
- return "number" == typeof value && value > -1 && value % 1 == 0 && value <= MAX_SAFE_INTEGER;
224
+ return "number" == typeof value && value > -1 && value % 1 == 0 && value <= 9007199254740991;
228
225
  }
229
226
  function isArrayLike(value) {
230
227
  return null != value && isLength(value.length) && !isFunction(value);
@@ -257,7 +254,7 @@
257
254
  return arguments;
258
255
  }()) ? baseIsArguments : function(value) {
259
256
  return isObjectLike(value) && hasOwnProperty$8.call(value, "callee") && !propertyIsEnumerable$1.call(value, "callee");
260
- }, isArguments$1 = isArguments;
257
+ };
261
258
  var freeExports$2 = "object" == typeof exports && exports && !exports.nodeType && exports, freeModule$2 = freeExports$2 && "object" == typeof module && module && !module.nodeType && module, Buffer$1 = freeModule$2 && freeModule$2.exports === freeExports$2 ? root.Buffer : void 0, isBuffer = (Buffer$1 ? Buffer$1.isBuffer : void 0) || function() {
262
259
  return !1;
263
260
  }, typedArrayTags = {};
@@ -276,7 +273,7 @@
276
273
  return isObjectLike(value) && isLength(value.length) && !!typedArrayTags[baseGetTag(value)];
277
274
  }, hasOwnProperty$7 = Object.prototype.hasOwnProperty;
278
275
  function arrayLikeKeys(value, inherited) {
279
- var isArr = isArray(value), isArg = !isArr && isArguments$1(value), isBuff = !isArr && !isArg && isBuffer(value), isType = !isArr && !isArg && !isBuff && isTypedArray(value), skipIndexes = isArr || isArg || isBuff || isType, result = skipIndexes ? function(n, iteratee) {
276
+ var isArr = isArray(value), isArg = !isArr && isArguments(value), isBuff = !isArr && !isArg && isBuffer(value), isType = !isArr && !isArg && !isBuff && isTypedArray(value), skipIndexes = isArr || isArg || isBuff || isType, result = skipIndexes ? function(n, iteratee) {
280
277
  for (var index = -1, result = Array(n); ++index < n; ) result[index] = iteratee(index);
281
278
  return result;
282
279
  }(value.length, String) : [], length = result.length;
@@ -399,9 +396,8 @@
399
396
  var data = getMapData(this, key), size = data.size;
400
397
  return data.set(key, value), this.size += data.size == size ? 0 : 1, this;
401
398
  };
402
- var FUNC_ERROR_TEXT = "Expected a function";
403
399
  function memoize(func, resolver) {
404
- if ("function" != typeof func || null != resolver && "function" != typeof resolver) throw new TypeError(FUNC_ERROR_TEXT);
400
+ if ("function" != typeof func || null != resolver && "function" != typeof resolver) throw new TypeError("Expected a function");
405
401
  var memoized = function() {
406
402
  var args = arguments, key = resolver ? resolver.apply(this, args) : args[0], cache = memoized.cache;
407
403
  if (cache.has(key)) return cache.get(key);
@@ -431,11 +427,10 @@
431
427
  return null == value ? "" : baseToString(value);
432
428
  }(value));
433
429
  }
434
- var INFINITY = 1 / 0;
435
430
  function toKey(value) {
436
431
  if ("string" == typeof value || isSymbol(value)) return value;
437
432
  var result = value + "";
438
- return "0" == result && 1 / value == -INFINITY ? "-0" : result;
433
+ return "0" == result && 1 / value == -1 / 0 ? "-0" : result;
439
434
  }
440
435
  function get(object, path, defaultValue) {
441
436
  var result = null == object ? void 0 : function(object, path) {
@@ -444,7 +439,7 @@
444
439
  }(object, path);
445
440
  return void 0 === result ? defaultValue : result;
446
441
  }
447
- var getPrototype = overArg(Object.getPrototypeOf, Object), objectTag$2 = "[object Object]", funcProto = Function.prototype, objectProto$3 = Object.prototype, funcToString = funcProto.toString, hasOwnProperty$2 = objectProto$3.hasOwnProperty, objectCtorString = funcToString.call(Object);
442
+ var getPrototype = overArg(Object.getPrototypeOf, Object), funcProto = Function.prototype, objectProto$3 = Object.prototype, funcToString = funcProto.toString, hasOwnProperty$2 = objectProto$3.hasOwnProperty, objectCtorString = funcToString.call(Object);
448
443
  function Stack(entries) {
449
444
  var data = this.__data__ = new ListCache(entries);
450
445
  this.size = data.size;
@@ -468,7 +463,8 @@
468
463
  }
469
464
  return data.set(key, value), this.size = data.size, this;
470
465
  };
471
- var freeExports = "object" == typeof exports && exports && !exports.nodeType && exports, freeModule = freeExports && "object" == typeof module && module && !module.nodeType && module, Buffer = freeModule && freeModule.exports === freeExports ? root.Buffer : void 0, allocUnsafe = Buffer ? Buffer.allocUnsafe : void 0;
466
+ var freeExports = "object" == typeof exports && exports && !exports.nodeType && exports, freeModule = freeExports && "object" == typeof module && module && !module.nodeType && module, Buffer = freeModule && freeModule.exports === freeExports ? root.Buffer : void 0;
467
+ Buffer && Buffer.allocUnsafe;
472
468
  var propertyIsEnumerable = Object.prototype.propertyIsEnumerable, nativeGetSymbols = Object.getOwnPropertySymbols, getSymbols = nativeGetSymbols ? function(object) {
473
469
  return null == object ? [] : (object = Object(object), function(array, predicate) {
474
470
  for (var index = -1, length = null == array ? 0 : array.length, resIndex = 0, result = []; ++index < length; ) {
@@ -481,7 +477,7 @@
481
477
  })));
482
478
  } : function() {
483
479
  return [];
484
- }, getSymbols$1 = getSymbols;
480
+ };
485
481
  function getAllKeys(object) {
486
482
  return function(object, keysFunc, symbolsFunc) {
487
483
  var result = keysFunc(object);
@@ -489,7 +485,7 @@
489
485
  for (var index = -1, length = values.length, offset = array.length; ++index < length; ) array[offset + index] = values[index];
490
486
  return array;
491
487
  }(result, symbolsFunc(object));
492
- }(object, keys, getSymbols$1);
488
+ }(object, keys, getSymbols);
493
489
  }
494
490
  var DataView = getNative(root, "DataView"), Promise$1 = getNative(root, "Promise"), Set$1 = getNative(root, "Set"), dataViewCtorString = toSource(DataView), mapCtorString = toSource(Map$1), promiseCtorString = toSource(Promise$1), setCtorString = toSource(Set$1), weakMapCtorString = toSource(WeakMap), getTag = baseGetTag;
495
491
  (DataView && "[object DataView]" != getTag(new DataView(new ArrayBuffer(1))) || Map$1 && "[object Map]" != getTag(new Map$1) || Promise$1 && "[object Promise]" != getTag(Promise$1.resolve()) || Set$1 && "[object Set]" != getTag(new Set$1) || WeakMap && "[object WeakMap]" != getTag(new WeakMap)) && (getTag = function(value) {
@@ -512,10 +508,10 @@
512
508
  }
513
509
  return result;
514
510
  });
515
- var getTag$1 = getTag, Uint8Array$1 = root.Uint8Array;
511
+ var Uint8Array = root.Uint8Array;
516
512
  function cloneTypedArray(typedArray, isDeep) {
517
- var arrayBuffer, result, buffer = isDeep ? (arrayBuffer = typedArray.buffer, result = new arrayBuffer.constructor(arrayBuffer.byteLength),
518
- new Uint8Array$1(result).set(new Uint8Array$1(arrayBuffer)), result) : typedArray.buffer;
513
+ var arrayBuffer, result, buffer = (arrayBuffer = typedArray.buffer, result = new arrayBuffer.constructor(arrayBuffer.byteLength),
514
+ new Uint8Array(result).set(new Uint8Array(arrayBuffer)), result);
519
515
  return new typedArray.constructor(buffer, typedArray.byteOffset, typedArray.length);
520
516
  }
521
517
  function SetCache(values) {
@@ -531,13 +527,12 @@
531
527
  }, SetCache.prototype.has = function(value) {
532
528
  return this.__data__.has(value);
533
529
  };
534
- var COMPARE_PARTIAL_FLAG$3 = 1, COMPARE_UNORDERED_FLAG$1 = 2;
535
530
  function equalArrays(array, other, bitmask, customizer, equalFunc, stack) {
536
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$3, arrLength = array.length, othLength = other.length;
531
+ var isPartial = 1 & bitmask, arrLength = array.length, othLength = other.length;
537
532
  if (arrLength != othLength && !(isPartial && othLength > arrLength)) return !1;
538
533
  var arrStacked = stack.get(array), othStacked = stack.get(other);
539
534
  if (arrStacked && othStacked) return arrStacked == other && othStacked == array;
540
- var index = -1, result = !0, seen = bitmask & COMPARE_UNORDERED_FLAG$1 ? new SetCache : void 0;
535
+ var index = -1, result = !0, seen = 2 & bitmask ? new SetCache : void 0;
541
536
  for (stack.set(array, other), stack.set(other, array); ++index < arrLength; ) {
542
537
  var arrValue = array[index], othValue = other[index];
543
538
  if (customizer) var compared = isPartial ? customizer(othValue, arrValue, index, other, array, stack) : customizer(arrValue, othValue, index, array, other, stack);
@@ -573,54 +568,54 @@
573
568
  result[++index] = value;
574
569
  })), result;
575
570
  }
576
- var COMPARE_PARTIAL_FLAG$2 = 1, COMPARE_UNORDERED_FLAG = 2, boolTag = "[object Boolean]", dateTag = "[object Date]", errorTag = "[object Error]", mapTag = "[object Map]", numberTag = "[object Number]", regexpTag = "[object RegExp]", setTag = "[object Set]", stringTag$1 = "[object String]", symbolTag = "[object Symbol]", arrayBufferTag = "[object ArrayBuffer]", dataViewTag = "[object DataView]", symbolProto = Symbol$1 ? Symbol$1.prototype : void 0, symbolValueOf = symbolProto ? symbolProto.valueOf : void 0;
577
- var COMPARE_PARTIAL_FLAG$1 = 1, hasOwnProperty$1 = Object.prototype.hasOwnProperty;
578
- var COMPARE_PARTIAL_FLAG = 1, argsTag = "[object Arguments]", arrayTag = "[object Array]", objectTag = "[object Object]", hasOwnProperty = Object.prototype.hasOwnProperty;
571
+ var symbolProto = Symbol$1 ? Symbol$1.prototype : void 0, symbolValueOf = symbolProto ? symbolProto.valueOf : void 0;
572
+ var hasOwnProperty$1 = Object.prototype.hasOwnProperty;
573
+ var objectTag = "[object Object]", hasOwnProperty = Object.prototype.hasOwnProperty;
579
574
  function baseIsEqualDeep(object, other, bitmask, customizer, equalFunc, stack) {
580
- var objIsArr = isArray(object), othIsArr = isArray(other), objTag = objIsArr ? arrayTag : getTag$1(object), othTag = othIsArr ? arrayTag : getTag$1(other), objIsObj = (objTag = objTag == argsTag ? objectTag : objTag) == objectTag, othIsObj = (othTag = othTag == argsTag ? objectTag : othTag) == objectTag, isSameTag = objTag == othTag;
575
+ var objIsArr = isArray(object), othIsArr = isArray(other), objTag = objIsArr ? "[object Array]" : getTag(object), othTag = othIsArr ? "[object Array]" : getTag(other), objIsObj = (objTag = "[object Arguments]" == objTag ? objectTag : objTag) == objectTag, othIsObj = (othTag = "[object Arguments]" == othTag ? objectTag : othTag) == objectTag, isSameTag = objTag == othTag;
581
576
  if (isSameTag && isBuffer(object)) {
582
577
  if (!isBuffer(other)) return !1;
583
578
  objIsArr = !0, objIsObj = !1;
584
579
  }
585
580
  if (isSameTag && !objIsObj) return stack || (stack = new Stack), objIsArr || isTypedArray(object) ? equalArrays(object, other, bitmask, customizer, equalFunc, stack) : function(object, other, tag, bitmask, customizer, equalFunc, stack) {
586
581
  switch (tag) {
587
- case dataViewTag:
582
+ case "[object DataView]":
588
583
  if (object.byteLength != other.byteLength || object.byteOffset != other.byteOffset) return !1;
589
584
  object = object.buffer, other = other.buffer;
590
585
 
591
- case arrayBufferTag:
592
- return !(object.byteLength != other.byteLength || !equalFunc(new Uint8Array$1(object), new Uint8Array$1(other)));
586
+ case "[object ArrayBuffer]":
587
+ return !(object.byteLength != other.byteLength || !equalFunc(new Uint8Array(object), new Uint8Array(other)));
593
588
 
594
- case boolTag:
595
- case dateTag:
596
- case numberTag:
589
+ case "[object Boolean]":
590
+ case "[object Date]":
591
+ case "[object Number]":
597
592
  return eq(+object, +other);
598
593
 
599
- case errorTag:
594
+ case "[object Error]":
600
595
  return object.name == other.name && object.message == other.message;
601
596
 
602
- case regexpTag:
603
- case stringTag$1:
597
+ case "[object RegExp]":
598
+ case "[object String]":
604
599
  return object == other + "";
605
600
 
606
- case mapTag:
601
+ case "[object Map]":
607
602
  var convert = mapToArray;
608
603
 
609
- case setTag:
610
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$2;
604
+ case "[object Set]":
605
+ var isPartial = 1 & bitmask;
611
606
  if (convert || (convert = setToArray), object.size != other.size && !isPartial) return !1;
612
607
  var stacked = stack.get(object);
613
608
  if (stacked) return stacked == other;
614
- bitmask |= COMPARE_UNORDERED_FLAG, stack.set(object, other);
609
+ bitmask |= 2, stack.set(object, other);
615
610
  var result = equalArrays(convert(object), convert(other), bitmask, customizer, equalFunc, stack);
616
611
  return stack.delete(object), result;
617
612
 
618
- case symbolTag:
613
+ case "[object Symbol]":
619
614
  if (symbolValueOf) return symbolValueOf.call(object) == symbolValueOf.call(other);
620
615
  }
621
616
  return !1;
622
617
  }(object, other, objTag, bitmask, customizer, equalFunc, stack);
623
- if (!(bitmask & COMPARE_PARTIAL_FLAG)) {
618
+ if (!(1 & bitmask)) {
624
619
  var objIsWrapped = objIsObj && hasOwnProperty.call(object, "__wrapped__"), othIsWrapped = othIsObj && hasOwnProperty.call(other, "__wrapped__");
625
620
  if (objIsWrapped || othIsWrapped) {
626
621
  var objUnwrapped = objIsWrapped ? object.value() : object, othUnwrapped = othIsWrapped ? other.value() : other;
@@ -628,7 +623,7 @@
628
623
  }
629
624
  }
630
625
  return !!isSameTag && (stack || (stack = new Stack), function(object, other, bitmask, customizer, equalFunc, stack) {
631
- var isPartial = bitmask & COMPARE_PARTIAL_FLAG$1, objProps = getAllKeys(object), objLength = objProps.length;
626
+ var isPartial = 1 & bitmask, objProps = getAllKeys(object), objLength = objProps.length;
632
627
  if (objLength != getAllKeys(other).length && !isPartial) return !1;
633
628
  for (var index = objLength; index--; ) {
634
629
  var key = objProps[index];
@@ -657,9 +652,9 @@
657
652
  function baseIsEqual(value, other, bitmask, customizer, stack) {
658
653
  return value === other || (null == value || null == other || !isObjectLike(value) && !isObjectLike(other) ? value != value && other != other : baseIsEqualDeep(value, other, bitmask, customizer, baseIsEqual, stack));
659
654
  }
660
- var fromRight, baseFor = function(object, iteratee, keysFunc) {
655
+ var baseFor = function(object, iteratee, keysFunc) {
661
656
  for (var index = -1, iterable = Object(object), props = keysFunc(object), length = props.length; length--; ) {
662
- var key = props[fromRight ? length : ++index];
657
+ var key = props[++index];
663
658
  if (!1 === iteratee(iterable[key], key, iterable)) break;
664
659
  }
665
660
  return object;
@@ -671,11 +666,11 @@
671
666
  if (("constructor" !== key || "function" != typeof object[key]) && "__proto__" != key) return object[key];
672
667
  }
673
668
  function toPlainObject(value) {
674
- return function(source, props, object, customizer) {
669
+ return function(source, props, object) {
675
670
  var isNew = !object;
676
671
  object || (object = {});
677
672
  for (var index = -1, length = props.length; ++index < length; ) {
678
- var key = props[index], newValue = customizer ? customizer(object[key], source[key], key, object, source) : void 0;
673
+ var key = props[index], newValue = void 0;
679
674
  void 0 === newValue && (newValue = source[key]), isNew ? baseAssignValue(object, key, newValue) : assignValue(object, key, newValue);
680
675
  }
681
676
  return object;
@@ -691,17 +686,14 @@
691
686
  var index = -1, length = source.length;
692
687
  for (array || (array = Array(length)); ++index < length; ) array[index] = source[index];
693
688
  return array;
694
- }(objValue) : isBuff ? (isCommon = !1, newValue = function(buffer, isDeep) {
695
- if (isDeep) return buffer.slice();
696
- var length = buffer.length, result = allocUnsafe ? allocUnsafe(length) : new buffer.constructor(length);
697
- return buffer.copy(result), result;
698
- }(srcValue, !0)) : isTyped ? (isCommon = !1, newValue = cloneTypedArray(srcValue, !0)) : newValue = [] : function(value) {
699
- if (!isObjectLike(value) || baseGetTag(value) != objectTag$2) return !1;
689
+ }(objValue) : isBuff ? (isCommon = !1, newValue = srcValue.slice()) : isTyped ? (isCommon = !1,
690
+ newValue = cloneTypedArray(srcValue)) : newValue = [] : function(value) {
691
+ if (!isObjectLike(value) || "[object Object]" != baseGetTag(value)) return !1;
700
692
  var proto = getPrototype(value);
701
693
  if (null === proto) return !0;
702
694
  var Ctor = hasOwnProperty$2.call(proto, "constructor") && proto.constructor;
703
695
  return "function" == typeof Ctor && Ctor instanceof Ctor && funcToString.call(Ctor) == objectCtorString;
704
- }(srcValue) || isArguments$1(srcValue) ? (newValue = objValue, isArguments$1(objValue) ? newValue = toPlainObject(objValue) : isObject(objValue) && !isFunction(objValue) || (newValue = function(object) {
696
+ }(srcValue) || isArguments(srcValue) ? (newValue = objValue, isArguments(objValue) ? newValue = toPlainObject(objValue) : isObject(objValue) && !isFunction(objValue) || (newValue = function(object) {
705
697
  return "function" != typeof object.constructor || isPrototype(object) ? {} : baseCreate(getPrototype(object));
706
698
  }(srcValue))) : isCommon = !1;
707
699
  }
@@ -722,7 +714,7 @@
722
714
  }));
723
715
  var merge = createAssigner((function(object, source, srcIndex) {
724
716
  baseMerge(object, source, srcIndex);
725
- })), merge$1 = merge, zhcnLocale = {
717
+ })), zhcnLocale = {
726
718
  name: "zh-cn",
727
719
  next: {
728
720
  loading: "加载中...",
@@ -1113,12 +1105,9 @@
1113
1105
  dh = height, dx = 0, dy = 0) : mediaRatio < canvasRatio && (dw = height * mediaRatio,
1114
1106
  dh = height, dx = Math.round((width - dw) / 2), dy = 0), ctx.drawImage(videoElement, 0, 0, sw, sh, dx, dy, dw, dh),
1115
1107
  ctx;
1116
- }, withInstall = (main, extra) => {
1117
- if (main.install = app => {
1118
- for (const comp of [ main, ...Object.values(extra ?? {}) ]) app.component(comp.name, comp);
1119
- }, extra) for (const [key, comp] of Object.entries(extra)) main[key] = comp;
1120
- return main;
1121
- }, slots_config_headerMenu = "header-menu", slots_config_headerToolsPrefix = "header-tools-prefix", slots_config_headerToolsSuffix = "header-tools-suffix";
1108
+ }, withInstall = (main, extra) => (main.install = app => {
1109
+ for (const comp of [ main, ...Object.values({}) ]) app.component(comp.name, comp);
1110
+ }, main), slots_config_headerMenu = "header-menu", slots_config_headerToolsPrefix = "header-tools-prefix", slots_config_headerToolsSuffix = "header-tools-suffix";
1122
1111
  var defaultConfig$5 = {
1123
1112
  logo: "",
1124
1113
  title: "Next Element Vue",
@@ -1166,10 +1155,14 @@
1166
1155
  isDark: !1
1167
1156
  }
1168
1157
  };
1169
- const ns$n = useNamespace("text-ellipsis");
1158
+ const ns$o = useNamespace("text-ellipsis");
1170
1159
  const NextTextEllipsis = withInstall(vue.defineComponent({
1171
1160
  name: "NextTextEllipsis",
1172
1161
  props: {
1162
+ className: {
1163
+ type: String,
1164
+ default: ""
1165
+ },
1173
1166
  content: {
1174
1167
  type: String,
1175
1168
  default: ""
@@ -1189,10 +1182,6 @@
1189
1182
  textAlign: {
1190
1183
  type: String,
1191
1184
  default: "left"
1192
- },
1193
- class: {
1194
- type: String,
1195
- default: ""
1196
1185
  }
1197
1186
  },
1198
1187
  setup(props, {slots: slots}) {
@@ -1212,7 +1201,7 @@
1212
1201
  }
1213
1202
  };
1214
1203
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode("div", {
1215
- class: [ ns$n.b(), props.class ],
1204
+ class: [ ns$o.b(), props.className ],
1216
1205
  style: setWidth.value,
1217
1206
  onMouseenter: onMouseenter
1218
1207
  }, [ isTip.value ? vue.createVNode(elementPlus.ElTooltip, {
@@ -1222,11 +1211,11 @@
1222
1211
  disabled: props.disabled
1223
1212
  }, {
1224
1213
  default: () => [ vue.createVNode("span", {
1225
- class: ns$n.e("text"),
1214
+ class: ns$o.e("text"),
1226
1215
  ref: ellipsisRef
1227
1216
  }, [ slots.default ? slots.default() : props.content ]) ]
1228
1217
  }) : vue.createVNode("span", {
1229
- class: ns$n.e("text"),
1218
+ class: ns$o.e("text"),
1230
1219
  ref: ellipsisRef
1231
1220
  }, [ slots.default ? slots.default() : props.content ]) ]) ]);
1232
1221
  }
@@ -1246,284 +1235,256 @@
1246
1235
  content: t(_options.title)
1247
1236
  }, null) ]) ]) ]);
1248
1237
  }
1249
- }), export_helper_default = (sfc, props) => {
1250
- let target = sfc.__vccOpts || sfc;
1251
- for (let [key, val] of props) target[key] = val;
1252
- return target;
1253
- }, arrow_down_vue_vue_type_script_lang_default = {
1254
- name: "ArrowDown"
1255
- }, _hoisted_16 = {
1256
- xmlns: "http://www.w3.org/2000/svg",
1257
- viewBox: "0 0 1024 1024"
1258
- }, _hoisted_36 = [ vue.createElementVNode("path", {
1259
- fill: "currentColor",
1260
- d: "M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"
1261
- }, null, -1) ];
1262
- var arrow_down_default = export_helper_default(arrow_down_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1263
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_16, _hoisted_36);
1264
- } ], [ "__file", "arrow-down.vue" ] ]), arrow_left_vue_vue_type_script_lang_default = {
1265
- name: "ArrowLeft"
1266
- }, _hoisted_18 = {
1267
- xmlns: "http://www.w3.org/2000/svg",
1268
- viewBox: "0 0 1024 1024"
1269
- }, _hoisted_38 = [ vue.createElementVNode("path", {
1270
- fill: "currentColor",
1271
- d: "M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"
1272
- }, null, -1) ];
1273
- var arrow_left_default = export_helper_default(arrow_left_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1274
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_18, _hoisted_38);
1275
- } ], [ "__file", "arrow-left.vue" ] ]), arrow_right_vue_vue_type_script_lang_default = {
1276
- name: "ArrowRight"
1277
- }, _hoisted_110 = {
1278
- xmlns: "http://www.w3.org/2000/svg",
1279
- viewBox: "0 0 1024 1024"
1280
- }, _hoisted_310 = [ vue.createElementVNode("path", {
1281
- fill: "currentColor",
1282
- d: "M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"
1283
- }, null, -1) ];
1284
- var arrow_right_default = export_helper_default(arrow_right_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1285
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_110, _hoisted_310);
1286
- } ], [ "__file", "arrow-right.vue" ] ]), arrow_up_vue_vue_type_script_lang_default = {
1287
- name: "ArrowUp"
1288
- }, _hoisted_112 = {
1289
- xmlns: "http://www.w3.org/2000/svg",
1290
- viewBox: "0 0 1024 1024"
1291
- }, _hoisted_312 = [ vue.createElementVNode("path", {
1292
- fill: "currentColor",
1293
- d: "m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0z"
1294
- }, null, -1) ];
1295
- var arrow_up_default = export_helper_default(arrow_up_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1296
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_112, _hoisted_312);
1297
- } ], [ "__file", "arrow-up.vue" ] ]), back_vue_vue_type_script_lang_default = {
1298
- name: "Back"
1299
- }, _hoisted_114 = {
1300
- xmlns: "http://www.w3.org/2000/svg",
1301
- viewBox: "0 0 1024 1024"
1302
- }, _hoisted_44 = [ vue.createElementVNode("path", {
1303
- fill: "currentColor",
1304
- d: "M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64z"
1305
- }, null, -1), vue.createElementVNode("path", {
1306
- fill: "currentColor",
1307
- d: "m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312L237.248 512z"
1308
- }, null, -1) ];
1309
- var back_default = export_helper_default(back_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1310
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_114, _hoisted_44);
1311
- } ], [ "__file", "back.vue" ] ]), camera_vue_vue_type_script_lang_default = {
1312
- name: "Camera"
1313
- }, _hoisted_131 = {
1314
- xmlns: "http://www.w3.org/2000/svg",
1315
- viewBox: "0 0 1024 1024"
1316
- }, _hoisted_330 = [ vue.createElementVNode("path", {
1317
- fill: "currentColor",
1318
- d: "M896 256H128v576h768V256zm-199.424-64-32.064-64h-304.96l-32 64h369.024zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32zm416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320zm0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448z"
1319
- }, null, -1) ];
1320
- var camera_default = export_helper_default(camera_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1321
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_131, _hoisted_330);
1322
- } ], [ "__file", "camera.vue" ] ]), close_vue_vue_type_script_lang_default = {
1323
- name: "Close"
1324
- }, _hoisted_156 = {
1325
- xmlns: "http://www.w3.org/2000/svg",
1326
- viewBox: "0 0 1024 1024"
1327
- }, _hoisted_355 = [ vue.createElementVNode("path", {
1328
- fill: "currentColor",
1329
- d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
1330
- }, null, -1) ];
1331
- var close_default = export_helper_default(close_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1332
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_156, _hoisted_355);
1333
- } ], [ "__file", "close.vue" ] ]), d_arrow_left_vue_vue_type_script_lang_default = {
1334
- name: "DArrowLeft"
1335
- }, _hoisted_172 = {
1336
- xmlns: "http://www.w3.org/2000/svg",
1337
- viewBox: "0 0 1024 1024"
1338
- }, _hoisted_371 = [ vue.createElementVNode("path", {
1339
- fill: "currentColor",
1340
- d: "M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"
1341
- }, null, -1) ];
1342
- var d_arrow_left_default = export_helper_default(d_arrow_left_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1343
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_172, _hoisted_371);
1344
- } ], [ "__file", "d-arrow-left.vue" ] ]), d_arrow_right_vue_vue_type_script_lang_default = {
1345
- name: "DArrowRight"
1346
- }, _hoisted_173 = {
1347
- xmlns: "http://www.w3.org/2000/svg",
1348
- viewBox: "0 0 1024 1024"
1349
- }, _hoisted_372 = [ vue.createElementVNode("path", {
1350
- fill: "currentColor",
1351
- d: "M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688zm-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"
1352
- }, null, -1) ];
1353
- var d_arrow_right_default = export_helper_default(d_arrow_right_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1354
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_173, _hoisted_372);
1355
- } ], [ "__file", "d-arrow-right.vue" ] ]), delete_vue_vue_type_script_lang_default = {
1356
- name: "Delete"
1357
- }, _hoisted_180 = {
1358
- xmlns: "http://www.w3.org/2000/svg",
1359
- viewBox: "0 0 1024 1024"
1360
- }, _hoisted_379 = [ vue.createElementVNode("path", {
1361
- fill: "currentColor",
1362
- d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32V256zm448-64v-64H416v64h192zM224 896h576V256H224v640zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32zm192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32z"
1363
- }, null, -1) ];
1364
- var delete_default = export_helper_default(delete_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1365
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_180, _hoisted_379);
1366
- } ], [ "__file", "delete.vue" ] ]), edit_pen_vue_vue_type_script_lang_default = {
1367
- name: "EditPen"
1368
- }, _hoisted_193 = {
1369
- xmlns: "http://www.w3.org/2000/svg",
1370
- viewBox: "0 0 1024 1024"
1371
- }, _hoisted_392 = [ vue.createElementVNode("path", {
1372
- fill: "currentColor",
1373
- d: "m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696L175.168 732.8zM455.04 229.248l193.92 112 56.704-98.112-193.984-112-56.64 98.112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336L104.32 708.8zm384 254.272v-64h448v64h-448z"
1374
- }, null, -1) ];
1375
- var edit_pen_default = export_helper_default(edit_pen_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1376
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_193, _hoisted_392);
1377
- } ], [ "__file", "edit-pen.vue" ] ]), full_screen_vue_vue_type_script_lang_default = {
1378
- name: "FullScreen"
1379
- }, _hoisted_1118 = {
1380
- xmlns: "http://www.w3.org/2000/svg",
1381
- viewBox: "0 0 1024 1024"
1382
- }, _hoisted_3117 = [ vue.createElementVNode("path", {
1383
- fill: "currentColor",
1384
- d: "m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64v.064zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64l-192 .192zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64v-.064z"
1385
- }, null, -1) ];
1386
- var full_screen_default = export_helper_default(full_screen_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1387
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1118, _hoisted_3117);
1388
- } ], [ "__file", "full-screen.vue" ] ]), info_filled_vue_vue_type_script_lang_default = {
1389
- name: "InfoFilled"
1390
- }, _hoisted_1143 = {
1391
- xmlns: "http://www.w3.org/2000/svg",
1392
- viewBox: "0 0 1024 1024"
1393
- }, _hoisted_3142 = [ vue.createElementVNode("path", {
1394
- fill: "currentColor",
1395
- d: "M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64zm67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344zM590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"
1396
- }, null, -1) ];
1397
- var info_filled_default = export_helper_default(info_filled_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1398
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1143, _hoisted_3142);
1399
- } ], [ "__file", "info-filled.vue" ] ]), moon_night_vue_vue_type_script_lang_default = {
1400
- name: "MoonNight"
1401
- }, _hoisted_1172 = {
1402
- xmlns: "http://www.w3.org/2000/svg",
1403
- viewBox: "0 0 1024 1024"
1404
- }, _hoisted_449 = [ vue.createElementVNode("path", {
1405
- fill: "currentColor",
1406
- d: "M384 512a448 448 0 0 1 215.872-383.296A384 384 0 0 0 213.76 640h188.8A448.256 448.256 0 0 1 384 512zM171.136 704a448 448 0 0 1 636.992-575.296A384 384 0 0 0 499.328 704h-328.32z"
1407
- }, null, -1), vue.createElementVNode("path", {
1408
- fill: "currentColor",
1409
- d: "M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32zm128 128h384a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64zm160 127.68 224 .256a32 32 0 0 1 32 32V928a32 32 0 0 1-32 32l-224-.384a32 32 0 0 1-32-32v-.064a32 32 0 0 1 32-32z"
1410
- }, null, -1) ];
1411
- var moon_night_default = export_helper_default(moon_night_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1412
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1172, _hoisted_449);
1413
- } ], [ "__file", "moon-night.vue" ] ]), picture_vue_vue_type_script_lang_default = {
1414
- name: "Picture"
1415
- }, _hoisted_1197 = {
1416
- xmlns: "http://www.w3.org/2000/svg",
1417
- viewBox: "0 0 1024 1024"
1418
- }, _hoisted_460 = [ vue.createElementVNode("path", {
1419
- fill: "currentColor",
1420
- d: "M160 160v704h704V160H160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32z"
1421
- }, null, -1), vue.createElementVNode("path", {
1422
- fill: "currentColor",
1423
- d: "M384 288q64 0 64 64t-64 64q-64 0-64-64t64-64zM185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952L185.408 876.992z"
1424
- }, null, -1) ];
1425
- var picture_default = export_helper_default(picture_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1426
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1197, _hoisted_460);
1427
- } ], [ "__file", "picture.vue" ] ]), plus_vue_vue_type_script_lang_default = {
1428
- name: "Plus"
1429
- }, _hoisted_1201 = {
1430
- xmlns: "http://www.w3.org/2000/svg",
1431
- viewBox: "0 0 1024 1024"
1432
- }, _hoisted_3200 = [ vue.createElementVNode("path", {
1433
- fill: "currentColor",
1434
- d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64h352z"
1435
- }, null, -1) ];
1436
- var plus_default = export_helper_default(plus_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1437
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1201, _hoisted_3200);
1438
- } ], [ "__file", "plus.vue" ] ]), refresh_vue_vue_type_script_lang_default = {
1439
- name: "Refresh"
1440
- }, _hoisted_1217 = {
1441
- xmlns: "http://www.w3.org/2000/svg",
1442
- viewBox: "0 0 1024 1024"
1443
- }, _hoisted_3216 = [ vue.createElementVNode("path", {
1444
- fill: "currentColor",
1445
- d: "M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"
1446
- }, null, -1) ];
1447
- var refresh_default = export_helper_default(refresh_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1448
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1217, _hoisted_3216);
1449
- } ], [ "__file", "refresh.vue" ] ]), right_vue_vue_type_script_lang_default = {
1450
- name: "Right"
1451
- }, _hoisted_1221 = {
1452
- xmlns: "http://www.w3.org/2000/svg",
1453
- viewBox: "0 0 1024 1024"
1454
- }, _hoisted_3220 = [ vue.createElementVNode("path", {
1455
- fill: "currentColor",
1456
- d: "M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312L754.752 480z"
1457
- }, null, -1) ];
1458
- var right_default = export_helper_default(right_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1459
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1221, _hoisted_3220);
1460
- } ], [ "__file", "right.vue" ] ]), search_vue_vue_type_script_lang_default = {
1461
- name: "Search"
1462
- }, _hoisted_1225 = {
1463
- xmlns: "http://www.w3.org/2000/svg",
1464
- viewBox: "0 0 1024 1024"
1465
- }, _hoisted_3224 = [ vue.createElementVNode("path", {
1466
- fill: "currentColor",
1467
- d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704z"
1468
- }, null, -1) ];
1469
- var search_default = export_helper_default(search_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1470
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1225, _hoisted_3224);
1471
- } ], [ "__file", "search.vue" ] ]), setting_vue_vue_type_script_lang_default = {
1472
- name: "Setting"
1473
- }, _hoisted_1231 = {
1474
- xmlns: "http://www.w3.org/2000/svg",
1475
- viewBox: "0 0 1024 1024"
1476
- }, _hoisted_3230 = [ vue.createElementVNode("path", {
1477
- fill: "currentColor",
1478
- d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384zm0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256z"
1479
- }, null, -1) ];
1480
- var setting_default = export_helper_default(setting_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1481
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1231, _hoisted_3230);
1482
- } ], [ "__file", "setting.vue" ] ]), sunny_vue_vue_type_script_lang_default = {
1483
- name: "Sunny"
1484
- }, _hoisted_1253 = {
1485
- xmlns: "http://www.w3.org/2000/svg",
1486
- viewBox: "0 0 1024 1024"
1487
- }, _hoisted_3252 = [ vue.createElementVNode("path", {
1488
- fill: "currentColor",
1489
- d: "M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384zm0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512zm0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32zm0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32zM195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248zM64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32zm768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32zM195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0zm543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0z"
1490
- }, null, -1) ];
1491
- var sunny_default = export_helper_default(sunny_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1492
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1253, _hoisted_3252);
1493
- } ], [ "__file", "sunny.vue" ] ]), tools_vue_vue_type_script_lang_default = {
1494
- name: "Tools"
1495
- }, _hoisted_1264 = {
1496
- xmlns: "http://www.w3.org/2000/svg",
1497
- viewBox: "0 0 1024 1024"
1498
- }, _hoisted_3263 = [ vue.createElementVNode("path", {
1499
- fill: "currentColor",
1500
- d: "M764.416 254.72a351.68 351.68 0 0 1 86.336 149.184H960v192.064H850.752a351.68 351.68 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.68 351.68 0 0 1-86.336-149.312H64v-192h109.248a351.68 351.68 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0z"
1501
- }, null, -1) ];
1502
- var tools_default = export_helper_default(tools_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1503
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1264, _hoisted_3263);
1504
- } ], [ "__file", "tools.vue" ] ]), view_vue_vue_type_script_lang_default = {
1505
- name: "View"
1506
- }, _hoisted_1283 = {
1507
- xmlns: "http://www.w3.org/2000/svg",
1508
- viewBox: "0 0 1024 1024"
1509
- }, _hoisted_3282 = [ vue.createElementVNode("path", {
1510
- fill: "currentColor",
1511
- d: "M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352zm0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448zm0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160z"
1512
- }, null, -1) ];
1513
- var view_default = export_helper_default(view_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1514
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1283, _hoisted_3282);
1515
- } ], [ "__file", "view.vue" ] ]), warning_vue_vue_type_script_lang_default = {
1516
- name: "Warning"
1517
- }, _hoisted_1288 = {
1518
- xmlns: "http://www.w3.org/2000/svg",
1519
- viewBox: "0 0 1024 1024"
1520
- }, _hoisted_3287 = [ vue.createElementVNode("path", {
1521
- fill: "currentColor",
1522
- d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896zm0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768zm48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0zm-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32z"
1523
- }, null, -1) ];
1524
- var warning_default = export_helper_default(warning_vue_vue_type_script_lang_default, [ [ "render", function(_ctx, _cache, $props, $setup, $data, $options) {
1525
- return vue.openBlock(), vue.createElementBlock("svg", _hoisted_1288, _hoisted_3287);
1526
- } ], [ "__file", "warning.vue" ] ]), LayoutSetting = vue.defineComponent({
1238
+ }), arrow_down_default = vue.defineComponent({
1239
+ name: "ArrowDown",
1240
+ __name: "arrow-down",
1241
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1242
+ xmlns: "http://www.w3.org/2000/svg",
1243
+ viewBox: "0 0 1024 1024"
1244
+ }, [ vue.createElementVNode("path", {
1245
+ fill: "currentColor",
1246
+ d: "M831.872 340.864 512 652.672 192.128 340.864a30.592 30.592 0 0 0-42.752 0 29.12 29.12 0 0 0 0 41.6L489.664 714.24a32 32 0 0 0 44.672 0l340.288-331.712a29.12 29.12 0 0 0 0-41.728 30.592 30.592 0 0 0-42.752 0z"
1247
+ }) ]))
1248
+ }), arrow_left_default = vue.defineComponent({
1249
+ name: "ArrowLeft",
1250
+ __name: "arrow-left",
1251
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1252
+ xmlns: "http://www.w3.org/2000/svg",
1253
+ viewBox: "0 0 1024 1024"
1254
+ }, [ vue.createElementVNode("path", {
1255
+ fill: "currentColor",
1256
+ d: "M609.408 149.376 277.76 489.6a32 32 0 0 0 0 44.672l331.648 340.352a29.12 29.12 0 0 0 41.728 0 30.592 30.592 0 0 0 0-42.752L339.264 511.936l311.872-319.872a30.592 30.592 0 0 0 0-42.688 29.12 29.12 0 0 0-41.728 0z"
1257
+ }) ]))
1258
+ }), arrow_right_default = vue.defineComponent({
1259
+ name: "ArrowRight",
1260
+ __name: "arrow-right",
1261
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1262
+ xmlns: "http://www.w3.org/2000/svg",
1263
+ viewBox: "0 0 1024 1024"
1264
+ }, [ vue.createElementVNode("path", {
1265
+ fill: "currentColor",
1266
+ d: "M340.864 149.312a30.592 30.592 0 0 0 0 42.752L652.736 512 340.864 831.872a30.592 30.592 0 0 0 0 42.752 29.12 29.12 0 0 0 41.728 0L714.24 534.336a32 32 0 0 0 0-44.672L382.592 149.376a29.12 29.12 0 0 0-41.728 0z"
1267
+ }) ]))
1268
+ }), arrow_up_default = vue.defineComponent({
1269
+ name: "ArrowUp",
1270
+ __name: "arrow-up",
1271
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1272
+ xmlns: "http://www.w3.org/2000/svg",
1273
+ viewBox: "0 0 1024 1024"
1274
+ }, [ vue.createElementVNode("path", {
1275
+ fill: "currentColor",
1276
+ d: "m488.832 344.32-339.84 356.672a32 32 0 0 0 0 44.16l.384.384a29.44 29.44 0 0 0 42.688 0l320-335.872 319.872 335.872a29.44 29.44 0 0 0 42.688 0l.384-.384a32 32 0 0 0 0-44.16L535.168 344.32a32 32 0 0 0-46.336 0"
1277
+ }) ]))
1278
+ }), back_default = vue.defineComponent({
1279
+ name: "Back",
1280
+ __name: "back",
1281
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1282
+ xmlns: "http://www.w3.org/2000/svg",
1283
+ viewBox: "0 0 1024 1024"
1284
+ }, [ vue.createElementVNode("path", {
1285
+ fill: "currentColor",
1286
+ d: "M224 480h640a32 32 0 1 1 0 64H224a32 32 0 0 1 0-64"
1287
+ }), vue.createElementVNode("path", {
1288
+ fill: "currentColor",
1289
+ d: "m237.248 512 265.408 265.344a32 32 0 0 1-45.312 45.312l-288-288a32 32 0 0 1 0-45.312l288-288a32 32 0 1 1 45.312 45.312z"
1290
+ }) ]))
1291
+ }), camera_default = vue.defineComponent({
1292
+ name: "Camera",
1293
+ __name: "camera",
1294
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1295
+ xmlns: "http://www.w3.org/2000/svg",
1296
+ viewBox: "0 0 1024 1024"
1297
+ }, [ vue.createElementVNode("path", {
1298
+ fill: "currentColor",
1299
+ d: "M896 256H128v576h768zm-199.424-64-32.064-64h-304.96l-32 64zM96 192h160l46.336-92.608A64 64 0 0 1 359.552 64h304.96a64 64 0 0 1 57.216 35.328L768.192 192H928a32 32 0 0 1 32 32v640a32 32 0 0 1-32 32H96a32 32 0 0 1-32-32V224a32 32 0 0 1 32-32m416 512a160 160 0 1 0 0-320 160 160 0 0 0 0 320m0 64a224 224 0 1 1 0-448 224 224 0 0 1 0 448"
1300
+ }) ]))
1301
+ }), close_default = vue.defineComponent({
1302
+ name: "Close",
1303
+ __name: "close",
1304
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1305
+ xmlns: "http://www.w3.org/2000/svg",
1306
+ viewBox: "0 0 1024 1024"
1307
+ }, [ vue.createElementVNode("path", {
1308
+ fill: "currentColor",
1309
+ d: "M764.288 214.592 512 466.88 259.712 214.592a31.936 31.936 0 0 0-45.12 45.12L466.752 512 214.528 764.224a31.936 31.936 0 1 0 45.12 45.184L512 557.184l252.288 252.288a31.936 31.936 0 0 0 45.12-45.12L557.12 512.064l252.288-252.352a31.936 31.936 0 1 0-45.12-45.184z"
1310
+ }) ]))
1311
+ }), d_arrow_left_default = vue.defineComponent({
1312
+ name: "DArrowLeft",
1313
+ __name: "d-arrow-left",
1314
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1315
+ xmlns: "http://www.w3.org/2000/svg",
1316
+ viewBox: "0 0 1024 1024"
1317
+ }, [ vue.createElementVNode("path", {
1318
+ fill: "currentColor",
1319
+ d: "M529.408 149.376a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L259.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L197.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224zm256 0a29.12 29.12 0 0 1 41.728 0 30.592 30.592 0 0 1 0 42.688L515.264 511.936l311.872 319.936a30.592 30.592 0 0 1-.512 43.264 29.12 29.12 0 0 1-41.216-.512L453.76 534.272a32 32 0 0 1 0-44.672l331.648-340.224z"
1320
+ }) ]))
1321
+ }), d_arrow_right_default = vue.defineComponent({
1322
+ name: "DArrowRight",
1323
+ __name: "d-arrow-right",
1324
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1325
+ xmlns: "http://www.w3.org/2000/svg",
1326
+ viewBox: "0 0 1024 1024"
1327
+ }, [ vue.createElementVNode("path", {
1328
+ fill: "currentColor",
1329
+ d: "M452.864 149.312a29.12 29.12 0 0 1 41.728.064L826.24 489.664a32 32 0 0 1 0 44.672L494.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L764.736 512 452.864 192a30.592 30.592 0 0 1 0-42.688m-256 0a29.12 29.12 0 0 1 41.728.064L570.24 489.664a32 32 0 0 1 0 44.672L238.592 874.624a29.12 29.12 0 0 1-41.728 0 30.592 30.592 0 0 1 0-42.752L508.736 512 196.864 192a30.592 30.592 0 0 1 0-42.688z"
1330
+ }) ]))
1331
+ }), delete_default = vue.defineComponent({
1332
+ name: "Delete",
1333
+ __name: "delete",
1334
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1335
+ xmlns: "http://www.w3.org/2000/svg",
1336
+ viewBox: "0 0 1024 1024"
1337
+ }, [ vue.createElementVNode("path", {
1338
+ fill: "currentColor",
1339
+ d: "M160 256H96a32 32 0 0 1 0-64h256V95.936a32 32 0 0 1 32-32h256a32 32 0 0 1 32 32V192h256a32 32 0 1 1 0 64h-64v672a32 32 0 0 1-32 32H192a32 32 0 0 1-32-32zm448-64v-64H416v64zM224 896h576V256H224zm192-128a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32m192 0a32 32 0 0 1-32-32V416a32 32 0 0 1 64 0v320a32 32 0 0 1-32 32"
1340
+ }) ]))
1341
+ }), edit_pen_default = vue.defineComponent({
1342
+ name: "EditPen",
1343
+ __name: "edit-pen",
1344
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1345
+ xmlns: "http://www.w3.org/2000/svg",
1346
+ viewBox: "0 0 1024 1024"
1347
+ }, [ vue.createElementVNode("path", {
1348
+ fill: "currentColor",
1349
+ d: "m199.04 672.64 193.984 112 224-387.968-193.92-112-224 388.032zm-23.872 60.16 32.896 148.288 144.896-45.696zM455.04 229.248l193.92 112 56.704-98.112-193.984-112-56.64 98.112zM104.32 708.8l384-665.024 304.768 175.936L409.152 884.8h.064l-248.448 78.336zm384 254.272v-64h448v64h-448z"
1350
+ }) ]))
1351
+ }), full_screen_default = vue.defineComponent({
1352
+ name: "FullScreen",
1353
+ __name: "full-screen",
1354
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1355
+ xmlns: "http://www.w3.org/2000/svg",
1356
+ viewBox: "0 0 1024 1024"
1357
+ }, [ vue.createElementVNode("path", {
1358
+ fill: "currentColor",
1359
+ d: "m160 96.064 192 .192a32 32 0 0 1 0 64l-192-.192V352a32 32 0 0 1-64 0V96h64zm0 831.872V928H96V672a32 32 0 1 1 64 0v191.936l192-.192a32 32 0 1 1 0 64zM864 96.064V96h64v256a32 32 0 1 1-64 0V160.064l-192 .192a32 32 0 1 1 0-64l192-.192zm0 831.872-192-.192a32 32 0 0 1 0-64l192 .192V672a32 32 0 1 1 64 0v256h-64z"
1360
+ }) ]))
1361
+ }), info_filled_default = vue.defineComponent({
1362
+ name: "InfoFilled",
1363
+ __name: "info-filled",
1364
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1365
+ xmlns: "http://www.w3.org/2000/svg",
1366
+ viewBox: "0 0 1024 1024"
1367
+ }, [ vue.createElementVNode("path", {
1368
+ fill: "currentColor",
1369
+ d: "M512 64a448 448 0 1 1 0 896.064A448 448 0 0 1 512 64m67.2 275.072c33.28 0 60.288-23.104 60.288-57.344s-27.072-57.344-60.288-57.344c-33.28 0-60.16 23.104-60.16 57.344s26.88 57.344 60.16 57.344M590.912 699.2c0-6.848 2.368-24.64 1.024-34.752l-52.608 60.544c-10.88 11.456-24.512 19.392-30.912 17.28a12.992 12.992 0 0 1-8.256-14.72l87.68-276.992c7.168-35.136-12.544-67.2-54.336-71.296-44.096 0-108.992 44.736-148.48 101.504 0 6.784-1.28 23.68.064 33.792l52.544-60.608c10.88-11.328 23.552-19.328 29.952-17.152a12.8 12.8 0 0 1 7.808 16.128L388.48 728.576c-10.048 32.256 8.96 63.872 55.04 71.04 67.84 0 107.904-43.648 147.456-100.416z"
1370
+ }) ]))
1371
+ }), moon_night_default = vue.defineComponent({
1372
+ name: "MoonNight",
1373
+ __name: "moon-night",
1374
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1375
+ xmlns: "http://www.w3.org/2000/svg",
1376
+ viewBox: "0 0 1024 1024"
1377
+ }, [ vue.createElementVNode("path", {
1378
+ fill: "currentColor",
1379
+ d: "M384 512a448 448 0 0 1 215.872-383.296A384 384 0 0 0 213.76 640h188.8A448.256 448.256 0 0 1 384 512M171.136 704a448 448 0 0 1 636.992-575.296A384 384 0 0 0 499.328 704h-328.32z"
1380
+ }), vue.createElementVNode("path", {
1381
+ fill: "currentColor",
1382
+ d: "M32 640h960q32 0 32 32t-32 32H32q-32 0-32-32t32-32m128 128h384a32 32 0 1 1 0 64H160a32 32 0 1 1 0-64m160 127.68 224 .256a32 32 0 0 1 32 32V928a32 32 0 0 1-32 32l-224-.384a32 32 0 0 1-32-32v-.064a32 32 0 0 1 32-32z"
1383
+ }) ]))
1384
+ }), picture_default = vue.defineComponent({
1385
+ name: "Picture",
1386
+ __name: "picture",
1387
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1388
+ xmlns: "http://www.w3.org/2000/svg",
1389
+ viewBox: "0 0 1024 1024"
1390
+ }, [ vue.createElementVNode("path", {
1391
+ fill: "currentColor",
1392
+ d: "M160 160v704h704V160zm-32-64h768a32 32 0 0 1 32 32v768a32 32 0 0 1-32 32H128a32 32 0 0 1-32-32V128a32 32 0 0 1 32-32"
1393
+ }), vue.createElementVNode("path", {
1394
+ fill: "currentColor",
1395
+ d: "M384 288q64 0 64 64t-64 64q-64 0-64-64t64-64M185.408 876.992l-50.816-38.912L350.72 556.032a96 96 0 0 1 134.592-17.856l1.856 1.472 122.88 99.136a32 32 0 0 0 44.992-4.864l216-269.888 49.92 39.936-215.808 269.824-.256.32a96 96 0 0 1-135.04 14.464l-122.88-99.072-.64-.512a32 32 0 0 0-44.8 5.952z"
1396
+ }) ]))
1397
+ }), plus_default = vue.defineComponent({
1398
+ name: "Plus",
1399
+ __name: "plus",
1400
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1401
+ xmlns: "http://www.w3.org/2000/svg",
1402
+ viewBox: "0 0 1024 1024"
1403
+ }, [ vue.createElementVNode("path", {
1404
+ fill: "currentColor",
1405
+ d: "M480 480V128a32 32 0 0 1 64 0v352h352a32 32 0 1 1 0 64H544v352a32 32 0 1 1-64 0V544H128a32 32 0 0 1 0-64z"
1406
+ }) ]))
1407
+ }), refresh_default = vue.defineComponent({
1408
+ name: "Refresh",
1409
+ __name: "refresh",
1410
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1411
+ xmlns: "http://www.w3.org/2000/svg",
1412
+ viewBox: "0 0 1024 1024"
1413
+ }, [ vue.createElementVNode("path", {
1414
+ fill: "currentColor",
1415
+ d: "M771.776 794.88A384 384 0 0 1 128 512h64a320 320 0 0 0 555.712 216.448H654.72a32 32 0 1 1 0-64h149.056a32 32 0 0 1 32 32v148.928a32 32 0 1 1-64 0v-50.56zM276.288 295.616h92.992a32 32 0 0 1 0 64H220.16a32 32 0 0 1-32-32V178.56a32 32 0 0 1 64 0v50.56A384 384 0 0 1 896.128 512h-64a320 320 0 0 0-555.776-216.384z"
1416
+ }) ]))
1417
+ }), right_default = vue.defineComponent({
1418
+ name: "Right",
1419
+ __name: "right",
1420
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1421
+ xmlns: "http://www.w3.org/2000/svg",
1422
+ viewBox: "0 0 1024 1024"
1423
+ }, [ vue.createElementVNode("path", {
1424
+ fill: "currentColor",
1425
+ d: "M754.752 480H160a32 32 0 1 0 0 64h594.752L521.344 777.344a32 32 0 0 0 45.312 45.312l288-288a32 32 0 0 0 0-45.312l-288-288a32 32 0 1 0-45.312 45.312z"
1426
+ }) ]))
1427
+ }), search_default = vue.defineComponent({
1428
+ name: "Search",
1429
+ __name: "search",
1430
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1431
+ xmlns: "http://www.w3.org/2000/svg",
1432
+ viewBox: "0 0 1024 1024"
1433
+ }, [ vue.createElementVNode("path", {
1434
+ fill: "currentColor",
1435
+ d: "m795.904 750.72 124.992 124.928a32 32 0 0 1-45.248 45.248L750.656 795.904a416 416 0 1 1 45.248-45.248zM480 832a352 352 0 1 0 0-704 352 352 0 0 0 0 704"
1436
+ }) ]))
1437
+ }), setting_default = vue.defineComponent({
1438
+ name: "Setting",
1439
+ __name: "setting",
1440
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1441
+ xmlns: "http://www.w3.org/2000/svg",
1442
+ viewBox: "0 0 1024 1024"
1443
+ }, [ vue.createElementVNode("path", {
1444
+ fill: "currentColor",
1445
+ d: "M600.704 64a32 32 0 0 1 30.464 22.208l35.2 109.376c14.784 7.232 28.928 15.36 42.432 24.512l112.384-24.192a32 32 0 0 1 34.432 15.36L944.32 364.8a32 32 0 0 1-4.032 37.504l-77.12 85.12a357.12 357.12 0 0 1 0 49.024l77.12 85.248a32 32 0 0 1 4.032 37.504l-88.704 153.6a32 32 0 0 1-34.432 15.296L708.8 803.904c-13.44 9.088-27.648 17.28-42.368 24.512l-35.264 109.376A32 32 0 0 1 600.704 960H423.296a32 32 0 0 1-30.464-22.208L357.696 828.48a351.616 351.616 0 0 1-42.56-24.64l-112.32 24.256a32 32 0 0 1-34.432-15.36L79.68 659.2a32 32 0 0 1 4.032-37.504l77.12-85.248a357.12 357.12 0 0 1 0-48.896l-77.12-85.248A32 32 0 0 1 79.68 364.8l88.704-153.6a32 32 0 0 1 34.432-15.296l112.32 24.256c13.568-9.152 27.776-17.408 42.56-24.64l35.2-109.312A32 32 0 0 1 423.232 64H600.64zm-23.424 64H446.72l-36.352 113.088-24.512 11.968a294.113 294.113 0 0 0-34.816 20.096l-22.656 15.36-116.224-25.088-65.28 113.152 79.68 88.192-1.92 27.136a293.12 293.12 0 0 0 0 40.192l1.92 27.136-79.808 88.192 65.344 113.152 116.224-25.024 22.656 15.296a294.113 294.113 0 0 0 34.816 20.096l24.512 11.968L446.72 896h130.688l36.48-113.152 24.448-11.904a288.282 288.282 0 0 0 34.752-20.096l22.592-15.296 116.288 25.024 65.28-113.152-79.744-88.192 1.92-27.136a293.12 293.12 0 0 0 0-40.256l-1.92-27.136 79.808-88.128-65.344-113.152-116.288 24.96-22.592-15.232a287.616 287.616 0 0 0-34.752-20.096l-24.448-11.904L577.344 128zM512 320a192 192 0 1 1 0 384 192 192 0 0 1 0-384m0 64a128 128 0 1 0 0 256 128 128 0 0 0 0-256"
1446
+ }) ]))
1447
+ }), sunny_default = vue.defineComponent({
1448
+ name: "Sunny",
1449
+ __name: "sunny",
1450
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1451
+ xmlns: "http://www.w3.org/2000/svg",
1452
+ viewBox: "0 0 1024 1024"
1453
+ }, [ vue.createElementVNode("path", {
1454
+ fill: "currentColor",
1455
+ d: "M512 704a192 192 0 1 0 0-384 192 192 0 0 0 0 384m0 64a256 256 0 1 1 0-512 256 256 0 0 1 0 512m0-704a32 32 0 0 1 32 32v64a32 32 0 0 1-64 0V96a32 32 0 0 1 32-32m0 768a32 32 0 0 1 32 32v64a32 32 0 1 1-64 0v-64a32 32 0 0 1 32-32M195.2 195.2a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 1 1-45.248 45.248L195.2 240.448a32 32 0 0 1 0-45.248zm543.104 543.104a32 32 0 0 1 45.248 0l45.248 45.248a32 32 0 0 1-45.248 45.248l-45.248-45.248a32 32 0 0 1 0-45.248M64 512a32 32 0 0 1 32-32h64a32 32 0 0 1 0 64H96a32 32 0 0 1-32-32m768 0a32 32 0 0 1 32-32h64a32 32 0 1 1 0 64h-64a32 32 0 0 1-32-32M195.2 828.8a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248L240.448 828.8a32 32 0 0 1-45.248 0zm543.104-543.104a32 32 0 0 1 0-45.248l45.248-45.248a32 32 0 0 1 45.248 45.248l-45.248 45.248a32 32 0 0 1-45.248 0"
1456
+ }) ]))
1457
+ }), tools_default = vue.defineComponent({
1458
+ name: "Tools",
1459
+ __name: "tools",
1460
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1461
+ xmlns: "http://www.w3.org/2000/svg",
1462
+ viewBox: "0 0 1024 1024"
1463
+ }, [ vue.createElementVNode("path", {
1464
+ fill: "currentColor",
1465
+ d: "M764.416 254.72a351.68 351.68 0 0 1 86.336 149.184H960v192.064H850.752a351.68 351.68 0 0 1-86.336 149.312l54.72 94.72-166.272 96-54.592-94.72a352.64 352.64 0 0 1-172.48 0L371.136 936l-166.272-96 54.72-94.72a351.68 351.68 0 0 1-86.336-149.312H64v-192h109.248a351.68 351.68 0 0 1 86.336-149.312L204.8 160l166.208-96h.192l54.656 94.592a352.64 352.64 0 0 1 172.48 0L652.8 64h.128L819.2 160l-54.72 94.72zM704 499.968a192 192 0 1 0-384 0 192 192 0 0 0 384 0"
1466
+ }) ]))
1467
+ }), view_default = vue.defineComponent({
1468
+ name: "View",
1469
+ __name: "view",
1470
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1471
+ xmlns: "http://www.w3.org/2000/svg",
1472
+ viewBox: "0 0 1024 1024"
1473
+ }, [ vue.createElementVNode("path", {
1474
+ fill: "currentColor",
1475
+ d: "M512 160c320 0 512 352 512 352S832 864 512 864 0 512 0 512s192-352 512-352m0 64c-225.28 0-384.128 208.064-436.8 288 52.608 79.872 211.456 288 436.8 288 225.28 0 384.128-208.064 436.8-288-52.608-79.872-211.456-288-436.8-288zm0 64a224 224 0 1 1 0 448 224 224 0 0 1 0-448m0 64a160.192 160.192 0 0 0-160 160c0 88.192 71.744 160 160 160s160-71.808 160-160-71.744-160-160-160"
1476
+ }) ]))
1477
+ }), warning_default = vue.defineComponent({
1478
+ name: "Warning",
1479
+ __name: "warning",
1480
+ setup: __props => (_ctx, _cache) => (vue.openBlock(), vue.createElementBlock("svg", {
1481
+ xmlns: "http://www.w3.org/2000/svg",
1482
+ viewBox: "0 0 1024 1024"
1483
+ }, [ vue.createElementVNode("path", {
1484
+ fill: "currentColor",
1485
+ d: "M512 64a448 448 0 1 1 0 896 448 448 0 0 1 0-896m0 832a384 384 0 0 0 0-768 384 384 0 0 0 0 768m48-176a48 48 0 1 1-96 0 48 48 0 0 1 96 0m-48-464a32 32 0 0 1 32 32v288a32 32 0 0 1-64 0V288a32 32 0 0 1 32-32"
1486
+ }) ]))
1487
+ }), LayoutSetting = vue.defineComponent({
1527
1488
  setup() {},
1528
1489
  render() {
1529
1490
  const _slots = vue.inject("__slots__", {}), _ns = vue.inject("__ns__", {}), _config = vue.inject("options", {}), _updateOptions = vue.inject("updateOptions", null), settingConfig = vue.reactive({
@@ -1899,17 +1860,16 @@
1899
1860
  }
1900
1861
  };
1901
1862
  }
1902
- var prop = "_erd";
1903
1863
  function getState(element) {
1904
- return element[prop];
1864
+ return element._erd;
1905
1865
  }
1906
1866
  var stateHandler$1 = {
1907
1867
  initState: function(element) {
1908
- return element[prop] = {}, getState(element);
1868
+ return element._erd = {}, getState(element);
1909
1869
  },
1910
1870
  getState: getState,
1911
1871
  cleanState: function(element) {
1912
- delete element[prop];
1872
+ delete element._erd;
1913
1873
  }
1914
1874
  }, browserDetector$1 = browserDetectorExports, forEach$1 = collectionUtilsExports.forEach, forEach = collectionUtilsExports.forEach, elementUtilsMaker = function(options) {
1915
1875
  var getState = options.stateHandler.getState;
@@ -2109,7 +2069,7 @@
2109
2069
  width: widthSize,
2110
2070
  height: heightSize
2111
2071
  };
2112
- }(), detectionContainerClass = "erd_scroll_detection_container";
2072
+ }();
2113
2073
  function initDocument(targetDocument) {
2114
2074
  !function(targetDocument, styleId, containerClass) {
2115
2075
  function injectStyle(style, method) {
@@ -2127,7 +2087,7 @@
2127
2087
  style += "@-webkit-keyframes " + containerAnimationClass + " { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }\n",
2128
2088
  injectStyle(style += "@keyframes " + containerAnimationClass + " { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }");
2129
2089
  }
2130
- }(targetDocument, "erd_scroll_detection_scrollbar_style", detectionContainerClass);
2090
+ }(targetDocument, "erd_scroll_detection_scrollbar_style", "erd_scroll_detection_container");
2131
2091
  }
2132
2092
  function buildCssTextString(rules) {
2133
2093
  var seperator = options.important ? " !important; " : "; ";
@@ -2203,10 +2163,10 @@
2203
2163
  function injectContainerElement() {
2204
2164
  var container = getState(element).container;
2205
2165
  if (!container) {
2206
- (container = document.createElement("div")).className = detectionContainerClass,
2166
+ (container = document.createElement("div")).className = "erd_scroll_detection_container",
2207
2167
  container.style.cssText = buildCssTextString([ "visibility: hidden", "display: inline", "width: 0px", "height: 0px", "z-index: -1", "overflow: hidden", "margin: 0", "padding: 0" ]),
2208
2168
  getState(element).container = container, function(element) {
2209
- element.className += " " + detectionContainerClass + "_animation_active";
2169
+ element.className += " erd_scroll_detection_container_animation_active";
2210
2170
  }(container), element.appendChild(container);
2211
2171
  var onAnimationStart = function() {
2212
2172
  getState(element).onRendered && getState(element).onRendered();
@@ -2236,7 +2196,7 @@
2236
2196
  rootContainer || (rootContainer = injectContainerElement());
2237
2197
  var left, top, bottom, right, scrollbarWidth = scrollbarSizes.width, scrollbarHeight = scrollbarSizes.height, containerContainerStyle = buildCssTextString([ "position: absolute", "flex: none", "overflow: hidden", "z-index: -1", "visibility: hidden", "width: 100%", "height: 100%", "left: 0px", "top: 0px" ]), containerStyle = buildCssTextString([ "position: absolute", "flex: none", "overflow: hidden", "z-index: -1", "visibility: hidden" ].concat([ "left: " + (left = (left = -(1 + scrollbarWidth)) ? left + "px" : "0"), "top: " + (top = (top = -(1 + scrollbarHeight)) ? top + "px" : "0"), "right: " + (right = (right = -scrollbarWidth) ? right + "px" : "0"), "bottom: " + (bottom = (bottom = -scrollbarHeight) ? bottom + "px" : "0") ])), expandStyle = buildCssTextString([ "position: absolute", "flex: none", "overflow: scroll", "z-index: -1", "visibility: hidden", "width: 100%", "height: 100%" ]), shrinkStyle = buildCssTextString([ "position: absolute", "flex: none", "overflow: scroll", "z-index: -1", "visibility: hidden", "width: 100%", "height: 100%" ]), expandChildStyle = buildCssTextString([ "position: absolute", "left: 0", "top: 0" ]), shrinkChildStyle = buildCssTextString([ "position: absolute", "width: 200%", "height: 200%" ]), containerContainer = document.createElement("div"), container = document.createElement("div"), expand = document.createElement("div"), expandChild = document.createElement("div"), shrink = document.createElement("div"), shrinkChild = document.createElement("div");
2238
2198
  containerContainer.dir = "ltr", containerContainer.style.cssText = containerContainerStyle,
2239
- containerContainer.className = detectionContainerClass, container.className = detectionContainerClass,
2199
+ containerContainer.className = "erd_scroll_detection_container", container.className = "erd_scroll_detection_container",
2240
2200
  container.style.cssText = containerStyle, expand.style.cssText = expandStyle, expandChild.style.cssText = expandChildStyle,
2241
2201
  shrink.style.cssText = shrinkStyle, shrinkChild.style.cssText = shrinkChildStyle,
2242
2202
  expand.appendChild(expandChild), shrink.appendChild(shrinkChild), container.appendChild(expand),
@@ -2572,7 +2532,7 @@
2572
2532
  }, null) ]
2573
2533
  }))) ]) ]);
2574
2534
  }
2575
- }), ns$m = useNamespace("menu");
2535
+ }), ns$n = useNamespace("menu");
2576
2536
  const NextMenu = withInstall(vue.defineComponent({
2577
2537
  name: "NextMenu",
2578
2538
  props: {
@@ -2599,22 +2559,22 @@
2599
2559
  }
2600
2560
  },
2601
2561
  setup(props) {
2602
- vue.provide("ns", ns$m);
2562
+ vue.provide("ns", ns$n);
2603
2563
  const router = vue.getCurrentInstance().appContext.config.globalProperties.$router, currentPath = router.currentRoute?.value.fullPath, activePath = vue.ref(currentPath);
2604
2564
  vue.watch((() => router.currentRoute?.value), (to => {
2605
2565
  activePath.value = to.fullPath;
2606
2566
  }));
2607
2567
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode(elementPlus.ElMenu, {
2608
- class: [ ns$m.b(), props.className ],
2568
+ class: [ ns$n.b(), props.className ],
2609
2569
  style: props.style,
2610
- "popper-class": ns$m.b("popper"),
2570
+ "popper-class": ns$n.b("popper"),
2611
2571
  defaultActive: activePath.value,
2612
2572
  router: props.router,
2613
2573
  mode: props.mode,
2614
2574
  ellipsis: !0
2615
2575
  }, {
2616
2576
  default: () => [ vue.createVNode(vue.Fragment, null, [ props.menuTree.map((item => item.children?.length ? valueExist(item.meta?.isHide, !1) ? null : vue.createVNode(elementPlus.ElSubMenu, {
2617
- "popper-class": ns$m.b("popper"),
2577
+ "popper-class": ns$n.b("popper"),
2618
2578
  index: item.path || item.id,
2619
2579
  teleported: !0
2620
2580
  }, {
@@ -2625,7 +2585,7 @@
2625
2585
  menuData: item.children
2626
2586
  }, null)
2627
2587
  }) : valueExist(item.meta?.isHide, !1) ? null : vue.createVNode(elementPlus.ElMenuItem, {
2628
- "popper-class": ns$m.b("popper"),
2588
+ "popper-class": ns$n.b("popper"),
2629
2589
  index: item.path
2630
2590
  }, {
2631
2591
  default: () => [ vue.createVNode(MenuItemTitle, {
@@ -2651,10 +2611,10 @@
2651
2611
  }) ]);
2652
2612
  }
2653
2613
  });
2654
- const ns$l = useNamespace("layout-defaults");
2614
+ const ns$m = useNamespace("layout-defaults");
2655
2615
  var defaults = vue.defineComponent({
2656
2616
  props: {},
2657
- setup: () => (vue.provide("ns", ns$l), {}),
2617
+ setup: () => (vue.provide("ns", ns$m), {}),
2658
2618
  render() {
2659
2619
  const slots = this.$slots, _config = vue.inject("options", {}), _emit = vue.inject("__emit__", {});
2660
2620
  slots.menu;
@@ -2663,11 +2623,11 @@
2663
2623
  slots[slots_config_headerToolsSuffix] && (__slots_header_tools[slots_config_headerToolsSuffix] = () => slots[slots_config_headerToolsSuffix]());
2664
2624
  const isTabs = vue.ref(!!slots.tabs);
2665
2625
  return void 0 === slots.tabs && _config.showTabs && (isTabs.value = !0), vue.createVNode(elementPlus.ElContainer, {
2666
- class: ns$l.b()
2626
+ class: ns$m.b()
2667
2627
  }, {
2668
2628
  default: () => {
2669
2629
  return [ vue.createVNode(Sidebar$3, null, null), vue.createVNode("div", {
2670
- class: [ ns$l.b("content") ]
2630
+ class: [ ns$m.b("content") ]
2671
2631
  }, [ vue.createVNode(Header$4, null, (s = __slots_header_tools, "function" == typeof s || "[object Object]" === Object.prototype.toString.call(s) && !vue.isVNode(s) ? __slots_header_tools : {
2672
2632
  default: () => [ __slots_header_tools ]
2673
2633
  })), _config.showTabs ? slots.tabs ? slots.tabs?.() : vue.createVNode(NextTabs, {
@@ -2677,7 +2637,7 @@
2677
2637
  onSelect: (...arg) => _emit("tabsSelect", ...arg),
2678
2638
  onClose: (...arg) => _emit("tabsClose", ...arg)
2679
2639
  }, null) : null, vue.createVNode("main", {
2680
- class: [ ns$l.bf("main"), ns$l.is("layout-tabs", isTabs.value) ]
2640
+ class: [ ns$m.bf("main"), ns$m.is("layout-tabs", isTabs.value) ]
2681
2641
  }, [ slots.default?.() ]) ]) ];
2682
2642
  var s;
2683
2643
  }
@@ -2714,10 +2674,10 @@
2714
2674
  };
2715
2675
  }
2716
2676
  });
2717
- const ns$k = useNamespace("layout-transverse");
2677
+ const ns$l = useNamespace("layout-transverse");
2718
2678
  var transverse = vue.defineComponent({
2719
2679
  props: {},
2720
- setup: () => (vue.provide("ns", ns$k), {}),
2680
+ setup: () => (vue.provide("ns", ns$l), {}),
2721
2681
  render() {
2722
2682
  const slots = this.$slots, _config = vue.inject("options", {}), _emit = vue.inject("__emit__", {}), __slots_header = {};
2723
2683
  slots[slots_config_headerMenu] && (__slots_header[slots_config_headerMenu] = () => slots[slots_config_headerMenu]()),
@@ -2734,7 +2694,7 @@
2734
2694
  onSelect: (...arg) => _emit("tabsSelect", ...arg),
2735
2695
  onClose: (...arg) => _emit("tabsClose", ...arg)
2736
2696
  }, null) : null, vue.createVNode("main", {
2737
- class: [ ns$k.b("main"), ns$k.is("layout-tabs", isTabs.value) ]
2697
+ class: [ ns$l.b("main"), ns$l.is("layout-tabs", isTabs.value) ]
2738
2698
  }, [ slots.default?.() ]) ]);
2739
2699
  var s;
2740
2700
  }
@@ -2778,10 +2738,10 @@
2778
2738
  }, null) ]);
2779
2739
  }
2780
2740
  });
2781
- const ns$j = useNamespace("layout-columns");
2741
+ const ns$k = useNamespace("layout-columns");
2782
2742
  var columns = vue.defineComponent({
2783
2743
  props: {},
2784
- setup: () => (vue.provide("ns", ns$j), {}),
2744
+ setup: () => (vue.provide("ns", ns$k), {}),
2785
2745
  render() {
2786
2746
  const slots = this.$slots, _config = vue.inject("options", {}), _emit = vue.inject("__emit__", {}), __slots_header = {};
2787
2747
  slots[slots_config_headerMenu] && (__slots_header[slots_config_headerMenu] = () => slots[slots_config_headerMenu]()),
@@ -2789,11 +2749,11 @@
2789
2749
  slots[slots_config_headerToolsSuffix] && (__slots_header[slots_config_headerToolsSuffix] = () => slots[slots_config_headerToolsSuffix]());
2790
2750
  const isTabs = vue.ref(!!slots.tabs);
2791
2751
  return void 0 === slots.tabs && _config.showTabs && (isTabs.value = !0), vue.createVNode(elementPlus.ElContainer, {
2792
- class: ns$j.b()
2752
+ class: ns$k.b()
2793
2753
  }, {
2794
2754
  default: () => {
2795
2755
  return [ vue.createVNode(Sidebar$2, null, null), vue.createVNode("div", {
2796
- class: [ ns$j.b("content") ]
2756
+ class: [ ns$k.b("content") ]
2797
2757
  }, [ vue.createVNode(Header$2, null, (s = __slots_header, "function" == typeof s || "[object Object]" === Object.prototype.toString.call(s) && !vue.isVNode(s) ? __slots_header : {
2798
2758
  default: () => [ __slots_header ]
2799
2759
  })), _config.showTabs ? slots.tabs ? slots.tabs?.() : vue.createVNode(NextTabs, {
@@ -2803,7 +2763,7 @@
2803
2763
  onSelect: (...arg) => _emit("tabsSelect", ...arg),
2804
2764
  onClose: (...arg) => _emit("tabsClose", ...arg)
2805
2765
  }, null) : null, vue.createVNode("main", {
2806
- class: [ ns$j.bf("main"), ns$j.is("layout-tabs", isTabs.value) ]
2766
+ class: [ ns$k.bf("main"), ns$k.is("layout-tabs", isTabs.value) ]
2807
2767
  }, [ slots.default?.() ]) ]) ];
2808
2768
  var s;
2809
2769
  }
@@ -2851,11 +2811,11 @@
2851
2811
  }) ]);
2852
2812
  }
2853
2813
  });
2854
- const ns$i = useNamespace("layout-classic");
2814
+ const ns$j = useNamespace("layout-classic");
2855
2815
  var classic = vue.defineComponent({
2856
2816
  props: {},
2857
- setup: () => (vue.provide("ns", ns$i), {
2858
- ns: ns$i
2817
+ setup: () => (vue.provide("ns", ns$j), {
2818
+ ns: ns$j
2859
2819
  }),
2860
2820
  render() {
2861
2821
  const slots = this.$slots, _config = vue.inject("options", {}), _emit = vue.inject("__emit__", {});
@@ -2868,9 +2828,9 @@
2868
2828
  "function" == typeof s || "[object Object]" === Object.prototype.toString.call(s) && !vue.isVNode(s) ? __slots_header_tools : {
2869
2829
  default: () => [ __slots_header_tools ]
2870
2830
  })), vue.createVNode("div", {
2871
- class: [ ns$i.b("content"), ns$i.is("layout-tabs", isTabs.value) ]
2831
+ class: [ ns$j.b("content"), ns$j.is("layout-tabs", isTabs.value) ]
2872
2832
  }, [ vue.createVNode(Sidebar$1, null, null), vue.createVNode("div", {
2873
- class: ns$i.b("container")
2833
+ class: ns$j.b("container")
2874
2834
  }, [ _config.showTabs ? slots.tabs ? slots.tabs?.() : vue.createVNode(NextTabs, {
2875
2835
  tabs: _config.tabs,
2876
2836
  activeTab: _config.activeTab,
@@ -2878,7 +2838,7 @@
2878
2838
  onSelect: (...arg) => _emit("tabsSelect", ...arg),
2879
2839
  onClose: (...arg) => _emit("tabsClose", ...arg)
2880
2840
  }, null) : null, vue.createVNode("main", {
2881
- class: [ ns$i.b("main") ]
2841
+ class: [ ns$j.b("main") ]
2882
2842
  }, [ slots.default?.() ]) ]) ]) ]);
2883
2843
  var s;
2884
2844
  }
@@ -2893,7 +2853,7 @@
2893
2853
  return !1;
2894
2854
  };
2895
2855
  return loopNodes(tree, null), parentNode;
2896
- }, ns$h = useNamespace("menu");
2856
+ }, ns$i = useNamespace("menu");
2897
2857
  var MenuTop = vue.defineComponent({
2898
2858
  props: {
2899
2859
  className: {
@@ -2910,7 +2870,7 @@
2910
2870
  }
2911
2871
  },
2912
2872
  setup(props) {
2913
- vue.provide("ns", ns$h);
2873
+ vue.provide("ns", ns$i);
2914
2874
  const updateSubmentTree = vue.inject("updateSubmentTree"), router = vue.getCurrentInstance().appContext.config.globalProperties.$router, currentPath = router.currentRoute?.value.fullPath, parentNode = findGrandfatherNode(currentPath, props.menuTree), activeMenuId = vue.ref(parentNode?.id);
2915
2875
  parentNode?.id && 1 === parentNode.meta?.level && updateSubmentTree(parentNode.children),
2916
2876
  vue.watch((() => router.currentRoute?.value), (to => {
@@ -2926,9 +2886,9 @@
2926
2886
  }
2927
2887
  return result;
2928
2888
  }, renderContent = () => vue.createVNode(elementPlus.ElMenu, {
2929
- class: [ ns$h.b(), props.className ],
2889
+ class: [ ns$i.b(), props.className ],
2930
2890
  style: props.style,
2931
- "popper-class": ns$h.b("popper"),
2891
+ "popper-class": ns$i.b("popper"),
2932
2892
  defaultActive: activeMenuId.value,
2933
2893
  mode: "horizontal",
2934
2894
  ellipsis: !0
@@ -2988,18 +2948,18 @@
2988
2948
  }, null) ]) ]);
2989
2949
  }
2990
2950
  });
2991
- const ns$g = useNamespace("layout-composite");
2951
+ const ns$h = useNamespace("layout-composite");
2992
2952
  var composite = vue.defineComponent({
2993
2953
  props: {},
2994
2954
  setup() {
2995
- vue.provide("ns", ns$g);
2955
+ vue.provide("ns", ns$h);
2996
2956
  const submenuTree = vue.ref([]);
2997
2957
  return vue.provide("submenuTree", submenuTree), vue.provide("updateSubmentTree", (val => {
2998
2958
  submenuTree.value = [], vue.nextTick((() => {
2999
2959
  submenuTree.value = val;
3000
2960
  }));
3001
2961
  })), {
3002
- ns: ns$g,
2962
+ ns: ns$h,
3003
2963
  submenuTree: submenuTree
3004
2964
  };
3005
2965
  },
@@ -3014,9 +2974,9 @@
3014
2974
  "function" == typeof s || "[object Object]" === Object.prototype.toString.call(s) && !vue.isVNode(s) ? __slots_header_tools : {
3015
2975
  default: () => [ __slots_header_tools ]
3016
2976
  })), vue.createVNode("div", {
3017
- class: [ ns$g.b("content"), ns$g.is("layout-tabs", isTabs.value) ]
2977
+ class: [ ns$h.b("content"), ns$h.is("layout-tabs", isTabs.value) ]
3018
2978
  }, [ vue.createVNode(Sidebar, null, null), vue.createVNode("div", {
3019
- class: ns$g.b("container")
2979
+ class: ns$h.b("container")
3020
2980
  }, [ _config.showTabs ? slots.tabs ? slots.tabs?.() : vue.createVNode(NextTabs, {
3021
2981
  tabs: _config.tabs,
3022
2982
  activeTab: _config.activeTab,
@@ -3024,12 +2984,12 @@
3024
2984
  onSelect: (...arg) => _emit("tabsSelect", ...arg),
3025
2985
  onClose: (...arg) => _emit("tabsClose", ...arg)
3026
2986
  }, null) : null, vue.createVNode("main", {
3027
- class: [ ns$g.b("main") ]
2987
+ class: [ ns$h.b("main") ]
3028
2988
  }, [ slots.default?.() ]) ]) ]) ]);
3029
2989
  var s;
3030
2990
  }
3031
2991
  });
3032
- const ns$f = useNamespace("layout"), layouts = {
2992
+ const ns$g = useNamespace("layout"), layouts = {
3033
2993
  defaults: vue.markRaw(defaults),
3034
2994
  transverse: vue.markRaw(transverse),
3035
2995
  columns: vue.markRaw(columns),
@@ -3057,7 +3017,7 @@
3057
3017
  emits: [ "changeLanguage", "changeUserDropdown", "changeOptions", "tabsChange", "tabsSelect", "tabsClose" ],
3058
3018
  setup(props, {slots: slots, emit: emit}) {
3059
3019
  const _config = vue.ref(mergeWith(defaultConfig$5, props.options, customizerCoverArray));
3060
- vue.provide("options", _config.value), vue.provide("__ns__", ns$f), vue.provide("__emit__", emit),
3020
+ vue.provide("options", _config.value), vue.provide("__ns__", ns$g), vue.provide("__emit__", emit),
3061
3021
  vue.provide("__slots__", slots);
3062
3022
  const updateOptions = cfg => {
3063
3023
  _config.value = mergeWith(_config.value, cfg, customizerCoverArray), updateThemeColorCssVar(_config.value?.setting),
@@ -3081,14 +3041,14 @@
3081
3041
  const _activeSlots = {};
3082
3042
  for (const key in slots) Object.prototype.hasOwnProperty.call(slots, key) && (_activeSlots[key] = () => slots[key]?.());
3083
3043
  return vue.createVNode("div", {
3084
- class: [ ns$f.b(), props.className ],
3044
+ class: [ ns$g.b(), props.className ],
3085
3045
  style: props.style
3086
3046
  }, [ vue.h(activeLayout.value, {}, {
3087
3047
  ..._activeSlots
3088
3048
  }) ]);
3089
3049
  }
3090
- })), ns$e = useNamespace("tabs");
3091
- var Element$9 = vue.defineComponent({
3050
+ })), ns$f = useNamespace("tabs");
3051
+ var Element$a = vue.defineComponent({
3092
3052
  name: "NextTabs",
3093
3053
  props: {
3094
3054
  activeTab: {
@@ -3139,10 +3099,12 @@
3139
3099
  event?.stopPropagation(), activeIndex.value = index;
3140
3100
  let to = {
3141
3101
  path: tab.path,
3142
- query: tab.query,
3143
- params: tab.params
3102
+ query: tab.query || {}
3144
3103
  };
3145
- router.push(to), emit("select", tab, index);
3104
+ tab.name && (to = {
3105
+ name: tab.name,
3106
+ params: tab.params || {}
3107
+ }), router.push(to), emit("select", tab, index);
3146
3108
  };
3147
3109
  vue.watch((() => router.currentRoute?.value), (to => {
3148
3110
  const {tagTitle: tagTitle} = to.query, activeRoute = {
@@ -3157,12 +3119,12 @@
3157
3119
  tabsView.value.push(activeRoute)), emit("change", activeIndex.value, tabsView.value, "add");
3158
3120
  }));
3159
3121
  const renderContent = () => vue.createVNode("nav", {
3160
- class: ns$e.b()
3122
+ class: ns$f.b()
3161
3123
  }, [ vue.createVNode(elementPlus.ElScrollbar, null, {
3162
3124
  default: () => [ vue.createVNode("ul", {
3163
- class: ns$e.b("list")
3125
+ class: ns$f.b("list")
3164
3126
  }, [ tabsView.value.map(((tab, index) => tab ? vue.createVNode("li", {
3165
- class: [ "tab-item", ns$e.is("active", activeIndex.value === index) ],
3127
+ class: [ "tab-item", ns$f.is("active", activeIndex.value === index) ],
3166
3128
  onClick: event => onClickTabItem(event, tab, index)
3167
3129
  }, [ vue.createVNode("i", {
3168
3130
  class: [ "tab-icon", tab.meta?.icon ]
@@ -3172,11 +3134,14 @@
3172
3134
  const active = _activeTab.value;
3173
3135
  if (active === tab.path) {
3174
3136
  const prevTag = tabsView.value[index - 1];
3175
- router.push({
3176
- path: prevTag.path,
3177
- query: prevTag.query || {},
3178
- params: prevTag.params || {}
3179
- }), emit("close", prevTag, tabsView.value);
3137
+ let to = {
3138
+ path: tab.path,
3139
+ query: tab.query || {}
3140
+ };
3141
+ tab.name && (to = {
3142
+ name: tab.name,
3143
+ params: tab.params || {}
3144
+ }), router.push(to), emit("close", prevTag, tabsView.value);
3180
3145
  }
3181
3146
  tabsView.value.splice(index, 1);
3182
3147
  const i = tabsView.value.findIndex((v => v.path === active)) || 0;
@@ -3193,11 +3158,11 @@
3193
3158
  onCommand: onChange
3194
3159
  }, {
3195
3160
  default: () => vue.createVNode("span", {
3196
- class: ns$e.b("tab-more")
3161
+ class: ns$f.b("tab-more")
3197
3162
  }, [ vue.createVNode("i", {
3198
- class: [ ns$e.be("tab-more", "box"), ns$e.be("tab-more", "top") ]
3163
+ class: [ ns$f.be("tab-more", "box"), ns$f.be("tab-more", "top") ]
3199
3164
  }, null), vue.createVNode("i", {
3200
- class: [ ns$e.be("tab-more", "box"), ns$e.be("tab-more", "bottom") ]
3165
+ class: [ ns$f.be("tab-more", "box"), ns$f.be("tab-more", "bottom") ]
3201
3166
  }, null) ]),
3202
3167
  dropdown: () => vue.createVNode(elementPlus.ElDropdownMenu, null, {
3203
3168
  default: () => [ vue.createVNode(elementPlus.ElDropdownItem, {
@@ -3230,7 +3195,7 @@
3230
3195
  return () => vue.createVNode(vue.Fragment, null, [ renderContent() ]);
3231
3196
  }
3232
3197
  });
3233
- const NextTabs = withInstall(Element$9), ns$d = useNamespace("container");
3198
+ const NextTabs = withInstall(Element$a), ns$e = useNamespace("container");
3234
3199
  const NextContainer = withInstall(vue.defineComponent({
3235
3200
  name: "NextContainer",
3236
3201
  props: {
@@ -3268,18 +3233,18 @@
3268
3233
  }), style;
3269
3234
  }));
3270
3235
  return () => props.scrollbar ? vue.createVNode(elementPlus.ElScrollbar, {
3271
- class: [ ns$d.b(), props.className ],
3236
+ class: [ ns$e.b(), props.className ],
3272
3237
  style: props.style
3273
3238
  }, {
3274
3239
  default: () => [ slots.default?.() ]
3275
3240
  }) : vue.createVNode("div", {
3276
- class: [ ns$d.b(), props.className ],
3241
+ class: [ ns$e.b(), props.className ],
3277
3242
  style: {
3278
3243
  ...styles.value,
3279
3244
  ...props.style
3280
3245
  }
3281
3246
  }, [ props.card ? vue.createVNode("div", {
3282
- class: ns$d.b("card")
3247
+ class: ns$e.b("card")
3283
3248
  }, [ slots.default?.() ]) : slots.default?.() ]);
3284
3249
  }
3285
3250
  }));
@@ -3401,7 +3366,7 @@
3401
3366
  formSpan: 12,
3402
3367
  formColumnMinWidth: 350
3403
3368
  };
3404
- const columnSlotName = prop => "column-" + prop, searchFormSlotName = prop => "search-" + prop, formSlotName = prop => "form-" + prop, ns$c = useNamespace("spin-loading");
3369
+ const columnSlotName = prop => "column-" + prop, searchFormSlotName = prop => "search-" + prop, formSlotName = prop => "form-" + prop, ns$d = useNamespace("spin-loading");
3405
3370
  var NextSpinLoading$1 = vue.defineComponent({
3406
3371
  name: "NextSpinLoading",
3407
3372
  props: {
@@ -3435,22 +3400,22 @@
3435
3400
  const _t = this.t, slots = this.$slots, props = this.$props, loadingText = props.tip || _t("next.loading");
3436
3401
  return vue.createVNode("div", {
3437
3402
  ref: "elementInstance",
3438
- class: [ ns$c.b(), props.className ],
3403
+ class: [ ns$d.b(), props.className ],
3439
3404
  style: props.style
3440
3405
  }, [ slots.default?.(), props.loading ? vue.createVNode("div", {
3441
- class: ns$c.b("mask")
3406
+ class: ns$d.b("mask")
3442
3407
  }, [ vue.createVNode("span", {
3443
- class: ns$c.b("mask-dot")
3408
+ class: ns$d.b("mask-dot")
3444
3409
  }, [ vue.createVNode("i", {
3445
- class: ns$c.be("mask", "dot-item")
3410
+ class: ns$d.be("mask", "dot-item")
3446
3411
  }, null), vue.createVNode("i", {
3447
- class: ns$c.be("mask", "dot-item")
3412
+ class: ns$d.be("mask", "dot-item")
3448
3413
  }, null), vue.createVNode("i", {
3449
- class: ns$c.be("mask", "dot-item")
3414
+ class: ns$d.be("mask", "dot-item")
3450
3415
  }, null), vue.createVNode("i", {
3451
- class: ns$c.be("mask", "dot-item")
3416
+ class: ns$d.be("mask", "dot-item")
3452
3417
  }, null) ]), vue.createVNode("span", {
3453
- class: ns$c.be("mask", "text")
3418
+ class: ns$d.be("mask", "text")
3454
3419
  }, [ loadingText ]) ]) : null ]);
3455
3420
  }
3456
3421
  }), SearchColumn = vue.defineComponent({
@@ -3662,13 +3627,15 @@
3662
3627
  "onUpdate:modelValue": $event => formParams[col.prop] = $event,
3663
3628
  disabled: col.disabled,
3664
3629
  column: col,
3665
- formParams: formParams
3630
+ formParams: formParams,
3631
+ onChange: (...arg) => col.onChange?.(...arg, col, formParams)
3666
3632
  }, null) : "cascader" === col.type ? vue.createVNode(NextTreeCascader, {
3667
3633
  modelValue: formParams[col.prop],
3668
3634
  "onUpdate:modelValue": $event => formParams[col.prop] = $event,
3669
3635
  disabled: col.disabled,
3670
3636
  column: col,
3671
- formParams: formParams
3637
+ formParams: formParams,
3638
+ onChange: (...arg) => col.onChange?.(...arg, col, formParams)
3672
3639
  }, null) : void 0;
3673
3640
  };
3674
3641
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode(vue.Fragment, null, [ columns.value.map((col => !col.hide && vue.createVNode(elementPlus.ElCol, {
@@ -4171,7 +4138,7 @@
4171
4138
  }, null) ]);
4172
4139
  }
4173
4140
  });
4174
- const ns$b = useNamespace("dialog");
4141
+ const ns$c = useNamespace("dialog");
4175
4142
  var NextDialog$1 = vue.defineComponent({
4176
4143
  name: "NextDialog",
4177
4144
  props: {
@@ -4252,7 +4219,7 @@
4252
4219
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode(elementPlus.ElDialog, {
4253
4220
  modelValue: visible.value,
4254
4221
  "onUpdate:modelValue": $event => visible.value = $event,
4255
- class: [ ns$b.b(), props.className, props.nofill && ns$b.b("nofill") ],
4222
+ class: [ ns$c.b(), props.className, props.nofill && ns$c.b("nofill") ],
4256
4223
  style: props.style,
4257
4224
  title: props.title,
4258
4225
  appendToBody: props.appendToBody,
@@ -4270,12 +4237,12 @@
4270
4237
  }, {
4271
4238
  default: () => [ slots.default?.() ],
4272
4239
  header: ({close: close, titleId: titleId, titleClass: titleClass}) => vue.createVNode("div", {
4273
- class: ns$b.b("header")
4240
+ class: ns$c.b("header")
4274
4241
  }, [ vue.createVNode("h4", {
4275
4242
  id: titleId,
4276
4243
  class: titleClass
4277
4244
  }, [ props.title ]), vue.createVNode("div", {
4278
- class: ns$b.e("header-right")
4245
+ class: ns$c.e("header-right")
4279
4246
  }, [ props.fullscreenBtn && vue.createVNode("span", {
4280
4247
  class: "icon-fullscreen",
4281
4248
  onClick: () => isFullscreen.value = !isFullscreen.value
@@ -4321,7 +4288,7 @@
4321
4288
  submitText: null,
4322
4289
  resetText: null
4323
4290
  };
4324
- const ns$a = useNamespace("form");
4291
+ const ns$b = useNamespace("form");
4325
4292
  var NumberRangePicker = vue.defineComponent({
4326
4293
  name: "NumberRangePicker",
4327
4294
  props: {
@@ -4360,7 +4327,7 @@
4360
4327
  }));
4361
4328
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode("div", {
4362
4329
  ref: numberRangeRef,
4363
- class: ns$a.e("number-range")
4330
+ class: ns$b.e("number-range")
4364
4331
  }, [ vue.createVNode(elementPlus.ElInputNumber, {
4365
4332
  modelValue: startNumber.value,
4366
4333
  "onUpdate:modelValue": $event => startNumber.value = $event,
@@ -4370,7 +4337,7 @@
4370
4337
  disabled: disabled,
4371
4338
  onChange: onChangeStart
4372
4339
  }, null), vue.createVNode("span", {
4373
- class: ns$a.em("number-range", "division")
4340
+ class: ns$b.em("number-range", "division")
4374
4341
  }, [ t("next.date.rangeSeparator") ]), vue.createVNode(elementPlus.ElInputNumber, {
4375
4342
  modelValue: endNumber.value,
4376
4343
  "onUpdate:modelValue": $event => endNumber.value = $event,
@@ -4386,7 +4353,7 @@
4386
4353
  function _isSlot$3(s) {
4387
4354
  return "function" == typeof s || "[object Object]" === Object.prototype.toString.call(s) && !vue.isVNode(s);
4388
4355
  }
4389
- const ns$9 = useNamespace("form"), InputTableSelect = vue.defineComponent({
4356
+ const ns$a = useNamespace("form"), InputTableSelect = vue.defineComponent({
4390
4357
  name: "NextInputTableSelect",
4391
4358
  props: {
4392
4359
  modelValue: {
@@ -4418,7 +4385,7 @@
4418
4385
  },
4419
4386
  emits: [ "select" ],
4420
4387
  setup(props, {emit: emit}) {
4421
- const {t: t} = useLocale(), _disabled = props.disabled, _closable = props.closable, _column = props.column, _placeholder = _column.placeholder || t("next.form.select") + _column.label, _tableDefaultConfig = deepClone(defaultConfig$4), _tableSelectConfig = deepClone(tableSelectConfig), _options = merge$1(_tableDefaultConfig, _tableSelectConfig, _column.tableSelect), {value: propsValue, label: propsLabel} = _column.tableSelectProps || {
4388
+ const {t: t} = useLocale(), _disabled = props.disabled, _closable = props.closable, _column = props.column, _placeholder = _column.placeholder || t("next.form.select") + _column.label, _tableDefaultConfig = deepClone(defaultConfig$4), _tableSelectConfig = deepClone(tableSelectConfig), _options = merge(_tableDefaultConfig, _tableSelectConfig, _column.tableSelect), {value: propsValue, label: propsLabel} = _column.tableSelectProps || {
4422
4389
  value: "id",
4423
4390
  label: "name"
4424
4391
  }, tableSelectDialog = vue.reactive({
@@ -4504,18 +4471,18 @@
4504
4471
  }, renderContent = () => {
4505
4472
  let _slot, _slot2;
4506
4473
  return vue.createVNode(vue.Fragment, null, [ vue.createVNode("div", {
4507
- class: [ "el-input", ns$9.e("input-table"), ns$9.is("disabled", _disabled) ]
4474
+ class: [ "el-input", ns$a.e("input-table"), ns$a.is("disabled", _disabled) ]
4508
4475
  }, [ vue.createVNode("div", {
4509
4476
  class: "el-input__wrapper"
4510
4477
  }, [ tags?.value.length ? vue.createVNode("span", {
4511
- class: ns$9.em("input-table", "value")
4478
+ class: ns$a.em("input-table", "value")
4512
4479
  }, [ tags.value.map(((tag, index) => vue.createVNode(elementPlus.ElTag, {
4513
4480
  closable: !_closable,
4514
4481
  onClose: () => _onCloseTag(0, index)
4515
4482
  }, {
4516
4483
  default: () => [ tag.label ]
4517
4484
  }))), tagsMore?.value?.length ? vue.createVNode(elementPlus.ElTooltip, {
4518
- "popper-class": ns$9.e("tooltip-tags"),
4485
+ "popper-class": ns$a.e("tooltip-tags"),
4519
4486
  placement: "bottom",
4520
4487
  effect: "light"
4521
4488
  }, {
@@ -4529,10 +4496,10 @@
4529
4496
  default: () => [ tag.label ]
4530
4497
  })))
4531
4498
  }) : null ]) : vue.createVNode("span", {
4532
- class: ns$9.em("input-table", "placeholder")
4499
+ class: ns$a.em("input-table", "placeholder")
4533
4500
  }, [ _placeholder ]) ]), vue.createVNode(elementPlus.ElButton, {
4534
4501
  type: "primary",
4535
- class: ns$9.em("input-table", "append"),
4502
+ class: ns$a.em("input-table", "append"),
4536
4503
  disabled: _disabled,
4537
4504
  icon: search_default,
4538
4505
  onClick: onClickTableDialog
@@ -4547,7 +4514,7 @@
4547
4514
  onClose: onCloseTableDialog
4548
4515
  }, {
4549
4516
  default: () => [ vue.createVNode("div", {
4550
- class: ns$9.em("input-table", "content")
4517
+ class: ns$a.em("input-table", "content")
4551
4518
  }, [ "checkbox" === _options.selectType ? vue.createVNode(elementPlus.ElCheckboxGroup, {
4552
4519
  modelValue: _multipleSelection.value
4553
4520
  }, {
@@ -4591,7 +4558,7 @@
4591
4558
  }) ]
4592
4559
  }) ]
4593
4560
  }) ]), vue.createVNode("div", {
4594
- class: ns$9.em("input-table", "footer")
4561
+ class: ns$a.em("input-table", "footer")
4595
4562
  }, [ vue.createVNode(elementPlus.ElButton, {
4596
4563
  onClick: onResetTableSelect
4597
4564
  }, _isSlot$3(_slot = t("next.form.reset")) ? _slot : {
@@ -4607,7 +4574,7 @@
4607
4574
  };
4608
4575
  return () => vue.createVNode(vue.Fragment, null, [ renderContent() ]);
4609
4576
  }
4610
- }), ns$8 = useNamespace("form");
4577
+ }), ns$9 = useNamespace("form");
4611
4578
  var UploadImage = vue.defineComponent({
4612
4579
  name: "UploadImage",
4613
4580
  props: {
@@ -4663,7 +4630,7 @@
4663
4630
  let urls = [];
4664
4631
  return "string" == typeof value ? urls = [ value ] : "[object Array]" === Object.prototype.toString.call(value) && (urls = value),
4665
4632
  urls = urls.filter((url => !!url)), urls.length ? vue.createVNode(elementPlus.ElImage, {
4666
- class: ns$8.e("preview-image"),
4633
+ class: ns$9.e("preview-image"),
4667
4634
  src: urls[0],
4668
4635
  previewSrcList: urls,
4669
4636
  "preview-teleported": !0,
@@ -4678,7 +4645,7 @@
4678
4645
  })
4679
4646
  }) : null;
4680
4647
  })(), _disabled ? null : vue.createVNode(elementPlus.ElUpload, {
4681
- class: [ ns$8.b("upload-image"), props.className ],
4648
+ class: [ ns$9.b("upload-image"), props.className ],
4682
4649
  style: props.style,
4683
4650
  "list-type": props.listType,
4684
4651
  multiple: props.multiple,
@@ -4868,8 +4835,8 @@
4868
4835
  function _isSlot$2(s) {
4869
4836
  return "function" == typeof s || "[object Object]" === Object.prototype.toString.call(s) && !vue.isVNode(s);
4870
4837
  }
4871
- const ns$7 = useNamespace("form");
4872
- var Element$7 = vue.defineComponent({
4838
+ const ns$8 = useNamespace("form");
4839
+ var Element$8 = vue.defineComponent({
4873
4840
  name: "NextForm",
4874
4841
  props: {
4875
4842
  options: {
@@ -4887,7 +4854,7 @@
4887
4854
  },
4888
4855
  emits: [ "submit", "close", "reset" ],
4889
4856
  setup(props, {slots: slots, emit: emit, expose: expose}) {
4890
- const _config = deepClone(defaultConfig$3), options = vue.reactive(merge$1(_config, props.options)), _isEditing = vue.computed((() => "boolean" != typeof options.isEditing || options.isEditing)), {t: t} = useLocale(), colSpan = vue.ref(options.colSpan), formDatum = vue.reactive(props.formDatum) || {}, formParams = vue.reactive(merge$1({}, formDatum)), _formColumns = vue.ref([]), formRules = vue.reactive({});
4857
+ const _config = deepClone(defaultConfig$3), options = vue.reactive(merge(_config, props.options)), _isEditing = vue.computed((() => "boolean" != typeof options.isEditing || options.isEditing)), {t: t} = useLocale(), colSpan = vue.ref(options.colSpan), formDatum = vue.reactive(props.formDatum) || {}, formParams = vue.reactive(merge({}, formDatum)), _formColumns = vue.ref([]), formRules = vue.reactive({});
4891
4858
  vue.watch((() => [ props.columns, props.formDatum ]), (() => {
4892
4859
  (() => {
4893
4860
  const columns = props.columns;
@@ -5275,7 +5242,7 @@
5275
5242
  let _slot;
5276
5243
  return vue.createVNode(elementPlus.ElForm, {
5277
5244
  ref: ruleFormRef,
5278
- class: ns$7.b(),
5245
+ class: ns$8.b(),
5279
5246
  inline: !1,
5280
5247
  model: formParams,
5281
5248
  size: options.size
@@ -5295,7 +5262,7 @@
5295
5262
  }, {
5296
5263
  label: () => column.label ? vue.createVNode(vue.Fragment, null, [ vue.createVNode(NextTextEllipsis, {
5297
5264
  content: t(column.label),
5298
- class: ns$7.e("item-label")
5265
+ className: ns$8.e("item-label")
5299
5266
  }, null), column.tip ? vue.createVNode(elementPlus.ElTooltip, {
5300
5267
  effect: "dark",
5301
5268
  content: column.tip,
@@ -5315,7 +5282,7 @@
5315
5282
  })))) ? _slot : {
5316
5283
  default: () => [ _slot ]
5317
5284
  }), _isEditing.value && options.showFooter ? vue.createVNode("div", {
5318
- class: ns$7.e("footer")
5285
+ class: ns$8.e("footer")
5319
5286
  }, [ vue.createVNode(elementPlus.ElButton, {
5320
5287
  type: "primary",
5321
5288
  loading: submitLoading.value,
@@ -5334,7 +5301,7 @@
5334
5301
  };
5335
5302
  }
5336
5303
  });
5337
- const NextTreeSelect = withInstall(treeSelect), NextTreeCascader = withInstall(treeCascader), NextInputTableSelect = withInstall(InputTableSelect), NextForm = withInstall(Element$7);
5304
+ const NextTreeSelect = withInstall(treeSelect), NextTreeCascader = withInstall(treeCascader), NextInputTableSelect = withInstall(InputTableSelect), NextForm = withInstall(Element$8);
5338
5305
  var AddEditForm = vue.defineComponent({
5339
5306
  name: "AddEditForm",
5340
5307
  props: {
@@ -5388,17 +5355,17 @@
5388
5355
  function _isSlot(s) {
5389
5356
  return "function" == typeof s || "[object Object]" === Object.prototype.toString.call(s) && !vue.isVNode(s);
5390
5357
  }
5391
- const ns$6 = useNamespace("crud-table");
5392
- var Element$6 = vue.defineComponent({
5358
+ const ns$7 = useNamespace("crud-table");
5359
+ var Element$7 = vue.defineComponent({
5393
5360
  name: "NextCrudTable",
5394
5361
  props: defaultPropsConfig,
5395
5362
  emits: [ "confirm-search", "clear-search", "change-pagination", "selection-change", "row-click", "row-contextmenu", "row-dblclick", "cell-click", "cell-dblclick", "cell-contextmenu", "cell-mouse-enter", "cell-mouse-leave", "expand-change", "click-add-edit", "close-add-edit", "view-add-edit", "delete-rows", "delete-row", "submit-form" ],
5396
5363
  setup(props, {emit: emit, slots: slots, expose: expose}) {
5397
5364
  const _config = deepClone(defaultConfig$4), _options = vue.computed((() => {
5398
5365
  const cfg = vue.unref(props.options);
5399
- return merge$1(_config, cfg);
5366
+ return merge(_config, cfg);
5400
5367
  })), options = vue.unref(_options);
5401
- vue.provide("options", vue.computed((() => _options.value))), vue.provide("ns", ns$6);
5368
+ vue.provide("options", vue.computed((() => _options.value))), vue.provide("ns", ns$7);
5402
5369
  const {t: t} = useLocale(), _columns = vue.ref(options.columns), _searchColumns = vue.ref([]), _formColumns = vue.ref([]), _updateColumnsAll = ops => {
5403
5370
  ((options, cb) => {
5404
5371
  const _columns = vue.reactive(options.columns), _loadDicData = col => {
@@ -5494,7 +5461,8 @@
5494
5461
  treeSelecCheckChange: valueExist(col.treeSelecCheckChangeSearch, col.treeSelecCheckChange, null),
5495
5462
  treeSelecNodeExpand: valueExist(col.treeSelecNodeExpandSearch, col.treeSelecNodeExpand, null),
5496
5463
  treeSelecNodeCollapse: valueExist(col.treeSelecNodeCollapseSearch, col.treeSelecNodeCollapse, null),
5497
- treeSelecCurrentChange: valueExist(col.treeSelecCurrentChangeSearch, col.treeSelecCurrentChange, null)
5464
+ treeSelecCurrentChange: valueExist(col.treeSelecCurrentChangeSearch, col.treeSelecCurrentChange, null),
5465
+ onChange: valueExist(col.onChangeSearch, col.onChange, null)
5498
5466
  };
5499
5467
  return !col.dicData?.length && col.loadDicData && shareObjectProperty(item, col, "dicData"),
5500
5468
  item;
@@ -5643,11 +5611,11 @@
5643
5611
  });
5644
5612
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode(vue.Fragment, null, [ vue.createVNode("div", {
5645
5613
  ref: crudTableRef,
5646
- class: [ ns$6.b(), props.className ],
5614
+ class: [ ns$7.b(), props.className ],
5647
5615
  style: props.style
5648
5616
  }, [ options.showSearchForm || options.showHeaderMenu ? vue.createVNode("header", {
5649
5617
  ref: headerRef,
5650
- class: ns$6.b("header")
5618
+ class: ns$7.b("header")
5651
5619
  }, [ options.showSearchForm && vue.createVNode(HeaderSearch, {
5652
5620
  columns: _searchColumns.value,
5653
5621
  onZoomResize: updateTableContentHeight,
@@ -5666,7 +5634,7 @@
5666
5634
  }, {
5667
5635
  default: () => [ vue.createVNode("div", {
5668
5636
  ref: tableRef,
5669
- class: ns$6.b("content")
5637
+ class: ns$7.b("content")
5670
5638
  }, [ vue.createVNode(elementPlus.ElTable, {
5671
5639
  data: tableData.value,
5672
5640
  height: tableContentHeight.value,
@@ -5695,7 +5663,14 @@
5695
5663
  "onCell-mouse-leave": (...arg) => emit("cell-mouse-leave", ...arg),
5696
5664
  "onExpand-change": (...arg) => emit("expand-change", ...arg)
5697
5665
  }, {
5698
- default: () => [ options.index ? vue.createVNode(elementPlus.ElTableColumn, {
5666
+ default: () => [ options.selection ? vue.createVNode(elementPlus.ElTableColumn, {
5667
+ type: "selection",
5668
+ fixed: "left",
5669
+ label: t("next.table.selectionAll"),
5670
+ width: 55,
5671
+ headerAlign: options.headerAlign,
5672
+ align: options.cellAlign
5673
+ }, null) : null, options.index ? vue.createVNode(elementPlus.ElTableColumn, {
5699
5674
  type: "index",
5700
5675
  label: "#",
5701
5676
  width: _sortNumberMinWidth.value,
@@ -5703,13 +5678,6 @@
5703
5678
  fixed: "left",
5704
5679
  headerAlign: options.headerAlign,
5705
5680
  align: options.cellAlign
5706
- }, null) : null, options.selection ? vue.createVNode(elementPlus.ElTableColumn, {
5707
- type: "selection",
5708
- fixed: "left",
5709
- label: t("next.table.selectionAll"),
5710
- width: 55,
5711
- headerAlign: options.headerAlign,
5712
- align: options.cellAlign
5713
5681
  }, null) : null, slots.default?.(), _columns.value.map((col => vue.createVNode(TableColumnDynamic, {
5714
5682
  columnOption: col,
5715
5683
  key: col.prop
@@ -5729,7 +5697,7 @@
5729
5697
  }) ]) ]
5730
5698
  }), options.isPagination ? vue.createVNode("div", {
5731
5699
  ref: footerRef,
5732
- class: ns$6.b("footer")
5700
+ class: ns$7.b("footer")
5733
5701
  }, [ vue.createVNode(FooterPagination, {
5734
5702
  page: props.page,
5735
5703
  onChange: onChangePagination
@@ -5755,7 +5723,7 @@
5755
5723
  }) ]) ]) ]);
5756
5724
  }
5757
5725
  });
5758
- const NextCrudTable = withInstall(Element$6);
5726
+ const NextCrudTable = withInstall(Element$7);
5759
5727
  var propsConfig = {
5760
5728
  className: {
5761
5729
  type: String,
@@ -5786,14 +5754,14 @@
5786
5754
  })
5787
5755
  }
5788
5756
  }, defaultConfig$2 = {};
5789
- const ns$5 = useNamespace("crud-table-virtualized");
5757
+ const ns$6 = useNamespace("crud-table-virtualized");
5790
5758
  const NextCrudTableVirtualized = withInstall(vue.defineComponent({
5791
5759
  name: "NextCrudTableVirtualized",
5792
5760
  props: propsConfig,
5793
5761
  setup(props, {emit: emit}) {
5794
5762
  const _config = deepClone(defaultConfig$2), _options = vue.computed((() => {
5795
5763
  const cfg = vue.unref(props.options);
5796
- return merge$1(_config, cfg);
5764
+ return merge(_config, cfg);
5797
5765
  })), options = vue.unref(_options);
5798
5766
  vue.provide("options", vue.computed((() => _options.value)));
5799
5767
  const {t: t} = useLocale(), addEditDialog = vue.reactive({
@@ -5806,7 +5774,7 @@
5806
5774
  emit("close-add-edit");
5807
5775
  };
5808
5776
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode("div", {
5809
- class: [ ns$5.b(), props.className ]
5777
+ class: [ ns$6.b(), props.className ]
5810
5778
  }, [ vue.createVNode(NextSpinLoading, null, null), vue.createVNode(NextDialog, {
5811
5779
  modelValue: addEditDialog.visible,
5812
5780
  "onUpdate:modelValue": $event => addEditDialog.visible = $event,
@@ -5817,7 +5785,7 @@
5817
5785
  onClose: onCloseAddEditDialog
5818
5786
  }, null) ]) ]);
5819
5787
  }
5820
- })), NextSpinLoading = withInstall(NextSpinLoading$1), ns$4 = useNamespace("upload");
5788
+ })), NextSpinLoading = withInstall(NextSpinLoading$1), ns$5 = useNamespace("upload");
5821
5789
  const NextUpload = withInstall(vue.defineComponent({
5822
5790
  name: "NextUpload",
5823
5791
  props: {
@@ -5851,7 +5819,7 @@
5851
5819
  const slots = this.$slots, props = this.$props, emit = this.$emit, _t = this.t, uploadfilesPreview = vue.ref([]), body = document.getElementsByTagName("body")[0];
5852
5820
  let previewImagesContainer = null;
5853
5821
  return vue.createVNode(elementPlus.ElUpload, {
5854
- class: [ ns$4.b(), props.className ],
5822
+ class: [ ns$5.b(), props.className ],
5855
5823
  style: props.style,
5856
5824
  "list-type": props.listType,
5857
5825
  "auto-upload": !1,
@@ -5893,8 +5861,8 @@
5893
5861
  })
5894
5862
  });
5895
5863
  }
5896
- })), ns$3 = useNamespace("video-player");
5897
- var Element$3 = vue.defineComponent({
5864
+ })), ns$4 = useNamespace("video-player");
5865
+ var Element$4 = vue.defineComponent({
5898
5866
  name: "NextVideoPlayer",
5899
5867
  props: {
5900
5868
  className: {
@@ -5967,7 +5935,7 @@
5967
5935
  if (!classNames || !classNames.length) throw new Error("模型类别不能未空!");
5968
5936
  container.innerHTML = "", tf__namespace.loadGraphModel(modelUrl).then((model => {
5969
5937
  const canvas = document.createElement("canvas");
5970
- canvas.className = ns$3.b("recongition"), container.appendChild(canvas);
5938
+ canvas.className = ns$4.b("recongition"), container.appendChild(canvas);
5971
5939
  const ctx = canvas.getContext("2d"), detect_ctx = document.createElement("canvas").getContext("2d");
5972
5940
  video.ontimeupdate = () => {
5973
5941
  const {videoWidth: videoWidth, videoHeight: videoHeight, offsetTop: offsetTop, offsetLeft: offsetLeft} = video;
@@ -6138,16 +6106,35 @@
6138
6106
  });
6139
6107
  return () => vue.createVNode(vue.Fragment, null, [ vue.createVNode("div", {
6140
6108
  ref: videoBoxRef,
6141
- class: [ ns$3.b(), props.className ],
6109
+ class: [ ns$4.b(), props.className ],
6142
6110
  style: props.style
6143
6111
  }, null) ]);
6144
6112
  }
6145
6113
  });
6146
- const NextVideoPlayer = withInstall(Element$3);
6114
+ const NextVideoPlayer = withInstall(Element$4);
6147
6115
  const NextDragResize = withInstall(vue.defineComponent({
6148
6116
  name: "NextDragResize",
6149
6117
  props: {},
6150
6118
  setup: () => () => vue.createVNode(vue.Fragment, null, [ vue.createVNode(vue.Fragment, null, null) ])
6119
+ })), ns$3 = useNamespace("container");
6120
+ const NextCarousel = withInstall(vue.defineComponent({
6121
+ name: "NextCarousel",
6122
+ props: {
6123
+ className: {
6124
+ type: String,
6125
+ default: ""
6126
+ },
6127
+ style: {
6128
+ type: Object,
6129
+ default: () => ({})
6130
+ }
6131
+ },
6132
+ setup: (props, {slots: slots}) => () => vue.createVNode("div", {
6133
+ class: [ ns$3.b(), props.className ],
6134
+ style: {
6135
+ ...props.style
6136
+ }
6137
+ }, [ slots.default?.() ])
6151
6138
  }));
6152
6139
  var ToolHeader = vue.defineComponent({
6153
6140
  props: {
@@ -6698,7 +6685,7 @@
6698
6685
  const image = new Image;
6699
6686
  image.src = rowInfo.imageSrc, loadingImage.value = !0, image.onload = () => {
6700
6687
  loadingImage.value = !1;
6701
- const {canvasWidth: canvasWidth, canvasHeight: canvasHeight, scaleFactor: scaleFactor, originWidth: originWidth, originHeight: originHeight} = (image => {
6688
+ const {canvasWidth: canvasWidth, canvasHeight: canvasHeight, originWidth: originWidth, originHeight: originHeight} = (image => {
6702
6689
  const clientWidth = mainBasaeRef.value?.elementInstance.clientWidth, clientHeight = mainBasaeRef.value?.elementInstance.clientHeight;
6703
6690
  let {width: width, height: height} = image, scaleFactor = 1;
6704
6691
  const scale = width / height;
@@ -6783,7 +6770,6 @@
6783
6770
  canvasWidth: canvasWidth,
6784
6771
  canvasHeight: canvasHeight,
6785
6772
  labels: labels.value,
6786
- scaleFactor: scaleFactor,
6787
6773
  scaleOffset: scaleTranslateManager.scaleTranslate
6788
6774
  });
6789
6775
  drawBaseCanvas.value.updateLabels = updateLabels, drawBaseCanvas.value.addDrawRect = addDrawRect,
@@ -7129,7 +7115,7 @@
7129
7115
  setup(props, {emit: emit, slots: slots, expose: expose}) {
7130
7116
  const {t: t} = useLocale(), _config = deepClone(defaultConfig$1), _options = vue.computed((() => {
7131
7117
  const cfg = vue.unref(props.options);
7132
- return merge$1(_config, cfg);
7118
+ return merge(_config, cfg);
7133
7119
  })), options = vue.unref(_options);
7134
7120
  vue.provide("ns", ns$2), vue.provide("_emit", emit);
7135
7121
  const activateNodeIndex = vue.ref(0), classes = vue.ref(props.classes), labelImages = vue.ref(deepClone(props.data));
@@ -8063,7 +8049,7 @@
8063
8049
  setup(props, {emit: emit, slots: slots}) {
8064
8050
  const _config = deepClone(defaultConfig), _options = vue.computed((() => {
8065
8051
  const cfg = vue.unref(props.options);
8066
- return merge$1(_config, cfg);
8052
+ return merge(_config, cfg);
8067
8053
  })), options = vue.unref(_options);
8068
8054
  vue.provide("ns", ns);
8069
8055
  const {t: t} = useLocale(), activateNodeIndex = vue.ref(0), classes = vue.ref(props.classes), labelImages = vue.ref(deepClone(props.data));
@@ -8222,6 +8208,7 @@
8222
8208
  const NextLabelme = withInstall(Element);
8223
8209
  var components = Object.freeze({
8224
8210
  __proto__: null,
8211
+ NextCarousel: NextCarousel,
8225
8212
  NextContainer: NextContainer,
8226
8213
  NextCrudTable: NextCrudTable,
8227
8214
  NextCrudTableVirtualized: NextCrudTableVirtualized,
@@ -8283,21 +8270,21 @@
8283
8270
  })(app);
8284
8271
  };
8285
8272
  var index = {
8286
- version: "0.5.2",
8273
+ version: "0.5.4",
8287
8274
  install: install
8288
8275
  };
8289
- exports.NextContainer = NextContainer, exports.NextCrudTable = NextCrudTable, exports.NextCrudTableVirtualized = NextCrudTableVirtualized,
8290
- exports.NextDialog = NextDialog, exports.NextDragResize = NextDragResize, exports.NextForm = NextForm,
8291
- exports.NextInputTableSelect = NextInputTableSelect, exports.NextLabelimg = NextLabelimg,
8292
- exports.NextLabelimgPreview = NextLabelimgPreview, exports.NextLabelme = NextLabelme,
8293
- exports.NextLayout = NextLayout, exports.NextMenu = NextMenu, exports.NextSpinLoading = NextSpinLoading,
8294
- exports.NextTabs = NextTabs, exports.NextTextEllipsis = NextTextEllipsis, exports.NextTreeCascader = NextTreeCascader,
8295
- exports.NextTreeSelect = NextTreeSelect, exports.NextUpload = NextUpload, exports.NextVideoPlayer = NextVideoPlayer,
8296
- exports.buildLocaleContext = buildLocaleContext, exports.buildTranslator = buildTranslator,
8297
- exports.default = index, exports.defaultNamespace = "next", exports.install = install,
8298
- exports.localeContextKey = localeContextKey, exports.localeLang = localeLang, exports.namespaceContextKey = namespaceContextKey,
8299
- exports.nextUseCssTheme = nextUseCssTheme, exports.nextUseCssVar = nextUseCssVar,
8300
- exports.translate = translate, exports.updateThemeColor = color => {
8276
+ exports.NextCarousel = NextCarousel, exports.NextContainer = NextContainer, exports.NextCrudTable = NextCrudTable,
8277
+ exports.NextCrudTableVirtualized = NextCrudTableVirtualized, exports.NextDialog = NextDialog,
8278
+ exports.NextDragResize = NextDragResize, exports.NextForm = NextForm, exports.NextInputTableSelect = NextInputTableSelect,
8279
+ exports.NextLabelimg = NextLabelimg, exports.NextLabelimgPreview = NextLabelimgPreview,
8280
+ exports.NextLabelme = NextLabelme, exports.NextLayout = NextLayout, exports.NextMenu = NextMenu,
8281
+ exports.NextSpinLoading = NextSpinLoading, exports.NextTabs = NextTabs, exports.NextTextEllipsis = NextTextEllipsis,
8282
+ exports.NextTreeCascader = NextTreeCascader, exports.NextTreeSelect = NextTreeSelect,
8283
+ exports.NextUpload = NextUpload, exports.NextVideoPlayer = NextVideoPlayer, exports.buildLocaleContext = buildLocaleContext,
8284
+ exports.buildTranslator = buildTranslator, exports.default = index, exports.defaultNamespace = "next",
8285
+ exports.install = install, exports.localeContextKey = localeContextKey, exports.localeLang = localeLang,
8286
+ exports.namespaceContextKey = namespaceContextKey, exports.nextUseCssTheme = nextUseCssTheme,
8287
+ exports.nextUseCssVar = nextUseCssVar, exports.translate = translate, exports.updateThemeColor = color => {
8301
8288
  color && nextUseCssTheme("--el-color-primary", color);
8302
8289
  }, exports.updateThemeColorCssVar = updateThemeColorCssVar, exports.useDetectVideo = () => ({
8303
8290
  detectVideoFrameImage: ({container: container, video: video, modelUrl: modelUrl, classNames: classNames, classInput: classInput = []}, success, error) => modelUrl ? classNames ? void tf__namespace.loadGraphModel(modelUrl).then((model => {
@@ -8331,7 +8318,7 @@
8331
8318
  }), exports.useGetDerivedNamespace = useGetDerivedNamespace, exports.useLanguage = (locale, lang) => {
8332
8319
  const localeRef = vue.isRef(locale) ? locale : vue.ref(locale), nextLang = localeLang[lang] || localeLang["zh-cn"];
8333
8320
  localeRef.value.name = lang, localeRef.value.next = nextLang.next;
8334
- }, exports.useLocale = useLocale, exports.useNamespace = useNamespace, exports.version = "0.5.2",
8321
+ }, exports.useLocale = useLocale, exports.useNamespace = useNamespace, exports.version = "0.5.4",
8335
8322
  Object.defineProperty(exports, "__esModule", {
8336
8323
  value: !0
8337
8324
  });