@wfrog/vc-ui 1.9.4 → 1.9.6

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 (31) hide show
  1. package/dist/es/components/dialog/dialog.d.ts +2 -1
  2. package/dist/es/components/dialog/dialog.mjs +16 -13
  3. package/dist/es/components/dialog/dialog.vue.d.ts +2 -1
  4. package/dist/es/components/dialog/index.css +24 -27
  5. package/dist/es/components/document.vue.d.ts +14 -0
  6. package/dist/es/components/example-wrapper.vue.d.ts +19 -0
  7. package/dist/es/components/explorer-container/explorer-container.mjs +12 -7
  8. package/dist/es/components/explorer-container/index.css +7 -4
  9. package/dist/es/components/explorer-form/explorer-form.mjs +18 -10
  10. package/dist/es/components/explorer-form/index.css +17 -6
  11. package/dist/es/components/explorer-list/explorer-list.mjs +19 -13
  12. package/dist/es/components/explorer-list/index.css +15 -12
  13. package/dist/es/components/explorer-modal-form/explorer-modal-form.mjs +10 -4
  14. package/dist/es/components/explorer-modal-form/index.css +9 -1
  15. package/dist/es/components/explorer-tree/explorer-tree.mjs +18 -12
  16. package/dist/es/components/explorer-tree/index.css +18 -15
  17. package/dist/es/components/icon-picker/components/collections.vue.d.ts +4 -21
  18. package/dist/es/components/icon-picker/icon-picker.mjs +11 -11
  19. package/dist/es/components/icon-picker/index.css +16 -16
  20. package/dist/es/components/scrollbar/index.css +5 -5
  21. package/dist/es/components/scrollbar/scrollbar.d.ts +2 -3
  22. package/dist/es/components/scrollbar/scrollbar.mjs +5 -23
  23. package/dist/es/components/scrollbar/scrollbar.vue.d.ts +1 -1
  24. package/dist/es/components/splitter-panel/splitter-panel.d.ts +0 -1
  25. package/dist/es/components/splitter-panel/splitter-panel.mjs +20 -32
  26. package/dist/es/components/splitter-panel/splitter-panel.vue.d.ts +1 -4
  27. package/dist/es/components/transfer-panel/index.css +1 -1
  28. package/dist/es/components/transfer-panel/transfer-panel.mjs +5 -2
  29. package/dist/es/index.mjs +1 -1
  30. package/dist/index.css +112 -87
  31. package/package.json +1 -1
@@ -3,7 +3,7 @@ import '../../chunk/Gk1J52Yw.mjs';
3
3
  import { E as ElTree } from '../../chunk/eqwEsspo.mjs';
4
4
  import '../../chunk/DBf73TLo.mjs';
5
5
  import '../../chunk/DbhQlaOz.mjs';
6
- import { defineComponent, useTemplateRef, computed, watch, createBlock, openBlock, withCtx, withDirectives, createElementBlock, createCommentVNode, createVNode, mergeProps, unref, createElementVNode, normalizeClass, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, vShow } from 'vue';
6
+ import { defineComponent, useTemplateRef, computed, watch, createBlock, openBlock, normalizeClass, withCtx, withDirectives, createElementBlock, createCommentVNode, createVNode, mergeProps, unref, createElementVNode, renderSlot, createTextVNode, toDisplayString, Fragment, renderList, vShow } from 'vue';
7
7
  import { Loading } from '@element-plus/icons-vue';
8
8
  import { C as Component$3 } from '../button/button.mjs';
9
9
  import { i as injectExplorerPanelState } from '../explorer-panel/explorer-panel2.mjs';
