@namba_one/ui-kit-2 1.3.17 → 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 +6 -0
- package/dist/index.es.js +3070 -3037
- package/dist/index.umd.js +23 -23
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -445,8 +445,12 @@ declare const __VLS_component_41: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
445
445
|
|
|
446
446
|
declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_27, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
447
447
|
"update:value": (value: (string | number)[]) => any;
|
|
448
|
+
nextPage: () => any;
|
|
449
|
+
"update:search": (value: string | undefined) => any;
|
|
448
450
|
}, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
|
|
449
451
|
"onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
|
|
452
|
+
onNextPage?: (() => any) | undefined;
|
|
453
|
+
"onUpdate:search"?: ((value: string | undefined) => any) | undefined;
|
|
450
454
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
451
455
|
|
|
452
456
|
declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
|
|
@@ -1108,6 +1112,7 @@ declare type __VLS_PublicProps_26 = {
|
|
|
1108
1112
|
|
|
1109
1113
|
declare type __VLS_PublicProps_27 = {
|
|
1110
1114
|
'value': (string | number)[];
|
|
1115
|
+
'search'?: string | undefined;
|
|
1111
1116
|
} & __VLS_Props_33;
|
|
1112
1117
|
|
|
1113
1118
|
declare type __VLS_PublicProps_28 = {
|
|
@@ -3529,6 +3534,7 @@ export declare type FilterGroup_CheckboxListProps = {
|
|
|
3529
3534
|
withHeader?: boolean;
|
|
3530
3535
|
withSearch?: boolean;
|
|
3531
3536
|
searchPlaceholder?: string;
|
|
3537
|
+
isPaginating?: boolean;
|
|
3532
3538
|
};
|
|
3533
3539
|
|
|
3534
3540
|
export declare const FilterGroup_ColumnSettings: DefineComponent<__VLS_PublicProps_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|