yc-pro-components 0.0.52 → 0.0.53

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 (147) hide show
  1. package/es/components/check-card/index.d.ts +61 -61
  2. package/es/components/check-card/src/index.vue.d.ts +4 -4
  3. package/es/components/check-card-group/index.d.ts +43 -43
  4. package/es/components/check-card-group/src/index.vue.d.ts +3 -3
  5. package/es/components/date-picker/index.d.ts +20 -20
  6. package/es/components/date-picker/src/index.vue.d.ts +12 -12
  7. package/es/components/dialog/index.d.ts +26 -26
  8. package/es/components/dialog/src/index.vue.d.ts +2 -2
  9. package/es/components/dialog-form/index.d.ts +31 -31
  10. package/es/components/dialog-form/src/index.vue.d.ts +9 -9
  11. package/es/components/display-item/index.d.ts +41 -41
  12. package/es/components/display-item/src/index.vue.d.ts +22 -22
  13. package/es/components/drawer-form/index.d.ts +65 -65
  14. package/es/components/drawer-form/src/index.vue.d.ts +15 -15
  15. package/es/components/form/index.d.ts +45 -45
  16. package/es/components/form/src/form-content.vue.d.ts +20 -20
  17. package/es/components/form/src/index.vue.d.ts +17 -17
  18. package/es/components/form-item/index.d.ts +48 -48
  19. package/es/components/form-item/src/index.vue.d.ts +14 -14
  20. package/es/components/header/index.d.ts +19 -19
  21. package/es/components/header/src/index.vue.d.ts +1 -1
  22. package/es/components/input-tag/index.d.ts +15 -15
  23. package/es/components/input-tag/src/index.vue.d.ts +3 -3
  24. package/es/components/layout/index.d.ts +30 -30
  25. package/es/components/layout/src/index.vue.d.ts +10 -10
  26. package/es/components/page/index.d.ts +344 -344
  27. package/es/components/page/src/index.vue.d.ts +118 -118
  28. package/es/components/pagination/index.d.ts +42 -42
  29. package/es/components/pagination/src/index.vue.d.ts +3 -3
  30. package/es/components/radio/index.d.ts +35 -35
  31. package/es/components/radio/src/index.vue.d.ts +27 -27
  32. package/es/components/render/index.d.ts +3 -3
  33. package/es/components/render/src/index.vue.d.ts +1 -1
  34. package/es/components/search/index.d.ts +154 -154
  35. package/es/components/search/src/index.vue.d.ts +50 -50
  36. package/es/components/sidebar/index.d.ts +15 -15
  37. package/es/components/sidebar/src/index.vue.d.ts +5 -5
  38. package/es/components/steps-form/index.d.ts +23 -23
  39. package/es/components/steps-form/src/index.vue.d.ts +2 -2
  40. package/es/components/table/src/table-column.vue.d.ts +37 -37
  41. package/es/components/utils/index.d.ts +2 -2
  42. package/es/components/yc-dialog/index.d.ts +24 -24
  43. package/es/components/yc-download-dialog/index.d.ts +19 -19
  44. package/es/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  45. package/es/components/yc-form-container-header/index.d.ts +12 -12
  46. package/es/components/yc-more-actions/index.d.ts +46 -46
  47. package/es/components/yc-more-actions/src/index.vue.d.ts +3 -3
  48. package/es/components/yc-plus-page/src/index.vue.d.ts +235 -235
  49. package/es/components/yc-segmented/index.d.ts +2 -2
  50. package/es/components/yc-segmented/src/index.d.ts +2 -2
  51. package/es/components/yc-select-v2/src/index.vue.d.ts +3 -3
  52. package/es/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  53. package/es/components/yc-tabs-with-filter/index.d.ts +16 -16
  54. package/es/components/yc-text/src/index.vue.d.ts +2 -2
  55. package/es/defaults.mjs +9 -2
  56. package/es/directives/dist/fn-perm.mjs +12 -0
  57. package/es/hooks/usePlusFormReset.d.ts +238 -238
  58. package/es/index.css +12 -12
  59. package/es/index.mjs +8 -1
  60. package/es/utils/dist/permission.mjs +3 -0
  61. package/index.js +10 -17
  62. package/index.min.js +11 -11
  63. package/index.min.mjs +11 -11
  64. package/index.mjs +6 -14
  65. package/lib/components/check-card/index.d.ts +61 -61
  66. package/lib/components/check-card/src/index.vue.d.ts +4 -4
  67. package/lib/components/check-card-group/index.d.ts +43 -43
  68. package/lib/components/check-card-group/src/index.vue.d.ts +3 -3
  69. package/lib/components/date-picker/index.d.ts +20 -20
  70. package/lib/components/date-picker/src/index.vue.d.ts +12 -12
  71. package/lib/components/dialog/index.d.ts +26 -26
  72. package/lib/components/dialog/src/index.vue.d.ts +2 -2
  73. package/lib/components/dialog-form/index.d.ts +31 -31
  74. package/lib/components/dialog-form/src/index.vue.d.ts +9 -9
  75. package/lib/components/display-item/index.d.ts +41 -41
  76. package/lib/components/display-item/src/index.vue.d.ts +22 -22
  77. package/lib/components/drawer-form/index.d.ts +65 -65
  78. package/lib/components/drawer-form/src/index.vue.d.ts +15 -15
  79. package/lib/components/form/index.d.ts +45 -45
  80. package/lib/components/form/src/form-content.vue.d.ts +20 -20
  81. package/lib/components/form/src/index.vue.d.ts +17 -17
  82. package/lib/components/form-item/index.d.ts +48 -48
  83. package/lib/components/form-item/src/index.vue.d.ts +14 -14
  84. package/lib/components/header/index.d.ts +19 -19
  85. package/lib/components/header/src/index.vue.d.ts +1 -1
  86. package/lib/components/input-tag/index.d.ts +15 -15
  87. package/lib/components/input-tag/src/index.vue.d.ts +3 -3
  88. package/lib/components/layout/index.d.ts +30 -30
  89. package/lib/components/layout/src/index.vue.d.ts +10 -10
  90. package/lib/components/page/index.d.ts +344 -344
  91. package/lib/components/page/src/index.vue.d.ts +118 -118
  92. package/lib/components/pagination/index.d.ts +42 -42
  93. package/lib/components/pagination/src/index.vue.d.ts +3 -3
  94. package/lib/components/radio/index.d.ts +35 -35
  95. package/lib/components/radio/src/index.vue.d.ts +27 -27
  96. package/lib/components/render/index.d.ts +3 -3
  97. package/lib/components/render/src/index.vue.d.ts +1 -1
  98. package/lib/components/search/index.d.ts +154 -154
  99. package/lib/components/search/src/index.vue.d.ts +50 -50
  100. package/lib/components/sidebar/index.d.ts +15 -15
  101. package/lib/components/sidebar/src/index.vue.d.ts +5 -5
  102. package/lib/components/steps-form/index.d.ts +23 -23
  103. package/lib/components/steps-form/src/index.vue.d.ts +2 -2
  104. package/lib/components/table/src/table-column.vue.d.ts +37 -37
  105. package/lib/components/utils/index.d.ts +2 -2
  106. package/lib/components/yc-dialog/index.d.ts +24 -24
  107. package/lib/components/yc-download-dialog/index.d.ts +19 -19
  108. package/lib/components/yc-download-dialog/src/index.vue.d.ts +1 -1
  109. package/lib/components/yc-form-container-header/index.d.ts +12 -12
  110. package/lib/components/yc-more-actions/index.d.ts +46 -46
  111. package/lib/components/yc-more-actions/src/index.vue.d.ts +3 -3
  112. package/lib/components/yc-plus-page/src/index.vue.d.ts +235 -235
  113. package/lib/components/yc-segmented/index.d.ts +2 -2
  114. package/lib/components/yc-segmented/src/index.d.ts +2 -2
  115. package/lib/components/yc-select-v2/src/index.vue.d.ts +3 -3
  116. package/lib/components/yc-status-dialog/src/index.vue.d.ts +1 -1
  117. package/lib/components/yc-tabs-with-filter/index.d.ts +16 -16
  118. package/lib/components/yc-text/src/index.vue.d.ts +2 -2
  119. package/lib/defaults.js +9 -2
  120. package/lib/directives/dist/fn-perm.js +14 -0
  121. package/lib/hooks/usePlusFormReset.d.ts +238 -238
  122. package/lib/index.css +8 -8
  123. package/lib/index.js +9 -2
  124. package/lib/utils/dist/permission.js +5 -0
  125. package/locale/en.js +1 -1
  126. package/locale/en.min.js +1 -1
  127. package/locale/en.min.mjs +1 -1
  128. package/locale/en.mjs +1 -1
  129. package/locale/ja.js +1 -1
  130. package/locale/ja.min.js +1 -1
  131. package/locale/ja.min.mjs +1 -1
  132. package/locale/ja.mjs +1 -1
  133. package/locale/ko.js +1 -1
  134. package/locale/ko.min.js +1 -1
  135. package/locale/ko.min.mjs +1 -1
  136. package/locale/ko.mjs +1 -1
  137. package/locale/zh-cn.js +1 -1
  138. package/locale/zh-cn.min.js +1 -1
  139. package/locale/zh-cn.min.mjs +1 -1
  140. package/locale/zh-cn.mjs +1 -1
  141. package/locale/zh-tw.js +1 -1
  142. package/locale/zh-tw.min.js +1 -1
  143. package/locale/zh-tw.min.mjs +1 -1
  144. package/locale/zh-tw.mjs +1 -1
  145. package/package.json +1 -1
  146. package/es/directives/dist/index.mjs +0 -14
  147. package/lib/directives/dist/index.js +0 -16
