@das-fed/ui 7.0.7-hot.13 → 7.0.7-hot.15

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 (33) hide show
  1. package/package.json +6 -5
  2. package/packages/business-components/app-container/style.css +1 -1
  3. package/packages/business-components/app-container/style.css.gz +0 -0
  4. package/packages/business-components/area-phone-select/index.d.ts +23 -23
  5. package/packages/business-components/area-phone-select/src/Index.vue.d.ts +2 -2
  6. package/packages/business-components/area-phone-select/src/area-popover/index.vue.d.ts +2 -2
  7. package/packages/components/autocomplete/index.d.ts +15 -15
  8. package/packages/components/autocomplete/src/index.vue.d.ts +2 -2
  9. package/packages/components/checkbox/index.d.ts +15 -15
  10. package/packages/components/checkbox/src/Index.vue.d.ts +2 -2
  11. package/packages/components/color-picker/index.d.ts +8 -8
  12. package/packages/components/color-picker/src/Index.vue.d.ts +2 -2
  13. package/packages/components/custom-search-item/index.d.ts +15 -15
  14. package/packages/components/custom-search-item/src/Index.vue.d.ts +2 -2
  15. package/packages/components/input/index.d.ts +5 -5
  16. package/packages/components/input/src/index.vue.d.ts +2 -2
  17. package/packages/components/input-dialog-select/index.d.ts +2 -2
  18. package/packages/components/input-dialog-select/src/Index.vue.d.ts +2 -2
  19. package/packages/components/input-number/index.d.ts +8 -8
  20. package/packages/components/input-number/src/App.vue.d.ts +2 -2
  21. package/packages/components/radio/index.d.ts +15 -15
  22. package/packages/components/radio/src/Index.vue.d.ts +2 -2
  23. package/packages/components/rich-editor/index.d.ts +8 -8
  24. package/packages/components/rich-editor/index.js +15506 -14971
  25. package/packages/components/rich-editor/index.js.gz +0 -0
  26. package/packages/components/rich-editor/src/Index.vue.d.ts +2 -2
  27. package/packages/components/search/index.d.ts +2 -2
  28. package/packages/components/search/src/Index.vue.d.ts +2 -2
  29. package/packages/components/special-range-picker-month/index.d.ts +2 -2
  30. package/packages/components/special-range-picker-month/src/Index.vue.d.ts +2 -2
  31. package/packages/components/special-range-picker-year/index.d.ts +2 -2
  32. package/packages/components/special-range-picker-year/src/Index.vue.d.ts +2 -2
  33. package/packages/components/tree-select/src/App.vue.d.ts +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@das-fed/ui",
3
- "version": "7.0.7-hot.13",
3
+ "version": "7.0.7-hot.15",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./index.js",
@@ -26,7 +26,7 @@
26
26
  "@antv/x6-plugin-snapline": "^2.1.7",
27
27
  "@antv/x6-plugin-transform": "^2.1.8",
28
28
  "@antv/x6-vue-shape": "^2.1.2",
29
- "@das-fed/cli": "7.0.7-hot.13",
29
+ "@das-fed/cli": "7.0.7-hot.15",
30
30
  "@element-plus/icons-vue": "^2.3.1",
31
31
  "@types/lodash": "^4.14.194",
32
32
  "@types/lodash-es": "^4.17.9",
@@ -56,9 +56,9 @@
56
56
  "vue-tsc": "^2.0.29"
57
57
  },
