@das-fed/ui 6.4.0-dev.42 → 6.4.0-dev.43

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 (103) hide show
  1. package/i18n-collection/en.js +536 -0
  2. package/i18n-collection/zh-CN.js +537 -0
  3. package/package.json +6 -5
  4. package/packages/business-components/change-pwd/src/hooks/use-changePwd.d.ts +14 -14
  5. package/packages/business-components/device-panel/src/components/alarmDevicePanel/alarmLog/components/listItem.vue.d.ts +1 -1
  6. package/packages/business-components/device-panel/src/components/devicePanelModal/alarmLog/components/listItem.vue.d.ts +1 -1
  7. package/packages/business-components/device-panel/src/components/drag-resize/index.vue.d.ts +1 -1
  8. package/packages/business-components/echarts/index.d.ts +10 -10
  9. package/packages/business-components/echarts/index.js +1648 -1639
  10. package/packages/business-components/echarts/index.js.gz +0 -0
  11. package/packages/business-components/echarts/src/Index.vue.d.ts +2 -2
  12. package/packages/business-components/echarts/style.css +1 -1
  13. package/packages/business-components/export-button/index.d.ts +5 -5
  14. package/packages/business-components/export-button/src/App.vue.d.ts +2 -2
  15. package/packages/business-components/import-button/index.d.ts +13 -13
  16. package/packages/business-components/import-button/src/App.vue.d.ts +5 -5
  17. package/packages/business-components/model-table-dialog/index.d.ts +61 -61
  18. package/packages/business-components/model-table-dialog/src/Index.vue.d.ts +10 -10
  19. package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +4 -4
  20. package/packages/business-components/process-form/index.js +1065 -1057
  21. package/packages/business-components/process-form/index.js.gz +0 -0
  22. package/packages/business-components/process-form/src/hooks/useForm.d.ts +14 -14
  23. package/packages/business-components/process-form/src/hooks/useSelector.d.ts +2 -1
  24. package/packages/business-components/process-form/src/widgets/layout/accordion/accordion.d.ts +1 -1
  25. package/packages/business-components/process-form/src/widgets/layout/grid/grid.d.ts +1 -1
  26. package/packages/business-components/process-form/style.css +1 -1
  27. package/packages/business-components/process-table/index.d.ts +11 -2
  28. package/packages/business-components/process-table/index.js +147 -146
  29. package/packages/business-components/process-table/index.js.gz +0 -0
  30. package/packages/business-components/process-table/src/App.vue.d.ts +9 -24
  31. package/packages/business-components/process-table/src/type.d.ts +2 -0
  32. package/packages/business-components/process-table/style.css +1 -1
  33. package/packages/business-components/urgent-panel/src/components/drag-resize/index.vue.d.ts +1 -1
  34. package/packages/components/audio-video/index.d.ts +10 -10
  35. package/packages/components/audio-video/src/Index.vue.d.ts +2 -2
  36. package/packages/components/autocomplete/index.d.ts +38 -38
  37. package/packages/components/autocomplete/src/index.vue.d.ts +17 -17
  38. package/packages/components/cascader/index.d.ts +6 -6
  39. package/packages/components/cascader/src/Index.vue.d.ts +2 -2
  40. package/packages/components/checkbox/index.d.ts +59 -59
  41. package/packages/components/checkbox/src/Index.vue.d.ts +8 -8
  42. package/packages/components/collaspe/index.d.ts +9 -9
  43. package/packages/components/collaspe/src/Index.vue.d.ts +1 -1
  44. package/packages/components/color-picker/index.d.ts +13 -13
  45. package/packages/components/color-picker/src/Index.vue.d.ts +3 -3
  46. package/packages/components/custom-search-item/index.d.ts +24 -24
  47. package/packages/components/custom-search-item/src/Index.vue.d.ts +3 -3
  48. package/packages/components/date-picker/index.d.ts +27 -27
  49. package/packages/components/date-picker/src/DatePicker.vue.d.ts +2 -2
  50. package/packages/components/date-picker/src/DateRangePicker.vue.d.ts +1 -1
  51. package/packages/components/date-picker/src/RangePicker.vue.d.ts +2 -2
  52. package/packages/components/date-picker/src/TimePicker.vue.d.ts +2 -2
  53. package/packages/components/date-picker/src/TimeRangePicker.vue.d.ts +2 -2
  54. package/packages/components/dialog/index.d.ts +13 -13
  55. package/packages/components/dialog/src/Index.vue.d.ts +5 -5
  56. package/packages/components/edit-table/index.d.ts +9 -9
  57. package/packages/components/edit-table/src/index.vue.d.ts +1 -1
  58. package/packages/components/form/index.d.ts +23 -23
  59. package/packages/components/form/src/Index.vue.d.ts +3 -3
  60. package/packages/components/image-upload/index.d.ts +1 -1
  61. package/packages/components/image-upload/src/Index.vue.d.ts +1 -1
  62. package/packages/components/image-viewer/index.d.ts +1 -1
  63. package/packages/components/image-viewer/src/Index.vue.d.ts +1 -1
  64. package/packages/components/input/index.d.ts +12 -12
  65. package/packages/components/input/src/index.vue.d.ts +4 -4
  66. package/packages/components/input-dialog-select/index.d.ts +3 -3
  67. package/packages/components/input-dialog-select/src/Index.vue.d.ts +3 -3
  68. package/packages/components/input-number/src/App.vue.d.ts +3 -3
  69. package/packages/components/pagination/index.d.ts +9 -9
  70. package/packages/components/pagination/src/Pagination.vue.d.ts +1 -1
  71. package/packages/components/progress/index.d.ts +3 -3
  72. package/packages/components/progress/src/Index.vue.d.ts +1 -1
  73. package/packages/components/radio/index.d.ts +38 -38
  74. package/packages/components/radio/src/Index.vue.d.ts +5 -5
  75. package/packages/components/rich-editor/index.d.ts +16 -16
  76. package/packages/components/rich-editor/src/Index.vue.d.ts +4 -4
  77. package/packages/components/search/index.d.ts +5 -5
  78. package/packages/components/search/src/Index.vue.d.ts +5 -5
  79. package/packages/components/search-form/src/Index.vue.d.ts +1 -1
  80. package/packages/components/search-form/src/SearchDateRange.vue.d.ts +1 -1
  81. package/packages/components/select/index.d.ts +11 -11
  82. package/packages/components/select/src/Select.vue.d.ts +4 -4
  83. package/packages/components/select-input/index.d.ts +1 -1
  84. package/packages/components/select-input/src/Index.vue.d.ts +1 -1
  85. package/packages/components/special-range-picker-month/index.d.ts +3 -3
  86. package/packages/components/special-range-picker-month/src/Index.vue.d.ts +3 -3
  87. package/packages/components/special-range-picker-year/index.d.ts +3 -3
  88. package/packages/components/special-range-picker-year/src/Index.vue.d.ts +3 -3
  89. package/packages/components/spin/index.d.ts +3 -3
  90. package/packages/components/spin/src/index.vue.d.ts +1 -1
  91. package/packages/components/table/index.d.ts +16 -16
  92. package/packages/components/table/src/filter-pane/filterPane.vue.d.ts +2 -2
  93. package/packages/components/table/src/table-column/index.vue.d.ts +2 -2
  94. package/packages/components/tabs/index.d.ts +6 -6
  95. package/packages/components/tag/index.d.ts +6 -6
  96. package/packages/components/tag/src/Index.vue.d.ts +2 -2
  97. package/packages/components/tooltip/index.d.ts +31 -31
  98. package/packages/components/tooltip/src/index.vue.d.ts +4 -4
  99. package/packages/components/tree/src/App.vue.d.ts +1 -1
  100. package/packages/components/tree-select/src/App.vue.d.ts +30 -30
  101. package/packages/components/tree-select/src/hooks/use-tree-select.d.ts +26 -26
  102. package/packages/components/upload/index.d.ts +3 -3
  103. package/packages/components/upload/src/Index.vue.d.ts +1 -1
