@namba_one/ui-kit-2 1.3.16 → 1.3.18
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 +4004 -3980
- package/dist/index.umd.js +17 -17
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -445,8 +445,10 @@ 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;
|
|
448
449
|
}, string, PublicProps, Readonly<__VLS_PublicProps_27> & Readonly<{
|
|
449
450
|
"onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
|
|
451
|
+
onNextPage?: (() => any) | undefined;
|
|
450
452
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
451
453
|
|
|
452
454
|
declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
|
|
@@ -3529,6 +3531,7 @@ export declare type FilterGroup_CheckboxListProps = {
|
|
|
3529
3531
|
withHeader?: boolean;
|
|
3530
3532
|
withSearch?: boolean;
|
|
3531
3533
|
searchPlaceholder?: string;
|
|
3534
|
+
isPaginating?: boolean;
|
|
3532
3535
|
};
|
|
3533
3536
|
|
|
3534
3537
|
export declare const FilterGroup_ColumnSettings: DefineComponent<__VLS_PublicProps_30, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|