@hortiview/shared-components 2.3.0 → 2.5.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 (115) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/README.md +11 -0
  3. package/dist/{AlertBanner-75jjene1.js → AlertBanner-JnX0tJGC.js} +9 -9
  4. package/dist/{BigLoadingSpinner-BbXMCKpm.js → BigLoadingSpinner-chQoiNY9.js} +1 -1
  5. package/dist/{GenericCard-BFYKwkzI.js → GenericCard-c9yuyN3m.js} +3 -3
  6. package/dist/ListAreaService-BY6ZTds9.js +124 -0
  7. package/dist/OfflineView-HbuDPpQL.js +48 -0
  8. package/dist/{_MapCache-B75yWNNd.js → _MapCache-B75dXJyg.js} +2 -2
  9. package/dist/_baseIsEqual-CZNn3LMM.js +241 -0
  10. package/dist/_getAllKeys-tc1bcd1W.js +86 -0
  11. package/dist/{_getTag-BCf9b56Z.js → _getTag-DYHrLaIw.js} +2 -2
  12. package/dist/_setToString-Do1lSQTZ.js +2034 -0
  13. package/dist/assets/ContextMenu.css +1 -1
  14. package/dist/assets/ListAreaService.css +1 -1
  15. package/dist/assets/OfflineView.css +1 -0
  16. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  17. package/dist/components/AlertBanner/AlertBanner.test.js +1 -1
  18. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  19. package/dist/components/BaseView/BaseView.d.ts +14 -1
  20. package/dist/components/BaseView/BaseView.js +47 -41
  21. package/dist/components/BaseView/BaseView.test.js +51 -34
  22. package/dist/components/BasicHeading/BasicHeading.js +2 -2
  23. package/dist/components/BasicHeading/BasicHeading.test.js +1 -1
  24. package/dist/components/BlockView/BlockView.js +1 -1
  25. package/dist/components/ChipCard/ChipCard.js +4 -4
  26. package/dist/components/ContextMenu/ContextMenu.d.ts +12 -1
  27. package/dist/components/ContextMenu/ContextMenu.js +40 -36
  28. package/dist/components/ContextMenu/ContextMenu.test.js +42 -19
  29. package/dist/components/DeleteModal/DeleteModal.d.ts +13 -1
  30. package/dist/components/DeleteModal/DeleteModal.js +53 -49
  31. package/dist/components/DeleteModal/DeleteModal.test.js +35 -11
  32. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  33. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  34. package/dist/components/EmptyView/EmptyView.js +4 -4
  35. package/dist/components/Filter/Filter.js +17 -16
  36. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  37. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +4 -4
  38. package/dist/components/FormComponents/FormNumber/CustomTextField.js +13 -12
  39. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  40. package/dist/components/FormComponents/FormSelect/FormSelect.js +1 -1
  41. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  42. package/dist/components/FormComponents/FormSlider/FormSlider.js +4 -4
  43. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  44. package/dist/components/FormComponents/FormToggle/FormToggle.js +3 -3
  45. package/dist/components/GenericTable/GenericTable.d.ts +3 -1
  46. package/dist/components/GenericTable/GenericTable.js +2013 -2030
  47. package/dist/components/GenericTable/GenericTable.test.js +36 -6
  48. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  49. package/dist/components/GenericTable/Mobile/GenericCard.test.js +1 -1
  50. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  51. package/dist/components/HashTabView/HashTabView.js +6 -6
  52. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  53. package/dist/components/HealthCheckFailed/HealthCheckFailed.js +4 -4
  54. package/dist/components/Iconify/Iconify.js +2 -2
  55. package/dist/components/InfoGroup/InfoGroup.js +3 -3
  56. package/dist/components/ListArea/ListArea.js +36 -35
  57. package/dist/components/ListArea/ListArea.test.js +14 -9
  58. package/dist/components/ListArea/ListAreaService.js +9 -7
  59. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
  60. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +1 -1
  61. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +6 -6
  62. package/dist/components/Modal/Modal.d.ts +6 -1
  63. package/dist/components/Modal/Modal.js +134 -118
  64. package/dist/components/ModulePadding/ModulePadding.js +9 -8
  65. package/dist/components/OfflineView/OfflineView.d.ts +68 -0
  66. package/dist/components/OfflineView/OfflineView.js +9 -0
  67. package/dist/components/OfflineView/OfflineView.test.d.ts +1 -0
  68. package/dist/components/OfflineView/OfflineView.test.js +24 -0
  69. package/dist/components/OnboardingBanner/OnboardingBanner.js +7 -7
  70. package/dist/components/OverflowTooltip/OverflowTooltip.js +1 -1
  71. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +1 -1
  72. package/dist/components/SearchBar/SearchBar.js +2 -2
  73. package/dist/components/Select/Select.js +1 -1
  74. package/dist/components/Stepper/Stepper.js +1 -1
  75. package/dist/components/Stepper/components/StepperButton.js +1 -1
  76. package/dist/components/Stepper/components/StepperHeader.js +2 -2
  77. package/dist/components/Stepper/components/StepperIndicator.js +1 -1
  78. package/dist/{get-DFv1gXfq.js → get-B8c-T4F8.js} +1 -1
  79. package/dist/{get-7ACccM2X.js → get-C7KpEkVs.js} +1 -1
  80. package/dist/hooks/useHelperText.js +1 -1
  81. package/dist/{index.es-D54RuMc_.js → index.es--yyG47az.js} +2 -2
  82. package/dist/{index.es-DKDgy7Kt.js → index.es-6c1Xbl0N.js} +1 -1
  83. package/dist/{index.es-BWgXLqXn.js → index.es-BTc2I5pe.js} +2 -2
  84. package/dist/{index.es-BtjV0oNv.js → index.es-Bf149BSP.js} +4 -4
  85. package/dist/{index.es-CoFul5zR.js → index.es-BoWmBoqO.js} +8 -8
  86. package/dist/{index.es-CiqbARoC.js → index.es-Bx1E5MPK.js} +4 -4
  87. package/dist/{index.es-fnFnw2P1.js → index.es-CPqaUyn3.js} +10 -10
  88. package/dist/{index.es-25EARqhH.js → index.es-CUuzYysw.js} +4 -4
  89. package/dist/{index.es-DntoATwO.js → index.es-CbBdaRO2.js} +2 -2
  90. package/dist/{index.es-8GOVkuo-.js → index.es-CqgVUhln.js} +3 -3
  91. package/dist/{index.es-BNHI3ZIK.js → index.es-CzUKBF7E.js} +10 -10
  92. package/dist/{index.es-D-CKRzIB.js → index.es-D-ph6ImM.js} +1 -1
  93. package/dist/{index.es-6TJ1S8Jr.js → index.es-DDo_AHL0.js} +7 -7
  94. package/dist/{index.es-3043KTnb.js → index.es-DErA6zWG.js} +2 -2
  95. package/dist/{index.es-h2lMdt7G.js → index.es-DF11ERDs.js} +2 -2
  96. package/dist/{index.es-B-_jXDuz.js → index.es-DMGNht46.js} +1 -1
  97. package/dist/{index.es-Dvj_qpAp.js → index.es-DOX4XTz_.js} +2 -2
  98. package/dist/index.es-DlzwTKbh.js +311 -0
  99. package/dist/{index.es-CL_Heu1n.js → index.es-DxDU9C_B.js} +1 -1
  100. package/dist/{index.es-0lQcz8m1.js → index.es-Kg9soDed.js} +3 -3
  101. package/dist/{index.es-41ztjcFT.js → index.es-U5-b20Gv.js} +4 -4
  102. package/dist/{index.es-BvrQnJ3j.js → index.es-oOD85ZwA.js} +4 -4
  103. package/dist/{index.es-D6N-XWHe.js → index.es-zQBuWUgU.js} +2 -2
  104. package/dist/{isEmpty-B4GG2s-V.js → isEmpty-DsdC9UUD.js} +2 -2
  105. package/dist/main.d.ts +1 -0
  106. package/dist/main.js +66 -64
  107. package/dist/omit-1Eom1PmQ.js +366 -0
  108. package/dist/{orderBy-Bd48bw88.js → orderBy-CyjsW2ET.js} +31 -30
  109. package/dist/types/GenericTable.d.ts +9 -0
  110. package/dist/types/ListElement.d.ts +23 -9
  111. package/package.json +1 -1
  112. package/dist/ListAreaService-BVtuBN0K.js +0 -110
  113. package/dist/_baseIsEqual-D0Dsajdb.js +0 -317
  114. package/dist/identity-DLWZln-X.js +0 -1763
  115. package/dist/index.es-da0cf7oE.js +0 -569
