@aurodesignsystem-dev/auro-formkit 0.0.0-pr1346.14 → 0.0.0-pr1346.16
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/api.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/api.min.js +26 -20
- package/components/combobox/demo/index.min.js +26 -20
- package/components/combobox/dist/index.js +22 -15
- package/components/combobox/dist/registered.js +22 -15
- package/components/counter/demo/api.min.js +14 -3
- package/components/counter/demo/index.min.js +14 -3
- package/components/counter/dist/index.js +14 -3
- package/components/counter/dist/registered.js +14 -3
- package/components/datepicker/demo/api.min.js +15 -4
- package/components/datepicker/demo/index.min.js +15 -4
- package/components/datepicker/dist/index.js +15 -4
- package/components/datepicker/dist/registered.js +15 -4
- package/components/dropdown/demo/api.min.js +13 -2
- package/components/dropdown/demo/index.min.js +13 -2
- package/components/dropdown/dist/auro-dropdownBib.d.ts +10 -0
- package/components/dropdown/dist/index.js +13 -2
- package/components/dropdown/dist/registered.js +13 -2
- package/components/form/demo/api.min.js +72 -33
- package/components/form/demo/index.min.js +72 -33
- package/components/input/demo/api.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/menu/demo/api.md +4 -10
- package/components/menu/demo/api.min.js +4 -5
- package/components/menu/demo/index.min.js +4 -5
- package/components/menu/dist/auro-menuoption.d.ts +0 -8
- package/components/menu/dist/index.js +4 -5
- package/components/menu/dist/registered.js +4 -5
- package/components/radio/demo/api.min.js +1 -1
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/api.min.js +18 -8
- package/components/select/demo/index.min.js +18 -8
- package/components/select/dist/index.js +14 -3
- package/components/select/dist/registered.js +14 -3
- package/custom-elements.json +21 -12
- package/package.json +1 -1
|
@@ -1687,7 +1687,7 @@ class AuroHelpText extends i$2 {
|
|
|
1687
1687
|
}
|
|
1688
1688
|
}
|
|
1689
1689
|
|
|
1690
|
-
var formkitVersion = '
|
|
1690
|
+
var formkitVersion = '202603091921';
|
|
1691
1691
|
|
|
1692
1692
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1693
1693
|
// See LICENSE in the project root for license information.
|
|
@@ -1679,7 +1679,7 @@ class AuroHelpText extends i$2 {
|
|
|
1679
1679
|
}
|
|
1680
1680
|
}
|
|
1681
1681
|
|
|
1682
|
-
var formkitVersion = '
|
|
1682
|
+
var formkitVersion = '202603091921';
|
|
1683
1683
|
|
|
1684
1684
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1685
1685
|
// See LICENSE in the project root for license information.
|
|
@@ -1632,7 +1632,7 @@ class AuroHelpText extends LitElement {
|
|
|
1632
1632
|
}
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
|
-
var formkitVersion = '
|
|
1635
|
+
var formkitVersion = '202603091921';
|
|
1636
1636
|
|
|
1637
1637
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1638
1638
|
// See LICENSE in the project root for license information.
|
|
@@ -1632,7 +1632,7 @@ class AuroHelpText extends LitElement {
|
|
|
1632
1632
|
}
|
|
1633
1633
|
}
|
|
1634
1634
|
|
|
1635
|
-
var formkitVersion = '
|
|
1635
|
+
var formkitVersion = '202603091921';
|
|
1636
1636
|
|
|
1637
1637
|
// Copyright (c) 2026 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1638
1638
|
// See LICENSE in the project root for license information.
|
|
@@ -4366,6 +4366,17 @@ class AuroDropdownBib extends i$4 {
|
|
|
4366
4366
|
*/
|
|
4367
4367
|
dialogLabel: {
|
|
4368
4368
|
type: String
|
|
4369
|
+
},
|
|
4370
|
+
|
|
4371
|
+
/**
|
|
4372
|
+
* Overrides the native role of the dialog element.
|
|
4373
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4374
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4375
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4376
|
+
* @private
|
|
4377
|
+
*/
|
|
4378
|
+
dialogRole: {
|
|
4379
|
+
type: String
|
|
4369
4380
|
}
|
|
4370
4381
|
};
|
|
4371
4382
|
}
|
|
@@ -4640,7 +4651,7 @@ class AuroDropdownBib extends i$4 {
|
|
|
4640
4651
|
classes[`shape-${this.shape}`] = true;
|
|
4641
4652
|
|
|
4642
4653
|
return u$7`
|
|
4643
|
-
<dialog class="${e$3(classes)}" part="bibContainer" aria-labelledby="${o(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4654
|
+
<dialog class="${e$3(classes)}" part="bibContainer" role="${o(this.dialogRole)}" aria-labelledby="${o(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4644
4655
|
${this.dialogLabel ? u$7`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
4645
4656
|
<slot></slot>
|
|
4646
4657
|
</dialog>
|
|
@@ -4890,7 +4901,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
|
|
|
4890
4901
|
}
|
|
4891
4902
|
};
|
|
4892
4903
|
|
|
4893
|
-
var formkitVersion$2 = '
|
|
4904
|
+
var formkitVersion$2 = '202603091921';
|
|
4894
4905
|
|
|
4895
4906
|
let AuroElement$2 = class AuroElement extends i$4 {
|
|
4896
4907
|
static get properties() {
|
|
@@ -12634,7 +12645,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
12634
12645
|
}
|
|
12635
12646
|
};
|
|
12636
12647
|
|
|
12637
|
-
var formkitVersion$1 = '
|
|
12648
|
+
var formkitVersion$1 = '202603091921';
|
|
12638
12649
|
|
|
12639
12650
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
12640
12651
|
// See LICENSE in the project root for license information.
|
|
@@ -13673,7 +13684,7 @@ class AuroBibtemplate extends i$4 {
|
|
|
13673
13684
|
}
|
|
13674
13685
|
}
|
|
13675
13686
|
|
|
13676
|
-
var formkitVersion = '
|
|
13687
|
+
var formkitVersion = '202603091921';
|
|
13677
13688
|
|
|
13678
13689
|
var styleCss$3 = i$7`.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}`;
|
|
13679
13690
|
|
|
@@ -14789,7 +14800,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14789
14800
|
this.inputInBib = this.bibtemplate.querySelector(this.inputTag._$litStatic$);
|
|
14790
14801
|
|
|
14791
14802
|
// Pass label text to the dropdown bib for accessible dialog naming
|
|
14792
|
-
const labelElement = this.querySelector('
|
|
14803
|
+
const labelElement = this.querySelector('[slot="label"]');
|
|
14793
14804
|
if (labelElement) {
|
|
14794
14805
|
this.dropdown.bibDialogLabel = labelElement.textContent.trim() || undefined;
|
|
14795
14806
|
}
|
|
@@ -14866,16 +14877,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14866
14877
|
return;
|
|
14867
14878
|
}
|
|
14868
14879
|
|
|
14869
|
-
|
|
14870
|
-
if (!dialog) {
|
|
14871
|
-
return;
|
|
14872
|
-
}
|
|
14873
|
-
|
|
14874
|
-
if (this.dropdown.isBibFullscreen) {
|
|
14875
|
-
dialog.removeAttribute('role');
|
|
14876
|
-
} else {
|
|
14877
|
-
dialog.setAttribute('role', 'presentation');
|
|
14878
|
-
}
|
|
14880
|
+
bibEl.dialogRole = this.dropdown.isBibFullscreen ? undefined : 'presentation';
|
|
14879
14881
|
}
|
|
14880
14882
|
|
|
14881
14883
|
/**
|
|
@@ -15184,6 +15186,11 @@ class AuroCombobox extends AuroElement {
|
|
|
15184
15186
|
}
|
|
15185
15187
|
}
|
|
15186
15188
|
|
|
15189
|
+
disconnectedCallback() {
|
|
15190
|
+
super.disconnectedCallback();
|
|
15191
|
+
this._inFullscreenTransition = false;
|
|
15192
|
+
}
|
|
15193
|
+
|
|
15187
15194
|
firstUpdated() {
|
|
15188
15195
|
// Add the tag name as an attribute if it is different than the component name
|
|
15189
15196
|
this.runtimeUtils.handleComponentTagRename(this, 'auro-combobox');
|
|
@@ -15653,6 +15660,8 @@ function dispatchMenuEvent(element, eventName, detail = null) {
|
|
|
15653
15660
|
*
|
|
15654
15661
|
* @event auroMenuOption-mouseover - Notifies that this option has been hovered over.
|
|
15655
15662
|
*/
|
|
15663
|
+
let menuOptionIdCounter = 0;
|
|
15664
|
+
|
|
15656
15665
|
class AuroMenuOption extends AuroElement {
|
|
15657
15666
|
|
|
15658
15667
|
/**
|
|
@@ -15837,11 +15846,8 @@ class AuroMenuOption extends AuroElement {
|
|
|
15837
15846
|
|
|
15838
15847
|
// Generate unique ID if not already set (required for aria-activedescendant)
|
|
15839
15848
|
if (!this.id) {
|
|
15840
|
-
|
|
15841
|
-
|
|
15842
|
-
const sliceEnd = 8;
|
|
15843
|
-
this.id = `menuoption-${Math.random().toString(idBase).
|
|
15844
|
-
slice(sliceStart, sliceEnd)}`;
|
|
15849
|
+
menuOptionIdCounter += 1;
|
|
15850
|
+
this.id = `menuoption-${menuOptionIdCounter}`;
|
|
15845
15851
|
}
|
|
15846
15852
|
|
|
15847
15853
|
this.setAttribute('role', 'option');
|
|
@@ -4289,6 +4289,17 @@ class AuroDropdownBib extends i$4 {
|
|
|
4289
4289
|
*/
|
|
4290
4290
|
dialogLabel: {
|
|
4291
4291
|
type: String
|
|
4292
|
+
},
|
|
4293
|
+
|
|
4294
|
+
/**
|
|
4295
|
+
* Overrides the native role of the dialog element.
|
|
4296
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4297
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4298
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4299
|
+
* @private
|
|
4300
|
+
*/
|
|
4301
|
+
dialogRole: {
|
|
4302
|
+
type: String
|
|
4292
4303
|
}
|
|
4293
4304
|
};
|
|
4294
4305
|
}
|
|
@@ -4563,7 +4574,7 @@ class AuroDropdownBib extends i$4 {
|
|
|
4563
4574
|
classes[`shape-${this.shape}`] = true;
|
|
4564
4575
|
|
|
4565
4576
|
return u$7`
|
|
4566
|
-
<dialog class="${e$3(classes)}" part="bibContainer" aria-labelledby="${o(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4577
|
+
<dialog class="${e$3(classes)}" part="bibContainer" role="${o(this.dialogRole)}" aria-labelledby="${o(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4567
4578
|
${this.dialogLabel ? u$7`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
4568
4579
|
<slot></slot>
|
|
4569
4580
|
</dialog>
|
|
@@ -4813,7 +4824,7 @@ let AuroHelpText$2 = class AuroHelpText extends i$4 {
|
|
|
4813
4824
|
}
|
|
4814
4825
|
};
|
|
4815
4826
|
|
|
4816
|
-
var formkitVersion$2 = '
|
|
4827
|
+
var formkitVersion$2 = '202603091921';
|
|
4817
4828
|
|
|
4818
4829
|
let AuroElement$2 = class AuroElement extends i$4 {
|
|
4819
4830
|
static get properties() {
|
|
@@ -12557,7 +12568,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$4 {
|
|
|
12557
12568
|
}
|
|
12558
12569
|
};
|
|
12559
12570
|
|
|
12560
|
-
var formkitVersion$1 = '
|
|
12571
|
+
var formkitVersion$1 = '202603091921';
|
|
12561
12572
|
|
|
12562
12573
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
12563
12574
|
// See LICENSE in the project root for license information.
|
|
@@ -13596,7 +13607,7 @@ class AuroBibtemplate extends i$4 {
|
|
|
13596
13607
|
}
|
|
13597
13608
|
}
|
|
13598
13609
|
|
|
13599
|
-
var formkitVersion = '
|
|
13610
|
+
var formkitVersion = '202603091921';
|
|
13600
13611
|
|
|
13601
13612
|
var styleCss$3 = i$7`.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}`;
|
|
13602
13613
|
|
|
@@ -14712,7 +14723,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14712
14723
|
this.inputInBib = this.bibtemplate.querySelector(this.inputTag._$litStatic$);
|
|
14713
14724
|
|
|
14714
14725
|
// Pass label text to the dropdown bib for accessible dialog naming
|
|
14715
|
-
const labelElement = this.querySelector('
|
|
14726
|
+
const labelElement = this.querySelector('[slot="label"]');
|
|
14716
14727
|
if (labelElement) {
|
|
14717
14728
|
this.dropdown.bibDialogLabel = labelElement.textContent.trim() || undefined;
|
|
14718
14729
|
}
|
|
@@ -14789,16 +14800,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14789
14800
|
return;
|
|
14790
14801
|
}
|
|
14791
14802
|
|
|
14792
|
-
|
|
14793
|
-
if (!dialog) {
|
|
14794
|
-
return;
|
|
14795
|
-
}
|
|
14796
|
-
|
|
14797
|
-
if (this.dropdown.isBibFullscreen) {
|
|
14798
|
-
dialog.removeAttribute('role');
|
|
14799
|
-
} else {
|
|
14800
|
-
dialog.setAttribute('role', 'presentation');
|
|
14801
|
-
}
|
|
14803
|
+
bibEl.dialogRole = this.dropdown.isBibFullscreen ? undefined : 'presentation';
|
|
14802
14804
|
}
|
|
14803
14805
|
|
|
14804
14806
|
/**
|
|
@@ -15107,6 +15109,11 @@ class AuroCombobox extends AuroElement {
|
|
|
15107
15109
|
}
|
|
15108
15110
|
}
|
|
15109
15111
|
|
|
15112
|
+
disconnectedCallback() {
|
|
15113
|
+
super.disconnectedCallback();
|
|
15114
|
+
this._inFullscreenTransition = false;
|
|
15115
|
+
}
|
|
15116
|
+
|
|
15110
15117
|
firstUpdated() {
|
|
15111
15118
|
// Add the tag name as an attribute if it is different than the component name
|
|
15112
15119
|
this.runtimeUtils.handleComponentTagRename(this, 'auro-combobox');
|
|
@@ -15576,6 +15583,8 @@ function dispatchMenuEvent(element, eventName, detail = null) {
|
|
|
15576
15583
|
*
|
|
15577
15584
|
* @event auroMenuOption-mouseover - Notifies that this option has been hovered over.
|
|
15578
15585
|
*/
|
|
15586
|
+
let menuOptionIdCounter = 0;
|
|
15587
|
+
|
|
15579
15588
|
class AuroMenuOption extends AuroElement {
|
|
15580
15589
|
|
|
15581
15590
|
/**
|
|
@@ -15760,11 +15769,8 @@ class AuroMenuOption extends AuroElement {
|
|
|
15760
15769
|
|
|
15761
15770
|
// Generate unique ID if not already set (required for aria-activedescendant)
|
|
15762
15771
|
if (!this.id) {
|
|
15763
|
-
|
|
15764
|
-
|
|
15765
|
-
const sliceEnd = 8;
|
|
15766
|
-
this.id = `menuoption-${Math.random().toString(idBase).
|
|
15767
|
-
slice(sliceStart, sliceEnd)}`;
|
|
15772
|
+
menuOptionIdCounter += 1;
|
|
15773
|
+
this.id = `menuoption-${menuOptionIdCounter}`;
|
|
15768
15774
|
}
|
|
15769
15775
|
|
|
15770
15776
|
this.setAttribute('role', 'option');
|
|
@@ -4222,6 +4222,17 @@ class AuroDropdownBib extends LitElement {
|
|
|
4222
4222
|
*/
|
|
4223
4223
|
dialogLabel: {
|
|
4224
4224
|
type: String
|
|
4225
|
+
},
|
|
4226
|
+
|
|
4227
|
+
/**
|
|
4228
|
+
* Overrides the native role of the dialog element.
|
|
4229
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4230
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4231
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4232
|
+
* @private
|
|
4233
|
+
*/
|
|
4234
|
+
dialogRole: {
|
|
4235
|
+
type: String
|
|
4225
4236
|
}
|
|
4226
4237
|
};
|
|
4227
4238
|
}
|
|
@@ -4496,7 +4507,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
4496
4507
|
classes[`shape-${this.shape}`] = true;
|
|
4497
4508
|
|
|
4498
4509
|
return html`
|
|
4499
|
-
<dialog class="${classMap(classes)}" part="bibContainer" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4510
|
+
<dialog class="${classMap(classes)}" part="bibContainer" role="${ifDefined(this.dialogRole)}" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4500
4511
|
${this.dialogLabel ? html`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
4501
4512
|
<slot></slot>
|
|
4502
4513
|
</dialog>
|
|
@@ -4746,7 +4757,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4746
4757
|
}
|
|
4747
4758
|
};
|
|
4748
4759
|
|
|
4749
|
-
var formkitVersion$2 = '
|
|
4760
|
+
var formkitVersion$2 = '202603091921';
|
|
4750
4761
|
|
|
4751
4762
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4752
4763
|
static get properties() {
|
|
@@ -12483,7 +12494,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
12483
12494
|
}
|
|
12484
12495
|
};
|
|
12485
12496
|
|
|
12486
|
-
var formkitVersion$1 = '
|
|
12497
|
+
var formkitVersion$1 = '202603091921';
|
|
12487
12498
|
|
|
12488
12499
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
12489
12500
|
// See LICENSE in the project root for license information.
|
|
@@ -13522,7 +13533,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
13522
13533
|
}
|
|
13523
13534
|
}
|
|
13524
13535
|
|
|
13525
|
-
var formkitVersion = '
|
|
13536
|
+
var formkitVersion = '202603091921';
|
|
13526
13537
|
|
|
13527
13538
|
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}`;
|
|
13528
13539
|
|
|
@@ -14638,7 +14649,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14638
14649
|
this.inputInBib = this.bibtemplate.querySelector(this.inputTag._$litStatic$);
|
|
14639
14650
|
|
|
14640
14651
|
// Pass label text to the dropdown bib for accessible dialog naming
|
|
14641
|
-
const labelElement = this.querySelector('
|
|
14652
|
+
const labelElement = this.querySelector('[slot="label"]');
|
|
14642
14653
|
if (labelElement) {
|
|
14643
14654
|
this.dropdown.bibDialogLabel = labelElement.textContent.trim() || undefined;
|
|
14644
14655
|
}
|
|
@@ -14715,16 +14726,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14715
14726
|
return;
|
|
14716
14727
|
}
|
|
14717
14728
|
|
|
14718
|
-
|
|
14719
|
-
if (!dialog) {
|
|
14720
|
-
return;
|
|
14721
|
-
}
|
|
14722
|
-
|
|
14723
|
-
if (this.dropdown.isBibFullscreen) {
|
|
14724
|
-
dialog.removeAttribute('role');
|
|
14725
|
-
} else {
|
|
14726
|
-
dialog.setAttribute('role', 'presentation');
|
|
14727
|
-
}
|
|
14729
|
+
bibEl.dialogRole = this.dropdown.isBibFullscreen ? undefined : 'presentation';
|
|
14728
14730
|
}
|
|
14729
14731
|
|
|
14730
14732
|
/**
|
|
@@ -15033,6 +15035,11 @@ class AuroCombobox extends AuroElement {
|
|
|
15033
15035
|
}
|
|
15034
15036
|
}
|
|
15035
15037
|
|
|
15038
|
+
disconnectedCallback() {
|
|
15039
|
+
super.disconnectedCallback();
|
|
15040
|
+
this._inFullscreenTransition = false;
|
|
15041
|
+
}
|
|
15042
|
+
|
|
15036
15043
|
firstUpdated() {
|
|
15037
15044
|
// Add the tag name as an attribute if it is different than the component name
|
|
15038
15045
|
this.runtimeUtils.handleComponentTagRename(this, 'auro-combobox');
|
|
@@ -4222,6 +4222,17 @@ class AuroDropdownBib extends LitElement {
|
|
|
4222
4222
|
*/
|
|
4223
4223
|
dialogLabel: {
|
|
4224
4224
|
type: String
|
|
4225
|
+
},
|
|
4226
|
+
|
|
4227
|
+
/**
|
|
4228
|
+
* Overrides the native role of the dialog element.
|
|
4229
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4230
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4231
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4232
|
+
* @private
|
|
4233
|
+
*/
|
|
4234
|
+
dialogRole: {
|
|
4235
|
+
type: String
|
|
4225
4236
|
}
|
|
4226
4237
|
};
|
|
4227
4238
|
}
|
|
@@ -4496,7 +4507,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
4496
4507
|
classes[`shape-${this.shape}`] = true;
|
|
4497
4508
|
|
|
4498
4509
|
return html`
|
|
4499
|
-
<dialog class="${classMap(classes)}" part="bibContainer" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4510
|
+
<dialog class="${classMap(classes)}" part="bibContainer" role="${ifDefined(this.dialogRole)}" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
4500
4511
|
${this.dialogLabel ? html`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
4501
4512
|
<slot></slot>
|
|
4502
4513
|
</dialog>
|
|
@@ -4746,7 +4757,7 @@ let AuroHelpText$2 = class AuroHelpText extends LitElement {
|
|
|
4746
4757
|
}
|
|
4747
4758
|
};
|
|
4748
4759
|
|
|
4749
|
-
var formkitVersion$2 = '
|
|
4760
|
+
var formkitVersion$2 = '202603091921';
|
|
4750
4761
|
|
|
4751
4762
|
let AuroElement$2 = class AuroElement extends LitElement {
|
|
4752
4763
|
static get properties() {
|
|
@@ -12483,7 +12494,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
12483
12494
|
}
|
|
12484
12495
|
};
|
|
12485
12496
|
|
|
12486
|
-
var formkitVersion$1 = '
|
|
12497
|
+
var formkitVersion$1 = '202603091921';
|
|
12487
12498
|
|
|
12488
12499
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
12489
12500
|
// See LICENSE in the project root for license information.
|
|
@@ -13522,7 +13533,7 @@ class AuroBibtemplate extends LitElement {
|
|
|
13522
13533
|
}
|
|
13523
13534
|
}
|
|
13524
13535
|
|
|
13525
|
-
var formkitVersion = '
|
|
13536
|
+
var formkitVersion = '202603091921';
|
|
13526
13537
|
|
|
13527
13538
|
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}`;
|
|
13528
13539
|
|
|
@@ -14638,7 +14649,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14638
14649
|
this.inputInBib = this.bibtemplate.querySelector(this.inputTag._$litStatic$);
|
|
14639
14650
|
|
|
14640
14651
|
// Pass label text to the dropdown bib for accessible dialog naming
|
|
14641
|
-
const labelElement = this.querySelector('
|
|
14652
|
+
const labelElement = this.querySelector('[slot="label"]');
|
|
14642
14653
|
if (labelElement) {
|
|
14643
14654
|
this.dropdown.bibDialogLabel = labelElement.textContent.trim() || undefined;
|
|
14644
14655
|
}
|
|
@@ -14715,16 +14726,7 @@ class AuroCombobox extends AuroElement {
|
|
|
14715
14726
|
return;
|
|
14716
14727
|
}
|
|
14717
14728
|
|
|
14718
|
-
|
|
14719
|
-
if (!dialog) {
|
|
14720
|
-
return;
|
|
14721
|
-
}
|
|
14722
|
-
|
|
14723
|
-
if (this.dropdown.isBibFullscreen) {
|
|
14724
|
-
dialog.removeAttribute('role');
|
|
14725
|
-
} else {
|
|
14726
|
-
dialog.setAttribute('role', 'presentation');
|
|
14727
|
-
}
|
|
14729
|
+
bibEl.dialogRole = this.dropdown.isBibFullscreen ? undefined : 'presentation';
|
|
14728
14730
|
}
|
|
14729
14731
|
|
|
14730
14732
|
/**
|
|
@@ -15033,6 +15035,11 @@ class AuroCombobox extends AuroElement {
|
|
|
15033
15035
|
}
|
|
15034
15036
|
}
|
|
15035
15037
|
|
|
15038
|
+
disconnectedCallback() {
|
|
15039
|
+
super.disconnectedCallback();
|
|
15040
|
+
this._inFullscreenTransition = false;
|
|
15041
|
+
}
|
|
15042
|
+
|
|
15036
15043
|
firstUpdated() {
|
|
15037
15044
|
// Add the tag name as an attribute if it is different than the component name
|
|
15038
15045
|
this.runtimeUtils.handleComponentTagRename(this, 'auro-combobox');
|
|
@@ -1470,7 +1470,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1470
1470
|
}
|
|
1471
1471
|
};
|
|
1472
1472
|
|
|
1473
|
-
var formkitVersion$1 = '
|
|
1473
|
+
var formkitVersion$1 = '202603091921';
|
|
1474
1474
|
|
|
1475
1475
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1476
1476
|
// See LICENSE in the project root for license information.
|
|
@@ -4906,6 +4906,17 @@ class AuroDropdownBib extends i$2 {
|
|
|
4906
4906
|
*/
|
|
4907
4907
|
dialogLabel: {
|
|
4908
4908
|
type: String
|
|
4909
|
+
},
|
|
4910
|
+
|
|
4911
|
+
/**
|
|
4912
|
+
* Overrides the native role of the dialog element.
|
|
4913
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4914
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4915
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4916
|
+
* @private
|
|
4917
|
+
*/
|
|
4918
|
+
dialogRole: {
|
|
4919
|
+
type: String
|
|
4909
4920
|
}
|
|
4910
4921
|
};
|
|
4911
4922
|
}
|
|
@@ -5180,7 +5191,7 @@ class AuroDropdownBib extends i$2 {
|
|
|
5180
5191
|
classes[`shape-${this.shape}`] = true;
|
|
5181
5192
|
|
|
5182
5193
|
return u$5`
|
|
5183
|
-
<dialog class="${e$2(classes)}" part="bibContainer" aria-labelledby="${o$2(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5194
|
+
<dialog class="${e$2(classes)}" part="bibContainer" role="${o$2(this.dialogRole)}" aria-labelledby="${o$2(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5184
5195
|
${this.dialogLabel ? u$5`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
5185
5196
|
<slot></slot>
|
|
5186
5197
|
</dialog>
|
|
@@ -5430,7 +5441,7 @@ class AuroHelpText extends i$2 {
|
|
|
5430
5441
|
}
|
|
5431
5442
|
}
|
|
5432
5443
|
|
|
5433
|
-
var formkitVersion = '
|
|
5444
|
+
var formkitVersion = '202603091921';
|
|
5434
5445
|
|
|
5435
5446
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5436
5447
|
static get properties() {
|
|
@@ -1470,7 +1470,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
1470
1470
|
}
|
|
1471
1471
|
};
|
|
1472
1472
|
|
|
1473
|
-
var formkitVersion$1 = '
|
|
1473
|
+
var formkitVersion$1 = '202603091921';
|
|
1474
1474
|
|
|
1475
1475
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1476
1476
|
// See LICENSE in the project root for license information.
|
|
@@ -4906,6 +4906,17 @@ class AuroDropdownBib extends i$2 {
|
|
|
4906
4906
|
*/
|
|
4907
4907
|
dialogLabel: {
|
|
4908
4908
|
type: String
|
|
4909
|
+
},
|
|
4910
|
+
|
|
4911
|
+
/**
|
|
4912
|
+
* Overrides the native role of the dialog element.
|
|
4913
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4914
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4915
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4916
|
+
* @private
|
|
4917
|
+
*/
|
|
4918
|
+
dialogRole: {
|
|
4919
|
+
type: String
|
|
4909
4920
|
}
|
|
4910
4921
|
};
|
|
4911
4922
|
}
|
|
@@ -5180,7 +5191,7 @@ class AuroDropdownBib extends i$2 {
|
|
|
5180
5191
|
classes[`shape-${this.shape}`] = true;
|
|
5181
5192
|
|
|
5182
5193
|
return u$5`
|
|
5183
|
-
<dialog class="${e$2(classes)}" part="bibContainer" aria-labelledby="${o$2(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5194
|
+
<dialog class="${e$2(classes)}" part="bibContainer" role="${o$2(this.dialogRole)}" aria-labelledby="${o$2(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5184
5195
|
${this.dialogLabel ? u$5`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
5185
5196
|
<slot></slot>
|
|
5186
5197
|
</dialog>
|
|
@@ -5430,7 +5441,7 @@ class AuroHelpText extends i$2 {
|
|
|
5430
5441
|
}
|
|
5431
5442
|
}
|
|
5432
5443
|
|
|
5433
|
-
var formkitVersion = '
|
|
5444
|
+
var formkitVersion = '202603091921';
|
|
5434
5445
|
|
|
5435
5446
|
let AuroElement$1 = class AuroElement extends i$2 {
|
|
5436
5447
|
static get properties() {
|
|
@@ -1420,7 +1420,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1420
1420
|
}
|
|
1421
1421
|
};
|
|
1422
1422
|
|
|
1423
|
-
var formkitVersion$1 = '
|
|
1423
|
+
var formkitVersion$1 = '202603091921';
|
|
1424
1424
|
|
|
1425
1425
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1426
1426
|
// See LICENSE in the project root for license information.
|
|
@@ -4838,6 +4838,17 @@ class AuroDropdownBib extends LitElement {
|
|
|
4838
4838
|
*/
|
|
4839
4839
|
dialogLabel: {
|
|
4840
4840
|
type: String
|
|
4841
|
+
},
|
|
4842
|
+
|
|
4843
|
+
/**
|
|
4844
|
+
* Overrides the native role of the dialog element.
|
|
4845
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4846
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4847
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4848
|
+
* @private
|
|
4849
|
+
*/
|
|
4850
|
+
dialogRole: {
|
|
4851
|
+
type: String
|
|
4841
4852
|
}
|
|
4842
4853
|
};
|
|
4843
4854
|
}
|
|
@@ -5112,7 +5123,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
5112
5123
|
classes[`shape-${this.shape}`] = true;
|
|
5113
5124
|
|
|
5114
5125
|
return html`
|
|
5115
|
-
<dialog class="${classMap(classes)}" part="bibContainer" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5126
|
+
<dialog class="${classMap(classes)}" part="bibContainer" role="${ifDefined(this.dialogRole)}" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5116
5127
|
${this.dialogLabel ? html`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
5117
5128
|
<slot></slot>
|
|
5118
5129
|
</dialog>
|
|
@@ -5362,7 +5373,7 @@ class AuroHelpText extends LitElement {
|
|
|
5362
5373
|
}
|
|
5363
5374
|
}
|
|
5364
5375
|
|
|
5365
|
-
var formkitVersion = '
|
|
5376
|
+
var formkitVersion = '202603091921';
|
|
5366
5377
|
|
|
5367
5378
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5368
5379
|
static get properties() {
|
|
@@ -1420,7 +1420,7 @@ let AuroHelpText$1 = class AuroHelpText extends LitElement {
|
|
|
1420
1420
|
}
|
|
1421
1421
|
};
|
|
1422
1422
|
|
|
1423
|
-
var formkitVersion$1 = '
|
|
1423
|
+
var formkitVersion$1 = '202603091921';
|
|
1424
1424
|
|
|
1425
1425
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
1426
1426
|
// See LICENSE in the project root for license information.
|
|
@@ -4838,6 +4838,17 @@ class AuroDropdownBib extends LitElement {
|
|
|
4838
4838
|
*/
|
|
4839
4839
|
dialogLabel: {
|
|
4840
4840
|
type: String
|
|
4841
|
+
},
|
|
4842
|
+
|
|
4843
|
+
/**
|
|
4844
|
+
* Overrides the native role of the dialog element.
|
|
4845
|
+
* For example, set to `"presentation"` on desktop combobox to prevent
|
|
4846
|
+
* VoiceOver from announcing "listbox inside of a dialog".
|
|
4847
|
+
* When `undefined`, the dialog keeps its native role.
|
|
4848
|
+
* @private
|
|
4849
|
+
*/
|
|
4850
|
+
dialogRole: {
|
|
4851
|
+
type: String
|
|
4841
4852
|
}
|
|
4842
4853
|
};
|
|
4843
4854
|
}
|
|
@@ -5112,7 +5123,7 @@ class AuroDropdownBib extends LitElement {
|
|
|
5112
5123
|
classes[`shape-${this.shape}`] = true;
|
|
5113
5124
|
|
|
5114
5125
|
return html`
|
|
5115
|
-
<dialog class="${classMap(classes)}" part="bibContainer" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5126
|
+
<dialog class="${classMap(classes)}" part="bibContainer" role="${ifDefined(this.dialogRole)}" aria-labelledby="${ifDefined(this.dialogLabel ? 'dialogLabel' : undefined)}">
|
|
5116
5127
|
${this.dialogLabel ? html`<span id="dialogLabel" class="util_displayHiddenVisually" aria-hidden="true">${this.dialogLabel}</span>` : ''}
|
|
5117
5128
|
<slot></slot>
|
|
5118
5129
|
</dialog>
|
|
@@ -5362,7 +5373,7 @@ class AuroHelpText extends LitElement {
|
|
|
5362
5373
|
}
|
|
5363
5374
|
}
|
|
5364
5375
|
|
|
5365
|
-
var formkitVersion = '
|
|
5376
|
+
var formkitVersion = '202603091921';
|
|
5366
5377
|
|
|
5367
5378
|
let AuroElement$1 = class AuroElement extends LitElement {
|
|
5368
5379
|
static get properties() {
|