@namba_one/ui-kit-2 1.3.18 → 1.3.19
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 +3 -0
- package/dist/index.es.js +2971 -2960
- package/dist/index.umd.js +24 -24
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -446,9 +446,11 @@ declare const __VLS_component_41: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
446
446
|
declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
447
447
|
"update:value": (value: (string | number)[]) => any;
|
|
448
448
|
nextPage: () => any;
|
|
449
|
+
"update:search": (value: string | undefined) => any;
|
|
449
450
|
}, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
|
|
450
451
|
"onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
|
|
451
452
|
onNextPage?: (() => any) | undefined;
|
|
453
|
+
"onUpdate:search"?: ((value: string | undefined) => any) | undefined;
|
|
452
454
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
453
455
|
|
|
454
456
|
declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
|
|
@@ -1110,6 +1112,7 @@ declare type __VLS_PublicProps_26 = {
|
|
|
1110
1112
|
|
|
1111
1113
|
declare type __VLS_PublicProps_27 = {
|
|
1112
1114
|
'value': (string | number)[];
|
|
1115
|
+
'search'?: string | undefined;
|
|
1113
1116
|
} & __VLS_Props_33;
|
|
1114
1117
|
|
|
1115
1118
|
declare type __VLS_PublicProps_28 = {
|