@@ -0,0 +1,311 @@
1
+ import _, { useLayoutEffect as pe, useEffect as ue, createContext as qe, useRef as me } from "react";
2
+ import { g as oe } from "./_commonjsHelpers-BkfeUUK-.js";
3
+ import { i as ye, a as se, j as Ie, k as fe, l as be, m as he, n as we, o as _e, r as Ae, b as Oe, d as xe, h as Ce, p as Re, q as Ee, s as Me, t as $e, u as De } from "./_setToString-Do1lSQTZ.js";
4
+ import { d as de, e as Ve, f as W } from "./_MapCache-B75dXJyg.js";
5
+ import { b as Se, r as Le } from "./isArray-DN9s620O.js";
6
+ import { r as Pe } from "./isPlainObject-C273y67K.js";
7
+ var E, K;
8
+ function Te() {
9
+ if (K) return E;
10
+ K = 1;
11
+ var r = process.env.NODE_ENV !== "production", n = function() {
12
+ };
13
+ if (r) {
14
+ var t = function(i, a) {
15
+ var u = arguments.length;
16
+ a = new Array(u > 1 ? u - 1 : 0);
17
+ for (var o = 1; o < u; o++)
18
+ a[o - 1] = arguments[o];
19
+ var s = 0, f = "Warning: " + i.replace(/%s/g, function() {
20
+ return a[s++];
21
+ });
22
+ typeof console < "u" && console.error(f);
23
+ try {
24
+ throw new Error(f);
25
+ } catch {
26
+ }
27
+ };
28
+ n = function(e, i, a) {
29
+ var u = arguments.length;
30
+ a = new Array(u > 2 ? u - 2 : 0);
31
+ for (var o = 2; o < u; o++)
32
+ a[o - 2] = arguments[o];
33
+ if (i === void 0)
34
+ throw new Error(
35
+ "`warning(condition, format, ...args)` requires a warning message argument"
36
+ );
37
+ e || t.apply(null, [i].concat(a));
38
+ };
39
+ }
40
+ return E = n, E;
41
+ }
42
+ var je = Te();
43
+ const O = /* @__PURE__ */ oe(je);
44
+ var M, N;
45
+ function Ge() {
46
+ if (N) return M;
47
+ if (N = 1, process.env.NODE_ENV !== "production") {
48
+ if (typeof navigator < "u" && navigator.product === "ReactNative")
49
+ throw new Error(
50
+ "React Native does not have a built-in secure random generator. If you don’t need unpredictable IDs, you can use `nanoid/non-secure`. For secure ID install `expo-random` locally and use `nanoid/async`."
51
+ );
52
+ if (typeof self > "u" || !self.crypto && !self.msCrypto)
53
+ throw new Error(
54
+ "Your browser does not have secure random generator. If you don’t need unpredictable IDs, you can use nanoid/non-secure."
55
+ );
56
+ }
57
+ for (var r = self.crypto || self.msCrypto, n = "-_", t = 36; t--; )
58
+ n += t.toString(36);
59
+ for (t = 36; t-- - 10; )
60
+ n += t.toString(36).toUpperCase();
61
+ return M = function(e) {
62
+ var i = "", a = r.getRandomValues(new Uint8Array(e || 21));
63
+ for (t = e || 21; t--; )
64
+ i += n[a[t] & 63];
65
+ return i;
66
+ }, M;
67
+ }
68
+ var Fe = /* @__PURE__ */ Ge();
69
+ const We = /* @__PURE__ */ oe(Fe);
70
+ var $, Q;
71
+ function ce() {
72
+ if (Q) return $;
73
+ Q = 1;
74
+ var r = ye(), n = de();
75
+ function t(e, i, a) {
76
+ (a !== void 0 && !n(e[i], a) || a === void 0 && !(i in e)) && r(e, i, a);
77
+ }
78
+ return $ = t, $;
79
+ }
80
+ var D, Y;
81
+ function Be() {
82
+ if (Y) return D;
83
+ Y = 1;
84
+ var r = se(), n = Se();
85
+ function t(e) {
86
+ return n(e) && r(e);
87
+ }
88
+ return D = t, D;
89
+ }
90
+ var V, J;
91
+ function le() {
92
+ if (J) return V;
93
+ J = 1;
94
+ function r(n, t) {
95
+ if (!(t === "constructor" && typeof n[t] == "function") && t != "__proto__")
96
+ return n[t];
97
+ }
98
+ return V = r, V;
99
+ }
100
+ var S, X;
101
+ function He() {
102
+ if (X) return S;
103
+ X = 1;
104
+ var r = Ie(), n = fe();
105
+ function t(e) {
106
+ return r(e, n(e));
107
+ }
108
+ return S = t, S;
109
+ }
110
+ var L, Z;
111
+ function Ue() {
112
+ if (Z) return L;
113
+ Z = 1;
114
+ var r = ce(), n = be(), t = he(), e = we(), i = _e(), a = Ae(), u = Le(), o = Be(), s = Oe(), f = Ve(), d = W(), m = Pe(), v = xe(), p = le(), q = He();
115
+ function y(w, B, I, ge, ve, x, b) {
116
+ var g = p(w, I), c = p(B, I), H = b.get(c);
117
+ if (H) {
118
+ r(w, I, H);
119
+ return;
120
+ }
121
+ var l = x ? x(g, c, I + "", w, B, b) : void 0, h = l === void 0;
122
+ if (h) {
123
+ var C = u(c), R = !C && s(c), U = !C && !R && v(c);
124
+ l = c, C || R || U ? u(g) ? l = g : o(g) ? l = e(g) : R ? (h = !1, l = n(c, !0)) : U ? (h = !1, l = t(c, !0)) : l = [] : m(c) || a(c) ? (l = g, a(g) ? l = q(g) : (!d(g) || f(g)) && (l = i(c))) : h = !1;
125
+ }
126
+ h && (b.set(c, l), ve(l, c, ge, x, b), b.delete(c)), r(w, I, l);
127
+ }
128
+ return L = y, L;
129
+ }
130
+ var P, z;
131
+ function Ke() {
132
+ if (z) return P;
133
+ z = 1;
134
+ var r = Ce(), n = ce(), t = Re(), e = Ue(), i = W(), a = fe(), u = le();
135
+ function o(s, f, d, m, v) {
136
+ s !== f && t(f, function(p, q) {
137
+ if (v || (v = new r()), i(p))
138
+ e(s, f, q, d, o, m, v);
139
+ else {
140
+ var y = m ? m(u(s, q), p, q + "", s, f, v) : void 0;
141
+ y === void 0 && (y = p), n(s, q, y);
142
+ }
143
+ }, a);
144
+ }
145
+ return P = o, P;
146
+ }
147
+ var T, k;
148
+ function Ne() {
149
+ if (k) return T;
150
+ k = 1;
151
+ var r = Ee(), n = Me(), t = $e();
152
+ function e(i, a) {
153
+ return t(n(i, a, r), i + "");
154
+ }
155
+ return T = e, T;
156
+ }
157
+ var j, ee;
158
+ function Qe() {
159
+ if (ee) return j;
160
+ ee = 1;
161
+ var r = de(), n = se(), t = De(), e = W();
162
+ function i(a, u, o) {
163
+ if (!e(o))
164
+ return !1;
165
+ var s = typeof u;
166
+ return (s == "number" ? n(o) && t(u, o.length) : s == "string" && u in o) ? r(o[u], a) : !1;
167
+ }
168
+ return j = i, j;
169
+ }
170
+ var G, re;
171
+ function Ye() {
172
+ if (re) return G;
173
+ re = 1;
174
+ var r = Ne(), n = Qe();
175
+ function t(e) {
176
+ return r(function(i, a) {
177
+ var u = -1, o = a.length, s = o > 1 ? a[o - 1] : void 0, f = o > 2 ? a[2] : void 0;
178
+ for (s = e.length > 3 && typeof s == "function" ? (o--, s) : void 0, f && n(a[0], a[1], f) && (s = o < 3 ? void 0 : s, o = 1), i = Object(i); ++u < o; ) {
179
+ var d = a[u];
180
+ d && e(i, d, u, s);
181
+ }
182
+ return i;
183
+ });
184
+ }
185
+ return G = t, G;
186
+ }
187
+ var F, ne;
188
+ function Je() {
189
+ if (ne) return F;
190
+ ne = 1;
191
+ var r = Ke(), n = Ye(), t = n(function(e, i, a) {
192
+ r(e, i, a);
193
+ });
194
+ return F = t, F;
195
+ }
196
+ Je();
197
+ const sr = (r) => {
198
+ let {
199
+ condition: n,
200
+ wrapper: t,
201
+ children: e
202
+ } = r;
203
+ return n ? t(e) : e;
204
+ }, fr = /* @__PURE__ */ qe({}), dr = {
205
+ enabled: !0
206
+ }, Xe = (r) => `${r} element was not found in the DOM.`, Ze = (r) => `${r} is not a valid selector.`, te = {}, ae = (r) => {
207
+ te[r] || (O(!1, r), te[r] = !0);
208
+ }, ze = (r) => {
209
+ var n;
210
+ return (n = document) === null || n === void 0 ? void 0 : n.createDocumentFragment().querySelector(r);
211
+ }, ke = (r) => {
212
+ try {
213
+ ze(r);
214
+ } catch {
215
+ return !1;
216
+ }
217
+ return !0;
218
+ }, er = (r) => {
219
+ if (ke(r)) {
220
+ var n;
221
+ return ((n = document) === null || n === void 0 ? void 0 : n.querySelector(r)) || ae(Xe(r));
222
+ }
223
+ return ae(Ze(r)), !1;
224
+ }, rr = (r, n) => r ? _.Children.map(r, (t, e) => {
225
+ let i;
226
+ return typeof n == "function" ? i = n(t, e) : (i = {}, Object.keys(n).forEach((a) => {
227
+ i[a] = n[a];
228
+ })), /* @__PURE__ */ _.isValidElement(t) ? /* @__PURE__ */ _.cloneElement(t, i) : /* @__PURE__ */ _.createElement("div", i, t);
229
+ }) : null, cr = (r, n) => rr(r, {
230
+ className: n
231
+ }), lr = (r) => {
232
+ setTimeout(() => {
233
+ const n = er(r);
234
+ n && n.focus();
235
+ }, 0);
236
+ }, gr = (r, n, t) => r[n] ? "group" : r[t] ? "category" : "standard", vr = (r) => {
237
+ let {
238
+ nonInteractive: n,
239
+ leadingBlockType: t,
240
+ trailingBlockType: e,
241
+ role: i
242
+ } = r;
243
+ if (!(n && !i))
244
+ return t === "checkbox" || e === "checkbox" || t === "switch" || e === "switch" ? "group" : t === "radio" || e === "radio" ? "radiogroup" : i;
245
+ }, pr = (r, n, t, e, i) => {
246
+ if (t === "group" || Array.isArray(e)) {
247
+ const a = [];
248
+ return e?.forEach((u) => {
249
+ u.selectedCategoryIndex || u.selectedCategoryIndex === 0 ? u.selectedCategoryIndex === n && u.selectedGroupIndex === r && a.push(u.selectedIndex) : u.selectedGroupIndex === r && a.push(u.selectedIndex);
250
+ }), a;
251
+ }
252
+ return e != null && e.selectedCategoryIndex || e?.selectedCategoryIndex === 0 ? e?.selectedCategoryIndex === n && e?.selectedGroupIndex === r ? e?.selectedIndex : -1 : i && e?.selectedGroupIndex === r || !i && e?.selectedGroupIndex === r ? e?.selectedIndex : -1;
253
+ }, ie = {}, qr = (r, n) => {
254
+ const t = `"${r}" has been deprecated.
255
+ ${n}`;
256
+ ie[t] || (O(!1, t), ie[t] = !0);
257
+ }, A = {}, mr = (r, n, t) => function(i, a) {
258
+ if (i[a] != null) {
259
+ const f = `"${a}" property of "${n}" has been deprecated.
260
+ ${t}`;
261
+ A[f] || (O(!1, f), A[f] = !0);
262
+ }
263
+ for (var u = arguments.length, o = new Array(u > 2 ? u - 2 : 0), s = 2; s < u; s++)
264
+ o[s - 2] = arguments[s];
265
+ return r(i, a, ...o);
266
+ }, yr = (r, n, t, e) => function(a, u) {
267
+ if (n.some((d) => d === a[u])) {
268
+ const d = `Some "${u}" options have been deprecated in "${t}".
269
+ ${e}`;
270
+ A[d] || (O(!1, d), A[d] = !0);
271
+ }
272
+ for (var o = arguments.length, s = new Array(o > 2 ? o - 2 : 0), f = 2; f < o; f++)
273
+ s[f - 2] = arguments[f];
274
+ return r(a, u, ...s);
275
+ }, Ir = (r) => `eds-${We(5)}`, br = (r, n, t) => function(i, a) {
276
+ for (var u = arguments.length, o = new Array(u > 2 ? u - 2 : 0), s = 2; s < u; s++)
277
+ o[s - 2] = arguments[s];
278
+ const f = r(i, a, ...o);
279
+ if (i[t] && !i[a]) {
280
+ const d = `\`${n}\`: \`${t}\` requires \`${a}\` to be set.`;
281
+ return new Error(d);
282
+ }
283
+ return f;
284
+ }, hr = typeof window < "u" ? pe : ue, wr = (r, n) => {
285
+ const t = me(n);
286
+ return ue(() => {
287
+ t.current = r;
288
+ }), t.current;
289
+ };
290
+ export {
291
+ sr as C,
292
+ fr as H,
293
+ cr as a,
294
+ yr as b,
295
+ rr as c,
296
+ mr as d,
297
+ er as e,
298
+ Ir as f,
299
+ qr as g,
300
+ ae as h,
301
+ lr as i,
302
+ vr as j,
303
+ gr as k,
304
+ pr as l,
305
+ Ne as m,
306
+ Qe as n,
307
+ dr as o,
308
+ wr as p,
309
+ br as r,
310
+ hr as u
311
+ };
@@ -1,4 +1,4 @@
1
- import { _ as c, c as b, P as e } from "./identity-DLWZln-X.js";
1
+ import { _ as c, c as b, P as e } from "./_setToString-Do1lSQTZ.js";
2
2
  import u, { forwardRef as m, useRef as f, useImperativeHandle as h } from "react";
