@lmvz-ds/components 0.36.0 → 0.37.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 (157) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/cjs/aria.constants-DPK5mQEL.js +65 -0
  3. package/cjs/{stencil.util-TjS8_DoU.js → async.util-Dnl6c82X.js} +1 -13
  4. package/cjs/{directional-focus-controller-3uDoin45.js → directional-focus-controller-8Xd_7MHT.js} +1 -1
  5. package/cjs/{element-activation-controller-BWtUKzu2.js → element-activation-controller-DzTUocEO.js} +1 -1
  6. package/cjs/{element.util-CctmBvUY.js → element.util-BlhcwmfR.js} +2 -62
  7. package/cjs/lmvz-action-list.cjs.entry.js +4 -3
  8. package/cjs/lmvz-button-group.cjs.entry.js +2 -1
  9. package/cjs/lmvz-button_2.cjs.entry.js +4 -3
  10. package/cjs/lmvz-card.cjs.entry.js +1 -1
  11. package/cjs/lmvz-checkbox.cjs.entry.js +38 -4
  12. package/cjs/lmvz-components.cjs.js +1 -1
  13. package/cjs/lmvz-datepicker.cjs.entry.js +10 -3
  14. package/cjs/lmvz-header_2.cjs.entry.js +4 -3
  15. package/cjs/lmvz-input.cjs.entry.js +242 -0
  16. package/cjs/lmvz-menuitem.cjs.entry.js +3 -2
  17. package/cjs/lmvz-modal.cjs.entry.js +3 -2
  18. package/cjs/{lmvz-input_2.cjs.entry.js → lmvz-popover.cjs.entry.js} +24 -228
  19. package/cjs/lmvz-radio.cjs.entry.js +61 -3
  20. package/cjs/lmvz-select.cjs.entry.js +423 -16
  21. package/cjs/lmvz-snackbar.cjs.entry.js +1 -1
  22. package/cjs/lmvz-spinner.cjs.entry.js +1 -1
  23. package/cjs/lmvz-tab.cjs.entry.js +2 -2
  24. package/cjs/lmvz-tabs.cjs.entry.js +5 -4
  25. package/cjs/lmvz-toggle.cjs.entry.js +7 -3
  26. package/cjs/loader.cjs.js +1 -1
  27. package/cjs/stencil.util-CBrPLd-F.js +17 -0
  28. package/collection/components/lmvz-action-list/lmvz-action-list.css +11 -0
  29. package/collection/components/lmvz-button/lmvz-button.css +11 -0
  30. package/collection/components/lmvz-card/lmvz-card.css +11 -0
  31. package/collection/components/lmvz-checkbox/lmvz-checkbox.css +4 -2
  32. package/collection/components/lmvz-checkbox/lmvz-checkbox.js +68 -8
  33. package/collection/components/lmvz-datepicker/lmvz-datepicker.css +0 -5
  34. package/collection/components/lmvz-datepicker/lmvz-datepicker.js +17 -3
  35. package/collection/components/lmvz-input/lmvz-input.css +1 -1
  36. package/collection/components/lmvz-input/lmvz-input.js +47 -12
  37. package/collection/components/lmvz-modal/lmvz-modal.css +11 -0
  38. package/collection/components/lmvz-popover/lmvz-popover.css +1 -1
  39. package/collection/components/lmvz-popover/lmvz-popover.js +45 -5
  40. package/collection/components/lmvz-radio/lmvz-radio.js +77 -9
  41. package/collection/components/lmvz-select/lmvz-select.css +96 -34
  42. package/collection/components/lmvz-select/lmvz-select.js +412 -21
  43. package/collection/components/lmvz-snackbar/lmvz-snackbar.js +1 -1
  44. package/collection/components/lmvz-spinner/lmvz-spinner.js +1 -1
  45. package/collection/components/lmvz-tab/lmvz-tab.css +11 -0
  46. package/collection/components/lmvz-tab/lmvz-tab.js +1 -1
  47. package/collection/components/lmvz-tabs/lmvz-tabs.css +11 -0
  48. package/collection/components/lmvz-tabs/lmvz-tabs.js +1 -1
  49. package/collection/components/lmvz-toggle/lmvz-toggle.js +21 -1
  50. package/collection/integration/header-integration/header-integration.js +1 -1
  51. package/collection/styles/fragments/_focus-within.css +2 -2
  52. package/collection/utils/aria/listbox-controller.js +154 -0
  53. package/collection/utils/radio/radio-group-controller.js +17 -0
  54. package/components/lmvz-action-list.js +1 -1
  55. package/components/lmvz-button.js +1 -1
  56. package/components/lmvz-card.js +1 -1
  57. package/components/lmvz-checkbox.js +1 -1
  58. package/components/lmvz-datepicker.js +1 -1
  59. package/components/lmvz-input.js +1 -1
  60. package/components/lmvz-message.js +1 -1
  61. package/components/lmvz-modal.js +1 -1
  62. package/components/lmvz-popover.js +1 -1
  63. package/components/lmvz-radio.js +1 -1
  64. package/components/lmvz-select.js +1 -1
  65. package/components/lmvz-snackbar.js +1 -1
  66. package/components/lmvz-spinner.js +1 -1
  67. package/components/lmvz-tab.js +1 -1
  68. package/components/lmvz-tabs.js +1 -1
  69. package/components/lmvz-toggle.js +1 -1
  70. package/components/p-BApwCp0R.js +1 -0
  71. package/components/p-C5gRiLRR.js +1 -0
  72. package/components/p-DiRcp9V6.js +1 -0
  73. package/esm/aria.constants-DIyiticz.js +62 -0
  74. package/esm/{stencil.util-C3QOYC8E.js → async.util-DZj20TV1.js} +1 -13
  75. package/esm/{directional-focus-controller-Bhu7RqYE.js → directional-focus-controller-QukTTWBE.js} +1 -1
  76. package/esm/{element-activation-controller-BuwyVq4A.js → element-activation-controller-dxJZKMag.js} +1 -1
  77. package/esm/{element.util-Bd9JyKJZ.js → element.util-3ydVsxUW.js} +2 -61
  78. package/esm/lmvz-action-list.entry.js +4 -3
  79. package/esm/lmvz-button-group.entry.js +2 -1
  80. package/esm/lmvz-button_2.entry.js +4 -3
  81. package/esm/lmvz-card.entry.js +1 -1
  82. package/esm/lmvz-checkbox.entry.js +38 -4
  83. package/esm/lmvz-components.js +1 -1
  84. package/esm/lmvz-datepicker.entry.js +10 -3
  85. package/esm/lmvz-header_2.entry.js +4 -3
  86. package/esm/lmvz-input.entry.js +240 -0
  87. package/esm/lmvz-menuitem.entry.js +3 -2
  88. package/esm/lmvz-modal.entry.js +3 -2
  89. package/esm/{lmvz-input_2.entry.js → lmvz-popover.entry.js} +23 -226
  90. package/esm/lmvz-radio.entry.js +61 -3
  91. package/esm/lmvz-select.entry.js +423 -16
  92. package/esm/lmvz-snackbar.entry.js +1 -1
  93. package/esm/lmvz-spinner.entry.js +1 -1
  94. package/esm/lmvz-tab.entry.js +2 -2
  95. package/esm/lmvz-tabs.entry.js +5 -4
  96. package/esm/lmvz-toggle.entry.js +7 -3
  97. package/esm/loader.js +1 -1
  98. package/esm/stencil.util-D2-5rsN3.js +15 -0
  99. package/hydrate/index.js +631 -74
  100. package/hydrate/index.mjs +631 -74
  101. package/lmvz-components/lmvz-components.esm.js +1 -1
  102. package/lmvz-components/p-00489151.entry.js +1 -0
  103. package/lmvz-components/{p-544e3ccb.entry.js → p-0f65d001.entry.js} +1 -1
  104. package/lmvz-components/p-137b1fe1.entry.js +1 -0
  105. package/lmvz-components/p-26dd9684.entry.js +1 -0
  106. package/lmvz-components/p-398b5cf4.entry.js +1 -0
  107. package/lmvz-components/p-40716828.entry.js +1 -0
  108. package/lmvz-components/p-4deaa010.entry.js +1 -0
  109. package/lmvz-components/p-57a366e6.entry.js +1 -0
  110. package/lmvz-components/p-70f1e31a.entry.js +1 -0
  111. package/lmvz-components/p-7872a6b4.entry.js +1 -0
  112. package/lmvz-components/{p-d280d21a.entry.js → p-88661c50.entry.js} +1 -1
  113. package/lmvz-components/p-91eb71bb.entry.js +1 -0
  114. package/lmvz-components/p-BA3wizqg.js +1 -0
  115. package/lmvz-components/{p-GGkwaiT6.js → p-CHxiS3ja.js} +1 -1
  116. package/lmvz-components/{p-UhNgD4L3.js → p-CPSyM_e-.js} +1 -1
  117. package/lmvz-components/p-DIyiticz.js +1 -0
  118. package/lmvz-components/p-DZj20TV1.js +1 -0
  119. package/lmvz-components/p-a680a7b2.entry.js +1 -0
  120. package/lmvz-components/{p-d48203f9.entry.js → p-a6fe9b61.entry.js} +1 -1
  121. package/lmvz-components/p-bh9cItsP.js +1 -0
  122. package/lmvz-components/p-e14058e1.entry.js +1 -0
  123. package/lmvz-components/p-eabbf901.entry.js +1 -0
  124. package/lmvz-components/p-f3f0ed49.entry.js +1 -0
  125. package/lmvz-components/p-f516a949.entry.js +1 -0
  126. package/manifest.json +366 -30
  127. package/package.json +1 -1
  128. package/types/api/ds.types.d.ts +1 -0
  129. package/types/components/lmvz-checkbox/lmvz-checkbox.d.ts +9 -1
  130. package/types/components/lmvz-datepicker/lmvz-datepicker.d.ts +2 -0
  131. package/types/components/lmvz-input/lmvz-input.d.ts +3 -0
  132. package/types/components/lmvz-popover/lmvz-popover.d.ts +2 -0
  133. package/types/components/lmvz-radio/lmvz-radio.d.ts +12 -2
  134. package/types/components/lmvz-select/lmvz-select.d.ts +53 -4
  135. package/types/components/lmvz-toggle/lmvz-toggle.d.ts +1 -0
  136. package/types/components.d.ts +96 -12
  137. package/types/utils/aria/listbox-controller.d.ts +42 -0
  138. package/types/utils/radio/radio-group-controller.d.ts +3 -0
  139. package/components/p-Bnri3fEI.js +0 -1
  140. package/components/p-CPuI0_r_.js +0 -1
  141. package/components/p-CWpl0WaZ.js +0 -1
  142. package/lmvz-components/p-63f6a596.entry.js +0 -1
  143. package/lmvz-components/p-7a7aa922.entry.js +0 -1
  144. package/lmvz-components/p-8022c6dc.entry.js +0 -1
  145. package/lmvz-components/p-Bd9JyKJZ.js +0 -1
  146. package/lmvz-components/p-C3QOYC8E.js +0 -1
  147. package/lmvz-components/p-a611c110.entry.js +0 -1
  148. package/lmvz-components/p-b1bb4393.entry.js +0 -1
  149. package/lmvz-components/p-b50b1cb5.entry.js +0 -1
  150. package/lmvz-components/p-b932cf91.entry.js +0 -1
  151. package/lmvz-components/p-bff115d4.entry.js +0 -1
  152. package/lmvz-components/p-d9aede81.entry.js +0 -1
  153. package/lmvz-components/p-dbfbcb74.entry.js +0 -1
  154. package/lmvz-components/p-f0e28f3a.entry.js +0 -1
  155. package/lmvz-components/p-f853faae.entry.js +0 -1
  156. package/lmvz-components/p-fa2efc42.entry.js +0 -1
  157. package/lmvz-components/p-fe6f5bdc.entry.js +0 -1