@@ -218,7 +218,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
218
218
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
219
219
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
220
220
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
221
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
221
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
222
222
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
223
223
  readonly startPlaceholder: StringConstructor;
224
224
  readonly endPlaceholder: StringConstructor;
@@ -419,7 +419,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
419
419
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
420
420
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
421
421
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
422
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
422
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
423
423
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
424
424
  readonly startPlaceholder: StringConstructor;
425
425
  readonly endPlaceholder: StringConstructor;
@@ -443,7 +443,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
443
443
  readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
444
444
  readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
445
445
  readonly placeholder: string;
446
- readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
446
+ readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
447
447
  readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
448
448
  readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
449
449
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -652,7 +652,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
652
652
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
653
653
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
654
654
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
655
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
655
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
656
656
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
657
657
  readonly startPlaceholder: StringConstructor;
658
658
  readonly endPlaceholder: StringConstructor;
@@ -676,7 +676,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
676
676
  readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
677
677
  readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
678
678
  readonly placeholder: string;
679
- readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
679
+ readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
680
680
  readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
681
681
  readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
682
682
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -879,7 +879,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
879
879
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
880
880
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
881
881
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
882
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
882
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
883
883
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
884
884
  readonly startPlaceholder: StringConstructor;
885
885
  readonly endPlaceholder: StringConstructor;
