@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,19 +1,19 @@
|
|
|
1
1
|
import { jsx as Xt } from "react/jsx-runtime";
|
|
2
|
-
import { o as Qe, e as Ze, i as ti, C as ei } from "../../index.es-
|
|
3
|
-
import { _ as ie, a as Le, c as Zt, b as kt, d as Pe, P as c } from "../../index-
|
|
4
|
-
import { f as Yt, _ as Ke, a as wt, b as Me, c as ke, d as Ut, g as Ye, e as xt } from "../../defineProperty-
|
|
5
|
-
import { _ as Ie, a as ii } from "../../find-
|
|
6
|
-
import { _ as Mt, a as ni, b as oi } from "../../map-
|
|
7
|
-
import { g as we } from "../../_commonjsHelpers-
|
|
8
|
-
import { a as ri } from "../../es.string.iterator-
|
|
9
|
-
import { k as ai, _ as Et } from "../../slicedToArray-
|
|
10
|
-
import { k as vt, u as ci, l as si, e as li, i as di } from "../../index.es-
|
|
11
|
-
import { n as ui, i as pi, K as P, _ as hi } from "../../keyboard-
|
|
2
|
+
import { o as Qe, e as Ze, i as ti, C as ei } from "../../index.es-BOG3_7IM.js";
|
|
3
|
+
import { _ as ie, a as Le, c as Zt, b as kt, d as Pe, P as c } from "../../index-Df2FYN-K.js";
|
|
4
|
+
import { f as Yt, _ as Ke, a as wt, b as Me, c as ke, d as Ut, g as Ye, e as xt } from "../../defineProperty-B7N9EBBI.js";
|
|
5
|
+
import { _ as Ie, a as ii } from "../../find-eU9ab_u7.js";
|
|
6
|
+
import { _ as Mt, a as ni, b as oi } from "../../map-ZSVweMI1.js";
|
|
7
|
+
import { g as we } from "../../_commonjsHelpers-ByX85dGu.js";
|
|
8
|
+
import { a as ri } from "../../es.string.iterator-DBx2A42F.js";
|
|
9
|
+
import { k as ai, _ as Et } from "../../slicedToArray-DC6VAZtW.js";
|
|
10
|
+
import { k as vt, u as ci, l as si, e as li, i as di } from "../../index.es-C6I3L4U4.js";
|
|
11
|
+
import { n as ui, i as pi, K as P, _ as hi } from "../../keyboard-DbG3oyPU.js";
|
|
12
12
|
import E, { useEffect as ne, useState as yt, useMemo as te, useCallback as g, useRef as xe, forwardRef as fi, useImperativeHandle as _i } from "react";
|
|
13
13
|
import { e as Ci, c as N, b as et } from "../../tslib.es6-BDCynO9F.js";
|
|
14
|
-
import { M as oe, a as re } from "../../component-
|
|
15
|
-
import { M as $t, b as $e } from "../../component-
|
|
16
|
-
import { I as ve } from "../../index.es-
|
|
14
|
+
import { M as oe, a as re } from "../../component-By6nyiBU.js";
|
|
15
|
+
import { M as $t, b as $e } from "../../component-DYpB_4EP.js";
|
|
16
|
+
import { I as ve } from "../../index.es-DEBGoIKX.js";
|
|
17
17
|
import { OverflowTooltip as Ii } from "../OverflowTooltip/OverflowTooltip.js";
|
|
18
18
|
import '../../assets/ChipCard.css';var vi = ti ? window : null, Ee = function(o) {
|
|
19
19
|
return !!o.addEventListener;
|
|
@@ -67,28 +67,6 @@ function Ai() {
|
|
|
67
67
|
}
|
|
68
68
|
var Ti = Ai();
|
|
69
69
|
const Ri = /* @__PURE__ */ we(Ti);
|
|
70
|
-
/**
|
|
71
|
-
* @license
|
|
72
|
-
* Copyright 2020 Google Inc.
|
|
73
|
-
*
|
|
74
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
75
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
76
|
-
* in the Software without restriction, including without limitation the rights
|
|
77
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
78
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
79
|
-
* furnished to do so, subject to the following conditions:
|
|
80
|
-
*
|
|
81
|
-
* The above copyright notice and this permission notice shall be included in
|
|
82
|
-
* all copies or substantial portions of the Software.
|
|
83
|
-
*
|
|
84
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
85
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
86
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
87
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
88
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
89
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
90
|
-
* THE SOFTWARE.
|
|
91
|
-
*/
|
|
92
70
|
var K;
|
|
93
71
|
(function(o) {
|
|
94
72
|
o[o.UNSPECIFIED = 0] = "UNSPECIFIED", o[o.CLICK = 1] = "CLICK", o[o.BACKSPACE_KEY = 2] = "BACKSPACE_KEY", o[o.DELETE_KEY = 3] = "DELETE_KEY", o[o.SPACEBAR_KEY = 4] = "SPACEBAR_KEY", o[o.ENTER_KEY = 5] = "ENTER_KEY";
|
|
@@ -99,28 +77,6 @@ var R = {
|
|
|
99
77
|
NAVIGATION_EVENT: "MDCChipTrailingAction:navigation",
|
|
100
78
|
TAB_INDEX: "tabindex"
|
|
101
79
|
};
|
|
102
|
-
/**
|
|
103
|
-
* @license
|
|
104
|
-
* Copyright 2020 Google Inc.
|
|
105
|
-
*
|
|
106
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
107
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
108
|
-
* in the Software without restriction, including without limitation the rights
|
|
109
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
110
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
111
|
-
* furnished to do so, subject to the following conditions:
|
|
112
|
-
*
|
|
113
|
-
* The above copyright notice and this permission notice shall be included in
|
|
114
|
-
* all copies or substantial portions of the Software.
|
|
115
|
-
*
|
|
116
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
117
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
118
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
119
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
120
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
121
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
122
|
-
* THE SOFTWARE.
|
|
123
|
-
*/
|
|
124
80
|
var He = (
|
|
125
81
|
/** @class */
|
|
126
82
|
(function(o) {
|
|
@@ -180,28 +136,6 @@ var He = (
|
|
|
180
136
|
}, e;
|
|
181
137
|
})(oe)
|
|
182
138
|
);
|
|
183
|
-
/**
|
|
184
|
-
* @license
|
|
185
|
-
* Copyright 2020 Google Inc.
|
|
186
|
-
*
|
|
187
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
188
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
189
|
-
* in the Software without restriction, including without limitation the rights
|
|
190
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
191
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
192
|
-
* furnished to do so, subject to the following conditions:
|
|
193
|
-
*
|
|
194
|
-
* The above copyright notice and this permission notice shall be included in
|
|
195
|
-
* all copies or substantial portions of the Software.
|
|
196
|
-
*
|
|
197
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
198
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
199
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
200
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
201
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
202
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
203
|
-
* THE SOFTWARE.
|
|
204
|
-
*/
|
|
205
139
|
var Ue = (
|
|
206
140
|
/** @class */
|
|
207
141
|
(function(o) {
|
|
@@ -270,28 +204,6 @@ var Ue = (
|
|
|
270
204
|
}, e;
|
|
271
205
|
})(re)
|
|
272
206
|
);
|
|
273
|
-
/**
|
|
274
|
-
* @license
|
|
275
|
-
* Copyright 2016 Google Inc.
|
|
276
|
-
*
|
|
277
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
278
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
279
|
-
* in the Software without restriction, including without limitation the rights
|
|
280
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
281
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
282
|
-
* furnished to do so, subject to the following conditions:
|
|
283
|
-
*
|
|
284
|
-
* The above copyright notice and this permission notice shall be included in
|
|
285
|
-
* all copies or substantial portions of the Software.
|
|
286
|
-
*
|
|
287
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
288
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
289
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
290
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
291
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
292
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
293
|
-
* THE SOFTWARE.
|
|
294
|
-
*/
|
|
295
207
|
var S;
|
|
296
208
|
(function(o) {
|
|
297
209
|
o.LEFT = "left", o.RIGHT = "right";
|
|
@@ -363,28 +275,6 @@ M.add(a.HOME_KEY);
|
|
|
363
275
|
M.add(a.END_KEY);
|
|
364
276
|
M.add(a.IE_ARROW_UP_KEY);
|
|
365
277
|
M.add(a.IE_ARROW_DOWN_KEY);
|
|
366
|
-
/**
|
|
367
|
-
* @license
|
|
368
|
-
* Copyright 2016 Google Inc.
|
|
369
|
-
*
|
|
370
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
371
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
372
|
-
* in the Software without restriction, including without limitation the rights
|
|
373
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
374
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
375
|
-
* furnished to do so, subject to the following conditions:
|
|
376
|
-
*
|
|
377
|
-
* The above copyright notice and this permission notice shall be included in
|
|
378
|
-
* all copies or substantial portions of the Software.
|
|
379
|
-
*
|
|
380
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
381
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
382
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
383
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
384
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
385
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
386
|
-
* THE SOFTWARE.
|
|
387
|
-
*/
|
|
388
278
|
var Ae = {
|
|
389
279
|
bottom: 0,
|
|
390
280
|
height: 0,
|
|
@@ -627,28 +517,6 @@ var ae = (
|
|
|
627
517
|
}, e;
|
|
628
518
|
})(oe)
|
|
629
519
|
);
|
|
630
|
-
/**
|
|
631
|
-
* @license
|
|
632
|
-
* Copyright 2016 Google Inc.
|
|
633
|
-
*
|
|
634
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
635
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
636
|
-
* in the Software without restriction, including without limitation the rights
|
|
637
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
638
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
639
|
-
* furnished to do so, subject to the following conditions:
|
|
640
|
-
*
|
|
641
|
-
* The above copyright notice and this permission notice shall be included in
|
|
642
|
-
* all copies or substantial portions of the Software.
|
|
643
|
-
*
|
|
644
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
645
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
646
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
647
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
648
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
649
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
650
|
-
* THE SOFTWARE.
|
|
651
|
-
*/
|
|
652
520
|
var Be = (
|
|
653
521
|
/** @class */
|
|
654
522
|
(function(o) {
|
|
@@ -859,28 +727,6 @@ var Be = (
|
|
|
859
727
|
}, e;
|
|
860
728
|
})(re)
|
|
861
729
|
);
|
|
862
|
-
/**
|
|
863
|
-
* @license
|
|
864
|
-
* Copyright 2020 Google Inc.
|
|
865
|
-
*
|
|
866
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
867
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
868
|
-
* in the Software without restriction, including without limitation the rights
|
|
869
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
870
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
871
|
-
* furnished to do so, subject to the following conditions:
|
|
872
|
-
*
|
|
873
|
-
* The above copyright notice and this permission notice shall be included in
|
|
874
|
-
* all copies or substantial portions of the Software.
|
|
875
|
-
*
|
|
876
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
877
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
878
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
879
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
880
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
881
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
882
|
-
* THE SOFTWARE.
|
|
883
|
-
*/
|
|
884
730
|
var ee;
|
|
885
731
|
(function(o) {
|
|
886
732
|
o.POLITE = "polite", o.ASSERTIVE = "assertive";
|
|
@@ -918,56 +764,12 @@ var Oi = (
|
|
|
918
764
|
}, o;
|
|
919
765
|
})()
|
|
920
766
|
);
|
|
921
|
-
/**
|
|
922
|
-
* @license
|
|
923
|
-
* Copyright 2016 Google Inc.
|
|
924
|
-
*
|
|
925
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
926
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
927
|
-
* in the Software without restriction, including without limitation the rights
|
|
928
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
929
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
930
|
-
* furnished to do so, subject to the following conditions:
|
|
931
|
-
*
|
|
932
|
-
* The above copyright notice and this permission notice shall be included in
|
|
933
|
-
* all copies or substantial portions of the Software.
|
|
934
|
-
*
|
|
935
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
936
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
937
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
938
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
939
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
940
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
941
|
-
* THE SOFTWARE.
|
|
942
|
-
*/
|
|
943
767
|
var Ge = {
|
|
944
768
|
CHIP_SELECTOR: ".mdc-chip"
|
|
945
769
|
}, gt = {
|
|
946
770
|
CHOICE: "mdc-chip-set--choice",
|
|
947
771
|
FILTER: "mdc-chip-set--filter"
|
|
948
772
|
};
|
|
949
|
-
/**
|
|
950
|
-
* @license
|
|
951
|
-
* Copyright 2017 Google Inc.
|
|
952
|
-
*
|
|
953
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
954
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
955
|
-
* in the Software without restriction, including without limitation the rights
|
|
956
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
957
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
958
|
-
* furnished to do so, subject to the following conditions:
|
|
959
|
-
*
|
|
960
|
-
* The above copyright notice and this permission notice shall be included in
|
|
961
|
-
* all copies or substantial portions of the Software.
|
|
962
|
-
*
|
|
963
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
964
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
965
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
966
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
967
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
968
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
969
|
-
* THE SOFTWARE.
|
|
970
|
-
*/
|
|
971
773
|
var ce = (
|
|
972
774
|
/** @class */
|
|
973
775
|
(function(o) {
|
|
@@ -1107,28 +909,6 @@ var ce = (
|
|
|
1107
909
|
}, e;
|
|
1108
910
|
})(oe)
|
|
1109
911
|
);
|
|
1110
|
-
/**
|
|
1111
|
-
* @license
|
|
1112
|
-
* Copyright 2016 Google Inc.
|
|
1113
|
-
*
|
|
1114
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1115
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
1116
|
-
* in the Software without restriction, including without limitation the rights
|
|
1117
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1118
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
1119
|
-
* furnished to do so, subject to the following conditions:
|
|
1120
|
-
*
|
|
1121
|
-
* The above copyright notice and this permission notice shall be included in
|
|
1122
|
-
* all copies or substantial portions of the Software.
|
|
1123
|
-
*
|
|
1124
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1125
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1126
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1127
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1128
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1129
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1130
|
-
* THE SOFTWARE.
|
|
1131
|
-
*/
|
|
1132
912
|
var Bt = ae.strings, Te = Bt.INTERACTION_EVENT, Re = Bt.SELECTION_EVENT, Ne = Bt.REMOVAL_EVENT, be = Bt.NAVIGATION_EVENT, Si = ce.strings.CHIP_SELECTOR, Oe = 0, Fi = (
|
|
1133
913
|
/** @class */
|
|
1134
914
|
(function(o) {
|
|
@@ -1223,28 +1003,6 @@ var Bt = ae.strings, Te = Bt.INTERACTION_EVENT, Re = Bt.SELECTION_EVENT, Ne = Bt
|
|
|
1223
1003
|
}, e;
|
|
1224
1004
|
})(re)
|
|
1225
1005
|
);
|
|
1226
|
-
/**
|
|
1227
|
-
* @license
|
|
1228
|
-
* Copyright 2019 Google Inc.
|
|
1229
|
-
*
|
|
1230
|
-
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1231
|
-
* of this software and associated documentation files (the "Software"), to deal
|
|
1232
|
-
* in the Software without restriction, including without limitation the rights
|
|
1233
|
-
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1234
|
-
* copies of the Software, and to permit persons to whom the Software is
|
|
1235
|
-
* furnished to do so, subject to the following conditions:
|
|
1236
|
-
*
|
|
1237
|
-
* The above copyright notice and this permission notice shall be included in
|
|
1238
|
-
* all copies or substantial portions of the Software.
|
|
1239
|
-
*
|
|
1240
|
-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1241
|
-
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1242
|
-
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1243
|
-
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1244
|
-
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1245
|
-
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1246
|
-
* THE SOFTWARE.
|
|
1247
|
-
*/
|
|
1248
1006
|
const Di = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
1249
1007
|
__proto__: null,
|
|
1250
1008
|
MDCChip: Be,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as e, jsxs as i } from "react/jsx-runtime";
|
|
2
|
-
import { B as s } from "../../index.es-
|
|
3
|
-
import { G as o } from "../../index.es-
|
|
4
|
-
import { T as c } from "../../index.es-
|
|
5
|
-
import {
|
|
2
|
+
import { B as s } from "../../index.es-B19PQgzU.js";
|
|
3
|
+
import { G as o } from "../../index.es-Z0aF-7Cn.js";
|
|
4
|
+
import { T as c } from "../../index.es-DUrjyxNI.js";
|
|
5
|
+
import { useBreakpoints as C } from "../../hooks/useBreakpoints.js";
|
|
6
6
|
import { Iconify as B } from "../Iconify/Iconify.js";
|
|
7
7
|
import { Modal as H } from "../Modal/Modal.js";
|
|
8
8
|
import '../../assets/ConfirmationModal.css';const N = "_bulletPoint_v4va9_1", P = "_modal_v4va9_7", S = "_primary_v4va9_11", j = "_secondary_v4va9_15", z = "_success_v4va9_19", A = "_danger_v4va9_23", G = "_fullHeight_v4va9_27", t = {
|
|
@@ -18,9 +18,9 @@ import '../../assets/ConfirmationModal.css';const N = "_bulletPoint_v4va9_1", P
|
|
|
18
18
|
confirmButtonLabel: d,
|
|
19
19
|
cancelButtonLabel: m,
|
|
20
20
|
label: u,
|
|
21
|
-
content:
|
|
21
|
+
content: n,
|
|
22
22
|
showBulletPoints: p,
|
|
23
|
-
icon:
|
|
23
|
+
icon: a,
|
|
24
24
|
iconColor: v = "primary",
|
|
25
25
|
confirmButtonVariant: _ = "filled",
|
|
26
26
|
isOpen: f,
|
|
@@ -28,7 +28,7 @@ import '../../assets/ConfirmationModal.css';const N = "_bulletPoint_v4va9_1", P
|
|
|
28
28
|
onCancel: l,
|
|
29
29
|
isConfirmationDisabled: g
|
|
30
30
|
}) => {
|
|
31
|
-
const { isDesktop: h } = C(), b = () =>
|
|
31
|
+
const { isDesktop: h } = C(), b = () => n ? /* @__PURE__ */ e(o, { direction: "vertical", gap: "none", children: n.map((x, k) => /* @__PURE__ */ e(
|
|
32
32
|
c,
|
|
33
33
|
{
|
|
34
34
|
level: 2,
|
|
@@ -74,7 +74,7 @@ import '../../assets/ConfirmationModal.css';const N = "_bulletPoint_v4va9_1", P
|
|
|
74
74
|
primaryAlign: "center",
|
|
75
75
|
secondaryAlign: "center",
|
|
76
76
|
children: [
|
|
77
|
-
|
|
77
|
+
a && /* @__PURE__ */ e(B, { icon: a, iconSize: "xlarge", className: t[v] }),
|
|
78
78
|
/* @__PURE__ */ i(o, { direction: "vertical", children: [
|
|
79
79
|
/* @__PURE__ */ e(c, { level: 1, themeColor: "text-primary-on-background", children: u }),
|
|
80
80
|
b()
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { jsx as t, jsxs as v } from "react/jsx-runtime";
|
|
2
|
-
import { I } from "../../index.es-
|
|
3
|
-
import { M as p, L as w, a as m, b as C } from "../../index.es-
|
|
2
|
+
import { I } from "../../index.es-CkB4776y.js";
|
|
3
|
+
import { M as p, L as w, a as m, b as C } from "../../index.es-Cg57snrN.js";
|
|
4
4
|
import { useState as g, useCallback as f, useEffect as h, useMemo as k, Fragment as y } from "react";
|
|
5
|
-
import { u as x } from "../../uniqueId-
|
|
6
|
-
import {
|
|
7
|
-
import '../../assets/ContextMenu.css';const V = "_menu_148i2_1", B = "_icon_148i2_6", N = "_listItem_148i2_10", b = "_offlineViewMargin_148i2_20",
|
|
5
|
+
import { u as x } from "../../uniqueId-CJo-XRQb.js";
|
|
6
|
+
import { OfflineView as L } from "../OfflineView/OfflineView.js";
|
|
7
|
+
import '../../assets/ContextMenu.css';const V = "_menu_148i2_1", B = "_icon_148i2_6", N = "_listItem_148i2_10", b = "_offlineViewMargin_148i2_20", l = {
|
|
8
8
|
menu: V,
|
|
9
9
|
icon: B,
|
|
10
10
|
listItem: N,
|
|
11
11
|
offlineViewMargin: b
|
|
12
12
|
}, q = ({
|
|
13
|
-
triggerOpen:
|
|
13
|
+
triggerOpen: s = null,
|
|
14
14
|
actions: o,
|
|
15
15
|
iconOrientation: c = "vertical",
|
|
16
16
|
"data-testid": u,
|
|
@@ -23,8 +23,8 @@ import '../../assets/ContextMenu.css';const V = "_menu_148i2_1", B = "_icon_148i
|
|
|
23
23
|
n(!1);
|
|
24
24
|
}, []);
|
|
25
25
|
h(() => {
|
|
26
|
-
n(
|
|
27
|
-
}, [
|
|
26
|
+
n(s !== null ? s : !1);
|
|
27
|
+
}, [s]);
|
|
28
28
|
const r = k(
|
|
29
29
|
() => o.filter((e) => e.isAllowed !== !1),
|
|
30
30
|
[o]
|
|
@@ -32,7 +32,7 @@ import '../../assets/ContextMenu.css';const V = "_menu_148i2_1", B = "_icon_148i
|
|
|
32
32
|
return r.length === 0 ? null : /* @__PURE__ */ t(
|
|
33
33
|
p,
|
|
34
34
|
{
|
|
35
|
-
className:
|
|
35
|
+
className: l.menu,
|
|
36
36
|
"data-testid": u ?? "selection-menu",
|
|
37
37
|
open: i,
|
|
38
38
|
surfaceOnly: !0,
|
|
@@ -41,7 +41,7 @@ import '../../assets/ContextMenu.css';const V = "_menu_148i2_1", B = "_icon_148i
|
|
|
41
41
|
trigger: /* @__PURE__ */ t(
|
|
42
42
|
I,
|
|
43
43
|
{
|
|
44
|
-
className:
|
|
44
|
+
className: l.icon,
|
|
45
45
|
variant: i ? "filled-primary" : void 0,
|
|
46
46
|
"data-testid": "open-button",
|
|
47
47
|
icon: c === "vertical" ? "more_vert" : "more_horiz",
|
|
@@ -53,7 +53,7 @@ import '../../assets/ContextMenu.css';const V = "_menu_148i2_1", B = "_icon_148i
|
|
|
53
53
|
/* @__PURE__ */ t(
|
|
54
54
|
C,
|
|
55
55
|
{
|
|
56
|
-
className:
|
|
56
|
+
className: l.listItem,
|
|
57
57
|
...e,
|
|
58
58
|
leadingBlockType: "icon",
|
|
59
59
|
"data-testid": e["data-testid"],
|
|
@@ -68,7 +68,7 @@ import '../../assets/ContextMenu.css';const V = "_menu_148i2_1", B = "_icon_148i
|
|
|
68
68
|
{
|
|
69
69
|
size: "small",
|
|
70
70
|
variant: "filled",
|
|
71
|
-
className:
|
|
71
|
+
className: l.offlineViewMargin,
|
|
72
72
|
..._
|
|
73
73
|
}
|
|
74
74
|
)
|
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
import { jsx as o, jsxs as b, Fragment as c } from "react/jsx-runtime";
|
|
2
|
-
import { B as f } from "../../index.es-
|
|
3
|
-
import { G as m } from "../../index.es-
|
|
4
|
-
import { I as S } from "../../index.es-
|
|
5
|
-
import { T as l } from "../../index.es-
|
|
6
|
-
import { u as x } from "../../uniqueId-
|
|
2
|
+
import { B as f } from "../../index.es-B19PQgzU.js";
|
|
3
|
+
import { G as m } from "../../index.es-Z0aF-7Cn.js";
|
|
4
|
+
import { I as S } from "../../index.es-DEBGoIKX.js";
|
|
5
|
+
import { T as l } from "../../index.es-DUrjyxNI.js";
|
|
6
|
+
import { u as x } from "../../uniqueId-CJo-XRQb.js";
|
|
7
7
|
import { AvailableCustomIcons as N } from "../../enums/AvailableCustomIcons.js";
|
|
8
|
-
import {
|
|
8
|
+
import { useBreakpoints as O } from "../../hooks/useBreakpoints.js";
|
|
9
9
|
import { Iconify as z } from "../Iconify/Iconify.js";
|
|
10
10
|
import "react";
|
|
11
|
-
import "../../react-tooltip.min-
|
|
12
|
-
import "../../orderBy-
|
|
11
|
+
import "../../react-tooltip.min-Dkz5ltCC.js";
|
|
12
|
+
import "../../orderBy-Ce85KqD6.js";
|
|
13
13
|
import "../../index-CuHybtft.js";
|
|
14
14
|
import "../SharedComponentsPermissionProvider/PermissionContext.js";
|
|
15
15
|
import { Modal as B } from "../Modal/Modal.js";
|
|
16
16
|
import { LoadingSpinner as M } from "../LoadingSpinner/Default/LoadingSpinner.js";
|
|
17
17
|
import "react-hook-form";
|
|
18
|
-
import "../../get-
|
|
19
|
-
import "../../isArray-
|
|
20
|
-
import "../../isString-
|
|
21
|
-
import "../../omit-
|
|
18
|
+
import "../../get-CBFiuc3f.js";
|
|
19
|
+
import "../../isArray-olhCpv2e.js";
|
|
20
|
+
import "../../isString-BNdV0Jpg.js";
|
|
21
|
+
import "../../omit-BWQrFyQ-.js";
|
|
22
22
|
import "../../types/Time.js";
|
|
23
|
-
import "../../react.esm-
|
|
23
|
+
import "../../react.esm-DF7i80eN.js";
|
|
24
24
|
import '../../assets/DeleteModal.css';const j = "_bulletPoint_bd412_1", A = "_modal_bd412_7", G = "_colorDanger_bd412_11", q = "_crossedOut_bd412_15", e = {
|
|
25
25
|
bulletPoint: j,
|
|
26
26
|
modal: A,
|
|
@@ -30,8 +30,8 @@ import '../../assets/DeleteModal.css';const j = "_bulletPoint_bd412_1", A = "_mo
|
|
|
30
30
|
title: r,
|
|
31
31
|
confirmButtonLabel: t,
|
|
32
32
|
cancelButtonLabel: n,
|
|
33
|
-
deleteHeader:
|
|
34
|
-
deleteBody:
|
|
33
|
+
deleteHeader: i,
|
|
34
|
+
deleteBody: a,
|
|
35
35
|
deleteText: g,
|
|
36
36
|
icon: h,
|
|
37
37
|
isIconCrossedOut: v,
|
|
@@ -40,16 +40,16 @@ import '../../assets/DeleteModal.css';const j = "_bulletPoint_bd412_1", A = "_mo
|
|
|
40
40
|
setOpen: d,
|
|
41
41
|
onDelete: C,
|
|
42
42
|
onCancel: I,
|
|
43
|
-
isDeletePossible:
|
|
43
|
+
isDeletePossible: p = !0,
|
|
44
44
|
isDeletePending: s = !1,
|
|
45
|
-
isOnline:
|
|
45
|
+
isOnline: u = !0,
|
|
46
46
|
offlineViewProps: k
|
|
47
47
|
}) => {
|
|
48
48
|
const { isDesktop: D } = O();
|
|
49
49
|
return /* @__PURE__ */ o(
|
|
50
50
|
B,
|
|
51
51
|
{
|
|
52
|
-
isOnline:
|
|
52
|
+
isOnline: u,
|
|
53
53
|
offlineViewProps: k,
|
|
54
54
|
className: `${e.modal}`,
|
|
55
55
|
modalSize: D ? "small" : "fullscreen",
|
|
@@ -63,7 +63,7 @@ import '../../assets/DeleteModal.css';const j = "_bulletPoint_bd412_1", A = "_mo
|
|
|
63
63
|
variant: "danger",
|
|
64
64
|
label: s ? "" : t,
|
|
65
65
|
onClick: C,
|
|
66
|
-
disabled: !
|
|
66
|
+
disabled: !p || s || !u,
|
|
67
67
|
trailingIcon: s ? /* @__PURE__ */ o(M, { size: "sm", text: "", spinnerOnly: !0 }) : null
|
|
68
68
|
}
|
|
69
69
|
),
|
|
@@ -80,12 +80,12 @@ import '../../assets/DeleteModal.css';const j = "_bulletPoint_bd412_1", A = "_mo
|
|
|
80
80
|
),
|
|
81
81
|
children: /* @__PURE__ */ b(m, { direction: "vertical", secondaryAlign: "center", children: [
|
|
82
82
|
/* @__PURE__ */ o(F, { element: /* @__PURE__ */ o(H, { icon: h }), isCrossedOut: v }),
|
|
83
|
-
/* @__PURE__ */ o(m, { direction: "vertical", children:
|
|
83
|
+
/* @__PURE__ */ o(m, { direction: "vertical", children: p ? /* @__PURE__ */ o(
|
|
84
84
|
L,
|
|
85
85
|
{
|
|
86
|
-
deleteHeader:
|
|
86
|
+
deleteHeader: i,
|
|
87
87
|
deleteText: g,
|
|
88
|
-
deleteBody:
|
|
88
|
+
deleteBody: a
|
|
89
89
|
}
|
|
90
90
|
) : /* @__PURE__ */ o(P, { impossibleDeleteHeader: y }) })
|
|
91
91
|
] })
|
|
@@ -109,15 +109,15 @@ import '../../assets/DeleteModal.css';const j = "_bulletPoint_bd412_1", A = "_mo
|
|
|
109
109
|
/* @__PURE__ */ o(l, { level: 1, themeColor: "text-primary-on-background", children: r }),
|
|
110
110
|
t && typeof t == "string" && /* @__PURE__ */ o(l, { level: 2, themeColor: "text-secondary-on-background", children: t }),
|
|
111
111
|
t && typeof t != "string" && /* @__PURE__ */ o(c, { children: t }),
|
|
112
|
-
n && t === void 0 && /* @__PURE__ */ o(m, { direction: "vertical", gap: "none", children: n.map((
|
|
112
|
+
n && t === void 0 && /* @__PURE__ */ o(m, { direction: "vertical", gap: "none", children: n.map((i, a) => /* @__PURE__ */ o(
|
|
113
113
|
l,
|
|
114
114
|
{
|
|
115
115
|
level: 2,
|
|
116
116
|
className: e.bulletPoint,
|
|
117
117
|
themeColor: "text-secondary-on-background",
|
|
118
|
-
children:
|
|
118
|
+
children: i
|
|
119
119
|
},
|
|
120
|
-
x(
|
|
120
|
+
x(a.toString())
|
|
121
121
|
)) })
|
|
122
122
|
] }), P = ({
|
|
123
123
|
impossibleDeleteHeader: r
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsxs as i, jsx as r, Fragment as a } from "react/jsx-runtime";
|
|
2
|
-
import { G as m } from "../../index.es-
|
|
2
|
+
import { G as m } from "../../index.es-Z0aF-7Cn.js";
|
|
3
3
|
import { BasicHeading as s } from "../BasicHeading/BasicHeading.js";
|
|
4
4
|
import '../../assets/DetailContentWrapper.css';const f = "_formContainer_gf66t_1", c = {
|
|
5
5
|
formContainer: f
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsxs as l, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { G as n } from "../../index.es-
|
|
3
|
-
import { I as t } from "../../index.es-
|
|
4
|
-
import {
|
|
2
|
+
import { G as n } from "../../index.es-Z0aF-7Cn.js";
|
|
3
|
+
import { I as t } from "../../index.es-DEBGoIKX.js";
|
|
4
|
+
import { c as m, T as d } from "../../index.es-DUrjyxNI.js";
|
|
5
5
|
import '../../assets/Disclaimer.css';const p = "_disclaimer_1k38t_1", y = "_iconArea_1k38t_7", a = {
|
|
6
6
|
disclaimer: p,
|
|
7
7
|
iconArea: y
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsxs as c, jsx as i } from "react/jsx-runtime";
|
|
2
|
-
import { G as p } from "../../index.es-
|
|
3
|
-
import { a as o } from "../../index.es-
|
|
2
|
+
import { G as p } from "../../index.es-Z0aF-7Cn.js";
|
|
3
|
+
import { a as o } from "../../index.es-DUrjyxNI.js";
|
|
4
4
|
import { Iconify as d } from "../Iconify/Iconify.js";
|
|
5
|
-
import { c as u } from "../../index-
|
|
5
|
+
import { c as u } from "../../index-Df2FYN-K.js";
|
|
6
6
|
import '../../assets/EmptyView.css';const y = "_emptyViewContainer_19inl_1", _ = "_full_19inl_7", f = "_medium_19inl_11", w = "_small_19inl_15", C = "_title_19inl_20", e = {
|
|
7
7
|
emptyViewContainer: y,
|
|
8
8
|
full: _,
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
import { jsx as e, jsxs as B, Fragment as D } from "react/jsx-runtime";
|
|
2
|
-
import { N as z } from "../../index.es-
|
|
3
|
-
import { B as _ } from "../../index.es-
|
|
4
|
-
import { G as v } from "../../index.es-
|
|
5
|
-
import { I as W } from "../../index.es-
|
|
6
|
-
import { S as j } from "../../index.es-
|
|
7
|
-
import { c as G } from "../../index-
|
|
2
|
+
import { N as z } from "../../index.es-Cg57snrN.js";
|
|
3
|
+
import { B as _ } from "../../index.es-B19PQgzU.js";
|
|
4
|
+
import { G as v } from "../../index.es-Z0aF-7Cn.js";
|
|
5
|
+
import { I as W } from "../../index.es-CkB4776y.js";
|
|
6
|
+
import { S as j } from "../../index.es-Ci3O23C_.js";
|
|
7
|
+
import { c as G } from "../../index-Df2FYN-K.js";
|
|
8
8
|
import { useState as b } from "react";
|
|
9
9
|
import { Iconify as H } from "../Iconify/Iconify.js";
|
|
10
|
-
import {
|
|
11
|
-
import "../../react-tooltip.min-
|
|
12
|
-
import "../../orderBy-
|
|
10
|
+
import { useBreakpoints as F } from "../../hooks/useBreakpoints.js";
|
|
11
|
+
import "../../react-tooltip.min-Dkz5ltCC.js";
|
|
12
|
+
import "../../orderBy-Ce85KqD6.js";
|
|
13
13
|
import { SearchBar as I } from "../SearchBar/SearchBar.js";
|
|
14
14
|
import "../../index-CuHybtft.js";
|
|
15
15
|
import "../SharedComponentsPermissionProvider/PermissionContext.js";
|
|
16
16
|
import { Modal as K } from "../Modal/Modal.js";
|
|
17
|
-
import "../../uniqueId-
|
|
17
|
+
import "../../uniqueId-CJo-XRQb.js";
|
|
18
18
|
import { Select as M } from "../Select/Select.js";
|
|
19
19
|
import "react-hook-form";
|
|
20
|
-
import "../../get-
|
|
21
|
-
import "../../isArray-
|
|
22
|
-
import "../../isString-
|
|
23
|
-
import "../../omit-
|
|
20
|
+
import "../../get-CBFiuc3f.js";
|
|
21
|
+
import "../../isArray-olhCpv2e.js";
|
|
22
|
+
import "../../isString-BNdV0Jpg.js";
|
|
23
|
+
import "../../omit-BWQrFyQ-.js";
|
|
24
24
|
import "../../types/Time.js";
|
|
25
|
-
import "../../react.esm-
|
|
25
|
+
import "../../react.esm-DF7i80eN.js";
|
|
26
26
|
import '../../assets/Filter.css';const T = "_filterButton_1qtzn_1", V = "_relativeParent_1qtzn_21", E = "_iconColor_1qtzn_25", J = "_filterBadge_1qtzn_29", Q = "_dense_1qtzn_36", U = "_filterModal_1qtzn_41", X = "_borderRadius_1qtzn_45", s = {
|
|
27
27
|
filterButton: T,
|
|
28
28
|
relativeParent: V,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import { C as m } from "../../../index.es-
|
|
2
|
+
import { C as m } from "../../../index.es-BcnmoCEg.js";
|
|
3
3
|
import { useFormContext as k, Controller as C } from "react-hook-form";
|
|
4
4
|
import '../../../assets/FormCheckBox.css';const b = "_invalid_1l2r2_1", d = "_checkbox_1l2r2_5", c = {
|
|
5
5
|
invalid: b,
|