@hortiview/shared-components 0.0.11114 → 0.0.11146
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/dist/BigLoadingSpinner-C3wTbTD0.js +17 -0
- package/dist/GenericCard-B8x1DMa8.js +81 -0
- package/dist/ListAreaService-CRX4eEUJ.js +108 -0
- package/dist/_Map-Dtlps7IZ.js +113 -0
- package/dist/{_commonjsHelpers-CT_km90n.js → _commonjsHelpers-BkfeUUK-.js} +2 -4
- package/dist/_overArg-_0pUmCsX.js +14 -0
- package/dist/assets/Filter.css +1 -0
- package/dist/assets/GenericTable.css +1 -0
- package/dist/assets/main.css +1 -0
- package/dist/components/AlertBanner/AlertBanner.js +22 -16
- package/dist/components/AlertBanner/AlertBanner.test.js +2 -2
- package/dist/components/BaseView/BaseView.js +33 -26
- package/dist/components/BaseView/BaseView.test.js +25 -25
- package/dist/components/BasicHeading/BasicHeading.js +50 -41
- package/dist/components/BasicHeading/BasicHeading.test.js +2 -2
- package/dist/components/BlockView/BlockView.js +51 -42
- package/dist/components/BlockView/BlockView.test.js +2 -2
- package/dist/components/ChipCard/ChipCard.js +12 -10
- package/dist/components/ChipCard/ChipCard.test.js +2 -2
- package/dist/components/ContextMenu/ContextMenu.js +29 -25
- package/dist/components/ContextMenu/ContextMenu.test.js +2 -2
- package/dist/components/DeleteModal/DeleteModal.js +58 -53
- package/dist/components/DeleteModal/DeleteModal.test.js +2 -2
- package/dist/components/Disclaimer/Disclaimer.js +11 -8
- package/dist/components/Disclaimer/Disclaimer.test.js +2 -2
- package/dist/components/EmptyView/EmptyView.test.js +2 -2
- package/dist/components/Filter/Filter.js +107 -125
- package/dist/components/Filter/Filter.test.js +2 -2
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +19 -19
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +2 -2
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.d.ts +3 -0
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +6081 -7102
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +2 -2
- package/dist/components/FormComponents/FormNumber/CustomTextField.js +16 -14
- 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.test.js +2 -2
- package/dist/components/FormComponents/FormSelect/FormSelect.d.ts +1 -1
- package/dist/components/FormComponents/FormSelect/FormSelect.js +109 -102
- package/dist/components/FormComponents/FormSelect/FormSelect.test.js +3 -3
- package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +5 -5
- package/dist/components/FormComponents/FormSlider/FormSlider.test.js +2 -2
- package/dist/components/FormComponents/FormText/FormText.js +95 -96
- package/dist/components/FormComponents/FormText/FormText.test.js +13 -13
- package/dist/components/FormComponents/FormToggle/FormToggle.d.ts +31 -0
- package/dist/components/FormComponents/FormToggle/FormToggle.js +43 -0
- package/dist/components/FormComponents/FormToggle/FormToggle.test.d.ts +1 -0
- package/dist/components/FormComponents/FormToggle/FormToggle.test.js +50 -0
- package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
- package/dist/components/GenericTable/GenericTable.js +64 -81
- package/dist/components/GenericTable/GenericTable.test.js +2 -2
- package/dist/components/GenericTable/GenericTableService.js +41 -43
- package/dist/components/GenericTable/Mobile/GenericCard.js +6 -68
- package/dist/components/GenericTable/Mobile/GenericCard.test.js +3 -3
- package/dist/components/GenericTable/Mobile/GenericCardList.js +8 -9
- package/dist/components/GenericTable/Mobile/GenericCardList.test.js +2 -2
- package/dist/components/HashTabView/HashTabView.js +62 -52
- package/dist/components/HashTabView/HashTabView.test.js +2 -2
- package/dist/components/HeaderFilter/HeaderFilter.js +16 -14
- package/dist/components/HeaderFilter/HeaderFilter.test.js +2 -2
- package/dist/components/HealthCheckFailed/HealthCheckFailed.js +27 -20
- package/dist/components/HealthCheckFailed/HealthCheckFailed.test.js +2 -2
- package/dist/components/Iconify/Iconify.js +56 -6
- package/dist/components/Iconify/Iconify.test.js +3 -3
- package/dist/components/InfoGroup/InfoGroup.js +36 -30
- package/dist/components/InfoGroup/InfoGroup.test.js +2 -2
- package/dist/components/ListArea/ListArea.js +45 -357
- package/dist/components/ListArea/ListArea.test.js +4 -4
- package/dist/components/ListArea/ListAreaService.js +8 -92
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +5 -9
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +3 -4
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +28 -26
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +2 -2
- package/dist/components/Modal/Modal.js +6 -4
- package/dist/components/OverflowTooltip/OverflowTooltip.js +21 -19
- package/dist/components/OverflowTooltip/OverflowTooltip.test.js +3 -3
- package/dist/components/OverflowTooltip/OverflowTooltipService.js +1 -2
- package/dist/components/Scrollbar/scrollbar.test.js +2 -2
- package/dist/components/SearchBar/SearchBar.js +22 -20
- package/dist/components/SearchBar/SearchBar.test.js +2 -2
- package/dist/components/VerticalDivider/VerticalDivider.js +6 -4
- package/dist/components/VerticalDivider/VerticalDivider.test.js +2 -2
- package/dist/get-BiqanC9_.js +7 -0
- package/dist/get-P-5PYZOE.js +426 -0
- package/dist/hooks/useBreakpoints.test.js +2 -2
- package/dist/hooks/useHelperText.d.ts +13 -0
- package/dist/hooks/useHelperText.js +25 -0
- package/dist/index-DzM8o582.js +10881 -0
- package/dist/isArray-2zMxXFEr.js +83 -0
- package/dist/isArray-C_5XvIlE.js +7 -0
- package/dist/isEmpty-BimaZd5G.js +225 -0
- package/dist/isString-BOHPtrlm.js +44 -0
- package/dist/magic-string.es-D4UQQyt0.js +859 -0
- package/dist/main.d.ts +1 -0
- package/dist/main.js +33 -31
- package/dist/orderBy-BVQIswlJ.js +765 -0
- package/dist/{react-number-format.es-BeIT_PM7.js → react-number-format.es-BD3_OvMU.js} +156 -159
- package/dist/react-tooltip.min-c2wVkjF2.js +1354 -0
- package/dist/react.esm-FR1-H8iU.js +13471 -0
- package/dist/services/UtilService.js +12 -19
- package/dist/services/services.test.js +1 -1
- package/dist/vi.CjhMlMwf-DWv7vrn7.js +12192 -0
- package/package.json +8 -6
- package/dist/BlockView.module-BPlNT5uh.js +0 -15
- package/dist/HashTabView.module-ZhwSfDeQ.js +0 -16
- package/dist/HeaderFilter.module-DiBmulr5.js +0 -7
- package/dist/Iconify-DoU6pP1o.js +0 -97
- package/dist/_Map-DKsHX-kc.js +0 -59
- package/dist/_baseToString-dkhmFwqS.js +0 -198
- package/dist/_equalByTag-BZEJl6ST.js +0 -158
- package/dist/_overArg-BC4qXKbU.js +0 -9
- package/dist/alertBanner.module-BPiKN0gh.js +0 -11
- package/dist/assets/genericTable.css +0 -1
- package/dist/baseView.module-uWbm_a5f.js +0 -12
- package/dist/basicHeading.module-BYb8xvuk.js +0 -16
- package/dist/bigLoadingSpinner.module-GgbFol8k.js +0 -11
- package/dist/chipCard.module-BjpKuf1b.js +0 -7
- package/dist/contextMenu.module-vNQHb48g.js +0 -9
- package/dist/deleteModal.module-Ds3MDzdl.js +0 -10
- package/dist/disclaimer.module-BZydt-Q_.js +0 -8
- package/dist/formDatePicker.module-BV3ma_7y.js +0 -11
- package/dist/formNumber.module-BA05Gi6_.js +0 -7
- package/dist/formSelect.module-PUiLDSD4.js +0 -15
- package/dist/formText.module-C0by6_DK.js +0 -12
- package/dist/genericCard.module-DrQu86jX.js +0 -15
- package/dist/genericTable.module-Dk3yy2S3.js +0 -17
- package/dist/get-BJn2Enx7.js +0 -47
- package/dist/healthCheckFailed.module-B5P1ogjs.js +0 -12
- package/dist/iconify.module-Cru5NS2X.js +0 -80
- package/dist/index-IMXII42b.js +0 -11708
- package/dist/infoGroup.module-Cxw88dfC.js +0 -12
- package/dist/isArray-thIeLpc5.js +0 -35
- package/dist/isPlainObject-BlCDf1Kc.js +0 -18
- package/dist/listArea.module-BhO_OJ1S.js +0 -20
- package/dist/loadingSpinner.module-CLtqSMWA.js +0 -7
- package/dist/magic-string.es-irX7syie.js +0 -732
- package/dist/modal.module-BlDp1Wiq.js +0 -7
- package/dist/overflowTooltip.module-YyRN2MGc.js +0 -7
- package/dist/react-tooltip.min-BzHiZW8k.js +0 -1380
- package/dist/react.esm-CHvVvf3L.js +0 -12786
- package/dist/searchBar.module-9gKyrZRT.js +0 -7
- package/dist/verticalDivider.module-C3_GL-fH.js +0 -7
- package/dist/vi.JYQecGiw-BpOAB4v6.js +0 -9796
- /package/dist/assets/{alertBanner.css → AlertBanner.css} +0 -0
- /package/dist/assets/{baseView.css → BaseView.css} +0 -0
- /package/dist/assets/{basicHeading.css → BasicHeading.css} +0 -0
- /package/dist/assets/{bigLoadingSpinner.css → BigLoadingSpinner.css} +0 -0
- /package/dist/assets/{chipCard.css → ChipCard.css} +0 -0
- /package/dist/assets/{contextMenu.css → ContextMenu.css} +0 -0
- /package/dist/assets/{formNumber.css → CustomTextField.css} +0 -0
- /package/dist/assets/{deleteModal.css → DeleteModal.css} +0 -0
- /package/dist/assets/{disclaimer.css → Disclaimer.css} +0 -0
- /package/dist/assets/{formDatePicker.css → FormDatePicker.css} +0 -0
- /package/dist/assets/{formSelect.css → FormSelect.css} +0 -0
- /package/dist/assets/{formText.css → FormText.css} +0 -0
- /package/dist/assets/{genericCard.css → GenericCard.css} +0 -0
- /package/dist/assets/{healthCheckFailed.css → HealthCheckFailed.css} +0 -0
- /package/dist/assets/{iconify.css → Iconify.css} +0 -0
- /package/dist/assets/{infoGroup.css → InfoGroup.css} +0 -0
- /package/dist/assets/{listArea.css → ListAreaService.css} +0 -0
- /package/dist/assets/{loadingSpinner.css → LoadingSpinner.css} +0 -0
- /package/dist/assets/{modal.css → Modal.css} +0 -0
- /package/dist/assets/{overflowTooltip.css → OverflowTooltip.css} +0 -0
- /package/dist/assets/{searchBar.css → SearchBar.css} +0 -0
- /package/dist/assets/{verticalDivider.css → VerticalDivider.css} +0 -0
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import "./assets/infoGroup.css";
|
|
2
|
-
const t = "_dividerContainer_4c1hq_1", i = "_fullWidth_4c1hq_6", e = "_centerDefaultComponent_4c1hq_10", n = "_verticalDivider_4c1hq_14", o = "_mainGroup_4c1hq_22", r = "_textAlignRight_4c1hq_28", _ = {
|
|
3
|
-
dividerContainer: t,
|
|
4
|
-
fullWidth: i,
|
|
5
|
-
centerDefaultComponent: e,
|
|
6
|
-
verticalDivider: n,
|
|
7
|
-
mainGroup: o,
|
|
8
|
-
textAlignRight: r
|
|
9
|
-
};
|
|
10
|
-
export {
|
|
11
|
-
_ as s
|
|
12
|
-
};
|
package/dist/isArray-thIeLpc5.js
DELETED
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { c as e, g as l } from "./_commonjsHelpers-CT_km90n.js";
|
|
2
|
-
var j = typeof e == "object" && e && e.Object === Object && e, v = j, y = v, T = typeof self == "object" && self && self.Object === Object && self, S = y || T || Function("return this")(), d = S, O = d, u = O.Symbol, i = u, a = i, c = Object.prototype, m = c.hasOwnProperty, p = c.toString, t = a ? a.toStringTag : void 0;
|
|
3
|
-
function $(r) {
|
|
4
|
-
var b = m.call(r, t), s = r[t];
|
|
5
|
-
try {
|
|
6
|
-
r[t] = void 0;
|
|
7
|
-
var g = !0;
|
|
8
|
-
} catch {
|
|
9
|
-
}
|
|
10
|
-
var f = p.call(r);
|
|
11
|
-
return g && (b ? r[t] = s : delete r[t]), f;
|
|
12
|
-
}
|
|
13
|
-
var _ = $, w = Object.prototype, G = w.toString;
|
|
14
|
-
function A(r) {
|
|
15
|
-
return G.call(r);
|
|
16
|
-
}
|
|
17
|
-
var h = A, o = i, P = _, R = h, k = "[object Null]", x = "[object Undefined]", n = o ? o.toStringTag : void 0;
|
|
18
|
-
function F(r) {
|
|
19
|
-
return r == null ? r === void 0 ? x : k : n && n in Object(r) ? P(r) : R(r);
|
|
20
|
-
}
|
|
21
|
-
var U = F;
|
|
22
|
-
function L(r) {
|
|
23
|
-
return r != null && typeof r == "object";
|
|
24
|
-
}
|
|
25
|
-
var q = L, C = Array.isArray, D = C;
|
|
26
|
-
const z = /* @__PURE__ */ l(D);
|
|
27
|
-
export {
|
|
28
|
-
U as _,
|
|
29
|
-
D as a,
|
|
30
|
-
q as b,
|
|
31
|
-
d as c,
|
|
32
|
-
i as d,
|
|
33
|
-
v as e,
|
|
34
|
-
z as i
|
|
35
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { g as a } from "./_commonjsHelpers-CT_km90n.js";
|
|
2
|
-
import { _ as c, b as n } from "./isArray-thIeLpc5.js";
|
|
3
|
-
import { _ as i } from "./_overArg-BC4qXKbU.js";
|
|
4
|
-
var s = i, b = s(Object.getPrototypeOf, Object), p = b, j = c, f = p, g = n, O = "[object Object]", v = Function.prototype, l = Object.prototype, e = v.toString, u = l.hasOwnProperty, P = e.call(Object);
|
|
5
|
-
function y(r) {
|
|
6
|
-
if (!g(r) || j(r) != O)
|
|
7
|
-
return !1;
|
|
8
|
-
var o = f(r);
|
|
9
|
-
if (o === null)
|
|
10
|
-
return !0;
|
|
11
|
-
var t = u.call(o, "constructor") && o.constructor;
|
|
12
|
-
return typeof t == "function" && t instanceof t && e.call(t) == P;
|
|
13
|
-
}
|
|
14
|
-
var m = y;
|
|
15
|
-
const S = /* @__PURE__ */ a(m);
|
|
16
|
-
export {
|
|
17
|
-
S as i
|
|
18
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import "./assets/listArea.css";
|
|
2
|
-
const t = "_fullWidth_zewqs_1", e = "_mainElevation_zewqs_5", n = "_searchbar_zewqs_11", o = "_roundedBottom_zewqs_19", i = "_primaryText_zewqs_24", s = "_list_zewqs_28", _ = "_listItem_zewqs_56", r = "_trailingIcon_zewqs_60", l = "_groupedListItem_zewqs_72", c = "_iconColor_zewqs_76", a = "_overlineTitle_zewqs_80", m = "_noOverlineTitle_zewqs_85", u = "_truncate_zewqs_89", q = "_truncateOverlineText_zewqs_100", z = {
|
|
3
|
-
fullWidth: t,
|
|
4
|
-
mainElevation: e,
|
|
5
|
-
searchbar: n,
|
|
6
|
-
roundedBottom: o,
|
|
7
|
-
primaryText: i,
|
|
8
|
-
list: s,
|
|
9
|
-
listItem: _,
|
|
10
|
-
trailingIcon: r,
|
|
11
|
-
groupedListItem: l,
|
|
12
|
-
iconColor: c,
|
|
13
|
-
overlineTitle: a,
|
|
14
|
-
noOverlineTitle: m,
|
|
15
|
-
truncate: u,
|
|
16
|
-
truncateOverlineText: q
|
|
17
|
-
};
|
|
18
|
-
export {
|
|
19
|
-
z as s
|
|
20
|
-
};
|