@aurodesignsystem-dev/auro-formkit 0.0.0-pr1001.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 (297) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/LICENSE +201 -0
  3. package/NOTICE +2 -0
  4. package/README.md +314 -0
  5. package/components/bibtemplate/dist/auro-bibtemplate.d.ts +50 -0
  6. package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
  7. package/components/bibtemplate/dist/headerVersion.d.ts +2 -0
  8. package/components/bibtemplate/dist/iconVersion.d.ts +2 -0
  9. package/components/bibtemplate/dist/index.d.ts +2 -0
  10. package/components/bibtemplate/dist/index.js +1940 -0
  11. package/components/bibtemplate/dist/registered.js +1940 -0
  12. package/components/bibtemplate/dist/styles/color-css.d.ts +2 -0
  13. package/components/bibtemplate/dist/styles/style-css.d.ts +2 -0
  14. package/components/bibtemplate/dist/styles/tokens-css.d.ts +2 -0
  15. package/components/checkbox/README.md +142 -0
  16. package/components/checkbox/demo/api.html +61 -0
  17. package/components/checkbox/demo/api.js +17 -0
  18. package/components/checkbox/demo/api.md +436 -0
  19. package/components/checkbox/demo/api.min.js +1870 -0
  20. package/components/checkbox/demo/index.html +57 -0
  21. package/components/checkbox/demo/index.js +8 -0
  22. package/components/checkbox/demo/index.md +327 -0
  23. package/components/checkbox/demo/index.min.js +1845 -0
  24. package/components/checkbox/demo/readme.html +57 -0
  25. package/components/checkbox/demo/readme.md +142 -0
  26. package/components/checkbox/dist/auro-checkbox-group.d.ts +166 -0
  27. package/components/checkbox/dist/auro-checkbox.d.ts +136 -0
  28. package/components/checkbox/dist/helptextVersion.d.ts +2 -0
  29. package/components/checkbox/dist/index.d.ts +3 -0
  30. package/components/checkbox/dist/index.js +1794 -0
  31. package/components/checkbox/dist/registered.js +1795 -0
  32. package/components/checkbox/dist/styles/auro-checkbox-css.d.ts +2 -0
  33. package/components/checkbox/dist/styles/auro-checkbox-group-css.d.ts +2 -0
  34. package/components/checkbox/dist/styles/color-css.d.ts +2 -0
  35. package/components/checkbox/dist/styles/colorGroup-css.d.ts +2 -0
  36. package/components/checkbox/dist/styles/tokens-css.d.ts +2 -0
  37. package/components/combobox/README.md +154 -0
  38. package/components/combobox/demo/api.html +63 -0
  39. package/components/combobox/demo/api.js +36 -0
  40. package/components/combobox/demo/api.md +1326 -0
  41. package/components/combobox/demo/api.min.js +18691 -0
  42. package/components/combobox/demo/index.html +63 -0
  43. package/components/combobox/demo/index.js +26 -0
  44. package/components/combobox/demo/index.md +725 -0
  45. package/components/combobox/demo/index.min.js +18545 -0
  46. package/components/combobox/demo/readme.html +57 -0
  47. package/components/combobox/demo/readme.md +154 -0
  48. package/components/combobox/dist/auro-combobox.d.ts +434 -0
  49. package/components/combobox/dist/bibtemplateVersion.d.ts +2 -0
  50. package/components/combobox/dist/dropdownVersion.d.ts +2 -0
  51. package/components/combobox/dist/index.d.ts +2 -0
  52. package/components/combobox/dist/index.js +16999 -0
  53. package/components/combobox/dist/inputVersion.d.ts +2 -0
  54. package/components/combobox/dist/registered.js +17001 -0
  55. package/components/combobox/dist/styles/emphasized/style-css.d.ts +2 -0
  56. package/components/combobox/dist/styles/snowflake/style-css.d.ts +2 -0
  57. package/components/combobox/dist/styles/style-css.d.ts +2 -0
  58. package/components/counter/README.md +146 -0
  59. package/components/counter/demo/api.html +61 -0
  60. package/components/counter/demo/api.js +20 -0
  61. package/components/counter/demo/api.md +730 -0
  62. package/components/counter/demo/api.min.js +10406 -0
  63. package/components/counter/demo/index.html +61 -0
  64. package/components/counter/demo/index.js +21 -0
  65. package/components/counter/demo/index.md +401 -0
  66. package/components/counter/demo/index.min.js +10370 -0
  67. package/components/counter/demo/readme.html +57 -0
  68. package/components/counter/demo/readme.md +146 -0
  69. package/components/counter/dist/auro-counter-button.d.ts +14 -0
  70. package/components/counter/dist/auro-counter-group.d.ts +386 -0
  71. package/components/counter/dist/auro-counter-wrapper.d.ts +22 -0
  72. package/components/counter/dist/auro-counter.d.ts +113 -0
  73. package/components/counter/dist/bibtemplateVersion.d.ts +2 -0
  74. package/components/counter/dist/dropdownVersion.d.ts +2 -0
  75. package/components/counter/dist/helptextVersion.d.ts +2 -0
  76. package/components/counter/dist/iconVersion.d.ts +2 -0
  77. package/components/counter/dist/index.d.ts +3 -0
  78. package/components/counter/dist/index.js +10313 -0
  79. package/components/counter/dist/registered.js +10314 -0
  80. package/components/counter/dist/styles/color-css.d.ts +2 -0
  81. package/components/counter/dist/styles/counter-button-color-css.d.ts +2 -0
  82. package/components/counter/dist/styles/counter-button-css.d.ts +2 -0
  83. package/components/counter/dist/styles/counter-group-css.d.ts +2 -0
  84. package/components/counter/dist/styles/counter-wrapper-color-css.d.ts +2 -0
  85. package/components/counter/dist/styles/counter-wrapper-css.d.ts +2 -0
  86. package/components/counter/dist/styles/shapeSize-css.d.ts +2 -0
  87. package/components/counter/dist/styles/style-css.d.ts +2 -0
  88. package/components/counter/dist/styles/tokens-css.d.ts +2 -0
  89. package/components/datepicker/README.md +141 -0
  90. package/components/datepicker/demo/api.html +63 -0
  91. package/components/datepicker/demo/api.js +35 -0
  92. package/components/datepicker/demo/api.md +1529 -0
  93. package/components/datepicker/demo/api.min.js +29755 -0
  94. package/components/datepicker/demo/index.html +62 -0
  95. package/components/datepicker/demo/index.js +19 -0
  96. package/components/datepicker/demo/index.md +204 -0
  97. package/components/datepicker/demo/index.min.js +29476 -0
  98. package/components/datepicker/demo/readme.html +57 -0
  99. package/components/datepicker/demo/readme.md +141 -0
  100. package/components/datepicker/dist/auro-calendar-cell.d.ts +163 -0
  101. package/components/datepicker/dist/auro-calendar-month.d.ts +20 -0
  102. package/components/datepicker/dist/auro-calendar.d.ts +133 -0
  103. package/components/datepicker/dist/auro-datepicker.d.ts +625 -0
  104. package/components/datepicker/dist/bibtemplateVersion.d.ts +2 -0
  105. package/components/datepicker/dist/buttonVersion.d.ts +2 -0
  106. package/components/datepicker/dist/dropdownVersion.d.ts +2 -0
  107. package/components/datepicker/dist/iconVersion.d.ts +2 -0
  108. package/components/datepicker/dist/index.d.ts +2 -0
  109. package/components/datepicker/dist/index.js +29406 -0
  110. package/components/datepicker/dist/inputVersion.d.ts +2 -0
  111. package/components/datepicker/dist/popoverVersion.d.ts +2 -0
  112. package/components/datepicker/dist/registered.js +29406 -0
  113. package/components/datepicker/dist/styles/classic/color-css.d.ts +2 -0
  114. package/components/datepicker/dist/styles/classic/style-css.d.ts +2 -0
  115. package/components/datepicker/dist/styles/color-calendar-css.d.ts +2 -0
  116. package/components/datepicker/dist/styles/color-cell-css.d.ts +2 -0
  117. package/components/datepicker/dist/styles/color-css.d.ts +2 -0
  118. package/components/datepicker/dist/styles/color-month-css.d.ts +2 -0
  119. package/components/datepicker/dist/styles/shapeSize-css.d.ts +2 -0
  120. package/components/datepicker/dist/styles/snowflake/color-css.d.ts +2 -0
  121. package/components/datepicker/dist/styles/snowflake/style-css.d.ts +2 -0
  122. package/components/datepicker/dist/styles/style-auro-calendar-cell-css.d.ts +2 -0
  123. package/components/datepicker/dist/styles/style-auro-calendar-css.d.ts +2 -0
  124. package/components/datepicker/dist/styles/style-auro-calendar-month-css.d.ts +2 -0
  125. package/components/datepicker/dist/styles/style-css.d.ts +2 -0
  126. package/components/datepicker/dist/styles/tokens-css.d.ts +2 -0
  127. package/components/datepicker/dist/utilities.d.ts +78 -0
  128. package/components/datepicker/dist/utilitiesCalendar.d.ts +38 -0
  129. package/components/datepicker/dist/utilitiesCalendarRender.d.ts +50 -0
  130. package/components/datepicker/dist/vendor/wc-range-datepicker/day.d.ts +5 -0
  131. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-calendar.d.ts +60 -0
  132. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker-cell.d.ts +1 -0
  133. package/components/datepicker/dist/vendor/wc-range-datepicker/range-datepicker.d.ts +57 -0
  134. package/components/dropdown/README.md +144 -0
  135. package/components/dropdown/demo/api.html +63 -0
  136. package/components/dropdown/demo/api.js +21 -0
  137. package/components/dropdown/demo/api.md +1266 -0
  138. package/components/dropdown/demo/api.min.js +4442 -0
  139. package/components/dropdown/demo/index.html +61 -0
  140. package/components/dropdown/demo/index.js +19 -0
  141. package/components/dropdown/demo/index.md +337 -0
  142. package/components/dropdown/demo/index.min.js +4405 -0
  143. package/components/dropdown/demo/readme.html +57 -0
  144. package/components/dropdown/demo/readme.md +144 -0
  145. package/components/dropdown/dist/auro-dropdown.d.ts +425 -0
  146. package/components/dropdown/dist/auro-dropdownBib.d.ts +68 -0
  147. package/components/dropdown/dist/dropdownVersion.d.ts +2 -0
  148. package/components/dropdown/dist/helptextVersion.d.ts +2 -0
  149. package/components/dropdown/dist/iconVersion.d.ts +2 -0
  150. package/components/dropdown/dist/index.d.ts +2 -0
  151. package/components/dropdown/dist/index.js +4350 -0
  152. package/components/dropdown/dist/registered.js +4350 -0
  153. package/components/dropdown/dist/styles/classic/bibColors-css.d.ts +2 -0
  154. package/components/dropdown/dist/styles/classic/bibStyles-css.d.ts +2 -0
  155. package/components/dropdown/dist/styles/classic/color-css.d.ts +2 -0
  156. package/components/dropdown/dist/styles/classic/style-css.d.ts +2 -0
  157. package/components/dropdown/dist/styles/color-css.d.ts +2 -0
  158. package/components/dropdown/dist/styles/emphasized/style-css.d.ts +2 -0
  159. package/components/dropdown/dist/styles/shapeSize-css.d.ts +2 -0
  160. package/components/dropdown/dist/styles/snowflake/style-css.d.ts +2 -0
  161. package/components/dropdown/dist/styles/style-css.d.ts +2 -0
  162. package/components/dropdown/dist/styles/tokens-css.d.ts +2 -0
  163. package/components/form/README.md +142 -0
  164. package/components/form/demo/api.html +56 -0
  165. package/components/form/demo/api.js +3 -0
  166. package/components/form/demo/api.md +51 -0
  167. package/components/form/demo/api.min.js +638 -0
  168. package/components/form/demo/autocomplete.html +31 -0
  169. package/components/form/demo/index.html +57 -0
  170. package/components/form/demo/index.js +4 -0
  171. package/components/form/demo/index.md +403 -0
  172. package/components/form/demo/index.min.js +639 -0
  173. package/components/form/demo/readme.html +57 -0
  174. package/components/form/demo/readme.md +142 -0
  175. package/components/form/demo/registerDemoDeps.js +23 -0
  176. package/components/form/demo/working.html +124 -0
  177. package/components/form/dist/auro-form.d.ts +223 -0
  178. package/components/form/dist/index.d.ts +2 -0
  179. package/components/form/dist/index.js +614 -0
  180. package/components/form/dist/registered.d.ts +1 -0
  181. package/components/form/dist/registered.js +614 -0
  182. package/components/form/dist/styles/style-css.d.ts +2 -0
  183. package/components/helptext/dist/auro-helptext.d.ts +59 -0
  184. package/components/helptext/dist/index.d.ts +2 -0
  185. package/components/helptext/dist/index.js +207 -0
  186. package/components/helptext/dist/registered.js +207 -0
  187. package/components/helptext/dist/styles/color-css.d.ts +2 -0
  188. package/components/helptext/dist/styles/style-css.d.ts +2 -0
  189. package/components/helptext/dist/styles/tokens-css.d.ts +2 -0
  190. package/components/input/README.md +139 -0
  191. package/components/input/demo/api.html +48 -0
  192. package/components/input/demo/api.js +29 -0
  193. package/components/input/demo/api.md +1366 -0
  194. package/components/input/demo/api.min.js +8542 -0
  195. package/components/input/demo/index.html +49 -0
  196. package/components/input/demo/index.js +20 -0
  197. package/components/input/demo/index.md +270 -0
  198. package/components/input/demo/index.min.js +8461 -0
  199. package/components/input/demo/readme.html +57 -0
  200. package/components/input/demo/readme.md +139 -0
  201. package/components/input/dist/auro-input.d.ts +167 -0
  202. package/components/input/dist/base-input.d.ts +566 -0
  203. package/components/input/dist/buttonVersion.d.ts +2 -0
  204. package/components/input/dist/helptextVersion.d.ts +2 -0
  205. package/components/input/dist/i18n.d.ts +18 -0
  206. package/components/input/dist/iconVersion.d.ts +2 -0
  207. package/components/input/dist/index.d.ts +2 -0
  208. package/components/input/dist/index.js +8367 -0
  209. package/components/input/dist/registered.js +8367 -0
  210. package/components/input/dist/styles/classic/color-css.d.ts +2 -0
  211. package/components/input/dist/styles/classic/style-css.d.ts +2 -0
  212. package/components/input/dist/styles/color-css.d.ts +2 -0
  213. package/components/input/dist/styles/default/borders-css.d.ts +2 -0
  214. package/components/input/dist/styles/default/color-css.d.ts +2 -0
  215. package/components/input/dist/styles/default/mixins-css.d.ts +2 -0
  216. package/components/input/dist/styles/default/notificationIcons-css.d.ts +2 -0
  217. package/components/input/dist/styles/default/style-css.d.ts +2 -0
  218. package/components/input/dist/styles/emphasized/color-css.d.ts +2 -0
  219. package/components/input/dist/styles/emphasized/style-css.d.ts +2 -0
  220. package/components/input/dist/styles/mixins-css.d.ts +2 -0
  221. package/components/input/dist/styles/shapeSize-css.d.ts +2 -0
  222. package/components/input/dist/styles/snowflake/style-css.d.ts +2 -0
  223. package/components/input/dist/styles/style-css.d.ts +2 -0
  224. package/components/input/dist/styles/tokens-css.d.ts +2 -0
  225. package/components/input/dist/utilities.d.ts +25 -0
  226. package/components/layoutElement/dist/auroElement.d.ts +34 -0
  227. package/components/layoutElement/dist/index.d.ts +2 -0
  228. package/components/layoutElement/dist/index.js +98 -0
  229. package/components/layoutElement/dist/registered.js +98 -0
  230. package/components/menu/README.md +145 -0
  231. package/components/menu/demo/api.html +62 -0
  232. package/components/menu/demo/api.js +27 -0
  233. package/components/menu/demo/api.md +1011 -0
  234. package/components/menu/demo/api.min.js +1762 -0
  235. package/components/menu/demo/index.html +58 -0
  236. package/components/menu/demo/index.js +28 -0
  237. package/components/menu/demo/index.md +61 -0
  238. package/components/menu/demo/index.min.js +1708 -0
  239. package/components/menu/demo/readme.html +57 -0
  240. package/components/menu/demo/readme.md +145 -0
  241. package/components/menu/dist/auro-menu-utils.d.ts +34 -0
  242. package/components/menu/dist/auro-menu.d.ts +246 -0
  243. package/components/menu/dist/auro-menuoption.d.ts +81 -0
  244. package/components/menu/dist/dropdownVersion.d.ts +2 -0
  245. package/components/menu/dist/iconVersion.d.ts +2 -0
  246. package/components/menu/dist/index.d.ts +4 -0
  247. package/components/menu/dist/index.js +1691 -0
  248. package/components/menu/dist/registered.js +1651 -0
  249. package/components/menu/dist/styles/default/color-menu-css.d.ts +2 -0
  250. package/components/menu/dist/styles/default/color-menuoption-css.d.ts +2 -0
  251. package/components/menu/dist/styles/default/style-menu-css.d.ts +2 -0
  252. package/components/menu/dist/styles/default/style-menuoption-css.d.ts +2 -0
  253. package/components/menu/dist/styles/default/tokens-css.d.ts +2 -0
  254. package/components/radio/README.md +137 -0
  255. package/components/radio/demo/api.html +59 -0
  256. package/components/radio/demo/api.js +19 -0
  257. package/components/radio/demo/api.md +602 -0
  258. package/components/radio/demo/api.min.js +1951 -0
  259. package/components/radio/demo/index.html +56 -0
  260. package/components/radio/demo/index.js +8 -0
  261. package/components/radio/demo/index.md +150 -0
  262. package/components/radio/demo/index.min.js +1908 -0
  263. package/components/radio/demo/readme.html +57 -0
  264. package/components/radio/demo/readme.md +137 -0
  265. package/components/radio/dist/auro-radio-group.d.ts +194 -0
  266. package/components/radio/dist/auro-radio.d.ts +147 -0
  267. package/components/radio/dist/helptextVersion.d.ts +2 -0
  268. package/components/radio/dist/index.d.ts +3 -0
  269. package/components/radio/dist/index.js +1857 -0
  270. package/components/radio/dist/registered.js +1858 -0
  271. package/components/radio/dist/styles/auro-radio-group-css.d.ts +2 -0
  272. package/components/radio/dist/styles/color-css.d.ts +2 -0
  273. package/components/radio/dist/styles/groupColor-css.d.ts +2 -0
  274. package/components/radio/dist/styles/style-css.d.ts +2 -0
  275. package/components/radio/dist/styles/tokens-css.d.ts +2 -0
  276. package/components/select/README.md +145 -0
  277. package/components/select/demo/api.html +77 -0
  278. package/components/select/demo/api.js +35 -0
  279. package/components/select/demo/api.md +1413 -0
  280. package/components/select/demo/api.min.js +10502 -0
  281. package/components/select/demo/index.html +73 -0
  282. package/components/select/demo/index.js +9 -0
  283. package/components/select/demo/index.md +1151 -0
  284. package/components/select/demo/index.min.js +10390 -0
  285. package/components/select/demo/readme.html +57 -0
  286. package/components/select/demo/readme.md +145 -0
  287. package/components/select/dist/auro-select.d.ts +512 -0
  288. package/components/select/dist/bibtemplateVersion.d.ts +2 -0
  289. package/components/select/dist/dropdownVersion.d.ts +2 -0
  290. package/components/select/dist/helptextVersion.d.ts +2 -0
  291. package/components/select/dist/index.d.ts +2 -0
  292. package/components/select/dist/index.js +8898 -0
  293. package/components/select/dist/registered.js +8898 -0
  294. package/components/select/dist/styles/shapeSize-css.d.ts +2 -0
  295. package/components/select/dist/styles/style-css.d.ts +2 -0
  296. package/components/select/dist/styles/tokens-css.d.ts +2 -0
  297. package/package.json +218 -0
