yc-pro-components 0.0.4 → 0.0.5

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 (111) hide show
  1. package/es/components/check-card/index.d.ts +38 -38
  2. package/es/components/check-card/src/index.vue.d.ts +2 -2
  3. package/es/components/check-card-group/index.d.ts +19 -19
  4. package/es/components/check-card-group/src/index.vue.d.ts +1 -1
  5. package/es/components/dialog-form/index.d.ts +7 -7
  6. package/es/components/dialog-form/src/index.vue.d.ts +7 -7
  7. package/es/components/display-item/index.d.ts +21 -21
  8. package/es/components/display-item/src/index.vue.d.ts +21 -21
  9. package/es/components/drawer-form/index.d.ts +26 -26
  10. package/es/components/drawer-form/src/index.vue.d.ts +8 -8
  11. package/es/components/form/index.d.ts +14 -14
  12. package/es/components/form/src/form-content.vue.d.ts +20 -20
  13. package/es/components/form/src/index.vue.d.ts +14 -14
  14. package/es/components/form-item/index.d.ts +32 -32
  15. package/es/components/form-item/src/index.vue.d.ts +12 -12
  16. package/es/components/header/index.d.ts +19 -19
  17. package/es/components/header/src/index.vue.d.ts +1 -1
  18. package/es/components/input-tag/index.d.ts +9 -9
  19. package/es/components/input-tag/src/index.vue.d.ts +1 -1
  20. package/es/components/page/index.d.ts +220 -220
  21. package/es/components/page/src/index.vue.d.ts +78 -78
  22. package/es/components/radio/index.d.ts +25 -25
  23. package/es/components/radio/src/index.vue.d.ts +25 -25
  24. package/es/components/render/index.d.ts +6 -6
  25. package/es/components/render/src/index.vue.d.ts +2 -2
  26. package/es/components/search/index.d.ts +49 -49
  27. package/es/components/search/src/index.vue.d.ts +21 -21
  28. package/es/components/table/index.d.ts +54 -54
  29. package/es/components/table/src/index.vue.d.ts +18 -18
  30. package/es/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  31. package/es/components/table/src/table-column.vue.d.ts +21 -21
  32. package/es/components/yc-count-to/index.d.ts +1 -1
  33. package/es/components/yc-count-to/src/normal/index.d.ts +1 -1
  34. package/es/components/yc-dialog/index.d.ts +24 -24
  35. package/es/components/yc-line-tree/src/index.vue2.mjs +2 -18
  36. package/es/components/yc-more-actions/index.d.ts +46 -46
  37. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  38. package/es/components/yc-plus-page/src/index.vue.d.ts +203 -203
  39. package/es/components/yc-select-v2/src/index.vue.d.ts +2 -2
  40. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  41. package/es/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  42. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  43. package/es/hooks/usePlusFormReset.d.ts +90 -90
  44. package/index.js +3 -19
  45. package/index.min.js +2 -2
  46. package/index.min.mjs +2 -2
  47. package/index.mjs +3 -19
  48. package/lib/components/check-card/index.d.ts +38 -38
  49. package/lib/components/check-card/src/index.vue.d.ts +2 -2
  50. package/lib/components/check-card-group/index.d.ts +19 -19
  51. package/lib/components/check-card-group/src/index.vue.d.ts +1 -1
  52. package/lib/components/dialog-form/index.d.ts +7 -7
  53. package/lib/components/dialog-form/src/index.vue.d.ts +7 -7
  54. package/lib/components/display-item/index.d.ts +21 -21
  55. package/lib/components/display-item/src/index.vue.d.ts +21 -21
  56. package/lib/components/drawer-form/index.d.ts +26 -26
  57. package/lib/components/drawer-form/src/index.vue.d.ts +8 -8
  58. package/lib/components/form/index.d.ts +14 -14
  59. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  60. package/lib/components/form/src/index.vue.d.ts +14 -14
  61. package/lib/components/form-item/index.d.ts +32 -32
  62. package/lib/components/form-item/src/index.vue.d.ts +12 -12
  63. package/lib/components/header/index.d.ts +19 -19
  64. package/lib/components/header/src/index.vue.d.ts +1 -1
  65. package/lib/components/input-tag/index.d.ts +9 -9
  66. package/lib/components/input-tag/src/index.vue.d.ts +1 -1
  67. package/lib/components/page/index.d.ts +220 -220
  68. package/lib/components/page/src/index.vue.d.ts +78 -78
  69. package/lib/components/radio/index.d.ts +25 -25
  70. package/lib/components/radio/src/index.vue.d.ts +25 -25
  71. package/lib/components/render/index.d.ts +6 -6
  72. package/lib/components/render/src/index.vue.d.ts +2 -2
  73. package/lib/components/search/index.d.ts +49 -49
  74. package/lib/components/search/src/index.vue.d.ts +21 -21
  75. package/lib/components/table/index.d.ts +54 -54
  76. package/lib/components/table/src/index.vue.d.ts +18 -18
  77. package/lib/components/table/src/table-column-drag-sort.vue.d.ts +18 -18
  78. package/lib/components/table/src/table-column.vue.d.ts +21 -21
  79. package/lib/components/yc-count-to/index.d.ts +1 -1
  80. package/lib/components/yc-count-to/src/normal/index.d.ts +1 -1
  81. package/lib/components/yc-dialog/index.d.ts +24 -24
  82. package/lib/components/yc-line-tree/src/index.vue2.js +2 -18
  83. package/lib/components/yc-more-actions/index.d.ts +46 -46
  84. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  85. package/lib/components/yc-plus-page/src/index.vue.d.ts +203 -203
  86. package/lib/components/yc-select-v2/src/index.vue.d.ts +2 -2
  87. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  88. package/lib/components/yc-svg-icon/src/index.vue.d.ts +1 -1
  89. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  90. package/lib/hooks/usePlusFormReset.d.ts +90 -90
  91. package/locale/en.js +1 -1
  92. package/locale/en.min.js +1 -1
  93. package/locale/en.min.mjs +1 -1
  94. package/locale/en.mjs +1 -1
  95. package/locale/ja.js +1 -1
  96. package/locale/ja.min.js +1 -1
  97. package/locale/ja.min.mjs +1 -1
  98. package/locale/ja.mjs +1 -1
  99. package/locale/ko.js +1 -1
  100. package/locale/ko.min.js +1 -1
  101. package/locale/ko.min.mjs +1 -1
  102. package/locale/ko.mjs +1 -1
  103. package/locale/zh-cn.js +1 -1
  104. package/locale/zh-cn.min.js +1 -1
  105. package/locale/zh-cn.min.mjs +1 -1
  106. package/locale/zh-cn.mjs +1 -1
  107. package/locale/zh-tw.js +1 -1
  108. package/locale/zh-tw.min.js +1 -1
  109. package/locale/zh-tw.min.mjs +1 -1
  110. package/locale/zh-tw.mjs +1 -1
  111. package/package.json +1 -1
