@wfrog/vc-ui 1.4.0 → 1.5.0

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 (65) hide show
  1. package/dist/es/components/dialog/dialog.mjs +1 -1
  2. package/dist/es/components/dialog/dialog.vue.d.ts +1 -0
  3. package/dist/es/components/drag-verify/drag-verify.vue.d.ts +1 -1
  4. package/dist/es/components/explorer/explorer.d.ts +1 -1
  5. package/dist/es/components/explorer/explorer.mjs +4 -4
  6. package/dist/es/components/explorer-container/explorer-container.d.ts +5 -0
  7. package/dist/es/components/explorer-container/explorer-container.mjs +76 -0
  8. package/dist/es/components/explorer-container/explorer-container.vue.d.ts +23 -0
  9. package/dist/es/components/explorer-container/index.css +26 -0
  10. package/dist/es/components/explorer-container/index.d.ts +4 -0
  11. package/dist/es/components/explorer-container/index.mjs +6 -0
  12. package/dist/es/components/explorer-filter/explorer-filter.mjs +2 -2
  13. package/dist/es/components/explorer-footer/explorer-footer.mjs +2 -2
  14. package/dist/es/components/explorer-form/explorer-form.d.ts +19 -0
  15. package/dist/es/components/explorer-form/explorer-form.mjs +174 -0
  16. package/dist/es/components/explorer-form/explorer-form.vue.d.ts +33 -0
  17. package/dist/es/components/explorer-form/index.css +33 -0
  18. package/dist/es/components/explorer-form/index.d.ts +4 -0
  19. package/dist/es/components/explorer-form/index.mjs +6 -0
  20. package/dist/es/components/explorer-list/explorer-list.mjs +13 -10
  21. package/dist/es/components/explorer-list/index.css +14 -10
  22. package/dist/es/components/explorer-panel/explorer-panel.mjs +2 -2
  23. package/dist/es/components/explorer-query/explorer-query.mjs +10 -10
  24. package/dist/es/components/explorer-query/explorer-query.vue.d.ts +4 -4
  25. package/dist/es/components/explorer-query/index.css +14 -10
  26. package/dist/es/components/explorer-table/explorer-table.mjs +2 -2
  27. package/dist/es/components/explorer-tools/explorer-tools.mjs +7 -7
  28. package/dist/es/components/explorer-tools/index.css +8 -8
  29. package/dist/es/components/explorer-tree/explorer-tree.mjs +12 -9
  30. package/dist/es/components/explorer-tree/index.css +15 -12
  31. package/dist/es/components/icon/icon.mjs +4 -3
  32. package/dist/es/components/icon-picker/components/collections.vue.d.ts +10 -10
  33. package/dist/es/components/icon-picker/icon-picker.mjs +2 -2
  34. package/dist/es/components/iconify-icon/iconify-icon.mjs +2 -2
  35. package/dist/es/components/image/image.mjs +2 -2
  36. package/dist/es/components/image/image.vue.d.ts +2 -2
  37. package/dist/es/components/input/input.mjs +2 -2
  38. package/dist/es/components/input/input.vue.d.ts +3 -3
  39. package/dist/es/components/input-number/input-number.mjs +2 -2
  40. package/dist/es/components/pca-picker/pca-picker.mjs +2 -2
  41. package/dist/es/components/pca-picker/pca-picker.vue.d.ts +3 -3
  42. package/dist/es/components/screenfull/screenfull.mjs +2 -2
  43. package/dist/es/components/scrollbar/index.css +1 -1
  44. package/dist/es/components/scrollbar/scrollbar.mjs +5 -4
  45. package/dist/es/components/scrollbar/scrollbar.vue.d.ts +9 -9
  46. package/dist/es/components/select/select.mjs +2 -2
  47. package/dist/es/components/single-player/single-player.mjs +2 -2
  48. package/dist/es/components/splitter-panel/splitter-panel.mjs +2 -2
  49. package/dist/es/components/svg-icon/svg-icon.mjs +2 -2
  50. package/dist/es/components/switch/switch.mjs +2 -2
  51. package/dist/es/components/sync-scroll-container/sync-scroll-container.mjs +2 -2
  52. package/dist/es/components/tags/tags.mjs +2 -2
  53. package/dist/es/components/text-ellipsis/text-ellipsis.mjs +2 -2
  54. package/dist/es/components/thousand-input/thousand-input.mjs +2 -2
  55. package/dist/es/components/thousand-input/thousand-input.vue.d.ts +6 -6
  56. package/dist/es/components/tinymce/tinymce.mjs +2 -2
  57. package/dist/es/components/tinymce/tinymce.vue.d.ts +2 -2
  58. package/dist/es/components/tree-picker/tree-picker.mjs +2 -2
  59. package/dist/es/components/tree-picker/tree-picker.vue.d.ts +3 -3
  60. package/dist/es/components/upload-file/upload-file.mjs +2 -2
  61. package/dist/es/index.d.ts +2 -0
  62. package/dist/es/index.mjs +39 -35
  63. package/dist/global.d.ts +2 -0
  64. package/dist/index.css +111 -41
  65. package/package.json +1 -1
