@hybridcore/ui 1.5.82 → 1.5.85

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 (88) hide show
  1. package/dist/{AccordionDetails-mpRYHtGq.js → AccordionDetails-DhriPVPP.js} +9 -9
  2. package/dist/{Add-Cjs72ewI.js → Add-CMz4N2zT.js} +36 -35
  3. package/dist/{Box-SSMZuKnS.js → Box-B1AVyJ_s.js} +17 -16
  4. package/dist/{Button-jy67CcTH.js → Button-eqWvpDuh.js} +12 -11
  5. package/dist/{ButtonBase-CgQC8DUB.js → ButtonBase-DsX-jMQJ.js} +4 -4
  6. package/dist/{CardContent-CCq4R1KS.js → CardContent-DsYqqPeJ.js} +4 -4
  7. package/dist/{Checkbox-B0P8LhCl.js → Checkbox-CrU2hpWB.js} +13 -12
  8. package/dist/{Delete-6rKk6pCT.js → Delete-86TO0fMo.js} +1 -1
  9. package/dist/{DialogContent-WDuguvBY.js → DialogContent-CqTojymQ.js} +10 -9
  10. package/dist/{FormControlLabel-BNT5EI0b.js → FormControlLabel-DzNokgFD.js} +8 -7
  11. package/dist/{IconButton-DekcZv4i.js → IconButton-DJ-31-Fd.js} +11 -10
  12. package/dist/{Input-BAbDr3Tk.js → Input-B7ry6o4t.js} +23 -22
  13. package/dist/{InputAdornment-BAVRrRts.js → InputAdornment-B7qEA4kN.js} +6 -5
  14. package/dist/{InputLabel-ClDXuWBr.js → InputLabel-rrSJo8M_.js} +10 -9
  15. package/dist/{List-CNeRnfGL.js → List-DOD5kSk3.js} +4 -4
  16. package/dist/{ListItem-N_dSd02S.js → ListItem-r8PbsvCz.js} +6 -6
  17. package/dist/{MenuItem-Lcjh1XlV.js → MenuItem-C6qlUyV3.js} +7 -7
  18. package/dist/{Modal-Csc9jNOg.js → Modal-CkcFEpHa.js} +8 -8
  19. package/dist/{OutlinedInput-De2keFJK.js → OutlinedInput-BDK6qOwW.js} +6 -6
  20. package/dist/{Paper-DRRYGupP.js → Paper-CjqLScHA.js} +5 -5
  21. package/dist/{Select-BQ4C15bt.js → Select-jjAc5JX1.js} +102 -101
  22. package/dist/{Tabs-DqdkJU6b.js → Tabs-Cn42Z5QI.js} +8 -8
  23. package/dist/{TextField-Db_pNPbv.js → TextField-Bf46COnQ.js} +24 -23
  24. package/dist/{Typography-CLq43OVQ.js → Typography-D1t7XuLN.js} +6 -5
  25. package/dist/components/card/index.js +6 -6
  26. package/dist/components/card/styled.js +1 -1
  27. package/dist/components/collapsible-card/style.js +3 -3
  28. package/dist/components/confirm/dialog.js +3 -3
  29. package/dist/components/confirm/index.js +1 -1
  30. package/dist/components/container/index.js +7 -7
  31. package/dist/components/context-menu/index.js +10 -10
  32. package/dist/components/flex-col/index.js +10 -0
  33. package/dist/components/flex-row/index.js +10 -0
  34. package/dist/components/geometry-picker/index.js +3 -3
  35. package/dist/components/icon-button/index.js +1 -1
  36. package/dist/components/instance-form/components/composite-list/index.js +1 -1
  37. package/dist/components/instance-form/components/composite-matrix/components/editable-table/index.js +93 -0
  38. package/dist/components/instance-form/components/composite-matrix/components/editor/index.js +87 -0
  39. package/dist/components/instance-form/components/composite-matrix/components/editor/styled.js +1 -0
  40. package/dist/components/instance-form/components/composite-matrix/components/form/index.js +105 -0
  41. package/dist/components/instance-form/components/composite-matrix/components/json-editor/index.js +20551 -0
  42. package/dist/components/instance-form/components/composite-matrix/components/table/index.js +56 -0
  43. package/dist/components/instance-form/components/composite-matrix/index.js +52 -0
  44. package/dist/components/instance-form/components/composite-matrix/styled.js +69 -0
  45. package/dist/components/instance-form/components/variable/index.js +10 -9
  46. package/dist/components/instance-form/components/variables/index.js +1 -1
  47. package/dist/components/instance-hierarchy-table/styled.js +1 -1
  48. package/dist/components/instance-variable-list/variable.js +36 -33
  49. package/dist/components/map/styled.js +1 -1
  50. package/dist/components/property-mapping/index.js +1 -1
  51. package/dist/components/range-selector/components/composite-list-range/index.js +1 -1
  52. package/dist/components/range-selector/components/date-range/index.js +1 -1
  53. package/dist/components/range-selector/index.js +1 -1
  54. package/dist/components/search-input/index.js +4 -4
  55. package/dist/components/tabs/index.js +1 -1
  56. package/dist/components/template-filters/components/tab-panel/index.js +1 -1
  57. package/dist/components/template-form/components/property-list/index.js +7 -7
  58. package/dist/components/template-form/components/property-list/property-list-columns.js +3 -3
  59. package/dist/components/template-form/components/property-list/property-list-form.js +9 -9
  60. package/dist/components/template-form/components/recognition-property-list/index.js +6 -6
  61. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +2 -2
  62. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +7 -7
  63. package/dist/components/template-form/index.js +5 -5
  64. package/dist/components/template-property-filters/property.js +53 -49
  65. package/dist/components/tree-select/index.js +5 -5
  66. package/dist/components/treeview-filter/item-label/index.js +3 -3
  67. package/dist/{createStyled-CUatW1r9.js → createStyled-BGx1I94c.js} +1 -1
  68. package/dist/{createSvgIcon-CsckVnG-.js → createSvgIcon-DLPYMuH1.js} +25 -24
  69. package/dist/{createSvgIcon-CBoAEepv.js → createSvgIcon-OuwzpcaC.js} +15 -14
  70. package/dist/{createTheme-DVoJnXAT.js → createTheme-CNnKNxwL.js} +1 -1
  71. package/dist/createTheme-CyC5HawC.js +879 -0
  72. package/dist/{dialog-D6oTCUrm.js → dialog-BE4D6swf.js} +6 -6
  73. package/dist/{exactProp-H1i70prd.js → exactProp-cjT0t_Pt.js} +2 -2
  74. package/dist/{extendSxProp-BmK2hLmq.js → extendSxProp-FEpqY5_S.js} +1 -1
  75. package/dist/index-DMSHuq6l.js +688 -0
  76. package/dist/{index-BmlSd3mA.js → index-MMaYBAn0.js} +138 -128
  77. package/dist/{index-R_b1ETBe.js → index-NNOChRJ7.js} +25 -24
  78. package/dist/{listItemTextClasses-CC7nbQWN.js → listItemTextClasses-CNjn41Of.js} +2 -2
  79. package/dist/main.d.ts +15 -0
  80. package/dist/main.js +47 -43
  81. package/dist/{property-list-form-B7SCqmD0.js → property-list-form-BvnaooEW.js} +13 -13
  82. package/dist/{styled-DkqItiLo.js → styled-B8ugzvji.js} +2 -2
  83. package/dist/{useTheme-GN5Dc3mG.js → useTheme-C15Eq8KG.js} +1 -1
  84. package/dist/{useTheme-B6oa3v5u.js → useTheme-D-uii9iX.js} +2 -2
  85. package/dist/{useThemeProps-BlXpIqSE.js → useThemeProps-DRP1dikX.js} +3 -3
  86. package/dist/{utils-BRsEqTye.js → utils-CsOZUsQj.js} +2 -2
  87. package/package.json +2 -1
  88. package/dist/createTheme-DrgvKMA_.js +0 -1563
