@hybridcore/ui 1.6.0 → 1.6.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.
Files changed (128) hide show
  1. package/dist/{AccordionSummary-DgAwVTk8.js → AccordionSummary-CMg08YSA.js} +20 -23
  2. package/dist/{Add-DJLrrVHm.js → Add-DuVVJeQU.js} +65 -67
  3. package/dist/{ButtonBase-2bPw77UP.js → ButtonBase-sObABYY2.js} +60 -56
  4. package/dist/{Delete-CW0UZv1m.js → Delete-fBLhTHbF.js} +1 -1
  5. package/dist/{DialogContent-B3nbEbuv.js → DialogContent-CGJ7alb8.js} +8 -10
  6. package/dist/{FormControl-BLbrq4C7.js → FormControl-BCurCxRj.js} +377 -719
  7. package/dist/FormControlLabel-BkRfrhNy.js +601 -0
  8. package/dist/{IconButton-CHwRQF-g.js → IconButton-_opV1iNK.js} +26 -28
  9. package/dist/{InputAdornment-DLxWUE6H.js → InputAdornment-C7PEvvYr.js} +16 -18
  10. package/dist/InputLabel-rEwwnD4_.js +354 -0
  11. package/dist/{MenuItem-xZx_w7zA.js → MenuItem-DrE50M_p.js} +92 -70
  12. package/dist/Modal-DlB6GH-f.js +1659 -0
  13. package/dist/Paper-q9kKjAKx.js +527 -0
  14. package/dist/{Select-BgYwkZgI.js → TextField-DSDIEEKu.js} +1449 -901
  15. package/dist/{Typography-CxbneZy_.js → Typography-B-Z5Y0Xq.js} +46 -48
  16. package/dist/{capitalize-ciszXJ7R.js → capitalize-quqpGCFu.js} +1 -1
  17. package/dist/components/access/index.js +8 -15
  18. package/dist/components/access/logic.js +25 -0
  19. package/dist/components/card/index.js +158 -498
  20. package/dist/components/card/logic.js +24 -0
  21. package/dist/components/card/styled.js +226 -51
  22. package/dist/components/card-alternate/index.js +111 -139
  23. package/dist/components/card-alternate/logic.js +17 -0
  24. package/dist/components/card-alternate/styled.js +113 -19
  25. package/dist/components/collapsible-card/index.js +1 -1
  26. package/dist/components/collapsible-card/styled.js +1 -1
  27. package/dist/components/confirm/dialog.js +3 -3
  28. package/dist/components/confirm/index.js +1 -1
  29. package/dist/components/container/index.js +28 -269
  30. package/dist/components/container/logic.js +12 -0
  31. package/dist/components/container/styled.js +29 -0
  32. package/dist/components/context-menu/index.js +25 -457
  33. package/dist/components/context-menu/logic.js +14 -0
  34. package/dist/components/context-menu/styled.js +40 -0
  35. package/dist/components/data-security-selectors/security-level/index.js +36 -91
  36. package/dist/components/data-security-selectors/security-level/logic.js +73 -0
  37. package/dist/components/data-security-selectors/security-level/styled.js +47 -0
  38. package/dist/components/date-picker-with-custom-range/index.js +1 -1
  39. package/dist/components/geometry-picker/index.js +13 -12
  40. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  41. package/dist/components/instance-form/components/variable/index.js +7 -9
  42. package/dist/components/instance-form/components/variables/index.js +1 -1
  43. package/dist/components/instance-form/index.js +1 -1
  44. package/dist/components/instance-hierarchy-table/index.js +32 -37
  45. package/dist/components/instance-hierarchy-table/logic.js +16 -0
  46. package/dist/components/instance-hierarchy-table/styled.js +53 -12
  47. package/dist/components/instance-table/index.js +30 -135
  48. package/dist/components/instance-table/logic.js +122 -0
  49. package/dist/components/instance-table/styled.js +53 -11
  50. package/dist/components/key-protection/index.js +45 -2
  51. package/dist/components/key-protection/logic.js +40 -0
  52. package/dist/components/key-protection/styled.js +45 -0
  53. package/dist/components/key-protection/utils.js +1 -1
  54. package/dist/components/loading/index.js +15 -9
  55. package/dist/components/loading/logic.js +15 -0
  56. package/dist/components/loading/styled.js +26 -19
  57. package/dist/components/phone-input/index.js +18 -22
  58. package/dist/components/phone-input/logic.js +14 -0
  59. package/dist/components/phone-input/styled.js +12 -4
  60. package/dist/components/property-mapping/index.js +1 -1
  61. package/dist/components/range-selector/components/composite-list-range/index.js +42 -50
  62. package/dist/components/range-selector/components/date-range/index.js +87 -4221
  63. package/dist/components/range-selector/components/geometry-range/index.js +11 -17
  64. package/dist/components/range-selector/components/number-range/index.js +48 -53
  65. package/dist/components/range-selector/components/string-range/index.js +15 -17
  66. package/dist/components/range-selector/index.js +63 -57
  67. package/dist/components/range-selector/logic.js +12 -0
  68. package/dist/components/range-selector/styled.js +4222 -0
  69. package/dist/components/template-filters/components/filter/index.js +13 -18
  70. package/dist/components/template-filters/components/tab-panel/index.js +8 -16
  71. package/dist/components/template-filters/index.js +21 -29
  72. package/dist/components/template-filters/logic.js +18 -0
  73. package/dist/components/template-filters/styled.js +44 -1
  74. package/dist/components/template-form/components/property-list/index.js +8 -8
  75. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  76. package/dist/components/template-form/components/property-list/property-list-form.js +8 -10
  77. package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
  78. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  79. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +8 -9
  80. package/dist/components/template-form/index.js +32 -33
  81. package/dist/components/template-property-filters/index.js +45 -95
  82. package/dist/components/template-property-filters/logic.js +27 -0
  83. package/dist/components/template-property-filters/property.js +105 -165
  84. package/dist/components/template-property-filters/styled.js +121 -20
  85. package/dist/components/tree-select/index.js +52 -67
  86. package/dist/components/tree-select/logic.js +59 -0
  87. package/dist/components/tree-select/styled.js +45 -62
  88. package/dist/components/treeview-filter/index.js +43 -65
  89. package/dist/components/treeview-filter/item/index.js +43 -42
  90. package/dist/components/treeview-filter/item-label/index.js +17 -37
  91. package/dist/components/treeview-filter/logic.js +28 -0
  92. package/dist/components/treeview-filter/styled.js +86 -0
  93. package/dist/components/uploader/index.js +532 -567
  94. package/dist/components/uploader/logic.js +74 -0
  95. package/dist/components/uploader/styled.js +93 -46
  96. package/dist/{createSvgIcon-BjpIhJ30.js → createSvgIcon-BM3-TsGy.js} +25 -26
  97. package/dist/{createSvgIcon-DrtgaibK.js → createSvgIcon-DX-SqL8M.js} +23 -25
  98. package/dist/{dialog-DcwXug9J.js → dialog-cf4HUXXl.js} +26 -27
  99. package/dist/{index-syTc6m_V.js → index-C8C3YXle.js} +92 -94
  100. package/dist/{index-CcdvNlgr.js → index-DPKUmQnz.js} +11 -13
  101. package/dist/isMuiElement-BkJ72LB3.js +26 -0
  102. package/dist/main.d.ts +734 -298
  103. package/dist/main.js +15 -15
  104. package/dist/{property-list-form-zZQfpR0X.js → property-list-form-DL_dEoNn.js} +56 -61
  105. package/dist/{createTheme-DYxDnE9u.js → styled-Bsjp3kFh.js} +232 -176
  106. package/dist/{useMobilePicker-BLg3Blg8.js → useMobilePicker-B-M3dnTn.js} +2692 -2288
  107. package/dist/{utils-Bq0ye5vf.js → utils-Cxu-fHjQ.js} +7 -7
  108. package/package.json +1 -1
  109. package/dist/Box-p6OtTUEo.js +0 -30
  110. package/dist/Button-CvE2gnly.js +0 -370
  111. package/dist/CardContent-CSHh-ZlM.js +0 -74
  112. package/dist/Checkbox-CWRMFTBp.js +0 -421
  113. package/dist/FormControlLabel-C8SPv14J.js +0 -195
  114. package/dist/List-tqElle9C.js +0 -121
  115. package/dist/ListItem-CfjsIg4B.js +0 -430
  116. package/dist/Modal-DhPpOoGB.js +0 -1299
  117. package/dist/Paper-2B03OBmZ.js +0 -169
  118. package/dist/TextField-1yCesIbH.js +0 -457
  119. package/dist/components/key-protection/menu.js +0 -85
  120. package/dist/components/treeview-filter/item/styled.js +0 -39
  121. package/dist/debounce-46wSf_lW.js +0 -15
  122. package/dist/isHostComponent-kiaBvYVo.js +0 -6
  123. package/dist/isMuiElement-CxT3_ACP.js +0 -13
  124. package/dist/listItemTextClasses-C3lndiXO.js +0 -16
  125. package/dist/styled-eZwjUruw.js +0 -12
  126. package/dist/useFormControl-CatNKXAi.js +0 -10
  127. package/dist/useThemeProps-BzzHcQyd.js +0 -58
  128. package/dist/utils-BDNynJcd.js +0 -365
