@hybridcore/ui 1.3.7 → 1.4.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 (126) hide show
  1. package/dist/AccordionDetails-CGs6GZQK.js +454 -0
  2. package/dist/Add-eepk2WTM.js +379 -0
  3. package/dist/Box-BPyg-Ybm.js +70 -0
  4. package/dist/Button-DLwB_sKd.js +354 -0
  5. package/dist/{ButtonBase-D6qhsxB0.js → ButtonBase-D0qccOVb.js} +6 -5
  6. package/dist/{CardContent-B8hqgH-I.js → CardContent-DFsCCOWk.js} +4 -4
  7. package/dist/{Checkbox-BFWhj3s-.js → Checkbox-qy3cjvnb.js} +134 -195
  8. package/dist/{Collapse-D_TjnyE5.js → Collapse-CL6LGGZw.js} +68 -75
  9. package/dist/Delete-OHEw9lDi.js +22 -0
  10. package/dist/DialogContent-CxOSq6h9.js +519 -0
  11. package/dist/FormControlLabel-D9KFjcIx.js +193 -0
  12. package/dist/{IconButton-D8bwME9t.js → IconButton-BaiyAtmS.js} +5 -5
  13. package/dist/{Input-Dxzguyp5.js → Input-CmCkXczh.js} +6 -6
  14. package/dist/{InputAdornment-B8ERE7Zv.js → InputAdornment-CZUPEeia.js} +5 -5
  15. package/dist/{FormControl-BMRUQKHh.js → InputLabel-CWkW8NtU.js} +316 -316
  16. package/dist/{List-DEWyK9IO.js → List-PpNAWJ_I.js} +4 -4
  17. package/dist/ListItem-CZbZ91vp.js +428 -0
  18. package/dist/{MenuItem-DstAFfik.js → MenuItem-D-INSvZa.js} +7 -7
  19. package/dist/{Modal-DNGEQJ1M.js → Modal-KrI5qFIq.js} +61 -57
  20. package/dist/{OutlinedInput-w2Cj9STF.js → OutlinedInput-DkIUD30e.js} +6 -6
  21. package/dist/{Paper-BseeergJ.js → Paper-btu3j72o.js} +5 -5
  22. package/dist/{Select-NDq3WyLt.js → Select-ClaBvSqf.js} +20 -18
  23. package/dist/Tabs-BzelDJKy.js +787 -0
  24. package/dist/TextField-D87qTh1k.js +457 -0
  25. package/dist/Typography-Bm7PFqUT.js +176 -0
  26. package/dist/assets/index.css +1 -1
  27. package/dist/assets/index2.css +1 -1
  28. package/dist/components/card/index.js +341 -179
  29. package/dist/components/card/styled.js +1 -1
  30. package/dist/components/collapsible-card/style.js +20 -466
  31. package/dist/components/confirm/dialog.js +8 -149
  32. package/dist/components/confirm/index.js +1 -1
  33. package/dist/components/container/index.js +7 -7
  34. package/dist/components/context-menu/index.js +191 -604
  35. package/dist/components/data-security-selectors/dissemination-list/index.js +1 -1
  36. package/dist/components/data-security-selectors/security-level/index.js +42 -40
  37. package/dist/components/date-time-picker/index.js +18 -19
  38. package/dist/components/geometry-picker/coordinate/index.js +1 -1
  39. package/dist/components/geometry-picker/edit/index.js +16 -16
  40. package/dist/components/geometry-picker/geometry/index.js +35 -35
  41. package/dist/components/geometry-picker/index.js +3 -3
  42. package/dist/components/geometry-picker/kml/index.js +14 -14
  43. package/dist/components/geometry-picker/map/index.js +1 -1
  44. package/dist/components/geometry-picker/map/logic.js +38 -37
  45. package/dist/components/geometry-picker/parser/coordinate-input/logic.js +63 -59
  46. package/dist/components/geometry-picker/parser/logic.js +33 -32
  47. package/dist/components/icon-button/index.js +1 -1
  48. package/dist/components/icon-button/styled.js +0 -2
  49. package/dist/components/{data-management/instance-form → instance-form}/components/composite-list/index.js +2 -2
  50. package/dist/components/instance-form/components/variable/index.js +19 -0
  51. package/dist/components/instance-form/components/variables/index.js +40 -0
  52. package/dist/components/{data-management/instance-form → instance-form}/index.js +106 -100
  53. package/dist/components/instance-hierarchy-table/index.js +58 -0
  54. package/dist/components/instance-hierarchy-table/styled.js +29 -0
  55. package/dist/components/instance-table/index.js +125 -0
  56. package/dist/components/instance-table/styled.js +13 -0
  57. package/dist/components/map/helpers/ol.js +1 -1
  58. package/dist/components/map/index.js +1 -1
  59. package/dist/components/map/logic.js +1 -1
  60. package/dist/components/map/styled.js +1 -1
  61. package/dist/components/phone-input/index.js +1 -1
  62. package/dist/components/property-mapping/index.js +558 -0
  63. package/dist/components/range-selector/components/composite-list-range/index.js +81 -0
  64. package/dist/components/range-selector/components/date-range/index.js +9 -0
  65. package/dist/components/range-selector/components/geometry-range/index.js +26 -0
  66. package/dist/components/range-selector/components/number-range/index.js +86 -0
  67. package/dist/components/range-selector/components/string-range/index.js +31 -0
  68. package/dist/components/range-selector/index.js +59 -0
  69. package/dist/components/search-input/index.js +4 -4
  70. package/dist/components/tabs/appleTabs.style.js +55 -0
  71. package/dist/components/tabs/index.js +93 -0
  72. package/dist/components/tabs/tab-panel.js +18 -0
  73. package/dist/components/template-form/components/catalogue-instance-selector/index.js +158 -0
  74. package/dist/components/template-form/components/property-list/index.js +72 -0
  75. package/dist/components/template-form/components/property-list/property-list-columns.js +125 -0
  76. package/dist/components/template-form/components/property-list/property-list-form.js +16 -0
  77. package/dist/components/template-form/components/property-list/property-list-logic.js +66 -0
  78. package/dist/components/template-form/components/property-list/types.js +8 -0
  79. package/dist/components/template-form/components/recognition-property-list/index.js +69 -0
  80. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-columns.js +50 -0
  81. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-form.js +174 -0
  82. package/dist/components/template-form/components/recognition-property-list/recognition-property-list-logic.js +64 -0
  83. package/dist/components/template-form/components/recognition-property-list/types.js +8 -0
  84. package/dist/components/template-form/components/select-icon/index.js +186 -0
  85. package/dist/components/template-form/components/select-icon/styled.js +76 -0
  86. package/dist/components/template-form/index.js +338 -0
  87. package/dist/components/template-property-filters/property.js +48 -46
  88. package/dist/components/tree-select/index.js +16 -15
  89. package/dist/components/tree-select/styled.js +2 -2
  90. package/dist/components/treeview-filter/index.js +8 -8
  91. package/dist/components/treeview-filter/item/index.js +1 -1
  92. package/dist/components/treeview-filter/item-label/index.js +18 -17
  93. package/dist/constants/index.js +41 -0
  94. package/dist/{createStyled-B96gjom1.js → createStyled-BzvgQjjR.js} +487 -464
  95. package/dist/createSvgIcon-Cfm1LkEe.js +73 -0
  96. package/dist/{createSvgIcon-BNrb7rDY.js → createSvgIcon-DEXLbMwp.js} +62 -90
  97. package/dist/dialog-v5-nL5yy.js +153 -0
  98. package/dist/{exactProp-CI_rjX83.js → exactProp-DkmnwNVS.js} +3 -3
  99. package/dist/extendSxProp-qqdkfHzS.js +30 -0
  100. package/dist/{index-CSfSVkKj.js → index-B0JPwFI9.js} +6 -5
  101. package/dist/index-C1fczHEW.js +11042 -0
  102. package/dist/{index-CJVcedWy.js → index-DPf5olog.js} +29 -27
  103. package/dist/{index-JrtqxUdI.js → index-DlnzUkwe.js} +1 -1
  104. package/dist/{listItemTextClasses-CFiI_U7B.js → listItemTextClasses-DsHGzpPM.js} +2 -2
  105. package/dist/main.d.ts +562 -78
  106. package/dist/main.js +157 -157
  107. package/dist/{ol-BUKJ1urU.js → ol-CHaVTXvL.js} +24 -24
  108. package/dist/property-list-form-BfP9gzSo.js +391 -0
  109. package/dist/requirePropFactory-BjhhI-AW.js +18 -0
  110. package/dist/{styled-cPJbqF0E.js → styled-LNCprp4n.js} +24 -22
  111. package/dist/unsupportedProp-BuVD30Gh.js +9 -0
  112. package/dist/useControlled-BYdyS7Pn.js +31 -0
  113. package/dist/{useTheme-C-T6Qisa.js → useTheme-DBiahn6p.js} +2 -2
  114. package/dist/{useThemeProps-DeftUmqJ.js → useThemeProps-uYx_RkOH.js} +16 -14
  115. package/dist/utils/ontology.js +52 -30
  116. package/dist/{utils-CCkxV0lZ.js → utils-DNe_YYjm.js} +16 -16
  117. package/package.json +2 -1
  118. package/dist/DialogContent-BCYm_d1s.js +0 -864
  119. package/dist/FormControlLabel-DENNVXWL.js +0 -639
  120. package/dist/Typography-Dg-ROiTA.js +0 -201
  121. package/dist/components/data-management/instance-form/components/variable/index.js +0 -17
  122. package/dist/components/data-management/instance-form/components/variables/index.js +0 -41
  123. package/dist/createSvgIcon-B2WT0K4k.js +0 -87
  124. package/dist/components/{data-management/instance-form → instance-form}/components/composite-list/styled.js +0 -0
  125. package/dist/components/{data-management/instance-form → instance-form}/components/policy-list/index.js +0 -0
  126. package/dist/{extends-Cyw62AD_.js → objectWithoutPropertiesLoose-BK36oJDi.js} +9 -9
