@hortiview/shared-components 2.18.0 → 2.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/{AlertBanner-aW6joVUm.js → AlertBanner-BFzaGOer.js} +3 -3
- package/dist/{GenericCard-IWX-Bmb_.js → GenericCard-grpa3KJR.js} +3 -3
- package/dist/{ListAreaService-Fsm3-gDM.js → ListAreaService-DfxJ7jFs.js} +5 -5
- package/dist/{_Map-D8db_GOu.js → _Map-BYxTn6ob.js} +1 -1
- package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
- package/dist/animationframe-CqXArbwZ.js +32 -0
- package/dist/component-By6nyiBU.js +70 -0
- package/dist/{component-DEJuY56h.js → component-DYpB_4EP.js} +1 -111
- package/dist/components/AlertBanner/AlertBanner.js +4 -4
- package/dist/components/AlertBanner/LinkBanner.js +3 -3
- package/dist/components/AllowedButton/AllowedButton.js +1 -1
- package/dist/components/AllowedIconButton/AllowedIconButton.js +1 -1
- package/dist/components/BaseView/BaseView.js +14 -14
- package/dist/components/BasicHeading/BasicHeading.js +5 -5
- package/dist/components/BlockView/BlockView.js +2 -2
- package/dist/components/ButtonCard/ButtonCard.js +6 -6
- package/dist/components/ChipCard/ChipCard.js +13 -255
- package/dist/components/ConfirmationModal/ConfirmationModal.js +8 -8
- package/dist/components/ContextMenu/ContextMenu.js +12 -12
- package/dist/components/DeleteModal/DeleteModal.js +25 -25
- package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
- package/dist/components/Disclaimer/Disclaimer.js +3 -3
- package/dist/components/EmptyView/EmptyView.js +3 -3
- package/dist/components/Filter/Filter.js +15 -15
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +7 -22
- package/dist/components/FormComponents/FormNumber/CustomTextField.js +3 -3
- package/dist/components/FormComponents/FormNumber/FormNumber.js +1 -1
- package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
- package/dist/components/FormComponents/FormSelect/FormSelect.js +4 -4
- package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
- package/dist/components/FormComponents/FormSlider/FormSlider.js +10 -98
- package/dist/components/FormComponents/FormText/FormText.js +2 -2
- package/dist/components/FormComponents/FormToggle/FormToggle.js +4 -4
- package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
- package/dist/components/GenericTable/GenericTable.js +36 -172
- package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
- package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
- package/dist/components/HashTabView/HashTabView.js +10 -428
- package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
- package/dist/components/Iconify/Iconify.js +2 -2
- package/dist/components/InfoCard/InfoCard.js +4 -4
- package/dist/components/InfoGroup/InfoGroup.js +4 -4
- package/dist/components/ListArea/ListArea.js +6 -6
- package/dist/components/ListArea/ListAreaService.js +6 -6
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +13 -5
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +8 -74
- package/dist/components/Modal/Modal.js +12 -122
- package/dist/components/ModulePadding/ModulePadding.js +11 -11
- package/dist/components/OfflineView/OfflineView.js +45 -7
- package/dist/components/OnboardingBanner/OnboardingBanner.js +8 -8
- package/dist/components/OverflowTooltip/OverflowTooltip.js +2 -2
- package/dist/components/SearchBar/SearchBar.js +2 -2
- package/dist/components/Select/Select.js +2 -2
- package/dist/components/Stepper/Stepper.js +1 -1
- package/dist/components/Stepper/components/StepperButton.js +1 -1
- package/dist/components/Stepper/components/StepperHeader.js +3 -3
- package/dist/components/Stepper/components/StepperItem.js +2 -2
- package/dist/{correct-is-regexp-logic-Y0ToWEjF.js → correct-is-regexp-logic-BJ-OWRrn.js} +1 -1
- package/dist/{defineProperty-BTsGZ3c1.js → defineProperty-B7N9EBBI.js} +3 -3
- package/dist/{es.string.iterator-UszlTFwY.js → es.string.iterator-DBx2A42F.js} +2 -2
- package/dist/{find-CHg-_ooq.js → find-eU9ab_u7.js} +4 -4
- package/dist/{get-DxjPG00Z.js → get-BLvvbtML.js} +3 -3
- package/dist/get-CBFiuc3f.js +7 -0
- package/dist/hooks/useBreakpoints.js +37 -3
- package/dist/hooks/useHelperText.js +1 -1
- package/dist/{identity-BVIVr9qu.js → identity-B0bbReND.js} +4 -4
- package/dist/{index-BcGujPyk.js → index-Df2FYN-K.js} +5 -26
- package/dist/{index.es-B8p8KCdj.js → index.es-B19PQgzU.js} +4 -4
- package/dist/{index.es-BYcQTTL8.js → index.es-B9BUXRQn.js} +9 -339
- package/dist/{index.es-BPv5dCFQ.js → index.es-BOG3_7IM.js} +12 -12
- package/dist/{index.es-DGoBge9W.js → index.es-BOvO8moE.js} +4 -4
- package/dist/{index.es-BoUnovl_.js → index.es-BcnmoCEg.js} +8 -74
- package/dist/{index.es-C32E1Lcb.js → index.es-BwafUoK3.js} +82 -147
- package/dist/{index.es-B1h6DPYp.js → index.es-C27R5Xae.js} +2 -2
- package/dist/{index.es-nwjKmW7-.js → index.es-C2IOpX7R.js} +34 -111
- package/dist/{index.es-Da7ok-B-.js → index.es-C6I3L4U4.js} +2 -2
- package/dist/{index.es-BHvm4m-B.js → index.es-Cg57snrN.js} +19 -261
- package/dist/{index.es-DUTChZks.js → index.es-Ci3O23C_.js} +6 -72
- package/dist/{index.es-t87yNd9Y.js → index.es-CkB4776y.js} +6 -72
- package/dist/{index.es-CeQB6igi.js → index.es-Cr1PSTyq.js} +3 -3
- package/dist/{index.es--C-VLspF.js → index.es-D1iB_QlE.js} +8 -140
- package/dist/{index.es-Dgxrk6xW.js → index.es-DEBGoIKX.js} +2 -2
- package/dist/{index.es-CWyjqoEE.js → index.es-DHnCVuQ8.js} +7 -73
- package/dist/{index.es-Bo-d_yTV.js → index.es-DHoIQ8lu.js} +2 -2
- package/dist/{index.es-SjZ_-d7U.js → index.es-DUrjyxNI.js} +5 -5
- package/dist/{index.es-Cfv794DG.js → index.es-DdeCB7LW.js} +1 -1
- package/dist/{index.es-BanVdXEd.js → index.es-DgncYOqO.js} +2 -2
- package/dist/{index.es-DOnQ26kT.js → index.es-DhlgTSuU.js} +3 -3
- package/dist/{index.es-oxil0uFe.js → index.es-Z0aF-7Cn.js} +3 -6
- package/dist/{index.es-DmRhbgqK.js → index.es-l_3PNohs.js} +2 -68
- package/dist/{isArray-B457bpaW.js → isArray-Ce1Q96lU.js} +1 -1
- package/dist/isArray-olhCpv2e.js +7 -0
- package/dist/{isEmpty-BnfHn4bl.js → isEmpty-l2xQKl4x.js} +3 -3
- package/dist/{isString-DVA49FEo.js → isString-BNdV0Jpg.js} +3 -3
- package/dist/{isTypedArray-DziahYkI.js → isTypedArray-D39qzPYE.js} +2 -2
- package/dist/{keyboard-DiKJoabs.js → keyboard-DbG3oyPU.js} +3 -25
- package/dist/main.js +15 -15
- package/dist/{map-BprzXv4m.js → map-ZSVweMI1.js} +5 -5
- package/dist/{omit-CYY_mIYv.js → omit-BWQrFyQ-.js} +7 -7
- package/dist/{orderBy-DLBJlgdL.js → orderBy-Ce85KqD6.js} +7 -7
- package/dist/{parse-int-D-3oah_F.js → parse-int-CGpIXMGa.js} +2 -2
- package/dist/{react-number-format.es-DzkMiF8j.js → react-number-format.es-pczkQ4lQ.js} +0 -1
- package/dist/{react-tooltip.min-CVsI--2Y.js → react-tooltip.min-Dkz5ltCC.js} +1 -12
- package/dist/{react.esm-Bm0cAgpZ.js → react.esm-DF7i80eN.js} +2471 -2582
- package/dist/services/UtilService.js +9 -9
- package/dist/{slicedToArray-ByMQIs5x.js → slicedToArray-DC6VAZtW.js} +4 -4
- package/dist/test-utils.js +1 -1
- package/dist/{toString-B7FIT8FE.js → toString-D5bEU-DN.js} +1 -1
- package/dist/{uniqueId-BNVTeImh.js → uniqueId-CJo-XRQb.js} +2 -2
- package/dist/{util-DA21pZXj.js → util-CBo-ipCE.js} +0 -22
- package/package.json +2 -2
- package/dist/BigLoadingSpinner-DGj9_Z5J.js +0 -16
- package/dist/OfflineView-CIwV08EQ.js +0 -48
- package/dist/animationframe-BVKDmEXe.js +0 -54
- package/dist/component-Bz_dtX1r.js +0 -114
- package/dist/components/AlertBanner/AlertBanner.test.d.ts +0 -1
- package/dist/components/AlertBanner/AlertBanner.test.js +0 -34
- package/dist/components/AlertBanner/LinkBanner.test.d.ts +0 -1
- package/dist/components/AlertBanner/LinkBanner.test.js +0 -17
- package/dist/components/Allowed/Allowed.test.d.ts +0 -1
- package/dist/components/Allowed/Allowed.test.js +0 -49
- package/dist/components/AllowedButton/AllowedButton.test.d.ts +0 -1
- package/dist/components/AllowedButton/AllowedButton.test.js +0 -126
- package/dist/components/AllowedIconButton/AllowedIconButton.test.d.ts +0 -1
- package/dist/components/AllowedIconButton/AllowedIconButton.test.js +0 -121
- package/dist/components/BaseView/BaseView.test.d.ts +0 -1
- package/dist/components/BaseView/BaseView.test.js +0 -180
- package/dist/components/BasicHeading/BasicHeading.test.d.ts +0 -1
- package/dist/components/BasicHeading/BasicHeading.test.js +0 -36
- package/dist/components/BlockView/BlockView.test.d.ts +0 -1
- package/dist/components/BlockView/BlockView.test.js +0 -47
- package/dist/components/ButtonCard/ButtonCard.test.d.ts +0 -1
- package/dist/components/ButtonCard/ButtonCard.test.js +0 -92
- package/dist/components/ChipCard/ChipCard.test.d.ts +0 -1
- package/dist/components/ChipCard/ChipCard.test.js +0 -25
- package/dist/components/ConfirmationModal/ConfirmationModal.test.d.ts +0 -1
- package/dist/components/ConfirmationModal/ConfirmationModal.test.js +0 -221
- package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
- package/dist/components/ContextMenu/ContextMenu.test.js +0 -96
- package/dist/components/DeleteModal/DeleteModal.test.d.ts +0 -1
- package/dist/components/DeleteModal/DeleteModal.test.js +0 -132
- package/dist/components/Disclaimer/Disclaimer.test.d.ts +0 -1
- package/dist/components/Disclaimer/Disclaimer.test.js +0 -13
- package/dist/components/EmptyView/EmptyView.test.d.ts +0 -1
- package/dist/components/EmptyView/EmptyView.test.js +0 -50
- package/dist/components/Filter/Filter.test.d.ts +0 -1
- package/dist/components/Filter/Filter.test.js +0 -166
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.d.ts +0 -1
- package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +0 -56
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.d.ts +0 -1
- package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +0 -56
- package/dist/components/FormComponents/FormNumber/FormNumber.test.d.ts +0 -1
- package/dist/components/FormComponents/FormNumber/FormNumber.test.js +0 -51
- package/dist/components/FormComponents/FormRadio/FormRadio.test.d.ts +0 -1
- package/dist/components/FormComponents/FormRadio/FormRadio.test.js +0 -73
- package/dist/components/FormComponents/FormSelect/FormSelect.test.d.ts +0 -1
- package/dist/components/FormComponents/FormSelect/FormSelect.test.js +0 -226
- package/dist/components/FormComponents/FormSlider/FormSlider.test.d.ts +0 -1
- package/dist/components/FormComponents/FormSlider/FormSlider.test.js +0 -49
- package/dist/components/FormComponents/FormText/FormText.test.d.ts +0 -1
- package/dist/components/FormComponents/FormText/FormText.test.js +0 -113
- package/dist/components/FormComponents/FormToggle/FormToggle.test.d.ts +0 -1
- package/dist/components/FormComponents/FormToggle/FormToggle.test.js +0 -54
- package/dist/components/GenericTable/GenericTable.test.d.ts +0 -1
- package/dist/components/GenericTable/GenericTable.test.js +0 -115
- package/dist/components/GenericTable/Mobile/GenericCard.test.d.ts +0 -1
- package/dist/components/GenericTable/Mobile/GenericCard.test.js +0 -76
- package/dist/components/GenericTable/Mobile/GenericCardList.test.d.ts +0 -1
- package/dist/components/GenericTable/Mobile/GenericCardList.test.js +0 -75
- package/dist/components/HashTabView/HashTabView.test.d.ts +0 -1
- package/dist/components/HashTabView/HashTabView.test.js +0 -31
- package/dist/components/HeaderFilter/HeaderFilter.test.d.ts +0 -1
- package/dist/components/HeaderFilter/HeaderFilter.test.js +0 -46
- package/dist/components/Iconify/Iconify.test.d.ts +0 -1
- package/dist/components/Iconify/Iconify.test.js +0 -28
- package/dist/components/InfoCard/InfoCard.test.d.ts +0 -1
- package/dist/components/InfoCard/InfoCard.test.js +0 -48
- package/dist/components/InfoGroup/InfoGroup.test.d.ts +0 -1
- package/dist/components/InfoGroup/InfoGroup.test.js +0 -40
- package/dist/components/ListArea/ListArea.test.d.ts +0 -1
- package/dist/components/ListArea/ListArea.test.js +0 -110
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.d.ts +0 -1
- package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +0 -15
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.d.ts +0 -1
- package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +0 -20
- package/dist/components/ModulePadding/ModulePadding.test.d.ts +0 -1
- package/dist/components/ModulePadding/ModulePadding.test.js +0 -22
- package/dist/components/OfflineView/OfflineView.test.d.ts +0 -1
- package/dist/components/OfflineView/OfflineView.test.js +0 -24
- package/dist/components/OnboardingBanner/OnboardingBanner.test.d.ts +0 -1
- package/dist/components/OnboardingBanner/OnboardingBanner.test.js +0 -72
- package/dist/components/OverflowTooltip/OverflowTooltip.test.d.ts +0 -1
- package/dist/components/OverflowTooltip/OverflowTooltip.test.js +0 -37
- package/dist/components/PermissionChecks/PermissionService.test.d.ts +0 -1
- package/dist/components/PermissionChecks/PermissionService.test.js +0 -91
- package/dist/components/SafeForm/SafeForm.test.d.ts +0 -1
- package/dist/components/SafeForm/SafeForm.test.js +0 -91
- package/dist/components/Scrollbar/scrollbar.test.d.ts +0 -1
- package/dist/components/Scrollbar/scrollbar.test.js +0 -15
- package/dist/components/SearchBar/SearchBar.test.d.ts +0 -1
- package/dist/components/SearchBar/SearchBar.test.js +0 -23
- package/dist/components/Select/Select.test.d.ts +0 -1
- package/dist/components/Select/Select.test.js +0 -28
- package/dist/components/Stepper/Stepper.test.d.ts +0 -1
- package/dist/components/Stepper/Stepper.test.js +0 -342
- package/dist/components/VerticalDivider/VerticalDivider.test.d.ts +0 -1
- package/dist/components/VerticalDivider/VerticalDivider.test.js +0 -15
- package/dist/get-D8IXqiys.js +0 -7
- package/dist/hooks/useBreakpoints.test.d.ts +0 -1
- package/dist/hooks/useBreakpoints.test.js +0 -11
- package/dist/index-BLPBqbdx.js +0 -11025
- package/dist/isArray-BjSPDQ4v.js +0 -7
- package/dist/magic-string.es-uPKorP4O.js +0 -663
- package/dist/services/services.test.d.ts +0 -1
- package/dist/services/services.test.js +0 -106
- package/dist/useBreakpoints-MzTZ0tCT.js +0 -45
- package/dist/vi.bdSIJ99Y-B308Q-4w.js +0 -11963
|
@@ -1,56 +1,12 @@
|
|
|
1
|
-
import { _ as b, a as y, c as C, P as l } from "./index-
|
|
1
|
+
import { _ as b, a as y, c as C, P as l } from "./index-Df2FYN-K.js";
|
|
2
2
|
import I, { forwardRef as _, useRef as f, useImperativeHandle as L, useEffect as p } from "react";
|
|
3
3
|
import { b as h, c as m } from "./tslib.es6-BDCynO9F.js";
|
|
4
|
-
import { M as T, a as N } from "./component-
|
|
5
|
-
/**
|
|
6
|
-
* @license
|
|
7
|
-
* Copyright 2017 Google Inc.
|
|
8
|
-
*
|
|
9
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
10
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
11
|
-
* in the Software without restriction, including without limitation the rights
|
|
12
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
13
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
14
|
-
* furnished to do so, subject to the following conditions:
|
|
15
|
-
*
|
|
16
|
-
* The above copyright notice and this permission notice shall be included in
|
|
17
|
-
* all copies or substantial portions of the Software.
|
|
18
|
-
*
|
|
19
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
20
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
21
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
22
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
23
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
24
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
25
|
-
* THE SOFTWARE.
|
|
26
|
-
*/
|
|
4
|
+
import { M as T, a as N } from "./component-By6nyiBU.js";
|
|
27
5
|
var O = {
|
|
28
6
|
ROOT: "mdc-form-field"
|
|
29
7
|
}, P = {
|
|
30
8
|
LABEL_SELECTOR: ".mdc-form-field > label"
|
|
31
9
|
};
|
|
32
|
-
/**
|
|
33
|
-
* @license
|
|
34
|
-
* Copyright 2017 Google Inc.
|
|
35
|
-
*
|
|
36
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
37
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
38
|
-
* in the Software without restriction, including without limitation the rights
|
|
39
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
40
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
41
|
-
* furnished to do so, subject to the following conditions:
|
|
42
|
-
*
|
|
43
|
-
* The above copyright notice and this permission notice shall be included in
|
|
44
|
-
* all copies or substantial portions of the Software.
|
|
45
|
-
*
|
|
46
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
47
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
48
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
49
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
50
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
51
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
52
|
-
* THE SOFTWARE.
|
|
53
|
-
*/
|
|
54
10
|
var v = (
|
|
55
11
|
/** @class */
|
|
56
12
|
(function(t) {
|
|
@@ -100,28 +56,6 @@ var v = (
|
|
|
100
56
|
}, n;
|
|
101
57
|
})(T)
|
|
102
58
|
);
|
|
103
|
-
/**
|
|
104
|
-
* @license
|
|
105
|
-
* Copyright 2017 Google Inc.
|
|
106
|
-
*
|
|
107
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
108
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
109
|
-
* in the Software without restriction, including without limitation the rights
|
|
110
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
111
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
112
|
-
* furnished to do so, subject to the following conditions:
|
|
113
|
-
*
|
|
114
|
-
* The above copyright notice and this permission notice shall be included in
|
|
115
|
-
* all copies or substantial portions of the Software.
|
|
116
|
-
*
|
|
117
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
118
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
119
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
120
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
121
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
122
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
123
|
-
* THE SOFTWARE.
|
|
124
|
-
*/
|
|
125
59
|
var D = (
|
|
126
60
|
/** @class */
|
|
127
61
|
(function(t) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as b } from "./_commonjsHelpers-
|
|
2
|
-
import { r as I, a as T, b as h, c as j, d as P, e as d, f as _ } from "./isTypedArray-
|
|
3
|
-
import { r as x } from "./isArray-
|
|
1
|
+
import { g as b } from "./_commonjsHelpers-ByX85dGu.js";
|
|
2
|
+
import { r as I, a as T, b as h, c as j, d as P, e as d, f as _ } from "./isTypedArray-D39qzPYE.js";
|
|
3
|
+
import { r as x } from "./isArray-Ce1Q96lU.js";
|
|
4
4
|
var t, s;
|
|
5
5
|
function O() {
|
|
6
6
|
if (s) return t;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as s } from "./_commonjsHelpers-
|
|
2
|
-
import { r as c } from "./omit-
|
|
3
|
-
import { a as b, r as u, b as f } from "./isArray-
|
|
1
|
+
import { g as s } from "./_commonjsHelpers-ByX85dGu.js";
|
|
2
|
+
import { r as c } from "./omit-BWQrFyQ-.js";
|
|
3
|
+
import { a as b, r as u, b as f } from "./isArray-Ce1Q96lU.js";
|
|
4
4
|
var p = c();
|
|
5
5
|
const O = /* @__PURE__ */ s(p);
|
|
6
6
|
var i, t;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { a as h, r as jr, b as qr, c as Ar } from "./_Map-
|
|
2
|
-
import { d as p, a as X, b as z, e as hr } from "./isArray-
|
|
1
|
+
import { a as h, r as jr, b as qr, c as Ar } from "./_Map-BYxTn6ob.js";
|
|
2
|
+
import { d as p, a as X, b as z, e as hr } from "./isArray-Ce1Q96lU.js";
|
|
3
3
|
var S, H;
|
|
4
4
|
function mr() {
|
|
5
5
|
if (H) return S;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as k } from "./_commonjsHelpers-
|
|
2
|
-
import { h as b, i as F, j, k as z, l as Y, m as J, n as Q, o as V, p as X, q as Z, s as ee, t as re } from "./index-
|
|
3
|
-
import { r as ae } from "./slicedToArray-
|
|
1
|
+
import { g as k } from "./_commonjsHelpers-ByX85dGu.js";
|
|
2
|
+
import { h as b, i as F, j, k as z, l as Y, m as J, n as Q, o as V, p as X, q as Z, s as ee, t as re } from "./index-Df2FYN-K.js";
|
|
3
|
+
import { r as ae } from "./slicedToArray-DC6VAZtW.js";
|
|
4
4
|
var N = {}, y, C;
|
|
5
5
|
function te() {
|
|
6
6
|
if (C) return y;
|
|
@@ -63,28 +63,6 @@ function Ee() {
|
|
|
63
63
|
}
|
|
64
64
|
var Ae = Ee();
|
|
65
65
|
const Pe = /* @__PURE__ */ k(Ae);
|
|
66
|
-
/**
|
|
67
|
-
* @license
|
|
68
|
-
* Copyright 2020 Google Inc.
|
|
69
|
-
*
|
|
70
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
71
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
72
|
-
* in the Software without restriction, including without limitation the rights
|
|
73
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
74
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
75
|
-
* furnished to do so, subject to the following conditions:
|
|
76
|
-
*
|
|
77
|
-
* The above copyright notice and this permission notice shall be included in
|
|
78
|
-
* all copies or substantial portions of the Software.
|
|
79
|
-
*
|
|
80
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
81
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
82
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
83
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
84
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
85
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
86
|
-
* THE SOFTWARE.
|
|
87
|
-
*/
|
|
88
66
|
var e = {
|
|
89
67
|
UNKNOWN: "Unknown",
|
|
90
68
|
BACKSPACE: "Backspace",
|
package/dist/main.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as e } from "./AlertBanner-
|
|
1
|
+
import { A as e } from "./AlertBanner-BFzaGOer.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 i } from "./components/BasicHeading/BasicHeading.js";
|
|
@@ -10,11 +10,11 @@ import { ContextMenu as L } from "./components/ContextMenu/ContextMenu.js";
|
|
|
10
10
|
import { DeleteModal as F } from "./components/DeleteModal/DeleteModal.js";
|
|
11
11
|
import { DetailContentWrapper as T } from "./components/DetailContentWrapper/DetailContentWrapper.js";
|
|
12
12
|
import { Disclaimer as D } from "./components/Disclaimer/Disclaimer.js";
|
|
13
|
-
import { EmptyView as
|
|
14
|
-
import { Filter as
|
|
13
|
+
import { EmptyView as B } from "./components/EmptyView/EmptyView.js";
|
|
14
|
+
import { Filter as P } from "./components/Filter/Filter.js";
|
|
15
15
|
import { FormattedNumberDisplay as N } from "./components/FormattedNumberDisplay/FormattedNumberDisplay.js";
|
|
16
16
|
import { GenericTable as w } from "./components/GenericTable/GenericTable.js";
|
|
17
|
-
import { HashTabView as
|
|
17
|
+
import { HashTabView as O } from "./components/HashTabView/HashTabView.js";
|
|
18
18
|
import { HeaderFilter as V } from "./components/HeaderFilter/HeaderFilter.js";
|
|
19
19
|
import { Iconify as U } from "./components/Iconify/Iconify.js";
|
|
20
20
|
import { InfoCard as k } from "./components/InfoCard/InfoCard.js";
|
|
@@ -23,7 +23,7 @@ import { ListArea as Y } from "./components/ListArea/ListArea.js";
|
|
|
23
23
|
import { LoadingSpinner as z } from "./components/LoadingSpinner/Default/LoadingSpinner.js";
|
|
24
24
|
import { Modal as j } from "./components/Modal/Modal.js";
|
|
25
25
|
import { ModulePadding as J } from "./components/ModulePadding/ModulePadding.js";
|
|
26
|
-
import {
|
|
26
|
+
import { OfflineView as Z } from "./components/OfflineView/OfflineView.js";
|
|
27
27
|
import { OnboardingBanner as rr } from "./components/OnboardingBanner/OnboardingBanner.js";
|
|
28
28
|
import { OverflowTooltip as er } from "./components/OverflowTooltip/OverflowTooltip.js";
|
|
29
29
|
import { ScrollbarX as mr, ScrollbarY as pr } from "./components/Scrollbar/Scrollbar.js";
|
|
@@ -37,13 +37,13 @@ import { FormDatePicker as _r } from "./components/FormComponents/FormDatePicker
|
|
|
37
37
|
import { FormNumber as Ir } from "./components/FormComponents/FormNumber/FormNumber.js";
|
|
38
38
|
import { FormRadio as Gr } from "./components/FormComponents/FormRadio/FormRadio.js";
|
|
39
39
|
import { FormSelect as Mr } from "./components/FormComponents/FormSelect/FormSelect.js";
|
|
40
|
-
import { FormSlider as
|
|
41
|
-
import { FormText as
|
|
40
|
+
import { FormSlider as Cr } from "./components/FormComponents/FormSlider/FormSlider.js";
|
|
41
|
+
import { FormText as ur } from "./components/FormComponents/FormText/FormText.js";
|
|
42
42
|
import { FormToggle as gr } from "./components/FormComponents/FormToggle/FormToggle.js";
|
|
43
|
-
import { SafeForm as
|
|
43
|
+
import { SafeForm as br } from "./components/SafeForm/SafeForm.js";
|
|
44
44
|
import { AvailableCustomIcons as Rr } from "./enums/AvailableCustomIcons.js";
|
|
45
45
|
import { ThemeColor as Hr } from "./enums/ThemeColor.js";
|
|
46
|
-
import {
|
|
46
|
+
import { useBreakpoints as hr } from "./hooks/useBreakpoints.js";
|
|
47
47
|
import { capitalizeFirstLetters as vr, getFormattedDateTime as yr, getNumberAsLocaleString as Wr, trimLeadingAndTrailingSpaces as Yr } from "./services/UtilService.js";
|
|
48
48
|
import { StepperStyle as zr } from "./components/Stepper/stepperStyles.js";
|
|
49
49
|
import { DATE_FORMAT as jr, DATE_TIME_FORMAT as qr, TIME_FORMAT as Jr } from "./types/Time.js";
|
|
@@ -76,21 +76,21 @@ export {
|
|
|
76
76
|
T as DetailContentWrapper,
|
|
77
77
|
D as Disclaimer,
|
|
78
78
|
ro as ENGLISH_LANGUAGE_ID,
|
|
79
|
-
|
|
80
|
-
|
|
79
|
+
B as EmptyView,
|
|
80
|
+
P as Filter,
|
|
81
81
|
cr as FormCheckBox,
|
|
82
82
|
_r as FormDatePicker,
|
|
83
83
|
Ir as FormNumber,
|
|
84
84
|
Gr as FormRadio,
|
|
85
85
|
Mr as FormSelect,
|
|
86
|
-
|
|
87
|
-
|
|
86
|
+
Cr as FormSlider,
|
|
87
|
+
ur as FormText,
|
|
88
88
|
gr as FormToggle,
|
|
89
89
|
N as FormattedNumberDisplay,
|
|
90
90
|
oo as GERMAN_LANGUAGE_ID,
|
|
91
91
|
w as GenericTable,
|
|
92
92
|
To as HVMainPermissions,
|
|
93
|
-
|
|
93
|
+
O as HashTabView,
|
|
94
94
|
V as HeaderFilter,
|
|
95
95
|
U as Iconify,
|
|
96
96
|
k as InfoCard,
|
|
@@ -106,7 +106,7 @@ export {
|
|
|
106
106
|
rr as OnboardingBanner,
|
|
107
107
|
er as OverflowTooltip,
|
|
108
108
|
mo as SPANISH_LANGUAGE_ID,
|
|
109
|
-
|
|
109
|
+
br as SafeForm,
|
|
110
110
|
mr as ScrollbarX,
|
|
111
111
|
pr as ScrollbarY,
|
|
112
112
|
xr as SearchBar,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { g as ye } from "./_commonjsHelpers-
|
|
2
|
-
import { l as et, j as Mr } from "./slicedToArray-
|
|
3
|
-
import { h as rt, i as tt, c as Br, d as Cr, e as Ar } from "./es.string.iterator-
|
|
4
|
-
import { y as F, e as Ee, f as nt, a1 as kr, a3 as at, a4 as it, a5 as ut, Z as st, u as $r, j, a6 as ot, t as ft, D as vt, a7 as Pr, x as ct, T as Re, K as lt, Q as Gr, a8 as dt, a9 as St, aa as pt, r as ht, Y as be, ab as Tr, ac as qt, A as It, h as gt, B as Hr, C as mt, n as _t, G as Lr, z as Kr, ad as yt, w as Et } from "./index-
|
|
5
|
-
import { r as Oe } from "./find-
|
|
1
|
+
import { g as ye } from "./_commonjsHelpers-ByX85dGu.js";
|
|
2
|
+
import { l as et, j as Mr } from "./slicedToArray-DC6VAZtW.js";
|
|
3
|
+
import { h as rt, i as tt, c as Br, d as Cr, e as Ar } from "./es.string.iterator-DBx2A42F.js";
|
|
4
|
+
import { y as F, e as Ee, f as nt, a1 as kr, a3 as at, a4 as it, a5 as ut, Z as st, u as $r, j, a6 as ot, t as ft, D as vt, a7 as Pr, x as ct, T as Re, K as lt, Q as Gr, a8 as dt, a9 as St, aa as pt, r as ht, Y as be, ab as Tr, ac as qt, A as It, h as gt, B as Hr, C as mt, n as _t, G as Lr, z as Kr, ad as yt, w as Et } from "./index-Df2FYN-K.js";
|
|
5
|
+
import { r as Oe } from "./find-eU9ab_u7.js";
|
|
6
6
|
var T, xe;
|
|
7
7
|
function Rt() {
|
|
8
8
|
return xe || (xe = 1, T = /* @__PURE__ */ et()), T;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { g as Rn } from "./_commonjsHelpers-
|
|
2
|
-
import { b as jn } from "./toString-
|
|
3
|
-
import { c as Ve, f as Pn, g as He, h as Ye, i as Cn, j as wn, r as xn, b as Fn, a as En, e as Ln } from "./identity-
|
|
4
|
-
import { a as Bn, d as Kr } from "./_Map-
|
|
5
|
-
import { c as Kn, g as Mn, d as We, e as Un } from "./get-
|
|
6
|
-
import { i as Dn, f as Je, c as Gn, a as Mr, h as Qe, j as Xe, d as Nn, b as Vn } from "./isTypedArray-
|
|
7
|
-
import { a as Hn, b as Ur, d as Yn, c as Ze, r as $e } from "./isArray-
|
|
1
|
+
import { g as Rn } from "./_commonjsHelpers-ByX85dGu.js";
|
|
2
|
+
import { b as jn } from "./toString-D5bEU-DN.js";
|
|
3
|
+
import { c as Ve, f as Pn, g as He, h as Ye, i as Cn, j as wn, r as xn, b as Fn, a as En, e as Ln } from "./identity-B0bbReND.js";
|
|
4
|
+
import { a as Bn, d as Kr } from "./_Map-BYxTn6ob.js";
|
|
5
|
+
import { c as Kn, g as Mn, d as We, e as Un } from "./get-BLvvbtML.js";
|
|
6
|
+
import { i as Dn, f as Je, c as Gn, a as Mr, h as Qe, j as Xe, d as Nn, b as Vn } from "./isTypedArray-D39qzPYE.js";
|
|
7
|
+
import { a as Hn, b as Ur, d as Yn, c as Ze, r as $e } from "./isArray-Ce1Q96lU.js";
|
|
8
8
|
var H, Xr;
|
|
9
9
|
function Dr() {
|
|
10
10
|
if (Xr) return H;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { g as _e } from "./_commonjsHelpers-
|
|
2
|
-
import { a as ce, b as ve } from "./toString-
|
|
3
|
-
import { b as qe, c as de, d as pe, e as hr, r as he, f as jr, g as kr } from "./get-
|
|
4
|
-
import { r as le, a as ye, b as re, c as ee, d as ge, e as ae } from "./identity-
|
|
5
|
-
import { c as oe, r as S, b as be } from "./isArray-
|
|
6
|
-
import { a as Ae, d as Re, e as Oe, b as Pe, g as Ee, c as ne, h as Me } from "./isTypedArray-
|
|
7
|
-
import { d as Te } from "./_Map-
|
|
1
|
+
import { g as _e } from "./_commonjsHelpers-ByX85dGu.js";
|
|
2
|
+
import { a as ce, b as ve } from "./toString-D5bEU-DN.js";
|
|
3
|
+
import { b as qe, c as de, d as pe, e as hr, r as he, f as jr, g as kr } from "./get-BLvvbtML.js";
|
|
4
|
+
import { r as le, a as ye, b as re, c as ee, d as ge, e as ae } from "./identity-B0bbReND.js";
|
|
5
|
+
import { c as oe, r as S, b as be } from "./isArray-Ce1Q96lU.js";
|
|
6
|
+
import { a as Ae, d as Re, e as Oe, b as Pe, g as Ee, c as ne, h as Me } from "./isTypedArray-D39qzPYE.js";
|
|
7
|
+
import { d as Te } from "./_Map-BYxTn6ob.js";
|
|
8
8
|
var L, lr;
|
|
9
9
|
function me() {
|
|
10
10
|
if (lr) return L;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { g as O } from "./_commonjsHelpers-
|
|
2
|
-
import { u as F, v as E, w, x as A, y as D, j as P, z as N } from "./index-
|
|
1
|
+
import { g as O } from "./_commonjsHelpers-ByX85dGu.js";
|
|
2
|
+
import { u as F, v as E, w, x as A, y as D, j as P, z as N } from "./index-Df2FYN-K.js";
|
|
3
3
|
var _ = {}, c, b;
|
|
4
4
|
function S() {
|
|
5
5
|
return b || (b = 1, c = `
|
|
@@ -1,12 +1,7 @@
|
|
|
1
1
|
import ae, { createContext as bt, useState as g, useRef as z, useEffect as p, useContext as gt, useCallback as St, useImperativeHandle as Et, useLayoutEffect as At } from "react";
|
|
2
2
|
import { a as kt, b as Ot, c as it, o as xt, f as Tt, s as Lt } from "./floating-ui.dom-CeD8zknG.js";
|
|
3
|
-
import { g as Ct } from "./_commonjsHelpers-
|
|
3
|
+
import { g as Ct } from "./_commonjsHelpers-ByX85dGu.js";
|
|
4
4
|
var et = { exports: {} };
|
|
5
|
-
/*!
|
|
6
|
-
Copyright (c) 2018 Jed Watson.
|
|
7
|
-
Licensed under the MIT License (MIT), see
|
|
8
|
-
http://jedwatson.github.io/classnames
|
|
9
|
-
*/
|
|
10
5
|
var ct;
|
|
11
6
|
function Rt() {
|
|
12
7
|
return ct || (ct = 1, (function(t) {
|
|
@@ -42,12 +37,6 @@ function Rt() {
|
|
|
42
37
|
}
|
|
43
38
|
var Nt = Rt();
|
|
44
39
|
const ot = /* @__PURE__ */ Ct(Nt);
|
|
45
|
-
/*
|
|
46
|
-
* React Tooltip
|
|
47
|
-
* {@link https://github.com/ReactTooltip/react-tooltip}
|
|
48
|
-
* @copyright ReactTooltip Team
|
|
49
|
-
* @license MIT
|
|
50
|
-
*/
|
|
51
40
|
const jt = "react-tooltip-core-styles", $t = "react-tooltip-base-styles", ut = { core: !1, base: !1 };
|
|
52
41
|
function dt({ css: t, id: l = $t, type: u = "base", ref: i }) {
|
|
53
42
|
var m, s;
|