@fangzhongya/fang-ui 0.0.66 → 0.0.68

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 (76) hide show
  1. package/dist/components/array/src/index2.cjs +21 -2
  2. package/dist/components/array/src/index2.js +22 -3
  3. package/dist/components/cascaders/src/index2.cjs +3 -8
  4. package/dist/components/cascaders/src/index2.js +4 -9
  5. package/dist/components/dates-divide/src/data.cjs +1 -1
  6. package/dist/components/dates-divide/src/data.d.ts +1 -1
  7. package/dist/components/dates-divide/src/data.js +1 -1
  8. package/dist/components/forms/src/data.cjs +12 -12
  9. package/dist/components/forms/src/data.d.ts +1 -27
  10. package/dist/components/forms/src/data.js +12 -12
  11. package/dist/components/forms-div/src/data.cjs +5 -2
  12. package/dist/components/forms-div/src/data.d.ts +3 -2
  13. package/dist/components/forms-div/src/data.js +5 -2
  14. package/dist/components/forms-div/src/index2.cjs +2 -2
  15. package/dist/components/forms-div/src/index2.js +3 -3
  16. package/dist/components/forms-drag/src/index2.cjs +6 -10
  17. package/dist/components/forms-drag/src/index2.js +6 -10
  18. package/dist/components/forms-item/src/data.cjs +5 -2
  19. package/dist/components/forms-item/src/data.d.ts +3 -2
  20. package/dist/components/forms-item/src/data.js +5 -2
  21. package/dist/components/forms-item/src/indexts.d.ts +5 -2
  22. package/dist/components/global-config/src/data.cjs +1 -1
  23. package/dist/components/global-config/src/data.d.ts +1 -0
  24. package/dist/components/global-config/src/data.js +1 -1
  25. package/dist/components/global-config/src/index.cjs +7 -3
  26. package/dist/components/global-config/src/index.js +7 -3
  27. package/dist/components/icon/src/index2.cjs +2 -2
  28. package/dist/components/icon/src/index2.js +3 -3
  29. package/dist/components/input-history/src/data.cjs +2 -2
  30. package/dist/components/input-history/src/data.d.ts +0 -1
  31. package/dist/components/input-history/src/data.js +2 -2
  32. package/dist/components/input-num/index.css +1 -0
  33. package/dist/components/input-num/index.scss +1 -0
  34. package/dist/components/list/src/data.cjs +1 -1
  35. package/dist/components/list/src/data.d.ts +1 -1
  36. package/dist/components/list/src/data.js +1 -1
  37. package/dist/components/listsp/src/index2.cjs +3 -3
  38. package/dist/components/listsp/src/index2.js +3 -3
  39. package/dist/components/page/index.css +64 -1
  40. package/dist/components/page/index.scss +66 -1
  41. package/dist/components/page/src/data.cjs +13 -1
  42. package/dist/components/page/src/data.d.ts +26 -1
  43. package/dist/components/page/src/data.js +13 -1
  44. package/dist/components/page/src/index2.cjs +5 -4
  45. package/dist/components/page/src/index2.js +5 -4
  46. package/dist/components/page/src/set-column.cjs +1 -4
  47. package/dist/components/page/src/set-column.js +1 -4
  48. package/dist/components/page/src/set-column2.cjs +74 -34
  49. package/dist/components/page/src/set-column2.js +69 -29
  50. package/dist/components/paging/src/index2.cjs +2 -2
  51. package/dist/components/paging/src/index2.js +2 -2
  52. package/dist/components/selects/src/data.cjs +1 -1
  53. package/dist/components/selects/src/data.js +1 -1
  54. package/dist/components/stick-div/src/index2.cjs +8 -1
  55. package/dist/components/stick-div/src/index2.js +8 -1
  56. package/dist/components/tablesv/src/columns2.cjs +1 -1
  57. package/dist/components/tablesv/src/columns2.js +1 -1
  58. package/dist/css/index.css +65 -1
  59. package/dist/css/input-num.css +1 -0
  60. package/dist/css/page.css +64 -1
  61. package/dist/directives/adjust/index.cjs +0 -8
  62. package/dist/directives/adjust/index.js +0 -8
  63. package/dist/icons/index.css +38 -38
  64. package/dist/icons/index.json +12 -12
  65. package/dist/index.css +65 -1
  66. package/dist/locale/en.cjs +9 -0
  67. package/dist/locale/en.d.ts +9 -0
  68. package/dist/locale/en.js +9 -0
  69. package/dist/locale/zh-cn.cjs +9 -0
  70. package/dist/locale/zh-cn.d.ts +9 -0
  71. package/dist/locale/zh-cn.js +9 -0
  72. package/package.json +7 -7
  73. package/dist/components/page/set-column.css +0 -38
  74. package/dist/css/page/set-column.css +0 -38
  75. /package/dist/components/{keep-com → global-config}/index.css +0 -0
  76. /package/dist/css/{keep-com.css → global-config.css} +0 -0
