@aurodesignsystem-dev/auro-formkit 0.0.0-pr1497.0 → 0.0.0-pr1497.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/bibtemplate/dist/auro-bibtemplate.d.ts +7 -0
- package/components/bibtemplate/dist/index.js +9 -1
- package/components/bibtemplate/dist/registered.js +9 -1
- package/components/checkbox/demo/css-only.html +57 -0
- package/components/checkbox/demo/css-only.md +146 -0
- package/components/checkbox/demo/customize.min.js +1 -1
- package/components/checkbox/demo/getting-started.min.js +1 -1
- package/components/checkbox/demo/index.min.js +1 -1
- package/components/checkbox/demo/pages.json +1 -1
- package/components/checkbox/demo/styles.min.css +1 -1
- package/components/checkbox/demo/why-checkbox.html +57 -0
- package/components/checkbox/demo/why-checkbox.md +86 -0
- package/components/checkbox/dist/index.js +1 -1
- package/components/checkbox/dist/registered.js +1 -1
- package/components/combobox/demo/css-only.html +57 -0
- package/components/combobox/demo/css-only.md +209 -0
- package/components/combobox/demo/customize.min.js +250 -16
- package/components/combobox/demo/getting-started.min.js +250 -16
- package/components/combobox/demo/index.min.js +250 -16
- package/components/combobox/demo/pages.json +1 -1
- package/components/combobox/demo/styles.min.css +1 -1
- package/components/combobox/demo/why-combobox.html +57 -0
- package/components/combobox/demo/why-combobox.md +113 -0
- package/components/combobox/dist/index.js +250 -16
- package/components/combobox/dist/registered.js +250 -16
- package/components/counter/demo/css-only.html +57 -0
- package/components/counter/demo/css-only.md +184 -0
- package/components/counter/demo/customize.min.js +249 -15
- package/components/counter/demo/index.min.js +249 -15
- package/components/counter/demo/keyboard-behavior.md +1 -0
- package/components/counter/demo/pages.json +1 -1
- package/components/counter/demo/styles.min.css +1 -1
- package/components/counter/demo/why-counter.html +57 -0
- package/components/counter/demo/why-counter.md +108 -0
- package/components/counter/dist/index.js +10 -2
- package/components/counter/dist/registered.js +10 -2
- package/components/datepicker/demo/accessibility.md +54 -3
- package/components/datepicker/demo/api.md +63 -53
- package/components/datepicker/demo/css-only.html +57 -0
- package/components/datepicker/demo/css-only.md +151 -0
- package/components/datepicker/demo/customize.html +2 -0
- package/components/datepicker/demo/customize.js +19 -0
- package/components/datepicker/demo/customize.md +56 -0
- package/components/datepicker/demo/customize.min.js +36147 -0
- package/components/datepicker/demo/design.md +3 -1
- package/components/datepicker/demo/index.js +5 -1
- package/components/datepicker/demo/index.md +104 -15
- package/components/datepicker/demo/index.min.js +2485 -261
- package/components/datepicker/demo/keyboard-behavior.md +201 -2
- package/components/datepicker/demo/pages.json +1 -1
- package/components/datepicker/demo/styles.min.css +1 -1
- package/components/datepicker/demo/voiceover.md +21 -12
- package/components/datepicker/demo/why-datepicker.html +57 -0
- package/components/datepicker/demo/why-datepicker.md +133 -0
- package/components/datepicker/dist/index.js +2348 -211
- package/components/datepicker/dist/registered.js +2348 -211
- package/components/datepicker/dist/src/auro-calendar-cell.d.ts +113 -13
- package/components/datepicker/dist/src/auro-calendar-month.d.ts +38 -1
- package/components/datepicker/dist/src/auro-calendar.d.ts +258 -0
- package/components/datepicker/dist/src/auro-datepicker.d.ts +141 -41
- package/components/datepicker/dist/src/datepickerKeyboardStrategy.d.ts +5 -3
- package/components/dropdown/demo/accessibility.md +11 -0
- package/components/dropdown/demo/api.md +1 -0
- package/components/dropdown/demo/css-only.html +57 -0
- package/components/dropdown/demo/css-only.md +219 -0
- package/components/dropdown/demo/customize.md +3 -0
- package/components/dropdown/demo/customize.min.js +239 -13
- package/components/dropdown/demo/getting-started.min.js +239 -13
- package/components/dropdown/demo/index.min.js +239 -13
- package/components/dropdown/demo/keyboard-behavior.md +1 -0
- package/components/dropdown/demo/pages.json +1 -1
- package/components/dropdown/demo/styles.min.css +1 -1
- package/components/dropdown/demo/why-dropdown.html +57 -0
- package/components/dropdown/demo/why-dropdown.md +97 -0
- package/components/dropdown/dist/auro-dropdown.d.ts +34 -1
- package/components/dropdown/dist/index.js +239 -13
- package/components/dropdown/dist/registered.js +239 -13
- package/components/form/demo/css-only.html +57 -0
- package/components/form/demo/css-only.md +156 -0
- package/components/form/demo/customize.min.js +3098 -259
- package/components/form/demo/getting-started.min.js +3098 -259
- package/components/form/demo/index.min.js +3098 -259
- package/components/form/demo/pages.json +1 -1
- package/components/form/demo/registerDemoDeps.min.js +3098 -259
- package/components/form/demo/styles.min.css +1 -1
- package/components/form/demo/why-form.html +57 -0
- package/components/form/demo/why-form.md +101 -0
- package/components/input/demo/css-only.html +57 -0
- package/components/input/demo/css-only.md +199 -0
- package/components/input/demo/customize.min.js +1 -1
- package/components/input/demo/getting-started.min.js +1 -1
- package/components/input/demo/index.min.js +1 -1
- package/components/input/demo/pages.json +1 -1
- package/components/input/demo/styles.min.css +1 -1
- package/components/input/demo/why-input.html +57 -0
- package/components/input/demo/why-input.md +121 -0
- package/components/input/dist/index.js +1 -1
- package/components/input/dist/registered.js +1 -1
- package/components/menu/demo/css-only.html +57 -0
- package/components/menu/demo/css-only.md +166 -0
- package/components/menu/demo/pages.json +1 -1
- package/components/menu/demo/styles.min.css +1 -1
- package/components/menu/demo/why-menu.html +57 -0
- package/components/menu/demo/why-menu.md +104 -0
- package/components/radio/demo/css-only.html +57 -0
- package/components/radio/demo/css-only.md +151 -0
- package/components/radio/demo/customize.min.js +1764 -0
- package/components/radio/demo/demo-support.min.js +55807 -0
- package/components/radio/demo/getting-started.js +1 -1
- package/components/radio/demo/getting-started.md +1 -1
- package/components/radio/demo/getting-started.min.js +1783 -0
- package/components/radio/demo/index.min.js +1 -1
- package/components/radio/demo/pages.json +1 -1
- package/components/radio/demo/styles.min.css +1 -1
- package/components/radio/demo/why-radio.html +57 -0
- package/components/radio/demo/why-radio.md +92 -0
- package/components/radio/dist/index.js +1 -1
- package/components/radio/dist/registered.js +1 -1
- package/components/select/demo/css-only.html +57 -0
- package/components/select/demo/css-only.md +203 -0
- package/components/select/demo/customize.min.js +249 -15
- package/components/select/demo/getting-started.min.js +249 -15
- package/components/select/demo/index.min.js +249 -15
- package/components/select/demo/keyboard-behavior.md +1 -0
- package/components/select/demo/pages.json +1 -1
- package/components/select/demo/styles.min.css +1 -1
- package/components/select/demo/why-select.html +57 -0
- package/components/select/demo/why-select.md +128 -0
- package/components/select/dist/index.js +249 -15
- package/components/select/dist/registered.js +249 -15
- package/custom-elements.json +1171 -92
- package/package.json +8 -8
|
@@ -4282,7 +4282,7 @@ function applyKeyboardStrategy(component, strategy, options = {}) {
|
|
|
4282
4282
|
});
|
|
4283
4283
|
}
|
|
4284
4284
|
|
|
4285
|
-
var styleCss$2$1 = i$6`:host{position:fixed;z-index:var(--depth-tooltip, 400);display:none;isolation:isolate}:host dialog{width:auto;max-width:none;height:auto;max-height:none;padding:0;border:none;margin:0;outline:none;transform:translateZ(0)}:host dialog::backdrop{background:transparent}:host(:not([isfullscreen])) dialog{position:relative;inset:unset}:host(:not([isfullscreen])) .container.shape-box{border-radius:unset}:host(:not([isfullscreen])) .container[class*=shape-pill],:host(:not([isfullscreen])) .container[class*=shape-snowflake]{border-radius:30px}:host(:not([isfullscreen])) .container[class*=shape-rounded]{border-radius:16px}:host(:not([matchWidth])) .container{min-width:fit-content}:host([isfullscreen]){position:fixed;top:0;left:0}:host([isfullscreen]) .container{width:100dvw;max-width:none;height:100dvh;max-height:none;border-radius:unset;margin-top:0;box-shadow:unset;overscroll-behavior:contain}:host([isfullscreen]) .container::backdrop{background:var(--ds-color-background-primary, #fff)}:host(:popover-open){position:fixed;overflow:visible;padding:0;border:none;margin:0;background:transparent;inset:unset;outline:none}:host([data-show]){display:flex}:host([common]:not([isfullscreen])) .container,:host([rounded]:not([isfullscreen])) .container{border-radius:var(--ds-border-radius, 0.375rem)}:host([common][isfullscreen]) .container,:host([rounded][isfullscreen]) .container{border-radius:unset;box-shadow:unset}.container{display:inline-block;overflow:auto;box-sizing:border-box;border-radius:var(--ds-border-radius, 0.375rem);margin:var(--ds-size-50, 0.25rem) 0}.util_displayHiddenVisually{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip-path:inset(50%);white-space:nowrap}`;
|
|
4285
|
+
var styleCss$2$1 = i$6`:host{position:fixed;z-index:var(--depth-tooltip, 400);display:none;isolation:isolate}:host dialog{width:auto;max-width:none;height:auto;max-height:none;padding:0;border:none;margin:0;outline:none;transform:translateZ(0)}:host dialog::backdrop{background:transparent}:host(:not([isfullscreen])) dialog{position:relative;inset:unset}:host(:not([isfullscreen])) .container.shape-box{border-radius:unset}:host(:not([isfullscreen])) .container[class*=shape-pill],:host(:not([isfullscreen])) .container[class*=shape-snowflake]{border-radius:30px}:host(:not([isfullscreen])) .container[class*=shape-rounded]{border-radius:16px}:host([desktopmodal]:popover-open)::backdrop{background:transparent}:host(:not([matchWidth])) .container{min-width:fit-content}:host([isfullscreen]){position:fixed;top:0;left:0}:host([isfullscreen]) .container{width:100dvw;max-width:none;height:100dvh;max-height:none;border-radius:unset;margin-top:0;box-shadow:unset;overscroll-behavior:contain}:host([isfullscreen]) .container::backdrop{background:var(--ds-color-background-primary, #fff)}:host(:popover-open){position:fixed;overflow:visible;padding:0;border:none;margin:0;background:transparent;inset:unset;outline:none}:host([data-show]){display:flex}:host([common]:not([isfullscreen])) .container,:host([rounded]:not([isfullscreen])) .container{border-radius:var(--ds-border-radius, 0.375rem)}:host([common][isfullscreen]) .container,:host([rounded][isfullscreen]) .container{border-radius:unset;box-shadow:unset}.container{display:inline-block;overflow:auto;box-sizing:border-box;border-radius:var(--ds-border-radius, 0.375rem);margin:var(--ds-size-50, 0.25rem) 0}.util_displayHiddenVisually{position:absolute;overflow:hidden;width:1px;height:1px;padding:0;border:0;margin:-1px;clip-path:inset(50%);white-space:nowrap}`;
|
|
4286
4286
|
|
|
4287
4287
|
var colorCss$2$1 = i$6`.container{background-color:var(--ds-auro-dropdownbib-container-color);box-shadow:var(--ds-auro-dropdownbib-boxshadow-color);color:var(--ds-auro-dropdownbib-text-color)}`;
|
|
4288
4288
|
|
|
@@ -4913,7 +4913,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$3 {
|
|
|
4913
4913
|
}
|
|
4914
4914
|
};
|
|
4915
4915
|
|
|
4916
|
-
var formkitVersion$1 = '
|
|
4916
|
+
var formkitVersion$1 = '202606081904';
|
|
4917
4917
|
|
|
4918
4918
|
class AuroElement extends i$3 {
|
|
4919
4919
|
static get properties() {
|
|
@@ -5093,6 +5093,7 @@ class AuroDropdown extends AuroElement {
|
|
|
5093
5093
|
_intializeDefaults() {
|
|
5094
5094
|
this.appearance = 'default';
|
|
5095
5095
|
this.chevron = false;
|
|
5096
|
+
this.desktopModal = false;
|
|
5096
5097
|
this.disabled = false;
|
|
5097
5098
|
this.disableKeyboardHandling = false;
|
|
5098
5099
|
this.error = false;
|
|
@@ -5273,6 +5274,14 @@ class AuroDropdown extends AuroElement {
|
|
|
5273
5274
|
reflect: true
|
|
5274
5275
|
},
|
|
5275
5276
|
|
|
5277
|
+
/**
|
|
5278
|
+
* If declared, the dropdown will behave as a modal dialog when in a desktop viewport size.
|
|
5279
|
+
*/
|
|
5280
|
+
desktopModal: {
|
|
5281
|
+
type: Boolean,
|
|
5282
|
+
reflect: true
|
|
5283
|
+
},
|
|
5284
|
+
|
|
5276
5285
|
/**
|
|
5277
5286
|
* If declared, the dropdown will only show by calling the API .show() public method.
|
|
5278
5287
|
*/
|
|
@@ -5560,6 +5569,15 @@ class AuroDropdown extends AuroElement {
|
|
|
5560
5569
|
|
|
5561
5570
|
disconnectedCallback() {
|
|
5562
5571
|
super.disconnectedCallback();
|
|
5572
|
+
this._clearPageInert();
|
|
5573
|
+
if (this._bibTabHandler) {
|
|
5574
|
+
this.removeEventListener('keydown', this._bibTabHandler);
|
|
5575
|
+
this._bibTabHandler = undefined;
|
|
5576
|
+
}
|
|
5577
|
+
if (this.focusTrap) {
|
|
5578
|
+
this.focusTrap.disconnect();
|
|
5579
|
+
this.focusTrap = undefined;
|
|
5580
|
+
}
|
|
5563
5581
|
if (this.floater) {
|
|
5564
5582
|
this.floater.hideBib('disconnect');
|
|
5565
5583
|
this.floater.disconnect();
|
|
@@ -5587,19 +5605,45 @@ class AuroDropdown extends AuroElement {
|
|
|
5587
5605
|
if (this.isPopoverVisible) {
|
|
5588
5606
|
// Fullscreen: use showModal() for native accessibility (inert outside, focus trap)
|
|
5589
5607
|
// Desktop: use show() for Floating UI positioning + FocusTrap for focus management
|
|
5590
|
-
|
|
5591
|
-
this.
|
|
5608
|
+
this.bibElement.value.open(this.isBibFullscreen);
|
|
5609
|
+
this.updateFocusTrap();
|
|
5610
|
+
|
|
5611
|
+
// Desktop modal: make siblings inert so content outside is not interactive
|
|
5612
|
+
if (this.desktopModal && !this.isBibFullscreen) {
|
|
5613
|
+
this._setPageInert();
|
|
5614
|
+
}
|
|
5592
5615
|
} else {
|
|
5593
5616
|
this.bibElement.value.close();
|
|
5617
|
+
this._clearPageInert();
|
|
5594
5618
|
}
|
|
5595
5619
|
}
|
|
5596
5620
|
|
|
5597
5621
|
// When fullscreen strategy changes while open, re-open dialog with correct mode
|
|
5598
5622
|
// (e.g. resizing from desktop → mobile while dropdown is open)
|
|
5599
5623
|
if (changedProperties.has('isBibFullscreen') && this.isPopoverVisible && this.bibElement.value) {
|
|
5600
|
-
const useModal = this.isBibFullscreen;
|
|
5601
5624
|
this.bibElement.value.close();
|
|
5602
|
-
this.bibElement.value.open(
|
|
5625
|
+
this.bibElement.value.open(this.isBibFullscreen);
|
|
5626
|
+
|
|
5627
|
+
// Re-initialize focus management for the new strategy
|
|
5628
|
+
this.updateFocusTrap();
|
|
5629
|
+
|
|
5630
|
+
// Toggle inert: desktop modal needs it, fullscreen showModal() handles it natively
|
|
5631
|
+
if (this.desktopModal && !this.isBibFullscreen) {
|
|
5632
|
+
this._setPageInert();
|
|
5633
|
+
} else {
|
|
5634
|
+
this._clearPageInert();
|
|
5635
|
+
}
|
|
5636
|
+
}
|
|
5637
|
+
|
|
5638
|
+
// Handle desktopModal toggled while the dropdown is already open.
|
|
5639
|
+
// Re-initialize focus trapping and page inert state to match the new mode.
|
|
5640
|
+
if (changedProperties.has('desktopModal') && this.isPopoverVisible && !this.isBibFullscreen) {
|
|
5641
|
+
this.updateFocusTrap();
|
|
5642
|
+
if (this.desktopModal) {
|
|
5643
|
+
this._setPageInert();
|
|
5644
|
+
} else {
|
|
5645
|
+
this._clearPageInert();
|
|
5646
|
+
}
|
|
5603
5647
|
}
|
|
5604
5648
|
}
|
|
5605
5649
|
|
|
@@ -5609,8 +5653,14 @@ class AuroDropdown extends AuroElement {
|
|
|
5609
5653
|
* @param {CustomEvent} event - The custom event that contains the dropdown toggle information.
|
|
5610
5654
|
*/
|
|
5611
5655
|
handleDropdownToggle(event) {
|
|
5612
|
-
this.updateFocusTrap();
|
|
5613
5656
|
this.isPopoverVisible = event.detail.expanded;
|
|
5657
|
+
|
|
5658
|
+
// Tear down FocusTrap when closing. Creation happens in updated()
|
|
5659
|
+
// after the dialog is open so getFocusableElements can find content.
|
|
5660
|
+
if (!this.isPopoverVisible) {
|
|
5661
|
+
this.updateFocusTrap();
|
|
5662
|
+
}
|
|
5663
|
+
|
|
5614
5664
|
const eventType = event.detail.eventType || "unknown";
|
|
5615
5665
|
if (!this.isPopoverVisible && this.hasFocus && eventType === "keydown") {
|
|
5616
5666
|
this.trigger.focus();
|
|
@@ -5709,19 +5759,194 @@ class AuroDropdown extends AuroElement {
|
|
|
5709
5759
|
* @private
|
|
5710
5760
|
*/
|
|
5711
5761
|
updateFocusTrap() {
|
|
5762
|
+
// Always clean up existing handlers/traps before setting up new ones
|
|
5763
|
+
// to prevent duplicate listeners on repeated calls.
|
|
5764
|
+
if (this._bibTabHandler) {
|
|
5765
|
+
this.removeEventListener('keydown', this._bibTabHandler);
|
|
5766
|
+
this._bibTabHandler = undefined;
|
|
5767
|
+
}
|
|
5768
|
+
|
|
5769
|
+
if (this.focusTrap) {
|
|
5770
|
+
this.focusTrap.disconnect();
|
|
5771
|
+
this.focusTrap = undefined;
|
|
5772
|
+
}
|
|
5773
|
+
|
|
5712
5774
|
if (this.isPopoverVisible) {
|
|
5713
5775
|
if (!this.isBibFullscreen) {
|
|
5714
|
-
|
|
5715
|
-
|
|
5716
|
-
|
|
5776
|
+
if (this.desktopModal) {
|
|
5777
|
+
// Desktop modal: trap focus only within the bib content.
|
|
5778
|
+
// Can't use FocusTrap on the bib element because keydown events
|
|
5779
|
+
// from slotted content bubble through the dropdown host (light DOM),
|
|
5780
|
+
// not through the bib (shadow projection target). Using FocusTrap
|
|
5781
|
+
// on the dropdown would include the trigger in the tab cycle.
|
|
5782
|
+
// Instead, listen for Tab on the dropdown and manually wrap focus
|
|
5783
|
+
// within the bib's focusable elements.
|
|
5784
|
+
this._bibTabHandler = (event) => {
|
|
5785
|
+
if (event.key !== 'Tab') {
|
|
5786
|
+
return;
|
|
5787
|
+
}
|
|
5788
|
+
|
|
5789
|
+
// Collect focusable elements from the bib content.
|
|
5790
|
+
const focusables = getFocusableElements(this.bibContent);
|
|
5791
|
+
|
|
5792
|
+
// Fallback: try from slotted content directly
|
|
5793
|
+
if (!focusables.length) {
|
|
5794
|
+
const slot = this.shadowRoot.querySelector('.slotContent slot');
|
|
5795
|
+
const assignedNodes = slot.assignedNodes({ flatten: true });
|
|
5796
|
+
|
|
5797
|
+
for (const node of assignedNodes) {
|
|
5798
|
+
if (node.nodeType === Node.ELEMENT_NODE) {
|
|
5799
|
+
focusables.push(...getFocusableElements(node));
|
|
5800
|
+
}
|
|
5801
|
+
}
|
|
5802
|
+
}
|
|
5803
|
+
|
|
5804
|
+
if (!focusables.length) {
|
|
5805
|
+
return;
|
|
5806
|
+
}
|
|
5807
|
+
|
|
5808
|
+
event.preventDefault();
|
|
5809
|
+
|
|
5810
|
+
const direction = event.shiftKey ? -1 : 1; // eslint-disable-line no-magic-numbers
|
|
5811
|
+
|
|
5812
|
+
// Walk the active element chain through shadow roots
|
|
5813
|
+
const actives = this._getActiveElements();
|
|
5814
|
+
|
|
5815
|
+
let idx = focusables.findIndex((el) => actives.includes(el));
|
|
5816
|
+
|
|
5817
|
+
if (idx === -1) { // eslint-disable-line no-magic-numbers
|
|
5818
|
+
// Focus is not on a known element — move to first/last
|
|
5819
|
+
idx = direction === 1 ? -1 : focusables.length; // eslint-disable-line no-magic-numbers
|
|
5820
|
+
}
|
|
5821
|
+
|
|
5822
|
+
// Try each element in order, skipping any that can't receive focus
|
|
5823
|
+
// (e.g. hidden elements, elements in collapsed sections)
|
|
5824
|
+
for (let index = 0; index < focusables.length; index++) { // eslint-disable-line no-plusplus
|
|
5825
|
+
let nextIdx = idx + direction;
|
|
5826
|
+
|
|
5827
|
+
// Wrap around
|
|
5828
|
+
if (nextIdx < 0) {
|
|
5829
|
+
nextIdx = focusables.length - 1;
|
|
5830
|
+
} else if (nextIdx >= focusables.length) {
|
|
5831
|
+
nextIdx = 0;
|
|
5832
|
+
}
|
|
5833
|
+
|
|
5834
|
+
focusables[nextIdx].focus();
|
|
5835
|
+
|
|
5836
|
+
// Verify focus actually moved to the target
|
|
5837
|
+
const newActives = this._getActiveElements();
|
|
5838
|
+
|
|
5839
|
+
if (newActives.includes(focusables[nextIdx])) {
|
|
5840
|
+
return;
|
|
5841
|
+
}
|
|
5842
|
+
|
|
5843
|
+
// Focus didn't stick — skip this element and try the next
|
|
5844
|
+
idx = nextIdx;
|
|
5845
|
+
}
|
|
5846
|
+
};
|
|
5847
|
+
this.addEventListener('keydown', this._bibTabHandler);
|
|
5848
|
+
|
|
5849
|
+
// Move initial focus into the bib content, matching FocusTrap behavior
|
|
5850
|
+
requestAnimationFrame(() => {
|
|
5851
|
+
const focusables = getFocusableElements(this.bibContent);
|
|
5852
|
+
if (focusables.length) {
|
|
5853
|
+
focusables[0].focus();
|
|
5854
|
+
}
|
|
5855
|
+
});
|
|
5856
|
+
} else {
|
|
5857
|
+
// Normal desktop: use FocusTrap on the bib element
|
|
5858
|
+
this.focusTrap = new FocusTrap(this.bibContent);
|
|
5859
|
+
this.focusTrap.focusFirstElement();
|
|
5860
|
+
}
|
|
5717
5861
|
}
|
|
5718
5862
|
// Fullscreen: showModal() provides native focus trapping
|
|
5863
|
+
}
|
|
5864
|
+
}
|
|
5865
|
+
|
|
5866
|
+
/**
|
|
5867
|
+
* Returns the chain of active (focused) elements through shadow roots.
|
|
5868
|
+
* @private
|
|
5869
|
+
* @returns {Array<HTMLElement>}
|
|
5870
|
+
*/
|
|
5871
|
+
_getActiveElements() {
|
|
5872
|
+
let { activeElement } = document;
|
|
5873
|
+
const actives = [activeElement];
|
|
5874
|
+
|
|
5875
|
+
while (activeElement?.shadowRoot?.activeElement) {
|
|
5876
|
+
activeElement = activeElement.shadowRoot.activeElement;
|
|
5877
|
+
actives.push(activeElement);
|
|
5878
|
+
}
|
|
5879
|
+
|
|
5880
|
+
return actives;
|
|
5881
|
+
}
|
|
5882
|
+
|
|
5883
|
+
/**
|
|
5884
|
+
* Sets `inert` on sibling elements of the dropdown's top-level host
|
|
5885
|
+
* so that content outside the dropdown is not interactive while the modal is open.
|
|
5886
|
+
* Walks up through shadow DOM boundaries to find the outermost host element
|
|
5887
|
+
* in the light DOM, then sets `inert` on siblings at each ancestor level
|
|
5888
|
+
* to ensure all page content outside the host subtree is inert.
|
|
5889
|
+
* @private
|
|
5890
|
+
*/
|
|
5891
|
+
_setPageInert() {
|
|
5892
|
+
if (this._inertSiblings) {
|
|
5719
5893
|
return;
|
|
5720
5894
|
}
|
|
5721
5895
|
|
|
5722
|
-
|
|
5723
|
-
|
|
5724
|
-
|
|
5896
|
+
this._inertSiblings = [];
|
|
5897
|
+
|
|
5898
|
+
// Walk up through shadow DOM boundaries to find the topmost host
|
|
5899
|
+
// element in the light DOM. For example, if this dropdown is inside
|
|
5900
|
+
// auro-datepicker's shadow DOM, we walk up to the datepicker element
|
|
5901
|
+
// so we set inert on its siblings — not on the datepicker itself.
|
|
5902
|
+
let host = this;
|
|
5903
|
+
while (host.getRootNode() instanceof ShadowRoot) {
|
|
5904
|
+
host = host.getRootNode().host;
|
|
5905
|
+
}
|
|
5906
|
+
|
|
5907
|
+
// Walk up the ancestor chain, inerting siblings at each level
|
|
5908
|
+
// to ensure the entire page outside the host subtree is inert.
|
|
5909
|
+
// Uses a reference counter (data-auro-inert-count) so multiple
|
|
5910
|
+
// simultaneous modal dropdowns share inert state safely.
|
|
5911
|
+
let current = host;
|
|
5912
|
+
while (current.parentElement) {
|
|
5913
|
+
const parent = current.parentElement;
|
|
5914
|
+
for (const sibling of parent.children) {
|
|
5915
|
+
if (sibling !== current) {
|
|
5916
|
+
const count = parseInt(sibling.dataset.auroInertCount || '0', 10);
|
|
5917
|
+
if (count === 0) {
|
|
5918
|
+
sibling.dataset.auroInertWas = sibling.inert ? 'true' : 'false';
|
|
5919
|
+
}
|
|
5920
|
+
sibling.dataset.auroInertCount = String(count + 1);
|
|
5921
|
+
sibling.inert = true;
|
|
5922
|
+
this._inertSiblings.push(sibling);
|
|
5923
|
+
}
|
|
5924
|
+
}
|
|
5925
|
+
current = parent;
|
|
5926
|
+
}
|
|
5927
|
+
}
|
|
5928
|
+
|
|
5929
|
+
/**
|
|
5930
|
+
* Restores `inert` state on siblings that were tracked by `_setPageInert`.
|
|
5931
|
+
* Uses reference counting so inert is only cleared when the last modal
|
|
5932
|
+
* dropdown releases a given element. Preserves the original inert state
|
|
5933
|
+
* so externally-inerted elements are not inadvertently re-enabled.
|
|
5934
|
+
* @private
|
|
5935
|
+
*/
|
|
5936
|
+
_clearPageInert() {
|
|
5937
|
+
if (this._inertSiblings) {
|
|
5938
|
+
for (const sibling of this._inertSiblings) {
|
|
5939
|
+
const count = parseInt(sibling.dataset.auroInertCount || '1', 10) - 1;
|
|
5940
|
+
if (count <= 0) {
|
|
5941
|
+
const wasInert = sibling.dataset.auroInertWas === 'true';
|
|
5942
|
+
delete sibling.dataset.auroInertCount;
|
|
5943
|
+
delete sibling.dataset.auroInertWas;
|
|
5944
|
+
sibling.inert = wasInert;
|
|
5945
|
+
} else {
|
|
5946
|
+
sibling.dataset.auroInertCount = String(count);
|
|
5947
|
+
}
|
|
5948
|
+
}
|
|
5949
|
+
this._inertSiblings = undefined;
|
|
5725
5950
|
}
|
|
5726
5951
|
}
|
|
5727
5952
|
|
|
@@ -5960,6 +6185,7 @@ class AuroDropdown extends AuroElement {
|
|
|
5960
6185
|
shape="${this.shape}"
|
|
5961
6186
|
?data-show="${this.isPopoverVisible}"
|
|
5962
6187
|
?isfullscreen="${this.isBibFullscreen}"
|
|
6188
|
+
?desktopmodal="${this.desktopModal}"
|
|
5963
6189
|
.dialogLabel="${this.bibDialogLabel}"
|
|
5964
6190
|
${n$2(this.bibElement)}
|
|
5965
6191
|
>
|
|
@@ -6327,6 +6553,14 @@ class AuroBibtemplate extends i$3 {
|
|
|
6327
6553
|
large: {
|
|
6328
6554
|
type: Boolean,
|
|
6329
6555
|
reflect: true
|
|
6556
|
+
},
|
|
6557
|
+
|
|
6558
|
+
/**
|
|
6559
|
+
* If declared, the footer slot will be rendered even when not in fullscreen mode.
|
|
6560
|
+
*/
|
|
6561
|
+
showFooter: {
|
|
6562
|
+
type: Boolean,
|
|
6563
|
+
reflect: true
|
|
6330
6564
|
}
|
|
6331
6565
|
};
|
|
6332
6566
|
}
|
|
@@ -6429,7 +6663,7 @@ class AuroBibtemplate extends i$3 {
|
|
|
6429
6663
|
<slot></slot>
|
|
6430
6664
|
</div>
|
|
6431
6665
|
|
|
6432
|
-
${this.isFullscreen ? u$4`
|
|
6666
|
+
${this.isFullscreen || this.showFooter ? u$4`
|
|
6433
6667
|
<div id="footerContainer">
|
|
6434
6668
|
<slot name="footer"></slot>
|
|
6435
6669
|
</div>` : null}
|
|
@@ -6666,7 +6900,7 @@ class AuroHelpText extends i$3 {
|
|
|
6666
6900
|
}
|
|
6667
6901
|
}
|
|
6668
6902
|
|
|
6669
|
-
var formkitVersion = '
|
|
6903
|
+
var formkitVersion = '202606081904';
|
|
6670
6904
|
|
|
6671
6905
|
var styleCss$2 = 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}.body-default{font-size:var(--wcss-body-default-font-size, 1rem);font-weight:var(--wcss-body-default-weight, );line-height:var(--wcss-body-default-line-height, 1.5rem)}.body-default,.body-default-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-default-emphasized{font-size:var(--wcss-body-default-emphasized-font-size, 1rem);font-weight:var(--wcss-body-default-emphasized-weight, );line-height:var(--wcss-body-default-emphasized-line-height, 1.5rem)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);font-weight:var(--wcss-body-lg-weight, );line-height:var(--wcss-body-lg-line-height, 1.625rem)}.body-lg,.body-lg-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg-emphasized{font-size:var(--wcss-body-lg-emphasized-font-size, 1.125rem);font-weight:var(--wcss-body-lg-emphasized-weight, );line-height:var(--wcss-body-lg-emphasized-line-height, 1.625rem)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);font-weight:var(--wcss-body-sm-weight, );line-height:var(--wcss-body-sm-line-height, 1.25rem)}.body-sm,.body-sm-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-sm-emphasized{font-size:var(--wcss-body-sm-emphasized-font-size, 0.875rem);font-weight:var(--wcss-body-sm-emphasized-weight, );line-height:var(--wcss-body-sm-emphasized-line-height, 1.25rem)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);font-weight:var(--wcss-body-xs-weight, );line-height:var(--wcss-body-xs-line-height, 1rem)}.body-xs,.body-xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs-emphasized{font-size:var(--wcss-body-xs-emphasized-font-size, 0.75rem);font-weight:var(--wcss-body-xs-emphasized-weight, );line-height:var(--wcss-body-xs-emphasized-line-height, 1rem)}.body-2xs{font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-weight, );line-height:var(--wcss-body-2xs-line-height, 0.875rem)}.body-2xs,.body-2xs-emphasized{font-family:var(--wcss-body-family, "AS Circular"),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-2xs-emphasized{font-size:var(--wcss-body-2xs-emphasized-font-size, 0.625rem);font-weight:var(--wcss-body-2xs-emphasized-weight, );line-height:var(--wcss-body-2xs-emphasized-line-height, 0.875rem)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular"),var(--wcss-display-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-2xl-font-size, clamp(3.5rem, 6vw, 5.375rem));font-weight:var(--wcss-display-2xl-weight, 300);letter-spacing:var(--wcss-display-2xl-letter-spacing, 0);line-height:var(--wcss-display-2xl-line-height, 1.3)}.display-xl{font-family:var(--wcss-display-xl-family, "AS Circular"),var(--wcss-display-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xl-font-size, clamp(3rem, 5.3333333333vw, 4.5rem));font-weight:var(--wcss-display-xl-weight, 300);letter-spacing:var(--wcss-display-xl-letter-spacing, 0);line-height:var(--wcss-display-xl-line-height, 1.3)}.display-lg{font-family:var(--wcss-display-lg-family, "AS Circular"),var(--wcss-display-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-lg-font-size, clamp(2.75rem, 4.6666666667vw, 4rem));font-weight:var(--wcss-display-lg-weight, 300);letter-spacing:var(--wcss-display-lg-letter-spacing, 0);line-height:var(--wcss-display-lg-line-height, 1.3)}.display-md{font-family:var(--wcss-display-md-family, "AS Circular"),var(--wcss-display-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-md-font-size, clamp(2.5rem, 4vw, 3.5rem));font-weight:var(--wcss-display-md-weight, 300);letter-spacing:var(--wcss-display-md-letter-spacing, 0);line-height:var(--wcss-display-md-line-height, 1.3)}.display-sm{font-family:var(--wcss-display-sm-family, "AS Circular"),var(--wcss-display-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-sm-font-size, clamp(2rem, 3.6666666667vw, 3rem));font-weight:var(--wcss-display-sm-weight, 300);letter-spacing:var(--wcss-display-sm-letter-spacing, 0);line-height:var(--wcss-display-sm-line-height, 1.3)}.display-xs{font-family:var(--wcss-display-xs-family, "AS Circular"),var(--wcss-display-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-display-xs-font-size, clamp(1.75rem, 3vw, 2.375rem));font-weight:var(--wcss-display-xs-weight, 300);letter-spacing:var(--wcss-display-xs-letter-spacing, 0);line-height:var(--wcss-display-xs-line-height, 1.3)}.heading-xl{font-family:var(--wcss-heading-xl-family, "AS Circular"),var(--wcss-heading-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xl-font-size, clamp(2rem, 3vw, 2.5rem));font-weight:var(--wcss-heading-xl-weight, 300);letter-spacing:var(--wcss-heading-xl-letter-spacing, 0);line-height:var(--wcss-heading-xl-line-height, 1.3)}.heading-lg{font-family:var(--wcss-heading-lg-family, "AS Circular"),var(--wcss-heading-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-lg-font-size, clamp(1.75rem, 2.6666666667vw, 2.25rem));font-weight:var(--wcss-heading-lg-weight, 300);letter-spacing:var(--wcss-heading-lg-letter-spacing, 0);line-height:var(--wcss-heading-lg-line-height, 1.3)}.heading-md{font-family:var(--wcss-heading-md-family, "AS Circular"),var(--wcss-heading-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-md-font-size, clamp(1.625rem, 2.3333333333vw, 1.75rem));font-weight:var(--wcss-heading-md-weight, 300);letter-spacing:var(--wcss-heading-md-letter-spacing, 0);line-height:var(--wcss-heading-md-line-height, 1.3)}.heading-sm{font-family:var(--wcss-heading-sm-family, "AS Circular"),var(--wcss-heading-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-sm-font-size, clamp(1.375rem, 2vw, 1.5rem));font-weight:var(--wcss-heading-sm-weight, 300);letter-spacing:var(--wcss-heading-sm-letter-spacing, 0);line-height:var(--wcss-heading-sm-line-height, 1.3)}.heading-xs{font-family:var(--wcss-heading-xs-family, "AS Circular"),var(--wcss-heading-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-xs-font-size, clamp(1.25rem, 1.6666666667vw, 1.25rem));font-weight:var(--wcss-heading-xs-weight, 300);letter-spacing:var(--wcss-heading-xs-letter-spacing, 0);line-height:var(--wcss-heading-xs-line-height, 1.3)}.heading-2xs{font-family:var(--wcss-heading-2xs-family, "AS Circular"),var(--wcss-heading-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-heading-2xs-font-size, clamp(1.125rem, 1.5vw, 1.125rem));font-weight:var(--wcss-heading-2xs-weight, 300);letter-spacing:var(--wcss-heading-2xs-letter-spacing, 0);line-height:var(--wcss-heading-2xs-line-height, 1.3)}.accent-2xl{font-family:var(--wcss-accent-2xl-family, "Good OT"),var(--wcss-accent-2xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xl-font-size, clamp(2rem, 3.1666666667vw, 2.375rem));font-weight:var(--wcss-accent-2xl-weight, 450);letter-spacing:var(--wcss-accent-2xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-2xl-line-height, 1)}.accent-2xl,.accent-xl{text-transform:uppercase}.accent-xl{font-family:var(--wcss-accent-xl-family, "Good OT"),var(--wcss-accent-xl-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xl-font-size, clamp(1.625rem, 2.3333333333vw, 2rem));font-weight:var(--wcss-accent-xl-weight, 450);letter-spacing:var(--wcss-accent-xl-letter-spacing, 0.05em);line-height:var(--wcss-accent-xl-line-height, 1.3)}.accent-lg{font-family:var(--wcss-accent-lg-family, "Good OT"),var(--wcss-accent-lg-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-lg-font-size, clamp(1.5rem, 2.1666666667vw, 1.75rem));font-weight:var(--wcss-accent-lg-weight, 450);letter-spacing:var(--wcss-accent-lg-letter-spacing, 0.05em);line-height:var(--wcss-accent-lg-line-height, 1.3)}.accent-lg,.accent-md{text-transform:uppercase}.accent-md{font-family:var(--wcss-accent-md-family, "Good OT"),var(--wcss-accent-md-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-md-font-size, clamp(1.375rem, 1.8333333333vw, 1.5rem));font-weight:var(--wcss-accent-md-weight, 500);letter-spacing:var(--wcss-accent-md-letter-spacing, 0.05em);line-height:var(--wcss-accent-md-line-height, 1.3)}.accent-sm{font-family:var(--wcss-accent-sm-family, "Good OT"),var(--wcss-accent-sm-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-sm-font-size, clamp(1.125rem, 1.5vw, 1.25rem));font-weight:var(--wcss-accent-sm-weight, 500);letter-spacing:var(--wcss-accent-sm-letter-spacing, 0.05em);line-height:var(--wcss-accent-sm-line-height, 1.3)}.accent-sm,.accent-xs{text-transform:uppercase}.accent-xs{font-family:var(--wcss-accent-xs-family, "Good OT"),var(--wcss-accent-xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-xs-font-size, clamp(1rem, 1.3333333333vw, 1rem));font-weight:var(--wcss-accent-xs-weight, 500);letter-spacing:var(--wcss-accent-xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-xs-line-height, 1.3)}.accent-2xs{font-family:var(--wcss-accent-2xs-family, "Good OT"),var(--wcss-accent-2xs-family-fallback, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-accent-2xs-font-size, clamp(0.875rem, 1.1666666667vw, 0.875rem));font-weight:var(--wcss-accent-2xs-weight, 450);letter-spacing:var(--wcss-accent-2xs-letter-spacing, 0.1em);line-height:var(--wcss-accent-2xs-line-height, 1.3);text-transform:uppercase}[auro-dropdown]{--ds-auro-dropdown-trigger-border-color: var(--ds-auro-select-border-color);--ds-auro-dropdown-trigger-background-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-container-color: var(--ds-auro-select-background-color);--ds-auro-dropdown-trigger-outline-color: var(--ds-auro-select-outline-color)}:host{display:inline-block;text-align:left;vertical-align:top}:host([layout*=emphasized]) [auro-dropdown],:host([layout*=snowflake]) [auro-dropdown]{--ds-auro-select-border-color: transparent}:host([layout*=emphasized]) .mainContent,:host([layout*=snowflake]) .mainContent{text-align:center}.mainContent{position:relative;display:flex;overflow:hidden;flex:1;flex-direction:column;align-items:center;justify-content:center}.valueContainer [slot=displayValue]{display:none}.accents{display:flex;flex-direction:row;align-items:center;justify-content:center}::slotted([slot=typeIcon]){margin-right:var(--ds-size-100, 0.5rem)}.displayValue{display:block}.displayValue:not(.force){display:none}.displayValue:not(.force).hasContent:is(.withValue):not(.hasFocus){display:block}.triggerContent{display:flex;width:100%;align-items:center;justify-content:center}:host([layout*=emphasized]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem) 0 var(--ds-size-200, 1rem)}:host([layout*=snowflake]) label{padding-block:var(--ds-size-25, 0.125rem)}:host([layout*=classic]) .triggerContent{padding:0 var(--ds-size-100, 0.5rem)}:host([layout*=classic]) .mainContent{align-items:start}:host([layout*=classic]) label{overflow:hidden;cursor:text;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) .value{height:auto}label{color:var(--ds-auro-select-label-text-color)}:host(:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-select-outline-color: var(--ds-basic-color-status-error, #e31f26);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host([ondark]:is([validity]:not([validity=valid]))) [auro-dropdown],:host([appearance=inverse]:is([validity]:not([validity=valid]))) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-select-outline-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}#slotHolder{display:none}:host([fluid]){width:100%}:host([disabled]){pointer-events:none;user-select:none}:host([disabled]:not([ondark])) [auro-dropdown],:host([disabled]:not([appearance=inverse])) [auro-dropdown]{--ds-auro-select-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host(:not([layout*=classic])[disabled][ondark]) [auro-dropdown],:host(:not([layout*=classic])[disabled][appearance=inverse]) [auro-dropdown]{--ds-auro-select-border-color: transparent}`;
|
|
6672
6906
|
|