package/dist/main.js CHANGED
@@ -1,60 +1,64 @@
1
- import { Access as bt } from "./components/access/index.js";
2
- import { Card as Bt } from "./components/card/index.js";
3
- import { ConditionalWrapper as jt } from "./components/conditional-wrapper/index.js";
4
- import { alert as It, confirm as Wt } from "./components/confirm/index.js";
5
- import { Container as Pt } from "./components/container/index.js";
6
- import { ContextMenu as zt } from "./components/context-menu/index.js";
7
- import { InstanceForm as Zt } from "./components/data-management/instance-form/index.js";
8
- import { DisseminationList as Jt } from "./components/data-security-selectors/dissemination-list/index.js";
9
- import { SecurityLevel as Vt } from "./components/data-security-selectors/security-level/index.js";
10
- import { DateTimePicker as Gt } from "./components/date-time-picker/index.js";
11
- import { GeometryPicker as Qt } from "./components/geometry-picker/index.js";
12
- import { IconButton as Xt } from "./components/icon-button/index.js";
13
- import { KeyProtectionMenu as ee } from "./components/key-protection/menu.js";
14
- import { S as ne } from "./utils-Bq0ye5vf.js";
15
- import { Loading as oe } from "./components/loading/index.js";
16
- import { i as ie } from "./index-JrtqxUdI.js";
17
- import { PhoneInput as de } from "./components/phone-input/index.js";
18
- import { SearchInput as ce } from "./components/search-input/index.js";
19
- import { TreeSelect as le } from "./components/tree-select/index.js";
20
- import { TreeViewFilter as pe } from "./components/treeview-filter/index.js";
21
- import { CollapsibleCard as Me } from "./components/collapsible-card/index.js";
22
- import { TemplatePropertyFilters as ge } from "./components/template-property-filters/index.js";
23
- import { LocalizationProvider as xe } from "@mui/x-date-pickers";
24
- import { _ as dt } from "./extends-Cyw62AD_.js";
25
- import j from "dayjs";
26
- import { c as z, g as U } from "./createStyled-B96gjom1.js";
1
+ import { Access as Ht } from "./components/access/index.js";
2
+ import { alert as Ft, confirm as Ct } from "./components/confirm/index.js";
3
+ import { Card as jt } from "./components/card/index.js";
4
+ import { CollapsibleCard as Pt } from "./components/collapsible-card/index.js";
5
+ import { ConditionalWrapper as Et } from "./components/conditional-wrapper/index.js";
6
+ import { Container as Ut } from "./components/container/index.js";
7
+ import { ContextMenu as Nt } from "./components/context-menu/index.js";
8
+ import { DateTimePicker as _t } from "./components/date-time-picker/index.js";
9
+ import { DisseminationList as qt } from "./components/data-security-selectors/dissemination-list/index.js";
10
+ import { GeometryPicker as Kt } from "./components/geometry-picker/index.js";
11
+ import { IconButton as Rt } from "./components/icon-button/index.js";
12
+ import { InstanceForm as te } from "./components/instance-form/index.js";
13
+ import { InstanceHierarchyTable as re } from "./components/instance-hierarchy-table/index.js";
14
+ import { InstanceTable as ne } from "./components/instance-table/index.js";
15
+ import { KeyProtectionMenu as ae } from "./components/key-protection/menu.js";
16
+ import { Loading as he } from "./components/loading/index.js";
17
+ import { LocalizationProvider as ue } from "@mui/x-date-pickers";
18
+ import { PhoneInput as fe } from "./components/phone-input/index.js";
19
+ import { SearchInput as le } from "./components/search-input/index.js";
20
+ import { SecurityLevel as ye } from "./components/data-security-selectors/security-level/index.js";
21
+ import { TemplateForm as De } from "./components/template-form/index.js";
22
+ import { TemplatePropertyFilters as Ye } from "./components/template-property-filters/index.js";
23
+ import { TreeSelect as Le } from "./components/tree-select/index.js";
24
+ import { TreeViewFilter as Te } from "./components/treeview-filter/index.js";
25
+ import { S as ve } from "./utils-Bq0ye5vf.js";
26
+ import { i as Se } from "./index-DlnzUkwe.js";
27
+ import { _ as dt } from "./objectWithoutPropertiesLoose-BK36oJDi.js";
28
+ import C from "dayjs";
29
+ import { c as z, g as U } from "./createStyled-BzvgQjjR.js";
30
+ import { b as ut } from "./index-C1fczHEW.js";
27
31
  var tt = { exports: {} };