@@ -1164,12 +1164,12 @@ export declare const PlusSearch: {
1164
1164
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1165
1165
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1166
1166
  readonly label: string | ComputedRef<string>;
1167
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1167
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1168
1168
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1169
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1169
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1170
1170
  style?: CSSProperties | undefined;
1171
1171
  class?: any;
1172
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1172
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1173
1173
  style?: CSSProperties | undefined;
1174
1174
  class?: any;
1175
1175
  } & RecordType>>;
@@ -1191,7 +1191,7 @@ export declare const PlusSearch: {
1191
1191
  };
1192
1192
  rows: number;
1193
1193
  autocomplete: string;
1194
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1194
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1195
1195
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1196
1196
  step: string | number;
1197
1197
  format: string | ProgressFn | undefined;
@@ -1230,12 +1230,12 @@ export declare const PlusSearch: {
1230
1230
  fieldInstance?: any;
1231
1231
  valueIsReady?: Ref<boolean> | undefined;
1232
1232
  prop: string;
1233
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1233
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1234
1234
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1235
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1235
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1236
1236
  style?: CSSProperties | undefined;
1237
1237
  class?: any;
1238
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1238
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1239
1239
  style?: CSSProperties | undefined;
1240
1240
  class?: any;
1241
1241
  } & RecordType>>;
