pro-design-vue 1.3.29 → 1.3.30

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 (50) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.full.js +143 -101
  3. package/dist/index.full.min.js +7 -7
  4. package/dist/index.full.min.js.map +1 -1
  5. package/dist/index.full.min.mjs +7 -7
  6. package/dist/index.full.min.mjs.map +1 -1
  7. package/dist/index.full.mjs +143 -101
  8. package/es/components/table/src/components/ColumnSetting/CheckboxList.vue.d.ts +1 -0
  9. package/es/components/table/src/components/ColumnSetting/CheckboxListItem.vue.d.ts +1 -0
  10. package/es/components/table/src/components/ColumnSetting/ColumnSetting.vue.d.ts +1 -0
  11. package/es/components/table/src/components/ColumnSetting/GroupCheckboxList.vue.d.ts +1 -0
  12. package/es/components/table/src/components/ToolBar/ToolBar.vue.d.ts +1 -0
  13. package/es/packages/components/button/src/Button.mjs +6 -5
  14. package/es/packages/components/button/src/Button.mjs.map +1 -1
  15. package/es/packages/components/table/src/components/ColumnSetting/CheckboxList.vue.mjs.map +1 -1
  16. package/es/packages/components/table/src/components/ColumnSetting/CheckboxList.vue2.mjs +5 -1
  17. package/es/packages/components/table/src/components/ColumnSetting/CheckboxList.vue2.mjs.map +1 -1
  18. package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.mjs +3 -1
  19. package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.mjs.map +1 -1
  20. package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.mjs +2 -1
  21. package/es/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.mjs.map +1 -1
  22. package/es/packages/components/table/src/components/ColumnSetting/ColumnSetting.vue.mjs +1 -1
  23. package/es/packages/components/table/src/components/ColumnSetting/ColumnSetting.vue.mjs.map +1 -1
  24. package/es/packages/components/table/src/components/ColumnSetting/ColumnSetting.vue2.mjs.map +1 -1
  25. package/es/version.d.ts +1 -1
  26. package/es/version.mjs +1 -1
  27. package/es/version.mjs.map +1 -1
  28. package/lib/components/table/src/components/ColumnSetting/CheckboxList.vue.d.ts +1 -0
  29. package/lib/components/table/src/components/ColumnSetting/CheckboxListItem.vue.d.ts +1 -0
  30. package/lib/components/table/src/components/ColumnSetting/ColumnSetting.vue.d.ts +1 -0
  31. package/lib/components/table/src/components/ColumnSetting/GroupCheckboxList.vue.d.ts +1 -0
  32. package/lib/components/table/src/components/ToolBar/ToolBar.vue.d.ts +1 -0
  33. package/lib/packages/components/button/src/Button.js +6 -5
  34. package/lib/packages/components/button/src/Button.js.map +1 -1
  35. package/lib/packages/components/table/src/components/ColumnSetting/CheckboxList.vue.js.map +1 -1
  36. package/lib/packages/components/table/src/components/ColumnSetting/CheckboxList.vue2.js +5 -1
  37. package/lib/packages/components/table/src/components/ColumnSetting/CheckboxList.vue2.js.map +1 -1
  38. package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.js +2 -0
  39. package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue.js.map +1 -1
  40. package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.js +1 -0
  41. package/lib/packages/components/table/src/components/ColumnSetting/CheckboxListItem.vue2.js.map +1 -1
  42. package/lib/packages/components/table/src/components/ColumnSetting/ColumnSetting.vue.js +1 -1
  43. package/lib/packages/components/table/src/components/ColumnSetting/ColumnSetting.vue.js.map +1 -1
  44. package/lib/packages/components/table/src/components/ColumnSetting/ColumnSetting.vue2.js.map +1 -1
  45. package/lib/version.d.ts +1 -1
  46. package/lib/version.js +1 -1
  47. package/lib/version.js.map +1 -1
  48. package/package.json +1 -1
  49. package/theme-chalk/index.css +1 -1
  50. package/theme-chalk/src/table/setting.less +11 -1