@@ -1080,7 +1080,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
1080
1080
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
1081
1081
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1082
1082
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
1083
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
1083
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
1084
1084
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
1085
1085
  readonly startPlaceholder: StringConstructor;
1086
1086
  readonly endPlaceholder: StringConstructor;
@@ -1104,7 +1104,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
1104
1104
  readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
1105
1105
  readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
1106
1106
  readonly placeholder: string;
1107
- readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
1107
+ readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
1108
1108
  readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
1109
1109
  readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
1110
1110
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -1313,7 +1313,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
1313
1313
  readonly disabled: EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
1314
1314
  readonly placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
1315
1315
  readonly popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
1316
- readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
1316
+ readonly modelValue: EpPropFinalized<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
1317
1317
  readonly rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
1318
1318
  readonly startPlaceholder: StringConstructor;
1319
1319
  readonly endPlaceholder: StringConstructor;
@@ -1337,7 +1337,7 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
1337
1337
  readonly tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
1338
1338
  readonly type: EpPropMergeType<(new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType) | ((new (...args: any[]) => "datetimerange" | "daterange" | "monthrange" | "date" | "year" | "years" | "month" | "months" | "dates" | "week" | "datetime" | "yearrange") | (() => DatePickerType))[], unknown, unknown>;
1339
1339
  readonly placeholder: string;