@@ -2246,8 +2246,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2246
2246
  emits: ["search"],
2247
2247
  setup(__props, { emit: __emit }) {
2248
2248
  useCssVars((_ctx) => ({
2249
- "v7132dbec": `${_ctx.paddingBottom}px`,
2250
- "v264493e2": `${_ctx.height}px`
2249
+ "f439917e": `${_ctx.paddingBottom}px`,
2250
+ "v2fbb1e90": `${_ctx.height}px`
2251
2251
  }));
2252
2252
  const props = __props;
2253
2253
  const emits = __emit;
@@ -2350,13 +2350,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2350
2350
  }
2351
2351
  });
2352
2352
 
2353
- /* unplugin-vue-components disabled */const expand = "_expand_1k7s1_14";
2354
- const form = "_form_1k7s1_10";
2355
- const more = "_more_1k7s1_29";
2356
- const actions = "_actions_1k7s1_36";
2353
+ /* unplugin-vue-components disabled */const expand = "_expand_1a5c2_14";
2354
+ const form = "_form_1a5c2_10";
2355
+ const more = "_more_1a5c2_29";
2356
+ const actions = "_actions_1a5c2_36";
2357
2357
  const style0 = {
2358
- "explorer-query": "_explorer-query_1k7s1_1",
2359
- "form-container": "_form-container_1k7s1_10",
2358
+ "explorer-query": "_explorer-query_1a5c2_1",
2359
+ "form-container": "_form-container_1a5c2_10",
2360
2360
  expand: expand,
2361
2361
  form: form,
2362
2362
  more: more,
@@ -2368,9 +2368,9 @@ const cssModules = {
2368
2368
  };
2369
2369
  const Component = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__cssModules", cssModules]]);
2370
2370
 
2371
- const __vite_glob_0_25 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2371
+ const __vite_glob_0_27 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
2372
2372
  __proto__: null,
2373
2373
  default: Component
2374
2374
  }, Symbol.toStringTag, { value: 'Module' }));
2375
2375
 