package/dist/main.js CHANGED
@@ -7,8 +7,8 @@ import { CardAlternate as s } from "./components/card-alternate/index.js";
7
7
  import { ChartWrapper as C } from "./components/charts/chart-wrapper/index.js";
8
8
  import { CandlestickChart as P } from "./components/charts/candlestick/index.js";
9
9
  import { ColumnLineMix as h } from "./components/charts/column-line-mix/index.js";
10
- import { DrillDownTreemap as u } from "./components/charts/drill-down-treemap/index.js";
11
- import { DrillDownVoronoiTreemap as S } from "./components/charts/drill-down-voronoi-treemap/index.js";
10
+ import { DrillDownTreemap as D } from "./components/charts/drill-down-treemap/index.js";
11
+ import { DrillDownVoronoiTreemap as A } from "./components/charts/drill-down-voronoi-treemap/index.js";
12
12
  import { Heatmap as F } from "./components/charts/heatmap/index.js";
13
13
  import { HighlightLineChart as y } from "./components/charts/highlighting-line-data/index.js";
14
14
  import { LineChart as b } from "./components/charts/line/index.js";
@@ -29,20 +29,20 @@ import { ContextMenu as pr } from "./components/context-menu/index.js";
29
29
  import { DataMap as ar } from "./components/data-map/index.js";