@@ -1,4 +1,4 @@
1
- /*! Pro Design Vue v1.3.29 */
1
+ /*! Pro Design Vue v1.3.30 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('ant-design-vue'), require('vue'), require('ant-design-vue/es/locale/zh_CN.js')) :
@@ -32,7 +32,7 @@
32
32
  const DEFAULT_NAMESPACE = "pro";
33
33
  const DEFAULT_LOCALE = "zh-CN";
34
34
 
35
- const version$1 = "1.3.29";
35
+ const version$1 = "1.3.30";
36
36
 
37
37
  const makeInstaller = (components = []) => {
38
38
  const install = (app) => {
@@ -766,7 +766,7 @@
766
766
  return newNode;
767
767
  }
768
768
 
769
- function _objectSpread$v(target) {
769
+ function _objectSpread$w(target) {
770
770
  for (var i = 1; i < arguments.length; i++) {
771
771
  var source = arguments[i] != null ? Object(arguments[i]) : {};
772
772
  var ownKeys = Object.keys(source);
@@ -776,12 +776,12 @@
776
776
  }));
777
777
  }
778
778
  ownKeys.forEach(function(key) {
779
- _defineProperty$w(target, key, source[key]);
779
+ _defineProperty$x(target, key, source[key]);
780
780
  });
781
781
  }
782
782
  return target;
783
783
  }
784
- function _defineProperty$w(obj, key, value) {
784
+ function _defineProperty$x(obj, key, value) {
785
785
  if (key in obj) {
786
786
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
787
787
  } else {
@@ -802,13 +802,13 @@
802
802
  }
803
803
  function generate(node, key, rootProps) {
804
804
  if (!rootProps) {
805
- return vue.h(node.tag, _objectSpread$v({
805
+ return vue.h(node.tag, _objectSpread$w({
806
806
  key
807
807
  }, node.attrs), (node.children || []).map(function(child, index) {
808
808
  return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
809
809
  }));
810
810
  }
811
- return vue.h(node.tag, _objectSpread$v({
811
+ return vue.h(node.tag, _objectSpread$w({
812
812
  key
813
813
  }, rootProps, node.attrs), (node.children || []).map(function(child, index) {
814
814
  return generate(child, "".concat(key, "-").concat(node.tag, "-").concat(index));
@@ -892,7 +892,7 @@
892
892
  }
893
893
  return target;
894
894
  }
895
- function _objectSpread$u(target) {
895
+ function _objectSpread$v(target) {
896
896
  for (var i = 1; i < arguments.length; i++) {
897
897
  var source = arguments[i] != null ? Object(arguments[i]) : {};
898
898
  var ownKeys = Object.keys(source);
@@ -902,12 +902,12 @@
902
902
  }));
903
903
  }
904
904
  ownKeys.forEach(function(key) {
905
- _defineProperty$v(target, key, source[key]);
905
+ _defineProperty$w(target, key, source[key]);
906
906
  });
907
907
  }
908
908
  return target;
909
909
  }
910
- function _defineProperty$v(obj, key, value) {
910
+ function _defineProperty$w(obj, key, value) {
911
911
  if (key in obj) {
912
912
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
913
913
  } else {
@@ -927,10 +927,10 @@
927
927
  twoToneColorPalette.calculated = !!secondaryColor;
928
928
  }
929
929
  function getTwoToneColors() {
930
- return _objectSpread$u({}, twoToneColorPalette);
930
+ return _objectSpread$v({}, twoToneColorPalette);
931
931
  }
932
932
  var IconBase = function IconBase2(props, context) {
933
- var _props$context$attrs = _objectSpread$u({}, props, context.attrs), icon = _props$context$attrs.icon, primaryColor = _props$context$attrs.primaryColor, secondaryColor = _props$context$attrs.secondaryColor, restProps = _objectWithoutProperties$2(_props$context$attrs, _excluded$2);
933
+ var _props$context$attrs = _objectSpread$v({}, props, context.attrs), icon = _props$context$attrs.icon, primaryColor = _props$context$attrs.primaryColor, secondaryColor = _props$context$attrs.secondaryColor, restProps = _objectWithoutProperties$2(_props$context$attrs, _excluded$2);
934
934
  var colors = twoToneColorPalette;
935
935
  if (primaryColor) {
936
936
  colors = {
@@ -944,11 +944,11 @@
944
944
  }
945
945
  var target = icon;
946
946
  if (target && typeof target.icon === "function") {
947
- target = _objectSpread$u({}, target, {
947
+ target = _objectSpread$v({}, target, {
948
948
  icon: target.icon(colors.primaryColor, colors.secondaryColor)
949
949
  });
950
950
  }
951
- return generate(target.icon, "svg-".concat(target.name), _objectSpread$u({}, restProps, {
951
+ return generate(target.icon, "svg-".concat(target.name), _objectSpread$v({}, restProps, {
952
952
  "data-icon": target.name,
953
953
  width: "1em",
954
954
  height: "1em",
@@ -1089,7 +1089,7 @@
1089
1089
  function _arrayWithHoles(arr) {
1090
1090
  if (Array.isArray(arr)) return arr;
1091
1091
  }
1092
- function _objectSpread$t(target) {
1092
+ function _objectSpread$u(target) {
1093
1093
  for (var i = 1; i < arguments.length; i++) {
1094
1094
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1095
1095
  var ownKeys = Object.keys(source);
@@ -1099,12 +1099,12 @@
1099
1099
  }));
1100
1100
  }
1101
1101
  ownKeys.forEach(function(key) {
1102
- _defineProperty$u(target, key, source[key]);
1102
+ _defineProperty$v(target, key, source[key]);
1103
1103
  });
1104
1104
  }
1105
1105
  return target;
1106
1106
  }
1107
- function _defineProperty$u(obj, key, value) {
1107
+ function _defineProperty$v(obj, key, value) {
1108
1108
  if (key in obj) {
1109
1109
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1110
1110
  } else {
@@ -1142,9 +1142,9 @@
1142
1142
  setTwoToneColor(blue.primary);
1143
1143
  var Icon$1 = function Icon2(props, context) {
1144
1144
  var _classObj;
1145
- var _props$context$attrs = _objectSpread$t({}, props, context.attrs), cls = _props$context$attrs["class"], icon = _props$context$attrs.icon, spin = _props$context$attrs.spin, rotate = _props$context$attrs.rotate, tabindex = _props$context$attrs.tabindex, twoToneColor = _props$context$attrs.twoToneColor, onClick = _props$context$attrs.onClick, restProps = _objectWithoutProperties$1(_props$context$attrs, _excluded$1);
1145
+ var _props$context$attrs = _objectSpread$u({}, props, context.attrs), cls = _props$context$attrs["class"], icon = _props$context$attrs.icon, spin = _props$context$attrs.spin, rotate = _props$context$attrs.rotate, tabindex = _props$context$attrs.tabindex, twoToneColor = _props$context$attrs.twoToneColor, onClick = _props$context$attrs.onClick, restProps = _objectWithoutProperties$1(_props$context$attrs, _excluded$1);
1146
1146
  var _useInjectIconContext = useInjectIconContext(), prefixCls = _useInjectIconContext.prefixCls, rootClassName = _useInjectIconContext.rootClassName;
1147
- var classObj = (_classObj = {}, _defineProperty$u(_classObj, rootClassName.value, !!rootClassName.value), _defineProperty$u(_classObj, prefixCls.value, true), _defineProperty$u(_classObj, "".concat(prefixCls.value, "-").concat(icon.name), Boolean(icon.name)), _defineProperty$u(_classObj, "".concat(prefixCls.value, "-spin"), !!spin || icon.name === "loading"), _classObj);
1147
+ var classObj = (_classObj = {}, _defineProperty$v(_classObj, rootClassName.value, !!rootClassName.value), _defineProperty$v(_classObj, prefixCls.value, true), _defineProperty$v(_classObj, "".concat(prefixCls.value, "-").concat(icon.name), Boolean(icon.name)), _defineProperty$v(_classObj, "".concat(prefixCls.value, "-spin"), !!spin || icon.name === "loading"), _classObj);
1148
1148
  var iconTabIndex = tabindex;
1149
1149
  if (iconTabIndex === void 0 && onClick) {
1150
1150
  iconTabIndex = -1;
@@ -1154,7 +1154,7 @@
1154
1154
  transform: "rotate(".concat(rotate, "deg)")
1155
1155
  } : void 0;
1156
1156
  var _normalizeTwoToneColo = normalizeTwoToneColors(twoToneColor), _normalizeTwoToneColo2 = _slicedToArray(_normalizeTwoToneColo, 2), primaryColor = _normalizeTwoToneColo2[0], secondaryColor = _normalizeTwoToneColo2[1];
1157
- return vue.createVNode("span", _objectSpread$t({
1157
+ return vue.createVNode("span", _objectSpread$u({
1158
1158
  "role": "img",
1159
1159
  "aria-label": icon.name
1160
1160
  }, restProps, {
@@ -1181,7 +1181,7 @@
1181
1181
 
1182
1182
  var CaretDownOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840.4 300H183.6c-19.7 0-30.7 20.8-18.5 35l328.4 380.8c9.4 10.9 27.5 10.9 37 0L858.9 335c12.2-14.2 1.2-35-18.5-35z" } }] }, "name": "caret-down", "theme": "outlined" };
1183
1183
 
1184
- function _objectSpread$s(target) {
1184
+ function _objectSpread$t(target) {
1185
1185
  for (var i = 1; i < arguments.length; i++) {
1186
1186
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1187
1187
  var ownKeys = Object.keys(source);
@@ -1191,12 +1191,12 @@
1191
1191
  }));
1192
1192
  }
1193
1193
  ownKeys.forEach(function(key) {
1194
- _defineProperty$t(target, key, source[key]);
1194
+ _defineProperty$u(target, key, source[key]);
1195
1195
  });
1196
1196
  }
1197
1197
  return target;
1198
1198
  }
1199
- function _defineProperty$t(obj, key, value) {
1199
+ function _defineProperty$u(obj, key, value) {
1200
1200
  if (key in obj) {
1201
1201
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1202
1202
  } else {
@@ -1205,8 +1205,8 @@
1205
1205
  return obj;
1206
1206
  }
1207
1207
  var CaretDownOutlined = function CaretDownOutlined2(props, context) {
1208
- var p = _objectSpread$s({}, props, context.attrs);
1209
- return vue.createVNode(Icon$1, _objectSpread$s({}, p, {
1208
+ var p = _objectSpread$t({}, props, context.attrs);
1209
+ return vue.createVNode(Icon$1, _objectSpread$t({}, p, {
1210
1210
  "icon": CaretDownOutlined$1
1211
1211
  }), null);
1212
1212
  };
@@ -1215,7 +1215,7 @@
1215
1215
 
1216
1216
  var CaretUpOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M858.9 689L530.5 308.2c-9.4-10.9-27.5-10.9-37 0L165.1 689c-12.2 14.2-1.2 35 18.5 35h656.8c19.7 0 30.7-20.8 18.5-35z" } }] }, "name": "caret-up", "theme": "outlined" };
1217
1217
 
1218
- function _objectSpread$r(target) {
1218
+ function _objectSpread$s(target) {
1219
1219
  for (var i = 1; i < arguments.length; i++) {
1220
1220
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1221
1221
  var ownKeys = Object.keys(source);
@@ -1225,12 +1225,12 @@
1225
1225
  }));
1226
1226
  }
1227
1227
  ownKeys.forEach(function(key) {
1228
- _defineProperty$s(target, key, source[key]);
1228
+ _defineProperty$t(target, key, source[key]);
1229
1229
  });
1230
1230
  }
1231
1231
  return target;
1232
1232
  }
1233
- function _defineProperty$s(obj, key, value) {
1233
+ function _defineProperty$t(obj, key, value) {
1234
1234
  if (key in obj) {
1235
1235
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1236
1236
  } else {
@@ -1239,8 +1239,8 @@
1239
1239
  return obj;
1240
1240
  }
1241
1241
  var CaretUpOutlined = function CaretUpOutlined2(props, context) {
1242
- var p = _objectSpread$r({}, props, context.attrs);
1243
- return vue.createVNode(Icon$1, _objectSpread$r({}, p, {
1242
+ var p = _objectSpread$s({}, props, context.attrs);
1243
+ return vue.createVNode(Icon$1, _objectSpread$s({}, p, {
1244
1244
  "icon": CaretUpOutlined$1
1245
1245
  }), null);
1246
1246
  };
@@ -1249,7 +1249,7 @@
1249
1249
 
1250
1250
  var CheckCircleFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm193.5 301.7l-210.6 292a31.8 31.8 0 01-51.7 0L318.5 484.9c-3.8-5.3 0-12.7 6.5-12.7h46.9c10.2 0 19.9 4.9 25.9 13.3l71.2 98.8 157.2-218c6-8.3 15.6-13.3 25.9-13.3H699c6.5 0 10.3 7.4 6.5 12.7z" } }] }, "name": "check-circle", "theme": "filled" };
1251
1251
 
1252
- function _objectSpread$q(target) {
1252
+ function _objectSpread$r(target) {
1253
1253
  for (var i = 1; i < arguments.length; i++) {
1254
1254
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1255
1255
  var ownKeys = Object.keys(source);
@@ -1259,12 +1259,12 @@
1259
1259
  }));
1260
1260
  }
1261
1261
  ownKeys.forEach(function(key) {
1262
- _defineProperty$r(target, key, source[key]);
1262
+ _defineProperty$s(target, key, source[key]);
1263
1263
  });
1264
1264
  }
1265
1265
  return target;
1266
1266
  }
1267
- function _defineProperty$r(obj, key, value) {
1267
+ function _defineProperty$s(obj, key, value) {
1268
1268
  if (key in obj) {
1269
1269
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1270
1270
  } else {
@@ -1273,8 +1273,8 @@
1273
1273
  return obj;
1274
1274
  }
1275
1275
  var CheckCircleFilled = function CheckCircleFilled2(props, context) {
1276
- var p = _objectSpread$q({}, props, context.attrs);
1277
- return vue.createVNode(Icon$1, _objectSpread$q({}, p, {
1276
+ var p = _objectSpread$r({}, props, context.attrs);
1277
+ return vue.createVNode(Icon$1, _objectSpread$r({}, p, {
1278
1278
  "icon": CheckCircleFilled$1
1279
1279
  }), null);
1280
1280
  };
@@ -1283,7 +1283,7 @@
1283
1283
 
1284
1284
  var CloseCircleFilled$1 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64c247.4 0 448 200.6 448 448S759.4 960 512 960 64 759.4 64 512 264.6 64 512 64zm127.98 274.82h-.04l-.08.06L512 466.75 384.14 338.88c-.04-.05-.06-.06-.08-.06a.12.12 0 00-.07 0c-.03 0-.05.01-.09.05l-45.02 45.02a.2.2 0 00-.05.09.12.12 0 000 .07v.02a.27.27 0 00.06.06L466.75 512 338.88 639.86c-.05.04-.06.06-.06.08a.12.12 0 000 .07c0 .03.01.05.05.09l45.02 45.02a.2.2 0 00.09.05.12.12 0 00.07 0c.02 0 .04-.01.08-.05L512 557.25l127.86 127.87c.04.04.06.05.08.05a.12.12 0 00.07 0c.03 0 .05-.01.09-.05l45.02-45.02a.2.2 0 00.05-.09.12.12 0 000-.07v-.02a.27.27 0 00-.05-.06L557.25 512l127.87-127.86c.04-.04.05-.06.05-.08a.12.12 0 000-.07c0-.03-.01-.05-.05-.09l-45.02-45.02a.2.2 0 00-.09-.05.12.12 0 00-.07 0z" } }] }, "name": "close-circle", "theme": "filled" };
1285
1285
 
1286
- function _objectSpread$p(target) {
1286
+ function _objectSpread$q(target) {
1287
1287
  for (var i = 1; i < arguments.length; i++) {
1288
1288
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1289
1289
  var ownKeys = Object.keys(source);
@@ -1293,12 +1293,12 @@
1293
1293
  }));
1294
1294
  }
1295
1295
  ownKeys.forEach(function(key) {
1296
- _defineProperty$q(target, key, source[key]);
1296
+ _defineProperty$r(target, key, source[key]);
1297
1297
  });
1298
1298
  }
1299
1299
  return target;
1300
1300
  }
1301
- function _defineProperty$q(obj, key, value) {
1301
+ function _defineProperty$r(obj, key, value) {
1302
1302
  if (key in obj) {
1303
1303
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1304
1304
  } else {
@@ -1307,8 +1307,8 @@
1307
1307
  return obj;
1308
1308
  }
1309
1309
  var CloseCircleFilled = function CloseCircleFilled2(props, context) {
1310
- var p = _objectSpread$p({}, props, context.attrs);
1311
- return vue.createVNode(Icon$1, _objectSpread$p({}, p, {
1310
+ var p = _objectSpread$q({}, props, context.attrs);
1311
+ return vue.createVNode(Icon$1, _objectSpread$q({}, p, {
1312
1312
  "icon": CloseCircleFilled$1
1313
1313
  }), null);
1314
1314
  };
@@ -1317,7 +1317,7 @@
1317
1317
 
1318
1318
  var CloseOutlined$1 = { "icon": { "tag": "svg", "attrs": { "fill-rule": "evenodd", "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M799.86 166.31c.02 0 .04.02.08.06l57.69 57.7c.04.03.05.05.06.08a.12.12 0 010 .06c0 .03-.02.05-.06.09L569.93 512l287.7 287.7c.04.04.05.06.06.09a.12.12 0 010 .07c0 .02-.02.04-.06.08l-57.7 57.69c-.03.04-.05.05-.07.06a.12.12 0 01-.07 0c-.03 0-.05-.02-.09-.06L512 569.93l-287.7 287.7c-.04.04-.06.05-.09.06a.12.12 0 01-.07 0c-.02 0-.04-.02-.08-.06l-57.69-57.7c-.04-.03-.05-.05-.06-.07a.12.12 0 010-.07c0-.03.02-.05.06-.09L454.07 512l-287.7-287.7c-.04-.04-.05-.06-.06-.09a.12.12 0 010-.07c0-.02.02-.04.06-.08l57.7-57.69c.03-.04.05-.05.07-.06a.12.12 0 01.07 0c.03 0 .05.02.09.06L512 454.07l287.7-287.7c.04-.04.06-.05.09-.06a.12.12 0 01.07 0z" } }] }, "name": "close", "theme": "outlined" };
1319
1319
 
1320
- function _objectSpread$o(target) {
1320
+ function _objectSpread$p(target) {
1321
1321
  for (var i = 1; i < arguments.length; i++) {
1322
1322
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1323
1323
  var ownKeys = Object.keys(source);
@@ -1327,12 +1327,12 @@
1327
1327
  }));
1328
1328
  }
1329
1329
  ownKeys.forEach(function(key) {
1330
- _defineProperty$p(target, key, source[key]);
1330
+ _defineProperty$q(target, key, source[key]);
1331
1331
  });
1332
1332
  }
1333
1333
  return target;
1334
1334
  }
1335
- function _defineProperty$p(obj, key, value) {
1335
+ function _defineProperty$q(obj, key, value) {
1336
1336
  if (key in obj) {
1337
1337
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1338
1338
  } else {
@@ -1341,8 +1341,8 @@
1341
1341
  return obj;
1342
1342
  }
1343
1343
  var CloseOutlined = function CloseOutlined2(props, context) {
1344
- var p = _objectSpread$o({}, props, context.attrs);
1345
- return vue.createVNode(Icon$1, _objectSpread$o({}, p, {
1344
+ var p = _objectSpread$p({}, props, context.attrs);
1345
+ return vue.createVNode(Icon$1, _objectSpread$p({}, p, {
1346
1346
  "icon": CloseOutlined$1
1347
1347
  }), null);
1348
1348
  };
@@ -1351,7 +1351,7 @@
1351
1351
 
1352
1352
  var ColumnHeightOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M840 836H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zm0-724H184c-4.4 0-8 3.6-8 8v60c0 4.4 3.6 8 8 8h656c4.4 0 8-3.6 8-8v-60c0-4.4-3.6-8-8-8zM610.8 378c6 0 9.4-7 5.7-11.7L515.7 238.7a7.14 7.14 0 00-11.3 0L403.6 366.3a7.23 7.23 0 005.7 11.7H476v268h-62.8c-6 0-9.4 7-5.7 11.7l100.8 127.5c2.9 3.7 8.5 3.7 11.3 0l100.8-127.5c3.7-4.7.4-11.7-5.7-11.7H548V378h62.8z" } }] }, "name": "column-height", "theme": "outlined" };
1353
1353
 
1354
- function _objectSpread$n(target) {
1354
+ function _objectSpread$o(target) {
1355
1355
  for (var i = 1; i < arguments.length; i++) {
1356
1356
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1357
1357
  var ownKeys = Object.keys(source);
@@ -1361,12 +1361,12 @@
1361
1361
  }));
1362
1362
  }
1363
1363
  ownKeys.forEach(function(key) {
1364
- _defineProperty$o(target, key, source[key]);
1364
+ _defineProperty$p(target, key, source[key]);
1365
1365
  });
1366
1366
  }
1367
1367
  return target;
1368
1368
  }
1369
- function _defineProperty$o(obj, key, value) {
1369
+ function _defineProperty$p(obj, key, value) {
1370
1370
  if (key in obj) {
1371
1371
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1372
1372
  } else {
@@ -1375,8 +1375,8 @@
1375
1375
  return obj;
1376
1376
  }
1377
1377
  var ColumnHeightOutlined = function ColumnHeightOutlined2(props, context) {
1378
- var p = _objectSpread$n({}, props, context.attrs);
1379
- return vue.createVNode(Icon$1, _objectSpread$n({}, p, {
1378
+ var p = _objectSpread$o({}, props, context.attrs);
1379
+ return vue.createVNode(Icon$1, _objectSpread$o({}, p, {
1380
1380
  "icon": ColumnHeightOutlined$1
1381
1381
  }), null);
1382
1382
  };
@@ -1385,7 +1385,7 @@
1385
1385
 
1386
1386
  var CopyOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M832 64H296c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h496v688c0 4.4 3.6 8 8 8h56c4.4 0 8-3.6 8-8V96c0-17.7-14.3-32-32-32zM704 192H192c-17.7 0-32 14.3-32 32v530.7c0 8.5 3.4 16.6 9.4 22.6l173.3 173.3c2.2 2.2 4.7 4 7.4 5.5v1.9h4.2c3.5 1.3 7.2 2 11 2H704c17.7 0 32-14.3 32-32V224c0-17.7-14.3-32-32-32zM350 856.2L263.9 770H350v86.2zM664 888H414V746c0-22.1-17.9-40-40-40H232V264h432v624z" } }] }, "name": "copy", "theme": "outlined" };
1387
1387
 
1388
- function _objectSpread$m(target) {
1388
+ function _objectSpread$n(target) {
1389
1389
  for (var i = 1; i < arguments.length; i++) {
1390
1390
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1391
1391
  var ownKeys = Object.keys(source);
@@ -1395,12 +1395,12 @@
1395
1395
  }));
1396
1396
  }
1397
1397
  ownKeys.forEach(function(key) {
1398
- _defineProperty$n(target, key, source[key]);
1398
+ _defineProperty$o(target, key, source[key]);
1399
1399
  });
1400
1400
  }
1401
1401
  return target;
1402
1402
  }
1403
- function _defineProperty$n(obj, key, value) {
1403
+ function _defineProperty$o(obj, key, value) {
1404
1404
  if (key in obj) {
1405
1405
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1406
1406
  } else {
@@ -1409,8 +1409,8 @@
1409
1409
  return obj;
1410
1410
  }
1411
1411
  var CopyOutlined = function CopyOutlined2(props, context) {
1412
- var p = _objectSpread$m({}, props, context.attrs);
1413
- return vue.createVNode(Icon$1, _objectSpread$m({}, p, {
1412
+ var p = _objectSpread$n({}, props, context.attrs);
1413
+ return vue.createVNode(Icon$1, _objectSpread$n({}, p, {
1414
1414
  "icon": CopyOutlined$1
1415
1415
  }), null);
1416
1416
  };
@@ -1419,7 +1419,7 @@
1419
1419
 
1420
1420
  var DeleteOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M360 184h-8c4.4 0 8-3.6 8-8v8h304v-8c0 4.4 3.6 8 8 8h-8v72h72v-80c0-35.3-28.7-64-64-64H352c-35.3 0-64 28.7-64 64v80h72v-72zm504 72H160c-17.7 0-32 14.3-32 32v32c0 4.4 3.6 8 8 8h60.4l24.7 523c1.6 34.1 29.8 61 63.9 61h454c34.2 0 62.3-26.8 63.9-61l24.7-523H888c4.4 0 8-3.6 8-8v-32c0-17.7-14.3-32-32-32zM731.3 840H292.7l-24.2-512h487l-24.2 512z" } }] }, "name": "delete", "theme": "outlined" };
1421
1421
 
1422
- function _objectSpread$l(target) {
1422
+ function _objectSpread$m(target) {
1423
1423
  for (var i = 1; i < arguments.length; i++) {
1424
1424
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1425
1425
  var ownKeys = Object.keys(source);
@@ -1429,12 +1429,12 @@
1429
1429
  }));
1430
1430
  }
1431
1431
  ownKeys.forEach(function(key) {
1432
- _defineProperty$m(target, key, source[key]);
1432
+ _defineProperty$n(target, key, source[key]);
1433
1433
  });
1434
1434
  }
1435
1435
  return target;
1436
1436
  }
1437
- function _defineProperty$m(obj, key, value) {
1437
+ function _defineProperty$n(obj, key, value) {
1438
1438
  if (key in obj) {
1439
1439
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1440
1440
  } else {
@@ -1443,8 +1443,8 @@
1443
1443
  return obj;
1444
1444
  }
1445
1445
  var DeleteOutlined = function DeleteOutlined2(props, context) {
1446
- var p = _objectSpread$l({}, props, context.attrs);
1447
- return vue.createVNode(Icon$1, _objectSpread$l({}, p, {
1446
+ var p = _objectSpread$m({}, props, context.attrs);
1447
+ return vue.createVNode(Icon$1, _objectSpread$m({}, p, {
1448
1448
  "icon": DeleteOutlined$1
1449
1449
  }), null);
1450
1450
  };
@@ -1453,7 +1453,7 @@
1453
1453
 
1454
1454
  var DownOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M884 256h-75c-5.1 0-9.9 2.5-12.9 6.6L512 654.2 227.9 262.6c-3-4.1-7.8-6.6-12.9-6.6h-75c-6.5 0-10.3 7.4-6.5 12.7l352.6 486.1c12.8 17.6 39 17.6 51.7 0l352.6-486.1c3.9-5.3.1-12.7-6.4-12.7z" } }] }, "name": "down", "theme": "outlined" };
1455
1455
 
1456
- function _objectSpread$k(target) {
1456
+ function _objectSpread$l(target) {
1457
1457
  for (var i = 1; i < arguments.length; i++) {
1458
1458
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1459
1459
  var ownKeys = Object.keys(source);
@@ -1463,12 +1463,12 @@
1463
1463
  }));
1464
1464
  }
1465
1465
  ownKeys.forEach(function(key) {
1466
- _defineProperty$l(target, key, source[key]);
1466
+ _defineProperty$m(target, key, source[key]);
1467
1467
  });
1468
1468
  }
1469
1469
  return target;
1470
1470
  }
1471
- function _defineProperty$l(obj, key, value) {
1471
+ function _defineProperty$m(obj, key, value) {
1472
1472
  if (key in obj) {
1473
1473
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1474
1474
  } else {
@@ -1477,8 +1477,8 @@
1477
1477
  return obj;
1478
1478
  }
1479
1479
  var DownOutlined = function DownOutlined2(props, context) {
1480
- var p = _objectSpread$k({}, props, context.attrs);
1481
- return vue.createVNode(Icon$1, _objectSpread$k({}, p, {
1480
+ var p = _objectSpread$l({}, props, context.attrs);
1481
+ return vue.createVNode(Icon$1, _objectSpread$l({}, p, {
1482
1482
  "icon": DownOutlined$1
1483
1483
  }), null);
1484
1484
  };
@@ -1487,7 +1487,7 @@
1487
1487
 
1488
1488
  var ExclamationCircleFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z" } }] }, "name": "exclamation-circle", "theme": "filled" };
1489
1489
 
1490
- function _objectSpread$j(target) {
1490
+ function _objectSpread$k(target) {
1491
1491
  for (var i = 1; i < arguments.length; i++) {
1492
1492
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1493
1493
  var ownKeys = Object.keys(source);
@@ -1497,12 +1497,12 @@
1497
1497
  }));
1498
1498
  }
1499
1499
  ownKeys.forEach(function(key) {
1500
- _defineProperty$k(target, key, source[key]);
1500
+ _defineProperty$l(target, key, source[key]);
1501
1501
  });
1502
1502
  }
1503
1503
  return target;
1504
1504
  }
1505
- function _defineProperty$k(obj, key, value) {
1505
+ function _defineProperty$l(obj, key, value) {
1506
1506
  if (key in obj) {
1507
1507
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1508
1508
  } else {
@@ -1511,8 +1511,8 @@
1511
1511
  return obj;
1512
1512
  }
1513
1513
  var ExclamationCircleFilled = function ExclamationCircleFilled2(props, context) {
1514
- var p = _objectSpread$j({}, props, context.attrs);
1515
- return vue.createVNode(Icon$1, _objectSpread$j({}, p, {
1514
+ var p = _objectSpread$k({}, props, context.attrs);
1515
+ return vue.createVNode(Icon$1, _objectSpread$k({}, p, {
1516
1516
  "icon": ExclamationCircleFilled$1
1517
1517
  }), null);
1518
1518
  };
@@ -1521,7 +1521,7 @@
1521
1521
 
1522
1522
  var ExclamationCircleOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372 372 166.6 372 372-166.6 372-372 372z" } }, { "tag": "path", "attrs": { "d": "M464 688a48 48 0 1096 0 48 48 0 10-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z" } }] }, "name": "exclamation-circle", "theme": "outlined" };
1523
1523
 
1524
- function _objectSpread$i(target) {
1524
+ function _objectSpread$j(target) {
1525
1525
  for (var i = 1; i < arguments.length; i++) {
1526
1526
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1527
1527
  var ownKeys = Object.keys(source);
@@ -1531,12 +1531,12 @@
1531
1531
  }));
1532
1532
  }
1533
1533
  ownKeys.forEach(function(key) {
1534
- _defineProperty$j(target, key, source[key]);
1534
+ _defineProperty$k(target, key, source[key]);
1535
1535
  });
1536
1536
  }
1537
1537
  return target;
1538
1538
  }
1539
- function _defineProperty$j(obj, key, value) {
1539
+ function _defineProperty$k(obj, key, value) {
1540
1540
  if (key in obj) {
1541
1541
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1542
1542
  } else {
@@ -1545,8 +1545,8 @@
1545
1545
  return obj;
1546
1546
  }
1547
1547
  var ExclamationCircleOutlined = function ExclamationCircleOutlined2(props, context) {
1548
- var p = _objectSpread$i({}, props, context.attrs);
1549
- return vue.createVNode(Icon$1, _objectSpread$i({}, p, {
1548
+ var p = _objectSpread$j({}, props, context.attrs);
1549
+ return vue.createVNode(Icon$1, _objectSpread$j({}, p, {
1550
1550
  "icon": ExclamationCircleOutlined$1
1551
1551
  }), null);
1552
1552
  };
@@ -1555,7 +1555,7 @@
1555
1555
 
1556
1556
  var FilterFilled$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M349 838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V642H349v196zm531.1-684H143.9c-24.5 0-39.8 26.7-27.5 48l221.3 376h348.8l221.3-376c12.1-21.3-3.2-48-27.7-48z" } }] }, "name": "filter", "theme": "filled" };
1557
1557
 
1558
- function _objectSpread$h(target) {
1558
+ function _objectSpread$i(target) {
1559
1559
  for (var i = 1; i < arguments.length; i++) {
1560
1560
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1561
1561
  var ownKeys = Object.keys(source);
@@ -1565,12 +1565,12 @@
1565
1565
  }));
1566
1566
  }
1567
1567
  ownKeys.forEach(function(key) {
1568
- _defineProperty$i(target, key, source[key]);
1568
+ _defineProperty$j(target, key, source[key]);
1569
1569
  });
1570
1570
  }
1571
1571
  return target;
1572
1572
  }
1573
- function _defineProperty$i(obj, key, value) {
1573
+ function _defineProperty$j(obj, key, value) {
1574
1574
  if (key in obj) {
1575
1575
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1576
1576
  } else {
@@ -1579,8 +1579,8 @@
1579
1579
  return obj;
1580
1580
  }
1581
1581
  var FilterFilled = function FilterFilled2(props, context) {
1582
- var p = _objectSpread$h({}, props, context.attrs);
1583
- return vue.createVNode(Icon$1, _objectSpread$h({}, p, {
1582
+ var p = _objectSpread$i({}, props, context.attrs);
1583
+ return vue.createVNode(Icon$1, _objectSpread$i({}, p, {
1584
1584
  "icon": FilterFilled$1
1585
1585
  }), null);
1586
1586
  };
@@ -1589,7 +1589,7 @@
1589
1589
 
1590
1590
  var FilterOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M880.1 154H143.9c-24.5 0-39.8 26.7-27.5 48L349 597.4V838c0 17.7 14.2 32 31.8 32h262.4c17.6 0 31.8-14.3 31.8-32V597.4L907.7 202c12.2-21.3-3.1-48-27.6-48zM603.4 798H420.6V642h182.9v156zm9.6-236.6l-9.5 16.6h-183l-9.5-16.6L212.7 226h598.6L613 561.4z" } }] }, "name": "filter", "theme": "outlined" };
1591
1591
 
1592
- function _objectSpread$g(target) {
1592
+ function _objectSpread$h(target) {
1593
1593
  for (var i = 1; i < arguments.length; i++) {
1594
1594
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1595
1595
  var ownKeys = Object.keys(source);
@@ -1599,12 +1599,12 @@
1599
1599
  }));
1600
1600
  }
1601
1601
  ownKeys.forEach(function(key) {
1602
- _defineProperty$h(target, key, source[key]);
1602
+ _defineProperty$i(target, key, source[key]);
1603
1603
  });
1604
1604
  }
1605
1605
  return target;
1606
1606
  }
1607
- function _defineProperty$h(obj, key, value) {
1607
+ function _defineProperty$i(obj, key, value) {
1608
1608
  if (key in obj) {
1609
1609
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1610
1610
  } else {
@@ -1613,8 +1613,8 @@
1613
1613
  return obj;
1614
1614
  }
1615
1615
  var FilterOutlined = function FilterOutlined2(props, context) {
1616
- var p = _objectSpread$g({}, props, context.attrs);
1617
- return vue.createVNode(Icon$1, _objectSpread$g({}, p, {
1616
+ var p = _objectSpread$h({}, props, context.attrs);
1617
+ return vue.createVNode(Icon$1, _objectSpread$h({}, p, {
1618
1618
  "icon": FilterOutlined$1
1619
1619
  }), null);
1620
1620
  };
@@ -1623,7 +1623,7 @@
1623
1623
 
1624
1624
  var FullscreenExitOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 00-11.3 0l-42.4 42.3a8.03 8.03 0 000 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 004.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 000 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 00391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6 877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 00-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 00-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 00-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z" } }] }, "name": "fullscreen-exit", "theme": "outlined" };
1625
1625
 
1626
- function _objectSpread$f(target) {
1626
+ function _objectSpread$g(target) {
1627
1627
  for (var i = 1; i < arguments.length; i++) {
1628
1628
  var source = arguments[i] != null ? Object(arguments[i]) : {};
1629
1629
  var ownKeys = Object.keys(source);
@@ -1633,12 +1633,12 @@
1633
1633
  }));
1634
1634
  }
1635
1635
  ownKeys.forEach(function(key) {
1636
- _defineProperty$g(target, key, source[key]);
1636
+ _defineProperty$h(target, key, source[key]);
1637
1637
  });
1638
1638
  }
1639
1639
  return target;
1640
1640
  }
1641
- function _defineProperty$g(obj, key, value) {
1641
+ function _defineProperty$h(obj, key, value) {
1642
1642
  if (key in obj) {
1643
1643
  Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1644
1644
  } else {
@@ -1647,8 +1647,8 @@
1647
1647
  return obj;
1648
1648
  }
1649
1649
  var FullscreenExitOutlined = function FullscreenExitOutlined2(props, context) {
1650
- var p = _objectSpread$f({}, props, context.attrs);
1651
- return vue.createVNode(Icon$1, _objectSpread$f({}, p, {
1650
+ var p = _objectSpread$g({}, props, context.attrs);
1651
+ return vue.createVNode(Icon$1, _objectSpread$g({}, p, {
1652
1652
  "icon": FullscreenExitOutlined$1
1653
1653
  }), null);
1654
1654
  };
@@ -1657,6 +1657,40 @@
1657
1657
 
1658
1658
  var FullscreenOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M290 236.4l43.9-43.9a8.01 8.01 0 00-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6 43.7 43.7a8.01 8.01 0 0013.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 000 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 00-11.3 0l-42.4 42.3a8.03 8.03 0 000 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 004.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 00-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 00-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6 423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z" } }] }, "name": "fullscreen", "theme": "outlined" };
1659
1659
 
1660
+ function _objectSpread$f(target) {
1661
+ for (var i = 1; i < arguments.length; i++) {
1662
+ var source = arguments[i] != null ? Object(arguments[i]) : {};
1663
+ var ownKeys = Object.keys(source);
1664
+ if (typeof Object.getOwnPropertySymbols === "function") {
1665
+ ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
1666
+ return Object.getOwnPropertyDescriptor(source, sym).enumerable;
1667
+ }));
1668
+ }
1669
+ ownKeys.forEach(function(key) {
1670
+ _defineProperty$g(target, key, source[key]);
1671
+ });
1672
+ }
1673
+ return target;
1674
+ }
1675
+ function _defineProperty$g(obj, key, value) {
1676
+ if (key in obj) {
1677
+ Object.defineProperty(obj, key, { value, enumerable: true, configurable: true, writable: true });
1678
+ } else {
1679
+ obj[key] = value;
1680
+ }
1681
+ return obj;
1682
+ }
1683
+ var FullscreenOutlined = function FullscreenOutlined2(props, context) {
1684
+ var p = _objectSpread$f({}, props, context.attrs);
1685
+ return vue.createVNode(Icon$1, _objectSpread$f({}, p, {
1686
+ "icon": FullscreenOutlined$1
1687
+ }), null);
1688
+ };
1689
+ FullscreenOutlined.displayName = "FullscreenOutlined";
1690
+ FullscreenOutlined.inheritAttrs = false;
1691
+
1692
+ var HolderOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "64 64 896 896", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M300 276.5a56 56 0 1056-97 56 56 0 00-56 97zm0 284a56 56 0 1056-97 56 56 0 00-56 97zM640 228a56 56 0 10112 0 56 56 0 00-112 0zm0 284a56 56 0 10112 0 56 56 0 00-112 0zM300 844.5a56 56 0 1056-97 56 56 0 00-56 97zM640 796a56 56 0 10112 0 56 56 0 00-112 0z" } }] }, "name": "holder", "theme": "outlined" };
1693
+
1660
1694
  function _objectSpread$e(target) {
1661
1695
  for (var i = 1; i < arguments.length; i++) {
1662
1696
  var source = arguments[i] != null ? Object(arguments[i]) : {};
@@ -1680,14 +1714,14 @@
1680
1714
  }
1681
1715
  return obj;
1682
1716
  }
1683
- var FullscreenOutlined = function FullscreenOutlined2(props, context) {
1717
+ var HolderOutlined = function HolderOutlined2(props, context) {
1684
1718
  var p = _objectSpread$e({}, props, context.attrs);
1685
1719
  return vue.createVNode(Icon$1, _objectSpread$e({}, p, {
1686
- "icon": FullscreenOutlined$1
1720
+ "icon": HolderOutlined$1
1687
1721
  }), null);
1688
1722
  };
1689
- FullscreenOutlined.displayName = "FullscreenOutlined";
1690
- FullscreenOutlined.inheritAttrs = false;
1723
+ HolderOutlined.displayName = "HolderOutlined";
1724
+ HolderOutlined.inheritAttrs = false;
1691
1725
 
1692
1726
  var InboxOutlined$1 = { "icon": { "tag": "svg", "attrs": { "viewBox": "0 0 1024 1024", "focusable": "false" }, "children": [{ "tag": "path", "attrs": { "d": "M885.2 446.3l-.2-.8-112.2-285.1c-5-16.1-19.9-27.2-36.8-27.2H281.2c-17 0-32.1 11.3-36.9 27.6L139.4 443l-.3.7-.2.8c-1.3 4.9-1.7 9.9-1 14.8-.1 1.6-.2 3.2-.2 4.8V830a60.9 60.9 0 0060.8 60.8h627.2c33.5 0 60.8-27.3 60.9-60.8V464.1c0-1.3 0-2.6-.1-3.7.4-4.9 0-9.6-1.3-14.1zm-295.8-43l-.3 15.7c-.8 44.9-31.8 75.1-77.1 75.1-22.1 0-41.1-7.1-54.8-20.6S436 441.2 435.6 419l-.3-15.7H229.5L309 210h399.2l81.7 193.3H589.4zm-375 76.8h157.3c24.3 57.1 76 90.8 140.4 90.8 33.7 0 65-9.4 90.3-27.2 22.2-15.6 39.5-37.4 50.7-63.6h156.5V814H214.4V480.1z" } }] }, "name": "inbox", "theme": "outlined" };
1693
1727
 
@@ -10354,7 +10388,8 @@
10354
10388
  emits: ["confirm", "click", "cancel", "menu-click"],
10355
10389
  setup(props, {
10356
10390
  attrs,
10357
- slots
10391
+ slots,
10392
+ emit
10358
10393
  }) {
10359
10394
  const prefixCls = usePrefixCls("button");
10360
10395
  const {
@@ -10372,19 +10407,19 @@
10372
10407
  };
10373
10408
  const buttonProps = vue.computed(() => omit(props, ["items", "permission", "iconStyle", "icon", "stop", "confirmProps", "popconfirmProps", "menuProps", "dropdownProps", "tooltipProps", "tooltip", "mode", "onConfirm", "onClick", "onCancel", "onMenuClick"]));
10374
10409
  const onClick = (e) => {
10375
- var _a, _b, _c, _d, _e;
10410
+ var _a, _b, _c, _d;
10376
10411
  if (props.stop) {
10377
10412
  e.stopPropagation();
10378
10413
  }
10379
10414
  if (props.mode === "default") {
10380
- (_a = props.onClick) == null ? void 0 : _a.call(props, e);
10415
+ emit("click", e);
10381
10416
  return;
10382
10417
  }
10383
10418
  if (props.mode === "confirm") {
10384
10419
  confirm({
10385
10420
  ...props.confirmProps,
10386
- content: renderConfirmContent((_b = props.confirmProps) == null ? void 0 : _b.content) || ((_c = props.confirmProps) == null ? void 0 : _c.content),
10387
- title: renderConfirmContent((_d = props.confirmProps) == null ? void 0 : _d.title) || ((_e = props.confirmProps) == null ? void 0 : _e.title),
10421
+ content: renderConfirmContent((_a = props.confirmProps) == null ? void 0 : _a.content) || ((_b = props.confirmProps) == null ? void 0 : _b.content),
10422
+ title: renderConfirmContent((_c = props.confirmProps) == null ? void 0 : _c.title) || ((_d = props.confirmProps) == null ? void 0 : _d.title),
10388
10423
  onCancel() {
10389
10424
  var _a2;
10390
10425
  return (_a2 = props.onCancel) == null ? void 0 : _a2.call(props);
@@ -36408,6 +36443,7 @@
36408
36443
  inheritAttrs: false,
36409
36444
  components: {
36410
36445
  Tooltip: antDesignVue.Tooltip,
36446
+ HolderOutlined,
36411
36447
  VerticalAlignMiddleOutlined,
36412
36448
  VerticalAlignTopOutlined,
36413
36449
  VerticalAlignBottomOutlined
@@ -36443,6 +36479,7 @@
36443
36479
  });
36444
36480
 
36445
36481
  function _sfc_render$8(_ctx, _cache, $props, $setup, $data, $options) {
36482
+ const _component_HolderOutlined = vue.resolveComponent("HolderOutlined");
36446
36483
  const _component_VerticalAlignTopOutlined = vue.resolveComponent("VerticalAlignTopOutlined");
36447
36484
  const _component_Tooltip = vue.resolveComponent("Tooltip");
36448
36485
  const _component_VerticalAlignMiddleOutlined = vue.resolveComponent("VerticalAlignMiddleOutlined");
@@ -36460,6 +36497,7 @@
36460
36497
  class: vue.normalizeClass(`${_ctx.className}-list-item-title`)
36461
36498
  },
36462
36499
  [
36500
+ vue.createVNode(_component_HolderOutlined, { style: { "opacity": "0.5" } }),
36463
36501
  vue.renderSlot(_ctx.$slots, "default")
36464
36502
  ],
36465
36503
  2
@@ -36607,7 +36645,11 @@
36607
36645
  const newData = loopData(props.list);
36608
36646
  vue.triggerRef(checkedKeys);
36609
36647
  treeData.value = newData == null ? void 0 : newData.map((config) => {
36610
- return omit(config, ["disabled"]);
36648
+ return {
36649
+ ...omit(config, ["disabled"]),
36650
+ fixed: config.fixed === true ? "left" : config.fixed,
36651
+ children: void 0
36652
+ };
36611
36653
  });
36612
36654
  },
36613
36655
  { immediate: true }
@@ -36930,7 +36972,7 @@
36930
36972
  placement: "bottomLeft",
36931
36973
  arrow: false,
36932
36974
  "overlay-class-name": `${_ctx.className}-popover`,
36933
- "overlay-style": { paddingTop: "0", width: "224px" }
36975
+ "overlay-style": { paddingTop: "0", width: "200px" }
36934
36976
  }, {
36935
36977
  title: vue.withCtx(() => [
36936
36978
  vue.createElementVNode(