@hortiview/shared-components 0.0.4775 → 0.0.4779

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 (48) hide show
  1. package/dist/ListAreaService-BPp_O2BH.js +67 -0
  2. package/dist/assets/DeleteModal.css +1 -22
  3. package/dist/assets/main.css +22 -0
  4. package/dist/components/BaseView/BaseView.js +23 -21
  5. package/dist/components/BaseView/BaseView.test.js +1 -1
  6. package/dist/components/BasicHeading/BasicHeading.js +52 -41
  7. package/dist/components/BlockView/BlockView.js +51 -41
  8. package/dist/components/DeleteModal/DeleteModal.js +34 -51
  9. package/dist/components/Disclaimer/Disclaimer.js +11 -8
  10. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +31 -29
  11. package/dist/components/FormComponents/FormSelect/FormSelect.js +57 -53
  12. package/dist/components/FormComponents/FormText/FormText.js +64 -59
  13. package/dist/components/HashTabView/HashTabView.js +48 -40
  14. package/dist/components/HeaderFilter/HeaderFilter.js +16 -14
  15. package/dist/components/ListArea/ListArea.js +494 -283
  16. package/dist/components/ListArea/ListArea.test.js +1 -1
  17. package/dist/components/ListArea/ListAreaService.js +8 -55
  18. package/dist/components/SearchBar/SearchBar.js +23 -21
  19. package/dist/components/VerticalDivider/VerticalDivider.js +6 -4
  20. package/dist/get-Dyz8NMrE.js +321 -0
  21. package/dist/hooks/useBreakpoint.js +2 -2
  22. package/dist/main.js +44 -43
  23. package/dist/{useBreakpoint-DyAmuka7.js → useBreakpoint-DROHPVxO.js} +2 -2
  24. package/package.json +1 -1
  25. package/dist/BlockView.module-8kbPxxc4.js +0 -15
  26. package/dist/HashTabView.module-BY0tbl3B.js +0 -13
  27. package/dist/HeaderFilter.module-DiBmulr5.js +0 -7
  28. package/dist/_baseToString-ByHt83eL.js +0 -282
  29. package/dist/_getTag-D4bRay2z.js +0 -226
  30. package/dist/baseView.module-DXWalo9p.js +0 -7
  31. package/dist/basicHeading.module-ClcvD7x2.js +0 -16
  32. package/dist/disclaimer.module-BZydt-Q_.js +0 -8
  33. package/dist/formDatePicker.module-DllLVp7D.js +0 -7
  34. package/dist/formSelect.module-CdHEvmH_.js +0 -9
  35. package/dist/formText.module-3BZ0M2vV.js +0 -10
  36. package/dist/get-BYajYtEc.js +0 -46
  37. package/dist/listArea.module-B04TR5bj.js +0 -14
  38. package/dist/searchBar.module-9gKyrZRT.js +0 -7
  39. package/dist/verticalDivider.module-C3_GL-fH.js +0 -7
  40. /package/dist/assets/{baseView.css → BaseView.css} +0 -0
  41. /package/dist/assets/{basicHeading.css → BasicHeading.css} +0 -0
  42. /package/dist/assets/{disclaimer.css → Disclaimer.css} +0 -0
  43. /package/dist/assets/{formDatePicker.css → FormDatePicker.css} +0 -0
  44. /package/dist/assets/{formSelect.css → FormSelect.css} +0 -0
  45. /package/dist/assets/{formText.css → FormText.css} +0 -0
  46. /package/dist/assets/{listArea.css → ListAreaService.css} +0 -0
  47. /package/dist/assets/{searchBar.css → SearchBar.css} +0 -0
  48. /package/dist/assets/{verticalDivider.css → VerticalDivider.css} +0 -0
@@ -2,7 +2,7 @@ import { jsx as r, Fragment as i } from "react/jsx-runtime";
2
2
  import { TypoButton as p } from "@element/react-components";
3
3
  import { r as s, s as a, f as u } from "../../react.esm-BeDwcQWb.js";
4
4
  import { ListArea as c } from "./ListArea.js";