28
- (function(l, p) {
32
+ (function(l, D) {
29
33
  (function(f, c) {
30
34
  l.exports = c();
31
35
  })(z, function() {
32
36
  var f = "week", c = "year";
33
- return function(t, e, n) {
37
+ return function(t, e, s) {
34
38
  var o = e.prototype;
35
- o.week = function(s) {
36
- if (s === void 0 && (s = null), s !== null) return this.add(7 * (s - this.week()), "day");
39
+ o.week = function(n) {
40
+ if (n === void 0 && (n = null), n !== null) return this.add(7 * (n - this.week()), "day");
37
41
  var i = this.$locale().yearStart || 1;
38
42
  if (this.month() === 11 && this.date() > 25) {
39
- var a = n(this).startOf(c).add(1, c).date(i), g = n(this).endOf(f);
43
+ var a = s(this).startOf(c).add(1, c).date(i), g = s(this).endOf(f);
40
44
  if (a.isBefore(g)) return 1;
41
45
  }
42
- var y = n(this).startOf(c).date(i).startOf(f).subtract(1, "millisecond"), H = this.diff(y, f, !0);
43
- return H < 0 ? n(this).startOf("week").week() : Math.ceil(H);
44
- }, o.weeks = function(s) {
45
- return s === void 0 && (s = null), this.week(s);
46
+ var p = s(this).startOf(c).date(i).startOf(f).subtract(1, "millisecond"), H = this.diff(p, f, !0);
47
+ return H < 0 ? s(this).startOf("week").week() : Math.ceil(H);
48
+ }, o.weeks = function(n) {
49
+ return n === void 0 && (n = null), this.week(n);
46
50
  };
47
51
  };
48
52
  });
49
53
  })(tt);
50
- var ut = tt.exports;
51
- const ct = /* @__PURE__ */ U(ut);
54
+ var ct = tt.exports;
55
+ const ft = /* @__PURE__ */ U(ct);
52
56
  var et = { exports: {} };
53
- (function(l, p) {
57
+ (function(l, D) {
54
58
  (function(f, c) {
55
59
  l.exports = c();
56
60
  })(z, function() {
57
- var f = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, c = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, t = /\d/, e = /\d\d/, n = /\d\d?/, o = /\d*[^-_:/,()\s\d]+/, s = {}, i = function(r) {
61
+ var f = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, c = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, t = /\d/, e = /\d\d/, s = /\d\d?/, o = /\d*[^-_:/,()\s\d]+/, n = {}, i = function(r) {
58
62
  return (r = +r) + (r > 68 ? 1900 : 2e3);
59
63
  }, a = function(r) {
60
64
  return function(h) {
@@ -66,11 +70,11 @@ var et = { exports: {} };
66
70
  var d = h.match(/([+-]|\d\d)/g), u = 60 * d[1] + (+d[2] || 0);
67
71
  return u === 0 ? 0 : d[0] === "+" ? -u : u;
68
72
  }(r);
69
- }], y = function(r) {
70
- var h = s[r];
73
+ }], p = function(r) {
74
+ var h = n[r];
71
75
  return h && (h.indexOf ? h : h.s.concat(h.f));
72
76
  }, H = function(r, h) {
73
- var d, u = s.meridiem;
77
+ var d, u = n.meridiem;
74
78
  if (u) {
75
79
  for (var Y = 1; Y <= 24; Y += 1) if (r.indexOf(u(Y, 0, h)) > -1) {
76
80
  d = Y > 12;
@@ -90,17 +94,17 @@ var et = { exports: {} };
90
94
  this.milliseconds = 10 * +r;
91
95
  }], SSS: [/\d{3}/, function(r) {
92
96
  this.milliseconds = +r;
93
- }], s: [n, a("seconds")], ss: [n, a("seconds")], m: [n, a("minutes")], mm: [n, a("minutes")], H: [n, a("hours")], h: [n, a("hours")], HH: [n, a("hours")], hh: [n, a("hours")], D: [n, a("day")], DD: [e, a("day")], Do: [o, function(r) {
94
- var h = s.ordinal, d = r.match(/\d+/);
97
+ }], s: [s, a("seconds")], ss: [s, a("seconds")], m: [s, a("minutes")], mm: [s, a("minutes")], H: [s, a("hours")], h: [s, a("hours")], HH: [s, a("hours")], hh: [s, a("hours")], D: [s, a("day")], DD: [e, a("day")], Do: [o, function(r) {
98
+ var h = n.ordinal, d = r.match(/\d+/);
95
99
  if (this.day = d[0], h) for (var u = 1; u <= 31; u += 1) h(u).replace(/\[|\]/g, "") === r && (this.day = u);
96
- }], w: [n, a("week")], ww: [e, a("week")], M: [n, a("month")], MM: [e, a("month")], MMM: [o, function(r) {
97
- var h = y("months"), d = (y("monthsShort") || h.map(function(u) {
100
+ }], w: [s, a("week")], ww: [e, a("week")], M: [s, a("month")], MM: [e, a("month")], MMM: [o, function(r) {
101
+ var h = p("months"), d = (p("monthsShort") || h.map(function(u) {
98
102
  return u.slice(0, 3);
99
103
  })).indexOf(r) + 1;
100
104
  if (d < 1) throw new Error();
101
105
  this.month = d % 12 || d;
102
106
  }], MMMM: [o, function(r) {
103
- var h = y("months").indexOf(r) + 1;
107
+ var h = p("months").indexOf(r) + 1;
104
108
  if (h < 1) throw new Error();
105
109
  this.month = h % 12 || h;
106
110
  }], Y: [/[+-]?\d+/, a("year")], YY: [e, function(r) {
@@ -108,30 +112,30 @@ var et = { exports: {} };
108
112
  }], YYYY: [/\d{4}/, a("year")], Z: g, ZZ: g };
109
113
  function B(r) {
110
114
  var h, d;
111
- h = r, d = s && s.formats;
112
- for (var u = (r = h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(S, T, D) {
113
- var M = D && D.toUpperCase();
114
- return T || d[D] || f[D] || d[M].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(k, v, A) {
115
- return v || A.slice(1);
115
+ h = r, d = n && n.formats;
116
+ for (var u = (r = h.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(S, T, M) {
117
+ var y = M && M.toUpperCase();
118
+ return T || d[M] || f[M] || d[y].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(k, v, b) {
119
+ return v || b.slice(1);
116
120
  });
117
121
  })).match(c), Y = u.length, x = 0; x < Y; x += 1) {
118
- var C = u[x], O = Z[C], w = O && O[0], L = O && O[1];
119
- u[x] = L ? { regex: w, parser: L } : C.replace(/^\[|\]$/g, "");
122
+ var I = u[x], O = Z[I], L = O && O[0], w = O && O[1];
123
+ u[x] = w ? { regex: L, parser: w } : I.replace(/^\[|\]$/g, "");
120
124
  }
121
125
  return function(S) {
122
- for (var T = {}, D = 0, M = 0; D < Y; D += 1) {
123
- var k = u[D];
124
- if (typeof k == "string") M += k.length;
126
+ for (var T = {}, M = 0, y = 0; M < Y; M += 1) {
127
+ var k = u[M];
128
+ if (typeof k == "string") y += k.length;
125
129
  else {
126
- var v = k.regex, A = k.parser, I = S.slice(M), F = v.exec(I)[0];
127
- A.call(T, F), S = S.replace(F, "");
130
+ var v = k.regex, b = k.parser, j = S.slice(y), F = v.exec(j)[0];
131
+ b.call(T, F), S = S.replace(F, "");
128
132
  }
129
133
  }
130
- return function(b) {
131
- var W = b.afternoon;
132
- if (W !== void 0) {
133
- var m = b.hours;
134
- W ? m < 12 && (b.hours += 12) : m === 12 && (b.hours = 0), delete b.afternoon;
134
+ return function(A) {
135
+ var $ = A.afternoon;
136
+ if ($ !== void 0) {
137
+ var m = A.hours;
138
+ $ ? m < 12 && (A.hours += 12) : m === 12 && (A.hours = 0), delete A.afternoon;
135
139
  }
136
140
  }(T), T;
137
141
  };
@@ -140,27 +144,27 @@ var et = { exports: {} };
140
144
  d.p.customParseFormat = !0, r && r.parseTwoDigitYear && (i = r.parseTwoDigitYear);
141
145
  var u = h.prototype, Y = u.parse;
142
146
  u.parse = function(x) {
143
- var C = x.date, O = x.utc, w = x.args;
147
+ var I = x.date, O = x.utc, L = x.args;
144
148
  this.$u = O;
145
- var L = w[1];
146
- if (typeof L == "string") {
147
- var S = w[2] === !0, T = w[3] === !0, D = S || T, M = w[2];
148
- T && (M = w[2]), s = this.$locale(), !S && M && (s = d.Ls[M]), this.$d = function(I, F, b, W) {
149
+ var w = L[1];
150
+ if (typeof w == "string") {
151
+ var S = L[2] === !0, T = L[3] === !0, M = S || T, y = L[2];
152
+ T && (y = L[2]), n = this.$locale(), !S && y && (n = d.Ls[y]), this.$d = function(j, F, A, $) {
149
153
  try {
150
- if (["x", "X"].indexOf(F) > -1) return new Date((F === "X" ? 1e3 : 1) * I);
151
- var m = B(F)(I), N = m.year, $ = m.month, st = m.day, ot = m.hours, at = m.minutes, it = m.seconds, ht = m.milliseconds, R = m.zone, X = m.week, J = /* @__PURE__ */ new Date(), _ = st || (N || $ ? 1 : J.getDate()), V = N || J.getFullYear(), P = 0;
152
- N && !$ || (P = $ > 0 ? $ - 1 : J.getMonth());
154
+ if (["x", "X"].indexOf(F) > -1) return new Date((F === "X" ? 1e3 : 1) * j);
155
+ var m = B(F)(j), N = m.year, P = 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(), _ = nt || (N || P ? 1 : J.getDate()), V = N || J.getFullYear(), W = 0;
156
+ N && !P || (W = P > 0 ? P - 1 : J.getMonth());
153
157
  var E, q = ot || 0, G = at || 0, K = it || 0, Q = ht || 0;
154
- return R ? new Date(Date.UTC(V, P, _, q, G, K, Q + 60 * R.offset * 1e3)) : b ? new Date(Date.UTC(V, P, _, q, G, K, Q)) : (E = new Date(V, P, _, q, G, K, Q), X && (E = W(E).week(X).toDate()), E);
158
+ return R ? new Date(Date.UTC(V, W, _, q, G, K, Q + 60 * R.offset * 1e3)) : A ? new Date(Date.UTC(V, W, _, q, G, K, Q)) : (E = new Date(V, W, _, q, G, K, Q), X && (E = $(E).week(X).toDate()), E);
155
159
  } catch {
156
160
  return /* @__PURE__ */ new Date("");
157
161
  }
158
- }(C, L, O, d), this.init(), M && M !== !0 && (this.$L = this.locale(M).$L), D && C != this.format(L) && (this.$d = /* @__PURE__ */ new Date("")), s = {};
159
- } else if (L instanceof Array) for (var k = L.length, v = 1; v <= k; v += 1) {
160
- w[1] = L[v - 1];
161
- var A = d.apply(this, w);
162
- if (A.isValid()) {
163
- this.$d = A.$d, this.$L = A.$L, this.init();
162
+ }(I, w, O, d), this.init(), y && y !== !0 && (this.$L = this.locale(y).$L), M && I != this.format(w) && (this.$d = /* @__PURE__ */ new Date("")), n = {};
163
+ } else if (w instanceof Array) for (var k = w.length, v = 1; v <= k; v += 1) {
164
+ L[1] = w[v - 1];
165
+ var b = d.apply(this, L);
166
+ if (b.isValid()) {
167
+ this.$d = b.$d, this.$L = b.$L, this.init();
164
168
  break;
165
169
  }
166
170
  v === k && (this.$d = /* @__PURE__ */ new Date(""));
@@ -170,59 +174,52 @@ var et = { exports: {} };
170
174
  };
171
175
  });
172
176
  })(et);
173
- var ft = et.exports;
174
- const lt = /* @__PURE__ */ U(ft);
177
+ var mt = et.exports;
178
+ const lt = /* @__PURE__ */ U(mt);
175
179
  var rt = { exports: {} };
176
- (function(l, p) {
180
+ (function(l, D) {
177
181
  (function(f, c) {
178
182
  l.exports = c();
179
183
  })(z, function() {
180
184
  var f = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" };
181
185
  return function(c, t, e) {
182
- var n = t.prototype, o = n.format;
183
- e.en.formats = f, n.format = function(s) {
184
- s === void 0 && (s = "YYYY-MM-DDTHH:mm:ssZ");
185
- var i = this.$locale().formats, a = function(g, y) {
186
+ var s = t.prototype, o = s.format;
187
+ e.en.formats = f, s.format = function(n) {
188
+ n === void 0 && (n = "YYYY-MM-DDTHH:mm:ssZ");
189
+ var i = this.$locale().formats, a = function(g, p) {
186
190
  return g.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(H, Z, B) {
187
191
  var r = B && B.toUpperCase();
188
- return Z || y[B] || f[B] || y[r].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(h, d, u) {
192
+ return Z || p[B] || f[B] || p[r].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(h, d, u) {
189
193
  return d || u.slice(1);
190
194
  });
191
195
  });
192
- }(s, i === void 0 ? {} : i);
196
+ }(n, i === void 0 ? {} : i);
193
197
  return o.call(this, a);
194
198
  };
195
199
  };
196
200
  });
197
201
  })(rt);
198
- var mt = rt.exports;
199
- const pt = /* @__PURE__ */ U(mt);
200
- var nt = { exports: {} };
201
- (function(l, p) {
202
+ var pt = rt.exports;
203
+ const yt = /* @__PURE__ */ U(pt);
204
+ var st = { exports: {} };
205
+ (function(l, D) {
202
206
  (function(f, c) {
203
207
  l.exports = c();
204
208
  })(z, function() {
205
209
  return function(f, c, t) {
206
- c.prototype.isBetween = function(e, n, o, s) {
207
- var i = t(e), a = t(n), g = (s = s || "()")[0] === "(", y = s[1] === ")";
208
- return (g ? this.isAfter(i, o) : !this.isBefore(i, o)) && (y ? this.isBefore(a, o) : !this.isAfter(a, o)) || (g ? this.isBefore(i, o) : !this.isAfter(i, o)) && (y ? this.isAfter(a, o) : !this.isBefore(a, o));
210
+ c.prototype.isBetween = function(e, s, o, n) {
211
+ var i = t(e), a = t(s), g = (n = n || "()")[0] === "(", p = n[1] === ")";
212
+ return (g ? this.isAfter(i, o) : !this.isBefore(i, o)) && (p ? this.isBefore(a, o) : !this.isAfter(a, o)) || (g ? this.isBefore(i, o) : !this.isAfter(i, o)) && (p ? this.isAfter(a, o) : !this.isBefore(a, o));
209
213
  };
210
214
  };
211
215
  });
212
- })(nt);
213
- var yt = nt.exports;
214
- const Mt = /* @__PURE__ */ U(yt), Dt = (l, p = "warning") => {
215
- let f = !1;
216
- const c = Array.isArray(l) ? l.join(`
217
- `) : l;
218
- return () => {
219
- f || (f = !0, p === "error" ? console.error(c) : console.warn(c));
220
- };
221
- };
222
- j.extend(lt);
223
- j.extend(pt);
224
- j.extend(Mt);
225
- const gt = Dt(["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"]), Yt = {
216
+ })(st);
217
+ var Mt = st.exports;
218
+ const Dt = /* @__PURE__ */ U(Mt);
219
+ C.extend(lt);
220
+ C.extend(yt);
221
+ C.extend(Dt);
222
+ const gt = 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"]), Yt = {
226
223
  // Year
227
224
  YY: "year",
228
225
  YYYY: {
@@ -332,10 +329,10 @@ const gt = Dt(["Your locale has not been found.", "Either the locale key is not
332
329
  keyboardDateTime: "L LT",
333
330
  keyboardDateTime12h: "L hh:mm A",
334
331
  keyboardDateTime24h: "L HH:mm"
335
- }, wt = (l, p) => p ? (...f) => l(...f).locale(p) : l;
336
- class Ot {
332
+ }, Lt = (l, D) => D ? (...f) => l(...f).locale(D) : l;
333
+ class St {
337
334
  constructor({
338
- locale: p,
335
+ locale: D,
339
336
  formats: f,
340
337
  instance: c
341
338
  } = {}) {
@@ -344,67 +341,70 @@ class Ot {
344
341
  end: "]"
345
342
  }, this.formatTokenMap = Yt, this.getLocaleFormats = () => {
346
343
  var t;
347
- const e = (t = this.rawDayJsInstance.Ls) != null ? t : j.Ls, n = this.locale || "en";
348
- let o = e[n];
344
+ const e = (t = this.rawDayJsInstance.Ls) != null ? t : C.Ls, s = this.locale || "en";
345
+ let o = e[s];
349
346
  return o === void 0 && (gt(), o = e.en), o.formats;
350
347
  }, 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) => {
351
- const e = this.getLocaleFormats(), n = (o) => o.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (s, i, a) => i || a.slice(1));
352
- return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (o, s, i) => {
348
+ const e = this.getLocaleFormats(), s = (o) => o.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (n, i, a) => i || a.slice(1));
349
+ return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (o, n, i) => {
353
350
  const a = i && i.toUpperCase();
354
- return s || e[i] || n(e[a]);
351
+ return n || e[i] || s(e[a]);
355
352
  });
356
- }, this.getFormatHelperText = (t) => this.expandFormat(t).replace(/a/gi, "(a|p)m").toLocaleLowerCase(), this.isNull = (t) => t === null, this.isValid = (t) => this.dayjs(t).isValid(), this.format = (t, e) => this.formatByString(t, this.formats[e]), this.formatByString = (t, e) => this.dayjs(t).format(e), this.formatNumber = (t) => t, this.getDiff = (t, e, n) => t.diff(e, n), this.isEqual = (t, e) => t === null && e === null ? !0 : this.dayjs(t).isSame(e), this.isSameYear = (t, e) => t.isSame(e, "year"), this.isSameMonth = (t, e) => t.isSame(e, "month"), this.isSameDay = (t, e) => t.isSame(e, "day"), this.isSameHour = (t, e) => t.isSame(e, "hour"), this.isAfter = (t, e) => t.isAfter(e), this.isAfterYear = (t, e) => t.isAfter(e, "year"), this.isAfterDay = (t, e) => t.isAfter(e, "day"), this.isBefore = (t, e) => t.isBefore(e), this.isBeforeYear = (t, e) => t.isBefore(e, "year"), this.isBeforeDay = (t, e) => t.isBefore(e, "day"), this.isWithinRange = (t, [e, n]) => t.isBetween(e, n, null, "[]"), this.startOfYear = (t) => t.startOf("year"), this.startOfMonth = (t) => t.startOf("month"), this.startOfWeek = (t) => t.startOf("week"), this.startOfDay = (t) => t.startOf("day"), this.endOfYear = (t) => t.endOf("year"), this.endOfMonth = (t) => t.endOf("month"), this.endOfWeek = (t) => t.endOf("week"), this.endOfDay = (t) => t.endOf("day"), this.addYears = (t, e) => e < 0 ? t.subtract(Math.abs(e), "year") : t.add(e, "year"), this.addMonths = (t, e) => e < 0 ? t.subtract(Math.abs(e), "month") : t.add(e, "month"), this.addWeeks = (t, e) => e < 0 ? t.subtract(Math.abs(e), "week") : t.add(e, "week"), this.addDays = (t, e) => e < 0 ? t.subtract(Math.abs(e), "day") : t.add(e, "day"), this.addHours = (t, e) => e < 0 ? t.subtract(Math.abs(e), "hour") : t.add(e, "hour"), this.addMinutes = (t, e) => e < 0 ? t.subtract(Math.abs(e), "minute") : t.add(e, "minute"), this.addSeconds = (t, e) => e < 0 ? t.subtract(Math.abs(e), "second") : t.add(e, "second"), this.getYear = (t) => t.year(), this.getMonth = (t) => t.month(), this.getDate = (t) => t.date(), this.getHours = (t) => t.hour(), this.getMinutes = (t) => t.minute(), this.getSeconds = (t) => t.second(), this.setYear = (t, e) => t.set("year", e), this.setMonth = (t, e) => t.set("month", e), this.setDate = (t, e) => t.set("date", e), this.setHours = (t, e) => t.set("hour", e), this.setMinutes = (t, e) => t.set("minute", e), this.setSeconds = (t, e) => t.set("second", e), this.getDaysInMonth = (t) => t.daysInMonth(), this.getNextMonth = (t) => t.add(1, "month"), this.getPreviousMonth = (t) => t.subtract(1, "month"), this.getMonthArray = (t) => {
357
- const n = [t.startOf("year")];
358
- for (; n.length < 12; ) {
359
- const o = n[n.length - 1];
360
- n.push(this.getNextMonth(o));
353
+ }, this.getFormatHelperText = (t) => this.expandFormat(t).replace(/a/gi, "(a|p)m").toLocaleLowerCase(), this.isNull = (t) => t === null, this.isValid = (t) => this.dayjs(t).isValid(), this.format = (t, e) => this.formatByString(t, this.formats[e]), this.formatByString = (t, e) => this.dayjs(t).format(e), this.formatNumber = (t) => t, this.getDiff = (t, e, s) => t.diff(e, s), this.isEqual = (t, e) => t === null && e === null ? !0 : this.dayjs(t).isSame(e), this.isSameYear = (t, e) => t.isSame(e, "year"), this.isSameMonth = (t, e) => t.isSame(e, "month"), this.isSameDay = (t, e) => t.isSame(e, "day"), this.isSameHour = (t, e) => t.isSame(e, "hour"), this.isAfter = (t, e) => t.isAfter(e), this.isAfterYear = (t, e) => t.isAfter(e, "year"), this.isAfterDay = (t, e) => t.isAfter(e, "day"), this.isBefore = (t, e) => t.isBefore(e), this.isBeforeYear = (t, e) => t.isBefore(e, "year"), this.isBeforeDay = (t, e) => t.isBefore(e, "day"), this.isWithinRange = (t, [e, s]) => t.isBetween(e, s, null, "[]"), this.startOfYear = (t) => t.startOf("year"), this.startOfMonth = (t) => t.startOf("month"), this.startOfWeek = (t) => t.startOf("week"), this.startOfDay = (t) => t.startOf("day"), this.endOfYear = (t) => t.endOf("year"), this.endOfMonth = (t) => t.endOf("month"), this.endOfWeek = (t) => t.endOf("week"), this.endOfDay = (t) => t.endOf("day"), this.addYears = (t, e) => e < 0 ? t.subtract(Math.abs(e), "year") : t.add(e, "year"), this.addMonths = (t, e) => e < 0 ? t.subtract(Math.abs(e), "month") : t.add(e, "month"), this.addWeeks = (t, e) => e < 0 ? t.subtract(Math.abs(e), "week") : t.add(e, "week"), this.addDays = (t, e) => e < 0 ? t.subtract(Math.abs(e), "day") : t.add(e, "day"), this.addHours = (t, e) => e < 0 ? t.subtract(Math.abs(e), "hour") : t.add(e, "hour"), this.addMinutes = (t, e) => e < 0 ? t.subtract(Math.abs(e), "minute") : t.add(e, "minute"), this.addSeconds = (t, e) => e < 0 ? t.subtract(Math.abs(e), "second") : t.add(e, "second"), this.getYear = (t) => t.year(), this.getMonth = (t) => t.month(), this.getDate = (t) => t.date(), this.getHours = (t) => t.hour(), this.getMinutes = (t) => t.minute(), this.getSeconds = (t) => t.second(), this.setYear = (t, e) => t.set("year", e), this.setMonth = (t, e) => t.set("month", e), this.setDate = (t, e) => t.set("date", e), this.setHours = (t, e) => t.set("hour", e), this.setMinutes = (t, e) => t.set("minute", e), this.setSeconds = (t, e) => t.set("second", e), this.getDaysInMonth = (t) => t.daysInMonth(), this.getNextMonth = (t) => t.add(1, "month"), this.getPreviousMonth = (t) => t.subtract(1, "month"), this.getMonthArray = (t) => {
354
+ const s = [t.startOf("year")];
355
+ for (; s.length < 12; ) {
356
+ const o = s[s.length - 1];
357
+ s.push(this.getNextMonth(o));
361
358
  }
362
- return n;
359
+ return s;
363
360
  }, this.mergeDateAndTime = (t, e) => t.hour(e.hour()).minute(e.minute()).second(e.second()), this.getWeekdays = () => {
364
361
  const t = this.dayjs().startOf("week");
365
362
  return [0, 1, 2, 3, 4, 5, 6].map((e) => this.formatByString(t.add(e, "day"), "dd"));
366
363
  }, this.getWeekArray = (t) => {
367
- const e = t.startOf("month").startOf("week"), n = t.endOf("month").endOf("week");
368
- let o = 0, s = e;
364
+ const e = t.startOf("month").startOf("week"), s = t.endOf("month").endOf("week");
365
+ let o = 0, n = e;
369
366
  const i = [];
370
- for (; s.isBefore(n); ) {
367
+ for (; n.isBefore(s); ) {
371
368
  const a = Math.floor(o / 7);
372
- i[a] = i[a] || [], i[a].push(s), s = s.add(1, "day"), o += 1;
369
+ i[a] = i[a] || [], i[a].push(n), n = n.add(1, "day"), o += 1;
373
370
  }
374
371
  return i;
375
372
  }, this.getWeekNumber = (t) => t.week(), this.getYearRange = (t, e) => {
376
- const n = t.startOf("year"), o = e.endOf("year"), s = [];
377
- let i = n;
373
+ const s = t.startOf("year"), o = e.endOf("year"), n = [];
374
+ let i = s;
378
375
  for (; i.isBefore(o); )
379
- s.push(i), i = i.add(1, "year");
380
- return s;
381
- }, this.getMeridiemText = (t) => t === "am" ? "AM" : "PM", this.rawDayJsInstance = c || j, this.dayjs = wt(this.rawDayJsInstance, p), this.locale = p, this.formats = dt({}, xt, f), j.extend(ct);
376
+ n.push(i), i = i.add(1, "year");
377
+ return n;
378
+ }, this.getMeridiemText = (t) => t === "am" ? "AM" : "PM", this.rawDayJsInstance = c || C, this.dayjs = Lt(this.rawDayJsInstance, D), this.locale = D, this.formats = dt({}, xt, f), C.extend(ft);
382
379
  }
383
380
  }
384
381
  export {
385
- bt as Access,
386
- Ot as AdapterDayjs,
387
- Bt as Card,
388
- Me as CollapsibleCard,
389
- jt as ConditionalWrapper,
390
- Pt as Container,
391
- zt as ContextMenu,
392
- Gt as DateTimePicker,
393
- Jt as DisseminationList,
394
- Qt as GeometryPicker,
395
- Xt as IconButton,
396
- Zt as InstanceForm,
397
- ne as KeyProductionUtils,
398
- ee as KeyProtectionMenu,
399
- oe as Loading,
400
- xe as LocalizationProvider,
401
- ie as Map,
402
- de as PhoneInput,
403
- ce as SearchInput,
404
- Vt as SecurityLevel,
405
- ge as TemplatePropertyFilters,
406
- le as TreeSelect,
407
- pe as TreeViewFilter,
408
- It as alert,
409
- Wt as confirm
382
+ Ht as Access,
383
+ St as AdapterDayjs,
384
+ jt as Card,
385
+ Pt as CollapsibleCard,
386
+ Et as ConditionalWrapper,
387
+ Ut as Container,
388
+ Nt as ContextMenu,
389
+ _t as DateTimePicker,
390
+ qt as DisseminationList,
391
+ Kt as GeometryPicker,
392
+ Rt as IconButton,
393
+ te as InstanceForm,
394
+ re as InstanceHierarchyTable,
395
+ ne as InstanceTable,
396
+ ve as KeyProductionUtils,
397
+ ae as KeyProtectionMenu,
398
+ he as Loading,
399
+ ue as LocalizationProvider,
400
+ Se as Map,
401
+ fe as PhoneInput,
402
+ le as SearchInput,
403
+ ye as SecurityLevel,
404
+ De as TemplateForm,
405
+ Ye as TemplatePropertyFilters,
406
+ Le as TreeSelect,
407
+ Te as TreeViewFilter,
408
+ Ft as alert,
409
+ Ct as confirm
410
410
  };
@@ -14997,16 +14997,16 @@ const In = {
14997
14997
  return Nd({ features: [e] });
14998
14998
  };
14999
14999
  export {
15000
- bd as A,
15001
- eu as B,
15000
+ tu as A,
15001
+ bd as B,
15002
15002
  Ot as C,
15003
- iu as D,
15004
- su as E,
15003
+ eu as D,
15004
+ iu as E,
15005
15005
  Ue as F,
15006
15006
  xt as G,
15007
- kd as H,
15007
+ su as H,
15008
15008
  Ii as I,
15009
- ou as J,
15009
+ kd as J,
15010
15010
  ge as L,
15011
15011
  J as M,
15012
15012
  wi as P,
@@ -15016,26 +15016,26 @@ export {
15016
15016
  nu as b,
15017
15017
  Nd as c,
15018
15018
  Jd as d,
15019
- pl as e,
15020
- gt as f,
15019
+ ou as e,
15020
+ pl as f,
15021
15021
  au as g,
15022
- Vd as h,
15023
- _l as i,
15024
- Ie as j,
15025
- vt as k,
15026
- Pi as l,
15027
- Xr as m,
15022
+ gt as h,
15023
+ Vd as i,
15024
+ _l as j,
15025
+ Ie as k,
15026
+ vt as l,
15027
+ Pi as m,
15028
15028
  Zd as n,
15029
- bs as o,
15029
+ Xr as o,
15030
15030
  yl as p,
15031
- se as q,
15032
- Li as r,
15031
+ bs as q,
15032
+ se as r,
15033
15033
  qd as s,
15034
- Be as t,
15035
- _i as u,
15036
- Hd as v,
15037
- Qd as w,
15038
- $d as x,
15039
- Do as y,
15040
- tu as z
15034
+ Li as t,
15035
+ Be as u,
15036
+ _i as v,
15037
+ Hd as w,
15038
+ Qd as x,
15039
+ $d as y,
15040
+ Do as z
15041
15041
  };