@m4l/components 9.10.2-beta-feature-731-m4l-components-code-editor.0 → 9.10.2-beta-m4lcom-723-dynamicfilter-mejora.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.
Files changed (49) hide show
  1. package/@types/types.d.ts +0 -11
  2. package/components/DynamicFilter/DynamicFilter.styles.d.ts.map +1 -1
  3. package/components/DynamicFilter/DynamicFilter.styles.js +8 -3
  4. package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.d.ts.map +1 -1
  5. package/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.js +36 -35
  6. package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.d.ts.map +1 -1
  7. package/components/DynamicFilter/subcomponents/InputFilter/InputFilter.js +15 -14
  8. package/components/DynamicFilter/subcomponents/PopoverMenuFields/PopoverMenuFields.js +22 -22
  9. package/components/extended/index.d.ts +0 -1
  10. package/components/extended/index.d.ts.map +1 -1
  11. package/components/hook-form/index.d.ts +0 -1
  12. package/components/hook-form/index.d.ts.map +1 -1
  13. package/index.js +502 -512
  14. package/package.json +5 -8
  15. package/components/extended/ReactSimpleCodeEditor/CodeEditor.d.ts +0 -6
  16. package/components/extended/ReactSimpleCodeEditor/CodeEditor.d.ts.map +0 -1
  17. package/components/extended/ReactSimpleCodeEditor/CodeEditor.js +0 -229
  18. package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.d.ts +0 -3
  19. package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.d.ts.map +0 -1
  20. package/components/extended/ReactSimpleCodeEditor/CodeEditor.styles.js +0 -265
  21. package/components/extended/ReactSimpleCodeEditor/constants.d.ts +0 -84
  22. package/components/extended/ReactSimpleCodeEditor/constants.d.ts.map +0 -1
  23. package/components/extended/ReactSimpleCodeEditor/constants.js +0 -162
  24. package/components/extended/ReactSimpleCodeEditor/dictionary.d.ts +0 -11
  25. package/components/extended/ReactSimpleCodeEditor/dictionary.d.ts.map +0 -1
  26. package/components/extended/ReactSimpleCodeEditor/dictionary.js +0 -7
  27. package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.d.ts +0 -49
  28. package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.d.ts.map +0 -1
  29. package/components/extended/ReactSimpleCodeEditor/helpers/highlighting.js +0 -1073
  30. package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.d.ts +0 -6
  31. package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.d.ts.map +0 -1
  32. package/components/extended/ReactSimpleCodeEditor/helpers/languageIcon.js +0 -9
  33. package/components/extended/ReactSimpleCodeEditor/index.d.ts +0 -4
  34. package/components/extended/ReactSimpleCodeEditor/index.d.ts.map +0 -1
  35. package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.d.ts +0 -18
  36. package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.d.ts.map +0 -1
  37. package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorEnum.js +0 -4
  38. package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.d.ts +0 -84
  39. package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.d.ts.map +0 -1
  40. package/components/extended/ReactSimpleCodeEditor/slots/CodeEditorSlots.js +0 -63
  41. package/components/extended/ReactSimpleCodeEditor/slots/index.d.ts +0 -3
  42. package/components/extended/ReactSimpleCodeEditor/slots/index.d.ts.map +0 -1
  43. package/components/extended/ReactSimpleCodeEditor/types.d.ts +0 -104
  44. package/components/extended/ReactSimpleCodeEditor/types.d.ts.map +0 -1
  45. package/components/hook-form/RHFCodeEditor/RHFCodeEditor.d.ts +0 -7
  46. package/components/hook-form/RHFCodeEditor/RHFCodeEditor.d.ts.map +0 -1
  47. package/components/hook-form/RHFCodeEditor/RHFCodeEditor.js +0 -6
  48. package/components/hook-form/RHFCodeEditor/index.d.ts +0 -3
  49. package/components/hook-form/RHFCodeEditor/index.d.ts.map +0 -1
package/@types/types.d.ts CHANGED
@@ -354,10 +354,6 @@ import {
354
354
  ReactJsonViewerOwnerState,
355
355
  ReactJsonViewerSlotsType,
356
356
  } from '../components/extended/React-Json-Viewer/types';