30
30
  import { DisseminationList as fr } from "./components/data-security-selectors/dissemination-list/index.js";
31
31
  import { SecurityLevel as nr } from "./components/data-security-selectors/security-level/index.js";
32
- import { A as cr, D as sr } from "./index-syTc6m_V.js";
32
+ import { A as cr, D as sr } from "./index-C8C3YXle.js";
33
33
  import { DEFAULT_RELATIVE_PRESET_LABELS as Cr } from "./components/date-picker-with-custom-range/logic.js";
34
34
  import { DateTimePicker as Pr } from "./components/date-time-picker/index.js";
35
35
  import { Divider as hr } from "./components/divider/index.js";
36
- import { DocumentViewer as ur } from "./components/document-viewer/index.js";
37
- import { GeometryPicker as Sr } from "./components/geometry-picker/index.js";
36
+ import { DocumentViewer as Dr } from "./components/document-viewer/index.js";
37
+ import { GeometryPicker as Ar } from "./components/geometry-picker/index.js";
38
38
  import { HeatMap as Fr } from "./components/heat-map/index.js";
39
39
  import { IconButton as yr } from "./components/icon-button/index.js";
40
40
  import { InstanceForm as br } from "./components/instance-form/index.js";
41
41
  import { InstanceHierarchyTable as Er } from "./components/instance-hierarchy-table/index.js";
42
42
  import { InstanceTable as Vr } from "./components/instance-table/index.js";
43
43
  import { InstanceVariableList as wr } from "./components/instance-variable-list/index.js";