5
- import { getGroupedItems as h } from "./ListAreaService.js";
5
+ import { g as h } from "../../ListAreaService-BPp_O2BH.js";
6
6
  import { d as m, t as n, g as t } from "../../vi.JYQecGiw-BbUbJcT8.js";
7
7
  m("ListArea Test", () => {
8
8
  const o = [
@@ -1,57 +1,10 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import { TypoButton as k, TypoSubtitle as C, TypoBody as x, Icon as N } from "@element/react-components";
3
- import { Iconify as L } from "../Iconify/Iconify.js";
4
- import { s as u } from "../../listArea.module-B04TR5bj.js";
5
- import { AvailableCustomIcons as $ } from "../../enums/AvailableCustomIcons.js";
6
- const O = (e, i, r, n) => {
7
- const c = e.reduce((o, a) => {
8
- const { groupName: t, ...m } = a;
9
- return !t || typeof t != "string" || (o[t] || (o[t] = {
10
- groupName: /* @__PURE__ */ s(k, { children: t }),
11
- id: t,
12
- items: []
13
- }), o[t].items = [
14
- ...o[t].items,
15
- y(m, i, r, !0, n)
16
- ]), o;
17
- }, {});
18
- return Object.values(c);
19
- }, P = (e, i, r, n) => e.map((c) => y(c, i, r, !1, n)), y = (e, i, r, n, c) => {
20
- const {
21
- title: o,
22
- subTitle: a,
23
- route: t,
24
- value: m,
25
- noNavigation: p,
26
- disabled: v,
27
- icon: f,
28
- iconType: d,
29
- trailingIcon: I,
30
- trailingIconType: T,
31
- actionButton: B,
32
- onClick: b,
33
- customTitle: g
34
- } = e, l = i === t;
35
- return {
36
- select: l,
37
- primaryText: g ?? /* @__PURE__ */ s(C, { level: 1, bold: l, themeColor: l ? "primary" : void 0, children: o }),
38
- secondaryText: a && !g ? /* @__PURE__ */ s(x, { level: 2, themeColor: l ? "primary" : void 0, children: a }) : void 0,
39
- trailingBlock: B ?? I ?? /* @__PURE__ */ s(N, { icon: "arrow_right" }),
40
- leadingBlock: j(f),
41
- nonInteractive: v,
42
- value: m,
43
- componentProps: {
44
- leadingBlockType: d ?? "icon",
45
- trailingBlockType: T ?? "icon",
46
- className: `${d === "avatar" ? "" : u.listItem} ${r} ${n ? u.groupedListItem : ""}`,
47
- onClick: (S, h) => b?.(h),
48
- tag: p ? void 0 : c ?? "a",
49
- to: p ? void 0 : t
50
- }
51
- };
52
- }, j = (e) => typeof e == "string" && e in $ ? /* @__PURE__ */ s(L, { icon: e }) : e;
1
+ import "react/jsx-runtime";
2
+ import "@element/react-components";
3
+ import "../Iconify/Iconify.js";
4
+ import { g as s, a as i, m as a } from "../../ListAreaService-BPp_O2BH.js";
5
+ import "../../enums/AvailableCustomIcons.js";
53
6
  export {
54
- O as getGroupedItems,
55
- P as getListedItems,
56
- y as mapListElement
7
+ s as getGroupedItems,
8
+ i as getListedItems,
9
+ a as mapListElement
57
10
  };
@@ -1,31 +1,33 @@
1
- import { jsx as a } from "react/jsx-runtime";
2
- import { Textfield as e, IconButton as s } from "@element/react-components";
3
- import { s as c } from "../../searchBar.module-9gKyrZRT.js";
4
- const m = ({
5
- className: i = "",
6
- dense: l = !1,
7
- searchTerm: o,
8
- setSearchTerm: t,
9
- placeholder: n
10
- }) => /* @__PURE__ */ a(
11
- e,
1
+ import "../../assets/SearchBar.css";
2
+ import { jsx as t } from "react/jsx-runtime";
3
+ import { Textfield as i, IconButton as l } from "@element/react-components";
4
+ const s = "_searchbar_gnvwc_1", u = {
5
+ searchbar: s
6
+ }, b = ({
7
+ className: r = "",
8
+ dense: n = !1,
9
+ searchTerm: a,
10
+ setSearchTerm: o,
11
+ placeholder: c
12
+ }) => /* @__PURE__ */ t(
13
+ i,
12
14
  {
13
- className: `${i ?? ""} ${c.searchbar}`,
14
- dense: l,
15
+ className: `${r ?? ""} ${u.searchbar}`,
16
+ dense: n,
15
17
  variant: "outlined",
16
- placeholder: n,
17
- value: o,
18
- onChange: (r) => t(r.target.value),
18
+ placeholder: c,
19
+ value: a,
20
+ onChange: (e) => o(e.target.value),
19
21
  fullWidth: !0,
20
- trailingIcon: /* @__PURE__ */ a(
21
- s,
22
+ trailingIcon: /* @__PURE__ */ t(
23
+ l,
22
24
  {
23
- icon: o ? "close" : "search",
24
- onClick: () => o ? t("") : void 0
25
+ icon: a ? "close" : "search",
26
+ onClick: () => a ? o("") : void 0
25
27
  }
26
28
  )
27
29
  }
28
30
  );
29
31
  export {
30
- m as SearchBar
32
+ b as SearchBar
31
33
  };
@@ -1,6 +1,8 @@
1
- import { jsx as s } from "react/jsx-runtime";
2
- import { s as i } from "../../verticalDivider.module-C3_GL-fH.js";
3
- const o = ({ height: r = "2rem", className: e = "" }) => /* @__PURE__ */ s("div", { className: `${i.divider} ${e}`, style: { height: r } });
1
+ import "../../assets/VerticalDivider.css";
2
+ import { jsx as e } from "react/jsx-runtime";
3
+ const d = "_divider_opvom_1", t = {
4
+ divider: d
5
+ }, v = ({ height: i = "2rem", className: r = "" }) => /* @__PURE__ */ e("div", { className: `${t.divider} ${r}`, style: { height: i } });
4
6
  export {
5
- o as VerticalDivider
7
+ v as VerticalDivider
6
8
  };
@@ -0,0 +1,321 @@
1
+ import { c as u, g as H } from "./_commonjsHelpers-CT_km90n.js";
2
+ function E(t, e) {
3
+ for (var a = -1, r = t == null ? 0 : t.length, n = Array(r); ++a < r; )
4
+ n[a] = e(t[a], a, t);
5
+ return n;
6
+ }
7
+ var F = E, A = Array.isArray, _ = A, K = typeof u == "object" && u && u.Object === Object && u, R = K, L = R, q = typeof self == "object" && self && self.Object === Object && self, U = L || q || Function("return this")(), g = U, J = g, V = J.Symbol, d = V, m = d, D = Object.prototype, X = D.hasOwnProperty, Y = D.toString, h = m ? m.toStringTag : void 0;
8
+ function Z(t) {
9
+ var e = X.call(t, h), a = t[h];
10
+ try {
11
+ t[h] = void 0;
12
+ var r = !0;
13
+ } catch {
14
+ }
15
+ var n = Y.call(t);
16
+ return r && (e ? t[h] = a : delete t[h]), n;
17
+ }
18
+ var k = Z, B = Object.prototype, Q = B.toString;
19
+ function W(t) {
20
+ return Q.call(t);
21
+ }
22
+ var tt = W, C = d, et = k, at = tt, rt = "[object Null]", nt = "[object Undefined]", S = C ? C.toStringTag : void 0;
23
+ function it(t) {
24
+ return t == null ? t === void 0 ? nt : rt : S && S in Object(t) ? et(t) : at(t);
25
+ }
26
+ var x = it;
27
+ function ot(t) {
28
+ return t != null && typeof t == "object";
29
+ }
30
+ var st = ot, ct = x, ht = st, ut = "[object Symbol]";
31
+ function vt(t) {
32
+ return typeof t == "symbol" || ht(t) && ct(t) == ut;
33
+ }
34
+ var $ = vt, lt = _, pt = $, ft = /\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/, _t = /^\w*$/;
35
+ function gt(t, e) {
36
+ if (lt(t))
37
+ return !1;
38
+ var a = typeof t;
39
+ return a == "number" || a == "symbol" || a == "boolean" || t == null || pt(t) ? !0 : _t.test(t) || !ft.test(t) || e != null && t in Object(e);
40
+ }
41
+ var dt = gt;
42
+ function $t(t) {
43
+ var e = typeof t;
44
+ return t != null && (e == "object" || e == "function");
45
+ }
46
+ var M = $t, yt = x, bt = M, mt = "[object AsyncFunction]", Ct = "[object Function]", St = "[object GeneratorFunction]", Ot = "[object Proxy]";
47
+ function Tt(t) {
48
+ if (!bt(t))
49
+ return !1;
50
+ var e = yt(t);
51
+ return e == Ct || e == St || e == mt || e == Ot;
52
+ }
53
+ var jt = Tt, Pt = g, wt = Pt["__core-js_shared__"], It = wt, f = It, O = function() {
54
+ var t = /[^.]+$/.exec(f && f.keys && f.keys.IE_PROTO || "");
55
+ return t ? "Symbol(src)_1." + t : "";
56
+ }();
57
+ function Dt(t) {
58
+ return !!O && O in t;
59
+ }
60
+ var xt = Dt, Mt = Function.prototype, Gt = Mt.toString;
61
+ function zt(t) {
62
+ if (t != null) {
63
+ try {
64
+ return Gt.call(t);
65
+ } catch {
66
+ }
67
+ try {
68
+ return t + "";
69
+ } catch {
70
+ }
71
+ }
72
+ return "";
73
+ }
74
+ var Nt = zt, Ht = jt, Et = xt, Ft = M, At = Nt, Kt = /[\\^$.*+?()[\]{}|]/g, Rt = /^\[object .+?Constructor\]$/, Lt = Function.prototype, qt = Object.prototype, Ut = Lt.toString, Jt = qt.hasOwnProperty, Vt = RegExp(
75
+ "^" + Ut.call(Jt).replace(Kt, "\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g, "$1.*?") + "$"
76
+ );
77
+ function Xt(t) {
78
+ if (!Ft(t) || Et(t))
79
+ return !1;
80
+ var e = Ht(t) ? Vt : Rt;
81
+ return e.test(At(t));
82
+ }
83
+ var Yt = Xt;
84
+ function Zt(t, e) {
85
+ return t?.[e];
86
+ }
87
+ var kt = Zt, Bt = Yt, Qt = kt;
88
+ function Wt(t, e) {
89
+ var a = Qt(t, e);
90
+ return Bt(a) ? a : void 0;
91
+ }
92
+ var G = Wt, te = G, ee = te(Object, "create"), v = ee, T = v;
93
+ function ae() {
94
+ this.__data__ = T ? T(null) : {}, this.size = 0;
95
+ }
96
+ var re = ae;
97
+ function ne(t) {
98
+ var e = this.has(t) && delete this.__data__[t];
99
+ return this.size -= e ? 1 : 0, e;
100
+ }
101
+ var ie = ne, oe = v, se = "__lodash_hash_undefined__", ce = Object.prototype, he = ce.hasOwnProperty;
102
+ function ue(t) {
103
+ var e = this.__data__;
104
+ if (oe) {
105
+ var a = e[t];
106
+ return a === se ? void 0 : a;
107
+ }
108
+ return he.call(e, t) ? e[t] : void 0;
109
+ }
110
+ var ve = ue, le = v, pe = Object.prototype, fe = pe.hasOwnProperty;
111
+ function _e(t) {
112
+ var e = this.__data__;
113
+ return le ? e[t] !== void 0 : fe.call(e, t);
114
+ }
115
+ var ge = _e, de = v, $e = "__lodash_hash_undefined__";
116
+ function ye(t, e) {
117
+ var a = this.__data__;
118
+ return this.size += this.has(t) ? 0 : 1, a[t] = de && e === void 0 ? $e : e, this;
119
+ }
120
+ var be = ye, me = re, Ce = ie, Se = ve, Oe = ge, Te = be;
121
+ function o(t) {
122
+ var e = -1, a = t == null ? 0 : t.length;
123
+ for (this.clear(); ++e < a; ) {
124
+ var r = t[e];
125
+ this.set(r[0], r[1]);
126
+ }
127
+ }
128
+ o.prototype.clear = me;
129
+ o.prototype.delete = Ce;
130
+ o.prototype.get = Se;
131
+ o.prototype.has = Oe;
132
+ o.prototype.set = Te;
133
+ var je = o;
134
+ function Pe() {
135
+ this.__data__ = [], this.size = 0;
136
+ }
137
+ var we = Pe;
138
+ function Ie(t, e) {
139
+ return t === e || t !== t && e !== e;
140
+ }
141
+ var De = Ie, xe = De;
142
+ function Me(t, e) {
143
+ for (var a = t.length; a--; )
144
+ if (xe(t[a][0], e))
145
+ return a;
146
+ return -1;
147
+ }
148
+ var l = Me, Ge = l, ze = Array.prototype, Ne = ze.splice;
149
+ function He(t) {
150
+ var e = this.__data__, a = Ge(e, t);
151
+ if (a < 0)
152
+ return !1;
153
+ var r = e.length - 1;
154
+ return a == r ? e.pop() : Ne.call(e, a, 1), --this.size, !0;
155
+ }
156
+ var Ee = He, Fe = l;
157
+ function Ae(t) {
158
+ var e = this.__data__, a = Fe(e, t);
159
+ return a < 0 ? void 0 : e[a][1];
160
+ }
161
+ var Ke = Ae, Re = l;
162
+ function Le(t) {
163
+ return Re(this.__data__, t) > -1;
164
+ }
165
+ var qe = Le, Ue = l;
166
+ function Je(t, e) {
167
+ var a = this.__data__, r = Ue(a, t);
168
+ return r < 0 ? (++this.size, a.push([t, e])) : a[r][1] = e, this;
169
+ }
170
+ var Ve = Je, Xe = we, Ye = Ee, Ze = Ke, ke = qe, Be = Ve;
171
+ function s(t) {
172
+ var e = -1, a = t == null ? 0 : t.length;
173
+ for (this.clear(); ++e < a; ) {
174
+ var r = t[e];
175
+ this.set(r[0], r[1]);
176
+ }
177
+ }
178
+ s.prototype.clear = Xe;
179
+ s.prototype.delete = Ye;
180
+ s.prototype.get = Ze;
181
+ s.prototype.has = ke;
182
+ s.prototype.set = Be;
183
+ var Qe = s, We = G, ta = g, ea = We(ta, "Map"), aa = ea, j = je, ra = Qe, na = aa;
184
+ function ia() {
185
+ this.size = 0, this.__data__ = {
186
+ hash: new j(),
187
+ map: new (na || ra)(),
188
+ string: new j()
189
+ };
190
+ }
191
+ var oa = ia;
192
+ function sa(t) {
193
+ var e = typeof t;
194
+ return e == "string" || e == "number" || e == "symbol" || e == "boolean" ? t !== "__proto__" : t === null;
195
+ }
196
+ var ca = sa, ha = ca;
197
+ function ua(t, e) {
198
+ var a = t.__data__;
199
+ return ha(e) ? a[typeof e == "string" ? "string" : "hash"] : a.map;
200
+ }
201
+ var p = ua, va = p;
202
+ function la(t) {
203
+ var e = va(this, t).delete(t);
204
+ return this.size -= e ? 1 : 0, e;
205
+ }
206
+ var pa = la, fa = p;
207
+ function _a(t) {
208
+ return fa(this, t).get(t);
209
+ }
210
+ var ga = _a, da = p;
211
+ function $a(t) {
212
+ return da(this, t).has(t);
213
+ }
214
+ var ya = $a, ba = p;
215
+ function ma(t, e) {
216
+ var a = ba(this, t), r = a.size;
217
+ return a.set(t, e), this.size += a.size == r ? 0 : 1, this;
218
+ }
219
+ var Ca = ma, Sa = oa, Oa = pa, Ta = ga, ja = ya, Pa = Ca;
220
+ function c(t) {
221
+ var e = -1, a = t == null ? 0 : t.length;
222
+ for (this.clear(); ++e < a; ) {
223
+ var r = t[e];
224
+ this.set(r[0], r[1]);
225
+ }
226
+ }
227
+ c.prototype.clear = Sa;
228
+ c.prototype.delete = Oa;
229
+ c.prototype.get = Ta;
230
+ c.prototype.has = ja;
231
+ c.prototype.set = Pa;
232
+ var wa = c, z = wa, Ia = "Expected a function";
233
+ function y(t, e) {
234
+ if (typeof t != "function" || e != null && typeof e != "function")
235
+ throw new TypeError(Ia);
236
+ var a = function() {
237
+ var r = arguments, n = e ? e.apply(this, r) : r[0], i = a.cache;
238
+ if (i.has(n))
239
+ return i.get(n);
240
+ var b = t.apply(this, r);
241
+ return a.cache = i.set(n, b) || i, b;
242
+ };
243
+ return a.cache = new (y.Cache || z)(), a;
244
+ }
245
+ y.Cache = z;
246
+ var Da = y, xa = Da, Ma = 500;
247
+ function Ga(t) {
248
+ var e = xa(t, function(r) {
249
+ return a.size === Ma && a.clear(), r;
250
+ }), a = e.cache;
251
+ return e;
252
+ }
253
+ var za = Ga, Na = za, Ha = /[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g, Ea = /\\(\\)?/g, Fa = Na(function(t) {
254
+ var e = [];
255
+ return t.charCodeAt(0) === 46 && e.push(""), t.replace(Ha, function(a, r, n, i) {
256
+ e.push(n ? i.replace(Ea, "$1") : r || a);
257
+ }), e;
258
+ }), Aa = Fa, P = d, Ka = F, Ra = _, La = $, qa = 1 / 0, w = P ? P.prototype : void 0, I = w ? w.toString : void 0;
259
+ function N(t) {
260
+ if (typeof t == "string")
261
+ return t;
262
+ if (Ra(t))
263
+ return Ka(t, N) + "";
264
+ if (La(t))
265
+ return I ? I.call(t) : "";
266
+ var e = t + "";
267
+ return e == "0" && 1 / t == -qa ? "-0" : e;
268
+ }
269
+ var Ua = N, Ja = Ua;
270
+ function Va(t) {
271
+ return t == null ? "" : Ja(t);
272
+ }
273
+ var Xa = Va, Ya = _, Za = dt, ka = Aa, Ba = Xa;
274
+ function Qa(t, e) {
275
+ return Ya(t) ? t : Za(t, e) ? [t] : ka(Ba(t));
276
+ }
277
+ var Wa = Qa, tr = $, er = 1 / 0;
278
+ function ar(t) {
279
+ if (typeof t == "string" || tr(t))
280
+ return t;
281
+ var e = t + "";
282
+ return e == "0" && 1 / t == -er ? "-0" : e;
283
+ }
284
+ var rr = ar, nr = Wa, ir = rr;
285
+ function or(t, e) {
286
+ e = nr(e, t);
287
+ for (var a = 0, r = e.length; t != null && a < r; )
288
+ t = t[ir(e[a++])];
289
+ return a && a == r ? t : void 0;
290
+ }
291
+ var sr = or, cr = sr;
292
+ function hr(t, e, a) {
293
+ var r = t == null ? void 0 : cr(t, e);
294
+ return r === void 0 ? a : r;
295
+ }
296
+ var ur = hr;
297
+ const lr = /* @__PURE__ */ H(ur);
298
+ export {
299
+ Qe as _,
300
+ aa as a,
301
+ wa as b,
302
+ g as c,
303
+ d,
304
+ De as e,
305
+ x as f,
306
+ lr as g,
307
+ st as h,
308
+ _ as i,
309
+ R as j,
310
+ jt as k,
311
+ G as l,
312
+ Nt as m,
313
+ M as n,
314
+ Wa as o,
315
+ rr as p,
316
+ ur as q,
317
+ dt as r,
318
+ sr as s,
319
+ $ as t,
320
+ F as u
321
+ };
@@ -1,6 +1,6 @@
1
1
  import "react";
2
- import { u as a, b as o } from "../useBreakpoint-DyAmuka7.js";
2
+ import { a as s, b as o } from "../useBreakpoint-DROHPVxO.js";
3
3
  export {
4
- a as useBreakpoints,
4
+ s as useBreakpoints,
5
5
  o as useMediaQuery
6
6
  };
package/dist/main.js CHANGED
@@ -1,47 +1,48 @@
1
- import { DeleteModal as e } from "./components/DeleteModal/DeleteModal.js";
2
- import { BaseView as m } from "./components/BaseView/BaseView.js";
3
- import { BasicHeading as x } from "./components/BasicHeading/BasicHeading.js";
1
+ import "./assets/main.css";
2
+ import { BaseView as t } from "./components/BaseView/BaseView.js";
3
+ import { BasicHeading as p } from "./components/BasicHeading/BasicHeading.js";
4
4
  import { BlockView as a } from "./components/BlockView/BlockView.js";
5
- import { Disclaimer as l } from "./components/Disclaimer/Disclaimer.js";
6
- import { EmptyView as s } from "./components/EmptyView/EmptyView.js";
7
- import { HashTabView as d } from "./components/HashTabView/HashTabView.js";
8
- import { HeaderFilter as S } from "./components/HeaderFilter/HeaderFilter.js";
9
- import { Iconify as b } from "./components/Iconify/Iconify.js";
10
- import { ListArea as n } from "./components/ListArea/ListArea.js";
11
- import { ScrollbarX as D, ScrollbarY as h } from "./components/Scrollbar/Scrollbar.js";
12
- import { SearchBar as H } from "./components/SearchBar/SearchBar.js";
13
- import { VerticalDivider as y } from "./components/VerticalDivider/VerticalDivider.js";
14
- import { FormCheckBox as C } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
15
- import { FormDatePicker as L } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
16
- import { FormRadio as g } from "./components/FormComponents/FormRadio/FormRadio.js";
17
- import { FormSelect as E } from "./components/FormComponents/FormSelect/FormSelect.js";
18
- import { FormSlider as P } from "./components/FormComponents/FormSlider/FormSlider.js";
19
- import { FormText as X } from "./components/FormComponents/FormText/FormText.js";
20
- import { AvailableCustomIcons as j } from "./enums/AvailableCustomIcons.js";
21
- import { u as G } from "./useBreakpoint-DyAmuka7.js";
22
- import { capitalizeFirstLetters as K } from "./services/UtilService.js";
5
+ import { DeleteModal as i } from "./components/DeleteModal/DeleteModal.js";
6
+ import { Disclaimer as c } from "./components/Disclaimer/Disclaimer.js";
7
+ import { EmptyView as F } from "./components/EmptyView/EmptyView.js";
8
+ import { HashTabView as B } from "./components/HashTabView/HashTabView.js";
9
+ import { HeaderFilter as V } from "./components/HeaderFilter/HeaderFilter.js";
10
+ import { Iconify as k } from "./components/Iconify/Iconify.js";
11
+ import { ListArea as w } from "./components/ListArea/ListArea.js";
12
+ import { ScrollbarX as h, ScrollbarY as H } from "./components/Scrollbar/Scrollbar.js";
13
+ import { SearchBar as v } from "./components/SearchBar/SearchBar.js";
14
+ import { VerticalDivider as A } from "./components/VerticalDivider/VerticalDivider.js";
15
+ import { FormCheckBox as I } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
16
+ import { FormDatePicker as T } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
17
+ import { FormRadio as z } from "./components/FormComponents/FormRadio/FormRadio.js";
18
+ import { FormSelect as M } from "./components/FormComponents/FormSelect/FormSelect.js";
19
+ import { FormSlider as R } from "./components/FormComponents/FormSlider/FormSlider.js";
20
+ import { FormText as Y } from "./components/FormComponents/FormText/FormText.js";
21
+ import { AvailableCustomIcons as q } from "./enums/AvailableCustomIcons.js";
22
+ import { a as J } from "./useBreakpoint-DROHPVxO.js";
23
+ import { capitalizeFirstLetters as N } from "./services/UtilService.js";
23
24
  export {
24
- j as AvailableCustomIcons,
25
- m as BaseView,
26
- x as BasicHeading,
25
+ q as AvailableCustomIcons,
26
+ t as BaseView,
27
+ p as BasicHeading,
27
28
  a as BlockView,
28
- e as DeleteModal,
29
- l as Disclaimer,
30
- s as EmptyView,
31
- C as FormCheckBox,
32
- L as FormDatePicker,
33
- g as FormRadio,
34
- E as FormSelect,
35
- P as FormSlider,
36
- X as FormText,
37
- d as HashTabView,
38
- S as HeaderFilter,
39
- b as Iconify,
40
- n as ListArea,
41
- D as ScrollbarX,
42
- h as ScrollbarY,
43
- H as SearchBar,
44
- y as VerticalDivider,
45
- K as capitalizeFirstLetters,
46
- G as useBreakpoints
29
+ i as DeleteModal,
30
+ c as Disclaimer,
31
+ F as EmptyView,
32
+ I as FormCheckBox,
33
+ T as FormDatePicker,
34
+ z as FormRadio,
35
+ M as FormSelect,
36
+ R as FormSlider,
37
+ Y as FormText,
38
+ B as HashTabView,
39
+ V as HeaderFilter,
40
+ k as Iconify,
41
+ w as ListArea,
42
+ h as ScrollbarX,
43
+ H as ScrollbarY,
44
+ v as SearchBar,
45
+ A as VerticalDivider,
46
+ N as capitalizeFirstLetters,
47
+ J as useBreakpoints
47
48
  };
@@ -29,7 +29,7 @@ const u = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
29
29
  useMediaQuery: t
30
30
  }, Symbol.toStringTag, { value: "Module" }));
31
31
  export {
32
- u as a,
32
+ d as a,
33
33
  t as b,
34
- d as u
34
+ u
35
35
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hortiview/shared-components",
3
3
  "description": "This is a shared component library. It should used in the HortiView platform and its modules.",
4
- "version": "0.0.4775",
4
+ "version": "0.0.4779",
5
5
  "type": "module",
6
6
  "repository": "https://dev.azure.com/sdundc/HV%20Platform/_git/HortiView-Frontend-Shared",
7
7
  "author": "Falk Menge <falk.menge.ext@bayer.com>",
@@ -1,15 +0,0 @@
1
- import "./assets/BlockView.css";
2
- const c = "_grid_g18cu_1", o = "_black_g18cu_11", _ = "_blockLayout_g18cu_15", t = "_blockRow_g18cu_27", l = "_block_g18cu_15", b = "_active_g18cu_46", k = "_error_g18cu_52", e = "_empty_g18cu_58", r = "_blockText_g18cu_65", g = {
3
- grid: c,
4
- black: o,
5
- blockLayout: _,
6
- blockRow: t,
7
- block: l,
8
- active: b,
9
- error: k,
10
- empty: e,
11
- blockText: r
12
- };
13
- export {
14
- g as s
15
- };
@@ -1,13 +0,0 @@
1
- import "./assets/HashTabView.css";
2
- const t = "_elevation_1rcw6_1", n = "_themeBackground_1rcw6_6", a = "_tabBar_1rcw6_10", r = "_tabWrapper_1rcw6_16", o = "_tabButton_1rcw6_20", c = "_childContainer_1rcw6_24", e = "_childContainerLg_1rcw6_28", i = {
3
- elevation: t,
4
- themeBackground: n,
5
- tabBar: a,
6
- tabWrapper: r,
7
- tabButton: o,
8
- childContainer: c,
9
- childContainerLg: e
10
- };
11
- export {
12
- i as s
13
- };
@@ -1,7 +0,0 @@
1
- import "./assets/HeaderFilter.css";
2
- const e = "_filterSelect_923nc_1", l = {
3
- filterSelect: e
4
- };
5
- export {
6
- l as s
7
- };