@lmvz-ds/components 0.35.2 → 0.36.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 (224) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/assets/icons/calendar.svg +7 -0
  3. package/cjs/{aria-validation-controller-BC0Eaiv4.js → aria-validation-controller-Do0uEK4t.js} +1 -1
  4. package/cjs/{directional-focus-controller-DBat-oF7.js → directional-focus-controller-3uDoin45.js} +3 -1
  5. package/cjs/{element-activation-controller-BHqCUgQv.js → element-activation-controller-BWtUKzu2.js} +1 -1
  6. package/cjs/{element.util-CRS_YJ59.js → element.util-CctmBvUY.js} +14 -0
  7. package/cjs/{index-TGsVZNDP.js → index-BgvZ4y-3.js} +12 -0
  8. package/cjs/lmvz-action-list.cjs.entry.js +4 -4
  9. package/cjs/lmvz-action.cjs.entry.js +1 -1
  10. package/cjs/lmvz-button-group.cjs.entry.js +2 -2
  11. package/cjs/lmvz-button_2.cjs.entry.js +5 -5
  12. package/cjs/lmvz-card.cjs.entry.js +1 -1
  13. package/cjs/lmvz-checkbox.cjs.entry.js +2 -2
  14. package/cjs/lmvz-chip.cjs.entry.js +2 -2
  15. package/cjs/lmvz-components.cjs.js +2 -2
  16. package/cjs/lmvz-datepicker.cjs.entry.js +2764 -0
  17. package/cjs/lmvz-header_2.cjs.entry.js +6 -6
  18. package/cjs/{lmvz-popover.cjs.entry.js → lmvz-input_2.cjs.entry.js} +230 -11
  19. package/cjs/lmvz-link.cjs.entry.js +2 -2
  20. package/cjs/lmvz-menuitem.cjs.entry.js +5 -5
  21. package/cjs/lmvz-message.cjs.entry.js +2 -2
  22. package/cjs/lmvz-modal.cjs.entry.js +4 -4
  23. package/cjs/lmvz-radio.cjs.entry.js +3 -3
  24. package/cjs/lmvz-select.cjs.entry.js +3 -3
  25. package/cjs/lmvz-snackbar.cjs.entry.js +2 -2
  26. package/cjs/lmvz-spinner.cjs.entry.js +2 -2
  27. package/cjs/lmvz-tab.cjs.entry.js +2 -2
  28. package/cjs/lmvz-tabs.cjs.entry.js +4 -4
  29. package/cjs/lmvz-toggle.cjs.entry.js +4 -5
  30. package/cjs/loader.cjs.js +2 -2
  31. package/cjs/{async.util-Dnl6c82X.js → stencil.util-TjS8_DoU.js} +13 -1
  32. package/collection/assets/icons/calendar.svg +7 -0
  33. package/collection/collection-manifest.json +1 -0
  34. package/collection/components/lmvz-datepicker/lmvz-datepicker.css +166 -0
  35. package/collection/components/lmvz-datepicker/lmvz-datepicker.js +988 -0
  36. package/collection/components/lmvz-datepicker/lmvz-datepicker.utils.js +189 -0
  37. package/collection/components/lmvz-datepicker/test/lmvz-datepicker.utils.unit.js +300 -0
  38. package/collection/components/lmvz-header/lmvz-header.js +1 -1
  39. package/collection/components/lmvz-icon/lmvz-icon.js +1 -1
  40. package/collection/components/lmvz-input/lmvz-input.js +40 -2
  41. package/collection/components/lmvz-link/lmvz-link.js +1 -1
  42. package/collection/components/lmvz-menuitem/lmvz-menuitem.js +1 -1
  43. package/collection/components/lmvz-message/lmvz-message.js +1 -1
  44. package/collection/components/lmvz-modal/lmvz-modal.js +1 -1
  45. package/collection/components/lmvz-popover/lmvz-popover.js +6 -2
  46. package/collection/components/lmvz-radio/lmvz-radio.js +1 -1
  47. package/collection/components/lmvz-select/lmvz-select.js +1 -1
  48. package/collection/components/lmvz-snackbar/lmvz-snackbar.js +1 -1
  49. package/collection/components/lmvz-spinner/lmvz-spinner.js +1 -1
  50. package/collection/components/lmvz-tab/lmvz-tab.js +1 -1
  51. package/collection/components/lmvz-tabs/lmvz-tabs.js +1 -1
  52. package/collection/components/lmvz-toggle/lmvz-toggle.js +1 -1
  53. package/collection/integration/header-integration/header-integration.js +1 -1
  54. package/collection/utils/aria/aria.constants.js +7 -0
  55. package/collection/utils/aria/directional-focus-controller.js +3 -1
  56. package/collection/utils/element/element.util.js +5 -0
  57. package/components/index.d.ts +2 -0
  58. package/components/index.d.ts.bak +2 -0
  59. package/components/index.js +1 -1
  60. package/components/lmvz-action-list.js +1 -1
  61. package/components/lmvz-action.js +1 -1
  62. package/components/lmvz-button-group.js +1 -1
  63. package/components/lmvz-button.js +1 -1
  64. package/components/lmvz-card.js +1 -1
  65. package/components/lmvz-checkbox.js +1 -1
  66. package/components/lmvz-chip.js +1 -1
  67. package/components/lmvz-datepicker.d.ts +11 -0
  68. package/components/lmvz-datepicker.d.ts.bak +11 -0
  69. package/components/lmvz-datepicker.js +1 -0
  70. package/components/lmvz-header.js +1 -1
  71. package/components/lmvz-icon.js +1 -1
  72. package/components/lmvz-input.js +1 -1
  73. package/components/lmvz-link.js +1 -1
  74. package/components/lmvz-menuitem.js +1 -1
  75. package/components/lmvz-message.js +1 -1
  76. package/components/lmvz-modal.js +1 -1
  77. package/components/lmvz-popover.js +1 -1
  78. package/components/lmvz-radio.js +1 -1
  79. package/components/lmvz-select.js +1 -1
  80. package/components/lmvz-snackbar.js +1 -1
  81. package/components/lmvz-spinner.js +1 -1
  82. package/components/lmvz-tab.js +1 -1
  83. package/components/lmvz-tabs.js +1 -1
  84. package/components/lmvz-toggle.js +1 -1
  85. package/components/{p-Chj7BuUZ.js → p--FDdvoIg.js} +1 -1
  86. package/components/{p-CFTmV4XZ.js → p-BAj4FkUt.js} +1 -1
  87. package/components/{p-CxLd309t.js → p-BLMXiDE0.js} +1 -1
  88. package/components/{p-DGg7OzDl.js → p-BPYBmylI.js} +1 -1
  89. package/components/p-BhALzK62.js +1 -0
  90. package/components/{p-B_rnXUwq.js → p-Bnri3fEI.js} +1 -1
  91. package/components/p-C-pRMuMh.js +1 -0
  92. package/components/p-CPuI0_r_.js +1 -0
  93. package/components/p-CWpl0WaZ.js +1 -0
  94. package/components/{p-D5FL8n1q.js → p-CrQCHVKL.js} +1 -1
  95. package/components/p-DqdrUt_G.js +1 -0
  96. package/components/{p-CgK6-SEe.js → p-diOze8wI.js} +1 -1
  97. package/esm/{aria-validation-controller-BvOU1BO8.js → aria-validation-controller-Cp6pofER.js} +1 -1
  98. package/esm/{directional-focus-controller-DgAdCZrG.js → directional-focus-controller-Bhu7RqYE.js} +3 -1
  99. package/esm/{element-activation-controller-7PNSl6io.js → element-activation-controller-BuwyVq4A.js} +1 -1
  100. package/esm/{element.util-BFcYfHYq.js → element.util-Bd9JyKJZ.js} +13 -1
  101. package/esm/{index-BPeerEwm.js → index-BOXP1Vx0.js} +12 -1
  102. package/esm/lmvz-action-list.entry.js +4 -4
  103. package/esm/lmvz-action.entry.js +1 -1
  104. package/esm/lmvz-button-group.entry.js +2 -2
  105. package/esm/lmvz-button_2.entry.js +5 -5
  106. package/esm/lmvz-card.entry.js +1 -1
  107. package/esm/lmvz-checkbox.entry.js +2 -2
  108. package/esm/lmvz-chip.entry.js +2 -2
  109. package/esm/lmvz-components.js +3 -3
  110. package/esm/lmvz-datepicker.entry.js +2762 -0
  111. package/esm/lmvz-header_2.entry.js +6 -6
  112. package/esm/{lmvz-popover.entry.js → lmvz-input_2.entry.js} +227 -9
  113. package/esm/lmvz-link.entry.js +2 -2
  114. package/esm/lmvz-menuitem.entry.js +5 -5
  115. package/esm/lmvz-message.entry.js +2 -2
  116. package/esm/lmvz-modal.entry.js +4 -4
  117. package/esm/lmvz-radio.entry.js +3 -3
  118. package/esm/lmvz-select.entry.js +3 -3
  119. package/esm/lmvz-snackbar.entry.js +2 -2
  120. package/esm/lmvz-spinner.entry.js +2 -2
  121. package/esm/lmvz-tab.entry.js +2 -2
  122. package/esm/lmvz-tabs.entry.js +4 -4
  123. package/esm/lmvz-toggle.entry.js +4 -5
  124. package/esm/loader.js +3 -3
  125. package/esm/{async.util-DZj20TV1.js → stencil.util-C3QOYC8E.js} +13 -1
  126. package/hydrate/index.js +3079 -237
  127. package/hydrate/index.mjs +3079 -237
  128. package/lmvz-components/lmvz-components.esm.js +1 -1
  129. package/lmvz-components/{p-eb62d4af.entry.js → p-0af0211a.entry.js} +1 -1
  130. package/lmvz-components/{p-0c05f24b.entry.js → p-3d5867df.entry.js} +1 -1
  131. package/lmvz-components/{p-a887018d.entry.js → p-492adf21.entry.js} +1 -1
  132. package/lmvz-components/{p-24d13be6.entry.js → p-4fa6e72f.entry.js} +1 -1
  133. package/lmvz-components/{p-5bbbcfc0.entry.js → p-544e3ccb.entry.js} +1 -1
  134. package/lmvz-components/{p-eb4c5a6f.entry.js → p-63f6a596.entry.js} +1 -1
  135. package/lmvz-components/{p-d45164a8.entry.js → p-7a7aa922.entry.js} +1 -1
  136. package/lmvz-components/{p-b6dd045b.entry.js → p-8022c6dc.entry.js} +1 -1
  137. package/lmvz-components/{p-BPeerEwm.js → p-BOXP1Vx0.js} +2 -2
  138. package/lmvz-components/p-Bd9JyKJZ.js +1 -0
  139. package/lmvz-components/{p-D9PQIBzA.js → p-BeY96W7m.js} +1 -1
  140. package/lmvz-components/p-C3QOYC8E.js +1 -0
  141. package/lmvz-components/p-GGkwaiT6.js +1 -0
  142. package/lmvz-components/{p-wlMjNjuv.js → p-UhNgD4L3.js} +1 -1
  143. package/lmvz-components/{p-d4154a65.entry.js → p-a611c110.entry.js} +1 -1
  144. package/lmvz-components/{p-46edf36f.entry.js → p-b1bb4393.entry.js} +1 -1
  145. package/lmvz-components/p-b50b1cb5.entry.js +1 -0
  146. package/lmvz-components/{p-f42b16e6.entry.js → p-b932cf91.entry.js} +1 -1
  147. package/lmvz-components/p-bff115d4.entry.js +1 -0
  148. package/lmvz-components/p-d280d21a.entry.js +1 -0
  149. package/lmvz-components/{p-c2544495.entry.js → p-d48203f9.entry.js} +1 -1
  150. package/lmvz-components/{p-e4ce63b3.entry.js → p-d9aede81.entry.js} +1 -1
  151. package/lmvz-components/{p-ecbd9e93.entry.js → p-dbfbcb74.entry.js} +1 -1
  152. package/lmvz-components/{p-fbf066d9.entry.js → p-f0e28f3a.entry.js} +1 -1
  153. package/lmvz-components/{p-aaa7691c.entry.js → p-f853faae.entry.js} +1 -1
  154. package/lmvz-components/p-fa2efc42.entry.js +1 -0
  155. package/lmvz-components/{p-194a3af5.entry.js → p-fe6f5bdc.entry.js} +1 -1
  156. package/manifest.json +940 -159
  157. package/package.json +5 -1
  158. package/types/api/ds.constants.d.ts +0 -1
  159. package/types/api/ds.types.d.ts +8 -0
  160. package/types/components/lmvz-action/lmvz-action.d.ts +0 -1
  161. package/types/components/lmvz-action-list/lmvz-action-list.d.ts +0 -1
  162. package/types/components/lmvz-button/lmvz-button.d.ts +0 -1
  163. package/types/components/lmvz-button-group/lmvz-button-group.d.ts +0 -1
  164. package/types/components/lmvz-card/lmvz-card.d.ts +0 -1
  165. package/types/components/lmvz-checkbox/lmvz-checkbox.d.ts +0 -1
  166. package/types/components/lmvz-chip/lmvz-chip.d.ts +0 -1
  167. package/types/components/lmvz-datepicker/lmvz-datepicker.d.ts +75 -0
  168. package/types/components/lmvz-datepicker/lmvz-datepicker.utils.d.ts +22 -0
  169. package/types/components/lmvz-datepicker/test/lmvz-datepicker.utils.unit.d.ts +1 -0
  170. package/types/components/lmvz-header/lmvz-header.d.ts +0 -1
  171. package/types/components/lmvz-icon/lmvz-icon.d.ts +0 -1
  172. package/types/components/lmvz-input/lmvz-input.d.ts +5 -1
  173. package/types/components/lmvz-link/lmvz-link.d.ts +0 -1
  174. package/types/components/lmvz-menuitem/lmvz-menuitem.d.ts +0 -1
  175. package/types/components/lmvz-message/lmvz-message.d.ts +0 -1
  176. package/types/components/lmvz-message/public.d.ts +0 -1
  177. package/types/components/lmvz-modal/lmvz-modal.d.ts +0 -1
  178. package/types/components/lmvz-modal/test/testing.d.ts +0 -1
  179. package/types/components/lmvz-popover/lmvz-popover.d.ts +0 -1
  180. package/types/components/lmvz-radio/lmvz-radio.d.ts +0 -1
  181. package/types/components/lmvz-select/lmvz-select.d.ts +0 -1
  182. package/types/components/lmvz-snackbar/lmvz-snackbar.d.ts +0 -1
  183. package/types/components/lmvz-snackbar/public.d.ts +0 -1
  184. package/types/components/lmvz-snackbar/snackbar-controller.d.ts +0 -1
  185. package/types/components/lmvz-spinner/lmvz-spinner.d.ts +0 -1
  186. package/types/components/lmvz-tab/lmvz-tab.d.ts +0 -1
  187. package/types/components/lmvz-tabs/lmvz-tabs.d.ts +0 -1
  188. package/types/components/lmvz-toggle/lmvz-toggle.d.ts +0 -1
  189. package/types/components.d.ts +216 -0
  190. package/types/index.d.ts +0 -1
  191. package/types/utils/aria/aria-validation-controller.d.ts +0 -1
  192. package/types/utils/aria/aria.constants.d.ts +1 -1
  193. package/types/utils/aria/directional-focus-controller.d.ts +0 -1
  194. package/types/utils/aria/element-activation-controller.d.ts +0 -1
  195. package/types/utils/async/async.util.d.ts +1 -2
  196. package/types/utils/data/event.util.d.ts +0 -1
  197. package/types/utils/data/number.util.d.ts +0 -1
  198. package/types/utils/data/object.util.d.ts +0 -1
  199. package/types/utils/data/time.util.d.ts +0 -1
  200. package/types/utils/element/element.util.d.ts +1 -1
  201. package/types/utils/environment.d.ts +0 -1
  202. package/types/utils/icons/icons-registry.d.ts +0 -1
  203. package/types/utils/icons/icons.d.ts +0 -1
  204. package/types/utils/icons/icons.unit.d.ts +0 -1
  205. package/types/utils/icons/public.d.ts +0 -1
  206. package/types/utils/public.d.ts +0 -1
  207. package/types/utils/radio/radio-group-controller.d.ts +0 -1
  208. package/types/utils/stencil/assets.d.ts +0 -1
  209. package/types/utils/stencil/reactive-controller-host.d.ts +0 -1
  210. package/types/utils/stencil/stencil.util.d.ts +0 -1
  211. package/cjs/lmvz-input.cjs.entry.js +0 -186
  212. package/cjs/stencil.util-CBrPLd-F.js +0 -17
  213. package/components/p-DLUsBYJH.js +0 -1
  214. package/components/p-zMWemcoB.js +0 -1
  215. package/esm/lmvz-input.entry.js +0 -184
  216. package/esm/stencil.util-D2-5rsN3.js +0 -15
  217. package/lmvz-components/p-5ff55ba9.entry.js +0 -1
  218. package/lmvz-components/p-888e04d7.entry.js +0 -1
  219. package/lmvz-components/p-9dc420e2.entry.js +0 -1
  220. package/lmvz-components/p-BFcYfHYq.js +0 -1
  221. package/lmvz-components/p-BuEA0MWd.js +0 -1
  222. package/lmvz-components/p-DZj20TV1.js +0 -1
  223. package/lmvz-components/p-bh9cItsP.js +0 -1
  224. package/lmvz-components/p-c3e62aba.entry.js +0 -1
