@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,5 +1,5 @@
1
- import { g as St } from "./_commonjsHelpers-B4e78b8K.js";
2
- import { al as y, am as ht, a9 as w, Y as ur, x as Qe, O as pt, an as qt, z as Rt, a5 as Ze, T as rt, y as et, ao as gt, k as Et, K as lr, r as j, e as vr, ad as cr, ac as tt, aa as at, ap as It, u as G, G as Tt, w as nt, a8 as Pt, j as x, B as Ot, a1 as ot, a7 as it, U as wt, aq as xt, ar as At, v as st, n as Ct } from "./index-BcGujPyk.js";
1
+ import { g as St } from "./_commonjsHelpers-ByX85dGu.js";
2
+ import { al as y, am as ht, a9 as w, Y as ur, x as Qe, O as pt, an as qt, z as Rt, a5 as Ze, T as rt, y as et, ao as gt, k as Et, K as lr, r as j, e as vr, ad as cr, ac as tt, aa as at, ap as It, u as G, G as Tt, w as nt, a8 as Pt, j as x, B as Ot, a1 as ot, a7 as it, U as wt, aq as xt, ar as At, v as st, n as Ct } from "./index-Df2FYN-K.js";
3
3
  var hr = {}, pr;
4
4
  function ut() {
5
5
  if (pr) return hr;
@@ -1,7 +1,7 @@
1
- import { g as U } from "./_commonjsHelpers-B4e78b8K.js";
2
- import { f as Q, g as V, h as W, i as X, j as Y } from "./slicedToArray-ByMQIs5x.js";
3
- import { A as Z, h as rr, l as er, t as G, B as tr, C as ar, D as nr, j as ir, s as or } from "./index-BcGujPyk.js";
4
- import { r as ur } from "./es.string.iterator-UszlTFwY.js";
1
+ import { g as U } from "./_commonjsHelpers-ByX85dGu.js";
2
+ import { f as Q, g as V, h as W, i as X, j as Y } from "./slicedToArray-DC6VAZtW.js";
3
+ import { A as Z, h as rr, l as er, t as G, B as tr, C as ar, D as nr, j as ir, s as or } from "./index-Df2FYN-K.js";
4
+ import { r as ur } from "./es.string.iterator-DBx2A42F.js";
5
5
  var I, w;
6
6
  function fr() {
7
7
  return w || (w = 1, I = /* @__PURE__ */ Q()), I;
@@ -1,6 +1,6 @@
1
- import { r as ge } from "./isArray-B457bpaW.js";
2
- import { a as Re, r as De } from "./toString-B7FIT8FE.js";
3
- import { a as ze, r as He } from "./_Map-D8db_GOu.js";
1
+ import { r as ge } from "./isArray-Ce1Q96lU.js";
2
+ import { a as Re, r as De } from "./toString-D5bEU-DN.js";
3
+ import { a as ze, r as He } from "./_Map-BYxTn6ob.js";
4
4
  var p, X;
5
5
  function Se() {
6
6
  if (X) return p;
@@ -0,0 +1,7 @@
1
+ import { g as r } from "./_commonjsHelpers-ByX85dGu.js";
2
+ import { r as t } from "./get-BLvvbtML.js";
3
+ var o = t();
4
+ const a = /* @__PURE__ */ r(o);
5
+ export {
6
+ a as g
7
+ };
@@ -1,6 +1,40 @@
1
- import "react";
2
- import { u as p, b as r } from "../useBreakpoints-MzTZ0tCT.js";
1
+ import { useState as m, useEffect as p } from "react";
2
+ const t = (s) => {
3
+ const [a, n] = m(!1);
4
+ return p(
5
+ () => {
6
+ const i = window.matchMedia(s);
7
+ n(i.matches);
8
+ const e = (o) => n(o.matches);
9
+ return i.addEventListener("change", e), () => i.removeEventListener("change", e);
10
+ },
11
+ []
12
+ // Empty array ensures effect is only run on mount and unmount
13
+ ), a;
14
+ }, w = () => {
15
+ const { isLgNavbar: s, isXlNavbar: a, isXxlNavbar: n, isLg: i, isXl: e, isXxl: o } = r(), x = t("(max-width: 599px)"), d = t("(min-width: 600px) and (max-width: 719px)"), c = t("(min-width: 720px) and (max-width: 839px)");
16
+ return {
17
+ isMobile: x,
18
+ isTablet: d || c,
19
+ isDesktop: i || e || o,
20
+ isDesktopNavbar: s || a || n
21
+ };
22
+ }, r = (s = 256) => {
23
+ const a = t(
24
+ `(min-width: ${840 + s}px) and (max-width: ${1023 + s}px)`
25
+ ), n = t(
26
+ `(min-width: ${1024 + s}px) and (max-width: ${1439 + s}px)`
27
+ ), i = t(`(min-width: ${1440 + s}px)`), e = t("(min-width: 840px) and (max-width: 1023px)"), o = t("(min-width: 1024px) and (max-width: 1439px)"), x = t("(min-width: 1440px)");
28
+ return {
29
+ isLgNavbar: a,
30
+ isXlNavbar: n,
31
+ isXxlNavbar: i,
32
+ isLg: e,
33
+ isXl: o,
34
+ isXxl: x
35
+ };
36
+ };
3
37
  export {
4
- p as useBreakpoints,
38
+ w as useBreakpoints,
5
39
  r as useDesktopBreakpoints
6
40
  };
@@ -1,4 +1,4 @@
1
- import { g as l } from "../get-D8IXqiys.js";
1
+ import { g as l } from "../get-CBFiuc3f.js";
2
2
  import { useMemo as u } from "react";
3
3
  import { useFormContext as p } from "react-hook-form";
4
4
  const v = ({
@@ -1,7 +1,7 @@
1
- import { a as w, b as ar } from "./get-DxjPG00Z.js";
2
- import { r as sr } from "./_Map-D8db_GOu.js";
3
- import { d as ir, r as rr } from "./isArray-B457bpaW.js";
4
- import { b as nr, d as ur, e as _r, r as fr, c as or } from "./isTypedArray-DziahYkI.js";
1
+ import { a as w, b as ar } from "./get-BLvvbtML.js";
2
+ import { r as sr } from "./_Map-BYxTn6ob.js";
3
+ import { d as ir, r as rr } from "./isArray-Ce1Q96lU.js";
4
+ import { b as nr, d as ur, e as _r, r as fr, c as or } from "./isTypedArray-D39qzPYE.js";
5
5
  var v, O;
6
6
  function cr() {
7
7
  if (O) return v;
@@ -1,4 +1,4 @@
1
- import { c as Kn, g as br } from "./_commonjsHelpers-B4e78b8K.js";
1
+ import { c as Kn, g as br } from "./_commonjsHelpers-ByX85dGu.js";
2
2
  var Gn = {}, qr, Ln;
3
3
  function rr() {
4
4
  if (Ln) return qr;
@@ -211,7 +211,7 @@ function Rr() {
211
211
  fa = 1;
212
212
  var r = /* @__PURE__ */ On(), e = /* @__PURE__ */ H(), t = /* @__PURE__ */ rr(), n = t.String;
213
213
  return de = !!Object.getOwnPropertySymbols && !e(function() {
214
- var a = Symbol("symbol detection");
214
+ var a = /* @__PURE__ */ Symbol("symbol detection");
215
215
  return !n(a) || !(Object(a) instanceof Symbol) || // Chrome 38-40 symbols are not inherited from DOM collections prototypes to instances
216
216
  !Symbol.sham && r && r < 41;
217
217
  }), de;
@@ -1439,7 +1439,7 @@ function fs() {
1439
1439
  });
1440
1440
  }
1441
1441
  }), { b: 2 })).b !== 1) return !0;
1442
- var d = {}, b = {}, h = Symbol("assign detection"), m = "abcdefghijklmnopqrst";
1442
+ var d = {}, b = {}, h = /* @__PURE__ */ Symbol("assign detection"), m = "abcdefghijklmnopqrst";
1443
1443
  return d[h] = 7, m.split("").forEach(function(S) {
1444
1444
  b[S] = S;
1445
1445
  }), f({}, d)[h] !== 7 || a(f({}, b)).join("") !== m;
@@ -1718,19 +1718,11 @@ function ec() {
1718
1718
  return n;
1719
1719
  }
1720
1720
  var Cr = { exports: {} }, Ar = { exports: {} }, B = {};
1721
- /** @license React v16.13.1
1722
- * react-is.production.min.js
1723
- *
1724
- * Copyright (c) Facebook, Inc. and its affiliates.
1725
- *
1726
- * This source code is licensed under the MIT license found in the
1727
- * LICENSE file in the root directory of this source tree.
1728
- */
1729
1721
  var xo;
1730
1722
  function Ls() {
1731
1723
  if (xo) return B;
1732
1724
  xo = 1;
1733
- var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, n = r ? Symbol.for("react.fragment") : 60107, a = r ? Symbol.for("react.strict_mode") : 60108, i = r ? Symbol.for("react.profiler") : 60114, o = r ? Symbol.for("react.provider") : 60109, u = r ? Symbol.for("react.context") : 60110, s = r ? Symbol.for("react.async_mode") : 60111, f = r ? Symbol.for("react.concurrent_mode") : 60111, l = r ? Symbol.for("react.forward_ref") : 60112, c = r ? Symbol.for("react.suspense") : 60113, d = r ? Symbol.for("react.suspense_list") : 60120, b = r ? Symbol.for("react.memo") : 60115, h = r ? Symbol.for("react.lazy") : 60116, m = r ? Symbol.for("react.block") : 60121, S = r ? Symbol.for("react.fundamental") : 60117, _ = r ? Symbol.for("react.responder") : 60118, O = r ? Symbol.for("react.scope") : 60119;
1725
+ var r = typeof Symbol == "function" && Symbol.for, e = r ? /* @__PURE__ */ Symbol.for("react.element") : 60103, t = r ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = r ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = r ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = r ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, o = r ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, u = r ? /* @__PURE__ */ Symbol.for("react.context") : 60110, s = r ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, f = r ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, l = r ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, c = r ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, d = r ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, b = r ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, h = r ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, m = r ? /* @__PURE__ */ Symbol.for("react.block") : 60121, S = r ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, _ = r ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, O = r ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
1734
1726
  function T(y) {
1735
1727
  if (typeof y == "object" && y !== null) {
1736
1728
  var G = y.$$typeof;
@@ -1793,18 +1785,10 @@ function Ls() {
1793
1785
  }, B.typeOf = T, B;
1794
1786
  }
1795
1787
  var K = {};
1796
- /** @license React v16.13.1
1797
- * react-is.development.js
1798
- *
1799
- * Copyright (c) Facebook, Inc. and its affiliates.
1800
- *
1801
- * This source code is licensed under the MIT license found in the
1802
- * LICENSE file in the root directory of this source tree.
1803
- */
1804
1788
  var $o;
1805
1789
  function ks() {
1806
1790
  return $o || ($o = 1, process.env.NODE_ENV !== "production" && (function() {
1807
- var r = typeof Symbol == "function" && Symbol.for, e = r ? Symbol.for("react.element") : 60103, t = r ? Symbol.for("react.portal") : 60106, n = r ? Symbol.for("react.fragment") : 60107, a = r ? Symbol.for("react.strict_mode") : 60108, i = r ? Symbol.for("react.profiler") : 60114, o = r ? Symbol.for("react.provider") : 60109, u = r ? Symbol.for("react.context") : 60110, s = r ? Symbol.for("react.async_mode") : 60111, f = r ? Symbol.for("react.concurrent_mode") : 60111, l = r ? Symbol.for("react.forward_ref") : 60112, c = r ? Symbol.for("react.suspense") : 60113, d = r ? Symbol.for("react.suspense_list") : 60120, b = r ? Symbol.for("react.memo") : 60115, h = r ? Symbol.for("react.lazy") : 60116, m = r ? Symbol.for("react.block") : 60121, S = r ? Symbol.for("react.fundamental") : 60117, _ = r ? Symbol.for("react.responder") : 60118, O = r ? Symbol.for("react.scope") : 60119;
1791
+ var r = typeof Symbol == "function" && Symbol.for, e = r ? /* @__PURE__ */ Symbol.for("react.element") : 60103, t = r ? /* @__PURE__ */ Symbol.for("react.portal") : 60106, n = r ? /* @__PURE__ */ Symbol.for("react.fragment") : 60107, a = r ? /* @__PURE__ */ Symbol.for("react.strict_mode") : 60108, i = r ? /* @__PURE__ */ Symbol.for("react.profiler") : 60114, o = r ? /* @__PURE__ */ Symbol.for("react.provider") : 60109, u = r ? /* @__PURE__ */ Symbol.for("react.context") : 60110, s = r ? /* @__PURE__ */ Symbol.for("react.async_mode") : 60111, f = r ? /* @__PURE__ */ Symbol.for("react.concurrent_mode") : 60111, l = r ? /* @__PURE__ */ Symbol.for("react.forward_ref") : 60112, c = r ? /* @__PURE__ */ Symbol.for("react.suspense") : 60113, d = r ? /* @__PURE__ */ Symbol.for("react.suspense_list") : 60120, b = r ? /* @__PURE__ */ Symbol.for("react.memo") : 60115, h = r ? /* @__PURE__ */ Symbol.for("react.lazy") : 60116, m = r ? /* @__PURE__ */ Symbol.for("react.block") : 60121, S = r ? /* @__PURE__ */ Symbol.for("react.fundamental") : 60117, _ = r ? /* @__PURE__ */ Symbol.for("react.responder") : 60118, O = r ? /* @__PURE__ */ Symbol.for("react.scope") : 60119;
1808
1792
  function T(g) {
1809
1793
  return typeof g == "string" || typeof g == "function" || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
1810
1794
  g === n || g === f || g === i || g === a || g === c || g === d || typeof g == "object" && g !== null && (g.$$typeof === h || g.$$typeof === b || g.$$typeof === o || g.$$typeof === u || g.$$typeof === l || g.$$typeof === S || g.$$typeof === _ || g.$$typeof === O || g.$$typeof === m);
@@ -1888,11 +1872,6 @@ var Do;
1888
1872
  function du() {
1889
1873
  return Do || (Do = 1, process.env.NODE_ENV === "production" ? Ar.exports = Ls() : Ar.exports = ks()), Ar.exports;
1890
1874
  }
1891
- /*
1892
- object-assign
1893
- (c) Sindre Sorhus
1894
- @license MIT
1895
- */
1896
1875
  var fn, Fo;
1897
1876
  function Ws() {
1898
1877
  if (Fo) return fn;
@@ -1,8 +1,8 @@
1
- import { _ as on, a as an, c as ln, P as n } from "./index-BcGujPyk.js";
2
- import { _ as hn, a as gn, d as b, b as Cn } from "./index.es-Da7ok-B-.js";
1
+ import { _ as on, a as an, c as ln, P as n } from "./index-Df2FYN-K.js";
2
+ import { _ as hn, a as gn, d as b, b as Cn } from "./index.es-C6I3L4U4.js";
3
3
  import p, { forwardRef as rn, useRef as kn, useImperativeHandle as xn, useMemo as tn } from "react";
4
- import { R as wn } from "./index.es-Bo-d_yTV.js";
5
- import { I as On } from "./index.es-Dgxrk6xW.js";
4
+ import { R as wn } from "./index.es-DHoIQ8lu.js";
5
+ import { I as On } from "./index.es-DEBGoIKX.js";
6
6
  var Bn = {
7
7
  /**
8
8
  * @deprecated _Use `themeColor='secondary'` instead._
@@ -1,62 +1,18 @@
1
- import { _ as Oe, a as te, c as k, P as a, b as Nt, d as wn } from "./index-BcGujPyk.js";
2
- import { g as Mn, _ as jn, a as Pt, b as $n, c as Bn, d as Xt, e as Ft, f as kn } from "./defineProperty-BTsGZ3c1.js";
3
- import { _ as St } from "./index.es-DGoBge9W.js";
4
- import { _ as j } from "./slicedToArray-ByMQIs5x.js";
5
- import { e as Ee, w as Un, _ as Vt, c as Gt, d as P, j as qn } from "./index.es-Da7ok-B-.js";
1
+ import { _ as Oe, a as te, c as k, P as a, b as Nt, d as wn } from "./index-Df2FYN-K.js";
2
+ import { g as Mn, _ as jn, a as Pt, b as $n, c as Bn, d as Xt, e as Ft, f as kn } from "./defineProperty-B7N9EBBI.js";
3
+ import { _ as St } from "./index.es-BOvO8moE.js";
4
+ import { _ as j } from "./slicedToArray-DC6VAZtW.js";
5
+ import { e as Ee, w as Un, _ as Vt, c as Gt, d as P, j as qn } from "./index.es-C6I3L4U4.js";
6
6
  import d, { forwardRef as Ae, useRef as O, useImperativeHandle as zt, useEffect as v, useState as $, useMemo as Wn, useCallback as Dt } from "react";
7
- import { M as Xn, a as Gn, N as zn, F as Ht, T as Yn } from "./index.es--C-VLspF.js";
7
+ import { M as Xn, a as Gn, N as zn, F as Ht, T as Yn } from "./index.es-D1iB_QlE.js";
8
8
  import { b as A, c as f } from "./tslib.es6-BDCynO9F.js";
9
- import { M as ne, a as ie } from "./component-Bz_dtX1r.js";
10
- import { c as Kn, I as Yt } from "./index.es-Dgxrk6xW.js";
11
- import { a as pe, M as wt, m as Jn, b as Qn } from "./component-DEJuY56h.js";
12
- /**
13
- * @license
14
- * Copyright 2018 Google Inc.
15
- *
16
- * Permission is hereby granted, free of charge, to any person obtaining a copy
17
- * of this software and associated documentation files (the "Software"), to deal
18
- * in the Software without restriction, including without limitation the rights
19
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20
- * copies of the Software, and to permit persons to whom the Software is
21
- * furnished to do so, subject to the following conditions:
22
- *
23
- * The above copyright notice and this permission notice shall be included in
24
- * all copies or substantial portions of the Software.
25
- *
26
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
28
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
29
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
30
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
31
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
32
- * THE SOFTWARE.
33
- */
9
+ import { M as ne, a as ie } from "./component-By6nyiBU.js";
10
+ import { c as Kn, I as Yt } from "./index.es-DEBGoIKX.js";
11
+ import { a as pe, M as wt, m as Jn, b as Qn } from "./component-DYpB_4EP.js";
34
12
  var B = {
35
13
  LINE_RIPPLE_ACTIVE: "mdc-line-ripple--active",
36
14
  LINE_RIPPLE_DEACTIVATING: "mdc-line-ripple--deactivating"
37
15
  };
38
- /**
39
- * @license
40
- * Copyright 2018 Google Inc.
41
- *
42
- * Permission is hereby granted, free of charge, to any person obtaining a copy
43
- * of this software and associated documentation files (the "Software"), to deal
44
- * in the Software without restriction, including without limitation the rights
45
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
46
- * copies of the Software, and to permit persons to whom the Software is
47
- * furnished to do so, subject to the following conditions:
48
- *
49
- * The above copyright notice and this permission notice shall be included in
50
- * all copies or substantial portions of the Software.
51
- *
52
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
53
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
54
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
55
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
56
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
57
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
58
- * THE SOFTWARE.
59
- */
60
16
  var Zn = (
61
17
  /** @class */
62
18
  (function(r) {
@@ -112,28 +68,6 @@ var Zn = (
112
68
  }, t;
113
69
  })(ne)
114
70
  );
115
- /**
116
- * @license
117
- * Copyright 2018 Google Inc.
118
- *
119
- * Permission is hereby granted, free of charge, to any person obtaining a copy
120
- * of this software and associated documentation files (the "Software"), to deal
121
- * in the Software without restriction, including without limitation the rights
122
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
123
- * copies of the Software, and to permit persons to whom the Software is
124
- * furnished to do so, subject to the following conditions:
125
- *
126
- * The above copyright notice and this permission notice shall be included in
127
- * all copies or substantial portions of the Software.
128
- *
129
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
130
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
131
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
132
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
133
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
134
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
135
- * THE SOFTWARE.
136
- */
137
71
  var Kt = (
138
72
  /** @class */
139
73
  (function(r) {
@@ -174,55 +108,11 @@ var Kt = (
174
108
  }, t;
175
109
  })(ie)
176
110
  );
177
- /**
178
- * @license
179
- * Copyright 2019 Google Inc.
180
- *
181
- * Permission is hereby granted, free of charge, to any person obtaining a copy
182
- * of this software and associated documentation files (the "Software"), to deal
183
- * in the Software without restriction, including without limitation the rights
184
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
185
- * copies of the Software, and to permit persons to whom the Software is
186
- * furnished to do so, subject to the following conditions:
187
- *
188
- * The above copyright notice and this permission notice shall be included in
189
- * all copies or substantial portions of the Software.
190
- *
191
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
192
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
193
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
194
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
195
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
196
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
197
- * THE SOFTWARE.
198
- */
199
111
  var Jt = {
200
112
  ROOT: "mdc-text-field-character-counter"
201
113
  }, ei = {
202
114
  ROOT_SELECTOR: "." + Jt.ROOT
203
115
  };
204
- /**
205
- * @license
206
- * Copyright 2019 Google Inc.
207
- *
208
- * Permission is hereby granted, free of charge, to any person obtaining a copy
209
- * of this software and associated documentation files (the "Software"), to deal
210
- * in the Software without restriction, including without limitation the rights
211
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
212
- * copies of the Software, and to permit persons to whom the Software is
213
- * furnished to do so, subject to the following conditions:
214
- *
215
- * The above copyright notice and this permission notice shall be included in
216
- * all copies or substantial portions of the Software.
217
- *
218
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
219
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
220
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
221
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
222
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
223
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
224
- * THE SOFTWARE.
225
- */
226
116
  var Qt = (
227
117
  /** @class */
228
118
  (function(r) {
@@ -259,28 +149,6 @@ var Qt = (
259
149
  }, t;
260
150
  })(ne)
261
151
  );
262
- /**
263
- * @license
264
- * Copyright 2019 Google Inc.
265
- *
266
- * Permission is hereby granted, free of charge, to any person obtaining a copy
267
- * of this software and associated documentation files (the "Software"), to deal
268
- * in the Software without restriction, including without limitation the rights
269
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
270
- * copies of the Software, and to permit persons to whom the Software is
271
- * furnished to do so, subject to the following conditions:
272
- *
273
- * The above copyright notice and this permission notice shall be included in
274
- * all copies or substantial portions of the Software.
275
- *
276
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
277
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
278
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
279
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
280
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
281
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
282
- * THE SOFTWARE.
283
- */
284
152
  var ti = (
285
153
  /** @class */
286
154
  (function(r) {
@@ -307,28 +175,6 @@ var ti = (
307
175
  }, t;
308
176
  })(ie)
309
177
  );
310
- /**
311
- * @license
312
- * Copyright 2016 Google Inc.
313
- *
314
- * Permission is hereby granted, free of charge, to any person obtaining a copy
315
- * of this software and associated documentation files (the "Software"), to deal
316
- * in the Software without restriction, including without limitation the rights
317
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
318
- * copies of the Software, and to permit persons to whom the Software is
319
- * furnished to do so, subject to the following conditions:
320
- *
321
- * The above copyright notice and this permission notice shall be included in
322
- * all copies or substantial portions of the Software.
323
- *
324
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
325
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
326
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
327
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
328
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
329
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
330
- * THE SOFTWARE.
331
- */
332
178
  var x = {
333
179
  ARIA_CONTROLS: "aria-controls",
334
180
  ARIA_DESCRIBEDBY: "aria-describedby",
@@ -371,28 +217,6 @@ var x = {
371
217
  "time",
372
218
  "week"
373
219
  ];
374
- /**
375
- * @license
376
- * Copyright 2016 Google Inc.
377
- *
378
- * Permission is hereby granted, free of charge, to any person obtaining a copy
379
- * of this software and associated documentation files (the "Software"), to deal
380
- * in the Software without restriction, including without limitation the rights
381
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
382
- * copies of the Software, and to permit persons to whom the Software is
383
- * furnished to do so, subject to the following conditions:
384
- *
385
- * The above copyright notice and this permission notice shall be included in
386
- * all copies or substantial portions of the Software.
387
- *
388
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
389
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
390
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
391
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
392
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
393
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
394
- * THE SOFTWARE.
395
- */
396
220
  var jt = ["mousedown", "touchstart"], $t = ["click", "keydown"], ri = (
397
221
  /** @class */
398
222
  (function(r) {
@@ -642,28 +466,6 @@ var jt = ["mousedown", "touchstart"], $t = ["click", "keydown"], ri = (
642
466
  }, t;
643
467
  })(ne)
644
468
  );
645
- /**
646
- * @license
647
- * Copyright 2016 Google Inc.
648
- *
649
- * Permission is hereby granted, free of charge, to any person obtaining a copy
650
- * of this software and associated documentation files (the "Software"), to deal
651
- * in the Software without restriction, including without limitation the rights
652
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
653
- * copies of the Software, and to permit persons to whom the Software is
654
- * furnished to do so, subject to the following conditions:
655
- *
656
- * The above copyright notice and this permission notice shall be included in
657
- * all copies or substantial portions of the Software.
658
- *
659
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
660
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
661
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
662
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
663
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
664
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
665
- * THE SOFTWARE.
666
- */
667
469
  var L = {
668
470
  HELPER_TEXT_PERSISTENT: "mdc-text-field-helper-text--persistent",
669
471
  HELPER_TEXT_VALIDATION_MSG: "mdc-text-field-helper-text--validation-msg",
@@ -673,28 +475,6 @@ var L = {
673
475
  ROLE: "role",
674
476
  ROOT_SELECTOR: "." + L.ROOT
675
477
  };
676
- /**
677
- * @license
678
- * Copyright 2017 Google Inc.
679
- *
680
- * Permission is hereby granted, free of charge, to any person obtaining a copy
681
- * of this software and associated documentation files (the "Software"), to deal
682
- * in the Software without restriction, including without limitation the rights
683
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
684
- * copies of the Software, and to permit persons to whom the Software is
685
- * furnished to do so, subject to the following conditions:
686
- *
687
- * The above copyright notice and this permission notice shall be included in
688
- * all copies or substantial portions of the Software.
689
- *
690
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
691
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
692
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
693
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
694
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
695
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
696
- * THE SOFTWARE.
697
- */
698
478
  var Zt = (
699
479
  /** @class */
700
480
  (function(r) {
@@ -764,28 +544,6 @@ var Zt = (
764
544
  }, t;
765
545
  })(ne)
766
546
  );
767
- /**
768
- * @license
769
- * Copyright 2017 Google Inc.
770
- *
771
- * Permission is hereby granted, free of charge, to any person obtaining a copy
772
- * of this software and associated documentation files (the "Software"), to deal
773
- * in the Software without restriction, including without limitation the rights
774
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
775
- * copies of the Software, and to permit persons to whom the Software is
776
- * furnished to do so, subject to the following conditions:
777
- *
778
- * The above copyright notice and this permission notice shall be included in
779
- * all copies or substantial portions of the Software.
780
- *
781
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
782
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
783
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
784
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
785
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
786
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
787
- * THE SOFTWARE.
788
- */
789
547
  var en = (
790
548
  /** @class */
791
549
  (function(r) {
@@ -830,56 +588,12 @@ var en = (
830
588
  }, t;
831
589
  })(ie)
832
590
  );
833
- /**
834
- * @license
835
- * Copyright 2016 Google Inc.
836
- *
837
- * Permission is hereby granted, free of charge, to any person obtaining a copy
838
- * of this software and associated documentation files (the "Software"), to deal
839
- * in the Software without restriction, including without limitation the rights
840
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
841
- * copies of the Software, and to permit persons to whom the Software is
842
- * furnished to do so, subject to the following conditions:
843
- *
844
- * The above copyright notice and this permission notice shall be included in
845
- * all copies or substantial portions of the Software.
846
- *
847
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
848
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
849
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
850
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
851
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
852
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
853
- * THE SOFTWARE.
854
- */
855
591
  var Bt = {
856
592
  ICON_EVENT: "MDCTextField:icon",
857
593
  ICON_ROLE: "button"
858
594
  }, ai = {
859
595
  ROOT: "mdc-text-field__icon"
860
596
  };
861
- /**
862
- * @license
863
- * Copyright 2017 Google Inc.
864
- *
865
- * Permission is hereby granted, free of charge, to any person obtaining a copy
866
- * of this software and associated documentation files (the "Software"), to deal
867
- * in the Software without restriction, including without limitation the rights
868
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
869
- * copies of the Software, and to permit persons to whom the Software is
870
- * furnished to do so, subject to the following conditions:
871
- *
872
- * The above copyright notice and this permission notice shall be included in
873
- * all copies or substantial portions of the Software.
874
- *
875
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
876
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
877
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
878
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
879
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
880
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
881
- * THE SOFTWARE.
882
- */
883
597
  var kt = ["click", "keydown"], Ut = (
884
598
  /** @class */
885
599
  (function(r) {
@@ -949,28 +663,6 @@ var kt = ["click", "keydown"], Ut = (
949
663
  }, t;
950
664
  })(ne)
951
665
  );
952
- /**
953
- * @license
954
- * Copyright 2017 Google Inc.
955
- *
956
- * Permission is hereby granted, free of charge, to any person obtaining a copy
957
- * of this software and associated documentation files (the "Software"), to deal
958
- * in the Software without restriction, including without limitation the rights
959
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
960
- * copies of the Software, and to permit persons to whom the Software is
961
- * furnished to do so, subject to the following conditions:
962
- *
963
- * The above copyright notice and this permission notice shall be included in
964
- * all copies or substantial portions of the Software.
965
- *
966
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
967
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
968
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
969
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
970
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
971
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
972
- * THE SOFTWARE.
973
- */
974
666
  var oi = (
975
667
  /** @class */
976
668
  (function(r) {
@@ -1020,28 +712,6 @@ var oi = (
1020
712
  }, t;
1021
713
  })(ie)
1022
714
  );
1023
- /**
1024
- * @license
1025
- * Copyright 2016 Google Inc.
1026
- *
1027
- * Permission is hereby granted, free of charge, to any person obtaining a copy
1028
- * of this software and associated documentation files (the "Software"), to deal
1029
- * in the Software without restriction, including without limitation the rights
1030
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1031
- * copies of the Software, and to permit persons to whom the Software is
1032
- * furnished to do so, subject to the following conditions:
1033
- *
1034
- * The above copyright notice and this permission notice shall be included in
1035
- * all copies or substantial portions of the Software.
1036
- *
1037
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1038
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1039
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1040
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1041
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1042
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1043
- * THE SOFTWARE.
1044
- */
1045
715
  var li = (
1046
716
  /** @class */
1047
717
  (function(r) {