package/dist/main.d.ts CHANGED
@@ -1,4 +1,5 @@
1
1
  import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs';
2
+ import { BoxOwnProps } from '@mui/system';
2
3
  import { BoxProps } from '@mui/material';
3
4
  import { Collection } from 'ol';
4
5
  import { Coordinate } from 'ol/coordinate';
@@ -10,20 +11,26 @@ import { default as default_4 } from 'ol/layer/Group';
10
11
  import { DefaultsOptions } from 'ol/interaction/defaults';
11
12
  import { DefaultsOptions as DefaultsOptions_2 } from 'ol/control/defaults';
12
13
  import { DefaultValues } from 'react-hook-form';
14
+ import { DetailedHTMLProps } from 'react';
15
+ import { DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES } from 'react';
13
16
  import { Extent } from 'ol/extent';
14
17
  import { FC } from 'react';
15
18
  import { Feature } from 'ol';
16
19
  import { Geometry } from 'ol/geom';
17
20
  import { GridRenderCellParams } from '@mui/x-data-grid';
18
21
  import { GridRowParams } from '@mui/x-data-grid';
22
+ import { HTMLAttributes } from 'react';
19
23
  import { IconButtonClasses } from '@mui/material';
20
24
  import { IconButtonProps } from '@mui/material/IconButton';