357
- import {
358
- CodeEditorOwnerState,
359
- CodeEditorSlotsType,
360
- } from '../components/extended/ReactSimpleCodeEditor/types';
361
357
  import {
362
358
  ResizableOwnerState as ReactResizableOwnerState,
363
359
  ResizableSlotsType,
@@ -478,7 +474,6 @@ declare module '@mui/material/styles' {
478
474
  M4LFixedSizeList: FixedSizeListSlotsType;
479
475
  M4LVariableSizeList: VariableSizeListSlotsType;
480
476
  M4LReactJsonViewer: ReactJsonViewerSlotsType;
481
- M4LCodeEditor: CodeEditorSlotsType;
482
477
  M4LResizable: ResizableSlotsType;
483
478
  M4LResizableBox: ResizableBoxSlotsType;
484
479
  }
@@ -588,7 +583,6 @@ declare module '@mui/material/styles' {
588
583
  M4LFixedSizeList: Partial<FixedSizeListOwnerState>;
589
584
  M4LVariableSizeList: Partial<VariableSizeListOwnerState>;
590
585
  M4LReactJsonViewer: Partial<ReactJsonViewerOwnerState>;
591
- M4LCodeEditor: Partial<CodeEditorOwnerState>;
592
586
  M4LResizable: Partial<ReactResizableOwnerState>;
593
587
  M4LResizableBox: Partial<ResizableBoxOwnerState>;
594
588
  }
@@ -1117,11 +1111,6 @@ declare module '@mui/material/styles' {
1117
1111
  styleOverrides?: ComponentsOverrides<Theme>['M4LReactJsonViewer'];
1118
1112
  variants?: ComponentsVariants['M4LReactJsonViewer'];
1119
1113
  };
1120
- M4LCodeEditor?: {
1121
- defaultProps?: ComponentsPropsList['M4LCodeEditor'];
1122
- styleOverrides?: ComponentsOverrides<Theme>['M4LCodeEditor'];
1123
- variants?: ComponentsVariants['M4LCodeEditor'];
1124
- };
1125
1114
  M4LResizable?: {
1126
1115
  defaultProps?: ComponentsPropsList['M4LResizable'];
1127
1116
  styleOverrides?: ComponentsOverrides<Theme>['M4LResizable'];
@@ -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,mBAmdjC,CAAC"}
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,mBAwdjC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { getTypographyStyles as e } from "../../utils/getTypographyStyles.js";
2
2
  import { getSizeStyles as o } from "../../utils/getSizeStyles/getSizeStyles.js";
3
- const n = "dynamic", d = {
3
+ const n = "dynamic", p = {
4
4
  /**
5
5
  * root: Estilos del contenedor principal del componente.
6
6
  */
@@ -128,6 +128,7 @@ const n = "dynamic", d = {
128
128
  height: "fit-content",
129
129
  display: "flex",
130
130
  alignItems: "center",
131
+ gap: r.vars.size.baseSpacings["sp0-5"],
131
132
  borderLeft: "none",
132
133
  margin: "0px",
133
134
  padding: "0px",
@@ -189,7 +190,8 @@ const n = "dynamic", d = {
189
190
  emptyStateLabel: ({ theme: r }) => ({
190
191
  display: "inline-flex",
191
192
  alignItems: "center",
192
- color: r.vars.palette.text.secondary
193
+ color: r.vars.palette.text.secondary,
194
+ cursor: "pointer"
193
195
  }),
194
196
  /**
195
197
  * actions: Estilos del contenedor de los botones de acción.
@@ -233,6 +235,9 @@ const n = "dynamic", d = {
233
235
  animation: "changeBgColor 0.9s ease infinite",
234
236
  "& .M4LIcon-icon": {
235
237
  background: `${r.vars.palette.primary.main} !important`
238
+ },
239
+ "& .MuiSvgIcon-root svg path, & .MuiSvgIcon-root path": {
240
+ fill: `${r.vars.palette.chips.info.contained.color} !important`
236
241
  }
237
242
  } : null,
238
243
  //Create and apply animation with change background color red and green
@@ -464,5 +469,5 @@ const n = "dynamic", d = {
464
469
  })
465
470
  };
466
471
  export {
467
- d as dynamicFilterStyles
472
+ p as dynamicFilterStyles
468
473
  };
@@ -1 +1 @@
1
- {"version":3,"file":"AppliedFilters.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/components/src/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.tsx"],"names":[],"mappings":"AAgBA;;;;GAIG;AACH,iBAAS,cAAc,qDAkEtB;AACD,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"AppliedFilters.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/components/src/components/DynamicFilter/subcomponents/AppliedFilters/AppliedFilters.tsx"],"names":[],"mappings":"AAiBA;;;;GAIG;AACH,iBAAS,cAAc,qDAmEtB;AACD,eAAe,cAAc,CAAC"}
@@ -1,61 +1,62 @@
1
- import { jsx as e, jsxs as p } from "@emotion/react/jsx-runtime";
2
- import { useModuleDictionary as A } from "@m4l/core";
3
- import { useState as S, useCallback as s } from "react";
1
+ import { jsx as o, jsxs as s } from "@emotion/react/jsx-runtime";
2
+ import { useModuleDictionary as g } from "@m4l/core";
3
+ import { useState as A, useCallback as a } from "react";
4
4
  import { DICCTIONARY as c } from "../../dictionary.js";
5
- import F from "../DynamicFilterBase/useDynamicFilterBase.js";
6
- import O from "./useAppliedFilters.js";
7
- import { AppliedFiltersStyled as f, AppliedFilterInnerContainerStyled as R, ChipWrapperStyled as E, EmptyStateLabelStyled as D, OverflowMoreChipStyled as I } from "../../slots/dynamicFilterSlots.js";
5
+ import O from "../DynamicFilterBase/useDynamicFilterBase.js";
6
+ import R from "./useAppliedFilters.js";
7
+ import { useDynamicFilterStore as D } from "../../store/useDynamicFilterStore.js";
8
+ import { AppliedFiltersStyled as f, AppliedFilterInnerContainerStyled as E, ChipWrapperStyled as M, EmptyStateLabelStyled as k, OverflowMoreChipStyled as I } from "../../slots/dynamicFilterSlots.js";
8
9
  import T from "../AppliedFilterChip/AppliedFilterChip.js";
9
10
  import { Typography as _ } from "../../../extended/mui/Typography/Typography.js";
10
- import k from "../FilterActions/FilterActions.js";
11
- import x from "../OverflowPopover/OverflowPopover.js";
12
- function G() {
13
- const { visibleFilters: i, overflowFilters: t, isSkeleton: d, parentRef: m, containerRef: h, setChipRef: u, setMoreChipRef: y, setActionsRef: v } = O(), { size: l } = F(), { getLabel: n } = A(), [o, a] = S(null), C = s((r) => {
14
- a(r.currentTarget);
15
- }, []), w = s(() => {
16
- a(null);
11
+ import x from "../FilterActions/FilterActions.js";
12
+ import P from "../OverflowPopover/OverflowPopover.js";
13
+ function K() {
14
+ const { visibleFilters: i, overflowFilters: r, isSkeleton: d, parentRef: m, containerRef: h, setChipRef: u, setMoreChipRef: y, setActionsRef: v } = R(), { size: l } = O(), { getLabel: n } = g(), C = D((e) => e.actions.openPopoverMenuFields), [t, p] = A(null), F = a((e) => {
15
+ p(e.currentTarget);
16
+ }, []), w = a(() => {
17
+ p(null);
17
18
  }, []);
18
19
  if (d)
19
- return /* @__PURE__ */ e(f, {});
20
- const b = i.length === 0 && t.length === 0;
21
- return /* @__PURE__ */ p(f, { ref: m, children: [
22
- /* @__PURE__ */ p(R, { ref: h, children: [
23
- i.map((r) => /* @__PURE__ */ e(
24
- E,
20
+ return /* @__PURE__ */ o(f, {});
21
+ const S = i.length === 0 && r.length === 0;
22
+ return /* @__PURE__ */ s(f, { ref: m, children: [
23
+ /* @__PURE__ */ s(E, { ref: h, children: [
24
+ i.map((e) => /* @__PURE__ */ o(
25
+ M,
25
26
  {
26
- ref: (g) => u(r.id, g),
27
- ownerState: { isWarning: r.field.color === "warning" },
28
- children: /* @__PURE__ */ e(T, { ...r })
27
+ ref: (b) => u(e.id, b),
28
+ ownerState: { isWarning: e.field.color === "warning" },
29
+ children: /* @__PURE__ */ o(T, { ...e })
29
30
  },
30
- r.id
31
+ e.id
31
32
  )),
32
- b && /* @__PURE__ */ e(D, { "data-testid": "empty-state-label", component: "span", variant: "body", size: l, color: "inherit", children: n(c.label_no_filters_applied) })
33
+ S && /* @__PURE__ */ o(k, { "data-testid": "empty-state-label", component: "span", variant: "body", size: l, color: "inherit", onClick: C, children: n(c.label_no_filters_applied) })
33
34
  ] }),
34
- t.length > 0 && /* @__PURE__ */ e(
35
+ r.length > 0 && /* @__PURE__ */ o(
35
36
  I,
36
37
  {
37
38
  ref: y,
38
39
  size: l,
39
40
  variant: "contained",
40
- color: o ? "info" : "default",
41
+ color: t ? "info" : "default",
41
42
  opacity: !0,
42
43
  dataTestId: "overflow-more-chip",
43
- ownerState: { selected: !!o },
44
- label: /* @__PURE__ */ e(_, { component: "span", variant: "bodyDens", size: l, color: "inherit", children: `${n(c.label_more)} (${t.length})` }),
45
- onClick: C
44
+ ownerState: { selected: !!t },
45
+ label: /* @__PURE__ */ o(_, { component: "span", variant: "bodyDens", size: l, color: "inherit", children: `${n(c.label_more)} (${r.length})` }),
46
+ onClick: F
46
47
  }
47
48
  ),
48
- /* @__PURE__ */ e(k, { ref: v }),
49
- o && t.length > 0 && /* @__PURE__ */ e(
50
- x,
49
+ /* @__PURE__ */ o(x, { ref: v }),
50
+ t && r.length > 0 && /* @__PURE__ */ o(
51
+ P,
51
52
  {
52
- anchorEl: o,
53
- filters: t,
53
+ anchorEl: t,
54
+ filters: r,
54
55
  onClose: w
55
56
  }
56
57
  )
57
58
  ] });
58
59
  }
59
60
  export {
60
- G as default
61
+ K as default
61
62
  };
@@ -1 +1 @@
1
- {"version":3,"file":"InputFilter.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/components/src/components/DynamicFilter/subcomponents/InputFilter/InputFilter.tsx"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,QAAA,MAAM,WAAW,+DA+ChB,CAAC;AACF,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"InputFilter.d.ts","sourceRoot":"","sources":["../../../../../../../../packages/components/src/components/DynamicFilter/subcomponents/InputFilter/InputFilter.tsx"],"names":[],"mappings":"AAMA;;;;GAIG;AACH,QAAA,MAAM,WAAW,+DAgDhB,CAAC;AACF,eAAe,WAAW,CAAC"}
@@ -1,32 +1,33 @@
1
1
  import { jsxs as F, Fragment as x, jsx as r } from "@emotion/react/jsx-runtime";
2
2
  import { useRef as g, useEffect as I } from "react";
3
3
  import { ActionsFilterDuotone as P } from "@m4l/icons";
4
- import R from "../DynamicFilterBase/useDynamicFilterBase.js";
5
- import S from "./useInputFilter.js";
6
- import { InputFilterTriggerButtonStyled as h } from "../../slots/dynamicFilterSlots.js";
7
- import k from "../PopoverMenuFields/PopoverMenuFields.js";
4
+ import v from "../DynamicFilterBase/useDynamicFilterBase.js";
5
+ import R from "./useInputFilter.js";
6
+ import { InputFilterTriggerButtonStyled as S } from "../../slots/dynamicFilterSlots.js";
7
+ import h from "../PopoverMenuFields/PopoverMenuFields.js";
8
8
  const C = () => {
9
9
  const {
10
- isSkeleton: i,
11
- inputPlaceHolder: n,
10
+ isSkeleton: n,
11
+ inputPlaceHolder: o,
12
12
  inputData: l,
13
13
  inputHandlersProps: s,
14
14
  canRender: a,
15
15
  filteredFields: d,
16
16
  selectedFieldIndex: p,
17
- setElementRef: o,
17
+ setElementRef: i,
18
18
  isOpenPopoverMenuFields: e,
19
19
  isOpenPopoverFilter: u,
20
20
  handleTriggerClick: f
21
- } = S(), t = g(null), { ownerState: c, size: m } = R();
21
+ } = R(), t = g(null), { ownerState: c, size: m } = v();
22
22
  return I(() => {
23
- o(t);
24
- }, [o, t]), a ? /* @__PURE__ */ F(x, { children: [
23
+ i(t);
24
+ }, [i, t]), a ? /* @__PURE__ */ F(x, { children: [
25
25
  /* @__PURE__ */ r(
26
- h,
26
+ S,
27
27
  {
28
28
  ref: t,
29
29
  icon: /* @__PURE__ */ r(P, {}),
30
+ variant: "outline",
30
31
  color: e ? "info" : "default",
31
32
  size: m,
32
33
  "aria-label": "searchbox",
@@ -36,14 +37,14 @@ const C = () => {
36
37
  }
37
38
  ),
38
39
  /* @__PURE__ */ r(
39
- k,
40
+ h,
40
41
  {
41
42
  fields: d,
42
43
  selectFieldIndex: p,
43
44
  inputData: l,
44
- inputPlaceHolder: n,
45
+ inputPlaceHolder: o,
45
46
  inputHandlersProps: s,
46
- isSkeleton: i
47
+ isSkeleton: n
47
48
  }
48
49
  )
49
50
  ] }) : null;
@@ -1,22 +1,22 @@
1
1
  import { jsxs as u, jsx as t } from "@emotion/react/jsx-runtime";
2
2
  import { useRef as C, useEffect as g } from "react";
3
- import { ActionsFilterDuotone as M } from "@m4l/icons";
4
- import { Icon as R } from "../../../Icon/Icon.js";
5
- import w from "./usePopoverMenuFields.js";
6
- import D from "../DynamicFilterBase/useDynamicFilterBase.js";
7
- import { useModuleDictionary as O } from "@m4l/core";
8
- import { DICCTIONARY as _ } from "../../dictionary.js";
9
- import { usePopoverContainer as k } from "../../../../hooks/usePopoverContainer/usePopoverContainer.js";
10
- import { PopoverMenuStyled as z, InputFilterStyled as A, InputFilterInputSkeletonStyled as j, InputFilterInputStyled as E } from "../../slots/dynamicFilterSlots.js";
3
+ import { ActionsSearchOutlined as M } from "@m4l/icons";
4
+ import { Icon as O } from "@m4l/base";
5
+ import R from "./usePopoverMenuFields.js";
6
+ import w from "../DynamicFilterBase/useDynamicFilterBase.js";
7
+ import { useModuleDictionary as _ } from "@m4l/core";
8
+ import { DICCTIONARY as k } from "../../dictionary.js";
9
+ import { usePopoverContainer as z } from "../../../../hooks/usePopoverContainer/usePopoverContainer.js";
10
+ import { PopoverMenuStyled as A, InputFilterStyled as D, InputFilterInputSkeletonStyled as j, InputFilterInputStyled as E } from "../../slots/dynamicFilterSlots.js";
11
11
  import { MenuItem as p } from "../../../extended/mui/MenuItem/MenuItem.js";
12
12
  function K(c) {
13
- const { fields: l, selectFieldIndex: m, inputData: d, inputPlaceHolder: f, inputHandlersProps: I, isSkeleton: b } = c, { elementRef: v, handleOpenPopUpClickItem: h, handleClosePopover: F, getItemLabel: i, isOpenPopoverMenuFields: o } = w(), S = v?.current, { getLabel: P } = O(), s = k(!!o), { size: r, ownerState: n } = D(), a = C(null);
13
+ const { fields: l, selectFieldIndex: m, inputData: d, inputPlaceHolder: f, inputHandlersProps: I, isSkeleton: b } = c, { elementRef: h, handleOpenPopUpClickItem: v, handleClosePopover: S, getItemLabel: i, isOpenPopoverMenuFields: o } = R(), F = h?.current, { getLabel: x } = _(), a = z(!!o), { size: r, ownerState: n } = w(), s = C(null);
14
14
  return g(() => {
15
15
  o && requestAnimationFrame(() => {
16
- a.current?.focus();
16
+ s.current?.focus();
17
17
  });
18
- }, [o]), !o || !s ? null : /* @__PURE__ */ u(
19
- z,
18
+ }, [o]), !o || !a ? null : /* @__PURE__ */ u(
19
+ A,
20
20
  {
21
21
  disableAutoFocus: !0,
22
22
  disableRestoreFocus: !0,
@@ -27,16 +27,16 @@ function K(c) {
27
27
  mt: e.vars.size.baseSpacings.sp2
28
28
  }),
29
29
  open: !!o,
30
- onClose: F,
31
- anchorEl: S,
32
- container: s,
30
+ onClose: S,
31
+ anchorEl: F,
32
+ container: a,
33
33
  children: [
34
- /* @__PURE__ */ u(A, { ownerState: { ...n }, children: [
35
- /* @__PURE__ */ t(R, { size: r, src: /* @__PURE__ */ t(M, {}) }),
34
+ /* @__PURE__ */ u(D, { ownerState: { ...n }, children: [
35
+ /* @__PURE__ */ t(O, { size: r, src: /* @__PURE__ */ t(M, {}), color: "text.secondary" }),
36
36
  b ? /* @__PURE__ */ t(j, { ownerState: { ...n }, variant: "rounded" }) : /* @__PURE__ */ t(
37
37
  E,
38
38
  {
39
- ref: a,
39
+ ref: s,
40
40
  type: "text",
41
41
  value: d,
42
42
  placeholder: f,
@@ -47,13 +47,13 @@ function K(c) {
47
47
  }
48
48
  )
49
49
  ] }),
50
- l.map((e, x) => /* @__PURE__ */ t(
50
+ l.map((e, y) => /* @__PURE__ */ t(
51
51
  p,
52
52
  {
53
53
  dense: !0,
54
54
  size: r,
55
- selected: x === m,
56
- onClick: (y) => h(y, e),
55
+ selected: y === m,
56
+ onClick: (P) => v(P, e),
57
57
  startIcon: e.urlIcon,
58
58
  label: i(e)
59
59
  },
@@ -64,7 +64,7 @@ function K(c) {
64
64
  {
65
65
  dense: !0,
66
66
  size: r,
67
- label: P(_.label_no_fields_available),
67
+ label: x(k.label_no_fields_available),
68
68
  disabled: !0
69
69
  }
70
70
  )
@@ -3,7 +3,6 @@ export * from './React-resizable-panels';
3
3
  export * from './React-Spinners';
4
4
  export * from './React-Window';
5
5
  export * from './React-Json-Viewer';
6
- export * from './ReactSimpleCodeEditor';
7
6
  export * from './mui';
8
7
  export * from './rsuite';
9
8
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/extended/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/extended/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,OAAO,CAAC;AACtB,cAAc,UAAU,CAAC"}
@@ -1,6 +1,5 @@
1
1
  export { RHFAutocomplete } from './RHFAutocomplete/RHFAutocomplete';
2
2
  export * from './RHFColorPicker';
3
- export * from './RHFCodeEditor';
4
3
  export { getRHFAutocompleteComponentsDictionary } from './RHFAutocomplete/dictionary';
5
4
  export { RHFAutocompleteAsync } from './RHFAutocompleteAsync/RHFAutocompleteAsync';
6
5
  export { getRHFAutocompleteAsyncComponentsDictionary } from './RHFAutocompleteAsync/dictionary';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/hook-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,cAAc,kBAAkB,CAAC;AACjC,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,sCAAsC,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,2CAA2C,EAAE,MAAM,mCAAmC,CAAC;AAChG,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAC1F,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../packages/components/src/components/hook-form/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mCAAmC,CAAC;AACpE,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,sCAAsC,EAAE,MAAM,8BAA8B,CAAC;AACtF,OAAO,EAAE,oBAAoB,EAAE,MAAM,6CAA6C,CAAC;AACnF,OAAO,EAAE,2CAA2C,EAAE,MAAM,mCAAmC,CAAC;AAChG,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,cAAc,uBAAuB,CAAC;AACtC,cAAc,wBAAwB,CAAC;AACvC,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AACxC,YAAY,EAAE,cAAc,EAAE,MAAM,aAAa,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,wBAAwB,CAAC;AACvC,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,cAAc,kBAAkB,CAAC;AACjC,OAAO,EAAE,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAC1F,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,sBAAsB,CAAC;AACrC,cAAc,aAAa,CAAC"}