2376
- export { Component as C, __vite_glob_0_25 as _ };
2376
+ export { Component as C, __vite_glob_0_27 as _ };
@@ -39,8 +39,8 @@ declare function __VLS_template(): {
39
39
  readonly scrollToError: boolean;
40
40
  readonly scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
41
41
  readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
42
- readonly model?: Record<string, any> | undefined;
43
42
  readonly rules?: Partial<Record<string, import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemRule>>> | undefined;
43
+ readonly model?: Record<string, any> | undefined;
44
44
  onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined | undefined;
45
45
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
46
46
  $attrs: {
@@ -174,7 +174,7 @@ declare function __VLS_template(): {
174
174
  readonly disabled: BooleanConstructor;
175
175
  }>> & {
176
176
  onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
177
- }, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "fields" | "setInitialValues"> & import('vue').ShallowUnwrapRef<{
177
+ }, "disabled" | "inline" | "fields" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "setInitialValues"> & import('vue').ShallowUnwrapRef<{
178
178
  validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
179
179
  validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
180
180
  resetFields: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
@@ -236,8 +236,8 @@ declare const __VLS_component: import('vue').DefineComponent<IExplorerQueryProps
236
236
  readonly scrollToError: boolean;
237
237
  readonly scrollIntoViewOptions: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions) | ((new (...args: any[]) => boolean | ScrollIntoViewOptions) | (() => boolean | ScrollIntoViewOptions))[], unknown, unknown>;
238
238
  readonly size?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "small" | "default" | "large", unknown> | undefined;
239
- readonly model?: Record<string, any> | undefined;
240
239
  readonly rules?: Partial<Record<string, import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemRule>>> | undefined;
240
+ readonly model?: Record<string, any> | undefined;
241
241
  onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined | undefined;
242
242
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions">;
243
243
  $attrs: {
@@ -371,7 +371,7 @@ declare const __VLS_component: import('vue').DefineComponent<IExplorerQueryProps
371
371
  readonly disabled: BooleanConstructor;
372
372
  }>> & {
373
373
  onValidate?: ((prop: import('element-plus').FormItemProp, isValid: boolean, message: string) => any) | undefined;
374
- }, "disabled" | "inline" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "fields" | "setInitialValues"> & import('vue').ShallowUnwrapRef<{
374
+ }, "disabled" | "inline" | "fields" | "labelPosition" | "requireAsteriskPosition" | "labelWidth" | "labelSuffix" | "inlineMessage" | "statusIcon" | "showMessage" | "validateOnRuleChange" | "hideRequiredAsterisk" | "scrollToError" | "scrollIntoViewOptions" | "validate" | "validateField" | "resetFields" | "clearValidate" | "scrollToField" | "getField" | "setInitialValues"> & import('vue').ShallowUnwrapRef<{
375
375
  validate: (callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
376
376
  validateField: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>, callback?: import('element-plus').FormValidateCallback) => import('element-plus').FormValidationResult;
377
377
  resetFields: (props?: import('element-plus/es/utils/typescript.mjs').Arrayable<import('element-plus').FormItemProp>) => void;
@@ -1,36 +1,40 @@
1
1
  /* source: src/components/explorer-query/explorer-query.vue */
2
- .el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{display:inline-flex;margin-right:32px;vertical-align:middle}.el-form--inline.el-form--label-top{display:flex;flex-wrap:wrap}.el-form--inline.el-form--label-top .el-form-item{display:block}._explorer-query_1k7s1_1 {
3
- padding-bottom: var(--v7132dbec);
2
+ .el-form{--el-form-label-font-size:var(--el-font-size-base);--el-form-inline-content-width:220px}.el-form--inline .el-form-item{display:inline-flex;margin-right:32px;vertical-align:middle}.el-form--inline.el-form--label-top{display:flex;flex-wrap:wrap}.el-form--inline.el-form--label-top .el-form-item{display:block}._explorer-query_1a5c2_1 {
3
+ padding-bottom: var(--f439917e);
4
4
  display: flex;
5
5
  column-gap: 8px;
6
6
  justify-content: space-between;
7
7
  align-items: flex-start;
8
8
  border-bottom: 1px solid var(--el-border-color-lighter);
9
9
  }
10
- ._form-container_1k7s1_10 {
11
- height: var(--v264493e2);
10
+ ._form-container_1a5c2_10 {
11
+ height: var(--v2fbb1e90);
12
12
  overflow: hidden;
13
13
  }
14
- ._form-container_1k7s1_10._expand_1k7s1_14 {
14
+ ._form-container_1a5c2_10._expand_1a5c2_14 {
15
15
  height: auto;
16
16
  }
17
- ._form_1k7s1_10 {
17
+ ._form_1a5c2_10 {
18
18
  display: flex;
19
19
  flex-wrap: wrap;
20
20
  row-gap: 8px;
21
21
  column-gap: 24px;
22
22
  }
23
- ._form_1k7s1_10 .el-form-item {
23
+ ._form_1a5c2_10 .el-form-item {
24
24
  margin-bottom: 0;
25
25
  margin-right: 0;
26
26
  }
27
- ._more_1k7s1_29 .el-icon {
27
+ ._more_1a5c2_29 .el-icon {
28
28
  transition: all 0.3s;
29
29
  }
30
- ._more_1k7s1_29._expand_1k7s1_14 .el-icon {
30
+ ._more_1a5c2_29._expand_1a5c2_14 .el-icon {
31
31
  transform: rotate(180deg);
32
32
  }
33
- ._actions_1k7s1_36 {
33
+ ._actions_1a5c2_36 {
34
34
  display: flex;
35
35
  align-items: center;
36
+ column-gap: 8px;
37
+ }
38
+ ._actions_1a5c2_36 .el-button {
39
+ margin-left: 0;
36
40
  }
@@ -108,9 +108,9 @@ const cssModules = {
108
108
  };
109
109
  const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
110
110
 
111
- const __vite_glob_0_26 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
111
+ const __vite_glob_0_28 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
112
112
  __proto__: null,
113
113
  default: Component
114
114
  }, Symbol.toStringTag, { value: 'Module' }));
115
115
 
116
- export { Component as C, __vite_glob_0_26 as _ };
116
+ export { Component as C, __vite_glob_0_28 as _ };
@@ -560,12 +560,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
560
560
  }
561
561
  });
562
562
 
563
- /* unplugin-vue-components disabled */const buttons = "_buttons_1hb33_10";
564
- const tools = "_tools_1hb33_19";
565
- const layout = "_layout_1hb33_30";
566
- const fullscreen = "_fullscreen_1hb33_35";
563
+ /* unplugin-vue-components disabled */const buttons = "_buttons_n8m18_10";
564
+ const tools = "_tools_n8m18_19";
565
+ const layout = "_layout_n8m18_30";
566
+ const fullscreen = "_fullscreen_n8m18_35";
567
567
  const style0 = {
568
- "explorer-tools": "_explorer-tools_1hb33_1",
568
+ "explorer-tools": "_explorer-tools_n8m18_1",
569
569
  buttons: buttons,
570
570
  tools: tools,
571
571
  layout: layout,
@@ -577,9 +577,9 @@ const cssModules = {
577
577
  };
578
578
  const Component = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__cssModules", cssModules]]);
579
579
 
580
- const __vite_glob_0_27 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
580
+ const __vite_glob_0_29 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
581
581
  __proto__: null,
582
582
  default: Component
583
583
  }, Symbol.toStringTag, { value: 'Module' }));
584
584
 
585
- export { Component as C, __vite_glob_0_27 as _ };
585
+ export { Component as C, __vite_glob_0_29 as _ };
@@ -17,7 +17,7 @@
17
17
  }
18
18
  ._divider_971vy_21 {
19
19
  margin: 8px 0;
20
- }._explorer-tools_1hb33_1 {
20
+ }._explorer-tools_n8m18_1 {
21
21
  display: flex;
22
22
  align-items: center;
23
23
  justify-content: space-between;
@@ -25,29 +25,29 @@
25
25
  flex-wrap: wrap;
26
26
  row-gap: 8px;
27
27
  }
28
- ._buttons_1hb33_10 {
28
+ ._buttons_n8m18_10 {
29
29
  display: flex;
30
30
  align-items: center;
31
31
  column-gap: 8px;
32
32
  }
33
- ._buttons_1hb33_10 button {
33
+ ._buttons_n8m18_10 button {
34
34
  margin-left: 0 !important;
35
35
  }
36
- ._tools_1hb33_19 {
36
+ ._tools_n8m18_19 {
37
37
  display: flex;
38
38
  align-items: center;
39
- column-gap: 12px;
39
+ column-gap: 8px;
40
40
  }
41
- ._tools_1hb33_19 > button {
41
+ ._tools_n8m18_19 > button {
42
42
  padding: 4px;
43
43
  font-size: 18px;
44
44
  margin-left: 0 !important;
45
45
  }
46
- ._layout_1hb33_30 .el-radio-button__inner {
46
+ ._layout_n8m18_30 .el-radio-button__inner {
47
47
  padding: 6px 8px;
48
48
  font-size: 18px;
49
49
  }
50
- ._fullscreen_1hb33_35 {
50
+ ._fullscreen_n8m18_35 {
51
51
  position: fixed !important;
52
52
  background-color: var(--el-bg-color) !important;
53
53
  top: 0 !important;
@@ -118,8 +118,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
118
118
  link: "",
119
119
  icon: { type: "el", name: "Delete" },
120
120
  stop: "",
121
+ class: normalizeClass(_ctx.$style.remove),
121
122
  onClick: ($event) => emits("remove", node.data.value, node)
122
- }, null, 8, ["confirm", "onClick"])) : createCommentVNode("", true)
123
+ }, null, 8, ["confirm", "class", "onClick"])) : createCommentVNode("", true)
123
124
  ], 2)) : createCommentVNode("", true)