@@ -1260,12 +1260,12 @@ export declare const PlusSearch: {
1260
1260
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1261
1261
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1262
1262
  readonly label: string | ComputedRef<string>;
1263
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1263
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1264
1264
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1265
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1265
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1266
1266
  style?: CSSProperties | undefined;
1267
1267
  class?: any;
1268
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1268
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1269
1269
  style?: CSSProperties | undefined;
1270
1270
  class?: any;
1271
1271
  } & RecordType>>;
@@ -1287,7 +1287,7 @@ export declare const PlusSearch: {
1287
1287
  };
1288
1288
  rows: number;
1289
1289
  autocomplete: string;
1290
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1290
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1291
1291
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1292
1292
  step: string | number;
1293
1293
  format: string | ProgressFn | undefined;
@@ -1326,12 +1326,12 @@ export declare const PlusSearch: {
1326
1326
  fieldInstance?: any;
1327
1327
  valueIsReady?: Ref<boolean> | undefined;
1328
1328
  prop: string;
1329
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1329
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1330
1330
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1331
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1331
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1332
1332
  style?: CSSProperties | undefined;
1333
1333
  class?: any;
1334
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1334
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1335
1335
  style?: CSSProperties | undefined;
1336
1336
  class?: any;
1337
1337
  } & RecordType>>;
@@ -2656,12 +2656,12 @@ export declare const PlusSearch: {
2656
2656
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2657
2657
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2658
2658
  readonly label: string | ComputedRef<string>;
2659
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2659
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2660
2660
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2661
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2661
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2662
2662
  style?: CSSProperties | undefined;
2663
2663
  class?: any;
2664
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2664
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2665
2665
  style?: CSSProperties | undefined;
2666
2666
  class?: any;
2667
2667
  } & RecordType>>;
@@ -2683,7 +2683,7 @@ export declare const PlusSearch: {
2683
2683
  };
2684
2684
  rows: number;
2685
2685
  autocomplete: string;
2686
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2686
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2687
2687
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2688
2688
  step: string | number;
2689
2689
  format: string | ProgressFn | undefined;
@@ -2722,12 +2722,12 @@ export declare const PlusSearch: {
2722
2722
  fieldInstance?: any;
2723
2723
  valueIsReady?: Ref<boolean> | undefined;
2724
2724
  prop: string;
2725
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2725
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2726
2726
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2727
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2727
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2728
2728
  style?: CSSProperties | undefined;
2729
2729
  class?: any;
2730
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2730
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2731
2731
  style?: CSSProperties | undefined;
2732
2732
  class?: any;
2733
2733
  } & RecordType>>;
@@ -2752,12 +2752,12 @@ export declare const PlusSearch: {
2752
2752
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
2753
2753
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
2754
2754
  readonly label: string | ComputedRef<string>;
2755
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2755
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2756
2756
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2757
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2757
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
2758
2758
  style?: CSSProperties | undefined;
2759
2759
  class?: any;
2760
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2760
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2761
2761
  style?: CSSProperties | undefined;
2762
2762
  class?: any;
2763
2763
  } & RecordType>>;
@@ -2779,7 +2779,7 @@ export declare const PlusSearch: {
2779
2779
  };
2780
2780
  rows: number;
2781
2781
  autocomplete: string;
2782
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2782
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
2783
2783
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
2784
2784
  step: string | number;
2785
2785
  format: string | ProgressFn | undefined;
@@ -2818,12 +2818,12 @@ export declare const PlusSearch: {
2818
2818
  fieldInstance?: any;
2819
2819
  valueIsReady?: Ref<boolean> | undefined;
2820
2820
  prop: string;
2821
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2821
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
2822
2822
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
2823
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
2823
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
2824
2824
  style?: CSSProperties | undefined;
2825
2825
  class?: any;
2826
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2826
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
2827
2827
  style?: CSSProperties | undefined;
2828
2828
  class?: any;
2829
2829
  } & RecordType>>;
@@ -4046,12 +4046,12 @@ export declare const PlusSearch: {
4046
4046
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4047
4047
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4048
4048
  readonly label: string | ComputedRef<string>;
4049
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4049
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4050
4050
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4051
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4051
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4052
4052
  style?: CSSProperties | undefined;
4053
4053
  class?: any;
4054
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4054
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4055
4055
  style?: CSSProperties | undefined;
4056
4056
  class?: any;
4057
4057
  } & RecordType>>;
