@hybridcore/ui 1.5.89 → 1.6.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 (267) hide show
  1. package/dist/{AccordionDetails-DhriPVPP.js → AccordionSummary-DgAwVTk8.js} +81 -82
  2. package/dist/{Add-CMz4N2zT.js → Add-DJLrrVHm.js} +52 -51
  3. package/dist/AnimatedTheme-jnasw6rT.js +11305 -0
  4. package/dist/AxisRenderer-DTyLLA6c.js +3579 -0
  5. package/dist/AxisRendererY-C_ItLPNV.js +445 -0
  6. package/dist/Box-p6OtTUEo.js +30 -0
  7. package/dist/Bullet-DVczI2TD.js +41 -0
  8. package/dist/Button-CcsPEIDh.js +35 -0
  9. package/dist/{Button-eqWvpDuh.js → Button-CvE2gnly.js} +138 -124
  10. package/dist/{ButtonBase-DsX-jMQJ.js → ButtonBase-2bPw77UP.js} +5 -5
  11. package/dist/{CardContent-DsYqqPeJ.js → CardContent-CSHh-ZlM.js} +4 -4
  12. package/dist/CategoryAxis-CwnfaGc8.js +458 -0
  13. package/dist/{Checkbox-CrU2hpWB.js → Checkbox-CWRMFTBp.js} +12 -11
  14. package/dist/Circle-Cy5s-pVc.js +27 -0
  15. package/dist/ColorSet-C7vpNXhM.js +2957 -0
  16. package/dist/{ColumnSeries-BTcqshjB.js → ColumnSeries-CjgdJ2QL.js} +129 -126
  17. package/dist/DataProcessor-CHDO51q4.js +83 -0
  18. package/dist/DateAxis-YX3QNIB-.js +569 -0
  19. package/dist/{Delete-86TO0fMo.js → Delete-CW0UZv1m.js} +1 -1
  20. package/dist/{DialogContent-CqTojymQ.js → DialogContent-B3nbEbuv.js} +10 -11
  21. package/dist/FormControl-BLbrq4C7.js +1636 -0
  22. package/dist/{FormControlLabel-BrdX4R71.js → FormControlLabel-C8SPv14J.js} +8 -8
  23. package/dist/Hierarchy-Bihj0S61.js +925 -0
  24. package/dist/{IconButton-DJ-31-Fd.js → IconButton-CHwRQF-g.js} +20 -19
  25. package/dist/IconPlus-yPkff_Vj.js +19 -0
  26. package/dist/{InputAdornment-B7qEA4kN.js → InputAdornment-DLxWUE6H.js} +6 -6
  27. package/dist/Legend-Dp_MKfS4.js +178 -0
  28. package/dist/LineSeries-Uiv5o56b.js +472 -0
  29. package/dist/{List-DOD5kSk3.js → List-tqElle9C.js} +4 -4
  30. package/dist/{ListItem-r8PbsvCz.js → ListItem-CfjsIg4B.js} +9 -8
  31. package/dist/{MenuItem-C6qlUyV3.js → MenuItem-xZx_w7zA.js} +14 -13
  32. package/dist/{Modal-CkcFEpHa.js → Modal-DhPpOoGB.js} +292 -277
  33. package/dist/{Paper-CjqLScHA.js → Paper-2B03OBmZ.js} +47 -41
  34. package/dist/PieSeries-B2fW3z0s.js +693 -0
  35. package/dist/RoundedRectangle-CWLi2PXn.js +34 -0
  36. package/dist/Scrollbar-D86MJyr2.js +171 -0
  37. package/dist/{Select-t3ewnSdf.js → Select-BgYwkZgI.js} +2066 -1633
  38. package/dist/Slice-B19rbYDZ.js +261 -0
  39. package/dist/{Source-BESIjd9X.js → Source-BSZST_GH.js} +2472 -2445
  40. package/dist/{Text-Cl1H4b0h.js → Text-ChJRuaD8.js} +398 -397
  41. package/dist/{TextField-BQ8a50fA.js → TextField-1yCesIbH.js} +23 -25
  42. package/dist/Tick-2bcLyHpF.js +162 -0
  43. package/dist/{Typography-D1t7XuLN.js → Typography-CxbneZy_.js} +11 -11
  44. package/dist/Vector-BmuhQO4p.js +3606 -0
  45. package/dist/Vector-DfTqQEln.js +1735 -0
  46. package/dist/WKT-2wsDT-nq.js +2310 -0
  47. package/dist/XYCursor-C8WktvKM.js +362 -0
  48. package/dist/ZoomableContainer-DYyqwaMb.js +220 -0
  49. package/dist/_commonjsHelpers-BVfed4GL.js +28 -0
  50. package/dist/capitalize-ciszXJ7R.js +9 -0
  51. package/dist/components/access/helpers.js +1 -1
  52. package/dist/components/access/index.js +1 -1
  53. package/dist/components/card/index.js +6 -6
  54. package/dist/components/card/styled.js +1 -1
  55. package/dist/components/charts/_common/utils.js +20 -0
  56. package/dist/components/charts/candlestick/logic.js +170 -140
  57. package/dist/components/charts/chart-wrapper/helpers.js +27 -0
  58. package/dist/components/charts/chart-wrapper/index.js +44 -0
  59. package/dist/components/charts/chart-wrapper/logic.js +47 -0
  60. package/dist/components/charts/chart-wrapper/styled.js +44 -0
  61. package/dist/components/charts/column-line-mix/index.js +10 -0
  62. package/dist/components/charts/column-line-mix/logic.js +162 -0
  63. package/dist/components/charts/column-line-mix/styled.js +12 -0
  64. package/dist/components/charts/drill-down-treemap/index.js +10 -0
  65. package/dist/components/charts/drill-down-treemap/logic.js +391 -0
  66. package/dist/components/charts/drill-down-treemap/styled.js +12 -0
  67. package/dist/components/charts/drill-down-voronoi-treemap/index.js +10 -0
  68. package/dist/components/charts/drill-down-voronoi-treemap/logic.js +1527 -0
  69. package/dist/components/charts/drill-down-voronoi-treemap/styled.js +12 -0
  70. package/dist/components/charts/heatmap/index.js +10 -0
  71. package/dist/components/charts/heatmap/logic.js +361 -0
  72. package/dist/components/charts/heatmap/styled.js +12 -0
  73. package/dist/components/charts/highlighting-line-data/logic.js +89 -256
  74. package/dist/components/charts/line/index.js +10 -0
  75. package/dist/components/charts/line/logic.js +148 -0
  76. package/dist/components/charts/line/styled.js +12 -0
  77. package/dist/components/charts/logaritmic-scale/index.js +10 -0
  78. package/dist/components/charts/logaritmic-scale/logic.js +119 -0
  79. package/dist/components/charts/logaritmic-scale/styled.js +12 -0
  80. package/dist/components/charts/multiple-value-axes/index.js +10 -0
  81. package/dist/components/charts/multiple-value-axes/logic.js +191 -0
  82. package/dist/components/charts/multiple-value-axes/styled.js +12 -0
  83. package/dist/components/charts/nested-pie/index.js +10 -0
  84. package/dist/components/charts/nested-pie/logic.js +110 -0
  85. package/dist/components/charts/nested-pie/styled.js +12 -0
  86. package/dist/components/charts/packed-circles/index.js +10 -0
  87. package/dist/components/charts/packed-circles/logic.js +423 -0
  88. package/dist/components/charts/packed-circles/styled.js +12 -0
  89. package/dist/components/charts/pie-chart/index.js +10 -0
  90. package/dist/components/charts/pie-chart/logic.js +70 -0
  91. package/dist/components/charts/pie-chart/styled.js +12 -0
  92. package/dist/components/charts/stacked-area-radar/index.js +10 -0
  93. package/dist/components/charts/stacked-area-radar/logic.js +868 -0
  94. package/dist/components/charts/stacked-area-radar/styled.js +12 -0
  95. package/dist/components/charts/stacked-column-chart/index.js +10 -0
  96. package/dist/components/charts/stacked-column-chart/logic.js +148 -0
  97. package/dist/components/charts/stacked-column-chart/styled.js +12 -0
  98. package/dist/components/charts/xy-chart/index.js +10 -0
  99. package/dist/components/charts/xy-chart/logic.js +170 -0
  100. package/dist/components/charts/xy-chart/styled.js +12 -0
  101. package/dist/components/collapsible-card/index.js +58 -32
  102. package/dist/components/collapsible-card/logic.js +20 -0
  103. package/dist/components/collapsible-card/styled.js +52 -0
  104. package/dist/components/confirm/dialog.js +3 -3
  105. package/dist/components/confirm/index.js +1 -1
  106. package/dist/components/container/index.js +7 -7
  107. package/dist/components/context-menu/index.js +153 -253
  108. package/dist/components/data-map/components/controls/index.js +12 -0
  109. package/dist/components/data-map/components/controls/styled.js +34 -0
  110. package/dist/components/data-map/index.js +51 -0
  111. package/dist/components/data-map/logic.js +108 -0
  112. package/dist/components/data-map/styled.js +32 -0
  113. package/dist/components/data-security-selectors/security-level/index.js +5 -5
  114. package/dist/components/date-picker-with-custom-range/index.js +9 -0
  115. package/dist/components/date-picker-with-custom-range/logic.js +66 -0
  116. package/dist/components/date-picker-with-custom-range/styled.js +43 -0
  117. package/dist/components/divider/index.js +18 -0
  118. package/dist/components/divider/logic.js +13 -0
  119. package/dist/components/divider/styled.js +14 -0
  120. package/dist/components/geometry-picker/coordinate/index.js +1 -1
  121. package/dist/components/geometry-picker/edit/index.js +1 -1
  122. package/dist/components/geometry-picker/geometry/index.js +1 -1
  123. package/dist/components/geometry-picker/index.js +7 -8
  124. package/dist/components/geometry-picker/kml/index.js +1 -1
  125. package/dist/components/geometry-picker/map/index.js +1 -1
  126. package/dist/components/geometry-picker/map/logic.js +65 -62
  127. package/dist/components/geometry-picker/map/style.js +1 -1
  128. package/dist/components/heat-map/components/controls/index.js +12 -0
  129. package/dist/components/heat-map/components/controls/styled.js +34 -0
  130. package/dist/components/heat-map/components/legend/index.js +26 -0
  131. package/dist/components/heat-map/components/legend/styled.js +14 -0
  132. package/dist/components/heat-map/index.js +37 -0
  133. package/dist/components/heat-map/logic.js +1945 -0
  134. package/dist/components/heat-map/styled.js +32 -0
  135. package/dist/components/icon-button/index.js +22 -15
  136. package/dist/components/icon-button/logic.js +15 -0
  137. package/dist/components/icon-button/styled.js +22 -10
  138. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  139. package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +8 -7
  140. package/dist/components/instance-form/components/variable/index.js +8 -8
  141. package/dist/components/instance-form/components/variables/index.js +1 -1
  142. package/dist/components/instance-hierarchy-table/styled.js +1 -1
  143. package/dist/components/instance-variable-list/index.js +34 -29
  144. package/dist/components/instance-variable-list/styled.js +21 -21
  145. package/dist/components/instance-variable-list/variable.js +44 -74
  146. package/dist/components/linear-indicator/index.js +10 -67
  147. package/dist/components/linear-indicator/logic.js +47 -0
  148. package/dist/components/linear-indicator/styled.js +39 -40
  149. package/dist/components/map/helpers/kml.js +1 -1
  150. package/dist/components/map/helpers/mapbox.js +14 -14
  151. package/dist/components/map/helpers/ol.js +23 -19
  152. package/dist/components/map/helpers/wkt.js +26 -1314
  153. package/dist/components/map/index.js +1 -1
  154. package/dist/components/map/logic.js +113 -101
  155. package/dist/components/map/styled.js +39 -31
  156. package/dist/components/metric-card/MetricChart.js +50 -498
  157. package/dist/components/metric-card/index.js +94 -115
  158. package/dist/components/metric-card/logic.js +70 -131
  159. package/dist/components/object-profile-card/components/avatar/index.js +44 -0
  160. package/dist/components/object-profile-card/components/avatar/logic.js +19 -0
  161. package/dist/components/object-profile-card/components/avatar/styled.js +41 -0
  162. package/dist/components/object-profile-card/index.js +90 -0
  163. package/dist/components/object-profile-card/logic.js +33 -0
  164. package/dist/components/object-profile-card/styled.js +48 -0
  165. package/dist/components/paginated-list/index.js +93 -89
  166. package/dist/components/paginated-list/logic.js +51 -40
  167. package/dist/components/paginated-list/styled.js +25 -21
  168. package/dist/components/property-mapping/index.js +2 -2
  169. package/dist/components/prr-map/components/controls/index.js +12 -0
  170. package/dist/components/prr-map/components/controls/styled.js +34 -0
  171. package/dist/components/prr-map/components/legend/index.js +36 -0
  172. package/dist/components/prr-map/components/legend/styled.js +21 -0
  173. package/dist/components/prr-map/index.js +38 -0
  174. package/dist/components/prr-map/logic.js +104 -0
  175. package/dist/components/prr-map/styled.js +32 -0
  176. package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
  177. package/dist/components/range-selector/components/date-range/index.js +4282 -7
  178. package/dist/components/range-selector/index.js +1 -1
  179. package/dist/components/raster-grid-map/components/controls/index.js +12 -0
  180. package/dist/components/raster-grid-map/components/controls/styled.js +34 -0
  181. package/dist/components/raster-grid-map/components/legend/index.js +14 -0
  182. package/dist/components/raster-grid-map/components/legend/styled.js +21 -0
  183. package/dist/components/raster-grid-map/helpers.js +190 -0
  184. package/dist/components/raster-grid-map/index.js +38 -0
  185. package/dist/components/raster-grid-map/logic.js +172 -0
  186. package/dist/components/raster-grid-map/styled.js +32 -0
  187. package/dist/components/search-input/index.js +62 -140
  188. package/dist/components/search-input/logic.js +43 -0
  189. package/dist/components/search-input/styled.js +33 -0
  190. package/dist/components/simple-pivot-table/index.js +66 -0
  191. package/dist/components/simple-pivot-table/logic.js +51 -0
  192. package/dist/components/simple-pivot-table/styled.js +45 -0
  193. package/dist/components/static-text/index.js +18 -0
  194. package/dist/components/static-text/logic.js +13 -0
  195. package/dist/components/static-text/styled.js +45 -0
  196. package/dist/components/tabs/index.js +56 -2160
  197. package/dist/components/tabs/logic.js +36 -0
  198. package/dist/components/tabs/styled.js +94 -16
  199. package/dist/components/tabs/tab-panel.js +11 -10
  200. package/dist/components/template-filters/components/tab-panel/index.js +1 -1
  201. package/dist/components/template-form/components/property-list/index.js +7 -7
  202. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  203. package/dist/components/template-form/components/property-list/property-list-form.js +9 -9
  204. package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
  205. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  206. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +7 -7
  207. package/dist/components/template-form/index.js +5 -5
  208. package/dist/components/template-property-filters/property.js +5 -5
  209. package/dist/components/timeline/index.js +61 -0
  210. package/dist/components/timeline/logic.js +40 -0
  211. package/dist/components/timeline/styled.js +48 -0
  212. package/dist/components/tree-select/index.js +5 -5
  213. package/dist/components/treeview-filter/item-label/index.js +3 -3
  214. package/dist/constant-BiOGvlZc.js +21 -0
  215. package/dist/createReactComponent-C7L-DMHj.js +60 -0
  216. package/dist/{createSvgIcon-DLPYMuH1.js → createSvgIcon-BjpIhJ30.js} +30 -32
  217. package/dist/{createSvgIcon-OuwzpcaC.js → createSvgIcon-DrtgaibK.js} +5 -5
  218. package/dist/{createTheme-CNnKNxwL.js → createTheme-DYxDnE9u.js} +226 -285
  219. package/dist/{dialog-BE4D6swf.js → dialog-DcwXug9J.js} +6 -6
  220. package/dist/{helpers-DaCoWmi2.js → helpers-B4UL9NMD.js} +3 -3
  221. package/dist/index-BMS1Otro.js +183 -0
  222. package/dist/index-C__OZmYy.js +663 -0
  223. package/dist/{index-CGNxsLVm.js → index-CcdvNlgr.js} +7 -7
  224. package/dist/{index-JrtqxUdI.js → index-kCJ_Zvl8.js} +5 -5
  225. package/dist/index-syTc6m_V.js +1934 -0
  226. package/dist/index.es-CHNMhaMi.js +2067 -0
  227. package/dist/index.esm-BLLrbTzY.js +318 -0
  228. package/dist/{listItemTextClasses-CNjn41Of.js → listItemTextClasses-C3lndiXO.js} +2 -2
  229. package/dist/main.d.ts +1226 -358
  230. package/dist/main.js +141 -443
  231. package/dist/{has-DNclCIDV.js → math-Bvt2Ubuz.js} +220 -222
  232. package/dist/ol-yOE-NV0X.js +7465 -0
  233. package/dist/path-CNVruS--.js +84 -0
  234. package/dist/{property-list-form-C5hcK2y2.js → property-list-form-zZQfpR0X.js} +13 -13
  235. package/dist/styled-eZwjUruw.js +12 -0
  236. package/dist/useId-B4-oF9Mq.js +34 -0
  237. package/dist/useMobilePicker-BLg3Blg8.js +7589 -0
  238. package/dist/useThemeProps-BzzHcQyd.js +58 -0
  239. package/dist/{utils-CsOZUsQj.js → utils-BDNynJcd.js} +2 -2
  240. package/package.json +42 -9
  241. package/dist/AxisRendererY-kADUad00.js +0 -18370
  242. package/dist/Box-B1AVyJ_s.js +0 -71
  243. package/dist/DateAxis-CMum47iz.js +0 -924
  244. package/dist/Input-CoIrGZAh.js +0 -326
  245. package/dist/InputLabel-CBuAYyuT.js +0 -1367
  246. package/dist/LineSeries-CfcpoYla.js +0 -549
  247. package/dist/OutlinedInput-B-iZoc9l.js +0 -450
  248. package/dist/Tabs-Cn42Z5QI.js +0 -789
  249. package/dist/components/collapsible-card/style.js +0 -49
  250. package/dist/components/profile-card/index.js +0 -80
  251. package/dist/components/profile-card/logic.js +0 -33
  252. package/dist/components/profile-card/styled.js +0 -43
  253. package/dist/components/tabs/appleTabs.style.js +0 -55
  254. package/dist/createStyled-BGx1I94c.js +0 -352
  255. package/dist/createTheme-CyC5HawC.js +0 -879
  256. package/dist/exactProp-cjT0t_Pt.js +0 -36
  257. package/dist/extendSxProp-FEpqY5_S.js +0 -30
  258. package/dist/index-DMSHuq6l.js +0 -688
  259. package/dist/index-SpeaLUQD.js +0 -10963
  260. package/dist/ol-lGwSyEIV.js +0 -15050
  261. package/dist/ownerDocument-CUrv0DIK.js +0 -6
  262. package/dist/ownerWindow-niciwP7I.js +0 -7
  263. package/dist/styled-B8ugzvji.js +0 -12
  264. package/dist/useId-BHG98T5I.js +0 -26
  265. package/dist/useTheme-C15Eq8KG.js +0 -18
  266. package/dist/useTheme-D-uii9iX.js +0 -10
  267. package/dist/useThemeProps-DRP1dikX.js +0 -95