@@ -3,12 +3,13 @@
3
3
  var index = require('./index-BgvZ4y-3.js');
4
4
  var ariaValidationController = require('./aria-validation-controller-Do0uEK4t.js');
5
5
  var reactiveControllerHost = require('./reactive-controller-host-Bc6B_T45.js');
6
- var stencil_util = require('./stencil.util-TjS8_DoU.js');
6
+ var stencil_util = require('./stencil.util-CBrPLd-F.js');
7
7
  require('./aria-loader-DWUVcapD.js');
8
+ require('./async.util-Dnl6c82X.js');
8
9
 
9
10
  const lmvzToggleCss = () => `@layer lmvz-ds.reset, lmvz-ds.theme, lmvz-ds.components, lmvz-ds.overrides; @layer lmvz-ds.theme { @font-face { font-family: Router; src: local('RouterBook-Regular'), local('Router-Book'), url('/assets/fonts/Router-Book.woff') format('woff'); font-weight: 400; } @font-face { font-family: Router; src: local('RouterMedium-Regular'), local('Router-Medium'), url('/assets/fonts/Router-Medium.woff') format('woff'); font-weight: 500; } @font-face { font-family: Router; src: local('RouterBold-Regular'), local('Router-Bold'), url('/assets/fonts/Router-Bold.woff') format('woff'); font-weight: 700; } } .sc-lmvz-toggle-h { display: inline-flex; align-items: center; gap: var(--lmvz-component-input-gap-md, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem)); padding-block: var(--lmvz-dimension-8-2, clamp(0.13rem, 0.03rem + 0.39vw, 0.5rem)); padding-inline: var(--lmvz-dimension-10-4, clamp(0.25rem, 0.16rem + 0.39vw, 0.63rem)); border-radius: var(--lmvz-semantic-border-radius-round, 999px); cursor: pointer; background-color: transparent; user-select: none; } .sc-lmvz-toggle-h:not([disabled]):hover { background-color: var(--lmvz-semantic-color-int-tertiary-hover, #f0f0f0); } [checked].sc-lmvz-toggle-h { background-color: var(--lmvz-semantic-color-status-active, #f6fbfe); } [disabled][checked].sc-lmvz-toggle-h { background-color: var(--lmvz-semantic-color-status-active, #f6fbfe); } [disabled].sc-lmvz-toggle-h { cursor: not-allowed; opacity: var(--lmvz-component-input-disabled-opacity, 40%); pointer-events: none; } .track.sc-lmvz-toggle { position: relative; flex-shrink: 0; width: var(--lmvz-global-s32, 32px); height: var(--lmvz-global-s20, 20px); border-radius: var(--lmvz-semantic-border-radius-round, 999px); background-color: var(--lmvz-semantic-color-surface-input-primary, #ffffff); border: var(--lmvz-semantic-border-width-default, 1px) solid var(--lmvz-semantic-color-border-default, #e0e0e0); } .sc-lmvz-toggle-h:not([disabled]):hover .track.sc-lmvz-toggle { border-color: var(--lmvz-semantic-color-border-hover, #a1a1a1); } [checked].sc-lmvz-toggle-h .track.sc-lmvz-toggle { border-color: var(--lmvz-semantic-color-border-active, #0f8acc); } input.sc-lmvz-toggle { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; margin: 0; cursor: inherit; } .thumb.sc-lmvz-toggle { position: absolute; width: var(--lmvz-global-s13, 13px); height: var(--lmvz-global-s13, 13px); border-radius: 50%; background-color: var(--lmvz-semantic-color-on-surface-input-secondary, #545454); top: 50%; transform: translateY(-50%); left: var(--lmvz-global-s4, 4px); transition: left 0.2s ease, background-color 0.2s ease; pointer-events: none; } [checked].sc-lmvz-toggle-h .thumb.sc-lmvz-toggle { left: calc(var(--lmvz-global-s4, 4px) + var(--lmvz-global-s11, 11px)); background-color: var(--lmvz-semantic-color-status-on-active, #0e7ab4); } label.sc-lmvz-toggle { font: var(--lmvz-typography-body-md, 400 clamp(0.88rem, 0.84rem + 0.13vw, 1rem) / 1.5 Router); color: var(--lmvz-semantic-color-on-surface-primary, #000000); cursor: pointer; }`;
