@hortiview/shared-components 0.0.11176 → 0.0.11587
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.
- package/README.md +58 -8
- package/dist/BigLoadingSpinner-iegTbDcD.js +16 -0
- package/dist/GenericCard-6J558OgP.js +350 -0
- package/dist/ListAreaService-DOwtdRa4.js +109 -0
- package/dist/_MapCache-B75yWNNd.js +376 -0
- package/dist/_baseIsEqual-D0Dsajdb.js +317 -0
- package/dist/_getTag-BCf9b56Z.js +81 -0
- package/dist/animationframe-EMBh6XeO.js +54 -0
- package/dist/assets/HashTabView.css +1 -1
- package/dist/assets/Select.css +1 -0
- package/dist/component-DsB0poTj.js +571 -0
- package/dist/component-neHBNHRu.js +114 -0
- package/dist/components/AlertBanner/AlertBanner.d.ts +0 -1
- package/dist/components/AlertBanner/AlertBanner.js +15 -15
- package/dist/components/AlertBanner/AlertBanner.test.js +11 -9
- package/dist/components/BaseView/BaseView.d.ts +1 -1
- package/dist/components/BaseView/BaseView.js +27 -28
- package/dist/components/BaseView/BaseView.test.js +25 -25
- package/dist/components/BasicHeading/BasicHeading.d.ts +1 -0
- package/dist/components/BasicHeading/BasicHeading.js +17 -17
- package/dist/components/BasicHeading/BasicHeading.test.js +10 -10
- package/dist/components/BlockView/BlockView.d.ts +1 -0
- package/dist/components/BlockView/BlockView.js +24 -25
- package/dist/components/BlockView/BlockView.test.js +2 -2
- package/dist/components/ChipCard/ChipCard.js +1765 -15
- package/dist/components/ChipCard/ChipCard.test.js +2 -2
- package/dist/components/ContextMenu/ContextMenu.d.ts +3 -2
- package/dist/components/ContextMenu/ContextMenu.js +28 -28
- package/dist/components/ContextMenu/ContextMenu.test.js +2 -2
- package/dist/components/DeleteModal/DeleteModal.d.ts +0 -1
- package/dist/components/DeleteModal/DeleteModal.js +53 -51
- package/dist/components/DeleteModal/DeleteModal.test.js +2 -2
- package/dist/components/Disclaimer/Disclaimer.js +12 -11
- package/dist/components/Disclaimer/Disclaimer.test.js +2 -2
- package/dist/components/EmptyView/EmptyView.d.ts +1 -0
- package/dist/components/EmptyView/EmptyView.js +258 -19
- package/dist/components/EmptyView/EmptyView.test.js +2 -2
- package/dist/components/Filter/Filter.d.ts +1 -0
- package/dist/components/Filter/Filter.js +81 -77
- package/dist/components/Filter/Filter.test.js +2 -2
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.d.ts +1 -0
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +13 -11
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +2 -2
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.d.ts +3 -2
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +5975 -6389
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +2 -2
- package/dist/components/FormComponents/FormNumber/CustomTextField.d.ts +2 -1
- package/dist/components/FormComponents/FormNumber/CustomTextField.js +13 -14
- package/dist/components/FormComponents/FormNumber/FormNumber.d.ts +2 -1
- package/dist/components/FormComponents/FormNumber/FormNumber.js +2 -2
- package/dist/components/FormComponents/FormNumber/FormNumber.test.js +4 -4
- package/dist/components/FormComponents/FormRadio/FormRadio.d.ts +1 -0
- package/dist/components/FormComponents/FormRadio/FormRadio.js +4 -4
- package/dist/components/FormComponents/FormRadio/FormRadio.test.js +2 -2
- package/dist/components/FormComponents/FormSelect/FormSelect.d.ts +4 -7
- package/dist/components/FormComponents/FormSelect/FormSelect.js +100 -110
- package/dist/components/FormComponents/FormSelect/FormSelect.test.js +3 -3
- package/dist/components/FormComponents/FormSelect/SelectTooltipText.d.ts +1 -0
- package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +6 -5
- package/dist/components/FormComponents/FormSlider/FormSlider.d.ts +1 -0
- package/dist/components/FormComponents/FormSlider/FormSlider.js +1155 -27
- package/dist/components/FormComponents/FormSlider/FormSlider.test.js +2 -2
- package/dist/components/FormComponents/FormText/FormText.d.ts +2 -1
- package/dist/components/FormComponents/FormText/FormText.js +28 -28
- package/dist/components/FormComponents/FormText/FormText.test.js +13 -13
- package/dist/components/FormComponents/FormToggle/FormToggle.d.ts +2 -1
- package/dist/components/FormComponents/FormToggle/FormToggle.js +17 -15
- package/dist/components/FormComponents/FormToggle/FormToggle.test.js +2 -2
- package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.d.ts +2 -1
- package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
- package/dist/components/GenericTable/GenericTable.d.ts +1 -0
- package/dist/components/GenericTable/GenericTable.js +10487 -76
- package/dist/components/GenericTable/GenericTable.test.js +2 -2
- package/dist/components/GenericTable/GenericTableService.d.ts +1 -0
- package/dist/components/GenericTable/GenericTableService.js +41 -41
- package/dist/components/GenericTable/Mobile/GenericCard.d.ts +1 -1
- package/dist/components/GenericTable/Mobile/GenericCard.js +4 -3
- package/dist/components/GenericTable/Mobile/GenericCard.test.js +3 -3
- package/dist/components/GenericTable/Mobile/GenericCardList.d.ts +1 -1
- package/dist/components/GenericTable/Mobile/GenericCardList.js +10 -8
- package/dist/components/GenericTable/Mobile/GenericCardList.test.js +2 -2
- package/dist/components/HashTabView/HashTabView.d.ts +6 -1
- package/dist/components/HashTabView/HashTabView.js +1805 -72
- package/dist/components/HashTabView/HashTabView.test.js +2 -2
- package/dist/components/HeaderFilter/HeaderFilter.d.ts +3 -2
- package/dist/components/HeaderFilter/HeaderFilter.js +14 -14
- package/dist/components/HeaderFilter/HeaderFilter.test.js +2 -2
- package/dist/components/HealthCheckFailed/HealthCheckFailed.js +19 -17
- package/dist/components/HealthCheckFailed/HealthCheckFailed.test.js +2 -2
- package/dist/components/Iconify/Iconify.d.ts +2 -3
- package/dist/components/Iconify/Iconify.js +44 -45
- package/dist/components/Iconify/Iconify.test.js +2 -2
- package/dist/components/InfoGroup/InfoGroup.d.ts +4 -3
- package/dist/components/InfoGroup/InfoGroup.js +30 -29
- package/dist/components/InfoGroup/InfoGroup.test.js +2 -2
- package/dist/components/ListArea/ListArea.d.ts +1 -1
- package/dist/components/ListArea/ListArea.js +29 -27
- package/dist/components/ListArea/ListArea.test.js +5 -5
- package/dist/components/ListArea/ListAreaService.d.ts +9 -8
- package/dist/components/ListArea/ListAreaService.js +7 -5
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +2 -2
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +3 -3
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +506 -38
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +2 -2
- package/dist/components/Modal/Modal.d.ts +2 -1
- package/dist/components/Modal/Modal.js +926 -10
- package/dist/components/ModulePadding/ModulePadding.d.ts +7 -0
- package/dist/components/ModulePadding/ModulePadding.js +28 -0
- package/dist/components/ModulePadding/ModulePadding.test.d.ts +1 -0
- package/dist/components/ModulePadding/ModulePadding.test.js +22 -0
- package/dist/components/OverflowTooltip/OverflowTooltip.d.ts +0 -1
- package/dist/components/OverflowTooltip/OverflowTooltip.js +13 -14
- package/dist/components/OverflowTooltip/OverflowTooltip.test.js +4 -4
- package/dist/components/Scrollbar/Scrollbar.js +5 -6
- package/dist/components/Scrollbar/scrollbar.test.js +2 -2
- package/dist/components/SearchBar/SearchBar.js +11 -11
- package/dist/components/SearchBar/SearchBar.test.js +2 -2
- package/dist/components/Select/Select.d.ts +14 -0
- package/dist/components/Select/Select.js +34 -0
- package/dist/components/Select/Select.test.d.ts +1 -0
- package/dist/components/Select/Select.test.js +28 -0
- package/dist/components/VerticalDivider/VerticalDivider.js +4 -5
- package/dist/components/VerticalDivider/VerticalDivider.test.js +2 -2
- package/dist/floating-ui.dom-CeD8zknG.js +978 -0
- package/dist/get-7ACccM2X.js +114 -0
- package/dist/{get-BiqanC9_.js → get-DFv1gXfq.js} +1 -1
- package/dist/hooks/useBreakpoints.test.js +2 -2
- package/dist/hooks/useHelperText.d.ts +1 -0
- package/dist/hooks/useHelperText.js +1 -1
- package/dist/identity-DLWZln-X.js +1763 -0
- package/dist/{index-DzM8o582.js → index-CrcXCSzI.js} +1940 -1796
- package/dist/index.es-0lQcz8m1.js +444 -0
- package/dist/index.es-25EARqhH.js +2027 -0
- package/dist/index.es-3043KTnb.js +1066 -0
- package/dist/index.es-41ztjcFT.js +724 -0
- package/dist/index.es-6TJ1S8Jr.js +954 -0
- package/dist/index.es-8GOVkuo-.js +374 -0
- package/dist/index.es-B-_jXDuz.js +216 -0
- package/dist/index.es-BWgXLqXn.js +102 -0
- package/dist/index.es-BtjV0oNv.js +360 -0
- package/dist/index.es-BvrQnJ3j.js +509 -0
- package/dist/index.es-CF_xy2ns.js +674 -0
- package/dist/index.es-CL_Heu1n.js +54 -0
- package/dist/index.es-CiqbARoC.js +306 -0
- package/dist/index.es-D-CKRzIB.js +63 -0
- package/dist/index.es-D6N-XWHe.js +56 -0
- package/dist/index.es-DKDgy7Kt.js +45 -0
- package/dist/index.es-DntoATwO.js +159 -0
- package/dist/index.es-UHKFl8Da.js +7075 -0
- package/dist/index.es-d5xhUpJZ.js +3242 -0
- package/dist/index.es-da0cf7oE.js +569 -0
- package/dist/index.es-h2lMdt7G.js +107 -0
- package/dist/index.es-zr101OF5.js +4853 -0
- package/dist/{isArray-2zMxXFEr.js → isArray-DN9s620O.js} +3 -3
- package/dist/{isArray-C_5XvIlE.js → isArray-Dub1wGJM.js} +1 -1
- package/dist/isEmpty-B4GG2s-V.js +31 -0
- package/dist/isPlainObject-C273y67K.js +40 -0
- package/dist/isString-BW9UHONv.js +21 -0
- package/dist/keyboard-Bpt0aBqQ.js +107 -0
- package/dist/main.d.ts +3 -0
- package/dist/main.js +58 -54
- package/dist/orderBy-Bd48bw88.js +316 -0
- package/dist/{react-number-format.es-BD3_OvMU.js → react-number-format.es-BK1EpVXq.js} +151 -151
- package/dist/react-tooltip.min-DSY6KDqS.js +431 -0
- package/dist/{react.esm-FR1-H8iU.js → react.esm-DNwojocF.js} +5289 -4990
- package/dist/services/BlockService.d.ts +1 -0
- package/dist/services/NumberService.d.ts +1 -0
- package/dist/services/UtilService.d.ts +1 -0
- package/dist/services/UtilService.js +2 -2
- package/dist/services/services.test.js +1 -1
- package/dist/toString-CrgB_7Pe.js +54 -0
- package/dist/tslib.es6-BDCynO9F.js +162 -0
- package/dist/types/GenericTable.d.ts +2 -2
- package/dist/types/HashTab.d.ts +0 -1
- package/dist/types/ListElement.d.ts +0 -1
- package/dist/types/internal/ReactRouterTypes.d.ts +0 -1
- package/dist/uniqueId-NU3-C36A.js +18 -0
- package/dist/util-DA21pZXj.js +78 -0
- package/dist/{vi.CjhMlMwf-DWv7vrn7.js → vi.CjhMlMwf-BCJNwXvu.js} +1 -1
- package/package.json +15 -15
- package/dist/BigLoadingSpinner-C3wTbTD0.js +0 -17
- package/dist/GenericCard-B8x1DMa8.js +0 -81
- package/dist/ListAreaService-CRX4eEUJ.js +0 -108
- package/dist/_Map-Dtlps7IZ.js +0 -113
- package/dist/_overArg-_0pUmCsX.js +0 -14
- package/dist/get-P-5PYZOE.js +0 -426
- package/dist/isEmpty-BimaZd5G.js +0 -225
- package/dist/isString-BOHPtrlm.js +0 -44
- package/dist/orderBy-BVQIswlJ.js +0 -765
- package/dist/react-tooltip.min-c2wVkjF2.js +0 -1354
|
@@ -0,0 +1,31 @@
|
|
|
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";
|
|
4
|
+
import { r as x } from "./isArray-DN9s620O.js";
|
|
5
|
+
var t, s;
|
|
6
|
+
function O() {
|
|
7
|
+
if (s) return t;
|
|
8
|
+
s = 1;
|
|
9
|
+
var i = I(), o = T(), a = h(), p = x(), n = j(), y = P(), f = _(), m = d(), u = "[object Map]", g = "[object Set]", c = Object.prototype, q = c.hasOwnProperty;
|
|
10
|
+
function A(r) {
|
|
11
|
+
if (r == null)
|
|
12
|
+
return !0;
|
|
13
|
+
if (n(r) && (p(r) || typeof r == "string" || typeof r.splice == "function" || y(r) || m(r) || a(r)))
|
|
14
|
+
return !r.length;
|
|
15
|
+
var e = o(r);
|
|
16
|
+
if (e == u || e == g)
|
|
17
|
+
return !r.size;
|
|
18
|
+
if (f(r))
|
|
19
|
+
return !i(r).length;
|
|
20
|
+
for (var E in r)
|
|
21
|
+
if (q.call(r, E))
|
|
22
|
+
return !1;
|
|
23
|
+
return !0;
|
|
24
|
+
}
|
|
25
|
+
return t = A, t;
|
|
26
|
+
}
|
|
27
|
+
var k = O();
|
|
28
|
+
const z = /* @__PURE__ */ b(k);
|
|
29
|
+
export {
|
|
30
|
+
z as i
|
|
31
|
+
};
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { a as y, b as q } from "./isArray-DN9s620O.js";
|
|
2
|
+
var c, f;
|
|
3
|
+
function _() {
|
|
4
|
+
if (f) return c;
|
|
5
|
+
f = 1;
|
|
6
|
+
function r(t, o) {
|
|
7
|
+
return function(n) {
|
|
8
|
+
return t(o(n));
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
return c = r, c;
|
|
12
|
+
}
|
|
13
|
+
var u, v;
|
|
14
|
+
function h() {
|
|
15
|
+
if (v) return u;
|
|
16
|
+
v = 1;
|
|
17
|
+
var r = _(), t = r(Object.getPrototypeOf, Object);
|
|
18
|
+
return u = t, u;
|
|
19
|
+
}
|
|
20
|
+
var s, g;
|
|
21
|
+
function T() {
|
|
22
|
+
if (g) return s;
|
|
23
|
+
g = 1;
|
|
24
|
+
var r = y(), t = h(), o = q(), n = "[object Object]", p = Function.prototype, j = Object.prototype, b = p.toString, O = j.hasOwnProperty, P = b.call(Object);
|
|
25
|
+
function l(a) {
|
|
26
|
+
if (!o(a) || r(a) != n)
|
|
27
|
+
return !1;
|
|
28
|
+
var i = t(a);
|
|
29
|
+
if (i === null)
|
|
30
|
+
return !0;
|
|
31
|
+
var e = O.call(i, "constructor") && i.constructor;
|
|
32
|
+
return typeof e == "function" && e instanceof e && b.call(e) == P;
|
|
33
|
+
}
|
|
34
|
+
return s = l, s;
|
|
35
|
+
}
|
|
36
|
+
export {
|
|
37
|
+
_ as a,
|
|
38
|
+
h as b,
|
|
39
|
+
T as r
|
|
40
|
+
};
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { g as s } from "./_commonjsHelpers-BkfeUUK-.js";
|
|
2
|
+
import { r as c } from "./isPlainObject-C273y67K.js";
|
|
3
|
+
import { a as b, r as u, b as f } from "./isArray-DN9s620O.js";
|
|
4
|
+
var p = c();
|
|
5
|
+
const O = /* @__PURE__ */ s(p);
|
|
6
|
+
var i, t;
|
|
7
|
+
function j() {
|
|
8
|
+
if (t) return i;
|
|
9
|
+
t = 1;
|
|
10
|
+
var e = b(), a = u(), n = f(), o = "[object String]";
|
|
11
|
+
function g(r) {
|
|
12
|
+
return typeof r == "string" || !a(r) && n(r) && e(r) == o;
|
|
13
|
+
}
|
|
14
|
+
return i = g, i;
|
|
15
|
+
}
|
|
16
|
+
var m = j();
|
|
17
|
+
const x = /* @__PURE__ */ s(m);
|
|
18
|
+
export {
|
|
19
|
+
x as a,
|
|
20
|
+
O as i
|
|
21
|
+
};
|
|
@@ -0,0 +1,107 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2020 Google Inc.
|
|
4
|
+
*
|
|
5
|
+
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
* of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
* in the Software without restriction, including without limitation the rights
|
|
8
|
+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
* copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
* furnished to do so, subject to the following conditions:
|
|
11
|
+
*
|
|
12
|
+
* The above copyright notice and this permission notice shall be included in
|
|
13
|
+
* all copies or substantial portions of the Software.
|
|
14
|
+
*
|
|
15
|
+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
* THE SOFTWARE.
|
|
22
|
+
*/
|
|
23
|
+
var E = {
|
|
24
|
+
UNKNOWN: "Unknown",
|
|
25
|
+
BACKSPACE: "Backspace",
|
|
26
|
+
ENTER: "Enter",
|
|
27
|
+
SPACEBAR: "Spacebar",
|
|
28
|
+
PAGE_UP: "PageUp",
|
|
29
|
+
PAGE_DOWN: "PageDown",
|
|
30
|
+
END: "End",
|
|
31
|
+
HOME: "Home",
|
|
32
|
+
ARROW_LEFT: "ArrowLeft",
|
|
33
|
+
ARROW_UP: "ArrowUp",
|
|
34
|
+
ARROW_RIGHT: "ArrowRight",
|
|
35
|
+
ARROW_DOWN: "ArrowDown",
|
|
36
|
+
DELETE: "Delete",
|
|
37
|
+
ESCAPE: "Escape",
|
|
38
|
+
TAB: "Tab"
|
|
39
|
+
}, A = /* @__PURE__ */ new Set();
|
|
40
|
+
A.add(E.BACKSPACE);
|
|
41
|
+
A.add(E.ENTER);
|
|
42
|
+
A.add(E.SPACEBAR);
|
|
43
|
+
A.add(E.PAGE_UP);
|
|
44
|
+
A.add(E.PAGE_DOWN);
|
|
45
|
+
A.add(E.END);
|
|
46
|
+
A.add(E.HOME);
|
|
47
|
+
A.add(E.ARROW_LEFT);
|
|
48
|
+
A.add(E.ARROW_UP);
|
|
49
|
+
A.add(E.ARROW_RIGHT);
|
|
50
|
+
A.add(E.ARROW_DOWN);
|
|
51
|
+
A.add(E.DELETE);
|
|
52
|
+
A.add(E.ESCAPE);
|
|
53
|
+
A.add(E.TAB);
|
|
54
|
+
var a = {
|
|
55
|
+
BACKSPACE: 8,
|
|
56
|
+
ENTER: 13,
|
|
57
|
+
SPACEBAR: 32,
|
|
58
|
+
PAGE_UP: 33,
|
|
59
|
+
PAGE_DOWN: 34,
|
|
60
|
+
END: 35,
|
|
61
|
+
HOME: 36,
|
|
62
|
+
ARROW_LEFT: 37,
|
|
63
|
+
ARROW_UP: 38,
|
|
64
|
+
ARROW_RIGHT: 39,
|
|
65
|
+
ARROW_DOWN: 40,
|
|
66
|
+
DELETE: 46,
|
|
67
|
+
ESCAPE: 27,
|
|
68
|
+
TAB: 9
|
|
69
|
+
}, R = /* @__PURE__ */ new Map();
|
|
70
|
+
R.set(a.BACKSPACE, E.BACKSPACE);
|
|
71
|
+
R.set(a.ENTER, E.ENTER);
|
|
72
|
+
R.set(a.SPACEBAR, E.SPACEBAR);
|
|
73
|
+
R.set(a.PAGE_UP, E.PAGE_UP);
|
|
74
|
+
R.set(a.PAGE_DOWN, E.PAGE_DOWN);
|
|
75
|
+
R.set(a.END, E.END);
|
|
76
|
+
R.set(a.HOME, E.HOME);
|
|
77
|
+
R.set(a.ARROW_LEFT, E.ARROW_LEFT);
|
|
78
|
+
R.set(a.ARROW_UP, E.ARROW_UP);
|
|
79
|
+
R.set(a.ARROW_RIGHT, E.ARROW_RIGHT);
|
|
80
|
+
R.set(a.ARROW_DOWN, E.ARROW_DOWN);
|
|
81
|
+
R.set(a.DELETE, E.DELETE);
|
|
82
|
+
R.set(a.ESCAPE, E.ESCAPE);
|
|
83
|
+
R.set(a.TAB, E.TAB);
|
|
84
|
+
var d = /* @__PURE__ */ new Set();
|
|
85
|
+
d.add(E.PAGE_UP);
|
|
86
|
+
d.add(E.PAGE_DOWN);
|
|
87
|
+
d.add(E.END);
|
|
88
|
+
d.add(E.HOME);
|
|
89
|
+
d.add(E.ARROW_LEFT);
|
|
90
|
+
d.add(E.ARROW_UP);
|
|
91
|
+
d.add(E.ARROW_RIGHT);
|
|
92
|
+
d.add(E.ARROW_DOWN);
|
|
93
|
+
function W(e) {
|
|
94
|
+
var O = e.key;
|
|
95
|
+
if (A.has(O))
|
|
96
|
+
return O;
|
|
97
|
+
var P = R.get(e.keyCode);
|
|
98
|
+
return P || E.UNKNOWN;
|
|
99
|
+
}
|
|
100
|
+
function _(e) {
|
|
101
|
+
return d.has(W(e));
|
|
102
|
+
}
|
|
103
|
+
export {
|
|
104
|
+
E as K,
|
|
105
|
+
_ as i,
|
|
106
|
+
W as n
|
|
107
|
+
};
|
package/dist/main.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
|
|
1
2
|
export { AlertBanner } from './components/AlertBanner/AlertBanner';
|
|
2
3
|
export { BaseView } from './components/BaseView/BaseView';
|
|
3
4
|
export { BasicHeading } from './components/BasicHeading/BasicHeading';
|
|
@@ -18,9 +19,11 @@ export { InfoGroup } from './components/InfoGroup/InfoGroup';
|
|
|
18
19
|
export { ListArea } from './components/ListArea/ListArea';
|
|
19
20
|
export { LoadingSpinner } from './components/LoadingSpinner/Default/LoadingSpinner';
|
|
20
21
|
export { Modal } from './components/Modal/Modal';
|
|
22
|
+
export { ModulePadding } from './components/ModulePadding/ModulePadding';
|
|
21
23
|
export { OverflowTooltip } from './components/OverflowTooltip/OverflowTooltip';
|
|
22
24
|
export { ScrollbarX, ScrollbarY } from './components/Scrollbar/Scrollbar';
|
|
23
25
|
export { SearchBar } from './components/SearchBar/SearchBar';
|
|
26
|
+
export { Select } from './components/Select/Select';
|
|
24
27
|
export { VerticalDivider } from './components/VerticalDivider/VerticalDivider';
|
|
25
28
|
export { FormCheckBox } from './components/FormComponents/FormCheckBox/FormCheckBox';
|
|
26
29
|
export { FormDatePicker } from './components/FormComponents/FormDatePicker/FormDatePicker';
|
package/dist/main.js
CHANGED
|
@@ -1,80 +1,84 @@
|
|
|
1
|
-
|
|
1
|
+
import './assets/main.css';/* empty css */
|
|
2
2
|
import { AlertBanner as t } from "./components/AlertBanner/AlertBanner.js";
|
|
3
3
|
import { BaseView as p } from "./components/BaseView/BaseView.js";
|
|
4
4
|
import { BasicHeading as x } from "./components/BasicHeading/BasicHeading.js";
|
|
5
5
|
import { BlockView as a } from "./components/BlockView/BlockView.js";
|
|
6
6
|
import { ChipCard as c } from "./components/ChipCard/ChipCard.js";
|
|
7
|
-
import { ContextMenu as
|
|
7
|
+
import { ContextMenu as d } from "./components/ContextMenu/ContextMenu.js";
|
|
8
8
|
import { DeleteModal as F } from "./components/DeleteModal/DeleteModal.js";
|
|
9
|
-
import { Disclaimer as
|
|
10
|
-
import { EmptyView as
|
|
9
|
+
import { Disclaimer as g } from "./components/Disclaimer/Disclaimer.js";
|
|
10
|
+
import { EmptyView as b } from "./components/EmptyView/EmptyView.js";
|
|
11
11
|
import { Filter as C } from "./components/Filter/Filter.js";
|
|
12
12
|
import { FormattedNumberDisplay as B } from "./components/FormattedNumberDisplay/FormattedNumberDisplay.js";
|
|
13
13
|
import { GenericTable as D } from "./components/GenericTable/GenericTable.js";
|
|
14
14
|
import { HashTabView as k } from "./components/HashTabView/HashTabView.js";
|
|
15
|
-
import { HeaderFilter as
|
|
16
|
-
import { HealthCheckFailed as
|
|
17
|
-
import { Iconify as
|
|
18
|
-
import { InfoGroup as
|
|
19
|
-
import { ListArea as
|
|
15
|
+
import { HeaderFilter as M } from "./components/HeaderFilter/HeaderFilter.js";
|
|
16
|
+
import { HealthCheckFailed as E } from "./components/HealthCheckFailed/HealthCheckFailed.js";
|
|
17
|
+
import { Iconify as H } from "./components/Iconify/Iconify.js";
|
|
18
|
+
import { InfoGroup as P } from "./components/InfoGroup/InfoGroup.js";
|
|
19
|
+
import { ListArea as y } from "./components/ListArea/ListArea.js";
|
|
20
20
|
import { LoadingSpinner as O } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
|
|
21
21
|
import { Modal as _ } from "./components/Modal/Modal.js";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
22
|
+
import { ModulePadding as U } from "./components/ModulePadding/ModulePadding.js";
|
|
23
|
+
import { OverflowTooltip as Y } from "./components/OverflowTooltip/OverflowTooltip.js";
|
|
24
|
+
import { ScrollbarX as q, ScrollbarY as J } from "./components/Scrollbar/Scrollbar.js";
|
|
25
|
+
import { SearchBar as Q } from "./components/SearchBar/SearchBar.js";
|
|
26
|
+
import { Select as Z } from "./components/Select/Select.js";
|
|
27
|
+
import { VerticalDivider as rr } from "./components/VerticalDivider/VerticalDivider.js";
|
|
28
|
+
import { FormCheckBox as er } from "./components/FormComponents/FormCheckBox/FormCheckBox.js";
|
|
29
|
+
import { FormDatePicker as mr } from "./components/FormComponents/FormDatePicker/FormDatePicker.js";
|
|
30
|
+
import { FormNumber as fr } from "./components/FormComponents/FormNumber/FormNumber.js";
|
|
31
|
+
import { FormRadio as ir } from "./components/FormComponents/FormRadio/FormRadio.js";
|
|
32
|
+
import { FormSelect as lr } from "./components/FormComponents/FormSelect/FormSelect.js";
|
|
33
|
+
import { FormSlider as nr } from "./components/FormComponents/FormSlider/FormSlider.js";
|
|
34
|
+
import { FormText as sr } from "./components/FormComponents/FormText/FormText.js";
|
|
35
|
+
import { FormToggle as Sr } from "./components/FormComponents/FormToggle/FormToggle.js";
|
|
36
|
+
import { AvailableCustomIcons as ur } from "./enums/AvailableCustomIcons.js";
|
|
37
|
+
import { ThemeColor as Ar } from "./enums/ThemeColor.js";
|
|
38
|
+
import { u as hr } from "./useBreakpoints-MzTZ0tCT.js";
|
|
39
|
+
import { capitalizeFirstLetters as Tr, getNumberAsLocaleString as Dr, trimLeadingAndTrailingSpaces as Lr } from "./services/UtilService.js";
|
|
40
|
+
import { LANGUAGE_CODES_MAPPER as wr } from "./types/Languages.js";
|
|
39
41
|
export {
|
|
40
42
|
t as AlertBanner,
|
|
41
|
-
|
|
43
|
+
ur as AvailableCustomIcons,
|
|
42
44
|
p as BaseView,
|
|
43
45
|
x as BasicHeading,
|
|
44
46
|
a as BlockView,
|
|
45
47
|
c as ChipCard,
|
|
46
|
-
|
|
48
|
+
d as ContextMenu,
|
|
47
49
|
F as DeleteModal,
|
|
48
|
-
|
|
49
|
-
|
|
50
|
+
g as Disclaimer,
|
|
51
|
+
b as EmptyView,
|
|
50
52
|
C as Filter,
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
53
|
+
er as FormCheckBox,
|
|
54
|
+
mr as FormDatePicker,
|
|
55
|
+
fr as FormNumber,
|
|
56
|
+
ir as FormRadio,
|
|
57
|
+
lr as FormSelect,
|
|
58
|
+
nr as FormSlider,
|
|
59
|
+
sr as FormText,
|
|
60
|
+
Sr as FormToggle,
|
|
59
61
|
B as FormattedNumberDisplay,
|
|
60
62
|
D as GenericTable,
|
|
61
63
|
k as HashTabView,
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
M as HeaderFilter,
|
|
65
|
+
E as HealthCheckFailed,
|
|
66
|
+
H as Iconify,
|
|
67
|
+
P as InfoGroup,
|
|
68
|
+
wr as LANGUAGE_CODES_MAPPER,
|
|
69
|
+
y as ListArea,
|
|
68
70
|
O as LoadingSpinner,
|
|
69
71
|
_ as Modal,
|
|
70
|
-
U as
|
|
71
|
-
Y as
|
|
72
|
-
|
|
73
|
-
J as
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
Ar as
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
72
|
+
U as ModulePadding,
|
|
73
|
+
Y as OverflowTooltip,
|
|
74
|
+
q as ScrollbarX,
|
|
75
|
+
J as ScrollbarY,
|
|
76
|
+
Q as SearchBar,
|
|
77
|
+
Z as Select,
|
|
78
|
+
Ar as ThemeColor,
|
|
79
|
+
rr as VerticalDivider,
|
|
80
|
+
Tr as capitalizeFirstLetters,
|
|
81
|
+
Dr as getNumberAsLocaleString,
|
|
82
|
+
Lr as trimLeadingAndTrailingSpaces,
|
|
83
|
+
hr as useBreakpoints
|
|
80
84
|
};
|