@fangzhongya/fang-ui 0.0.41 → 0.0.42

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 (190) hide show
  1. package/dist/components/alert/index.scss +1 -1
  2. package/dist/components/array/index.scss +1 -1
  3. package/dist/components/box/index.scss +1 -1
  4. package/dist/components/box-adjust/index.scss +1 -1
  5. package/dist/components/box-local/index.scss +1 -1
  6. package/dist/components/box-mask/index.scss +1 -1
  7. package/dist/components/box-title/index.scss +1 -1
  8. package/dist/components/button/index.d.ts +3 -3
  9. package/dist/components/button/index.scss +1 -1
  10. package/dist/components/button/src/index.d.ts +6 -6
  11. package/dist/components/buttons/index.scss +1 -1
  12. package/dist/components/card/index.d.ts +3 -3
  13. package/dist/components/card/index.scss +1 -1
  14. package/dist/components/card/src/index.d.ts +6 -6
  15. package/dist/components/cascader/index.d.ts +49 -23
  16. package/dist/components/cascader/index.scss +1 -1
  17. package/dist/components/cascader/src/index.d.ts +96 -44
  18. package/dist/components/cascader-panel/index.d.ts +25 -13
  19. package/dist/components/cascader-panel/index.scss +1 -1
  20. package/dist/components/cascader-panel/src/index.d.ts +49 -25
  21. package/dist/components/cascaders/index.scss +1 -1
  22. package/dist/components/checkbox/index.scss +1 -1
  23. package/dist/components/checkbox-group/index.scss +1 -1
  24. package/dist/components/checks/index.scss +1 -1
  25. package/dist/components/collapse/index.scss +1 -1
  26. package/dist/components/collapse-item/index.scss +1 -1
  27. package/dist/components/color-picker/index.d.ts +20 -4
  28. package/dist/components/color-picker/index.scss +1 -1
  29. package/dist/components/color-picker/src/index.d.ts +40 -8
  30. package/dist/components/config-provider/index.d.ts +17 -5
  31. package/dist/components/config-provider/index.scss +1 -1
  32. package/dist/components/config-provider/src/index.d.ts +33 -9
  33. package/dist/components/date-picker/index.d.ts +12 -8
  34. package/dist/components/date-picker/index.scss +1 -1
  35. package/dist/components/date-picker/src/index.d.ts +24 -16
  36. package/dist/components/dates/index.scss +1 -1
  37. package/dist/components/dialog/index.d.ts +17 -5
  38. package/dist/components/dialog/index.scss +1 -1
  39. package/dist/components/dialog/src/index.d.ts +32 -8
  40. package/dist/components/dialogs/index.scss +1 -1
  41. package/dist/components/divider/index.scss +1 -1
  42. package/dist/components/drawer/index.d.ts +17 -5
  43. package/dist/components/drawer/index.scss +1 -1
  44. package/dist/components/drawer/src/index.d.ts +32 -8
  45. package/dist/components/dropdown/index.scss +1 -1
  46. package/dist/components/dropdown-item/index.scss +1 -1
  47. package/dist/components/dropdown-menu/index.scss +1 -1
  48. package/dist/components/edit/index.scss +1 -1
  49. package/dist/components/form/index.d.ts +14 -106
  50. package/dist/components/form/index.scss +1 -1
  51. package/dist/components/form-item/index.scss +1 -1
  52. package/dist/components/forms/index.d.ts +15 -411
  53. package/dist/components/forms/index.scss +1 -1
  54. package/dist/components/forms-div/index.scss +1 -1
  55. package/dist/components/forms-drag/index.d.ts +15 -488
  56. package/dist/components/forms-item/index.scss +1 -1
  57. package/dist/components/global-config/index.scss +1 -1
  58. package/dist/components/icon/index.scss +1 -1
  59. package/dist/components/icon/src/index2.cjs +6 -4
  60. package/dist/components/icon/src/index2.js +6 -4
  61. package/dist/components/image/index.scss +1 -1
  62. package/dist/components/input/index.scss +1 -1
  63. package/dist/components/input-array/index.scss +1 -1
  64. package/dist/components/input-num/index.scss +1 -1
  65. package/dist/components/input-number/index.d.ts +14 -2
  66. package/dist/components/input-number/index.scss +1 -1
  67. package/dist/components/input-number/src/index.d.ts +28 -4
  68. package/dist/components/input-select/index.scss +1 -1
  69. package/dist/components/inputs/index.scss +1 -1
  70. package/dist/components/lists/index.scss +1 -1
  71. package/dist/components/menus/index.scss +1 -1
  72. package/dist/components/message/index.d.ts +2 -2
  73. package/dist/components/message/src/index.d.ts +2 -2
  74. package/dist/components/option/index.scss +1 -1
  75. package/dist/components/option-group/index.scss +1 -1
  76. package/dist/components/page/index.d.ts +21 -2738
  77. package/dist/components/page/index.scss +1 -1
  78. package/dist/components/pagination/index.scss +1 -1
  79. package/dist/components/paging/index.scss +1 -1
  80. package/dist/components/popconfirm/index.d.ts +3 -3
  81. package/dist/components/popconfirm/index.scss +1 -1
  82. package/dist/components/popconfirm/src/index.d.ts +6 -6
  83. package/dist/components/popover/index.d.ts +3 -3
  84. package/dist/components/popover/index.scss +1 -1
  85. package/dist/components/popover/src/index.d.ts +6 -6
  86. package/dist/components/popup/index.scss +1 -1
  87. package/dist/components/radio/index.scss +1 -1
  88. package/dist/components/radio-group/index.scss +1 -1
  89. package/dist/components/right-key/index.scss +1 -1
  90. package/dist/components/seamless-scroll/index.scss +1 -1
  91. package/dist/components/select/index.d.ts +63 -19
  92. package/dist/components/select/index.scss +1 -1
  93. package/dist/components/select/src/index.d.ts +125 -37
  94. package/dist/components/selects/index.scss +1 -1
  95. package/dist/components/slider/index.scss +1 -1
  96. package/dist/components/switch/index.scss +1 -1
  97. package/dist/components/switchs/index.scss +1 -1
  98. package/dist/components/tab-pane/index.scss +1 -1
  99. package/dist/components/tables/index.d.ts +28 -24
  100. package/dist/components/tables/index.scss +1 -1
  101. package/dist/components/tables/src/index.d.ts +56 -48
  102. package/dist/components/tablesp/index.d.ts +28 -24
  103. package/dist/components/tablesp/index.scss +1 -1
  104. package/dist/components/tablesp/src/index.d.ts +56 -48
  105. package/dist/components/tabless/index.d.ts +28 -24
  106. package/dist/components/tabless/index.scss +1 -1
  107. package/dist/components/tabless/src/index.d.ts +56 -48
  108. package/dist/components/tablesv/index.scss +1 -1
  109. package/dist/components/tablesvp/index.scss +1 -1
  110. package/dist/components/tabs/index.scss +1 -1
  111. package/dist/components/text/index.scss +1 -1
  112. package/dist/components/time-picker/index.d.ts +12 -8
  113. package/dist/components/time-picker/index.scss +1 -1
  114. package/dist/components/time-picker/src/index.d.ts +24 -16
  115. package/dist/components/time-select/index.d.ts +40 -10
  116. package/dist/components/time-select/index.scss +1 -1
  117. package/dist/components/time-select/src/index.d.ts +80 -20
  118. package/dist/components/tooltip/index.d.ts +3 -3
  119. package/dist/components/tooltip/index.scss +1 -1
  120. package/dist/components/tooltip/src/index.d.ts +6 -6
  121. package/dist/components/tree/index.d.ts +4 -4
  122. package/dist/components/tree/index.scss +1 -1
  123. package/dist/components/tree/src/index.d.ts +8 -8
  124. package/dist/components/tree-select/index.scss +1 -1
  125. package/dist/components/tree-select-box/index.d.ts +4 -4
  126. package/dist/components/tree-select-box/src/index.d.ts +8 -8
  127. package/dist/components/upload/index.d.ts +3 -3
  128. package/dist/components/upload/index.scss +1 -1
  129. package/dist/components/upload/src/index.d.ts +6 -6
  130. package/dist/components/user-select/index.d.ts +4 -4
  131. package/dist/components/user-select/src/index.d.ts +8 -8
  132. package/dist/components/window/index.scss +1 -1
  133. package/dist/css/array.css +70 -0
  134. package/dist/css/box-adjust.css +80 -0
  135. package/dist/css/box-local.css +87 -0
  136. package/dist/css/box-mask.css +25 -0
  137. package/dist/css/box-title.css +37 -0
  138. package/dist/css/box.css +83 -0
  139. package/dist/css/buttons.css +17 -0
  140. package/dist/css/cascaders.css +22 -0
  141. package/dist/css/checks.css +21 -0
  142. package/dist/css/collapse-item.css +13 -0
  143. package/dist/css/dates-divide.css +7 -0
  144. package/dist/css/dates.css +19 -0
  145. package/dist/css/dialogs.css +34 -0
  146. package/dist/css/edit-float.css +30 -0
  147. package/dist/css/edit.css +31 -0
  148. package/dist/css/forms-div.css +21 -0
  149. package/dist/css/forms-items.css +36 -0
  150. package/dist/css/forms.css +104 -0
  151. package/dist/css/global-config.css +17 -0
  152. package/dist/css/history.css +14 -0
  153. package/dist/css/icon.css +27 -0
  154. package/dist/css/index.css +899 -0
  155. package/dist/css/input-array.css +52 -0
  156. package/dist/css/input-history.css +64 -0
  157. package/dist/css/input-num.css +17 -0
  158. package/dist/css/input-select.css +72 -0
  159. package/dist/css/inputs.css +17 -0
  160. package/dist/css/labels.css +7 -0
  161. package/dist/css/lists.css +96 -0
  162. package/dist/css/menus.css +21 -0
  163. package/dist/css/page/set-column.css +38 -0
  164. package/dist/css/page.css +293 -0
  165. package/dist/css/paging.css +29 -0
  166. package/dist/css/popup.css +96 -0
  167. package/dist/css/right-key.css +41 -0
  168. package/dist/css/seamless-scroll.css +30 -0
  169. package/dist/css/select-scroll.css +52 -0
  170. package/dist/css/selector.css +64 -0
  171. package/dist/css/selects.css +21 -0
  172. package/dist/css/switchs.css +17 -0
  173. package/dist/css/tables.css +33 -0
  174. package/dist/css/tablesp.css +71 -0
  175. package/dist/css/tabless.css +36 -0
  176. package/dist/css/tablesv.css +92 -0
  177. package/dist/css/tablesvp.css +130 -0
  178. package/dist/css/window.css +89 -0
  179. package/dist/icons/index.css +54 -52
  180. package/dist/icons/index.json +10 -10
  181. package/package.json +13 -13
  182. package/dist/components/form/src/index.d.ts +0 -381
  183. package/dist/components/forms/src/index.d.ts +0 -681
  184. package/dist/components/forms-drag/src/index.d.ts +0 -879
  185. package/dist/components/page/src/index.d.ts +0 -5161
  186. /package/dist/components/{color-picker → collapse-item}/index.css +0 -0
  187. /package/dist/components/{css → scss}/common.scss +0 -0
  188. /package/dist/components/{css → scss}/config.scss +0 -0
  189. /package/dist/components/{css → scss}/function.scss +0 -0
  190. /package/dist/components/{css → scss}/mixins.scss +0 -0