@@ -51,7 +51,19 @@ const ariaAttributes = [
51
51
  'aria-valuenow',
52
52
  'aria-valuetext',
53
53
  ];
54
+ const ariaHostMirrorAttributes = [
55
+ 'aria-haspopup',
56
+ 'aria-controls',
57
+ 'aria-expanded',
58
+ 'aria-activedescendant',
59
+ 'aria-autocomplete',
60
+ ];
54
61
 
62
+ function isInputElement(element) {
63
+ if (!element)
64
+ return false;
65
+ return ['INPUT', 'TEXTAREA', 'SELECT', 'LMVZ-INPUT', 'LMVZ-SELECT', 'LMVZ-DATEPICKER'].includes(element.tagName?.toUpperCase());
66
+ }
55
67
  function isActionButton(element) {
56
68
  return ['LMVZ-BUTTON', 'BUTTON'].includes(element.tagName.toUpperCase());
57
69
  }
@@ -180,4 +192,4 @@ function isHtmlElement(element) {
180
192
  return element instanceof HTMLElement;
181
193
  }
182
194
 
183
- export { inheritAriaAttributes as a, isInteractiveElement as b, isPrimaryAction as c, isVisible as d, isActionButton as e, isDisabledButton as f, getDeepActiveElement as g, isSecondaryAction as h, isLmvzButton as i, canReceiveFocus as j, findFormByRef as k, isHtmlElement as l, walkShadowDOMUntil as w };
195
+ export { isLmvzButton as a, inheritAriaAttributes as b, isInteractiveElement as c, isPrimaryAction as d, isVisible as e, isActionButton as f, getDeepActiveElement as g, isDisabledButton as h, isInputElement as i, isSecondaryAction as j, canReceiveFocus as k, findFormByRef as l, ariaHostMirrorAttributes as m, isHtmlElement as n, walkShadowDOMUntil as w };
@@ -2205,6 +2205,17 @@ var postUpdateComponent = (hostRef) => {
2205
2205
  hostRef.$flags$ &= -517;
2206
2206
  }