124
125
  ], 2)
125
126
  ]),
@@ -146,18 +147,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
146
147
  }
147
148
  });
148
149
 
149
- /* unplugin-vue-components disabled */const tree = "_tree_16vc1_1";
150
- const node = "_node_16vc1_24";
151
- const label = "_label_16vc1_34";
152
- const icon = "_icon_16vc1_40";
153
- const actions = "_actions_16vc1_44";
154
- const loading = "_loading_16vc1_53";
150
+ /* unplugin-vue-components disabled */const tree = "_tree_1ybks_1";
151
+ const node = "_node_1ybks_24";
152
+ const label = "_label_1ybks_34";
153
+ const icon = "_icon_1ybks_40";
154
+ const actions = "_actions_1ybks_44";
155
+ const remove = "_remove_1ybks_53";
156
+ const loading = "_loading_1ybks_57";
155
157
  const style0 = {
156
158
  tree: tree,
157
159
  node: node,
158
160
  label: label,
159
161
  icon: icon,
160
162
  actions: actions,
163
+ remove: remove,
161
164
  loading: loading
162
165
  };
163
166
 
@@ -166,9 +169,9 @@ const cssModules = {
166
169
  };
167
170
  const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
168
171
 
169
- const __vite_glob_0_28 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
172
+ const __vite_glob_0_30 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
170
173
  __proto__: null,