10
11
 
11
- const focusWithinCss = () => `.sc-lmvz-toggle-h:focus-within{outline:var(--lmvz-ds-outline, 1px solid #0e7ab4);outline-offset:var(--lmvz-ds-outline-offset, clamp(0.25rem, 0.19rem + 0.26vw, 0.5rem))}@media (forced-colors: active){.sc-lmvz-toggle-h:focus-within{outline-color:Highlight;box-shadow:none}}`;
12
+ const focusWithinCss = () => `.sc-lmvz-toggle-h:has(:focus-visible){outline:var(--lmvz-ds-outline, 1px solid #0e7ab4);outline-offset:var(--lmvz-ds-outline-offset, clamp(0.25rem, 0.19rem + 0.26vw, 0.5rem))}@media (forced-colors: active){.sc-lmvz-toggle-h:has(:focus-visible){outline-color:Highlight;box-shadow:none}}`;
12
13
 
13
14
  let toggleIdCounter = 0;
14
15
  const LmvzToggle = class extends reactiveControllerHost.ReactiveControllerHost {
@@ -70,6 +71,9 @@ const LmvzToggle = class extends reactiveControllerHost.ReactiveControllerHost {
70
71
  async reportValidity() {
71
72
  return this.nativeInputElement?.reportValidity?.() ?? false;
72
73
  }
74
+ async getValidationMessage() {
75
+ return this.nativeInputElement?.validationMessage ?? '';
76
+ }
73
77
  async getInputElement() {
74
78
  if (!this.nativeInputElement) {
75
79
  await new Promise((resolve) => stencil_util.componentOnReady(this.el, resolve));
@@ -82,7 +86,7 @@ const LmvzToggle = class extends reactiveControllerHost.ReactiveControllerHost {
82
86
  this.lmvzChange.emit(newChecked);
83
87
  };
84
88
  render() {
85
- return (index.h(index.Host, { key: 'bde08dcbd39c0c02602590bc0c536b5d671fa76e' }, index.h("span", { key: '2567f70f81014d8ab7b9073a0d59f33bfeeca6a5', class: "track" }, index.h("input", { key: '88c9fc7523489dd0decf5b5f3ddda604aadcf8a9', type: "checkbox", role: "switch", id: this.toggleId, checked: this.checked, disabled: this.disabled, required: this.required, name: this.name, value: this.value, form: this.form, ref: (el) => (this.nativeInputElement = el), onChange: this.handleChange }), index.h("span", { key: '816fc007d7c87acc8ff0286eb861bd29059b44eb', class: "thumb", "aria-hidden": "true" })), index.h("label", { key: '9525cd785d2c6c3b6242c6f5eac215996b881873', htmlFor: this.toggleId }, this.label)));
89
+ return (index.h(index.Host, { key: 'a0e0272a8457ee6b07a102aa10e5a7c0292a55d9' }, index.h("span", { key: '5d14029bee4b66f5ed2ee1eb189a1d80a68abe3e', class: "track" }, index.h("input", { key: '926b1ca6065750717577ece30e8e78b9004ec0e8', type: "checkbox", role: "switch", id: this.toggleId, checked: this.checked, disabled: this.disabled, required: this.required, name: this.name, value: this.value, form: this.form, ref: (el) => (this.nativeInputElement = el), onChange: this.handleChange }), index.h("span", { key: 'bdee06bab6acba72d019134828f7415d7b347c49', class: "thumb", "aria-hidden": "true" })), index.h("label", { key: 'b8eaa9305352f7146bf95bb517766310517d60e6', htmlFor: this.toggleId }, this.label)));
86
90
  }
87
91
  static get formAssociated() { return true; }
88
92
  static get watchers() { return {
package/cjs/loader.cjs.js CHANGED
@@ -6,7 +6,7 @@ var appGlobals = require('./app-globals-V2Kpy_OQ.js');
6
6
  const defineCustomElements = async (win, options) => {
7
7
  if (typeof window === 'undefined') return undefined;
8
8
  await appGlobals.globalScripts();
9
- return index.bootstrapLazy([["lmvz-datepicker.cjs",[[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.cjs",[[769,"lmvz-modal",{"open":[1540],"closeLabel":[1,"close-label"],"hasHeader":[32]},[[0,"submit","handleFormDialogSubmit"]],{"open":[{"handleOpenChange":0}]}]]],["lmvz-message.cjs",[[769,"lmvz-message",{"type":[513],"live":[1],"leadingIcon":[4,"leading-icon"],"dismissible":[4],"closeLabel":[1,"close-label"],"actionLabel":[1,"action-label"]}]]],["lmvz-snackbar.cjs",[[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.cjs",[[785,"lmvz-link",{"href":[513],"target":[513],"rel":[1],"type":[1537],"externalLabel":[1,"external-label"]},null,{"type":[{"normalizeType":0}]}]]],["lmvz-header_2.cjs",[[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.cjs",[[257,"lmvz-action"]]],["lmvz-action-list.cjs",[[774,"lmvz-action-list",{"label":[1],"initFocus":[64]}]]],["lmvz-card.cjs",[[774,"lmvz-card",{"cardTitle":[1,"card-title"],"imageUrl":[1,"image-url"],"description":[1],"primaryActionLabel":[1,"primary-action-label"]}]]],["lmvz-checkbox.cjs",[[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.cjs",[[769,"lmvz-chip",{"type":[1537],"size":[1537]},null,{"type":[{"normalizeType":0}],"size":[{"normalizeSize":0}]}]]],["lmvz-menuitem.cjs",[[774,"lmvz-menuitem",{"role":[2561],"ti":[2562,"tabindex"]}]]],["lmvz-radio.cjs",[[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.cjs",[[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.cjs",[[513,"lmvz-spinner",{"size":[513],"ariaLabel":[513,"aria-label"]}]]],["lmvz-tab.cjs",[[785,"lmvz-tab",{"value":[513],"disabled":[516],"selected":[516],"vertical":[516]}]]],["lmvz-tabs.cjs",[[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.cjs",[[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.cjs",[[769,"lmvz-button-group",{"stacked":[516],"primaryEnabledAction":[2064],"hasActions":[2052,"has-actions"]}]]],["lmvz-input_2.cjs",[[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.cjs",[[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);
9
+ return index.bootstrapLazy([["lmvz-datepicker.cjs",[[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],"nativeError":[32],"checkValidity":[64],"reportValidity":[64]},[[0,"keydown","handleKeydown"],[0,"focusin","handleInputFocus"],[0,"click","handleInputFocus"],[0,"invalid","handleInvalid"]],{"required":[{"handleValidityRelevantPropChange":0}],"min":[{"handleValidityRelevantPropChange":0}],"max":[{"handleValidityRelevantPropChange":0}],"locale":[{"handleDisplayFormatChange":0}],"displayFormat":[{"handleDisplayFormatChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-modal.cjs",[[769,"lmvz-modal",{"open":[1540],"closeLabel":[1,"close-label"],"hasHeader":[32]},[[0,"submit","handleFormDialogSubmit"]],{"open":[{"handleOpenChange":0}]}]]],["lmvz-message.cjs",[[769,"lmvz-message",{"type":[513],"live":[1],"leadingIcon":[4,"leading-icon"],"dismissible":[4],"closeLabel":[1,"close-label"],"actionLabel":[1,"action-label"]}]]],["lmvz-snackbar.cjs",[[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.cjs",[[785,"lmvz-link",{"href":[513],"target":[513],"rel":[1],"type":[1537],"externalLabel":[1,"external-label"]},null,{"type":[{"normalizeType":0}]}]]],["lmvz-select.cjs",[[838,"lmvz-select",{"value":[1025],"label":[1],"helperText":[1,"helper-text"],"error":[6660],"errorMessage":[1,"error-message"],"disabled":[516],"required":[516],"name":[513],"size":[513],"highlighted":[516],"nativeError":[32],"selectedLabel":[32],"selectedId":[32],"activeId":[32],"isOpen":[32],"optionGroups":[32],"focusTrigger":[64],"blurTrigger":[64],"checkValidity":[64],"reportValidity":[64],"getValidationMessage":[64]},[[0,"invalid","handleInvalid"]],{"value":[{"handleValueChange":0}],"required":[{"handleRequiredChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-header_2.cjs",[[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.cjs",[[257,"lmvz-action"]]],["lmvz-action-list.cjs",[[774,"lmvz-action-list",{"label":[1],"initFocus":[64]}]]],["lmvz-card.cjs",[[774,"lmvz-card",{"cardTitle":[1,"card-title"],"imageUrl":[1,"image-url"],"description":[1],"primaryActionLabel":[1,"primary-action-label"]}]]],["lmvz-checkbox.cjs",[[578,"lmvz-checkbox",{"label":[1],"checked":[1540],"value":[1],"name":[513],"disabled":[516],"required":[516],"error":[6660],"errorMessage":[1,"error-message"],"helperText":[1,"helper-text"],"form":[1],"autofocus":[4],"nativeError":[32],"checkedState":[32],"focusInput":[64],"checkValidity":[64],"reportValidity":[64],"getValidationMessage":[64]},[[0,"invalid","handleInvalid"]],{"checked":[{"handleCheckedChange":0}],"required":[{"handleRequiredChange":0}]}]]],["lmvz-chip.cjs",[[769,"lmvz-chip",{"type":[1537],"size":[1537]},null,{"type":[{"normalizeType":0}],"size":[{"normalizeSize":0}]}]]],["lmvz-menuitem.cjs",[[774,"lmvz-menuitem",{"role":[2561],"ti":[2562,"tabindex"]}]]],["lmvz-radio.cjs",[[578,"lmvz-radio",{"label":[1],"checked":[1540],"value":[1],"name":[513],"disabled":[516],"required":[516],"error":[6660],"helperText":[1,"helper-text"],"form":[513],"autofocus":[4],"nativeError":[32],"focusInput":[64],"checkValidity":[64],"reportValidity":[64],"getValidationMessage":[64]},[[0,"invalid","handleInvalid"],[0,"keydown","handleKeydown"]],{"checked":[{"handleCheckedChange":0}],"required":[{"handleRequiredChange":0}],"value":[{"handleValueChange":0}],"label":[{"handleLabelChange":0}]}]]],["lmvz-spinner.cjs",[[513,"lmvz-spinner",{"size":[513],"ariaLabel":[513,"aria-label"]}]]],["lmvz-tab.cjs",[[785,"lmvz-tab",{"value":[513],"disabled":[516],"selected":[516],"vertical":[516]}]]],["lmvz-tabs.cjs",[[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.cjs",[[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],"getValidationMessage":[64],"getInputElement":[64]},null,{"checked":[{"handleCheckedChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-button-group.cjs",[[769,"lmvz-button-group",{"stacked":[516],"primaryEnabledAction":[2064],"hasActions":[2052,"has-actions"]}]]],["lmvz-input.cjs",[[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],"getValidationMessage":[64],"getInputElement":[64]},null,{"value":[{"handleValueChange":0}],"disabled":[{"handleDisabledChange":0}]}]]],["lmvz-popover.cjs",[[769,"lmvz-popover",{"open":[1540],"anchor":[1],"placement":[1],"size":[1],"autoFocus":[4,"auto-focus"],"containerRole":[1,"container-role"],"label":[1],"anchorEl":[32],"show":[64],"hide":[64],"toggle":[64]},null,{"open":[{"handleOpenChange":0}],"anchor":[{"handleAnchorChange":1}]}]]],["lmvz-button_2.cjs",[[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);
10
10
  };
11
11
 
12
12
  exports.setNonce = index.setNonce;
@@ -0,0 +1,17 @@
1
+ 'use strict';
2
+
3
+ var async_util = require('./async.util-Dnl6c82X.js');
4
+
5
+ const componentOnReady = (stencilEl, callback) => {
6
+ if (hasLazyBuild(stencilEl)) {
7
+ stencilEl.componentOnReady().then((resolvedEl) => callback(resolvedEl));
8
+ }
9
+ else {
10
+ async_util.raf(() => callback(stencilEl));
11
+ }
12
+ };
13
+ const hasLazyBuild = (stencilEl) => {
14
+ return stencilEl.componentOnReady !== undefined;
15
+ };
16
+
17
+ exports.componentOnReady = componentOnReady;
@@ -29,6 +29,17 @@ hr {
29
29
  border-top: var(--lmvz-semantic-border-width-default, 1px) solid var(--lmvz-semantic-color-border-subtle, #f0f0f0);
30
30
  }
31
31
 
32
+ fieldset {
33
+ border: none;
34
+ margin: 0;
35
+ padding: 0;
36
+ }
37
+
38
+ legend {
39
+ padding: 0;
40
+ display: block;
41
+ }
42
+
32
43
  }
33
44
  :host {
34
45
  display: flex;
@@ -62,6 +62,17 @@ hr {
62
62
  border-top: var(--lmvz-semantic-border-width-default, 1px) solid var(--lmvz-semantic-color-border-subtle, #f0f0f0);
63
63
  }
64
64
 
65
+ fieldset {
66
+ border: none;
67
+ margin: 0;
68
+ padding: 0;
69
+ }
70
+
71
+ legend {
72
+ padding: 0;
73
+ display: block;
74
+ }
75
+
65
76
  }
66
77
  :host {
67
78
  /* * the (invalid nested) import will be handled by postcss */
@@ -62,6 +62,17 @@ hr {
62
62
  border-top: var(--lmvz-semantic-border-width-default, 1px) solid var(--lmvz-semantic-color-border-subtle, #f0f0f0);
63
63
  }
64
64
 
65
+ fieldset {
66
+ border: none;
67
+ margin: 0;
68
+ padding: 0;
69
+ }
70
+
71
+ legend {
72
+ padding: 0;
73
+ display: block;
74
+ }
75
+
65
76
  }
66
77
  :host {
67
78
  /** component dependencies */
@@ -86,6 +86,7 @@ input {
86
86
  margin: 0;
87
87
  cursor: pointer;
88
88
  z-index: 1;
89
+ appearance: none;
89
90
  }
90
91
  .box {
91
92
  display: flex;
@@ -175,7 +176,8 @@ label {
175
176
  cursor: not-allowed;
176
177
  }
177
178
  }
178
- :host(:focus-within) .pill {
179
+ /* :host(:focus-within) .pill { */
180
+ :host:has(:focus-visible) .pill {
179
181
  outline: var(--lmvz-ds-outline, 1px solid #0e7ab4);
180
182
  outline-offset: var(--lmvz-ds-outline-offset, clamp(0.25rem, 0.19rem + 0.26vw, 0.5rem));
181
183
  }
@@ -200,7 +202,7 @@ label {
200
202
  color: HighlightText;
201
203
  }
202
204
 
203
- :host(:focus-within) .pill {
205
+ :host:has(:focus-visible) .pill {
204
206
  outline-color: Highlight;
205
207
  box-shadow: none;
206
208
  }
@@ -30,7 +30,14 @@ export class LmvzCheckbox extends ReactiveControllerHost {
30
30
  name;
31
31
  disabled = false;
32
32
  required = false;
33
- error = false;
33
+ nativeError = false;
34
+ errorFromProp = false;
35
+ get error() {
36
+ return this.errorFromProp || this.nativeError;
37
+ }
38
+ set error(value) {
39
+ this.errorFromProp = value;
40
+ }
34
41
  errorMessage;
35
42
  helperText;
36
43
  form;
@@ -39,6 +46,10 @@ export class LmvzCheckbox extends ReactiveControllerHost {
39
46
  handleCheckedChange(val) {
40
47
  this.checkedState = val;
41
48
  this.internals.setFormValue?.(val ? (this.value ?? 'on') : null);
49
+ this.updateValidity();
50
+ }
51
+ handleRequiredChange() {
52
+ this.updateValidity();
42
53
  }
43
54
  lmvzChange;
44
55
  async focusInput() {
@@ -50,6 +61,9 @@ export class LmvzCheckbox extends ReactiveControllerHost {
50
61
  async reportValidity() {
51
62
  return this.internals?.reportValidity() ?? true;
52
63
  }
64
+ async getValidationMessage() {
65
+ return this.internals?.validationMessage ?? '';
66
+ }
53
67
  constructor() {
54
68
  super();
55
69
  this.addController(new AriaValidationController(this, {
@@ -60,10 +74,15 @@ export class LmvzCheckbox extends ReactiveControllerHost {
60
74
  this.initialChecked = this.checked;
61
75
  this.checkedState = this.checked;
62
76
  this.internals.setFormValue?.(this.checked ? (this.value ?? 'on') : null);
77
+ this.updateValidity();
63
78
  super.componentWillLoad();
64
79
  }
80
+ componentDidLoad() {
81
+ this.updateValidity();
82
+ super.componentDidLoad();
83
+ }
65
84
  componentWillRender() {
66
- if (this.error && !this.errorMessage) {
85
+ if (this.errorFromProp && !this.errorMessage) {
67
86
  console.warn('lmvz-checkbox: error=true set without errorMessage — no visual-only error state is rendered. Provide errorMessage to communicate the error to users.');
68
87
  }
69
88
  super.componentWillRender();
@@ -73,6 +92,7 @@ export class LmvzCheckbox extends ReactiveControllerHost {
73
92
  }
74
93
  formResetCallback() {
75
94
  this.checked = this.initialChecked;
95
+ this.updateValidity();
76
96
  }
77
97
  formStateRestoreCallback(state) {
78
98
  this.checked = state === (this.value ?? 'on');
@@ -85,8 +105,19 @@ export class LmvzCheckbox extends ReactiveControllerHost {
85
105
  retargetInnerClicks() {
86
106
  this.nativeInput?.click();
87
107
  }
108
+ updateValidity() {
109
+ if (this.required && !this.checked) {
110
+ this.internals.setValidity?.({ valueMissing: true }, 'Please check this box.', this.nativeInput);
111
+ return;
112
+ }
113
+ this.internals.setValidity?.({});
114
+ this.nativeError = false;
115
+ }
116
+ handleInvalid() {
117
+ this.nativeError = true;
118
+ }
88
119
  render() {
89
- return (h(Host, { key: 'b6b4153dbf80af15cb15799889ca23b621b4ef73' }, h("div", { key: 'f11d6baaa4b04ee74b201be8c4e125ccd5c366aa', class: "pill" }, h("input", { key: 'd61dccfa163ecf4fffa95a5d44be35adbb8ee8ff', type: "checkbox", id: this.checkboxId, checked: this.checkedState, disabled: this.disabled, required: this.required, "aria-required": this.required ? 'true' : 'false', "aria-invalid": this.error ? 'true' : 'false', "aria-describedby": this.ariaDescribedBy, "aria-errormessage": this.error && this.errorId ? this.errorId : undefined, ref: (el) => (this.nativeInput = el), onChange: this.handleChange, autoFocus: this.autofocus }), h("span", { key: '87d62f1e0572e174e6d15f30ff59e37f6a5333cb', class: "box", "aria-hidden": "true" }, this.checkedState && h("span", { key: '74d29a32599f6c1ee8bde0cb6f27e384de7fcc2d', class: "indicator", innerHTML: CHECKMARK_SVG })), h("span", { key: '544990c81b3f7f90b53902d580d2eb2197edfa8b', class: "content" }, h("label", { key: '1884744656a280f85bec91b27315d3a6b70e8238', htmlFor: this.checkboxId }, this.label), this.helperText && (h("span", { key: '6783ff413a884c78dbd52e07cc7b433f5a9dcf29', onClick: this.retargetInnerClicks.bind(this), class: "helper-text", id: this.helperId, role: "status" }, this.helperText)))), this.errorMessage && (h("span", { key: '7c19fe406223a11e25df54cdfa304bc000eb421f', class: "error-text", id: this.errorId, role: "alert" }, this.errorMessage))));
120
+ return (h(Host, { key: '089b23f8034fa089f358cc37923182c34f528cd2' }, h("div", { key: '0af011ebf062332c330b49fa3076828204433ac4', class: "pill" }, h("input", { key: 'a483a8c5bbe1d6da3cfab63ce32ad2e6392911ff', type: "checkbox", id: this.checkboxId, checked: this.checkedState, disabled: this.disabled, "aria-required": this.required ? 'true' : 'false', "aria-invalid": this.error ? 'true' : 'false', "aria-describedby": this.ariaDescribedBy, "aria-errormessage": this.error && this.errorId ? this.errorId : undefined, ref: (el) => (this.nativeInput = el), onChange: this.handleChange, autoFocus: this.autofocus }), h("span", { key: 'f21d34ab625c7eef23bd2761b399e8770cd62275', class: "box", "aria-hidden": "true" }, this.checkedState && h("span", { key: 'de2680ea17f34ab0124c529d88d4191c97d0a4c5', class: "indicator", innerHTML: CHECKMARK_SVG })), h("span", { key: '1b2d24e43603033a5a77340164e002de326db11a', class: "content" }, h("label", { key: 'b18f17abb4459b3783dc41d0031f4b26795fdcf5', htmlFor: this.checkboxId }, this.label), this.helperText && (h("span", { key: 'f32591c55fcc88d130815780a9999fcb235afd88', onClick: this.retargetInnerClicks.bind(this), class: "helper-text", id: this.helperId, role: "status" }, this.helperText)))), this.errorMessage && (h("span", { key: '076489f5baadab07d95fc787e9ac71bae0a6ab68', onClick: this.retargetInnerClicks.bind(this), class: "error-text", id: this.errorId, role: "alert" }, this.errorMessage))));
90
121
  }
91
122
  static get is() { return "lmvz-checkbox"; }
92
123
  static get encapsulation() { return "scoped"; }
@@ -184,7 +215,7 @@ export class LmvzCheckbox extends ReactiveControllerHost {
184
215
  },
185
216
  "getter": false,
186
217
  "setter": false,
187
- "reflect": false,
218
+ "reflect": true,
188
219
  "attribute": "name"
189
220
  },
190
221
  "disabled": {
@@ -250,11 +281,10 @@ export class LmvzCheckbox extends ReactiveControllerHost {
250
281
  }],
251
282
  "text": "Whether the checkbox is in an error state."
252
283
  },
253
- "getter": false,
254
- "setter": false,
284
+ "getter": true,
285
+ "setter": true,
255
286
  "reflect": true,
256
- "attribute": "error",
257
- "defaultValue": "false"
287
+ "attribute": "error"
258
288
  },
259
289
  "errorMessage": {
260
290
  "type": "string",
@@ -340,6 +370,7 @@ export class LmvzCheckbox extends ReactiveControllerHost {
340
370
  }
341
371
  static get states() {
342
372
  return {
373
+ "nativeError": {},
343
374
  "checkedState": {}
344
375
  };
345
376
  }
@@ -413,6 +444,23 @@ export class LmvzCheckbox extends ReactiveControllerHost {
413
444
  "text": "Reports validation errors to the user.",
414
445
  "tags": []
415
446
  }
447
+ },
448
+ "getValidationMessage": {
449
+ "complexType": {
450
+ "signature": "() => Promise<string>",
451
+ "parameters": [],
452
+ "references": {
453
+ "Promise": {
454
+ "location": "global",
455
+ "id": "global::Promise"
456
+ }
457
+ },
458
+ "return": "Promise<string>"
459
+ },
460
+ "docs": {
461
+ "text": "Returns the current validation message, if any.",
462
+ "tags": []
463
+ }
416
464
  }
417
465
  };
418
466
  }
@@ -421,6 +469,18 @@ export class LmvzCheckbox extends ReactiveControllerHost {
421
469
  return [{
422
470
  "propName": "checked",
423
471
  "methodName": "handleCheckedChange"
472
+ }, {
473
+ "propName": "required",
474
+ "methodName": "handleRequiredChange"
475
+ }];
476
+ }
477
+ static get listeners() {
478
+ return [{
479
+ "name": "invalid",
480
+ "method": "handleInvalid",
481
+ "target": undefined,
482
+ "capture": false,
483
+ "passive": false
424
484
  }];
425
485
  }
426
486
  static get attachInternalsMemberName() { return "internals"; }
@@ -37,7 +37,6 @@
37
37
  }
38
38
 
39
39
  }
40
- /* ─── Host / Panel ─────────────────────────────────────────────────────────── */
41
40
  :host {
42
41
  display: inline-block;
43
42
  width: 100%;
@@ -51,7 +50,6 @@
51
50
  flex-direction: column;
52
51
  gap: var(--lmvz-component-input-gap-lg, clamp(0.75rem, 0.69rem + 0.26vw, 1rem));
53
52
  }
54
- /* ─── Header ────────────────────────────────────────────────────────────────── */
55
53
  .datepicker-header {
56
54
  display: flex;
57
55
  align-items: center;
@@ -71,7 +69,6 @@
71
69
  pointer-events: none;
72
70
  user-select: none;
73
71
  }
74
- /* ─── Weekday row ────────────────────────────────────────────────────────────── */
75
72
  .datepicker-weekday-row {
76
73
  display: flex;
77
74
  gap: var(--lmvz-component-input-gap-md, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem));
@@ -88,7 +85,6 @@
88
85
  min-width: 0;
89
86
  text-align: center;
90
87
  }
91
- /* ─── Grid ────────────────────────────────────────────────────────────────────── */
92
88
  .datepicker-grid {
93
89
  display: flex;
94
90
  flex-direction: column;
@@ -98,7 +94,6 @@
98
94
  display: flex;
99
95
  gap: var(--lmvz-component-input-gap-md, clamp(0.5rem, 0.44rem + 0.26vw, 0.75rem));
100
96
  }
101
- /* ─── Day cells ────────────────────────────────────────────────────────────────── */
102
97
  [part~='day'] {
103
98
  /* Reset native button */
104
99
  all: unset;
@@ -333,10 +333,17 @@ export class LmvzDatepicker {
333
333
  }
334
334
  const isInvalid = Object.values(flags).some(Boolean);
335
335
  this.isInvalid = isInvalid;
336
+ if (!isInvalid) {
337
+ this.nativeError = false;
338
+ }
336
339
  const validationLabels = getValidationLabels(this.locale);
337
340
  this.internals.setValidity?.(flags, isInvalid ? this.errorMessage || validationLabels.invalidDateMessage : undefined, isInvalid ? this.el : undefined);
338
341
  }
342
+ handleInvalid() {
343
+ this.nativeError = true;
344
+ }
339
345
  isInvalid = false;
346
+ nativeError = false;
340
347
  get effectivePlaceholder() {
341
348
  return this.placeholder ?? derivePatternFromLocale(this.locale).toLowerCase();
342
349
  }
@@ -434,13 +441,13 @@ export class LmvzDatepicker {
434
441
  render() {
435
442
  const validationLabels = getValidationLabels(this.locale);
436
443
  const popoverLabel = this.label ? `${this.label} ${validationLabels.popoverSuffix}` : undefined;
437
- return (h(Host, { key: 'df61136bb4d184e91e086a06f60e3c198f8a2b85' }, h("lmvz-input", { key: '04986afb4a0926df4da693de6210ee4fccd74bd7', ref: (el) => {
444
+ return (h(Host, { key: 'af9d7f075bf97d7eb58c6557f43cf8a245d5f712' }, h("lmvz-input", { key: 'eef4be58281b8356d443c65c5cf6451192e70f75', ref: (el) => {
438
445
  const wasUnset = !this.inputEl;
439
446
  this.inputEl = el;
440
447
  if (wasUnset && this.inputEl) {
441
448
  forceUpdate(this);
442
449
  }
443
- }, label: this.label ?? '', placeholder: this.effectivePlaceholder, helperText: this.helperText, errorMessage: this.errorMessage, error: this.isInvalid, disabled: this.disabled, readonly: this.readonly, required: this.required, value: this.inputText, autocomplete: "off", onLmvzInput: this.handleInputTextChange, onKeyDown: this.handleInputKeydown }, h("lmvz-icon", { key: '47897492e6df2f4b303c99aa33c48f326f3d9d63', slot: "after-input", icon: CALENDAR_ICON, "aria-hidden": "true" })), h("lmvz-popover", { key: 'd2904def9519907f56dada15df992800da77db55', anchor: this.inputEl, open: this.open && !this.disabled, autoFocus: false, size: "md", label: popoverLabel, onLmvzOpen: this.handlePopoverOpen, onLmvzClose: this.handlePopoverClose }, h("div", { key: 'dbdfe38144a63e5ac9de4c46e0df9918f898de28', part: "panel", class: "datepicker-panel" }, this.renderHeader(), this.renderGrid()))));
450
+ }, label: this.label ?? '', placeholder: this.effectivePlaceholder, helperText: this.helperText, errorMessage: this.errorMessage, error: this.nativeError, disabled: this.disabled, readonly: this.readonly, required: this.required, value: this.inputText, autocomplete: "off", onLmvzInput: this.handleInputTextChange, onKeyDown: this.handleInputKeydown }, h("lmvz-icon", { key: 'fc39ef14720522a8089d33321b918e5577a36cc2', slot: "after-input", icon: CALENDAR_ICON, "aria-hidden": "true" })), h("lmvz-popover", { key: '0076c57da02c7c9d0fcb53584f9dc4127317d6a5', anchor: this.inputEl, open: this.open && !this.disabled, autoFocus: false, size: "md", label: popoverLabel, onLmvzOpen: this.handlePopoverOpen, onLmvzClose: this.handlePopoverClose }, h("div", { key: '4c1e716e52a5d9ed75155dded3c2c39649e1e844', part: "panel", class: "datepicker-panel" }, this.renderHeader(), this.renderGrid()))));
444
451
  }
445
452
  static get is() { return "lmvz-datepicker"; }
446
453
  static get encapsulation() { return "shadow"; }
@@ -823,7 +830,8 @@ export class LmvzDatepicker {
823
830
  "visibleMonthDate": {},
824
831
  "inputText": {},
825
832
  "hasUnparseableInput": {},
826
- "isInvalid": {}
833
+ "isInvalid": {},
834
+ "nativeError": {}
827
835
  };
828
836
  }
829
837
  static get events() {
@@ -982,6 +990,12 @@ export class LmvzDatepicker {
982
990
  "target": undefined,
983
991
  "capture": false,
984
992
  "passive": false
993
+ }, {
994
+ "name": "invalid",
995
+ "method": "handleInvalid",
996
+ "target": undefined,
997
+ "capture": false,
998
+ "passive": false
985
999
  }];
986
1000
  }
987
1001
  static get attachInternalsMemberName() { return "internals"; }
@@ -107,7 +107,7 @@
107
107
  cursor: not-allowed;
108
108
  pointer-events: none;
109
109
  }
110
- .input-container:focus-within .input-wrapper {
110
+ :host:has(:focus-visible) .input-wrapper {
111
111
  border-color: var(--input-border-color-focus);
112
112
  outline: var(--lmvz-ds-outline, 1px solid #0e7ab4);
113
113
  outline-offset: var(--lmvz-ds-outline-offset, clamp(0.25rem, 0.19rem + 0.26vw, 0.5rem));
@@ -12,6 +12,7 @@ export class LmvzInput extends ReactiveControllerHost {
12
12
  }
13
13
  lmvzInput;
14
14
  internals;
15
+ inputValidityActive = false;
15
16
  nativeInputElement;
16
17
  inputId = `lmvz-input-${inputIdCounter++}`;
17
18
  initialValue = '';
@@ -68,7 +69,7 @@ export class LmvzInput extends ReactiveControllerHost {
68
69
  async setValue(newValue) {
69
70
  const input = this.nativeInputElement;
70
71
  const val = newValue ?? '';
71
- if (input) {
72
+ if (input && input.value !== val) {
72
73
  input.value = val;
73
74
  }
74
75
  this.value = val;
@@ -90,6 +91,9 @@ export class LmvzInput extends ReactiveControllerHost {
90
91
  async reportValidity() {
91
92
  return this.nativeInputElement?.reportValidity?.() ?? false;
92
93
  }
94
+ async getValidationMessage() {
95
+ return this.nativeInputElement?.validationMessage ?? '';
96
+ }
93
97
  async getInputElement() {
94
98
  if (!this.nativeInputElement) {
95
99
  await new Promise((resolve) => componentOnReady(this.el, resolve));
@@ -148,8 +152,12 @@ export class LmvzInput extends ReactiveControllerHost {
148
152
  this.internals.setFormValue?.(this.value ?? '');
149
153
  }
150
154
  formResetCallback() {
155
+ this.inputValidityActive = false;
151
156
  this.internals.setValidity({});
152
157
  this.setValue(this.initialValue);
158
+ if (this.nativeInputElement?.checkValidity?.()) {
159
+ this.nativeError = false;
160
+ }
153
161
  }
154
162
  formStateRestoreCallback(state) {
155
163
  this.setValue(state);
@@ -163,35 +171,45 @@ export class LmvzInput extends ReactiveControllerHost {
163
171
  this.setValue(newValue);
164
172
  }
165
173
  handleDisabledChange(disabled) {
166
- if (disabled && this.nativeInputElement) {
174
+ if (!this.nativeInputElement)
175
+ return;
176
+ if (disabled) {
167
177
  this.nativeInputElement.blur();
168
178
  }
179
+ else {
180
+ this.inputValidityActive = false;
181
+ }
169
182
  }
170
183
  handleInput = (event) => {
171
184
  const input = event.target;
172
185
  this.setValue(input.value);
186
+ if (!this.inputValidityActive)
187
+ return;
188
+ this.updateNativeError('input');
173
189
  };
174
190
  handleChange = (event) => {
175
- const input = event.target ?? this.nativeInputElement;
176
- this.updateNativeError(input);
177
191
  };
178
192
  handleFocus = () => { };
179
- handleBlur = (event) => {
180
- const input = event.target;
181
- input.checkValidity?.();
193
+ handleInvalid = () => this.updateNativeError('invalid');
194
+ handleBlur = () => {
195
+ this.inputValidityActive = true;
196
+ this.updateNativeError('blur');
182
197
  };
183
- updateNativeError(fromEvent) {
184
- const input = fromEvent ?? this.nativeInputElement;
198
+ updateNativeError(sourceEvent) {
199
+ const input = this.nativeInputElement;
185
200
  if (!input)
186
201
  return;
187
- this.nativeError = !(input.checkValidity?.() ?? true);
202
+ const newState = sourceEvent === 'invalid' ? true : !(input.checkValidity?.() ?? true);
203
+ if (this.nativeError === newState)
204
+ return;
205
+ this.nativeError = newState;
188
206
  }
189
207
  render() {
190
208
  const hasValue = Boolean(this.value);
191
209
  const shouldFloatLabel = hasValue || Boolean(this.placeholder);
192
- return (h("div", { key: 'b7e432c7dbc598189d85040252455c5163fe6395', class: classNames('input-container', {
210
+ return (h("div", { key: '626697f00e9ba3ad46e6304d06b04df0f27bb2c2', class: classNames('input-container', {
193
211
  'interaction-filled': hasValue,
194
- }) }, h("div", { key: 'a912a49f4372423d06c7a4856fb5101cb0afd0c5', class: "input-wrapper" }, h("slot", { key: '88e4ee4518de0bfeef9e30a254e0d2ec6693048c', name: "before-input" }), h("div", { key: 'a413a7b7e8f6510f1c09fd0052889c8fad1653f1', class: "label-input-group" }, h("label", { key: '9639713adff74afcf4fb1eab0e74b7447d02b986', htmlFor: this.inputId, class: classNames({ floating: shouldFloatLabel }) }, this.label, this.required && (h("span", { key: '28c1069908a2f1905008f1decce9077e9ef1538a', class: "required-indicator", "aria-hidden": "true" }, ' ', "*"))), h("input", { key: '421fd9bb50de8ba189a59578373060593e1a9aab', id: this.inputId, ref: (el) => (this.nativeInputElement = el), type: this.type, min: this.min, max: this.max, step: this.step, value: this.value, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readOnly: this.readonly, required: this.required, form: this.form, autocomplete: this.autocomplete, inputmode: this.inputmode, autocorrect: this.autocorrect, autocapitalize: this.autocapitalize, spellcheck: this.spellcheck, autofocus: this.autofocus, minlength: this.minlength, maxlength: this.maxlength, pattern: this.pattern, "aria-invalid": this.error ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false', "aria-describedby": this.describedBy, "aria-errormessage": this.errorId, onInput: this.handleInput, onChange: this.handleChange, onFocus: this.handleFocus, onBlur: this.handleBlur })), h("slot", { key: '09557e1d84bb4ab2456caf391a177c8f80063ab9', name: "after-input" })), h("div", { key: '34162f744f8584991e4493ebcdb6a2f75a1f8990', id: this.helperId, role: "status" }, this.helperText || null), h("div", { key: 'a3c3bffbb439f9127278cedbfefa5e1986e68f23', id: this.errorId, role: "alert" }, (this.showErrorMessage && this.errorMessage) || null)));
212
+ }) }, h("div", { key: '25ec1f448b689ff80defded1323f321d95d6b197', class: "input-wrapper" }, h("slot", { key: '1d5f301e0327b4cd1714f403615f94658a754466', name: "before-input" }), h("div", { key: 'ef553e6e8f6b74a5bb7cddef003d3b51650c7c9d', class: "label-input-group" }, h("label", { key: '17d92ff7c65598739e8a379680580561936e21dc', htmlFor: this.inputId, class: classNames({ floating: shouldFloatLabel }) }, this.label, this.required && (h("span", { key: 'cd40da3c85cc6cea49d7d8d270bba317534779f5', class: "required-indicator", "aria-hidden": "true" }, ' ', "*"))), h("input", { key: '3ede0644d383c2a3f702230de2aac6fbcb2c7a06', id: this.inputId, ref: (el) => (this.nativeInputElement = el), type: this.type, min: this.min, max: this.max, step: this.step, value: this.value, name: this.name, placeholder: this.placeholder, disabled: this.disabled, readonly: this.readonly, required: this.required, form: this.form, autocomplete: this.autocomplete, inputmode: this.inputmode, autocorrect: this.autocorrect, autocapitalize: this.autocapitalize, spellcheck: this.spellcheck, autofocus: this.autofocus, minlength: this.minlength, maxlength: this.maxlength, pattern: this.pattern, "aria-invalid": this.error ? 'true' : 'false', "aria-required": this.required ? 'true' : 'false', "aria-describedby": this.describedBy, "aria-errormessage": this.errorId, onInput: this.handleInput, onChange: this.handleChange, onFocus: this.handleFocus, onBlur: this.handleBlur, onInvalid: this.handleInvalid })), h("slot", { key: 'b282c5d9553b72af7fd05ed0f872af0d7b8a5689', name: "after-input" })), h("div", { key: 'da6008e798cb5ee29fa7d1ba3208057c1845a217', id: this.helperId, role: "status" }, this.helperText || null), h("div", { key: '5e7717a2d0dd32c53dd7ba6e170152239f3bfae9', id: this.errorId, role: "alert" }, (this.showErrorMessage && this.errorMessage) || null)));
195
213
  }
196
214
  static get is() { return "lmvz-input"; }
197
215
  static get encapsulation() { return "scoped"; }
@@ -887,6 +905,23 @@ export class LmvzInput extends ReactiveControllerHost {
887
905
  "tags": []
888
906
  }
889
907
  },
908
+ "getValidationMessage": {
909
+ "complexType": {
910
+ "signature": "() => Promise<string>",
911
+ "parameters": [],
912
+ "references": {
913
+ "Promise": {
914
+ "location": "global",
915
+ "id": "global::Promise"
916
+ }
917
+ },
918
+ "return": "Promise<string>"
919
+ },
920
+ "docs": {
921
+ "text": "Returns the current validation message, if any.",
922
+ "tags": []
923
+ }
924
+ },
890
925
  "getInputElement": {
891
926
  "complexType": {
892
927
  "signature": "() => Promise<HTMLInputElement | undefined>",
@@ -62,6 +62,17 @@ hr {
62
62
  border-top: var(--lmvz-semantic-border-width-default, 1px) solid var(--lmvz-semantic-color-border-subtle, #f0f0f0);
63
63
  }
64
64
 
65
+ fieldset {
66
+ border: none;
67
+ margin: 0;
68
+ padding: 0;
69
+ }
70
+
71
+ legend {
72
+ padding: 0;
73
+ display: block;
74
+ }
75
+
65
76
  }
66
77
  :host {
67
78
  display: contents;
@@ -27,7 +27,7 @@
27
27
 
28
28
  }
29
29
  :host {
30
- --lmvz-popover-z-index-internal: var(--lmvz-popover-z-index, 1);
30
+ --lmvz-popover-z-index-internal: var(--lmvz-popover-z-index, 100);
31
31
  display: contents;
32
32
 
33
33
  .container {