2207
2207
  };
2208
+ var forceUpdate = (ref) => {
2209
+ var _a;
2210
+ {
2211
+ const hostRef = getHostRef(ref);
2212
+ const isConnected = (_a = hostRef == null ? void 0 : hostRef.$hostElement$) == null ? void 0 : _a.isConnected;
2213
+ if (isConnected && (hostRef.$flags$ & (2 /* hasRendered */ | 16 /* isQueuedForUpdate */)) === 2 /* hasRendered */) {
2214
+ scheduleUpdate(hostRef, false);
2215
+ }
2216
+ return isConnected;
2217
+ }
2218
+ };
2208
2219
  var appDidLoad = (who) => {
2209
2220
  var _a;
2210
2221
  nextTick(() => emitEvent(win, "appload", { detail: { namespace: NAMESPACE } }));
@@ -2861,4 +2872,4 @@ function transformTag(tag) {
2861
2872
  return tag;
2862
2873
  }
2863
2874
 
2864
- export { Build as B, Host as H, getAssetPath as a, bootstrapLazy as b, createEvent as c, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
2875
+ export { Build as B, Host as H, getAssetPath as a, bootstrapLazy as b, createEvent as c, forceUpdate as f, getElement as g, h, promiseResolve as p, registerInstance as r, setNonce as s };
@@ -1,7 +1,7 @@
1
- import { g as getElement, r as registerInstance, h, H as Host } from './index-BPeerEwm.js';
2
- import { A as AriaValidationController } from './aria-validation-controller-BvOU1BO8.js';
3
- import { D as DirectionalFocusController } from './directional-focus-controller-DgAdCZrG.js';
4
- import { i as isLmvzButton } from './element.util-BFcYfHYq.js';
1
+ import { g as getElement, r as registerInstance, h, H as Host } from './index-BOXP1Vx0.js';
2
+ import { A as AriaValidationController } from './aria-validation-controller-Cp6pofER.js';
3
+ import { D as DirectionalFocusController } from './directional-focus-controller-Bhu7RqYE.js';
4
+ import { a as isLmvzButton } from './element.util-Bd9JyKJZ.js';
5
5
  import { R as ReactiveControllerHost } from './reactive-controller-host-CICeIanv.js';
6
6
  import './aria-loader-BfH06m7H.js';
7
7
 
@@ -1,4 +1,4 @@
1
- import { r as registerInstance, c as createEvent, h, H as Host } from './index-BPeerEwm.js';
1
+ import { r as registerInstance, c as createEvent, h, H as Host } from './index-BOXP1Vx0.js';
2
2
 
3
3
  const lmvzActionCss = () => `:host{display:block}`;
4
4
 
@@ -1,7 +1,7 @@
1
- import { r as registerInstance, g as getElement, h, H as Host } from './index-BPeerEwm.js';
1
+ import { r as registerInstance, g as getElement, h, H as Host } from './index-BOXP1Vx0.js';
2
2
  import { a as isPromise, i as isAriaValidationEnabled } from './aria-loader-BfH06m7H.js';
3
3
  import { v as variants } from './ds.constants-0ctLESas.js';
4
- import { c as isPrimaryAction, d as isVisible, e as isActionButton, f as isDisabledButton, h as isSecondaryAction, i as isLmvzButton, j as canReceiveFocus } from './element.util-BFcYfHYq.js';
4
+ import { d as isPrimaryAction, e as isVisible, f as isActionButton, h as isDisabledButton, j as isSecondaryAction, a as isLmvzButton, k as canReceiveFocus } from './element.util-Bd9JyKJZ.js';
5
5
 
6
6
  /**
7
7
  * Returns a function that delegates to the given predicate/filter and negates its result.
@@ -1,8 +1,8 @@
1
- import { g as getElement, r as registerInstance, c as createEvent, h, H as Host } from './index-BPeerEwm.js';
1
+ import { g as getElement, r as registerInstance, c as createEvent, h, H as Host } from './index-BOXP1Vx0.js';
2
2
  import { c as classNames } from './index-BfTCfPZ1.js';
3
- import { A as AriaValidationController } from './aria-validation-controller-BvOU1BO8.js';
4
- import { E as ElementActivationController } from './element-activation-controller-7PNSl6io.js';
5
- import { a as inheritAriaAttributes, k as findFormByRef } from './element.util-BFcYfHYq.js';
3
+ import { A as AriaValidationController } from './aria-validation-controller-Cp6pofER.js';
4
+ import { E as ElementActivationController } from './element-activation-controller-BuwyVq4A.js';
5
+ import { b as inheritAriaAttributes, l as findFormByRef } from './element.util-Bd9JyKJZ.js';
6
6
  import { R as ReactiveControllerHost } from './reactive-controller-host-CICeIanv.js';
7
7
  import { p as parseSvgString } from './svg-Dz3GD0LB.js';
8
8
  import { a as resolveIconSvg } from './icons-DQOFaux5.js';
@@ -161,7 +161,7 @@ const LmvzIcon = class extends ReactiveControllerHost {
161
161
  super.componentDidRender();
162
162
  }
163
163
  render() {
164
- return h(Host, { key: '4fba217d573d968951819f12af24d775c8ac62dc', role: "img", "aria-hidden": `${this.ariaHidden}`, innerHTML: this.iconData });
164
+ return h(Host, { key: 'be6032d11399289c3baddd63ebc7d9e1fb98b773', role: "img", "aria-hidden": `${this.ariaHidden}`, innerHTML: this.iconData });
165
165
  }
166
166
  waitUntilVisible(callback, rootMargin = 50) {
167
167
  if (typeof window === 'undefined' || !window.IntersectionObserver) {
@@ -1,4 +1,4 @@
1
- import { a as getAssetPath, r as registerInstance, c as createEvent, h, H as Host } from './index-BPeerEwm.js';
1
+ import { a as getAssetPath, r as registerInstance, c as createEvent, h, H as Host } from './index-BOXP1Vx0.js';
2
2
 
3
3
  function getLocationBase() {
4
4
  return import.meta?.url ?? window?.location?.origin ?? '';
@@ -1,6 +1,6 @@
1
- import { g as getElement, r as registerInstance, c as createEvent, h, H as Host } from './index-BPeerEwm.js';
1
+ import { g as getElement, r as registerInstance, c as createEvent, h, H as Host } from './index-BOXP1Vx0.js';
2
2
  import { t as toValidSvgStringWithFallback } from './svg-Dz3GD0LB.js';
3
- import { A as AriaValidationController } from './aria-validation-controller-BvOU1BO8.js';
3
+ import { A as AriaValidationController } from './aria-validation-controller-Cp6pofER.js';
4
4
  import { R as ReactiveControllerHost } from './reactive-controller-host-CICeIanv.js';
5
5
  import './logger-D06Ds9Dh.js';
6
6
  import './aria-loader-BfH06m7H.js';
@@ -1,6 +1,6 @@
1
- import { g as getElement, r as registerInstance, h, H as Host } from './index-BPeerEwm.js';
1
+ import { g as getElement, r as registerInstance, h, H as Host } from './index-BOXP1Vx0.js';
2
2
  import { f as chipTypes, g as chipSizes } from './ds.constants-0ctLESas.js';
3
- import { A as AriaValidationController } from './aria-validation-controller-BvOU1BO8.js';
3
+ import { A as AriaValidationController } from './aria-validation-controller-Cp6pofER.js';
4
4
  import { R as ReactiveControllerHost } from './reactive-controller-host-CICeIanv.js';
5
5
  import { i as isAriaValidationEnabled } from './aria-loader-BfH06m7H.js';
6
6
 
@@ -1,5 +1,5 @@
1
- import { p as promiseResolve, b as bootstrapLazy } from './index-BPeerEwm.js';
2
- export { s as setNonce } from './index-BPeerEwm.js';
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-BOXP1Vx0.js';
2
+ export { s as setNonce } from './index-BOXP1Vx0.js';
3
3
  import { g as globalScripts } from './app-globals-DQuL1Twl.js';
4
4
 
5
5
  /*
@@ -17,5 +17,5 @@ var patchBrowser = () => {
17
17
 
18
18
  patchBrowser().then(async (options) => {
19
19
  await globalScripts();
20
- return bootstrapLazy([["lmvz-modal",[[769,"lmvz-modal",{"open":[1540],"closeLabel":[1,"close-label"],"hasHeader":[32]},[[0,"submit","handleFormDialogSubmit"]],{"open":[{"handleOpenChange":0}]}]]],["lmvz-message",[[769,"lmvz-message",{"type":[513],"live":[1],"leadingIcon":[4,"leading-icon"],"dismissible":[4],"closeLabel":[1,"close-label"],"actionLabel":[1,"action-label"]}]]],["lmvz-snackbar",[[513,"lmvz-snackbar",{"status":[1537],"message":[1025],"duration":[1026],"priority":[1025],"actionLabel":[1025,"action-label"],"animationClass":[32],"show":[64],"hide":[64]},null,{"status":[{"onStatusChange":0}]}]]],["lmvz-link",[[785,"lmvz-link",{"href":[513],"target":[513],"rel":[1],"type":[1537],"externalLabel":[1,"external-label"]},null,{"type":[{"normalizeType":0}]}]]],["lmvz-header_2",[[769,"lmvz-header",{"role":[2561],"lmvzActiveNav":[1,"lmvz-active-nav"],"initFocus":[64]},null,{"lmvzActiveNav":[{"handleActiveNavChange":0}]}],[774,"lmvz-menuitem",{"role":[2561],"ti":[2562,"tabindex"]}]]],["lmvz-action",[[257,"lmvz-action"]]],["lmvz-action-list",[[774,"lmvz-action-list",{"label":[1],"initFocus":[64]}]]],["lmvz-card",[[774,"lmvz-card",{"cardTitle":[1,"card-title"],"imageUrl":[1,"image-url"],"description":[1],"primaryActionLabel":[1,"primary-action-label"]}]]],["lmvz-checkbox",[[578,"lmvz-checkbox",{"label":[1],"checked":[1540],"value":[1],"name":[1],"disabled":[516],"required":[516],"error":[516],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"form":[1],"autofocus":[4],"checkedState":[32],"focusInput":[64],"checkValidity":[64],"reportValidity":[64]},null,{"checked":[{"handleCheckedChange":0}]}]]],["lmvz-chip",[[769,"lmvz-chip",{"type":[1537],"size":[1537]},null,{"type":[{"normalizeType":0}],"size":[{"normalizeSize":0}]}]]],["lmvz-input",[[838,"lmvz-input",{"value":[1025],"label":[1],"helperText":[1,"helper-text"],"placeholder":[1],"disabled":[516],"readonly":[516],"required":[516],"name":[1],"type":[1],"errorMessage":[1,"error-message"],"autocomplete":[1],"inputmode":[1],"autocorrect":[1],"autocapitalize":[1],"spellcheck":[4],"autofocus":[4],"minlength":[2],"maxlength":[2],"pattern":[1],"min":[8],"max":[8],"step":[8],"form":[1],"size":[513],"error":[6660],"nativeError":[32],"setValue":[64],"focusInput":[64],"blurInput":[64],"select":[64],"checkValidity":[64],"reportValidity":[64],"getInputElement":[64]},null,{"value":[{"handleValueChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-menuitem",[[774,"lmvz-menuitem",{"role":[2561],"ti":[2562,"tabindex"]}]]],["lmvz-popover",[[769,"lmvz-popover",{"open":[1540],"anchor":[1],"placement":[1],"size":[1],"autoFocus":[4,"auto-focus"],"label":[1],"anchorEl":[32],"show":[64],"hide":[64],"toggle":[64]},null,{"open":[{"handleOpenChange":0}],"anchor":[{"handleAnchorChange":1}]}]]],["lmvz-radio",[[578,"lmvz-radio",{"label":[1],"checked":[1540],"value":[1],"name":[1],"disabled":[516],"required":[516],"error":[516],"helperText":[1,"helper-text"],"form":[513],"autofocus":[4],"focusInput":[64],"checkValidity":[64],"reportValidity":[64]},[[0,"keydown","handleKeydown"]],{"checked":[{"handleCheckedChange":0}],"value":[{"handleValueChange":0}],"label":[{"handleLabelChange":0}]}]]],["lmvz-select",[[774,"lmvz-select",{"value":[1025],"label":[1],"helperText":[1,"helper-text"],"disabled":[516],"required":[516],"name":[1],"size":[513],"highlighted":[516],"selectedLabel":[32]},null,{"value":[{"handleValueChange":0}]}]]],["lmvz-spinner",[[513,"lmvz-spinner",{"size":[513],"ariaLabel":[513,"aria-label"]}]]],["lmvz-tab",[[785,"lmvz-tab",{"value":[513],"disabled":[516],"selected":[516],"vertical":[516]}]]],["lmvz-tabs",[[769,"lmvz-tabs",{"value":[1537],"orientation":[1537],"resolvedValue":[32],"initFocus":[64],"activateTab":[64],"getTabElements":[64],"setTabPanelIds":[64]},null,{"value":[{"handleValueChange":0}],"orientation":[{"handleOrientationChange":0}]}]]],["lmvz-toggle",[[578,"lmvz-toggle",{"label":[1],"checked":[1540],"disabled":[516],"required":[516],"name":[1],"value":[1],"form":[1],"focusToggle":[64],"blurToggle":[64],"checkValidity":[64],"reportValidity":[64],"getInputElement":[64]},null,{"checked":[{"handleCheckedChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-button-group",[[769,"lmvz-button-group",{"stacked":[516],"primaryEnabledAction":[2064],"hasActions":[2052,"has-actions"]}]]],["lmvz-button_2",[[785,"lmvz-button",{"ti":[514,"tabindex"],"scale":[513],"variant":[513],"disabled":[516],"type":[1],"form":[1],"formMethod":[1,"form-method"],"name":[1],"value":[1],"buttonRole":[1,"button-role"]}],[514,"lmvz-icon",{"icon":[513],"weight":[513],"size":[513],"iconset":[513],"ariaLabel":[513,"aria-label"],"iconData":[32],"visible":[32]},null,{"icon":[{"loadIconPathData":0}],"iconset":[{"loadIconPathData":0}]}]]]], options);
20
+ return bootstrapLazy([["lmvz-datepicker",[[593,"lmvz-datepicker",{"value":[6145],"visibleMonth":[6145,"visible-month"],"min":[1],"max":[1],"locale":[1],"firstDayOfWeek":[2,"first-day-of-week"],"disabled":[516],"readonly":[516],"required":[516],"name":[513],"label":[1],"placeholder":[1],"helperText":[1,"helper-text"],"errorMessage":[1,"error-message"],"open":[1540],"displayFormat":[1,"display-format"],"focusedDate":[32],"valueDate":[32],"visibleMonthDate":[32],"inputText":[32],"hasUnparseableInput":[32],"isInvalid":[32],"checkValidity":[64],"reportValidity":[64]},[[0,"keydown","handleKeydown"],[0,"focusin","handleInputFocus"],[0,"click","handleInputFocus"]],{"required":[{"handleValidityRelevantPropChange":0}],"min":[{"handleValidityRelevantPropChange":0}],"max":[{"handleValidityRelevantPropChange":0}],"locale":[{"handleDisplayFormatChange":0}],"displayFormat":[{"handleDisplayFormatChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-modal",[[769,"lmvz-modal",{"open":[1540],"closeLabel":[1,"close-label"],"hasHeader":[32]},[[0,"submit","handleFormDialogSubmit"]],{"open":[{"handleOpenChange":0}]}]]],["lmvz-message",[[769,"lmvz-message",{"type":[513],"live":[1],"leadingIcon":[4,"leading-icon"],"dismissible":[4],"closeLabel":[1,"close-label"],"actionLabel":[1,"action-label"]}]]],["lmvz-snackbar",[[513,"lmvz-snackbar",{"status":[1537],"message":[1025],"duration":[1026],"priority":[1025],"actionLabel":[1025,"action-label"],"animationClass":[32],"show":[64],"hide":[64]},null,{"status":[{"onStatusChange":0}]}]]],["lmvz-link",[[785,"lmvz-link",{"href":[513],"target":[513],"rel":[1],"type":[1537],"externalLabel":[1,"external-label"]},null,{"type":[{"normalizeType":0}]}]]],["lmvz-header_2",[[769,"lmvz-header",{"role":[2561],"lmvzActiveNav":[1,"lmvz-active-nav"],"initFocus":[64]},null,{"lmvzActiveNav":[{"handleActiveNavChange":0}]}],[774,"lmvz-menuitem",{"role":[2561],"ti":[2562,"tabindex"]}]]],["lmvz-action",[[257,"lmvz-action"]]],["lmvz-action-list",[[774,"lmvz-action-list",{"label":[1],"initFocus":[64]}]]],["lmvz-card",[[774,"lmvz-card",{"cardTitle":[1,"card-title"],"imageUrl":[1,"image-url"],"description":[1],"primaryActionLabel":[1,"primary-action-label"]}]]],["lmvz-checkbox",[[578,"lmvz-checkbox",{"label":[1],"checked":[1540],"value":[1],"name":[1],"disabled":[516],"required":[516],"error":[516],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"form":[1],"autofocus":[4],"checkedState":[32],"focusInput":[64],"checkValidity":[64],"reportValidity":[64]},null,{"checked":[{"handleCheckedChange":0}]}]]],["lmvz-chip",[[769,"lmvz-chip",{"type":[1537],"size":[1537]},null,{"type":[{"normalizeType":0}],"size":[{"normalizeSize":0}]}]]],["lmvz-menuitem",[[774,"lmvz-menuitem",{"role":[2561],"ti":[2562,"tabindex"]}]]],["lmvz-radio",[[578,"lmvz-radio",{"label":[1],"checked":[1540],"value":[1],"name":[1],"disabled":[516],"required":[516],"error":[516],"helperText":[1,"helper-text"],"form":[513],"autofocus":[4],"focusInput":[64],"checkValidity":[64],"reportValidity":[64]},[[0,"keydown","handleKeydown"]],{"checked":[{"handleCheckedChange":0}],"value":[{"handleValueChange":0}],"label":[{"handleLabelChange":0}]}]]],["lmvz-select",[[774,"lmvz-select",{"value":[1025],"label":[1],"helperText":[1,"helper-text"],"disabled":[516],"required":[516],"name":[1],"size":[513],"highlighted":[516],"selectedLabel":[32]},null,{"value":[{"handleValueChange":0}]}]]],["lmvz-spinner",[[513,"lmvz-spinner",{"size":[513],"ariaLabel":[513,"aria-label"]}]]],["lmvz-tab",[[785,"lmvz-tab",{"value":[513],"disabled":[516],"selected":[516],"vertical":[516]}]]],["lmvz-tabs",[[769,"lmvz-tabs",{"value":[1537],"orientation":[1537],"resolvedValue":[32],"initFocus":[64],"activateTab":[64],"getTabElements":[64],"setTabPanelIds":[64]},null,{"value":[{"handleValueChange":0}],"orientation":[{"handleOrientationChange":0}]}]]],["lmvz-toggle",[[578,"lmvz-toggle",{"label":[1],"checked":[1540],"disabled":[516],"required":[516],"name":[1],"value":[1],"form":[1],"focusToggle":[64],"blurToggle":[64],"checkValidity":[64],"reportValidity":[64],"getInputElement":[64]},null,{"checked":[{"handleCheckedChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-button-group",[[769,"lmvz-button-group",{"stacked":[516],"primaryEnabledAction":[2064],"hasActions":[2052,"has-actions"]}]]],["lmvz-input_2",[[838,"lmvz-input",{"value":[1025],"label":[1],"helperText":[1,"helper-text"],"placeholder":[1],"disabled":[516],"readonly":[516],"required":[516],"name":[1],"type":[1],"errorMessage":[1,"error-message"],"autocomplete":[1],"inputmode":[1],"autocorrect":[1],"autocapitalize":[1],"spellcheck":[4],"autofocus":[4],"minlength":[2],"maxlength":[2],"pattern":[1],"min":[8],"max":[8],"step":[8],"form":[1],"size":[513],"error":[6660],"nativeError":[32],"setValue":[64],"focusInput":[64],"blurInput":[64],"select":[64],"checkValidity":[64],"reportValidity":[64],"getInputElement":[64]},null,{"value":[{"handleValueChange":0}],"disabled":[{"handleDisabledChange":0}]}],[769,"lmvz-popover",{"open":[1540],"anchor":[1],"placement":[1],"size":[1],"autoFocus":[4,"auto-focus"],"label":[1],"anchorEl":[32],"show":[64],"hide":[64],"toggle":[64]},null,{"open":[{"handleOpenChange":0}],"anchor":[{"handleAnchorChange":1}]}]]],["lmvz-button_2",[[785,"lmvz-button",{"ti":[514,"tabindex"],"scale":[513],"variant":[513],"disabled":[516],"type":[1],"form":[1],"formMethod":[1,"form-method"],"name":[1],"value":[1],"buttonRole":[1,"button-role"]}],[514,"lmvz-icon",{"icon":[513],"weight":[513],"size":[513],"iconset":[513],"ariaLabel":[513,"aria-label"],"iconData":[32],"visible":[32]},null,{"icon":[{"loadIconPathData":0}],"iconset":[{"loadIconPathData":0}]}]]]], options);
21
21
  });