@namba_one/ui-kit-2 1.0.124 → 1.0.127
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.
- package/dist/index.d.ts +402 -199
- package/dist/index.es.js +2910 -2861
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -170,7 +170,195 @@ default?(_: {}): any;
|
|
|
170
170
|
triggerElementRef: HTMLDivElement;
|
|
171
171
|
}, HTMLDivElement>;
|
|
172
172
|
|
|
173
|
-
declare const __VLS_component_28: DefineComponent<
|
|
173
|
+
declare const __VLS_component_28: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
174
|
+
drop: (value: CheckboxGroupFilterValue) => any;
|
|
175
|
+
apply: (value: CheckboxGroupFilterValue) => any;
|
|
176
|
+
}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
|
|
177
|
+
onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
178
|
+
onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
179
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
180
|
+
root: ({
|
|
181
|
+
$: ComponentInternalInstance;
|
|
182
|
+
$data: {};
|
|
183
|
+
$props: {
|
|
184
|
+
readonly count?: (number | string) | undefined;
|
|
185
|
+
readonly view?: views_4[number] | undefined;
|
|
186
|
+
readonly onClick?: (() => any) | undefined;
|
|
187
|
+
readonly onDelete?: (() => any) | undefined;
|
|
188
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
189
|
+
$attrs: {
|
|
190
|
+
[x: string]: unknown;
|
|
191
|
+
};
|
|
192
|
+
$refs: {
|
|
193
|
+
[x: string]: unknown;
|
|
194
|
+
} & {
|
|
195
|
+
parentElementRef: ({
|
|
196
|
+
$: ComponentInternalInstance;
|
|
197
|
+
$data: {};
|
|
198
|
+
$props: {
|
|
199
|
+
readonly count?: (number | string) | undefined;
|
|
200
|
+
readonly view?: views_4[number] | undefined;
|
|
201
|
+
readonly onClick?: (() => any) | undefined;
|
|
202
|
+
readonly onDelete?: (() => any) | undefined;
|
|
203
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
204
|
+
$attrs: {
|
|
205
|
+
[x: string]: unknown;
|
|
206
|
+
};
|
|
207
|
+
$refs: {
|
|
208
|
+
[x: string]: unknown;
|
|
209
|
+
};
|
|
210
|
+
$slots: Readonly<{
|
|
211
|
+
[name: string]: Slot<any> | undefined;
|
|
212
|
+
}>;
|
|
213
|
+
$root: ComponentPublicInstance | null;
|
|
214
|
+
$parent: ComponentPublicInstance | null;
|
|
215
|
+
$host: Element | null;
|
|
216
|
+
$emit: ((event: "click") => void) & ((event: "delete") => void);
|
|
217
|
+
$el: HTMLButtonElement;
|
|
218
|
+
$options: ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
219
|
+
onClick?: (() => any) | undefined;
|
|
220
|
+
onDelete?: (() => any) | undefined;
|
|
221
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
222
|
+
click: () => any;
|
|
223
|
+
delete: () => any;
|
|
224
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
225
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
226
|
+
created?: (() => void) | (() => void)[];
|
|
227
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
228
|
+
mounted?: (() => void) | (() => void)[];
|
|
229
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
230
|
+
updated?: (() => void) | (() => void)[];
|
|
231
|
+
activated?: (() => void) | (() => void)[];
|
|
232
|
+
deactivated?: (() => void) | (() => void)[];
|
|
233
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
234
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
235
|
+
destroyed?: (() => void) | (() => void)[];
|
|
236
|
+
unmounted?: (() => void) | (() => void)[];
|
|
237
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
238
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
239
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
240
|
+
};
|
|
241
|
+
$forceUpdate: () => void;
|
|
242
|
+
$nextTick: nextTick;
|
|
243
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
244
|
+
} & Readonly<{}> & Omit<Readonly<ChipProps> & Readonly<{
|
|
245
|
+
onClick?: (() => any) | undefined;
|
|
246
|
+
onDelete?: (() => any) | undefined;
|
|
247
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
248
|
+
$slots: {
|
|
249
|
+
default?(_: {}): any;
|
|
250
|
+
};
|
|
251
|
+
}) | null;
|
|
252
|
+
triggerElementRef: HTMLDivElement;
|
|
253
|
+
};
|
|
254
|
+
$slots: Readonly<{
|
|
255
|
+
[name: string]: Slot<any> | undefined;
|
|
256
|
+
}>;
|
|
257
|
+
$root: ComponentPublicInstance | null;
|
|
258
|
+
$parent: ComponentPublicInstance | null;
|
|
259
|
+
$host: Element | null;
|
|
260
|
+
$emit: ((event: "click") => void) & ((event: "delete") => void);
|
|
261
|
+
$el: any;
|
|
262
|
+
$options: ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
263
|
+
onClick?: (() => any) | undefined;
|
|
264
|
+
onDelete?: (() => any) | undefined;
|
|
265
|
+
}>, {
|
|
266
|
+
toggleDropdown: () => void;
|
|
267
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
268
|
+
click: () => any;
|
|
269
|
+
delete: () => any;
|
|
270
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
271
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
272
|
+
created?: (() => void) | (() => void)[];
|
|
273
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
274
|
+
mounted?: (() => void) | (() => void)[];
|
|
275
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
276
|
+
updated?: (() => void) | (() => void)[];
|
|
277
|
+
activated?: (() => void) | (() => void)[];
|
|
278
|
+
deactivated?: (() => void) | (() => void)[];
|
|
279
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
280
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
281
|
+
destroyed?: (() => void) | (() => void)[];
|
|
282
|
+
unmounted?: (() => void) | (() => void)[];
|
|
283
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
284
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
285
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
286
|
+
};
|
|
287
|
+
$forceUpdate: () => void;
|
|
288
|
+
$nextTick: nextTick;
|
|
289
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
290
|
+
} & Readonly<{}> & Omit<Readonly<ChipProps> & Readonly<{
|
|
291
|
+
onClick?: (() => any) | undefined;
|
|
292
|
+
onDelete?: (() => any) | undefined;
|
|
293
|
+
}>, "toggleDropdown"> & ShallowUnwrapRef< {
|
|
294
|
+
toggleDropdown: () => void;
|
|
295
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
296
|
+
$slots: {
|
|
297
|
+
default?(_: {}): any;
|
|
298
|
+
dropdown?(_: {}): any;
|
|
299
|
+
};
|
|
300
|
+
}) | null;
|
|
301
|
+
triggerElementRef: ({
|
|
302
|
+
$: ComponentInternalInstance;
|
|
303
|
+
$data: {};
|
|
304
|
+
$props: {
|
|
305
|
+
readonly list: CheckboxFilterItem[];
|
|
306
|
+
readonly initialValue: string[];
|
|
307
|
+
readonly selectAllButtonText?: string | undefined;
|
|
308
|
+
readonly onApply?: ((value: string[] | null) => any) | undefined;
|
|
309
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
310
|
+
$attrs: {
|
|
311
|
+
[x: string]: unknown;
|
|
312
|
+
};
|
|
313
|
+
$refs: {
|
|
314
|
+
[x: string]: unknown;
|
|
315
|
+
};
|
|
316
|
+
$slots: Readonly<{
|
|
317
|
+
[name: string]: Slot<any> | undefined;
|
|
318
|
+
}>;
|
|
319
|
+
$root: ComponentPublicInstance | null;
|
|
320
|
+
$parent: ComponentPublicInstance | null;
|
|
321
|
+
$host: Element | null;
|
|
322
|
+
$emit: (event: "apply", value: string[] | null) => void;
|
|
323
|
+
$el: HTMLDivElement;
|
|
324
|
+
$options: ComponentOptionsBase<Readonly<CheckboxGroupFilterProps> & Readonly<{
|
|
325
|
+
onApply?: ((value: string[] | null) => any) | undefined;
|
|
326
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
327
|
+
apply: (value: string[] | null) => any;
|
|
328
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
329
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
330
|
+
created?: (() => void) | (() => void)[];
|
|
331
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
332
|
+
mounted?: (() => void) | (() => void)[];
|
|
333
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
334
|
+
updated?: (() => void) | (() => void)[];
|
|
335
|
+
activated?: (() => void) | (() => void)[];
|
|
336
|
+
deactivated?: (() => void) | (() => void)[];
|
|
337
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
338
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
339
|
+
destroyed?: (() => void) | (() => void)[];
|
|
340
|
+
unmounted?: (() => void) | (() => void)[];
|
|
341
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
342
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
343
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
344
|
+
};
|
|
345
|
+
$forceUpdate: () => void;
|
|
346
|
+
$nextTick: nextTick;
|
|
347
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
348
|
+
} & Readonly<{}> & Omit<Readonly<CheckboxGroupFilterProps> & Readonly<{
|
|
349
|
+
onApply?: ((value: string[] | null) => any) | undefined;
|
|
350
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
351
|
+
$slots: {
|
|
352
|
+
renderItem?(_: {
|
|
353
|
+
item: CheckboxFilterItem;
|
|
354
|
+
isSelected: boolean;
|
|
355
|
+
toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
356
|
+
}): any;
|
|
357
|
+
};
|
|
358
|
+
}) | null;
|
|
359
|
+
}, any>;
|
|
360
|
+
|
|
361
|
+
declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
174
362
|
"update:value": (value: string) => any;
|
|
175
363
|
"update:isError": (value: boolean) => any;
|
|
176
364
|
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
@@ -178,7 +366,9 @@ declare const __VLS_component_28: DefineComponent<__VLS_PublicProps_14, {}, {},
|
|
|
178
366
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
179
367
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
180
368
|
|
|
181
|
-
declare const
|
|
369
|
+
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
370
|
+
|
|
371
|
+
declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
182
372
|
"update:value": (value: string) => any;
|
|
183
373
|
"update:isError": (value: boolean) => any;
|
|
184
374
|
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
@@ -188,8 +378,6 @@ declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_15, {}, {},
|
|
|
188
378
|
inputRef: any;
|
|
189
379
|
}, HTMLLabelElement>;
|
|
190
380
|
|
|
191
|
-
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
192
|
-
|
|
193
381
|
declare const __VLS_component_4: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
194
382
|
|
|
195
383
|
declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -661,10 +849,194 @@ declare function __VLS_template_27(): {
|
|
|
661
849
|
declare function __VLS_template_28(): {
|
|
662
850
|
attrs: Partial<{}>;
|
|
663
851
|
slots: {
|
|
664
|
-
|
|
852
|
+
renderItem?(_: {
|
|
853
|
+
item: CheckboxFilterItem;
|
|
854
|
+
isSelected: boolean;
|
|
855
|
+
toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
856
|
+
}): any;
|
|
665
857
|
};
|
|
666
|
-
refs: {
|
|
667
|
-
|
|
858
|
+
refs: {
|
|
859
|
+
root: ({
|
|
860
|
+
$: ComponentInternalInstance;
|
|
861
|
+
$data: {};
|
|
862
|
+
$props: {
|
|
863
|
+
readonly count?: (number | string) | undefined;
|
|
864
|
+
readonly view?: views_4[number] | undefined;
|
|
865
|
+
readonly onClick?: (() => any) | undefined;
|
|
866
|
+
readonly onDelete?: (() => any) | undefined;
|
|
867
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
868
|
+
$attrs: {
|
|
869
|
+
[x: string]: unknown;
|
|
870
|
+
};
|
|
871
|
+
$refs: {
|
|
872
|
+
[x: string]: unknown;
|
|
873
|
+
} & {
|
|
874
|
+
parentElementRef: ({
|
|
875
|
+
$: ComponentInternalInstance;
|
|
876
|
+
$data: {};
|
|
877
|
+
$props: {
|
|
878
|
+
readonly count?: (number | string) | undefined;
|
|
879
|
+
readonly view?: views_4[number] | undefined;
|
|
880
|
+
readonly onClick?: (() => any) | undefined;
|
|
881
|
+
readonly onDelete?: (() => any) | undefined;
|
|
882
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
883
|
+
$attrs: {
|
|
884
|
+
[x: string]: unknown;
|
|
885
|
+
};
|
|
886
|
+
$refs: {
|
|
887
|
+
[x: string]: unknown;
|
|
888
|
+
};
|
|
889
|
+
$slots: Readonly<{
|
|
890
|
+
[name: string]: Slot<any> | undefined;
|
|
891
|
+
}>;
|
|
892
|
+
$root: ComponentPublicInstance | null;
|
|
893
|
+
$parent: ComponentPublicInstance | null;
|
|
894
|
+
$host: Element | null;
|
|
895
|
+
$emit: ((event: "click") => void) & ((event: "delete") => void);
|
|
896
|
+
$el: HTMLButtonElement;
|
|
897
|
+
$options: ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
898
|
+
onClick?: (() => any) | undefined;
|
|
899
|
+
onDelete?: (() => any) | undefined;
|
|
900
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
901
|
+
click: () => any;
|
|
902
|
+
delete: () => any;
|
|
903
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
904
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
905
|
+
created?: (() => void) | (() => void)[];
|
|
906
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
907
|
+
mounted?: (() => void) | (() => void)[];
|
|
908
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
909
|
+
updated?: (() => void) | (() => void)[];
|
|
910
|
+
activated?: (() => void) | (() => void)[];
|
|
911
|
+
deactivated?: (() => void) | (() => void)[];
|
|
912
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
913
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
914
|
+
destroyed?: (() => void) | (() => void)[];
|
|
915
|
+
unmounted?: (() => void) | (() => void)[];
|
|
916
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
917
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
918
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
919
|
+
};
|
|
920
|
+
$forceUpdate: () => void;
|
|
921
|
+
$nextTick: nextTick;
|
|
922
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
923
|
+
} & Readonly<{}> & Omit<Readonly<ChipProps> & Readonly<{
|
|
924
|
+
onClick?: (() => any) | undefined;
|
|
925
|
+
onDelete?: (() => any) | undefined;
|
|
926
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
927
|
+
$slots: {
|
|
928
|
+
default?(_: {}): any;
|
|
929
|
+
};
|
|
930
|
+
}) | null;
|
|
931
|
+
triggerElementRef: HTMLDivElement;
|
|
932
|
+
};
|
|
933
|
+
$slots: Readonly<{
|
|
934
|
+
[name: string]: Slot<any> | undefined;
|
|
935
|
+
}>;
|
|
936
|
+
$root: ComponentPublicInstance | null;
|
|
937
|
+
$parent: ComponentPublicInstance | null;
|
|
938
|
+
$host: Element | null;
|
|
939
|
+
$emit: ((event: "click") => void) & ((event: "delete") => void);
|
|
940
|
+
$el: any;
|
|
941
|
+
$options: ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
942
|
+
onClick?: (() => any) | undefined;
|
|
943
|
+
onDelete?: (() => any) | undefined;
|
|
944
|
+
}>, {
|
|
945
|
+
toggleDropdown: () => void;
|
|
946
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
947
|
+
click: () => any;
|
|
948
|
+
delete: () => any;
|
|
949
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
950
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
951
|
+
created?: (() => void) | (() => void)[];
|
|
952
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
953
|
+
mounted?: (() => void) | (() => void)[];
|
|
954
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
955
|
+
updated?: (() => void) | (() => void)[];
|
|
956
|
+
activated?: (() => void) | (() => void)[];
|
|
957
|
+
deactivated?: (() => void) | (() => void)[];
|
|
958
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
959
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
960
|
+
destroyed?: (() => void) | (() => void)[];
|
|
961
|
+
unmounted?: (() => void) | (() => void)[];
|
|
962
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
963
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
964
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
965
|
+
};
|
|
966
|
+
$forceUpdate: () => void;
|
|
967
|
+
$nextTick: nextTick;
|
|
968
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
969
|
+
} & Readonly<{}> & Omit<Readonly<ChipProps> & Readonly<{
|
|
970
|
+
onClick?: (() => any) | undefined;
|
|
971
|
+
onDelete?: (() => any) | undefined;
|
|
972
|
+
}>, "toggleDropdown"> & ShallowUnwrapRef< {
|
|
973
|
+
toggleDropdown: () => void;
|
|
974
|
+
}> & {} & ComponentCustomProperties & {} & {
|
|
975
|
+
$slots: {
|
|
976
|
+
default?(_: {}): any;
|
|
977
|
+
dropdown?(_: {}): any;
|
|
978
|
+
};
|
|
979
|
+
}) | null;
|
|
980
|
+
triggerElementRef: ({
|
|
981
|
+
$: ComponentInternalInstance;
|
|
982
|
+
$data: {};
|
|
983
|
+
$props: {
|
|
984
|
+
readonly list: CheckboxFilterItem[];
|
|
985
|
+
readonly initialValue: string[];
|
|
986
|
+
readonly selectAllButtonText?: string | undefined;
|
|
987
|
+
readonly onApply?: ((value: string[] | null) => any) | undefined;
|
|
988
|
+
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
989
|
+
$attrs: {
|
|
990
|
+
[x: string]: unknown;
|
|
991
|
+
};
|
|
992
|
+
$refs: {
|
|
993
|
+
[x: string]: unknown;
|
|
994
|
+
};
|
|
995
|
+
$slots: Readonly<{
|
|
996
|
+
[name: string]: Slot<any> | undefined;
|
|
997
|
+
}>;
|
|
998
|
+
$root: ComponentPublicInstance | null;
|
|
999
|
+
$parent: ComponentPublicInstance | null;
|
|
1000
|
+
$host: Element | null;
|
|
1001
|
+
$emit: (event: "apply", value: string[] | null) => void;
|
|
1002
|
+
$el: HTMLDivElement;
|
|
1003
|
+
$options: ComponentOptionsBase<Readonly<CheckboxGroupFilterProps> & Readonly<{
|
|
1004
|
+
onApply?: ((value: string[] | null) => any) | undefined;
|
|
1005
|
+
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1006
|
+
apply: (value: string[] | null) => any;
|
|
1007
|
+
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1008
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
1009
|
+
created?: (() => void) | (() => void)[];
|
|
1010
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
1011
|
+
mounted?: (() => void) | (() => void)[];
|
|
1012
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
1013
|
+
updated?: (() => void) | (() => void)[];
|
|
1014
|
+
activated?: (() => void) | (() => void)[];
|
|
1015
|
+
deactivated?: (() => void) | (() => void)[];
|
|
1016
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
1017
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
1018
|
+
destroyed?: (() => void) | (() => void)[];
|
|
1019
|
+
unmounted?: (() => void) | (() => void)[];
|
|
1020
|
+
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1021
|
+
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1022
|
+
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1023
|
+
};
|
|
1024
|
+
$forceUpdate: () => void;
|
|
1025
|
+
$nextTick: nextTick;
|
|
1026
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1027
|
+
} & Readonly<{}> & Omit<Readonly<CheckboxGroupFilterProps> & Readonly<{
|
|
1028
|
+
onApply?: ((value: string[] | null) => any) | undefined;
|
|
1029
|
+
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
1030
|
+
$slots: {
|
|
1031
|
+
renderItem?(_: {
|
|
1032
|
+
item: CheckboxFilterItem;
|
|
1033
|
+
isSelected: boolean;
|
|
1034
|
+
toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
1035
|
+
}): any;
|
|
1036
|
+
};
|
|
1037
|
+
}) | null;
|
|
1038
|
+
};
|
|
1039
|
+
rootEl: any;
|
|
668
1040
|
};
|
|
669
1041
|
|
|
670
1042
|
declare function __VLS_template_29(): {
|
|
@@ -672,9 +1044,7 @@ declare function __VLS_template_29(): {
|
|
|
672
1044
|
slots: {
|
|
673
1045
|
after?(_: {}): any;
|
|
674
1046
|
};
|
|
675
|
-
refs: {
|
|
676
|
-
inputRef: any;
|
|
677
|
-
};
|
|
1047
|
+
refs: {};
|
|
678
1048
|
rootEl: HTMLLabelElement;
|
|
679
1049
|
};
|
|
680
1050
|
|
|
@@ -687,6 +1057,17 @@ declare function __VLS_template_3(): {
|
|
|
687
1057
|
rootEl: any;
|
|
688
1058
|
};
|
|
689
1059
|
|
|
1060
|
+
declare function __VLS_template_30(): {
|
|
1061
|
+
attrs: Partial<{}>;
|
|
1062
|
+
slots: {
|
|
1063
|
+
after?(_: {}): any;
|
|
1064
|
+
};
|
|
1065
|
+
refs: {
|
|
1066
|
+
inputRef: any;
|
|
1067
|
+
};
|
|
1068
|
+
rootEl: HTMLLabelElement;
|
|
1069
|
+
};
|
|
1070
|
+
|
|
690
1071
|
declare function __VLS_template_4(): {
|
|
691
1072
|
attrs: Partial<{}>;
|
|
692
1073
|
slots: {
|
|
@@ -789,6 +1170,8 @@ declare type __VLS_TemplateResult_29 = ReturnType<typeof __VLS_template_29>;
|
|
|
789
1170
|
|
|
790
1171
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
791
1172
|
|
|
1173
|
+
declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
1174
|
+
|
|
792
1175
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
793
1176
|
|
|
794
1177
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -939,6 +1322,12 @@ declare type __VLS_WithTemplateSlots_3<T, S> = T & {
|
|
|
939
1322
|
};
|
|
940
1323
|
};
|
|
941
1324
|
|
|
1325
|
+
declare type __VLS_WithTemplateSlots_30<T, S> = T & {
|
|
1326
|
+
new (): {
|
|
1327
|
+
$slots: S;
|
|
1328
|
+
};
|
|
1329
|
+
};
|
|
1330
|
+
|
|
942
1331
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
943
1332
|
new (): {
|
|
944
1333
|
$slots: S;
|
|
@@ -1153,193 +1542,7 @@ declare type CheckboxGroupFilter_2 = {
|
|
|
1153
1542
|
}[];
|
|
1154
1543
|
};
|
|
1155
1544
|
|
|
1156
|
-
export declare const CheckboxGroupFilterChip:
|
|
1157
|
-
drop: (value: CheckboxGroupFilterValue) => any;
|
|
1158
|
-
apply: (value: CheckboxGroupFilterValue) => any;
|
|
1159
|
-
}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
|
|
1160
|
-
onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
1161
|
-
onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
1162
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
1163
|
-
root: ({
|
|
1164
|
-
$: ComponentInternalInstance;
|
|
1165
|
-
$data: {};
|
|
1166
|
-
$props: {
|
|
1167
|
-
readonly count?: (number | string) | undefined;
|
|
1168
|
-
readonly view?: views_4[number] | undefined;
|
|
1169
|
-
readonly onClick?: (() => any) | undefined;
|
|
1170
|
-
readonly onDelete?: (() => any) | undefined;
|
|
1171
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1172
|
-
$attrs: {
|
|
1173
|
-
[x: string]: unknown;
|
|
1174
|
-
};
|
|
1175
|
-
$refs: {
|
|
1176
|
-
[x: string]: unknown;
|
|
1177
|
-
} & {
|
|
1178
|
-
parentElementRef: ({
|
|
1179
|
-
$: ComponentInternalInstance;
|
|
1180
|
-
$data: {};
|
|
1181
|
-
$props: {
|
|
1182
|
-
readonly count?: (number | string) | undefined;
|
|
1183
|
-
readonly view?: views_4[number] | undefined;
|
|
1184
|
-
readonly onClick?: (() => any) | undefined;
|
|
1185
|
-
readonly onDelete?: (() => any) | undefined;
|
|
1186
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1187
|
-
$attrs: {
|
|
1188
|
-
[x: string]: unknown;
|
|
1189
|
-
};
|
|
1190
|
-
$refs: {
|
|
1191
|
-
[x: string]: unknown;
|
|
1192
|
-
};
|
|
1193
|
-
$slots: Readonly<{
|
|
1194
|
-
[name: string]: Slot<any> | undefined;
|
|
1195
|
-
}>;
|
|
1196
|
-
$root: ComponentPublicInstance | null;
|
|
1197
|
-
$parent: ComponentPublicInstance | null;
|
|
1198
|
-
$host: Element | null;
|
|
1199
|
-
$emit: ((event: "click") => void) & ((event: "delete") => void);
|
|
1200
|
-
$el: HTMLButtonElement;
|
|
1201
|
-
$options: ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
1202
|
-
onClick?: (() => any) | undefined;
|
|
1203
|
-
onDelete?: (() => any) | undefined;
|
|
1204
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1205
|
-
click: () => any;
|
|
1206
|
-
delete: () => any;
|
|
1207
|
-
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1208
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1209
|
-
created?: (() => void) | (() => void)[];
|
|
1210
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1211
|
-
mounted?: (() => void) | (() => void)[];
|
|
1212
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1213
|
-
updated?: (() => void) | (() => void)[];
|
|
1214
|
-
activated?: (() => void) | (() => void)[];
|
|
1215
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1216
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1217
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1218
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1219
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1220
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1221
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1222
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1223
|
-
};
|
|
1224
|
-
$forceUpdate: () => void;
|
|
1225
|
-
$nextTick: nextTick;
|
|
1226
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1227
|
-
} & Readonly<{}> & Omit<Readonly<ChipProps> & Readonly<{
|
|
1228
|
-
onClick?: (() => any) | undefined;
|
|
1229
|
-
onDelete?: (() => any) | undefined;
|
|
1230
|
-
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
1231
|
-
$slots: {
|
|
1232
|
-
default?(_: {}): any;
|
|
1233
|
-
};
|
|
1234
|
-
}) | null;
|
|
1235
|
-
triggerElementRef: HTMLDivElement;
|
|
1236
|
-
};
|
|
1237
|
-
$slots: Readonly<{
|
|
1238
|
-
[name: string]: Slot<any> | undefined;
|
|
1239
|
-
}>;
|
|
1240
|
-
$root: ComponentPublicInstance | null;
|
|
1241
|
-
$parent: ComponentPublicInstance | null;
|
|
1242
|
-
$host: Element | null;
|
|
1243
|
-
$emit: ((event: "click") => void) & ((event: "delete") => void);
|
|
1244
|
-
$el: any;
|
|
1245
|
-
$options: ComponentOptionsBase<Readonly<ChipProps> & Readonly<{
|
|
1246
|
-
onClick?: (() => any) | undefined;
|
|
1247
|
-
onDelete?: (() => any) | undefined;
|
|
1248
|
-
}>, {
|
|
1249
|
-
toggleDropdown: () => void;
|
|
1250
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
1251
|
-
click: () => any;
|
|
1252
|
-
delete: () => any;
|
|
1253
|
-
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1254
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1255
|
-
created?: (() => void) | (() => void)[];
|
|
1256
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1257
|
-
mounted?: (() => void) | (() => void)[];
|
|
1258
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1259
|
-
updated?: (() => void) | (() => void)[];
|
|
1260
|
-
activated?: (() => void) | (() => void)[];
|
|
1261
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1262
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1263
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1264
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1265
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1266
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1267
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1268
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1269
|
-
};
|
|
1270
|
-
$forceUpdate: () => void;
|
|
1271
|
-
$nextTick: nextTick;
|
|
1272
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1273
|
-
} & Readonly<{}> & Omit<Readonly<ChipProps> & Readonly<{
|
|
1274
|
-
onClick?: (() => any) | undefined;
|
|
1275
|
-
onDelete?: (() => any) | undefined;
|
|
1276
|
-
}>, "toggleDropdown"> & ShallowUnwrapRef< {
|
|
1277
|
-
toggleDropdown: () => void;
|
|
1278
|
-
}> & {} & ComponentCustomProperties & {} & {
|
|
1279
|
-
$slots: {
|
|
1280
|
-
default?(_: {}): any;
|
|
1281
|
-
dropdown?(_: {}): any;
|
|
1282
|
-
};
|
|
1283
|
-
}) | null;
|
|
1284
|
-
triggerElementRef: ({
|
|
1285
|
-
$: ComponentInternalInstance;
|
|
1286
|
-
$data: {};
|
|
1287
|
-
$props: {
|
|
1288
|
-
readonly list: CheckboxFilterItem[];
|
|
1289
|
-
readonly initialValue: string[];
|
|
1290
|
-
readonly selectAllButtonText?: string | undefined;
|
|
1291
|
-
readonly onApply?: ((value: string[] | null) => any) | undefined;
|
|
1292
|
-
} & VNodeProps & AllowedComponentProps & ComponentCustomProps;
|
|
1293
|
-
$attrs: {
|
|
1294
|
-
[x: string]: unknown;
|
|
1295
|
-
};
|
|
1296
|
-
$refs: {
|
|
1297
|
-
[x: string]: unknown;
|
|
1298
|
-
};
|
|
1299
|
-
$slots: Readonly<{
|
|
1300
|
-
[name: string]: Slot<any> | undefined;
|
|
1301
|
-
}>;
|
|
1302
|
-
$root: ComponentPublicInstance | null;
|
|
1303
|
-
$parent: ComponentPublicInstance | null;
|
|
1304
|
-
$host: Element | null;
|
|
1305
|
-
$emit: (event: "apply", value: string[] | null) => void;
|
|
1306
|
-
$el: HTMLDivElement;
|
|
1307
|
-
$options: ComponentOptionsBase<Readonly<CheckboxGroupFilterProps> & Readonly<{
|
|
1308
|
-
onApply?: ((value: string[] | null) => any) | undefined;
|
|
1309
|
-
}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1310
|
-
apply: (value: string[] | null) => any;
|
|
1311
|
-
}, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
|
|
1312
|
-
beforeCreate?: (() => void) | (() => void)[];
|
|
1313
|
-
created?: (() => void) | (() => void)[];
|
|
1314
|
-
beforeMount?: (() => void) | (() => void)[];
|
|
1315
|
-
mounted?: (() => void) | (() => void)[];
|
|
1316
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
|
1317
|
-
updated?: (() => void) | (() => void)[];
|
|
1318
|
-
activated?: (() => void) | (() => void)[];
|
|
1319
|
-
deactivated?: (() => void) | (() => void)[];
|
|
1320
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
|
1321
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
|
1322
|
-
destroyed?: (() => void) | (() => void)[];
|
|
1323
|
-
unmounted?: (() => void) | (() => void)[];
|
|
1324
|
-
renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1325
|
-
renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
|
|
1326
|
-
errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
1327
|
-
};
|
|
1328
|
-
$forceUpdate: () => void;
|
|
1329
|
-
$nextTick: nextTick;
|
|
1330
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
|
|
1331
|
-
} & Readonly<{}> & Omit<Readonly<CheckboxGroupFilterProps> & Readonly<{
|
|
1332
|
-
onApply?: ((value: string[] | null) => any) | undefined;
|
|
1333
|
-
}>, never> & ShallowUnwrapRef< {}> & {} & ComponentCustomProperties & {} & {
|
|
1334
|
-
$slots: {
|
|
1335
|
-
renderItem?(_: {
|
|
1336
|
-
item: CheckboxFilterItem;
|
|
1337
|
-
isSelected: boolean;
|
|
1338
|
-
toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
1339
|
-
}): any;
|
|
1340
|
-
};
|
|
1341
|
-
}) | null;
|
|
1342
|
-
}, any>;
|
|
1545
|
+
export declare const CheckboxGroupFilterChip: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
1343
1546
|
|
|
1344
1547
|
export declare type CheckboxGroupFilterChipProps = {};
|
|
1345
1548
|
|
|
@@ -1883,7 +2086,7 @@ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
1883
2086
|
|
|
1884
2087
|
export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1885
2088
|
|
|
1886
|
-
export declare const InputField:
|
|
2089
|
+
export declare const InputField: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
1887
2090
|
|
|
1888
2091
|
export declare type InputFieldProps = {
|
|
1889
2092
|
autocomplete?: 'on' | 'off';
|
|
@@ -1902,7 +2105,7 @@ export declare type InputFieldProps = {
|
|
|
1902
2105
|
maxLength?: number | string;
|
|
1903
2106
|
};
|
|
1904
2107
|
|
|
1905
|
-
export declare const InputMaskField:
|
|
2108
|
+
export declare const InputMaskField: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1906
2109
|
|
|
1907
2110
|
export declare type InputMaskFieldProps = {
|
|
1908
2111
|
autofocus?: boolean;
|