@@ -149,10 +149,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
149
149
  vue.createElementVNode("use", {
150
150
  "xlink:href": `#${outputName.value}`
151
151
  }, null, 8, _hoisted_3)
152
- ], 2)) : (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(outputName.value), {
152
+ ], 2)) : outputName.value ? (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(outputName.value), {
153
153
  key: 4,
154
154
  class: vue.normalizeClass([vue.unref(cs).z(outputType.value), props.iconClass, vue.unref(cs).z("cont")])
155
- }, null, 8, ["class"]))
155
+ }, null, 8, ["class"])) : vue.createCommentVNode("", true)
156
156
  ])
157
157
  ], 6);
158
158
  };
@@ -1,4 +1,4 @@
1
- import { defineComponent, computed, createElementBlock, openBlock, normalizeStyle, normalizeClass, unref, renderSlot, createBlock, createElementVNode, resolveDynamicComponent } from "vue";
1
+ import { defineComponent, computed, createElementBlock, openBlock, normalizeStyle, normalizeClass, unref, renderSlot, createBlock, createCommentVNode, createElementVNode, resolveDynamicComponent } from "vue";
2
2
  import { dataExpose, dataEmits, dataProps } from "./data.js";
3
3
  import "../../../hooks/index.js";
4
4
  import { useLocale } from "../../../hooks/locale/index.js";
@@ -147,10 +147,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
147
147
  createElementVNode("use", {
148
148
  "xlink:href": `#${outputName.value}`
149
149
  }, null, 8, _hoisted_3)
150
- ], 2)) : (openBlock(), createBlock(resolveDynamicComponent(outputName.value), {
150
+ ], 2)) : outputName.value ? (openBlock(), createBlock(resolveDynamicComponent(outputName.value), {
151
151
  key: 4,
152
152
  class: normalizeClass([unref(cs).z(outputType.value), props.iconClass, unref(cs).z("cont")])
153
- }, null, 8, ["class"]))
153
+ }, null, 8, ["class"])) : createCommentVNode("", true)
154
154
  ])
155
155
  ], 6);
156
156
  };
