@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.6 → 0.0.0-pr624.61
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/bibtemplate/dist/auro-bibtemplate.d.ts +12 -2
- package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +1214 -83
- package/components/bibtemplate/dist/registered.js +1214 -83
- package/components/checkbox/README.md +1 -1
- package/components/checkbox/demo/api.html +16 -10
- package/components/checkbox/demo/api.md +47 -14
- package/components/checkbox/demo/api.min.js +65 -42
- package/components/checkbox/demo/index.html +16 -10
- package/components/checkbox/demo/index.md +2 -2
- package/components/checkbox/demo/index.min.js +65 -42
- package/components/checkbox/demo/readme.html +16 -9
- package/components/checkbox/demo/readme.md +1 -1
- package/components/checkbox/dist/auro-checkbox-group.d.ts +1 -1
- package/components/checkbox/dist/auro-checkbox.d.ts +3 -3
- package/components/checkbox/dist/index.js +65 -42
- package/components/checkbox/dist/registered.js +65 -42
- package/components/combobox/demo/api.html +16 -10
- package/components/combobox/demo/api.md +113 -8
- package/components/combobox/demo/api.min.js +3052 -926
- package/components/combobox/demo/index.html +16 -10
- package/components/combobox/demo/index.md +6 -30
- package/components/combobox/demo/index.min.js +3052 -926
- package/components/combobox/demo/readme.html +16 -9
- package/components/combobox/dist/auro-combobox.d.ts +42 -8
- package/components/combobox/dist/index.js +2773 -743
- package/components/combobox/dist/registered.js +2773 -743
- package/components/counter/demo/api.html +17 -10
- package/components/counter/demo/api.md +156 -21
- package/components/counter/demo/api.min.js +6728 -4118
- package/components/counter/demo/index.html +17 -10
- package/components/counter/demo/index.md +185 -34
- package/components/counter/demo/index.min.js +6728 -4118
- package/components/counter/demo/readme.html +16 -9
- package/components/counter/dist/auro-counter-button.d.ts +2 -0
- package/components/counter/dist/auro-counter-group.d.ts +151 -11
- package/components/counter/dist/auro-counter.d.ts +16 -0
- package/components/counter/dist/helptextVersion.d.ts +2 -0
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +6728 -4118
- package/components/counter/dist/registered.js +6728 -4118
- package/components/datepicker/demo/api.html +16 -10
- package/components/datepicker/demo/api.md +25 -16
- package/components/datepicker/demo/api.min.js +11540 -7985
- package/components/datepicker/demo/index.html +16 -10
- package/components/datepicker/demo/index.md +71 -4
- package/components/datepicker/demo/index.min.js +11540 -7985
- package/components/datepicker/demo/readme.html +16 -9
- package/components/datepicker/dist/auro-datepicker.d.ts +89 -11
- package/components/datepicker/dist/buttonVersion.d.ts +1 -1
- package/components/datepicker/dist/iconVersion.d.ts +2 -0
- package/components/datepicker/dist/index.js +11603 -8048
- package/components/datepicker/dist/popoverVersion.d.ts +1 -1
- package/components/datepicker/dist/registered.js +11603 -8048
- package/components/dropdown/demo/api.html +16 -10
- package/components/dropdown/demo/api.md +81 -274
- package/components/dropdown/demo/api.min.js +429 -195
- package/components/dropdown/demo/index.html +16 -10
- package/components/dropdown/demo/index.md +92 -362
- package/components/dropdown/demo/index.min.js +429 -195
- package/components/dropdown/demo/readme.html +16 -9
- package/components/dropdown/dist/auro-dropdown.d.ts +41 -76
- package/components/dropdown/dist/auro-dropdownBib.d.ts +14 -0
- package/components/dropdown/dist/index.js +429 -195
- package/components/dropdown/dist/registered.js +429 -195
- package/components/form/demo/api.html +16 -9
- package/components/form/demo/api.min.js +1 -1
- package/components/form/demo/autocomplete.html +19 -3
- package/components/form/demo/index.html +16 -9
- package/components/form/demo/index.min.js +1 -1
- package/components/form/demo/readme.html +16 -9
- package/components/form/demo/working.html +19 -13
- package/components/form/dist/index.js +1 -1
- package/components/form/dist/registered.js +1 -1
- package/components/helptext/dist/index.js +2 -2
- package/components/helptext/dist/registered.js +2 -2
- package/components/input/README.md +5 -2
- package/components/input/demo/api.html +16 -10
- package/components/input/demo/api.md +228 -130
- package/components/input/demo/api.min.js +853 -241
- package/components/input/demo/index.html +16 -10
- package/components/input/demo/index.md +48 -32
- package/components/input/demo/index.min.js +853 -241
- package/components/input/demo/readme.html +16 -9
- package/components/input/demo/readme.md +5 -2
- package/components/input/dist/auro-input.d.ts +3 -3
- package/components/input/dist/base-input.d.ts +38 -10
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +853 -241
- package/components/input/dist/registered.js +853 -241
- package/components/layoutElement/dist/index.js +13 -10
- package/components/menu/demo/api.html +32 -10
- package/components/menu/demo/api.md +69 -8
- package/components/menu/demo/api.min.js +238 -47
- package/components/menu/demo/index.html +16 -10
- package/components/menu/demo/index.min.js +238 -47
- package/components/menu/demo/readme.html +16 -9
- package/components/menu/dist/auro-menu.d.ts +41 -7
- package/components/menu/dist/auro-menuoption.d.ts +15 -3
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +238 -47
- package/components/menu/dist/registered.js +238 -47
- package/components/menu/dist/styles/default/style-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/tokens-css.d.ts +2 -0
- package/components/radio/demo/api.html +16 -10
- package/components/radio/demo/api.md +7 -8
- package/components/radio/demo/api.min.js +88 -90
- package/components/radio/demo/index.html +16 -10
- package/components/radio/demo/index.min.js +88 -90
- package/components/radio/demo/readme.html +16 -9
- package/components/radio/dist/auro-radio-group.d.ts +1 -1
- package/components/radio/dist/auro-radio.d.ts +9 -12
- package/components/radio/dist/index.js +88 -90
- package/components/radio/dist/registered.js +88 -90
- package/components/select/demo/api.html +16 -10
- package/components/select/demo/api.js +0 -2
- package/components/select/demo/api.md +104 -57
- package/components/select/demo/api.min.js +2123 -644
- package/components/select/demo/index.html +16 -11
- package/components/select/demo/index.md +45 -158
- package/components/select/demo/index.min.js +2123 -632
- package/components/select/demo/readme.html +16 -9
- package/components/select/dist/auro-select.d.ts +57 -16
- package/components/select/dist/index.js +2047 -652
- package/components/select/dist/registered.js +2047 -652
- package/package.json +29 -26
- /package/components/{datepicker/dist/styles/emphasized/style-css.d.ts → counter/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles/default → datepicker/dist/styles/snowflake}/color-css.d.ts +0 -0
- /package/components/{dropdown/dist/styles/default → datepicker/dist/styles/snowflake}/style-css.d.ts +0 -0
- /package/components/dropdown/dist/styles/{default → classic}/bibColors-css.d.ts +0 -0
- /package/components/dropdown/dist/styles/{default → classic}/bibStyles-css.d.ts +0 -0
- /package/components/{menu/dist/styles/color-menu-css.d.ts → dropdown/dist/styles/classic/color-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/color-menuoption-css.d.ts → dropdown/dist/styles/classic/style-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{style-menu-css.d.ts → default/color-menu-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{style-menuoption-css.d.ts → default/color-menuoption-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{tokens-css.d.ts → default/style-menu-css.d.ts} +0 -0
|
@@ -116,25 +116,25 @@ const t$2=globalThis,i$3=t$2.trustedTypes,s$3=i$3?i$3.createPolicy("lit-html",{c
|
|
|
116
116
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
117
117
|
*/const s$2=globalThis;let i$2 = class i extends y$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const r=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(r,this.renderRoot,this.renderOptions);}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(true);}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(false);}render(){return T}};i$2._$litElement$=true,i$2["finalized"]=true,s$2.litElementHydrateSupport?.({LitElement:i$2});const o$2=s$2.litElementPolyfillSupport;o$2?.({LitElement:i$2});(s$2.litElementVersions??=[]).push("4.2.0");
|
|
118
118
|
|
|
119
|
-
var shapeSizeCss = i$5`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic-lg,.shape-classic-md,.shape-classic-sm,.shape-classic-xs{min-height:58px;max-height:58px;border-style:solid;border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}.shape-classic-xl.simple,.shape-classic-lg.simple,.shape-classic-md.simple,.shape-classic-sm.simple,.shape-classic-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset}.shape-classic-xl.thin,.shape-classic-lg.thin,.shape-classic-md.thin,.shape-classic-sm.thin,.shape-classic-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-classic-xl.parentBorder,.shape-classic-lg.parentBorder,.shape-classic-md.parentBorder,.shape-classic-sm.parentBorder,.shape-classic-xs.parentBorder{border:0;min-height:56px;max-height:56px}.shape-snowflake-xl,.shape-snowflake-lg,.shape-snowflake-md,.shape-snowflake-sm,.shape-snowflake-xs{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:30px}.shape-snowflake-xl.simple,.shape-snowflake-lg.simple,.shape-snowflake-md.simple,.shape-snowflake-sm.simple,.shape-snowflake-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset}.shape-snowflake-xl.thin,.shape-snowflake-lg.thin,.shape-snowflake-md.thin,.shape-snowflake-sm.thin,.shape-snowflake-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-snowflake-xl.parentBorder,.shape-snowflake-lg.parentBorder,.shape-snowflake-md.parentBorder,.shape-snowflake-sm.parentBorder,.shape-snowflake-xs.parentBorder{border:0;min-height:56px;max-height:56px}.shape-box-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent}.shape-box-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-box-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-box-xl.parentBorder{border:0;min-height:68px;max-height:68px}.shape-rounded-lg{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:6px}.shape-rounded-lg.simple{border-width:0px;min-height:56px;max-height:56px;background-color:unset}.shape-rounded-lg.thin{border-width:1px;min-height:54px;max-height:54px;background-color:unset}.shape-rounded-lg.parentBorder{border:0;min-height:52px;max-height:52px}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-pill-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-xl.parentBorder{border:0;min-height:68px;max-height:68px}.shape-pill-left-xl{min-height:
|
|
119
|
+
var shapeSizeCss = i$5`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic-lg,.shape-classic-md,.shape-classic-sm,.shape-classic-xs{min-height:58px;max-height:58px;border-style:solid;border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}.shape-classic-xl.simple,.shape-classic-lg.simple,.shape-classic-md.simple,.shape-classic-sm.simple,.shape-classic-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset;box-shadow:none}.shape-classic-xl.thin,.shape-classic-lg.thin,.shape-classic-md.thin,.shape-classic-sm.thin,.shape-classic-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-classic-xl.parentBorder,.shape-classic-lg.parentBorder,.shape-classic-md.parentBorder,.shape-classic-sm.parentBorder,.shape-classic-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.shape-snowflake-xl,.shape-snowflake-lg,.shape-snowflake-md,.shape-snowflake-sm,.shape-snowflake-xs{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:30px}.shape-snowflake-xl.simple,.shape-snowflake-lg.simple,.shape-snowflake-md.simple,.shape-snowflake-sm.simple,.shape-snowflake-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset;box-shadow:none}.shape-snowflake-xl.thin,.shape-snowflake-lg.thin,.shape-snowflake-md.thin,.shape-snowflake-sm.thin,.shape-snowflake-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-snowflake-xl.parentBorder,.shape-snowflake-lg.parentBorder,.shape-snowflake-md.parentBorder,.shape-snowflake-sm.parentBorder,.shape-snowflake-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.shape-box-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent}.shape-box-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-box-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-box-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-rounded-lg{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:6px}.shape-rounded-lg.simple{border-width:0px;min-height:56px;max-height:56px;background-color:unset;box-shadow:none}.shape-rounded-lg.thin{border-width:1px;min-height:54px;max-height:54px;background-color:unset}.shape-rounded-lg.parentBorder{border:0;box-shadow:unset;min-height:52px;max-height:52px}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-left-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-left-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-left-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-right-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-right-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-right-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-left-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-left-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-left-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-right-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-right-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-right-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}`;
|
|
120
120
|
|
|
121
|
-
var styleCss$4 = i$5`.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}`;
|
|
121
|
+
var styleCss$4 = i$5`.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}:host{display:block}.wrapper{cursor:text}.helpTextClasses{cursor:default}input{overflow:clip !important;width:100%;padding:0;border:0;background:unset;outline:none;overflow-clip-margin:0 !important;text-overflow:ellipsis}.displayValue{display:none}.displayValue.hasContent:is(.withValue):not(.hasFocus){display:flex;align-items:center}.accents:not(.util_displayHidden){display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px}`;
|
|
122
122
|
|
|
123
|
-
var styleDefaultCss = i$5`.layoutDefault .typeIcon,:host(:not([layout])) .typeIcon{display:flex;flex-direction:row;align-items:center}.layoutDefault .typeIcon [auro-icon],:host(:not([layout])) .typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.layoutDefault .notificationIcons,:host(:not([layout])) .notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .typeIcon,:host(:not([layout])[bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .notificationIcons,:host(:not([layout])[bordered]) .notificationIcons{align-items:center}:host([class=layoutDefault][bordered]) .notification:not(:first-of-type),:host(:not([layout])[bordered]) .notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .alertNotification,:host(:not([layout])[bordered]) .alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}:host([class=layoutDefault][bordered]) .passwordBtn,:host(:not([layout])[bordered]) .passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}:host([class=layoutDefault][bordered]) .notificationBtn,:host(:not([layout])[bordered]) .notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon],:host(:not([layout])[bordered]) .notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon][hidden],:host(:not([layout])[bordered]) .notificationBtn [auro-icon][hidden]{display:none}:host([class=layoutDefault]:not([bordered])) .typeIcon,:host([class=layoutDefault]:not([bordered])) .notificationIcons,:host(:not([layout]):not([bordered])) .typeIcon,:host(:not([layout]):not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}:host([class=layoutDefault]:not([bordered])) .clearBtn,:host(:not([layout]):not([bordered])) .clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}.layoutDefault .wrapper:hover .clearBtn,.layoutDefault .wrapper:focus-within .clearBtn,:host(:not([layout])) .wrapper:hover .clearBtn,:host(:not([layout])) .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host([class=layoutDefault]:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification,:host(:not([layout]):focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}.layoutDefault input,:host(:not([layout])) input{border:unset}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{position:relative;overflow:hidden;border-style:solid}:host([class=layoutDefault]:not([bordered],[borderless])) .wrapper,:host(:not([layout]):not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([class=layoutDefault][bordered]) .wrapper,:host(:not([layout])[bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host([class=layoutDefault]:not([borderless])) .wrapper:focus-within:before,:host(:not([layout]):not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([class=layoutDefault][validity]:not([validity=valid])) .wrapper:before,:host(:not([layout])[validity]:not([validity=valid])) .wrapper:before{border-bottom:0}
|
|
123
|
+
var styleDefaultCss = i$5`.layoutDefault .typeIcon,:host(:not([layout])) .typeIcon{display:flex;flex-direction:row;align-items:center}.layoutDefault .typeIcon [auro-icon],:host(:not([layout])) .typeIcon [auro-icon]{--ds-auro-icon-size: var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);margin-right:var(--ds-size-100, 0.5rem)}.layoutDefault .notificationIcons,:host(:not([layout])) .notificationIcons{display:flex;flex-direction:row;padding-right:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .typeIcon,:host(:not([layout])[bordered]) .typeIcon{padding-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .notificationIcons,:host(:not([layout])[bordered]) .notificationIcons{align-items:center}:host([class=layoutDefault][bordered]) .notification:not(:first-of-type),:host(:not([layout])[bordered]) .notification:not(:first-of-type){margin-left:var(--ds-size-100, 0.5rem)}:host([class=layoutDefault][bordered]) .alertNotification,:host(:not([layout])[bordered]) .alertNotification{width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-25, 0.125rem))}:host([class=layoutDefault][bordered]) .passwordBtn,:host(:not([layout])[bordered]) .passwordBtn{width:calc(var(--ds-size-300, 1.5rem));height:calc(var(--ds-size-300, 1.5rem))}:host([class=layoutDefault][bordered]) .notificationBtn,:host(:not([layout])[bordered]) .notificationBtn{display:block;width:var(--ds-size-300, 1.5rem);height:var(--ds-size-300, 1.5rem);padding:0;border:0;background:unset;cursor:pointer}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon],:host(:not([layout])[bordered]) .notificationBtn [auro-icon]{display:block;height:var(--ds-size-300, 1.5rem);--ds-auro-icon-size: var(--ds-size-300, 1.5rem)}:host([class=layoutDefault][bordered]) .notificationBtn [auro-icon][hidden],:host(:not([layout])[bordered]) .notificationBtn [auro-icon][hidden]{display:none}:host([class=layoutDefault]:not([bordered])) .typeIcon,:host([class=layoutDefault]:not([bordered])) .notificationIcons,:host(:not([layout]):not([bordered])) .typeIcon,:host(:not([layout]):not([bordered])) .notificationIcons{align-items:flex-end;padding-bottom:var(--ds-size-50, 0.25rem)}:host([class=layoutDefault]:not([bordered])) .clearBtn,:host(:not([layout]):not([bordered])) .clearBtn{transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1);overflow:hidden;width:0;opacity:0}.layoutDefault .wrapper:hover .clearBtn,.layoutDefault .wrapper:focus-within .clearBtn,:host(:not([layout])) .wrapper:hover .clearBtn,:host(:not([layout])) .wrapper:focus-within .clearBtn{width:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));height:calc(var(--ds-size-200, 1rem) + var(--ds-size-25, 0.125rem));opacity:1}:host([class=layoutDefault]:focus-within[type=password]) .notificationIcons[hasValue] .alertNotification,:host(:not([layout]):focus-within[type=password]) .notificationIcons[hasValue] .alertNotification{overflow:hidden;width:0;height:0;padding:0;margin:0;visibility:hidden}.layoutDefault input,:host(:not([layout])) input{border:unset}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{position:relative;overflow:hidden;border-style:solid}:host([class=layoutDefault]:not([bordered],[borderless])) .wrapper,:host(:not([layout]):not([bordered],[borderless])) .wrapper{border-width:1px 0}:host([class=layoutDefault][bordered]) .wrapper,:host(:not([layout])[bordered]) .wrapper{border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}:host([class=layoutDefault]:not([borderless])) .wrapper:focus-within:before,:host(:not([layout]):not([borderless])) .wrapper:focus-within:before{position:absolute;display:block;border-bottom-width:1px;border-bottom-style:solid;content:"";inset:0;pointer-events:none}:host([class=layoutDefault][validity]:not([validity=valid])) .wrapper:before,:host(:not([layout])[validity]:not([validity=valid])) .wrapper:before{border-bottom:0}:focus:not(:focus-visible){outline:3px solid transparent}.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock,:host{display:block}.util_displayFlex{display:flex}.util_displayHidden,:host([hidden]:not(:focus):not(:active)){display:none}.util_displayHiddenVisually,:host([hiddenVisually]:not(:focus):not(:active)){position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}.layoutDefault :host,:host(:not([layout])) :host{position:relative;display:block}.layoutDefault .wrapper,:host(:not([layout])) .wrapper{display:flex;flex-direction:row}.layoutDefault .main,:host(:not([layout])) .main{display:flex;flex-direction:row;position:relative;flex:1}`;
|
|
124
124
|
|
|
125
|
-
var colorBaseCss = i$5`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-background-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{color:var(--ds-auro-input-
|
|
125
|
+
var colorBaseCss = i$5`.wrapper{border-color:var(--ds-auro-input-border-color);background-color:var(--ds-auro-input-background-color);color:var(--ds-auro-input-text-color)}.wrapper label{color:var(--ds-auro-input-label-text-color)}.wrapper input{caret-color:var(--ds-auro-input-caret-color);color:var(--ds-auro-input-text-color)}.wrapper input::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper input:focus::placeholder{color:var(--ds-auro-input-placeholder-text-color)}.wrapper .displayValue{background-color:var(--ds-auro-input-background-color)}:host(:not([ondark])) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host(:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([ondark]:is([validity]:not([validity=valid]))) .wrapper{--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([ondark])[disabled]){--ds-auro-input-border-color: var(--ds-basic-color-border-subtle, #dddddd);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host([ondark][disabled]){--ds-auro-input-border-color: var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}`;
|
|
126
126
|
|
|
127
|
-
var tokensCss$4 = i$5`:host(:not([ondark])){--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: transparent}:host([ondark]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-error-icon-color: var(--ds-
|
|
127
|
+
var tokensCss$4 = i$5`:host(:not([ondark])){--ds-auro-input-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-input-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: transparent}:host([ondark]){--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-input-caret-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-placeholder-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-input-error-icon-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: transparent}`;
|
|
128
128
|
|
|
129
|
-
var classicStyleCss = i$5`.layout-classic{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-input-outline-color)}.layout-classic .mainContent{position:relative;display:flex;flex-direction:column;justify-content:center;
|
|
129
|
+
var classicStyleCss = i$5`.layout-classic{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-input-outline-color)}.layout-classic .mainContent{position:relative;display:flex;flex:1;flex-direction:column;justify-content:center;cursor:text}.layout-classic .mainContent label{cursor:text;font-size:var(--ds-text-body-size-xs);line-height:20px;transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent input{height:auto;font-size:var(--ds-basic-text-body-default-font-size, 16px);line-height:var(--ds-basic-text-body-default-line-height, 24px);transition:all .3s cubic-bezier(0.215, 0.61, 0.355, 1)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) label{padding-top:0;font-size:var(--ds-text-body-size-default, 1rem);justify-self:flex-start;line-height:var(--ds-text-body-size-default)}.layout-classic .mainContent:has(input.util_displayHiddenVisually) input{height:0;padding-bottom:0;line-height:0}.layout-classic .accents .typeIcon>*{margin-left:var(--ds-size-100, 0.5rem)}.layout-classic .accents.left{padding-right:var(--ds-size-100, 0.5rem)}.layout-classic .accents.right{padding-left:var(--ds-size-100, 0.5rem)}.layout-classic .accents.right .notification{margin-right:var(--ds-size-100, 0.5rem)}.layout-classic.withValue{justify-content:flex-start}.layout-classic:focus-within{justify-content:flex-start}.layout-classic:focus-within .alertNotification{display:none}`;
|
|
130
130
|
|
|
131
|
-
var classicColorCss = i$5`.layout-classic label{color:var(--ds-auro-input-label-text-color)}.layout-classic:focus-within{--ds-auro-input-outline-color: var(--ds-auro-input-border-color)}:host(:not([ondark])) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a);--ds-auro-input-outline-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-outline-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-
|
|
131
|
+
var classicColorCss = i$5`.layout-classic label{color:var(--ds-auro-input-label-text-color)}.layout-classic:focus-within{--ds-auro-input-outline-color: var(--ds-auro-input-border-color)}:host(:not([ondark])) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-brand, #00274a);--ds-auro-input-outline-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-input-outline-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic]:not([ondark]):is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-input-outline-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host([layout*=classic][ondark]:is([validity]:not([validity=valid]))) .layout-classic:focus-within{--ds-auro-input-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6);--ds-auro-input-outline-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}`;
|
|
132
132
|
|
|
133
|
-
var emphasizedStyleCss = i$5`:host
|
|
133
|
+
var emphasizedStyleCss = i$5`:host([layout*=emphasized][shape*=pill]:not([layout*=right])) .leftIndent{margin-left:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}:host([layout*=emphasized][shape*=pill]:not([layout*=left])) .rightIndent{margin-right:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}:host([layout*=emphasized][shape*=pill]:not([layout*=left]):not([layout*=right])) .rightIndent{margin-right:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}.layout-emphasized,.layout-emphasized-left,.layout-emphasized-right{display:flex;flex-direction:row;align-items:center;justify-content:center}.layout-emphasized label,.layout-emphasized-left label,.layout-emphasized-right label{text-transform:uppercase;font-size:32px;line-height:38px}.layout-emphasized input,.layout-emphasized-left input,.layout-emphasized-right input{text-align:center;font-size:14px;line-height:20px}.layout-emphasized .mainContent,.layout-emphasized-left .mainContent,.layout-emphasized-right .mainContent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.layout-emphasized .displayValue,.layout-emphasized-left .displayValue,.layout-emphasized-right .displayValue{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.layout-emphasized .displayValue.hasContent:is(.withValue):not(.hasFocus),.layout-emphasized-left .displayValue.hasContent:is(.withValue):not(.hasFocus),.layout-emphasized-right .displayValue.hasContent:is(.withValue):not(.hasFocus){display:block}.layout-emphasized .displayValueWrapper,.layout-emphasized-left .displayValueWrapper,.layout-emphasized-right .displayValueWrapper{transform:translateY(-50%)}.layout-emphasized.withValue,.layout-emphasized-left.withValue,.layout-emphasized-right.withValue{justify-content:flex-start}.layout-emphasized.withValue label,.layout-emphasized-left.withValue label,.layout-emphasized-right.withValue label{display:block;text-transform:unset;font-size:10px;line-height:14px;width:100%;text-align:left}.layout-emphasized.withValue input,.layout-emphasized-left.withValue input,.layout-emphasized-right.withValue input{text-transform:uppercase;font-size:32px;line-height:38px;text-align:left;width:100%}.layout-emphasized:not(:focus-within):not(:is([validity]:not([validity=valid]))),.layout-emphasized-left:not(:focus-within):not(:is([validity]:not([validity=valid]))),.layout-emphasized-right:not(:focus-within):not(:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: transparent}.layout-emphasized:focus-within,.layout-emphasized-left:focus-within,.layout-emphasized-right:focus-within{justify-content:flex-start}.layout-emphasized:focus-within label,.layout-emphasized-left:focus-within label,.layout-emphasized-right:focus-within label{display:block;text-transform:unset;font-size:10px;line-height:14px;width:100%;text-align:left}.layout-emphasized:focus-within input,.layout-emphasized-left:focus-within input,.layout-emphasized-right:focus-within input{text-transform:uppercase;font-size:32px;line-height:38px;text-align:left;width:100%}.layout-emphasized:focus-within .alertNotification,.layout-emphasized-left:focus-within .alertNotification,.layout-emphasized-right:focus-within .alertNotification{display:none}.layout-emphasized .accents.left,.layout-emphasized-left .accents.left,.layout-emphasized-right .accents.left{padding-left:var(--ds-size-300, 1.5rem)}.layout-emphasized .accents.right,.layout-emphasized-left .accents.right,.layout-emphasized-right .accents.right{padding-right:var(--ds-size-300, 1.5rem)}.layout-emphasized-left .alertNotification{margin-right:var(--ds-size-100, 0.5rem)}.layout-emphasized-left .clear{margin-left:var(--ds-size-100, 0.5rem)}.layout-emphasized .alertNotification,.layout-emphasized-right .alertNotification{margin-left:var(--ds-size-100, 0.5rem)}.layout-emphasized .clear,.layout-emphasized-right .clear{margin-right:var(--ds-size-100, 0.5rem)}`;
|
|
134
134
|
|
|
135
135
|
var emphasizedColorCss = i$5`.layout-emphasized:focus-within,.layout-emphasized.withValue,.layout-emphasized-left:focus-within,.layout-emphasized-left.withValue,.layout-emphasized-right:focus-within,.layout-emphasized-right.withValue{--ds-auro-input-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}.layout-emphasized:focus-within,.layout-emphasized-left:focus-within,.layout-emphasized-right:focus-within{--auro-input-border-color: var(--ds-auro-input-border-color)}`;
|
|
136
136
|
|
|
137
|
-
var snowflakeStyleCss = i$5`:host([layout*=snowflake]) .leftIndent{margin-left:24px;width:calc(100% - 48px)}:host([layout*=snowflake]) .rightIndent{margin-right:24px;width:calc(100% - 48px)}.layout-snowflake{display:flex;flex-direction:row;align-items:center;justify-content:center}.layout-snowflake label{font-size:var(--ds-text-body-size-xs);line-height:20px}.layout-snowflake input{text-align:center;font-size:18px;line-height:26px}.layout-snowflake .mainContent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.layout-snowflake .displayValue{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.layout-snowflake .displayValue.hasContent:is(.withValue):not(.hasFocus){display:block}.layout-snowflake .displayValueWrapper{transform:translateY(-50%)}.layout-snowflake .accents{display:flex;flex-direction:row;justify-content:center;align-items:center}.layout-snowflake.withValue{justify-content:flex-start}.layout-snowflake:not(:focus-within):not(:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: transparent}.layout-snowflake:focus-within{justify-content:flex-start}.layout-snowflake:focus-within .alertNotification{display:none}.layout-snowflake .accents{width:24px}.layout-snowflake .accents.left{padding-left:24px}.layout-snowflake .accents.right{padding-right:24px}.helpTextWrapper{text-align:center}`;
|
|
137
|
+
var snowflakeStyleCss = i$5`:root{--ds-advanced-color-button-flat-text: #676767;--ds-advanced-color-button-flat-text-disabled: #d0d0d0;--ds-advanced-color-button-flat-text-hover: #525252;--ds-advanced-color-button-flat-text-inverse: #ffffff;--ds-advanced-color-button-flat-text-inverse-disabled: #7e8894;--ds-advanced-color-button-flat-text-inverse-hover: #adadad;--ds-advanced-color-button-ghost-background-hover: rgba(0, 0, 0, 0.05);--ds-advanced-color-button-ghost-background-inverse-hover: rgba(255, 255, 255, 0.05);--ds-advanced-color-button-ghost-text: #01426a;--ds-advanced-color-button-ghost-text-disabled: #d0d0d0;--ds-advanced-color-button-ghost-text-inverse: #ffffff;--ds-advanced-color-button-ghost-text-inverse-disabled: #7e8894;--ds-advanced-color-button-primary-background: #01426a;--ds-advanced-color-button-primary-background-disabled: #acc9e2;--ds-advanced-color-button-primary-background-hover: #00274a;--ds-advanced-color-button-primary-background-inactive: #cfe0ef;--ds-advanced-color-button-primary-background-inactive-hover: #89b2d4;--ds-advanced-color-button-primary-background-inverse: #ffffff;--ds-advanced-color-button-primary-background-inverse-disabled: rgba(255, 255, 255, 0.75);--ds-advanced-color-button-primary-background-inverse-hover: #ebf3f9;--ds-advanced-color-button-primary-border: #01426a;--ds-advanced-color-button-primary-border-disabled: #acc9e2;--ds-advanced-color-button-primary-border-hover: #00274a;--ds-advanced-color-button-primary-border-inverse: #ffffff;--ds-advanced-color-button-primary-border-inverse-disabled: rgba(255, 255, 255, 0.75);--ds-advanced-color-button-primary-border-inverse-hover: #ebf3f9;--ds-advanced-color-button-primary-text: #ffffff;--ds-advanced-color-button-primary-text-disabled: #ffffff;--ds-advanced-color-button-primary-text-inverse: #01426a;--ds-advanced-color-button-secondary-background: #ffffff;--ds-advanced-color-button-secondary-background-disabled: #f7f7f7;--ds-advanced-color-button-secondary-background-hover: #f2f2f2;--ds-advanced-color-button-secondary-background-inverse-hover: rgba(255, 255, 255, 0.1);--ds-advanced-color-button-secondary-border: #01426a;--ds-advanced-color-button-secondary-border-hover: #00274a;--ds-advanced-color-button-secondary-border-disabled: #cfe0ef;--ds-advanced-color-button-secondary-border-inverse: #ffffff;--ds-advanced-color-button-secondary-border-inverse-disabled: #dddddd;--ds-advanced-color-button-secondary-text: #01426a;--ds-advanced-color-button-secondary-text-hover: #00274a;--ds-advanced-color-button-secondary-text-inverse: #ffffff;--ds-advanced-color-button-tertiary-background: rgba(0, 0, 0, 0.05);--ds-advanced-color-button-tertiary-background-hover: rgba(0, 0, 0, 0.1);--ds-advanced-color-button-tertiary-background-inverse: rgba(255, 255, 255, 0.05);--ds-advanced-color-button-tertiary-background-inverse-hover: rgba(255, 255, 255, 0.1);--ds-advanced-color-button-tertiary-text: #01426a;--ds-advanced-color-button-tertiary-text-hover: #00274a;--ds-advanced-color-button-tertiary-text-inverse: #ffffff;--ds-advanced-color-accents-accent1: #b2d583;--ds-advanced-color-accents-accent1-bold: #92c450;--ds-advanced-color-accents-accent1-muted: #deedca;--ds-advanced-color-accents-accent2: #fad362;--ds-advanced-color-accents-accent2-bold: #f2ba14;--ds-advanced-color-accents-accent2-muted: #fde398;--ds-advanced-color-accents-accent3: #63beff;--ds-advanced-color-accents-accent3-bold: #0074ca;--ds-advanced-color-accents-accent3-muted: #aedeff;--ds-advanced-color-accents-accent4: #feb17a;--ds-advanced-color-accents-accent4-bold: #fb7f24;--ds-advanced-color-accents-accent4-muted: #ffe2cf;--ds-advanced-color-accents-transparency: rgba(0, 0, 0, 0.1);--ds-advanced-color-accents-transparency-inverse: rgba(255, 255, 255, 0.2);--ds-advanced-color-avatar-gradient-bottom: #cfe0ef;--ds-advanced-color-avatar-gradient-top: #6899c6;--ds-advanced-color-boolean-disabled-inverse: #7e8894;--ds-advanced-color-boolean-error: #e31f26;--ds-advanced-color-boolean-error-hover: #b1161c;--ds-advanced-color-boolean-error-inverse: #f9a4a8;--ds-advanced-color-boolean-error-inverse-hover: #f15f65;--ds-advanced-color-boolean-indicator: #ffffff;--ds-advanced-color-boolean-indicator-inverse: #00274a;--ds-advanced-color-boolean-isfalse: #ffffff;--ds-advanced-color-boolean-isfalse-border: #585e67;--ds-advanced-color-boolean-isfalse-border-inverse: #ffffff;--ds-advanced-color-boolean-isfalse-hover: #f2f2f2;--ds-advanced-color-boolean-isfalse-inverse: rgba(255, 255, 255, 0.15);--ds-advanced-color-boolean-isfalse-inverse-hover: rgba(255, 255, 255, 0.2);--ds-advanced-color-boolean-istrue: #01426a;--ds-advanced-color-boolean-istrue-hover: #00274a;--ds-advanced-color-boolean-istrue-inverse: #ffffff;--ds-advanced-color-boolean-istrue-inverse-hover: rgba(255, 255, 255, 0.7);--ds-advanced-color-flightline-indicator: #00274a;--ds-advanced-color-flightline-line: #00274a;--ds-advanced-color-hyperlink-text: #2875b5;--ds-advanced-color-hyperlink-text-hover: #01426a;--ds-advanced-color-hyperlink-text-inverse: #ffffff;--ds-advanced-color-hyperlink-text-inverse-hover: #ebf3f9;--ds-advanced-color-shared-background: #ffffff;--ds-advanced-color-shared-background-inverse: rgba(255, 255, 255, 0.15);--ds-advanced-color-shared-background-inverse-disabled: rgba(255, 255, 255, 0.1);--ds-advanced-color-shared-background-inverse-hover: rgba(255, 255, 255, 0.2);--ds-advanced-color-shared-background-muted: #f7f7f7;--ds-advanced-color-shared-background-strong: #7e7e7e;--ds-advanced-color-shared-scrim: rgba(0, 0, 0, 0.5);--ds-advanced-color-shared-text-accent: #2875b5;--ds-advanced-color-skeleton-background: #f7f8fa;--ds-advanced-color-skeleton-wave: #e4e8ec;--ds-advanced-color-state-background-disabled: #dddddd;--ds-advanced-color-state-background-hover: #f2f2f2;--ds-advanced-color-state-background-inverse-disabled: #7e8894;--ds-advanced-color-state-error-inverse: #f9a4a8;--ds-advanced-color-state-focused: #01426a;--ds-advanced-color-state-focused-inverse: #ffffff;--ds-advanced-color-state-selected: #01426a;--ds-advanced-color-state-selected-hover: #00274a;--ds-basic-color-border-bold: #585e67;--ds-basic-color-border-brand: #00274a;--ds-basic-color-border-default: #959595;--ds-basic-color-border-divider: rgba(0, 0, 0, 0.15);--ds-basic-color-border-divider-inverse: rgba(255, 255, 255, 0.4);--ds-basic-color-border-inverse: #ffffff;--ds-basic-color-border-subtle: #dddddd;--ds-basic-color-brand-primary: #01426a;--ds-basic-color-brand-primary-bold: #00274a;--ds-basic-color-brand-primary-muted: #ebf3f9;--ds-basic-color-brand-primary-subtle: #2875b5;--ds-basic-color-brand-secondary: #5de3f7;--ds-basic-color-brand-secondary-bold: #18c3dd;--ds-basic-color-brand-secondary-muted: #ebfafd;--ds-basic-color-brand-secondary-subtle: #b4eff9;--ds-basic-color-brand-tertiary: #a3cd6a;--ds-basic-color-brand-tertiary-bold: #7daf3b;--ds-basic-color-brand-tertiary-muted: #eaf3dd;--ds-basic-color-brand-tertiary-subtle: #c9e1a7;--ds-basic-color-fare-basiceconomy: #97eaf8;--ds-basic-color-fare-business: #01426a;--ds-basic-color-fare-economy: #0074ca;--ds-basic-color-fare-first: #00274a;--ds-basic-color-fare-premiumeconomy: #005154;--ds-basic-color-page-background-default: #ebfafd;--ds-basic-color-page-background-utility: #ffffff;--ds-basic-color-status-default: #afb9c6;--ds-basic-color-status-error: #e31f26;--ds-basic-color-status-error-subtle: #fbc6c6;--ds-basic-color-status-info: #01426a;--ds-basic-color-status-info-subtle: #ebf3f9;--ds-basic-color-status-success: #447a1f;--ds-basic-color-status-success-subtle: #d6eac7;--ds-basic-color-status-warning: #fac200;--ds-basic-color-status-warning-subtle: #fff0b2;--ds-basic-color-surface-accent1: #5de3f7;--ds-basic-color-surface-accent1-muted: #ebfafd;--ds-basic-color-surface-accent1-subtle: #b4eff9;--ds-basic-color-surface-accent2: #a3cd6a;--ds-basic-color-surface-accent2-muted: #eaf3dd;--ds-basic-color-surface-default: #ffffff;--ds-basic-color-surface-inverse: #00274a;--ds-basic-color-surface-inverse-subtle: #2875b5;--ds-basic-color-surface-neutral-medium: #c5c5c5;--ds-basic-color-surface-neutral-subtle: #f7f7f7;--ds-basic-color-texticon-accent1: #265688;--ds-basic-color-texticon-default: #2a2a2a;--ds-basic-color-texticon-disabled: #d0d0d0;--ds-basic-color-texticon-inverse: #ffffff;--ds-basic-color-texticon-inverse-disabled: #7e8894;--ds-basic-color-texticon-inverse-muted: #ccd2db;--ds-basic-color-texticon-muted: #676767;--ds-basic-color-tier-program-loungetier-lounge: #01426a;--ds-basic-color-tier-program-loungetier-loungeplus: #53b390;--ds-basic-color-tier-program-loyaltytier-bronze: #d99f6d;--ds-basic-color-tier-program-loyaltytier-bronze-muted: #eed4be;--ds-basic-color-tier-program-loyaltytier-cobalt: #030772;--ds-basic-color-tier-program-loyaltytier-cobalt-muted: #a9b6d6;--ds-basic-color-tier-program-loyaltytier-copper: #cb7457;--ds-basic-color-tier-program-loyaltytier-copper-muted: #e7bfb1;--ds-basic-color-tier-program-loyaltytier-gold: #fbdc7a;--ds-basic-color-tier-program-loyaltytier-gold-muted: #fdefc4;--ds-basic-color-tier-program-loyaltytier-nickel: #abaab1;--ds-basic-color-tier-program-loyaltytier-nickel-muted: #e5e4e7;--ds-basic-color-tier-program-loyaltytier-platinum: #bcb8a4;--ds-basic-color-tier-program-loyaltytier-platinum-muted: #dad8cd;--ds-basic-color-tier-program-loyaltytier-silver: #e4e9ec;--ds-basic-color-tier-program-loyaltytier-silver-muted: #f9fafb;--ds-basic-color-tier-program-loyaltytier-titanium: #282828;--ds-basic-color-tier-program-loyaltytier-titanium-muted: #545454;--ds-basic-color-tier-program-oneworld-emerald: #139142;--ds-basic-color-tier-program-oneworld-ruby: #a41d4a;--ds-basic-color-tier-program-oneworld-sapphire: #015daa;--ds-basic-type-brand-family-primary: "AS Circular";--ds-basic-type-brand-family-secondary: "Good OT";--ds-basic-type-brand-line-height-primary: 1.3;--ds-basic-type-brand-line-height-secondary: 1;--ds-basic-type-brand-letter-spacing-primary: 0;--ds-basic-type-brand-letter-spacing-secondary: 0.05em;--ds-basic-type-brand-letter-spacing-tertiary: 0.10em;--ds-basic-type-family-accent: "Good OT", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-family-body: "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-family-display: "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-family-heading: "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ds-basic-type-letter-spacing-accent: 0.05em;--ds-basic-type-letter-spacing-accent2: 0.10em;--ds-basic-type-letter-spacing-body: 0;--ds-basic-type-letter-spacing-display: 0;--ds-basic-type-letter-spacing-heading: 0;--ds-basic-type-line-height-accent: 1.3;--ds-basic-type-line-height-accent2: 1;--ds-basic-type-line-height-body: 1.63;--ds-basic-type-line-height-body2: 1.5;--ds-basic-type-line-height-body3: 1.25;--ds-basic-type-line-height-body4: 1;--ds-basic-type-line-height-body5: 0.88;--ds-basic-type-line-height-display: 1.3;--ds-basic-type-line-height-heading: 1.3;--ds-basic-type-weight-accent: 450;--ds-basic-type-weight-accent2: 500;--ds-basic-type-weight-body: 450;--ds-basic-type-weight-display: 300;--ds-basic-type-weight-heading: 300;--ds-basic-type-weight-heading2: 450}:host([layout*=snowflake]) .leftIndent{margin-left:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}:host([layout*=snowflake]) .rightIndent{margin-right:var(--ds-size-300, 1.5rem);width:calc(100% - var(--ds-size-300, 1.5rem))}.layout-snowflake{display:flex;flex-direction:row;align-items:center;justify-content:center}.layout-snowflake label{font-size:var(--ds-text-body-size-xs);line-height:20px}.layout-snowflake input{text-align:center;font-size:18px;line-height:26px}.layout-snowflake .mainContent{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1}.layout-snowflake .displayValue{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.layout-snowflake .displayValue.hasContent:is(.withValue):not(.hasFocus){display:block}.layout-snowflake .displayValueWrapper{transform:translateY(-50%)}.layout-snowflake.withValue{justify-content:flex-start}.layout-snowflake:not(:focus-within):not(:is([validity]:not([validity=valid]))){--ds-auro-input-border-color: transparent}.layout-snowflake:focus-within{justify-content:flex-start}.layout-snowflake:focus-within .alertNotification{display:none}.layout-snowflake .accents{width:var(--ds-size-300, 1.5rem)}.layout-snowflake .accents.left{padding-left:var(--ds-size-300, 1.5rem)}.layout-snowflake .accents.right{padding-right:var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .helpTextWrapper{text-align:center}`;
|
|
138
138
|
|
|
139
139
|
/**
|
|
140
140
|
* @license
|
|
@@ -236,6 +236,8 @@ const stringsES = {
|
|
|
236
236
|
'dateMM': 'Ingrese una fecha completa en el formato MM',
|
|
237
237
|
'dateDD': 'Ingrese una fecha completa en el formato DD',
|
|
238
238
|
'clearInput': 'Borrar campo de entrada',
|
|
239
|
+
'showPassword': 'Mostrar contraseña',
|
|
240
|
+
'hidePassword': 'Ocultar contraseña'
|
|
239
241
|
};
|
|
240
242
|
|
|
241
243
|
const stringsEN = {
|
|
@@ -260,6 +262,8 @@ const stringsEN = {
|
|
|
260
262
|
'dateMM': 'Please enter a complete date in the format MM',
|
|
261
263
|
'dateDD': 'Please enter a complete date in the format DD',
|
|
262
264
|
'clearInput': 'Clear input field',
|
|
265
|
+
'showPassword': 'Show password',
|
|
266
|
+
'hidePassword': 'Hide password'
|
|
263
267
|
};
|
|
264
268
|
|
|
265
269
|
/**
|
|
@@ -4554,7 +4558,7 @@ const {
|
|
|
4554
4558
|
|
|
4555
4559
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
4556
4560
|
|
|
4557
|
-
let AuroLibraryRuntimeUtils$
|
|
4561
|
+
let AuroLibraryRuntimeUtils$3 = class AuroLibraryRuntimeUtils {
|
|
4558
4562
|
|
|
4559
4563
|
/* eslint-disable jsdoc/require-param */
|
|
4560
4564
|
|
|
@@ -4624,7 +4628,7 @@ let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
|
|
|
4624
4628
|
class AuroFormValidation {
|
|
4625
4629
|
|
|
4626
4630
|
constructor() {
|
|
4627
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
4631
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$3();
|
|
4628
4632
|
}
|
|
4629
4633
|
|
|
4630
4634
|
/**
|
|
@@ -4684,19 +4688,19 @@ class AuroFormValidation {
|
|
|
4684
4688
|
{
|
|
4685
4689
|
check: (e) => e.value?.length > 0 && e.value?.length < e.minLength,
|
|
4686
4690
|
validity: 'tooShort',
|
|
4687
|
-
message: e => e.setCustomValidityTooShort || e.setCustomValidity || ''
|
|
4691
|
+
message: e => e.getAttribute('setCustomValidityTooShort') || e.setCustomValidity || ''
|
|
4688
4692
|
},
|
|
4689
4693
|
{
|
|
4690
4694
|
check: (e) => e.value?.length > e.maxLength,
|
|
4691
4695
|
validity: 'tooLong',
|
|
4692
|
-
message: e => e.setCustomValidityTooLong || e.setCustomValidity || ''
|
|
4696
|
+
message: e => e.getAttribute('setCustomValidityTooLong') || e.setCustomValidity || ''
|
|
4693
4697
|
}
|
|
4694
4698
|
],
|
|
4695
4699
|
pattern: [
|
|
4696
4700
|
{
|
|
4697
4701
|
check: (e) => e.pattern && !new RegExp(`^${e.pattern}$`, 'u').test(e.value),
|
|
4698
4702
|
validity: 'patternMismatch',
|
|
4699
|
-
message: e => e.setCustomValidityPatternMismatch || e.setCustomValidity || ''
|
|
4703
|
+
message: e => e.getAttribute('setCustomValidityPatternMismatch') || e.setCustomValidity || ''
|
|
4700
4704
|
}
|
|
4701
4705
|
]
|
|
4702
4706
|
},
|
|
@@ -4843,13 +4847,24 @@ class AuroFormValidation {
|
|
|
4843
4847
|
this.getInputElements(elem);
|
|
4844
4848
|
this.getAuroInputs(elem);
|
|
4845
4849
|
|
|
4846
|
-
//
|
|
4850
|
+
// Check if validation should run
|
|
4847
4851
|
let validationShouldRun =
|
|
4852
|
+
|
|
4853
|
+
// If the validation was forced
|
|
4848
4854
|
force ||
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
|
|
4855
|
+
|
|
4856
|
+
// If the validation should run on input
|
|
4857
|
+
elem.validateOnInput ||
|
|
4858
|
+
|
|
4859
|
+
// State-based checks
|
|
4860
|
+
(
|
|
4861
|
+
// Element is not currently focused
|
|
4862
|
+
!elem.contains(document.activeElement) && // native input is not focused directly
|
|
4863
|
+
!document.activeElement.shadowRoot?.contains(elem) && // native input is not focused in the shadow DOM of another component
|
|
4864
|
+
|
|
4865
|
+
// And element has been touched or is untouched but has a value
|
|
4866
|
+
( elem.touched || (!elem.touched && typeof elem.value !== "undefined") )
|
|
4867
|
+
);
|
|
4853
4868
|
|
|
4854
4869
|
if (elem.hasAttribute('error')) {
|
|
4855
4870
|
elem.validity = 'customError';
|
|
@@ -4891,10 +4906,10 @@ class AuroFormValidation {
|
|
|
4891
4906
|
if (!hasValue && elem.required && elem.touched) {
|
|
4892
4907
|
elem.validity = 'valueMissing';
|
|
4893
4908
|
elem.errorMessage = elem.setCustomValidityValueMissing || elem.setCustomValidity || '';
|
|
4894
|
-
} else if (this.runtimeUtils.elementMatch(elem, 'auro-input')) {
|
|
4909
|
+
} else if (hasValue && this.runtimeUtils.elementMatch(elem, 'auro-input')) {
|
|
4895
4910
|
this.validateType(elem);
|
|
4896
4911
|
this.validateElementAttributes(elem);
|
|
4897
|
-
} else if (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group')) {
|
|
4912
|
+
} else if (hasValue && (this.runtimeUtils.elementMatch(elem, 'auro-counter') || this.runtimeUtils.elementMatch(elem, 'auro-counter-group'))) {
|
|
4898
4913
|
this.validateElementAttributes(elem);
|
|
4899
4914
|
}
|
|
4900
4915
|
}
|
|
@@ -4903,7 +4918,9 @@ class AuroFormValidation {
|
|
|
4903
4918
|
elem.validity = this.auroInputElements[0].validity;
|
|
4904
4919
|
elem.errorMessage = this.auroInputElements[0].errorMessage;
|
|
4905
4920
|
|
|
4906
|
-
|
|
4921
|
+
// combobox has 2 inputs but no need to check validity on the 2nd one which is in fullscreen bib.
|
|
4922
|
+
// combobox's 2nd input will have noValidate set true.
|
|
4923
|
+
if (elem.validity === 'valid' && this.auroInputElements.length > 1 && !this.auroInputElements[1].noValidate) {
|
|
4907
4924
|
elem.validity = this.auroInputElements[1].validity;
|
|
4908
4925
|
elem.errorMessage = this.auroInputElements[1].errorMessage;
|
|
4909
4926
|
}
|
|
@@ -4983,7 +5000,7 @@ class AuroFormValidation {
|
|
|
4983
5000
|
}
|
|
4984
5001
|
}
|
|
4985
5002
|
|
|
4986
|
-
let AuroElement$
|
|
5003
|
+
let AuroElement$2 = class AuroElement extends i$2 {
|
|
4987
5004
|
static get properties() {
|
|
4988
5005
|
return {
|
|
4989
5006
|
|
|
@@ -5018,18 +5035,21 @@ let AuroElement$1 = class AuroElement extends i$2 {
|
|
|
5018
5035
|
}
|
|
5019
5036
|
|
|
5020
5037
|
resetShapeClasses() {
|
|
5021
|
-
|
|
5022
|
-
const wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
5038
|
+
const wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
5023
5039
|
|
|
5024
|
-
|
|
5025
|
-
|
|
5026
|
-
|
|
5027
|
-
|
|
5028
|
-
|
|
5029
|
-
|
|
5040
|
+
if (wrapper) {
|
|
5041
|
+
wrapper.classList.forEach((className) => {
|
|
5042
|
+
if (className.startsWith('shape-')) {
|
|
5043
|
+
wrapper.classList.remove(className);
|
|
5044
|
+
}
|
|
5045
|
+
});
|
|
5030
5046
|
|
|
5031
|
-
|
|
5032
|
-
|
|
5047
|
+
}
|
|
5048
|
+
|
|
5049
|
+
if (this.shape && this.size) {
|
|
5050
|
+
wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
|
|
5051
|
+
} else {
|
|
5052
|
+
wrapper.classList.add('shape-none');
|
|
5033
5053
|
}
|
|
5034
5054
|
}
|
|
5035
5055
|
|
|
@@ -5085,19 +5105,24 @@ let AuroElement$1 = class AuroElement extends i$2 {
|
|
|
5085
5105
|
* @prop {string} id - The id global attribute defines an identifier (ID) which must be unique in the whole document.
|
|
5086
5106
|
* @attr id
|
|
5087
5107
|
*
|
|
5088
|
-
* @slot
|
|
5108
|
+
* @slot helpText - Sets the help text displayed below the input.
|
|
5089
5109
|
* @slot label - Sets the label text for the input.
|
|
5110
|
+
* @slot {HTMLSlotElement} optionalLabel - Allows overriding the optional display text "(optional)", which appears next to the label.
|
|
5111
|
+
* @slot displayValue - Allows custom HTML content to display in place of the value when the input is not focused.
|
|
5090
5112
|
*
|
|
5091
5113
|
* @csspart wrapper - Use for customizing the style of the root element
|
|
5092
5114
|
* @csspart label - Use for customizing the style of the label element
|
|
5093
5115
|
* @csspart helpText - Use for customizing the style of the helpText element
|
|
5116
|
+
* @csspart input - Use for customizing the style of the input element
|
|
5094
5117
|
* @csspart accentIcon - Use for customizing the style of the accentIcon element (e.g. credit card icon, calendar icon)
|
|
5095
5118
|
* @csspart iconContainer - Use for customizing the style of the iconContainer (e.g. X icon for clearing input value)
|
|
5119
|
+
* @csspart accent-left - Use for customizing the style of the left accent element (e.g. padding, margin)
|
|
5120
|
+
* @csspart accent-right - Use for customizing the style of the right accent element (e.g. padding, margin)
|
|
5096
5121
|
* @event input - Event fires when the value of an `auro-input` has been changed.
|
|
5097
5122
|
* @event auroFormElement-validated - Notifies that the `validity` and `errorMessage` value has changed.
|
|
5098
5123
|
*/
|
|
5099
5124
|
|
|
5100
|
-
class BaseInput extends AuroElement$
|
|
5125
|
+
class BaseInput extends AuroElement$2 {
|
|
5101
5126
|
|
|
5102
5127
|
constructor() {
|
|
5103
5128
|
super();
|
|
@@ -5190,7 +5215,6 @@ class BaseInput extends AuroElement$1 {
|
|
|
5190
5215
|
*/
|
|
5191
5216
|
a11yRole: {
|
|
5192
5217
|
type: String,
|
|
5193
|
-
attribute: true,
|
|
5194
5218
|
reflect: true
|
|
5195
5219
|
},
|
|
5196
5220
|
|
|
@@ -5199,7 +5223,6 @@ class BaseInput extends AuroElement$1 {
|
|
|
5199
5223
|
*/
|
|
5200
5224
|
a11yExpanded: {
|
|
5201
5225
|
type: Boolean,
|
|
5202
|
-
attribute: true,
|
|
5203
5226
|
reflect: true
|
|
5204
5227
|
},
|
|
5205
5228
|
|
|
@@ -5208,7 +5231,6 @@ class BaseInput extends AuroElement$1 {
|
|
|
5208
5231
|
*/
|
|
5209
5232
|
a11yControls: {
|
|
5210
5233
|
type: String,
|
|
5211
|
-
attribute: true,
|
|
5212
5234
|
reflect: true
|
|
5213
5235
|
},
|
|
5214
5236
|
|
|
@@ -5224,7 +5246,8 @@ class BaseInput extends AuroElement$1 {
|
|
|
5224
5246
|
* An enumerated attribute that controls whether and how text input is automatically capitalized as it is entered/edited by the user. [off/none, on/sentences, words, characters].
|
|
5225
5247
|
*/
|
|
5226
5248
|
autocapitalize: {
|
|
5227
|
-
type: String
|
|
5249
|
+
type: String,
|
|
5250
|
+
reflect: true
|
|
5228
5251
|
},
|
|
5229
5252
|
|
|
5230
5253
|
/**
|
|
@@ -5239,7 +5262,8 @@ class BaseInput extends AuroElement$1 {
|
|
|
5239
5262
|
* When set to `off`, stops iOS from auto-correcting words when typed into a text box.
|
|
5240
5263
|
*/
|
|
5241
5264
|
autocorrect: {
|
|
5242
|
-
type: String
|
|
5265
|
+
type: String,
|
|
5266
|
+
reflect: true
|
|
5243
5267
|
},
|
|
5244
5268
|
|
|
5245
5269
|
/**
|
|
@@ -5284,7 +5308,6 @@ class BaseInput extends AuroElement$1 {
|
|
|
5284
5308
|
/** Exposes inputmode attribute for input. */
|
|
5285
5309
|
inputmode: {
|
|
5286
5310
|
type: String,
|
|
5287
|
-
attribute: true,
|
|
5288
5311
|
reflect: true
|
|
5289
5312
|
},
|
|
5290
5313
|
|
|
@@ -5292,7 +5315,8 @@ class BaseInput extends AuroElement$1 {
|
|
|
5292
5315
|
* Defines the language of an element.
|
|
5293
5316
|
*/
|
|
5294
5317
|
lang: {
|
|
5295
|
-
type: String
|
|
5318
|
+
type: String,
|
|
5319
|
+
reflect: true
|
|
5296
5320
|
},
|
|
5297
5321
|
|
|
5298
5322
|
/**
|
|
@@ -5306,7 +5330,8 @@ class BaseInput extends AuroElement$1 {
|
|
|
5306
5330
|
* The maximum number of characters the user can enter into the text input. This must be an integer value `0` or higher.
|
|
5307
5331
|
*/
|
|
5308
5332
|
maxLength: {
|
|
5309
|
-
type: Number
|
|
5333
|
+
type: Number,
|
|
5334
|
+
reflect: true
|
|
5310
5335
|
},
|
|
5311
5336
|
|
|
5312
5337
|
/**
|
|
@@ -5320,14 +5345,25 @@ class BaseInput extends AuroElement$1 {
|
|
|
5320
5345
|
* The minimum number of characters the user can enter into the text input. This must be a non-negative integer value smaller than or equal to the value specified by `maxlength`.
|
|
5321
5346
|
*/
|
|
5322
5347
|
minLength: {
|
|
5323
|
-
type: Number
|
|
5348
|
+
type: Number,
|
|
5349
|
+
reflect: true
|
|
5324
5350
|
},
|
|
5325
5351
|
|
|
5326
5352
|
/**
|
|
5327
5353
|
* Populates the `name` attribute on the input.
|
|
5328
5354
|
*/
|
|
5329
5355
|
name: {
|
|
5330
|
-
type: String
|
|
5356
|
+
type: String,
|
|
5357
|
+
reflect: true
|
|
5358
|
+
},
|
|
5359
|
+
|
|
5360
|
+
/**
|
|
5361
|
+
* Sets styles for nested operation - removes borders, hides help + error text, and
|
|
5362
|
+
* hides accents.
|
|
5363
|
+
*/
|
|
5364
|
+
nested: {
|
|
5365
|
+
type: Boolean,
|
|
5366
|
+
reflect: true
|
|
5331
5367
|
},
|
|
5332
5368
|
|
|
5333
5369
|
/**
|
|
@@ -5355,10 +5391,11 @@ class BaseInput extends AuroElement$1 {
|
|
|
5355
5391
|
},
|
|
5356
5392
|
|
|
5357
5393
|
/**
|
|
5358
|
-
* Define custom placeholder text
|
|
5394
|
+
* Define custom placeholder text.
|
|
5359
5395
|
*/
|
|
5360
5396
|
placeholder: {
|
|
5361
|
-
type: String
|
|
5397
|
+
type: String,
|
|
5398
|
+
reflect: true
|
|
5362
5399
|
},
|
|
5363
5400
|
|
|
5364
5401
|
/**
|
|
@@ -5447,6 +5484,14 @@ class BaseInput extends AuroElement$1 {
|
|
|
5447
5484
|
type: String
|
|
5448
5485
|
},
|
|
5449
5486
|
|
|
5487
|
+
/**
|
|
5488
|
+
* Simple makes the input render without a border.
|
|
5489
|
+
*/
|
|
5490
|
+
simple: {
|
|
5491
|
+
type: Boolean,
|
|
5492
|
+
reflect: true
|
|
5493
|
+
},
|
|
5494
|
+
|
|
5450
5495
|
/**
|
|
5451
5496
|
* Custom help text message for email type validity.
|
|
5452
5497
|
*/
|
|
@@ -5458,7 +5503,8 @@ class BaseInput extends AuroElement$1 {
|
|
|
5458
5503
|
* An enumerated attribute defines whether the element may be checked for spelling errors. [true, false]. When set to `false` the attribute `autocorrect` is set to `off` and `autocapitalize` is set to `none`.
|
|
5459
5504
|
*/
|
|
5460
5505
|
spellcheck: {
|
|
5461
|
-
type: String
|
|
5506
|
+
type: String,
|
|
5507
|
+
reflect: true
|
|
5462
5508
|
},
|
|
5463
5509
|
|
|
5464
5510
|
/**
|
|
@@ -5473,7 +5519,8 @@ class BaseInput extends AuroElement$1 {
|
|
|
5473
5519
|
* Populates the `value` attribute on the input. Can also be read to retrieve the current value of the input.
|
|
5474
5520
|
*/
|
|
5475
5521
|
value: {
|
|
5476
|
-
type: String
|
|
5522
|
+
type: String,
|
|
5523
|
+
reflect: true
|
|
5477
5524
|
},
|
|
5478
5525
|
|
|
5479
5526
|
/**
|
|
@@ -5504,8 +5551,8 @@ class BaseInput extends AuroElement$1 {
|
|
|
5504
5551
|
},
|
|
5505
5552
|
|
|
5506
5553
|
/**
|
|
5554
|
+
* The id for input node.
|
|
5507
5555
|
* @private
|
|
5508
|
-
* id for input node
|
|
5509
5556
|
*/
|
|
5510
5557
|
inputId: {
|
|
5511
5558
|
type: String,
|
|
@@ -5529,7 +5576,7 @@ class BaseInput extends AuroElement$1 {
|
|
|
5529
5576
|
}
|
|
5530
5577
|
|
|
5531
5578
|
firstUpdated() {
|
|
5532
|
-
// clicking anywhere in the main wrapper will focus the input. Clicking the
|
|
5579
|
+
// clicking anywhere in the main wrapper will focus the input. Clicking the helpText or label will not focus the input.
|
|
5533
5580
|
this.wrapperElement = this.shadowRoot.querySelector('.wrapper');
|
|
5534
5581
|
this.inputElement = this.renderRoot.querySelector('input');
|
|
5535
5582
|
this.labelElement = this.shadowRoot.querySelector('label');
|
|
@@ -5641,9 +5688,9 @@ class BaseInput extends AuroElement$1 {
|
|
|
5641
5688
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
5642
5689
|
this.validation.validate(this);
|
|
5643
5690
|
}
|
|
5644
|
-
|
|
5645
|
-
this.notifyValueChanged();
|
|
5646
5691
|
}
|
|
5692
|
+
|
|
5693
|
+
this.notifyValueChanged();
|
|
5647
5694
|
}
|
|
5648
5695
|
|
|
5649
5696
|
if (changedProperties.has('error')) {
|
|
@@ -5753,7 +5800,6 @@ class BaseInput extends AuroElement$1 {
|
|
|
5753
5800
|
|
|
5754
5801
|
/**
|
|
5755
5802
|
* Function to set element focus.
|
|
5756
|
-
* @private
|
|
5757
5803
|
* @return {void}
|
|
5758
5804
|
*/
|
|
5759
5805
|
focus() {
|
|
@@ -5769,9 +5815,9 @@ class BaseInput extends AuroElement$1 {
|
|
|
5769
5815
|
this.inputElement.value = "";
|
|
5770
5816
|
this.value = "";
|
|
5771
5817
|
this.labelElement.classList.remove('inputElement-label--sticky');
|
|
5818
|
+
this.notifyValueChanged();
|
|
5772
5819
|
this.focus();
|
|
5773
5820
|
this.validation.validate(this);
|
|
5774
|
-
this.notifyValueChanged();
|
|
5775
5821
|
}
|
|
5776
5822
|
|
|
5777
5823
|
/**
|
|
@@ -5866,13 +5912,20 @@ class BaseInput extends AuroElement$1 {
|
|
|
5866
5912
|
}
|
|
5867
5913
|
|
|
5868
5914
|
/**
|
|
5869
|
-
* Resets component to initial state.
|
|
5915
|
+
* Resets component to initial state, including resetting the touched state and validity.
|
|
5870
5916
|
* @returns {void}
|
|
5871
5917
|
*/
|
|
5872
5918
|
reset() {
|
|
5873
5919
|
this.validation.reset(this);
|
|
5874
5920
|
}
|
|
5875
5921
|
|
|
5922
|
+
/**
|
|
5923
|
+
* Clears the input value
|
|
5924
|
+
*/
|
|
5925
|
+
clear() {
|
|
5926
|
+
this.value = undefined;
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5876
5929
|
/**
|
|
5877
5930
|
* Sets configuration data used elsewhere based on the `type` attribute.
|
|
5878
5931
|
* @private
|
|
@@ -5951,28 +6004,15 @@ class BaseInput extends AuroElement$1 {
|
|
|
5951
6004
|
* @returns {void}
|
|
5952
6005
|
*/
|
|
5953
6006
|
getPlaceholder() {
|
|
5954
|
-
|
|
5955
|
-
|
|
5956
|
-
|
|
5957
|
-
|
|
5958
|
-
// console.warn(this.getActiveElement());
|
|
5959
|
-
|
|
5960
|
-
if (!isFocused) {
|
|
5961
|
-
if (this.placeholder) {
|
|
5962
|
-
this.placeholderStr = this.placeholder;
|
|
5963
|
-
// return this.placeholder;
|
|
5964
|
-
} else if (this.type === 'date') {
|
|
5965
|
-
this.placeholderStr = this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
|
|
5966
|
-
// return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
|
|
5967
|
-
}
|
|
5968
|
-
} else {
|
|
5969
|
-
this.placeholderStr = '';
|
|
6007
|
+
if (this.placeholder) {
|
|
6008
|
+
this.placeholderStr = this.placeholder;
|
|
6009
|
+
} else if (this.type === 'date') {
|
|
6010
|
+
this.placeholderStr = this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
|
|
5970
6011
|
}
|
|
5971
6012
|
|
|
5972
6013
|
this.requestUpdate();
|
|
5973
6014
|
|
|
5974
|
-
|
|
5975
|
-
// return this.format ? this.format.toUpperCase() : 'MM/DD/YYYY';
|
|
6015
|
+
return this.placeholderStr;
|
|
5976
6016
|
}
|
|
5977
6017
|
|
|
5978
6018
|
/**
|
|
@@ -6185,7 +6225,7 @@ class AuroDependencyVersioning {
|
|
|
6185
6225
|
* @attr {Boolean} hiddenAudible - If present, the component will be hidden from screen readers, but seen visually
|
|
6186
6226
|
*/
|
|
6187
6227
|
|
|
6188
|
-
class AuroElement extends i$2 {
|
|
6228
|
+
let AuroElement$1 = class AuroElement extends i$2 {
|
|
6189
6229
|
|
|
6190
6230
|
// function to define props used within the scope of this component
|
|
6191
6231
|
static get properties() {
|
|
@@ -6209,7 +6249,7 @@ class AuroElement extends i$2 {
|
|
|
6209
6249
|
|
|
6210
6250
|
return 'false'
|
|
6211
6251
|
}
|
|
6212
|
-
}
|
|
6252
|
+
};
|
|
6213
6253
|
|
|
6214
6254
|
var error = {"svg":"<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" aria-labelledby=\"error__desc\" 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/><desc id=\"error__desc\">Error alert indicator.</desc><path d=\"m13.047 5.599 6.786 11.586A1.207 1.207 0 0 1 18.786 19H5.214a1.207 1.207 0 0 1-1.047-1.815l6.786-11.586a1.214 1.214 0 0 1 2.094 0m-1.165.87a.23.23 0 0 0-.085.085L5.419 17.442a.232.232 0 0 0 .203.35h12.756a.234.234 0 0 0 .203-.35L12.203 6.554a.236.236 0 0 0-.321-.084M12 15.5a.75.75 0 1 1 0 1.5.75.75 0 0 1 0-1.5m-.024-6.22c.325 0 .589.261.589.583v4.434a.586.586 0 0 1-.589.583.586.586 0 0 1-.588-.583V9.863c0-.322.264-.583.588-.583\"/></svg>"};
|
|
6215
6255
|
|
|
@@ -6253,7 +6293,7 @@ var styleCss$3 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.u
|
|
|
6253
6293
|
*/
|
|
6254
6294
|
|
|
6255
6295
|
// build the component class
|
|
6256
|
-
class BaseIcon extends AuroElement {
|
|
6296
|
+
class BaseIcon extends AuroElement$1 {
|
|
6257
6297
|
constructor() {
|
|
6258
6298
|
super();
|
|
6259
6299
|
this.onDark = false;
|
|
@@ -6336,7 +6376,7 @@ var colorCss$3 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){
|
|
|
6336
6376
|
|
|
6337
6377
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
6338
6378
|
|
|
6339
|
-
let AuroLibraryRuntimeUtils$
|
|
6379
|
+
let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
|
|
6340
6380
|
|
|
6341
6381
|
/* eslint-disable jsdoc/require-param */
|
|
6342
6382
|
|
|
@@ -6418,7 +6458,7 @@ class AuroIcon extends BaseIcon {
|
|
|
6418
6458
|
*/
|
|
6419
6459
|
privateDefaults() {
|
|
6420
6460
|
this.uri = 'https://cdn.jsdelivr.net/npm/@alaskaairux/icons@latest/dist';
|
|
6421
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
6461
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$2();
|
|
6422
6462
|
}
|
|
6423
6463
|
|
|
6424
6464
|
// function to define props used within the scope of this component
|
|
@@ -6500,7 +6540,7 @@ class AuroIcon extends BaseIcon {
|
|
|
6500
6540
|
*
|
|
6501
6541
|
*/
|
|
6502
6542
|
static register(name = "auro-icon") {
|
|
6503
|
-
AuroLibraryRuntimeUtils$
|
|
6543
|
+
AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroIcon);
|
|
6504
6544
|
}
|
|
6505
6545
|
|
|
6506
6546
|
connectedCallback() {
|
|
@@ -6521,8 +6561,12 @@ class AuroIcon extends BaseIcon {
|
|
|
6521
6561
|
async firstUpdated() {
|
|
6522
6562
|
await super.firstUpdated();
|
|
6523
6563
|
|
|
6524
|
-
|
|
6525
|
-
|
|
6564
|
+
/**
|
|
6565
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
6566
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
6567
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
6568
|
+
*/
|
|
6569
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
6526
6570
|
const svgDesc = this.svg.querySelector('desc');
|
|
6527
6571
|
|
|
6528
6572
|
if (svgDesc) {
|
|
@@ -6566,13 +6610,550 @@ class AuroIcon extends BaseIcon {
|
|
|
6566
6610
|
}
|
|
6567
6611
|
}
|
|
6568
6612
|
|
|
6569
|
-
var iconVersion = '8.0.
|
|
6613
|
+
var iconVersion = '8.0.4';
|
|
6614
|
+
|
|
6615
|
+
/**
|
|
6616
|
+
* Private module-level WeakMap to hold MutationObservers for each host element.
|
|
6617
|
+
*/
|
|
6618
|
+
const _observers = new WeakMap();
|
|
6619
|
+
|
|
6620
|
+
/**
|
|
6621
|
+
* Private module-level WeakMap to hold attribute matchers and targets for each host element.
|
|
6622
|
+
* Structure: {
|
|
6623
|
+
* host: {
|
|
6624
|
+
* matchers: Set<Function>,
|
|
6625
|
+
* targets: Map<HTMLElement, Map<Function, {removeOriginal: boolean, currentAttributes: Map<string, string>}>>
|
|
6626
|
+
* }
|
|
6627
|
+
* }
|
|
6628
|
+
*/
|
|
6629
|
+
const _transportConfig = new WeakMap();
|
|
6630
|
+
|
|
6631
|
+
/**
|
|
6632
|
+
* Transfers all matching attributes from a host element to a target element and observes for future changes.
|
|
6633
|
+
*
|
|
6634
|
+
* @param {Object} params - The parameters for the function.
|
|
6635
|
+
* @param {HTMLElement} params.host - The host element from which attributes will be transported.
|
|
6636
|
+
* @param {HTMLElement} params.target - The target element to which attributes will be transported.
|
|
6637
|
+
* @param {boolean} [params.removeOriginal=true] - Whether to remove the attributes from the host element.
|
|
6638
|
+
* @param {boolean} [params.observe=true] - Whether to attach a MutationObserver to the host element.
|
|
6639
|
+
* @returns {Function} A function to detach the observer when no longer needed.
|
|
6640
|
+
* @throws {TypeError} If the host or target parameters are not instances of HTMLElement.
|
|
6641
|
+
*/
|
|
6642
|
+
const transportAttributes = ({ host, target, match, removeOriginal = true }) => {
|
|
6643
|
+
// Guard Clause: Ensure host is valid HTMLElement instance
|
|
6644
|
+
if (typeof host !== 'object' || !(host instanceof HTMLElement)) {
|
|
6645
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "host" parameter must be an instance of HTMLElement.');
|
|
6646
|
+
}
|
|
6647
|
+
|
|
6648
|
+
// Guard Clause: Ensure target is valid HTMLElement instance
|
|
6649
|
+
if (typeof target !== 'object' || !(target instanceof HTMLElement)) {
|
|
6650
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "target" parameter must be an instance of HTMLElement.');
|
|
6651
|
+
}
|
|
6652
|
+
|
|
6653
|
+
// Guard Clause: Ensure match is a function
|
|
6654
|
+
if (typeof match !== 'function') {
|
|
6655
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "match" parameter must be a function.');
|
|
6656
|
+
}
|
|
6657
|
+
|
|
6658
|
+
// Guard Clause: Ensure removeOriginal is a boolean
|
|
6659
|
+
if (typeof removeOriginal !== 'boolean') {
|
|
6660
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "removeOriginal" parameter must be a boolean.');
|
|
6661
|
+
}
|
|
6662
|
+
|
|
6663
|
+
// Register this transport and get cleanup function
|
|
6664
|
+
return _registerTransport({
|
|
6665
|
+
host,
|
|
6666
|
+
target,
|
|
6667
|
+
matcher: match,
|
|
6668
|
+
removeOriginal
|
|
6669
|
+
});
|
|
6670
|
+
};
|
|
6671
|
+
|
|
6672
|
+
/**
|
|
6673
|
+
* Registers a matcher and target for a host element and attaches an observer if needed.
|
|
6674
|
+
*
|
|
6675
|
+
* @param {Object} params - The parameters object.
|
|
6676
|
+
* @param {HTMLElement} params.host - The host element to observe.
|
|
6677
|
+
* @param {HTMLElement} params.target - The target element to receive attributes.
|
|
6678
|
+
* @param {Function} params.matcher - Function that determines which attributes to transport.
|
|
6679
|
+
* @param {boolean} [params.removeOriginal=true] - Whether to remove original attributes.
|
|
6680
|
+
* @param {boolean} [params.observe=true] - Whether to observe for attribute changes.
|
|
6681
|
+
* @returns {Function} Function to detach the specific matcher and target pairing.
|
|
6682
|
+
* @private
|
|
6683
|
+
*/
|
|
6684
|
+
const _registerTransport = ({ host, target, matcher, removeOriginal = true }) => {
|
|
6685
|
+
// Initialize config for this host if it doesn't exist
|
|
6686
|
+
if (!_transportConfig.has(host)) {
|
|
6687
|
+
_transportConfig.set(host, {
|
|
6688
|
+
matchers: new Set(),
|
|
6689
|
+
targets: new Map()
|
|
6690
|
+
});
|
|
6691
|
+
}
|
|
6692
|
+
|
|
6693
|
+
const config = _transportConfig.get(host);
|
|
6694
|
+
|
|
6695
|
+
// Add the matcher to the set of matchers for this host
|
|
6696
|
+
config.matchers.add(matcher);
|
|
6697
|
+
|
|
6698
|
+
// Initialize target entry if it doesn't exist
|
|
6699
|
+
if (!config.targets.has(target)) {
|
|
6700
|
+
config.targets.set(target, new Map());
|
|
6701
|
+
}
|
|
6702
|
+
|
|
6703
|
+
// Store the matcher with its removeOriginal setting for this target
|
|
6704
|
+
config.targets.get(target).set(matcher, {
|
|
6705
|
+
removeOriginal,
|
|
6706
|
+
currentAttributes: new Map()
|
|
6707
|
+
});
|
|
6708
|
+
|
|
6709
|
+
// Perform initial attribute transport
|
|
6710
|
+
_transportAttributes({ host, target, matcher, removeOriginal });
|
|
6711
|
+
|
|
6712
|
+
// Attach observer
|
|
6713
|
+
_attachObserver(host);
|
|
6714
|
+
|
|
6715
|
+
// Return cleanup function and utility functions
|
|
6716
|
+
return {
|
|
6717
|
+
cleanup: () => _cleanupTransport(host, target, matcher),
|
|
6718
|
+
getObservedAttributes: () => _getObservedAttributes(host, target, matcher),
|
|
6719
|
+
getObservedAttribute: (attr) => _getObservedAttribute(host, target, matcher, attr),
|
|
6720
|
+
}
|
|
6721
|
+
};
|
|
6722
|
+
|
|
6723
|
+
/**
|
|
6724
|
+
* Cleans up resources associated with a specific matcher and target for a host element.
|
|
6725
|
+
*
|
|
6726
|
+
* @param {HTMLElement} host - The host element
|
|
6727
|
+
* @param {HTMLElement} target - The target element
|
|
6728
|
+
* @param {Function} matcher - The matcher function
|
|
6729
|
+
* @private
|
|
6730
|
+
*/
|
|
6731
|
+
const _cleanupTransport = (host, target, matcher) => {
|
|
6732
|
+
const config = _transportConfig.get(host);
|
|
6733
|
+
if (!config) return;
|
|
6734
|
+
|
|
6735
|
+
// Remove this matcher from this target
|
|
6736
|
+
const targetMatchers = config.targets.get(target);
|
|
6737
|
+
if (targetMatchers) {
|
|
6738
|
+
targetMatchers.delete(matcher);
|
|
6739
|
+
|
|
6740
|
+
// If this target has no more matchers, remove it
|
|
6741
|
+
if (targetMatchers.size === 0) {
|
|
6742
|
+
config.targets.delete(target);
|
|
6743
|
+
}
|
|
6744
|
+
}
|
|
6745
|
+
|
|
6746
|
+
// Check if this matcher is still used by any target
|
|
6747
|
+
let matcherStillUsed = false;
|
|
6748
|
+
for (const matcherMap of config.targets.values()) {
|
|
6749
|
+
if (matcherMap.has(matcher)) {
|
|
6750
|
+
matcherStillUsed = true;
|
|
6751
|
+
break;
|
|
6752
|
+
}
|
|
6753
|
+
}
|
|
6754
|
+
|
|
6755
|
+
// If not used anymore, remove from matchers set
|
|
6756
|
+
if (!matcherStillUsed) {
|
|
6757
|
+
config.matchers.delete(matcher);
|
|
6758
|
+
}
|
|
6759
|
+
|
|
6760
|
+
// If no more targets or matchers, detach observer
|
|
6761
|
+
if (config.targets.size === 0 || config.matchers.size === 0) {
|
|
6762
|
+
_detachObserver(host);
|
|
6763
|
+
}
|
|
6764
|
+
};
|
|
6765
|
+
|
|
6766
|
+
/**
|
|
6767
|
+
* Generic function to transport attributes from a host element to a target element.
|
|
6768
|
+
*
|
|
6769
|
+
* @param {Object} params - The parameters object.
|
|
6770
|
+
* @param {HTMLElement} params.host - The host element from which to transport attributes.
|
|
6771
|
+
* @param {HTMLElement} params.target - The target element to which attributes will be transported.
|
|
6772
|
+
* @param {Function} params.matcher - Function that takes an attribute name and returns true if it should be transported.
|
|
6773
|
+
* @param {boolean} [params.removeOriginal=true] - Whether to remove original attributes from host.
|
|
6774
|
+
* @returns {void}
|
|
6775
|
+
* @private
|
|
6776
|
+
*/
|
|
6777
|
+
const _transportAttributes = ({ host, target, matcher, removeOriginal = true }) => {
|
|
6778
|
+
// Get a list of all matching attributes on the host element and their values
|
|
6779
|
+
const matchingAttributes = host.getAttributeNames()
|
|
6780
|
+
.filter(attr => matcher(attr))
|
|
6781
|
+
.reduce((acc, attr) => {
|
|
6782
|
+
acc[attr] = host.getAttribute(attr);
|
|
6783
|
+
return acc;
|
|
6784
|
+
}, {});
|
|
6785
|
+
|
|
6786
|
+
// Move matching attributes to the target element, removing them from the host if removeOriginal is true
|
|
6787
|
+
Object.entries(matchingAttributes).forEach(([key, value]) => {
|
|
6788
|
+
_setObservedAttribute(host, target, matcher, key, value);
|
|
6789
|
+
target.setAttribute(key, value);
|
|
6790
|
+
if (removeOriginal) {
|
|
6791
|
+
host.removeAttribute(key);
|
|
6792
|
+
}
|
|
6793
|
+
});
|
|
6794
|
+
};
|
|
6795
|
+
|
|
6796
|
+
/**
|
|
6797
|
+
* Attaches a MutationObserver to the host element to monitor attribute changes.
|
|
6798
|
+
*
|
|
6799
|
+
* @param {HTMLElement} host - The element to observe for attribute changes.
|
|
6800
|
+
* @returns {MutationObserver} The observer instance.
|
|
6801
|
+
* @private
|
|
6802
|
+
*/
|
|
6803
|
+
const _attachObserver = (host) => {
|
|
6804
|
+
// If an observer for this host already exists, return it
|
|
6805
|
+
if (_observers.has(host)) {
|
|
6806
|
+
return _observers.get(host);
|
|
6807
|
+
}
|
|
6808
|
+
|
|
6809
|
+
// Create a new MutationObserver
|
|
6810
|
+
const observer = new MutationObserver((mutations) => {
|
|
6811
|
+
const config = _transportConfig.get(host);
|
|
6812
|
+
if (!config) return;
|
|
6813
|
+
|
|
6814
|
+
// For each mutation affecting attributes
|
|
6815
|
+
mutations
|
|
6816
|
+
.filter(mutation => mutation.type === 'attributes')
|
|
6817
|
+
.forEach(mutation => {
|
|
6818
|
+
const attributeName = mutation.attributeName;
|
|
6819
|
+
|
|
6820
|
+
// Find matchers that care about this attribute
|
|
6821
|
+
for (const matcher of config.matchers) {
|
|
6822
|
+
if (matcher(attributeName)) {
|
|
6823
|
+
// For each target that uses this matcher
|
|
6824
|
+
for (const [target, matcherConfigs] of config.targets.entries()) {
|
|
6825
|
+
if (matcherConfigs.has(matcher)) {
|
|
6826
|
+
const { removeOriginal } = matcherConfigs.get(matcher);
|
|
6827
|
+
_transportAttributes({
|
|
6828
|
+
host,
|
|
6829
|
+
target,
|
|
6830
|
+
matcher,
|
|
6831
|
+
removeOriginal
|
|
6832
|
+
});
|
|
6833
|
+
}
|
|
6834
|
+
}
|
|
6835
|
+
}
|
|
6836
|
+
}
|
|
6837
|
+
});
|
|
6838
|
+
});
|
|
6839
|
+
|
|
6840
|
+
// Start observing attribute changes
|
|
6841
|
+
observer.observe(host, { attributes: true });
|
|
6842
|
+
|
|
6843
|
+
// Store the observer
|
|
6844
|
+
_observers.set(host, observer);
|
|
6845
|
+
|
|
6846
|
+
return observer;
|
|
6847
|
+
};
|
|
6848
|
+
|
|
6849
|
+
/**
|
|
6850
|
+
* Detaches and cleans up the MutationObserver for a given host element.
|
|
6851
|
+
*
|
|
6852
|
+
* @param {HTMLElement} host - The element whose observer should be detached.
|
|
6853
|
+
* @private
|
|
6854
|
+
*/
|
|
6855
|
+
const _detachObserver = (host) => {
|
|
6856
|
+
if (_observers.has(host)) {
|
|
6857
|
+
const observer = _observers.get(host);
|
|
6858
|
+
observer.disconnect();
|
|
6859
|
+
_observers.delete(host);
|
|
6860
|
+
}
|
|
6861
|
+
|
|
6862
|
+
// Clean up the transport config as well
|
|
6863
|
+
if (_transportConfig.has(host)) {
|
|
6864
|
+
_transportConfig.delete(host);
|
|
6865
|
+
}
|
|
6866
|
+
};
|
|
6867
|
+
|
|
6868
|
+
/**
|
|
6869
|
+
* Gets the matcher configuration for a specific host, target, and matcher
|
|
6870
|
+
* @param {HTMLElement} host - The host element
|
|
6871
|
+
* @param {HTMLElement} target - The target element
|
|
6872
|
+
* @param {Function} matcher - The matcher function
|
|
6873
|
+
* @returns {Object|undefined} The matcher configuration if found
|
|
6874
|
+
* @private
|
|
6875
|
+
*/
|
|
6876
|
+
const _getMatcherConfig = (host, target, matcher) => {
|
|
6877
|
+
const config = _transportConfig.get(host);
|
|
6878
|
+
if (!config) return undefined;
|
|
6879
|
+
|
|
6880
|
+
const targetMatchers = config.targets.get(target);
|
|
6881
|
+
if (!targetMatchers) return undefined;
|
|
6882
|
+
|
|
6883
|
+
return targetMatchers.get(matcher);
|
|
6884
|
+
};
|
|
6885
|
+
|
|
6886
|
+
/**
|
|
6887
|
+
* Sets an observed attribute value
|
|
6888
|
+
* @param {HTMLElement} host - The host element
|
|
6889
|
+
* @param {HTMLElement} target - The target element
|
|
6890
|
+
* @param {Function} matcher - The matcher function
|
|
6891
|
+
* @param {string} key - The attribute name
|
|
6892
|
+
* @param {string} value - The attribute value
|
|
6893
|
+
* @private
|
|
6894
|
+
*/
|
|
6895
|
+
const _setObservedAttribute = (host, target, matcher, key, value) => {
|
|
6896
|
+
const matcherConfig = _getMatcherConfig(host, target, matcher);
|
|
6897
|
+
if (matcherConfig) {
|
|
6898
|
+
matcherConfig.currentAttributes.set(key, value);
|
|
6899
|
+
}
|
|
6900
|
+
};
|
|
6901
|
+
|
|
6902
|
+
const _getObservedAttribute = (host, target, matcher, attr) => {
|
|
6903
|
+
const matcherConfig = _getMatcherConfig(host, target, matcher);
|
|
6904
|
+
if (matcherConfig) return matcherConfig.currentAttributes.get(attr);
|
|
6905
|
+
return undefined;
|
|
6906
|
+
};
|
|
6907
|
+
|
|
6908
|
+
const _getObservedAttributes = (host, target, matcher) => {
|
|
6909
|
+
const matcherConfig = _getMatcherConfig(host, target, matcher);
|
|
6910
|
+
if (matcherConfig) return Array.from(matcherConfig.currentAttributes.entries());
|
|
6911
|
+
return [];
|
|
6912
|
+
};
|
|
6913
|
+
|
|
6914
|
+
const _matchers = {
|
|
6915
|
+
'aria-': attr => attr.startsWith('aria-'),
|
|
6916
|
+
'role': attr => attr.match(/^role$/)
|
|
6917
|
+
};
|
|
6918
|
+
|
|
6919
|
+
const transportAllA11yAttributes = ({ host, target, removeOriginal = true }) => {
|
|
6920
|
+
return transportAttributes({
|
|
6921
|
+
host,
|
|
6922
|
+
target,
|
|
6923
|
+
match: attr => {
|
|
6924
|
+
for (const key in _matchers) {
|
|
6925
|
+
if (_matchers[key](attr)) return true;
|
|
6926
|
+
}
|
|
6927
|
+
return false;
|
|
6928
|
+
},
|
|
6929
|
+
removeOriginal
|
|
6930
|
+
});
|
|
6931
|
+
};
|
|
6932
|
+
|
|
6933
|
+
class AuroElement extends i$2 {
|
|
6570
6934
|
|
|
6571
|
-
|
|
6935
|
+
/**
|
|
6936
|
+
* @type {Object} return object from transportAttributes via a11yUtilities
|
|
6937
|
+
* @property {Function} cleanup - Function to clean up the attribute watcher.
|
|
6938
|
+
* @property {Function} getCurrentAttributes - Function to get the current attributes being watched and their values.
|
|
6939
|
+
* @property {Function} getObservedAttribute - Function to get the value of a specific observed attribute by name.
|
|
6940
|
+
* @private
|
|
6941
|
+
*/
|
|
6942
|
+
attributeWatcher;
|
|
6572
6943
|
|
|
6573
|
-
|
|
6944
|
+
static get properties() {
|
|
6945
|
+
return {
|
|
6574
6946
|
|
|
6575
|
-
|
|
6947
|
+
/**
|
|
6948
|
+
* Defines the layout of an element.
|
|
6949
|
+
* @default {'default'}
|
|
6950
|
+
*/
|
|
6951
|
+
layout: {
|
|
6952
|
+
type: String,
|
|
6953
|
+
attribute: "layout",
|
|
6954
|
+
reflect: true
|
|
6955
|
+
},
|
|
6956
|
+
|
|
6957
|
+
/**
|
|
6958
|
+
* Defines the shape of an element.
|
|
6959
|
+
* @property {'default', 'rounded', 'pill', 'circle'}
|
|
6960
|
+
* @default {'default'}
|
|
6961
|
+
*/
|
|
6962
|
+
shape: {
|
|
6963
|
+
type: String,
|
|
6964
|
+
attribute: "shape",
|
|
6965
|
+
reflect: true
|
|
6966
|
+
},
|
|
6967
|
+
|
|
6968
|
+
/**
|
|
6969
|
+
* Defines the size of an element.
|
|
6970
|
+
* @property {'xs', 'sm', 'md', 'lg', 'xl'}
|
|
6971
|
+
* @default {'md'}
|
|
6972
|
+
*/
|
|
6973
|
+
size: {
|
|
6974
|
+
type: String,
|
|
6975
|
+
attribute: "size",
|
|
6976
|
+
reflect: true
|
|
6977
|
+
},
|
|
6978
|
+
|
|
6979
|
+
/**
|
|
6980
|
+
* This Boolean attribute lets you specify that the element should be rendered in dark mode.
|
|
6981
|
+
* @default {false}
|
|
6982
|
+
*/
|
|
6983
|
+
onDark: {
|
|
6984
|
+
type: Boolean,
|
|
6985
|
+
attribute: "ondark",
|
|
6986
|
+
reflect: true
|
|
6987
|
+
},
|
|
6988
|
+
|
|
6989
|
+
/**
|
|
6990
|
+
* A reference to the wrapper element in the shadow DOM.
|
|
6991
|
+
* This is used to apply layout and shape classes dynamically.
|
|
6992
|
+
* @type {HTMLElement|null}
|
|
6993
|
+
* @default {null}
|
|
6994
|
+
* @private
|
|
6995
|
+
*/
|
|
6996
|
+
wrapper: {
|
|
6997
|
+
attribute: false,
|
|
6998
|
+
reflect: false
|
|
6999
|
+
}
|
|
7000
|
+
};
|
|
7001
|
+
}
|
|
7002
|
+
|
|
7003
|
+
|
|
7004
|
+
|
|
7005
|
+
resetShapeClasses() {
|
|
7006
|
+
if (this.shape && this.size) {
|
|
7007
|
+
|
|
7008
|
+
if (this.wrapper) {
|
|
7009
|
+
this.wrapper.classList.forEach((className) => {
|
|
7010
|
+
if (className.startsWith('shape-')) {
|
|
7011
|
+
this.wrapper.classList.remove(className);
|
|
7012
|
+
}
|
|
7013
|
+
});
|
|
7014
|
+
|
|
7015
|
+
this.wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
|
|
7016
|
+
}
|
|
7017
|
+
}
|
|
7018
|
+
}
|
|
7019
|
+
|
|
7020
|
+
resetLayoutClasses() {
|
|
7021
|
+
if (this.layout) {
|
|
7022
|
+
if (this.wrapper) {
|
|
7023
|
+
this.wrapper.classList.forEach((className) => {
|
|
7024
|
+
if (className.startsWith('layout-')) {
|
|
7025
|
+
this.wrapper.classList.remove(className);
|
|
7026
|
+
}
|
|
7027
|
+
});
|
|
7028
|
+
|
|
7029
|
+
this.wrapper.classList.add(`layout-${this.layout.toLowerCase()}`);
|
|
7030
|
+
}
|
|
7031
|
+
}
|
|
7032
|
+
}
|
|
7033
|
+
|
|
7034
|
+
updateComponentArchitecture() {
|
|
7035
|
+
this.resetLayoutClasses();
|
|
7036
|
+
this.resetShapeClasses();
|
|
7037
|
+
}
|
|
7038
|
+
|
|
7039
|
+
updated(changedProperties) {
|
|
7040
|
+
if (changedProperties.has('layout') || changedProperties.has('shape') || changedProperties.has('size')) {
|
|
7041
|
+
this.updateComponentArchitecture();
|
|
7042
|
+
}
|
|
7043
|
+
}
|
|
7044
|
+
|
|
7045
|
+
firstUpdated() {
|
|
7046
|
+
super.firstUpdated();
|
|
7047
|
+
|
|
7048
|
+
// Set a reference to the wrapper element in the shadow DOM
|
|
7049
|
+
this.wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
7050
|
+
|
|
7051
|
+
// Initialize the transportation of ARIA attributes to the target element and get the disconnect function for cleanup
|
|
7052
|
+
this.attributeWatcher = transportAllA11yAttributes({ host: this, target: this.shadowRoot.querySelector('.wrapper') });
|
|
7053
|
+
}
|
|
7054
|
+
|
|
7055
|
+
disconnectedCallback() {
|
|
7056
|
+
super.disconnectedCallback();
|
|
7057
|
+
|
|
7058
|
+
// Cleanup the ARIA observer if it exists
|
|
7059
|
+
if (this.attributeWatcher) {
|
|
7060
|
+
this.attributeWatcher.cleanup();
|
|
7061
|
+
this.attributeWatcher = null;
|
|
7062
|
+
}
|
|
7063
|
+
}
|
|
7064
|
+
|
|
7065
|
+
// Try to render the defined `this.layout` layout. If that fails, fall back to the default layout.
|
|
7066
|
+
// This will catch if an invalid layout value is passed in and render the default layout if so.
|
|
7067
|
+
render() {
|
|
7068
|
+
try {
|
|
7069
|
+
return this.renderLayout();
|
|
7070
|
+
} catch (error) {
|
|
7071
|
+
// failed to get the defined layout
|
|
7072
|
+
console.error('Failed to get the defined layout - using the default layout', error); // eslint-disable-line no-console
|
|
7073
|
+
|
|
7074
|
+
// fallback to the default layout
|
|
7075
|
+
return this.getLayout('default');
|
|
7076
|
+
}
|
|
7077
|
+
}
|
|
7078
|
+
}
|
|
7079
|
+
|
|
7080
|
+
var styleCss$2 = i$5`:focus:not(:focus-visible){outline:3px solid transparent}.util_insetNone{padding:0}.util_insetXxxs{padding:.125rem}.util_insetXxxs--stretch{padding:.25rem .125rem}.util_insetXxxs--squish{padding:0 .125rem}.util_insetXxs{padding:.25rem}.util_insetXxs--stretch{padding:.375rem .25rem}.util_insetXxs--squish{padding:.125rem .25rem}.util_insetXs{padding:.5rem}.util_insetXs--stretch{padding:.75rem .5rem}.util_insetXs--squish{padding:.25rem .5rem}.util_insetSm{padding:.75rem}.util_insetSm--stretch{padding:1.125rem .75rem}.util_insetSm--squish{padding:.375rem .75rem}.util_insetMd{padding:1rem}.util_insetMd--stretch{padding:1.5rem 1rem}.util_insetMd--squish{padding:.5rem 1rem}.util_insetLg{padding:1.5rem}.util_insetLg--stretch{padding:2.25rem 1.5rem}.util_insetLg--squish{padding:.75rem 1.5rem}.util_insetXl{padding:2rem}.util_insetXl--stretch{padding:3rem 2rem}.util_insetXl--squish{padding:1rem 2rem}.util_insetXxl{padding:3rem}.util_insetXxl--stretch{padding:4.5rem 3rem}.util_insetXxl--squish{padding:1.5rem 3rem}.util_insetXxxl{padding:4rem}.util_insetXxxl--stretch{padding:6rem 4rem}.util_insetXxxl--squish{padding:2rem 4rem}:host([fluid]) .auro-button,:host([fluid=true]) .auro-button{min-width:auto;width:100%}:host([variant=flat]){display:inline-block}::slotted(svg){vertical-align:middle}slot{pointer-events:none}.auro-button{position:relative;padding:0 var(--ds-size-300, 1.5rem);cursor:pointer;border-width:1px;border-style:solid;border-radius:var(--ds-border-radius, 0.375rem);overflow:hidden;text-overflow:ellipsis;user-select:none;white-space:nowrap;min-height:var(--ds-size-600, 3rem);max-height:var(--ds-size-600, 3rem);display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:var(--ds-size-100, 0.5rem);margin:0;-webkit-touch-callout:none;-webkit-user-select:none;transition:padding 300ms ease-out}.auro-button:active{transform:scale(0.95)}.auro-button:focus-visible,.auro-button:focus{outline:none;outline-style:solid;outline-width:var(--ds-size-50, 0.25rem);outline-offset:calc(var(--ds-size-50, 0.25rem)*-1)}.auro-button:focus-visible:not([variant=secondary]):not([variant=tertiary]),.auro-button:focus:not([variant=secondary]):not([variant=tertiary]){outline-width:calc(var(--ds-size-50, 0.25rem) - 1px)}.auro-button.loading{cursor:not-allowed}.auro-button.loading *:not([auro-loader]){visibility:hidden}@media screen and (min-width: 576px){.auro-button{min-width:8.75rem;width:auto}}.auro-button:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=secondary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button[variant=ghost]:disabled{cursor:not-allowed;transform:unset}.auro-button[onDark]:disabled{cursor:not-allowed;transform:unset}.auro-button[onDark][variant=secondary]:disabled{cursor:not-allowed;transform:unset}@media(hover: hover){.auro-button[onDark][variant=tertiary]:active,.auro-button[onDark][variant=tertiary]:hover{box-shadow:none}}.auro-button[onDark][variant=tertiary]:active{box-shadow:none}.auro-button[onDark][variant=tertiary]:disabled{cursor:not-allowed;transform:unset}.auro-button.icon-only ::slotted(:not(auro-icon):not([auro-icon])){display:none}.auro-button--slim{min-width:unset;min-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem));max-height:calc(var(--ds-size-500, 2.5rem) - var(--ds-size-50, 0.25rem))}.auro-button--iconOnly{padding:0 var(--ds-size-100, 0.5rem);border-radius:100px;min-width:unset;height:var(--ds-size-600, 3rem);width:var(--ds-size-500, 2.5rem)}.auro-button--iconOnly ::slotted(auro-icon),.auro-button--iconOnly ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--iconOnly:not(.auro-button--rounded):focus-visible:not([variant=secondary]):not([variant=tertiary]):not([variant=flat]),.auro-button--iconOnly:not(.auro-button--rounded):focus:not([variant=secondary]):not([variant=tertiary]):not([variant=flat]){outline-width:1px;outline-offset:-2px}.auro-button--iconOnlySlim{padding:0 var(--ds-size-50, 0.25rem);height:calc(var(--ds-size-400, 2rem) + var(--ds-size-50, 0.25rem));width:calc(var(--ds-size-300, 1.5rem) + var(--ds-size-50, 0.25rem))}.auro-button--iconOnlySlim ::slotted(auro-icon),.auro-button--iconOnlySlim ::slotted([auro-icon]){--ds-auro-icon-size:calc(var(--ds-size-200, 1rem) + var(--ds-size-50, 0.25rem))}.auro-button--rounded{border-radius:100px;box-shadow:var(--ds-elevation-300, 0px 0px 15px rgba(0, 0, 0, 0.2));height:var(--ds-size-500, 2.5rem);min-width:unset;transition:padding 300ms ease-out,outline 0ms,outline-offset 0ms}.auro-button--rounded ::slotted(auro-icon),.auro-button--rounded ::slotted([auro-icon]){--ds-auro-icon-size:var(--ds-size-300, 1.5rem)}.auro-button--rounded:focus-visible:not([variant=flat]):after,.auro-button--rounded:focus:not([variant=flat]):after{border-radius:100px}:host([size=xs]) .wrapper:focus-visible,:host([size=xs]) .wrapper:focus{outline-width:1px;outline-offset:-2px}:host([rounded]) .textSlot{transition:opacity 300ms ease-in;opacity:1}:host([rounded][iconOnly]) .textSlot{opacity:0}:host([rounded][iconOnly]) .textWrapper{display:none}:host([rounded][iconOnly]) .auro-button{min-width:unset;padding:unset;width:var(--ds-size-600, 3rem)}[auro-loader]{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}`;
|
|
7081
|
+
|
|
7082
|
+
var colorCss$2 = i$5`[auro-loader]{color:var(--ds-auro-button-loader-color)}.auro-button{-webkit-tap-highlight-color:var(--ds-auro-button-tap-color);color:var(--ds-auro-button-text-color);background-color:var(--ds-auro-button-container-color);background-image:linear-gradient(var(--ds-auro-button-container-image), var(--ds-auro-button-container-image));border-color:var(--ds-auro-button-border-color)}.auro-button:not([variant=secondary]):not([variant=tertiary]):focus-visible{outline-color:var(--ds-auro-button-border-inset-color)}.auro-button:not([ondark]):active:not(:disabled),.auro-button:not([ondark]):hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-hover, #00274a);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-hover, #00274a)}.auro-button:not([ondark]):disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-disabled, #acc9e2);--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-disabled, #acc9e2)}.auro-button:not([ondark])[variant=secondary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background, #ffffff);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border, #01426a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text, #01426a)}.auro-button:not([ondark])[variant=secondary]:active:not(:disabled),.auro-button:not([ondark])[variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-hover, #f2f2f2);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-hover, #00274a);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-hover, #00274a)}.auro-button:not([ondark])[variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=secondary]:disabled{--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-disabled, #f7f7f7);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-disabled, #cfe0ef);--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background, rgba(0, 0, 0, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text, #01426a)}.auro-button:not([ondark])[variant=tertiary]:active:not(:disabled),.auro-button:not([ondark])[variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-hover, rgba(0, 0, 0, 0.1));--ds-auro-button-border-color:transparent}.auro-button:not([ondark])[variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=tertiary]:disabled{--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=ghost]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-ghost-text, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-ghost-text, #01426a)}.auro-button:not([ondark])[variant=ghost]:active:not(:disabled),.auro-button:not([ondark])[variant=ghost]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-ghost-background-hover, rgba(0, 0, 0, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-ghost-background-hover, rgba(0, 0, 0, 0.05));--ds-auro-button-border-color:transparent}.auro-button:not([ondark])[variant=ghost]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button:not([ondark])[variant=ghost]:disabled{--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}.auro-button:not([ondark])[variant=flat]{color:var(--ds-advanced-color-button-flat-text, #676767);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:active:not(:disabled),.auro-button:not([ondark])[variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-hover, #525252);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-disabled, #d0d0d0);background-color:transparent;background-image:none;border-color:transparent}.auro-button:not([ondark])[variant=flat]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button[ondark]{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse, #ffffff);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a)}.auro-button[ondark]:active:not(:disabled),.auro-button[ondark]:hover:not(:disabled){--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-hover, #ebf3f9);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-hover, #ebf3f9)}.auro-button[ondark]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused, #01426a)}.auro-button[ondark]:disabled{--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse-disabled, rgba(255, 255, 255, 0.75));--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=secondary]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-secondary-text-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:active:not(:disabled),.auro-button[ondark][variant=secondary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-secondary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=secondary]:focus-visible{--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=secondary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-button-border-color:var(--ds-advanced-color-button-secondary-border-inverse-disabled, #dddddd)}.auro-button[ondark][variant=tertiary]{--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse, rgba(255, 255, 255, 0.05));--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-tertiary-text-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:active:not(:disabled),.auro-button[ondark][variant=tertiary]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1));--ds-auro-button-container-image:var(--ds-advanced-color-button-tertiary-background-inverse-hover, rgba(255, 255, 255, 0.1))}.auro-button[ondark][variant=tertiary]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=tertiary]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=ghost]{--ds-auro-button-container-color:transparent;--ds-auro-button-container-image:transparent;--ds-auro-button-border-color:transparent;--ds-auro-button-text-color:var(--ds-advanced-color-button-ghost-text-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-ghost-text-inverse, #ffffff)}.auro-button[ondark][variant=ghost]:active:not(:disabled),.auro-button[ondark][variant=ghost]:hover:not(:disabled){--ds-auro-button-container-color:var(--ds-advanced-color-button-ghost-background-inverse-hover, rgba(255, 255, 255, 0.05));--ds-auro-button-container-image:var(--ds-advanced-color-button-ghost-background-inverse-hover, rgba(255, 255, 255, 0.05))}.auro-button[ondark][variant=ghost]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}.auro-button[ondark][variant=ghost]:disabled{--ds-auro-button-text-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}.auro-button[ondark][variant=flat]{color:var(--ds-advanced-color-button-flat-text-inverse, #ffffff);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:active:not(:disabled),.auro-button[ondark][variant=flat]:hover:not(:disabled){color:var(--ds-advanced-color-button-flat-text-inverse-hover, #adadad);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:disabled{color:var(--ds-advanced-color-button-flat-text-inverse-disabled, #7e8894);background-color:transparent;background-image:none;border-color:transparent}.auro-button[ondark][variant=flat]:focus-visible{--ds-auro-button-border-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff)}`;
|
|
7083
|
+
|
|
7084
|
+
var tokensCss$2 = i$5`:host(:not([onDark])){--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border, #01426a);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background, #01426a);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background, #01426a);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text, #ffffff);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text, #ffffff);--ds-auro-button-tap-color:transparent}:host([onDark]){--ds-auro-button-border-color:var(--ds-advanced-color-button-primary-border-inverse, #ffffff);--ds-auro-button-border-inset-color:var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-button-container-color:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-container-image:var(--ds-advanced-color-button-primary-background-inverse, #ffffff);--ds-auro-button-loader-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-text-color:var(--ds-advanced-color-button-primary-text-inverse, #01426a);--ds-auro-button-tap-color:transparent}`;
|
|
7085
|
+
|
|
7086
|
+
var shapeSize = i$5`.shape-rounded-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:6px;overflow:hidden;font-size:18px}.shape-rounded-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:6px;overflow:hidden;font-size:18px}.shape-rounded-md{min-height:44px;max-height:44px;border-style:solid;border-radius:6px;overflow:hidden;font-size:16px}.shape-rounded-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:6px;overflow:hidden;font-size:14px}.shape-rounded-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:4px;overflow:hidden;font-size:12px;outline-offset:-2px;outline-width:1px}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:34px;overflow:hidden;font-size:18px}.shape-pill-left-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:34px 0 0 34px;overflow:hidden}.shape-pill-right-xl{min-height:68px;max-height:68px;border-style:solid;border-radius:0 34px 34px 0;overflow:hidden}.shape-pill-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:26px;overflow:hidden;font-size:18px}.shape-pill-left-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:26px 0 0 26px;overflow:hidden}.shape-pill-right-lg{min-height:52px;max-height:52px;border-style:solid;border-radius:0 26px 26px 0;overflow:hidden}.shape-pill-md{min-height:44px;max-height:44px;border-style:solid;border-radius:22px;overflow:hidden}.shape-pill-left-md{min-height:44px;max-height:44px;border-style:solid;border-radius:22px 0 0 22px;overflow:hidden}.shape-pill-right-md{min-height:44px;max-height:44px;border-style:solid;border-radius:0 22px 22px 0;overflow:hidden;font-size:16px}.shape-pill-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:16px;overflow:hidden;font-size:14px}.shape-pill-left-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:16px 0 0 16px;overflow:hidden}.shape-pill-right-sm{min-height:32px;max-height:32px;border-style:solid;border-radius:0 16px 16px 0;overflow:hidden}.shape-pill-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:10px;overflow:hidden;font-size:12px;outline-offset:-2px;outline-width:1px}.shape-pill-left-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:10px 0 0 10px;overflow:hidden;outline-offset:-2px;outline-width:1px}.shape-pill-right-xs{min-height:20px;max-height:20px;border-style:solid;border-radius:0 10px 10px 0;overflow:hidden;outline-offset:-2px;outline-width:1px}.shape-circle-xl{min-height:68px;max-height:68px;min-width:68px;max-width:68px;border-style:solid;border-radius:34px;overflow:hidden;padding:0}.shape-circle-lg{min-height:52px;max-height:52px;min-width:52px;max-width:52px;border-style:solid;border-radius:26px;overflow:hidden;padding:0}.shape-circle-md{min-height:44px;max-height:44px;min-width:44px;max-width:44px;border-style:solid;border-radius:22px;overflow:hidden;padding:0}.shape-circle-sm{min-height:32px;max-height:32px;min-width:32px;max-width:32px;border-style:solid;border-radius:16px;overflow:hidden;padding:0}.shape-circle-xs{min-height:20px;max-height:20px;min-width:20px;max-width:20px;border-style:solid;border-radius:10px;overflow:hidden;padding:0;outline-offset:-2px;outline-width:1px}`;
|
|
7087
|
+
|
|
7088
|
+
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
7089
|
+
// See LICENSE in the project root for license information.
|
|
7090
|
+
|
|
7091
|
+
// ---------------------------------------------------------------------
|
|
7092
|
+
|
|
7093
|
+
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
7094
|
+
|
|
7095
|
+
let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
|
|
7096
|
+
|
|
7097
|
+
/* eslint-disable jsdoc/require-param */
|
|
7098
|
+
|
|
7099
|
+
/**
|
|
7100
|
+
* This will register a new custom element with the browser.
|
|
7101
|
+
* @param {String} name - The name of the custom element.
|
|
7102
|
+
* @param {Object} componentClass - The class to register as a custom element.
|
|
7103
|
+
* @returns {void}
|
|
7104
|
+
*/
|
|
7105
|
+
registerComponent(name, componentClass) {
|
|
7106
|
+
if (!customElements.get(name)) {
|
|
7107
|
+
customElements.define(name, class extends componentClass {});
|
|
7108
|
+
}
|
|
7109
|
+
}
|
|
7110
|
+
|
|
7111
|
+
/**
|
|
7112
|
+
* Finds and returns the closest HTML Element based on a selector.
|
|
7113
|
+
* @returns {void}
|
|
7114
|
+
*/
|
|
7115
|
+
closestElement(
|
|
7116
|
+
selector, // selector like in .closest()
|
|
7117
|
+
base = this, // extra functionality to skip a parent
|
|
7118
|
+
__Closest = (el, found = el && el.closest(selector)) =>
|
|
7119
|
+
!el || el === document || el === window
|
|
7120
|
+
? null // standard .closest() returns null for non-found selectors also
|
|
7121
|
+
: found
|
|
7122
|
+
? found // found a selector INside this element
|
|
7123
|
+
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
7124
|
+
) {
|
|
7125
|
+
return __Closest(base);
|
|
7126
|
+
}
|
|
7127
|
+
/* eslint-enable jsdoc/require-param */
|
|
7128
|
+
|
|
7129
|
+
/**
|
|
7130
|
+
* 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.
|
|
7131
|
+
* @param {Object} elem - The element to check.
|
|
7132
|
+
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
7133
|
+
* @returns {void}
|
|
7134
|
+
*/
|
|
7135
|
+
handleComponentTagRename(elem, tagName) {
|
|
7136
|
+
const tag = tagName.toLowerCase();
|
|
7137
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
7138
|
+
|
|
7139
|
+
if (elemTag !== tag) {
|
|
7140
|
+
elem.setAttribute(tag, true);
|
|
7141
|
+
}
|
|
7142
|
+
}
|
|
7143
|
+
|
|
7144
|
+
/**
|
|
7145
|
+
* Validates if an element is a specific Auro component.
|
|
7146
|
+
* @param {Object} elem - The element to validate.
|
|
7147
|
+
* @param {String} tagName - The name of the Auro component to check against.
|
|
7148
|
+
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
7149
|
+
*/
|
|
7150
|
+
elementMatch(elem, tagName) {
|
|
7151
|
+
const tag = tagName.toLowerCase();
|
|
7152
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
7153
|
+
|
|
7154
|
+
return elemTag === tag || elem.hasAttribute(tag);
|
|
7155
|
+
}
|
|
7156
|
+
};
|
|
6576
7157
|
|
|
6577
7158
|
var styleCss$1 = i$5`: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}: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:0.375rem;--margin-xs:0.2rem;--margin-sm:0.5rem;--margin-md:0.75rem;--margin-lg:1rem}:host([pulse]),:host([pulse])>span{position:relative}:host([pulse]){width:calc(3rem + var(--margin)*6);height:1.5rem}:host([pulse])>span{width:1rem;height:1rem;margin:var(--margin);animation:pulse 1.5s ease infinite}:host([pulse][xs]){width:calc(2.55rem + var(--margin-xs)*6);height:1.55rem}:host([pulse][xs])>span{margin:var(--margin-xs);width:.65rem;height:.65rem}:host([pulse][sm]){width:calc(6rem + var(--margin-sm)*6);height:2.5rem}:host([pulse][sm])>span{margin:var(--margin-sm);width:2rem;height:2rem}:host([pulse][md]){width:calc(9rem + var(--margin-md)*6);height:3.5rem}:host([pulse][md])>span{margin:var(--margin-md);width:3rem;height:3rem}:host([pulse][lg]){width:calc(15rem + var(--margin-lg)*6);height:5.5rem}:host([pulse][lg])>span{margin:var(--margin-lg);width:5rem;height:5rem}:host([pulse])>span:nth-child(1){animation-delay:-400ms}:host([pulse])>span:nth-child(2){animation-delay:-200ms}:host([pulse])>span:nth-child(3){animation-delay:0ms}@keyframes pulse{0%,100%{opacity:.1;transform:scale(0.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(0deg)}100%{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{100%{transform:rotate(360deg)}}@keyframes ringworm{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{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%}100%{left:110%}}:host>.no-animation{display:none}@media(prefers-reduced-motion: reduce){:host{display:flex;align-items:center;justify-content:center;font-size:1rem}:host>span{opacity:1}:host>.loader{display:none}:host>.no-animation{display:block}}`;
|
|
6578
7159
|
|
|
@@ -6606,7 +7187,7 @@ class AuroLoader extends i$2 {
|
|
|
6606
7187
|
/**
|
|
6607
7188
|
* @private
|
|
6608
7189
|
*/
|
|
6609
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
7190
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
|
|
6610
7191
|
|
|
6611
7192
|
this.orbit = false;
|
|
6612
7193
|
this.ringworm = false;
|
|
@@ -6669,7 +7250,7 @@ class AuroLoader extends i$2 {
|
|
|
6669
7250
|
*
|
|
6670
7251
|
*/
|
|
6671
7252
|
static register(name = "auro-loader") {
|
|
6672
|
-
AuroLibraryRuntimeUtils$
|
|
7253
|
+
AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroLoader);
|
|
6673
7254
|
}
|
|
6674
7255
|
|
|
6675
7256
|
firstUpdated() {
|
|
@@ -6721,14 +7302,13 @@ class AuroLoader extends i$2 {
|
|
|
6721
7302
|
|
|
6722
7303
|
var loaderVersion = '5.0.0';
|
|
6723
7304
|
|
|
6724
|
-
/* eslint-disable max-lines */
|
|
7305
|
+
/* eslint-disable max-lines, curly, jsdoc/no-undefined-types */
|
|
6725
7306
|
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
6726
7307
|
// See LICENSE in the project root for license information.
|
|
6727
7308
|
|
|
6728
7309
|
|
|
6729
7310
|
/**
|
|
6730
7311
|
* @slot - Default slot for the text of the button.
|
|
6731
|
-
* @slot icon - Slot to provide auro-icon for the button.
|
|
6732
7312
|
* @csspart button - Apply CSS to HTML5 button.
|
|
6733
7313
|
* @csspart loader - Apply CSS to auro-loader.
|
|
6734
7314
|
* @csspart text - Apply CSS to text slot.
|
|
@@ -6737,7 +7317,18 @@ var loaderVersion = '5.0.0';
|
|
|
6737
7317
|
|
|
6738
7318
|
/* eslint-disable lit/no-invalid-html, lit/binding-positions */
|
|
6739
7319
|
|
|
6740
|
-
|
|
7320
|
+
const ICON_ONLY_SHAPES = ['circle'];
|
|
7321
|
+
|
|
7322
|
+
/**
|
|
7323
|
+
* AuroButton is a custom element that provides a styled, accessible button with support for various states and form association.
|
|
7324
|
+
* It is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.
|
|
7325
|
+
* @property {'default', 'rounded', 'pill', 'circle'} shape - Defines the shape of the button.
|
|
7326
|
+
* @property {'xs', 'sm', 'md', 'lg', 'xl'} size - Defines the size of the button.
|
|
7327
|
+
* @property {'primary', 'secondary', 'tertiary', 'ghost', 'flat'} variant - Sets the button variant.
|
|
7328
|
+
* @property {'submit', 'reset', 'button'} type - The type of button. Matches HTML5 Button Spec.
|
|
7329
|
+
* @property {boolean} onDark - Indicates if the button is rendered in dark mode.
|
|
7330
|
+
*/
|
|
7331
|
+
class AuroButton extends AuroElement {
|
|
6741
7332
|
|
|
6742
7333
|
/**
|
|
6743
7334
|
* Enables form association for this element.
|
|
@@ -6752,13 +7343,10 @@ class AuroButton extends i$2 {
|
|
|
6752
7343
|
super();
|
|
6753
7344
|
this.autofocus = false;
|
|
6754
7345
|
this.disabled = false;
|
|
6755
|
-
this.iconOnly = false;
|
|
6756
7346
|
this.loading = false;
|
|
7347
|
+
this.size = "md";
|
|
7348
|
+
this.shape = "rounded";
|
|
6757
7349
|
this.onDark = false;
|
|
6758
|
-
this.secondary = false;
|
|
6759
|
-
this.tertiary = false;
|
|
6760
|
-
this.rounded = false;
|
|
6761
|
-
this.slim = false;
|
|
6762
7350
|
this.fluid = false;
|
|
6763
7351
|
this.loadingText = this.loadingText || 'Loading...';
|
|
6764
7352
|
|
|
@@ -6781,49 +7369,59 @@ class AuroButton extends i$2 {
|
|
|
6781
7369
|
* @private
|
|
6782
7370
|
*/
|
|
6783
7371
|
this.loaderTag = versioning.generateTag('auro-loader', loaderVersion, AuroLoader);
|
|
7372
|
+
|
|
7373
|
+
/**
|
|
7374
|
+
* @private
|
|
7375
|
+
*/
|
|
7376
|
+
this.buttonHref = undefined;
|
|
7377
|
+
|
|
7378
|
+
/**
|
|
7379
|
+
* @private
|
|
7380
|
+
*/
|
|
7381
|
+
this.buttonTarget = undefined;
|
|
7382
|
+
|
|
7383
|
+
/**
|
|
7384
|
+
* @private
|
|
7385
|
+
*/
|
|
7386
|
+
this.buttonRel = undefined;
|
|
6784
7387
|
}
|
|
6785
7388
|
|
|
6786
7389
|
static get styles() {
|
|
6787
7390
|
return [
|
|
6788
7391
|
tokensCss$2,
|
|
6789
7392
|
styleCss$2,
|
|
6790
|
-
colorCss$2
|
|
7393
|
+
colorCss$2,
|
|
7394
|
+
shapeSize
|
|
6791
7395
|
];
|
|
6792
7396
|
}
|
|
6793
7397
|
|
|
6794
7398
|
static get properties() {
|
|
6795
7399
|
return {
|
|
6796
7400
|
|
|
6797
|
-
|
|
6798
|
-
* This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
|
|
6799
|
-
*/
|
|
6800
|
-
autofocus: {
|
|
6801
|
-
type: Boolean,
|
|
6802
|
-
reflect: true
|
|
6803
|
-
},
|
|
7401
|
+
...super.properties,
|
|
6804
7402
|
|
|
6805
7403
|
/**
|
|
6806
|
-
*
|
|
7404
|
+
* Override layout since it isn't used in this component.
|
|
7405
|
+
* @private
|
|
6807
7406
|
*/
|
|
6808
|
-
|
|
7407
|
+
layout: {
|
|
6809
7408
|
type: Boolean,
|
|
6810
|
-
|
|
7409
|
+
attribute: false,
|
|
7410
|
+
reflect: false
|
|
6811
7411
|
},
|
|
6812
7412
|
|
|
6813
7413
|
/**
|
|
6814
|
-
*
|
|
6815
|
-
* @deprecated
|
|
7414
|
+
* This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
|
|
6816
7415
|
*/
|
|
6817
|
-
|
|
7416
|
+
autofocus: {
|
|
6818
7417
|
type: Boolean,
|
|
6819
7418
|
reflect: true
|
|
6820
7419
|
},
|
|
6821
7420
|
|
|
6822
7421
|
/**
|
|
6823
|
-
*
|
|
6824
|
-
* @deprecated
|
|
7422
|
+
* If set to true, button will become disabled and not allow for interactions.
|
|
6825
7423
|
*/
|
|
6826
|
-
|
|
7424
|
+
disabled: {
|
|
6827
7425
|
type: Boolean,
|
|
6828
7426
|
reflect: true
|
|
6829
7427
|
},
|
|
@@ -6831,15 +7429,7 @@ class AuroButton extends i$2 {
|
|
|
6831
7429
|
/**
|
|
6832
7430
|
* Alters the shape of the button to be full width of its parent container.
|
|
6833
7431
|
*/
|
|
6834
|
-
fluid:
|
|
6835
|
-
type: Boolean,
|
|
6836
|
-
reflect: true
|
|
6837
|
-
},
|
|
6838
|
-
|
|
6839
|
-
/**
|
|
6840
|
-
* If set to true, the button will contain an icon with no additional content.
|
|
6841
|
-
*/
|
|
6842
|
-
iconOnly: {
|
|
7432
|
+
fluid: {
|
|
6843
7433
|
type: Boolean,
|
|
6844
7434
|
reflect: true
|
|
6845
7435
|
},
|
|
@@ -6847,7 +7437,7 @@ class AuroButton extends i$2 {
|
|
|
6847
7437
|
/**
|
|
6848
7438
|
* If set to true button text will be replaced with `auro-loader` and become disabled.
|
|
6849
7439
|
*/
|
|
6850
|
-
loading:
|
|
7440
|
+
loading: {
|
|
6851
7441
|
type: Boolean,
|
|
6852
7442
|
reflect: true
|
|
6853
7443
|
},
|
|
@@ -6855,36 +7445,12 @@ class AuroButton extends i$2 {
|
|
|
6855
7445
|
/**
|
|
6856
7446
|
* Sets custom loading text for the `aria-label` on a button in loading state. If not set, the default value of "Loading..." will be used.
|
|
6857
7447
|
*/
|
|
6858
|
-
loadingText:
|
|
7448
|
+
loadingText: {
|
|
6859
7449
|
type: String
|
|
6860
7450
|
},
|
|
6861
7451
|
|
|
6862
7452
|
/**
|
|
6863
|
-
*
|
|
6864
|
-
*/
|
|
6865
|
-
onDark: {
|
|
6866
|
-
type: Boolean,
|
|
6867
|
-
reflect: true
|
|
6868
|
-
},
|
|
6869
|
-
|
|
6870
|
-
/**
|
|
6871
|
-
* If set to true, the button will have a rounded shape.
|
|
6872
|
-
*/
|
|
6873
|
-
rounded: {
|
|
6874
|
-
type: Boolean,
|
|
6875
|
-
reflect: true
|
|
6876
|
-
},
|
|
6877
|
-
|
|
6878
|
-
/**
|
|
6879
|
-
* Set value for slim version of auro-button.
|
|
6880
|
-
*/
|
|
6881
|
-
slim: {
|
|
6882
|
-
type: Boolean,
|
|
6883
|
-
reflect: true
|
|
6884
|
-
},
|
|
6885
|
-
|
|
6886
|
-
/**
|
|
6887
|
-
* Populates `tabIndex` to define the focusable sequence in keyboard navigation.
|
|
7453
|
+
* Populates `tabindex` to define the focusable sequence in keyboard navigation.
|
|
6888
7454
|
*/
|
|
6889
7455
|
tIndex: {
|
|
6890
7456
|
type: String,
|
|
@@ -6892,75 +7458,68 @@ class AuroButton extends i$2 {
|
|
|
6892
7458
|
},
|
|
6893
7459
|
|
|
6894
7460
|
/**
|
|
6895
|
-
* Populates
|
|
7461
|
+
* Populates `tabindex` to define the focusable sequence in keyboard navigation.
|
|
7462
|
+
* Must be used with "." to ensure the host element does not retain a reference to the `tabindex` attribute.
|
|
7463
|
+
* Example: `<auro-button .tabindex="${this.disabled ? '-1' : '0'}"></auro-button>`
|
|
6896
7464
|
*/
|
|
6897
|
-
|
|
7465
|
+
tabindex: {
|
|
6898
7466
|
type: String,
|
|
6899
|
-
reflect:
|
|
7467
|
+
reflect: false
|
|
6900
7468
|
},
|
|
6901
7469
|
|
|
6902
7470
|
/**
|
|
6903
|
-
*
|
|
6904
|
-
* Use it in cases where a text label is not visible on the screen.
|
|
6905
|
-
* If there is visible text labeling the element, use `aria-labelledby` instead.
|
|
7471
|
+
* Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
|
|
6906
7472
|
*/
|
|
6907
|
-
|
|
7473
|
+
title: {
|
|
6908
7474
|
type: String,
|
|
6909
7475
|
reflect: true
|
|
6910
7476
|
},
|
|
6911
7477
|
|
|
6912
7478
|
/**
|
|
6913
|
-
*
|
|
6914
|
-
* and its value should be one or more element IDs, which refer to elements that have the text needed for labeling.
|
|
6915
|
-
* List multiple element IDs in a space delimited fashion.
|
|
7479
|
+
* The type of the button. Possible values are: `submit`, `reset`, `button`.
|
|
6916
7480
|
*/
|
|
6917
|
-
|
|
7481
|
+
type: {
|
|
6918
7482
|
type: String,
|
|
6919
7483
|
reflect: true
|
|
6920
7484
|
},
|
|
6921
7485
|
|
|
6922
7486
|
/**
|
|
6923
|
-
*
|
|
6924
|
-
* or another grouping element it controls, is currently expanded or collapsed.
|
|
6925
|
-
* This is an optional attribute for buttons.
|
|
7487
|
+
* Defines the value associated with the button which is submitted with the form data.
|
|
6926
7488
|
*/
|
|
6927
|
-
|
|
6928
|
-
type:
|
|
7489
|
+
value: {
|
|
7490
|
+
type: String,
|
|
6929
7491
|
reflect: true
|
|
6930
7492
|
},
|
|
6931
7493
|
|
|
6932
7494
|
/**
|
|
6933
|
-
* Sets
|
|
7495
|
+
* Sets button variant option.
|
|
7496
|
+
* @default primary
|
|
6934
7497
|
*/
|
|
6935
|
-
|
|
7498
|
+
variant: {
|
|
6936
7499
|
type: String,
|
|
6937
7500
|
reflect: true
|
|
6938
7501
|
},
|
|
6939
7502
|
|
|
6940
7503
|
/**
|
|
6941
|
-
*
|
|
7504
|
+
* @private
|
|
6942
7505
|
*/
|
|
6943
|
-
|
|
7506
|
+
buttonHref: {
|
|
6944
7507
|
type: String,
|
|
6945
|
-
reflect: true
|
|
6946
7508
|
},
|
|
6947
7509
|
|
|
6948
7510
|
/**
|
|
6949
|
-
*
|
|
7511
|
+
* @private
|
|
6950
7512
|
*/
|
|
6951
|
-
|
|
7513
|
+
buttonTarget: {
|
|
6952
7514
|
type: String,
|
|
6953
|
-
reflect: true
|
|
6954
7515
|
},
|
|
6955
7516
|
|
|
6956
7517
|
/**
|
|
6957
|
-
*
|
|
7518
|
+
* @private
|
|
6958
7519
|
*/
|
|
6959
|
-
|
|
7520
|
+
buttonRel: {
|
|
6960
7521
|
type: String,
|
|
6961
|
-
reflect: true
|
|
6962
7522
|
},
|
|
6963
|
-
ready: { type: Boolean },
|
|
6964
7523
|
};
|
|
6965
7524
|
}
|
|
6966
7525
|
|
|
@@ -6973,7 +7532,7 @@ class AuroButton extends i$2 {
|
|
|
6973
7532
|
*
|
|
6974
7533
|
*/
|
|
6975
7534
|
static register(name = "auro-button") {
|
|
6976
|
-
AuroLibraryRuntimeUtils$
|
|
7535
|
+
AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroButton);
|
|
6977
7536
|
}
|
|
6978
7537
|
|
|
6979
7538
|
/**
|
|
@@ -6985,17 +7544,6 @@ class AuroButton extends i$2 {
|
|
|
6985
7544
|
this.renderRoot.querySelector('button').focus();
|
|
6986
7545
|
}
|
|
6987
7546
|
|
|
6988
|
-
updated() {
|
|
6989
|
-
// support the old `secondary` and `tertiary` attributes` that are deprecated
|
|
6990
|
-
if (this.secondary) {
|
|
6991
|
-
this.setAttribute('variant', 'secondary');
|
|
6992
|
-
}
|
|
6993
|
-
|
|
6994
|
-
if (this.tertiary) {
|
|
6995
|
-
this.setAttribute('variant', 'tertiary');
|
|
6996
|
-
}
|
|
6997
|
-
}
|
|
6998
|
-
|
|
6999
7547
|
/**
|
|
7000
7548
|
* Submits the form that this button is associated with.
|
|
7001
7549
|
* @private
|
|
@@ -7016,28 +7564,63 @@ class AuroButton extends i$2 {
|
|
|
7016
7564
|
return this.internals ? this.internals.form : null;
|
|
7017
7565
|
}
|
|
7018
7566
|
|
|
7019
|
-
|
|
7567
|
+
/**
|
|
7568
|
+
* @private
|
|
7569
|
+
* @returns {Boolean}
|
|
7570
|
+
*/
|
|
7571
|
+
get hideText() {
|
|
7572
|
+
return ICON_ONLY_SHAPES.includes(this.shape);
|
|
7573
|
+
}
|
|
7574
|
+
|
|
7575
|
+
/**
|
|
7576
|
+
* Returns the current value of the projected `aria-label` attribute or undefined if not set.
|
|
7577
|
+
* @returns {string | undefined}
|
|
7578
|
+
* @private
|
|
7579
|
+
*/
|
|
7580
|
+
get currentAriaLabel() {
|
|
7581
|
+
if (!this.attributeWatcher) return undefined;
|
|
7582
|
+
|
|
7583
|
+
const ariaLabel = this.attributeWatcher.getObservedAttribute("aria-label");
|
|
7584
|
+
return ariaLabel || undefined;
|
|
7585
|
+
}
|
|
7586
|
+
|
|
7587
|
+
/**
|
|
7588
|
+
* Returns the current value of the projected `aria-labelledby` attribute or undefined if not set.
|
|
7589
|
+
* @returns {string | undefined}
|
|
7590
|
+
* @private
|
|
7591
|
+
*/
|
|
7592
|
+
get currentAriaLabelledBy() {
|
|
7593
|
+
if (!this.attributeWatcher) return undefined;
|
|
7594
|
+
|
|
7595
|
+
const ariaLabelledBy = this.attributeWatcher.getObservedAttribute("aria-labelledby");
|
|
7596
|
+
return ariaLabelledBy || undefined;
|
|
7597
|
+
}
|
|
7598
|
+
|
|
7599
|
+
/**
|
|
7600
|
+
* Renders the default layout for the button.
|
|
7601
|
+
* @returns {TemplateResult}
|
|
7602
|
+
* @private
|
|
7603
|
+
*/
|
|
7604
|
+
renderLayoutDefault() {
|
|
7020
7605
|
const classes = {
|
|
7021
|
-
|
|
7022
|
-
|
|
7023
|
-
|
|
7024
|
-
|
|
7025
|
-
|
|
7026
|
-
'auro-button--iconOnly': this.iconOnly,
|
|
7027
|
-
'auro-button--iconOnlySlim': this.iconOnly && this.slim,
|
|
7028
|
-
'loading': this.loading
|
|
7606
|
+
"util_insetLg--squish": true,
|
|
7607
|
+
"auro-button": true,
|
|
7608
|
+
"icon-only": this.hideText,
|
|
7609
|
+
wrapper: true,
|
|
7610
|
+
loading: this.loading,
|
|
7029
7611
|
};
|
|
7030
7612
|
|
|
7613
|
+
const tag = this.buttonHref ? i$1`a` : i$1`button`;
|
|
7614
|
+
const part = this.buttonHref ? 'link' : 'button';
|
|
7615
|
+
|
|
7031
7616
|
return u$2`
|
|
7032
|
-
|
|
7033
|
-
part="
|
|
7034
|
-
aria-
|
|
7035
|
-
aria-
|
|
7036
|
-
|
|
7037
|
-
aria-expanded="${o(this.ariaexpanded)}"
|
|
7038
|
-
tabIndex="${o(this.tIndex)}"
|
|
7617
|
+
<${tag}
|
|
7618
|
+
part="${part}"
|
|
7619
|
+
aria-label="${o(this.loading ? this.loadingText : this.currentAriaLabel || undefined)}"
|
|
7620
|
+
aria-labelledby="${o(this.loading ? undefined : this.currentAriaLabelledBy || undefined)}"
|
|
7621
|
+
tabindex="${o(this.tIndex || this.tabindex)}"
|
|
7039
7622
|
?autofocus="${this.autofocus}"
|
|
7040
|
-
class
|
|
7623
|
+
class=${e(classes)}
|
|
7041
7624
|
?disabled="${this.disabled || this.loading}"
|
|
7042
7625
|
?onDark="${this.onDark}"
|
|
7043
7626
|
title="${o(this.title ? this.title : undefined)}"
|
|
@@ -7046,28 +7629,36 @@ class AuroButton extends i$2 {
|
|
|
7046
7629
|
variant="${o(this.variant ? this.variant : undefined)}"
|
|
7047
7630
|
.value="${o(this.value ? this.value : undefined)}"
|
|
7048
7631
|
@click="${this.type === 'submit' ? this.surfaceSubmitEvent : undefined}"
|
|
7632
|
+
href="${o(this.buttonHref || undefined)}"
|
|
7633
|
+
target="${o(this.buttonTarget || undefined)}"
|
|
7634
|
+
rel="${o(this.buttonRel || undefined)}"
|
|
7049
7635
|
>
|
|
7050
7636
|
${o(this.loading ? u$2`<${this.loaderTag} pulse part="loader"></${this.loaderTag}>` : undefined)}
|
|
7051
7637
|
|
|
7052
7638
|
<span class="contentWrapper">
|
|
7053
7639
|
<span class="textSlot" part="text">
|
|
7054
|
-
|
|
7055
|
-
</span>
|
|
7056
|
-
|
|
7057
|
-
<span part="icon">
|
|
7058
|
-
<slot name="icon"></slot>
|
|
7640
|
+
<slot></slot>
|
|
7059
7641
|
</span>
|
|
7060
7642
|
</span>
|
|
7061
|
-
|
|
7643
|
+
</${tag}>
|
|
7062
7644
|
`;
|
|
7063
7645
|
}
|
|
7646
|
+
|
|
7647
|
+
/**
|
|
7648
|
+
* Renders the layout of the button.
|
|
7649
|
+
* @returns {TemplateResult}
|
|
7650
|
+
* @private
|
|
7651
|
+
*/
|
|
7652
|
+
renderLayout() {
|
|
7653
|
+
return this.renderLayoutDefault();
|
|
7654
|
+
}
|
|
7064
7655
|
}
|
|
7065
7656
|
|
|
7066
|
-
var buttonVersion = '
|
|
7657
|
+
var buttonVersion = '11.0.0';
|
|
7067
7658
|
|
|
7068
|
-
var colorCss = i$5`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-
|
|
7659
|
+
var colorCss = i$5`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
|
|
7069
7660
|
|
|
7070
|
-
var styleCss = i$5
|
|
7661
|
+
var styleCss = i$5`:host{position:relative;display:block}.helptext-wrapper{display:none;font-size:12px;font-weight:450;letter-spacing:0;line-height:16px}:host([large]) .helptext-wrapper{font-size:16px;font-weight:450;letter-spacing:0;line-height:24px}.helptext-wrapper[visible]{display:block}::slotted(*:not(:empty)){margin-top:var(--ds-size-50, 0.25rem);margin-bottom:0}::slotted(p){margin-block:0}`;
|
|
7071
7662
|
|
|
7072
7663
|
var tokensCss = i$5`:host{--ds-auro-helptext-color: var(--ds-basic-color-texticon-muted, #676767)}`;
|
|
7073
7664
|
|
|
@@ -7331,6 +7922,7 @@ class AuroInput extends BaseInput {
|
|
|
7331
7922
|
*/
|
|
7332
7923
|
get commonLabelClasses() {
|
|
7333
7924
|
return {
|
|
7925
|
+
'is-disabled': this.disabled,
|
|
7334
7926
|
'withValue': this.value && this.value.length > 0,
|
|
7335
7927
|
'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
|
|
7336
7928
|
};
|
|
@@ -7343,30 +7935,30 @@ class AuroInput extends BaseInput {
|
|
|
7343
7935
|
*/
|
|
7344
7936
|
get commonInputClasses() {
|
|
7345
7937
|
return {
|
|
7346
|
-
'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0
|
|
7938
|
+
'util_displayHiddenVisually': (this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0) || ((!this.value || this.value.length === 0) && !this.hasFocus && (!this.placeholder || this.placeholder === '')),
|
|
7347
7939
|
};
|
|
7348
7940
|
}
|
|
7349
7941
|
|
|
7350
7942
|
/**
|
|
7351
7943
|
* Returns classmap configuration for html5 inputs in each layout.
|
|
7352
7944
|
* @private
|
|
7353
|
-
* @
|
|
7945
|
+
* @returns {object} - Returns classmap.
|
|
7354
7946
|
*/
|
|
7355
7947
|
get legacyInputClasses() {
|
|
7356
7948
|
return {
|
|
7357
|
-
...this.commonInputClasses
|
|
7358
|
-
'util_displayHiddenVisually': !this.hasFocus && !this.value
|
|
7949
|
+
...this.commonInputClasses
|
|
7359
7950
|
};
|
|
7360
7951
|
}
|
|
7361
7952
|
|
|
7362
7953
|
/**
|
|
7363
7954
|
* Returns classmap configuration for wrapper elements in each layout.
|
|
7364
7955
|
* @private
|
|
7365
|
-
* @
|
|
7956
|
+
* @returns {object} - Returns classmap.
|
|
7366
7957
|
*/
|
|
7367
7958
|
get commonWrapperClasses() {
|
|
7368
7959
|
return {
|
|
7369
7960
|
'wrapper': true,
|
|
7961
|
+
'simple': this.simple,
|
|
7370
7962
|
'withValue': this.value && this.value.length > 0,
|
|
7371
7963
|
'hasFocus': this.hasFocus
|
|
7372
7964
|
};
|
|
@@ -7375,7 +7967,7 @@ class AuroInput extends BaseInput {
|
|
|
7375
7967
|
/**
|
|
7376
7968
|
* Returns classmap configuration for helpText elements in each layout.
|
|
7377
7969
|
* @private
|
|
7378
|
-
* @
|
|
7970
|
+
* @returns {object} - Returns classmap.
|
|
7379
7971
|
*/
|
|
7380
7972
|
get helpTextClasses() {
|
|
7381
7973
|
return {
|
|
@@ -7394,7 +7986,7 @@ class AuroInput extends BaseInput {
|
|
|
7394
7986
|
*
|
|
7395
7987
|
*/
|
|
7396
7988
|
static register(name = "auro-input") {
|
|
7397
|
-
AuroLibraryRuntimeUtils$
|
|
7989
|
+
AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroInput);
|
|
7398
7990
|
}
|
|
7399
7991
|
|
|
7400
7992
|
/**
|
|
@@ -7416,7 +8008,12 @@ class AuroInput extends BaseInput {
|
|
|
7416
8008
|
* @returns {void}
|
|
7417
8009
|
*/
|
|
7418
8010
|
checkDisplayValueSlotChange() {
|
|
7419
|
-
|
|
8011
|
+
let nodes = this.shadowRoot.querySelector('slot[name="displayValue"]').assignedNodes();
|
|
8012
|
+
|
|
8013
|
+
// Handle when DisplayValue is multi-level slot content (e.g. combobox passing displayValue to input)
|
|
8014
|
+
if (nodes[0].tagName === 'SLOT') {
|
|
8015
|
+
nodes = nodes[0].assignedNodes();
|
|
8016
|
+
}
|
|
7420
8017
|
|
|
7421
8018
|
let hasContent = false;
|
|
7422
8019
|
|
|
@@ -7467,28 +8064,34 @@ class AuroInput extends BaseInput {
|
|
|
7467
8064
|
: this.commonInputClasses;
|
|
7468
8065
|
|
|
7469
8066
|
return u$2`
|
|
7470
|
-
<label for=${this.
|
|
8067
|
+
<label for=${this.inputId} class="${e(this.commonLabelClasses)}" part="label">
|
|
7471
8068
|
<slot name="label">
|
|
7472
8069
|
${this.label}
|
|
7473
8070
|
</slot>
|
|
8071
|
+
${this.required ? undefined : u$2`<slot name="optionalLabel"> (optional)</slot>`}
|
|
7474
8072
|
</label>
|
|
8073
|
+
|
|
8074
|
+
<!-- Attributes are grouped into: basic attributes, event handlers, ARIA attributes, and input-specific attributes -->
|
|
7475
8075
|
<input
|
|
7476
8076
|
@blur="${this.handleBlur}"
|
|
7477
8077
|
@focusin="${this.handleFocusin}"
|
|
7478
8078
|
@focusout="${this.handleFocusout}"
|
|
7479
8079
|
@input="${this.handleInput}"
|
|
8080
|
+
.placeholder=${this.placeholderStr}
|
|
8081
|
+
.role=${this.a11yRole}
|
|
7480
8082
|
?activeLabel="${this.activeLabel}"
|
|
7481
8083
|
?disabled="${this.disabled}"
|
|
7482
8084
|
?required="${this.required}"
|
|
7483
|
-
|
|
8085
|
+
aria-controls=${o(this.a11yControls)}
|
|
7484
8086
|
aria-describedby="${this.uniqueId}"
|
|
8087
|
+
aria-expanded=${o(this.a11yExpanded)}
|
|
7485
8088
|
aria-invalid="${this.validity !== 'valid'}"
|
|
7486
|
-
autocapitalize="${o(this.autocapitalize ? this.autocapitalize : undefined)}"
|
|
7487
8089
|
autocomplete="${o(this.autocomplete ? this.autocomplete : undefined)}"
|
|
8090
|
+
autocapitalize="${o(this.autocapitalize ? this.autocapitalize : undefined)}"
|
|
7488
8091
|
autocorrect="${o(this.autocorrect ? this.autocorrect : undefined)}"
|
|
7489
8092
|
class="${e(inputOverrideClasses)}"
|
|
7490
8093
|
id="${this.inputId}"
|
|
7491
|
-
|
|
8094
|
+
inputmode="${o(this.inputmode ? this.inputmode : undefined)}"
|
|
7492
8095
|
lang="${o(this.lang)}"
|
|
7493
8096
|
maxlength="${o(this.maxLength ? this.maxLength : undefined)}"
|
|
7494
8097
|
minlength="${o(this.minLength ? this.minLength : undefined)}"
|
|
@@ -7496,7 +8099,8 @@ class AuroInput extends BaseInput {
|
|
|
7496
8099
|
part="input"
|
|
7497
8100
|
pattern="${o(this.definePattern())}"
|
|
7498
8101
|
spellcheck="${o(this.spellcheck ? this.spellcheck : undefined)}"
|
|
7499
|
-
type="${this.type ===
|
|
8102
|
+
type="${this.type === "password" && this.showPassword ? "text" : this.getInputType(this.type)}"
|
|
8103
|
+
/>
|
|
7500
8104
|
<div class="${e(displayValueClasses)}" aria-hidden="true" part="displayValue">
|
|
7501
8105
|
<div class="displayValueWrapper">
|
|
7502
8106
|
<slot name="displayValue" @slotchange=${this.checkDisplayValueSlotChange}></slot>
|
|
@@ -7518,11 +8122,12 @@ class AuroInput extends BaseInput {
|
|
|
7518
8122
|
?onDark="${this.onDark}"
|
|
7519
8123
|
aria-label="${i18n(this.lang, 'clearInput')}"
|
|
7520
8124
|
class="notificationBtn clearBtn"
|
|
7521
|
-
|
|
7522
|
-
|
|
8125
|
+
shape="circle"
|
|
8126
|
+
size="sm"
|
|
8127
|
+
variant="ghost">
|
|
7523
8128
|
<${this.iconTag}
|
|
8129
|
+
?customColor="${this.onDark}"
|
|
7524
8130
|
category="interface"
|
|
7525
|
-
customColor
|
|
7526
8131
|
name="x-lg"
|
|
7527
8132
|
>
|
|
7528
8133
|
</${this.iconTag}>
|
|
@@ -7540,22 +8145,23 @@ class AuroInput extends BaseInput {
|
|
|
7540
8145
|
return u$2`
|
|
7541
8146
|
<div class="notification">
|
|
7542
8147
|
<${this.buttonTag}
|
|
7543
|
-
@click="${this.handleClickShowPassword}
|
|
8148
|
+
@click="${this.handleClickShowPassword}"
|
|
7544
8149
|
?onDark="${this.onDark}"
|
|
7545
|
-
aria-hidden="true"
|
|
7546
8150
|
class="notificationBtn passwordBtn"
|
|
7547
|
-
|
|
7548
|
-
|
|
8151
|
+
aria-label="${this.showPassword ? i18n(this.lang, "hidePassword") : i18n(this.lang, "showPassword")}"
|
|
8152
|
+
shape="circle"
|
|
8153
|
+
size="sm"
|
|
8154
|
+
variant="ghost">
|
|
7549
8155
|
<${this.iconTag}
|
|
8156
|
+
?customColor="${this.onDark}"
|
|
7550
8157
|
?hidden=${!this.showPassword}
|
|
7551
8158
|
category="interface"
|
|
7552
|
-
customColor
|
|
7553
8159
|
name="hide-password-stroke">
|
|
7554
8160
|
</${this.iconTag}>
|
|
7555
8161
|
<${this.iconTag}
|
|
8162
|
+
?customColor="${this.onDark}"
|
|
7556
8163
|
?hidden=${this.showPassword}
|
|
7557
8164
|
category="interface"
|
|
7558
|
-
customColor
|
|
7559
8165
|
name="view-password-stroke">
|
|
7560
8166
|
</${this.iconTag}>
|
|
7561
8167
|
</${this.buttonTag}>
|
|
@@ -7614,7 +8220,7 @@ class AuroInput extends BaseInput {
|
|
|
7614
8220
|
? u$2`
|
|
7615
8221
|
<${this.helpTextTag} ?onDark="${this.onDark}">
|
|
7616
8222
|
<p id="${this.uniqueId}" part="helpText">
|
|
7617
|
-
<slot name="
|
|
8223
|
+
<slot name="helpText">${this.getHelpText()}</slot>
|
|
7618
8224
|
</p>
|
|
7619
8225
|
</${this.helpTextTag}>
|
|
7620
8226
|
`
|
|
@@ -7635,19 +8241,25 @@ class AuroInput extends BaseInput {
|
|
|
7635
8241
|
* @returns {import("lit").TemplateResult} - Returns HTML for the classic layout.
|
|
7636
8242
|
*/
|
|
7637
8243
|
renderLayoutClassic() {
|
|
8244
|
+
const classicClassMap = {
|
|
8245
|
+
...this.commonWrapperClasses,
|
|
8246
|
+
'thin': !this.simple
|
|
8247
|
+
};
|
|
8248
|
+
|
|
7638
8249
|
return u$2`
|
|
7639
8250
|
<div
|
|
7640
8251
|
@click="${this.handleClick}"
|
|
7641
|
-
class="${e(
|
|
8252
|
+
class="${e(classicClassMap)}"
|
|
7642
8253
|
part="wrapper">
|
|
7643
|
-
<div class="accents left">
|
|
8254
|
+
<div part="accent-left" class="accents left">
|
|
7644
8255
|
${this.renderHtmlTypeIcon()}
|
|
7645
8256
|
</div>
|
|
7646
8257
|
<div class="mainContent">
|
|
7647
8258
|
${this.renderHtmlInput(true)}
|
|
7648
8259
|
</div>
|
|
7649
|
-
<div class="accents right">
|
|
8260
|
+
<div part="accent-right" class="accents right">
|
|
7650
8261
|
${this.renderValidationErrorIconHtml()}
|
|
8262
|
+
${this.hasValue && this.type === 'password' ? this.renderHtmlNotificationPassword() : undefined}
|
|
7651
8263
|
${this.hasValue ? u$2`
|
|
7652
8264
|
${!this.disabled && !this.readonly ? u$2`
|
|
7653
8265
|
${this.renderHtmlActionClear()}
|