@aurodesignsystem-dev/auro-formkit 0.0.0-pr1595.0 → 0.0.0-pr1595.2
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.
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.md +2 -2
- package/components/combobox/demo/customize.min.js +26 -10
- package/components/combobox/demo/getting-started.min.js +26 -10
- package/components/combobox/demo/index.min.js +26 -10
- package/components/combobox/dist/auro-combobox.d.ts +10 -22
- package/components/combobox/dist/index.js +22 -8
- package/components/combobox/dist/registered.js +22 -8
- package/components/counter/demo/api.md +1 -1
- package/components/counter/demo/customize.min.js +6 -3
- package/components/counter/demo/index.min.js +6 -3
- package/components/counter/dist/auro-counter-group.d.ts +4 -4
- package/components/counter/dist/index.js +6 -3
- package/components/counter/dist/registered.js +6 -3
- package/components/datepicker/demo/api.md +3 -3
- package/components/datepicker/demo/customize.min.js +39 -10
- package/components/datepicker/demo/index.min.js +39 -10
- package/components/datepicker/dist/auro-calendar-cell.d.ts +4 -5
- package/components/datepicker/dist/auro-calendar-month.d.ts +2 -4
- package/components/datepicker/dist/auro-calendar.d.ts +10 -7
- package/components/datepicker/dist/auro-datepicker.d.ts +14 -19
- package/components/datepicker/dist/index.js +39 -10
- package/components/datepicker/dist/registered.js +39 -10
- package/components/dropdown/demo/api.md +1 -1
- package/components/dropdown/demo/customize.min.js +3 -2
- package/components/dropdown/demo/getting-started.min.js +16 -6
- package/components/dropdown/demo/index.min.js +3 -2
- package/components/dropdown/dist/auro-dropdown.d.ts +3 -6
- package/components/dropdown/dist/index.js +3 -2
- package/components/dropdown/dist/registered.js +3 -2
- package/components/form/demo/customize.min.js +92 -33
- package/components/form/demo/getting-started.min.js +92 -33
- package/components/form/demo/index.min.js +92 -33
- package/components/form/demo/registerDemoDeps.min.js +92 -33
- package/components/input/demo/customize.min.js +13 -4
- package/components/input/demo/getting-started.min.js +13 -4
- package/components/input/demo/index.min.js +13 -4
- package/components/input/dist/base-input.d.ts +12 -3
- package/components/input/dist/index.js +13 -4
- package/components/input/dist/registered.js +13 -4
- package/components/menu/demo/api.md +4 -3
- package/components/menu/demo/index.min.js +4 -2
- package/components/menu/dist/auro-menu.d.ts +3 -9
- package/components/menu/dist/auro-menuoption.d.ts +1 -1
- package/components/menu/dist/index.js +4 -2
- package/components/menu/dist/registered.js +4 -2
- package/components/radio/demo/api.md +1 -1
- package/components/radio/demo/customize.min.js +2 -1
- package/components/radio/demo/getting-started.min.js +2 -1
- package/components/radio/demo/index.min.js +2 -1
- package/components/radio/dist/auro-radio-group.d.ts +2 -4
- package/components/radio/dist/index.js +2 -1
- package/components/radio/dist/registered.js +2 -1
- package/components/select/demo/customize.min.js +9 -6
- package/components/select/demo/getting-started.min.js +9 -6
- package/components/select/demo/index.min.js +9 -6
- package/components/select/dist/auro-select.d.ts +1 -1
- package/components/select/dist/index.js +5 -4
- package/components/select/dist/registered.js +5 -4
- package/custom-elements.json +1542 -1582
- package/package.json +1 -1
|
@@ -11781,6 +11781,8 @@ class AuroCalendarCell extends i$1 {
|
|
|
11781
11781
|
this.min = null;
|
|
11782
11782
|
this.max = null;
|
|
11783
11783
|
this.disabled = false;
|
|
11784
|
+
|
|
11785
|
+
/** @type {number[]} */
|
|
11784
11786
|
this.disabledDays = [];
|
|
11785
11787
|
this.isCurrentDate = false;
|
|
11786
11788
|
this._locale = null;
|
|
@@ -11862,6 +11864,7 @@ class AuroCalendarCell extends i$1 {
|
|
|
11862
11864
|
* consumers should migrate to `auro-datepicker.blackoutDates`
|
|
11863
11865
|
* (YYYY-MM-DD ISO strings). The calendar emits a one-time
|
|
11864
11866
|
* deprecation warning the first time a non-empty value is observed.
|
|
11867
|
+
* @type {number[]}
|
|
11865
11868
|
*/
|
|
11866
11869
|
disabledDays: {
|
|
11867
11870
|
type: Array,
|
|
@@ -12798,6 +12801,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
|
|
|
12798
12801
|
|
|
12799
12802
|
/**
|
|
12800
12803
|
* Names of all 12 months. When omitted, names are derived from `localeCode`.
|
|
12804
|
+
* @type {string[]}
|
|
12801
12805
|
*/
|
|
12802
12806
|
monthNames: {
|
|
12803
12807
|
type: Array,
|
|
@@ -13821,7 +13825,7 @@ class AuroBibtemplate extends i$1 {
|
|
|
13821
13825
|
}
|
|
13822
13826
|
}
|
|
13823
13827
|
|
|
13824
|
-
var formkitVersion$2 = '
|
|
13828
|
+
var formkitVersion$2 = '202608300041';
|
|
13825
13829
|
|
|
13826
13830
|
let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$5`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$4 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$3=i$3`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
|
|
13827
13831
|
`,u$6=i$3`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .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, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),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, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),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, .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, .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, .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, .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, .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, .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(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
|
|
@@ -13965,6 +13969,10 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13965
13969
|
// Initialize the backing field directly so the constructor's default
|
|
13966
13970
|
// empty array doesn't trigger the deprecation warning. Assignments from
|
|
13967
13971
|
// consumers still route through the setter below.
|
|
13972
|
+
/**
|
|
13973
|
+
* @private
|
|
13974
|
+
* @type {number[]}
|
|
13975
|
+
*/
|
|
13968
13976
|
this._disabledDays = [];
|
|
13969
13977
|
|
|
13970
13978
|
/**
|
|
@@ -13973,7 +13981,9 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13973
13981
|
this.numCalendars = undefined;
|
|
13974
13982
|
|
|
13975
13983
|
/**
|
|
13984
|
+
* Captured light-DOM slot nodes, keyed by slot name, forwarded into the bib.
|
|
13976
13985
|
* @private
|
|
13986
|
+
* @type {Record<string, Node[]>}
|
|
13977
13987
|
*/
|
|
13978
13988
|
this.slots = {};
|
|
13979
13989
|
|
|
@@ -14093,6 +14103,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14093
14103
|
/**
|
|
14094
14104
|
* Dropdown element that contains the calendar.
|
|
14095
14105
|
* @private
|
|
14106
|
+
* @type {HTMLElement}
|
|
14096
14107
|
*/
|
|
14097
14108
|
dropdown: {
|
|
14098
14109
|
type: Object
|
|
@@ -14183,6 +14194,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14183
14194
|
|
|
14184
14195
|
/**
|
|
14185
14196
|
* Names of all 12 months. When omitted, names are derived from `localeCode`.
|
|
14197
|
+
* @type {string[]}
|
|
14186
14198
|
*/
|
|
14187
14199
|
monthNames: {
|
|
14188
14200
|
type: Array,
|
|
@@ -19620,7 +19632,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$1 {
|
|
|
19620
19632
|
}
|
|
19621
19633
|
};
|
|
19622
19634
|
|
|
19623
|
-
var formkitVersion$1 = '
|
|
19635
|
+
var formkitVersion$1 = '202608300041';
|
|
19624
19636
|
|
|
19625
19637
|
/**
|
|
19626
19638
|
* AuroElement is the shared base class for layout-aware Auro form components.
|
|
@@ -20160,7 +20172,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
20160
20172
|
*/
|
|
20161
20173
|
hasTriggerContent: {
|
|
20162
20174
|
type: Boolean,
|
|
20163
|
-
attribute:
|
|
20175
|
+
attribute: false
|
|
20164
20176
|
},
|
|
20165
20177
|
|
|
20166
20178
|
/**
|
|
@@ -20283,6 +20295,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
20283
20295
|
|
|
20284
20296
|
/**
|
|
20285
20297
|
* If declared, and a function is set, that function will execute when the slot content is updated.
|
|
20298
|
+
* @type {() => void}
|
|
20286
20299
|
*/
|
|
20287
20300
|
onSlotChange: {
|
|
20288
20301
|
type: Function,
|
|
@@ -31706,7 +31719,10 @@ class BaseInput extends AuroElement$1 {
|
|
|
31706
31719
|
// during its own update cycle sees a populated util instance.
|
|
31707
31720
|
this.activeLabel = false;
|
|
31708
31721
|
|
|
31709
|
-
/**
|
|
31722
|
+
/**
|
|
31723
|
+
* @private
|
|
31724
|
+
* @type {string[]}
|
|
31725
|
+
*/
|
|
31710
31726
|
this.allowedInputTypes = [
|
|
31711
31727
|
"text",
|
|
31712
31728
|
"number",
|
|
@@ -31719,7 +31735,10 @@ class BaseInput extends AuroElement$1 {
|
|
|
31719
31735
|
/** @type {'default' | 'inverse'} */
|
|
31720
31736
|
this.appearance = "default";
|
|
31721
31737
|
|
|
31722
|
-
/**
|
|
31738
|
+
/**
|
|
31739
|
+
* @private
|
|
31740
|
+
* @type {Record<string, string>}
|
|
31741
|
+
*/
|
|
31723
31742
|
this.dateFormatMap = {
|
|
31724
31743
|
'mm/dd/yyyy': 'dateMMDDYYYY',
|
|
31725
31744
|
'dd/mm/yyyy': 'dateDDMMYYYY',
|
|
@@ -31765,7 +31784,10 @@ class BaseInput extends AuroElement$1 {
|
|
|
31765
31784
|
this.setCustomValidityForType = undefined;
|
|
31766
31785
|
// Credit Card is intentionally excluded — its mask manages the cursor
|
|
31767
31786
|
// itself, and listing it here caused cursor placement issues in Safari.
|
|
31768
|
-
/**
|
|
31787
|
+
/**
|
|
31788
|
+
* @private
|
|
31789
|
+
* @type {string[]}
|
|
31790
|
+
*/
|
|
31769
31791
|
this.setSelectionInputTypes = [
|
|
31770
31792
|
"text",
|
|
31771
31793
|
"password",
|
|
@@ -33476,7 +33498,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$1 {
|
|
|
33476
33498
|
}
|
|
33477
33499
|
};
|
|
33478
33500
|
|
|
33479
|
-
var formkitVersion = '
|
|
33501
|
+
var formkitVersion = '202608300041';
|
|
33480
33502
|
|
|
33481
33503
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
33482
33504
|
// See LICENSE in the project root for license information.
|
|
@@ -35033,6 +35055,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35033
35055
|
// If `calendarStartDate` is set, use that as the central date. Otherwise, use the current date.
|
|
35034
35056
|
this.calendarRenderUtil.updateCentralDate(this, this.calendarStartDateObject ?? new Date());
|
|
35035
35057
|
|
|
35058
|
+
/** @type {'default' | 'inverse'} */
|
|
35036
35059
|
this.appearance = "default";
|
|
35037
35060
|
this.touched = false;
|
|
35038
35061
|
this.disabled = false;
|
|
@@ -35046,6 +35069,8 @@ class AuroDatePicker extends AuroElement {
|
|
|
35046
35069
|
this.rangeLabelInRange = 'in range';
|
|
35047
35070
|
this.rangeLabelAfterRange = 'after range';
|
|
35048
35071
|
this.rangeLabelEndPreview = 'previewing range end';
|
|
35072
|
+
|
|
35073
|
+
/** @type {string[]} */
|
|
35049
35074
|
this.blackoutDates = [];
|
|
35050
35075
|
this.blackoutLabel = 'unavailable';
|
|
35051
35076
|
this.navLabelPrevMonth = 'Previous month';
|
|
@@ -35072,6 +35097,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35072
35097
|
|
|
35073
35098
|
/**
|
|
35074
35099
|
* @private
|
|
35100
|
+
* @type {HTMLElement[]}
|
|
35075
35101
|
*/
|
|
35076
35102
|
this.dateSlotContent = [];
|
|
35077
35103
|
|
|
@@ -35216,6 +35242,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35216
35242
|
* `blackoutDates[i] = ...`, `blackoutDates.splice(...)`) will not
|
|
35217
35243
|
* invalidate the cache and the new entries will be silently ignored.
|
|
35218
35244
|
* To update, reassign the property: `el.blackoutDates = [...el.blackoutDates, '2024-12-25']`.
|
|
35245
|
+
* @type {string[]}
|
|
35219
35246
|
*/
|
|
35220
35247
|
blackoutDates: {
|
|
35221
35248
|
type: Array,
|
|
@@ -35338,13 +35365,13 @@ class AuroDatePicker extends AuroElement {
|
|
|
35338
35365
|
*/
|
|
35339
35366
|
hasAllValues: {
|
|
35340
35367
|
type: Boolean,
|
|
35341
|
-
attribute:
|
|
35368
|
+
attribute: false,
|
|
35342
35369
|
reflect: false
|
|
35343
35370
|
},
|
|
35344
35371
|
|
|
35345
35372
|
hasFocus: {
|
|
35346
35373
|
type: Boolean,
|
|
35347
|
-
attribute:
|
|
35374
|
+
attribute: false,
|
|
35348
35375
|
reflect: false,
|
|
35349
35376
|
},
|
|
35350
35377
|
|
|
@@ -35353,7 +35380,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35353
35380
|
*/
|
|
35354
35381
|
hasValue: {
|
|
35355
35382
|
type: Boolean,
|
|
35356
|
-
attribute:
|
|
35383
|
+
attribute: false,
|
|
35357
35384
|
reflect: false,
|
|
35358
35385
|
},
|
|
35359
35386
|
|
|
@@ -35439,6 +35466,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35439
35466
|
/**
|
|
35440
35467
|
* Names of all 12 months to render in the calendar.
|
|
35441
35468
|
* When omitted, month names will be automatically populated from the active `locale` (falling back to `en-US`).
|
|
35469
|
+
* @type {string[]}
|
|
35442
35470
|
*/
|
|
35443
35471
|
monthNames: {
|
|
35444
35472
|
type: Array,
|
|
@@ -35607,6 +35635,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35607
35635
|
/**
|
|
35608
35636
|
* Dates that the user should have for reference as part of their decision-making when selecting a date.
|
|
35609
35637
|
* This should be a JSON string array of ISO date strings (`YYYY-MM-DD`).
|
|
35638
|
+
* @type {string[]}
|
|
35610
35639
|
*/
|
|
35611
35640
|
referenceDates: {
|
|
35612
35641
|
type: Array,
|
|
@@ -11781,6 +11781,8 @@ class AuroCalendarCell extends i$1 {
|
|
|
11781
11781
|
this.min = null;
|
|
11782
11782
|
this.max = null;
|
|
11783
11783
|
this.disabled = false;
|
|
11784
|
+
|
|
11785
|
+
/** @type {number[]} */
|
|
11784
11786
|
this.disabledDays = [];
|
|
11785
11787
|
this.isCurrentDate = false;
|
|
11786
11788
|
this._locale = null;
|
|
@@ -11862,6 +11864,7 @@ class AuroCalendarCell extends i$1 {
|
|
|
11862
11864
|
* consumers should migrate to `auro-datepicker.blackoutDates`
|
|
11863
11865
|
* (YYYY-MM-DD ISO strings). The calendar emits a one-time
|
|
11864
11866
|
* deprecation warning the first time a non-empty value is observed.
|
|
11867
|
+
* @type {number[]}
|
|
11865
11868
|
*/
|
|
11866
11869
|
disabledDays: {
|
|
11867
11870
|
type: Array,
|
|
@@ -12798,6 +12801,7 @@ class AuroCalendarMonth extends RangeDatepickerCalendar {
|
|
|
12798
12801
|
|
|
12799
12802
|
/**
|
|
12800
12803
|
* Names of all 12 months. When omitted, names are derived from `localeCode`.
|
|
12804
|
+
* @type {string[]}
|
|
12801
12805
|
*/
|
|
12802
12806
|
monthNames: {
|
|
12803
12807
|
type: Array,
|
|
@@ -13821,7 +13825,7 @@ class AuroBibtemplate extends i$1 {
|
|
|
13821
13825
|
}
|
|
13822
13826
|
}
|
|
13823
13827
|
|
|
13824
|
-
var formkitVersion$2 = '
|
|
13828
|
+
var formkitVersion$2 = '202608300041';
|
|
13825
13829
|
|
|
13826
13830
|
let l$1 = class l{generateElementName(t,e){let o=t;return o+="-",o+=e.replace(/[.]/g,"_"),o}generateTag(o,s,a){const r=this.generateElementName(o,s),i=i$5`${s$5(r)}`;return customElements.get(r)||customElements.define(r,class extends a{}),i}};let d$1 = class d{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}getSlotText(t,e){const o=t.shadowRoot?.querySelector(`slot[name="${e}"]`),s=(o?.assignedNodes({flatten:true})||[]).map(t=>t.textContent?.trim()).join(" ").trim();return s||null}};let h$4 = class h{registerComponent(t,e){customElements.get(t)||customElements.define(t,class extends e{});}closestElement(t,e=this,o=(e,s=e&&e.closest(t))=>e&&e!==document&&e!==window?s||o(e.getRootNode().host):null){return o(e)}handleComponentTagRename(t,e){const o=e.toLowerCase();t.tagName.toLowerCase()!==o&&t.setAttribute(o,true);}elementMatch(t,e){const o=e.toLowerCase();return t.tagName.toLowerCase()===o||t.hasAttribute(o)}};var c$3=i$3`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]),:host([appearance=brand]){--ds-auro-loader-color: var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]),:host([appearance=inverse]){--ds-auro-loader-color: var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color: transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color: currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color: currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}
|
|
13827
13831
|
`,u$6=i$3`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, .875rem);line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, .75rem);line-height:var(--wcss-body-xs-line-height, 1rem)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:var(--wcss-body-2xs-font-size, .625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, .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, 450);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),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, 450);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),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, .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, .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, .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, .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, .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, .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(.875rem, 1.1666666667vw, .875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, .1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}:focus:not(:focus-visible){outline:3px solid transparent}:host,:host>span{position:relative}:host{width:2rem;height:2rem;display:inline-block;font-size:0}:host>span{position:absolute;display:inline-block;float:none;top:0;left:0;width:2rem;height:2rem;border-radius:100%;border-style:solid;border-width:0;box-sizing:border-box}:host([xs]),:host([xs])>span{width:1.2rem;height:1.2rem}:host([sm]),:host([sm])>span{width:3rem;height:3rem}:host([md]),:host([md])>span{width:5rem;height:5rem}:host([lg]),:host([lg])>span{width:8rem;height:8rem}:host{--margin: .375rem;--margin-xs: .2rem;--margin-sm: .5rem;--margin-md: .75rem;--margin-lg: 1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin) * 6);height:calc(1rem + var(--margin) * 2)}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(1.95rem + var(--margin-xs) * 6);height:calc(.65rem + var(--margin-xs) * 2)}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm) * 6);height:calc(2rem + var(--margin-sm) * 2)}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md) * 6);height:calc(3rem + var(--margin-md) * 2)}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg) * 6);height:calc(5rem + var(--margin-lg) * 2)}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-.4s}:host([pulse])>span:nth-child(2){animation-delay:-.2s}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,to{opacity:.1;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}}:host([orbit]),:host([orbit])>span{opacity:1}:host([orbit])>span{border-width:5px}:host([orbit])>span:nth-child(2){animation:orbit 2s linear infinite}:host([orbit][sm])>span{border-width:8px}:host([orbit][md])>span{border-width:13px}:host([orbit][lg])>span{border-width:21px}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:host([ringworm])>svg{animation:rotate 2s linear infinite;height:100%;width:100%;stroke:currentcolor;stroke-width:8}:host([ringworm]) .path{stroke-dashoffset:0;animation:ringworm 1.5s ease-in-out infinite;stroke-linecap:round}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}:host([laser]){position:static;width:100%;display:block;height:0;overflow:hidden;font-size:unset}:host([laser])>span{position:fixed;width:100%;height:.25rem;border-radius:0;z-index:100}:host([laser])>span:nth-child(1){border-color:currentcolor;opacity:.25}:host([laser])>span:nth-child(2){border-color:currentcolor;animation:laser 2s linear infinite;opacity:1;width:50%}:host([laser][sm])>span:nth-child(2){width:20%}:host([laser][md])>span:nth-child(2){width:30%}:host([laser][lg])>span:nth-child(2){width:50%;animation-duration:1.5s}:host([laser][xl])>span:nth-child(2){width:80%;animation-duration:1.5s}@keyframes laser{0%{left:-100%}to{left:110%}}:host>.no-animation{display:none}@media (prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center}:host>span{opacity:1}:host>.loader{display:none}:host>svg{display:none}:host>.no-animation{display:block}}
|
|
@@ -13965,6 +13969,10 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13965
13969
|
// Initialize the backing field directly so the constructor's default
|
|
13966
13970
|
// empty array doesn't trigger the deprecation warning. Assignments from
|
|
13967
13971
|
// consumers still route through the setter below.
|
|
13972
|
+
/**
|
|
13973
|
+
* @private
|
|
13974
|
+
* @type {number[]}
|
|
13975
|
+
*/
|
|
13968
13976
|
this._disabledDays = [];
|
|
13969
13977
|
|
|
13970
13978
|
/**
|
|
@@ -13973,7 +13981,9 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
13973
13981
|
this.numCalendars = undefined;
|
|
13974
13982
|
|
|
13975
13983
|
/**
|
|
13984
|
+
* Captured light-DOM slot nodes, keyed by slot name, forwarded into the bib.
|
|
13976
13985
|
* @private
|
|
13986
|
+
* @type {Record<string, Node[]>}
|
|
13977
13987
|
*/
|
|
13978
13988
|
this.slots = {};
|
|
13979
13989
|
|
|
@@ -14093,6 +14103,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14093
14103
|
/**
|
|
14094
14104
|
* Dropdown element that contains the calendar.
|
|
14095
14105
|
* @private
|
|
14106
|
+
* @type {HTMLElement}
|
|
14096
14107
|
*/
|
|
14097
14108
|
dropdown: {
|
|
14098
14109
|
type: Object
|
|
@@ -14183,6 +14194,7 @@ class AuroCalendar extends RangeDatepicker {
|
|
|
14183
14194
|
|
|
14184
14195
|
/**
|
|
14185
14196
|
* Names of all 12 months. When omitted, names are derived from `localeCode`.
|
|
14197
|
+
* @type {string[]}
|
|
14186
14198
|
*/
|
|
14187
14199
|
monthNames: {
|
|
14188
14200
|
type: Array,
|
|
@@ -19620,7 +19632,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$1 {
|
|
|
19620
19632
|
}
|
|
19621
19633
|
};
|
|
19622
19634
|
|
|
19623
|
-
var formkitVersion$1 = '
|
|
19635
|
+
var formkitVersion$1 = '202608300041';
|
|
19624
19636
|
|
|
19625
19637
|
/**
|
|
19626
19638
|
* AuroElement is the shared base class for layout-aware Auro form components.
|
|
@@ -20160,7 +20172,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
20160
20172
|
*/
|
|
20161
20173
|
hasTriggerContent: {
|
|
20162
20174
|
type: Boolean,
|
|
20163
|
-
attribute:
|
|
20175
|
+
attribute: false
|
|
20164
20176
|
},
|
|
20165
20177
|
|
|
20166
20178
|
/**
|
|
@@ -20283,6 +20295,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
20283
20295
|
|
|
20284
20296
|
/**
|
|
20285
20297
|
* If declared, and a function is set, that function will execute when the slot content is updated.
|
|
20298
|
+
* @type {() => void}
|
|
20286
20299
|
*/
|
|
20287
20300
|
onSlotChange: {
|
|
20288
20301
|
type: Function,
|
|
@@ -31706,7 +31719,10 @@ class BaseInput extends AuroElement$1 {
|
|
|
31706
31719
|
// during its own update cycle sees a populated util instance.
|
|
31707
31720
|
this.activeLabel = false;
|
|
31708
31721
|
|
|
31709
|
-
/**
|
|
31722
|
+
/**
|
|
31723
|
+
* @private
|
|
31724
|
+
* @type {string[]}
|
|
31725
|
+
*/
|
|
31710
31726
|
this.allowedInputTypes = [
|
|
31711
31727
|
"text",
|
|
31712
31728
|
"number",
|
|
@@ -31719,7 +31735,10 @@ class BaseInput extends AuroElement$1 {
|
|
|
31719
31735
|
/** @type {'default' | 'inverse'} */
|
|
31720
31736
|
this.appearance = "default";
|
|
31721
31737
|
|
|
31722
|
-
/**
|
|
31738
|
+
/**
|
|
31739
|
+
* @private
|
|
31740
|
+
* @type {Record<string, string>}
|
|
31741
|
+
*/
|
|
31723
31742
|
this.dateFormatMap = {
|
|
31724
31743
|
'mm/dd/yyyy': 'dateMMDDYYYY',
|
|
31725
31744
|
'dd/mm/yyyy': 'dateDDMMYYYY',
|
|
@@ -31765,7 +31784,10 @@ class BaseInput extends AuroElement$1 {
|
|
|
31765
31784
|
this.setCustomValidityForType = undefined;
|
|
31766
31785
|
// Credit Card is intentionally excluded — its mask manages the cursor
|
|
31767
31786
|
// itself, and listing it here caused cursor placement issues in Safari.
|
|
31768
|
-
/**
|
|
31787
|
+
/**
|
|
31788
|
+
* @private
|
|
31789
|
+
* @type {string[]}
|
|
31790
|
+
*/
|
|
31769
31791
|
this.setSelectionInputTypes = [
|
|
31770
31792
|
"text",
|
|
31771
31793
|
"password",
|
|
@@ -33476,7 +33498,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$1 {
|
|
|
33476
33498
|
}
|
|
33477
33499
|
};
|
|
33478
33500
|
|
|
33479
|
-
var formkitVersion = '
|
|
33501
|
+
var formkitVersion = '202608300041';
|
|
33480
33502
|
|
|
33481
33503
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
33482
33504
|
// See LICENSE in the project root for license information.
|
|
@@ -35033,6 +35055,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35033
35055
|
// If `calendarStartDate` is set, use that as the central date. Otherwise, use the current date.
|
|
35034
35056
|
this.calendarRenderUtil.updateCentralDate(this, this.calendarStartDateObject ?? new Date());
|
|
35035
35057
|
|
|
35058
|
+
/** @type {'default' | 'inverse'} */
|
|
35036
35059
|
this.appearance = "default";
|
|
35037
35060
|
this.touched = false;
|
|
35038
35061
|
this.disabled = false;
|
|
@@ -35046,6 +35069,8 @@ class AuroDatePicker extends AuroElement {
|
|
|
35046
35069
|
this.rangeLabelInRange = 'in range';
|
|
35047
35070
|
this.rangeLabelAfterRange = 'after range';
|
|
35048
35071
|
this.rangeLabelEndPreview = 'previewing range end';
|
|
35072
|
+
|
|
35073
|
+
/** @type {string[]} */
|
|
35049
35074
|
this.blackoutDates = [];
|
|
35050
35075
|
this.blackoutLabel = 'unavailable';
|
|
35051
35076
|
this.navLabelPrevMonth = 'Previous month';
|
|
@@ -35072,6 +35097,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35072
35097
|
|
|
35073
35098
|
/**
|
|
35074
35099
|
* @private
|
|
35100
|
+
* @type {HTMLElement[]}
|
|
35075
35101
|
*/
|
|
35076
35102
|
this.dateSlotContent = [];
|
|
35077
35103
|
|
|
@@ -35216,6 +35242,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35216
35242
|
* `blackoutDates[i] = ...`, `blackoutDates.splice(...)`) will not
|
|
35217
35243
|
* invalidate the cache and the new entries will be silently ignored.
|
|
35218
35244
|
* To update, reassign the property: `el.blackoutDates = [...el.blackoutDates, '2024-12-25']`.
|
|
35245
|
+
* @type {string[]}
|
|
35219
35246
|
*/
|
|
35220
35247
|
blackoutDates: {
|
|
35221
35248
|
type: Array,
|
|
@@ -35338,13 +35365,13 @@ class AuroDatePicker extends AuroElement {
|
|
|
35338
35365
|
*/
|
|
35339
35366
|
hasAllValues: {
|
|
35340
35367
|
type: Boolean,
|
|
35341
|
-
attribute:
|
|
35368
|
+
attribute: false,
|
|
35342
35369
|
reflect: false
|
|
35343
35370
|
},
|
|
35344
35371
|
|
|
35345
35372
|
hasFocus: {
|
|
35346
35373
|
type: Boolean,
|
|
35347
|
-
attribute:
|
|
35374
|
+
attribute: false,
|
|
35348
35375
|
reflect: false,
|
|
35349
35376
|
},
|
|
35350
35377
|
|
|
@@ -35353,7 +35380,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35353
35380
|
*/
|
|
35354
35381
|
hasValue: {
|
|
35355
35382
|
type: Boolean,
|
|
35356
|
-
attribute:
|
|
35383
|
+
attribute: false,
|
|
35357
35384
|
reflect: false,
|
|
35358
35385
|
},
|
|
35359
35386
|
|
|
@@ -35439,6 +35466,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35439
35466
|
/**
|
|
35440
35467
|
* Names of all 12 months to render in the calendar.
|
|
35441
35468
|
* When omitted, month names will be automatically populated from the active `locale` (falling back to `en-US`).
|
|
35469
|
+
* @type {string[]}
|
|
35442
35470
|
*/
|
|
35443
35471
|
monthNames: {
|
|
35444
35472
|
type: Array,
|
|
@@ -35607,6 +35635,7 @@ class AuroDatePicker extends AuroElement {
|
|
|
35607
35635
|
/**
|
|
35608
35636
|
* Dates that the user should have for reference as part of their decision-making when selecting a date.
|
|
35609
35637
|
* This should be a JSON string array of ISO date strings (`YYYY-MM-DD`).
|
|
35638
|
+
* @type {string[]}
|
|
35610
35639
|
*/
|
|
35611
35640
|
referenceDates: {
|
|
35612
35641
|
type: Array,
|
|
@@ -67,11 +67,9 @@ export class AuroCalendarCell extends LitElement {
|
|
|
67
67
|
* consumers should migrate to `auro-datepicker.blackoutDates`
|
|
68
68
|
* (YYYY-MM-DD ISO strings). The calendar emits a one-time
|
|
69
69
|
* deprecation warning the first time a non-empty value is observed.
|
|
70
|
+
* @type {number[]}
|
|
70
71
|
*/
|
|
71
|
-
disabledDays:
|
|
72
|
-
type: ArrayConstructor;
|
|
73
|
-
attribute: string;
|
|
74
|
-
};
|
|
72
|
+
disabledDays: number[];
|
|
75
73
|
/**
|
|
76
74
|
* Whether this cell represents the current date (today).
|
|
77
75
|
*/
|
|
@@ -116,7 +114,8 @@ export class AuroCalendarCell extends LitElement {
|
|
|
116
114
|
min: any;
|
|
117
115
|
max: any;
|
|
118
116
|
disabled: boolean;
|
|
119
|
-
|
|
117
|
+
/** @type {number[]} */
|
|
118
|
+
disabledDays: number[];
|
|
120
119
|
isCurrentDate: boolean;
|
|
121
120
|
_locale: any;
|
|
122
121
|
dateStr: string | null;
|
|
@@ -24,11 +24,9 @@ export class AuroCalendarMonth extends RangeDatepickerCalendar {
|
|
|
24
24
|
};
|
|
25
25
|
/**
|
|
26
26
|
* Names of all 12 months. When omitted, names are derived from `localeCode`.
|
|
27
|
+
* @type {string[]}
|
|
27
28
|
*/
|
|
28
|
-
monthNames:
|
|
29
|
-
type: ArrayConstructor;
|
|
30
|
-
attribute: string;
|
|
31
|
-
};
|
|
29
|
+
monthNames: string[];
|
|
32
30
|
};
|
|
33
31
|
/**
|
|
34
32
|
* Returns month name to be rendered in the calendar header.
|
|
@@ -48,10 +48,9 @@ export class AuroCalendar extends RangeDatepicker {
|
|
|
48
48
|
/**
|
|
49
49
|
* Dropdown element that contains the calendar.
|
|
50
50
|
* @private
|
|
51
|
+
* @type {HTMLElement}
|
|
51
52
|
*/
|
|
52
|
-
dropdown:
|
|
53
|
-
type: ObjectConstructor;
|
|
54
|
-
};
|
|
53
|
+
dropdown: HTMLElement;
|
|
55
54
|
/**
|
|
56
55
|
* Flag indicating if the calendar is in fullscreen mode.
|
|
57
56
|
*/
|
|
@@ -128,11 +127,9 @@ export class AuroCalendar extends RangeDatepicker {
|
|
|
128
127
|
};
|
|
129
128
|
/**
|
|
130
129
|
* Names of all 12 months. When omitted, names are derived from `localeCode`.
|
|
130
|
+
* @type {string[]}
|
|
131
131
|
*/
|
|
132
|
-
monthNames:
|
|
133
|
-
type: ArrayConstructor;
|
|
134
|
-
attribute: string;
|
|
135
|
-
};
|
|
132
|
+
monthNames: string[];
|
|
136
133
|
};
|
|
137
134
|
/**
|
|
138
135
|
* Per-class flag that gates the `disabledDays` deprecation warning so it
|
|
@@ -197,13 +194,19 @@ export class AuroCalendar extends RangeDatepicker {
|
|
|
197
194
|
* Support will be removed in a future major release.
|
|
198
195
|
* @private
|
|
199
196
|
*/
|
|
197
|
+
/**
|
|
198
|
+
* @private
|
|
199
|
+
* @type {number[]}
|
|
200
|
+
*/
|
|
200
201
|
private _disabledDays;
|
|
201
202
|
/**
|
|
202
203
|
* @private
|
|
203
204
|
*/
|
|
204
205
|
private numCalendars;
|
|
205
206
|
/**
|
|
207
|
+
* Captured light-DOM slot nodes, keyed by slot name, forwarded into the bib.
|
|
206
208
|
* @private
|
|
209
|
+
* @type {Record<string, Node[]>}
|
|
207
210
|
*/
|
|
208
211
|
private slots;
|
|
209
212
|
/**
|
|
@@ -68,12 +68,9 @@ export class AuroDatePicker extends AuroElement {
|
|
|
68
68
|
* `blackoutDates[i] = ...`, `blackoutDates.splice(...)`) will not
|
|
69
69
|
* invalidate the cache and the new entries will be silently ignored.
|
|
70
70
|
* To update, reassign the property: `el.blackoutDates = [...el.blackoutDates, '2024-12-25']`.
|
|
71
|
+
* @type {string[]}
|
|
71
72
|
*/
|
|
72
|
-
blackoutDates:
|
|
73
|
-
type: ArrayConstructor;
|
|
74
|
-
attribute: string;
|
|
75
|
-
reflect: boolean;
|
|
76
|
-
};
|
|
73
|
+
blackoutDates: string[];
|
|
77
74
|
/**
|
|
78
75
|
* Label announced for blackout (disabled but in-range) date cells.
|
|
79
76
|
* @default 'unavailable'
|
|
@@ -173,12 +170,12 @@ export class AuroDatePicker extends AuroElement {
|
|
|
173
170
|
*/
|
|
174
171
|
hasAllValues: {
|
|
175
172
|
type: BooleanConstructor;
|
|
176
|
-
attribute:
|
|
173
|
+
attribute: boolean;
|
|
177
174
|
reflect: boolean;
|
|
178
175
|
};
|
|
179
176
|
hasFocus: {
|
|
180
177
|
type: BooleanConstructor;
|
|
181
|
-
attribute:
|
|
178
|
+
attribute: boolean;
|
|
182
179
|
reflect: boolean;
|
|
183
180
|
};
|
|
184
181
|
/**
|
|
@@ -186,7 +183,7 @@ export class AuroDatePicker extends AuroElement {
|
|
|
186
183
|
*/
|
|
187
184
|
hasValue: {
|
|
188
185
|
type: BooleanConstructor;
|
|
189
|
-
attribute:
|
|
186
|
+
attribute: boolean;
|
|
190
187
|
reflect: boolean;
|
|
191
188
|
};
|
|
192
189
|
/**
|
|
@@ -247,11 +244,9 @@ export class AuroDatePicker extends AuroElement {
|
|
|
247
244
|
/**
|
|
248
245
|
* Names of all 12 months to render in the calendar.
|
|
249
246
|
* When omitted, month names will be automatically populated from the active `locale` (falling back to `en-US`).
|
|
247
|
+
* @type {string[]}
|
|
250
248
|
*/
|
|
251
|
-
monthNames:
|
|
252
|
-
type: ArrayConstructor;
|
|
253
|
-
attribute: string;
|
|
254
|
-
};
|
|
249
|
+
monthNames: string[];
|
|
255
250
|
/**
|
|
256
251
|
* Accessible label for the next month navigation button.
|
|
257
252
|
* @default 'Next month'
|
|
@@ -395,12 +390,9 @@ export class AuroDatePicker extends AuroElement {
|
|
|
395
390
|
/**
|
|
396
391
|
* Dates that the user should have for reference as part of their decision-making when selecting a date.
|
|
397
392
|
* This should be a JSON string array of ISO date strings (`YYYY-MM-DD`).
|
|
393
|
+
* @type {string[]}
|
|
398
394
|
*/
|
|
399
|
-
referenceDates:
|
|
400
|
-
type: ArrayConstructor;
|
|
401
|
-
attribute: string;
|
|
402
|
-
reflect: boolean;
|
|
403
|
-
};
|
|
395
|
+
referenceDates: string[];
|
|
404
396
|
/**
|
|
405
397
|
* Populates the `required` attribute on the input. Used for client-side validation.
|
|
406
398
|
*/
|
|
@@ -519,7 +511,8 @@ export class AuroDatePicker extends AuroElement {
|
|
|
519
511
|
* @private
|
|
520
512
|
*/
|
|
521
513
|
private domHandler;
|
|
522
|
-
|
|
514
|
+
/** @type {'default' | 'inverse'} */
|
|
515
|
+
appearance: "default" | "inverse";
|
|
523
516
|
touched: boolean;
|
|
524
517
|
disabled: boolean;
|
|
525
518
|
dvInputOnly: boolean;
|
|
@@ -532,7 +525,8 @@ export class AuroDatePicker extends AuroElement {
|
|
|
532
525
|
rangeLabelInRange: string;
|
|
533
526
|
rangeLabelAfterRange: string;
|
|
534
527
|
rangeLabelEndPreview: string;
|
|
535
|
-
|
|
528
|
+
/** @type {string[]} */
|
|
529
|
+
blackoutDates: string[];
|
|
536
530
|
blackoutLabel: string;
|
|
537
531
|
navLabelPrevMonth: string;
|
|
538
532
|
navLabelNextMonth: string;
|
|
@@ -555,6 +549,7 @@ export class AuroDatePicker extends AuroElement {
|
|
|
555
549
|
largeFullscreenHeadline: boolean;
|
|
556
550
|
/**
|
|
557
551
|
* @private
|
|
552
|
+
* @type {HTMLElement[]}
|
|
558
553
|
*/
|
|
559
554
|
private dateSlotContent;
|
|
560
555
|
/**
|