44
- import { KeyProtectionMenu as Wr } from "./components/key-protection/menu.js";
45
- import { S as Hr } from "./utils-Bq0ye5vf.js";
44
+ import { KeyProtectionMenu as Wr } from "./components/key-protection/index.js";
45
+ import { u as Hr } from "./utils-Cxu-fHjQ.js";
46
46
  import { LinearIndicator as jr } from "./components/linear-indicator/index.js";
47
47
  import { Loading as Gr } from "./components/loading/index.js";
48
48
  import { i as zr } from "./index-kCJ_Zvl8.js";
@@ -60,8 +60,8 @@ import { TemplateFilters as se } from "./components/template-filters/index.js";
60
60
  import { TemplateForm as Ce } from "./components/template-form/index.js";
61
61
  import { TemplatePropertyFilters as Pe } from "./components/template-property-filters/index.js";
62
62
  import { Property as he } from "./components/template-property-filters/property.js";
63
- import { TimelineWidget as ue } from "./components/timeline/index.js";
64
- import { TreeSelect as Se } from "./components/tree-select/index.js";
63
+ import { TimelineWidget as De } from "./components/timeline/index.js";
64
+ import { TreeSelect as Ae } from "./components/tree-select/index.js";
65
65
  import { TreeViewFilter as Fe } from "./components/treeview-filter/index.js";
66
66
  import { Uploader as ye } from "./components/uploader/index.js";
67
67
  import { Widget as be } from "./components/widget/styled.js";