@@ -4073,7 +4073,7 @@ export declare const PlusSearch: {
4073
4073
  };
4074
4074
  rows: number;
4075
4075
  autocomplete: string;
4076
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4076
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4077
4077
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4078
4078
  step: string | number;
4079
4079
  format: string | ProgressFn | undefined;
@@ -4112,12 +4112,12 @@ export declare const PlusSearch: {
4112
4112
  fieldInstance?: any;
4113
4113
  valueIsReady?: Ref<boolean> | undefined;
4114
4114
  prop: string;
4115
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4115
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4116
4116
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4117
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4117
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4118
4118
  style?: CSSProperties | undefined;
4119
4119
  class?: any;
4120
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4120
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4121
4121
  style?: CSSProperties | undefined;
4122
4122
  class?: any;
4123
4123
  } & RecordType>>;
@@ -4142,12 +4142,12 @@ export declare const PlusSearch: {
4142
4142
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
4143
4143
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4144
4144
  readonly label: string | ComputedRef<string>;
4145
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4145
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4146
4146
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4147
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4147
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4148
4148
  style?: CSSProperties | undefined;
4149
4149
  class?: any;
4150
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4150
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4151
4151
  style?: CSSProperties | undefined;
4152
4152
  class?: any;
4153
4153
  } & RecordType>>;
@@ -4169,7 +4169,7 @@ export declare const PlusSearch: {
4169
4169
  };
4170
4170
  rows: number;
4171
4171
  autocomplete: string;
4172
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4172
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4173
4173
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4174
4174
  step: string | number;
4175
4175
  format: string | ProgressFn | undefined;
@@ -4208,12 +4208,12 @@ export declare const PlusSearch: {
4208
4208
  fieldInstance?: any;
4209
4209
  valueIsReady?: Ref<boolean> | undefined;
4210
4210
  prop: string;
4211
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4211
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4212
4212
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4213
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4213
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4214
4214
  style?: CSSProperties | undefined;
4215
4215
  class?: any;
4216
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4216
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4217
4217
  style?: CSSProperties | undefined;
4218
4218
  class?: any;
4219
4219
  } & RecordType>>;
@@ -4287,12 +4287,12 @@ export declare const PlusSearch: {
4287
4287
  $slots: Partial<Record<NonNullable<string | number>, (_: {
4288
4288
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
4289
4289
  readonly label: string | ComputedRef<string>;
4290
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4290
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4291
4291
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4292
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4292
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
4293
4293
  style?: CSSProperties | undefined;
4294
4294
  class?: any;
4295
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4295
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4296
4296
  style?: CSSProperties | undefined;
4297
4297
  class?: any;
4298
4298
  } & RecordType>>;
@@ -4314,7 +4314,7 @@ export declare const PlusSearch: {
4314
4314
  };
4315
4315
  rows: number;
4316
4316
  autocomplete: string;
4317
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4317
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
4318
4318
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
4319
4319
  step: string | number;
4320
4320
  format: string | ProgressFn | undefined;
@@ -4353,12 +4353,12 @@ export declare const PlusSearch: {
4353
4353
  fieldInstance?: any;
4354
4354
  valueIsReady?: Ref<boolean> | undefined;
4355
4355
  prop: string;
4356
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4356
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
4357
4357
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
4358
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
4358
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
4359
4359
  style?: CSSProperties | undefined;
4360
4360
  class?: any;
4361
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4361
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
4362
4362
  style?: CSSProperties | undefined;
4363
4363
  class?: any;
4364
4364
  } & RecordType>>;
@@ -1097,12 +1097,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1097
1097
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1098
1098
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1099
1099
  readonly label: string | ComputedRef<string>;
1100
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1100
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1101
1101
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1102
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1102
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1103
1103
  style?: CSSProperties | undefined;
1104
1104
  class?: any;
1105
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1105
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1106
1106
  style?: CSSProperties | undefined;
1107
1107
  class?: any;
1108
1108
  } & RecordType>>;
@@ -1124,7 +1124,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1124
1124
  };