@@ -9,10 +9,11 @@ declare function __VLS_template(): {
9
9
  refEl: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
10
10
  isRange: BooleanConstructor;
11
11
  showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
12
+ showFooter: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
12
13
  showWeekNumber: BooleanConstructor;
13
14
  ariaLabel: StringConstructor;
14
15
  emptyValues: ArrayConstructor;
15
- valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
16
+ valueOnClear: EpPropFinalized<(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, undefined, boolean>;
16
17
  disabledDate: {
17
18
  readonly type: PropType<Function>;
18
19
  readonly required: false;
@@ -87,7 +88,7 @@ declare function __VLS_template(): {
87
88
  disabled: BooleanConstructor;
88
89
  placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
89
90
  popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
90
- modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
91
+ modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
91
92
  rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
92
93
  startPlaceholder: StringConstructor;
93
94
  endPlaceholder: StringConstructor;
@@ -109,10 +110,10 @@ declare function __VLS_template(): {
109
110
  disabled: boolean;
110
111
  type: string;
111
112
  placeholder: string;
112
- modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
113
+ modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown>;
113
114
  placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
114
115
  tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
115
- valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
116
+ 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>;
116
117
  readonly: boolean;
117
118
  prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
118
119
  validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -124,6 +125,7 @@ declare function __VLS_template(): {
124
125
  rangeSeparator: string;
125
126
  shortcuts: unknown[];
126
127
  showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
128
+ showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
127
129
  showWeekNumber: boolean;
128
130
  arrowControl: boolean;
129
131
  unlinkPanels: boolean;
@@ -138,10 +140,11 @@ declare function __VLS_template(): {
138
140
  }, Readonly< ExtractPropTypes<{
139
141
  isRange: BooleanConstructor;
140
142
  showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
143
+ showFooter: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
141
144
  showWeekNumber: BooleanConstructor;
142
145
  ariaLabel: StringConstructor;
143
146
  emptyValues: ArrayConstructor;
144
- valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
147
+ valueOnClear: EpPropFinalized<(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, undefined, boolean>;
145
148
  disabledDate: {
146
149
  readonly type: PropType<Function>;
147
150
  readonly required: false;
@@ -216,7 +219,7 @@ declare function __VLS_template(): {
216
219
  disabled: BooleanConstructor;
217
220
  placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
218
221
  popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
219
- modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
222
+ modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
220
223
  rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
221
224
  startPlaceholder: StringConstructor;
222
225
  endPlaceholder: StringConstructor;
@@ -238,10 +241,10 @@ declare function __VLS_template(): {
238
241
  disabled: boolean;
239
242
  type: string;
240
243
  placeholder: string;
241
- modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
244
+ modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown>;
242
245
  placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
243
246
  tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
244
- valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
247
+ 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>;
245
248
  readonly: boolean;
246
249
  prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
247
250
  validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -253,6 +256,7 @@ declare function __VLS_template(): {
253
256
  rangeSeparator: string;
254
257
  shortcuts: unknown[];
255
258
  showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
259
+ showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
256
260
  showWeekNumber: boolean;
257
261
  arrowControl: boolean;
258
262
  unlinkPanels: boolean;
@@ -268,10 +272,11 @@ declare const __VLS_component: DefineComponent<{}, {
268
272
  refEl: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
269
273
  isRange: BooleanConstructor;
270
274
  showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
275
+ showFooter: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
271
276
  showWeekNumber: BooleanConstructor;
272
277
  ariaLabel: StringConstructor;
273
278
  emptyValues: ArrayConstructor;
274
- valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
279
+ valueOnClear: EpPropFinalized<(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, undefined, boolean>;
275
280
  disabledDate: {
276
281
  readonly type: PropType<Function>;
277
282
  readonly required: false;
@@ -346,7 +351,7 @@ declare const __VLS_component: DefineComponent<{}, {
346
351
  disabled: BooleanConstructor;
347
352
  placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
348
353
  popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
349
- modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
354
+ modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
350
355
  rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
351
356
  startPlaceholder: StringConstructor;
352
357
  endPlaceholder: StringConstructor;
@@ -368,10 +373,10 @@ declare const __VLS_component: DefineComponent<{}, {
368
373
  disabled: boolean;
369
374
  type: string;
370
375
  placeholder: string;
371
- modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
376
+ modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown>;
372
377
  placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
373
378
  tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
374
- valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
379
+ 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>;
375
380
  readonly: boolean;
376
381
  prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
377
382
  validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -383,6 +388,7 @@ declare const __VLS_component: DefineComponent<{}, {
383
388
  rangeSeparator: string;
384
389
  shortcuts: unknown[];
385
390
  showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
391
+ showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
386
392
  showWeekNumber: boolean;
387
393
  arrowControl: boolean;
388
394
  unlinkPanels: boolean;
@@ -397,10 +403,11 @@ declare const __VLS_component: DefineComponent<{}, {
397
403
  }, Readonly< ExtractPropTypes<{
398
404
  isRange: BooleanConstructor;
399
405
  showNow: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
406
+ showFooter: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
400
407
  showWeekNumber: BooleanConstructor;
401
408
  ariaLabel: StringConstructor;
402
409
  emptyValues: ArrayConstructor;
403
- valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
410
+ valueOnClear: EpPropFinalized<(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, undefined, boolean>;
404
411
  disabledDate: {
405
412
  readonly type: PropType<Function>;
406
413
  readonly required: false;
@@ -475,7 +482,7 @@ declare const __VLS_component: DefineComponent<{}, {
475
482
  disabled: BooleanConstructor;
476
483
  placeholder: EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
477
484
  popperOptions: EpPropFinalized<(new (...args: any[]) => Partial< Options>) | (() => Partial< Options>) | ((new (...args: any[]) => Partial< Options>) | (() => Partial< Options>))[], unknown, unknown, () => {}, boolean>;
478
- modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown, "", boolean>;
485
+ modelValue: EpPropFinalized<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown, "", boolean>;
479
486
  rangeSeparator: EpPropFinalized<StringConstructor, unknown, unknown, "-", boolean>;
480
487
  startPlaceholder: StringConstructor;
481
488
  endPlaceholder: StringConstructor;
@@ -497,10 +504,10 @@ declare const __VLS_component: DefineComponent<{}, {
497
504
  disabled: boolean;
498
505
  type: string;
499
506
  placeholder: string;
500
- modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType))[], unknown, unknown>;
507
+ modelValue: EpPropMergeType<(new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null) | ((new (...args: any[]) => string | number | Date | string[] | [ DateModelType, DateModelType]) | (() => ModelValueType | null))[], unknown, unknown>;
501
508
  placement: EpPropMergeType<(new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement) | ((new (...args: any[]) => "top" | "bottom" | "left" | "right" | "auto" | "auto-start" | "auto-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "right-start" | "right-end" | "left-start" | "left-end") | (() => Placement))[], Placement, unknown>;
502
509
  tabindex: EpPropMergeType<(new (...args: any[]) => string | number) | (() => string | number) | ((new (...args: any[]) => string | number) | (() => string | number))[], unknown, unknown>;
503
- valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
510
+ 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>;
504
511
  readonly: boolean;
505
512
  prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
506
513
  validateEvent: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -512,6 +519,7 @@ declare const __VLS_component: DefineComponent<{}, {
512
519
  rangeSeparator: string;
513
520
  shortcuts: unknown[];
514
521
  showNow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
522
+ showFooter: EpPropMergeType<BooleanConstructor, unknown, unknown>;
515
523
  showWeekNumber: boolean;
516
524
  arrowControl: boolean;
517
525
  unlinkPanels: boolean;
@@ -8,9 +8,14 @@ declare const TimeSelect: SFCWithInstall<{
8
8
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, PublicProps, {}, true, {}, {}, GlobalComponents, GlobalDirectives, string, {
9
9
  refEl: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
10
10
  readonly emptyValues: ArrayConstructor;
11
- readonly valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
11
+ readonly valueOnClear: EpPropFinalized<(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, undefined, boolean>;
12
12
  readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
13
- readonly modelValue: StringConstructor;
13
+ readonly modelValue: {
14
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
15
+ readonly required: false;
16
+ readonly validator: ((val: unknown) => boolean) | undefined;
17
+ __epPropKey: true;
18
+ };
14
19
  readonly disabled: BooleanConstructor;
15
20
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
16
21
  readonly effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "light", boolean>;
@@ -25,8 +30,18 @@ declare const TimeSelect: SFCWithInstall<{
25
30
  readonly start: EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
26
31
  readonly end: EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
27
32
  readonly step: EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
28
- readonly minTime: StringConstructor;
29
- readonly maxTime: StringConstructor;
33
+ readonly minTime: {
34
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
35
+ readonly required: false;
36
+ readonly validator: ((val: unknown) => boolean) | undefined;
37
+ __epPropKey: true;
38
+ };
39
+ readonly maxTime: {
40
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
41
+ readonly required: false;
42
+ readonly validator: ((val: unknown) => boolean) | undefined;
43
+ __epPropKey: true;
44
+ };
30
45
  readonly includeEndTime: BooleanConstructor;
31
46
  readonly name: StringConstructor;
32
47
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>;
@@ -51,7 +66,7 @@ declare const TimeSelect: SFCWithInstall<{
51
66
  readonly end: string;
52
67
  readonly start: string;
53
68
  readonly effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
54
- readonly valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
69
+ 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>;
55
70
  readonly format: string;
56
71
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
57
72
  readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -68,9 +83,14 @@ declare const TimeSelect: SFCWithInstall<{
68
83
  Defaults: {};
69
84
  }, Readonly< ExtractPropTypes<{
70
85
  readonly emptyValues: ArrayConstructor;
71
- readonly valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
86
+ readonly valueOnClear: EpPropFinalized<(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, undefined, boolean>;
72
87
  readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
73
- readonly modelValue: StringConstructor;
88
+ readonly modelValue: {
89
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
90
+ readonly required: false;
91
+ readonly validator: ((val: unknown) => boolean) | undefined;
92
+ __epPropKey: true;
93
+ };
74
94
  readonly disabled: BooleanConstructor;
75
95
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
76
96
  readonly effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "light", boolean>;
@@ -85,8 +105,18 @@ declare const TimeSelect: SFCWithInstall<{
85
105
  readonly start: EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
86
106
  readonly end: EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
87
107
  readonly step: EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
88
- readonly minTime: StringConstructor;
89
- readonly maxTime: StringConstructor;
108
+ readonly minTime: {
109
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
110
+ readonly required: false;
111
+ readonly validator: ((val: unknown) => boolean) | undefined;
112
+ __epPropKey: true;
113
+ };
114
+ readonly maxTime: {
115
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
116
+ readonly required: false;
117
+ readonly validator: ((val: unknown) => boolean) | undefined;
118
+ __epPropKey: true;
119
+ };
90
120
  readonly includeEndTime: BooleanConstructor;
91
121
  readonly name: StringConstructor;
92
122
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>;
@@ -105,7 +135,7 @@ declare const TimeSelect: SFCWithInstall<{
105
135
  readonly end: string;
106
136
  readonly start: string;
107
137
  readonly effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
108
- readonly valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
138
+ 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>;
109
139
  readonly format: string;
110
140
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
111
141
  readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -1,4 +1,4 @@
1
- @use '../css/common.scss' as *;
1
+ @use '../scss/common.scss' as *;
2
2
 
3
3
  $time-select: 'time-select';
4
4
  @include b($time-select) {
@@ -7,9 +7,14 @@ declare function __VLS_template(): {
7
7
  refs: {
8
8
  refEl: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
9
9
  readonly emptyValues: ArrayConstructor;
10
- readonly valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
10
+ readonly valueOnClear: EpPropFinalized<(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, undefined, boolean>;
11
11
  readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
12
- readonly modelValue: StringConstructor;
12
+ readonly modelValue: {
13
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
14
+ readonly required: false;
15
+ readonly validator: ((val: unknown) => boolean) | undefined;
16
+ __epPropKey: true;
17
+ };
13
18
  readonly disabled: BooleanConstructor;
14
19
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
15
20
  readonly effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "light", boolean>;
@@ -24,8 +29,18 @@ declare function __VLS_template(): {
24
29
  readonly start: EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
25
30
  readonly end: EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
26
31
  readonly step: EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
27
- readonly minTime: StringConstructor;
28
- readonly maxTime: StringConstructor;
32
+ readonly minTime: {
33
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
34
+ readonly required: false;
35
+ readonly validator: ((val: unknown) => boolean) | undefined;
36
+ __epPropKey: true;
37
+ };
38
+ readonly maxTime: {
39
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
40
+ readonly required: false;
41
+ readonly validator: ((val: unknown) => boolean) | undefined;
42
+ __epPropKey: true;
43
+ };
29
44
  readonly includeEndTime: BooleanConstructor;
30
45
  readonly name: StringConstructor;
31
46
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>;
@@ -50,7 +65,7 @@ declare function __VLS_template(): {
50
65
  readonly end: string;
51
66
  readonly start: string;
52
67
  readonly effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
53
- readonly valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
68
+ 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>;
54
69
  readonly format: string;
55
70
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
56
71
  readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -67,9 +82,14 @@ declare function __VLS_template(): {
67
82
  Defaults: {};
68
83
  }, Readonly< ExtractPropTypes<{
69
84
  readonly emptyValues: ArrayConstructor;
70
- readonly valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
85
+ readonly valueOnClear: EpPropFinalized<(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, undefined, boolean>;
71
86
  readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
72
- readonly modelValue: StringConstructor;
87
+ readonly modelValue: {
88
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
89
+ readonly required: false;
90
+ readonly validator: ((val: unknown) => boolean) | undefined;
91
+ __epPropKey: true;
92
+ };
73
93
  readonly disabled: BooleanConstructor;
74
94
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
75
95
  readonly effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "light", boolean>;
@@ -84,8 +104,18 @@ declare function __VLS_template(): {
84
104
  readonly start: EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
85
105
  readonly end: EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
86
106
  readonly step: EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
87
- readonly minTime: StringConstructor;
88
- readonly maxTime: StringConstructor;
107
+ readonly minTime: {
108
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
109
+ readonly required: false;
110
+ readonly validator: ((val: unknown) => boolean) | undefined;
111
+ __epPropKey: true;
112
+ };
113
+ readonly maxTime: {
114
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
115
+ readonly required: false;
116
+ readonly validator: ((val: unknown) => boolean) | undefined;
117
+ __epPropKey: true;
118
+ };
89
119
  readonly includeEndTime: BooleanConstructor;
90
120
  readonly name: StringConstructor;
91
121
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>;
@@ -104,7 +134,7 @@ declare function __VLS_template(): {
104
134
  readonly end: string;
105
135
  readonly start: string;
106
136
  readonly effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
107
- readonly valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
137
+ 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>;
108
138
  readonly format: string;
109
139
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
110
140
  readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -122,9 +152,14 @@ declare const __VLS_component: DefineComponent<{}, {
122
152
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
123
153
  refEl: CreateComponentPublicInstanceWithMixins<Readonly< ExtractPropTypes<{
124
154
  readonly emptyValues: ArrayConstructor;
125
- readonly valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
155
+ readonly valueOnClear: EpPropFinalized<(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, undefined, boolean>;
126
156
  readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
127
- readonly modelValue: StringConstructor;
157
+ readonly modelValue: {
158
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
159
+ readonly required: false;
160
+ readonly validator: ((val: unknown) => boolean) | undefined;
161
+ __epPropKey: true;
162
+ };
128
163
  readonly disabled: BooleanConstructor;
129
164
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
130
165
  readonly effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "light", boolean>;
@@ -139,8 +174,18 @@ declare const __VLS_component: DefineComponent<{}, {
139
174
  readonly start: EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
140
175
  readonly end: EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
141
176
  readonly step: EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
142
- readonly minTime: StringConstructor;
143
- readonly maxTime: StringConstructor;
177
+ readonly minTime: {
178
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
179
+ readonly required: false;
180
+ readonly validator: ((val: unknown) => boolean) | undefined;
181
+ __epPropKey: true;
182
+ };
183
+ readonly maxTime: {
184
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
185
+ readonly required: false;
186
+ readonly validator: ((val: unknown) => boolean) | undefined;
187
+ __epPropKey: true;
188
+ };
144
189
  readonly includeEndTime: BooleanConstructor;
145
190
  readonly name: StringConstructor;
146
191
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>;
@@ -165,7 +210,7 @@ declare const __VLS_component: DefineComponent<{}, {
165
210
  readonly end: string;
166
211
  readonly start: string;
167
212
  readonly effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
168
- readonly valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
213
+ 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>;
169
214
  readonly format: string;
170
215
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
171
216
  readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -182,9 +227,14 @@ declare const __VLS_component: DefineComponent<{}, {
182
227
  Defaults: {};
183
228
  }, Readonly< ExtractPropTypes<{
184
229
  readonly emptyValues: ArrayConstructor;
185
- readonly valueOnClear: EpPropFinalized<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown, undefined, boolean>;
230
+ readonly valueOnClear: EpPropFinalized<(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, undefined, boolean>;
186
231
  readonly format: EpPropFinalized<StringConstructor, unknown, unknown, "HH:mm", boolean>;
187
- readonly modelValue: StringConstructor;
232
+ readonly modelValue: {
233
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
234
+ readonly required: false;
235
+ readonly validator: ((val: unknown) => boolean) | undefined;
236
+ __epPropKey: true;
237
+ };
188
238
  readonly disabled: BooleanConstructor;
189
239
  readonly editable: EpPropFinalized<BooleanConstructor, unknown, unknown, true, boolean>;
190
240
  readonly effect: EpPropFinalized<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown, "light", boolean>;
@@ -199,8 +249,18 @@ declare const __VLS_component: DefineComponent<{}, {
199
249
  readonly start: EpPropFinalized<StringConstructor, unknown, unknown, "09:00", boolean>;
200
250
  readonly end: EpPropFinalized<StringConstructor, unknown, unknown, "18:00", boolean>;
201
251
  readonly step: EpPropFinalized<StringConstructor, unknown, unknown, "00:30", boolean>;
202
- readonly minTime: StringConstructor;
203
- readonly maxTime: StringConstructor;
252
+ readonly minTime: {
253
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
254
+ readonly required: false;
255
+ readonly validator: ((val: unknown) => boolean) | undefined;
256
+ __epPropKey: true;
257
+ };
258
+ readonly maxTime: {
259
+ readonly type: PropType<EpPropMergeType<(new (...args: any[]) => string) | (() => string | null) | ((new (...args: any[]) => string) | (() => string | null))[], unknown, unknown>>;
260
+ readonly required: false;
261
+ readonly validator: ((val: unknown) => boolean) | undefined;
262
+ __epPropKey: true;
263
+ };
204
264
  readonly includeEndTime: BooleanConstructor;
205
265
  readonly name: StringConstructor;
206
266
  readonly prefixIcon: EpPropFinalized<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown, () => any, boolean>;
@@ -219,7 +279,7 @@ declare const __VLS_component: DefineComponent<{}, {
219
279
  readonly end: string;
220
280
  readonly start: string;
221
281
  readonly effect: EpPropMergeType<(new (...args: any[]) => string) | (() => PopperEffect) | ((new (...args: any[]) => string) | (() => PopperEffect))[], unknown, unknown>;
222
- readonly valueOnClear: EpPropMergeType<readonly [StringConstructor, NumberConstructor, BooleanConstructor, FunctionConstructor], unknown, unknown>;
282
+ 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>;
223
283
  readonly format: string;
224
284
  readonly prefixIcon: EpPropMergeType<(new (...args: any[]) => (string | Component) & {}) | (() => string | Component) | ((new (...args: any[]) => (string | Component) & {}) | (() => string | Component))[], unknown, unknown>;
225
285
  readonly clearable: EpPropMergeType<BooleanConstructor, unknown, unknown>;
@@ -44,6 +44,7 @@ declare const Tooltip: SFCWithInstall<{
44
44
  showArrow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
45
45
  }> & Omit<{
46
46
  readonly disabled: boolean;
47
+ readonly persistent: boolean;
47
48
  readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
48
49
  readonly showAfter: number;
49
50
  readonly hideAfter: number;
@@ -52,7 +53,6 @@ declare const Tooltip: SFCWithInstall<{
52
53
  readonly open: boolean;
53
54
  readonly visible: EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
54
55
  readonly offset: number;
55
- readonly persistent: boolean;
56
56
  readonly trigger: EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown>;
57
57
  readonly triggerKeys: string[];
58
58
  readonly placement: string;
@@ -284,7 +284,7 @@ declare const Tooltip: SFCWithInstall<{
284
284
  readonly referenceEl?: HTMLElement | undefined;
285
285
  readonly triggerTargetEl?: HTMLElement | undefined;
286
286
  readonly fallbackPlacements?: any[] | undefined;
287
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "disabled" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "visible" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "role" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy">;
287
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "disabled" | "persistent" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "visible" | "offset" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "role" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy">;
288
288
  $attrs: {
289
289
  [x: string]: unknown;
290
290
  };
@@ -1033,7 +1033,7 @@ declare const Tooltip: SFCWithInstall<{
1033
1033
  __epPropKey: true;
1034
1034
  };
1035
1035
  role: EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1036
- }>>, "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "onOpen" | "onClose" | "open" | "visible" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
1036
+ }>>, "disabled" | "persistent" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "onOpen" | "onClose" | "open" | "visible" | "offset" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
1037
1037
  popperRef: Ref< PopperInstance | undefined>;
1038
1038
  contentRef: Ref< TooltipContentInstance | undefined>;
1039
1039
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -1,4 +1,4 @@
1
- @use '../css/common.scss' as *;
1
+ @use '../scss/common.scss' as *;
2
2
 
3
3
  $tooltip: 'tooltip';
4
4
  @include b($tooltip) {
@@ -43,6 +43,7 @@ declare function __VLS_template(): {
43
43
  showArrow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
44
44
  }> & Omit<{
45
45
  readonly disabled: boolean;
46
+ readonly persistent: boolean;
46
47
  readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
47
48
  readonly showAfter: number;
48
49
  readonly hideAfter: number;
@@ -51,7 +52,6 @@ declare function __VLS_template(): {
51
52
  readonly open: boolean;
52
53
  readonly visible: EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
53
54
  readonly offset: number;
54
- readonly persistent: boolean;
55
55
  readonly trigger: EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown>;
56
56
  readonly triggerKeys: string[];
57
57
  readonly placement: string;
@@ -283,7 +283,7 @@ declare function __VLS_template(): {
283
283
  readonly referenceEl?: HTMLElement | undefined;
284
284
  readonly triggerTargetEl?: HTMLElement | undefined;
285
285
  readonly fallbackPlacements?: any[] | undefined;
286
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "disabled" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "visible" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "role" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy">;
286
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "disabled" | "persistent" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "visible" | "offset" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "role" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy">;
287
287
  $attrs: {
288
288
  [x: string]: unknown;
289
289
  };
@@ -1032,7 +1032,7 @@ declare function __VLS_template(): {
1032
1032
  __epPropKey: true;
1033
1033
  };
1034
1034
  role: EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
1035
- }>>, "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "onOpen" | "onClose" | "open" | "visible" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
1035
+ }>>, "disabled" | "persistent" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "onOpen" | "onClose" | "open" | "visible" | "offset" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
1036
1036
  popperRef: Ref< PopperInstance | undefined>;
1037
1037
  contentRef: Ref< TooltipContentInstance | undefined>;
1038
1038
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -1088,6 +1088,7 @@ declare const __VLS_component: DefineComponent<{}, {
1088
1088
  showArrow: EpPropMergeType<BooleanConstructor, unknown, unknown>;
1089
1089
  }> & Omit<{
1090
1090
  readonly disabled: boolean;
1091
+ readonly persistent: boolean;
1091
1092
  readonly teleported: EpPropMergeType<BooleanConstructor, unknown, unknown>;
1092
1093
  readonly showAfter: number;
1093
1094
  readonly hideAfter: number;
@@ -1096,7 +1097,6 @@ declare const __VLS_component: DefineComponent<{}, {
1096
1097
  readonly open: boolean;
1097
1098
  readonly visible: EpPropMergeType<(new (...args: any[]) => boolean) | (() => boolean | null) | ((new (...args: any[]) => boolean) | (() => boolean | null))[], unknown, unknown>;
1098
1099
  readonly offset: number;
1099
- readonly persistent: boolean;
1100
1100
  readonly trigger: EpPropMergeType<(new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>) | ((new (...args: any[]) => "click" | "contextmenu" | "focus" | "hover" | TooltipTriggerType[]) | (() => Arrayable<TooltipTriggerType>))[], unknown, unknown>;
1101
1101
  readonly triggerKeys: string[];
1102
1102
  readonly placement: string;
@@ -1328,7 +1328,7 @@ declare const __VLS_component: DefineComponent<{}, {
1328
1328
  readonly referenceEl?: HTMLElement | undefined;
1329
1329
  readonly triggerTargetEl?: HTMLElement | undefined;
1330
1330
  readonly fallbackPlacements?: any[] | undefined;
1331
- } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "disabled" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "visible" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "role" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy">;
1331
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, "disabled" | "persistent" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "open" | "visible" | "offset" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "role" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy">;
1332
1332
  $attrs: {
1333
1333
  [x: string]: unknown;
1334
1334
  };
@@ -2077,7 +2077,7 @@ declare const __VLS_component: DefineComponent<{}, {
2077
2077
  __epPropKey: true;
2078
2078
  };
2079
2079
  role: EpPropFinalized<StringConstructor, "dialog" | "menu" | "grid" | "listbox" | "tooltip" | "tree" | "group" | "navigation", unknown, "tooltip", boolean>;
2080
- }>>, "disabled" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "onOpen" | "onClose" | "open" | "visible" | "offset" | "persistent" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
2080
+ }>>, "disabled" | "persistent" | "teleported" | "hide" | "showAfter" | "hideAfter" | "autoClose" | "effect" | "onOpen" | "onClose" | "open" | "visible" | "offset" | "trigger" | "triggerKeys" | "placement" | "popperOptions" | "content" | "enterable" | "showArrow" | "popperRef" | "role" | "contentRef" | "arrowOffset" | "virtualTriggering" | "rawContent" | "pure" | "focusOnShow" | "trapping" | "stopPopperMouseEvent" | "boundariesPadding" | "fallbackPlacements" | "gpuAcceleration" | "strategy" | "isFocusInsideContent" | "updatePopper"> & ShallowUnwrapRef<{
2081
2081
  popperRef: Ref< PopperInstance | undefined>;
2082
2082
  contentRef: Ref< TooltipContentInstance | undefined>;
2083
2083
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;