@@ -8,8 +8,8 @@ const dataProps = {
8
8
  * @props { } storage= 存储数据的key
9
9
  */
10
10
  storage: {
11
- type: String,
12
- required: true
11
+ type: String
12
+ // required: true,
13
13
  },
14
14
  clean: {
15
15
  type: Boolean
@@ -8,7 +8,6 @@ export declare const dataProps: {
8
8
  */
9
9
  storage: {
10
10
  type: StringConstructor;
11
- required: boolean;
12
11
  };
13
12
  clean: {
14
13
  type: BooleanConstructor;
@@ -6,8 +6,8 @@ const dataProps = {
6
6
  * @props { } storage= 存储数据的key
7
7
  */
8
8
  storage: {
9
- type: String,
10
- required: true
9
+ type: String
10
+ // required: true,
11
11
  },
12
12
  clean: {
13
13
  type: Boolean
@@ -14,4 +14,5 @@
14
14
 
15
15
  .input-num-input {
16
16
  height: 100%;
17
+ width: 100%;
17
18
  }
@@ -4,5 +4,6 @@ $input-num: 'input-num';
4
4
  @include b($input-num) {
5
5
  &-input {
6
6
  height: 100%;
7
+ width: 100%;
7
8
  }
8
9
  }
@@ -61,7 +61,7 @@ const dataProps = {
61
61
  */
62
62
  colon: [Boolean, String],
63
63
  /**
64
- * @props {Number, String } labelWidth=[]
64
+ * @props {Number, String } labelWidth=
65
65
  * 标签宽度
66
66
  */
67
67
  labelWidth: {
@@ -67,7 +67,7 @@ export declare const dataProps: {
67
67
  */
68
68
  colon: (BooleanConstructor | StringConstructor)[];
69
69
  /**
70
- * @props {Number, String } labelWidth=[]
70
+ * @props {Number, String } labelWidth=
71
71
  * 标签宽度
72
72
  */
73
73
  labelWidth: {
@@ -59,7 +59,7 @@ const dataProps = {
59
59
  */
60
60
  colon: [Boolean, String],
61
61
  /**
62
- * @props {Number, String } labelWidth=[]
62
+ * @props {Number, String } labelWidth=
63
63
  * 标签宽度
64
64
  */
65
65
  labelWidth: {
@@ -62,10 +62,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
62
62
  vue.unref(cs).is("scroll", vue.unref(paginat).is && vue.unref(paginat).scroll)
63
63
  ],
64
64
  "scroll-selector": "." + vue.unref(cs).c("lists", "list"),
65
- value: vue.unref(data).list,
66
- list: vue.unref(tableList),
67
65
  size: (_a = vue.unref(tableConfig).config) == null ? void 0 : _a.size,
68
66
  paginat: vue.unref(paginat),
67
+ value: vue.unref(data).list,
68
+ list: vue.unref(tableList),
69
69
  loading: vue.unref(paginat).scroll && vue.unref(paginat).current > 1 ? false : vue.unref(loading),
70
70
  options: props.options,
71
71
  compons: props.compons,
@@ -83,7 +83,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
83
83
  ])
84
84
  };
85
85
  })
86
- ]), 1040, ["height", "class", "scroll-selector", "value", "list", "size", "paginat", "loading", "options", "compons", "onSortChange", "onListEvents", "onSelect", "onRowClick", "onSelectionChange"])), [
86
+ ]), 1040, ["height", "class", "scroll-selector", "size", "paginat", "value", "list", "loading", "options", "compons", "onSortChange", "onListEvents", "onSelect", "onRowClick", "onSelectionChange"])), [
87
87
  [vue.unref(index$3.default), vue.unref(scroll)]
88
88
  ]),
89
89
  ((_b = vue.unref(paginat)) == null ? void 0 : _b.is) && !vue.unref(paginat).scroll ? (vue.openBlock(), vue.createBlock(vue.unref(index$4.Paging), vue.mergeProps({ key: 0 }, vue.unref(pagconfig), {
@@ -60,10 +60,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
60
60
  unref(cs).is("scroll", unref(paginat).is && unref(paginat).scroll)
61
61
  ],
62
62
  "scroll-selector": "." + unref(cs).c("lists", "list"),
63
- value: unref(data).list,
64
- list: unref(tableList),
65
63
  size: (_a = unref(tableConfig).config) == null ? void 0 : _a.size,
66
64
  paginat: unref(paginat),
65
+ value: unref(data).list,
66
+ list: unref(tableList),
67
67
  loading: unref(paginat).scroll && unref(paginat).current > 1 ? false : unref(loading),
68
68
  options: props.options,
69
69
  compons: props.compons,
@@ -81,7 +81,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
81
81
  ])
82
82
  };
83
83
  })
84
- ]), 1040, ["height", "class", "scroll-selector", "value", "list", "size", "paginat", "loading", "options", "compons", "onSortChange", "onListEvents", "onSelect", "onRowClick", "onSelectionChange"])), [
84
+ ]), 1040, ["height", "class", "scroll-selector", "size", "paginat", "value", "list", "loading", "options", "compons", "onSortChange", "onListEvents", "onSelect", "onRowClick", "onSelectionChange"])), [
85
85
  [unref(vScroll), unref(scroll)]
86
86
  ]),