21
25
  import { JSX as JSX_2 } from 'react/jsx-runtime';
22
26
  import { LocalizationProvider } from '@mui/x-date-pickers';
27
+ import { MUIStyledCommonProps } from '@mui/system';
23
28
  import { Pixel } from 'ol/pixel';
24
29
  import * as React_2 from 'react';
25
30
  import { ReactNode } from 'react';
31
+ import { RefObject } from 'react';
26
32
  import { Size } from 'ol/size';
33
+ import { StyledComponent } from '@emotion/styled';
27
34
  import { SxProps } from '@mui/material';
28
35
  import { SxProps as SxProps_2 } from '@mui/material/styles';
29
36
  import { TabsProps as TabsProps_2 } from '@mui/material';
@@ -285,6 +292,14 @@ declare interface FieldOptions {
285
292
  [key: string]: string | number | object | boolean;
286
293
  }
287
294
 
295
+ export declare const FlexCol: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
296
+ ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
297
+ }, keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
298
+
299
+ export declare const FlexRow: StyledComponent<BoxOwnProps<Theme> & Omit<Omit<DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
300
+ ref?: ((instance: HTMLDivElement | null) => void | DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | RefObject<HTMLDivElement> | null | undefined;
301
+ }, keyof BoxOwnProps<Theme>> & MUIStyledCommonProps<Theme>, {}, {}>;
302
+
288
303
  declare function generateKey(): Promise<CryptoKey>;
289
304
 
290
305
  export declare const GeometryPicker: React.FC<Props_5>;
package/dist/main.js CHANGED
@@ -1,14 +1,14 @@
1
- import { ThemeProvider as Ht, createTheme as Ft } from "@mui/material";
2
- import { LocalizationProvider as Ct } from "@mui/x-date-pickers";
1
+ import { ThemeProvider as Ft, createTheme as Ht } from "@mui/material";
2
+ import { LocalizationProvider as Bt } from "@mui/x-date-pickers";
3
3
  import { Access as Pt } from "./components/access/index.js";
4
4
  import { b as $t } from "./helpers-DaCoWmi2.js";
5
5
  import { Card as Et } from "./components/card/index.js";
6
6
  import { CardAlternate as zt } from "./components/card-alternate/index.js";
7
7
  import { CandlestickChart as Nt } from "./components/charts/candlestick/index.js";
