@mindly/ui-components 5.108.4 → 5.108.6
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.
|
@@ -39,6 +39,7 @@ export type FiltersWidgetProps = {
|
|
|
39
39
|
isLoadingTotalItems?: boolean;
|
|
40
40
|
className?: string;
|
|
41
41
|
currency?: SupportedCurrency;
|
|
42
|
+
staticFiltersKeys?: string[];
|
|
42
43
|
onClose?(): void;
|
|
43
44
|
onChange?(filters: FilterItem[]): void;
|
|
44
45
|
onApply?(action: 'apply' | 'clear', filters: FilterItem[]): void;
|
package/dist/index.d.ts
CHANGED
|
@@ -3603,6 +3603,7 @@ type FiltersWidgetProps = {
|
|
|
3603
3603
|
isLoadingTotalItems?: boolean;
|
|
3604
3604
|
className?: string;
|
|
3605
3605
|
currency?: SupportedCurrency;
|
|
3606
|
+
staticFiltersKeys?: string[];
|
|
3606
3607
|
onClose?(): void;
|
|
3607
3608
|
onChange?(filters: FilterItem[]): void;
|
|
3608
3609
|
onApply?(action: 'apply' | 'clear', filters: FilterItem[]): void;
|