@hortiview/shared-components 2.18.0 → 2.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (229) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{AlertBanner-aW6joVUm.js → AlertBanner-BFzaGOer.js} +3 -3
  3. package/dist/{GenericCard-IWX-Bmb_.js → GenericCard-grpa3KJR.js} +3 -3
  4. package/dist/ListAreaService-Y8wR14Xq.js +126 -0
  5. package/dist/{_Map-D8db_GOu.js → _Map-BYxTn6ob.js} +1 -1
  6. package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
  7. package/dist/animationframe-CqXArbwZ.js +32 -0
  8. package/dist/assets/ListAreaService.css +1 -1
  9. package/dist/assets/LoadingSpinner.css +1 -1
  10. package/dist/component-By6nyiBU.js +70 -0
  11. package/dist/{component-DEJuY56h.js → component-DYpB_4EP.js} +1 -111
  12. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  13. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  14. package/dist/components/AllowedButton/AllowedButton.d.ts +1 -1
  15. package/dist/components/AllowedButton/AllowedButton.js +1 -1
  16. package/dist/components/AllowedIconButton/AllowedIconButton.d.ts +1 -1
  17. package/dist/components/AllowedIconButton/AllowedIconButton.js +1 -1
  18. package/dist/components/BaseView/BaseView.js +14 -14
  19. package/dist/components/BasicHeading/BasicHeading.js +5 -5
  20. package/dist/components/BlockView/BlockView.js +2 -2
  21. package/dist/components/ButtonCard/ButtonCard.js +6 -6
  22. package/dist/components/ChipCard/ChipCard.js +13 -255
  23. package/dist/components/ConfirmationModal/ConfirmationModal.js +8 -8
  24. package/dist/components/ContextMenu/ContextMenu.js +12 -12
  25. package/dist/components/DeleteModal/DeleteModal.js +25 -25
  26. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  27. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  28. package/dist/components/EmptyView/EmptyView.d.ts +10 -1
  29. package/dist/components/EmptyView/EmptyView.js +50 -34
  30. package/dist/components/Filter/Filter.js +15 -15
  31. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  32. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +7 -22
  33. package/dist/components/FormComponents/FormNumber/CustomTextField.js +3 -3
  34. package/dist/components/FormComponents/FormNumber/FormNumber.js +1 -1
  35. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  36. package/dist/components/FormComponents/FormSelect/FormSelect.js +4 -4
  37. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  38. package/dist/components/FormComponents/FormSlider/FormSlider.js +10 -98
  39. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  40. package/dist/components/FormComponents/FormToggle/FormToggle.js +4 -4
  41. package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
  42. package/dist/components/GenericTable/GenericTable.js +36 -172
  43. package/dist/components/GenericTable/GenericTableService.d.ts +4 -1
  44. package/dist/components/GenericTable/GenericTableService.js +24 -24
  45. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  46. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  47. package/dist/components/HashTabView/HashTabView.js +10 -428
  48. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  49. package/dist/components/Iconify/Iconify.js +2 -2
  50. package/dist/components/InfoCard/InfoCard.js +4 -4
  51. package/dist/components/InfoGroup/InfoGroup.js +4 -4
  52. package/dist/components/ListArea/ListArea.d.ts +5 -1
  53. package/dist/components/ListArea/ListArea.js +39 -36
  54. package/dist/components/ListArea/ListAreaService.js +6 -6
  55. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +13 -5
  56. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +44 -108
  57. package/dist/components/Modal/Modal.js +12 -122
  58. package/dist/components/ModulePadding/ModulePadding.js +11 -11
  59. package/dist/components/OfflineView/OfflineView.js +45 -7
  60. package/dist/components/OnboardingBanner/OnboardingBanner.js +8 -8
  61. package/dist/components/OverflowTooltip/OverflowTooltip.js +2 -2
  62. package/dist/components/SearchBar/SearchBar.js +2 -2
  63. package/dist/components/Select/Select.js +2 -2
  64. package/dist/components/Stepper/Stepper.js +1 -1
  65. package/dist/components/Stepper/components/StepperButton.js +1 -1
  66. package/dist/components/Stepper/components/StepperHeader.js +3 -3
  67. package/dist/components/Stepper/components/StepperItem.js +2 -2
  68. package/dist/{correct-is-regexp-logic-Y0ToWEjF.js → correct-is-regexp-logic-BJ-OWRrn.js} +1 -1
  69. package/dist/{defineProperty-BTsGZ3c1.js → defineProperty-B7N9EBBI.js} +3 -3
  70. package/dist/{es.string.iterator-UszlTFwY.js → es.string.iterator-DBx2A42F.js} +2 -2
  71. package/dist/{find-CHg-_ooq.js → find-eU9ab_u7.js} +4 -4
  72. package/dist/{get-DxjPG00Z.js → get-BLvvbtML.js} +3 -3
  73. package/dist/get-CBFiuc3f.js +7 -0
  74. package/dist/hooks/useBreakpoints.js +37 -3
  75. package/dist/hooks/useHelperText.js +1 -1
  76. package/dist/{identity-BVIVr9qu.js → identity-B0bbReND.js} +4 -4
  77. package/dist/{index-BcGujPyk.js → index-Df2FYN-K.js} +5 -26
  78. package/dist/{index.es-B8p8KCdj.js → index.es-B19PQgzU.js} +4 -4
  79. package/dist/{index.es-BYcQTTL8.js → index.es-B9BUXRQn.js} +9 -339
  80. package/dist/{index.es-BPv5dCFQ.js → index.es-BOG3_7IM.js} +12 -12
  81. package/dist/{index.es-DGoBge9W.js → index.es-BOvO8moE.js} +4 -4
  82. package/dist/{index.es-BoUnovl_.js → index.es-BcnmoCEg.js} +8 -74
  83. package/dist/{index.es-C32E1Lcb.js → index.es-BwafUoK3.js} +82 -147
  84. package/dist/{index.es-B1h6DPYp.js → index.es-C27R5Xae.js} +2 -2
  85. package/dist/{index.es-nwjKmW7-.js → index.es-C2IOpX7R.js} +34 -111
  86. package/dist/{index.es-Da7ok-B-.js → index.es-C6I3L4U4.js} +2 -2
  87. package/dist/{index.es-BHvm4m-B.js → index.es-Cg57snrN.js} +19 -261
  88. package/dist/{index.es-DUTChZks.js → index.es-Ci3O23C_.js} +6 -72
  89. package/dist/{index.es-t87yNd9Y.js → index.es-CkB4776y.js} +6 -72
  90. package/dist/{index.es-CeQB6igi.js → index.es-Cr1PSTyq.js} +3 -3
  91. package/dist/{index.es--C-VLspF.js → index.es-D1iB_QlE.js} +8 -140
  92. package/dist/{index.es-Dgxrk6xW.js → index.es-DEBGoIKX.js} +2 -2
  93. package/dist/{index.es-CWyjqoEE.js → index.es-DHnCVuQ8.js} +7 -73
  94. package/dist/{index.es-Bo-d_yTV.js → index.es-DHoIQ8lu.js} +2 -2
  95. package/dist/{index.es-SjZ_-d7U.js → index.es-DUrjyxNI.js} +5 -5
  96. package/dist/{index.es-Cfv794DG.js → index.es-DdeCB7LW.js} +1 -1
  97. package/dist/{index.es-BanVdXEd.js → index.es-DgncYOqO.js} +2 -2
  98. package/dist/{index.es-DOnQ26kT.js → index.es-DhlgTSuU.js} +3 -3
  99. package/dist/{index.es-oxil0uFe.js → index.es-Z0aF-7Cn.js} +3 -6
  100. package/dist/{index.es-DmRhbgqK.js → index.es-l_3PNohs.js} +2 -68
  101. package/dist/{isArray-B457bpaW.js → isArray-Ce1Q96lU.js} +1 -1
  102. package/dist/isArray-olhCpv2e.js +7 -0
  103. package/dist/{isEmpty-BnfHn4bl.js → isEmpty-l2xQKl4x.js} +3 -3
  104. package/dist/{isString-DVA49FEo.js → isString-BNdV0Jpg.js} +3 -3
  105. package/dist/{isTypedArray-DziahYkI.js → isTypedArray-D39qzPYE.js} +2 -2
  106. package/dist/{keyboard-DiKJoabs.js → keyboard-DbG3oyPU.js} +3 -25
  107. package/dist/main.js +15 -15
  108. package/dist/{map-BprzXv4m.js → map-ZSVweMI1.js} +5 -5
  109. package/dist/{omit-CYY_mIYv.js → omit-BWQrFyQ-.js} +7 -7
  110. package/dist/{orderBy-DLBJlgdL.js → orderBy-Ce85KqD6.js} +7 -7
  111. package/dist/{parse-int-D-3oah_F.js → parse-int-CGpIXMGa.js} +2 -2
  112. package/dist/{react-number-format.es-DzkMiF8j.js → react-number-format.es-pczkQ4lQ.js} +0 -1
  113. package/dist/{react-tooltip.min-CVsI--2Y.js → react-tooltip.min-Dkz5ltCC.js} +1 -12
  114. package/dist/{react.esm-Bm0cAgpZ.js → react.esm-DF7i80eN.js} +2471 -2582
  115. package/dist/services/UtilService.js +9 -9
  116. package/dist/{slicedToArray-ByMQIs5x.js → slicedToArray-DC6VAZtW.js} +4 -4
  117. package/dist/test-utils.js +1 -1
  118. package/dist/{toString-B7FIT8FE.js → toString-D5bEU-DN.js} +1 -1
  119. package/dist/types/GenericTable.d.ts +3 -3
  120. package/dist/{uniqueId-BNVTeImh.js → uniqueId-CJo-XRQb.js} +2 -2
  121. package/dist/{util-DA21pZXj.js → util-CBo-ipCE.js} +0 -22
  122. package/package.json +2 -2
  123. package/dist/BigLoadingSpinner-DGj9_Z5J.js +0 -16
  124. package/dist/ListAreaService-Fsm3-gDM.js +0 -125
  125. package/dist/OfflineView-CIwV08EQ.js +0 -48
  126. package/dist/animationframe-BVKDmEXe.js +0 -54
  127. package/dist/component-Bz_dtX1r.js +0 -114
  128. package/dist/components/AlertBanner/AlertBanner.test.d.ts +0 -1
  129. package/dist/components/AlertBanner/AlertBanner.test.js +0 -34
  130. package/dist/components/AlertBanner/LinkBanner.test.d.ts +0 -1
  131. package/dist/components/AlertBanner/LinkBanner.test.js +0 -17
  132. package/dist/components/Allowed/Allowed.test.d.ts +0 -1
  133. package/dist/components/Allowed/Allowed.test.js +0 -49
  134. package/dist/components/AllowedButton/AllowedButton.test.d.ts +0 -1
  135. package/dist/components/AllowedButton/AllowedButton.test.js +0 -126
  136. package/dist/components/AllowedIconButton/AllowedIconButton.test.d.ts +0 -1
  137. package/dist/components/AllowedIconButton/AllowedIconButton.test.js +0 -121
  138. package/dist/components/BaseView/BaseView.test.d.ts +0 -1
  139. package/dist/components/BaseView/BaseView.test.js +0 -180
  140. package/dist/components/BasicHeading/BasicHeading.test.d.ts +0 -1
  141. package/dist/components/BasicHeading/BasicHeading.test.js +0 -36
  142. package/dist/components/BlockView/BlockView.test.d.ts +0 -1
  143. package/dist/components/BlockView/BlockView.test.js +0 -47
  144. package/dist/components/ButtonCard/ButtonCard.test.d.ts +0 -1
  145. package/dist/components/ButtonCard/ButtonCard.test.js +0 -92
  146. package/dist/components/ChipCard/ChipCard.test.d.ts +0 -1
  147. package/dist/components/ChipCard/ChipCard.test.js +0 -25
  148. package/dist/components/ConfirmationModal/ConfirmationModal.test.d.ts +0 -1
  149. package/dist/components/ConfirmationModal/ConfirmationModal.test.js +0 -221
  150. package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
  151. package/dist/components/ContextMenu/ContextMenu.test.js +0 -96
  152. package/dist/components/DeleteModal/DeleteModal.test.d.ts +0 -1
  153. package/dist/components/DeleteModal/DeleteModal.test.js +0 -132
  154. package/dist/components/Disclaimer/Disclaimer.test.d.ts +0 -1
  155. package/dist/components/Disclaimer/Disclaimer.test.js +0 -13
  156. package/dist/components/EmptyView/EmptyView.test.d.ts +0 -1
  157. package/dist/components/EmptyView/EmptyView.test.js +0 -50
  158. package/dist/components/Filter/Filter.test.d.ts +0 -1
  159. package/dist/components/Filter/Filter.test.js +0 -166
  160. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.d.ts +0 -1
  161. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +0 -56
  162. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.d.ts +0 -1
  163. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +0 -56
  164. package/dist/components/FormComponents/FormNumber/FormNumber.test.d.ts +0 -1
  165. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +0 -51
  166. package/dist/components/FormComponents/FormRadio/FormRadio.test.d.ts +0 -1
  167. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +0 -73
  168. package/dist/components/FormComponents/FormSelect/FormSelect.test.d.ts +0 -1
  169. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +0 -226
  170. package/dist/components/FormComponents/FormSlider/FormSlider.test.d.ts +0 -1
  171. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +0 -49
  172. package/dist/components/FormComponents/FormText/FormText.test.d.ts +0 -1
  173. package/dist/components/FormComponents/FormText/FormText.test.js +0 -113
  174. package/dist/components/FormComponents/FormToggle/FormToggle.test.d.ts +0 -1
  175. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +0 -54
  176. package/dist/components/GenericTable/GenericTable.test.d.ts +0 -1
  177. package/dist/components/GenericTable/GenericTable.test.js +0 -115
  178. package/dist/components/GenericTable/Mobile/GenericCard.test.d.ts +0 -1
  179. package/dist/components/GenericTable/Mobile/GenericCard.test.js +0 -76
  180. package/dist/components/GenericTable/Mobile/GenericCardList.test.d.ts +0 -1
  181. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +0 -75
  182. package/dist/components/HashTabView/HashTabView.test.d.ts +0 -1
  183. package/dist/components/HashTabView/HashTabView.test.js +0 -31
  184. package/dist/components/HeaderFilter/HeaderFilter.test.d.ts +0 -1
  185. package/dist/components/HeaderFilter/HeaderFilter.test.js +0 -46
  186. package/dist/components/Iconify/Iconify.test.d.ts +0 -1
  187. package/dist/components/Iconify/Iconify.test.js +0 -28
  188. package/dist/components/InfoCard/InfoCard.test.d.ts +0 -1
  189. package/dist/components/InfoCard/InfoCard.test.js +0 -48
  190. package/dist/components/InfoGroup/InfoGroup.test.d.ts +0 -1
  191. package/dist/components/InfoGroup/InfoGroup.test.js +0 -40
  192. package/dist/components/ListArea/ListArea.test.d.ts +0 -1
  193. package/dist/components/ListArea/ListArea.test.js +0 -110
  194. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.d.ts +0 -1
  195. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +0 -15
  196. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.d.ts +0 -1
  197. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +0 -20
  198. package/dist/components/ModulePadding/ModulePadding.test.d.ts +0 -1
  199. package/dist/components/ModulePadding/ModulePadding.test.js +0 -22
  200. package/dist/components/OfflineView/OfflineView.test.d.ts +0 -1
  201. package/dist/components/OfflineView/OfflineView.test.js +0 -24
  202. package/dist/components/OnboardingBanner/OnboardingBanner.test.d.ts +0 -1
  203. package/dist/components/OnboardingBanner/OnboardingBanner.test.js +0 -72
  204. package/dist/components/OverflowTooltip/OverflowTooltip.test.d.ts +0 -1
  205. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +0 -37
  206. package/dist/components/PermissionChecks/PermissionService.test.d.ts +0 -1
  207. package/dist/components/PermissionChecks/PermissionService.test.js +0 -91
  208. package/dist/components/SafeForm/SafeForm.test.d.ts +0 -1
  209. package/dist/components/SafeForm/SafeForm.test.js +0 -91
  210. package/dist/components/Scrollbar/scrollbar.test.d.ts +0 -1
  211. package/dist/components/Scrollbar/scrollbar.test.js +0 -15
  212. package/dist/components/SearchBar/SearchBar.test.d.ts +0 -1
  213. package/dist/components/SearchBar/SearchBar.test.js +0 -23
  214. package/dist/components/Select/Select.test.d.ts +0 -1
  215. package/dist/components/Select/Select.test.js +0 -28
  216. package/dist/components/Stepper/Stepper.test.d.ts +0 -1
  217. package/dist/components/Stepper/Stepper.test.js +0 -342
  218. package/dist/components/VerticalDivider/VerticalDivider.test.d.ts +0 -1
  219. package/dist/components/VerticalDivider/VerticalDivider.test.js +0 -15
  220. package/dist/get-D8IXqiys.js +0 -7
  221. package/dist/hooks/useBreakpoints.test.d.ts +0 -1
  222. package/dist/hooks/useBreakpoints.test.js +0 -11
  223. package/dist/index-BLPBqbdx.js +0 -11025
  224. package/dist/isArray-BjSPDQ4v.js +0 -7
  225. package/dist/magic-string.es-uPKorP4O.js +0 -663
  226. package/dist/services/services.test.d.ts +0 -1
  227. package/dist/services/services.test.js +0 -106
  228. package/dist/useBreakpoints-MzTZ0tCT.js +0 -45
  229. package/dist/vi.bdSIJ99Y-B308Q-4w.js +0 -11963