58
58
  "dependencies": {
59
- "@das-fed/ui": "7.0.7-hot.13",
60
- "@das-fed/utils": "7.0.7-hot.13",
61
- "@das-fed/web": "7.0.7-hot.13",
59
+ "@das-fed/ui": "7.0.7-hot.15",
60
+ "@das-fed/utils": "7.0.7-hot.15",
61
+ "@das-fed/web": "7.0.7-hot.15",
62
62
  "@types/markdown-it": "^14.1.2",
63
63
  "@wangeditor-next/editor": "5.6.31",
64
64
  "@wangeditor-next/editor-for-vue": "5.1.14",
@@ -68,6 +68,7 @@
68
68
  "coordtransform": "^2.1.2",
69
69
  "dayjs": "1.11.10",
70
70
  "dom-to-image": "^2.6.0",
71
+ "dompurify": "^3.2.7",
71
72
  "echarts": "^5.5.0",
72
73
  "element-resize-detector": "^1.2.4",
73
74
  "hls.js": "^1.5.20",
@@ -1 +1 @@
1
- .application-content{position:relative;padding:30px 20px 10px;box-sizing:border-box}.application-content .application-list{width:100%}.application-content .application-list .table{display:table;width:100%;margin-bottom:20px}.application-content .application-list .table .table-row{display:table-row}.application-content .application-list .table .table-row .table-cell{display:table-cell}.application-content .application-list .table .table-row .table-cell.column_1{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background:var(--das-application-app-bg-color);position:relative}.application-content .application-list .table .table-row .table-cell.column_1 .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:20px 8px}.application-content .application-list .table .table-row .table-cell.column_2{box-sizing:border-box;width:calc(100% - 110px);padding-left:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row:not(:first-child){margin-top:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app{height:100%;display:flex;align-items:center;padding:0 30px;min-height:98px;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);cursor:pointer}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item{width:100%;height:48px;display:flex}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content{flex:1;padding-left:10px;box-sizing:border-box;overflow:hidden}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:hover,.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}
1
+ .application-content{position:relative;padding:30px 20px 10px;box-sizing:border-box}.application-content .application-list{width:100%}.application-content .application-list .table{display:table;width:100%;margin-bottom:20px}.application-content .application-list .table .table-row{display:table-row}.application-content .application-list .table .table-row .table-cell{display:table-cell}.application-content .application-list .table .table-row .table-cell.column_1{width:110px;font-size:0;vertical-align:middle;color:var(--das-application-app-color);background:var(--das-application-app-bg-color);position:relative}.application-content .application-list .table .table-row .table-cell.column_1 .app-name{width:110px;height:100%;font-size:18px;text-align:center;box-sizing:border-box;padding:20px 8px}.application-content .application-list .table .table-row .table-cell.column_2{box-sizing:border-box;width:calc(100% - 110px);padding-left:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row:not(:first-child){margin-top:20px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col{height:100%}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app{height:100%;display:flex;align-items:center;padding:0 30px;min-height:98px;box-shadow:0 4px 12px #86a2d233;background-color:var(--das-application-subapp-bg-color);cursor:pointer}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item{width:100%;height:48px;display:flex}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .img{width:48px;height:48px;border-radius:6px}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content{flex:1;padding-left:10px;box-sizing:border-box;overflow:hidden}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .name{font-size:16px;font-weight:400;color:var(--das-application-subapp-name-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app .sub-app-item .sub-app-item-content .describe{font-size:12px;font-weight:400;color:var(--das-application-subapp-describe-color)}.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:hover,.application-content .application-list .table .table-row .table-cell.column_2 .column_2_content .app-row .app-col .sub-app:active{box-shadow:0 0 20px #0003;border-radius:2px}@media screen and (max-width: 1365px){.application-content .application-list .el-col-6{max-width:33.33%;flex:0 0 33.33%}.application-content .application-list .el-col-6:nth-child(n+4){margin-top:20px}}@media screen and (max-width: 1002px){.application-content .application-list .el-col-6{max-width:50%;flex:0 0 50%}.application-content .application-list .el-col-6:nth-child(n+3){margin-top:20px}}@media screen and (max-width: 718px){.application-content .application-list .el-col-6{max-width:100%;flex:0 0 100%}.application-content .application-list .el-col-6:nth-child(n+2){margin-top:20px}}
@@ -1,11 +1,11 @@
1
1
  declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
2
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3
2
  onChange?: ((value: string | number) => any) | undefined;
3
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
4
4
  "onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
5
5
  "onArea-change"?: ((value: Record<any, any>) => any) | undefined;
6
6
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
- "update:modelValue": (value: string) => any;
8
7
  change: (value: string | number) => any;
8
+ "update:modelValue": (value: string) => any;
9
9
  "update:areaItem": (value: Record<any, any>) => any;
10
10
  "area-change": (value: Record<any, any>) => any;
11
11
  }, import("vue").PublicProps, {
@@ -18,20 +18,20 @@ declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").Creat
18
18
  M: {};
19
19
  Defaults: {};
20
20
  }, Readonly<import("./src/type.js").Props> & Readonly<{
21
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
22
21
  onChange?: ((value: string | number) => any) | undefined;
22
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
23
23
  "onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
24
24
  "onArea-change"?: ((value: Record<any, any>) => any) | undefined;
25
25
  }>, {}, {}, {}, {}, {
26
26
  modelValue: any;
27
27
  }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
28
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
29
28
  onChange?: ((value: string | number) => any) | undefined;
29
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
30
30
  "onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
31
31
  "onArea-change"?: ((value: Record<any, any>) => any) | undefined;
32
32
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
33
- "update:modelValue": (value: string) => any;
34
33
  change: (value: string | number) => any;
34
+ "update:modelValue": (value: string) => any;
35
35
  "update:areaItem": (value: Record<any, any>) => any;
36
36
  "area-change": (value: Record<any, any>) => any;
37
37
  }, import("vue").PublicProps, {
@@ -44,8 +44,8 @@ declare const DasAreaPhoneSelectRef: () => import("vue").Ref<import("vue").Creat
44
44
  M: {};
45
45
  Defaults: {};
46
46
  }, Readonly<import("./src/type.js").Props> & Readonly<{
47
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
48
47
  onChange?: ((value: string | number) => any) | undefined;
48
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
49
49
  "onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
50
50
  "onArea-change"?: ((value: Record<any, any>) => any) | undefined;
51
51
  }>, {}, {}, {}, {}, {
@@ -63,8 +63,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
63
63
  readonly disabled?: boolean | undefined;
64
64
  readonly showArrow?: boolean | undefined;
65
65
  readonly filter?: boolean | undefined;
66
- readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
67
66
  readonly onChange?: ((value: Record<any, any>) => any) | undefined;
67
+ readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
68
68
  readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
69
69
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
70
70
  $attrs: {
@@ -79,11 +79,11 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
79
79
  $root: import("vue").ComponentPublicInstance | null;
80
80
  $parent: import("vue").ComponentPublicInstance | null;
81
81
  $host: Element | null;
82
- $emit: ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "change", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
82
+ $emit: ((event: "change", value: Record<any, any>) => void) & ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
83
83
  $el: any;
84
84
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
85
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
86
85
  onChange?: ((value: Record<any, any>) => any) | undefined;
86
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
87
87
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
88
88
  }>, {
89
89
  popoverRef: import("vue").Ref<({
@@ -244,8 +244,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
244
244
  };
245
245
  }) | null>;
246
246
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
247
- "update:modelValue": (value: Record<any, any>) => any;
248
247
  change: (value: Record<any, any>) => any;
248
+ "update:modelValue": (value: Record<any, any>) => any;
249
249
  "update:visible": (value: boolean) => any;
250
250
  }, string, {
251
251
  filter: boolean;
@@ -278,8 +278,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
278
278
  visible: boolean;
279
279
  showArrow: boolean;
280
280
  }> & Omit<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
281
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
282
281
  onChange?: ((value: Record<any, any>) => any) | undefined;
282
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
283
283
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
284
284
  }>, "popoverRef" | ("filter" | "label" | "visible" | "showArrow")> & import("vue").ShallowUnwrapRef<{
285
285
  popoverRef: import("vue").Ref<({
@@ -455,8 +455,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
455
455
  readonly disabled?: boolean | undefined;
456
456
  readonly showArrow?: boolean | undefined;
457
457
  readonly filter?: boolean | undefined;
458
- readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
459
458
  readonly onChange?: ((value: Record<any, any>) => any) | undefined;
459
+ readonly "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
460
460
  readonly "onUpdate:visible"?: ((value: boolean) => any) | undefined;
461
461
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
462
462
  $attrs: {
@@ -471,11 +471,11 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
471
471
  $root: import("vue").ComponentPublicInstance | null;
472
472
  $parent: import("vue").ComponentPublicInstance | null;
473
473
  $host: Element | null;
474
- $emit: ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "change", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
474
+ $emit: ((event: "change", value: Record<any, any>) => void) & ((event: "update:modelValue", value: Record<any, any>) => void) & ((event: "update:visible", value: boolean) => void);
475
475
  $el: any;
476
476
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
477
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
478
477
  onChange?: ((value: Record<any, any>) => any) | undefined;
478
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
479
479
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
480
480
  }>, {
481
481
  popoverRef: import("vue").Ref<({
@@ -636,8 +636,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
636
636
  };
637
637
  }) | null>;
638
638
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
639
- "update:modelValue": (value: Record<any, any>) => any;
640
639
  change: (value: Record<any, any>) => any;
640
+ "update:modelValue": (value: Record<any, any>) => any;
641
641
  "update:visible": (value: boolean) => any;
642
642
  }, string, {
643
643
  filter: boolean;
@@ -670,8 +670,8 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
670
670
  visible: boolean;
671
671
  showArrow: boolean;
672
672
  }> & Omit<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
673
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
674
673
  onChange?: ((value: Record<any, any>) => any) | undefined;
674
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
675
675
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
676
676
  }>, "popoverRef" | ("filter" | "label" | "visible" | "showArrow")> & import("vue").ShallowUnwrapRef<{
677
677
  popoverRef: import("vue").Ref<({
@@ -837,13 +837,13 @@ declare const DasAreaPopoverRef: () => import("vue").Ref<({
837
837
  };
838
838
  }) | null>;
839
839
  declare const DasAreaPhoneSelect: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
840
- "update:modelValue": (value: string) => any;
841
840
  change: (value: string | number) => any;
841
+ "update:modelValue": (value: string) => any;
842
842
  "update:areaItem": (value: Record<any, any>) => any;
843
843
  "area-change": (value: Record<any, any>) => any;
844
844
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
845
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
846
845
  onChange?: ((value: string | number) => any) | undefined;
846
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
847
847
  "onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
848
848
  "onArea-change"?: ((value: Record<any, any>) => any) | undefined;
849
849
  }>, {
@@ -851,8 +851,8 @@ declare const DasAreaPhoneSelect: import("@das-fed/utils").SFCWithInstall<import
851
851
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
852
852
  declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
853
853
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
854
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
855
854
  onChange?: ((value: Record<any, any>) => any) | undefined;
855
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
856
856
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
857
857
  }>, {
858
858
  popoverRef: import("vue").Ref<({
@@ -1013,8 +1013,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
1013
1013
  };
1014
1014
  }) | null>;
1015
1015
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
1016
- "update:modelValue": (value: Record<any, any>) => any;
1017
1016
  change: (value: Record<any, any>) => any;
1017
+ "update:modelValue": (value: Record<any, any>) => any;
1018
1018
  "update:visible": (value: boolean) => any;
1019
1019
  }, import("vue").PublicProps, {
1020
1020
  filter: boolean;
@@ -1029,8 +1029,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
1029
1029
  M: {};
1030
1030
  Defaults: {};
1031
1031
  }, Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
1032
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
1033
1032
  onChange?: ((value: Record<any, any>) => any) | undefined;
1033
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
1034
1034
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
1035
1035
  }>, {
1036
1036
  popoverRef: import("vue").Ref<({
@@ -1200,8 +1200,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
1200
1200
  __isTeleport?: never;
1201
1201
  __isSuspense?: never;
1202
1202
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/area-popover/type.js").Props> & Readonly<{
1203
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
1204
1203
  onChange?: ((value: Record<any, any>) => any) | undefined;
1204
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
1205
1205
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
1206
1206
  }>, {
1207
1207
  popoverRef: import("vue").Ref<({
@@ -1362,8 +1362,8 @@ declare const DasAreaPopover: import("@das-fed/utils").SFCWithInstall<{
1362
1362
  };
1363
1363
  }) | null>;
1364
1364
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
1365
- "update:modelValue": (value: Record<any, any>) => any;
1366
1365
  change: (value: Record<any, any>) => any;
1366
+ "update:modelValue": (value: Record<any, any>) => any;
1367
1367
  "update:visible": (value: boolean) => any;
1368
1368
  }, string, {
1369
1369
  filter: boolean;
@@ -1,12 +1,12 @@
1
1
  import type { Props } from './type';
2
2
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
- "update:modelValue": (value: string) => any;
4
3
  change: (value: string | number) => any;
4
+ "update:modelValue": (value: string) => any;
5
5
  "update:areaItem": (value: Record<any, any>) => any;
6
6
  "area-change": (value: Record<any, any>) => any;
7
7
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
8
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
9
8
  onChange?: ((value: string | number) => any) | undefined;
9
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
10
10
  "onUpdate:areaItem"?: ((value: Record<any, any>) => any) | undefined;
11
11
  "onArea-change"?: ((value: Record<any, any>) => any) | undefined;
12
12
  }>, {
@@ -158,12 +158,12 @@ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<Props, {
158
158
  };
159
159
  }) | null>;
160
160
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
161
- "update:modelValue": (value: Record<any, any>) => any;
162
161
  change: (value: Record<any, any>) => any;
162
+ "update:modelValue": (value: Record<any, any>) => any;
163
163
  "update:visible": (value: boolean) => any;
164
164
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
165
- "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
166
165
  onChange?: ((value: Record<any, any>) => any) | undefined;
166
+ "onUpdate:modelValue"?: ((value: Record<any, any>) => any) | undefined;
167
167
  "onUpdate:visible"?: ((value: boolean) => any) | undefined;
168
168
  }>, {
169
169
  filter: boolean;
@@ -20,8 +20,8 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
20
20
  readonly nodeKey?: string | undefined;
21
21
  readonly showInputDom?: boolean | undefined;
22
22
  readonly onInput?: ((val: string) => any) | undefined;
23
- readonly "onUpdate:modelValue"?: ((val: string) => any) | undefined;
24
23
  readonly onChange?: ((val: string) => any) | undefined;
24
+ readonly "onUpdate:modelValue"?: ((val: string) => any) | undefined;
25
25
  readonly "onUpdate:path"?: ((val: any) => any) | undefined;
26
26
  readonly "onNode-click"?: ((val: any) => any) | undefined;
27
27
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
@@ -37,18 +37,18 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
37
37
  $root: import("vue").ComponentPublicInstance | null;
38
38
  $parent: import("vue").ComponentPublicInstance | null;
39
39
  $host: Element | null;
40
- $emit: ((event: "input", val: string) => void) & ((event: "update:modelValue", val: string) => void) & ((event: "change", val: string) => void) & ((event: "update:path", val: any) => void) & ((event: "node-click", val: any) => void);
40
+ $emit: ((event: "input", val: string) => void) & ((event: "change", val: string) => void) & ((event: "update:modelValue", val: string) => void) & ((event: "update:path", val: any) => void) & ((event: "node-click", val: any) => void);
41
41
  $el: any;
42
42
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
43
43
  onInput?: ((val: string) => any) | undefined;
44
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
45
44
  onChange?: ((val: string) => any) | undefined;
45
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
46
46
  "onUpdate:path"?: ((val: any) => any) | undefined;
47
47
  "onNode-click"?: ((val: any) => any) | undefined;
48
48
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
49
49
  input: (val: string) => any;
50
- "update:modelValue": (val: string) => any;
51
50
  change: (val: string) => any;
51
+ "update:modelValue": (val: string) => any;
52
52
  "update:path": (val: any) => any;
53
53
  "node-click": (val: any) => any;
54
54
  }, string, {
@@ -103,8 +103,8 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
103
103
  showInputDom: boolean;
104
104
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
105
105
  onInput?: ((val: string) => any) | undefined;
106
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
107
106
  onChange?: ((val: string) => any) | undefined;
107
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
108
108
  "onUpdate:path"?: ((val: any) => any) | undefined;
109
109
  "onNode-click"?: ((val: any) => any) | undefined;
110
110
  }>, "size" | "mode" | "modelValue" | "placement" | "popperOptions" | "width" | "offset" | "options" | "isView" | "showFullPath" | "fieldNames" | "maxCount" | "treeOptions" | "showInputDom"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