@@ -0,0 +1,663 @@
1
+ import { a as Ee } from "./_commonjsHelpers-BVfed4GL.js";
2
+ var ae = { exports: {} }, V = { exports: {} }, m = {};
3
+ /** @license React v16.13.1
4
+ * react-is.production.min.js
5
+ *
6
+ * Copyright (c) Facebook, Inc. and its affiliates.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ */
11
+ var fe;
12
+ function ge() {
13
+ if (fe) return m;
14
+ fe = 1;
15
+ var o = typeof Symbol == "function" && Symbol.for, I = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, x = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, Y = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
16
+ function A(t) {
17
+ if (typeof t == "object" && t !== null) {
18
+ var k = t.$$typeof;
19
+ switch (k) {
20
+ case I:
21
+ switch (t = t.type, t) {
22
+ case _:
23
+ case g:
24
+ case p:
25
+ case a:
26
+ case S:
27
+ case E:
28
+ return t;
29
+ default:
30
+ switch (t = t && t.$$typeof, t) {
31
+ case l:
32
+ case b:
33
+ case M:
34
+ case x:
35
+ case P:
36
+ return t;
37
+ default:
38
+ return k;
39
+ }
40
+ }
41
+ case O:
42
+ return k;
43
+ }
44
+ }
45
+ }
46
+ function w(t) {
47
+ return A(t) === g;
48
+ }
49
+ return m.AsyncMode = _, m.ConcurrentMode = g, m.ContextConsumer = l, m.ContextProvider = P, m.Element = I, m.ForwardRef = b, m.Fragment = p, m.Lazy = M, m.Memo = x, m.Portal = O, m.Profiler = a, m.StrictMode = S, m.Suspense = E, m.isAsyncMode = function(t) {
50
+ return w(t) || A(t) === _;
51
+ }, m.isConcurrentMode = w, m.isContextConsumer = function(t) {
52
+ return A(t) === l;
53
+ }, m.isContextProvider = function(t) {
54
+ return A(t) === P;
55
+ }, m.isElement = function(t) {
56
+ return typeof t == "object" && t !== null && t.$$typeof === I;
57
+ }, m.isForwardRef = function(t) {
58
+ return A(t) === b;
59
+ }, m.isFragment = function(t) {
60
+ return A(t) === p;
61
+ }, m.isLazy = function(t) {
62
+ return A(t) === M;
63
+ }, m.isMemo = function(t) {
64
+ return A(t) === x;
65
+ }, m.isPortal = function(t) {
66
+ return A(t) === O;
67
+ }, m.isProfiler = function(t) {
68
+ return A(t) === a;
69
+ }, m.isStrictMode = function(t) {
70
+ return A(t) === S;
71
+ }, m.isSuspense = function(t) {
72
+ return A(t) === E;
73
+ }, m.isValidElementType = function(t) {
74
+ return typeof t == "string" || typeof t == "function" || t === p || t === g || t === a || t === S || t === E || t === C || typeof t == "object" && t !== null && (t.$$typeof === M || t.$$typeof === x || t.$$typeof === P || t.$$typeof === l || t.$$typeof === b || t.$$typeof === j || t.$$typeof === Y || t.$$typeof === F || t.$$typeof === R);
75
+ }, m.typeOf = A, m;
76
+ }
77
+ var T = {};
78
+ /** @license React v16.13.1
79
+ * react-is.development.js
80
+ *
81
+ * Copyright (c) Facebook, Inc. and its affiliates.
82
+ *
83
+ * This source code is licensed under the MIT license found in the
84
+ * LICENSE file in the root directory of this source tree.
85
+ */
86
+ var ue;
87
+ function Se() {
88
+ return ue || (ue = 1, process.env.NODE_ENV !== "production" && function() {
89
+ var o = typeof Symbol == "function" && Symbol.for, I = o ? Symbol.for("react.element") : 60103, O = o ? Symbol.for("react.portal") : 60106, p = o ? Symbol.for("react.fragment") : 60107, S = o ? Symbol.for("react.strict_mode") : 60108, a = o ? Symbol.for("react.profiler") : 60114, P = o ? Symbol.for("react.provider") : 60109, l = o ? Symbol.for("react.context") : 60110, _ = o ? Symbol.for("react.async_mode") : 60111, g = o ? Symbol.for("react.concurrent_mode") : 60111, b = o ? Symbol.for("react.forward_ref") : 60112, E = o ? Symbol.for("react.suspense") : 60113, C = o ? Symbol.for("react.suspense_list") : 60120, x = o ? Symbol.for("react.memo") : 60115, M = o ? Symbol.for("react.lazy") : 60116, R = o ? Symbol.for("react.block") : 60121, j = o ? Symbol.for("react.fundamental") : 60117, Y = o ? Symbol.for("react.responder") : 60118, F = o ? Symbol.for("react.scope") : 60119;
90
+ function A(r) {
91
+ return typeof r == "string" || typeof r == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
92
+ r === p || r === g || r === a || r === S || r === E || r === C || typeof r == "object" && r !== null && (r.$$typeof === M || r.$$typeof === x || r.$$typeof === P || r.$$typeof === l || r.$$typeof === b || r.$$typeof === j || r.$$typeof === Y || r.$$typeof === F || r.$$typeof === R);
93
+ }
94
+ function w(r) {
95
+ if (typeof r == "object" && r !== null) {
96
+ var D = r.$$typeof;
97
+ switch (D) {
98
+ case I:
99
+ var B = r.type;
100
+ switch (B) {
101
+ case _:
102
+ case g:
103
+ case p:
104
+ case a:
105
+ case S:
106
+ case E:
107
+ return B;
108
+ default:
109
+ var se = B && B.$$typeof;
110
+ switch (se) {
111
+ case l:
112
+ case b:
113
+ case M:
114
+ case x:
115
+ case P:
116
+ return se;
117
+ default:
118
+ return D;
119
+ }
120
+ }
121
+ case O:
122
+ return D;
123
+ }
124
+ }
125
+ }
126
+ var t = _, k = g, N = l, H = P, J = I, X = b, U = p, G = M, K = x, L = O, Z = a, q = S, W = E, z = !1;
127
+ function Q(r) {
128
+ return z || (z = !0, console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")), e(r) || w(r) === _;
129
+ }
130
+ function e(r) {
131
+ return w(r) === g;
132
+ }
133
+ function n(r) {
134
+ return w(r) === l;
135
+ }
136
+ function u(r) {
137
+ return w(r) === P;
138
+ }
139
+ function s(r) {
140
+ return typeof r == "object" && r !== null && r.$$typeof === I;
141
+ }
142
+ function i(r) {
143
+ return w(r) === b;
144
+ }
145
+ function y(r) {
146
+ return w(r) === p;
147
+ }
148
+ function c(r) {
149
+ return w(r) === M;
150
+ }
151
+ function f(r) {
152
+ return w(r) === x;
153
+ }
154
+ function d(r) {
155
+ return w(r) === O;
156
+ }
157
+ function h(r) {
158
+ return w(r) === a;
159
+ }
160
+ function v(r) {
161
+ return w(r) === S;
162
+ }
163
+ function $(r) {
164
+ return w(r) === E;
165
+ }
166
+ T.AsyncMode = t, T.ConcurrentMode = k, T.ContextConsumer = N, T.ContextProvider = H, T.Element = J, T.ForwardRef = X, T.Fragment = U, T.Lazy = G, T.Memo = K, T.Portal = L, T.Profiler = Z, T.StrictMode = q, T.Suspense = W, T.isAsyncMode = Q, T.isConcurrentMode = e, T.isContextConsumer = n, T.isContextProvider = u, T.isElement = s, T.isForwardRef = i, T.isFragment = y, T.isLazy = c, T.isMemo = f, T.isPortal = d, T.isProfiler = h, T.isStrictMode = v, T.isSuspense = $, T.isValidElementType = A, T.typeOf = w;
167
+ }()), T;
168
+ }
169
+ var le;
170
+ function Te() {
171
+ return le || (le = 1, process.env.NODE_ENV === "production" ? V.exports = ge() : V.exports = Se()), V.exports;
172
+ }
173
+ /*
174
+ object-assign
175
+ (c) Sindre Sorhus
176
+ @license MIT
177
+ */
178
+ var ee, pe;
179
+ function Pe() {
180
+ if (pe) return ee;
181
+ pe = 1;
182
+ var o = Object.getOwnPropertySymbols, I = Object.prototype.hasOwnProperty, O = Object.prototype.propertyIsEnumerable;
183
+ function p(a) {
184
+ if (a == null)
185
+ throw new TypeError("Object.assign cannot be called with null or undefined");
186
+ return Object(a);
187
+ }
188
+ function S() {
189
+ try {
190
+ if (!Object.assign)
191
+ return !1;
192
+ var a = new String("abc");
193
+ if (a[5] = "de", Object.getOwnPropertyNames(a)[0] === "5")
194
+ return !1;
195
+ for (var P = {}, l = 0; l < 10; l++)
196
+ P["_" + String.fromCharCode(l)] = l;
197
+ var _ = Object.getOwnPropertyNames(P).map(function(b) {
198
+ return P[b];
199
+ });
200
+ if (_.join("") !== "0123456789")
201
+ return !1;
202
+ var g = {};
203
+ return "abcdefghijklmnopqrst".split("").forEach(function(b) {
204
+ g[b] = b;
205
+ }), Object.keys(Object.assign({}, g)).join("") === "abcdefghijklmnopqrst";
206
+ } catch {
207
+ return !1;
208
+ }
209
+ }
210
+ return ee = S() ? Object.assign : function(a, P) {
211
+ for (var l, _ = p(a), g, b = 1; b < arguments.length; b++) {
212
+ l = Object(arguments[b]);
213
+ for (var E in l)
214
+ I.call(l, E) && (_[E] = l[E]);
215
+ if (o) {
216
+ g = o(l);
217
+ for (var C = 0; C < g.length; C++)
218
+ O.call(l, g[C]) && (_[g[C]] = l[g[C]]);
219
+ }
220
+ }
221
+ return _;
222
+ }, ee;
223
+ }
224
+ var re, ye;
225
+ function ce() {
226
+ if (ye) return re;
227
+ ye = 1;
228
+ var o = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
229
+ return re = o, re;
230
+ }
231
+ var te, de;
232
+ function he() {
233
+ return de || (de = 1, te = Function.call.bind(Object.prototype.hasOwnProperty)), te;
234
+ }
235
+ var ne, ve;
236
+ function Oe() {
237
+ if (ve) return ne;
238
+ ve = 1;
239
+ var o = function() {
240
+ };
241
+ if (process.env.NODE_ENV !== "production") {
242
+ var I = ce(), O = {}, p = he();
243
+ o = function(a) {
244
+ var P = "Warning: " + a;
245
+ typeof console < "u" && console.error(P);
246
+ try {
247
+ throw new Error(P);
248
+ } catch {
249
+ }
250
+ };
251
+ }
252
+ function S(a, P, l, _, g) {
253
+ if (process.env.NODE_ENV !== "production") {
254
+ for (var b in a)
255
+ if (p(a, b)) {
256
+ var E;
257
+ try {
258
+ if (typeof a[b] != "function") {
259
+ var C = Error(
260
+ (_ || "React class") + ": " + l + " type `" + b + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof a[b] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`."
261
+ );
262
+ throw C.name = "Invariant Violation", C;
263
+ }
264
+ E = a[b](P, b, _, l, null, I);
265
+ } catch (M) {
266
+ E = M;
267
+ }
268
+ if (E && !(E instanceof Error) && o(
269
+ (_ || "React class") + ": type specification of " + l + " `" + b + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof E + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."
270
+ ), E instanceof Error && !(E.message in O)) {
271
+ O[E.message] = !0;
272
+ var x = g ? g() : "";
273
+ o(
274
+ "Failed " + l + " type: " + E.message + (x ?? "")
275
+ );
276
+ }
277
+ }
278
+ }
279
+ }
280
+ return S.resetWarningCache = function() {
281
+ process.env.NODE_ENV !== "production" && (O = {});
282
+ }, ne = S, ne;
283
+ }
284
+ var oe, be;
285
+ function _e() {
286
+ if (be) return oe;
287
+ be = 1;
288
+ var o = Te(), I = Pe(), O = ce(), p = he(), S = Oe(), a = function() {
289
+ };
290
+ process.env.NODE_ENV !== "production" && (a = function(l) {
291
+ var _ = "Warning: " + l;
292
+ typeof console < "u" && console.error(_);
293
+ try {
294
+ throw new Error(_);
295
+ } catch {
296
+ }
297
+ });
298
+ function P() {
299
+ return null;
300
+ }
301
+ return oe = function(l, _) {
302
+ var g = typeof Symbol == "function" && Symbol.iterator, b = "@@iterator";
303
+ function E(e) {
304
+ var n = e && (g && e[g] || e[b]);
305
+ if (typeof n == "function")
306
+ return n;
307
+ }
308
+ var C = "<<anonymous>>", x = {
309
+ array: Y("array"),
310
+ bigint: Y("bigint"),
311
+ bool: Y("boolean"),
312
+ func: Y("function"),
313
+ number: Y("number"),
314
+ object: Y("object"),
315
+ string: Y("string"),
316
+ symbol: Y("symbol"),
317
+ any: F(),
318
+ arrayOf: A,
319
+ element: w(),
320
+ elementType: t(),
321
+ instanceOf: k,
322
+ node: X(),
323
+ objectOf: H,
324
+ oneOf: N,
325
+ oneOfType: J,
326
+ shape: G,
327
+ exact: K
328
+ };
329
+ function M(e, n) {
330
+ return e === n ? e !== 0 || 1 / e === 1 / n : e !== e && n !== n;
331
+ }
332
+ function R(e, n) {
333
+ this.message = e, this.data = n && typeof n == "object" ? n : {}, this.stack = "";
334
+ }
335
+ R.prototype = Error.prototype;
336
+ function j(e) {
337
+ if (process.env.NODE_ENV !== "production")
338
+ var n = {}, u = 0;
339
+ function s(y, c, f, d, h, v, $) {
340
+ if (d = d || C, v = v || f, $ !== O) {
341
+ if (_) {
342
+ var r = new Error(
343
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types"
344
+ );
345
+ throw r.name = "Invariant Violation", r;
346
+ } else if (process.env.NODE_ENV !== "production" && typeof console < "u") {
347
+ var D = d + ":" + f;
348
+ !n[D] && // Avoid spamming the console because they are often not actionable except for lib authors
349
+ u < 3 && (a(
350
+ "You are manually calling a React.PropTypes validation function for the `" + v + "` prop on `" + d + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."
351
+ ), n[D] = !0, u++);
352
+ }
353
+ }
354
+ return c[f] == null ? y ? c[f] === null ? new R("The " + h + " `" + v + "` is marked as required " + ("in `" + d + "`, but its value is `null`.")) : new R("The " + h + " `" + v + "` is marked as required in " + ("`" + d + "`, but its value is `undefined`.")) : null : e(c, f, d, h, v);
355
+ }
356
+ var i = s.bind(null, !1);
357
+ return i.isRequired = s.bind(null, !0), i;
358
+ }
359
+ function Y(e) {
360
+ function n(u, s, i, y, c, f) {
361
+ var d = u[s], h = q(d);
362
+ if (h !== e) {
363
+ var v = W(d);
364
+ return new R(
365
+ "Invalid " + y + " `" + c + "` of type " + ("`" + v + "` supplied to `" + i + "`, expected ") + ("`" + e + "`."),
366
+ { expectedType: e }
367
+ );
368
+ }
369
+ return null;
370
+ }
371
+ return j(n);
372
+ }
373
+ function F() {
374
+ return j(P);
375
+ }
376
+ function A(e) {
377
+ function n(u, s, i, y, c) {
378
+ if (typeof e != "function")
379
+ return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside arrayOf.");
380
+ var f = u[s];
381
+ if (!Array.isArray(f)) {
382
+ var d = q(f);
383
+ return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an array."));
384
+ }
385
+ for (var h = 0; h < f.length; h++) {
386
+ var v = e(f, h, i, y, c + "[" + h + "]", O);
387
+ if (v instanceof Error)
388
+ return v;
389
+ }
390
+ return null;
391
+ }
392
+ return j(n);
393
+ }
394
+ function w() {
395
+ function e(n, u, s, i, y) {
396
+ var c = n[u];
397
+ if (!l(c)) {
398
+ var f = q(c);
399
+ return new R("Invalid " + i + " `" + y + "` of type " + ("`" + f + "` supplied to `" + s + "`, expected a single ReactElement."));
400
+ }
401
+ return null;
402
+ }
403
+ return j(e);
404
+ }
405
+ function t() {
406
+ function e(n, u, s, i, y) {
407
+ var c = n[u];
408
+ if (!o.isValidElementType(c)) {
409
+ var f = q(c);
410
+ return new R("Invalid " + i + " `" + y + "` of type " + ("`" + f + "` supplied to `" + s + "`, expected a single ReactElement type."));
411
+ }
412
+ return null;
413
+ }
414
+ return j(e);
415
+ }
416
+ function k(e) {
417
+ function n(u, s, i, y, c) {
418
+ if (!(u[s] instanceof e)) {
419
+ var f = e.name || C, d = Q(u[s]);
420
+ return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected ") + ("instance of `" + f + "`."));
421
+ }
422
+ return null;
423
+ }
424
+ return j(n);
425
+ }
426
+ function N(e) {
427
+ if (!Array.isArray(e))
428
+ return process.env.NODE_ENV !== "production" && (arguments.length > 1 ? a(
429
+ "Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."
430
+ ) : a("Invalid argument supplied to oneOf, expected an array.")), P;
431
+ function n(u, s, i, y, c) {
432
+ for (var f = u[s], d = 0; d < e.length; d++)
433
+ if (M(f, e[d]))
434
+ return null;
435
+ var h = JSON.stringify(e, function($, r) {
436
+ var D = W(r);
437
+ return D === "symbol" ? String(r) : r;
438
+ });
439
+ return new R("Invalid " + y + " `" + c + "` of value `" + String(f) + "` " + ("supplied to `" + i + "`, expected one of " + h + "."));
440
+ }
441
+ return j(n);
442
+ }
443
+ function H(e) {
444
+ function n(u, s, i, y, c) {
445
+ if (typeof e != "function")
446
+ return new R("Property `" + c + "` of component `" + i + "` has invalid PropType notation inside objectOf.");
447
+ var f = u[s], d = q(f);
448
+ if (d !== "object")
449
+ return new R("Invalid " + y + " `" + c + "` of type " + ("`" + d + "` supplied to `" + i + "`, expected an object."));
450
+ for (var h in f)
451
+ if (p(f, h)) {
452
+ var v = e(f, h, i, y, c + "." + h, O);
453
+ if (v instanceof Error)
454
+ return v;
455
+ }
456
+ return null;
457
+ }
458
+ return j(n);
459
+ }
460
+ function J(e) {
461
+ if (!Array.isArray(e))
462
+ return process.env.NODE_ENV !== "production" && a("Invalid argument supplied to oneOfType, expected an instance of array."), P;
463
+ for (var n = 0; n < e.length; n++) {
464
+ var u = e[n];
465
+ if (typeof u != "function")
466
+ return a(
467
+ "Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + z(u) + " at index " + n + "."
468
+ ), P;
469
+ }
470
+ function s(i, y, c, f, d) {
471
+ for (var h = [], v = 0; v < e.length; v++) {
472
+ var $ = e[v], r = $(i, y, c, f, d, O);
473
+ if (r == null)
474
+ return null;
475
+ r.data && p(r.data, "expectedType") && h.push(r.data.expectedType);
476
+ }
477
+ var D = h.length > 0 ? ", expected one of type [" + h.join(", ") + "]" : "";
478
+ return new R("Invalid " + f + " `" + d + "` supplied to " + ("`" + c + "`" + D + "."));
479
+ }
480
+ return j(s);
481
+ }
482
+ function X() {
483
+ function e(n, u, s, i, y) {
484
+ return L(n[u]) ? null : new R("Invalid " + i + " `" + y + "` supplied to " + ("`" + s + "`, expected a ReactNode."));
485
+ }
486
+ return j(e);
487
+ }
488
+ function U(e, n, u, s, i) {
489
+ return new R(
490
+ (e || "React class") + ": " + n + " type `" + u + "." + s + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + i + "`."
491
+ );
492
+ }
493
+ function G(e) {
494
+ function n(u, s, i, y, c) {
495
+ var f = u[s], d = q(f);
496
+ if (d !== "object")
497
+ return new R("Invalid " + y + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
498
+ for (var h in e) {
499
+ var v = e[h];
500
+ if (typeof v != "function")
501
+ return U(i, y, c, h, W(v));
502
+ var $ = v(f, h, i, y, c + "." + h, O);
503
+ if ($)
504
+ return $;
505
+ }
506
+ return null;
507
+ }
508
+ return j(n);
509
+ }
510
+ function K(e) {
511
+ function n(u, s, i, y, c) {
512
+ var f = u[s], d = q(f);
513
+ if (d !== "object")
514
+ return new R("Invalid " + y + " `" + c + "` of type `" + d + "` " + ("supplied to `" + i + "`, expected `object`."));
515
+ var h = I({}, u[s], e);
516
+ for (var v in h) {
517
+ var $ = e[v];
518
+ if (p(e, v) && typeof $ != "function")
519
+ return U(i, y, c, v, W($));
520
+ if (!$)
521
+ return new R(
522
+ "Invalid " + y + " `" + c + "` key `" + v + "` supplied to `" + i + "`.\nBad object: " + JSON.stringify(u[s], null, " ") + `
523
+ Valid keys: ` + JSON.stringify(Object.keys(e), null, " ")
524
+ );
525
+ var r = $(f, v, i, y, c + "." + v, O);
526
+ if (r)
527
+ return r;
528
+ }
529
+ return null;
530
+ }
531
+ return j(n);
532
+ }
533
+ function L(e) {
534
+ switch (typeof e) {
535
+ case "number":
536
+ case "string":
537
+ case "undefined":
538
+ return !0;
539
+ case "boolean":
540
+ return !e;
541
+ case "object":
542
+ if (Array.isArray(e))
543
+ return e.every(L);
544
+ if (e === null || l(e))
545
+ return !0;
546
+ var n = E(e);
547
+ if (n) {
548
+ var u = n.call(e), s;
549
+ if (n !== e.entries) {
550
+ for (; !(s = u.next()).done; )
551
+ if (!L(s.value))
552
+ return !1;
553
+ } else
554
+ for (; !(s = u.next()).done; ) {
555
+ var i = s.value;
556
+ if (i && !L(i[1]))
557
+ return !1;
558
+ }
559
+ } else
560
+ return !1;
561
+ return !0;
562
+ default:
563
+ return !1;
564
+ }
565
+ }
566
+ function Z(e, n) {
567
+ return e === "symbol" ? !0 : n ? n["@@toStringTag"] === "Symbol" || typeof Symbol == "function" && n instanceof Symbol : !1;
568
+ }
569
+ function q(e) {
570
+ var n = typeof e;
571
+ return Array.isArray(e) ? "array" : e instanceof RegExp ? "object" : Z(n, e) ? "symbol" : n;
572
+ }
573
+ function W(e) {
574
+ if (typeof e > "u" || e === null)
575
+ return "" + e;
576
+ var n = q(e);
577
+ if (n === "object") {
578
+ if (e instanceof Date)
579
+ return "date";
580
+ if (e instanceof RegExp)
581
+ return "regexp";
582
+ }
583
+ return n;
584
+ }
585
+ function z(e) {
586
+ var n = W(e);
587
+ switch (n) {
588
+ case "array":
589
+ case "object":
590
+ return "an " + n;
591
+ case "boolean":
592
+ case "date":
593
+ case "regexp":
594
+ return "a " + n;
595
+ default:
596
+ return n;
597
+ }
598
+ }
599
+ function Q(e) {
600
+ return !e.constructor || !e.constructor.name ? C : e.constructor.name;
601
+ }
602
+ return x.checkPropTypes = S, x.resetWarningCache = S.resetWarningCache, x.PropTypes = x, x;
603
+ }, oe;
604
+ }
605
+ var ie, me;
606
+ function Re() {
607
+ if (me) return ie;
608
+ me = 1;
609
+ var o = ce();
610
+ function I() {
611
+ }
612
+ function O() {
613
+ }
614
+ return O.resetWarningCache = I, ie = function() {
615
+ function p(P, l, _, g, b, E) {
616
+ if (E !== o) {
617
+ var C = new Error(
618
+ "Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types"
619
+ );
620
+ throw C.name = "Invariant Violation", C;
621
+ }
622
+ }
623
+ p.isRequired = p;
624
+ function S() {
625
+ return p;
626
+ }
627
+ var a = {
628
+ array: p,
629
+ bigint: p,
630
+ bool: p,
631
+ func: p,
632
+ number: p,
633
+ object: p,
634
+ string: p,
635
+ symbol: p,
636
+ any: p,
637
+ arrayOf: S,
638
+ element: p,
639
+ elementType: p,
640
+ instanceOf: S,
641
+ node: p,
642
+ objectOf: S,
643
+ oneOf: S,
644
+ oneOfType: S,
645
+ shape: S,
646
+ exact: S,
647
+ checkPropTypes: O,
648
+ resetWarningCache: I
649
+ };
650
+ return a.PropTypes = a, a;
651
+ }, ie;
652
+ }
653
+ if (process.env.NODE_ENV !== "production") {
654
+ var Ce = Te(), xe = !0;
655
+ ae.exports = _e()(Ce.isElement, xe);
656
+ } else
657
+ ae.exports = Re()();
658
+ var we = ae.exports;
659
+ const Ie = /* @__PURE__ */ Ee(we);
660
+ export {
661
+ Ie as P,
662
+ we as p
663
+ };
@@ -11,13 +11,13 @@ import { GeometryPicker as me } from "./components/geometry-picker/index.js";
11
11
  import { PhoneInput as he } from "./components/phone-input/index.js";
12
12
  import B from "./components/instance-form/components/TopLabelWrapper.js";
13
13
  import ue from "./components/instance-form/components/composite-matrix/index.js";
14
- import { B as m } from "./Box-B1AVyJ_s.js";
15
- import { T as H } from "./TextField-BQ8a50fA.js";
16
- import { F as re } from "./FormControlLabel-BrdX4R71.js";
17
- import { C as oe } from "./Checkbox-CrU2hpWB.js";
18
- import { F as se, I as Ie } from "./InputLabel-CBuAYyuT.js";
19
- import { S as fe } from "./Select-t3ewnSdf.js";
20
- import { M as ge } from "./MenuItem-C6qlUyV3.js";
14
+ import { B as m } from "./Box-p6OtTUEo.js";
15
+ import { T as H } from "./TextField-1yCesIbH.js";
16
+ import { F as re } from "./FormControlLabel-C8SPv14J.js";
17
+ import { C as oe } from "./Checkbox-CWRMFTBp.js";
18
+ import { F as se, I as Ie } from "./FormControl-BLbrq4C7.js";
19
+ import { S as fe } from "./Select-BgYwkZgI.js";
20
+ import { M as ge } from "./MenuItem-xZx_w7zA.js";
21
21
  import { Container as we, Values as xe, MiniButton as Ce } from "./components/instance-form/components/composite-list/styled.js";
22
22
  function Ve({
23
23
  property: r,