1125
1125
  rows: number;
1126
1126
  autocomplete: string;
1127
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1127
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1128
1128
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1129
1129
  step: string | number;
1130
1130
  format: string | ProgressFn | undefined;
@@ -1163,12 +1163,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1163
1163
  fieldInstance?: any;
1164
1164
  valueIsReady?: Ref<boolean> | undefined;
1165
1165
  prop: string;
1166
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1166
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1167
1167
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1168
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1168
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1169
1169
  style?: CSSProperties | undefined;
1170
1170
  class?: any;
1171
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1171
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1172
1172
  style?: CSSProperties | undefined;
1173
1173
  class?: any;
1174
1174
  } & RecordType>>;
@@ -1193,12 +1193,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1193
1193
  }) => any>> & Partial<Record<NonNullable<string | number>, (_: {
1194
1194
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1195
1195
  readonly label: string | ComputedRef<string>;
1196
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1196
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1197
1197
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1198
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1198
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1199
1199
  style?: CSSProperties | undefined;
1200
1200
  class?: any;
1201
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1201
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1202
1202
  style?: CSSProperties | undefined;
1203
1203
  class?: any;
1204
1204
  } & RecordType>>;
@@ -1220,7 +1220,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1220
1220
  };
1221
1221
  rows: number;
1222
1222
  autocomplete: string;
1223
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1223
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1224
1224
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1225
1225
  step: string | number;
1226
1226
  format: string | ProgressFn | undefined;
@@ -1259,12 +1259,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1259
1259
  fieldInstance?: any;
1260
1260
  valueIsReady?: Ref<boolean> | undefined;
1261
1261
  prop: string;
1262
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1262
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1263
1263
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1264
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1264
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1265
1265
  style?: CSSProperties | undefined;
1266
1266
  class?: any;
1267
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1267
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1268
1268
  style?: CSSProperties | undefined;
1269
1269
  class?: any;
1270
1270
  } & RecordType>>;
@@ -1370,12 +1370,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1370
1370
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
1371
1371
  column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap">> & {
1372
1372
  readonly label: string | ComputedRef<string>;
1373
- readonly modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1373
+ readonly modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1374
1374
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1375
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1375
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
1376
1376
  style?: CSSProperties | undefined;
1377
1377
  class?: any;
1378
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1378
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1379
1379
  style?: CSSProperties | undefined;
1380
1380
  class?: any;
1381
1381
  } & RecordType>>;
@@ -1397,7 +1397,7 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1397
1397
  };
1398
1398
  rows: number;
1399
1399
  autocomplete: string;
1400
- type: "" | "number" | "default" | "color" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1400
+ type: "" | "number" | "default" | "search" | "button" | "textarea" | "time" | "circle" | "image" | "line" | "text" | "checkbox" | "radio" | "color" | "success" | "warning" | "info" | "primary" | "danger" | "reset" | "submit" | "datetimerange" | "daterange" | "monthrange" | "hidden" | "range" | "date" | "year" | "years" | "month" | "dates" | "week" | "datetime" | "dashboard" | "datetime-local" | "email" | "file" | "password" | "tel" | "url";
1401
1401
  loading: EpPropMergeType<BooleanConstructor, unknown, unknown> | EpPropMergeType<StringConstructor, "lazy" | "eager", unknown> | undefined;
1402
1402
  step: string | number;
1403
1403
  format: string | ProgressFn | undefined;
@@ -1436,12 +1436,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
1436
1436
  fieldInstance?: any;
1437
1437
  valueIsReady?: Ref<boolean> | undefined;
1438
1438
  prop: string;
1439
- modelValue: string | number | boolean | string[] | [string, string] | RecordType | Date | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1439
+ modelValue: string | number | boolean | string[] | [string, string] | Date | RecordType | boolean[] | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
1440
1440
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
1441
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
1441
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
1442
1442
  style?: CSSProperties | undefined;
1443
1443
  class?: any;
1444
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1444
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
1445
1445
  style?: CSSProperties | undefined;
1446
1446
  class?: any;
1447
1447
  } & RecordType>>;