@@ -1,21 +1,21 @@
1
1
  import type { Props } from './type';
2
2
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
- change: (currValue: import("./type").RangeValue) => any;
4
3
  "update:modelValue": (currValue: import("./type").RangeValue) => any;
4
+ change: (currValue: import("./type").RangeValue) => any;
5
5
  "update:error": (currValue: boolean) => any;
6
6
  "show-popover": () => any;
7
7
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
8
- onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
9
8
  "onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
9
+ onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
10
10
  "onUpdate:error"?: ((currValue: boolean) => any) | undefined;
11
11
  "onShow-popover"?: (() => any) | undefined;
12
12
  }>, {
13
13
  size: "large" | "medium" | "table";
14
- error: boolean;
15
14
  disabled: boolean;
16
15
  width: string;
17
16
  borderType: "underline" | "bordered" | "none";
18
17
  isView: boolean;
18
+ error: boolean;
19
19
  errorMode: "default" | "overlay";
20
20
  errorModelZIndex: number;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,21 +1,21 @@
1
1
  import '@das-fed/ui/packages/global/theme';
2
2
  declare const DasSpecialRangePickerYear: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
3
- change: (currValue: import("./src/type.js").RangeValue) => any;
4
3
  "update:modelValue": (currValue: import("./src/type.js").RangeValue) => any;
4
+ change: (currValue: import("./src/type.js").RangeValue) => any;
5
5
  "update:error": (crrValue: boolean) => any;
6
6
  "show-popover": () => any;
7
7
  }, string, import("vue").PublicProps, Readonly<import("./src/type.js").Props> & Readonly<{
8
- onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
8
  "onUpdate:modelValue"?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
9
+ onChange?: ((currValue: import("./src/type.js").RangeValue) => any) | undefined;
10
10
  "onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
11
11
  "onShow-popover"?: (() => any) | undefined;
12
12
  }>, {
13
13
  size: "large" | "medium" | "table";
14
- error: boolean;
15
14
  disabled: boolean;
16
15
  width: string;
17
16
  borderType: "underline" | "bordered" | "none";
18
17
  isView: boolean;
18
+ error: boolean;
19
19
  errorMode: "default" | "overlay";
20
20
  errorModelZIndex: number;
21
21
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>>;
@@ -1,22 +1,22 @@
1
1
  import 'element-plus/es/components/popover/style/css';
2
2
  import type { Props } from './type';
3
3
  declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
4
- change: (currValue: import("./type").RangeValue) => any;
5
4
  "update:modelValue": (currValue: import("./type").RangeValue) => any;
5
+ change: (currValue: import("./type").RangeValue) => any;
6
6
  "update:error": (crrValue: boolean) => any;
7
7
  "show-popover": () => any;
8
8
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
9
- onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
10
9
  "onUpdate:modelValue"?: ((currValue: import("./type").RangeValue) => any) | undefined;
10
+ onChange?: ((currValue: import("./type").RangeValue) => any) | undefined;
11
11
  "onUpdate:error"?: ((crrValue: boolean) => any) | undefined;
12
12
  "onShow-popover"?: (() => any) | undefined;
13
13
  }>, {
14
14
  size: "large" | "medium" | "table";
15
- error: boolean;
16
15
  disabled: boolean;
17
16
  width: string;
18
17
  borderType: "underline" | "bordered" | "none";
19
18
  isView: boolean;
19
+ error: boolean;
20
20
  errorMode: "default" | "overlay";
21
21
  errorModelZIndex: number;
22
22
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -1,8 +1,8 @@
1
1
  import '@das-fed/ui/packages/global/theme';
2
2
  declare const DasSpin: import("@das-fed/utils").SFCWithInstall<{
3
3
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
4
- size: string;
5
4
  type: string;
5
+ size: string;
6
6
  customSize: string | Number;
7
7
  iconColor: any;
8
8
  full: boolean;
@@ -14,8 +14,8 @@ declare const DasSpin: import("@das-fed/utils").SFCWithInstall<{
14
14
  M: {};
15
15
  Defaults: {};
16
16
  }, Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, {
17
- size: string;
18
17
  type: string;
18
+ size: string;
19
19
  customSize: string | Number;
20
20
  iconColor: any;
21
21
  full: boolean;
@@ -24,8 +24,8 @@ declare const DasSpin: import("@das-fed/utils").SFCWithInstall<{
24
24
  __isTeleport?: never;
25
25
  __isSuspense?: never;
26
26
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
27
- size: string;
28
27
  type: string;
28
+ size: string;
29
29
  customSize: string | Number;
30
30
  iconColor: any;
31
31
  full: boolean;
@@ -9,8 +9,8 @@ declare function __VLS_template(): {
9
9
  };
10
10
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
11
11
  declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
- size: string;
13
12
  type: string;
13
+ size: string;
14
14
  customSize: string | Number;
15
15
  iconColor: any;
16
16
  full: boolean;
@@ -3981,10 +3981,10 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
3981
3981
  "click-link": (row: any, column: any, $index: number) => any;
3982
3982
  "filter-confirm": (val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any;
3983
3983
  }, string, {
3984
- disabled: string | ((row: any, column: any, index: number) => boolean);
3985
3984
  fixed: "left" | "right" | boolean;
3986
- width: string | number;
3985
+ disabled: string | ((row: any, column: any, index: number) => boolean);
3987
3986
  index: ((index: number) => number) | number;
3987
+ width: string | number;
3988
3988
  placeholder: string;
3989
3989
  showOverflowTooltip: boolean;
3990
3990
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -4013,10 +4013,10 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
4013
4013
  $nextTick: typeof import("vue").nextTick;
4014
4014
  $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;
4015
4015
  } & Readonly<{
4016
- disabled: string | ((row: any, column: any, index: number) => boolean);
4017
4016
  fixed: "left" | "right" | boolean;
4018
- width: string | number;
4017
+ disabled: string | ((row: any, column: any, index: number) => boolean);
4019
4018
  index: ((index: number) => number) | number;
4019
+ width: string | number;
4020
4020
  placeholder: string;
4021
4021
  showOverflowTooltip: boolean;
4022
4022
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -4030,7 +4030,7 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
4030
4030
  "onFilter-visible-change"?: ((val: boolean) => any) | undefined;
4031
4031
  "onClick-link"?: ((row: any, column: any, $index: number) => any) | undefined;
4032
4032
  "onFilter-confirm"?: ((val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any) | undefined;
4033
- }>, "disabled" | "fixed" | "width" | "index" | "placeholder" | "showOverflowTooltip" | "contentType" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
4033
+ }>, "fixed" | "disabled" | "index" | "width" | "placeholder" | "showOverflowTooltip" | "contentType" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
4034
4034
  $slots: {
4035
4035
  header?(_: {
4036
4036
  column: any;
@@ -4128,10 +4128,10 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
4128
4128
  "click-link": (row: any, column: any, $index: number) => any;
4129
4129
  "filter-confirm": (val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any;
4130
4130
  }, string, {
4131
- disabled: string | ((row: any, column: any, index: number) => boolean);
4132
4131
  fixed: "left" | "right" | boolean;
4133
- width: string | number;
4132
+ disabled: string | ((row: any, column: any, index: number) => boolean);
4134
4133
  index: ((index: number) => number) | number;
4134
+ width: string | number;
4135
4135
  placeholder: string;
4136
4136
  showOverflowTooltip: boolean;
4137
4137
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -4160,10 +4160,10 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
4160
4160
  $nextTick: typeof import("vue").nextTick;
4161
4161
  $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;
4162
4162
  } & Readonly<{
4163
- disabled: string | ((row: any, column: any, index: number) => boolean);
4164
4163
  fixed: "left" | "right" | boolean;
4165
- width: string | number;
4164
+ disabled: string | ((row: any, column: any, index: number) => boolean);
4166
4165
  index: ((index: number) => number) | number;
4166
+ width: string | number;
4167
4167
  placeholder: string;
4168
4168
  showOverflowTooltip: boolean;
4169
4169
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -4177,7 +4177,7 @@ declare const DasTableColumnRef: () => import("vue").Ref<({
4177
4177
  "onFilter-visible-change"?: ((val: boolean) => any) | undefined;
4178
4178
  "onClick-link"?: ((row: any, column: any, $index: number) => any) | undefined;
4179
4179
  "onFilter-confirm"?: ((val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any) | undefined;
4180
- }>, "disabled" | "fixed" | "width" | "index" | "placeholder" | "showOverflowTooltip" | "contentType" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
4180
+ }>, "fixed" | "disabled" | "index" | "width" | "placeholder" | "showOverflowTooltip" | "contentType" | "filterDefaultVal" | "filterVal" | "filterKeywords" | "columnFilterAutoClearSearch"> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
4181
4181
  $slots: {
4182
4182
  header?(_: {
4183
4183
  column: any;
@@ -7010,10 +7010,10 @@ declare const DasTableColumn: import("@das-fed/utils").SFCWithInstall<{
7010
7010
  "click-link": (row: any, column: any, $index: number) => any;
7011
7011
  "filter-confirm": (val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any;
7012
7012
  }, import("vue").PublicProps, {
7013
- disabled: string | ((row: any, column: any, index: number) => boolean);
7014
7013
  fixed: "left" | "right" | boolean;
7015
- width: string | number;
7014
+ disabled: string | ((row: any, column: any, index: number) => boolean);
7016
7015
  index: ((index: number) => number) | number;
7016
+ width: string | number;
7017
7017
  placeholder: string;
7018
7018
  showOverflowTooltip: boolean;
7019
7019
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -7035,10 +7035,10 @@ declare const DasTableColumn: import("@das-fed/utils").SFCWithInstall<{
7035
7035
  "onClick-link"?: ((row: any, column: any, $index: number) => any) | undefined;
7036
7036
  "onFilter-confirm"?: ((val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any) | undefined;
7037
7037
  }>, {}, {}, {}, {}, {
7038
- disabled: string | ((row: any, column: any, index: number) => boolean);
7039
7038
  fixed: "left" | "right" | boolean;
7040
- width: string | number;
7039
+ disabled: string | ((row: any, column: any, index: number) => boolean);
7041
7040
  index: ((index: number) => number) | number;
7041
+ width: string | number;
7042
7042
  placeholder: string;
7043
7043
  showOverflowTooltip: boolean;
7044
7044
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -7063,10 +7063,10 @@ declare const DasTableColumn: import("@das-fed/utils").SFCWithInstall<{
7063
7063
  "click-link": (row: any, column: any, $index: number) => any;
7064
7064
  "filter-confirm": (val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any;
7065
7065
  }, string, {
7066
- disabled: string | ((row: any, column: any, index: number) => boolean);
7067
7066
  fixed: "left" | "right" | boolean;
7068
- width: string | number;
7067
+ disabled: string | ((row: any, column: any, index: number) => boolean);
7069
7068
  index: ((index: number) => number) | number;
7069
+ width: string | number;
7070
7070
  placeholder: string;
7071
7071
  showOverflowTooltip: boolean;
7072
7072
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -10,6 +10,8 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
10
10
  "onFilter-confirm"?: ((val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any) | undefined;
11
11
  "onUpdate:keywords"?: ((val: string) => any) | undefined;
12
12
  }>, {
13
+ mode: "select" | "input";
14
+ modelValue: any[];
13
15
  options: Array<{
14
16
  text: string;
15
17
  value: any;
@@ -17,8 +19,6 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
17
19
  text: string;
18
20
  value: any;
19
21
  }>>);
20
- mode: "select" | "input";
21
- modelValue: any[];
22
22
  defaultValue: any[];
23
23
  keywords: string;
24
24
  autoClearSearch: boolean;
@@ -201,10 +201,10 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
201
201
  "onClick-link"?: ((row: any, column: any, $index: number) => any) | undefined;
202
202
  "onFilter-confirm"?: ((val: any[] | Record<"value" | "custom", any>, btnType: "reset" | "confirm") => any) | undefined;
203
203
  }>, {
204
- disabled: string | ((row: any, column: any, index: number) => boolean);
205
204
  fixed: "left" | "right" | boolean;
206
- width: string | number;
205
+ disabled: string | ((row: any, column: any, index: number) => boolean);
207
206
  index: ((index: number) => number) | number;
207
+ width: string | number;
208
208
  placeholder: string;
209
209
  showOverflowTooltip: boolean;
210
210
  contentType: "span" | "link" | Record<"statusColor", any>;
@@ -8,10 +8,10 @@ declare const DasTabs: import("@das-fed/utils").SFCWithInstall<{
8
8
  tabClick: (activeKey: any) => any;
9
9
  "update:activeKey": (value: string | number) => any;
10
10
  }, import("vue").PublicProps, {
11
- options: Array<import("./src/type.js").DasTabsoptionsType>;
12
- contextmenu: boolean;
13
11
  type: "line" | "card" | "lattice" | "editable-card";
14
12
  theme: "default" | "kjl" | "cjb" | "ssl";
13
+ contextmenu: boolean;
14
+ options: Array<import("./src/type.js").DasTabsoptionsType>;
15
15
  defualtProps: {
16
16
  key?: string;
17
17
  tab?: string;
@@ -32,10 +32,10 @@ declare const DasTabs: import("@das-fed/utils").SFCWithInstall<{
32
32
  onTabClick?: ((activeKey: any) => any) | undefined;
33
33
  "onUpdate:activeKey"?: ((value: string | number) => any) | undefined;
34
34
  }>, {}, {}, {}, {}, {
35
- options: Array<import("./src/type.js").DasTabsoptionsType>;
36
- contextmenu: boolean;
37
35
  type: "line" | "card" | "lattice" | "editable-card";
38
36
  theme: "default" | "kjl" | "cjb" | "ssl";
37
+ contextmenu: boolean;
38
+ options: Array<import("./src/type.js").DasTabsoptionsType>;
39
39
  defualtProps: {
40
40
  key?: string;
41
41
  tab?: string;
@@ -57,10 +57,10 @@ declare const DasTabs: import("@das-fed/utils").SFCWithInstall<{
57
57
  tabClick: (activeKey: any) => any;
58
58
  "update:activeKey": (value: string | number) => any;
59
59
  }, string, {
60
- options: Array<import("./src/type.js").DasTabsoptionsType>;
61
- contextmenu: boolean;
62
60
  type: "line" | "card" | "lattice" | "editable-card";
63
61
  theme: "default" | "kjl" | "cjb" | "ssl";
62
+ contextmenu: boolean;
63
+ options: Array<import("./src/type.js").DasTabsoptionsType>;
64
64
  defualtProps: {
65
65
  key?: string;
66
66
  tab?: string;
@@ -3,10 +3,10 @@ declare const DasTag: import("@das-fed/utils").SFCWithInstall<{
3
3
  $refTag: any;
4
4
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
5
5
  type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
6
- maxWidth: string;
7
- width: string;
8
6
  effect: "dark" | "light" | "plain" | "text" | "list";
9
7
  round: boolean;
8
+ width: string;
9
+ maxWidth: string;
10
10
  toolTip: boolean;
11
11
  toolTipLabel: string;
12
12
  }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
@@ -20,10 +20,10 @@ declare const DasTag: import("@das-fed/utils").SFCWithInstall<{
20
20
  $refTag: any;
21
21
  }, {}, {}, {}, {
22
22
  type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
23
- maxWidth: string;
24
- width: string;
25
23
  effect: "dark" | "light" | "plain" | "text" | "list";
26
24
  round: boolean;
25
+ width: string;
26
+ maxWidth: string;
27
27
  toolTip: boolean;
28
28
  toolTipLabel: string;
29
29
  }>;
@@ -34,10 +34,10 @@ declare const DasTag: import("@das-fed/utils").SFCWithInstall<{
34
34
  $refTag: any;
35
35
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
36
36
  type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
37
- maxWidth: string;
38
- width: string;
39
37
  effect: "dark" | "light" | "plain" | "text" | "list";
40
38
  round: boolean;
39
+ width: string;
40
+ maxWidth: string;
41
41
  toolTip: boolean;
42
42
  toolTipLabel: string;
43
43
  }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
@@ -5,10 +5,10 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
5
5
  $refTag: any;
6
6
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
7
7
  type: "success" | "info" | "warning" | "danger" | "process" | "temporary" | "";
8
- maxWidth: string;
9
- width: string;
10
8
  effect: "dark" | "light" | "plain" | "text" | "list";
11
9
  round: boolean;
10
+ width: string;
11
+ maxWidth: string;
12
12
  toolTip: boolean;
13
13
  toolTipLabel: string;
14
14
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
@@ -13,8 +13,8 @@ declare const DasTooltipRef: () => import("vue").Ref<({
13
13
  readonly textWidth?: string | undefined;
14
14
  readonly textHtml?: boolean | undefined;
15
15
  readonly isMaxheight?: boolean | undefined;
16
- readonly onHide?: ((event?: Event | undefined) => any) | undefined;
17
16
  readonly onShow?: ((event?: Event | undefined) => any) | undefined;
17
+ readonly onHide?: ((event?: Event | undefined) => any) | undefined;
18
18
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
19
19
  $attrs: {
20
20
  [x: string]: unknown;
@@ -28,23 +28,23 @@ declare const DasTooltipRef: () => import("vue").Ref<({
28
28
  $root: import("vue").ComponentPublicInstance | null;
29
29
  $parent: import("vue").ComponentPublicInstance | null;
30
30
  $host: Element | null;
31
- $emit: ((event: "hide", event?: Event | undefined) => void) & ((event: "show", event?: Event | undefined) => void);
31
+ $emit: ((event: "show", event?: Event | undefined) => void) & ((event: "hide", event?: Event | undefined) => void);
32
32
  $el: any;
33
33
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
34
- onHide?: ((event?: Event | undefined) => any) | undefined;
35
34
  onShow?: ((event?: Event | undefined) => any) | undefined;
35
+ onHide?: ((event?: Event | undefined) => any) | undefined;
36
36
  }>, {
37
37
  $tooltipRef: import("vue").Ref<any, any>;
38
38
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
39
- hide: (event?: Event | undefined) => any;
40
39
  show: (event?: Event | undefined) => any;
40
+ hide: (event?: Event | undefined) => any;
41
41
  }, string, {
42
- text: string;
43
42
  disabled: boolean;
44
- content: string;
43
+ text: string;
45
44
  selfPopperClass: string;
46
45
  effect: "dark" | "light";
47
46
  customClass: string;
47
+ content: string;
48
48
  row: number | string;
49
49
  textWidth: string;
50
50
  textHtml: boolean;
@@ -70,20 +70,20 @@ declare const DasTooltipRef: () => import("vue").Ref<({
70
70
  $nextTick: typeof import("vue").nextTick;
71
71
  $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;
72
72
  } & Readonly<{
73
- text: string;
74
73
  disabled: boolean;
75
- content: string;
74
+ text: string;
76
75
  selfPopperClass: string;
77
76
  effect: "dark" | "light";
78
77
  customClass: string;
78
+ content: string;
79
79
  row: number | string;
80
80
  textWidth: string;
81
81
  textHtml: boolean;
82
82
  isMaxheight: boolean;
83
83
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
84
- onHide?: ((event?: Event | undefined) => any) | undefined;
85
84
  onShow?: ((event?: Event | undefined) => any) | undefined;
86
- }>, "$tooltipRef" | ("text" | "disabled" | "content" | "selfPopperClass" | "effect" | "customClass" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
85
+ onHide?: ((event?: Event | undefined) => any) | undefined;
86
+ }>, "$tooltipRef" | ("disabled" | "text" | "selfPopperClass" | "effect" | "customClass" | "content" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
87
87
  $tooltipRef: import("vue").Ref<any, any>;
88
88
  }> & {} & import("vue").ComponentCustomProperties & {} & {
89
89
  $slots: {
@@ -104,8 +104,8 @@ declare const DasTooltipRef: () => import("vue").Ref<({
104
104
  readonly textWidth?: string | undefined;
105
105
  readonly textHtml?: boolean | undefined;
106
106
  readonly isMaxheight?: boolean | undefined;
107
- readonly onHide?: ((event?: Event | undefined) => any) | undefined;
108
107
  readonly onShow?: ((event?: Event | undefined) => any) | undefined;
108
+ readonly onHide?: ((event?: Event | undefined) => any) | undefined;
109
109
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
110
110
  $attrs: {
111
111
  [x: string]: unknown;
@@ -119,23 +119,23 @@ declare const DasTooltipRef: () => import("vue").Ref<({
119
119
  $root: import("vue").ComponentPublicInstance | null;
120
120
  $parent: import("vue").ComponentPublicInstance | null;
121
121
  $host: Element | null;
122
- $emit: ((event: "hide", event?: Event | undefined) => void) & ((event: "show", event?: Event | undefined) => void);
122
+ $emit: ((event: "show", event?: Event | undefined) => void) & ((event: "hide", event?: Event | undefined) => void);
123
123
  $el: any;
124
124
  $options: import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
125
- onHide?: ((event?: Event | undefined) => any) | undefined;
126
125
  onShow?: ((event?: Event | undefined) => any) | undefined;
126
+ onHide?: ((event?: Event | undefined) => any) | undefined;
127
127
  }>, {
128
128
  $tooltipRef: import("vue").Ref<any, any>;
129
129
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
130
- hide: (event?: Event | undefined) => any;
131
130
  show: (event?: Event | undefined) => any;
131
+ hide: (event?: Event | undefined) => any;
132
132
  }, string, {
133
- text: string;
134
133
  disabled: boolean;
135
- content: string;
134
+ text: string;
136
135
  selfPopperClass: string;
137
136
  effect: "dark" | "light";
138
137
  customClass: string;
138
+ content: string;
139
139
  row: number | string;
140
140
  textWidth: string;
141
141
  textHtml: boolean;
@@ -161,20 +161,20 @@ declare const DasTooltipRef: () => import("vue").Ref<({
161
161
  $nextTick: typeof import("vue").nextTick;
162
162
  $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;
163
163
  } & Readonly<{
164
- text: string;
165
164
  disabled: boolean;
166
- content: string;
165
+ text: string;
167
166
  selfPopperClass: string;
168
167
  effect: "dark" | "light";
169
168
  customClass: string;
169
+ content: string;
170
170
  row: number | string;
171
171
  textWidth: string;
172
172
  textHtml: boolean;
173
173
  isMaxheight: boolean;
174
174
  }> & Omit<Readonly<import("./src/type.js").Props> & Readonly<{
175
- onHide?: ((event?: Event | undefined) => any) | undefined;
176
175
  onShow?: ((event?: Event | undefined) => any) | undefined;
177
- }>, "$tooltipRef" | ("text" | "disabled" | "content" | "selfPopperClass" | "effect" | "customClass" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
176
+ onHide?: ((event?: Event | undefined) => any) | undefined;
177
+ }>, "$tooltipRef" | ("disabled" | "text" | "selfPopperClass" | "effect" | "customClass" | "content" | "row" | "textWidth" | "textHtml" | "isMaxheight")> & import("vue").ShallowUnwrapRef<{
178
178
  $tooltipRef: import("vue").Ref<any, any>;
179
179
  }> & {} & import("vue").ComponentCustomProperties & {} & {
180
180
  $slots: {
@@ -184,20 +184,20 @@ declare const DasTooltipRef: () => import("vue").Ref<({
184
184
  }) | null>;
185
185
  declare const DasTooltip: import("@das-fed/utils").SFCWithInstall<{
186
186
  new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("./src/type.js").Props> & Readonly<{
187
- onHide?: ((event?: Event | undefined) => any) | undefined;
188
187
  onShow?: ((event?: Event | undefined) => any) | undefined;
188
+ onHide?: ((event?: Event | undefined) => any) | undefined;
189
189
  }>, {
190
190
  $tooltipRef: import("vue").Ref<any, any>;
191
191
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
192
- hide: (event?: Event | undefined) => any;
193
192
  show: (event?: Event | undefined) => any;
193
+ hide: (event?: Event | undefined) => any;
194
194
  }, import("vue").PublicProps, {
195
- text: string;
196
195
  disabled: boolean;
197
- content: string;
196
+ text: string;
198
197
  selfPopperClass: string;
199
198
  effect: "dark" | "light";
200
199
  customClass: string;
200
+ content: string;
201
201
  row: number | string;
202
202
  textWidth: string;
203
203
  textHtml: boolean;
@@ -210,17 +210,17 @@ declare const DasTooltip: import("@das-fed/utils").SFCWithInstall<{
210
210
  M: {};
211
211
  Defaults: {};
212
212
  }, Readonly<import("./src/type.js").Props> & Readonly<{
213
- onHide?: ((event?: Event | undefined) => any) | undefined;
214
213
  onShow?: ((event?: Event | undefined) => any) | undefined;
214
+ onHide?: ((event?: Event | undefined) => any) | undefined;
215
215
  }>, {
216
216
  $tooltipRef: import("vue").Ref<any, any>;
217
217
  }, {}, {}, {}, {
218
- text: string;
219
218
  disabled: boolean;
220
- content: string;
219
+ text: string;
221
220
  selfPopperClass: string;
222
221
  effect: "dark" | "light";
223
222
  customClass: string;
223
+ content: string;
224
224
  row: number | string;
225
225
  textWidth: string;
226
226
  textHtml: boolean;
@@ -230,20 +230,20 @@ declare const DasTooltip: import("@das-fed/utils").SFCWithInstall<{
230
230
  __isTeleport?: never;
231
231
  __isSuspense?: never;
232
232
  } & import("vue").ComponentOptionsBase<Readonly<import("./src/type.js").Props> & Readonly<{
233
- onHide?: ((event?: Event | undefined) => any) | undefined;
234
233
  onShow?: ((event?: Event | undefined) => any) | undefined;
234
+ onHide?: ((event?: Event | undefined) => any) | undefined;
235
235
  }>, {
236
236
  $tooltipRef: import("vue").Ref<any, any>;
237
237
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
238
- hide: (event?: Event | undefined) => any;
239
238
  show: (event?: Event | undefined) => any;
239
+ hide: (event?: Event | undefined) => any;
240
240
  }, string, {
241
- text: string;
242
241
  disabled: boolean;
243
- content: string;
242
+ text: string;
244
243
  selfPopperClass: string;
245
244
  effect: "dark" | "light";
246
245
  customClass: string;
246
+ content: string;
247
247
  row: number | string;
248
248
  textWidth: string;
249
249
  textHtml: boolean;
@@ -5887,18 +5887,18 @@ type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
5887
5887
  declare const __VLS_component: import("vue").DefineComponent<Props, {
5888
5888
  $tooltipRef: import("vue").Ref<any, any>;
5889
5889
  }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
5890
- hide: (event?: Event | undefined) => any;
5891
5890
  show: (event?: Event | undefined) => any;
5891
+ hide: (event?: Event | undefined) => any;
5892
5892
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
5893
- onHide?: ((event?: Event | undefined) => any) | undefined;
5894
5893
  onShow?: ((event?: Event | undefined) => any) | undefined;
5894
+ onHide?: ((event?: Event | undefined) => any) | undefined;
5895
5895
  }>, {
5896
- text: string;
5897
5896
  disabled: boolean;
5898
- content: string;
5897
+ text: string;
5899
5898
  selfPopperClass: string;
5900
5899
  effect: "dark" | "light";
5901
5900
  customClass: string;
5901
+ content: string;
5902
5902
  row: number | string;
5903
5903
  textWidth: string;
5904
5904
  textHtml: boolean;
@@ -1527,8 +1527,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<Pr
1527
1527
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
1528
1528
  [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
1529
1529
  }>, {
1530
- data: any[];
1531
1530
  props: import("./type").TreeOptionProps;
1531
+ data: any[];
1532
1532
  modelValue: string | number | any[];
1533
1533
  nodeKey: string;
1534
1534
  currentNodeKey: string | number;