@@ -73,7 +73,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
73
73
  return (_ctx, _cache) => {
74
74
  const _component_ElTree = ElTree;
75
75
  const _component_ElIcon = ElIcon;
76
- return openBlock(), createBlock(Component$1, { always: "" }, {
76
+ return openBlock(), createBlock(Component$1, {
77
+ always: "",
78
+ class: normalizeClass(_ctx.$style.scrollbar)
79
+ }, {
77
80
  default: withCtx(() => [
78
81
  withDirectives(createVNode(_component_ElTree, mergeProps({
79
82
  ref_key: "treeRef",
@@ -117,11 +120,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
117
120
  ref_for: true
118
121
  }, actionsMapping[action], {
119
122
  confirm: action === "remove" ? __props.confirmParams(node) : void 0,
123
+ class: action === "remove" ? _ctx.$style.remove : void 0,
120
124
  link: "",
121
125
  icon: { type: "el", name: actionsMapping[action].icon },
122
126
  stop: "",
123
127
  onClick: ($event) => emits(action, node.data.value, node)
124
- }), null, 16, ["confirm", "icon", "onClick"]))
128
+ }), null, 16, ["confirm", "class", "icon", "onClick"]))
125
129
  ], 64);
126
130
  }), 128))
127
131
  ], 2)) : createCommentVNode("", true)
@@ -145,18 +149,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
145
149
  ], 2)) : createCommentVNode("", true)
146
150
  ]),
147
151
  _: 3
148
- });
152
+ }, 8, ["class"]);
149
153
  };
150
154
  }
151
155
  });
152
156
 