171
174
  default: Component
172
175
  }, Symbol.toStringTag, { value: 'Module' }));
173
176
 
174
- export { Component as C, __vite_glob_0_28 as _ };
177
+ export { Component as C, __vite_glob_0_30 as _ };
@@ -1,27 +1,27 @@
1
1
  /* source: src/components/explorer-tree/explorer-tree.vue */
2
- ._tree_16vc1_1 .el-tree-node__content {
2
+ ._tree_1ybks_1 .el-tree-node__content {
3
3
  display: flex;
4
4
  align-items: center;
5
5
  }
6
- ._tree_16vc1_1 .el-tree-node__content:hover {
6
+ ._tree_1ybks_1 .el-tree-node__content:hover {
7
7
  background-color: var(--el-color-primary-light-9);
8
8
  }
9
- ._tree_16vc1_1 .el-tree-node__content:hover .vc-actions {
9
+ ._tree_1ybks_1 .el-tree-node__content:hover .vc-actions {
10
10
  display: inline-flex;
11
11
  }
12
- ._tree_16vc1_1 .is-current > .el-tree-node__content {
12
+ ._tree_1ybks_1 .is-current > .el-tree-node__content {
13
13
  color: var(--el-color-primary);
14
14
  background-color: var(--el-color-primary-light-9);
15
15
  }
16
- ._tree_16vc1_1 .el-tree__empty-block {
16
+ ._tree_1ybks_1 .el-tree__empty-block {
17
17
  text-align: left;
18
18
  min-height: unset;
19
19
  padding: 4px 8px;
20
20
  }
21
- ._tree_16vc1_1 .el-tree__empty-text {
21
+ ._tree_1ybks_1 .el-tree__empty-text {
22
22
  position: static;
23
23
  }
24
- ._node_16vc1_24 {
24
+ ._node_1ybks_24 {
25
25
  display: flex;
26
26
  justify-content: space-between;
27
27
  align-items: center;
@@ -30,23 +30,26 @@
30
30
  box-sizing: border-box;
31
31
  width: 100px;
32
32
  }
33
- ._label_16vc1_34 {
33
+ ._label_1ybks_34 {
34
34
  overflow: hidden;
35
35
  text-overflow: ellipsis;
36
36
  white-space: nowrap;
37
37
  }
38
- ._icon_16vc1_40 {
38
+ ._icon_1ybks_40 {
39
39
  margin-right: 4px;
40
40
  }
41
- ._actions_16vc1_44 {
41
+ ._actions_1ybks_44 {
42
42
  display: none;
43
43
  column-gap: 4px;
44
44
  }
45
- ._actions_16vc1_44 > button {
45
+ ._actions_1ybks_44 > button {
46
46
  margin-left: 0 !important;
47
47
  font-size: 1.2em;
48
48
  }
49
- ._loading_16vc1_53 {
49
+ ._remove_1ybks_53 {
50
+ transform: translateY(-1px);
51
+ }
52
+ ._loading_1ybks_57 {
50
53
  padding: 4px 8px;
51
54
  display: flex;
52
55
  align-items: center;
@@ -1,7 +1,8 @@
1
1
  import { defineComponent, computed, createBlock, openBlock, resolveDynamicComponent, normalizeStyle, unref } from 'vue';
2
2
  import { _ as _sfc_main$1 } from '../awesome-icon/awesome-icon.mjs';
3
- import { C as Component$1 } from '../el-icon/el-icon.mjs';
4
- import { C as Component } from '../svg-icon/svg-icon.mjs';
3
+ import { C as Component$2 } from '../el-icon/el-icon.mjs';
4
+ import { C as Component } from '../iconify-icon/iconify-icon.mjs';
5
+ import { C as Component$1 } from '../svg-icon/svg-icon.mjs';
5
6
 
6
7
  const _sfc_main = /* @__PURE__ */ defineComponent({
7
8
  __name: "icon",
@@ -13,7 +14,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
13
14
  },
14
15
  setup(__props) {
15
16
  const props = __props;
16
- const components = { awesome: _sfc_main$1, el: Component$1, svg: Component };
17
+ const components = { awesome: _sfc_main$1, el: Component$2, svg: Component$1, iconify: Component };
17
18
  const mySize = computed(() => {
18
19
  if (props.size && Number.isNaN(+props.size)) {
19
20
  return props.size;
@@ -26,8 +26,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
26
26
  readonly noresize?: boolean | undefined;
27
27
  readonly always?: boolean | undefined;
28
28
  readonly minSize?: number | undefined;
29
- readonly ariaLabel?: string | undefined;
30
29
  readonly id?: string | undefined;
30
+ readonly ariaLabel?: string | undefined;
31
31
  readonly tabindex?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
32
32
  readonly ariaOrientation?: string | undefined;
33
33
  readonly role?: string | undefined;
@@ -68,8 +68,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
68
68
  readonly noresize: boolean;
69
69
  readonly always: boolean;
70
70
  readonly minSize: number;
71
- readonly ariaLabel?: string | undefined;
72
71
  readonly id?: string | undefined;
72
+ readonly ariaLabel?: string | undefined;
73
73
  readonly tabindex?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
74
74
  readonly ariaOrientation?: string | undefined;
75
75
  readonly role?: string | undefined;
@@ -78,7 +78,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
78
78
  scrollLeft: number;
79
79
  }) => any) | undefined | undefined;
80
80
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
81
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "tag" | "tabindex" | "height" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
81
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "tag" | "height" | "tabindex" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
82
82
  $attrs: {
83
83
  [x: string]: unknown;
84
84
  };
@@ -218,7 +218,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
218
218
  scrollLeft: number;
219
219
  }) => any) | undefined;
220
220
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
221
- }, "tag" | "tabindex" | "height" | "update" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import('vue').ShallowUnwrapRef<{
221
+ }, "tag" | "height" | "tabindex" | "update" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import('vue').ShallowUnwrapRef<{
222
222
  wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
223
223
  update: () => void;
224
224
  scrollTo: {
@@ -273,8 +273,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
273
273
  readonly noresize: boolean;
274
274
  readonly always: boolean;
275
275
  readonly minSize: number;
276
- readonly ariaLabel?: string | undefined;
277
276
  readonly id?: string | undefined;
277
+ readonly ariaLabel?: string | undefined;
278
278
  readonly tabindex?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
279
279
  readonly ariaOrientation?: string | undefined;
280
280
  readonly role?: string | undefined;
@@ -283,7 +283,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
283
283
  scrollLeft: number;
284
284
  }) => any) | undefined | undefined;
285
285
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
286
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "tag" | "tabindex" | "height" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
286
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "tag" | "height" | "tabindex" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
287
287
  $attrs: {
288
288
  [x: string]: unknown;
289
289
  };
@@ -423,7 +423,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
423
423
  scrollLeft: number;
424
424
  }) => any) | undefined;
425
425
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
426
- }, "tag" | "tabindex" | "height" | "update" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import('vue').ShallowUnwrapRef<{
426
+ }, "tag" | "height" | "tabindex" | "update" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import('vue').ShallowUnwrapRef<{
427
427
  wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
428
428
  update: () => void;
429
429
  scrollTo: {
@@ -497,8 +497,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
497
497
  readonly noresize: boolean;
498
498
  readonly always: boolean;
499
499
  readonly minSize: number;
500
- readonly ariaLabel?: string | undefined;
501
500
  readonly id?: string | undefined;
501
+ readonly ariaLabel?: string | undefined;
502
502
  readonly tabindex?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
503
503
  readonly ariaOrientation?: string | undefined;
504
504
  readonly role?: string | undefined;
@@ -507,7 +507,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
507
507
  scrollLeft: number;
508
508
  }) => any) | undefined | undefined;
509
509
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
510
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "tag" | "tabindex" | "height" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
510
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "tag" | "height" | "tabindex" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize">;
511
511
  $attrs: {
512
512
  [x: string]: unknown;
513
513
  };
@@ -647,7 +647,7 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
647
647
  scrollLeft: number;
648
648
  }) => any) | undefined;
649
649
  "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
650
- }, "tag" | "tabindex" | "height" | "update" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import('vue').ShallowUnwrapRef<{
650
+ }, "tag" | "height" | "tabindex" | "update" | "distance" | "maxHeight" | "native" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "noresize" | "always" | "minSize" | "wrapRef" | "scrollTo" | "setScrollTop" | "setScrollLeft" | "handleScroll"> & import('vue').ShallowUnwrapRef<{
651
651
  wrapRef: import('vue').Ref<HTMLDivElement | undefined>;
652
652
  update: () => void;
653
653
  scrollTo: {
@@ -484,9 +484,9 @@ const cssModules = {
484
484
  };
485
485
  const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
486
486
 
487
- const __vite_glob_0_31 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
487
+ const __vite_glob_0_33 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
488
488
  __proto__: null,
489
489
  default: Component
490
490
  }, Symbol.toStringTag, { value: 'Module' }));