1340
- readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | Date | number[] | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
1340
+ readonly modelValue: EpPropMergeType<(new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | string[] | number[] | Date | Date[]) | (() => ModelValueType | null))[], unknown, unknown>;
1341
1341
  readonly placement: EpPropMergeType<(new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "auto" | "auto-start" | "auto-end" | "top" | "bottom" | "right" | "left" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
1342
1342
  readonly valueOnClear: EpPropMergeType<(new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null) | ((new (...args: any[]) => string | number | boolean | Function) | (() => string | number | boolean | Function | null))[], unknown, unknown>;
1343
1343
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) | ((new (...args: any[]) => (string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>) & {}) | (() => string | Component<any, any, any, ComputedOptions, MethodOptions, {}, any>))[], unknown, unknown>;
@@ -1373,13 +1373,13 @@ declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRunt
1373
1373
  startDisabledDate: (startTime: any, endValue: any) => boolean;
1374
1374
  endDisabledDate: (endTime: any, startValue: any) => boolean;
1375
1375
  }>>> & {
1376
- "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
1377
1376
  onFocus?: ((event: FocusEvent) => any) | undefined;
1378
1377
  onChange?: ((value: string[]) => any) | undefined;
1378
+ "onUpdate:modelValue"?: ((value: string[]) => any) | undefined;
1379
1379
  }, {
1380
1380
  type: "date" | "year" | "month" | "dates" | "week" | "datetime";
1381
- modelValue: string[];
1382
1381
  disabled: boolean;
1382
+ modelValue: string[];
1383
1383
  valueFormat: string;
1384
1384
  rangeSeparator: string;
1385
1385
  startProps: Partial<DatePickerProps>;
@@ -5,10 +5,6 @@ export type PlusDialogInstance = InstanceType<typeof Dialog>;
5
5
  export * from './src/type';
6
6
  export declare const PlusDialog: {
7
7
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
8
- modelValue: {
9
- type: PropType<boolean>;
10
- default: boolean;
11
- };
12
8
  title: {
13
9
  type: PropType<string>;
14
10
  default: string;
@@ -21,12 +17,16 @@ export declare const PlusDialog: {
21
17
  type: PropType<string>;
22
18
  default: string;
23
19
  };
20
+ modelValue: {
21
+ type: PropType<boolean>;
22
+ default: boolean;
23
+ };
24
24
  hasFooter: {
25
25
  type: PropType<boolean>;
26
26
  default: boolean;
27
27
  };
28
28
  footerAlign: {
29
- type: PropType<"center" | "right" | "left">;
29
+ type: PropType<"right" | "left" | "center">;
30
30
  default: string;
31
31
  };
32
32
  confirmLoading: {
@@ -53,10 +53,6 @@ export declare const PlusDialog: {
53
53
  cancel: () => void;
54
54
  confirm: () => void;
55
55
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
56
- modelValue: {
57
- type: PropType<boolean>;
58
- default: boolean;
59
- };
60
56
  title: {
61
57
  type: PropType<string>;
62
58
  default: string;
@@ -69,12 +65,16 @@ export declare const PlusDialog: {
69
65
  type: PropType<string>;
70
66
  default: string;
71
67
  };
68
+ modelValue: {
69
+ type: PropType<boolean>;
70
+ default: boolean;
71
+ };
72
72
  hasFooter: {
73
73
  type: PropType<boolean>;
74
74
  default: boolean;
75
75
  };
76
76
  footerAlign: {
77
- type: PropType<"center" | "right" | "left">;
77
+ type: PropType<"right" | "left" | "center">;
78
78
  default: string;
79
79
  };
80
80
  confirmLoading: {
@@ -97,12 +97,12 @@ export declare const PlusDialog: {
97
97
  onCancel?: (() => any) | undefined;
98
98
  onConfirm?: (() => any) | undefined;
99
99
  }, {
100
- modelValue: boolean;
101
100
  title: string;
102
101
  width: string | number;
103
102
  top: string;
103
+ modelValue: boolean;
104
104
  hasFooter: boolean;
105
- footerAlign: "center" | "right" | "left";
105
+ footerAlign: "right" | "left" | "center";
106
106
  confirmLoading: boolean;
107
107
  cancelText: string;
108
108
  confirmText: string;
@@ -114,10 +114,6 @@ export declare const PlusDialog: {
114
114
  M: {};
115
115
  Defaults: {};
116
116
  }, Readonly< ExtractPropTypes<{
117
- modelValue: {
118
- type: PropType<boolean>;
119
- default: boolean;
120
- };
121
117
  title: {
122
118
  type: PropType<string>;
123
119
  default: string;
@@ -130,12 +126,16 @@ export declare const PlusDialog: {
130
126
  type: PropType<string>;
131
127
  default: string;
132
128
  };
129
+ modelValue: {
130
+ type: PropType<boolean>;
131
+ default: boolean;
132
+ };
133
133
  hasFooter: {
134
134
  type: PropType<boolean>;
135
135
  default: boolean;
136
136
  };
137
137
  footerAlign: {
138
- type: PropType<"center" | "right" | "left">;
138
+ type: PropType<"right" | "left" | "center">;
139
139
  default: string;
140
140
  };
141
141
  confirmLoading: {
@@ -158,12 +158,12 @@ export declare const PlusDialog: {
158
158
  onCancel?: (() => any) | undefined;
159
159
  onConfirm?: (() => any) | undefined;
160
160
  }, {}, {}, {}, {}, {
161
- modelValue: boolean;
162
161
  title: string;
163
162
  width: string | number;
164
163
  top: string;
164
+ modelValue: boolean;
165
165
  hasFooter: boolean;
166
- footerAlign: "center" | "right" | "left";
166
+ footerAlign: "right" | "left" | "center";
167
167
  confirmLoading: boolean;
168
168
  cancelText: string;
169
169
  confirmText: string;
@@ -172,10 +172,6 @@ export declare const PlusDialog: {
172
172
  __isTeleport?: undefined;
173
173
  __isSuspense?: undefined;
174
174
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
175
- modelValue: {
176
- type: PropType<boolean>;
177
- default: boolean;
178
- };
179
175
  title: {
180
176
  type: PropType<string>;
181
177
  default: string;
@@ -188,12 +184,16 @@ export declare const PlusDialog: {
188
184
  type: PropType<string>;
189
185
  default: string;
190
186
  };
187
+ modelValue: {
188
+ type: PropType<boolean>;
189
+ default: boolean;
190
+ };
191
191
  hasFooter: {
192
192
  type: PropType<boolean>;
193
193
  default: boolean;
194
194
  };
195
195
  footerAlign: {
196
- type: PropType<"center" | "right" | "left">;
196
+ type: PropType<"right" | "left" | "center">;
197
197
  default: string;
198
198
  };
199
199
  confirmLoading: {
@@ -220,12 +220,12 @@ export declare const PlusDialog: {
220
220
  cancel: () => void;
221
221
  confirm: () => void;
222
222
  }, string, {
223
- modelValue: boolean;
224
223
  title: string;
225
224
  width: string | number;
226
225
  top: string;
226
+ modelValue: boolean;
227
227
  hasFooter: boolean;
228
- footerAlign: "center" | "right" | "left";
228
+ footerAlign: "right" | "left" | "center";
229
229
  confirmLoading: boolean;
230
230
  cancelText: string;
231
231
  confirmText: string;
@@ -30,12 +30,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
30
30
  onCancel?: (() => any) | undefined;
31
31
  onConfirm?: (() => any) | undefined;
32
32
  }, {
33
- modelValue: boolean;
34
33
  title: string;
35
34
  width: string | number;
36
35
  top: string;
36
+ modelValue: boolean;
37
37
  hasFooter: boolean;
38
- footerAlign: "center" | "right" | "left";
38
+ footerAlign: "right" | "left" | "center";
39
39
  confirmLoading: boolean;
40
40
  cancelText: string;
41
41
  confirmText: string;
@@ -1,7 +1,7 @@
1
1
  import { EpPropMergeType } from 'element-plus/es/utils';
2
2
  import { LooseRequired } from '@vue/shared';
3
3
  import { FormInstance, ElTooltipProps, FormItemProps, ProgressFn, CascaderNode, PopperEffect, InputAutoSize, AutocompleteProps, CheckboxGroupProps, ColorPickerProps, DatePickerProps, InputProps, InputNumberProps, RadioGroupProps, RateProps, SelectProps, SliderProps, SwitchProps, TimePickerDefaultProps, TimeSelectProps, TextProps, ImageProps, LinkProps, TagProps, ProgressProps } from 'element-plus';
4
- import { FieldValues, PlusDialogProps, PlusFormProps, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
4
+ import { PlusDialogProps, PlusFormProps, FieldValues, PlusColumn, PlusFormItemProps, RecordType, Mutable, PropsItemType, OmitTypes, CascaderProps, PlusRadioProps, PlusDatePickerProps, PlusInputTagProps, OptionsType, RenderTypes, TableValueType, FormItemValueType, FieldValueType, OptionsRow } from 'packages/yc-components';
5
5
  import { CreateComponentPublicInstance, ExtractPropTypes, PropType, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ComponentOptionsBase, Ref, CSSProperties, Component } from 'vue';
6
6
  import { default as DialogForm } from './src/index.vue';
7
7
 
@@ -9,10 +9,6 @@ export type { PlusDialogFormProps } from './src/index.vue';
9
9
  export type PlusDialogFormInstance = InstanceType<typeof DialogForm>;
10
10
  export declare const PlusDialogForm: {
11
11
  new (...args: any[]): CreateComponentPublicInstance<Readonly< ExtractPropTypes<{
12
- modelValue: {
13
- type: PropType<FieldValues>;
14
- default: () => {};
15
- };
16
12
  dialog: {
17
13
  type: PropType<PlusDialogProps>;
18
14
  default: () => {};
@@ -25,14 +21,18 @@ export declare const PlusDialogForm: {
25
21
  type: PropType<boolean>;
26
22
  default: boolean;
27
23
  };
24
+ modelValue: {
25
+ type: PropType<FieldValues>;
26
+ default: () => {};
27
+ };
28
28
  hasErrorTip: {
29
29
  type: PropType<boolean>;
30
30
  default: boolean;
31
31
  };
32
32
  }>> & {
33
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
34
33
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
35
34
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
35
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
36
36
  onClose?: (() => any) | undefined;
37
37
  onCancel?: (() => any) | undefined;
38
38
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -50,10 +50,6 @@ export declare const PlusDialogForm: {
50
50
  close: () => void;
51
51
  confirmError: (errors: unknown) => void;
52
52
  }, VNodeProps & AllowedComponentProps & ComponentCustomProps & Readonly< ExtractPropTypes<{
53
- modelValue: {
54
- type: PropType<FieldValues>;
55
- default: () => {};
56
- };
57
53
  dialog: {
58
54
  type: PropType<PlusDialogProps>;
59
55
  default: () => {};
@@ -66,23 +62,27 @@ export declare const PlusDialogForm: {
66
62
  type: PropType<boolean>;
67
63
  default: boolean;
68
64
  };
65
+ modelValue: {
66
+ type: PropType<FieldValues>;
67
+ default: () => {};
68
+ };
69
69
  hasErrorTip: {
70
70
  type: PropType<boolean>;
71
71
  default: boolean;
72
72
  };
73
73
  }>> & {
74
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
75
74
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
76
75
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
76
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
77
77
  onClose?: (() => any) | undefined;
78
78
  onCancel?: (() => any) | undefined;
79
79
  onConfirm?: ((values: FieldValues) => any) | undefined;
80
80
  onConfirmError?: ((errors: unknown) => any) | undefined;
81
81
  }, {
82
- modelValue: FieldValues;
83
82
  dialog: PlusDialogProps;
84
83
  form: PlusFormProps;
85
84
  visible: boolean;
85
+ modelValue: FieldValues;
86
86
  hasErrorTip: boolean;
87
87
  }, true, {}, {}, {
88
88
  P: {};
@@ -92,10 +92,6 @@ export declare const PlusDialogForm: {
92
92
  M: {};
93
93
  Defaults: {};
94
94
  }, Readonly< ExtractPropTypes<{
95
- modelValue: {
96
- type: PropType<FieldValues>;
97
- default: () => {};
98
- };
99
95
  dialog: {
100
96
  type: PropType<PlusDialogProps>;
101
97
  default: () => {};
@@ -108,14 +104,18 @@ export declare const PlusDialogForm: {
108
104
  type: PropType<boolean>;
109
105
  default: boolean;
110
106
  };
107
+ modelValue: {
108
+ type: PropType<FieldValues>;
109
+ default: () => {};
110
+ };
111
111
  hasErrorTip: {
112
112
  type: PropType<boolean>;
113
113
  default: boolean;
114
114
  };
115
115
  }>> & {
116
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
117
116
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
118
117
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
118
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
119
119
  onClose?: (() => any) | undefined;
120
120
  onCancel?: (() => any) | undefined;
121
121
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -125,20 +125,16 @@ export declare const PlusDialogForm: {
125
125
  handleCancel: () => void;
126
126
  formInstance: ComputedRef<FormInstance>;
127
127
  }, {}, {}, {}, {
128
- modelValue: FieldValues;
129
128
  dialog: PlusDialogProps;
130
129
  form: PlusFormProps;
131
130
  visible: boolean;
131
+ modelValue: FieldValues;
132
132
  hasErrorTip: boolean;
133
133
  }>;
134
134
  __isFragment?: undefined;
135
135
  __isTeleport?: undefined;
136
136
  __isSuspense?: undefined;
137
137
  } & ComponentOptionsBase<Readonly< ExtractPropTypes<{
138
- modelValue: {
139
- type: PropType<FieldValues>;
140
- default: () => {};
141
- };
142
138
  dialog: {
143
139
  type: PropType<PlusDialogProps>;
144
140
  default: () => {};
@@ -151,14 +147,18 @@ export declare const PlusDialogForm: {
151
147
  type: PropType<boolean>;
152
148
  default: boolean;
153
149
  };
150
+ modelValue: {
151
+ type: PropType<FieldValues>;
152
+ default: () => {};
153
+ };
154
154
  hasErrorTip: {
155
155
  type: PropType<boolean>;
156
156
  default: boolean;
157
157
  };
158
158
  }>> & {
159
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
160
159
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
161
160
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
161
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
162
162
  onClose?: (() => any) | undefined;
163
163
  onCancel?: (() => any) | undefined;
164
164
  onConfirm?: ((values: FieldValues) => any) | undefined;
@@ -176,21 +176,21 @@ export declare const PlusDialogForm: {
176
176
  close: () => void;
177
177
  confirmError: (errors: unknown) => void;
178
178
  }, string, {
179
- modelValue: FieldValues;
180
179
  dialog: PlusDialogProps;
181
180
  form: PlusFormProps;
182
181
  visible: boolean;
182
+ modelValue: FieldValues;
183
183
  hasErrorTip: boolean;
184
184
  }, {}, string, {}> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
185
185
  $slots: Partial<Record<NonNullable<string | number>, (_: {
186
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
186
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
187
187
  readonly label: string | ComputedRef<string>;
188
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
188
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
189
189
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
190
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
190
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
191
191
  style?: CSSProperties | undefined;
192
192
  class?: any;
193
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
193
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
194
194
  style?: CSSProperties | undefined;
195
195
  class?: any;
196
196
  } & RecordType>>;
@@ -257,12 +257,12 @@ export declare const PlusDialogForm: {
257
257
  fieldInstance?: any;
258
258
  valueIsReady?: Ref<boolean> | undefined;
259
259
  prop: string;
260
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
260
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
261
261
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
262
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
262
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
263
263
  style?: CSSProperties | undefined;
264
264
  class?: any;
265
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
265
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
266
266
  style?: CSSProperties | undefined;
267
267
  class?: any;
268
268
  } & RecordType>>;
@@ -48,28 +48,28 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
48
48
  dialog: () => {};
49
49
  form: () => {};
50
50
  }>>> & {
51
- "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
52
51
  onChange?: ((values: FieldValues, column: PlusColumn) => any) | undefined;
53
52
  "onUpdate:visible"?: ((visible: boolean) => any) | undefined;
53
+ "onUpdate:modelValue"?: ((values: FieldValues) => any) | undefined;
54
54
  onClose?: (() => any) | undefined;
55
55
  onCancel?: (() => any) | undefined;
56
56
  onConfirm?: ((values: FieldValues) => any) | undefined;
57
57
  onConfirmError?: ((errors: unknown) => any) | undefined;
58
58
  }, {
59
- modelValue: FieldValues;
60
59
  dialog: PlusDialogProps;
61
60
  form: PlusFormProps;
62
61
  visible: boolean;
62
+ modelValue: FieldValues;
63
63
  hasErrorTip: boolean;
64
64
  }, {}>, Partial<Record<NonNullable<string | number>, (_: {
65
- column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "modelValue" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
65
+ column: Readonly<Omit< LooseRequired<PlusFormItemProps>, "index" | "label" | "tooltip" | "formItemProps" | "fieldProps" | "options" | "modelValue" | "fieldSlots" | "fieldChildrenSlot" | "hasLabel" | "clearable" | "valueType" | "renderField" | "renderLabel" | "renderErrorMessage" | "optionsMap" | "autoDict">> & {
66
66
  readonly label: string | ComputedRef<string>;
67
- readonly modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
67
+ readonly modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
68
68
  readonly hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
69
- readonly tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
69
+ readonly tooltip: string | Partial< Mutable<ElTooltipProps> & {
70
70
  style?: CSSProperties | undefined;
71
71
  class?: any;
72
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
72
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
73
73
  style?: CSSProperties | undefined;
74
74
  class?: any;
75
75
  } & RecordType>>;
@@ -136,12 +136,12 @@ declare const _default: __VLS_WithTemplateSlots< DefineComponent<__VLS_WithDefau
136
136
  fieldInstance?: any;
137
137
  valueIsReady?: Ref<boolean> | undefined;
138
138
  prop: string;
139
- modelValue: string | number | boolean | string[] | [string, string] | boolean[] | RecordType | Date | number[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
139
+ modelValue: string | number | boolean | string[] | [string, string] | number[] | Date | RecordType | boolean[] | Date[] | [Date, Date] | [number, number] | string[][] | number[][] | null;
140
140
  hasLabel: boolean | Ref<boolean> | ComputedRef<boolean>;
141
- tooltip: string | ComputedRef<string> | Partial< Mutable<ElTooltipProps> & {
141
+ tooltip: string | Partial< Mutable<ElTooltipProps> & {
142
142
  style?: CSSProperties | undefined;
143
143
  class?: any;
144
- } & RecordType> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
144
+ } & RecordType> | ComputedRef<string> | ComputedRef<Partial< Mutable<ElTooltipProps> & {
145
145
  style?: CSSProperties | undefined;
146
146
  class?: any;
147
147
  } & RecordType>>;