87
87
  ((_b = unref(paginat)) == null ? void 0 : _b.is) && !unref(paginat).scroll ? (openBlock(), createBlock(unref(Paging), mergeProps({ key: 0 }, unref(pagconfig), {
@@ -290,14 +290,77 @@
290
290
  display: flex;
291
291
  margin-right: 20px;
292
292
  }
293
- .page-operations > .el-button {
293
+ .page-operations .el-button {
294
294
  margin-left: 2px;
295
295
  margin-right: 2px;
296
296
  padding-left: 5px;
297
297
  padding-right: 5px;
298
298
  }
299
+ .page-operations .el-button:first-child {
300
+ margin-left: 0;
301
+ }
302
+ .page-operations .el-button:last-child {
303
+ margin-right: 0;
304
+ }
299
305
  .page-footer {
300
306
  padding: 10px;
301
307
  text-align: right;
302
308
  background-color: #f5f5f5;
309
+ }
310
+ .page .set-column {
311
+ margin-left: 10px;
312
+ }
313
+ .page .set-column .set-column-dialog-main {
314
+ font-size: 16px;
315
+ display: flex;
316
+ }
317
+ .page .set-column .set-column-dialog-main .set-column-title {
318
+ height: 40px;
319
+ width: 100%;
320
+ display: flex;
321
+ align-items: center;
322
+ justify-content: space-between;
323
+ }
324
+ .page .set-column .set-column-dialog-main .set-column-title .set-column-title-all {
325
+ margin-right: 20px;
326
+ }
327
+ .page .set-column .set-column-dialog-main .set-column-check {
328
+ flex: 1;
329
+ }
330
+ .page .set-column .set-column-dialog-main .set-column-check .set-column-check-list {
331
+ padding: 10px;
332
+ box-sizing: border-box;
333
+ display: flex;
334
+ flex-direction: row;
335
+ flex-wrap: wrap;
336
+ overflow-y: auto;
337
+ }
338
+ .page .set-column .set-column-dialog-main .set-column-check .set-column-check-list .set-column-check-list-li {
339
+ margin-right: 0;
340
+ width: 33%;
341
+ height: 40px;
342
+ }
343
+ .page .set-column .set-column-dialog-main .set-column-already {
344
+ border-left: 1px solid #999;
345
+ padding-left: 20px;
346
+ width: 240px;
347
+ }
348
+ .page .set-column .set-column-dialog-main .set-column-already .set-column-already-list {
349
+ padding: 10px 10px 10px 0;
350
+ }
351
+ .page .set-column .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li {
352
+ height: 40px;
353
+ line-height: 40px;
354
+ display: flex;
355
+ align-items: center;
356
+ justify-content: space-between;
357
+ border-bottom: 1px solid #ccc;
358
+ }
359
+ .page .set-column .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li:first-child {
360
+ border-top: 1px solid #ccc;
361
+ }
362
+ .page .set-column .set-column-dialog-main .set-column-already .set-column-already-list .set-column-already-li .set-column-already-li-v {
363
+ display: flex;
364
+ flex: 1;
365
+ align-items: center;
303
366
  }
@@ -46,11 +46,17 @@ $page: 'page';
46
46
  }
47
47
  }
48
48
  &-operations {
49
- & > .el-button {
49
+ .#{el('button')} {
50
50
  margin-left: 2px;
51
51
  margin-right: 2px;
52
52
  padding-left: 5px;
53
53
  padding-right: 5px;
54
+ &:first-child {
55
+ margin-left: 0;
56
+ }
57
+ &:last-child {
58
+ margin-right: 0;
59
+ }
54
60
  }
55
61
  }
56
62
 
@@ -59,4 +65,63 @@ $page: 'page';
59
65
  text-align: right;
60
66
  background-color: #f5f5f5;
61
67
  }
68
+
69
+ $set-column: 'set-column';
70
+ .#{$set-column} {
71
+ margin-left: 10px;
72
+ .#{$set-column}-dialog-main {
73
+ font-size: 16px;
74
+ display: flex;
75
+ .#{$set-column}-title {
76
+ height: 40px;
77
+ width: 100%;
78
+ display: flex;
79
+ align-items: center;
80
+ justify-content: space-between;
81
+ .#{$set-column}-title-all {
82
+ margin-right: 20px;
83
+ }
84
+ }
85
+ .#{$set-column}-check {
86
+ flex: 1;
87
+ .#{$set-column}-check-list {
88
+ padding: 10px;
89
+ box-sizing: border-box;
90
+ display: flex;
91
+ flex-direction: row;
92
+ flex-wrap: wrap;
93
+ overflow-y: auto;
94
+ .#{$set-column}-check-list-li {
95
+ margin-right: 0;
96
+ width: 33%;
97
+ height: 40px;
98
+ }
99
+ }
100
+ }
101
+ .#{$set-column}-already {
102
+ border-left: 1px solid #999;
103
+ padding-left: 20px;
104
+ width: 240px;
105
+ .#{$set-column}-already-list {
106
+ padding: 10px 10px 10px 0;
107
+ .#{$set-column}-already-li {
108
+ height: 40px;
109
+ line-height: 40px;
110
+ display: flex;
111
+ align-items: center;
112
+ justify-content: space-between;
113
+ border-bottom: 1px solid #ccc;
114
+ &:first-child {
115
+ border-top: 1px solid #ccc;
116
+ }
117
+ .#{$set-column}-already-li-v {
118
+ display: flex;
119
+ flex: 1;
120
+ align-items: center;
121
+ }
122
+ }
123
+ }
124
+ }
125
+ }
126
+ }
62
127
  }