@@ -0,0 +1,1870 @@
1
+ function resetStateExample() {
2
+ const elem = document.querySelector('#resetStateExample');
3
+
4
+ document.querySelector('#resetStateBtn').addEventListener('click', () => {
5
+ elem.reset();
6
+ });
7
+ }
8
+
9
+ /**
10
+ * @license
11
+ * Copyright 2019 Google LLC
12
+ * SPDX-License-Identifier: BSD-3-Clause
13
+ */
14
+ const t$2=globalThis,e$4=t$2.ShadowRoot&&(void 0===t$2.ShadyCSS||t$2.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,s$3=Symbol(),o$5=new WeakMap;let n$3 = class n{constructor(t,e,o){if(this._$cssResult$=true,o!==s$3)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=e;}get styleSheet(){let t=this.o;const s=this.t;if(e$4&&void 0===t){const e=void 0!==s&&1===s.length;e&&(t=o$5.get(s)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&o$5.set(s,t));}return t}toString(){return this.cssText}};const r$2=t=>new n$3("string"==typeof t?t:t+"",void 0,s$3),i$5=(t,...e)=>{const o=1===t.length?t[0]:e.reduce(((e,s,o)=>e+(t=>{if(true===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(s)+t[o+1]),t[0]);return new n$3(o,t,s$3)},S$1=(s,o)=>{if(e$4)s.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),n=t$2.litNonce;void 0!==n&&o.setAttribute("nonce",n),o.textContent=e.cssText,s.appendChild(o);}},c$2=e$4?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let e="";for(const s of t.cssRules)e+=s.cssText;return r$2(e)})(t):t;
15
+
16
+ /**
17
+ * @license
18
+ * Copyright 2017 Google LLC
19
+ * SPDX-License-Identifier: BSD-3-Clause
20
+ */const{is:i$4,defineProperty:e$3,getOwnPropertyDescriptor:h$1,getOwnPropertyNames:r$1,getOwnPropertySymbols:o$4,getPrototypeOf:n$2}=Object,a$2=globalThis,c$1=a$2.trustedTypes,l$2=c$1?c$1.emptyScript:"",p$1=a$2.reactiveElementPolyfillSupport,d$1=(t,s)=>t,u$2={toAttribute(t,s){switch(s){case Boolean:t=t?l$2:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t);}return t},fromAttribute(t,s){let i=t;switch(s){case Boolean:i=null!==t;break;case Number:i=null===t?null:Number(t);break;case Object:case Array:try{i=JSON.parse(t);}catch(t){i=null;}}return i}},f$1=(t,s)=>!i$4(t,s),b={attribute:true,type:String,converter:u$2,reflect:false,useDefault:false,hasChanged:f$1};Symbol.metadata??=Symbol("metadata"),a$2.litPropertyMetadata??=new WeakMap;let y$1 = class y extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t);}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,s=b){if(s.state&&(s.attribute=false),this._$Ei(),this.prototype.hasOwnProperty(t)&&((s=Object.create(s)).wrapped=true),this.elementProperties.set(t,s),!s.noAccessor){const i=Symbol(),h=this.getPropertyDescriptor(t,i,s);void 0!==h&&e$3(this.prototype,t,h);}}static getPropertyDescriptor(t,s,i){const{get:e,set:r}=h$1(this.prototype,t)??{get(){return this[s]},set(t){this[s]=t;}};return {get:e,set(s){const h=e?.call(this);r?.call(this,s),this.requestUpdate(t,h,i);},configurable:true,enumerable:true}}static getPropertyOptions(t){return this.elementProperties.get(t)??b}static _$Ei(){if(this.hasOwnProperty(d$1("elementProperties")))return;const t=n$2(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties);}static finalize(){if(this.hasOwnProperty(d$1("finalized")))return;if(this.finalized=true,this._$Ei(),this.hasOwnProperty(d$1("properties"))){const t=this.properties,s=[...r$1(t),...o$4(t)];for(const i of s)this.createProperty(i,t[i]);}const t=this[Symbol.metadata];if(null!==t){const s=litPropertyMetadata.get(t);if(void 0!==s)for(const[t,i]of s)this.elementProperties.set(t,i);}this._$Eh=new Map;for(const[t,s]of this.elementProperties){const i=this._$Eu(t,s);void 0!==i&&this._$Eh.set(i,t);}this.elementStyles=this.finalizeStyles(this.styles);}static finalizeStyles(s){const i=[];if(Array.isArray(s)){const e=new Set(s.flat(1/0).reverse());for(const s of e)i.unshift(c$2(s));}else void 0!==s&&i.push(c$2(s));return i}static _$Eu(t,s){const i=s.attribute;return false===i?void 0:"string"==typeof i?i:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=false,this.hasUpdated=false,this._$Em=null,this._$Ev();}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)));}addController(t){(this._$EO??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.();}removeController(t){this._$EO?.delete(t);}_$E_(){const t=new Map,s=this.constructor.elementProperties;for(const i of s.keys())this.hasOwnProperty(i)&&(t.set(i,this[i]),delete this[i]);t.size>0&&(this._$Ep=t);}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return S$1(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(true),this._$EO?.forEach((t=>t.hostConnected?.()));}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()));}attributeChangedCallback(t,s,i){this._$AK(t,i);}_$ET(t,s){const i=this.constructor.elementProperties.get(t),e=this.constructor._$Eu(t,i);if(void 0!==e&&true===i.reflect){const h=(void 0!==i.converter?.toAttribute?i.converter:u$2).toAttribute(s,i.type);this._$Em=t,null==h?this.removeAttribute(e):this.setAttribute(e,h),this._$Em=null;}}_$AK(t,s){const i=this.constructor,e=i._$Eh.get(t);if(void 0!==e&&this._$Em!==e){const t=i.getPropertyOptions(e),h="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:u$2;this._$Em=e;const r=h.fromAttribute(s,t.type);this[e]=r??this._$Ej?.get(e)??r,this._$Em=null;}}requestUpdate(t,s,i){if(void 0!==t){const e=this.constructor,h=this[t];if(i??=e.getPropertyOptions(t),!((i.hasChanged??f$1)(h,s)||i.useDefault&&i.reflect&&h===this._$Ej?.get(t)&&!this.hasAttribute(e._$Eu(t,i))))return;this.C(t,s,i);} false===this.isUpdatePending&&(this._$ES=this._$EP());}C(t,s,{useDefault:i,reflect:e,wrapped:h},r){i&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,r??s??this[t]),true!==h||void 0!==r)||(this._$AL.has(t)||(this.hasUpdated||i||(s=void 0),this._$AL.set(t,s)),true===e&&this._$Em!==t&&(this._$Eq??=new Set).add(t));}async _$EP(){this.isUpdatePending=true;try{await this._$ES;}catch(t){Promise.reject(t);}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,s]of this._$Ep)this[t]=s;this._$Ep=void 0;}const t=this.constructor.elementProperties;if(t.size>0)for(const[s,i]of t){const{wrapped:t}=i,e=this[s];true!==t||this._$AL.has(s)||void 0===e||this.C(s,void 0,i,e);}}let t=false;const s=this._$AL;try{t=this.shouldUpdate(s),t?(this.willUpdate(s),this._$EO?.forEach((t=>t.hostUpdate?.())),this.update(s)):this._$EM();}catch(s){throw t=false,this._$EM(),s}t&&this._$AE(s);}willUpdate(t){}_$AE(t){this._$EO?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=true,this.firstUpdated(t)),this.updated(t);}_$EM(){this._$AL=new Map,this.isUpdatePending=false;}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return true}update(t){this._$Eq&&=this._$Eq.forEach((t=>this._$ET(t,this[t]))),this._$EM();}updated(t){}firstUpdated(t){}};y$1.elementStyles=[],y$1.shadowRootOptions={mode:"open"},y$1[d$1("elementProperties")]=new Map,y$1[d$1("finalized")]=new Map,p$1?.({ReactiveElement:y$1}),(a$2.reactiveElementVersions??=[]).push("2.1.1");
21
+
22
+ /**
23
+ * @license
24
+ * Copyright 2017 Google LLC
25
+ * SPDX-License-Identifier: BSD-3-Clause
26
+ */
27
+ const t$1=globalThis,i$3=t$1.trustedTypes,s$2=i$3?i$3.createPolicy("lit-html",{createHTML:t=>t}):void 0,e$2="$lit$",h=`lit$${Math.random().toFixed(9).slice(2)}$`,o$3="?"+h,n$1=`<${o$3}>`,r=document,l$1=()=>r.createComment(""),c=t=>null===t||"object"!=typeof t&&"function"!=typeof t,a$1=Array.isArray,u$1=t=>a$1(t)||"function"==typeof t?.[Symbol.iterator],d="[ \t\n\f\r]",f=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,v=/-->/g,_=/>/g,m=RegExp(`>|${d}(?:([^\\s"'>=/]+)(${d}*=${d}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),p=/'/g,g=/"/g,$=/^(?:script|style|textarea|title)$/i,y=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x=y(1),T=Symbol.for("lit-noChange"),E=Symbol.for("lit-nothing"),A=new WeakMap,C=r.createTreeWalker(r,129);function P(t,i){if(!a$1(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==s$2?s$2.createHTML(i):i}const V=(t,i)=>{const s=t.length-1,o=[];let r,l=2===i?"<svg>":3===i?"<math>":"",c=f;for(let i=0;i<s;i++){const s=t[i];let a,u,d=-1,y=0;for(;y<s.length&&(c.lastIndex=y,u=c.exec(s),null!==u);)y=c.lastIndex,c===f?"!--"===u[1]?c=v:void 0!==u[1]?c=_:void 0!==u[2]?($.test(u[2])&&(r=RegExp("</"+u[2],"g")),c=m):void 0!==u[3]&&(c=m):c===m?">"===u[0]?(c=r??f,d=-1):void 0===u[1]?d=-2:(d=c.lastIndex-u[2].length,a=u[1],c=void 0===u[3]?m:'"'===u[3]?g:p):c===g||c===p?c=m:c===v||c===_?c=f:(c=m,r=void 0);const x=c===m&&t[i+1].startsWith("/>")?" ":"";l+=c===f?s+n$1:d>=0?(o.push(a),s.slice(0,d)+e$2+s.slice(d)+h+x):s+h+(-2===d?i:x);}return [P(t,l+(t[s]||"<?>")+(2===i?"</svg>":3===i?"</math>":"")),o]};class N{constructor({strings:t,_$litType$:s},n){let r;this.parts=[];let c=0,a=0;const u=t.length-1,d=this.parts,[f,v]=V(t,s);if(this.el=N.createElement(f,n),C.currentNode=this.el.content,2===s||3===s){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes);}for(;null!==(r=C.nextNode())&&d.length<u;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(e$2)){const i=v[a++],s=r.getAttribute(t).split(h),e=/([.?@])?(.*)/.exec(i);d.push({type:1,index:c,name:e[2],strings:s,ctor:"."===e[1]?H:"?"===e[1]?I:"@"===e[1]?L:k}),r.removeAttribute(t);}else t.startsWith(h)&&(d.push({type:6,index:c}),r.removeAttribute(t));if($.test(r.tagName)){const t=r.textContent.split(h),s=t.length-1;if(s>0){r.textContent=i$3?i$3.emptyScript:"";for(let i=0;i<s;i++)r.append(t[i],l$1()),C.nextNode(),d.push({type:2,index:++c});r.append(t[s],l$1());}}}else if(8===r.nodeType)if(r.data===o$3)d.push({type:2,index:c});else {let t=-1;for(;-1!==(t=r.data.indexOf(h,t+1));)d.push({type:7,index:c}),t+=h.length-1;}c++;}}static createElement(t,i){const s=r.createElement("template");return s.innerHTML=t,s}}function S(t,i,s=t,e){if(i===T)return i;let h=void 0!==e?s._$Co?.[e]:s._$Cl;const o=c(i)?void 0:i._$litDirective$;return h?.constructor!==o&&(h?._$AO?.(false),void 0===o?h=void 0:(h=new o(t),h._$AT(t,s,e)),void 0!==e?(s._$Co??=[])[e]=h:s._$Cl=h),void 0!==h&&(i=S(t,h._$AS(t,i.values),h,e)),i}class M{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:i},parts:s}=this._$AD,e=(t?.creationScope??r).importNode(i,true);C.currentNode=e;let h=C.nextNode(),o=0,n=0,l=s[0];for(;void 0!==l;){if(o===l.index){let i;2===l.type?i=new R(h,h.nextSibling,this,t):1===l.type?i=new l.ctor(h,l.name,l.strings,this,t):6===l.type&&(i=new z(h,this,t)),this._$AV.push(i),l=s[++n];}o!==l?.index&&(h=C.nextNode(),o++);}return C.currentNode=r,e}p(t){let i=0;for(const s of this._$AV) void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class R{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,i,s,e){this.type=2,this._$AH=E,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cv=e?.isConnected??true;}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===t?.nodeType&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=S(this,t,i),c(t)?t===E||null==t||""===t?(this._$AH!==E&&this._$AR(),this._$AH=E):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.$(t):void 0!==t.nodeType?this.T(t):u$1(t)?this.k(t):this._(t);}O(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}T(t){this._$AH!==t&&(this._$AR(),this._$AH=this.O(t));}_(t){this._$AH!==E&&c(this._$AH)?this._$AA.nextSibling.data=t:this.T(r.createTextNode(t)),this._$AH=t;}$(t){const{values:i,_$litType$:s}=t,e="number"==typeof s?this._$AC(t):(void 0===s.el&&(s.el=N.createElement(P(s.h,s.h[0]),this.options)),s);if(this._$AH?._$AD===e)this._$AH.p(i);else {const t=new M(e,this),s=t.u(this.options);t.p(i),this.T(s),this._$AH=t;}}_$AC(t){let i=A.get(t.strings);return void 0===i&&A.set(t.strings,i=new N(t)),i}k(t){a$1(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const h of t)e===i.length?i.push(s=new R(this.O(l$1()),this.O(l$1()),this,this.options)):s=i[e],s._$AI(h),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){for(this._$AP?.(false,true,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){ void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t));}}class k{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,i,s,e,h){this.type=1,this._$AH=E,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=h,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=E;}_$AI(t,i=this,s,e){const h=this.strings;let o=false;if(void 0===h)t=S(this,t,i,0),o=!c(t)||t!==this._$AH&&t!==T,o&&(this._$AH=t);else {const e=t;let n,r;for(t=h[0],n=0;n<h.length-1;n++)r=S(this,e[s+n],i,n),r===T&&(r=this._$AH[n]),o||=!c(r)||r!==this._$AH[n],r===E?t=E:t!==E&&(t+=(r??"")+h[n+1]),this._$AH[n]=r;}o&&!e&&this.j(t);}j(t){t===E?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"");}}class H extends k{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===E?void 0:t;}}class I extends k{constructor(){super(...arguments),this.type=4;}j(t){this.element.toggleAttribute(this.name,!!t&&t!==E);}}class L extends k{constructor(t,i,s,e,h){super(t,i,s,e,h),this.type=5;}_$AI(t,i=this){if((t=S(this,t,i,0)??E)===T)return;const s=this._$AH,e=t===E&&s!==E||t.capture!==s.capture||t.once!==s.once||t.passive!==s.passive,h=t!==E&&(s===E||e);e&&this.element.removeEventListener(this.name,this,s),h&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t);}}class z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){S(this,t);}}const j=t$1.litHtmlPolyfillSupport;j?.(N,R),(t$1.litHtmlVersions??=[]).push("3.3.0");const B=(t,i,s)=>{const e=s?.renderBefore??i;let h=e._$litPart$;if(void 0===h){const t=s?.renderBefore??null;e._$litPart$=h=new R(i.insertBefore(l$1(),t),t,void 0,s??{});}return h._$AI(t),h};
28
+
29
+ /**
30
+ * @license
31
+ * Copyright 2017 Google LLC
32
+ * SPDX-License-Identifier: BSD-3-Clause
33
+ */const s$1=globalThis;let i$2 = class i extends y$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(r,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(true);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(false);}render(){return T}};i$2._$litElement$=true,i$2["finalized"]=true,s$1.litElementHydrateSupport?.({LitElement:i$2});const o$2=s$1.litElementPolyfillSupport;o$2?.({LitElement:i$2});(s$1.litElementVersions??=[]).push("4.2.0");
34
+
35
+ /**
36
+ * @license
37
+ * Copyright 2017 Google LLC
38
+ * SPDX-License-Identifier: BSD-3-Clause
39
+ */
40
+ const t={ATTRIBUTE:1},e$1=t=>(...e)=>({_$litDirective$:t,values:e});let i$1 = class i{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i;}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
41
+
42
+ /**
43
+ * @license
44
+ * Copyright 2018 Google LLC
45
+ * SPDX-License-Identifier: BSD-3-Clause
46
+ */const e=e$1(class extends i$1{constructor(t$1){if(super(t$1),t$1.type!==t.ATTRIBUTE||"class"!==t$1.name||t$1.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return " "+Object.keys(t).filter((s=>t[s])).join(" ")+" "}update(s,[i]){if(void 0===this.st){this.st=new Set,void 0!==s.strings&&(this.nt=new Set(s.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in i)i[t]&&!this.nt?.has(t)&&this.st.add(t);return this.render(i)}const r=s.element.classList;for(const t of this.st)t in i||(r.remove(t),this.st.delete(t));for(const t in i){const s=!!i[t];s===this.st.has(t)||this.nt?.has(t)||(s?(r.add(t),this.st.add(t)):(r.remove(t),this.st.delete(t)));}return T}});
47
+
48
+ /**
49
+ * @license
50
+ * Copyright 2018 Google LLC
51
+ * SPDX-License-Identifier: BSD-3-Clause
52
+ */const o$1=o=>o??E;
53
+
54
+ var styleCss$2 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:host{display:block;--cbxLocation: var(--ds-size-50, 0.25rem)}fieldset{all:unset}@media screen and (min-width: 576px){.displayFlex slot{display:flex}}.cbxContainer{position:relative;display:flex;flex-direction:row;gap:var(--ds-size-100, 0.5rem);padding-left:var(--ds-size-100, 0.5rem);padding-right:var(--ds-size-100, 0.5rem)}.cbxContainer:hover{cursor:pointer}.label{display:block;padding-top:var(--ds-size-50, 0.25rem)}.label:hover{cursor:pointer}:host([disabled]) .cbxContainer{pointer-events:none;cursor:default}.inputContainer{position:relative}.inputContainer:after{-webkit-tap-highlight-color:transparent;display:block;content:"";align-items:center;justify-content:center;margin-top:var(--cbxLocation);width:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem));border-width:1px;border-style:solid;border-radius:var(--ds-border-radius, 0.375rem);outline-style:solid;outline-width:1px;z-index:0}.svg--cbx{position:absolute;padding-top:3px;padding-bottom:3px;z-index:1;pointer-events:none}`;
55
+
56
+ var colorCss$2 = i$5`:host(:not([checked])) .cbxContainer:hover{--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-isfalse-hover, #f2f2f2)}:host .label{color:var(--ds-auro-checkbox-label-color)}:host .inputContainer:after{background-color:var(--ds-auro-checkbox-container-color);border-color:var(--ds-auro-checkbox-border-color);outline-color:var(--ds-auro-checkbox-outline-color)}:host .inputContainer:hover{--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-isfalse-hover, #f2f2f2)}:host .svg--cbx{color:var(--ds-auro-checkbox-checkmark-color)}:host(:focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-checkbox-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host([checked]){--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-istrue, #01426a);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-istrue, #01426a)}:host([checked]) .cbxContainer:hover,:host([checked]) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-istrue-hover, #00274a);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-istrue-hover, #00274a)}:host([checked]:focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([checked]:focus-within) .cbxContainer:hover,:host([checked]:focus-within) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-istrue-hover, #00274a)}:host([disabled]){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-background-disabled, #dddddd);--ds-auro-checkbox-label-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([disabled]) .cbxContainer:hover,:host([disabled]) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-background-disabled, #dddddd);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-isfalse, #ffffff)}:host([disabled][checked]){--ds-auro-checkbox-container-color: var(--ds-advanced-color-state-background-disabled, #dddddd)}:host([disabled][checked]) .cbxContainer:hover,:host([disabled][checked]) .inputContainer:hover{--ds-auro-checkbox-container-color: var(--ds-advanced-color-state-background-disabled, #dddddd)}:host([error]){--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-error, #e31f26)}:host([error]:not([checked]):focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-checkbox-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host([error][checked]){--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-error, #e31f26);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-error, #e31f26)}:host([error][checked]) .cbxContainer:hover,:host([error][checked]) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-error-hover, #b1161c);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-error-hover, #b1161c)}:host([error][checked]:focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([error][checked]:focus-within) .cbxContainer:hover,:host([error][checked]:focus-within) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-error-hover, #b1161c)}:host([onDark]){--ds-auro-checkbox-label-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-checkbox-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-checkbox-container-color: transparent}:host([onDark]) .cbxContainer:hover,:host([onDark]) .inputContainer:hover{--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-isfalse-inverse-hover, rgba(255, 255, 255, 0.2))}:host([onDark]:not([checked])) .cbxContainer:hover,:host([onDark]:not([checked])) .inputContainer:hover{--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-isfalse-inverse-hover, rgba(255, 255, 255, 0.2))}:host([onDark]:focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-checkbox-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([onDark][checked]){--ds-auro-checkbox-checkmark-color: var(--ds-advanced-color-boolean-indicator-inverse, #00274a);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-istrue-inverse, #ffffff)}:host([onDark][checked]) .cbxContainer:hover,:host([onDark][checked]) .inputContainer:hover{--ds-auro-checkbox-border-color: transparent;--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-istrue-inverse-hover, rgba(255, 255, 255, 0.7))}:host([onDark][checked]:focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused, #01426a)}:host([onDark][checked]:focus-within) .cbxContainer:hover,:host([onDark][checked]:focus-within) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-istrue-inverse-hover, rgba(255, 255, 255, 0.7))}:host([onDark][disabled]){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-background-inverse-disabled, #7e8894);--ds-auro-checkbox-label-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][disabled]) .cbxContainer:hover,:host([onDark][disabled]) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-background-inverse-disabled, #7e8894);--ds-auro-checkbox-container-color: transparent}:host([onDark][disabled][checked]){--ds-auro-checkbox-container-color: var(--ds-advanced-color-state-background-inverse-disabled, #7e8894)}:host([onDark][disabled][checked]) .cbxContainer:hover,:host([onDark][disabled][checked]) .inputContainer:hover{--ds-auro-checkbox-container-color: var(--ds-advanced-color-state-background-inverse-disabled, #7e8894)}:host([onDark][error]){--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-error-inverse, #f9a4a8)}:host([onDark][error]:not([checked]):focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-checkbox-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([onDark][error][checked]){--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-error-inverse, #f9a4a8);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-error-inverse, #f9a4a8)}:host([onDark][error][checked]) .cbxContainer:hover,:host([onDark][error][checked]) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-boolean-error-inverse-hover, #f15f65);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-error-inverse-hover, #f15f65)}:host([onDark][error][checked]:focus-within){--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused, #01426a)}:host([onDark][error][checked]:focus-within) .cbxContainer:hover,:host([onDark][error][checked]:focus-within) .inputContainer:hover{--ds-auro-checkbox-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-error-inverse-hover, #f15f65)}`;
57
+
58
+ var tokensCss$1 = i$5`:host{--ds-auro-checkbox-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-checkbox-checkmark-color: var(--ds-advanced-color-boolean-indicator, #ffffff);--ds-auro-checkbox-container-color: var(--ds-advanced-color-boolean-isfalse, #ffffff);--ds-auro-checkbox-label-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-checkbox-outline-color: transparent;--ds-auro-checkbox-group-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}`;
59
+
60
+ var checkLg = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-hidden=\"true\" class=\"ico_squareLarge\" data-deprecated=\"true\" role=\"img\" style=\"min-width:var(--auro-size-lg, var(--ds-size-300, 1.5rem));height:var(--auro-size-lg, var(--ds-size-300, 1.5rem));fill:currentColor\" viewBox=\"0 0 24 24\" part=\"svg\"><title/><path d=\"M5.321 12.514a.75.75 0 0 0-1.142.972l4.25 5a.75.75 0 0 0 1.141.001l10.25-12a.75.75 0 1 0-1.14-.975L9 16.844z\"/></svg>"};
61
+
62
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
63
+ // See LICENSE in the project root for license information.
64
+
65
+ // ---------------------------------------------------------------------
66
+
67
+ /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
68
+
69
+ let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
70
+
71
+ /* eslint-disable jsdoc/require-param */
72
+
73
+ /**
74
+ * This will register a new custom element with the browser.
75
+ * @param {String} name - The name of the custom element.
76
+ * @param {Object} componentClass - The class to register as a custom element.
77
+ * @returns {void}
78
+ */
79
+ registerComponent(name, componentClass) {
80
+ if (!customElements.get(name)) {
81
+ customElements.define(name, class extends componentClass {});
82
+ }
83
+ }
84
+
85
+ /**
86
+ * Finds and returns the closest HTML Element based on a selector.
87
+ * @returns {void}
88
+ */
89
+ closestElement(
90
+ selector, // selector like in .closest()
91
+ base = this, // extra functionality to skip a parent
92
+ __Closest = (el, found = el && el.closest(selector)) =>
93
+ !el || el === document || el === window
94
+ ? null // standard .closest() returns null for non-found selectors also
95
+ : found
96
+ ? found // found a selector INside this element
97
+ : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
98
+ ) {
99
+ return __Closest(base);
100
+ }
101
+ /* eslint-enable jsdoc/require-param */
102
+
103
+ /**
104
+ * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
105
+ * @param {Object} elem - The element to check.
106
+ * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
107
+ * @returns {void}
108
+ */
109
+ handleComponentTagRename(elem, tagName) {
110
+ const tag = tagName.toLowerCase();
111
+ const elemTag = elem.tagName.toLowerCase();
112
+
113
+ if (elemTag !== tag) {
114
+ elem.setAttribute(tag, true);
115
+ }
116
+ }
117
+
118
+ /**
119
+ * Validates if an element is a specific Auro component.
120
+ * @param {Object} elem - The element to validate.
121
+ * @param {String} tagName - The name of the Auro component to check against.
122
+ * @returns {Boolean} - Returns true if the element is the specified Auro component.
123
+ */
124
+ elementMatch(elem, tagName) {
125
+ const tag = tagName.toLowerCase();
126
+ const elemTag = elem.tagName.toLowerCase();
127
+
128
+ return elemTag === tag || elem.hasAttribute(tag);
129
+ }
130
+ };
131
+
132
+ // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
133
+ // See LICENSE in the project root for license information.
134
+
135
+
136
+ /**
137
+ * Custom element for the purpose of allowing users to select one or more options of a limited number of choices.
138
+ *
139
+ * @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
140
+ * @attr id
141
+ *
142
+ * @csspart checkbox - apply css to a specific checkbox.
143
+ * @csspart checkbox-input - apply css to a specific checkbox's input.
144
+ * @csspart checkbox-label - apply css to a specific checkbox's label.
145
+ *
146
+ * @event {CustomEvent<any>} change - (Deprecated) Notifies when checked value is changed.
147
+ * @event {InputEvent} input - Notifies when when checked value is changed by user's interface.
148
+ */
149
+
150
+ // build the component class
151
+ class AuroCheckbox extends i$2 {
152
+ constructor() {
153
+ super();
154
+ this.checked = false;
155
+ this.disabled = false;
156
+ this.error = false;
157
+ this.onDark = false;
158
+ this.touched = false;
159
+
160
+ /**
161
+ * @private
162
+ */
163
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
164
+
165
+ /**
166
+ * @private
167
+ * @property {boolean} delegatesFocus - Whether the shadow root delegates focus.
168
+ */
169
+ this.constructor.shadowRootOptions = {
170
+ ...i$2.shadowRootOptions,
171
+ delegatesFocus: true,
172
+ };
173
+ }
174
+
175
+ static get styles() {
176
+ return [
177
+ styleCss$2,
178
+ colorCss$2,
179
+ tokensCss$1
180
+ ];
181
+ }
182
+
183
+ // function to define props used within the scope of this component
184
+ static get properties() {
185
+ return {
186
+ ...super.properties,
187
+
188
+ /**
189
+ * If set to true, the checkbox will be filled with a checkmark.
190
+ */
191
+ checked: {
192
+ type: Boolean,
193
+ reflect: true
194
+ },
195
+
196
+ /**
197
+ * If set to true, the checkbox will not be clickable.
198
+ */
199
+ disabled: {
200
+ type: Boolean,
201
+ reflect: true
202
+ },
203
+
204
+ /**
205
+ * If set to true, the checkbox will be displayed with an error state.
206
+ */
207
+ error: {
208
+ type: Boolean,
209
+ reflect: true
210
+ },
211
+
212
+ /**
213
+ * Accepts any string and is used to identify related checkboxes when submitting form data.
214
+ */
215
+ name: { type: String },
216
+
217
+ /**
218
+ * Sets onDark styles for component.
219
+ */
220
+ onDark: {
221
+ type: Boolean,
222
+ reflect: true
223
+ },
224
+
225
+ /**
226
+ * Sets the element's input value. Must be unique within an auro-checkbox-group element.
227
+ */
228
+ value: {
229
+ type: String,
230
+ reflect: true
231
+ },
232
+
233
+ /**
234
+ * Indicates whether the checkbox has been interacted with.
235
+ * @type {boolean}
236
+ * @private
237
+ */
238
+ touched: {
239
+ type: Boolean,
240
+ reflect: true,
241
+ attribute: false
242
+ },
243
+
244
+ /**
245
+ * The id for input node.
246
+ * @private
247
+ */
248
+ inputId: {
249
+ type: String,
250
+ reflect: false,
251
+ attribute: false
252
+ }
253
+ };
254
+ }
255
+
256
+ /**
257
+ * This will register this element with the browser.
258
+ * @param {string} [name="auro-checkbox"] - The name of element that you want to register to.
259
+ *
260
+ * @example
261
+ * AuroCheckbox.register("custom-checkbox") // this will register this element to <custom-checkbox/>
262
+ *
263
+ */
264
+ static register(name = "auro-checkbox") {
265
+ AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroCheckbox);
266
+ }
267
+
268
+ /**
269
+ * Handles the change event for the checkbox input.
270
+ * Updates the checked state and dispatches a corresponding custom event.
271
+ * This custom event is only for the purpose of supporting IE.
272
+ * @private
273
+ * @param {Event} event - The change event from the checkbox input.
274
+ * @returns {void}
275
+ */
276
+ handleChange(event) {
277
+ this.checked = event.target.checked;
278
+ const customEvent = new CustomEvent(event.type, event);
279
+
280
+ this.dispatchEvent(customEvent);
281
+ }
282
+
283
+ /**
284
+ * Handles the input event for the checkbox input.
285
+ * Updates the checked state and dispatches a custom 'auroCheckbox-input' event.
286
+ * @private
287
+ * @param {Event} event - The input event from the checkbox input.
288
+ * @returns {void}
289
+ */
290
+ handleInput(event) {
291
+ this.checked = event.target.checked;
292
+
293
+ // Old event we need to deprecate
294
+ this.dispatchEvent(new CustomEvent('auroCheckbox-input', {
295
+ bubbles: true,
296
+ cancelable: false,
297
+ composed: true,
298
+ }));
299
+ }
300
+
301
+ /**
302
+ * Function to support @focusin event.
303
+ * @private
304
+ * @returns {void}
305
+ */
306
+ handleFocusin() {
307
+ this.touched = true;
308
+ this.dispatchEvent(new CustomEvent('auroCheckbox-focusin', {
309
+ bubbles: true,
310
+ cancelable: false,
311
+ composed: true,
312
+ }));
313
+ }
314
+
315
+ /**
316
+ * Function to generate checkmark svg.
317
+ * @private
318
+ * @returns {void}
319
+ */
320
+ generateIconHtml() {
321
+ this.dom = new DOMParser().parseFromString(checkLg.svg, 'text/html');
322
+ this.svg = this.dom.body.firstChild;
323
+
324
+ this.svg.classList.add('svg--cbx');
325
+
326
+ return this.svg;
327
+ }
328
+
329
+ /**
330
+ * Resets component to initial state.
331
+ * @returns {void}
332
+ */
333
+ reset() {
334
+ this.checked = false;
335
+ this.error = false;
336
+ this.touched = false;
337
+ }
338
+
339
+ firstUpdated() {
340
+ // Add the tag name as an attribute if it is different than the component name
341
+ this.runtimeUtils.handleComponentTagRename(this, 'auro-checkbox');
342
+
343
+ this.inputId = this.id ? `${this.id}-input` : window.crypto.randomUUID();
344
+
345
+ this.addEventListener('click', (evt) => {
346
+ // Only prevent default for real user events, not tests or programmatic calls
347
+ if (evt.isTrusted) {
348
+ evt.preventDefault();
349
+ }
350
+
351
+ if (!this.disabled) {
352
+ this.shadowRoot.querySelector('input').click();
353
+ this.handleFocusin();
354
+ }
355
+ });
356
+
357
+ this.addEventListener('focusin', () => {
358
+ this.handleFocusin();
359
+ });
360
+
361
+ this.addEventListener('focusout', () => {
362
+ this.dispatchEvent(new CustomEvent('auroCheckbox-focusout', {
363
+ bubbles: true,
364
+ cancelable: false,
365
+ composed: true,
366
+ }));
367
+ });
368
+ }
369
+
370
+ /**
371
+ * @private
372
+ * @returns {HTMLElement}
373
+ */
374
+ render() {
375
+ const labelClasses = {
376
+ 'label': true,
377
+ 'label--cbx': true,
378
+ 'errorBorder': this.error
379
+ };
380
+
381
+ return x`
382
+ <div class="cbxContainer body-default" part="checkbox">
383
+ <div class="inputContainer">
384
+ <input
385
+ class="util_displayHiddenVisually cbx--input"
386
+ part="checkbox-input"
387
+ @change="${this.handleChange}"
388
+ @input="${this.handleInput}"
389
+ ?disabled="${this.disabled}"
390
+ ?checked="${this.checked}"
391
+ id="${this.inputId}"
392
+ name="${o$1(this.name)}"
393
+ type="checkbox"
394
+ .value="${this.value}"
395
+ />
396
+ ${this.checked ? this.generateIconHtml() : undefined}
397
+ </div>
398
+
399
+ <label for="${this.inputId}" class="${e(labelClasses)}" part="checkbox-label">
400
+ <slot></slot>
401
+ </label>
402
+ </div>
403
+ `;
404
+ }
405
+ }
406
+
407
+ /**
408
+ * @license
409
+ * Copyright 2020 Google LLC
410
+ * SPDX-License-Identifier: BSD-3-Clause
411
+ */
412
+ const a=Symbol.for(""),o=t=>{if(t?.r===a)return t?._$litStatic$},s=t=>({_$litStatic$:t,r:a}),i=(t,...r)=>({_$litStatic$:r.reduce(((r,e,a)=>r+(t=>{if(void 0!==t._$litStatic$)return t._$litStatic$;throw Error(`Value passed to 'literal' function must be a 'literal' result: ${t}. Use 'unsafeStatic' to pass non-literal values, but\n take care to ensure page security.`)})(e)+t[a+1]),t[0]),r:a}),l=new Map,n=t=>(r,...e)=>{const a=e.length;let s,i;const n=[],u=[];let c,$=0,f=false;for(;$<a;){for(c=r[$];$<a&&void 0!==(i=e[$],s=o(i));)c+=s+r[++$],f=true;$!==a&&u.push(i),n.push(c),$++;}if($===a&&n.push(r[a]),f){const t=n.join("$$lit$$");void 0===(r=l.get(t))&&(n.raw=n,l.set(t,r=n)),e=u;}return t(r,...e)},u=n(x);
413
+
414
+ class DateFormatter {
415
+
416
+ constructor() {
417
+
418
+ /**
419
+ * @description Parses a date string into its components.
420
+ * @param {string} dateStr - Date string to parse.
421
+ * @param {string} format - Date format to parse.
422
+ * @returns {Object<key["month" | "day" | "year"]: number>|undefined}
423
+ */
424
+ this.parseDate = (dateStr, format = 'mm/dd/yyyy') => {
425
+
426
+ // Guard Clause: Date string is defined
427
+ if (!dateStr) {
428
+ return undefined;
429
+ }
430
+
431
+ // Assume the separator is a "/" a defined in our code base
432
+ const separator = '/';
433
+
434
+ // Get the parts of the date and format
435
+ const valueParts = dateStr.split(separator);
436
+ const formatParts = format.split(separator);
437
+
438
+ // Check if the value and format have the correct number of parts
439
+ if (valueParts.length !== formatParts.length) {
440
+ throw new Error('AuroDatepickerUtilities | parseDate: Date string and format length do not match');
441
+ }
442
+
443
+ // Holds the result to be returned
444
+ const result = formatParts.reduce((acc, part, index) => {
445
+ const value = valueParts[index];
446
+
447
+ if ((/m/iu).test(part)) {
448
+ acc.month = value;
449
+ } else if ((/d/iu).test(part)) {
450
+ acc.day = value;
451
+ } else if ((/y/iu).test(part)) {
452
+ acc.year = value;
453
+ }
454
+
455
+ return acc;
456
+ }, {});
457
+
458
+ // If we found all the parts, return the result
459
+ if (result.month && result.year) {
460
+ return result;
461
+ }
462
+
463
+ // Throw an error to let the dev know we were unable to parse the date string
464
+ throw new Error('AuroDatepickerUtilities | parseDate: Unable to parse date string');
465
+ };
466
+
467
+ /**
468
+ * Convert a date object to string format.
469
+ * @param {Object} date - Date to convert to string.
470
+ * @param {String} locale - Optional locale to use for the date string. Defaults to user's locale.
471
+ * @returns {String} Returns the date as a string.
472
+ */
473
+ this.getDateAsString = (date, locale = undefined) => date.toLocaleDateString(locale, {
474
+ year: "numeric",
475
+ month: "2-digit",
476
+ day: "2-digit",
477
+ });
478
+
479
+ /**
480
+ * Converts a date string to a North American date format.
481
+ * @param {String} dateStr - Date to validate.
482
+ * @param {String} format - Date format to validate against.
483
+ * @returns {Boolean}
484
+ */
485
+ this.toNorthAmericanFormat = (dateStr, format) => {
486
+
487
+ if (format === 'mm/dd/yyyy') {
488
+ return dateStr;
489
+ }
490
+
491
+ const parsedDate = this.parseDate(dateStr, format);
492
+
493
+ if (!parsedDate) {
494
+ throw new Error('AuroDatepickerUtilities | toNorthAmericanFormat: Unable to parse date string');
495
+ }
496
+
497
+ const { month, day, year } = parsedDate;
498
+
499
+ const dateParts = [];
500
+ if (month) {
501
+ dateParts.push(month);
502
+ }
503
+
504
+ if (day) {
505
+ dateParts.push(day);
506
+ }
507
+
508
+ if (year) {
509
+ dateParts.push(year);
510
+ }
511
+
512
+ return dateParts.join('/');
513
+ };
514
+ }
515
+ }
516
+ const dateFormatter = new DateFormatter();
517
+
518
+ // filepath: dateConstraints.mjs
519
+ const DATE_UTIL_CONSTRAINTS = {
520
+ maxDay: 31,
521
+ maxMonth: 12,
522
+ maxYear: 2400,
523
+ minDay: 1,
524
+ minMonth: 1,
525
+ minYear: 1900,
526
+ };
527
+
528
+ class AuroDateUtilitiesBase {
529
+
530
+ /**
531
+ * @description The maximum day value allowed by the various utilities in this class.
532
+ * @readonly
533
+ * @type {Number}
534
+ */
535
+ get maxDay() {
536
+ return DATE_UTIL_CONSTRAINTS.maxDay;
537
+ }
538
+
539
+ /**
540
+ * @description The maximum month value allowed by the various utilities in this class.
541
+ * @readonly
542
+ * @type {Number}
543
+ */
544
+ get maxMonth() {
545
+ return DATE_UTIL_CONSTRAINTS.maxMonth;
546
+ }
547
+
548
+ /**
549
+ * @description The maximum year value allowed by the various utilities in this class.
550
+ * @readonly
551
+ * @type {Number}
552
+ */
553
+ get maxYear() {
554
+ return DATE_UTIL_CONSTRAINTS.maxYear;
555
+ }
556
+
557
+ /**
558
+ * @description The minimum day value allowed by the various utilities in this class.
559
+ * @readonly
560
+ * @type {Number}
561
+ */
562
+ get minDay() {
563
+ return DATE_UTIL_CONSTRAINTS.minDay;
564
+ }
565
+
566
+ /**
567
+ * @description The minimum month value allowed by the various utilities in this class.
568
+ * @readonly
569
+ * @type {Number}
570
+ */
571
+ get minMonth() {
572
+ return DATE_UTIL_CONSTRAINTS.minMonth;
573
+ }
574
+
575
+ /**
576
+ * @description The minimum year value allowed by the various utilities in this class.
577
+ * @readonly
578
+ * @type {Number}
579
+ */
580
+ get minYear() {
581
+ return DATE_UTIL_CONSTRAINTS.minYear;
582
+ }
583
+ }
584
+
585
+ /* eslint-disable no-magic-numbers */
586
+
587
+ class AuroDateUtilities extends AuroDateUtilitiesBase {
588
+
589
+ /**
590
+ * Returns the current century.
591
+ * @returns {String} The current century.
592
+ */
593
+ getCentury () {
594
+ return String(new Date().getFullYear()).slice(0, 2);
595
+ }
596
+
597
+ /**
598
+ * Returns a four digit year.
599
+ * @param {String} year - The year to convert to four digits.
600
+ * @returns {String} The four digit year.
601
+ */
602
+ getFourDigitYear (year) {
603
+
604
+ const strYear = String(year).trim();
605
+ return strYear.length <= 2 ? this.getCentury() + strYear : strYear;
606
+ }
607
+
608
+ constructor() {
609
+
610
+ super();
611
+
612
+ /**
613
+ * Compares two dates to see if they match.
614
+ * @param {Object} date1 - First date to compare.
615
+ * @param {Object} date2 - Second date to compare.
616
+ * @returns {Boolean} Returns true if the dates match.
617
+ */
618
+ this.datesMatch = (date1, date2) => new Date(date1).getTime() === new Date(date2).getTime();
619
+
620
+ /**
621
+ * Returns true if value passed in is a valid date.
622
+ * @param {String} date - Date to validate.
623
+ * @param {String} format - Date format to validate against.
624
+ * @returns {Boolean}
625
+ */
626
+ this.validDateStr = (date, format) => {
627
+
628
+ // The length we expect the date string to be
629
+ const dateStrLength = format.length;
630
+
631
+ // Guard Clause: Date and format are defined
632
+ if (typeof date === "undefined" || typeof format === "undefined") {
633
+ throw new Error('AuroDatepickerUtilities | validateDateStr: Date and format are required');
634
+ }
635
+
636
+ // Guard Clause: Date should be of type string
637
+ if (typeof date !== "string") {
638
+ throw new Error('AuroDatepickerUtilities | validateDateStr: Date must be a string');
639
+ }
640
+
641
+ // Guard Clause: Format should be of type string
642
+ if (typeof format !== "string") {
643
+ throw new Error('AuroDatepickerUtilities | validateDateStr: Format must be a string');
644
+ }
645
+
646
+ // Guard Clause: Length is what we expect it to be
647
+ if (date.length !== dateStrLength) {
648
+ return false;
649
+ }
650
+ // Get a formatted date string and parse it
651
+ const dateParts = dateFormatter.parseDate(date, format);
652
+
653
+ // Guard Clause: Date parse succeeded
654
+ if (!dateParts) {
655
+ return false;
656
+ }
657
+
658
+ // Create the expected date string based on the date parts
659
+ const expectedDateStr = `${dateParts.month}/${dateParts.day || "01"}/${this.getFourDigitYear(dateParts.year)}`;
660
+
661
+ // Generate a date object that we will extract a string date from to compare to the passed in date string
662
+ const dateObj = new Date(this.getFourDigitYear(dateParts.year), dateParts.month - 1, dateParts.day || 1);
663
+
664
+ // Get the date string of the date object we created from the string date
665
+ const actualDateStr = dateFormatter.getDateAsString(dateObj, "en-US");
666
+
667
+ // Guard Clause: Generated date matches date string input
668
+ if (expectedDateStr !== actualDateStr) {
669
+ return false;
670
+ }
671
+
672
+ // If we passed all other checks, we can assume the date is valid
673
+ return true;
674
+ };
675
+
676
+ /**
677
+ * Determines if a string date value matches the format provided.
678
+ * @param {string} value = The date string value.
679
+ * @param { string} format = The date format to match against.
680
+ * @returns {boolean}
681
+ */
682
+ this.dateAndFormatMatch = (value, format) => {
683
+
684
+ // Ensure we have both values we need to do the comparison
685
+ if (!value || !format) {
686
+ throw new Error('AuroFormValidation | dateFormatMatch: value and format are required');
687
+ }
688
+
689
+ // If the lengths are different, they cannot match
690
+ if (value.length !== format.length) {
691
+ return false;
692
+ }
693
+
694
+ // Get the parts of the date
695
+ const dateParts = dateFormatter.parseDate(value, format);
696
+
697
+ // Validator for day
698
+ const dayValueIsValid = (day) => {
699
+
700
+ // Guard clause: if there is no day in the dateParts, we can ignore this check.
701
+ if (!dateParts.day) {
702
+ return true;
703
+ }
704
+
705
+ // Guard clause: ensure day exists.
706
+ if (!day) {
707
+ return false;
708
+ }
709
+
710
+ // Convert day to number
711
+ const numDay = Number.parseInt(day, 10);
712
+
713
+ // Guard clause: ensure day is a valid integer
714
+ if (Number.isNaN(numDay)) {
715
+ throw new Error('AuroDatepickerUtilities | dayValueIsValid: Unable to parse day value integer');
716
+ }
717
+
718
+ // Guard clause: ensure day is within the valid range
719
+ if (numDay < this.minDay || numDay > this.maxDay) {
720
+ return false;
721
+ }
722
+
723
+ // Default return
724
+ return true;
725
+ };
726
+
727
+ // Validator for month
728
+ const monthValueIsValid = (month) => {
729
+
730
+ // Guard clause: ensure month exists.
731
+ if (!month) {
732
+ return false;
733
+ }
734
+
735
+ // Convert month to number
736
+ const numMonth = Number.parseInt(month, 10);
737
+
738
+ // Guard clause: ensure month is a valid integer
739
+ if (Number.isNaN(numMonth)) {
740
+ throw new Error('AuroDatepickerUtilities | monthValueIsValid: Unable to parse month value integer');
741
+ }
742
+
743
+ // Guard clause: ensure month is within the valid range
744
+ if (numMonth < this.minMonth || numMonth > this.maxMonth) {
745
+ return false;
746
+ }
747
+
748
+ // Default return
749
+ return true;
750
+ };
751
+
752
+ // Validator for year
753
+ const yearIsValid = (_year) => {
754
+
755
+ // Guard clause: ensure year exists.
756
+ if (!_year) {
757
+ return false;
758
+ }
759
+
760
+ // Get the full year
761
+ const year = this.getFourDigitYear(_year);
762
+
763
+ // Convert year to number
764
+ const numYear = Number.parseInt(year, 10);
765
+
766
+ // Guard clause: ensure year is a valid integer
767
+ if (Number.isNaN(numYear)) {
768
+ throw new Error('AuroDatepickerUtilities | yearValueIsValid: Unable to parse year value integer');
769
+ }
770
+
771
+ // Guard clause: ensure year is within the valid range
772
+ if (numYear < this.minYear || numYear > this.maxYear) {
773
+ return false;
774
+ }
775
+
776
+ // Default return
777
+ return true;
778
+ };
779
+
780
+ // Self-contained checks for month, day, and year
781
+ const checks = [
782
+ monthValueIsValid(dateParts.month),
783
+ dayValueIsValid(dateParts.day),
784
+ yearIsValid(dateParts.year)
785
+ ];
786
+
787
+ // If any of the checks failed, the date format does not match and the result is invalid
788
+ const isValid = checks.every((check) => check === true);
789
+
790
+ // If the check is invalid, return false
791
+ if (!isValid) {
792
+ return false;
793
+ }
794
+
795
+ // Default case
796
+ return true;
797
+ };
798
+ }
799
+ }
800
+
801
+ // Export a class instance
802
+ const dateUtilities = new AuroDateUtilities();
803
+
804
+ // Export the class instance methods individually
805
+ const {
806
+ datesMatch,
807
+ validDateStr,
808
+ dateAndFormatMatch,
809
+ minDay,
810
+ minMonth,
811
+ minYear,
812
+ maxDay,
813
+ maxMonth,
814
+ maxYear
815
+ } = dateUtilities;
816
+
817
+ const {
818
+ toNorthAmericanFormat,
819
+ parseDate,
820
+ getDateAsString
821
+ } = dateFormatter;
822
+
823
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
824
+ // See LICENSE in the project root for license information.
825
+
826
+
827
+ class AuroFormValidation {
828
+
829
+ constructor() {
830
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
831
+ }
832
+
833
+ /**
834
+ * Resets the element to its initial state.
835
+ * @private
836
+ * @param {object} elem - HTML element to reset.
837
+ * @returns {void}
838
+ */
839
+ reset(elem) {
840
+ elem.validity = undefined;
841
+ elem.value = undefined;
842
+ elem.touched = false;
843
+
844
+ // Resets the second value of the datepicker in range state
845
+ if (elem.valueEnd) {
846
+ elem.valueEnd = undefined;
847
+ }
848
+
849
+ // Resets selected option of element
850
+ if (elem.optionSelected) {
851
+ elem.optionSelected = undefined;
852
+ }
853
+
854
+ // Runs validation to handle error attribute
855
+ this.validate(elem);
856
+ }
857
+
858
+ /**
859
+ * Validates the attributes of a given element based on predefined validation rules.
860
+ *
861
+ * @param {HTMLElement} elem - The element to be validated.
862
+ * @returns {void}
863
+ *
864
+ * @example
865
+ * // Assuming `inputElement` is a reference to an input element in the DOM
866
+ * validateElementAttributes(inputElement);
867
+ *
868
+ * The function checks the element's attributes against the validation rules defined for 'input' and 'counter' types.
869
+ * If a validation rule is violated, it sets the element's validity state and error message accordingly.
870
+ *
871
+ * Validation rules:
872
+ * - input:
873
+ * - length:
874
+ * - tooShort: Checks if the value length is less than the minimum length.
875
+ * - tooLong: Checks if the value length exceeds the maximum length.
876
+ * - pattern:
877
+ * - patternMismatch: Checks if the value does not match the specified pattern.
878
+ * - counter:
879
+ * - range:
880
+ * - rangeOverflow: Checks if the value exceeds the maximum value.
881
+ * - rangeUnderflow: Checks if the value is less than the minimum value.
882
+ */
883
+ validateElementAttributes(elem) {
884
+ const validationRules = {
885
+ input: {
886
+ length: [
887
+ {
888
+ check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
889
+ validity: 'tooShort',
890
+ message: e => e.getAttribute('setCustomValidityTooShort') || e.setCustomValidity || ''
891
+ },
892
+ {
893
+ check: (e) => e.value?.length > e.maxLength,
894
+ validity: 'tooLong',
895
+ message: e => e.getAttribute('setCustomValidityTooLong') || e.setCustomValidity || ''
896
+ }
897
+ ],
898
+ pattern: [
899
+ {
900
+ check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
901
+ validity: 'patternMismatch',
902
+ message: e => e.getAttribute('setCustomValidityPatternMismatch') || e.setCustomValidity || ''
903
+ }
904
+ ]
905
+ },
906
+ counter: {
907
+ range: [
908
+ {
909
+ check: (e) => e.max !== undefined && Number(e.max) < Number(e.value),
910
+ validity: 'rangeOverflow',
911
+ message: e => e.getAttribute('setCustomValidityRangeOverflow') || ''
912
+ },
913
+ {
914
+ check: (e) => e.min !== undefined && Number(e.min) > Number(e.value),
915
+ validity: 'rangeUnderflow',
916
+ message: e => e.getAttribute('setCustomValidityRangeUnderflow') || ''
917
+ }
918
+ ]
919
+ }
920
+ };
921
+
922
+ let elementType;
923
+ if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
924
+ elementType = 'input';
925
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
926
+ elementType = 'counter';
927
+ }
928
+
929
+ if (elementType) {
930
+ const rules = validationRules[elementType];
931
+
932
+ if (rules) {
933
+ Object.values(rules).flat().forEach(rule => {
934
+ if (rule.check(elem)) {
935
+ elem.validity = rule.validity;
936
+ elem.errorMessage = rule.message(elem);
937
+ }
938
+ });
939
+ }
940
+ }
941
+ }
942
+
943
+ /**
944
+ * Determines the validity state of the element based on the type attribute.
945
+ * @private
946
+ * @param {object} elem - HTML element to validate.
947
+ * @returns {void}
948
+ */
949
+ validateType(elem) {
950
+ if (elem.hasAttribute('type')) {
951
+ if (elem.type === 'email') {
952
+ const emailRegex = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/; // eslint-disable-line require-unicode-regexp
953
+
954
+ if (!elem.value.match(emailRegex)) {
955
+ elem.validity = 'patternMismatch';
956
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || '';
957
+ return;
958
+ }
959
+ } else if (elem.type === 'credit-card') {
960
+ if (elem.value.length > 0 && elem.value.length < elem.validationCCLength) {
961
+ elem.validity = 'tooShort';
962
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || '';
963
+ return;
964
+ }
965
+ } else if (elem.type === 'number') {
966
+ if (elem.max !== undefined && Number(elem.max) < Number(elem.value)) {
967
+ elem.validity = 'rangeOverflow';
968
+ elem.errorMessage = elem.setCustomValidityRangeOverflow || elem.setCustomValidity || '';
969
+ return;
970
+ }
971
+
972
+ if (elem.min !== undefined && elem.value?.length > 0 && Number(elem.min) > Number(elem.value)) {
973
+ elem.validity = 'rangeUnderflow';
974
+ elem.errorMessage = elem.setCustomValidityRangeUnderflow || elem.setCustomValidity || '';
975
+ return;
976
+ }
977
+ } else if (elem.type === 'date' && elem.value?.length > 0) {
978
+
979
+ // Guard Clause: if the value is too short
980
+ if (elem.value?.length < elem.lengthForType) {
981
+
982
+ elem.validity = 'tooShort';
983
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || '';
984
+ return;
985
+ }
986
+
987
+ // Guard Clause: If the value is too long for the type
988
+ if (elem.value?.length > elem.lengthForType) {
989
+
990
+ elem.validity = 'tooLong';
991
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || '';
992
+ return;
993
+ }
994
+
995
+ // Validate that the date passed was the correct format
996
+ if (!dateAndFormatMatch(elem.value, elem.format)) {
997
+ elem.validity = 'patternMismatch';
998
+ elem.errorMessage = elem.setCustomValidityForType || elem.setCustomValidity || 'Invalid Date Format Entered';
999
+ return;
1000
+ }
1001
+
1002
+ // Validate that the date passed was a valid date
1003
+ if (!validDateStr(elem.value, elem.format)) {
1004
+ elem.validity = 'invalidDate';
1005
+ elem.errorMessage = elem.setCustomValidityInvalidDate || elem.setCustomValidity || 'Invalid Date Entered';
1006
+ return;
1007
+ }
1008
+
1009
+ // Perform the rest of the validation
1010
+ const formattedValue = toNorthAmericanFormat(elem.value, elem.format);
1011
+ const valueDate = new Date(formattedValue);
1012
+
1013
+ // // Validate max date
1014
+ if (elem.max?.length === elem.lengthForType) {
1015
+
1016
+ const maxDate = new Date(toNorthAmericanFormat(elem.max, elem.format));
1017
+
1018
+ if (valueDate > maxDate) {
1019
+ elem.validity = 'rangeOverflow';
1020
+ elem.errorMessage = elem.setCustomValidityRangeOverflow || elem.setCustomValidity || '';
1021
+ return;
1022
+ }
1023
+ }
1024
+
1025
+ // Validate min date
1026
+ if (elem.min?.length === elem.lengthForType) {
1027
+ const minDate = new Date(toNorthAmericanFormat(elem.min, elem.format));
1028
+
1029
+ if (valueDate < minDate) {
1030
+ elem.validity = 'rangeUnderflow';
1031
+ elem.errorMessage = elem.setCustomValidityRangeUnderflow || elem.setCustomValidity || '';
1032
+ return;
1033
+ }
1034
+ }
1035
+ }
1036
+ }
1037
+ }
1038
+
1039
+ /**
1040
+ * Determines the validity state of the element.
1041
+ * @param {object} elem - HTML element to validate.
1042
+ * @param {boolean} force - Boolean that forces validation to run.
1043
+ * @returns {void}
1044
+ */
1045
+ validate(elem, force) {
1046
+ this.getInputElements(elem);
1047
+ this.getAuroInputs(elem);
1048
+
1049
+ // Check if validation should run
1050
+ let validationShouldRun =
1051
+
1052
+ // If the validation was forced
1053
+ force ||
1054
+
1055
+ // If the validation should run on input
1056
+ elem.validateOnInput ||
1057
+
1058
+ // State-based checks
1059
+ (
1060
+ // Element is not currently focused
1061
+ !elem.contains(document.activeElement) && // native input is not focused directly
1062
+ !document.activeElement.shadowRoot?.contains(elem) && // native input is not focused in the shadow DOM of another component
1063
+
1064
+ // And element has been touched or is untouched but has a value
1065
+ ( elem.touched || (!elem.touched && typeof elem.value !== "undefined") )
1066
+ );
1067
+
1068
+ if (elem.hasAttribute('error')) {
1069
+ elem.validity = 'customError';
1070
+ elem.errorMessage = elem.setCustomValidityCustomError || elem.error || elem.setCustomValidity || '';
1071
+ validationShouldRun = false;
1072
+ } else if (validationShouldRun) {
1073
+ elem.validity = 'valid';
1074
+ elem.errorMessage = '';
1075
+
1076
+ /**
1077
+ * Only validate once we interact with the datepicker
1078
+ * elem.value === undefined is the initial state pre-interaction.
1079
+ *
1080
+ * The validityState definitions are located at https://developer.mozilla.org/en-US/docs/Web/API/ValidityState.
1081
+ */
1082
+
1083
+ let hasValue = false;
1084
+
1085
+ // Check string for having a value
1086
+ if (typeof elem.value === "string") {
1087
+ hasValue = elem.value && elem.value.length > 0;
1088
+ }
1089
+
1090
+ // Check array value types for having a value
1091
+ if (Array.isArray(elem.value)) {
1092
+ hasValue = Boolean(
1093
+ elem.value.length > 0 &&
1094
+ elem.value.some((value) => typeof value === "string" && value.length > 0)
1095
+ );
1096
+ }
1097
+
1098
+ // If there is a second input in the elem and that value is undefined or an empty string set hasValue to false;
1099
+ if (this.auroInputElements?.length === 2) {
1100
+ if (!this.auroInputElements[1].value || this.auroInputElements[1].length === 0) {
1101
+ hasValue = false;
1102
+ }
1103
+ }
1104
+
1105
+ if (!hasValue && elem.required && elem.touched) {
1106
+ elem.validity = 'valueMissing';
1107
+ elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
1108
+ } else if (hasValue && this.runtimeUtils.elementMatch(elem, 'auro-input')) {
1109
+ this.validateType(elem);
1110
+ this.validateElementAttributes(elem);
1111
+ } else if (hasValue && (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group'))) {
1112
+ this.validateElementAttributes(elem);
1113
+ }
1114
+ }
1115
+
1116
+ if (this.auroInputElements?.length > 0 && elem.validity !== "valueMissing") {
1117
+ elem.validity = this.auroInputElements[0].validity;
1118
+ elem.errorMessage = this.auroInputElements[0].errorMessage;
1119
+
1120
+ // multiple input in one components (datepicker)
1121
+ // combobox has 2 inputs but no need to check validity on the 2nd one which is in fullscreen bib.
1122
+ if (elem.validity === 'valid' && this.auroInputElements.length > 1 && !this.runtimeUtils.elementMatch(elem, 'auro-combobox')) {
1123
+ elem.validity = this.auroInputElements[1].validity;
1124
+ elem.errorMessage = this.auroInputElements[1].errorMessage;
1125
+ }
1126
+ }
1127
+
1128
+ if (validationShouldRun || elem.hasAttribute('error')) {
1129
+ // Use the validity message override if it is declared
1130
+ if (elem.validity && elem.validity !== 'valid' && elem.ValidityMessageOverride) {
1131
+ elem.errorMessage = elem.ValidityMessageOverride;
1132
+ }
1133
+
1134
+ this.getErrorMessage(elem);
1135
+
1136
+ elem.dispatchEvent(new CustomEvent('auroFormElement-validated', {
1137
+ bubbles: true,
1138
+ composed: true,
1139
+ detail: {
1140
+ validity: elem.validity,
1141
+ message: elem.errorMessage
1142
+ }
1143
+ }));
1144
+ }
1145
+ }
1146
+
1147
+ /**
1148
+ * Gets all the HTML5 `inputs` in the element shadow DOM.
1149
+ * @private
1150
+ * @param {object} elem - HTML element to validate.
1151
+ * @returns {void}
1152
+ */
1153
+ getInputElements(elem) {
1154
+ this.inputElements = elem.renderRoot.querySelectorAll('input');
1155
+ }
1156
+
1157
+ /**
1158
+ * Gets all the `auro-inputs` in the element shadow DOM.
1159
+ * @private
1160
+ * @param {object} elem - HTML element to validate.
1161
+ * @returns {void}
1162
+ */
1163
+ getAuroInputs(elem) {
1164
+ this.auroInputElements = elem.shadowRoot.querySelectorAll('auro-input, [auro-input]');
1165
+ }
1166
+
1167
+ /**
1168
+ * Return appropriate error message.
1169
+ * @private
1170
+ * @param {object} elem - HTML element to validate.
1171
+ * @returns {void}
1172
+ */
1173
+ getErrorMessage(elem) {
1174
+ if (elem.validity !== 'valid') {
1175
+ if (elem.setCustomValidity) {
1176
+ elem.errorMessage = elem.setCustomValidity;
1177
+ } else if (this.runtimeUtils.elementMatch(elem, 'auro-input') && elem.errorMessage === '') {
1178
+ const input = elem.renderRoot.querySelector('input');
1179
+
1180
+ if (input.validationMessage.length > 0) {
1181
+ elem.errorMessage = input.validationMessage;
1182
+ }
1183
+ } else if (this.inputElements?.length > 0 && elem.errorMessage === '') {
1184
+ const firstInput = this.inputElements[0];
1185
+
1186
+ if (firstInput.validationMessage.length > 0) {
1187
+ elem.errorMessage = firstInput.validationMessage;
1188
+ } else if (this.inputElements?.length === 2) {
1189
+ const secondInput = this.inputElements[1];
1190
+
1191
+ if (secondInput.validationMessage.length > 0) {
1192
+ elem.errorMessage = secondInput.validationMessage;
1193
+ }
1194
+ }
1195
+ }
1196
+ } else {
1197
+ elem.errorMessage = '';
1198
+ }
1199
+ }
1200
+ }
1201
+
1202
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1203
+ // See LICENSE in the project root for license information.
1204
+
1205
+
1206
+ class AuroDependencyVersioning {
1207
+
1208
+ /**
1209
+ * Generates a unique string to be used for child auro element naming.
1210
+ * @private
1211
+ * @param {string} baseName - Defines the first part of the unique element name.
1212
+ * @param {string} version - Version of the component that will be appended to the baseName.
1213
+ * @returns {string} - Unique string to be used for naming.
1214
+ */
1215
+ generateElementName(baseName, version) {
1216
+ let result = baseName;
1217
+
1218
+ result += '-';
1219
+ result += version.replace(/[.]/g, '_');
1220
+
1221
+ return result;
1222
+ }
1223
+
1224
+ /**
1225
+ * Generates a unique string to be used for child auro element naming.
1226
+ * @param {string} baseName - Defines the first part of the unique element name.
1227
+ * @param {string} version - Version of the component that will be appended to the baseName.
1228
+ * @returns {string} - Unique string to be used for naming.
1229
+ */
1230
+ generateTag(baseName, version, tagClass) {
1231
+ const elementName = this.generateElementName(baseName, version);
1232
+ const tag = i`${s(elementName)}`;
1233
+
1234
+ if (!customElements.get(elementName)) {
1235
+ customElements.define(elementName, class extends tagClass {});
1236
+ }
1237
+
1238
+ return tag;
1239
+ }
1240
+ }
1241
+
1242
+ var styleCss$1 = i$5`:host{display:block;padding-bottom:var(--ds-size-150, 0.75rem)}.displayFlex legend+slot{display:flex;white-space:nowrap}fieldset{all:unset}legend{margin-bottom:var(--ds-size-150, 0.75rem)}[auro-helptext]{margin-top:var(--ds-size-150, 0.75rem)}`;
1243
+
1244
+ var colorCss$1 = i$5`:host{color:var(--ds-auro-checkbox-group-text-color)}:host([disabled]){--ds-auro-checkbox-group-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([onDark]){--ds-auro-checkbox-group-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][disabled]){--ds-auro-checkbox-group-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
1245
+
1246
+ var colorCss = i$5`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
1247
+
1248
+ var styleCss = i$5`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:host{position:relative;display:block}.helptext-wrapper{display:none}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
1249
+
1250
+ var tokensCss = i$5`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
1251
+
1252
+ // Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
1253
+ // See LICENSE in the project root for license information.
1254
+
1255
+ // ---------------------------------------------------------------------
1256
+
1257
+ /* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
1258
+
1259
+ class AuroLibraryRuntimeUtils {
1260
+
1261
+ /* eslint-disable jsdoc/require-param */
1262
+
1263
+ /**
1264
+ * This will register a new custom element with the browser.
1265
+ * @param {String} name - The name of the custom element.
1266
+ * @param {Object} componentClass - The class to register as a custom element.
1267
+ * @returns {void}
1268
+ */
1269
+ registerComponent(name, componentClass) {
1270
+ if (!customElements.get(name)) {
1271
+ customElements.define(name, class extends componentClass {});
1272
+ }
1273
+ }
1274
+
1275
+ /**
1276
+ * Finds and returns the closest HTML Element based on a selector.
1277
+ * @returns {void}
1278
+ */
1279
+ closestElement(
1280
+ selector, // selector like in .closest()
1281
+ base = this, // extra functionality to skip a parent
1282
+ __Closest = (el, found = el && el.closest(selector)) =>
1283
+ !el || el === document || el === window
1284
+ ? null // standard .closest() returns null for non-found selectors also
1285
+ : found
1286
+ ? found // found a selector INside this element
1287
+ : __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
1288
+ ) {
1289
+ return __Closest(base);
1290
+ }
1291
+ /* eslint-enable jsdoc/require-param */
1292
+
1293
+ /**
1294
+ * If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
1295
+ * @param {Object} elem - The element to check.
1296
+ * @param {String} tagName - The name of the Auro component to check for or add as an attribute.
1297
+ * @returns {void}
1298
+ */
1299
+ handleComponentTagRename(elem, tagName) {
1300
+ const tag = tagName.toLowerCase();
1301
+ const elemTag = elem.tagName.toLowerCase();
1302
+
1303
+ if (elemTag !== tag) {
1304
+ elem.setAttribute(tag, true);
1305
+ }
1306
+ }
1307
+
1308
+ /**
1309
+ * Validates if an element is a specific Auro component.
1310
+ * @param {Object} elem - The element to validate.
1311
+ * @param {String} tagName - The name of the Auro component to check against.
1312
+ * @returns {Boolean} - Returns true if the element is the specified Auro component.
1313
+ */
1314
+ elementMatch(elem, tagName) {
1315
+ const tag = tagName.toLowerCase();
1316
+ const elemTag = elem.tagName.toLowerCase();
1317
+
1318
+ return elemTag === tag || elem.hasAttribute(tag);
1319
+ }
1320
+ }
1321
+
1322
+ // Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1323
+ // See LICENSE in the project root for license information.
1324
+
1325
+
1326
+ /**
1327
+ * Displays help text or error messages within form elements - Internal Use Only.
1328
+ */
1329
+ class AuroHelpText extends i$2 {
1330
+
1331
+ constructor() {
1332
+ super();
1333
+
1334
+ this.error = false;
1335
+ this.onDark = false;
1336
+ this.hasTextContent = false;
1337
+
1338
+ AuroLibraryRuntimeUtils.prototype.handleComponentTagRename(this, 'auro-helptext');
1339
+ }
1340
+
1341
+ static get styles() {
1342
+ return [
1343
+ colorCss,
1344
+ styleCss,
1345
+ tokensCss
1346
+ ];
1347
+ }
1348
+
1349
+ // function to define props used within the scope of this component
1350
+ static get properties() {
1351
+ return {
1352
+
1353
+ /**
1354
+ * @private
1355
+ */
1356
+ slotNodes: {
1357
+ type: Boolean,
1358
+ },
1359
+
1360
+ /**
1361
+ * @private
1362
+ */
1363
+ hasTextContent: {
1364
+ type: Boolean,
1365
+ },
1366
+
1367
+ /**
1368
+ * If declared, make font color red.
1369
+ */
1370
+ error: {
1371
+ type: Boolean,
1372
+ reflect: true,
1373
+ },
1374
+
1375
+ /**
1376
+ * If declared, will apply onDark styles.
1377
+ */
1378
+ onDark: {
1379
+ type: Boolean,
1380
+ reflect: true
1381
+ }
1382
+ };
1383
+ }
1384
+
1385
+ /**
1386
+ * This will register this element with the browser.
1387
+ * @param {string} [name="auro-helptext"] - The name of element that you want to register to.
1388
+ *
1389
+ * @example
1390
+ * AuroCheckbox.register("custom-helptext") // this will register this element to <custom-helptext/>
1391
+ *
1392
+ */
1393
+ static register(name = "auro-helptext") {
1394
+ AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroHelpText);
1395
+ }
1396
+
1397
+ updated() {
1398
+ this.handleSlotChange();
1399
+ }
1400
+
1401
+ handleSlotChange(event) {
1402
+ if (event) {
1403
+ this.slotNodes = event.target.assignedNodes();
1404
+ }
1405
+
1406
+ this.hasTextContent = this.checkSlotsForContent(this.slotNodes);
1407
+ }
1408
+
1409
+ /**
1410
+ * Checks if any of the provided nodes or their nested slot nodes contain non-empty text content.
1411
+ *
1412
+ * @param {NodeList|Array} nodes - The list of nodes to check for content.
1413
+ * @returns {boolean} - Returns true if any node or nested slot node contains non-empty text content, otherwise false.
1414
+ * @private
1415
+ */
1416
+ checkSlotsForContent(nodes) {
1417
+ if (!nodes) {
1418
+ return false;
1419
+ }
1420
+
1421
+ return nodes.some((node) => {
1422
+ if (node.textContent.trim()) {
1423
+ return true;
1424
+ }
1425
+
1426
+ if (!node.querySelector) {
1427
+ return false;
1428
+ }
1429
+
1430
+ const nestedSlot = node.tagName === 'SLOT' ? node : node.querySelector('slot');
1431
+ if (!nestedSlot) {
1432
+ return false;
1433
+ }
1434
+
1435
+ const nestedSlotNodes = nestedSlot.assignedNodes();
1436
+ return this.checkSlotsForContent(nestedSlotNodes);
1437
+ });
1438
+ }
1439
+
1440
+ // function that renders the HTML and CSS into the scope of the component
1441
+ render() {
1442
+ return x`
1443
+ <div class="helptext-wrapper body-xs" ?visible="${this.hasTextContent}">
1444
+ <slot @slotchange=${this.handleSlotChange}></slot>
1445
+ </div>
1446
+ `;
1447
+ }
1448
+ }
1449
+
1450
+ var helpTextVersion = '1.0.0';
1451
+
1452
+ // Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
1453
+ // See LICENSE in the project root for license information.
1454
+
1455
+
1456
+ /**
1457
+ * The auro-checkbox-group element is a wrapper for auro-checkbox element.
1458
+ *
1459
+ * @slot {HTMLSlotElement} legend - Allows for the legend to be overridden.
1460
+ * @slot {HTMLSlotElement} optionalLabel - Allows overriding the optional display text "(optional)", which appears next to the label.
1461
+ * @slot {HTMLSlotElement} helpText - Allows for the helper text to be overridden.
1462
+ * @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` values have changed.
1463
+ */
1464
+
1465
+ class AuroCheckboxGroup extends i$2 {
1466
+ constructor() {
1467
+ super();
1468
+
1469
+ this.validity = undefined;
1470
+ this.disabled = undefined;
1471
+ this.required = false;
1472
+ this.horizontal = false;
1473
+ this.onDark = false;
1474
+
1475
+ /**
1476
+ * Indicates whether the checkbox group is in a dirty state (has been interacted with).
1477
+ * @type {boolean}
1478
+ * @default false
1479
+ * @private
1480
+ */
1481
+ this.touched = false;
1482
+
1483
+ /**
1484
+ * @private
1485
+ */
1486
+ this.value = undefined;
1487
+
1488
+ /**
1489
+ * @private
1490
+ */
1491
+ this.index = 0;
1492
+
1493
+ /**
1494
+ * @private
1495
+ */
1496
+ this.maxNumber = 3;
1497
+
1498
+ /**
1499
+ * @private
1500
+ */
1501
+ this.validation = new AuroFormValidation();
1502
+
1503
+ /**
1504
+ * @private
1505
+ */
1506
+ this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
1507
+
1508
+ /**
1509
+ * Generate unique names for dependency components.
1510
+ */
1511
+ const versioning = new AuroDependencyVersioning();
1512
+
1513
+ /**
1514
+ * @private
1515
+ */
1516
+ this.helpTextTag = versioning.generateTag('auro-formkit-checkbox-helptext', helpTextVersion, AuroHelpText);
1517
+ }
1518
+
1519
+ static get styles() {
1520
+ return [
1521
+ styleCss$1,
1522
+ colorCss$1,
1523
+ tokensCss$1
1524
+ ];
1525
+ }
1526
+
1527
+ static get properties() {
1528
+ return {
1529
+ ...super.properties,
1530
+
1531
+ /**
1532
+ * If set, disables the checkbox group.
1533
+ */
1534
+ disabled: {
1535
+ type: Boolean,
1536
+ reflect: true
1537
+ },
1538
+
1539
+ /**
1540
+ * When defined, sets persistent validity to `customError` and sets the validation message to the attribute value.
1541
+ */
1542
+ error: {
1543
+ type: String,
1544
+ reflect: true
1545
+ },
1546
+
1547
+ /**
1548
+ * If set, checkboxes will be aligned horizontally.
1549
+ */
1550
+ horizontal: {
1551
+ type: Boolean,
1552
+ reflect: true
1553
+ },
1554
+
1555
+ /**
1556
+ * If set, disables auto-validation on blur.
1557
+ */
1558
+ noValidate: {
1559
+ type: Boolean,
1560
+ reflect: true
1561
+ },
1562
+
1563
+ /**
1564
+ * Sets onDark styles for component.
1565
+ */
1566
+ onDark: {
1567
+ type: Boolean,
1568
+ reflect: true
1569
+ },
1570
+
1571
+ /**
1572
+ * Populates the `required` attribute on the element. Used for client-side validation.
1573
+ */
1574
+ required: {
1575
+ type: Boolean,
1576
+ reflect: true
1577
+ },
1578
+
1579
+ /**
1580
+ * Sets a custom help text message to display for all validityStates.
1581
+ */
1582
+ setCustomValidity: {
1583
+ type: String
1584
+ },
1585
+
1586
+ /**
1587
+ * Custom help text message to display when validity = `customError`.
1588
+ */
1589
+ setCustomValidityCustomError: {
1590
+ type: String
1591
+ },
1592
+
1593
+ /**
1594
+ * Custom help text message to display when validity = `valueMissing`.
1595
+ */
1596
+ setCustomValidityValueMissing: {
1597
+ type: String
1598
+ },
1599
+
1600
+ /**
1601
+ * Specifies the `validityState` this element is in.
1602
+ */
1603
+ validity: {
1604
+ type: String,
1605
+ reflect: true
1606
+ }
1607
+ };
1608
+ }
1609
+
1610
+ /**
1611
+ * This will register this element with the browser.
1612
+ * @param {string} [name="auro-checkbox-group"] - The name of element that you want to register to.
1613
+ *
1614
+ * @example
1615
+ * AuroCheckboxGroup.register("custom-checkbox-group") // this will register this element to <custom-checkbox-group/>
1616
+ *
1617
+ */
1618
+ static register(name = "auro-checkbox-group") {
1619
+ AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroCheckboxGroup);
1620
+ }
1621
+
1622
+ connectedCallback() {
1623
+ super.connectedCallback();
1624
+ this.handleItems();
1625
+ }
1626
+
1627
+ /**
1628
+ * Helper method to handle checkbox value changing.
1629
+ * @private
1630
+ * @param {String} value - The value of the checkbox.
1631
+ * @param {Boolean} selected - The checked state of the checkbox.
1632
+ * @returns {void}
1633
+ */
1634
+ handleValueUpdate(value, selected) {
1635
+ if (selected) {
1636
+ // add if it isn't already in the value list
1637
+ if (!this.value.includes(value)) {
1638
+ this.value.push(value);
1639
+ }
1640
+ } else if (this.value.indexOf(value) > -1) { // eslint-disable-line no-magic-numbers
1641
+ // remove if it is in the value list
1642
+ const index = this.value.indexOf(value);
1643
+
1644
+ this.value.splice(index, 1);
1645
+ }
1646
+
1647
+ this.dispatchEvent(new CustomEvent('input', {
1648
+ bubbles: true,
1649
+ cancelable: false,
1650
+ composed: true,
1651
+ }));
1652
+
1653
+ this.validate(true);
1654
+ }
1655
+
1656
+ firstUpdated() {
1657
+ // Add the tag name as an attribute if it is different than the component name
1658
+ this.runtimeUtils.handleComponentTagRename(this, 'auro-checkbox-group');
1659
+
1660
+ // must declare this function as a variable to correctly pass the reference to the removeEventListener
1661
+ const checkFocusWithin = function(evt) {
1662
+ if (document.auroCheckboxGroupActive && !document.auroCheckboxGroupActive.contains(evt.target)) {
1663
+ // if focus has left the group, cleanup and validate
1664
+ document.auroCheckboxGroupActive.focusWithin = false;
1665
+ window.removeEventListener('focusin', checkFocusWithin);
1666
+ document.removeEventListener('click', checkFocusWithin);
1667
+ // execute the validation
1668
+ document.auroCheckboxGroupActive.validation.validate(document.auroCheckboxGroupActive);
1669
+ }
1670
+ };
1671
+
1672
+ this.addEventListener('auroCheckbox-focusin', () => {
1673
+ this.touched = true;
1674
+
1675
+ if (!this.value) {
1676
+ this.value = [];
1677
+ }
1678
+
1679
+ // handle click outside the group
1680
+ if (!this.focusWithin) {
1681
+ document.addEventListener('click', checkFocusWithin);
1682
+ }
1683
+
1684
+ this.focusWithin = true;
1685
+ });
1686
+
1687
+ this.addEventListener('auroCheckbox-focusout', () => {
1688
+ document.auroCheckboxGroupActive = this;
1689
+
1690
+ // Only add the focusWithin check event listener once as you move focus through the options
1691
+ if (this.focusWithin) {
1692
+ window.addEventListener('focusin', checkFocusWithin);
1693
+ } else {
1694
+ this.focusWithin = true;
1695
+ }
1696
+ });
1697
+
1698
+ this.addEventListener('auroCheckbox-input', (evt) => {
1699
+ this.handleValueUpdate(evt.target.value, evt.target.checked);
1700
+ });
1701
+ }
1702
+
1703
+ /**
1704
+ * Helper method that handles the state of preselected checkboxes.
1705
+ * @private
1706
+ * @returns {void}
1707
+ */
1708
+ handlePreselectedItems() {
1709
+ let preSelectedValues = false;
1710
+
1711
+ this.checkboxes.forEach((item) => {
1712
+ if (item.hasAttribute('checked') && this.value === undefined) {
1713
+ preSelectedValues = true;
1714
+ }
1715
+ });
1716
+
1717
+ if (preSelectedValues) {
1718
+ if (!this.value) {
1719
+ this.value = [];
1720
+ }
1721
+
1722
+ this.checkboxes.forEach((item) => {
1723
+ this.handleValueUpdate(item.getAttribute('value'), Boolean(item.hasAttribute('checked')));
1724
+ });
1725
+ }
1726
+ }
1727
+
1728
+ /**
1729
+ * Helper method that handles the state of checkboxes.
1730
+ * @private
1731
+ * @returns {void}
1732
+ */
1733
+ handleItems() {
1734
+ const groupTagName = this.tagName.toLowerCase();
1735
+ const checkboxTagName = groupTagName.substring(0, groupTagName.indexOf('-group'));
1736
+
1737
+ this.checkboxes = Array.from(this.querySelectorAll(checkboxTagName));
1738
+
1739
+ this.handlePreselectedItems();
1740
+
1741
+ this.validate();
1742
+ }
1743
+
1744
+ /**
1745
+ * Resets component to initial state.
1746
+ * @returns {void}
1747
+ */
1748
+ reset() {
1749
+ this.checkboxes.forEach((checkbox) => {
1750
+ checkbox.reset();
1751
+ });
1752
+
1753
+ this.validation.reset(this);
1754
+ }
1755
+
1756
+ /**
1757
+ * LitElement lifecycle method. Called after the DOM has been updated.
1758
+ * @param {Map<string, any>} changedProperties - Keys are the names of changed properties, values are the corresponding previous values.
1759
+ * @returns {void}
1760
+ */
1761
+ updated(changedProperties) {
1762
+ if (changedProperties.has('layout')) {
1763
+ this.checkboxes.forEach((el) => {
1764
+ el.layout = this.layout;
1765
+ });
1766
+ }
1767
+
1768
+ if (changedProperties.has('disabled')) {
1769
+ this.checkboxes.forEach((el) => {
1770
+ if (this.disabled) {
1771
+ el.setAttribute('disabled', true);
1772
+ } else {
1773
+ el.removeAttribute('disabled');
1774
+ }
1775
+ });
1776
+ }
1777
+
1778
+ if (changedProperties.has('validity')) {
1779
+ this.checkboxes.forEach((el) => {
1780
+ if (this.validity && this.validity !== 'valid') {
1781
+ el.setAttribute('error', true);
1782
+ } else {
1783
+ el.removeAttribute('error');
1784
+ }
1785
+ });
1786
+ }
1787
+
1788
+ if (changedProperties.has('required')) {
1789
+ if (this.required) {
1790
+ this.setAttribute('aria-required', true);
1791
+ } else {
1792
+ this.removeAttribute('aria-required');
1793
+ }
1794
+ }
1795
+
1796
+ if (changedProperties.has('onDark')) {
1797
+ this.checkboxes.forEach((el) => {
1798
+ el.onDark = this.onDark;
1799
+ });
1800
+ }
1801
+
1802
+ if (changedProperties.has('error')) {
1803
+ if (this.error) {
1804
+ this.setAttribute('aria-invalid', true);
1805
+ } else {
1806
+ this.removeAttribute('aria-invalid');
1807
+ }
1808
+
1809
+ this.validate(true);
1810
+ }
1811
+ }
1812
+
1813
+ /**
1814
+ * Validates value.
1815
+ * @param {boolean} [force=false] - Whether to force validation.
1816
+ */
1817
+ validate(force = false) {
1818
+ this.validation.validate(this, force);
1819
+ }
1820
+
1821
+ render() {
1822
+ const groupClasses = {
1823
+ 'displayFlex': this.horizontal && this.checkboxes.length <= this.maxNumber
1824
+ };
1825
+
1826
+ return u`
1827
+ <fieldset class="${e(groupClasses)}">
1828
+ <legend>
1829
+ <slot name="legend"></slot>
1830
+ ${this.required ? undefined : u`<slot name="optionalLabel"> (optional)</slot>`}
1831
+ </legend>
1832
+ <slot @slotchange=${this.handleItems}></slot>
1833
+ </fieldset>
1834
+
1835
+ ${!this.validity || this.validity === undefined || this.validity === 'valid'
1836
+ ? u`
1837
+ <${this.helpTextTag} part="helpText" ?onDark="${this.onDark}">
1838
+ <slot name="helpText"></slot>
1839
+ </${this.helpTextTag}>`
1840
+ : u`
1841
+ <${this.helpTextTag} error ?onDark="${this.onDark}" role="alert" aria-live="assertive" part="helpText">
1842
+ ${this.errorMessage}
1843
+ </${this.helpTextTag}>`
1844
+ }
1845
+ `;
1846
+ }
1847
+ }
1848
+
1849
+ AuroCheckbox.register(); // registering to `auro-checkbox`
1850
+ AuroCheckboxGroup.register(); // registering to `auro-checkbox-group`
1851
+
1852
+ AuroCheckbox.register('custom-checkbox');
1853
+ AuroCheckboxGroup.register('custom-checkbox-group');
1854
+
1855
+ function initExamples(initCount) {
1856
+ initCount = initCount || 0;
1857
+
1858
+ try {
1859
+ resetStateExample();
1860
+ } catch (error) {
1861
+ if (initCount <= 20) {
1862
+ // setTimeout handles issue where content is sometimes loaded after the functions get called
1863
+ setTimeout(() => {
1864
+ initExamples(initCount + 1);
1865
+ }, 100);
1866
+ }
1867
+ }
1868
+ }
1869
+
1870
+ export { initExamples };