153
- /* unplugin-vue-components disabled */const tree = "_tree_137vu_1";
154
- const node = "_node_137vu_27";
155
- const label = "_label_137vu_37";
156
- const icon = "_icon_137vu_44";
157
- const actions = "_actions_137vu_48";
158
- const remove = "_remove_137vu_61";
159
- const loading = "_loading_137vu_65";
157
+ /* unplugin-vue-components disabled */const tree = "_tree_4juik_1";
158
+ const node = "_node_4juik_27";
159
+ const label = "_label_4juik_37";
160
+ const icon = "_icon_4juik_44";
161
+ const actions = "_actions_4juik_48";
162
+ const remove = "_remove_4juik_61";
163
+ const loading = "_loading_4juik_65";
164
+ const scrollbar = "_scrollbar_4juik_73";
160
165
  const style0 = {
161
166
  tree: tree,
162
167
  node: node,
@@ -164,7 +169,8 @@ const style0 = {
164
169
  icon: icon,
165
170
  actions: actions,
166
171
  remove: remove,
167
- loading: loading
172
+ loading: loading,
173
+ scrollbar: scrollbar
168
174
  };
169
175
 
170
176
  const cssModules = {
@@ -1,30 +1,30 @@
1
1
  /* source: src/components/explorer-tree/explorer-tree.vue */
2
- ._tree_137vu_1 .el-tree-node__content {
2
+ ._tree_4juik_1 .el-tree-node__content {
3
3
  display: flex;
4
4
  align-items: center;
5
5
  }
6
- ._tree_137vu_1 .el-tree-node__content:hover {
6
+ ._tree_4juik_1 .el-tree-node__content:hover {
7
7
  background-color: var(--el-color-primary-light-9);
8
8
  }
9
- ._tree_137vu_1 .el-tree-node__content:hover .vc-actions {
9
+ ._tree_4juik_1 .el-tree-node__content:hover .vc-actions {
10
10
  display: inline-flex;
11
11
  }
12
- ._tree_137vu_1 .el-tree-node:focus > .el-tree-node__content {
12
+ ._tree_4juik_1 .el-tree-node:focus > .el-tree-node__content {
13
13
  background-color: var(--el-color-primary-light-9);
14
14
  }
15
- ._tree_137vu_1 .is-current > .el-tree-node__content {
15
+ ._tree_4juik_1 .is-current > .el-tree-node__content {
16
16
  color: var(--el-color-primary);
17
17
  background-color: var(--el-color-primary-light-9);
18
18
  }
19
- ._tree_137vu_1 .el-tree__empty-block {
19
+ ._tree_4juik_1 .el-tree__empty-block {
20
20
  text-align: left;
21
21
  min-height: unset;
22
22
  padding: 4px 8px;
23
23
  }
24
- ._tree_137vu_1 .el-tree__empty-text {
24
+ ._tree_4juik_1 .el-tree__empty-text {
25
25
  position: static;
26
26
  }
27
- ._node_137vu_27 {
27
+ ._node_4juik_27 {
28
28
  display: flex;
29
29
  justify-content: space-between;
30
30
  align-items: center;
@@ -33,34 +33,37 @@
33
33
  box-sizing: border-box;
34
34
  width: 100px;
35
35
  }
36
- ._label_137vu_37 {
36
+ ._label_4juik_37 {
37
37
  overflow: hidden;
38
38
  text-overflow: ellipsis;
39
39
  white-space: nowrap;
40
40
  transform: translateY(-1px);
41
41
  }
42
- ._icon_137vu_44 {
42
+ ._icon_4juik_44 {
43
43
  margin-right: 4px;
44
44
  }
45
- ._actions_137vu_48 {
45
+ ._actions_4juik_48 {
46
46
  display: none;
47
47
  column-gap: 4px;
48
48
  }
49
- ._actions_137vu_48 > button {
49
+ ._actions_4juik_48 > button {
50
50
  margin-left: 0 !important;
51
51
  font-size: 1.2em;
52
52
  border: 1px solid var(--el-border-color-light) !important;
53
53
  }
54
- ._actions_137vu_48 > button:hover {
54
+ ._actions_4juik_48 > button:hover {
55
55
  border-color: var(--el-border-color-dark) !important;
56
56
  }
57
- ._remove_137vu_61 {
57
+ ._remove_4juik_61 {
58
58
  transform: translateY(-1px);
59
59
  }
60
- ._loading_137vu_65 {
60
+ ._loading_4juik_65 {
61
61
  padding: 4px 8px;
62
62
  display: flex;
63
63
  align-items: center;
64
64
  column-gap: 4px;
65
65
  color: var(--el-text-color-secondary);
66
+ }
67
+ ._scrollbar_4juik_73 {
68
+ margin: 0 -8px;
66
69
  }
@@ -12,25 +12,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
12
12
  $data: {};
13
13
  $props: {
14
14
  readonly flex?: boolean | undefined;
15
- readonly padding?: number | undefined;
16
15
  readonly fillHeight?: boolean | undefined;
17
- readonly tag?: string | undefined;
18
- readonly height?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
19
- readonly distance?: number | undefined;
20
- readonly maxHeight?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
21
- readonly native?: boolean | undefined;
22
- readonly wrapStyle?: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null | undefined;
23
- readonly wrapClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown> | undefined;
24
- readonly viewClass?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, ArrayConstructor], unknown, unknown> | undefined;
25
- readonly viewStyle?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, ArrayConstructor, ObjectConstructor], unknown, unknown> | undefined;
26
- readonly noresize?: boolean | undefined;
27
- readonly always?: boolean | undefined;
28
- readonly minSize?: number | undefined;
29
- readonly id?: string | undefined;
30
- readonly ariaLabel?: string | undefined;
31
- readonly tabindex?: import('element-plus/es/utils/index.mjs').EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown> | undefined;
32
- readonly ariaOrientation?: string | undefined;
33
- readonly role?: string | undefined;
16
+ readonly viewMargin?: string | undefined;
34
17
  } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
35
18
  $attrs: {
36
19
  [x: string]: unknown;
@@ -440,8 +423,8 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
440
423
  }) | null;
441
424
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
442
425
  flex: boolean;
443
- padding: number;
444
426
  fillHeight: boolean;
427
+ viewMargin: string;
445
428
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
446
429
  beforeCreate?: (() => void) | (() => void)[];
447
430
  created?: (() => void) | (() => void)[];
@@ -464,9 +447,9 @@ declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {
464
447
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
465
448
  } & Readonly<{
466
449
  flex: boolean;
467
- padding: number;
468
450
  fillHeight: boolean;
469
- }> & Omit<Readonly<import('../../scrollbar/scrollbar').IScrollbarProps> & Readonly<{}>, ("flex" | "padding" | "fillHeight") | "instance"> & import('vue').ShallowUnwrapRef<{
451
+ viewMargin: string;
452
+ }> & Omit<Readonly<import('../../scrollbar/scrollbar').IScrollbarProps> & Readonly<{}>, ("flex" | "fillHeight" | "viewMargin") | "instance"> & import('vue').ShallowUnwrapRef<{
470
453
  instance: ({
471
454
  $: import('vue').ComponentInternalInstance;
472
455
  $data: {};
@@ -389,20 +389,20 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
389
389
  }
390
390
  });
391
391
 
392
- /* unplugin-vue-components disabled */const panel = "_panel_1f8df_1";
393
- const wrapper = "_wrapper_1f8df_5";
394
- const shadow = "_shadow_1f8df_44";
395
- const visible = "_visible_1f8df_47";
396
- const hidden = "_hidden_1f8df_50";
397
- const container = "_container_1f8df_54";
398
- const divider = "_divider_1f8df_75";
399
- const pagination = "_pagination_1f8df_79";
392
+ /* unplugin-vue-components disabled */const panel = "_panel_13zo4_1";
393
+ const wrapper = "_wrapper_13zo4_5";
394
+ const shadow = "_shadow_13zo4_44";
395
+ const visible = "_visible_13zo4_47";
396
+ const hidden = "_hidden_13zo4_50";
397
+ const container = "_container_13zo4_54";
398
+ const divider = "_divider_13zo4_75";
399
+ const pagination = "_pagination_13zo4_79";
400
400
  const style0$1 = {
401
401
  panel: panel,
402
402
  wrapper: wrapper,
403
- "search-input": "_search-input_1f8df_11",
404
- "collections-button": "_collections-button_1f8df_15",
405
- "collections-wrapper": "_collections-wrapper_1f8df_30",
403
+ "search-input": "_search-input_13zo4_11",
404
+ "collections-button": "_collections-button_13zo4_15",
405
+ "collections-wrapper": "_collections-wrapper_13zo4_30",
406
406
  shadow: shadow,
407
407
  visible: visible,
408
408
  hidden: hidden,
@@ -44,55 +44,55 @@
44
44
  font-size: 24px;
45
45
  display: flex;
46
46
  column-gap: 4px;
47
- }._panel_1f8df_1 {
47
+ }._panel_13zo4_1 {
48
48
  position: relative;
49
49
  }
50
- ._wrapper_1f8df_5 {
50
+ ._wrapper_13zo4_5 {
51
51
  background-color: var(--el-popover-bg-color);
52
52
  position: relative;
53
53
  z-index: 5;
54
54
  }
55
- ._search-input_1f8df_11 .el-input-group__prepend {
55
+ ._search-input_13zo4_11 .el-input-group__prepend {
56
56
  padding: 0 16px;
57
57
  }
58
- button._collections-button_1f8df_15 {
58
+ button._collections-button_13zo4_15 {
59
59
  padding: 0;
60
60
  width: 50px;
61
61
  display: inline-flex !important;
62
62
  justify-content: center;
63
63
  align-items: center;
64
64
  }
65
- button._collections-button_1f8df_15:hover .el-icon {
65
+ button._collections-button_13zo4_15:hover .el-icon {
66
66
  color: var(--el-color-primary);
67
67
  }
68
- button._collections-button_1f8df_15 .el-icon {
68
+ button._collections-button_13zo4_15 .el-icon {
69
69
  font-size: 24px;
70
70
  transition: color 0.3s;
71
71
  }
72
- ._collections-wrapper_1f8df_30 {
72
+ ._collections-wrapper_13zo4_30 {
73
73
  position: absolute;
74
74
  top: -13px;
75
75
  left: 0;
76
76
  bottom: -13px;
77
77
  width: 200px;
78
78
  background-color: var(--el-popover-bg-color);
79
- padding: 12px;
79
+ padding: 12px 2px;
80
80
  z-index: 3;
81
81
  transition: left 0.3s;
82
82
  border-radius: 4px;
83
83
  border: 1px solid var(--el-popover-border-color);
84
84
  box-sizing: border-box;
85
85
  }
86
- ._collections-wrapper_1f8df_30._shadow_1f8df_44 {
86
+ ._collections-wrapper_13zo4_30._shadow_13zo4_44 {
87
87
  box-shadow: var(--el-box-shadow-light);
88
88
  }
89
- ._collections-wrapper_1f8df_30._visible_1f8df_47 {
89
+ ._collections-wrapper_13zo4_30._visible_13zo4_47 {
90
90
  left: -212px;
91
91
  }
92
- ._collections-wrapper_1f8df_30._hidden_1f8df_50 {
92
+ ._collections-wrapper_13zo4_30._hidden_13zo4_50 {
93
93
  opacity: 0;
94
94
  }
95
- ._container_1f8df_54 {
95
+ ._container_13zo4_54 {
96
96
  list-style: none;
97
97
  padding: 8px 0 0;
98
98
  margin: 0;
@@ -103,19 +103,19 @@ button._collections-button_1f8df_15 .el-icon {
103
103
  height: 174px;
104
104
  font-size: 24px;
105
105
  }
106
- ._container_1f8df_54 li {
106
+ ._container_13zo4_54 li {
107
107
  padding: 4px;
108
108
  cursor: pointer;
109
109
  border-radius: 4px;
110
110
  line-height: 0;
111
111
  }
112
- ._container_1f8df_54 li:hover {
112
+ ._container_13zo4_54 li:hover {
113
113
  background-color: var(--el-color-primary-light-7);
114
114
  }
115
- ._divider_1f8df_75 {
115
+ ._divider_13zo4_75 {
116
116
  margin: 4px 0;
117
117
  }
118
- ._pagination_1f8df_79 {
118
+ ._pagination_13zo4_79 {
119
119
  justify-content: center;
120
120
  }._input_yhkzo_1 .el-input-group__prepend {
121
121
  padding: 0 4px;
@@ -1,20 +1,20 @@
1
1
  /* source: src/components/scrollbar/scrollbar.vue */
2
- ._scrollbar_gmpp0_1 {
2
+ ._scrollbar_edxkl_1 {
3
3
  display: flex;
4
4
  flex-direction: column;
5
5
  flex-grow: 1;
6
6
  }
7
- ._scrollbar_gmpp0_1 > .el-scrollbar__wrap {
7
+ ._scrollbar_edxkl_1 > .el-scrollbar__wrap {
8
8
  flex-grow: 1;
9
9
  flex-direction: column;
10
10
  display: flex;
11
11
  }
12
- ._scrollbar_gmpp0_1 > .el-scrollbar__wrap > .el-scrollbar__view {
12
+ ._scrollbar_edxkl_1 > .el-scrollbar__wrap > .el-scrollbar__view {
13
13
  display: flex;
14
14
  flex-direction: column;
15
15
  flex-grow: 1;
16
- padding: var(--v7f324ab6);
16
+ margin: var(--v157bc9f4);
17
17
  }
18
- ._fill-height_gmpp0_18 {
18
+ ._fill-height_edxkl_18 {
19
19
  height: 10px;
20
20
  }
@@ -1,6 +1,5 @@
1
- import { ScrollbarProps } from 'element-plus';
2
- export interface IScrollbarProps extends Partial<ScrollbarProps> {
1
+ export interface IScrollbarProps {
3
2
  flex?: boolean;
4
- padding?: number;
5
3
  fillHeight?: boolean;
4
+ viewMargin?: string;
6
5
  }
@@ -8,31 +8,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
8
8
  __name: "scrollbar",
9
9
  props: {
10
10
  flex: { type: Boolean, default: true },
11
- padding: { default: 0 },
12
11
  fillHeight: { type: Boolean, default: true },
13
- ariaLabel: {},
14
- ariaOrientation: {},
15
- distance: {},
16
- height: {},
17
- maxHeight: {},
18
- native: { type: Boolean },
19
- wrapStyle: {},
20
- wrapClass: {},
21
- viewClass: {},
22
- viewStyle: {},
23
- noresize: { type: Boolean },
24
- tag: {},
25
- always: { type: Boolean },
26
- minSize: {},
27
- tabindex: {},
28
- id: {},
29
- role: {}
12
+ viewMargin: { default: "0 10px" }
30
13
  },
31
14
  setup(__props, { expose: __expose }) {
32
15
  useCssVars((_ctx) => ({
33
- "v7f324ab6": `${_ctx.padding}px`
16
+ "v157bc9f4": _ctx.viewMargin
34
17
  }));
35
- const props = __props;
36
18
  const scrollbarRef = useTemplateRef("scrollbarRef");
37
19
  __expose({ instance: scrollbarRef.value });
38
20
  return (_ctx, _cache) => {
@@ -40,7 +22,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
40
22
  return openBlock(), createBlock(_component_ElScrollbar, mergeProps({
41
23
  ref_key: "scrollbarRef",
42
24
  ref: scrollbarRef
43
- }, props, {
25
+ }, _ctx.$attrs, {
44
26
  class: { [_ctx.$style.scrollbar]: __props.flex, [_ctx.$style[`fill-height`]]: __props.fillHeight }
45
27
  }), {
46
28
  default: withCtx(() => [
@@ -52,10 +34,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
52
34
  }
53
35
  });
54
36
 
55
- /* unplugin-vue-components disabled */const scrollbar = "_scrollbar_gmpp0_1";
37
+ /* unplugin-vue-components disabled */const scrollbar = "_scrollbar_edxkl_1";
56
38
  const style0 = {
57
39
  scrollbar: scrollbar,
58
- "fill-height": "_fill-height_gmpp0_18"
40
+ "fill-height": "_fill-height_edxkl_18"
59
41
  };
60
42
 
61
43
  const cssModules = {
@@ -402,8 +402,8 @@ declare const __VLS_component: import('vue').DefineComponent<IScrollbarProps, {
402
402
  }) | null;
403
403
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<IScrollbarProps> & Readonly<{}>, {
404
404
  flex: boolean;
405
- padding: number;
406
405
  fillHeight: boolean;
406
+ viewMargin: string;
407
407
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
408
408
  scrollbarRef: ({
409
409
  $: import('vue').ComponentInternalInstance;
@@ -1,3 +1,2 @@
1
1
  export interface ISplitterPanelProps {
2
- padding?: number;
3
2
  }
@@ -1,49 +1,37 @@
1
1
  import './index.css'
2
2
  import '../../chunk/Gk1J52Yw.mjs';
3
3
  /* empty css */
4
- import { defineComponent, createBlock, openBlock, normalizeClass, withCtx, createVNode, renderSlot } from 'vue';
5
- import { C as Component$1 } from '../scrollbar/scrollbar.mjs';
6
- import { a as ElSplitterPanel } from '../../chunk/C0XgBrDz.mjs';
4
+ import { createBlock, openBlock, normalizeClass, withCtx, renderSlot } from 'vue';
7
5
  import { _ as _export_sfc } from '../../chunk/pcqpp-6-.mjs';
8
-
9
- const _sfc_main = /* @__PURE__ */ defineComponent({
10
- __name: "splitter-panel",
11
- props: {
12
- padding: { default: 8 }
13
- },
14
- setup(__props) {
15
- return (_ctx, _cache) => {
16
- const _component_el_splitter_panel = ElSplitterPanel;
17
- return openBlock(), createBlock(_component_el_splitter_panel, {
18
- class: normalizeClass(_ctx.$style.panel)
19
- }, {
20
- default: withCtx(() => [
21
- createVNode(Component$1, { padding: __props.padding }, {
22
- default: withCtx(() => [
23
- renderSlot(_ctx.$slots, "default")
24
- ]),
25
- _: 3
26
- }, 8, ["padding"])
27
- ]),
28
- _: 3
29
- }, 8, ["class"]);
30
- };
31
- }
32
- });
6
+ import { a as ElSplitterPanel } from '../../chunk/C0XgBrDz.mjs';
33
7
 
34
8
  /* unplugin-vue-components disabled */const panel = "_panel_g5jo5_1";
35
9
  const style0 = {
36
10
  panel: panel
37
11
  };
38
12
 
13
+ const _sfc_main = { };
14
+
15
+ function _sfc_render(_ctx, _cache) {
16
+ const _component_el_splitter_panel = ElSplitterPanel;
17
+
18
+ return (openBlock(), createBlock(_component_el_splitter_panel, {
19
+ class: normalizeClass(_ctx.$style.panel)
20
+ }, {
21
+ default: withCtx(() => [
22
+ renderSlot(_ctx.$slots, "default")
23
+ ]),
24
+ _: 3
25
+ }, 8, ["class"]))
26
+ }
39
27
  const cssModules = {
40
- "$style": style0
28
+ "$style":style0,
41
29
  };
42
- const Component = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
30
+ const Component = /*#__PURE__*/_export_sfc(_sfc_main, [['render',_sfc_render],['__cssModules',cssModules]]);
43
31
 
44
32
  const __vite_glob_0_46 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
45
- __proto__: null,
46
- default: Component
33
+ __proto__: null,
34
+ default: Component
47
35
  }, Symbol.toStringTag, { value: 'Module' }));
48
36
 
49
37
  export { Component as C, __vite_glob_0_46 as _ };
@@ -1,4 +1,3 @@
1
- import { ISplitterPanelProps } from './splitter-panel';
2
1
  declare function __VLS_template(): {
3
2
  attrs: Partial<{}>;
4
3
  slots: {
@@ -8,9 +7,7 @@ declare function __VLS_template(): {
8
7
  rootEl: any;
9
8
  };
10
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
- declare const __VLS_component: import('vue').DefineComponent<ISplitterPanelProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ISplitterPanelProps> & Readonly<{}>, {
12
- padding: number;
13
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
10
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
14
11
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
15
12
  export default _default;
16
13
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -5,7 +5,7 @@
5
5
  padding: 4px;
6
6
  position: relative;
7
7
  row-gap: 4px;
8
- width: var(--v4db18f20);
8
+ width: var(--v39e6fbe3);
9
9
  }
10
10
  ._item_ipfuy_10 {
11
11
  padding: 4px 8px;
@@ -28,7 +28,7 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
28
28
  emits: ["change", "update:modelValue"],
29
29
  setup(__props, { emit: __emit }) {
30
30
  useCssVars((_ctx) => ({
31
- "v4db18f20": _ctx.width
31
+ "v39e6fbe3": _ctx.width
32
32
  }));
33
33
  const props = __props;
34
34
  const emits = __emit;
@@ -113,7 +113,10 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
113
113
  ]),
114
114
  _: 1
115
115
  }, 8, ["modelValue", "placeholder", "prefix-icon", "disabled", "onInput"]),
116
- createVNode(Component$1, { always: "" }, {
116
+ createVNode(Component$1, {
117
+ always: "",
118
+ "view-margin": "0 10px 18px 0"
119
+ }, {
117
120
  default: withCtx(() => [
118
121
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(myData), (item, index) => {
119
122
  return openBlock(), createElementBlock("div", {
package/dist/es/index.mjs CHANGED
@@ -156,7 +156,7 @@ const __vite_glob_0_47 = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.definePr
156
156
  default: _sfc_main$8
157
157
  }, Symbol.toStringTag, { value: 'Module' }));
158
158
 
159
- const version = "1.9.4";
159
+ const version = "1.9.6";
160
160
 
161
161
  const modules = /* #__PURE__ */ Object.assign({"./components/awesome-icon/awesome-icon.vue": __vite_glob_0_0,"./components/backbottom/backbottom.vue": __vite_glob_0_1,"./components/button/button.vue": __vite_glob_0_2,"./components/chat-container/chat-container.vue": __vite_glob_0_3,"./components/choice-boolean/choice-boolean.vue": __vite_glob_0_4,"./components/choice/choice.vue": __vite_glob_0_5,"./components/color-switcher/color-switcher.vue": __vite_glob_0_6,"./components/config-provider/config-provider.vue": __vite_glob_0_7,"./components/cropper/cropper.vue": __vite_glob_0_8,"./components/currency/currency.vue": __vite_glob_0_9,"./components/dark-switcher/dark-switcher.vue": __vite_glob_0_10,"./components/daterange-picker/daterange-picker.vue": __vite_glob_0_11,"./components/dialog-camera-upload/dialog-camera-upload.vue": __vite_glob_0_12,"./components/dialog-map-point/dialog-map-point.vue": __vite_glob_0_13,"./components/dialog-upload-images/dialog-upload-images.vue": __vite_glob_0_14,"./components/dialog/dialog.vue": __vite_glob_0_15,"./components/drag-verify/drag-verify.vue": __vite_glob_0_16,"./components/drawer/drawer.vue": __vite_glob_0_17,"./components/easy-pagination/easy-pagination.vue": __vite_glob_0_18,"./components/el-icon/el-icon.vue": __vite_glob_0_19,"./components/explorer-column-table/explorer-column-table.vue": __vite_glob_0_20,"./components/explorer-container/explorer-container.vue": __vite_glob_0_21,"./components/explorer-filter/explorer-filter.vue": __vite_glob_0_22,"./components/explorer-footer/explorer-footer.vue": __vite_glob_0_23,"./components/explorer-form/explorer-form.vue": __vite_glob_0_24,"./components/explorer-list/explorer-list.vue": __vite_glob_0_25,"./components/explorer-modal-form/explorer-modal-form.vue": __vite_glob_0_26,"./components/explorer-panel/explorer-panel.vue": __vite_glob_0_27,"./components/explorer-query/explorer-query.vue": __vite_glob_0_28,"./components/explorer-table/explorer-table.vue": __vite_glob_0_29,"./components/explorer-tools/explorer-tools.vue": __vite_glob_0_30,"./components/explorer-tree/explorer-tree.vue": __vite_glob_0_31,"./components/explorer/explorer.vue": __vite_glob_0_32,"./components/flag/flag.vue": __vite_glob_0_33,"./components/icon-picker/icon-picker.vue": __vite_glob_0_34,"./components/icon/icon.vue": __vite_glob_0_35,"./components/iconify-icon/iconify-icon.vue": __vite_glob_0_36,"./components/image/image.vue": __vite_glob_0_37,"./components/input-number/input-number.vue": __vite_glob_0_38,"./components/input/input.vue": __vite_glob_0_39,"./components/pca-picker/pca-picker.vue": __vite_glob_0_40,"./components/qr-code/qr-code.vue": __vite_glob_0_41,"./components/screenfull/screenfull.vue": __vite_glob_0_42,"./components/scrollbar/scrollbar.vue": __vite_glob_0_43,"./components/select/select.vue": __vite_glob_0_44,"./components/single-player/single-player.vue": __vite_glob_0_45,"./components/splitter-panel/splitter-panel.vue": __vite_glob_0_46,"./components/splitter/splitter.vue": __vite_glob_0_47,"./components/svg-icon/svg-icon.vue": __vite_glob_0_48,"./components/switch/switch.vue": __vite_glob_0_49,"./components/sync-scroll-container/sync-scroll-container.vue": __vite_glob_0_50,"./components/tags/tags.vue": __vite_glob_0_51,"./components/text-ellipsis/text-ellipsis.vue": __vite_glob_0_52,"./components/thousand-input/thousand-input.vue": __vite_glob_0_53,"./components/tinymce/tinymce.vue": __vite_glob_0_54,"./components/transfer-panel/transfer-panel.vue": __vite_glob_0_55,"./components/transfer/transfer.vue": __vite_glob_0_56,"./components/tree-picker/tree-picker.vue": __vite_glob_0_57,"./components/upload-file/upload-file.vue": __vite_glob_0_58});
162
162
  const upper = (_, letter) => letter.toUpperCase();