@@ -133,8 +133,8 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
133
133
  readonly nodeKey?: string | undefined;
134
134
  readonly showInputDom?: boolean | undefined;
135
135
  readonly onInput?: ((val: string) => any) | undefined;
136
- readonly "onUpdate:modelValue"?: ((val: string) => any) | undefined;
137
136
  readonly onChange?: ((val: string) => any) | undefined;
137
+ readonly "onUpdate:modelValue"?: ((val: string) => any) | undefined;
138
138
  readonly "onUpdate:path"?: ((val: any) => any) | undefined;
139
139
  readonly "onNode-click"?: ((val: any) => any) | undefined;
140
140
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
@@ -150,18 +150,18 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
150
150
  $root: import("vue").ComponentPublicInstance | null;
151
151
  $parent: import("vue").ComponentPublicInstance | null;
152
152
  $host: Element | null;
153
- $emit: ((event: "input", val: string) => void) & ((event: "update:modelValue", val: string) => void) & ((event: "change", val: string) => void) & ((event: "update:path", val: any) => void) & ((event: "node-click", val: any) => void);
153
+ $emit: ((event: "input", val: string) => void) & ((event: "change", val: string) => void) & ((event: "update:modelValue", val: string) => void) & ((event: "update:path", val: any) => void) & ((event: "node-click", val: any) => void);
154
154
  $el: any;