@@ -1,66 +1,22 @@
1
1
  import { jsx as M, jsxs as ct, Fragment as yt } from "react/jsx-runtime";
2
- import { E as Lt } from "../../index.es-DOnQ26kT.js";
3
- import { G as Y } from "../../index.es-oxil0uFe.js";
4
- import { P as It } from "../../index.es-BanVdXEd.js";
5
- import { _ as U, c as J, a as Q, P as c } from "../../index-BcGujPyk.js";
2
+ import { E as Lt } from "../../index.es-DhlgTSuU.js";
3
+ import { G as Y } from "../../index.es-Z0aF-7Cn.js";
4
+ import { P as It } from "../../index.es-DgncYOqO.js";
5
+ import { _ as U, c as J, a as Q, P as c } from "../../index-Df2FYN-K.js";
6
6
  import p, { forwardRef as Z, useRef as O, useImperativeHandle as tt, useCallback as Rt, useEffect as K, useMemo as Ot, useContext as Dt, createContext as Nt, useState as Pt } from "react";
7
- import { c as _t, d as vt } from "../../index.es-Da7ok-B-.js";
8
- import { I as Mt } from "../../index.es-Dgxrk6xW.js";
7
+ import { c as _t, d as vt } from "../../index.es-C6I3L4U4.js";
8
+ import { I as Mt } from "../../index.es-DEBGoIKX.js";
9
9
  import { b as T, c as D, a as Wt } from "../../tslib.es6-BDCynO9F.js";