@@ -8,12 +8,24 @@ const dataProps = buildProps.buildProps({
8
8
  return {};
9
9
  }
10
10
  },
11
- value: {
11
+ /**
12
+ * @props { Object } query={} 查询数据
13
+ */
14
+ query: {
12
15
  type: Object,
13
16
  default() {
14
17
  return {};
15
18
  }
16
19
  },
20
+ /**
21
+ * @props { Array<ObjAny> } value=[] 列表数据
22
+ */
23
+ value: {
24
+ type: Array,
25
+ default() {
26
+ return [];
27
+ }
28
+ },
17
29
  list: {
18
30
  type: Array,
19
31
  default() {
@@ -52,10 +52,35 @@ export declare const dataProps: {
52
52
  type: () => Configs;
53
53
  default(): {};
54
54
  };
55
- value: {
55
+ /**
56
+ * @props { Object } query={} 查询数据
57
+ */
58
+ query: {
56
59
  type: () => ObjAny;
57
60
  default(): {};
58
61
  };
62
+ /**
63
+ * @props { Array<ObjAny> } value=[] 列表数据
64
+ */
65
+ value: {
66
+ type: {
67
+ (arrayLength: number): ObjAny[];
68
+ (...items: ObjAny[]): ObjAny[];
69
+ new (arrayLength: number): ObjAny[];
70
+ new (...items: ObjAny[]): ObjAny[];
71
+ isArray(arg: any): arg is any[];
72
+ readonly prototype: any[];
73
+ from<T>(arrayLike: ArrayLike<T>): T[];
74
+ from<T, U>(arrayLike: ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
75
+ from<T>(iterable: Iterable<T> | ArrayLike<T>): T[];
76
+ from<T, U>(iterable: Iterable<T> | ArrayLike<T>, mapfn: (v: T, k: number) => U, thisArg?: any): U[];
77
+ of<T>(...items: T[]): T[];
78
+ fromAsync<T>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T | PromiseLike<T>> | ArrayLike<T | PromiseLike<T>>): Promise<T[]>;
79
+ fromAsync<T, U>(iterableOrArrayLike: AsyncIterable<T> | Iterable<T> | ArrayLike<T>, mapFn: (value: Awaited<T>, index: number) => U, thisArg?: any): Promise<Awaited<U>[]>;
80
+ readonly [Symbol.species]: ArrayConstructor;
81
+ };
82
+ default(): never[];
83
+ };
59
84
  list: {
60
85
  type: {
61
86
  (arrayLength: number): ListObj[];
@@ -6,12 +6,24 @@ const dataProps = buildProps({
6
6
  return {};
7
7
  }
8
8
  },
9
- value: {
9
+ /**
10
+ * @props { Object } query={} 查询数据
11
+ */
12
+ query: {
10
13
  type: Object,
11
14
  default() {
12
15
  return {};
13
16
  }
14
17
  },
18
+ /**
19
+ * @props { Array<ObjAny> } value=[] 列表数据
20
+ */
21
+ value: {
22
+ type: Array,
23
+ default() {
24
+ return [];
25
+ }
26
+ },
15
27
  list: {
16
28
  type: Array,
17
29
  default() {
@@ -10,9 +10,10 @@ const index$7 = require("../../buttons/index.cjs");
10
10
  const index$3 = require("../../message/index.cjs");
11
11
  const index$2 = require("../../message-box/index.cjs");
12
12
  const data = require("./data.cjs");
13
- const setColumn = require("./set-column.cjs");
13
+ require("./set-column.cjs");
14
14
  const urls = require("../../common/urls.cjs");
15
15
  const index = require("../../../hooks/locale/index.cjs");
16
+ const setColumn_vue_vue_type_script_setup_true_lang = require("./set-column2.cjs");
16
17
  const _sfc_main = /* @__PURE__ */ vue.defineComponent({
17
18
  __name: "index",
18
19
  props: data.dataProps,
@@ -193,7 +194,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
193
194
  arr.push({
194
195
  prop: "operation",
195
196
  label: getLocale("page.operation"),
196
- width: 156,
197
+ width: 150,
197
198
  fixed: true
198
199
  });
199
200
  }
@@ -640,7 +641,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
640
641
  vue.createVNode(vue.unref(index$5.Forms), vue.mergeProps((_b = props.config.query) == null ? void 0 : _b.config, {
641
642
  query: "",
642
643
  "label-position": "auto",
643
- "model-value": props.value,
644
+ "model-value": props.query,
644
645
  options: props.options,
645
646
  compons: props.compons,
646
647
  list: listQuery.value,
@@ -678,7 +679,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
678
679
  }, null, 8, ["options"]),
679
680
  vue.renderSlot(_ctx.$slots, dataSlot.top)
680
681
  ], 2),
681
- props.config.setColumn ? (vue.openBlock(), vue.createBlock(setColumn.default, {
682
+ props.config.setColumn ? (vue.openBlock(), vue.createBlock(setColumn_vue_vue_type_script_setup_true_lang.default, {
682
683
  key: 0,
683
684
  modelValue: setList.value,
684
685
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => setList.value = $event),
@@ -8,9 +8,10 @@ import { Buttons } from "../../buttons/index.js";
8
8
  import { Message } from "../../message/index.js";
9
9
  import { MessageBox } from "../../message-box/index.js";
10
10
  import { dataEmits, dataProps } from "./data.js";
11
- import SetColumn from "./set-column.js";
11
+ import "./set-column.js";
12
12
  import { comHandle } from "../../common/urls.js";
13
13
  import { useLocale } from "../../../hooks/locale/index.js";
14
+ import _sfc_main$1 from "./set-column2.js";
14
15
  const _sfc_main = /* @__PURE__ */ defineComponent({
15
16
  __name: "index",
16
17
  props: dataProps,
@@ -191,7 +192,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
191
192
  arr.push({
192
193
  prop: "operation",
193
194
  label: getLocale("page.operation"),
194
- width: 156,
195
+ width: 150,
195
196
  fixed: true
196
197
  });
197
198
  }
@@ -638,7 +639,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
638
639
  createVNode(unref(Forms), mergeProps((_b = props.config.query) == null ? void 0 : _b.config, {
639
640
  query: "",
640
641
  "label-position": "auto",
641
- "model-value": props.value,
642
+ "model-value": props.query,
642
643
  options: props.options,
643
644
  compons: props.compons,
644
645
  list: listQuery.value,
@@ -676,7 +677,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
676
677
  }, null, 8, ["options"]),
677
678
  renderSlot(_ctx.$slots, dataSlot.top)
678
679
  ], 2),
679
- props.config.setColumn ? (openBlock(), createBlock(SetColumn, {
680
+ props.config.setColumn ? (openBlock(), createBlock(_sfc_main$1, {
680
681
  key: 0,
681
682
  modelValue: setList.value,
682
683
  "onUpdate:modelValue": _cache[4] || (_cache[4] = ($event) => setList.value = $event),
@@ -1,7 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
3
3
  const setColumn_vue_vue_type_script_setup_true_lang = require("./set-column2.cjs");
4
- ;/* empty css */
5
- const _pluginVue_exportHelper = require("../../../_virtual/_plugin-vue_export-helper.cjs");
6
- const SetColumn = /* @__PURE__ */ _pluginVue_exportHelper.default(setColumn_vue_vue_type_script_setup_true_lang.default, [["__scopeId", "data-v-ad509651"]]);
7
- exports.default = SetColumn;
4
+ exports.default = setColumn_vue_vue_type_script_setup_true_lang.default;
@@ -1,7 +1,4 @@
1
1
  import _sfc_main from "./set-column2.js";
2
- /* empty css */
3
- import _export_sfc from "../../../_virtual/_plugin-vue_export-helper.js";
4
- const SetColumn = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-ad509651"]]);
5
2
  export {
6
- SetColumn as default
3
+ _sfc_main as default
7
4
  };