@namba_one/ui-kit-2 1.0.114 → 1.0.115
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 +4 -0
- package/dist/index.es.js +1355 -1344
- package/dist/index.umd.js +7 -7
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1017,6 +1017,8 @@ declare type CheckboxGroupFilter_2 = {
|
|
|
1017
1017
|
key: string;
|
|
1018
1018
|
label: string;
|
|
1019
1019
|
kind: 'checkbox-group';
|
|
1020
|
+
icon?: IconName;
|
|
1021
|
+
isDisabled?: boolean;
|
|
1020
1022
|
options: {
|
|
1021
1023
|
key: string;
|
|
1022
1024
|
label: string;
|
|
@@ -1290,6 +1292,8 @@ declare type DatepickerFilter_2 = {
|
|
|
1290
1292
|
key: string;
|
|
1291
1293
|
label: string;
|
|
1292
1294
|
kind: 'datepicker';
|
|
1295
|
+
icon?: IconName;
|
|
1296
|
+
isDisabled?: boolean;
|
|
1293
1297
|
};
|
|
1294
1298
|
|
|
1295
1299
|
export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|