@m4l/components 9.5.11-beta-pkg-670-dynamicfilter-mejoras.0 → 9.5.11
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 +111 -282
- 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 -58
- 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/FieldTypes/DateTimeFilter/helpers.js +1 -1
- package/components/DynamicFilter/subcomponents/FieldTypes/NumberFilter/helpers.js +10 -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 +31 -34
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.d.ts +7 -2
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/FilterActions/useFilterActions.js +22 -15
- 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 +45 -47
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter.d.ts +4 -4
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/InputFilter/useInputFilter.js +43 -46
- 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 -25
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.d.ts.map +1 -1
- package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +27 -50
- package/components/DynamicFilter/types.d.ts +2 -21
- package/components/DynamicFilter/types.d.ts.map +1 -1
- package/components/SideBar/constants.d.ts +0 -2
- package/components/SideBar/constants.d.ts.map +1 -1
- package/components/SideBar/constants.js +13 -15
- package/components/SideBar/subcomponents/ContentComponent/style.d.ts.map +1 -1
- package/components/SideBar/subcomponents/ContentComponent/style.js +81 -42
- package/components/SideBar/subcomponents/HeaderComponent/HeaderComponent.d.ts.map +1 -1
- package/components/SideBar/subcomponents/HeaderComponent/HeaderComponent.js +18 -19
- package/components/SideBar/subcomponents/SideBarDesktop/styles.js +5 -5
- package/components/SideBar/subcomponents/TreeGroupItems/styles.js +3 -3
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/index.d.ts.map +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/index.js +15 -16
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/types.d.ts +2 -0
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/ArrowIcon/types.d.ts.map +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.d.ts +4 -4
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.d.ts.map +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItem/index.js +33 -32
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.d.ts +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.d.ts.map +1 -1
- package/components/SideBar/subcomponents/TreeGroupItems/subcomponents/NodeMenuItemMain/NodeMenuItemMain.js +28 -30
- package/components/SideBar/tests/constants.d.ts +1 -0
- package/components/SideBar/tests/constants.d.ts.map +1 -1
- package/components/SideBar/tests/constants.js +991 -2
- package/components/datagrids/Datagrid.styles.js +1 -1
- package/components/extended/mui/MenuItem/MenuItem.js +27 -27
- package/components/extended/mui/MenuItem/MenuItem.styles.js +9 -9
- package/package.json +6 -6
- package/test/mocks/dictionary-mock.d.ts +0 -1
- package/test/mocks/dictionary-mock.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 -87
- 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,284 +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
|
-
gap: r.vars.size.baseSpacings["sp1-5"],
|
|
32
31
|
width: "100%",
|
|
33
32
|
height: "fit-content",
|
|
34
|
-
borderRadius:
|
|
35
|
-
background:
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
boxShadow: `inset 0px 0px 0px 1px ${
|
|
40
|
-
}
|
|
41
|
-
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
|
+
}
|
|
42
40
|
}),
|
|
43
41
|
/**
|
|
44
42
|
* inputFilter: Estilos del contenedor del campo de entrada de filtrado.
|
|
45
|
-
* Ahora se usa como header dentro del `PopoverMenuFields`, donde el icono
|
|
46
|
-
* queda a la izquierda y el input "Filtrar por" se alinea a continuación.
|
|
47
43
|
*/
|
|
48
|
-
inputFilter: ({ theme:
|
|
44
|
+
inputFilter: ({ theme: i, ownerState: r }) => ({
|
|
49
45
|
display: "flex",
|
|
50
46
|
flexDirection: "row",
|
|
51
|
-
paddingLeft:
|
|
52
|
-
paddingRight:
|
|
47
|
+
paddingLeft: i.vars.size.baseSpacings.sp2,
|
|
48
|
+
paddingRight: i.vars.size.baseSpacings.sp1,
|
|
49
|
+
height: "100%",
|
|
53
50
|
overflow: "hidden",
|
|
51
|
+
maxWidth: "120px",
|
|
54
52
|
width: "100%",
|
|
55
53
|
alignItems: "center",
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
borderTopLeftRadius: i.vars.size.borderRadius.r1,
|
|
55
|
+
borderBottomLeftRadius: i.vars.size.borderRadius.r1,
|
|
56
|
+
background: "#ffffff00",
|
|
58
57
|
...o(
|
|
59
|
-
|
|
60
|
-
|
|
58
|
+
i,
|
|
59
|
+
r?.size || "medium",
|
|
61
60
|
"container",
|
|
62
|
-
(
|
|
63
|
-
height:
|
|
61
|
+
(a) => ({
|
|
62
|
+
height: a
|
|
64
63
|
})
|
|
65
64
|
)
|
|
66
65
|
}),
|
|
67
|
-
/**
|
|
68
|
-
* inputFilterTriggerButton: IconButton que sustituye al input en el header
|
|
69
|
-
* principal. Al hacerle clic abre el `PopoverMenuFields`. Cuando el popover
|
|
70
|
-
* está abierto (`ownerState.selected`) se pinta con los mismos tokens que
|
|
71
|
-
* el chip "Más" activo — fondo `info.contained.backgroundColor` y border
|
|
72
|
-
* `info.semanticText` — para mantener consistencia visual.
|
|
73
|
-
*/
|
|
74
|
-
inputFilterTriggerButton: ({ theme: r, ownerState: a }) => ({
|
|
75
|
-
flexShrink: 0,
|
|
76
|
-
cursor: "pointer",
|
|
77
|
-
borderRadius: r.vars.size.borderRadius.r1,
|
|
78
|
-
...a?.selected && {
|
|
79
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
80
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
81
|
-
outline: "none !important",
|
|
82
|
-
"&:hover, &:focus, &:focus-visible": {
|
|
83
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
84
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
85
|
-
outline: "none !important"
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}),
|
|
89
66
|
/**
|
|
90
67
|
* inputFilterInput: Estilos del campo de entrada de filtrado.
|
|
91
68
|
*/
|
|
92
|
-
inputFilterInput: ({ theme:
|
|
69
|
+
inputFilterInput: ({ theme: i, ownerState: r }) => ({
|
|
93
70
|
width: "100%",
|
|
94
71
|
background: "#ffffff00",
|
|
95
72
|
...o(
|
|
96
|
-
|
|
97
|
-
|
|
73
|
+
i,
|
|
74
|
+
r?.size || "medium",
|
|
98
75
|
"action",
|
|
99
|
-
(
|
|
100
|
-
height:
|
|
101
|
-
minHeight:
|
|
102
|
-
maxHeight:
|
|
76
|
+
(a) => ({
|
|
77
|
+
height: a,
|
|
78
|
+
minHeight: a,
|
|
79
|
+
maxHeight: a
|
|
103
80
|
})
|
|
104
81
|
),
|
|
105
82
|
fontFamily: "inherit",
|
|
106
83
|
...e(
|
|
107
|
-
|
|
108
|
-
|
|
84
|
+
i.generalSettings.isMobile,
|
|
85
|
+
r?.size || "medium",
|
|
109
86
|
"body"
|
|
110
87
|
),
|
|
111
|
-
color:
|
|
88
|
+
color: i.vars.palette.text.secondary,
|
|
112
89
|
border: 0,
|
|
113
90
|
borderColor: "transparent",
|
|
114
|
-
paddingLeft:
|
|
115
|
-
paddingRight:
|
|
91
|
+
paddingLeft: i.vars.size.baseSpacings.sp2,
|
|
92
|
+
paddingRight: i.vars.size.baseSpacings.sp2,
|
|
116
93
|
height: "100%",
|
|
117
94
|
"&::placeholder": {
|
|
118
|
-
color:
|
|
95
|
+
color: i.vars.palette.text.secondary
|
|
119
96
|
},
|
|
120
97
|
"&:focus-visible": {
|
|
121
|
-
color:
|
|
98
|
+
color: i.vars.palette.text.secondary,
|
|
122
99
|
border: "unset",
|
|
123
|
-
borderColor:
|
|
124
|
-
BorderRadius:
|
|
100
|
+
borderColor: i.vars.palette.primary.opacity,
|
|
101
|
+
BorderRadius: i.vars.size.borderRadius["r0-5"],
|
|
125
102
|
outline: "none!important"
|
|
126
103
|
}
|
|
127
104
|
}),
|
|
128
105
|
/**
|
|
129
106
|
* appliedFilters: Estilos del contenedor de los filtros aplicados.
|
|
130
107
|
*/
|
|
131
|
-
appliedFilters: ({ theme:
|
|
108
|
+
appliedFilters: ({ theme: i, ownerState: r }) => ({
|
|
132
109
|
width: "100%",
|
|
133
110
|
height: "fit-content",
|
|
134
111
|
display: "flex",
|
|
135
112
|
alignItems: "center",
|
|
136
113
|
borderLeft: "none",
|
|
137
114
|
margin: "0px",
|
|
138
|
-
padding:
|
|
115
|
+
padding: `0px ${i.vars.size.baseSpacings.sp1}`,
|
|
139
116
|
flex: 1,
|
|
140
117
|
overflow: "hidden",
|
|
141
118
|
...o(
|
|
142
|
-
|
|
143
|
-
|
|
119
|
+
i,
|
|
120
|
+
r?.size || "medium",
|
|
144
121
|
"container",
|
|
145
|
-
(
|
|
146
|
-
height:
|
|
147
|
-
maxHeight:
|
|
148
|
-
minHeight:
|
|
122
|
+
(a) => ({
|
|
123
|
+
height: a,
|
|
124
|
+
maxHeight: a,
|
|
125
|
+
minHeight: a
|
|
149
126
|
})
|
|
150
127
|
)
|
|
151
128
|
}),
|
|
152
129
|
/**
|
|
153
130
|
* appliedFilterInnerContainer: Estilos del contenedor interno de los filtros aplicados.
|
|
154
131
|
*/
|
|
155
|
-
appliedFilterInnerContainer: ({ theme:
|
|
156
|
-
padding:
|
|
157
|
-
gap:
|
|
132
|
+
appliedFilterInnerContainer: ({ theme: i, ownerState: r }) => ({
|
|
133
|
+
padding: i.vars.size.baseSpacings["sp0-5"],
|
|
134
|
+
gap: i.vars.size.baseSpacings.sp1,
|
|
158
135
|
height: "fit-content",
|
|
159
136
|
display: "flex",
|
|
160
137
|
flexWrap: "nowrap",
|
|
161
|
-
|
|
162
|
-
// when content overflows to leave room for the sibling "More" chip.
|
|
163
|
-
// The "More" chip then sits flush against the last visible chip with
|
|
164
|
-
// any leftover space appearing AFTER it.
|
|
165
|
-
flex: "0 1 auto",
|
|
166
|
-
minWidth: 0,
|
|
138
|
+
width: "100%",
|
|
167
139
|
justifyContent: "flex-start",
|
|
168
140
|
alignItems: "center",
|
|
169
|
-
overflow: "hidden",
|
|
141
|
+
overflow: "auto hidden",
|
|
170
142
|
position: "relative",
|
|
171
143
|
"& .M4LChip-root": {
|
|
172
|
-
borderRadius:
|
|
144
|
+
borderRadius: i.vars.size.borderRadius.r1,
|
|
173
145
|
...o(
|
|
174
|
-
|
|
175
|
-
|
|
146
|
+
i,
|
|
147
|
+
r?.size || "medium",
|
|
176
148
|
"action",
|
|
177
|
-
(
|
|
178
|
-
height:
|
|
149
|
+
(a) => ({
|
|
150
|
+
height: a
|
|
179
151
|
})
|
|
180
152
|
),
|
|
181
153
|
"& .M4LIconButton-styledMUIIconButton:hover": {
|
|
182
|
-
backgroundColor: `${
|
|
154
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundHover} !important`,
|
|
183
155
|
"& .M4LIcon-icon": {
|
|
184
|
-
backgroundColor: `${
|
|
156
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundColorTone} !important`
|
|
185
157
|
}
|
|
186
158
|
}
|
|
187
159
|
}
|
|
188
160
|
}),
|
|
189
|
-
/**
|
|
190
|
-
* emptyStateLabel: Texto mostrado dentro de `AppliedFilters` cuando no
|
|
191
|
-
* hay filtros aplicados ("Sin filtros aplicados"). Usa `text.secondary`
|
|
192
|
-
* para desaturar el mensaje y no competir visualmente con los chips.
|
|
193
|
-
*/
|
|
194
|
-
emptyStateLabel: ({ theme: r }) => ({
|
|
195
|
-
display: "inline-flex",
|
|
196
|
-
alignItems: "center",
|
|
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: `${
|
|
223
|
-
// mask strategy icons: color via backgroundColor
|
|
191
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundHover} !important`,
|
|
224
192
|
"& .M4LIcon-icon": {
|
|
225
|
-
backgroundColor: `${
|
|
226
|
-
},
|
|
227
|
-
// component strategy icons (createSvgIcon): color via fill on SVG paths
|
|
228
|
-
"& .MuiSvgIcon-root svg path, & .MuiSvgIcon-root path": {
|
|
229
|
-
fill: `${r.vars.palette.error.semanticText} !important`
|
|
193
|
+
backgroundColor: `${i.vars.palette.chips.error.contained.backgroundColorTone} !important`
|
|
230
194
|
}
|
|
231
195
|
}
|
|
232
196
|
}),
|
|
233
197
|
/**
|
|
234
198
|
* actionsSubmitButton: Estilos del botón de acción de filtrado.
|
|
235
199
|
*/
|
|
236
|
-
actionsSubmitButton: ({ theme:
|
|
237
|
-
...
|
|
200
|
+
actionsSubmitButton: ({ theme: i, ownerState: r }) => ({
|
|
201
|
+
...r?.isDirty ? {
|
|
238
202
|
animation: "changeBgColor 0.9s ease infinite",
|
|
239
203
|
"& .M4LIcon-icon": {
|
|
240
|
-
background: `${
|
|
204
|
+
background: `${i.vars.palette.primary.main} !important`
|
|
241
205
|
}
|
|
242
206
|
} : null,
|
|
243
207
|
//Create and apply animation with change background color red and green
|
|
244
208
|
"@keyframes changeBgColor": {
|
|
245
209
|
"0%": {
|
|
246
|
-
background:
|
|
210
|
+
background: i.vars.palette.primary.hoverOpacity
|
|
247
211
|
},
|
|
248
212
|
"50%": {
|
|
249
|
-
background:
|
|
213
|
+
background: i.vars.palette.primary.activeOpacity
|
|
250
214
|
},
|
|
251
215
|
"100%": {
|
|
252
|
-
background:
|
|
216
|
+
background: i.vars.palette.primary.hoverOpacity
|
|
253
217
|
}
|
|
254
218
|
}
|
|
255
219
|
}),
|
|
256
220
|
/**
|
|
257
221
|
* popoverMenu: Estilos del menú emergente.
|
|
258
222
|
*/
|
|
259
|
-
popoverMenu: ({ theme:
|
|
223
|
+
popoverMenu: ({ theme: i }) => ({
|
|
260
224
|
"& .MuiPaper-root": {
|
|
261
225
|
display: "flex",
|
|
262
226
|
flexDirection: "column",
|
|
263
|
-
padding:
|
|
264
|
-
gap:
|
|
265
|
-
borderRadius:
|
|
266
|
-
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
|
|
267
231
|
}
|
|
268
232
|
}),
|
|
269
233
|
/**
|
|
270
234
|
* popoverFilter: Estilos del menú emergente de filtro.
|
|
271
235
|
*/
|
|
272
|
-
popoverFilter: ({ theme:
|
|
236
|
+
popoverFilter: ({ theme: i }) => ({
|
|
273
237
|
width: "auto",
|
|
274
238
|
"& .MuiPaper-root": {
|
|
275
|
-
borderRadius: `${
|
|
239
|
+
borderRadius: `${i.vars.size.borderRadius.r3}!important`,
|
|
276
240
|
padding: "0 !important",
|
|
277
241
|
minWidth: "220px",
|
|
278
242
|
maxWidth: "100%",
|
|
279
243
|
minHeight: "auto",
|
|
280
|
-
backgroundColor:
|
|
281
|
-
boxShadow:
|
|
244
|
+
backgroundColor: i.vars.palette.background.default,
|
|
245
|
+
boxShadow: i.customShadows?.z3,
|
|
282
246
|
"& .M4LPopover-arrowStyle": {
|
|
283
247
|
display: "none"
|
|
284
248
|
},
|
|
@@ -291,7 +255,7 @@ const n = "dynamic", p = {
|
|
|
291
255
|
overflow: "visible"
|
|
292
256
|
},
|
|
293
257
|
"& .M4LWindowBase-root": {
|
|
294
|
-
borderRadius: `${
|
|
258
|
+
borderRadius: `${i.vars.size.borderRadius.r3}!important`,
|
|
295
259
|
border: "unset!important",
|
|
296
260
|
"& .M4LWindowBase-headerWindowComponent": {
|
|
297
261
|
cursor: "unset"
|
|
@@ -302,172 +266,37 @@ const n = "dynamic", p = {
|
|
|
302
266
|
/**
|
|
303
267
|
* popoverFilterActions: Estilos del contenedor de acciones del menú emergente de filtro.
|
|
304
268
|
*/
|
|
305
|
-
popoverFilterActions: ({ theme:
|
|
306
|
-
paddingTop:
|
|
269
|
+
popoverFilterActions: ({ theme: i }) => ({
|
|
270
|
+
paddingTop: i.vars.size.baseSpacings.sp6
|
|
307
271
|
}),
|
|
308
272
|
/**
|
|
309
273
|
* inputSortInputSkeleton: Estilos del esqueleto del campo de entrada de ordenamiento.
|
|
310
274
|
*/
|
|
311
|
-
inputFilterInputSkeleton: ({ theme:
|
|
275
|
+
inputFilterInputSkeleton: ({ theme: i, ownerState: r }) => ({
|
|
312
276
|
width: "100%",
|
|
313
277
|
minWidth: "80px",
|
|
314
|
-
marginLeft:
|
|
315
|
-
marginRight:
|
|
278
|
+
marginLeft: i.vars.size.baseSpacings.sp2,
|
|
279
|
+
marginRight: i.vars.size.baseSpacings.sp2,
|
|
316
280
|
...o(
|
|
317
|
-
|
|
318
|
-
|
|
281
|
+
i,
|
|
282
|
+
r?.size || "medium",
|
|
319
283
|
"base",
|
|
320
|
-
(
|
|
321
|
-
height:
|
|
322
|
-
minHeight:
|
|
323
|
-
maxHeight:
|
|
284
|
+
(a) => ({
|
|
285
|
+
height: a,
|
|
286
|
+
minHeight: a,
|
|
287
|
+
maxHeight: a
|
|
324
288
|
})
|
|
325
289
|
)
|
|
326
290
|
}),
|
|
327
291
|
/**
|
|
328
292
|
* popoverFilterContainerFields: Estilos del contenedor de los campos del menú emergente de filtro.
|
|
329
293
|
*/
|
|
330
|
-
popoverFilterContainerFields: ({ theme:
|
|
331
|
-
display: "flex",
|
|
332
|
-
flexDirection: "column",
|
|
333
|
-
gap: r.vars.size.baseSpacings.sp3
|
|
334
|
-
}),
|
|
335
|
-
/**
|
|
336
|
-
* chipWrapper: Wrapper for each chip used for overflow measurement.
|
|
337
|
-
*/
|
|
338
|
-
chipWrapper: ({ theme: r, ownerState: a }) => ({
|
|
339
|
-
display: "inline-flex",
|
|
340
|
-
flexShrink: 0,
|
|
341
|
-
...a?.isWarning && {
|
|
342
|
-
"@keyframes m4lDynamicFilterWarningPulse": {
|
|
343
|
-
"0%, 100%": {
|
|
344
|
-
backgroundColor: r.vars.palette.chips.warning.contained.backgroundColor
|
|
345
|
-
},
|
|
346
|
-
"50%": {
|
|
347
|
-
backgroundColor: r.vars.palette.chips.warning.contained.backgroundHover
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
'& .MuiChip-root, & [class*="M4LChip-root"]': {
|
|
351
|
-
animation: "m4lDynamicFilterWarningPulse 1.6s ease-in-out infinite"
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
}),
|
|
355
|
-
/**
|
|
356
|
-
* overflowMoreChip: Styles for the "More (N)..." chip button that appears when filters overflow.
|
|
357
|
-
*/
|
|
358
|
-
overflowMoreChip: ({ theme: r, ownerState: a }) => ({
|
|
359
|
-
flexShrink: 0,
|
|
360
|
-
cursor: "pointer",
|
|
361
|
-
borderRadius: r.vars.size.borderRadius.r1,
|
|
362
|
-
...o(
|
|
363
|
-
r,
|
|
364
|
-
a?.size || "medium",
|
|
365
|
-
"action",
|
|
366
|
-
(i) => ({
|
|
367
|
-
height: i
|
|
368
|
-
})
|
|
369
|
-
),
|
|
370
|
-
// While the overflow popover is open, lock the chip to the info palette's
|
|
371
|
-
// background and add the container border in `info.semanticText` so the
|
|
372
|
-
// chip visually stays active regardless of hover/focus transitions.
|
|
373
|
-
...a?.selected && {
|
|
374
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
375
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
376
|
-
outline: "none !important",
|
|
377
|
-
"&:hover, &:focus, &:focus-visible": {
|
|
378
|
-
backgroundColor: `${r.vars.palette.chips.info.contained.backgroundColor} !important`,
|
|
379
|
-
border: `${r.vars.size.borderStroke.container} ${r.vars.palette.info.semanticText}`,
|
|
380
|
-
outline: "none !important"
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
}),
|
|
384
|
-
/**
|
|
385
|
-
* overflowPopover: Styles for the popover that shows hidden overflow filters.
|
|
386
|
-
*/
|
|
387
|
-
overflowPopover: ({ theme: r }) => ({
|
|
388
|
-
"& .MuiPaper-root": {
|
|
389
|
-
display: "flex",
|
|
390
|
-
flexDirection: "column",
|
|
391
|
-
padding: `${r.vars.size.baseSpacings.sp3} ${r.vars.size.baseSpacings.sp2}`,
|
|
392
|
-
gap: r.vars.size.baseSpacings.sp1,
|
|
393
|
-
borderRadius: r.vars.size.borderRadius.r2,
|
|
394
|
-
backgroundColor: r.vars.palette.background.default,
|
|
395
|
-
boxShadow: r.customShadows?.z3,
|
|
396
|
-
width: "280px"
|
|
397
|
-
}
|
|
398
|
-
}),
|
|
399
|
-
/**
|
|
400
|
-
* overflowPopoverList: Styles for the list container inside the overflow popover.
|
|
401
|
-
*/
|
|
402
|
-
overflowPopoverList: ({ theme: r }) => ({
|
|
294
|
+
popoverFilterContainerFields: ({ theme: i }) => ({
|
|
403
295
|
display: "flex",
|
|
404
296
|
flexDirection: "column",
|
|
405
|
-
gap:
|
|
406
|
-
}),
|
|
407
|
-
/**
|
|
408
|
-
* overflowPopoverItem: Styles for each filter item inside the overflow popover.
|
|
409
|
-
* Row layout: icon | text column | close button, all vertically centered.
|
|
410
|
-
*/
|
|
411
|
-
overflowPopoverItem: ({ theme: r, ownerState: a }) => ({
|
|
412
|
-
display: "flex",
|
|
413
|
-
alignItems: "center",
|
|
414
|
-
alignSelf: "stretch",
|
|
415
|
-
gap: r.vars.size.baseSpacings.sp2,
|
|
416
|
-
padding: r.vars.size.baseSpacings.sp2,
|
|
417
|
-
borderBottom: `1px solid ${r.vars.palette.border.disabled}`,
|
|
418
|
-
background: r.vars.palette.background.default,
|
|
419
|
-
borderRadius: r.vars.size.borderRadius["r1-5"],
|
|
420
|
-
cursor: "pointer",
|
|
421
|
-
transition: "background-color 0.3s ease",
|
|
422
|
-
"&:hover": {
|
|
423
|
-
backgroundColor: `${r.vars.palette.default.hoverOpacity} !important`
|
|
424
|
-
},
|
|
425
|
-
...a?.selected && {
|
|
426
|
-
backgroundColor: `${r.vars.palette.default.hoverOpacity} !important`
|
|
427
|
-
},
|
|
428
|
-
"&:last-child": {
|
|
429
|
-
borderBottom: "none"
|
|
430
|
-
}
|
|
431
|
-
}),
|
|
432
|
-
/**
|
|
433
|
-
* overflowPopoverItemHeader: Column container for label and value text.
|
|
434
|
-
*/
|
|
435
|
-
overflowPopoverItemHeader: ({ theme: r }) => ({
|
|
436
|
-
display: "flex",
|
|
437
|
-
flexDirection: "row",
|
|
438
|
-
flexWrap: "wrap",
|
|
439
|
-
alignItems: "center",
|
|
440
|
-
flex: 1,
|
|
441
|
-
minWidth: 0,
|
|
442
|
-
rowGap: r.vars.size.baseSpacings["sp0-5"],
|
|
443
|
-
columnGap: r.vars.size.baseSpacings.sp1,
|
|
444
|
-
// The label occupies the full first row so the value chips wrap below it.
|
|
445
|
-
"& > span:first-of-type": {
|
|
446
|
-
flexBasis: "100%"
|
|
447
|
-
},
|
|
448
|
-
"& .M4LChip-root": {
|
|
449
|
-
height: "auto",
|
|
450
|
-
minHeight: "auto",
|
|
451
|
-
maxWidth: "100%"
|
|
452
|
-
},
|
|
453
|
-
"& .M4LChip-root .M4LTypography-root": {
|
|
454
|
-
whiteSpace: "normal",
|
|
455
|
-
wordBreak: "break-word",
|
|
456
|
-
overflow: "visible",
|
|
457
|
-
textOverflow: "clip"
|
|
458
|
-
}
|
|
459
|
-
}),
|
|
460
|
-
/**
|
|
461
|
-
* overflowPopoverItemLabel: Label text for the filter field name inside the overflow item.
|
|
462
|
-
*/
|
|
463
|
-
overflowPopoverItemLabel: ({ theme: r }) => ({
|
|
464
|
-
...e(!1, "medium", "body"),
|
|
465
|
-
color: r.vars.palette.text.primary,
|
|
466
|
-
flex: 1,
|
|
467
|
-
whiteSpace: "normal",
|
|
468
|
-
wordBreak: "break-word"
|
|
297
|
+
gap: i.vars.size.baseSpacings.sp3
|
|
469
298
|
})
|
|
470
299
|
};
|
|
471
300
|
export {
|
|
472
|
-
|
|
301
|
+
d as dynamicFilterStyles
|
|
473
302
|
};
|
|
@@ -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"}
|