10
- import { M as et, a as rt } from "../../component-Bz_dtX1r.js";
11
- import { b as xt, M as mt, a as R, m as wt } from "../../component-DEJuY56h.js";
12
- import { u as Kt } from "../../useBreakpoints-MzTZ0tCT.js";
13
- import '../../assets/HashTabView.css';/**
14
- * @license
15
- * Copyright 2018 Google Inc.
16
- *
17
- * Permission is hereby granted, free of charge, to any person obtaining a copy
18
- * of this software and associated documentation files (the "Software"), to deal
19
- * in the Software without restriction, including without limitation the rights
20
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21
- * copies of the Software, and to permit persons to whom the Software is
22
- * furnished to do so, subject to the following conditions:
23
- *
24
- * The above copyright notice and this permission notice shall be included in
25
- * all copies or substantial portions of the Software.
26
- *
27
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
33
- * THE SOFTWARE.
34
- */
35
- var $t = {
10
+ import { M as et, a as rt } from "../../component-By6nyiBU.js";
11
+ import { b as xt, M as mt, a as R, m as wt } from "../../component-DYpB_4EP.js";
12
+ import { useBreakpoints as Kt } from "../../hooks/useBreakpoints.js";
13
+ import '../../assets/HashTabView.css';var $t = {
36
14
  ACTIVE: "mdc-tab-indicator--active",
37
15
  FADE: "mdc-tab-indicator--fade",
38
16
  NO_TRANSITION: "mdc-tab-indicator--no-transition"
39
17
  }, Bt = {
40
18
  CONTENT_SELECTOR: ".mdc-tab-indicator__content"
41
19
  };
42
- /**
43
- * @license
44
- * Copyright 2018 Google Inc.
45
- *
46
- * Permission is hereby granted, free of charge, to any person obtaining a copy
47
- * of this software and associated documentation files (the "Software"), to deal
48
- * in the Software without restriction, including without limitation the rights
49
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
50
- * copies of the Software, and to permit persons to whom the Software is
51
- * furnished to do so, subject to the following conditions:
52
- *
53
- * The above copyright notice and this permission notice shall be included in
54
- * all copies or substantial portions of the Software.
55
- *
56
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
57
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
58
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
59
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
60
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
61
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
62
- * THE SOFTWARE.
63
- */
64
20
  var y = (
65
21
  /** @class */
66
22
  (function(a) {
@@ -101,28 +57,6 @@ var y = (
101
57
  }, e;
102
58
  })(et)
103
59
  );
104
- /**
105
- * @license
106
- * Copyright 2018 Google Inc.
107
- *
108
- * Permission is hereby granted, free of charge, to any person obtaining a copy
109
- * of this software and associated documentation files (the "Software"), to deal
110
- * in the Software without restriction, including without limitation the rights
111
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
112
- * copies of the Software, and to permit persons to whom the Software is
113
- * furnished to do so, subject to the following conditions:
114
- *
115
- * The above copyright notice and this permission notice shall be included in
116
- * all copies or substantial portions of the Software.
117
- *
118
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
119
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
120
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
121
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
122
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
123
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
124
- * THE SOFTWARE.
125
- */
126
60
  var Vt = (
127
61
  /** @class */
128
62
  (function(a) {
@@ -137,28 +71,6 @@ var Vt = (
137
71
  }, e;
138
72
  })(y)
139
73
  );
140
- /**
141
- * @license
142
- * Copyright 2018 Google Inc.
143
- *
144
- * Permission is hereby granted, free of charge, to any person obtaining a copy
145
- * of this software and associated documentation files (the "Software"), to deal
146
- * in the Software without restriction, including without limitation the rights
147
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
148
- * copies of the Software, and to permit persons to whom the Software is
149
- * furnished to do so, subject to the following conditions:
150
- *
151
- * The above copyright notice and this permission notice shall be included in
152
- * all copies or substantial portions of the Software.
153
- *
154
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
155
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
156
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
157
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
158
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
159
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
160
- * THE SOFTWARE.
161
- */
162
74
  var kt = (
163
75
  /** @class */
164
76
  (function(a) {
@@ -178,28 +90,6 @@ var kt = (
178
90
  }, e;
179
91
  })(y)
180
92
  );
181
- /**
182
- * @license
183
- * Copyright 2018 Google Inc.
184
- *
185
- * Permission is hereby granted, free of charge, to any person obtaining a copy
186
- * of this software and associated documentation files (the "Software"), to deal
187
- * in the Software without restriction, including without limitation the rights
188
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
189
- * copies of the Software, and to permit persons to whom the Software is
190
- * furnished to do so, subject to the following conditions:
191
- *
192
- * The above copyright notice and this permission notice shall be included in
193
- * all copies or substantial portions of the Software.
194
- *
195
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
196
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
197
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
198
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
199
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
200
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
201
- * THE SOFTWARE.
202
- */
203
93
  var gt = (
204
94
  /** @class */
205
95
  (function(a) {
@@ -236,28 +126,6 @@ var gt = (
236
126
  }, e;
237
127
  })(rt)
238
128
  );
239
- /**
240
- * @license
241
- * Copyright 2018 Google Inc.
242
- *
243
- * Permission is hereby granted, free of charge, to any person obtaining a copy
244
- * of this software and associated documentation files (the "Software"), to deal
245
- * in the Software without restriction, including without limitation the rights
246
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
247
- * copies of the Software, and to permit persons to whom the Software is
248
- * furnished to do so, subject to the following conditions:
249
- *
250
- * The above copyright notice and this permission notice shall be included in
251
- * all copies or substantial portions of the Software.
252
- *
253
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
254
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
255
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
256
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
257
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
258
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
259
- * THE SOFTWARE.
260
- */
261
129
  var z = {
262
130
  ACTIVE: "mdc-tab--active"
263
131
  }, F = {
@@ -268,28 +136,6 @@ var z = {
268
136
  TABINDEX: "tabIndex",
269
137
  TAB_INDICATOR_SELECTOR: ".mdc-tab-indicator"
270
138
  };
271
- /**
272
- * @license
273
- * Copyright 2018 Google Inc.
274
- *
275
- * Permission is hereby granted, free of charge, to any person obtaining a copy
276
- * of this software and associated documentation files (the "Software"), to deal
277
- * in the Software without restriction, including without limitation the rights
278
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
279
- * copies of the Software, and to permit persons to whom the Software is
280
- * furnished to do so, subject to the following conditions:
281
- *
282
- * The above copyright notice and this permission notice shall be included in
283
- * all copies or substantial portions of the Software.
284
- *
285
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
286
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
287
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
288
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
289
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
290
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
291
- * THE SOFTWARE.
292
- */
293
139
  var w = (
294
140
  /** @class */
295
141
  (function(a) {
@@ -367,28 +213,6 @@ var w = (
367
213
  }, e;
368
214
  })(et)
369
215
  );
370
- /**
371
- * @license
372
- * Copyright 2018 Google Inc.
373
- *
374
- * Permission is hereby granted, free of charge, to any person obtaining a copy
375
- * of this software and associated documentation files (the "Software"), to deal
376
- * in the Software without restriction, including without limitation the rights
377
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
378
- * copies of the Software, and to permit persons to whom the Software is
379
- * furnished to do so, subject to the following conditions:
380
- *
381
- * The above copyright notice and this permission notice shall be included in
382
- * all copies or substantial portions of the Software.
383
- *
384
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
385
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
386
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
387
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
388
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
389
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
390
- * THE SOFTWARE.
391
- */
392
216
  var bt = (
393
217
  /** @class */
394
218
  (function(a) {
@@ -488,28 +312,6 @@ var bt = (
488
312
  }, e;
489
313
  })(rt)
490
314
  );
491
- /**
492
- * @license
493
- * Copyright 2018 Google Inc.
494
- *
495
- * Permission is hereby granted, free of charge, to any person obtaining a copy
496
- * of this software and associated documentation files (the "Software"), to deal
497
- * in the Software without restriction, including without limitation the rights
498
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
499
- * copies of the Software, and to permit persons to whom the Software is
500
- * furnished to do so, subject to the following conditions:
501
- *
502
- * The above copyright notice and this permission notice shall be included in
503
- * all copies or substantial portions of the Software.
504
- *
505
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
506
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
507
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
508
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
509
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
510
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
511
- * THE SOFTWARE.
512
- */
513
315
  var St = {
514
316
  ANIMATING: "mdc-tab-scroller--animating",
515
317
  SCROLL_AREA_SCROLL: "mdc-tab-scroller__scroll-area--scroll",
@@ -518,28 +320,6 @@ var St = {
518
320
  AREA_SELECTOR: ".mdc-tab-scroller__scroll-area",
519
321
  CONTENT_SELECTOR: ".mdc-tab-scroller__scroll-content"
520
322
  };
521
- /**
522
- * @license
523
- * Copyright 2018 Google Inc.
524
- *
525
- * Permission is hereby granted, free of charge, to any person obtaining a copy
526
- * of this software and associated documentation files (the "Software"), to deal
527
- * in the Software without restriction, including without limitation the rights
528
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
529
- * copies of the Software, and to permit persons to whom the Software is
530
- * furnished to do so, subject to the following conditions:
531
- *
532
- * The above copyright notice and this permission notice shall be included in
533
- * all copies or substantial portions of the Software.
534
- *
535
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
536
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
537
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
538
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
539
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
540
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
541
- * THE SOFTWARE.
542
- */
543
323
  var ft = (
544
324
  /** @class */
545
325
  /* @__PURE__ */ (function() {
@@ -549,28 +329,6 @@ var ft = (
549
329
  return a;
550
330
  })()
551
331
  );
552
- /**
553
- * @license
554
- * Copyright 2018 Google Inc.
555
- *
556
- * Permission is hereby granted, free of charge, to any person obtaining a copy
557
- * of this software and associated documentation files (the "Software"), to deal
558
- * in the Software without restriction, including without limitation the rights
559
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
560
- * copies of the Software, and to permit persons to whom the Software is
561
- * furnished to do so, subject to the following conditions:
562
- *
563
- * The above copyright notice and this permission notice shall be included in
564
- * all copies or substantial portions of the Software.
565
- *
566
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
567
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
568
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
569
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
570
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
571
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
572
- * THE SOFTWARE.
573
- */
574
332
  var Ft = (
575
333
  /** @class */
576
334
  (function(a) {
@@ -607,28 +365,6 @@ var Ft = (
607
365
  }, e;
608
366
  })(ft)
609
367
  );
610
- /**
611
- * @license
612
- * Copyright 2018 Google Inc.
613
- *
614
- * Permission is hereby granted, free of charge, to any person obtaining a copy
615
- * of this software and associated documentation files (the "Software"), to deal
616
- * in the Software without restriction, including without limitation the rights
617
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
618
- * copies of the Software, and to permit persons to whom the Software is
619
- * furnished to do so, subject to the following conditions:
620
- *
621
- * The above copyright notice and this permission notice shall be included in
622
- * all copies or substantial portions of the Software.
623
- *
624
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
625
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
626
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
627
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
628
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
629
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
630
- * THE SOFTWARE.
631
- */
632
368
  var Ht = (
633
369
  /** @class */
634
370
  (function(a) {
@@ -665,28 +401,6 @@ var Ht = (
665
401
  }, e;
666
402
  })(ft)
667
403
  );
668
- /**
669
- * @license
670
- * Copyright 2018 Google Inc.
671
- *
672
- * Permission is hereby granted, free of charge, to any person obtaining a copy
673
- * of this software and associated documentation files (the "Software"), to deal
674
- * in the Software without restriction, including without limitation the rights
675
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
676
- * copies of the Software, and to permit persons to whom the Software is
677
- * furnished to do so, subject to the following conditions:
678
- *
679
- * The above copyright notice and this permission notice shall be included in
680
- * all copies or substantial portions of the Software.
681
- *
682
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
683
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
684
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
685
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
686
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
687
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
688
- * THE SOFTWARE.
689
- */
690
404
  var jt = (
691
405
  /** @class */
692
406
  (function(a) {
@@ -723,28 +437,6 @@ var jt = (
723
437
  }, e;
724
438
  })(ft)
725
439
  );
726
- /**
727
- * @license
728
- * Copyright 2018 Google Inc.
729
- *
730
- * Permission is hereby granted, free of charge, to any person obtaining a copy
731
- * of this software and associated documentation files (the "Software"), to deal
732
- * in the Software without restriction, including without limitation the rights
733
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
734
- * copies of the Software, and to permit persons to whom the Software is
735
- * furnished to do so, subject to the following conditions:
736
- *
737
- * The above copyright notice and this permission notice shall be included in
738
- * all copies or substantial portions of the Software.
739
- *
740
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
741
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
742
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
743
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
744
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
745
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
746
- * THE SOFTWARE.
747
- */
748
440
  var lt = (
749
441
  /** @class */
750
442
  (function(a) {
@@ -899,28 +591,6 @@ var lt = (
899
591
  }, e;
900
592
  })(et)
901
593
  );
902
- /**
903
- * @license
904
- * Copyright 2018 Google Inc.
905
- *
906
- * Permission is hereby granted, free of charge, to any person obtaining a copy
907
- * of this software and associated documentation files (the "Software"), to deal
908
- * in the Software without restriction, including without limitation the rights
909
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
910
- * copies of the Software, and to permit persons to whom the Software is
911
- * furnished to do so, subject to the following conditions:
912
- *
913
- * The above copyright notice and this permission notice shall be included in
914
- * all copies or substantial portions of the Software.
915
- *
916
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
917
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
918
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
919
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
920
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
921
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
922
- * THE SOFTWARE.
923
- */
924
594
  var st;
925
595
  function Xt(a, e) {
926
596
  if (e === void 0 && (e = !0), e && typeof st < "u")
@@ -930,28 +600,6 @@ function Xt(a, e) {
930
600
  var r = t.offsetHeight - t.clientHeight;
931
601
  return a.body.removeChild(t), e && (st = r), r;
932
602
  }
933
- /**
934
- * @license
935
- * Copyright 2018 Google Inc.
936
- *
937
- * Permission is hereby granted, free of charge, to any person obtaining a copy
938
- * of this software and associated documentation files (the "Software"), to deal
939
- * in the Software without restriction, including without limitation the rights
940
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
941
- * copies of the Software, and to permit persons to whom the Software is
942
- * furnished to do so, subject to the following conditions:
943
- *
944
- * The above copyright notice and this permission notice shall be included in
945
- * all copies or substantial portions of the Software.
946
- *
947
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
948
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
949
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
950
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
951
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
952
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
953
- * THE SOFTWARE.
954
- */
955
603
  var Ct = (
956
604
  /** @class */
957
605
  (function(a) {
@@ -1029,28 +677,6 @@ var Ct = (
1029
677
  }, e;
1030
678
  })(rt)
1031
679
  );
1032
- /**
1033
- * @license
1034
- * Copyright 2018 Google Inc.
1035
- *
1036
- * Permission is hereby granted, free of charge, to any person obtaining a copy
1037
- * of this software and associated documentation files (the "Software"), to deal
1038
- * in the Software without restriction, including without limitation the rights
1039
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1040
- * copies of the Software, and to permit persons to whom the Software is
1041
- * furnished to do so, subject to the following conditions:
1042
- *
1043
- * The above copyright notice and this permission notice shall be included in
1044
- * all copies or substantial portions of the Software.
1045
- *
1046
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1047
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1048
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1049
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1050
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1051
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1052
- * THE SOFTWARE.
1053
- */
1054
680
  var f = {
1055
681
  ARROW_LEFT_KEY: "ArrowLeft",
1056
682
  ARROW_RIGHT_KEY: "ArrowRight",
@@ -1070,28 +696,6 @@ var f = {
1070
696
  HOME_KEYCODE: 36,
1071
697
  SPACE_KEYCODE: 32
1072
698
  };
1073
- /**
1074
- * @license
1075
- * Copyright 2018 Google Inc.
1076
- *
1077
- * Permission is hereby granted, free of charge, to any person obtaining a copy
1078
- * of this software and associated documentation files (the "Software"), to deal
1079
- * in the Software without restriction, including without limitation the rights
1080
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1081
- * copies of the Software, and to permit persons to whom the Software is
1082
- * furnished to do so, subject to the following conditions:
1083
- *
1084
- * The above copyright notice and this permission notice shall be included in
1085
- * all copies or substantial portions of the Software.
1086
- *
1087
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1088
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1089
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1090
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1091
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1092
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1093
- * THE SOFTWARE.
1094
- */
1095
699
  var W = /* @__PURE__ */ new Set();
1096
700
  W.add(f.ARROW_LEFT_KEY);
1097
701
  W.add(f.ARROW_RIGHT_KEY);
@@ -1252,28 +856,6 @@ var Et = (
1252
856
  }, e;
1253
857
  })(et)
1254
858
  );
1255
- /**
1256
- * @license
1257
- * Copyright 2018 Google Inc.
1258
- *
1259
- * Permission is hereby granted, free of charge, to any person obtaining a copy
1260
- * of this software and associated documentation files (the "Software"), to deal
1261
- * in the Software without restriction, including without limitation the rights
1262
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1263
- * copies of the Software, and to permit persons to whom the Software is
1264
- * furnished to do so, subject to the following conditions:
1265
- *
1266
- * The above copyright notice and this permission notice shall be included in
1267
- * all copies or substantial portions of the Software.
1268
- *
1269
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1270
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1271
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1272
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1273
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1274
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1275
- * THE SOFTWARE.
1276
- */
1277
859
  var dt = Et.strings, qt = 0, zt = (
1278
860
  /** @class */
1279
861
  (function(a) {
@@ -1,5 +1,5 @@
1
1
  import { jsxs as a, jsx as t } from "react/jsx-runtime";
2
- import { T as n } from "../../index.es-SjZ_-d7U.js";
2
+ import { T as n } from "../../index.es-DUrjyxNI.js";
3
3
  import { BasicHeading as s } from "../BasicHeading/BasicHeading.js";
4
4
  import { Select as c } from "../Select/Select.js";
5
5
  import '../../assets/HeaderFilter.css';const d = "_filterSelect_923nc_1", m = {