491
491
 
492
- export { Component as C, __vite_glob_0_31 as _ };
492
+ export { Component as C, __vite_glob_0_33 as _ };
@@ -1852,9 +1852,9 @@ const cssModules = {
1852
1852
  };
1853
1853
  const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
1854
1854
 
1855
- const __vite_glob_0_33 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
1855
+ const __vite_glob_0_35 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
1856
1856
  __proto__: null,
1857
1857
  default: Component
1858
1858
  }, Symbol.toStringTag, { value: 'Module' }));
1859
1859
 
1860
- export { Component as C, __vite_glob_0_33 as _ };
1860
+ export { Component as C, __vite_glob_0_35 as _ };
@@ -159,9 +159,9 @@ const cssModules = {
159
159
  };
160
160
  const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
161
161
 
162
- const __vite_glob_0_34 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
162
+ const __vite_glob_0_36 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
163
163
  __proto__: null,
164
164
  default: Component
165
165
  }, Symbol.toStringTag, { value: 'Module' }));
166
166
 
167
- export { Component as C, __vite_glob_0_34 as _ };
167
+ export { Component as C, __vite_glob_0_36 as _ };
@@ -98,10 +98,10 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
98
98
  declare const __VLS_component: import('vue').DefineComponent<IImageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IImageProps> & Readonly<{}>, {
99
99
  type: "image" | "text";
100
100
  text: string;
101
- effect: import('element-plus').PopperEffect;
102
101
  width: string;
103
- popperClass: string;
104
102
  height: string;
103
+ effect: import('element-plus').PopperEffect;
104
+ popperClass: string;
105
105
  placement: Placement;
106
106
  enterable: boolean;
107
107
  src: string;
@@ -77,9 +77,9 @@ const cssModules = {
77
77
  };
78
78
  const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
79
79
 
80
- const __vite_glob_0_36 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
80
+ const __vite_glob_0_38 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
81
81
  __proto__: null,
82
82
  default: Component
83
83
  }, Symbol.toStringTag, { value: 'Module' }));
