@namba_one/ui-kit-2 1.0.103 → 1.0.105
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 +46 -39
- package/dist/index.es.js +412 -403
- package/dist/index.umd.js +6 -6
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -78,13 +78,19 @@ rootRef: HTMLDivElement;
|
|
|
78
78
|
toastersRef: HTMLDivElement[];
|
|
79
79
|
}, any>;
|
|
80
80
|
|
|
81
|
-
declare const __VLS_component_21: DefineComponent<
|
|
81
|
+
declare const __VLS_component_21: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
82
82
|
|
|
83
|
-
declare const __VLS_component_22: DefineComponent<
|
|
83
|
+
declare const __VLS_component_22: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
84
84
|
containerRef: HTMLDivElement;
|
|
85
85
|
}, HTMLDivElement>;
|
|
86
86
|
|
|
87
|
-
declare const __VLS_component_23: DefineComponent<
|
|
87
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
88
|
+
apply: (value: string[] | null) => any;
|
|
89
|
+
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
90
|
+
onApply?: ((value: string[] | null) => any) | undefined;
|
|
91
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
92
|
+
|
|
93
|
+
declare const __VLS_component_24: DefineComponent<__VLS_PublicProps_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
88
94
|
"update:values": (value: FilterValue[]) => any;
|
|
89
95
|
}, string, PublicProps, Readonly<__VLS_PublicProps_13> & Readonly<{
|
|
90
96
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
@@ -152,12 +158,6 @@ default?(_: {}): any;
|
|
|
152
158
|
triggerElementRef: HTMLDivElement;
|
|
153
159
|
}, HTMLDivElement>;
|
|
154
160
|
|
|
155
|
-
declare const __VLS_component_24: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
156
|
-
apply: (value: string[] | null) => any;
|
|
157
|
-
}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{
|
|
158
|
-
onApply?: ((value: string[] | null) => any) | undefined;
|
|
159
|
-
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
160
|
-
|
|
161
161
|
declare const __VLS_component_3: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
162
162
|
|
|
163
163
|
declare const __VLS_component_4: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -227,23 +227,28 @@ declare type __VLS_Props_11 = DropdownElementProps;
|
|
|
227
227
|
declare type __VLS_Props_12 = ThemePickerProps;
|
|
228
228
|
|
|
229
229
|
declare type __VLS_Props_13 = {
|
|
230
|
+
gap?: string | number;
|
|
231
|
+
align?: 'flex-start' | 'center' | 'flex-end';
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
declare type __VLS_Props_14 = {
|
|
230
235
|
isHeight?: boolean;
|
|
231
236
|
duration?: number | string;
|
|
232
237
|
};
|
|
233
238
|
|
|
234
|
-
declare type __VLS_Props_14 = FilterHubProps;
|
|
235
|
-
|
|
236
239
|
declare type __VLS_Props_15 = {
|
|
237
240
|
list: CheckboxFilterItem[];
|
|
238
241
|
initialValue: string[];
|
|
239
242
|
};
|
|
240
243
|
|
|
241
|
-
declare type __VLS_Props_16 =
|
|
242
|
-
|
|
244
|
+
declare type __VLS_Props_16 = FilterHubProps;
|
|
245
|
+
|
|
246
|
+
declare type __VLS_Props_17 = {
|
|
247
|
+
filter: CheckboxGroupFilter_2;
|
|
243
248
|
value: CheckboxGroupFilterValue;
|
|
244
249
|
};
|
|
245
250
|
|
|
246
|
-
declare type
|
|
251
|
+
declare type __VLS_Props_18 = {
|
|
247
252
|
filter: DatepickerFilter_2;
|
|
248
253
|
value: DatepickerFilterValue;
|
|
249
254
|
};
|
|
@@ -282,7 +287,7 @@ declare type __VLS_PublicProps_12 = {
|
|
|
282
287
|
|
|
283
288
|
declare type __VLS_PublicProps_13 = {
|
|
284
289
|
'values': FilterValue[];
|
|
285
|
-
} &
|
|
290
|
+
} & __VLS_Props_16;
|
|
286
291
|
|
|
287
292
|
declare type __VLS_PublicProps_2 = {
|
|
288
293
|
'list': CardContentListProps['list'];
|
|
@@ -470,6 +475,19 @@ declare function __VLS_template_22(): {
|
|
|
470
475
|
};
|
|
471
476
|
|
|
472
477
|
declare function __VLS_template_23(): {
|
|
478
|
+
attrs: Partial<{}>;
|
|
479
|
+
slots: {
|
|
480
|
+
renderItem?(_: {
|
|
481
|
+
item: CheckboxFilterItem;
|
|
482
|
+
isSelected: boolean;
|
|
483
|
+
toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
484
|
+
}): any;
|
|
485
|
+
};
|
|
486
|
+
refs: {};
|
|
487
|
+
rootEl: HTMLDivElement;
|
|
488
|
+
};
|
|
489
|
+
|
|
490
|
+
declare function __VLS_template_24(): {
|
|
473
491
|
attrs: Partial<{}>;
|
|
474
492
|
slots: {
|
|
475
493
|
before?(_: {}): any;
|
|
@@ -554,19 +572,6 @@ declare function __VLS_template_23(): {
|
|
|
554
572
|
rootEl: HTMLDivElement;
|
|
555
573
|
};
|
|
556
574
|
|
|
557
|
-
declare function __VLS_template_24(): {
|
|
558
|
-
attrs: Partial<{}>;
|
|
559
|
-
slots: {
|
|
560
|
-
renderItem?(_: {
|
|
561
|
-
item: CheckboxFilterItem;
|
|
562
|
-
isSelected: boolean;
|
|
563
|
-
toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
564
|
-
}): any;
|
|
565
|
-
};
|
|
566
|
-
refs: {};
|
|
567
|
-
rootEl: HTMLDivElement;
|
|
568
|
-
};
|
|
569
|
-
|
|
570
575
|
declare function __VLS_template_3(): {
|
|
571
576
|
attrs: Partial<{}>;
|
|
572
577
|
slots: {
|
|
@@ -989,7 +994,7 @@ declare type CheckboxFilterItem = {
|
|
|
989
994
|
label: string;
|
|
990
995
|
};
|
|
991
996
|
|
|
992
|
-
|
|
997
|
+
declare type CheckboxGroupFilter_2 = {
|
|
993
998
|
key: string;
|
|
994
999
|
label: string;
|
|
995
1000
|
kind: 'checkbox-group';
|
|
@@ -999,10 +1004,10 @@ export declare type CheckboxGroupFilter = {
|
|
|
999
1004
|
}[];
|
|
1000
1005
|
};
|
|
1001
1006
|
|
|
1002
|
-
export declare const CheckboxGroupFilterChip: DefineComponent<
|
|
1007
|
+
export declare const CheckboxGroupFilterChip: DefineComponent<__VLS_Props_17, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1003
1008
|
drop: (value: CheckboxGroupFilterValue) => any;
|
|
1004
1009
|
apply: (value: CheckboxGroupFilterValue) => any;
|
|
1005
|
-
}, string, PublicProps, Readonly<
|
|
1010
|
+
}, string, PublicProps, Readonly<__VLS_Props_17> & Readonly<{
|
|
1006
1011
|
onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
1007
1012
|
onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
1008
1013
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -1211,8 +1216,6 @@ export declare type CheckboxGroupFilterProps = {};
|
|
|
1211
1216
|
|
|
1212
1217
|
export declare type CheckboxGroupFilterValue = FilterValueBase<string[]>;
|
|
1213
1218
|
|
|
1214
|
-
export declare const CheckboxGroupFilterView: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1215
|
-
|
|
1216
1219
|
export declare type CheckboxProps = {
|
|
1217
1220
|
value: boolean;
|
|
1218
1221
|
size: (typeof sizes_9)[number];
|
|
@@ -1247,7 +1250,7 @@ inputRef: any;
|
|
|
1247
1250
|
|
|
1248
1251
|
declare type ColorPickerProps = Pick<SelectBaseProps, 'label' | 'description' | 'errorText' | 'isError' | 'isDisabled'>;
|
|
1249
1252
|
|
|
1250
|
-
declare const colors: readonly ["text-common-base-primary-default", "text-common-base-secondary-default", "bg-common-base-primary-default", "bg-common-brand-primary-default", "bg-common-brand-secondary-default", "bg-common-base-secondary-default", "text-common-base-inverse-default", "bg-common-critical-primary-default", "bg-common-critical-secondary-default", "bg-common-success-primary-default", "bg-common-success-secondary-default", "text-common-primary-default", "text-common-critical-primary-default", "text-common-success-primary-default", "icon-common-base-primary-default", "icon-common-base-secondary-default", "icon-common-base-tertiary-default", "icon-common-brand-primary-default", "icon-common-critical-primary-default", "icon-common-success-primary-default", "border-common-base-primary", "border-common-brand-primary", "border-common-critical-primary", "border-common-success-primary", "bg-disable-default", "text-disable-default", "icon-disable-primary", "text-button-base-primary", "text-button-base-inverse", "text-button-brand-primary", "text-button-critical-primary", "text-button-success-primary", "bg-button-base-secondary-default", "bg-button-base-primary-default", "bg-button-brand-default", "bg-button-success-default", "bg-button-critical-default", "icon-button-base-primary", "icon-button-base-inverse", "icon-button-brand-primary", "icon-button-critical-primary", "icon-button-success-primary", "bg-input-base-primary-default", "text-input-base-primary", "icon-input-base-primary", "border-input-base-primary", "bg-common-base-tertiary-default", "text-input-base-secondary", "bg-button-base-inverse-default", "bg-common-base-inverse-default", "border-input-accent-critical", "bg-common-opacity-base-300", "bg-common-opacity-base-500", "background-layout-layout-2", "background-layout-layout-1", "text-common-base-base", "icon-common-base-base-500", "background-state-action-base-t-active", "text-common-base-base-500", "icon-common-base-base", "icon-common-base-base-600", "text-common-base-base-600", "border-common-base-base-1000-5", "background-surface-account-account-2", "background-surface-account-account-3", "background-surface-account-account-4", "background-surface-account-account-1", "background-surface-account-account-5", "background-surface-account-account-6", "background-surface-account-account-7", "background-surface-account-account-8", "background-surface-account-account-9", "foreground-surface-account-account-1-primary", "foreground-surface-account-account-2-primary", "foreground-surface-account-account-3-primary", "foreground-surface-account-account-4-primary", "foreground-surface-account-account-5-primary", "foreground-surface-account-account-6-primary", "foreground-surface-account-account-7-primary", "foreground-surface-account-account-8-primary", "foreground-surface-account-account-9-primary", "foreground-surface-account-account-8-secondary", "foreground-surface-account-account-7-secondary", "foreground-surface-account-account-3-secondary", "foreground-surface-account-account-5-secondary", "foreground-surface-account-account-4-secondary", "foreground-surface-account-account-6-secondary", "foreground-surface-account-account-2-secondary", "foreground-surface-account-product-9-secondary", "foreground-surface-account-account-1-secondary", "background-surface-layout-1-surface", "background-surface-popover-base", "foreground-layout-layout-1-primary", "foreground-layout-layout-2-primary", "foreground-layout-layout-2-secondary", "foreground-layout-layout-1-secondary", "background-surface-layout-1-surface-2", "foreground-surface-layout-1-surface-2-primary", "foreground-surface-layout-1-surface-2-critical", "foreground-layout-layout-1-success", "border-layout-layout-1-base", "interactive-base-surface-2", "interactive-text-base-surface-2", "interactive-text-base", "background-interactive-button-product-surface-primary", "foreground-interactive-button-product-surface-primary", "foreground-surface-layout-1-surface-primary", "foreground-surface-popover-base", "border-surface-popover-base", "foreground-surface-popover-base-secondary", "foreground-surface-popover-base-critical", "foreground-surface-layout-1-surface-2-secondary", "background-surface-account-account-1-t-0", "background-surface-account-account-8-t-0", "background-surface-account-account-5-t-0", "background-surface-account-account-7-t-0", "background-surface-account-account-6-t-0", "background-surface-account-account-9-t-0", "background-surface-account-account-3-t-0", "background-surface-account-account-4-t-0", "background-surface-account-account-2-t-0", "background-surface-layout-1-surface-3", "border-layout-layout-1-primary", "background-interactive-input-input-base", "foreground-interactive-input-base-primary", "foreground-interactive-input-base-placeholder", "foreground-interactive-input-base-secondary", "background-element-avatar-base-t", "foreground-layout-layout-1-critical", "border-input-base-primary-2", "border-input-base-primary-3", "border-interactive-input-base", "border-interactive-input-base-critical", "background-surface-account-account-4-contrast", "background-surface-account-account-2-contrast", "background-surface-account-account-1-contrast", "background-surface-account-account-8-contrast", "background-surface-account-account-3-contrast", "background-surface-account-account-7-contrast", "background-surface-account-account-5-contrast", "background-surface-account-account-6-contrast", "background-surface-account-account-9-contrast", "background-interactive-button-base", "foreground-interactive-button-base", "background-interactive-button-surface-primary", "foreground-interactive-button-surface-primary", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-base-primary", "foreground-interactive-button-base-primary", "background-surface-popover-base-0", "background-interactive-scroll-primary-t", "background-surface-layout-1-surface-2-t-0", "illustration-illustration-bg-critical", "background-surface-tooltip-primary", "foreground-element-tooltip-primary", "border-interactive-input-base-focus", "bg-input-base-primary-default-2", "foreground-element-avatar-base-t", "border-element-avatar-base-t", "foreground-interactive-button-base-flat", "bg-common-brand-primary-default-2", "foreground-interactive-input-focus-cursor-brand", "background-interactive-input-input-base-focus", "foreground-interactive-button-brand-flat", "illustration-illustration-bg-base-contrast", "illustration-illustration-border-base", "illustration-illustration-border-primary", "illustration-illustration-background", "illustration-illustration-border-base-contrast-primary", "background-on-primary-overlay", "background-element-badge-base-t", "foreground-element-badge-base-t", "background-surface-layout-1-surface-t-0", "foreground-layout-layout-1-brand", "background-surface-layout-1-succes", "background-surface-layout-1-critical", "background-surface-layout-1-succes-contrast", "background-surface-layout-1-critical-contrast", "foreground-surface-layout-1-critical-contrast-primary", "foreground-surface-layout-1-surface-success-contrast", "border-layout-layout-1-surface", "background-interactive-select-base-2", "foreground-interactive-select-base-2-placeholder", "foreground-interactive-select-base-2-primary", "border-interactive-select-select-base-critical", "border-interactive-select-base-focus", "border-interactive-select-base", "foreground-interactive-select-base-2-critical", "background-element-badge-success", "foreground-element-badge-succes", "background-element-badge-critical", "foreground-element-badge-critical", "background-element-badge-brand", "foreground-element-badge-brand", "border-layout-layout-1", "text-button-base-secondary", "icon-button-base-secondary", "background-interactive-button-critical-primary", "foreground-interactive-button-critical-primary", "bg-button-critical-default-2", "background-interactive-button-critical", "foreground-interactive-button-critical", "background-surface-layout-1-surface-4", "background-surface-layout-1-warning", "foreground-surface-layout-1-surface-2-warning", "background-interactive-button-critical-primary-disabled", "foreground-interactive-button-critical-primary-disabled", "background-interactive-button-base-disabled", "foreground-interactive-button-base-disabled", "background-interactive-button-surface-primary-disabled", "foreground-interactive-button-surface-primary-disabled", "background-interactive-button-product-surface-primary-disabled", "background-interactive-button-base-primary-disabled", "background-interactive-button-critical-disabled", "foreground-interactive-button-product-surface-primary-disabled", "foreground-interactive-button-base-flat-disabled", "foreground-interactive-button-base-primary-disabled", "foreground-interactive-button-brand-flat-disabled", "foreground-interactive-button-critical-disabled", "background-surface-layout-1-primary", "foreground-surface-layout-1-primary-primary", "foreground-interactive-link-brand"];
|
|
1253
|
+
declare const colors: readonly ["text-common-base-primary-default", "text-common-base-secondary-default", "bg-common-base-primary-default", "bg-common-brand-primary-default", "bg-common-brand-secondary-default", "bg-common-base-secondary-default", "text-common-base-inverse-default", "bg-common-critical-primary-default", "bg-common-critical-secondary-default", "bg-common-success-primary-default", "bg-common-success-secondary-default", "text-common-primary-default", "text-common-critical-primary-default", "text-common-success-primary-default", "icon-common-base-primary-default", "icon-common-base-secondary-default", "icon-common-base-tertiary-default", "icon-common-brand-primary-default", "icon-common-critical-primary-default", "icon-common-success-primary-default", "border-common-base-primary", "border-common-brand-primary", "border-common-critical-primary", "border-common-success-primary", "bg-disable-default", "text-disable-default", "icon-disable-primary", "text-button-base-primary", "text-button-base-inverse", "text-button-brand-primary", "text-button-critical-primary", "text-button-success-primary", "bg-button-base-secondary-default", "bg-button-base-primary-default", "bg-button-brand-default", "bg-button-success-default", "bg-button-critical-default", "icon-button-base-primary", "icon-button-base-inverse", "icon-button-brand-primary", "icon-button-critical-primary", "icon-button-success-primary", "bg-input-base-primary-default", "text-input-base-primary", "icon-input-base-primary", "border-input-base-primary", "bg-common-base-tertiary-default", "text-input-base-secondary", "bg-button-base-inverse-default", "bg-common-base-inverse-default", "border-input-accent-critical", "bg-common-opacity-base-300", "bg-common-opacity-base-500", "background-layout-layout-2", "background-layout-layout-1", "text-common-base-base", "icon-common-base-base-500", "background-state-action-base-t-active", "text-common-base-base-500", "icon-common-base-base", "icon-common-base-base-600", "text-common-base-base-600", "border-common-base-base-1000-5", "background-surface-account-account-2", "background-surface-account-account-3", "background-surface-account-account-4", "background-surface-account-account-1", "background-surface-account-account-5", "background-surface-account-account-6", "background-surface-account-account-7", "background-surface-account-account-8", "background-surface-account-account-9", "foreground-surface-account-account-1-primary", "foreground-surface-account-account-2-primary", "foreground-surface-account-account-3-primary", "foreground-surface-account-account-4-primary", "foreground-surface-account-account-5-primary", "foreground-surface-account-account-6-primary", "foreground-surface-account-account-7-primary", "foreground-surface-account-account-8-primary", "foreground-surface-account-account-9-primary", "foreground-surface-account-account-8-secondary", "foreground-surface-account-account-7-secondary", "foreground-surface-account-account-3-secondary", "foreground-surface-account-account-5-secondary", "foreground-surface-account-account-4-secondary", "foreground-surface-account-account-6-secondary", "foreground-surface-account-account-2-secondary", "foreground-surface-account-product-9-secondary", "foreground-surface-account-account-1-secondary", "background-surface-layout-1-surface", "background-surface-popover-base", "foreground-layout-layout-1-primary", "foreground-layout-layout-2-primary", "foreground-layout-layout-2-secondary", "foreground-layout-layout-1-secondary", "background-surface-layout-1-surface-2", "foreground-surface-layout-1-surface-2-primary", "foreground-surface-layout-1-surface-2-critical", "foreground-layout-layout-1-success", "border-layout-layout-1-base", "interactive-base-surface-2", "interactive-text-base-surface-2", "interactive-text-base", "background-interactive-button-product-surface-primary", "foreground-interactive-button-product-surface-primary", "foreground-surface-layout-1-surface-primary", "foreground-surface-popover-base", "border-surface-popover-base", "foreground-surface-popover-base-secondary", "foreground-surface-popover-base-critical", "foreground-surface-layout-1-surface-2-secondary", "background-surface-account-account-1-t-0", "background-surface-account-account-8-t-0", "background-surface-account-account-5-t-0", "background-surface-account-account-7-t-0", "background-surface-account-account-6-t-0", "background-surface-account-account-9-t-0", "background-surface-account-account-3-t-0", "background-surface-account-account-4-t-0", "background-surface-account-account-2-t-0", "background-surface-layout-1-surface-3", "border-layout-layout-1-primary", "background-interactive-input-input-base", "foreground-interactive-input-base-primary", "foreground-interactive-input-base-placeholder", "foreground-interactive-input-base-secondary", "background-element-avatar-base-t", "foreground-layout-layout-1-critical", "border-input-base-primary-2", "border-input-base-primary-3", "border-interactive-input-base", "border-interactive-input-base-critical", "background-surface-account-account-4-contrast", "background-surface-account-account-2-contrast", "background-surface-account-account-1-contrast", "background-surface-account-account-8-contrast", "background-surface-account-account-3-contrast", "background-surface-account-account-7-contrast", "background-surface-account-account-5-contrast", "background-surface-account-account-6-contrast", "background-surface-account-account-9-contrast", "background-interactive-button-base", "foreground-interactive-button-base", "background-interactive-button-surface-primary", "foreground-interactive-button-surface-primary", "background-layout-overlay", "background-surface-modal-base", "background-interactive-button-base-primary", "foreground-interactive-button-base-primary", "background-surface-popover-base-t-0", "background-interactive-scroll-primary-t", "background-surface-layout-1-surface-2-t-0", "illustration-illustration-bg-critical", "background-surface-tooltip-primary", "foreground-element-tooltip-primary", "border-interactive-input-base-focus", "bg-input-base-primary-default-2", "foreground-element-avatar-base-t", "border-element-avatar-base-t", "foreground-interactive-button-base-flat", "bg-common-brand-primary-default-2", "foreground-interactive-input-focus-cursor-brand", "background-interactive-input-input-base-focus", "foreground-interactive-button-brand-flat", "illustration-illustration-bg-base-contrast", "illustration-illustration-border-base", "illustration-illustration-border-primary", "illustration-illustration-background", "illustration-illustration-border-base-contrast-primary", "background-on-primary-overlay", "background-element-badge-base-t", "foreground-element-badge-base-t", "background-surface-layout-1-surface-t-0", "foreground-layout-layout-1-brand", "background-surface-layout-1-succes", "background-surface-layout-1-critical", "background-surface-layout-1-succes-contrast", "background-surface-layout-1-critical-contrast", "foreground-surface-layout-1-critical-contrast-primary", "foreground-surface-layout-1-surface-success-contrast", "border-layout-layout-1-surface", "background-interactive-select-base-2", "foreground-interactive-select-base-2-placeholder", "foreground-interactive-select-base-2-primary", "border-interactive-select-select-base-critical", "border-interactive-select-base-focus", "border-interactive-select-base", "foreground-interactive-select-base-2-critical", "background-element-badge-success", "foreground-element-badge-succes", "background-element-badge-critical", "foreground-element-badge-critical", "background-element-badge-brand", "foreground-element-badge-brand", "border-layout-layout-1", "text-button-base-secondary", "icon-button-base-secondary", "background-interactive-button-critical-primary", "foreground-interactive-button-critical-primary", "bg-button-critical-default-2", "background-interactive-button-critical", "foreground-interactive-button-critical", "background-surface-layout-1-surface-4", "background-surface-layout-1-warning", "foreground-surface-layout-1-surface-2-warning", "background-interactive-button-critical-primary-disabled", "foreground-interactive-button-critical-primary-disabled", "background-interactive-button-base-disabled", "foreground-interactive-button-base-disabled", "background-interactive-button-surface-primary-disabled", "foreground-interactive-button-surface-primary-disabled", "background-interactive-button-product-surface-primary-disabled", "background-interactive-button-base-primary-disabled", "background-interactive-button-critical-disabled", "foreground-interactive-button-product-surface-primary-disabled", "foreground-interactive-button-base-flat-disabled", "foreground-interactive-button-base-primary-disabled", "foreground-interactive-button-brand-flat-disabled", "foreground-interactive-button-critical-disabled", "background-surface-layout-1-primary", "foreground-surface-layout-1-primary-primary", "foreground-interactive-link-brand", "background-interactive-select-select-base", "background-interactive-select-select-base-focus", "foreground-interactive-input-focus-cursor-brand-2", "foreground-interactive-select-base-secondary", "foreground-interactive-input-base-secondary-2", "foreground-interactive-select-base-primary", "foreground-interactive-input-base-primary-2", "foreground-interactive-select-base-placeholder", "foreground-interactive-input-base-placeholder-2", "foreground-element-badge-secondary", "background-element-badge-secondary", "foreground-interactive-link-base", "foreground-interactive-link-secondary", "foreground-layout-layout-1-surface", "background-interactive-button-base-secondary-disabled", "background-interactive-button-base-secondary", "foreground-interactive-button-base-secondary-disabled", "foreground-interactive-button-base-secondary", "background-state-action-critical-t-active", "background-interactive-button-success-primary", "background-interactive-button-success-primary-disabled-2", "foreground-interactive-button-success-primary", "foreground-interactive-button-success-primary-disabled", "background-surface-layout-1-surface-5-t-15", "background-state-action-base-secondary-t-active", "background-state-action-secondary-t-active"];
|
|
1251
1254
|
|
|
1252
1255
|
export declare const Container: __VLS_WithTemplateSlots_15<typeof __VLS_component_15, __VLS_TemplateResult_15["slots"]>;
|
|
1253
1256
|
|
|
@@ -1267,10 +1270,10 @@ declare type DatepickerFilter_2 = {
|
|
|
1267
1270
|
kind: 'datepicker';
|
|
1268
1271
|
};
|
|
1269
1272
|
|
|
1270
|
-
export declare const DatepickerFilterChip: DefineComponent<
|
|
1273
|
+
export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
1271
1274
|
drop: (value: DatepickerFilterValue) => any;
|
|
1272
1275
|
apply: (value: DatepickerFilterValue) => any;
|
|
1273
|
-
}, string, PublicProps, Readonly<
|
|
1276
|
+
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
1274
1277
|
onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1275
1278
|
onApply?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
1276
1279
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -1589,6 +1592,10 @@ default?(_: {}): any;
|
|
|
1589
1592
|
export { _default as DatepickerFilter }
|
|
1590
1593
|
export { _default as DatepickerFilterView }
|
|
1591
1594
|
|
|
1595
|
+
declare const _default_2: __VLS_WithTemplateSlots_23<typeof __VLS_component_23, __VLS_TemplateResult_23["slots"]>;
|
|
1596
|
+
export { _default_2 as CheckboxGroupFilter }
|
|
1597
|
+
export { _default_2 as CheckboxGroupFilterView }
|
|
1598
|
+
|
|
1592
1599
|
export declare const Divider: DefineComponent<DividerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DividerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1593
1600
|
|
|
1594
1601
|
export declare type DividerProps = {
|
|
@@ -1665,9 +1672,9 @@ declare type EmptyResponseProps = ResponseBaseProps & {
|
|
|
1665
1672
|
size?: (typeof sizes_6)[number];
|
|
1666
1673
|
};
|
|
1667
1674
|
|
|
1668
|
-
export declare type Filter =
|
|
1675
|
+
export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
|
|
1669
1676
|
|
|
1670
|
-
export declare const FilterHub:
|
|
1677
|
+
export declare const FilterHub: __VLS_WithTemplateSlots_24<typeof __VLS_component_24, __VLS_TemplateResult_24["slots"]>;
|
|
1671
1678
|
|
|
1672
1679
|
export declare type FilterHubProps = {
|
|
1673
1680
|
list: Filter[];
|
|
@@ -1752,7 +1759,7 @@ export declare const isCheckboxGroupFilterValue: (data: {
|
|
|
1752
1759
|
filter: Filter;
|
|
1753
1760
|
value: FilterValue;
|
|
1754
1761
|
}) => data is {
|
|
1755
|
-
filter:
|
|
1762
|
+
filter: CheckboxGroupFilter_2;
|
|
1756
1763
|
value: CheckboxGroupFilterValue;
|
|
1757
1764
|
};
|
|
1758
1765
|
|