@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.4 → 0.0.0-pr624.40
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 +13 -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 +1292 -79
- package/components/bibtemplate/dist/registered.js +1292 -79
- package/components/checkbox/README.md +1 -1
- package/components/checkbox/demo/api.md +47 -14
- package/components/checkbox/demo/api.min.js +44 -31
- package/components/checkbox/demo/index.md +2 -2
- package/components/checkbox/demo/index.min.js +44 -31
- 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 +44 -31
- package/components/checkbox/dist/registered.js +44 -31
- package/components/combobox/demo/api.md +100 -2
- package/components/combobox/demo/api.min.js +3202 -759
- package/components/combobox/demo/index.md +6 -30
- package/components/combobox/demo/index.min.js +3202 -759
- package/components/combobox/dist/auro-combobox.d.ts +37 -16
- package/components/combobox/dist/index.js +3091 -789
- package/components/combobox/dist/registered.js +3091 -789
- package/components/counter/demo/api.html +1 -0
- package/components/counter/demo/api.md +21 -19
- package/components/counter/demo/api.min.js +3324 -614
- package/components/counter/demo/index.html +1 -0
- package/components/counter/demo/index.md +103 -34
- package/components/counter/demo/index.min.js +3324 -614
- package/components/counter/dist/auro-counter-button.d.ts +2 -0
- package/components/counter/dist/auro-counter-group.d.ts +89 -6
- package/components/counter/dist/auro-counter.d.ts +6 -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 +3324 -614
- package/components/counter/dist/registered.js +3324 -614
- package/components/datepicker/demo/api.md +36 -19
- package/components/datepicker/demo/api.min.js +11976 -8000
- package/components/datepicker/demo/index.md +80 -0
- package/components/datepicker/demo/index.min.js +11976 -8000
- package/components/datepicker/dist/auro-datepicker.d.ts +71 -3
- package/components/datepicker/dist/buttonVersion.d.ts +1 -1
- package/components/datepicker/dist/iconVersion.d.ts +2 -0
- package/components/datepicker/dist/index.js +12238 -8262
- package/components/datepicker/dist/popoverVersion.d.ts +1 -1
- package/components/datepicker/dist/registered.js +12238 -8262
- package/components/dropdown/demo/api.md +8 -9
- package/components/dropdown/demo/api.min.js +551 -147
- package/components/dropdown/demo/index.md +57 -9
- package/components/dropdown/demo/index.min.js +551 -147
- package/components/dropdown/dist/auro-dropdown.d.ts +28 -9
- package/components/dropdown/dist/auro-dropdownBib.d.ts +22 -0
- package/components/dropdown/dist/index.js +551 -147
- package/components/dropdown/dist/registered.js +551 -147
- package/components/form/demo/api.min.js +1 -1
- package/components/form/demo/index.min.js +1 -1
- 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.md +271 -176
- package/components/input/demo/api.min.js +956 -270
- package/components/input/demo/index.md +48 -32
- package/components/input/demo/index.min.js +955 -269
- package/components/input/demo/readme.md +5 -2
- package/components/input/dist/auro-input.d.ts +23 -15
- package/components/input/dist/base-input.d.ts +32 -8
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +955 -269
- package/components/input/dist/registered.js +955 -269
- package/components/layoutElement/dist/index.js +13 -10
- package/components/menu/demo/api.html +38 -0
- package/components/menu/demo/api.md +68 -7
- package/components/menu/demo/api.min.js +278 -42
- package/components/menu/demo/index.min.js +278 -42
- package/components/menu/dist/auro-menu.d.ts +28 -5
- 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 +278 -42
- package/components/menu/dist/registered.js +278 -42
- package/components/menu/dist/styles/default/color-menuoption-css.d.ts +2 -0
- package/components/menu/dist/styles/default/style-menu-css.d.ts +2 -0
- 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.md +7 -8
- package/components/radio/demo/api.min.js +68 -80
- package/components/radio/demo/index.min.js +68 -80
- 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 +68 -80
- package/components/radio/dist/registered.js +68 -80
- package/components/select/demo/api.md +123 -13
- package/components/select/demo/api.min.js +3045 -456
- package/components/select/demo/index.html +1 -0
- package/components/select/demo/index.md +323 -763
- package/components/select/demo/index.min.js +3045 -456
- package/components/select/dist/auro-select.d.ts +112 -11
- package/components/select/dist/helptextVersion.d.ts +2 -0
- package/components/select/dist/index.js +2925 -477
- package/components/select/dist/registered.js +2925 -477
- package/components/select/dist/styles/shapeSize-css.d.ts +2 -0
- package/components/select/dist/styles/tokens-css.d.ts +2 -0
- package/package.json +6 -4
- /package/components/{dropdown/dist/styles/default/bibColors-css.d.ts → counter/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{dropdown → datepicker}/dist/styles/default/color-css.d.ts +0 -0
- /package/components/{dropdown/dist/styles/default/bibStyles-css.d.ts → datepicker/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles/default/style-css.d.ts → datepicker/dist/styles/snowflake/color-css.d.ts} +0 -0
- /package/components/{dropdown/dist/styles → datepicker/dist/styles/snowflake}/style-css.d.ts +0 -0
- /package/components/{menu/dist/styles/color-menu-css.d.ts → dropdown/dist/styles/classic/bibColors-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/color-menuoption-css.d.ts → dropdown/dist/styles/classic/bibStyles-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menu-css.d.ts → dropdown/dist/styles/classic/color-css.d.ts} +0 -0
- /package/components/{menu/dist/styles/style-menuoption-css.d.ts → dropdown/dist/styles/classic/style-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{tokens-css.d.ts → default/color-menu-css.d.ts} +0 -0
|
@@ -3,9 +3,9 @@ import { unsafeStatic, literal, html as html$1 } from 'lit/static-html.js';
|
|
|
3
3
|
import { classMap } from 'lit/directives/class-map.js';
|
|
4
4
|
import { ifDefined } from 'lit/directives/if-defined.js';
|
|
5
5
|
|
|
6
|
-
var colorCss$
|
|
6
|
+
var colorCss$3 = css`#headerContainer{box-shadow:var(--ds-auro-dropdownbib-header-boxshadow-color)}#footerContainer{background-color:var(--ds-auro-dropdownbib-footer-container-color)}`;
|
|
7
7
|
|
|
8
|
-
var styleCss$
|
|
8
|
+
var styleCss$4 = css`#bibTemplate{display:flex;overflow:hidden;height:100%;max-height:100%;flex-direction:column}#headerContainer{display:flex;flex-direction:column}#header{display:flex;width:100%;min-height:var(--ds-size-1000, 5rem);box-sizing:border-box;align-items:end;padding-top:var(--ds-size-400, 2rem);padding-right:var(--ds-size-700, 3.5rem);padding-left:var(--ds-size-200, 1rem);pointer-events:none}#subheader{width:100%}#subheader ::slotted([auro-input]){box-sizing:border-box;padding:0 var(--ds-size-200, 1rem)}#closeButton{position:absolute;top:var(--ds-size-400, 2rem);right:var(--ds-size-200, 1rem);border:none;background-color:transparent;cursor:pointer}#bodyContainer{position:relative;overflow:auto;flex:1 1 100%}:host([isfullscreen]) #bibTemplate{max-height:100dvh}:host([isfullscreen]) #bodyContainer{margin-top:var(--ds-size-100, 0.5rem)}#footerContainer{position:absolute;right:0;bottom:0;left:0;padding:var(--ds-size-200, 1rem)}`;
|
|
9
9
|
|
|
10
10
|
var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-footer-container-color: var(--ds-basic-color-surface-default, #ffffff)}`;
|
|
11
11
|
|
|
@@ -16,109 +16,1153 @@ var tokenCss = css`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-
|
|
|
16
16
|
|
|
17
17
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
18
18
|
|
|
19
|
-
class AuroLibraryRuntimeUtils {
|
|
19
|
+
let AuroLibraryRuntimeUtils$3 = class AuroLibraryRuntimeUtils {
|
|
20
|
+
|
|
21
|
+
/* eslint-disable jsdoc/require-param */
|
|
22
|
+
|
|
23
|
+
/**
|
|
24
|
+
* This will register a new custom element with the browser.
|
|
25
|
+
* @param {String} name - The name of the custom element.
|
|
26
|
+
* @param {Object} componentClass - The class to register as a custom element.
|
|
27
|
+
* @returns {void}
|
|
28
|
+
*/
|
|
29
|
+
registerComponent(name, componentClass) {
|
|
30
|
+
if (!customElements.get(name)) {
|
|
31
|
+
customElements.define(name, class extends componentClass {});
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* Finds and returns the closest HTML Element based on a selector.
|
|
37
|
+
* @returns {void}
|
|
38
|
+
*/
|
|
39
|
+
closestElement(
|
|
40
|
+
selector, // selector like in .closest()
|
|
41
|
+
base = this, // extra functionality to skip a parent
|
|
42
|
+
__Closest = (el, found = el && el.closest(selector)) =>
|
|
43
|
+
!el || el === document || el === window
|
|
44
|
+
? null // standard .closest() returns null for non-found selectors also
|
|
45
|
+
: found
|
|
46
|
+
? found // found a selector INside this element
|
|
47
|
+
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
48
|
+
) {
|
|
49
|
+
return __Closest(base);
|
|
50
|
+
}
|
|
51
|
+
/* eslint-enable jsdoc/require-param */
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* 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.
|
|
55
|
+
* @param {Object} elem - The element to check.
|
|
56
|
+
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
57
|
+
* @returns {void}
|
|
58
|
+
*/
|
|
59
|
+
handleComponentTagRename(elem, tagName) {
|
|
60
|
+
const tag = tagName.toLowerCase();
|
|
61
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
62
|
+
|
|
63
|
+
if (elemTag !== tag) {
|
|
64
|
+
elem.setAttribute(tag, true);
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
/**
|
|
69
|
+
* Validates if an element is a specific Auro component.
|
|
70
|
+
* @param {Object} elem - The element to validate.
|
|
71
|
+
* @param {String} tagName - The name of the Auro component to check against.
|
|
72
|
+
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
73
|
+
*/
|
|
74
|
+
elementMatch(elem, tagName) {
|
|
75
|
+
const tag = tagName.toLowerCase();
|
|
76
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
77
|
+
|
|
78
|
+
return elemTag === tag || elem.hasAttribute(tag);
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
|
|
82
|
+
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
83
|
+
// See LICENSE in the project root for license information.
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
class AuroDependencyVersioning {
|
|
87
|
+
|
|
88
|
+
/**
|
|
89
|
+
* Generates a unique string to be used for child auro element naming.
|
|
90
|
+
* @private
|
|
91
|
+
* @param {string} baseName - Defines the first part of the unique element name.
|
|
92
|
+
* @param {string} version - Version of the component that will be appended to the baseName.
|
|
93
|
+
* @returns {string} - Unique string to be used for naming.
|
|
94
|
+
*/
|
|
95
|
+
generateElementName(baseName, version) {
|
|
96
|
+
let result = baseName;
|
|
97
|
+
|
|
98
|
+
result += '-';
|
|
99
|
+
result += version.replace(/[.]/g, '_');
|
|
100
|
+
|
|
101
|
+
return result;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* Generates a unique string to be used for child auro element naming.
|
|
106
|
+
* @param {string} baseName - Defines the first part of the unique element name.
|
|
107
|
+
* @param {string} version - Version of the component that will be appended to the baseName.
|
|
108
|
+
* @returns {string} - Unique string to be used for naming.
|
|
109
|
+
*/
|
|
110
|
+
generateTag(baseName, version, tagClass) {
|
|
111
|
+
const elementName = this.generateElementName(baseName, version);
|
|
112
|
+
const tag = literal`${unsafeStatic(elementName)}`;
|
|
113
|
+
|
|
114
|
+
if (!customElements.get(elementName)) {
|
|
115
|
+
customElements.define(elementName, class extends tagClass {});
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
return tag;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Private module-level WeakMap to hold MutationObservers for each host element.
|
|
124
|
+
*/
|
|
125
|
+
const _observers = new WeakMap();
|
|
126
|
+
|
|
127
|
+
/**
|
|
128
|
+
* Private module-level WeakMap to hold attribute matchers and targets for each host element.
|
|
129
|
+
* Structure: {
|
|
130
|
+
* host: {
|
|
131
|
+
* matchers: Set<Function>,
|
|
132
|
+
* targets: Map<HTMLElement, Map<Function, {removeOriginal: boolean, currentAttributes: Map<string, string>}>>
|
|
133
|
+
* }
|
|
134
|
+
* }
|
|
135
|
+
*/
|
|
136
|
+
const _transportConfig = new WeakMap();
|
|
137
|
+
|
|
138
|
+
/**
|
|
139
|
+
* Transfers all matching attributes from a host element to a target element and observes for future changes.
|
|
140
|
+
*
|
|
141
|
+
* @param {Object} params - The parameters for the function.
|
|
142
|
+
* @param {HTMLElement} params.host - The host element from which attributes will be transported.
|
|
143
|
+
* @param {HTMLElement} params.target - The target element to which attributes will be transported.
|
|
144
|
+
* @param {boolean} [params.removeOriginal=true] - Whether to remove the attributes from the host element.
|
|
145
|
+
* @param {boolean} [params.observe=true] - Whether to attach a MutationObserver to the host element.
|
|
146
|
+
* @returns {Function} A function to detach the observer when no longer needed.
|
|
147
|
+
* @throws {TypeError} If the host or target parameters are not instances of HTMLElement.
|
|
148
|
+
*/
|
|
149
|
+
const transportAttributes = ({ host, target, match, removeOriginal = true }) => {
|
|
150
|
+
// Guard Clause: Ensure host is valid HTMLElement instance
|
|
151
|
+
if (typeof host !== 'object' || !(host instanceof HTMLElement)) {
|
|
152
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "host" parameter must be an instance of HTMLElement.');
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
// Guard Clause: Ensure target is valid HTMLElement instance
|
|
156
|
+
if (typeof target !== 'object' || !(target instanceof HTMLElement)) {
|
|
157
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "target" parameter must be an instance of HTMLElement.');
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
// Guard Clause: Ensure match is a function
|
|
161
|
+
if (typeof match !== 'function') {
|
|
162
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "match" parameter must be a function.');
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
// Guard Clause: Ensure removeOriginal is a boolean
|
|
166
|
+
if (typeof removeOriginal !== 'boolean') {
|
|
167
|
+
throw new TypeError('a11yUtilities.js | transportAttributes | The "removeOriginal" parameter must be a boolean.');
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
// Register this transport and get cleanup function
|
|
171
|
+
return _registerTransport({
|
|
172
|
+
host,
|
|
173
|
+
target,
|
|
174
|
+
matcher: match,
|
|
175
|
+
removeOriginal
|
|
176
|
+
});
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Registers a matcher and target for a host element and attaches an observer if needed.
|
|
181
|
+
*
|
|
182
|
+
* @param {Object} params - The parameters object.
|
|
183
|
+
* @param {HTMLElement} params.host - The host element to observe.
|
|
184
|
+
* @param {HTMLElement} params.target - The target element to receive attributes.
|
|
185
|
+
* @param {Function} params.matcher - Function that determines which attributes to transport.
|
|
186
|
+
* @param {boolean} [params.removeOriginal=true] - Whether to remove original attributes.
|
|
187
|
+
* @param {boolean} [params.observe=true] - Whether to observe for attribute changes.
|
|
188
|
+
* @returns {Function} Function to detach the specific matcher and target pairing.
|
|
189
|
+
* @private
|
|
190
|
+
*/
|
|
191
|
+
const _registerTransport = ({ host, target, matcher, removeOriginal = true }) => {
|
|
192
|
+
// Initialize config for this host if it doesn't exist
|
|
193
|
+
if (!_transportConfig.has(host)) {
|
|
194
|
+
_transportConfig.set(host, {
|
|
195
|
+
matchers: new Set(),
|
|
196
|
+
targets: new Map()
|
|
197
|
+
});
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
const config = _transportConfig.get(host);
|
|
201
|
+
|
|
202
|
+
// Add the matcher to the set of matchers for this host
|
|
203
|
+
config.matchers.add(matcher);
|
|
204
|
+
|
|
205
|
+
// Initialize target entry if it doesn't exist
|
|
206
|
+
if (!config.targets.has(target)) {
|
|
207
|
+
config.targets.set(target, new Map());
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
// Store the matcher with its removeOriginal setting for this target
|
|
211
|
+
config.targets.get(target).set(matcher, {
|
|
212
|
+
removeOriginal,
|
|
213
|
+
currentAttributes: new Map()
|
|
214
|
+
});
|
|
215
|
+
|
|
216
|
+
// Perform initial attribute transport
|
|
217
|
+
_transportAttributes({ host, target, matcher, removeOriginal });
|
|
218
|
+
|
|
219
|
+
// Attach observer
|
|
220
|
+
_attachObserver(host);
|
|
221
|
+
|
|
222
|
+
// Return cleanup function and utility functions
|
|
223
|
+
return {
|
|
224
|
+
cleanup: () => _cleanupTransport(host, target, matcher),
|
|
225
|
+
getObservedAttributes: () => _getObservedAttributes(host, target, matcher),
|
|
226
|
+
getObservedAttribute: (attr) => _getObservedAttribute(host, target, matcher, attr),
|
|
227
|
+
}
|
|
228
|
+
};
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Cleans up resources associated with a specific matcher and target for a host element.
|
|
232
|
+
*
|
|
233
|
+
* @param {HTMLElement} host - The host element
|
|
234
|
+
* @param {HTMLElement} target - The target element
|
|
235
|
+
* @param {Function} matcher - The matcher function
|
|
236
|
+
* @private
|
|
237
|
+
*/
|
|
238
|
+
const _cleanupTransport = (host, target, matcher) => {
|
|
239
|
+
const config = _transportConfig.get(host);
|
|
240
|
+
if (!config) return;
|
|
241
|
+
|
|
242
|
+
// Remove this matcher from this target
|
|
243
|
+
const targetMatchers = config.targets.get(target);
|
|
244
|
+
if (targetMatchers) {
|
|
245
|
+
targetMatchers.delete(matcher);
|
|
246
|
+
|
|
247
|
+
// If this target has no more matchers, remove it
|
|
248
|
+
if (targetMatchers.size === 0) {
|
|
249
|
+
config.targets.delete(target);
|
|
250
|
+
}
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
// Check if this matcher is still used by any target
|
|
254
|
+
let matcherStillUsed = false;
|
|
255
|
+
for (const matcherMap of config.targets.values()) {
|
|
256
|
+
if (matcherMap.has(matcher)) {
|
|
257
|
+
matcherStillUsed = true;
|
|
258
|
+
break;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// If not used anymore, remove from matchers set
|
|
263
|
+
if (!matcherStillUsed) {
|
|
264
|
+
config.matchers.delete(matcher);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
// If no more targets or matchers, detach observer
|
|
268
|
+
if (config.targets.size === 0 || config.matchers.size === 0) {
|
|
269
|
+
_detachObserver(host);
|
|
270
|
+
}
|
|
271
|
+
};
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Generic function to transport attributes from a host element to a target element.
|
|
275
|
+
*
|
|
276
|
+
* @param {Object} params - The parameters object.
|
|
277
|
+
* @param {HTMLElement} params.host - The host element from which to transport attributes.
|
|
278
|
+
* @param {HTMLElement} params.target - The target element to which attributes will be transported.
|
|
279
|
+
* @param {Function} params.matcher - Function that takes an attribute name and returns true if it should be transported.
|
|
280
|
+
* @param {boolean} [params.removeOriginal=true] - Whether to remove original attributes from host.
|
|
281
|
+
* @returns {void}
|
|
282
|
+
* @private
|
|
283
|
+
*/
|
|
284
|
+
const _transportAttributes = ({ host, target, matcher, removeOriginal = true }) => {
|
|
285
|
+
// Get a list of all matching attributes on the host element and their values
|
|
286
|
+
const matchingAttributes = host.getAttributeNames()
|
|
287
|
+
.filter(attr => matcher(attr))
|
|
288
|
+
.reduce((acc, attr) => {
|
|
289
|
+
acc[attr] = host.getAttribute(attr);
|
|
290
|
+
return acc;
|
|
291
|
+
}, {});
|
|
292
|
+
|
|
293
|
+
// Move matching attributes to the target element, removing them from the host if removeOriginal is true
|
|
294
|
+
Object.entries(matchingAttributes).forEach(([key, value]) => {
|
|
295
|
+
_setObservedAttribute(host, target, matcher, key, value);
|
|
296
|
+
target.setAttribute(key, value);
|
|
297
|
+
if (removeOriginal) {
|
|
298
|
+
host.removeAttribute(key);
|
|
299
|
+
}
|
|
300
|
+
});
|
|
301
|
+
};
|
|
302
|
+
|
|
303
|
+
/**
|
|
304
|
+
* Attaches a MutationObserver to the host element to monitor attribute changes.
|
|
305
|
+
*
|
|
306
|
+
* @param {HTMLElement} host - The element to observe for attribute changes.
|
|
307
|
+
* @returns {MutationObserver} The observer instance.
|
|
308
|
+
* @private
|
|
309
|
+
*/
|
|
310
|
+
const _attachObserver = (host) => {
|
|
311
|
+
// If an observer for this host already exists, return it
|
|
312
|
+
if (_observers.has(host)) {
|
|
313
|
+
return _observers.get(host);
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
// Create a new MutationObserver
|
|
317
|
+
const observer = new MutationObserver((mutations) => {
|
|
318
|
+
const config = _transportConfig.get(host);
|
|
319
|
+
if (!config) return;
|
|
320
|
+
|
|
321
|
+
// For each mutation affecting attributes
|
|
322
|
+
mutations
|
|
323
|
+
.filter(mutation => mutation.type === 'attributes')
|
|
324
|
+
.forEach(mutation => {
|
|
325
|
+
const attributeName = mutation.attributeName;
|
|
326
|
+
|
|
327
|
+
// Find matchers that care about this attribute
|
|
328
|
+
for (const matcher of config.matchers) {
|
|
329
|
+
if (matcher(attributeName)) {
|
|
330
|
+
// For each target that uses this matcher
|
|
331
|
+
for (const [target, matcherConfigs] of config.targets.entries()) {
|
|
332
|
+
if (matcherConfigs.has(matcher)) {
|
|
333
|
+
const { removeOriginal } = matcherConfigs.get(matcher);
|
|
334
|
+
_transportAttributes({
|
|
335
|
+
host,
|
|
336
|
+
target,
|
|
337
|
+
matcher,
|
|
338
|
+
removeOriginal
|
|
339
|
+
});
|
|
340
|
+
}
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
}
|
|
344
|
+
});
|
|
345
|
+
});
|
|
346
|
+
|
|
347
|
+
// Start observing attribute changes
|
|
348
|
+
observer.observe(host, { attributes: true });
|
|
349
|
+
|
|
350
|
+
// Store the observer
|
|
351
|
+
_observers.set(host, observer);
|
|
352
|
+
|
|
353
|
+
return observer;
|
|
354
|
+
};
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Detaches and cleans up the MutationObserver for a given host element.
|
|
358
|
+
*
|
|
359
|
+
* @param {HTMLElement} host - The element whose observer should be detached.
|
|
360
|
+
* @private
|
|
361
|
+
*/
|
|
362
|
+
const _detachObserver = (host) => {
|
|
363
|
+
if (_observers.has(host)) {
|
|
364
|
+
const observer = _observers.get(host);
|
|
365
|
+
observer.disconnect();
|
|
366
|
+
_observers.delete(host);
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
// Clean up the transport config as well
|
|
370
|
+
if (_transportConfig.has(host)) {
|
|
371
|
+
_transportConfig.delete(host);
|
|
372
|
+
}
|
|
373
|
+
};
|
|
374
|
+
|
|
375
|
+
/**
|
|
376
|
+
* Gets the matcher configuration for a specific host, target, and matcher
|
|
377
|
+
* @param {HTMLElement} host - The host element
|
|
378
|
+
* @param {HTMLElement} target - The target element
|
|
379
|
+
* @param {Function} matcher - The matcher function
|
|
380
|
+
* @returns {Object|undefined} The matcher configuration if found
|
|
381
|
+
* @private
|
|
382
|
+
*/
|
|
383
|
+
const _getMatcherConfig = (host, target, matcher) => {
|
|
384
|
+
const config = _transportConfig.get(host);
|
|
385
|
+
if (!config) return undefined;
|
|
386
|
+
|
|
387
|
+
const targetMatchers = config.targets.get(target);
|
|
388
|
+
if (!targetMatchers) return undefined;
|
|
389
|
+
|
|
390
|
+
return targetMatchers.get(matcher);
|
|
391
|
+
};
|
|
392
|
+
|
|
393
|
+
/**
|
|
394
|
+
* Sets an observed attribute value
|
|
395
|
+
* @param {HTMLElement} host - The host element
|
|
396
|
+
* @param {HTMLElement} target - The target element
|
|
397
|
+
* @param {Function} matcher - The matcher function
|
|
398
|
+
* @param {string} key - The attribute name
|
|
399
|
+
* @param {string} value - The attribute value
|
|
400
|
+
* @private
|
|
401
|
+
*/
|
|
402
|
+
const _setObservedAttribute = (host, target, matcher, key, value) => {
|
|
403
|
+
const matcherConfig = _getMatcherConfig(host, target, matcher);
|
|
404
|
+
if (matcherConfig) {
|
|
405
|
+
matcherConfig.currentAttributes.set(key, value);
|
|
406
|
+
}
|
|
407
|
+
};
|
|
408
|
+
|
|
409
|
+
const _getObservedAttribute = (host, target, matcher, attr) => {
|
|
410
|
+
const matcherConfig = _getMatcherConfig(host, target, matcher);
|
|
411
|
+
if (matcherConfig) return matcherConfig.currentAttributes.get(attr);
|
|
412
|
+
return undefined;
|
|
413
|
+
};
|
|
414
|
+
|
|
415
|
+
const _getObservedAttributes = (host, target, matcher) => {
|
|
416
|
+
const matcherConfig = _getMatcherConfig(host, target, matcher);
|
|
417
|
+
if (matcherConfig) return Array.from(matcherConfig.currentAttributes.entries());
|
|
418
|
+
return [];
|
|
419
|
+
};
|
|
420
|
+
|
|
421
|
+
const _matchers = {
|
|
422
|
+
'aria-': attr => attr.startsWith('aria-'),
|
|
423
|
+
'role': attr => attr.match(/^role$/)
|
|
424
|
+
};
|
|
425
|
+
|
|
426
|
+
const transportAllA11yAttributes = ({ host, target, removeOriginal = true }) => {
|
|
427
|
+
return transportAttributes({
|
|
428
|
+
host,
|
|
429
|
+
target,
|
|
430
|
+
match: attr => {
|
|
431
|
+
for (const key in _matchers) {
|
|
432
|
+
if (_matchers[key](attr)) return true;
|
|
433
|
+
}
|
|
434
|
+
return false;
|
|
435
|
+
},
|
|
436
|
+
removeOriginal
|
|
437
|
+
});
|
|
438
|
+
};
|
|
439
|
+
|
|
440
|
+
let AuroElement$1 = class AuroElement extends LitElement {
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* @type {Object} return object from transportAttributes via a11yUtilities
|
|
444
|
+
* @property {Function} cleanup - Function to clean up the attribute watcher.
|
|
445
|
+
* @property {Function} getCurrentAttributes - Function to get the current attributes being watched and their values.
|
|
446
|
+
* @property {Function} getObservedAttribute - Function to get the value of a specific observed attribute by name.
|
|
447
|
+
* @private
|
|
448
|
+
*/
|
|
449
|
+
attributeWatcher;
|
|
450
|
+
|
|
451
|
+
static get properties() {
|
|
452
|
+
return {
|
|
453
|
+
|
|
454
|
+
/**
|
|
455
|
+
* Defines the layout of an element.
|
|
456
|
+
* @default {'default'}
|
|
457
|
+
*/
|
|
458
|
+
layout: {
|
|
459
|
+
type: String,
|
|
460
|
+
attribute: "layout",
|
|
461
|
+
reflect: true
|
|
462
|
+
},
|
|
463
|
+
|
|
464
|
+
/**
|
|
465
|
+
* Defines the shape of an element.
|
|
466
|
+
* @property {'default', 'rounded', 'pill', 'circle'}
|
|
467
|
+
* @default {'default'}
|
|
468
|
+
*/
|
|
469
|
+
shape: {
|
|
470
|
+
type: String,
|
|
471
|
+
attribute: "shape",
|
|
472
|
+
reflect: true
|
|
473
|
+
},
|
|
474
|
+
|
|
475
|
+
/**
|
|
476
|
+
* Defines the size of an element.
|
|
477
|
+
* @property {'xs', 'sm', 'md', 'lg', 'xl'}
|
|
478
|
+
* @default {'md'}
|
|
479
|
+
*/
|
|
480
|
+
size: {
|
|
481
|
+
type: String,
|
|
482
|
+
attribute: "size",
|
|
483
|
+
reflect: true
|
|
484
|
+
},
|
|
485
|
+
|
|
486
|
+
/**
|
|
487
|
+
* This Boolean attribute lets you specify that the element should be rendered in dark mode.
|
|
488
|
+
* @default {false}
|
|
489
|
+
*/
|
|
490
|
+
onDark: {
|
|
491
|
+
type: Boolean,
|
|
492
|
+
attribute: "ondark",
|
|
493
|
+
reflect: true
|
|
494
|
+
},
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* A reference to the wrapper element in the shadow DOM.
|
|
498
|
+
* This is used to apply layout and shape classes dynamically.
|
|
499
|
+
* @type {HTMLElement|null}
|
|
500
|
+
* @default {null}
|
|
501
|
+
* @private
|
|
502
|
+
*/
|
|
503
|
+
wrapper: {
|
|
504
|
+
attribute: false,
|
|
505
|
+
reflect: false
|
|
506
|
+
}
|
|
507
|
+
};
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
resetShapeClasses() {
|
|
513
|
+
if (this.shape && this.size) {
|
|
514
|
+
|
|
515
|
+
if (this.wrapper) {
|
|
516
|
+
this.wrapper.classList.forEach((className) => {
|
|
517
|
+
if (className.startsWith('shape-')) {
|
|
518
|
+
this.wrapper.classList.remove(className);
|
|
519
|
+
}
|
|
520
|
+
});
|
|
521
|
+
|
|
522
|
+
this.wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
resetLayoutClasses() {
|
|
528
|
+
if (this.layout) {
|
|
529
|
+
if (this.wrapper) {
|
|
530
|
+
this.wrapper.classList.forEach((className) => {
|
|
531
|
+
if (className.startsWith('layout-')) {
|
|
532
|
+
this.wrapper.classList.remove(className);
|
|
533
|
+
}
|
|
534
|
+
});
|
|
535
|
+
|
|
536
|
+
this.wrapper.classList.add(`layout-${this.layout.toLowerCase()}`);
|
|
537
|
+
}
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
updateComponentArchitecture() {
|
|
542
|
+
this.resetLayoutClasses();
|
|
543
|
+
this.resetShapeClasses();
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
updated(changedProperties) {
|
|
547
|
+
if (changedProperties.has('layout') || changedProperties.has('shape') || changedProperties.has('size')) {
|
|
548
|
+
this.updateComponentArchitecture();
|
|
549
|
+
}
|
|
550
|
+
}
|
|
551
|
+
|
|
552
|
+
firstUpdated() {
|
|
553
|
+
super.firstUpdated();
|
|
554
|
+
|
|
555
|
+
// Set a reference to the wrapper element in the shadow DOM
|
|
556
|
+
this.wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
557
|
+
|
|
558
|
+
// Initialize the transportation of ARIA attributes to the target element and get the disconnect function for cleanup
|
|
559
|
+
this.attributeWatcher = transportAllA11yAttributes({ host: this, target: this.shadowRoot.querySelector('.wrapper') });
|
|
560
|
+
}
|
|
561
|
+
|
|
562
|
+
disconnectedCallback() {
|
|
563
|
+
super.disconnectedCallback();
|
|
564
|
+
|
|
565
|
+
// Cleanup the ARIA observer if it exists
|
|
566
|
+
if (this.attributeWatcher) {
|
|
567
|
+
this.attributeWatcher.cleanup();
|
|
568
|
+
this.attributeWatcher = null;
|
|
569
|
+
}
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
// Try to render the defined `this.layout` layout. If that fails, fall back to the default layout.
|
|
573
|
+
// This will catch if an invalid layout value is passed in and render the default layout if so.
|
|
574
|
+
render() {
|
|
575
|
+
try {
|
|
576
|
+
return this.renderLayout();
|
|
577
|
+
} catch (error) {
|
|
578
|
+
// failed to get the defined layout
|
|
579
|
+
console.error('Failed to get the defined layout - using the default layout', error); // eslint-disable-line no-console
|
|
580
|
+
|
|
581
|
+
// fallback to the default layout
|
|
582
|
+
return this.getLayout('default');
|
|
583
|
+
}
|
|
584
|
+
}
|
|
585
|
+
};
|
|
586
|
+
|
|
587
|
+
var styleCss$3 = css`: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}`;
|
|
588
|
+
|
|
589
|
+
var colorCss$2 = css`[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)}`;
|
|
590
|
+
|
|
591
|
+
var tokensCss$2 = css`: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}`;
|
|
592
|
+
|
|
593
|
+
var shapeSize = css`.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}`;
|
|
594
|
+
|
|
595
|
+
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
596
|
+
// See LICENSE in the project root for license information.
|
|
597
|
+
|
|
598
|
+
// ---------------------------------------------------------------------
|
|
599
|
+
|
|
600
|
+
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
601
|
+
|
|
602
|
+
let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
|
|
603
|
+
|
|
604
|
+
/* eslint-disable jsdoc/require-param */
|
|
605
|
+
|
|
606
|
+
/**
|
|
607
|
+
* This will register a new custom element with the browser.
|
|
608
|
+
* @param {String} name - The name of the custom element.
|
|
609
|
+
* @param {Object} componentClass - The class to register as a custom element.
|
|
610
|
+
* @returns {void}
|
|
611
|
+
*/
|
|
612
|
+
registerComponent(name, componentClass) {
|
|
613
|
+
if (!customElements.get(name)) {
|
|
614
|
+
customElements.define(name, class extends componentClass {});
|
|
615
|
+
}
|
|
616
|
+
}
|
|
617
|
+
|
|
618
|
+
/**
|
|
619
|
+
* Finds and returns the closest HTML Element based on a selector.
|
|
620
|
+
* @returns {void}
|
|
621
|
+
*/
|
|
622
|
+
closestElement(
|
|
623
|
+
selector, // selector like in .closest()
|
|
624
|
+
base = this, // extra functionality to skip a parent
|
|
625
|
+
__Closest = (el, found = el && el.closest(selector)) =>
|
|
626
|
+
!el || el === document || el === window
|
|
627
|
+
? null // standard .closest() returns null for non-found selectors also
|
|
628
|
+
: found
|
|
629
|
+
? found // found a selector INside this element
|
|
630
|
+
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
631
|
+
) {
|
|
632
|
+
return __Closest(base);
|
|
633
|
+
}
|
|
634
|
+
/* eslint-enable jsdoc/require-param */
|
|
635
|
+
|
|
636
|
+
/**
|
|
637
|
+
* 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.
|
|
638
|
+
* @param {Object} elem - The element to check.
|
|
639
|
+
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
640
|
+
* @returns {void}
|
|
641
|
+
*/
|
|
642
|
+
handleComponentTagRename(elem, tagName) {
|
|
643
|
+
const tag = tagName.toLowerCase();
|
|
644
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
645
|
+
|
|
646
|
+
if (elemTag !== tag) {
|
|
647
|
+
elem.setAttribute(tag, true);
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
/**
|
|
652
|
+
* Validates if an element is a specific Auro component.
|
|
653
|
+
* @param {Object} elem - The element to validate.
|
|
654
|
+
* @param {String} tagName - The name of the Auro component to check against.
|
|
655
|
+
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
656
|
+
*/
|
|
657
|
+
elementMatch(elem, tagName) {
|
|
658
|
+
const tag = tagName.toLowerCase();
|
|
659
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
660
|
+
|
|
661
|
+
return elemTag === tag || elem.hasAttribute(tag);
|
|
662
|
+
}
|
|
663
|
+
};
|
|
664
|
+
|
|
665
|
+
var styleCss$2 = css`: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}}`;
|
|
666
|
+
|
|
667
|
+
var colorCss$1 = css`:host{color:var(--ds-auro-loader-color)}:host>span{background-color:var(--ds-auro-loader-background-color);border-color:var(--ds-auro-loader-border-color)}:host([onlight]){--ds-auro-loader-color:var(--ds-basic-color-brand-primary, #01426a)}:host([ondark]){--ds-auro-loader-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([orbit])>span{--ds-auro-loader-background-color:transparent}:host([orbit])>span:nth-child(1){--ds-auro-loader-border-color:currentcolor;opacity:.25}:host([orbit])>span:nth-child(2){--ds-auro-loader-border-color:currentcolor;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}`;
|
|
668
|
+
|
|
669
|
+
var tokensCss$1 = css`:host{--ds-auro-loader-background-color:currentcolor;--ds-auro-loader-border-color:currentcolor;--ds-auro-loader-color:currentcolor}`;
|
|
670
|
+
|
|
671
|
+
// Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
672
|
+
// See LICENSE in the project root for license information.
|
|
673
|
+
|
|
674
|
+
|
|
675
|
+
class AuroLoader extends LitElement {
|
|
676
|
+
constructor() {
|
|
677
|
+
super();
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
* @private
|
|
681
|
+
*/
|
|
682
|
+
this.keys = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9];
|
|
683
|
+
|
|
684
|
+
/**
|
|
685
|
+
* @private
|
|
686
|
+
*/
|
|
687
|
+
this.mdCount = 3;
|
|
688
|
+
|
|
689
|
+
/**
|
|
690
|
+
* @private
|
|
691
|
+
*/
|
|
692
|
+
this.smCount = 2;
|
|
693
|
+
|
|
694
|
+
/**
|
|
695
|
+
* @private
|
|
696
|
+
*/
|
|
697
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$2();
|
|
698
|
+
|
|
699
|
+
this.orbit = false;
|
|
700
|
+
this.ringworm = false;
|
|
701
|
+
this.laser = false;
|
|
702
|
+
this.pulse = false;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
// function to define props used within the scope of this component
|
|
706
|
+
static get properties() {
|
|
707
|
+
return {
|
|
708
|
+
|
|
709
|
+
/**
|
|
710
|
+
* Sets loader to laser type.
|
|
711
|
+
*/
|
|
712
|
+
laser: {
|
|
713
|
+
type: Boolean,
|
|
714
|
+
reflect: true
|
|
715
|
+
},
|
|
716
|
+
|
|
717
|
+
/**
|
|
718
|
+
* Sets loader to orbit type.
|
|
719
|
+
*/
|
|
720
|
+
orbit: {
|
|
721
|
+
type: Boolean,
|
|
722
|
+
reflect: true
|
|
723
|
+
},
|
|
724
|
+
|
|
725
|
+
/**
|
|
726
|
+
* Sets loader to pulse type.
|
|
727
|
+
*/
|
|
728
|
+
pulse: {
|
|
729
|
+
type: Boolean,
|
|
730
|
+
reflect: true
|
|
731
|
+
},
|
|
732
|
+
|
|
733
|
+
/**
|
|
734
|
+
* Sets loader to ringworm type.
|
|
735
|
+
*/
|
|
736
|
+
ringworm: {
|
|
737
|
+
type: Boolean,
|
|
738
|
+
reflect: true
|
|
739
|
+
}
|
|
740
|
+
};
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
static get styles() {
|
|
744
|
+
return [
|
|
745
|
+
css`${styleCss$2}`,
|
|
746
|
+
css`${colorCss$1}`,
|
|
747
|
+
css`${tokensCss$1}`
|
|
748
|
+
];
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
/**
|
|
752
|
+
* This will register this element with the browser.
|
|
753
|
+
* @param {string} [name="auro-loader"] - The name of element that you want to register to.
|
|
754
|
+
*
|
|
755
|
+
* @example
|
|
756
|
+
* AuroLoader.register("custom-loader") // this will register this element to <custom-loader/>
|
|
757
|
+
*
|
|
758
|
+
*/
|
|
759
|
+
static register(name = "auro-loader") {
|
|
760
|
+
AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroLoader);
|
|
761
|
+
}
|
|
762
|
+
|
|
763
|
+
firstUpdated() {
|
|
764
|
+
// Add the tag name as an attribute if it is different than the component name
|
|
765
|
+
this.runtimeUtils.handleComponentTagRename(this, 'auro-loader');
|
|
766
|
+
}
|
|
767
|
+
|
|
768
|
+
connectedCallback() {
|
|
769
|
+
super.connectedCallback();
|
|
770
|
+
}
|
|
771
|
+
|
|
772
|
+
/**
|
|
773
|
+
* @private
|
|
774
|
+
* @returns {Array} Numbered array for template map.
|
|
775
|
+
*/
|
|
776
|
+
defineTemplate() {
|
|
777
|
+
let nodes = Array.from(Array(this.mdCount).keys());
|
|
778
|
+
|
|
779
|
+
if (this.orbit || this.laser) {
|
|
780
|
+
nodes = Array.from(Array(this.smCount).keys());
|
|
781
|
+
} else if (this.ringworm) {
|
|
782
|
+
nodes = Array.from(Array(0).keys());
|
|
783
|
+
}
|
|
784
|
+
|
|
785
|
+
return nodes;
|
|
786
|
+
}
|
|
787
|
+
|
|
788
|
+
// When using auroElement, use the following attribute and function when hiding content from screen readers.
|
|
789
|
+
// aria-hidden="${this.hideAudible(this.hiddenAudible)}"
|
|
790
|
+
|
|
791
|
+
// function that renders the HTML and CSS into the scope of the component
|
|
792
|
+
render() {
|
|
793
|
+
return html`
|
|
794
|
+
${this.defineTemplate().map((idx) => html`
|
|
795
|
+
<span part="element" class="loader node-${idx}"></span>
|
|
796
|
+
`)}
|
|
797
|
+
|
|
798
|
+
<div class="no-animation">Loading...</div>
|
|
799
|
+
|
|
800
|
+
${this.ringworm ? html`
|
|
801
|
+
<svg part="element" class="circular" viewBox="25 25 50 50">
|
|
802
|
+
<circle class="path" cx="50" cy="50" r="20" fill="none"/>
|
|
803
|
+
</svg>`
|
|
804
|
+
: ``
|
|
805
|
+
}
|
|
806
|
+
`;
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
|
|
810
|
+
var loaderVersion = '5.0.0';
|
|
811
|
+
|
|
812
|
+
/* eslint-disable max-lines, curly, jsdoc/no-undefined-types */
|
|
813
|
+
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
814
|
+
// See LICENSE in the project root for license information.
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* @slot - Default slot for the text of the button.
|
|
819
|
+
* @csspart button - Apply CSS to HTML5 button.
|
|
820
|
+
* @csspart loader - Apply CSS to auro-loader.
|
|
821
|
+
* @csspart text - Apply CSS to text slot.
|
|
822
|
+
* @csspart icon - Apply CSS to icon slot.
|
|
823
|
+
*/
|
|
824
|
+
|
|
825
|
+
/* eslint-disable lit/no-invalid-html, lit/binding-positions */
|
|
826
|
+
|
|
827
|
+
const ICON_ONLY_SHAPES = ['circle'];
|
|
828
|
+
|
|
829
|
+
/**
|
|
830
|
+
* AuroButton is a custom element that provides a styled, accessible button with support for various states and form association.
|
|
831
|
+
* It is designed to be flexible, supporting loading states, icon slots, and integration with HTML5 forms.
|
|
832
|
+
* @property {'default', 'rounded', 'pill', 'circle'} shape - Defines the shape of the button.
|
|
833
|
+
* @property {'xs', 'sm', 'md', 'lg', 'xl'} size - Defines the size of the button.
|
|
834
|
+
* @property {'primary', 'secondary', 'tertiary', 'ghost', 'flat'} variant - Sets the button variant.
|
|
835
|
+
* @property {'submit', 'reset', 'button'} type - The type of button. Matches HTML5 Button Spec.
|
|
836
|
+
* @property {boolean} onDark - Indicates if the button is rendered in dark mode.
|
|
837
|
+
*/
|
|
838
|
+
class AuroButton extends AuroElement$1 {
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* Enables form association for this element.
|
|
842
|
+
* @see https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/attachInternals
|
|
843
|
+
* @returns {boolean} - Returns true to enable form association.
|
|
844
|
+
*/
|
|
845
|
+
static get formAssociated() {
|
|
846
|
+
return true;
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
constructor() {
|
|
850
|
+
super();
|
|
851
|
+
this.autofocus = false;
|
|
852
|
+
this.disabled = false;
|
|
853
|
+
this.loading = false;
|
|
854
|
+
this.size = "md";
|
|
855
|
+
this.shape = "rounded";
|
|
856
|
+
this.onDark = false;
|
|
857
|
+
this.fluid = false;
|
|
858
|
+
this.loadingText = this.loadingText || 'Loading...';
|
|
859
|
+
|
|
860
|
+
// Support for HTML5 forms
|
|
861
|
+
if (typeof this.attachInternals === 'function') {
|
|
862
|
+
this.internals = this.attachInternals();
|
|
863
|
+
} else {
|
|
864
|
+
this.internals = null;
|
|
865
|
+
|
|
866
|
+
// eslint-disable-next-line no-console
|
|
867
|
+
console.warn('This browser does not support form association features. Some form-related functionality may not work as expected. Consider using a polyfill or handling click events manually.');
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
/**
|
|
871
|
+
* Generate unique names for dependency components.
|
|
872
|
+
*/
|
|
873
|
+
const versioning = new AuroDependencyVersioning();
|
|
874
|
+
|
|
875
|
+
/**
|
|
876
|
+
* @private
|
|
877
|
+
*/
|
|
878
|
+
this.loaderTag = versioning.generateTag('auro-loader', loaderVersion, AuroLoader);
|
|
879
|
+
|
|
880
|
+
/**
|
|
881
|
+
* @private
|
|
882
|
+
*/
|
|
883
|
+
this.buttonHref = undefined;
|
|
884
|
+
|
|
885
|
+
/**
|
|
886
|
+
* @private
|
|
887
|
+
*/
|
|
888
|
+
this.buttonTarget = undefined;
|
|
889
|
+
|
|
890
|
+
/**
|
|
891
|
+
* @private
|
|
892
|
+
*/
|
|
893
|
+
this.buttonRel = undefined;
|
|
894
|
+
}
|
|
895
|
+
|
|
896
|
+
static get styles() {
|
|
897
|
+
return [
|
|
898
|
+
tokensCss$2,
|
|
899
|
+
styleCss$3,
|
|
900
|
+
colorCss$2,
|
|
901
|
+
shapeSize
|
|
902
|
+
];
|
|
903
|
+
}
|
|
904
|
+
|
|
905
|
+
static get properties() {
|
|
906
|
+
return {
|
|
907
|
+
|
|
908
|
+
...super.properties,
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* Override layout since it isn't used in this component.
|
|
912
|
+
* @private
|
|
913
|
+
*/
|
|
914
|
+
layout: {
|
|
915
|
+
type: Boolean,
|
|
916
|
+
attribute: false,
|
|
917
|
+
reflect: false
|
|
918
|
+
},
|
|
919
|
+
|
|
920
|
+
/**
|
|
921
|
+
* This Boolean attribute lets you specify that the button should have input focus when the page loads, unless overridden by the user.
|
|
922
|
+
*/
|
|
923
|
+
autofocus: {
|
|
924
|
+
type: Boolean,
|
|
925
|
+
reflect: true
|
|
926
|
+
},
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* If set to true, button will become disabled and not allow for interactions.
|
|
930
|
+
*/
|
|
931
|
+
disabled: {
|
|
932
|
+
type: Boolean,
|
|
933
|
+
reflect: true
|
|
934
|
+
},
|
|
935
|
+
|
|
936
|
+
/**
|
|
937
|
+
* Alters the shape of the button to be full width of its parent container.
|
|
938
|
+
*/
|
|
939
|
+
fluid: {
|
|
940
|
+
type: Boolean,
|
|
941
|
+
reflect: true
|
|
942
|
+
},
|
|
943
|
+
|
|
944
|
+
/**
|
|
945
|
+
* If set to true button text will be replaced with `auro-loader` and become disabled.
|
|
946
|
+
*/
|
|
947
|
+
loading: {
|
|
948
|
+
type: Boolean,
|
|
949
|
+
reflect: true
|
|
950
|
+
},
|
|
951
|
+
|
|
952
|
+
/**
|
|
953
|
+
* 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.
|
|
954
|
+
*/
|
|
955
|
+
loadingText: {
|
|
956
|
+
type: String
|
|
957
|
+
},
|
|
958
|
+
|
|
959
|
+
/**
|
|
960
|
+
* Populates `tabindex` to define the focusable sequence in keyboard navigation.
|
|
961
|
+
*/
|
|
962
|
+
tIndex: {
|
|
963
|
+
type: String,
|
|
964
|
+
reflect: true
|
|
965
|
+
},
|
|
966
|
+
|
|
967
|
+
/**
|
|
968
|
+
* Populates `tabindex` to define the focusable sequence in keyboard navigation.
|
|
969
|
+
* Must be used with "." to ensure the host element does not retain a reference to the `tabindex` attribute.
|
|
970
|
+
* Example: `<auro-button .tabindex="${this.disabled ? '-1' : '0'}"></auro-button>`
|
|
971
|
+
*/
|
|
972
|
+
tabindex: {
|
|
973
|
+
type: String,
|
|
974
|
+
reflect: false
|
|
975
|
+
},
|
|
976
|
+
|
|
977
|
+
/**
|
|
978
|
+
* Sets title attribute. The information is most often shown as a tooltip text when the mouse moves over the element.
|
|
979
|
+
*/
|
|
980
|
+
title: {
|
|
981
|
+
type: String,
|
|
982
|
+
reflect: true
|
|
983
|
+
},
|
|
984
|
+
|
|
985
|
+
/**
|
|
986
|
+
* The type of the button. Possible values are: `submit`, `reset`, `button`.
|
|
987
|
+
*/
|
|
988
|
+
type: {
|
|
989
|
+
type: String,
|
|
990
|
+
reflect: true
|
|
991
|
+
},
|
|
992
|
+
|
|
993
|
+
/**
|
|
994
|
+
* Defines the value associated with the button which is submitted with the form data.
|
|
995
|
+
*/
|
|
996
|
+
value: {
|
|
997
|
+
type: String,
|
|
998
|
+
reflect: true
|
|
999
|
+
},
|
|
1000
|
+
|
|
1001
|
+
/**
|
|
1002
|
+
* Sets button variant option.
|
|
1003
|
+
* @default primary
|
|
1004
|
+
*/
|
|
1005
|
+
variant: {
|
|
1006
|
+
type: String,
|
|
1007
|
+
reflect: true
|
|
1008
|
+
},
|
|
1009
|
+
|
|
1010
|
+
/**
|
|
1011
|
+
* @private
|
|
1012
|
+
*/
|
|
1013
|
+
buttonHref: {
|
|
1014
|
+
type: String,
|
|
1015
|
+
},
|
|
1016
|
+
|
|
1017
|
+
/**
|
|
1018
|
+
* @private
|
|
1019
|
+
*/
|
|
1020
|
+
buttonTarget: {
|
|
1021
|
+
type: String,
|
|
1022
|
+
},
|
|
20
1023
|
|
|
21
|
-
|
|
1024
|
+
/**
|
|
1025
|
+
* @private
|
|
1026
|
+
*/
|
|
1027
|
+
buttonRel: {
|
|
1028
|
+
type: String,
|
|
1029
|
+
},
|
|
1030
|
+
};
|
|
1031
|
+
}
|
|
22
1032
|
|
|
23
1033
|
/**
|
|
24
|
-
* This will register
|
|
25
|
-
* @param {
|
|
26
|
-
*
|
|
27
|
-
* @
|
|
1034
|
+
* This will register this element with the browser.
|
|
1035
|
+
* @param {string} [name="auro-button"] - The name of element that you want to register to.
|
|
1036
|
+
*
|
|
1037
|
+
* @example
|
|
1038
|
+
* AuroButton.register("custom-button") // this will register this element to <custom-button/>
|
|
1039
|
+
*
|
|
28
1040
|
*/
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
customElements.define(name, class extends componentClass {});
|
|
32
|
-
}
|
|
1041
|
+
static register(name = "auro-button") {
|
|
1042
|
+
AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroButton);
|
|
33
1043
|
}
|
|
34
1044
|
|
|
35
1045
|
/**
|
|
36
|
-
*
|
|
1046
|
+
* Internal method to apply focus to the HTML5 button.
|
|
1047
|
+
* @private
|
|
37
1048
|
* @returns {void}
|
|
38
1049
|
*/
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
base = this, // extra functionality to skip a parent
|
|
42
|
-
__Closest = (el, found = el && el.closest(selector)) =>
|
|
43
|
-
!el || el === document || el === window
|
|
44
|
-
? null // standard .closest() returns null for non-found selectors also
|
|
45
|
-
: found
|
|
46
|
-
? found // found a selector INside this element
|
|
47
|
-
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
48
|
-
) {
|
|
49
|
-
return __Closest(base);
|
|
1050
|
+
focus() {
|
|
1051
|
+
this.renderRoot.querySelector('button').focus();
|
|
50
1052
|
}
|
|
51
|
-
/* eslint-enable jsdoc/require-param */
|
|
52
1053
|
|
|
53
1054
|
/**
|
|
54
|
-
*
|
|
55
|
-
* @
|
|
56
|
-
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
1055
|
+
* Submits the form that this button is associated with.
|
|
1056
|
+
* @private
|
|
57
1057
|
* @returns {void}
|
|
58
1058
|
*/
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
if (elemTag !== tag) {
|
|
64
|
-
elem.setAttribute(tag, true);
|
|
1059
|
+
surfaceSubmitEvent() {
|
|
1060
|
+
if (this.form) {
|
|
1061
|
+
this.form.requestSubmit();
|
|
65
1062
|
}
|
|
66
1063
|
}
|
|
67
1064
|
|
|
68
1065
|
/**
|
|
69
|
-
*
|
|
70
|
-
* @
|
|
71
|
-
* @
|
|
72
|
-
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
1066
|
+
* Returns the form element that this button is associated with.
|
|
1067
|
+
* @private
|
|
1068
|
+
* @returns {HTMLFormElement | null}
|
|
73
1069
|
*/
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
const elemTag = elem.tagName.toLowerCase();
|
|
77
|
-
|
|
78
|
-
return elemTag === tag || elem.hasAttribute(tag);
|
|
1070
|
+
get form() {
|
|
1071
|
+
return this.internals ? this.internals.form : null;
|
|
79
1072
|
}
|
|
80
|
-
}
|
|
81
1073
|
|
|
82
|
-
|
|
83
|
-
|
|
1074
|
+
/**
|
|
1075
|
+
* @private
|
|
1076
|
+
* @returns {Boolean}
|
|
1077
|
+
*/
|
|
1078
|
+
get hideText() {
|
|
1079
|
+
return ICON_ONLY_SHAPES.includes(this.shape);
|
|
1080
|
+
}
|
|
84
1081
|
|
|
1082
|
+
/**
|
|
1083
|
+
* Returns the current value of the projected `aria-label` attribute or undefined if not set.
|
|
1084
|
+
* @returns {string | undefined}
|
|
1085
|
+
* @private
|
|
1086
|
+
*/
|
|
1087
|
+
get currentAriaLabel() {
|
|
1088
|
+
if (!this.attributeWatcher) return undefined;
|
|
85
1089
|
|
|
86
|
-
|
|
1090
|
+
const ariaLabel = this.attributeWatcher.getObservedAttribute("aria-label");
|
|
1091
|
+
return ariaLabel || undefined;
|
|
1092
|
+
}
|
|
87
1093
|
|
|
88
1094
|
/**
|
|
89
|
-
*
|
|
1095
|
+
* Returns the current value of the projected `aria-labelledby` attribute or undefined if not set.
|
|
1096
|
+
* @returns {string | undefined}
|
|
90
1097
|
* @private
|
|
91
|
-
* @param {string} baseName - Defines the first part of the unique element name.
|
|
92
|
-
* @param {string} version - Version of the component that will be appended to the baseName.
|
|
93
|
-
* @returns {string} - Unique string to be used for naming.
|
|
94
1098
|
*/
|
|
95
|
-
|
|
96
|
-
|
|
1099
|
+
get currentAriaLabelledBy() {
|
|
1100
|
+
if (!this.attributeWatcher) return undefined;
|
|
97
1101
|
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
return result;
|
|
1102
|
+
const ariaLabelledBy = this.attributeWatcher.getObservedAttribute("aria-labelledby");
|
|
1103
|
+
return ariaLabelledBy || undefined;
|
|
102
1104
|
}
|
|
103
1105
|
|
|
104
1106
|
/**
|
|
105
|
-
*
|
|
106
|
-
* @
|
|
107
|
-
* @
|
|
108
|
-
* @returns {string} - Unique string to be used for naming.
|
|
1107
|
+
* Renders the default layout for the button.
|
|
1108
|
+
* @returns {TemplateResult}
|
|
1109
|
+
* @private
|
|
109
1110
|
*/
|
|
110
|
-
|
|
111
|
-
const
|
|
112
|
-
|
|
1111
|
+
renderLayoutDefault() {
|
|
1112
|
+
const classes = {
|
|
1113
|
+
"util_insetLg--squish": true,
|
|
1114
|
+
"auro-button": true,
|
|
1115
|
+
"icon-only": this.hideText,
|
|
1116
|
+
wrapper: true,
|
|
1117
|
+
loading: this.loading,
|
|
1118
|
+
};
|
|
113
1119
|
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
}
|
|
1120
|
+
const tag = this.buttonHref ? literal`a` : literal`button`;
|
|
1121
|
+
const part = this.buttonHref ? 'link' : 'button';
|
|
117
1122
|
|
|
118
|
-
return
|
|
1123
|
+
return html$1`
|
|
1124
|
+
<${tag}
|
|
1125
|
+
part="${part}"
|
|
1126
|
+
aria-label="${ifDefined(this.loading ? this.loadingText : this.currentAriaLabel || undefined)}"
|
|
1127
|
+
aria-labelledby="${ifDefined(this.loading ? undefined : this.currentAriaLabelledBy || undefined)}"
|
|
1128
|
+
tabindex="${ifDefined(this.tIndex || this.tabindex)}"
|
|
1129
|
+
?autofocus="${this.autofocus}"
|
|
1130
|
+
class=${classMap(classes)}
|
|
1131
|
+
?disabled="${this.disabled || this.loading}"
|
|
1132
|
+
?onDark="${this.onDark}"
|
|
1133
|
+
title="${ifDefined(this.title ? this.title : undefined)}"
|
|
1134
|
+
name="${ifDefined(this.name ? this.name : undefined)}"
|
|
1135
|
+
type="${ifDefined(this.type ? this.type : undefined)}"
|
|
1136
|
+
variant="${ifDefined(this.variant ? this.variant : undefined)}"
|
|
1137
|
+
.value="${ifDefined(this.value ? this.value : undefined)}"
|
|
1138
|
+
@click="${this.type === 'submit' ? this.surfaceSubmitEvent : undefined}"
|
|
1139
|
+
href="${ifDefined(this.buttonHref || undefined)}"
|
|
1140
|
+
target="${ifDefined(this.buttonTarget || undefined)}"
|
|
1141
|
+
rel="${ifDefined(this.buttonRel || undefined)}"
|
|
1142
|
+
>
|
|
1143
|
+
${ifDefined(this.loading ? html$1`<${this.loaderTag} pulse part="loader"></${this.loaderTag}>` : undefined)}
|
|
1144
|
+
|
|
1145
|
+
<span class="contentWrapper">
|
|
1146
|
+
<span class="textSlot" part="text">
|
|
1147
|
+
<slot></slot>
|
|
1148
|
+
</span>
|
|
1149
|
+
</span>
|
|
1150
|
+
</${tag}>
|
|
1151
|
+
`;
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
/**
|
|
1155
|
+
* Renders the layout of the button.
|
|
1156
|
+
* @returns {TemplateResult}
|
|
1157
|
+
* @private
|
|
1158
|
+
*/
|
|
1159
|
+
renderLayout() {
|
|
1160
|
+
return this.renderLayoutDefault();
|
|
119
1161
|
}
|
|
120
1162
|
}
|
|
121
1163
|
|
|
1164
|
+
var buttonVersion = '11.2.1';
|
|
1165
|
+
|
|
122
1166
|
// Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
123
1167
|
// See LICENSE in the project root for license information.
|
|
124
1168
|
|
|
@@ -273,6 +1317,76 @@ var tokensCss = css`:host{--ds-auro-icon-color:var(--ds-basic-color-texticon-def
|
|
|
273
1317
|
|
|
274
1318
|
var colorCss = css`:host{color:var(--ds-auro-icon-color)}:host([customColor]){color:inherit}:host(:not([onDark])[variant=accent1]){--ds-auro-icon-color:var(--ds-basic-color-texticon-accent1, #265688)}:host(:not([onDark])[variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-disabled, #d0d0d0)}:host(:not([onDark])[variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-muted, #676767)}:host(:not([onDark])[variant=statusDefault]){--ds-auro-icon-color:var(--ds-basic-color-status-default, #afb9c6)}:host(:not([onDark])[variant=statusInfo]){--ds-auro-icon-color:var(--ds-basic-color-status-info, #01426a)}:host(:not([onDark])[variant=statusSuccess]){--ds-auro-icon-color:var(--ds-basic-color-status-success, #447a1f)}:host(:not([onDark])[variant=statusWarning]){--ds-auro-icon-color:var(--ds-basic-color-status-warning, #fac200)}:host(:not([onDark])[variant=statusError]){--ds-auro-icon-color:var(--ds-basic-color-status-error, #e31f26)}:host(:not([onDark])[variant=statusInfoSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-info-subtle, #ebf3f9)}:host(:not([onDark])[variant=statusSuccessSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-success-subtle, #d6eac7)}:host(:not([onDark])[variant=statusWarningSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-warning-subtle, #fff0b2)}:host(:not([onDark])[variant=statusErrorSubtle]){--ds-auro-icon-color:var(--ds-basic-color-status-error-subtle, #fbc6c6)}:host(:not([onDark])[variant=fareBasicEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-basiceconomy, #97eaf8)}:host(:not([onDark])[variant=fareBusiness]){--ds-auro-icon-color:var(--ds-basic-color-fare-business, #01426a)}:host(:not([onDark])[variant=fareEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-economy, #0074ca)}:host(:not([onDark])[variant=fareFirst]){--ds-auro-icon-color:var(--ds-basic-color-fare-first, #00274a)}:host(:not([onDark])[variant=farePremiumEconomy]){--ds-auro-icon-color:var(--ds-basic-color-fare-premiumeconomy, #005154)}:host(:not([onDark])[variant=tierOneWorldEmerald]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-emerald, #139142)}:host(:not([onDark])[variant=tierOneWorldSapphire]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-sapphire, #015daa)}:host(:not([onDark])[variant=tierOneWorldRuby]){--ds-auro-icon-color:var(--ds-basic-color-tier-program-oneworld-ruby, #a41d4a)}:host([onDark]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse, #ffffff)}:host([onDark][variant=disabled]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-disabled, #7e8894)}:host([onDark][variant=muted]){--ds-auro-icon-color:var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][variant=statusError]){--ds-auro-icon-color:var(--ds-advanced-color-state-error-inverse, #f9a4a8)}`;
|
|
275
1319
|
|
|
1320
|
+
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
1321
|
+
// See LICENSE in the project root for license information.
|
|
1322
|
+
|
|
1323
|
+
// ---------------------------------------------------------------------
|
|
1324
|
+
|
|
1325
|
+
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
1326
|
+
|
|
1327
|
+
let AuroLibraryRuntimeUtils$1 = class AuroLibraryRuntimeUtils {
|
|
1328
|
+
|
|
1329
|
+
/* eslint-disable jsdoc/require-param */
|
|
1330
|
+
|
|
1331
|
+
/**
|
|
1332
|
+
* This will register a new custom element with the browser.
|
|
1333
|
+
* @param {String} name - The name of the custom element.
|
|
1334
|
+
* @param {Object} componentClass - The class to register as a custom element.
|
|
1335
|
+
* @returns {void}
|
|
1336
|
+
*/
|
|
1337
|
+
registerComponent(name, componentClass) {
|
|
1338
|
+
if (!customElements.get(name)) {
|
|
1339
|
+
customElements.define(name, class extends componentClass {});
|
|
1340
|
+
}
|
|
1341
|
+
}
|
|
1342
|
+
|
|
1343
|
+
/**
|
|
1344
|
+
* Finds and returns the closest HTML Element based on a selector.
|
|
1345
|
+
* @returns {void}
|
|
1346
|
+
*/
|
|
1347
|
+
closestElement(
|
|
1348
|
+
selector, // selector like in .closest()
|
|
1349
|
+
base = this, // extra functionality to skip a parent
|
|
1350
|
+
__Closest = (el, found = el && el.closest(selector)) =>
|
|
1351
|
+
!el || el === document || el === window
|
|
1352
|
+
? null // standard .closest() returns null for non-found selectors also
|
|
1353
|
+
: found
|
|
1354
|
+
? found // found a selector INside this element
|
|
1355
|
+
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
1356
|
+
) {
|
|
1357
|
+
return __Closest(base);
|
|
1358
|
+
}
|
|
1359
|
+
/* eslint-enable jsdoc/require-param */
|
|
1360
|
+
|
|
1361
|
+
/**
|
|
1362
|
+
* 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.
|
|
1363
|
+
* @param {Object} elem - The element to check.
|
|
1364
|
+
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
1365
|
+
* @returns {void}
|
|
1366
|
+
*/
|
|
1367
|
+
handleComponentTagRename(elem, tagName) {
|
|
1368
|
+
const tag = tagName.toLowerCase();
|
|
1369
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
1370
|
+
|
|
1371
|
+
if (elemTag !== tag) {
|
|
1372
|
+
elem.setAttribute(tag, true);
|
|
1373
|
+
}
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
/**
|
|
1377
|
+
* Validates if an element is a specific Auro component.
|
|
1378
|
+
* @param {Object} elem - The element to validate.
|
|
1379
|
+
* @param {String} tagName - The name of the Auro component to check against.
|
|
1380
|
+
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
1381
|
+
*/
|
|
1382
|
+
elementMatch(elem, tagName) {
|
|
1383
|
+
const tag = tagName.toLowerCase();
|
|
1384
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
1385
|
+
|
|
1386
|
+
return elemTag === tag || elem.hasAttribute(tag);
|
|
1387
|
+
}
|
|
1388
|
+
};
|
|
1389
|
+
|
|
276
1390
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
277
1391
|
// See LICENSE in the project root for license information.
|
|
278
1392
|
|
|
@@ -292,7 +1406,7 @@ class AuroIcon extends BaseIcon {
|
|
|
292
1406
|
*/
|
|
293
1407
|
privateDefaults() {
|
|
294
1408
|
this.uri = 'https://cdn.jsdelivr.net/npm/@alaskaairux/icons@latest/dist';
|
|
295
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils();
|
|
1409
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$1();
|
|
296
1410
|
}
|
|
297
1411
|
|
|
298
1412
|
// function to define props used within the scope of this component
|
|
@@ -374,7 +1488,7 @@ class AuroIcon extends BaseIcon {
|
|
|
374
1488
|
*
|
|
375
1489
|
*/
|
|
376
1490
|
static register(name = "auro-icon") {
|
|
377
|
-
AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroIcon);
|
|
1491
|
+
AuroLibraryRuntimeUtils$1.prototype.registerComponent(name, AuroIcon);
|
|
378
1492
|
}
|
|
379
1493
|
|
|
380
1494
|
connectedCallback() {
|
|
@@ -395,8 +1509,12 @@ class AuroIcon extends BaseIcon {
|
|
|
395
1509
|
async firstUpdated() {
|
|
396
1510
|
await super.firstUpdated();
|
|
397
1511
|
|
|
398
|
-
|
|
399
|
-
|
|
1512
|
+
/**
|
|
1513
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
1514
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
1515
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
1516
|
+
*/
|
|
1517
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
400
1518
|
const svgDesc = this.svg.querySelector('desc');
|
|
401
1519
|
|
|
402
1520
|
if (svgDesc) {
|
|
@@ -440,7 +1558,77 @@ class AuroIcon extends BaseIcon {
|
|
|
440
1558
|
}
|
|
441
1559
|
}
|
|
442
1560
|
|
|
443
|
-
var iconVersion = '8.0.
|
|
1561
|
+
var iconVersion = '8.0.4';
|
|
1562
|
+
|
|
1563
|
+
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
1564
|
+
// See LICENSE in the project root for license information.
|
|
1565
|
+
|
|
1566
|
+
// ---------------------------------------------------------------------
|
|
1567
|
+
|
|
1568
|
+
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
1569
|
+
|
|
1570
|
+
class AuroLibraryRuntimeUtils {
|
|
1571
|
+
|
|
1572
|
+
/* eslint-disable jsdoc/require-param */
|
|
1573
|
+
|
|
1574
|
+
/**
|
|
1575
|
+
* This will register a new custom element with the browser.
|
|
1576
|
+
* @param {String} name - The name of the custom element.
|
|
1577
|
+
* @param {Object} componentClass - The class to register as a custom element.
|
|
1578
|
+
* @returns {void}
|
|
1579
|
+
*/
|
|
1580
|
+
registerComponent(name, componentClass) {
|
|
1581
|
+
if (!customElements.get(name)) {
|
|
1582
|
+
customElements.define(name, class extends componentClass {});
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
/**
|
|
1587
|
+
* Finds and returns the closest HTML Element based on a selector.
|
|
1588
|
+
* @returns {void}
|
|
1589
|
+
*/
|
|
1590
|
+
closestElement(
|
|
1591
|
+
selector, // selector like in .closest()
|
|
1592
|
+
base = this, // extra functionality to skip a parent
|
|
1593
|
+
__Closest = (el, found = el && el.closest(selector)) =>
|
|
1594
|
+
!el || el === document || el === window
|
|
1595
|
+
? null // standard .closest() returns null for non-found selectors also
|
|
1596
|
+
: found
|
|
1597
|
+
? found // found a selector INside this element
|
|
1598
|
+
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
1599
|
+
) {
|
|
1600
|
+
return __Closest(base);
|
|
1601
|
+
}
|
|
1602
|
+
/* eslint-enable jsdoc/require-param */
|
|
1603
|
+
|
|
1604
|
+
/**
|
|
1605
|
+
* 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.
|
|
1606
|
+
* @param {Object} elem - The element to check.
|
|
1607
|
+
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
1608
|
+
* @returns {void}
|
|
1609
|
+
*/
|
|
1610
|
+
handleComponentTagRename(elem, tagName) {
|
|
1611
|
+
const tag = tagName.toLowerCase();
|
|
1612
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
1613
|
+
|
|
1614
|
+
if (elemTag !== tag) {
|
|
1615
|
+
elem.setAttribute(tag, true);
|
|
1616
|
+
}
|
|
1617
|
+
}
|
|
1618
|
+
|
|
1619
|
+
/**
|
|
1620
|
+
* Validates if an element is a specific Auro component.
|
|
1621
|
+
* @param {Object} elem - The element to validate.
|
|
1622
|
+
* @param {String} tagName - The name of the Auro component to check against.
|
|
1623
|
+
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
1624
|
+
*/
|
|
1625
|
+
elementMatch(elem, tagName) {
|
|
1626
|
+
const tag = tagName.toLowerCase();
|
|
1627
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
1628
|
+
|
|
1629
|
+
return elemTag === tag || elem.hasAttribute(tag);
|
|
1630
|
+
}
|
|
1631
|
+
}
|
|
444
1632
|
|
|
445
1633
|
var styleCss = css`.heading{margin:1.75rem 0;letter-spacing:var(--ds-text-heading-default-spacing, -0.2px);font-weight:var(--ds-text-heading-default-weight, 500)}.heading--display{margin-top:0;font-size:var(--ds-text-heading-display-size-breakpoint-sm, 2.75rem);font-weight:var(--ds-text-heading-display-weight, 100);line-height:var(--ds-text-heading-display-height-breakpoint-sm, 3.375rem)}@media screen and (min-width: 768px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-md, 3rem);line-height:var(--ds-text-heading-display-height-breakpoint-md, 3.75rem)}}@media screen and (min-width: 1024px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-lg, 3.5rem);line-height:var(--ds-text-heading-display-height-breakpoint-lg, 4.25rem)}}.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-sm, 2rem);font-weight:var(--ds-text-heading-800-weight, 500);line-height:var(--ds-text-heading-800-height-breakpoint-sm, 2.375rem)}@media screen and (min-width: 768px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-md, 2.25rem);line-height:var(--ds-text-heading-800-height-breakpoint-md, 2.625rem)}}@media screen and (min-width: 1024px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-lg, 2.5rem);line-height:var(--ds-text-heading-800-height-breakpoint-lg, 3rem)}}.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-sm, 1.75rem);font-weight:var(--ds-text-heading-700-weight, 500);line-height:var(--ds-text-heading-700-height-breakpoint-sm, 2.125rem)}@media screen and (min-width: 768px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-md, 2rem);line-height:var(--ds-text-heading-700-height-breakpoint-md, 2.375rem)}}@media screen and (min-width: 1024px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-lg, 2.25rem);line-height:var(--ds-text-heading-700-height-breakpoint-lg, 2.75rem)}}.heading--600{margin:1rem 0;font-size:var(--ds-text-heading-600-size-breakpoint-sm, 1.625rem);font-weight:var(--ds-text-heading-600-weight, 300);line-height:var(--ds-text-heading-600-height-breakpoint-sm, 1.875rem)}@media screen and (min-width: 768px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-md, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-md, 2.125rem)}}@media screen and (min-width: 1024px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-lg, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-lg, 2.25rem)}}.heading--500{margin:1rem 0;font-size:var(--ds-text-heading-500-size-breakpoint-sm, 1.375rem);font-weight:var(--ds-text-heading-500-weight, 300);line-height:var(--ds-text-heading-500-height-breakpoint-sm, 1.625rem)}@media screen and (min-width: 768px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-md, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-md, 1.875rem)}}@media screen and (min-width: 1024px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-lg, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-lg, 2rem)}}.heading--400{margin:.75rem 0;font-size:var(--ds-text-heading-400-size, 1.25rem);font-weight:var(--ds-text-heading-400-weight, 300);line-height:var(--ds-text-heading-400-height, 1.625rem)}.heading--300{margin:.75rem 0;font-size:var(--ds-text-heading-300-size, 1.125rem);font-weight:var(--ds-text-heading-300-weight, 300);line-height:var(--ds-text-heading-300-height, 1.625rem)}:host([no-margin-block]) .heading{margin-block:0}.util_stackMarginnone--bottom{margin-bottom:0}.util_stackMargin25--bottom{margin-bottom:var(--ds-size-25, 0.125rem)}.util_stackMargin50--bottom{margin-bottom:var(--ds-size-50, 0.25rem)}.util_stackMargin100--bottom{margin-bottom:var(--ds-size-100, 0.5rem)}.util_stackMargin150--bottom{margin-bottom:var(--ds-size-150, 0.75rem)}.util_stackMargin200--bottom{margin-bottom:var(--ds-size-200, 1rem)}.util_stackMargin300--bottom{margin-bottom:var(--ds-size-300, 1.5rem)}.util_stackMargin400--bottom{margin-bottom:var(--ds-size-400, 2rem)}.util_stackMargin600--bottom{margin-bottom:var(--ds-size-600, 3rem)}.util_stackMargin800--bottom{margin-bottom:var(--ds-size-800, 4rem)}.util_stackMarginnone--top{margin-top:0}.util_stackMargin25--top{margin-top:var(--ds-size-25, 0.125rem)}.util_stackMargin50--top{margin-top:var(--ds-size-50, 0.25rem)}.util_stackMargin100--top{margin-top:var(--ds-size-100, 0.5rem)}.util_stackMargin150--top{margin-top:var(--ds-size-150, 0.75rem)}.util_stackMargin200--top{margin-top:var(--ds-size-200, 1rem)}.util_stackMargin300--top{margin-top:var(--ds-size-300, 1.5rem)}.util_stackMargin400--top{margin-top:var(--ds-size-400, 2rem)}.util_stackMargin600--top{margin-top:var(--ds-size-600, 3rem)}.util_stackMargin800--top{margin-top:var(--ds-size-800, 4rem)}`;
|
|
446
1634
|
|
|
@@ -597,17 +1785,30 @@ class AuroBibtemplate extends LitElement {
|
|
|
597
1785
|
|
|
598
1786
|
this.large = false;
|
|
599
1787
|
|
|
600
|
-
AuroLibraryRuntimeUtils.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
|
|
1788
|
+
AuroLibraryRuntimeUtils$3.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
|
|
601
1789
|
|
|
602
1790
|
const versioning = new AuroDependencyVersioning();
|
|
1791
|
+
|
|
1792
|
+
/**
|
|
1793
|
+
* @private
|
|
1794
|
+
*/
|
|
603
1795
|
this.iconTag = versioning.generateTag('auro-formkit-bibtemplate-icon', iconVersion, AuroIcon);
|
|
1796
|
+
|
|
1797
|
+
/**
|
|
1798
|
+
* @private
|
|
1799
|
+
*/
|
|
604
1800
|
this.headerTag = versioning.generateTag('auro-formkit-bibtemplate-header', headerVersion, AuroHeader);
|
|
1801
|
+
|
|
1802
|
+
/**
|
|
1803
|
+
* @private
|
|
1804
|
+
*/
|
|
1805
|
+
this.buttonTag = versioning.generateTag('auro-formkit-input-button', buttonVersion, AuroButton);
|
|
605
1806
|
}
|
|
606
1807
|
|
|
607
1808
|
static get styles() {
|
|
608
1809
|
return [
|
|
609
|
-
colorCss$
|
|
610
|
-
styleCss$
|
|
1810
|
+
colorCss$3,
|
|
1811
|
+
styleCss$4,
|
|
611
1812
|
tokenCss
|
|
612
1813
|
];
|
|
613
1814
|
}
|
|
@@ -636,7 +1837,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
636
1837
|
*
|
|
637
1838
|
*/
|
|
638
1839
|
static register(name = "auro-bibtemplate") {
|
|
639
|
-
AuroLibraryRuntimeUtils.prototype.registerComponent(name, AuroBibtemplate);
|
|
1840
|
+
AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroBibtemplate);
|
|
640
1841
|
}
|
|
641
1842
|
|
|
642
1843
|
/**
|
|
@@ -676,15 +1877,27 @@ class AuroBibtemplate extends LitElement {
|
|
|
676
1877
|
this.setAttribute('exportparts', 'bibtemplate:dropdownBibTemplate');
|
|
677
1878
|
}
|
|
678
1879
|
|
|
1880
|
+
firstUpdated(changedProperties) {
|
|
1881
|
+
super.firstUpdated(changedProperties);
|
|
1882
|
+
|
|
1883
|
+
this.dispatchEvent(new CustomEvent("auro-bibtemplate-connected", {
|
|
1884
|
+
bubbles: true,
|
|
1885
|
+
composed: true,
|
|
1886
|
+
detail: {
|
|
1887
|
+
element: this
|
|
1888
|
+
}
|
|
1889
|
+
}));
|
|
1890
|
+
}
|
|
1891
|
+
|
|
679
1892
|
// function that renders the HTML and CSS into the scope of the component
|
|
680
1893
|
render() {
|
|
681
1894
|
return html$1`
|
|
682
1895
|
<div id="bibTemplate" part="bibtemplate">
|
|
683
1896
|
${this.isFullscreen ? html$1`
|
|
684
1897
|
<div id="headerContainer">
|
|
685
|
-
|
|
1898
|
+
<${this.buttonTag} id="closeButton" variant="ghost" shape="circle" size="sm" @click="${this.onCloseButtonClick}">
|
|
686
1899
|
<${this.iconTag} category="interface" name="x-lg"></${this.iconTag}>
|
|
687
|
-
|
|
1900
|
+
</${this.buttonTag}>
|
|
688
1901
|
<${this.headerTag} display="${this.large ? 'display' : '600'}" level="3" size="none" id="header" no-margin-block>
|
|
689
1902
|
<slot name="header"></slot>
|
|
690
1903
|
</${this.headerTag}>
|