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