3
3
  const I = {
4
4
  /**
@@ -1,7 +1,7 @@
1
- import { c as A, _ as X, P as n } from "./identity-DLWZln-X.js";
2
- import { I as Y } from "./index.es-3043KTnb.js";
1
+ import { c as A, _ as X, P as n } from "./_setToString-Do1lSQTZ.js";
2
+ import { I as Y } from "./index.es-DErA6zWG.js";
3
3
  import I, { forwardRef as Z, useRef as L, useImperativeHandle as ee, useEffect as P } from "react";
4
- import { c as T, b as te, d as ne } from "./index.es-da0cf7oE.js";
4
+ import { c as T, b as te, d as ne } from "./index.es-DlzwTKbh.js";
5
5
  import { b as M, c as S } from "./tslib.es6-BDCynO9F.js";
6
6
  import { M as oe, a as ae } from "./component-neHBNHRu.js";
7
7
  import { M as w } from "./component-DsB0poTj.js";
@@ -1,11 +1,11 @@
1
- import { _ as b, c as C, P as n } from "./identity-DLWZln-X.js";
1
+ import { _ as b, c as C, P as n } from "./_setToString-Do1lSQTZ.js";
2
2
  import d, { forwardRef as O, useRef as m, useImperativeHandle as P, useEffect as N, useState as U, useMemo as q, useCallback as _, Fragment as W } from "react";
3
3
  import { b as A, c as T } from "./tslib.es6-BDCynO9F.js";
4
4
  import { M as K, a as $ } from "./component-neHBNHRu.js";
5
5
  import { e as ee } from "./component-DsB0poTj.js";
6
- import { f as j, u as te, h as ne, c as oe } from "./index.es-da0cf7oE.js";
7
- import { P as re } from "./index.es-D6N-XWHe.js";
8
- import { c as ie } from "./index.es-3043KTnb.js";
6
+ import { f as j, u as te, h as ne, c as oe } from "./index.es-DlzwTKbh.js";
7
+ import { P as re } from "./index.es-zQBuWUgU.js";
8
+ import { c as ie } from "./index.es-DErA6zWG.js";
9
9
  /**
10
10
  * @license
11
11
  * Copyright 2016 Google Inc.
@@ -1,8 +1,8 @@
1
- import { c as M, _ as F, P as i } from "./identity-DLWZln-X.js";
2
- import { F as B } from "./index.es-B-_jXDuz.js";
3
- import { I as V } from "./index.es-CL_Heu1n.js";
1
+ import { c as M, _ as F, P as i } from "./_setToString-Do1lSQTZ.js";
2
+ import { F as B } from "./index.es-DMGNht46.js";
3
+ import { I as V } from "./index.es-DxDU9C_B.js";
4
4
  import l, { forwardRef as G, useState as q, useRef as O, useImperativeHandle as W, useCallback as z, useEffect as b } from "react";
5
- import { f as X } from "./index.es-da0cf7oE.js";
5
+ import { f as X } from "./index.es-DlzwTKbh.js";
6
6
  import { b as U, c as T } from "./tslib.es6-BDCynO9F.js";
7
7
  import { g as S } from "./util-DA21pZXj.js";
8
8
  import { M as $, a as J } from "./component-neHBNHRu.js";
@@ -1,7 +1,7 @@
1
1
  import d, { forwardRef as y, useState as P, useRef as b, useImperativeHandle as v, useEffect as R } from "react";
2
2
  import T from "react-dom";
3
- import { e as _ } from "./index.es-da0cf7oE.js";
4
- import { P as o } from "./identity-DLWZln-X.js";
3
+ import { e as _ } from "./index.es-DlzwTKbh.js";
4
+ import { P as o } from "./_setToString-Do1lSQTZ.js";
5
5
  const g = {
6
6
  /**
7
7
  * Content to be rendered inside the portal.
@@ -1,6 +1,6 @@
1
1
  import { g as b } from "./_commonjsHelpers-BkfeUUK-.js";
2
- import { r as I, a as T } from "./_getTag-BCf9b56Z.js";
3
- import { r as h, a as j, b as P, d, e as _ } from "./identity-DLWZln-X.js";
2
+ import { r as I, a as T } from "./_getTag-DYHrLaIw.js";
3
+ import { r as h, a as j, b as P, d, e as _ } from "./_setToString-Do1lSQTZ.js";
4
4
  import { r as x } from "./isArray-DN9s620O.js";
5
5
  var t, s;
6
6
  function O() {
package/dist/main.d.ts CHANGED
@@ -21,6 +21,7 @@ export { ListArea } from './components/ListArea/ListArea';
21
21
  export { LoadingSpinner } from './components/LoadingSpinner/Default/LoadingSpinner';
22
22
  export { Modal } from './components/Modal/Modal';
23
23
  export { ModulePadding } from './components/ModulePadding/ModulePadding';
24
+ export { OfflineView } from './components/OfflineView/OfflineView';
24
25
  export { OnboardingBanner } from './components/OnboardingBanner/OnboardingBanner';
25
26
  export { OverflowTooltip } from './components/OverflowTooltip/OverflowTooltip';
26
27
  export { ScrollbarX, ScrollbarY } from './components/Scrollbar/Scrollbar';
package/dist/main.js CHANGED
@@ -1,9 +1,9 @@
1
- import { A as e } from "./AlertBanner-75jjene1.js";
1
+ import { A as e } from "./AlertBanner-JnX0tJGC.js";
2
2
  import { LinkBanner as m } from "./components/AlertBanner/LinkBanner.js";
3
3
  import { BaseView as f } from "./components/BaseView/BaseView.js";
4
4
  import { BasicHeading as a } from "./components/BasicHeading/BasicHeading.js";
5
5
  import { BlockView as l } from "./components/BlockView/BlockView.js";
6
- import { ChipCard as n } from "./components/ChipCard/ChipCard.js";
6
+ import { ChipCard as A } from "./components/ChipCard/ChipCard.js";
7
7
  import { ContextMenu as d } from "./components/ContextMenu/ContextMenu.js";
8
8
  import { DeleteModal as S } from "./components/DeleteModal/DeleteModal.js";
9
9
  import { DetailContentWrapper as E } from "./components/DetailContentWrapper/DetailContentWrapper.js";
@@ -14,89 +14,91 @@ import { FormattedNumberDisplay as C } from "./components/FormattedNumberDisplay
14
14
  import { GenericTable as b } from "./components/GenericTable/GenericTable.js";
15
15
  import { HashTabView as T } from "./components/HashTabView/HashTabView.js";
16
16
  import { HeaderFilter as U } from "./components/HeaderFilter/HeaderFilter.js";
17
- import { HealthCheckFailed as M } from "./components/HealthCheckFailed/HealthCheckFailed.js";
18
- import { Iconify as V } from "./components/Iconify/Iconify.js";
19
- import { InfoGroup as R } from "./components/InfoGroup/InfoGroup.js";
20
- import { ListArea as O } from "./components/ListArea/ListArea.js";
17
+ import { HealthCheckFailed as h } from "./components/HealthCheckFailed/HealthCheckFailed.js";
18
+ import { Iconify as O } from "./components/Iconify/Iconify.js";
19
+ import { InfoGroup as k } from "./components/InfoGroup/InfoGroup.js";
20
+ import { ListArea as R } from "./components/ListArea/ListArea.js";
21
21
  import { LoadingSpinner as y } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
22
22
  import { Modal as K } from "./components/Modal/Modal.js";
23
23
  import { ModulePadding as W } from "./components/ModulePadding/ModulePadding.js";
24
- import { OnboardingBanner as j } from "./components/OnboardingBanner/OnboardingBanner.js";
25
- import { OverflowTooltip as J } from "./components/OverflowTooltip/OverflowTooltip.js";
26
- import { ScrollbarX as Z, ScrollbarY as $ } from "./components/Scrollbar/Scrollbar.js";
27
- import { SearchBar as or } from "./components/SearchBar/SearchBar.js";
28
- import { Select as tr } from "./components/Select/Select.js";
29
- import { StepperHeader as pr } from "./components/Stepper/components/StepperHeader.js";
30
- import { StepperIndicator as xr } from "./components/Stepper/components/StepperIndicator.js";
31
- import { Stepper as ir } from "./components/Stepper/Stepper.js";
32
- import { VerticalDivider as Ar } from "./components/VerticalDivider/VerticalDivider.js";
33
- import { FormCheckBox as cr } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
34
- import { FormDatePicker as Lr } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
35
- import { FormNumber as sr } from "./components/FormComponents/FormNumber/FormNumber.js";
36
- import { FormRadio as Gr } from "./components/FormComponents/FormRadio/FormRadio.js";
37
- import { FormSelect as Ir } from "./components/FormComponents/FormSelect/FormSelect.js";
38
- import { FormSlider as Nr } from "./components/FormComponents/FormSlider/FormSlider.js";
39
- import { FormText as Br } from "./components/FormComponents/FormText/FormText.js";
40
- import { FormToggle as gr } from "./components/FormComponents/FormToggle/FormToggle.js";
41
- import { AvailableCustomIcons as ur } from "./enums/AvailableCustomIcons.js";
42
- import { ThemeColor as Hr } from "./enums/ThemeColor.js";
43
- import { u as hr } from "./useBreakpoints-MzTZ0tCT.js";
44
- import { capitalizeFirstLetters as Pr, getNumberAsLocaleString as Vr, trimLeadingAndTrailingSpaces as kr } from "./services/UtilService.js";
45
- import { AVAILABLE_COUNTRY_KEYS as wr, AVAILABLE_LOCALES as Or, ENGLISH_LANGUAGE_ID as vr, GERMAN_LANGUAGE_ID as yr, LANGUAGE_CODES_MAPPER as Yr, LANGUAGE_ID_MAPPER as Kr, SPANISH_LANGUAGE_ID as zr, TURKISH_LANGUAGE_ID as Wr } from "./types/Languages.js";
24
+ import { O as j } from "./OfflineView-HbuDPpQL.js";
25
+ import { OnboardingBanner as J } from "./components/OnboardingBanner/OnboardingBanner.js";
26
+ import { OverflowTooltip as Z } from "./components/OverflowTooltip/OverflowTooltip.js";
27
+ import { ScrollbarX as rr, ScrollbarY as or } from "./components/Scrollbar/Scrollbar.js";
28
+ import { SearchBar as tr } from "./components/SearchBar/SearchBar.js";
29
+ import { Select as pr } from "./components/Select/Select.js";
30
+ import { StepperHeader as xr } from "./components/Stepper/components/StepperHeader.js";
31
+ import { StepperIndicator as ir } from "./components/Stepper/components/StepperIndicator.js";
32
+ import { Stepper as nr } from "./components/Stepper/Stepper.js";
33
+ import { VerticalDivider as cr } from "./components/VerticalDivider/VerticalDivider.js";
34
+ import { FormCheckBox as Lr } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
35
+ import { FormDatePicker as sr } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
36
+ import { FormNumber as Gr } from "./components/FormComponents/FormNumber/FormNumber.js";
37
+ import { FormRadio as Ir } from "./components/FormComponents/FormRadio/FormRadio.js";
38
+ import { FormSelect as Nr } from "./components/FormComponents/FormSelect/FormSelect.js";
39
+ import { FormSlider as Br } from "./components/FormComponents/FormSlider/FormSlider.js";
40
+ import { FormText as gr } from "./components/FormComponents/FormText/FormText.js";
41
+ import { FormToggle as ur } from "./components/FormComponents/FormToggle/FormToggle.js";
42
+ import { AvailableCustomIcons as Hr } from "./enums/AvailableCustomIcons.js";
43
+ import { ThemeColor as Vr } from "./enums/ThemeColor.js";
44
+ import { u as Mr } from "./useBreakpoints-MzTZ0tCT.js";
45
+ import { capitalizeFirstLetters as Pr, getNumberAsLocaleString as kr, trimLeadingAndTrailingSpaces as wr } from "./services/UtilService.js";
46
+ import { AVAILABLE_COUNTRY_KEYS as vr, AVAILABLE_LOCALES as yr, ENGLISH_LANGUAGE_ID as Yr, GERMAN_LANGUAGE_ID as Kr, LANGUAGE_CODES_MAPPER as zr, LANGUAGE_ID_MAPPER as Wr, SPANISH_LANGUAGE_ID as Xr, TURKISH_LANGUAGE_ID as jr } from "./types/Languages.js";
46
47
  export {
47
- wr as AVAILABLE_COUNTRY_KEYS,
48
- Or as AVAILABLE_LOCALES,
48
+ vr as AVAILABLE_COUNTRY_KEYS,
49
+ yr as AVAILABLE_LOCALES,
49
50
  e as AlertBanner,
50
- ur as AvailableCustomIcons,
51
+ Hr as AvailableCustomIcons,
51
52
  f as BaseView,
52
53
  a as BasicHeading,
53
54
  l as BlockView,
54
- n as ChipCard,
55
+ A as ChipCard,
55
56
  d as ContextMenu,
56
57
  S as DeleteModal,
57
58
  E as DetailContentWrapper,
58
59
  _ as Disclaimer,
59
- vr as ENGLISH_LANGUAGE_ID,
60
+ Yr as ENGLISH_LANGUAGE_ID,
60
61
  F as EmptyView,
61
62
  D as Filter,
62
- cr as FormCheckBox,
63
- Lr as FormDatePicker,
64
- sr as FormNumber,
65
- Gr as FormRadio,
66
- Ir as FormSelect,
67
- Nr as FormSlider,
68
- Br as FormText,
69
- gr as FormToggle,
63
+ Lr as FormCheckBox,
64
+ sr as FormDatePicker,
65
+ Gr as FormNumber,
66
+ Ir as FormRadio,
67
+ Nr as FormSelect,
68
+ Br as FormSlider,
69
+ gr as FormText,
70
+ ur as FormToggle,
70
71
  C as FormattedNumberDisplay,
71
- yr as GERMAN_LANGUAGE_ID,
72
+ Kr as GERMAN_LANGUAGE_ID,
72
73
  b as GenericTable,
73
74
  T as HashTabView,
74
75
  U as HeaderFilter,
75
- M as HealthCheckFailed,
76
- V as Iconify,
77
- R as InfoGroup,
78
- Yr as LANGUAGE_CODES_MAPPER,
79
- Kr as LANGUAGE_ID_MAPPER,
76
+ h as HealthCheckFailed,
77
+ O as Iconify,
78
+ k as InfoGroup,
79
+ zr as LANGUAGE_CODES_MAPPER,
80
+ Wr as LANGUAGE_ID_MAPPER,
80
81
  m as LinkBanner,
81
- O as ListArea,
82
+ R as ListArea,
82
83
  y as LoadingSpinner,
83
84
  K as Modal,
84
85
  W as ModulePadding,
85
- j as OnboardingBanner,
86
- J as OverflowTooltip,
87
- zr as SPANISH_LANGUAGE_ID,
88
- Z as ScrollbarX,
89
- $ as ScrollbarY,
90
- or as SearchBar,
91
- tr as Select,
92
- ir as Stepper,
93
- pr as StepperHeader,
94
- xr as StepperIndicator,
95
- Wr as TURKISH_LANGUAGE_ID,
96
- Hr as ThemeColor,
97
- Ar as VerticalDivider,
86
+ j as OfflineView,
87
+ J as OnboardingBanner,
88
+ Z as OverflowTooltip,
89
+ Xr as SPANISH_LANGUAGE_ID,
90
+ rr as ScrollbarX,
91
+ or as ScrollbarY,
92
+ tr as SearchBar,
93
+ pr as Select,
94
+ nr as Stepper,
95
+ xr as StepperHeader,
96
+ ir as StepperIndicator,
97
+ jr as TURKISH_LANGUAGE_ID,
98
+ Vr as ThemeColor,
99
+ cr as VerticalDivider,
98
100
  Pr as capitalizeFirstLetters,
99
- Vr as getNumberAsLocaleString,
100
- kr as trimLeadingAndTrailingSpaces,
101
- hr as useBreakpoints
101
+ kr as getNumberAsLocaleString,
102
+ wr as trimLeadingAndTrailingSpaces,
103
+ Mr as useBreakpoints
102
104
  };