155
155
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
156
156
  onInput?: ((val: string) => any) | undefined;
157
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
158
157
  onChange?: ((val: string) => any) | undefined;
158
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
159
159
  "onUpdate:path"?: ((val: any) => any) | undefined;
160
160
  "onNode-click"?: ((val: any) => any) | undefined;
161
161
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
162
162
  input: (val: string) => any;
163
- "update:modelValue": (val: string) => any;
164
163
  change: (val: string) => any;
164
+ "update:modelValue": (val: string) => any;
165
165
  "update:path": (val: any) => any;
166
166
  "node-click": (val: any) => any;
167
167
  }, string, {
@@ -216,8 +216,8 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
216
216
  showInputDom: boolean;
217
217
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
218
218
  onInput?: ((val: string) => any) | undefined;
219
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
220
219
  onChange?: ((val: string) => any) | undefined;
220
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
221
221
  "onUpdate:path"?: ((val: any) => any) | undefined;
222
222
  "onNode-click"?: ((val: any) => any) | undefined;
223
223
  }>, "size" | "mode" | "modelValue" | "placement" | "popperOptions" | "width" | "offset" | "options" | "isView" | "showFullPath" | "fieldNames" | "maxCount" | "treeOptions" | "showInputDom"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
@@ -229,14 +229,14 @@ declare const DasAutocompleteRef: () => import("vue").Ref<({
229
229
  declare const DasAutocomplete: import("@das-fed/utils").SFCWithInstall<{
230
230
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
231
231
  onInput?: ((val: string) => any) | undefined;
232
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
233
232
  onChange?: ((val: string) => any) | undefined;
233
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
234
234
  "onUpdate:path"?: ((val: any) => any) | undefined;
235
235
  "onNode-click"?: ((val: any) => any) | undefined;
236
236
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
237
237
  input: (val: string) => any;
238
- "update:modelValue": (val: string) => any;
239
238
  change: (val: string) => any;
239
+ "update:modelValue": (val: string) => any;
240
240
  "update:path": (val: any) => any;
241
241
  "node-click": (val: any) => any;
242
242
  }, import("vue").PublicProps, {
@@ -263,8 +263,8 @@ declare const DasAutocomplete: import("@das-fed/utils").SFCWithInstall<{
263
263
  Defaults: {};
264
264
  }, Readonly<import("./src/type.js").Props> & Readonly<{
265
265
  onInput?: ((val: string) => any) | undefined;
266
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
267
266
  onChange?: ((val: string) => any) | undefined;
267
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
268
268
  "onUpdate:path"?: ((val: any) => any) | undefined;
269
269
  "onNode-click"?: ((val: any) => any) | undefined;
270
270
  }>, {}, {}, {}, {}, {
@@ -288,14 +288,14 @@ declare const DasAutocomplete: import("@das-fed/utils").SFCWithInstall<{
288
288
  __isSuspense?: never;
289
289
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
290
290
  onInput?: ((val: string) => any) | undefined;
291
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
292
291
  onChange?: ((val: string) => any) | undefined;
292
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
293
293
  "onUpdate:path"?: ((val: any) => any) | undefined;
294
294
  "onNode-click"?: ((val: any) => any) | undefined;
295
295
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
296
296
  input: (val: string) => any;
297
- "update:modelValue": (val: string) => any;
298
297
  change: (val: string) => any;
298
+ "update:modelValue": (val: string) => any;
299
299
  "update:path": (val: any) => any;
300
300
  "node-click": (val: any) => any;
301
301
  }, string, {
@@ -6,14 +6,14 @@ type __VLS_Slots = {} & {
6
6
  };
7
7
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
8
8
  input: (val: string) => any;
9
- "update:modelValue": (val: string) => any;
10
9
  change: (val: string) => any;
10
+ "update:modelValue": (val: string) => any;
11
11
  "update:path": (val: any) => any;
12
12
  "node-click": (val: any) => any;
13
13
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
14
14
  onInput?: ((val: string) => any) | undefined;
15
- "onUpdate:modelValue"?: ((val: string) => any) | undefined;
16
15
  onChange?: ((val: string) => any) | undefined;
16
+ "onUpdate:modelValue"?: ((val: string) => any) | undefined;
17
17
  "onUpdate:path"?: ((val: any) => any) | undefined;
18
18
  "onNode-click"?: ((val: any) => any) | undefined;
19
19
  }>, {
@@ -22,8 +22,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
22
22
  readonly errorMode?: "default" | "overlay" | undefined;
23
23
  readonly isErrorTitle?: boolean | undefined;
24
24
  readonly noSetDefaultVal?: boolean | undefined;
25
- readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
26
25
  readonly onChange?: ((e: any) => any) | undefined;
26
+ readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
27
27
  readonly "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
28
28
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
29
29
  $attrs: {
@@ -38,15 +38,15 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
38
38
  $root: import("vue").ComponentPublicInstance | null;
39
39
  $parent: import("vue").ComponentPublicInstance | null;
40
40
  $host: Element | null;
41
- $emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void) & ((event: "update:indeterminate", n: any) => void);
41
+ $emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void) & ((event: "update:indeterminate", n: any) => void);
42
42
  $el: any;
43
43
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
44
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
45
44
  onChange?: ((e: any) => any) | undefined;
45
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
46
46
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
47
47
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
48
- "update:modelValue": (n: any) => any;
49
48
  change: (e: any) => any;
49
+ "update:modelValue": (n: any) => any;
50
50
  "update:indeterminate": (n: any) => any;
51
51
  }, string, {
52
52
  size: "small" | "middle" | "large";
@@ -109,8 +109,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
109
109
  checkboxType: "default" | "group";
110
110
  indeterminate: boolean;
111
111
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
112
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
113
112
  onChange?: ((e: any) => any) | undefined;
113
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
114
114
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
115
115
  }>, "size" | "defaultProps" | "name" | "disabled" | "modelValue" | "teleported" | "width" | "options" | "layout" | "error" | "optionType" | "isView" | "maxWidth" | "noSetDefaultVal" | "errorMode" | "errorLabel" | "isErrorTitle" | "checkboxType" | "indeterminate"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
116
116
  $slots: {
@@ -143,8 +143,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
143
143
  readonly errorMode?: "default" | "overlay" | undefined;
144
144
  readonly isErrorTitle?: boolean | undefined;
145
145
  readonly noSetDefaultVal?: boolean | undefined;
146
- readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
147
146
  readonly onChange?: ((e: any) => any) | undefined;
147
+ readonly "onUpdate:modelValue"?: ((n: any) => any) | undefined;
148
148
  readonly "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
149
149
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
150
150
  $attrs: {
@@ -159,15 +159,15 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
159
159
  $root: import("vue").ComponentPublicInstance | null;
160
160
  $parent: import("vue").ComponentPublicInstance | null;
161
161
  $host: Element | null;
162
- $emit: ((event: "update:modelValue", n: any) => void) & ((event: "change", e: any) => void) & ((event: "update:indeterminate", n: any) => void);
162
+ $emit: ((event: "change", e: any) => void) & ((event: "update:modelValue", n: any) => void) & ((event: "update:indeterminate", n: any) => void);
163
163
  $el: any;
164
164
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
165
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
166
165
  onChange?: ((e: any) => any) | undefined;
166
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
167
167
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
168
168
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
169
- "update:modelValue": (n: any) => any;
170
169
  change: (e: any) => any;
170
+ "update:modelValue": (n: any) => any;
171
171
  "update:indeterminate": (n: any) => any;
172
172
  }, string, {
173
173
  size: "small" | "middle" | "large";
@@ -230,8 +230,8 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
230
230
  checkboxType: "default" | "group";
231
231
  indeterminate: boolean;
232
232
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
233
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
234
233
  onChange?: ((e: any) => any) | undefined;
234
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
235
235
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
236
236
  }>, "size" | "defaultProps" | "name" | "disabled" | "modelValue" | "teleported" | "width" | "options" | "layout" | "error" | "optionType" | "isView" | "maxWidth" | "noSetDefaultVal" | "errorMode" | "errorLabel" | "isErrorTitle" | "checkboxType" | "indeterminate"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
237
237
  $slots: {
@@ -244,12 +244,12 @@ declare const DasCheckboxRef: () => import("vue").Ref<({
244
244
  }) | null>;
245
245
  declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
246
246
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
247
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
248
247
  onChange?: ((e: any) => any) | undefined;
248
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
249
249
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
250
250
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
251
- "update:modelValue": (n: any) => any;
252
251
  change: (e: any) => any;
252
+ "update:modelValue": (n: any) => any;
253
253
  "update:indeterminate": (n: any) => any;
254
254
  }, import("vue").PublicProps, {
255
255
  size: "small" | "middle" | "large";
@@ -279,8 +279,8 @@ declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
279
279
  M: {};
280
280
  Defaults: {};
281
281
  }, Readonly<import("./src/type.js").Props> & Readonly<{
282
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
283
282
  onChange?: ((e: any) => any) | undefined;
283
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
284
284
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
285
285
  }>, {}, {}, {}, {}, {
286
286
  size: "small" | "middle" | "large";
@@ -307,12 +307,12 @@ declare const DasCheckbox: import("@das-fed/utils").SFCWithInstall<{
307
307
  __isTeleport?: never;
308
308
  __isSuspense?: never;
309
309
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
310
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
311
310
  onChange?: ((e: any) => any) | undefined;
311
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
312
312
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
313
313
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
314
- "update:modelValue": (n: any) => any;
315
314
  change: (e: any) => any;
315
+ "update:modelValue": (n: any) => any;
316
316
  "update:indeterminate": (n: any) => any;
317
317
  }, string, {
318
318
  size: "small" | "middle" | "large";
@@ -9,12 +9,12 @@ type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_37) => any;
10
10
  };
11
11
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
- "update:modelValue": (n: any) => any;
13
12
  change: (e: any) => any;
13
+ "update:modelValue": (n: any) => any;
14
14
  "update:indeterminate": (n: any) => any;
15
15
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
16
- "onUpdate:modelValue"?: ((n: any) => any) | undefined;
17
16
  onChange?: ((e: any) => any) | undefined;
17
+ "onUpdate:modelValue"?: ((n: any) => any) | undefined;
18
18
  "onUpdate:indeterminate"?: ((n: any) => any) | undefined;
19
19
  }>, {
20
20
  size: "small" | "middle" | "large";
@@ -1,11 +1,11 @@
1
1
  /** 获取组件实例 */
2
2
  declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
3
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
4
3
  onChange?: ((value: string) => any) | undefined;
4
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
5
5
  onDasInput?: ((value: string) => any) | undefined;
6
6
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
7
- "update:modelValue": (value: string) => any;
8
7
  change: (value: string) => any;
8
+ "update:modelValue": (value: string) => any;
9
9
  dasInput: (value: string) => any;
10
10
  }, import("vue").PublicProps, {
11
11
  disabled: boolean;
@@ -23,8 +23,8 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
23
23
  M: {};
24
24
  Defaults: {};
25
25
  }, Readonly<import("./src/type.js").Props> & Readonly<{
26
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
27
26
  onChange?: ((value: string) => any) | undefined;
27
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
28
28
  onDasInput?: ((value: string) => any) | undefined;
29
29
  }>, {}, {}, {}, {}, {
30
30
  disabled: boolean;
@@ -35,12 +35,12 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
35
35
  noSetDefaultVal: boolean;
36
36
  borderType: string;
37
37
  }> | null, import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
38
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
39
38
  onChange?: ((value: string) => any) | undefined;
39
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
40
40
  onDasInput?: ((value: string) => any) | undefined;
41
41
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
42
- "update:modelValue": (value: string) => any;
43
42
  change: (value: string) => any;
43
+ "update:modelValue": (value: string) => any;
44
44
  dasInput: (value: string) => any;
45
45
  }, import("vue").PublicProps, {
46
46
  disabled: boolean;
@@ -58,8 +58,8 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
58
58
  M: {};
59
59
  Defaults: {};
60
60
  }, Readonly<import("./src/type.js").Props> & Readonly<{
61
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
62
61
  onChange?: ((value: string) => any) | undefined;
62
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
63
63
  onDasInput?: ((value: string) => any) | undefined;
64
64
  }>, {}, {}, {}, {}, {
65
65
  disabled: boolean;
@@ -71,12 +71,12 @@ declare const DasColorPickerRef: () => import("vue").Ref<import("vue").CreateCom
71
71
  borderType: string;
72
72
  }> | null>;
73
73
  declare const DasColorPicker: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
74
- "update:modelValue": (value: string) => any;
75
74
  change: (value: string) => any;
75
+ "update:modelValue": (value: string) => any;
76
76
  dasInput: (value: string) => any;
77
77
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
78
- "onUpdate:modelValue"?: ((value: string) => any) | undefined;
79
78
  onChange?: ((value: string) => any) | undefined;
79
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
80
80
  onDasInput?: ((value: string) => any) | undefined;
81
81
  }>, {
82
82
  disabled: boolean;