@aurodesignsystem-dev/auro-formkit 0.0.0-pr1510.2 → 0.0.0-pr1511.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/checkbox/demo/customize.js +22 -0
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/demo-support.js +1 -0
- package/components/checkbox/demo/getting-started.js +22 -0
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.js +8 -0
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/demo/styles.scss +1 -0
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/customize.js +24 -0
- package/components/combobox/demo/customize.min.js +4 -3
- package/components/combobox/demo/demo-support.js +1 -0
- package/components/combobox/demo/getting-started.js +21 -0
- package/components/combobox/demo/getting-started.min.js +4 -3
- package/components/combobox/demo/index.js +23 -0
- package/components/combobox/demo/index.min.js +4 -3
- package/components/combobox/demo/styles.scss +1 -0
- package/components/combobox/dist/index.js +4 -3
- package/components/combobox/dist/registered.js +4 -3
- package/components/counter/demo/customize.js +21 -0
- package/components/counter/demo/customize.min.js +3 -2
- package/components/counter/demo/demo-support.js +1 -0
- package/components/counter/demo/index.js +21 -0
- package/components/counter/demo/index.min.js +3 -2
- package/components/counter/demo/styles.scss +1 -0
- package/components/counter/dist/index.js +3 -2
- package/components/counter/dist/registered.js +3 -2
- package/components/datepicker/demo/accessibility.md +1 -2
- package/components/datepicker/demo/api.md +62 -63
- package/components/datepicker/demo/customize.js +17 -0
- package/components/datepicker/demo/customize.md +1 -12
- package/components/datepicker/demo/customize.min.js +207 -601
- package/components/datepicker/demo/demo-support.js +1 -0
- package/components/datepicker/demo/index.js +23 -0
- package/components/datepicker/demo/index.min.js +207 -601
- package/components/datepicker/demo/styles.scss +1 -0
- package/components/datepicker/dist/index.js +207 -601
- package/components/datepicker/dist/registered.js +207 -601
- package/components/datepicker/dist/{auro-calendar-cell.d.ts → src/auro-calendar-cell.d.ts} +3 -14
- package/components/datepicker/dist/{auro-calendar.d.ts → src/auro-calendar.d.ts} +6 -90
- package/components/datepicker/dist/{auro-datepicker.d.ts → src/auro-datepicker.d.ts} +5 -78
- package/components/dropdown/demo/customize.js +9 -0
- package/components/dropdown/demo/customize.min.js +2 -1
- package/components/dropdown/demo/demo-support.js +1 -0
- package/components/dropdown/demo/getting-started.js +9 -0
- package/components/dropdown/demo/getting-started.min.js +2 -1
- package/components/dropdown/demo/index.js +16 -0
- package/components/dropdown/demo/index.min.js +2 -1
- package/components/dropdown/demo/styles.scss +1 -0
- package/components/dropdown/dist/index.js +2 -1
- package/components/dropdown/dist/registered.js +2 -1
- package/components/form/demo/customize.js +28 -0
- package/components/form/demo/customize.min.js +355 -670
- package/components/form/demo/demo-support.js +1 -0
- package/components/form/demo/getting-started.js +9 -0
- package/components/form/demo/getting-started.min.js +355 -670
- package/components/form/demo/index.js +5 -0
- package/components/form/demo/index.min.js +355 -670
- package/components/form/demo/registerDemoDeps.js +23 -0
- package/components/form/demo/registerDemoDeps.min.js +355 -670
- package/components/form/demo/styles.scss +1 -0
- package/components/input/demo/customize.js +25 -0
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/demo-support.js +1 -0
- package/components/input/demo/getting-started.js +8 -0
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.js +8 -0
- package/components/input/demo/index.min.js +1 -1
- package/components/input/demo/styles.css +974 -0
- package/components/input/demo/styles.scss +1 -0
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/menu/demo/demo-support.js +1 -0
- package/components/menu/demo/index.js +25 -0
- package/components/menu/demo/styles.scss +1 -0
- package/components/radio/demo/customize.js +22 -0
- package/components/radio/demo/customize.min.js +1 -1
- package/components/radio/demo/demo-support.js +1 -0
- package/components/radio/demo/getting-started.js +24 -0
- package/components/radio/demo/getting-started.min.js +1 -1
- package/components/radio/demo/index.js +8 -0
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/demo/styles.scss +1 -0
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/customize.js +11 -0
- package/components/select/demo/customize.min.js +132 -55
- package/components/select/demo/demo-support.js +1 -0
- package/components/select/demo/getting-started.js +26 -0
- package/components/select/demo/getting-started.min.js +132 -55
- package/components/select/demo/index.js +11 -0
- package/components/select/demo/index.min.js +132 -55
- package/components/select/demo/keyboard-behavior.md +18 -4
- package/components/select/demo/styles.scss +1 -0
- package/components/select/dist/auro-select.d.ts +20 -8
- package/components/select/dist/index.js +132 -55
- package/components/select/dist/registered.js +132 -55
- package/custom-elements.json +25 -311
- package/package.json +2 -6
- package/components/datepicker/dist/blackoutUtils.d.ts +0 -43
- /package/components/datepicker/dist/{auro-calendar-month.d.ts → src/auro-calendar-month.d.ts} +0 -0
- /package/components/datepicker/dist/{buttonVersion.d.ts → src/buttonVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{datepickerKeyboardStrategy.d.ts → src/datepickerKeyboardStrategy.d.ts} +0 -0
- /package/components/datepicker/dist/{iconVersion.d.ts → src/iconVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/components/datepicker/dist/{popoverVersion.d.ts → src/popoverVersion.d.ts} +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/classic/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/classic/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/color-calendar-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/color-cell-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/color-month-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/shapeSize-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/snowflake/color-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/snowflake/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-cell-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/style-auro-calendar-month-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/style-css.d.ts +0 -0
- /package/components/datepicker/dist/{styles → src/styles}/tokens-css.d.ts +0 -0
- /package/components/datepicker/dist/{utilities.d.ts → src/utilities.d.ts} +0 -0
- /package/components/datepicker/dist/{utilitiesCalendar.d.ts → src/utilitiesCalendar.d.ts} +0 -0
- /package/components/datepicker/dist/{utilitiesCalendarRender.d.ts → src/utilitiesCalendarRender.d.ts} +0 -0
- /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/day.d.ts +0 -0
- /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker-calendar.d.ts +0 -0
- /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker-cell.d.ts +0 -0
- /package/components/datepicker/dist/{vendor → src/vendor}/wc-range-datepicker/range-datepicker.d.ts +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AuroCheckbox } from '../src/auro-checkbox.js';
|
|
2
|
+
import { AuroCheckboxGroup } from '../src/auro-checkbox-group.js';
|
|
3
|
+
|
|
4
|
+
AuroCheckbox.register(); // registering to `auro-checkbox`
|
|
5
|
+
AuroCheckboxGroup.register(); // registering to `auro-checkbox-group`
|
|
6
|
+
|
|
7
|
+
AuroCheckbox.register('custom-checkbox');
|
|
8
|
+
AuroCheckboxGroup.register('custom-checkbox-group');
|
|
9
|
+
|
|
10
|
+
export function initExamples(initCount) {
|
|
11
|
+
initCount = initCount || 0;
|
|
12
|
+
|
|
13
|
+
try {
|
|
14
|
+
// Add any example initialization code here.
|
|
15
|
+
} catch (err) {
|
|
16
|
+
if (initCount <= 20) {
|
|
17
|
+
setTimeout(() => {
|
|
18
|
+
initExamples(initCount + 1);
|
|
19
|
+
}, 100);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1260,7 +1260,7 @@ class AuroHelpText extends i$2 {
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
var formkitVersion = '
|
|
1263
|
+
var formkitVersion = '202606252142';
|
|
1264
1264
|
|
|
1265
1265
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1266
1266
|
// See LICENSE in the project root for license information.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { renderPage, openAccordion } from '@aurodesignsystem/utils/demo-support';
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { AuroCheckbox } from '../src/auro-checkbox.js';
|
|
2
|
+
import { AuroCheckboxGroup } from '../src/auro-checkbox-group.js';
|
|
3
|
+
|
|
4
|
+
AuroCheckbox.register(); // registering to `auro-checkbox`
|
|
5
|
+
AuroCheckboxGroup.register(); // registering to `auro-checkbox-group`
|
|
6
|
+
|
|
7
|
+
AuroCheckbox.register('custom-checkbox');
|
|
8
|
+
AuroCheckboxGroup.register('custom-checkbox-group');
|
|
9
|
+
|
|
10
|
+
export function initExamples(initCount) {
|
|
11
|
+
initCount = initCount || 0;
|
|
12
|
+
|
|
13
|
+
try {
|
|
14
|
+
// Add any example initialization code here.
|
|
15
|
+
} catch (err) {
|
|
16
|
+
if (initCount <= 20) {
|
|
17
|
+
setTimeout(() => {
|
|
18
|
+
initExamples(initCount + 1);
|
|
19
|
+
}, 100);
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
@@ -1260,7 +1260,7 @@ class AuroHelpText extends i$2 {
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
var formkitVersion = '
|
|
1263
|
+
var formkitVersion = '202606252142';
|
|
1264
1264
|
|
|
1265
1265
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1266
1266
|
// See LICENSE in the project root for license information.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { AuroCheckbox } from '../src/auro-checkbox.js';
|
|
2
|
+
import { AuroCheckboxGroup } from '../src/auro-checkbox-group.js';
|
|
3
|
+
|
|
4
|
+
AuroCheckbox.register(); // registering to `auro-checkbox`
|
|
5
|
+
AuroCheckboxGroup.register(); // registering to `auro-checkbox-group`
|
|
6
|
+
|
|
7
|
+
AuroCheckbox.register('custom-checkbox');
|
|
8
|
+
AuroCheckboxGroup.register('custom-checkbox-group');
|
|
@@ -1260,7 +1260,7 @@ class AuroHelpText extends i$2 {
|
|
|
1260
1260
|
}
|
|
1261
1261
|
}
|
|
1262
1262
|
|
|
1263
|
-
var formkitVersion = '
|
|
1263
|
+
var formkitVersion = '202606252142';
|
|
1264
1264
|
|
|
1265
1265
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1266
1266
|
// See LICENSE in the project root for license information.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@aurodesignsystem/config/demo-styles';
|
|
@@ -1213,7 +1213,7 @@ class AuroHelpText extends LitElement {
|
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
|
-
var formkitVersion = '
|
|
1216
|
+
var formkitVersion = '202606252142';
|
|
1217
1217
|
|
|
1218
1218
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1219
1219
|
// See LICENSE in the project root for license information.
|
|
@@ -1213,7 +1213,7 @@ class AuroHelpText extends LitElement {
|
|
|
1213
1213
|
}
|
|
1214
1214
|
}
|
|
1215
1215
|
|
|
1216
|
-
var formkitVersion = '
|
|
1216
|
+
var formkitVersion = '202606252142';
|
|
1217
1217
|
|
|
1218
1218
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1219
1219
|
// See LICENSE in the project root for license information.
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
// import { exampleFunction } from "exampleFile.js";
|
|
2
|
+
|
|
3
|
+
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
4
|
+
|
|
5
|
+
import { AuroCombobox } from '../src/auro-combobox.js';
|
|
6
|
+
import '../../menu/src/registered.js';
|
|
7
|
+
import { dynamicMenuExample } from '../apiExamples/dynamic-menu.js';
|
|
8
|
+
|
|
9
|
+
AuroCombobox.register(); // registering to `auro-combobox`
|
|
10
|
+
AuroCombobox.register('custom-combobox');
|
|
11
|
+
|
|
12
|
+
export async function initExamples(initCount) {
|
|
13
|
+
initCount = initCount || 0;
|
|
14
|
+
|
|
15
|
+
try {
|
|
16
|
+
await dynamicMenuExample();
|
|
17
|
+
} catch (err) {
|
|
18
|
+
if (initCount <= 20) {
|
|
19
|
+
setTimeout(() => {
|
|
20
|
+
initExamples(initCount + 1);
|
|
21
|
+
}, 100);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
}
|
|
@@ -4873,7 +4873,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
|
|
|
4873
4873
|
}
|
|
4874
4874
|
};
|
|
4875
4875
|
|
|
4876
|
-
var formkitVersion$2 = '
|
|
4876
|
+
var formkitVersion$2 = '202606252142';
|
|
4877
4877
|
|
|
4878
4878
|
let AuroElement$2 = class AuroElement extends i$3 {
|
|
4879
4879
|
static get properties() {
|
|
@@ -6145,6 +6145,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
6145
6145
|
role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6146
6146
|
aria-expanded="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6147
6147
|
aria-controls="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6148
|
+
aria-haspopup="${o(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6148
6149
|
aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6149
6150
|
aria-disabled="${o(this.disabled ? 'true' : undefined)}"
|
|
6150
6151
|
@focusin="${this.handleFocusin}"
|
|
@@ -18473,7 +18474,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
|
|
|
18473
18474
|
}
|
|
18474
18475
|
};
|
|
18475
18476
|
|
|
18476
|
-
var formkitVersion$1 = '
|
|
18477
|
+
var formkitVersion$1 = '202606252142';
|
|
18477
18478
|
|
|
18478
18479
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18479
18480
|
// See LICENSE in the project root for license information.
|
|
@@ -19594,7 +19595,7 @@ class AuroBibtemplate extends i$3 {
|
|
|
19594
19595
|
}
|
|
19595
19596
|
}
|
|
19596
19597
|
|
|
19597
|
-
var formkitVersion = '
|
|
19598
|
+
var formkitVersion = '202606252142';
|
|
19598
19599
|
|
|
19599
19600
|
var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
19600
19601
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { renderPage, openAccordion } from '@aurodesignsystem/utils/demo-support';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
+
|
|
3
|
+
import { AuroCombobox } from '../src/auro-combobox.js';
|
|
4
|
+
import '../../menu/src/registered.js';
|
|
5
|
+
|
|
6
|
+
AuroCombobox.register();
|
|
7
|
+
AuroCombobox.register('custom-combobox');
|
|
8
|
+
|
|
9
|
+
export function initExamples(initCount) {
|
|
10
|
+
initCount = initCount || 0;
|
|
11
|
+
|
|
12
|
+
try {
|
|
13
|
+
// Add any example initialization code here.
|
|
14
|
+
} catch (err) {
|
|
15
|
+
if (initCount <= 20) {
|
|
16
|
+
setTimeout(() => {
|
|
17
|
+
initExamples(initCount + 1);
|
|
18
|
+
}, 100);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -4873,7 +4873,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
|
|
|
4873
4873
|
}
|
|
4874
4874
|
};
|
|
4875
4875
|
|
|
4876
|
-
var formkitVersion$2 = '
|
|
4876
|
+
var formkitVersion$2 = '202606252142';
|
|
4877
4877
|
|
|
4878
4878
|
let AuroElement$2 = class AuroElement extends i$3 {
|
|
4879
4879
|
static get properties() {
|
|
@@ -6145,6 +6145,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
6145
6145
|
role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6146
6146
|
aria-expanded="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6147
6147
|
aria-controls="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6148
|
+
aria-haspopup="${o(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6148
6149
|
aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6149
6150
|
aria-disabled="${o(this.disabled ? 'true' : undefined)}"
|
|
6150
6151
|
@focusin="${this.handleFocusin}"
|
|
@@ -18473,7 +18474,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
|
|
|
18473
18474
|
}
|
|
18474
18475
|
};
|
|
18475
18476
|
|
|
18476
|
-
var formkitVersion$1 = '
|
|
18477
|
+
var formkitVersion$1 = '202606252142';
|
|
18477
18478
|
|
|
18478
18479
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18479
18480
|
// See LICENSE in the project root for license information.
|
|
@@ -19594,7 +19595,7 @@ class AuroBibtemplate extends i$3 {
|
|
|
19594
19595
|
}
|
|
19595
19596
|
}
|
|
19596
19597
|
|
|
19597
|
-
var formkitVersion = '
|
|
19598
|
+
var formkitVersion = '202606252142';
|
|
19598
19599
|
|
|
19599
19600
|
var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
19600
19601
|
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
+
|
|
3
|
+
import { swapValueExample } from '../apiExamples/swap-value';
|
|
4
|
+
|
|
5
|
+
import { AuroCombobox } from '../src/auro-combobox.js';
|
|
6
|
+
import '../../menu/src/registered.js';
|
|
7
|
+
|
|
8
|
+
AuroCombobox.register();
|
|
9
|
+
|
|
10
|
+
export function initExamples(initCount) {
|
|
11
|
+
initCount = initCount || 0;
|
|
12
|
+
|
|
13
|
+
try {
|
|
14
|
+
swapValueExample();
|
|
15
|
+
} catch {
|
|
16
|
+
if (initCount <= 20) {
|
|
17
|
+
// setTimeout handles issue where content is sometimes loaded after the functions get called
|
|
18
|
+
setTimeout(() => {
|
|
19
|
+
initExamples(initCount + 1);
|
|
20
|
+
}, 100);
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
}
|
|
@@ -4888,7 +4888,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$3 {
|
|
|
4888
4888
|
}
|
|
4889
4889
|
};
|
|
4890
4890
|
|
|
4891
|
-
var formkitVersion$2 = '
|
|
4891
|
+
var formkitVersion$2 = '202606252142';
|
|
4892
4892
|
|
|
4893
4893
|
let AuroElement$2 = class AuroElement extends i$3 {
|
|
4894
4894
|
static get properties() {
|
|
@@ -6160,6 +6160,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
6160
6160
|
role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6161
6161
|
aria-expanded="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6162
6162
|
aria-controls="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6163
|
+
aria-haspopup="${o(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6163
6164
|
aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6164
6165
|
aria-disabled="${o(this.disabled ? 'true' : undefined)}"
|
|
6165
6166
|
@focusin="${this.handleFocusin}"
|
|
@@ -18488,7 +18489,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
|
|
|
18488
18489
|
}
|
|
18489
18490
|
};
|
|
18490
18491
|
|
|
18491
|
-
var formkitVersion$1 = '
|
|
18492
|
+
var formkitVersion$1 = '202606252142';
|
|
18492
18493
|
|
|
18493
18494
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18494
18495
|
// See LICENSE in the project root for license information.
|
|
@@ -19609,7 +19610,7 @@ class AuroBibtemplate extends i$3 {
|
|
|
19609
19610
|
}
|
|
19610
19611
|
}
|
|
19611
19612
|
|
|
19612
|
-
var formkitVersion = '
|
|
19613
|
+
var formkitVersion = '202606252142';
|
|
19613
19614
|
|
|
19614
19615
|
var styleCss$3 = i$6`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
19615
19616
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@aurodesignsystem/config/demo-styles';
|
|
@@ -4806,7 +4806,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4806
4806
|
}
|
|
4807
4807
|
};
|
|
4808
4808
|
|
|
4809
|
-
var formkitVersion$2 = '
|
|
4809
|
+
var formkitVersion$2 = '202606252142';
|
|
4810
4810
|
|
|
4811
4811
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4812
4812
|
static get properties() {
|
|
@@ -6078,6 +6078,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
6078
6078
|
role="${ifDefined(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6079
6079
|
aria-expanded="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6080
6080
|
aria-controls="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6081
|
+
aria-haspopup="${ifDefined(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6081
6082
|
aria-labelledby="${ifDefined(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6082
6083
|
aria-disabled="${ifDefined(this.disabled ? 'true' : undefined)}"
|
|
6083
6084
|
@focusin="${this.handleFocusin}"
|
|
@@ -18399,7 +18400,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
18399
18400
|
}
|
|
18400
18401
|
};
|
|
18401
18402
|
|
|
18402
|
-
var formkitVersion$1 = '
|
|
18403
|
+
var formkitVersion$1 = '202606252142';
|
|
18403
18404
|
|
|
18404
18405
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18405
18406
|
// See LICENSE in the project root for license information.
|
|
@@ -19520,7 +19521,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
19520
19521
|
}
|
|
19521
19522
|
}
|
|
19522
19523
|
|
|
19523
|
-
var formkitVersion = '
|
|
19524
|
+
var formkitVersion = '202606252142';
|
|
19524
19525
|
|
|
19525
19526
|
var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
19526
19527
|
|
|
@@ -4806,7 +4806,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4806
4806
|
}
|
|
4807
4807
|
};
|
|
4808
4808
|
|
|
4809
|
-
var formkitVersion$2 = '
|
|
4809
|
+
var formkitVersion$2 = '202606252142';
|
|
4810
4810
|
|
|
4811
4811
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4812
4812
|
static get properties() {
|
|
@@ -6078,6 +6078,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
6078
6078
|
role="${ifDefined(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6079
6079
|
aria-expanded="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6080
6080
|
aria-controls="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6081
|
+
aria-haspopup="${ifDefined(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6081
6082
|
aria-labelledby="${ifDefined(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6082
6083
|
aria-disabled="${ifDefined(this.disabled ? 'true' : undefined)}"
|
|
6083
6084
|
@focusin="${this.handleFocusin}"
|
|
@@ -18399,7 +18400,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
18399
18400
|
}
|
|
18400
18401
|
};
|
|
18401
18402
|
|
|
18402
|
-
var formkitVersion$1 = '
|
|
18403
|
+
var formkitVersion$1 = '202606252142';
|
|
18403
18404
|
|
|
18404
18405
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
18405
18406
|
// See LICENSE in the project root for license information.
|
|
@@ -19520,7 +19521,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
19520
19521
|
}
|
|
19521
19522
|
}
|
|
19522
19523
|
|
|
19523
|
-
var formkitVersion = '
|
|
19524
|
+
var formkitVersion = '202606252142';
|
|
19524
19525
|
|
|
19525
19526
|
var styleCss$1 = css`.util_displayInline{display:inline}.util_displayInlineBlock{display:inline-block}.util_displayBlock{display:block}.util_displayFlex{display:flex}.util_displayHidden{display:none}.util_displayHiddenVisually{position:absolute;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px;padding:0;border:0}:host{display:block;text-align:left}:host [auro-dropdown]{--ds-auro-dropdown-trigger-background-color: transparent}:host #inputInBib::part(wrapper){box-shadow:none}:host #inputInBib::part(accent-left){display:none}:host([layout*=classic]) [auro-input]{width:100%}:host([layout*=classic]) [auro-input]::part(helpText){display:none}:host([layout*=classic]) #slotHolder{display:none}`;
|
|
19526
19527
|
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
+
import { AuroCounter } from '../src/auro-counter.js';
|
|
3
|
+
import { AuroCounterGroup } from '../src/auro-counter-group.js';
|
|
4
|
+
|
|
5
|
+
AuroCounter.register();
|
|
6
|
+
AuroCounterGroup.register();
|
|
7
|
+
AuroCounterGroup.register('custom-counter-group');
|
|
8
|
+
AuroCounter.register('custom-counter');
|
|
9
|
+
|
|
10
|
+
export function initExamples(initialCount = 0) {
|
|
11
|
+
try {
|
|
12
|
+
|
|
13
|
+
} catch (err) {
|
|
14
|
+
if (initialCount <= 20) {
|
|
15
|
+
// setTimeout handles issue where content is sometimes loaded after the functions get called
|
|
16
|
+
setTimeout(() => {
|
|
17
|
+
initExamples(initialCount + 1);
|
|
18
|
+
}, 100);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1099,7 +1099,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
1101
|
|
|
1102
|
-
var formkitVersion$1 = '
|
|
1102
|
+
var formkitVersion$1 = '202606252142';
|
|
1103
1103
|
|
|
1104
1104
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1105
1105
|
// See LICENSE in the project root for license information.
|
|
@@ -5445,7 +5445,7 @@ class AuroHelpText extends i$2 {
|
|
|
5445
5445
|
}
|
|
5446
5446
|
}
|
|
5447
5447
|
|
|
5448
|
-
var formkitVersion = '
|
|
5448
|
+
var formkitVersion = '202606252142';
|
|
5449
5449
|
|
|
5450
5450
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5451
5451
|
static get properties() {
|
|
@@ -6717,6 +6717,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6717
6717
|
role="${o$2(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6718
6718
|
aria-expanded="${o$2(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6719
6719
|
aria-controls="${o$2(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6720
|
+
aria-haspopup="${o$2(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6720
6721
|
aria-labelledby="${o$2(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6721
6722
|
aria-disabled="${o$2(this.disabled ? 'true' : undefined)}"
|
|
6722
6723
|
@focusin="${this.handleFocusin}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { renderPage, openAccordion } from '@aurodesignsystem/utils/demo-support';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/* eslint-disable jsdoc/require-jsdoc, no-magic-numbers, no-param-reassign */
|
|
2
|
+
import { AuroCounter } from '../src/auro-counter.js';
|
|
3
|
+
import { AuroCounterGroup } from '../src/auro-counter-group.js';
|
|
4
|
+
|
|
5
|
+
AuroCounter.register();
|
|
6
|
+
AuroCounterGroup.register();
|
|
7
|
+
AuroCounterGroup.register('custom-counter-group');
|
|
8
|
+
AuroCounter.register('custom-counter');
|
|
9
|
+
|
|
10
|
+
export function initExamples(initialCount = 0) {
|
|
11
|
+
try {
|
|
12
|
+
|
|
13
|
+
} catch (err) {
|
|
14
|
+
if (initialCount <= 20) {
|
|
15
|
+
// setTimeout handles issue where content is sometimes loaded after the functions get called
|
|
16
|
+
setTimeout(() => {
|
|
17
|
+
initExamples(initialCount + 1);
|
|
18
|
+
}, 100);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
}
|
|
@@ -1099,7 +1099,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1099
1099
|
}
|
|
1100
1100
|
};
|
|
1101
1101
|
|
|
1102
|
-
var formkitVersion$1 = '
|
|
1102
|
+
var formkitVersion$1 = '202606252142';
|
|
1103
1103
|
|
|
1104
1104
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1105
1105
|
// See LICENSE in the project root for license information.
|
|
@@ -5445,7 +5445,7 @@ class AuroHelpText extends i$2 {
|
|
|
5445
5445
|
}
|
|
5446
5446
|
}
|
|
5447
5447
|
|
|
5448
|
-
var formkitVersion = '
|
|
5448
|
+
var formkitVersion = '202606252142';
|
|
5449
5449
|
|
|
5450
5450
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5451
5451
|
static get properties() {
|
|
@@ -6717,6 +6717,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6717
6717
|
role="${o$2(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6718
6718
|
aria-expanded="${o$2(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6719
6719
|
aria-controls="${o$2(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6720
|
+
aria-haspopup="${o$2(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6720
6721
|
aria-labelledby="${o$2(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6721
6722
|
aria-disabled="${o$2(this.disabled ? 'true' : undefined)}"
|
|
6722
6723
|
@focusin="${this.handleFocusin}"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '@aurodesignsystem/config/demo-styles';
|
|
@@ -1049,7 +1049,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
};
|
|
1051
1051
|
|
|
1052
|
-
var formkitVersion$1 = '
|
|
1052
|
+
var formkitVersion$1 = '202606252142';
|
|
1053
1053
|
|
|
1054
1054
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1055
1055
|
// See LICENSE in the project root for license information.
|
|
@@ -5377,7 +5377,7 @@ class AuroHelpText extends LitElement {
|
|
|
5377
5377
|
}
|
|
5378
5378
|
}
|
|
5379
5379
|
|
|
5380
|
-
var formkitVersion = '
|
|
5380
|
+
var formkitVersion = '202606252142';
|
|
5381
5381
|
|
|
5382
5382
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5383
5383
|
static get properties() {
|
|
@@ -6649,6 +6649,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6649
6649
|
role="${ifDefined(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6650
6650
|
aria-expanded="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6651
6651
|
aria-controls="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6652
|
+
aria-haspopup="${ifDefined(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6652
6653
|
aria-labelledby="${ifDefined(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6653
6654
|
aria-disabled="${ifDefined(this.disabled ? 'true' : undefined)}"
|
|
6654
6655
|
@focusin="${this.handleFocusin}"
|
|
@@ -1049,7 +1049,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1049
1049
|
}
|
|
1050
1050
|
};
|
|
1051
1051
|
|
|
1052
|
-
var formkitVersion$1 = '
|
|
1052
|
+
var formkitVersion$1 = '202606252142';
|
|
1053
1053
|
|
|
1054
1054
|
// Copyright (c) 2026 Alaska Airlines. All rights reserved. Licensed under the Apache-2.0 license
|
|
1055
1055
|
// See LICENSE in the project root for license information.
|
|
@@ -5377,7 +5377,7 @@ class AuroHelpText extends LitElement {
|
|
|
5377
5377
|
}
|
|
5378
5378
|
}
|
|
5379
5379
|
|
|
5380
|
-
var formkitVersion = '
|
|
5380
|
+
var formkitVersion = '202606252142';
|
|
5381
5381
|
|
|
5382
5382
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5383
5383
|
static get properties() {
|
|
@@ -6649,6 +6649,7 @@ class AuroDropdown extends AuroElement$1 {
|
|
|
6649
6649
|
role="${ifDefined(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
6650
6650
|
aria-expanded="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
6651
6651
|
aria-controls="${ifDefined(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
6652
|
+
aria-haspopup="${ifDefined(this.a11yRole === 'combobox' ? 'listbox' : undefined)}"
|
|
6652
6653
|
aria-labelledby="${ifDefined(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
6653
6654
|
aria-disabled="${ifDefined(this.disabled ? 'true' : undefined)}"
|
|
6654
6655
|
@focusin="${this.handleFocusin}"
|
|
@@ -83,8 +83,7 @@ When `range` is set, each date cell's label includes its position relative to th
|
|
|
83
83
|
| `rangeLabelEnd` | "range end" | Announced for the range end date. |
|
|
84
84
|
| `rangeLabelBeforeRange` | "before range" | Announced for dates before the range start. |
|
|
85
85
|
| `rangeLabelInRange` | "in range" | Announced for dates within the selected range. |
|
|
86
|
-
| `rangeLabelAfterRange` | "after range" | Announced for dates after
|
|
87
|
-
| `rangeLabelEndPreview` | "previewing range end" | Announced for the focused cell while picking the range end (`dateFrom` set, `dateTo` not yet selected) so AT users know that pressing Enter would commit this cell as the range end. |
|
|
86
|
+
| `rangeLabelAfterRange` | "after range" | Announced for dates after the range (or after start when no end is selected). |
|
|
88
87
|
|
|
89
88
|
<auro-header level="2" id="fullscreenBehavior">Fullscreen (Modal) Behavior</auro-header>
|
|
90
89
|
On smaller viewports, the calendar bib opens as a fullscreen modal dialog:
|