@club-employes/utopia 4.394.0 → 4.396.0
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.
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Un filtre plage (Budget/Range/DateRange) est considéré "appliqué" si `modelValue` porte au
|
|
3
|
+
* moins une borne réelle — pas seulement "différent de `null`" : le variant `fromKey`/`toKey`
|
|
4
|
+
* (deux clés séparées, ex. filtre RANGE ou DATE_RANGE) renvoie un tableau `[min, max]` déjà non
|
|
5
|
+
* `null` même à l'état vide (`[null, null]`), contrairement au variant clé unique qui renvoie
|
|
6
|
+
* directement `null`.
|
|
7
|
+
*/
|
|
8
|
+
export declare function hasAppliedRangeFilter(value: unknown[] | string | number | null | undefined): boolean;
|
|
@@ -80,13 +80,6 @@ declare const _default: {
|
|
|
80
80
|
showMore: string;
|
|
81
81
|
showLess: string;
|
|
82
82
|
};
|
|
83
|
-
budgetFilterCell: {
|
|
84
|
-
budgetLabel: string;
|
|
85
|
-
budgetMinLabel: string;
|
|
86
|
-
budgetMaxLabel: string;
|
|
87
|
-
clearLabel: string;
|
|
88
|
-
confirmLabel: string;
|
|
89
|
-
};
|
|
90
83
|
cartPreview: {
|
|
91
84
|
title: string;
|
|
92
85
|
buttonLabel: string;
|