@hybr1d-tech/charizard 1.1.65 → 1.1.67
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/hybr1d-ui.js +4 -2
- package/dist/hybr1d-ui.umd.cjs +11 -11
- package/dist/index.d.ts +35 -2
- package/package.json +1 -1
package/dist/hybr1d-ui.js
CHANGED
|
@@ -903,7 +903,7 @@ const V8 = (e, l = []) => {
|
|
|
903
903
|
...e,
|
|
904
904
|
filters: {
|
|
905
905
|
...e.filters,
|
|
906
|
-
|
|
906
|
+
filter_date_range: l
|
|
907
907
|
}
|
|
908
908
|
};
|
|
909
909
|
case "selector_filter":
|
|
@@ -11791,6 +11791,7 @@ export {
|
|
|
11791
11791
|
Bq as RadioGroup,
|
|
11792
11792
|
Fq as RadioGroupV2,
|
|
11793
11793
|
T0 as SELECT_VARIANT,
|
|
11794
|
+
U3 as SINGLE_VALUE_FILTER_TYPES,
|
|
11794
11795
|
oo as STATUS_MAP,
|
|
11795
11796
|
Rg as STATUS_STATUS,
|
|
11796
11797
|
R as SVG,
|
|
@@ -11876,5 +11877,6 @@ export {
|
|
|
11876
11877
|
H8 as useDebounce,
|
|
11877
11878
|
l6 as useDisclosure,
|
|
11878
11879
|
k8 as useLockBodyScroll,
|
|
11879
|
-
D8 as useMediaQuery
|
|
11880
|
+
D8 as useMediaQuery,
|
|
11881
|
+
b2 as useTableStore
|
|
11880
11882
|
};
|