8
8
  import { HighlightLineChart as Vt } from "./components/charts/highlighting-line-data/index.js";
9
- import { CollapsibleCard as qt } from "./components/collapsible-card/index.js";
10
- import { ConditionalWrapper as Kt } from "./components/conditional-wrapper/index.js";
11
- import { alert as Rt, confirm as Xt } from "./components/confirm/index.js";
9
+ import { CollapsibleCard as Rt } from "./components/collapsible-card/index.js";
10
+ import { ConditionalWrapper as Gt } from "./components/conditional-wrapper/index.js";
11
+ import { alert as Qt, confirm as Xt } from "./components/confirm/index.js";
12
12
  import { Container as ee } from "./components/container/index.js";
13
13
  import { ContextMenu as se } from "./components/context-menu/index.js";
14
14
  import { DisseminationList as oe } from "./components/data-security-selectors/dissemination-list/index.js";
@@ -24,8 +24,8 @@ import { InstanceVariableList as Te } from "./components/instance-variable-list/
24
24
  import { KeyProtectionMenu as ke } from "./components/key-protection/menu.js";
25
25
  import { S as Oe } from "./utils-Bq0ye5vf.js";
26
26
  import { LinearIndicator as Se } from "./components/linear-indicator/index.js";
27
- import { Loading as He } from "./components/loading/index.js";
28
- import { i as Be } from "./index-JrtqxUdI.js";
27
+ import { Loading as Fe } from "./components/loading/index.js";
28
+ import { i as Ce } from "./index-JrtqxUdI.js";
29
29
  import { MetricCard as Ie } from "./components/metric-card/index.js";
30
30
  import { PaginatedList as je } from "./components/paginated-list/index.js";
31
31
  import { PhoneInput as We } from "./components/phone-input/index.js";
@@ -33,15 +33,17 @@ import { SearchInput as Ue } from "./components/search-input/index.js";
33
33
  import { Tabs as Ze } from "./components/tabs/index.js";
34
34
  import { TemplateFilters as Je } from "./components/template-filters/index.js";
35
35
  import { TemplateForm as _e } from "./components/template-form/index.js";
36
- import { TemplatePropertyFilters as Ge } from "./components/template-property-filters/index.js";
37
- import { Property as Qe } from "./components/template-property-filters/property.js";
36
+ import { TemplatePropertyFilters as qe } from "./components/template-property-filters/index.js";
37
+ import { Property as Ke } from "./components/template-property-filters/property.js";
38
38
  import { TreeSelect as Xe } from "./components/tree-select/index.js";
39
39
  import { TreeViewFilter as er } from "./components/treeview-filter/index.js";
40
40
  import { Uploader as sr } from "./components/uploader/index.js";
41
+ import { FlexCol as or } from "./components/flex-col/index.js";
42
+ import { FlexRow as ir } from "./components/flex-row/index.js";
41
43
  import { a as dt } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
42
- import C from "dayjs";
43
- import { h as U, j as z } from "./createTheme-DrgvKMA_.js";
44
- import { b as ut } from "./index-R_b1ETBe.js";
44
+ import B from "dayjs";
45
+ import { c as U, a as z } from "./index-DMSHuq6l.js";
46
+ import { b as ut } from "./index-NNOChRJ7.js";
45
47
  var tt = { exports: {} };
