@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.14 → 0.0.0-pr624.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/bibtemplate/dist/auro-bibtemplate.d.ts +12 -2
- package/components/bibtemplate/dist/buttonVersion.d.ts +2 -0
- package/components/bibtemplate/dist/iconVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +1022 -12
- package/components/bibtemplate/dist/registered.js +1022 -12
- package/components/checkbox/README.md +1 -1
- package/components/checkbox/demo/api.md +2 -2
- package/components/checkbox/demo/api.min.js +24 -19
- package/components/checkbox/demo/index.md +2 -2
- package/components/checkbox/demo/index.min.js +24 -19
- package/components/checkbox/demo/readme.md +1 -1
- package/components/checkbox/dist/auro-checkbox.d.ts +3 -3
- package/components/checkbox/dist/index.js +24 -19
- package/components/checkbox/dist/registered.js +24 -19
- package/components/combobox/demo/api.md +52 -0
- package/components/combobox/demo/api.min.js +2059 -651
- package/components/combobox/demo/index.md +6 -0
- package/components/combobox/demo/index.min.js +2059 -651
- package/components/combobox/dist/auro-combobox.d.ts +4 -4
- package/components/combobox/dist/index.js +1978 -629
- package/components/combobox/dist/registered.js +1978 -629
- package/components/counter/demo/api.md +21 -19
- package/components/counter/demo/api.min.js +2326 -539
- package/components/counter/demo/index.md +99 -34
- package/components/counter/demo/index.min.js +2326 -539
- package/components/counter/dist/auro-counter-button.d.ts +2 -0
- package/components/counter/dist/auro-counter-group.d.ts +92 -1
- package/components/counter/dist/helptextVersion.d.ts +2 -0
- package/components/counter/dist/iconVersion.d.ts +1 -1
- package/components/counter/dist/index.js +2326 -539
- package/components/counter/dist/registered.js +2326 -539
- package/components/datepicker/demo/api.md +3 -1
- package/components/datepicker/demo/api.min.js +5402 -3158
- package/components/datepicker/demo/index.md +6 -1
- package/components/datepicker/demo/index.min.js +5402 -3158
- package/components/datepicker/dist/auro-datepicker.d.ts +17 -7
- package/components/datepicker/dist/iconVersion.d.ts +2 -0
- package/components/datepicker/dist/index.js +5402 -3158
- package/components/datepicker/dist/registered.js +5402 -3158
- package/components/dropdown/demo/api.md +3 -4
- package/components/dropdown/demo/api.min.js +69 -119
- package/components/dropdown/demo/index.md +57 -9
- package/components/dropdown/demo/index.min.js +69 -119
- package/components/dropdown/dist/auro-dropdown.d.ts +0 -8
- package/components/dropdown/dist/auro-dropdownBib.d.ts +14 -0
- package/components/dropdown/dist/index.js +69 -119
- package/components/dropdown/dist/registered.js +69 -119
- package/components/input/demo/api.md +12 -5
- package/components/input/demo/api.min.js +665 -285
- package/components/input/demo/index.min.js +665 -285
- package/components/input/dist/auro-input.d.ts +6 -0
- package/components/input/dist/base-input.d.ts +29 -6
- package/components/input/dist/buttonVersion.d.ts +1 -1
- package/components/input/dist/iconVersion.d.ts +1 -1
- package/components/input/dist/index.js +665 -285
- package/components/input/dist/registered.js +665 -285
- package/components/layoutElement/dist/index.js +13 -10
- package/components/menu/demo/api.html +38 -0
- package/components/menu/demo/api.md +63 -2
- package/components/menu/demo/api.min.js +190 -36
- package/components/menu/demo/index.min.js +190 -36
- package/components/menu/dist/auro-menu.d.ts +22 -5
- package/components/menu/dist/auro-menuoption.d.ts +15 -3
- package/components/menu/dist/iconVersion.d.ts +1 -1
- package/components/menu/dist/index.js +190 -36
- package/components/menu/dist/registered.js +190 -36
- package/components/menu/dist/styles/default/tokens-css.d.ts +2 -0
- package/components/radio/demo/api.min.js +4 -2
- package/components/radio/demo/index.min.js +4 -2
- package/components/radio/dist/auro-radio.d.ts +1 -1
- package/components/radio/dist/index.js +4 -2
- package/components/radio/dist/registered.js +4 -2
- package/components/select/demo/api.md +5 -5
- package/components/select/demo/api.min.js +1412 -293
- package/components/select/demo/index.md +42 -1
- package/components/select/demo/index.min.js +1412 -293
- package/components/select/dist/auro-select.d.ts +8 -8
- package/components/select/dist/index.js +1321 -261
- package/components/select/dist/registered.js +1321 -261
- package/package.json +2 -2
- /package/components/{menu/dist/styles/color-menu-css.d.ts → counter/dist/styles/shapeSize-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{color-menuoption-css.d.ts → default/color-menu-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{style-menu-css.d.ts → default/color-menuoption-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{style-menuoption-css.d.ts → default/style-menu-css.d.ts} +0 -0
- /package/components/menu/dist/styles/{tokens-css.d.ts → default/style-menuoption-css.d.ts} +0 -0
|
@@ -2673,8 +2673,12 @@ class AuroIcon extends BaseIcon {
|
|
|
2673
2673
|
async firstUpdated() {
|
|
2674
2674
|
await super.firstUpdated();
|
|
2675
2675
|
|
|
2676
|
-
|
|
2677
|
-
|
|
2676
|
+
/**
|
|
2677
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
2678
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
2679
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
2680
|
+
*/
|
|
2681
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
2678
2682
|
const svgDesc = this.svg.querySelector('desc');
|
|
2679
2683
|
|
|
2680
2684
|
if (svgDesc) {
|
|
@@ -2720,11 +2724,11 @@ class AuroIcon extends BaseIcon {
|
|
|
2720
2724
|
|
|
2721
2725
|
var iconVersion = '6.1.2';
|
|
2722
2726
|
|
|
2723
|
-
var styleCss$1 = i$2`:host{position:fixed;z-index:var(--depth-tooltip, 400);display:none;isolation:isolate}.container{
|
|
2727
|
+
var styleCss$1 = i$2`:host{position:fixed;z-index:var(--depth-tooltip, 400);display:none;isolation:isolate}: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([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}: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}.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}`;
|
|
2724
2728
|
|
|
2725
2729
|
var colorCss$2 = i$2`.container{background-color:var(--ds-auro-dropdownbib-container-color);box-shadow:var(--ds-auro-dropdownbib-boxshadow-color);color:var(--ds-auro-dropdownbib-text-color)}`;
|
|
2726
2730
|
|
|
2727
|
-
var tokensCss$1 = i$2`:host(:not([ondark])){--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-dropdown-trigger-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdown-trigger-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdown-trigger-border-color:
|
|
2731
|
+
var tokensCss$1 = i$2`:host(:not([ondark])){--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-muted, #676767);--ds-auro-dropdown-trigger-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdown-trigger-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-bold, #585e67);--ds-auro-dropdown-trigger-outline-color: transparent;--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-default, #2a2a2a);--ds-auro-dropdownbib-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-background-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdownbib-container-color: var(--ds-basic-color-surface-default, #ffffff);--ds-auro-dropdownbib-text-color: var(--ds-basic-color-texticon-default, #2a2a2a)}:host([ondark]){--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db);--ds-auro-dropdown-trigger-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: transparent;--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-inverse, #ffffff);--ds-auro-dropdownbib-boxshadow-color: var(--ds-elevation-200, 0px 0px 10px rgba(0, 0, 0, 0.15));--ds-auro-dropdownbib-background-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdownbib-container-color: var(--ds-advanced-color-shared-background-inverse, rgba(255, 255, 255, 0.15));--ds-auro-dropdownbib-text-color: var(--ds-basic-color-texticon-inverse, #ffffff)}`;
|
|
2728
2732
|
|
|
2729
2733
|
// Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
2730
2734
|
// See LICENSE in the project root for license information.
|
|
@@ -2745,7 +2749,7 @@ const DESIGN_TOKEN_BREAKPOINT_OPTIONS = [
|
|
|
2745
2749
|
*/
|
|
2746
2750
|
|
|
2747
2751
|
class AuroDropdownBib extends i {
|
|
2748
|
-
|
|
2752
|
+
// not extending AuroElement because Bib needs only `shape` prop
|
|
2749
2753
|
constructor() {
|
|
2750
2754
|
super();
|
|
2751
2755
|
|
|
@@ -2755,6 +2759,9 @@ class AuroDropdownBib extends i {
|
|
|
2755
2759
|
this._mobileBreakpointValue = undefined;
|
|
2756
2760
|
|
|
2757
2761
|
AuroLibraryRuntimeUtils$2.prototype.handleComponentTagRename(this, 'auro-dropdownbib');
|
|
2762
|
+
|
|
2763
|
+
this.shape = "rounded";
|
|
2764
|
+
this.matchWidth = false;
|
|
2758
2765
|
}
|
|
2759
2766
|
|
|
2760
2767
|
static get styles() {
|
|
@@ -2792,6 +2799,15 @@ class AuroDropdownBib extends i {
|
|
|
2792
2799
|
reflect: true
|
|
2793
2800
|
},
|
|
2794
2801
|
|
|
2802
|
+
/**
|
|
2803
|
+
* If declared, the bib width will match the trigger width.
|
|
2804
|
+
* @private
|
|
2805
|
+
*/
|
|
2806
|
+
matchWidth: {
|
|
2807
|
+
type: Boolean,
|
|
2808
|
+
reflect: true
|
|
2809
|
+
},
|
|
2810
|
+
|
|
2795
2811
|
/**
|
|
2796
2812
|
* If declared, will apply border-radius to the bib.
|
|
2797
2813
|
*/
|
|
@@ -2805,6 +2821,11 @@ class AuroDropdownBib extends i {
|
|
|
2805
2821
|
*/
|
|
2806
2822
|
bibTemplate: {
|
|
2807
2823
|
type: Object
|
|
2824
|
+
},
|
|
2825
|
+
|
|
2826
|
+
shape: {
|
|
2827
|
+
type: String,
|
|
2828
|
+
reflect: true
|
|
2808
2829
|
}
|
|
2809
2830
|
};
|
|
2810
2831
|
}
|
|
@@ -2884,8 +2905,16 @@ class AuroDropdownBib extends i {
|
|
|
2884
2905
|
|
|
2885
2906
|
// function that renders the HTML and CSS into the scope of the component
|
|
2886
2907
|
render() {
|
|
2908
|
+
const classes = {
|
|
2909
|
+
container: true
|
|
2910
|
+
};
|
|
2911
|
+
|
|
2912
|
+
// Since this class does not inherit from AuroElement, we apply the shape-related class within the `render` function,
|
|
2913
|
+
// mimicking the class naming convention used in AuroElement.resetShapeClasses.
|
|
2914
|
+
classes[`shape-${this.shape}`] = true;
|
|
2915
|
+
|
|
2887
2916
|
return u$1`
|
|
2888
|
-
<div class="
|
|
2917
|
+
<div class="${e$2(classes)}" part="bibContainer">
|
|
2889
2918
|
<slot></slot>
|
|
2890
2919
|
</div>
|
|
2891
2920
|
`;
|
|
@@ -2894,17 +2923,17 @@ class AuroDropdownBib extends i {
|
|
|
2894
2923
|
|
|
2895
2924
|
var dropdownVersion = '3.0.0';
|
|
2896
2925
|
|
|
2897
|
-
var shapeSizeCss = i$2`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic-lg,.shape-classic-md,.shape-classic-sm,.shape-classic-xs{min-height:58px;max-height:58px;border-style:solid;border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}.shape-classic-xl.simple,.shape-classic-lg.simple,.shape-classic-md.simple,.shape-classic-sm.simple,.shape-classic-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset}.shape-classic-xl.thin,.shape-classic-lg.thin,.shape-classic-md.thin,.shape-classic-sm.thin,.shape-classic-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-classic-xl.parentBorder,.shape-classic-lg.parentBorder,.shape-classic-md.parentBorder,.shape-classic-sm.parentBorder,.shape-classic-xs.parentBorder{border:0;min-height:56px;max-height:56px}.shape-snowflake-xl,.shape-snowflake-lg,.shape-snowflake-md,.shape-snowflake-sm,.shape-snowflake-xs{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:30px}.shape-snowflake-xl.simple,.shape-snowflake-lg.simple,.shape-snowflake-md.simple,.shape-snowflake-sm.simple,.shape-snowflake-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset}.shape-snowflake-xl.thin,.shape-snowflake-lg.thin,.shape-snowflake-md.thin,.shape-snowflake-sm.thin,.shape-snowflake-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-snowflake-xl.parentBorder,.shape-snowflake-lg.parentBorder,.shape-snowflake-md.parentBorder,.shape-snowflake-sm.parentBorder,.shape-snowflake-xs.parentBorder{border:0;min-height:56px;max-height:56px}.shape-box-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent}.shape-box-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-box-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-box-xl.parentBorder{border:0;min-height:68px;max-height:68px}.shape-rounded-lg{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:6px}.shape-rounded-lg.simple{border-width:0px;min-height:56px;max-height:56px;background-color:unset}.shape-rounded-lg.thin{border-width:1px;min-height:54px;max-height:54px;background-color:unset}.shape-rounded-lg.parentBorder{border:0;min-height:52px;max-height:52px}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset}.shape-pill-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-xl.parentBorder{border:0;min-height:68px;max-height:68px}.shape-pill-left-xl{min-height:
|
|
2926
|
+
var shapeSizeCss = i$2`.wrapper{overflow:hidden}.shape-classic-xl,.shape-classic-lg,.shape-classic-md,.shape-classic-sm,.shape-classic-xs{min-height:58px;max-height:58px;border-style:solid;border-width:1px;border-radius:var(--ds-border-radius, 0.375rem)}.shape-classic-xl.simple,.shape-classic-lg.simple,.shape-classic-md.simple,.shape-classic-sm.simple,.shape-classic-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset;box-shadow:none}.shape-classic-xl.thin,.shape-classic-lg.thin,.shape-classic-md.thin,.shape-classic-sm.thin,.shape-classic-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-classic-xl.parentBorder,.shape-classic-lg.parentBorder,.shape-classic-md.parentBorder,.shape-classic-sm.parentBorder,.shape-classic-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.shape-snowflake-xl,.shape-snowflake-lg,.shape-snowflake-md,.shape-snowflake-sm,.shape-snowflake-xs{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:30px}.shape-snowflake-xl.simple,.shape-snowflake-lg.simple,.shape-snowflake-md.simple,.shape-snowflake-sm.simple,.shape-snowflake-xs.simple{border-width:0px;min-height:60px;max-height:60px;background-color:unset;box-shadow:none}.shape-snowflake-xl.thin,.shape-snowflake-lg.thin,.shape-snowflake-md.thin,.shape-snowflake-sm.thin,.shape-snowflake-xs.thin{border-width:1px;min-height:58px;max-height:58px;background-color:unset}.shape-snowflake-xl.parentBorder,.shape-snowflake-lg.parentBorder,.shape-snowflake-md.parentBorder,.shape-snowflake-sm.parentBorder,.shape-snowflake-xs.parentBorder{border:0;box-shadow:unset;min-height:56px;max-height:56px}.shape-box-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent}.shape-box-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-box-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-box-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-rounded-lg{min-height:56px;max-height:56px;border-style:solid;border-width:2px;border-color:transparent;border-radius:6px}.shape-rounded-lg.simple{border-width:0px;min-height:56px;max-height:56px;background-color:unset;box-shadow:none}.shape-rounded-lg.thin{border-width:1px;min-height:54px;max-height:54px;background-color:unset}.shape-rounded-lg.parentBorder{border:0;box-shadow:unset;min-height:52px;max-height:52px}.shape-pill-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-left-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-left-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-left-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-right-xl{min-height:68px;max-height:68px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-xl.simple{border-width:0px;min-height:72px;max-height:72px;background-color:unset;box-shadow:none}.shape-pill-right-xl.thin{border-width:1px;min-height:70px;max-height:70px;background-color:unset}.shape-pill-right-xl.parentBorder{border:0;box-shadow:unset;min-height:68px;max-height:68px}.shape-pill-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px}.shape-pill-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-left-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:36px 0 0 36px}.shape-pill-left-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-left-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-left-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}.shape-pill-right-md{min-height:44px;max-height:44px;border-style:solid;border-width:2px;border-color:transparent;border-radius:0 36px 36px 0}.shape-pill-right-md.simple{border-width:0px;min-height:48px;max-height:48px;background-color:unset;box-shadow:none}.shape-pill-right-md.thin{border-width:1px;min-height:46px;max-height:46px;background-color:unset}.shape-pill-right-md.parentBorder{border:0;box-shadow:unset;min-height:44px;max-height:44px}`;
|
|
2898
2927
|
|
|
2899
2928
|
var colorCss$1 = i$2`:host .wrapper{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-background-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host(:not([ondark])) .wrapper:focus,:host(:not([ondark])) .wrapper:focus-within{--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-brand, #00274a)}:host([ondark]) .wrapper:focus,:host([ondark]) .wrapper:focus-within{--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-inverse, #ffffff)}:host([error]:not([ondark])){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([error][ondark]){--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}.helpText{color:var(--ds-auro-dropdown-helptext-text-color)}`;
|
|
2900
2929
|
|
|
2901
|
-
var classicColorCss = i$2`:host([layout*=classic]) .label{color:var(--ds-auro-dropdown-label-text-color)}:host([layout*=classic]) .trigger{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-container-color);color:var(--ds-auro-dropdown-trigger-text-color)
|
|
2930
|
+
var classicColorCss = i$2`:host([layout*=classic]:not([onDark])) .label{color:var(--ds-auro-dropdown-label-text-color)}:host([layout*=classic]:not([onDark])) .trigger{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-container-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host([layout*=classic]:not([onDark])) .trigger:focus-within,:host([layout*=classic]:not([onDark])) .trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host([layout*=classic][disabled]:not([onDark])){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-disabled, #d0d0d0);--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-subtle, #dddddd)}:host([layout*=classic][error]:not([onDark])){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([layout*=classic][error]:not([onDark])) .trigger:focus-within,:host([layout*=classic][error]:not([onDark])) .trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused, #01426a);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused, #01426a)}:host([layout*=classic][onDark]) .label{color:var(--ds-auro-dropdown-label-text-color)}:host([layout*=classic][onDark]) .trigger{border-color:var(--ds-auro-dropdown-trigger-border-color);background-color:var(--ds-auro-dropdown-trigger-container-color);color:var(--ds-auro-dropdown-trigger-text-color)}:host([layout*=classic][onDark]) .trigger:focus-within,:host([layout*=classic][onDark]) .trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}:host([layout*=classic][onDark][disabled]){--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-disabled, #7e8894);--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse-disabled, rgba(255, 255, 255, 0.1))}:host([layout*=classic][onDark][error]){--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}:host([layout*=classic][onDark][error]) .trigger:focus-within,:host([layout*=classic][onDark][error]) .trigger:active{--ds-auro-dropdown-trigger-border-color: var(--ds-advanced-color-state-focused-inverse, #ffffff);--ds-auro-dropdown-trigger-outline-color: var(--ds-advanced-color-state-focused-inverse, #ffffff)}`;
|
|
2902
2931
|
|
|
2903
|
-
var classicLayoutCss = i$2`:host([layout*=classic]){position:relative;max-width:100%}:host([layout*=classic]) #bibSizer{position:absolute;z-index:-1;opacity:0;pointer-events:none}:host([layout*=classic]) .label{font-size:var(--ds-text-body-size-xs, 0.75rem);line-height:var(--ds-text-body-size-default, 1rem);transition:font-size .3s cubic-bezier(0.215, 0.61, 0.355, 1);white-space:normal}:host([layout*=classic]) .label[hasTrigger=false]{font-size:var(--ds-text-body-size-default, 1rem)}:host([layout*=classic]) .trigger{display:flex;flex-direction:row}@media(hover: hover){:host([layout*=classic]) .trigger:hover{cursor:pointer}}:host([layout*=classic]) .triggerContentWrapper{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) #showStateIcon{display:flex;overflow:hidden;height:100%;align-items:center;
|
|
2932
|
+
var classicLayoutCss = i$2`:host([layout*=classic]){position:relative;max-width:100%}:host([layout*=classic]) #bibSizer{position:absolute;z-index:-1;opacity:0;pointer-events:none}:host([layout*=classic]) .label{font-size:var(--ds-text-body-size-xs, 0.75rem);line-height:var(--ds-text-body-size-default, 1rem);transition:font-size .3s cubic-bezier(0.215, 0.61, 0.355, 1);white-space:normal}:host([layout*=classic]) .label[hasTrigger=false]{font-size:var(--ds-text-body-size-default, 1rem)}:host([layout*=classic]) .trigger{display:flex;flex-direction:row;box-shadow:inset 0 0 0 1px var(--ds-auro-dropdown-trigger-outline-color)}@media(hover: hover){:host([layout*=classic]) .trigger:hover{cursor:pointer}}:host([layout*=classic]) .triggerContentWrapper{overflow:hidden;flex:1;justify-content:start;text-overflow:ellipsis;white-space:nowrap}:host([layout*=classic]) #showStateIcon{display:flex;overflow:hidden;height:100%;align-items:center;padding-right:var(--ds-size-150, 0.75rem)}:host([layout*=classic]) #showStateIcon [auro-icon]{height:var(--ds-size-300, 1.5rem);line-height:var(--ds-size-300, 1.5rem)}:host([layout*=classic]) #showStateIcon[data-expanded=true] [auro-icon]{transform:rotate(-180deg)}:host([layout*=classic]:not([simple])) .triggerContentWrapper{padding-left:var(--ds-size-150, 0.75rem)}:host([layout*=classic][matchwidth]) #bibSizer{width:100%}:host([layout*=classic][disabled]){pointer-events:none}`;
|
|
2904
2933
|
|
|
2905
|
-
var styleEmphasizedCss = i$2`:host{display:block}.layout-emphasized .chevron,.layout-emphasized-left .chevron,.layout-emphasized-right .chevron{margin-right:var(--ds-size-300, 1.5rem)}.wrapper{display:flex;flex-direction:row}.trigger{display:flex;flex:1;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{display:flex;
|
|
2934
|
+
var styleEmphasizedCss = i$2`:host{display:block}.layout-emphasized .chevron,.layout-emphasized-left .chevron,.layout-emphasized-right .chevron{margin-right:var(--ds-size-300, 1.5rem)}.wrapper{display:flex;flex-direction:row}.trigger{display:flex;flex:1;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{display:flex;overflow:hidden;width:100%;flex:1;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap}:host([layout*=emphasized][shape*=pill]:not([layout*=right])) .leftIndent{width:calc(100% - var(--ds-size-300, 1.5rem));margin-left:var(--ds-size-300, 1.5rem)}:host([layout*=emphasized][shape*=pill]:not([layout*=left])) .rightIndent{width:calc(100% - var(--ds-size-300, 1.5rem));margin-right:var(--ds-size-300, 1.5rem)}:host([layout*=emphasized][shape*=pill]:not([layout*=left]):not([layout*=right])) .rightIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-right:var(--ds-size-300, 1.5rem)}`;
|
|
2906
2935
|
|
|
2907
|
-
var styleSnowflakeCss = i$2`:host{display:block}.wrapper{display:flex;flex-direction:row}.trigger{display:flex;flex:1;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{display:flex;
|
|
2936
|
+
var styleSnowflakeCss = i$2`:host{display:block}.wrapper{display:flex;flex-direction:row}.trigger{display:flex;flex:1;align-items:center;justify-content:center;outline:none}.triggerContentWrapper{display:flex;overflow:hidden;width:100%;flex:1;align-items:center;justify-content:center;text-overflow:ellipsis;white-space:nowrap}:host([layout*=snowflake]) .leftIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-left:var(--ds-size-300, 1.5rem)}:host([layout*=snowflake]) .rightIndent{width:calc(100% - var(--ds-size-600, 3rem));margin-right:var(--ds-size-300, 1.5rem)}.layout-snowflake .chevron,.layout-snowflake-left .chevron,.layout-snowflake-right .chevron{margin-right:var(--ds-size-300, 1.5rem)}`;
|
|
2908
2937
|
|
|
2909
2938
|
var colorCss = i$2`:host([error]){--ds-auro-helptext-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]){--ds-auro-helptext-color: var(--ds-basic-color-texticon-inverse-muted, #ccd2db)}:host([onDark][error]){--ds-auro-helptext-color: var(--ds-advanced-color-state-error-inverse, #f9a4a8)}.helptext-wrapper{color:var(--ds-auro-helptext-color)}`;
|
|
2910
2939
|
|
|
@@ -3149,18 +3178,21 @@ class AuroElement extends i {
|
|
|
3149
3178
|
}
|
|
3150
3179
|
|
|
3151
3180
|
resetShapeClasses() {
|
|
3152
|
-
|
|
3153
|
-
const wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
3181
|
+
const wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
3154
3182
|
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
3160
|
-
|
|
3183
|
+
if (wrapper) {
|
|
3184
|
+
wrapper.classList.forEach((className) => {
|
|
3185
|
+
if (className.startsWith('shape-')) {
|
|
3186
|
+
wrapper.classList.remove(className);
|
|
3187
|
+
}
|
|
3188
|
+
});
|
|
3161
3189
|
|
|
3162
|
-
|
|
3163
|
-
|
|
3190
|
+
}
|
|
3191
|
+
|
|
3192
|
+
if (this.shape && this.size) {
|
|
3193
|
+
wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
|
|
3194
|
+
} else {
|
|
3195
|
+
wrapper.classList.add('shape-none');
|
|
3164
3196
|
}
|
|
3165
3197
|
}
|
|
3166
3198
|
|
|
@@ -3236,19 +3268,14 @@ class AuroDropdown extends AuroElement {
|
|
|
3236
3268
|
|
|
3237
3269
|
// Layout Config
|
|
3238
3270
|
this.layout = 'classic';
|
|
3239
|
-
this.shape = '
|
|
3271
|
+
this.shape = 'classic';
|
|
3240
3272
|
this.size = 'xl';
|
|
3273
|
+
|
|
3241
3274
|
this.parentBorder = false;
|
|
3242
3275
|
|
|
3243
3276
|
this.privateDefaults();
|
|
3244
3277
|
}
|
|
3245
3278
|
|
|
3246
|
-
get commonLabelClasses() {
|
|
3247
|
-
return {
|
|
3248
|
-
// 'withValue': this.value && this.value.length > 0
|
|
3249
|
-
};
|
|
3250
|
-
}
|
|
3251
|
-
|
|
3252
3279
|
get commonWrapperClasses() {
|
|
3253
3280
|
return {
|
|
3254
3281
|
'trigger': true,
|
|
@@ -3921,14 +3948,13 @@ class AuroDropdown extends AuroElement {
|
|
|
3921
3948
|
* @returns {void}
|
|
3922
3949
|
*/
|
|
3923
3950
|
handleTriggerContentSlotChange(event) {
|
|
3924
|
-
|
|
3925
3951
|
this.floater.handleTriggerTabIndex();
|
|
3926
3952
|
|
|
3927
3953
|
// Get the trigger
|
|
3928
3954
|
const trigger = this.shadowRoot.querySelector('#trigger');
|
|
3929
3955
|
|
|
3930
3956
|
// Get the trigger slot
|
|
3931
|
-
const triggerSlot = this.shadowRoot.querySelector('.
|
|
3957
|
+
const triggerSlot = this.shadowRoot.querySelector('.triggerContentWrapper slot');
|
|
3932
3958
|
|
|
3933
3959
|
// If there's a trigger slot
|
|
3934
3960
|
if (triggerSlot) {
|
|
@@ -4000,29 +4026,6 @@ class AuroDropdown extends AuroElement {
|
|
|
4000
4026
|
}
|
|
4001
4027
|
}
|
|
4002
4028
|
|
|
4003
|
-
/**
|
|
4004
|
-
* @private
|
|
4005
|
-
* @method handleLabelSlotChange
|
|
4006
|
-
* @param {event} event - The event object representing the slot change.
|
|
4007
|
-
* @description Handles the slot change event for the label slot.
|
|
4008
|
-
*/
|
|
4009
|
-
handleLabelSlotChange (event) {
|
|
4010
|
-
|
|
4011
|
-
// Get the nodes from the event
|
|
4012
|
-
const nodes = event.target.assignedNodes();
|
|
4013
|
-
|
|
4014
|
-
// Guard clause for no nodes
|
|
4015
|
-
if (!nodes) {
|
|
4016
|
-
return;
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
// Convert the nodes to a measurable array so we can get the length
|
|
4020
|
-
const nodesArr = Array.from(nodes);
|
|
4021
|
-
|
|
4022
|
-
// If the nodes array has a length, the dropdown is labeled
|
|
4023
|
-
this.labeled = nodesArr.length > 0;
|
|
4024
|
-
}
|
|
4025
|
-
|
|
4026
4029
|
/**
|
|
4027
4030
|
* Returns HTML for the common portion of the layouts.
|
|
4028
4031
|
* @private
|
|
@@ -4037,22 +4040,17 @@ class AuroDropdown extends AuroElement {
|
|
|
4037
4040
|
class="${e$2(this.commonWrapperClasses)}" part="wrapper"
|
|
4038
4041
|
tabindex="${this.tabIndex}"
|
|
4039
4042
|
role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
4040
|
-
aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
4041
|
-
aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
4043
|
+
aria-expanded="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
4044
|
+
aria-controls="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
4042
4045
|
aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
4043
4046
|
@focusin="${this.handleFocusin}"
|
|
4044
4047
|
@blur="${this.handleFocusOut}">
|
|
4045
|
-
<div class="triggerContentWrapper">
|
|
4046
|
-
<
|
|
4047
|
-
|
|
4048
|
-
|
|
4049
|
-
<div class="triggerContent">
|
|
4050
|
-
<slot
|
|
4051
|
-
name="trigger"
|
|
4052
|
-
@slotchange="${this.handleTriggerContentSlotChange}"></slot>
|
|
4053
|
-
</div>
|
|
4048
|
+
<div class="triggerContentWrapper" id="triggerLabel">
|
|
4049
|
+
<slot
|
|
4050
|
+
name="trigger"
|
|
4051
|
+
@slotchange="${this.handleTriggerContentSlotChange}"></slot>
|
|
4054
4052
|
</div>
|
|
4055
|
-
${this.chevron
|
|
4053
|
+
${this.chevron ? u$1`
|
|
4056
4054
|
<div
|
|
4057
4055
|
id="showStateIcon"
|
|
4058
4056
|
class="chevron"
|
|
@@ -4073,6 +4071,7 @@ class AuroDropdown extends AuroElement {
|
|
|
4073
4071
|
<div id="bibSizer" part="size"></div>
|
|
4074
4072
|
<${this.dropdownBibTag}
|
|
4075
4073
|
id="bib"
|
|
4074
|
+
shape="${this.shape}"
|
|
4076
4075
|
?data-show="${this.isPopoverVisible}"
|
|
4077
4076
|
?isfullscreen="${this.isBibFullscreen}"
|
|
4078
4077
|
?common="${this.common}"
|
|
@@ -4092,62 +4091,13 @@ class AuroDropdown extends AuroElement {
|
|
|
4092
4091
|
* @returns {html} - Returns HTML for the classic layout.
|
|
4093
4092
|
*/
|
|
4094
4093
|
renderLayoutClassic() {
|
|
4094
|
+
// TODO: check with Doug why this was never used?
|
|
4095
|
+
const helpTextClasses = {
|
|
4096
|
+
'helpText': true
|
|
4097
|
+
};
|
|
4095
4098
|
|
|
4096
4099
|
return u$1`
|
|
4097
|
-
|
|
4098
|
-
<div
|
|
4099
|
-
id="trigger"
|
|
4100
|
-
class="trigger"
|
|
4101
|
-
part="trigger"
|
|
4102
|
-
tabindex="${this.tabIndex}"
|
|
4103
|
-
?showBorder="${this.showTriggerBorders}"
|
|
4104
|
-
role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
4105
|
-
aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
4106
|
-
aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
4107
|
-
aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
4108
|
-
>
|
|
4109
|
-
<div class="triggerContentWrapper">
|
|
4110
|
-
<label class="label" id="triggerLabel" hasTrigger=${this.hasTriggerContent}>
|
|
4111
|
-
<slot name="label" @slotchange="${this.handleLabelSlotChange}"></slot>
|
|
4112
|
-
</label>
|
|
4113
|
-
<div class="triggerContent">
|
|
4114
|
-
<slot
|
|
4115
|
-
name="trigger"
|
|
4116
|
-
@slotchange="${this.handleTriggerContentSlotChange}"></slot>
|
|
4117
|
-
</div>
|
|
4118
|
-
</div>
|
|
4119
|
-
${this.chevron || this.common ? u$1`
|
|
4120
|
-
<div
|
|
4121
|
-
id="showStateIcon"
|
|
4122
|
-
part="chevron">
|
|
4123
|
-
<${this.iconTag}
|
|
4124
|
-
category="interface"
|
|
4125
|
-
name="chevron-down"
|
|
4126
|
-
?onDark="${this.onDark}"
|
|
4127
|
-
variant="${this.disabled ? 'disabled' : 'muted'}">
|
|
4128
|
-
>
|
|
4129
|
-
</${this.iconTag}>
|
|
4130
|
-
</div>
|
|
4131
|
-
` : undefined }
|
|
4132
|
-
</div>
|
|
4133
|
-
<${this.helpTextTag} part="helpText" ?onDark=${this.onDark} ?error="${this.error}">
|
|
4134
|
-
<slot name="helpText"></slot>
|
|
4135
|
-
</${this.helpTextTag}>
|
|
4136
|
-
|
|
4137
|
-
<div id="bibSizer" part="size"></div>
|
|
4138
|
-
<${this.dropdownBibTag}
|
|
4139
|
-
id="bib"
|
|
4140
|
-
?data-show="${this.isPopoverVisible}"
|
|
4141
|
-
?isfullscreen="${this.isBibFullscreen}"
|
|
4142
|
-
?common="${this.common}"
|
|
4143
|
-
?rounded="${this.common || this.rounded}"
|
|
4144
|
-
?inset="${this.common || this.inset}"
|
|
4145
|
-
>
|
|
4146
|
-
<div class="slotContent">
|
|
4147
|
-
<slot @slotchange="${this.handleDefaultSlot}"></slot>
|
|
4148
|
-
</div>
|
|
4149
|
-
</${this.dropdownBibTag}>
|
|
4150
|
-
</div>
|
|
4100
|
+
${this.renderBasicHtml(helpTextClasses)}
|
|
4151
4101
|
`;
|
|
4152
4102
|
}
|
|
4153
4103
|
|
|
@@ -257,7 +257,6 @@ export class AuroDropdown extends AuroElement {
|
|
|
257
257
|
shape: string;
|
|
258
258
|
size: string;
|
|
259
259
|
parentBorder: boolean;
|
|
260
|
-
get commonLabelClasses(): {};
|
|
261
260
|
get commonWrapperClasses(): {
|
|
262
261
|
trigger: boolean;
|
|
263
262
|
wrapper: boolean;
|
|
@@ -421,13 +420,6 @@ export class AuroDropdown extends AuroElement {
|
|
|
421
420
|
* @fires Function#onSlotChange - Optional callback invoked when the slot content changes.
|
|
422
421
|
*/
|
|
423
422
|
private handleDefaultSlot;
|
|
424
|
-
/**
|
|
425
|
-
* @private
|
|
426
|
-
* @method handleLabelSlotChange
|
|
427
|
-
* @param {event} event - The event object representing the slot change.
|
|
428
|
-
* @description Handles the slot change event for the label slot.
|
|
429
|
-
*/
|
|
430
|
-
private handleLabelSlotChange;
|
|
431
423
|
/**
|
|
432
424
|
* Returns HTML for the common portion of the layouts.
|
|
433
425
|
* @private
|
|
@@ -26,6 +26,14 @@ export class AuroDropdownBib extends LitElement {
|
|
|
26
26
|
type: BooleanConstructor;
|
|
27
27
|
reflect: boolean;
|
|
28
28
|
};
|
|
29
|
+
/**
|
|
30
|
+
* If declared, the bib width will match the trigger width.
|
|
31
|
+
* @private
|
|
32
|
+
*/
|
|
33
|
+
matchWidth: {
|
|
34
|
+
type: BooleanConstructor;
|
|
35
|
+
reflect: boolean;
|
|
36
|
+
};
|
|
29
37
|
/**
|
|
30
38
|
* If declared, will apply border-radius to the bib.
|
|
31
39
|
*/
|
|
@@ -39,11 +47,17 @@ export class AuroDropdownBib extends LitElement {
|
|
|
39
47
|
bibTemplate: {
|
|
40
48
|
type: ObjectConstructor;
|
|
41
49
|
};
|
|
50
|
+
shape: {
|
|
51
|
+
type: StringConstructor;
|
|
52
|
+
reflect: boolean;
|
|
53
|
+
};
|
|
42
54
|
};
|
|
43
55
|
/**
|
|
44
56
|
* @private
|
|
45
57
|
*/
|
|
46
58
|
private _mobileBreakpointValue;
|
|
59
|
+
shape: string;
|
|
60
|
+
matchWidth: boolean;
|
|
47
61
|
set mobileFullscreenBreakpoint(value: string);
|
|
48
62
|
get mobileFullscreenBreakpoint(): string;
|
|
49
63
|
updated(changedProperties: any): void;
|