@@ -87,12 +87,12 @@ export {
87
87
  Pr as DateTimePicker,
88
88
  fr as DisseminationList,
89
89
  hr as Divider,
90
- ur as DocumentViewer,
91
- u as DrillDownTreemap,
92
- S as DrillDownVoronoiTreemap,
90
+ Dr as DocumentViewer,
91
+ D as DrillDownTreemap,
92
+ A as DrillDownVoronoiTreemap,
93
93
  Ee as FlexCol,
94
94
  Ve as FlexRow,
95
- Sr as GeometryPicker,
95
+ Ar as GeometryPicker,
96
96
  Fr as HeatMap,
97
97
  F as Heatmap,
98
98
  y as HighlightLineChart,
@@ -131,8 +131,8 @@ export {
131
131
  Ce as TemplateForm,
132
132
  Pe as TemplatePropertyFilters,
133
133
  o as ThemeProvider,
134
- ue as TimelineWidget,
135
- Se as TreeSelect,
134
+ De as TimelineWidget,
135
+ Ae as TreeSelect,
136
136
  Fe as TreeViewFilter,
137
137
  ye as Uploader,
138
138
  be as Widget,
@@ -1,44 +1,39 @@
1
- import H, { jsx as t, jsxs as d, Fragment as K } from "react/jsx-runtime";
1
+ import H, { jsx as t, jsxs as m, Fragment as K } from "react/jsx-runtime";
2
2
  import * as J from "react";
3
3
  import I from "react";
4
4
  import Q from "lodash";
5
- import { r as X, i as Z } from "./createSvgIcon-BjpIhJ30.js";
5
+ import { r as X, i as Z } from "./createSvgIcon-BM3-TsGy.js";
6
6
  import { DATA_TYPES as R, COORDINATE_FORMAT as ee, PRIVACY_PRESERVATION_METHOD as L } from "./constants/index.js";
7
- import { T as w } from "./TextField-1yCesIbH.js";
8
- import { f as te, F as C, I as F } from "./FormControl-BLbrq4C7.js";
9
- import { S as _ } from "./Select-BgYwkZgI.js";
10
- import { M as g } from "./MenuItem-xZx_w7zA.js";
11
- import { a as M, _ as re } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
7
+ import { T as w, S as C } from "./TextField-DSDIEEKu.js";
8
+ import { F } from "./FormControl-BCurCxRj.js";
9
+ import { u as te, f as re, I as _ } from "./InputLabel-rEwwnD4_.js";
10
+ import { M as P, B as ae } from "./MenuItem-DrE50M_p.js";
11
+ import { a as M, _ as oe } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
12
12
  import { P as n } from "./index-C__OZmYy.js";
13
- import { g as ae, u as oe, c as le, a as ne } from "./useThemeProps-BzzHcQyd.js";
14
- import { s as ie } from "./styled-eZwjUruw.js";
15
- import { g as se } from "./createTheme-DYxDnE9u.js";
16
- import { u as me } from "./useFormControl-CatNKXAi.js";
17
- import { F as p } from "./FormControlLabel-C8SPv14J.js";
18
- import { C as f } from "./Checkbox-CWRMFTBp.js";
19
- import { B as ce } from "./Box-p6OtTUEo.js";
20
- import { B as Y } from "./Button-CvE2gnly.js";
21
- function de(a) {
22
- return se("MuiFormGroup", a);
13
+ import { g as le, b as ne, s as ie, u as se, c as ce, a as de } from "./styled-Bsjp3kFh.js";
14
+ import { F as p, C as f } from "./FormControlLabel-BkRfrhNy.js";
15
+ import { B as Y } from "./Modal-DlB6GH-f.js";
16
+ function me(a) {
17
+ return ne("MuiFormGroup", a);
23
18
  }
24
- ae("MuiFormGroup", ["root", "row", "error"]);
19
+ le("MuiFormGroup", ["root", "row", "error"]);
25
20
  const ue = ["className", "row"], pe = (a) => {
26
21
  const {
27
22
  classes: i,
28
- row: c,
23
+ row: d,
29
24
  error: s
30
25
  } = a;
31
- return ne({
32
- root: ["root", c && "row", s && "error"]
33
- }, de, i);
26
+ return de({
27
+ root: ["root", d && "row", s && "error"]
28
+ }, me, i);
34
29
  }, fe = ie("div", {
35
30
  name: "MuiFormGroup",
36
31
  slot: "Root",
37
32
  overridesResolver: (a, i) => {
38
33
  const {
39
- ownerState: c
34
+ ownerState: d
40
35
  } = a;
41
- return [i.root, c.row && i.row];
36
+ return [i.root, d.row && i.row];
42
37
  }
43
38
  })(({
44
39
  ownerState: a
@@ -48,25 +43,25 @@ const ue = ["className", "row"], pe = (a) => {
48
43
  flexWrap: "wrap"
49
44
  }, a.row && {
50
45
  flexDirection: "row"
51
- })), $ = /* @__PURE__ */ J.forwardRef(function(i, c) {
52
- const s = oe({
46
+ })), $ = /* @__PURE__ */ J.forwardRef(function(i, d) {
47
+ const s = se({
53
48
  props: i,
54
49
  name: "MuiFormGroup"
55
50
  }), {
56
51
  className: h,
57
52
  row: e = !1
58
- } = s, y = re(s, ue), u = me(), b = te({
53
+ } = s, y = oe(s, ue), u = te(), b = re({
59
54
  props: s,
60
55
  muiFormControl: u,
61
56
  states: ["error"]
62
57
  }), o = M({}, s, {
63
58
  row: e,
64
59
  error: b.error
65
- }), P = pe(o);
60
+ }), g = pe(o);
66
61
  return /* @__PURE__ */ t(fe, M({
67
- className: le(P.root, h),
62
+ className: ce(g.root, h),
68
63
  ownerState: o,
69
- ref: c
64
+ ref: d
70
65
  }, y));
71
66
  });
72
67
  process.env.NODE_ENV !== "production" && ($.propTypes = {
@@ -104,7 +99,7 @@ var z = q.default = void 0, he = ye(X()), be = H;
104
99
  z = q.default = (0, he.default)(/* @__PURE__ */ (0, be.jsx)("path", {
105
100
  d: "M9 16.17 4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"
106
101
  }), "Check");
107
- function We({
102
+ function De({
108
103
  inputVariant: a,
109
104
  defaultValues: i = {
110
105
  name: "",
@@ -120,7 +115,7 @@ function We({
120
115
  temporal: !1,
121
116
  unique: !1
122
117
  },
123
- disablePropertyId: c,
118
+ disablePropertyId: d,
124
119
  onSubmit: s,
125
120
  onCancel: h
126
121
  }) {
@@ -130,17 +125,17 @@ function We({
130
125
  }), o = (r) => {
131
126
  var v, T;
132
127
  const l = r.target.name;
133
- let m = r.target.type === "checkbox" ? r.target.checked : r.target.value;
134
- if (e.type === "enum" && l === "dataTypeInfo.enumValues" && (m = m.split(",")), ((T = (v = e.dataTypeInfo) == null ? void 0 : v.innerType) == null ? void 0 : T.type) === "enum" && l === "dataTypeInfo.innerType.enumValues" && (m = m.split(",")), l.includes(".")) {
128
+ let c = r.target.type === "checkbox" ? r.target.checked : r.target.value;
129
+ if (e.type === "enum" && l === "dataTypeInfo.enumValues" && (c = c.split(",")), ((T = (v = e.dataTypeInfo) == null ? void 0 : v.innerType) == null ? void 0 : T.type) === "enum" && l === "dataTypeInfo.innerType.enumValues" && (c = c.split(",")), l.includes(".")) {
135
130
  let x = { ...e };
136
- Q.set(x, l, m), y(x);
131
+ Q.set(x, l, c), y(x);
137
132
  return;
138
133
  }
139
134
  y((x) => ({
140
135
  ...x,
141
- [l]: m
136
+ [l]: c
142
137
  }));
143
- }, P = () => {
138
+ }, g = () => {
144
139
  if (!e.name) {
145
140
  b({ ...u, name: !0 });
146
141
  return;
@@ -157,13 +152,13 @@ function We({
157
152
  "composite-matrix"
158
153
  ].includes(e.type)) {
159
154
  if (e.dataTypeInfo) {
160
- const { coordinateFormat: r, datePattern: l, innerType: m, enumValues: v } = e.dataTypeInfo;
161
- (r || l || m || v) && y((T) => ({ ...T, dataTypeInfo: {} }));
155
+ const { coordinateFormat: r, datePattern: l, innerType: c, enumValues: v } = e.dataTypeInfo;
156
+ (r || l || c || v) && y((T) => ({ ...T, dataTypeInfo: {} }));
162
157
  }
163
158
  return () => {
164
159
  };
165
160
  }
166
- }, [e.type]), /* @__PURE__ */ d(K, { children: [
161
+ }, [e.type]), /* @__PURE__ */ m(K, { children: [
167
162
  /* @__PURE__ */ t(
168
163
  w,
169
164
  {
@@ -188,16 +183,16 @@ function We({
188
183
  name: "propertyId",
189
184
  variant: a,
190
185
  fullWidth: !0,
191
- disabled: c,
186
+ disabled: d,
192
187
  sx: { mb: 2 },
193
188
  value: e.propertyId,
194
189
  onChange: o
195
190
  }
196
191
  ),
197
- /* @__PURE__ */ d(C, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
198
- /* @__PURE__ */ t(F, { id: "type-select-label", children: "Type" }),
192
+ /* @__PURE__ */ m(F, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
193
+ /* @__PURE__ */ t(_, { id: "type-select-label", children: "Type" }),
199
194
  /* @__PURE__ */ t(
200
- _,
195
+ C,
201
196
  {
202
197
  label: "Type",
203
198
  name: "type",
@@ -205,14 +200,14 @@ function We({
205
200
  id: "type-select",
206
201
  value: e.type,
207
202
  onChange: o,
208
- children: R.map((r, l) => /* @__PURE__ */ t(g, { value: r, children: r }, l))
203
+ children: R.map((r, l) => /* @__PURE__ */ t(P, { value: r, children: r }, l))
209
204
  }
210
205
  )
211
206
  ] }),
212
- e.type === "coordinate" && /* @__PURE__ */ d(C, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
213
- /* @__PURE__ */ t(F, { id: "coordinate-format-select-label", children: "Cordinate Format" }),
207
+ e.type === "coordinate" && /* @__PURE__ */ m(F, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
208
+ /* @__PURE__ */ t(_, { id: "coordinate-format-select-label", children: "Cordinate Format" }),
214
209
  /* @__PURE__ */ t(
215
- _,
210
+ C,
216
211
  {
217
212
  label: "Coordinate Format",
218
213
  name: "dataTypeInfo.coordinateFormat",
@@ -220,14 +215,14 @@ function We({
220
215
  id: "coordinate-format-select",
221
216
  value: (k = e.dataTypeInfo) == null ? void 0 : k.coordinateFormat,
222
217
  onChange: o,
223
- children: ee.map((r, l) => /* @__PURE__ */ t(g, { value: r, children: r }, l))
218
+ children: ee.map((r, l) => /* @__PURE__ */ t(P, { value: r, children: r }, l))
224
219
  }
225
220
  )
226
221
  ] }),
227
- (e.type === "composite-list" || e.type === "composite-matrix") && /* @__PURE__ */ d(C, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
228
- /* @__PURE__ */ t(F, { id: "composite-list-select-label", children: "Inner Type" }),
222
+ (e.type === "composite-list" || e.type === "composite-matrix") && /* @__PURE__ */ m(F, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
223
+ /* @__PURE__ */ t(_, { id: "composite-list-select-label", children: "Inner Type" }),
229
224
  /* @__PURE__ */ t(
230
- _,
225
+ C,
231
226
  {
232
227
  label: "Inner Type",
233
228
  name: "dataTypeInfo.innerType.type",
@@ -237,7 +232,7 @@ function We({
237
232
  onChange: o,
238
233
  children: R.filter(
239
234
  (r) => r !== "composite-list" && r !== "list"
240
- ).map((r, l) => /* @__PURE__ */ t(g, { value: r, children: r }, l))
235
+ ).map((r, l) => /* @__PURE__ */ t(P, { value: r, children: r }, l))
241
236
  }
242
237
  )
243
238
  ] }),
@@ -266,10 +261,10 @@ function We({
266
261
  onChange: o
267
262
  }
268
263
  ),
269
- /* @__PURE__ */ d(C, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
270
- /* @__PURE__ */ t(F, { id: "privacy-method-label", children: "Privacy Preservation Method" }),
264
+ /* @__PURE__ */ m(F, { fullWidth: !0, variant: a, sx: { mb: 2 }, children: [
265
+ /* @__PURE__ */ t(_, { id: "privacy-method-label", children: "Privacy Preservation Method" }),
271
266
  /* @__PURE__ */ t(
272
- _,
267
+ C,
273
268
  {
274
269
  label: "Privacy Preservation Method",
275
270
  name: "privacyPreservationMethod",
@@ -277,11 +272,11 @@ function We({
277
272
  id: "privacy-method",
278
273
  value: e.privacyPreservationMethod,
279
274
  onChange: o,
280
- children: L.map((r, l) => /* @__PURE__ */ t(g, { value: r, children: r }, l))
275
+ children: L.map((r, l) => /* @__PURE__ */ t(P, { value: r, children: r }, l))
281
276
  }
282
277
  )
283
278
  ] }),
284
- /* @__PURE__ */ d($, { row: !0, sx: { mb: 2 }, children: [
279
+ /* @__PURE__ */ m($, { row: !0, sx: { mb: 2 }, children: [
285
280
  /* @__PURE__ */ t(
286
281
  p,
287
282
  {
@@ -366,14 +361,14 @@ function We({
366
361
  }
367
362
  )
368
363
  ] }),
369
- /* @__PURE__ */ d(ce, { display: "flex", justifyContent: "flex-end", children: [
364
+ /* @__PURE__ */ m(ae, { display: "flex", justifyContent: "flex-end", children: [
370
365
  /* @__PURE__ */ t(Y, { variant: "contained", onClick: h, sx: { marginRight: 2 }, children: "Cancel" }),
371
366
  /* @__PURE__ */ t(
372
367
  Y,
373
368
  {
374
369
  variant: "contained",
375
370
  startIcon: /* @__PURE__ */ t(z, {}),
376
- onClick: P,
371
+ onClick: g,
377
372
  children: "OK"
378
373
  }
379
374
  )
@@ -382,5 +377,5 @@ function We({
382
377
  }
383
378
  export {
384
379
  $ as F,
385
- We as a
380
+ De as a
386
381
  };