@m4l/components 9.5.1-beta-pkg-670-dynamicfilter-mejoras.0 → 9.5.1
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/components/Chip/types.d.ts +2 -4
- package/components/Chip/types.d.ts.map +1 -1
- package/components/DynamicFilter/DynamicFilter.styles.d.ts.map +1 -1
- package/components/DynamicFilter/DynamicFilter.styles.js +110 -276
- package/components/DynamicFilter/dictionary.d.ts +0 -2
- package/components/DynamicFilter/dictionary.d.ts.map +1 -1
- package/components/DynamicFilter/dictionary.js +0 -2
- package/components/DynamicFilter/slots/SlotsEnum.d.ts +1 -10
- package/components/DynamicFilter/slots/SlotsEnum.d.ts.map +1 -1
- package/components/DynamicFilter/slots/SlotsEnum.js +2 -2
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts +0 -27
- package/components/DynamicFilter/slots/dynamicFilterSlots.d.ts.map +1 -1
- package/components/DynamicFilter/slots/dynamicFilterSlots.js +63 -101
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/AppliedFilterChip.d.ts +1 -4
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/AppliedFilterChip.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/AppliedFilterChip/AppliedFilterChip.js +14 -18
- package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.d.ts +1 -3
- package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.js +8 -57
- package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters.d.ts +1 -9
- package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/AppliedFilters/useAppliedFilters.js +14 -22
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/DynamicFilterBase/DynamicFilterBase.js +12 -10
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.d.ts +2 -4
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/FilterActions/FilterActions.js +29 -32
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.d.ts +0 -1
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.js +11 -12
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.d.ts +1 -3
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.js +43 -47
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter.d.ts +0 -4
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter.js +24 -31
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/PopoverFilter/PopoverFilter.js +46 -50
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.d.ts +1 -29
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +28 -50
- package/components/DynamicFilter/types.d.ts +2 -21
- package/components/DynamicFilter/types.d.ts.map +1 -1
- package/components/HelmetPage/index.d.ts +1 -1
- package/components/HelmetPage/index.d.ts.map +1 -1
- package/components/HelmetPage/index.js +22 -13
- package/components/HelmetPage/types.d.ts +20 -0
- package/components/HelmetPage/types.d.ts.map +1 -1
- package/components/LanguagePopover/LanguagePopover.js +16 -16
- package/components/MFIsolationApp/MFIsolationApp.d.ts.map +1 -1
- package/components/MFIsolationApp/MFIsolationApp.js +112 -106
- package/components/MFIsolationApp/types.d.ts +8 -2
- package/components/MFIsolationApp/types.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.d.ts.map +1 -1
- package/components/MFIsolationAppStorybook/MFIsolationAppStorybook.js +79 -73
- package/components/MFIsolationAppStorybook/types.d.ts +13 -6
- package/components/MFIsolationAppStorybook/types.d.ts.map +1 -1
- package/components/SideBar/SideBar.js +10 -10
- package/components/SideBar/context/sideBarContext/index.js +13 -13
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.d.ts.map +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.js +27 -27
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.d.ts.map +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.js +31 -31
- package/components/SideBar/types.d.ts +1 -1
- package/components/SideBar/types.d.ts.map +1 -1
- package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.d.ts.map +1 -1
- package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.js +30 -34
- package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.styles.d.ts.map +1 -1
- package/components/extended/React-Spinners/PropagateLoaderSpinner/PropagateLoaderSpinner.styles.js +10 -11
- package/components/extended/React-Spinners/PropagateLoaderSpinner/slots/PropagateLoaderSpinnerSlots.js +1 -1
- package/components/extended/React-Spinners/PropagateLoaderSpinner/types.d.ts +1 -10
- package/components/extended/React-Spinners/PropagateLoaderSpinner/types.d.ts.map +1 -1
- package/package.json +6 -6
- package/test/constants.d.ts +7 -2
- package/test/constants.d.ts.map +1 -1
- package/test/mocks/dictionary-mock.d.ts +0 -1
- package/test/mocks/dictionary-mock.d.ts.map +1 -1
- package/test/mocks.d.ts +3 -0
- package/test/mocks.d.ts.map +1 -1
- package/components/DynamicFilter/helpers/calculateVisibleChipsCount.d.ts +0 -12
- package/components/DynamicFilter/helpers/calculateVisibleChipsCount.d.ts.map +0 -1
- package/components/DynamicFilter/helpers/calculateVisibleChipsCount.js +0 -16
- package/components/DynamicFilter/hooks/useChipsOverflow.d.ts +0 -30
- package/components/DynamicFilter/hooks/useChipsOverflow.d.ts.map +0 -1
- package/components/DynamicFilter/hooks/useChipsOverflow.js +0 -68
- package/components/DynamicFilter/subcomponents/OverflowPopover/OverflowPopover.d.ts +0 -9
- package/components/DynamicFilter/subcomponents/OverflowPopover/OverflowPopover.d.ts.map +0 -1
- package/components/DynamicFilter/subcomponents/OverflowPopover/OverflowPopover.js +0 -85
- package/components/DynamicFilter/subcomponents/OverflowPopover/index.d.ts +0 -2
- package/components/DynamicFilter/subcomponents/OverflowPopover/index.d.ts.map +0 -1
- package/components/DynamicFilter/subcomponents/OverflowPopover/types.d.ts +0 -13
- package/components/DynamicFilter/subcomponents/OverflowPopover/types.d.ts.map +0 -1
|
@@ -24,11 +24,9 @@ export interface ChipProps {
|
|
|
24
24
|
*/
|
|
25
25
|
size?: Extract<Sizes, 'small' | 'medium'>;
|
|
26
26
|
/**
|
|
27
|
-
* Text describing the `Chip`.
|
|
28
|
-
* (for example a `Typography` element) when callers need to style parts
|
|
29
|
-
* of the label independently while keeping the chip's layout intact.
|
|
27
|
+
* Text describing the `Chip`.
|
|
30
28
|
*/
|
|
31
|
-
label?: Maybe<string
|
|
29
|
+
label?: Maybe<string>;
|
|
32
30
|
/**
|
|
33
31
|
* Secondary text shown below the chip label.
|
|
34
32
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAAG,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,eAAe,IAAI,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAClC,MAAM,MAAM,YAAY,GAAI,WAAW,GAAG,UAAU,CAAC;AACrD;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/Chip/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AACtD,OAAO,EAAG,KAAK,EAAE,MAAM,sBAAsB,CAAC;AAC9C,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAChD,OAAO,EAAE,kBAAkB,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,eAAe,IAAI,kBAAkB,EAAE,MAAM,eAAe,CAAC;AACtE,OAAO,EAAE,sBAAsB,EAAE,MAAM,4BAA4B,CAAC;AACpE,OAAO,EAAE,KAAK,EAAE,MAAM,WAAW,CAAC;AAClC,MAAM,MAAM,YAAY,GAAI,WAAW,GAAG,UAAU,CAAC;AACrD;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB;;OAEG;IACH,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB;;OAEG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,CAAC,CAAC;IAC1C;;OAEG;IACH,KAAK,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IACtB;;OAEG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAC5B;;OAEG;IACH,OAAO,CAAC,EAAE,YAAY,CAAC;IACvB;;OAEG;IACH,KAAK,CAAC,EAAE,gBAAgB,CAAC;IACzB;;OAEG;IACH,aAAa,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAE;QAAC,eAAe,EAAE,MAAM,CAAA;KAAC,CAAC;IAC3D;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAChC;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB;;OAEG;IACH,OAAO,CAAC,EAAC,CAAC,MAAM,IAAI,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC,CAAC;IAC/C;;OAEG;IACH,eAAe,CAAC,EAAE,IAAI,CAAC,kBAAkB,EAAE,MAAM,GAAG,OAAO,GAAG,UAAU,GAAG,KAAK,CAAC,CAAC;IAClF;;OAEG;IACH,SAAS,CAAC,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;IAC9B;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AACD;;GAEG;AACH,MAAM,WAAW,cAAe,SAAQ,IAAI,CAAC,SAAS,EAAE,SAAS,GAAG,eAAe,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;IACjH,WAAW,EAAE,OAAO,CAAC;IACrB,QAAQ,EAAE,OAAO,CAAC;IAClB,cAAc,EAAE,OAAO,CAAC;IACxB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB;AACD;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,MAAM,OAAO,SAAS,CAAC;AACnD;;GAEG;AACH,MAAM,MAAM,UAAU,GAAG,sBAAsB,CAAC,aAAa,EAAE,OAAO,kBAAkB,EAAE,KAAK,CAAC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicFilter.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/DynamicFilter/DynamicFilter.styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAInD,eAAO,MAAM,mBAAmB,EAAE,
|
|
1
|
+
{"version":3,"file":"DynamicFilter.styles.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/DynamicFilter/DynamicFilter.styles.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AAInD,eAAO,MAAM,mBAAmB,EAAE,mBA+SjC,CAAC"}
|
|
@@ -1,279 +1,248 @@
|
|
|
1
1
|
import { getTypographyStyles as e } from "../../utils/getTypographyStyles.js";
|
|
2
2
|
import { getSizeStyles as o } from "../../utils/getSizeStyles/getSizeStyles.js";
|
|
3
|
-
const
|
|
3
|
+
const s = "dynamic", d = {
|
|
4
4
|
/**
|
|
5
5
|
* root: Estilos del contenedor principal del componente.
|
|
6
6
|
*/
|
|
7
|
-
root: ({ theme:
|
|
8
|
-
containerName:
|
|
7
|
+
root: ({ theme: i, ownerState: r }) => ({
|
|
8
|
+
containerName: s,
|
|
9
9
|
containerType: "inline-size",
|
|
10
10
|
width: "100%",
|
|
11
11
|
height: "auto",
|
|
12
12
|
padding: 0,
|
|
13
13
|
...o(
|
|
14
|
-
|
|
15
|
-
|
|
14
|
+
i,
|
|
15
|
+
r?.size || "medium",
|
|
16
16
|
"container",
|
|
17
|
-
(
|
|
18
|
-
height:
|
|
19
|
-
maxHeight:
|
|
20
|
-
minHeight:
|
|
17
|
+
(a) => ({
|
|
18
|
+
height: a,
|
|
19
|
+
maxHeight: a,
|
|
20
|
+
minHeight: a
|
|
21
21
|
})
|
|
22
22
|
)
|
|
23
23
|
}),
|
|
24
24
|
/**
|
|
25
25
|
* innerContainer: Estilos del contenedor interno del componente.
|
|
26
26
|
*/
|
|
27
|
-
innerContainer: ({ theme:
|
|
27
|
+
innerContainer: ({ theme: i, ownerState: r }) => ({
|
|
28
28
|
display: "flex",
|
|
29
29
|
alignItems: "center",
|
|
30
30
|
justifyContent: "flex-start",
|
|
31
31
|
width: "100%",
|
|
32
32
|
height: "fit-content",
|
|
33
|
-
borderRadius:
|
|
34
|
-
background:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
boxShadow: `inset 0px 0px 0px 1px ${
|
|
39
|
-
}
|
|
40
|
-
overflow: "hidden"
|
|
33
|
+
borderRadius: i.vars.size.borderRadius.r2,
|
|
34
|
+
background: i.vars.palette.background.default,
|
|
35
|
+
boxShadow: r?.isValid ? `inset 0px 0px 0px 1px ${i.vars.palette.border.secondary}` : `inset 0px 0px 0px 1px ${i.vars.palette.error.enabled}`,
|
|
36
|
+
overflow: "hidden",
|
|
37
|
+
'&:has([aria-expanded="true"])': {
|
|
38
|
+
boxShadow: r?.isValid ? `inset 0px 0px 0px 1.3px ${i.vars.palette.border.main}` : `inset 0px 0px 0px 1px ${i.vars.palette.error.enabled}`
|
|
39
|
+
}
|
|
41
40
|
}),
|
|
42
41
|
/**
|
|
43
42
|
* inputFilter: Estilos del contenedor del campo de entrada de filtrado.
|
|
44
|
-
* Ahora se usa como header dentro del `PopoverMenuFields`, donde el icono
|
|
45
|
-
* queda a la izquierda y el input "Filtrar por" se alinea a continuación.
|
|
46
43
|
*/
|
|
47
|
-
inputFilter: ({ theme:
|
|
44
|
+
inputFilter: ({ theme: i, ownerState: r }) => ({
|
|
48
45
|
display: "flex",
|
|
49
46
|
flexDirection: "row",
|
|
50
|
-
paddingLeft:
|
|
51
|
-
paddingRight:
|
|
47
|
+
paddingLeft: i.vars.size.baseSpacings.sp2,
|
|
48
|
+
paddingRight: i.vars.size.baseSpacings.sp1,
|
|
49
|
+
height: "100%",
|
|
52
50
|
overflow: "hidden",
|
|
51
|
+
maxWidth: "120px",
|
|
53
52
|
width: "100%",
|
|
54
53
|
alignItems: "center",
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
borderTopLeftRadius: i.vars.size.borderRadius.r1,
|
|
55
|
+
borderBottomLeftRadius: i.vars.size.borderRadius.r1,
|
|
56
|
+
background: "#ffffff00",
|
|
57
57
|
...o(
|
|
58
|
-
|
|
59
|
-
|
|
58
|
+
i,
|
|
59
|
+
r?.size || "medium",
|
|
60
60
|
"container",
|
|
61
|
-
(
|
|
62
|
-
height:
|
|
61
|
+
(a) => ({
|
|
62
|
+
height: a
|
|
63
63
|
})
|
|
64
64
|
)
|
|
65
65
|
}),
|
|
66
|
-
/**
|
|
67
|
-
* inputFilterTriggerButton: IconButton que sustituye al input en el header
|
|
68
|
-
* principal. Al hacerle clic abre el `PopoverMenuFields`. Cuando el popover
|
|
69
|
-
* está abierto (`ownerState.selected`) se pinta con los mismos tokens que
|
|
70
|
-
* el chip "Más" activo — fondo `info.contained.backgroundColor` y border
|
|
71
|
-
* `info.semanticText` — para mantener consistencia visual.
|
|
72
|
-
*/
|
|
73
|
-
inputFilterTriggerButton: ({ theme: r, ownerState: a }) => ({
|
|
74
|
-
flexShrink: 0,
|
|
75
|
-
cursor: "pointer",
|
|
76
|
-
borderRadius: r.vars.size.borderRadius.r1,
|
|
77
|
-
...a?.selected && {
|
|
78
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
79
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
80
|
-
outline: "none !important",
|
|
81
|
-
"&:hover, &:focus, &:focus-visible": {
|
|
82
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
83
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
84
|
-
outline: "none !important"
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}),
|
|
88
66
|
/**
|
|
89
67
|
* inputFilterInput: Estilos del campo de entrada de filtrado.
|
|
90
68
|
*/
|
|
91
|
-
inputFilterInput: ({ theme:
|
|
69
|
+
inputFilterInput: ({ theme: i, ownerState: r }) => ({
|
|
92
70
|
width: "100%",
|
|
93
71
|
background: "#ffffff00",
|
|
94
72
|
...o(
|
|
95
|
-
|
|
96
|
-
|
|
73
|
+
i,
|
|
74
|
+
r?.size || "medium",
|
|
97
75
|
"action",
|
|
98
|
-
(
|
|
99
|
-
height:
|
|
100
|
-
minHeight:
|
|
101
|
-
maxHeight:
|
|
76
|
+
(a) => ({
|
|
77
|
+
height: a,
|
|
78
|
+
minHeight: a,
|
|
79
|
+
maxHeight: a
|
|
102
80
|
})
|
|
103
81
|
),
|
|
104
82
|
fontFamily: "inherit",
|
|
105
83
|
...e(
|
|
106
|
-
|
|
107
|
-
|
|
84
|
+
i.generalSettings.isMobile,
|
|
85
|
+
r?.size || "medium",
|
|
108
86
|
"body"
|
|
109
87
|
),
|
|
110
|
-
color:
|
|
88
|
+
color: i.vars.palette.text.secondary,
|
|
111
89
|
border: 0,
|
|
112
90
|
borderColor: "transparent",
|
|
113
|
-
paddingLeft:
|
|
114
|
-
paddingRight:
|
|
91
|
+
paddingLeft: i.vars.size.baseSpacings.sp2,
|
|
92
|
+
paddingRight: i.vars.size.baseSpacings.sp2,
|
|
115
93
|
height: "100%",
|
|
116
94
|
"&::placeholder": {
|
|
117
|
-
color:
|
|
95
|
+
color: i.vars.palette.text.secondary
|
|
118
96
|
},
|
|
119
97
|
"&:focus-visible": {
|
|
120
|
-
color:
|
|
98
|
+
color: i.vars.palette.text.secondary,
|
|
121
99
|
border: "unset",
|
|
122
|
-
borderColor:
|
|
123
|
-
BorderRadius:
|
|
100
|
+
borderColor: i.vars.palette.primary.opacity,
|
|
101
|
+
BorderRadius: i.vars.size.borderRadius["r0-5"],
|
|
124
102
|
outline: "none!important"
|
|
125
103
|
}
|
|
126
104
|
}),
|
|
127
105
|
/**
|
|
128
106
|
* appliedFilters: Estilos del contenedor de los filtros aplicados.
|
|
129
107
|
*/
|
|
130
|
-
appliedFilters: ({ theme:
|
|
108
|
+
appliedFilters: ({ theme: i, ownerState: r }) => ({
|
|
131
109
|
width: "100%",
|
|
132
110
|
height: "fit-content",
|
|
133
111
|
display: "flex",
|
|
134
112
|
alignItems: "center",
|
|
135
113
|
borderLeft: "none",
|
|
136
114
|
margin: "0px",
|
|
137
|
-
padding: `0px ${
|
|
115
|
+
padding: `0px ${i.vars.size.baseSpacings.sp1}`,
|
|
138
116
|
flex: 1,
|
|
139
117
|
overflow: "hidden",
|
|
140
118
|
...o(
|
|
141
|
-
|
|
142
|
-
|
|
119
|
+
i,
|
|
120
|
+
r?.size || "medium",
|
|
143
121
|
"container",
|
|
144
|
-
(
|
|
145
|
-
height:
|
|
146
|
-
maxHeight:
|
|
147
|
-
minHeight:
|
|
122
|
+
(a) => ({
|
|
123
|
+
height: a,
|
|
124
|
+
maxHeight: a,
|
|
125
|
+
minHeight: a
|
|
148
126
|
})
|
|
149
127
|
)
|
|
150
128
|
}),
|
|
151
129
|
/**
|
|
152
130
|
* appliedFilterInnerContainer: Estilos del contenedor interno de los filtros aplicados.
|
|
153
131
|
*/
|
|
154
|
-
appliedFilterInnerContainer: ({ theme:
|
|
155
|
-
padding:
|
|
156
|
-
gap:
|
|
132
|
+
appliedFilterInnerContainer: ({ theme: i, ownerState: r }) => ({
|
|
133
|
+
padding: i.vars.size.baseSpacings["sp0-5"],
|
|
134
|
+
gap: i.vars.size.baseSpacings.sp1,
|
|
157
135
|
height: "fit-content",
|
|
158
136
|
display: "flex",
|
|
159
137
|
flexWrap: "nowrap",
|
|
160
|
-
|
|
161
|
-
// when content overflows to leave room for the sibling "More" chip.
|
|
162
|
-
// The "More" chip then sits flush against the last visible chip with
|
|
163
|
-
// any leftover space appearing AFTER it.
|
|
164
|
-
flex: "0 1 auto",
|
|
165
|
-
minWidth: 0,
|
|
138
|
+
width: "100%",
|
|
166
139
|
justifyContent: "flex-start",
|
|
167
140
|
alignItems: "center",
|
|
168
|
-
overflow: "hidden",
|
|
141
|
+
overflow: "auto hidden",
|
|
169
142
|
position: "relative",
|
|
170
143
|
"& .M4LChip-root": {
|
|
171
|
-
borderRadius:
|
|
144
|
+
borderRadius: i.vars.size.borderRadius.r1,
|
|
172
145
|
...o(
|
|
173
|
-
|
|
174
|
-
|
|
146
|
+
i,
|
|
147
|
+
r?.size || "medium",
|
|
175
148
|
"action",
|
|
176
|
-
(
|
|
177
|
-
height:
|
|
149
|
+
(a) => ({
|
|
150
|
+
height: a
|
|
178
151
|
})
|
|
179
152
|
),
|
|
180
153
|
"& .M4LIconButton-styledMUIIconButton:hover": {
|
|
181
|
-
backgroundColor: `${
|
|
154
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundHover} !important`,
|
|
182
155
|
"& .M4LIcon-icon": {
|
|
183
|
-
backgroundColor: `${
|
|
156
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundColorTone} !important`
|
|
184
157
|
}
|
|
185
158
|
}
|
|
186
159
|
}
|
|
187
160
|
}),
|
|
188
|
-
/**
|
|
189
|
-
* emptyStateLabel: Texto mostrado dentro de `AppliedFilters` cuando no
|
|
190
|
-
* hay filtros aplicados ("Sin filtros aplicados"). Usa `text.secondary`
|
|
191
|
-
* para desaturar el mensaje y no competir visualmente con los chips.
|
|
192
|
-
*/
|
|
193
|
-
emptyStateLabel: ({ theme: r }) => ({
|
|
194
|
-
display: "inline-flex",
|
|
195
|
-
alignItems: "center",
|
|
196
|
-
padding: `0 ${r.vars.size.baseSpacings.sp1}`,
|
|
197
|
-
color: r.vars.palette.text.secondary
|
|
198
|
-
}),
|
|
199
161
|
/**
|
|
200
162
|
* actions: Estilos del contenedor de los botones de acción.
|
|
201
163
|
*/
|
|
202
|
-
actions: ({ theme:
|
|
164
|
+
actions: ({ theme: i, ownerState: r }) => ({
|
|
203
165
|
gridArea: "actions-filter",
|
|
204
166
|
overflow: "hidden",
|
|
205
167
|
display: "flex",
|
|
206
168
|
flexDirection: "row",
|
|
207
|
-
gap:
|
|
208
|
-
padding:
|
|
169
|
+
gap: i.vars.size.baseSpacings["sp0-5"],
|
|
170
|
+
padding: i.vars.size.baseSpacings.sp1,
|
|
209
171
|
height: "100%",
|
|
210
172
|
alignItems: "center",
|
|
211
|
-
borderTopRightRadius:
|
|
212
|
-
borderBottomRightRadius:
|
|
213
|
-
|
|
173
|
+
borderTopRightRadius: i.vars.size.borderRadius.r1,
|
|
174
|
+
borderBottomRightRadius: i.vars.size.borderRadius.r1,
|
|
175
|
+
boxShadow: `inset 1px 0px 0px 0px ${i.vars.palette.border.secondary}`,
|
|
176
|
+
...!r?.visibleRefresh && !r?.isDirty && {
|
|
214
177
|
display: "none"
|
|
178
|
+
},
|
|
179
|
+
...r?.inEdition && r?.isValid && {
|
|
180
|
+
boxShadow: `inset 1px 0px 0px 0px ${i.vars.palette.border.main}`
|
|
181
|
+
},
|
|
182
|
+
...!r?.isValid && {
|
|
183
|
+
boxShadow: `inset 1px 0px 0px 0px ${i.vars.palette.error.enabled}`
|
|
215
184
|
}
|
|
216
185
|
}),
|
|
217
186
|
/**
|
|
218
187
|
* actionsClearButton: Estilos del botón de acción de limpiar.
|
|
219
188
|
*/
|
|
220
|
-
actionsClearButton: ({ theme:
|
|
189
|
+
actionsClearButton: ({ theme: i }) => ({
|
|
221
190
|
"&:hover": {
|
|
222
|
-
backgroundColor: `${
|
|
191
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundHover} !important`,
|
|
223
192
|
"& .M4LIcon-icon": {
|
|
224
|
-
backgroundColor: `${
|
|
193
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundColorTone} !important`
|
|
225
194
|
}
|
|
226
195
|
}
|
|
227
196
|
}),
|
|
228
197
|
/**
|
|
229
198
|
* actionsSubmitButton: Estilos del botón de acción de filtrado.
|
|
230
199
|
*/
|
|
231
|
-
actionsSubmitButton: ({ theme:
|
|
232
|
-
...
|
|
200
|
+
actionsSubmitButton: ({ theme: i, ownerState: r }) => ({
|
|
201
|
+
...r?.isDirty ? {
|
|
233
202
|
animation: "changeBgColor 0.9s ease infinite",
|
|
234
203
|
"& .M4LIcon-icon": {
|
|
235
|
-
background: `${
|
|
204
|
+
background: `${i.vars.palette.primary.main} !important`
|
|
236
205
|
}
|
|
237
206
|
} : null,
|
|
238
207
|
//Create and apply animation with change background color red and green
|
|
239
208
|
"@keyframes changeBgColor": {
|
|
240
209
|
"0%": {
|
|
241
|
-
background:
|
|
210
|
+
background: i.vars.palette.primary.hoverOpacity
|
|
242
211
|
},
|
|
243
212
|
"50%": {
|
|
244
|
-
background:
|
|
213
|
+
background: i.vars.palette.primary.activeOpacity
|
|
245
214
|
},
|
|
246
215
|
"100%": {
|
|
247
|
-
background:
|
|
216
|
+
background: i.vars.palette.primary.hoverOpacity
|
|
248
217
|
}
|
|
249
218
|
}
|
|
250
219
|
}),
|
|
251
220
|
/**
|
|
252
221
|
* popoverMenu: Estilos del menú emergente.
|
|
253
222
|
*/
|
|
254
|
-
popoverMenu: ({ theme:
|
|
223
|
+
popoverMenu: ({ theme: i }) => ({
|
|
255
224
|
"& .MuiPaper-root": {
|
|
256
225
|
display: "flex",
|
|
257
226
|
flexDirection: "column",
|
|
258
|
-
padding:
|
|
259
|
-
gap:
|
|
260
|
-
borderRadius:
|
|
261
|
-
backgroundColor:
|
|
227
|
+
padding: i.vars.size.baseSpacings.sp3,
|
|
228
|
+
gap: i.vars.size.baseSpacings.sp1,
|
|
229
|
+
borderRadius: i.vars.size.borderRadius.r1,
|
|
230
|
+
backgroundColor: i.vars.palette.background.default
|
|
262
231
|
}
|
|
263
232
|
}),
|
|
264
233
|
/**
|
|
265
234
|
* popoverFilter: Estilos del menú emergente de filtro.
|
|
266
235
|
*/
|
|
267
|
-
popoverFilter: ({ theme:
|
|
236
|
+
popoverFilter: ({ theme: i }) => ({
|
|
268
237
|
width: "auto",
|
|
269
238
|
"& .MuiPaper-root": {
|
|
270
|
-
borderRadius: `${
|
|
239
|
+
borderRadius: `${i.vars.size.borderRadius.r3}!important`,
|
|
271
240
|
padding: "0 !important",
|
|
272
241
|
minWidth: "220px",
|
|
273
242
|
maxWidth: "100%",
|
|
274
243
|
minHeight: "auto",
|
|
275
|
-
backgroundColor:
|
|
276
|
-
boxShadow:
|
|
244
|
+
backgroundColor: i.vars.palette.background.default,
|
|
245
|
+
boxShadow: i.customShadows?.z3,
|
|
277
246
|
"& .M4LPopover-arrowStyle": {
|
|
278
247
|
display: "none"
|
|
279
248
|
},
|
|
@@ -286,7 +255,7 @@ const n = "dynamic", d = {
|
|
|
286
255
|
overflow: "visible"
|
|
287
256
|
},
|
|
288
257
|
"& .M4LWindowBase-root": {
|
|
289
|
-
borderRadius: `${
|
|
258
|
+
borderRadius: `${i.vars.size.borderRadius.r3}!important`,
|
|
290
259
|
border: "unset!important",
|
|
291
260
|
"& .M4LWindowBase-headerWindowComponent": {
|
|
292
261
|
cursor: "unset"
|
|
@@ -297,170 +266,35 @@ const n = "dynamic", d = {
|
|
|
297
266
|
/**
|
|
298
267
|
* popoverFilterActions: Estilos del contenedor de acciones del menú emergente de filtro.
|
|
299
268
|
*/
|
|
300
|
-
popoverFilterActions: ({ theme:
|
|
301
|
-
paddingTop:
|
|
269
|
+
popoverFilterActions: ({ theme: i }) => ({
|
|
270
|
+
paddingTop: i.vars.size.baseSpacings.sp6
|
|
302
271
|
}),
|
|
303
272
|
/**
|
|
304
273
|
* inputSortInputSkeleton: Estilos del esqueleto del campo de entrada de ordenamiento.
|
|
305
274
|
*/
|
|
306
|
-
inputFilterInputSkeleton: ({ theme:
|
|
275
|
+
inputFilterInputSkeleton: ({ theme: i, ownerState: r }) => ({
|
|
307
276
|
width: "100%",
|
|
308
277
|
minWidth: "80px",
|
|
309
|
-
marginLeft:
|
|
310
|
-
marginRight:
|
|
278
|
+
marginLeft: i.vars.size.baseSpacings.sp2,
|
|
279
|
+
marginRight: i.vars.size.baseSpacings.sp2,
|
|
311
280
|
...o(
|
|
312
|
-
|
|
313
|
-
|
|
281
|
+
i,
|
|
282
|
+
r?.size || "medium",
|
|
314
283
|
"base",
|
|
315
|
-
(
|
|
316
|
-
height:
|
|
317
|
-
minHeight:
|
|
318
|
-
maxHeight:
|
|
284
|
+
(a) => ({
|
|
285
|
+
height: a,
|
|
286
|
+
minHeight: a,
|
|
287
|
+
maxHeight: a
|
|
319
288
|
})
|
|
320
289
|
)
|
|
321
290
|
}),
|
|
322
291
|
/**
|
|
323
292
|
* popoverFilterContainerFields: Estilos del contenedor de los campos del menú emergente de filtro.
|
|
324
293
|
*/
|
|
325
|
-
popoverFilterContainerFields: ({ theme:
|
|
294
|
+
popoverFilterContainerFields: ({ theme: i }) => ({
|
|
326
295
|
display: "flex",
|
|
327
296
|
flexDirection: "column",
|
|
328
|
-
gap:
|
|
329
|
-
}),
|
|
330
|
-
/**
|
|
331
|
-
* chipWrapper: Wrapper for each chip used for overflow measurement.
|
|
332
|
-
*/
|
|
333
|
-
chipWrapper: ({ theme: r, ownerState: a }) => ({
|
|
334
|
-
display: "inline-flex",
|
|
335
|
-
flexShrink: 0,
|
|
336
|
-
...a?.isWarning && {
|
|
337
|
-
"@keyframes m4lDynamicFilterWarningPulse": {
|
|
338
|
-
"0%, 100%": {
|
|
339
|
-
backgroundColor: r.vars.palette.chips.warning.contained.backgroundColor
|
|
340
|
-
},
|
|
341
|
-
"50%": {
|
|
342
|
-
backgroundColor: r.vars.palette.chips.warning.contained.backgroundHover
|
|
343
|
-
}
|
|
344
|
-
},
|
|
345
|
-
'& .MuiChip-root, & [class*="M4LChip-root"]': {
|
|
346
|
-
animation: "m4lDynamicFilterWarningPulse 1.6s ease-in-out infinite"
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
}),
|
|
350
|
-
/**
|
|
351
|
-
* overflowMoreChip: Styles for the "More (N)..." chip button that appears when filters overflow.
|
|
352
|
-
*/
|
|
353
|
-
overflowMoreChip: ({ theme: r, ownerState: a }) => ({
|
|
354
|
-
flexShrink: 0,
|
|
355
|
-
cursor: "pointer",
|
|
356
|
-
borderRadius: r.vars.size.borderRadius.r1,
|
|
357
|
-
...o(
|
|
358
|
-
r,
|
|
359
|
-
a?.size || "medium",
|
|
360
|
-
"action",
|
|
361
|
-
(i) => ({
|
|
362
|
-
height: i
|
|
363
|
-
})
|
|
364
|
-
),
|
|
365
|
-
// While the overflow popover is open, lock the chip to the info palette's
|
|
366
|
-
// background and add the container border in `info.semanticText` so the
|
|
367
|
-
// chip visually stays active regardless of hover/focus transitions.
|
|
368
|
-
...a?.selected && {
|
|
369
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
370
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
371
|
-
outline: "none !important",
|
|
372
|
-
"&:hover, &:focus, &:focus-visible": {
|
|
373
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
374
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
375
|
-
outline: "none !important"
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
}),
|
|
379
|
-
/**
|
|
380
|
-
* overflowPopover: Styles for the popover that shows hidden overflow filters.
|
|
381
|
-
*/
|
|
382
|
-
overflowPopover: ({ theme: r }) => ({
|
|
383
|
-
"& .MuiPaper-root": {
|
|
384
|
-
display: "flex",
|
|
385
|
-
flexDirection: "column",
|
|
386
|
-
padding: `${r.vars.size.baseSpacings.sp3} ${r.vars.size.baseSpacings.sp2}`,
|
|
387
|
-
gap: r.vars.size.baseSpacings.sp1,
|
|
388
|
-
borderRadius: r.vars.size.borderRadius.r2,
|
|
389
|
-
backgroundColor: r.vars.palette.background.default,
|
|
390
|
-
boxShadow: r.customShadows?.z3,
|
|
391
|
-
width: "280px"
|
|
392
|
-
}
|
|
393
|
-
}),
|
|
394
|
-
/**
|
|
395
|
-
* overflowPopoverList: Styles for the list container inside the overflow popover.
|
|
396
|
-
*/
|
|
397
|
-
overflowPopoverList: ({ theme: r }) => ({
|
|
398
|
-
display: "flex",
|
|
399
|
-
flexDirection: "column",
|
|
400
|
-
gap: r.vars.size.baseSpacings.sp2
|
|
401
|
-
}),
|
|
402
|
-
/**
|
|
403
|
-
* overflowPopoverItem: Styles for each filter item inside the overflow popover.
|
|
404
|
-
* Row layout: icon | text column | close button, all vertically centered.
|
|
405
|
-
*/
|
|
406
|
-
overflowPopoverItem: ({ theme: r, ownerState: a }) => ({
|
|
407
|
-
display: "flex",
|
|
408
|
-
alignItems: "center",
|
|
409
|
-
alignSelf: "stretch",
|
|
410
|
-
gap: r.vars.size.baseSpacings.sp2,
|
|
411
|
-
padding: r.vars.size.baseSpacings.sp2,
|
|
412
|
-
borderBottom: `1px solid ${r.vars.palette.border.disabled}`,
|
|
413
|
-
background: r.vars.palette.background.default,
|
|
414
|
-
borderRadius: r.vars.size.borderRadius["r1-5"],
|
|
415
|
-
cursor: "pointer",
|
|
416
|
-
transition: "background-color 0.3s ease",
|
|
417
|
-
"&:hover": {
|
|
418
|
-
backgroundColor: `${r.vars.palette.default.hoverOpacity} !important`
|
|
419
|
-
},
|
|
420
|
-
...a?.selected && {
|
|
421
|
-
backgroundColor: `${r.vars.palette.default.hoverOpacity} !important`
|
|
422
|
-
},
|
|
423
|
-
"&:last-child": {
|
|
424
|
-
borderBottom: "none"
|
|
425
|
-
}
|
|
426
|
-
}),
|
|
427
|
-
/**
|
|
428
|
-
* overflowPopoverItemHeader: Column container for label and value text.
|
|
429
|
-
*/
|
|
430
|
-
overflowPopoverItemHeader: ({ theme: r }) => ({
|
|
431
|
-
display: "flex",
|
|
432
|
-
flexDirection: "row",
|
|
433
|
-
flexWrap: "wrap",
|
|
434
|
-
alignItems: "center",
|
|
435
|
-
flex: 1,
|
|
436
|
-
minWidth: 0,
|
|
437
|
-
rowGap: r.vars.size.baseSpacings["sp0-5"],
|
|
438
|
-
columnGap: r.vars.size.baseSpacings.sp1,
|
|
439
|
-
// The label occupies the full first row so the value chips wrap below it.
|
|
440
|
-
"& > span:first-of-type": {
|
|
441
|
-
flexBasis: "100%"
|
|
442
|
-
},
|
|
443
|
-
"& .M4LChip-root": {
|
|
444
|
-
height: "auto",
|
|
445
|
-
minHeight: "auto",
|
|
446
|
-
maxWidth: "100%"
|
|
447
|
-
},
|
|
448
|
-
"& .M4LChip-root .M4LTypography-root": {
|
|
449
|
-
whiteSpace: "normal",
|
|
450
|
-
wordBreak: "break-word",
|
|
451
|
-
overflow: "visible",
|
|
452
|
-
textOverflow: "clip"
|
|
453
|
-
}
|
|
454
|
-
}),
|
|
455
|
-
/**
|
|
456
|
-
* overflowPopoverItemLabel: Label text for the filter field name inside the overflow item.
|
|
457
|
-
*/
|
|
458
|
-
overflowPopoverItemLabel: ({ theme: r }) => ({
|
|
459
|
-
...e(!1, "medium", "body"),
|
|
460
|
-
color: r.vars.palette.text.primary,
|
|
461
|
-
flex: 1,
|
|
462
|
-
whiteSpace: "normal",
|
|
463
|
-
wordBreak: "break-word"
|
|
297
|
+
gap: i.vars.size.baseSpacings.sp3
|
|
464
298
|
})
|
|
465
299
|
};
|
|
466
300
|
export {
|
|
@@ -40,8 +40,6 @@ export declare const DICCTIONARY: {
|
|
|
40
40
|
readonly label_select_async_operand1: "dynamic_filter.label_select_async_operand1";
|
|
41
41
|
readonly label_select_async_operands_array: "dynamic_filter.label_select_async_operands_array";
|
|
42
42
|
readonly label_no_fields_available: "dynamic_filter.label_no_fields_available";
|
|
43
|
-
readonly label_no_filters_applied: "dynamic_filter.label_no_filters_applied";
|
|
44
|
-
readonly label_more: "dynamic_filter.label_more";
|
|
45
43
|
readonly error_operand_required: "dynamic_filter.error_operand_required";
|
|
46
44
|
readonly error_operator_required: "dynamic_filter.error_operator_required";
|
|
47
45
|
readonly error_invalid_date: "dynamic_filter.error_invalid_date";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dictionary.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/DynamicFilter/dictionary.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B,mBAAmB,CAAC;AAC7D;;;GAGG;AACH,wBAAgB,oCAAoC,aAInD;AACD,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"dictionary.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/DynamicFilter/dictionary.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,4BAA4B,mBAAmB,CAAC;AAC7D;;;GAGG;AACH,wBAAgB,oCAAoC,aAInD;AACD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDd,CAAC;AAEX,MAAM,MAAM,cAAc,GAAG,OAAO,WAAW,CAAC"}
|
|
@@ -31,8 +31,6 @@ const t = {
|
|
|
31
31
|
label_select_async_operand1: `${e}.label_select_async_operand1`,
|
|
32
32
|
label_select_async_operands_array: `${e}.label_select_async_operands_array`,
|
|
33
33
|
label_no_fields_available: `${e}.label_no_fields_available`,
|
|
34
|
-
label_no_filters_applied: `${e}.label_no_filters_applied`,
|
|
35
|
-
label_more: `${e}.label_more`,
|
|
36
34
|
//Validations
|
|
37
35
|
error_operand_required: `${e}.error_operand_required`,
|
|
38
36
|
error_operator_required: `${e}.error_operator_required`,
|
|
@@ -2,11 +2,9 @@ export declare enum DynamicFilterSlots {
|
|
|
2
2
|
root = "root",
|
|
3
3
|
innerContainer = "innerContainer",
|
|
4
4
|
inputFilter = "inputFilter",
|
|
5
|
-
inputFilterTriggerButton = "inputFilterTriggerButton",
|
|
6
5
|
inputFilterInput = "inputFilterInput",
|
|
7
6
|
appliedFilters = "appliedFilters",
|
|
8
7
|
appliedFilterInnerContainer = "appliedFilterInnerContainer",
|
|
9
|
-
emptyStateLabel = "emptyStateLabel",
|
|
10
8
|
actions = "actions",
|
|
11
9
|
actionsClearButton = "actionsClearButton",
|
|
12
10
|
actionsSubmitButton = "actionsSubmitButton",
|
|
@@ -14,13 +12,6 @@ export declare enum DynamicFilterSlots {
|
|
|
14
12
|
popoverFilter = "popoverFilter",
|
|
15
13
|
popoverFilterContainerFields = "popoverFilterContainerFields",
|
|
16
14
|
popoverFilterActions = "popoverFilterActions",
|
|
17
|
-
inputFilterInputSkeleton = "inputFilterInputSkeleton"
|
|
18
|
-
chipWrapper = "chipWrapper",
|
|
19
|
-
overflowMoreChip = "overflowMoreChip",
|
|
20
|
-
overflowPopover = "overflowPopover",
|
|
21
|
-
overflowPopoverList = "overflowPopoverList",
|
|
22
|
-
overflowPopoverItem = "overflowPopoverItem",
|
|
23
|
-
overflowPopoverItemHeader = "overflowPopoverItemHeader",
|
|
24
|
-
overflowPopoverItemLabel = "overflowPopoverItemLabel"
|
|
15
|
+
inputFilterInputSkeleton = "inputFilterInputSkeleton"
|
|
25
16
|
}
|
|
26
17
|
//# sourceMappingURL=SlotsEnum.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SlotsEnum.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/DynamicFilter/slots/SlotsEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,
|
|
1
|
+
{"version":3,"file":"SlotsEnum.d.ts","sourceRoot":"","sources":["../../../../../../../packages/components/src/components/DynamicFilter/slots/SlotsEnum.ts"],"names":[],"mappings":"AAAA,oBAAY,kBAAkB;IAC5B,IAAI,SAAS;IACb,cAAc,mBAAmB;IACjC,WAAW,gBAAgB;IAC3B,gBAAgB,qBAAqB;IACrC,cAAc,mBAAmB;IACjC,2BAA2B,gCAAgC;IAC3D,OAAO,YAAY;IACnB,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,4BAA4B,iCAAiC;IAC7D,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA4B;CACrD"}
|