84
84
 
85
- export { Component as C, __vite_glob_0_36 as _ };
85
+ export { Component as C, __vite_glob_0_38 as _ };
@@ -53,8 +53,8 @@ declare function __VLS_template(): {
53
53
  readonly placeholder?: string | undefined;
54
54
  readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
55
55
  readonly disabled?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
56
- readonly ariaLabel?: string | undefined;
57
56
  readonly id?: string | undefined;
57
+ readonly ariaLabel?: string | undefined;
58
58
  readonly inputmode?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
59
59
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
60
60
  readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
@@ -463,8 +463,8 @@ declare const __VLS_component: import('vue').DefineComponent<IInputProps, {
463
463
  readonly placeholder?: string | undefined;
464
464
  readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
465
465
  readonly disabled?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
466
- readonly ariaLabel?: string | undefined;
467
466
  readonly id?: string | undefined;
467
+ readonly ariaLabel?: string | undefined;
468
468
  readonly inputmode?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
469
469
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
470
470
  readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
@@ -871,8 +871,8 @@ declare const __VLS_component: import('vue').DefineComponent<IInputProps, {
871
871
  readonly placeholder?: string | undefined;
872
872
  readonly resize?: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "none" | "both" | "horizontal" | "vertical", unknown> | undefined;
873
873
  readonly disabled?: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown> | undefined;
874
- readonly ariaLabel?: string | undefined;
875
874
  readonly id?: string | undefined;
875
+ readonly ariaLabel?: string | undefined;
876
876
  readonly inputmode?: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined) | ((new (...args: any[]) => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal") | (() => "search" | "text" | "none" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined))[], unknown, unknown>;
877
877
  readonly maxlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
878
878
  readonly minlength?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
@@ -129,9 +129,9 @@ const cssModules = {
129
129
  };
130
130
  const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
131
131
 
132
- const __vite_glob_0_35 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
132
+ const __vite_glob_0_37 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
133
133
  __proto__: null,
134
134
  default: Component
135
135
  }, Symbol.toStringTag, { value: 'Module' }));
136
136
 
137
- export { Component as C, __vite_glob_0_35 as _ };
137
+ export { Component as C, __vite_glob_0_37 as _ };
@@ -1463,9 +1463,9 @@ const cssModules = {
1463
1463
  };
1464
1464
  const Component = /* @__PURE__ */ _export_sfc$1(_sfc_main, [["__cssModules", cssModules]]);
1465
1465
 
1466
- const __vite_glob_0_37 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
1466
+ const __vite_glob_0_39 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
1467
1467
  __proto__: null,
1468
1468
  default: Component
1469
1469
  }, Symbol.toStringTag, { value: 'Module' }));
1470
1470
 
1471
- export { Component as C, __vite_glob_0_37 as _ };
1471
+ export { Component as C, __vite_glob_0_39 as _ };