46
48
  (function(l, x) {
47
49
  (function(f, c) {
@@ -57,8 +59,8 @@ var tt = { exports: {} };
57
59
  var a = s(this).startOf(c).add(1, c).date(i), D = s(this).endOf(f);
58
60
  if (a.isBefore(D)) return 1;
59
61
  }
60
- var p = s(this).startOf(c).date(i).startOf(f).subtract(1, "millisecond"), H = this.diff(p, f, !0);
61
- return H < 0 ? s(this).startOf("week").week() : Math.ceil(H);
62
+ var p = s(this).startOf(c).date(i).startOf(f).subtract(1, "millisecond"), F = this.diff(p, f, !0);
63
+ return F < 0 ? s(this).startOf("week").week() : Math.ceil(F);
62
64
  }, o.weeks = function(n) {
63
65
  return n === void 0 && (n = null), this.week(n);
64
66
  };
@@ -87,7 +89,7 @@ var et = { exports: {} };
87
89
  }], p = function(r) {
88
90
  var h = n[r];
89
91
  return h && (h.indexOf ? h : h.s.concat(h.f));
90
- }, H = function(r, h) {
92
+ }, F = function(r, h) {
91
93
  var d, u = n.meridiem;
92
94
  if (u) {
93
95
  for (var g = 1; g <= 24; g += 1) if (r.indexOf(u(g, 0, h)) > -1) {
@@ -97,9 +99,9 @@ var et = { exports: {} };
97
99
  } else d = r === (h ? "pm" : "PM");
98
100
  return d;
99
101
  }, Z = { A: [o, function(r) {
100
- this.afternoon = H(r, !1);
102
+ this.afternoon = F(r, !1);
101
103
  }], a: [o, function(r) {
102
- this.afternoon = H(r, !0);
104
+ this.afternoon = F(r, !0);
103
105
  }], Q: [t, function(r) {
104
106
  this.month = 3 * (r - 1) + 1;
105
107
  }], S: [t, function(r) {
@@ -124,7 +126,7 @@ var et = { exports: {} };
124
126
  }], Y: [/[+-]?\d+/, a("year")], YY: [e, function(r) {
125
127
  this.year = i(r);
126
128
  }], YYYY: [/\d{4}/, a("year")], Z: D, ZZ: D };
127
- function F(r) {
129
+ function H(r) {
128
130
  var h, d;
129
131
  h = r, d = n && n.formats;
130
132
  for (var u = (r = h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(b, w, M) {
@@ -141,8 +143,8 @@ var et = { exports: {} };
141
143
  var k = u[M];
142
144
  if (typeof k == "string") y += k.length;
143
145
  else {
144
- var v = k.regex, S = k.parser, P = b.slice(y), B = v.exec(P)[0];
145
- S.call(w, B), b = b.replace(B, "");
146
+ var v = k.regex, S = k.parser, P = b.slice(y), C = v.exec(P)[0];
147
+ S.call(w, C), b = b.replace(C, "");
146
148
  }
147
149
  }
148
150
  return function(A) {
@@ -163,13 +165,13 @@ var et = { exports: {} };
163
165
  var T = L[1];
164
166
  if (typeof T == "string") {
165
167
  var b = L[2] === !0, w = L[3] === !0, M = b || w, y = L[2];
166
- w && (y = L[2]), n = this.$locale(), !b && y && (n = d.Ls[y]), this.$d = function(P, B, A, j) {
168
+ w && (y = L[2]), n = this.$locale(), !b && y && (n = d.Ls[y]), this.$d = function(P, C, A, j) {
167
169
  try {
168
- if (["x", "X"].indexOf(B) > -1) return new Date((B === "X" ? 1e3 : 1) * P);
169
- var m = F(B)(P), N = m.year, $ = m.month, nt = m.day, ot = m.hours, at = m.minutes, it = m.seconds, ht = m.milliseconds, R = m.zone, X = m.week, J = /* @__PURE__ */ new Date(), V = nt || (N || $ ? 1 : J.getDate()), _ = N || J.getFullYear(), W = 0;
170
+ if (["x", "X"].indexOf(C) > -1) return new Date((C === "X" ? 1e3 : 1) * P);
171
+ var m = H(C)(P), N = m.year, $ = m.month, nt = m.day, ot = m.hours, at = m.minutes, it = m.seconds, ht = m.milliseconds, Q = m.zone, X = m.week, J = /* @__PURE__ */ new Date(), V = nt || (N || $ ? 1 : J.getDate()), _ = N || J.getFullYear(), W = 0;
170
172
  N && !$ || (W = $ > 0 ? $ - 1 : J.getMonth());
171
- var E, q = ot || 0, G = at || 0, K = it || 0, Q = ht || 0;
172
- return R ? new Date(Date.UTC(_, W, V, q, G, K, Q + 60 * R.offset * 1e3)) : A ? new Date(Date.UTC(_, W, V, q, G, K, Q)) : (E = new Date(_, W, V, q, G, K, Q), X && (E = j(E).week(X).toDate()), E);
173
+ var E, R = ot || 0, q = at || 0, G = it || 0, K = ht || 0;
174
+ return Q ? new Date(Date.UTC(_, W, V, R, q, G, K + 60 * Q.offset * 1e3)) : A ? new Date(Date.UTC(_, W, V, R, q, G, K)) : (E = new Date(_, W, V, R, q, G, K), X && (E = j(E).week(X).toDate()), E);
173
175
  } catch {
174
176
  return /* @__PURE__ */ new Date("");
175
177
  }
@@ -201,9 +203,9 @@ var rt = { exports: {} };
201
203
  e.en.formats = f, s.format = function(n) {
202
204
  n === void 0 && (n = "YYYY-MM-DDTHH:mm:ssZ");
203
205
  var i = this.$locale().formats, a = function(D, p) {
204
- return D.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(H, Z, F) {
205
- var r = F && F.toUpperCase();
206
- return Z || p[F] || f[F] || p[r].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(h, d, u) {
206
+ return D.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(F, Z, H) {
207
+ var r = H && H.toUpperCase();
208
+ return Z || p[H] || f[H] || p[r].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(h, d, u) {
207
209
  return d || u.slice(1);
208
210
  });
209
211
  });
@@ -230,9 +232,9 @@ var st = { exports: {} };
230
232
  })(st);
231
233
  var Mt = st.exports;
232
234
  const xt = /* @__PURE__ */ z(Mt);
233
- C.extend(lt);
234
- C.extend(yt);
235
- C.extend(xt);
235
+ B.extend(lt);
236
+ B.extend(yt);
237
+ B.extend(xt);
236
238
  const Dt = ut(["Your locale has not been found.", "Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale", "Or you forget to import the locale with `require('dayjs/locale/{localeUsed}')`", "fallback on English locale"]), gt = {
237
239
  // Year
238
240
  YY: "year",
@@ -355,7 +357,7 @@ class bt {
355
357
  end: "]"
356
358
  }, this.formatTokenMap = gt, this.getLocaleFormats = () => {
357
359
  var t;
358
- const e = (t = this.rawDayJsInstance.Ls) != null ? t : C.Ls, s = this.locale || "en";
360
+ const e = (t = this.rawDayJsInstance.Ls) != null ? t : B.Ls, s = this.locale || "en";
359
361
  let o = e[s];
360
362
  return o === void 0 && (Dt(), o = e.en), o.formats;
361
363
  }, this.date = (t) => t === null ? null : this.dayjs(t), this.toJsDate = (t) => t.toDate(), this.parseISO = (t) => this.dayjs(t), this.toISO = (t) => t.toISOString(), this.parse = (t, e) => t === "" ? null : this.dayjs(t, e, this.locale, !0), this.getCurrentLocaleCode = () => this.locale || "en", this.is12HourCycleInCurrentLocale = () => /A|a/.test(this.getLocaleFormats().LT || ""), this.expandFormat = (t) => {
@@ -389,7 +391,7 @@ class bt {
389
391
  for (; i.isBefore(o); )
390
392
  n.push(i), i = i.add(1, "year");
391
393
  return n;
392
- }, this.getMeridiemText = (t) => t === "am" ? "AM" : "PM", this.rawDayJsInstance = c || C, this.dayjs = Lt(this.rawDayJsInstance, x), this.locale = x, this.formats = dt({}, Yt, f), C.extend(ft);
394
+ }, this.getMeridiemText = (t) => t === "am" ? "AM" : "PM", this.rawDayJsInstance = c || B, this.dayjs = Lt(this.rawDayJsInstance, x), this.locale = x, this.formats = dt({}, Yt, f), B.extend(ft);
393
395
  }
394
396
  }
395
397
  export {
@@ -399,13 +401,15 @@ export {
399
401
  Nt as CandlestickChart,
400
402
  Et as Card,
401
403
  zt as CardAlternate,
402
- qt as CollapsibleCard,
403
- Kt as ConditionalWrapper,
404
+ Rt as CollapsibleCard,
405
+ Gt as ConditionalWrapper,
404
406
  ee as Container,
405
407
  se as ContextMenu,
406
408
  de as DateTimePicker,
407
409
  oe as DisseminationList,
408
410
  ce as DocumentViewer,
411
+ or as FlexCol,
412
+ ir as FlexRow,
409
413
  me as GeometryPicker,
410
414
  Vt as HighlightLineChart,
411
415
  pe as IconButton,
@@ -416,24 +420,24 @@ export {
416
420
  Oe as KeyProductionUtils,
417
421
  ke as KeyProtectionMenu,
418
422
  Se as LinearIndicator,
419
- He as Loading,
420
- Ct as LocalizationProvider,
421
- Be as Map,
423
+ Fe as Loading,
424
+ Bt as LocalizationProvider,
425
+ Ce as Map,
422
426
  Ie as MetricCard,
423
427
  je as PaginatedList,
424
428
  We as PhoneInput,
425
- Qe as PropertyFilterInput,
429
+ Ke as PropertyFilterInput,
426
430
  Ue as SearchInput,
427
431
  ie as SecurityLevel,
428
432
  Ze as Tabs,
429
433
  Je as TemplateFilters,
430
434
  _e as TemplateForm,
431
- Ge as TemplatePropertyFilters,
432
- Ht as ThemeProvider,
435
+ qe as TemplatePropertyFilters,
436
+ Ft as ThemeProvider,
433
437
  Xe as TreeSelect,
434
438
  er as TreeViewFilter,
435
439
  sr as Uploader,
436
- Rt as alert,
440
+ Qt as alert,
437
441
  Xt as confirm,
438
- Ft as createTheme
442
+ Ht as createTheme
439
443
  };
@@ -2,22 +2,22 @@ import H, { jsx as t, jsxs as d, 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-CsckVnG-.js";
5
+ import { r as X, i as Z } from "./createSvgIcon-DLPYMuH1.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-Db_pNPbv.js";
8
- import { f as te, F as C, I as F } from "./InputLabel-ClDXuWBr.js";
9
- import { S as _ } from "./Select-BQ4C15bt.js";
10
- import { M as g } from "./MenuItem-Lcjh1XlV.js";
7
+ import { T as w } from "./TextField-Bf46COnQ.js";
8
+ import { f as te, F as C, I as F } from "./InputLabel-rrSJo8M_.js";
9
+ import { S as _ } from "./Select-jjAc5JX1.js";
10
+ import { M as g } from "./MenuItem-C6qlUyV3.js";
11
11
  import { a as M, _ as re } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
12
- import { P as n } from "./createTheme-DrgvKMA_.js";
13
- import { g as ae, u as oe, c as le, a as ne } from "./useThemeProps-BlXpIqSE.js";
14
- import { s as ie } from "./styled-DkqItiLo.js";
15
- import { g as se } from "./createTheme-DVoJnXAT.js";
12
+ import { P as n } from "./index-DMSHuq6l.js";
13
+ import { g as ae, u as oe, c as le, a as ne } from "./useThemeProps-DRP1dikX.js";
14
+ import { s as ie } from "./styled-B8ugzvji.js";
15
+ import { g as se } from "./createTheme-CNnKNxwL.js";
16
16
  import { u as me } from "./useFormControl-CatNKXAi.js";
17
- import { F as p } from "./FormControlLabel-BNT5EI0b.js";
18
- import { C as f } from "./Checkbox-B0P8LhCl.js";
19
- import { B as ce } from "./Box-SSMZuKnS.js";
20
- import { B as Y } from "./Button-jy67CcTH.js";
17
+ import { F as p } from "./FormControlLabel-DzNokgFD.js";
18
+ import { C as f } from "./Checkbox-CrU2hpWB.js";
19
+ import { B as ce } from "./Box-B1AVyJ_s.js";
20
+ import { B as Y } from "./Button-eqWvpDuh.js";
21
21
  function de(a) {
22
22
  return se("MuiFormGroup", a);
23
23
  }
@@ -1,5 +1,5 @@
1
- import { c as r } from "./createTheme-DVoJnXAT.js";
2
- import { c as a, s } from "./createStyled-CUatW1r9.js";
1
+ import { c as r } from "./createTheme-CNnKNxwL.js";
2
+ import { c as a, s } from "./createStyled-BGx1I94c.js";
3
3
  const t = r(), e = (o) => s(o) && o !== "classes", l = s, m = a({
4
4
  defaultTheme: t,
5
5
  rootShouldForwardProp: e
@@ -1,6 +1,6 @@
1
1
  import * as n from "react";
2
2
  import { ThemeContext as o } from "@emotion/react";
3
- import { b as m } from "./createTheme-DrgvKMA_.js";
3
+ import { b as m } from "./createTheme-CyC5HawC.js";
4
4
  function r(e) {
5
5
  return Object.keys(e).length === 0;
6
6
  }
@@ -1,6 +1,6 @@
1
1
  import * as o from "react";
2
- import { d as r } from "./styled-DkqItiLo.js";
3
- import { u as t } from "./useTheme-GN5Dc3mG.js";
2
+ import { d as r } from "./styled-B8ugzvji.js";
3
+ import { u as t } from "./useTheme-C15Eq8KG.js";
4
4
  function s() {
5
5
  const e = t(r);
6
6
  return process.env.NODE_ENV !== "production" && o.useDebugValue(e), e;
@@ -1,7 +1,7 @@
1
- import { g as h } from "./createTheme-DVoJnXAT.js";
2
- import { d as a } from "./styled-DkqItiLo.js";
1
+ import { g as h } from "./createTheme-CNnKNxwL.js";
2
+ import { d as a } from "./styled-B8ugzvji.js";
3
3
  import { a as u } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
4
- import { u as g } from "./useTheme-GN5Dc3mG.js";
4
+ import { u as g } from "./useTheme-C15Eq8KG.js";
5
5
  function c(n) {
6
6
  var e, s, t = "";
7
7
  if (typeof n == "string" || typeof n == "number") t += n;
@@ -1,6 +1,6 @@
1
1
  import { _ as D } from "./objectWithoutPropertiesLoose-DJteAcBH.js";
2
- import { _ as C, T as S } from "./ButtonBase-CgQC8DUB.js";
3
- import { P as i } from "./createTheme-DrgvKMA_.js";
2
+ import { _ as C, T as S } from "./ButtonBase-DsX-jMQJ.js";
3
+ import { P as i } from "./index-DMSHuq6l.js";
4
4
  import v from "react";
5
5
  import b from "react-dom";
6
6
  const N = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hybridcore/ui",
3
3
  "description": "Hybrid Core UI Library",
4
- "version": "1.5.82",
4
+ "version": "1.5.85",
5
5
  "author": "Hybrid Core",
6
6
  "license": "ISC",
7
7
  "type": "module",
@@ -42,6 +42,7 @@
42
42
  "lodash": "^4.17.21",
43
43
  "mapbox-gl": "^2.15.0",
44
44
  "ol": "^7.3.0",
45
+ "react-ace": "^14.0.1",
45
46
  "react-confirm": "^0.3.0-2",
46
47
  "react-custom-scroll": "^7.0.0",
47
48
  "react-drag-drop-files": "^2.4.0",