@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
|
@@ -19,7 +19,6 @@
|
|
|
19
19
|
| [autoPlacement](#autoPlacement) | `autoPlacement` | | `boolean` | "false" | If declared, bib's position will be automatically calculated where to appear. |
|
|
20
20
|
| [chevron](#chevron) | `chevron` | | ` Boolean ` | | If declared, the dropdown displays a chevron on the right. |
|
|
21
21
|
| [common](#common) | `common` | | ` Boolean ` | | If declared, the dropdown will be styled with the common theme. |
|
|
22
|
-
| [commonLabelClasses](#commonLabelClasses) | | readonly | `object` | | |
|
|
23
22
|
| [commonWrapperClasses](#commonWrapperClasses) | | readonly | `{ trigger: boolean; wrapper: boolean; hasFocus: boolean \| undefined; simple: boolean \| undefined; parentBorder: boolean; }` | | |
|
|
24
23
|
| [disabled](#disabled) | `disabled` | | ` Boolean ` | | If declared, the dropdown is not interactive. |
|
|
25
24
|
| [error](#error) | `error` | | ` Boolean ` | | If declared in combination with not using the `simple` property or `helpText` slot content, will apply red color to both. |
|
|
@@ -41,7 +40,7 @@
|
|
|
41
40
|
| [onSlotChange](#onSlotChange) | `onSlotChange` | | | | |
|
|
42
41
|
| [placement](#placement) | `placement` | | `string` | "bottom-start" | Position where the bib should appear relative to the trigger. |
|
|
43
42
|
| [rounded](#rounded) | `rounded` | | ` Boolean ` | | If declared, will apply border-radius to trigger and default slots. |
|
|
44
|
-
| [shape](#shape) | | | `string` | "
|
|
43
|
+
| [shape](#shape) | | | `string` | "classic" | |
|
|
45
44
|
| [simple](#simple) | `simple` | | `boolean` | | If declared, applies a border around the trigger slot. |
|
|
46
45
|
| [size](#size) | | | `string` | "xl" | |
|
|
47
46
|
|
|
@@ -1431,7 +1430,7 @@ The component may be restyled using the following code sample and changing the v
|
|
|
1431
1430
|
--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-muted, #{v.$ds-basic-color-texticon-muted});
|
|
1432
1431
|
--ds-auro-dropdown-trigger-background-color: var(--ds-basic-color-surface-default, #{v.$ds-basic-color-surface-default});
|
|
1433
1432
|
--ds-auro-dropdown-trigger-container-color: var(--ds-basic-color-surface-default, #{v.$ds-basic-color-surface-default});
|
|
1434
|
-
--ds-auro-dropdown-trigger-border-color:
|
|
1433
|
+
--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-bold, #{v.$ds-basic-color-border-bold});
|
|
1435
1434
|
--ds-auro-dropdown-trigger-outline-color: transparent;
|
|
1436
1435
|
--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-default, #{v.$ds-basic-color-texticon-default});
|
|
1437
1436
|
--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-default, #{v.$ds-basic-color-texticon-default});
|
|
@@ -1445,7 +1444,7 @@ The component may be restyled using the following code sample and changing the v
|
|
|
1445
1444
|
--ds-auro-dropdown-label-text-color: var(--ds-basic-color-texticon-inverse-muted, #{v.$ds-basic-color-texticon-inverse-muted});
|
|
1446
1445
|
--ds-auro-dropdown-trigger-background-color: var(--ds-advanced-color-shared-background-inverse, #{v.$ds-advanced-color-shared-background-inverse});
|
|
1447
1446
|
--ds-auro-dropdown-trigger-container-color: var(--ds-advanced-color-shared-background-inverse, #{v.$ds-advanced-color-shared-background-inverse});
|
|
1448
|
-
--ds-auro-dropdown-trigger-border-color:
|
|
1447
|
+
--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-border-inverse, #{v.$ds-basic-color-border-inverse});
|
|
1449
1448
|
--ds-auro-dropdown-trigger-outline-color: transparent;
|
|
1450
1449
|
--ds-auro-dropdown-trigger-text-color: var(--ds-basic-color-texticon-inverse, #{v.$ds-basic-color-texticon-inverse});
|
|
1451
1450
|
--ds-auro-dropdown-helptext-text-color: var(--ds-basic-color-texticon-inverse, #{v.$ds-basic-color-texticon-inverse});
|
|
@@ -2698,8 +2698,12 @@ class AuroIcon extends BaseIcon {
|
|
|
2698
2698
|
async firstUpdated() {
|
|
2699
2699
|
await super.firstUpdated();
|
|
2700
2700
|
|
|
2701
|
-
|
|
2702
|
-
|
|
2701
|
+
/**
|
|
2702
|
+
* icons provide a description for screen readers. Icon only instances Auro-button
|
|
2703
|
+
* depend on this description to provide context for the user using a screen reader.
|
|
2704
|
+
* Removes the SVG description for screen reader if ariaHidden is set to true.
|
|
2705
|
+
*/
|
|
2706
|
+
if (this.hasAttribute('ariaHidden') && this.svg) {
|
|
2703
2707
|
const svgDesc = this.svg.querySelector('desc');
|
|
2704
2708
|
|
|
2705
2709
|
if (svgDesc) {
|
|
@@ -2745,11 +2749,11 @@ class AuroIcon extends BaseIcon {
|
|
|
2745
2749
|
|
|
2746
2750
|
var iconVersion = '6.1.2';
|
|
2747
2751
|
|
|
2748
|
-
var styleCss$1 = i$2`:host{position:fixed;z-index:var(--depth-tooltip, 400);display:none;isolation:isolate}.container{
|
|
2752
|
+
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}`;
|
|
2749
2753
|
|
|
2750
2754
|
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)}`;
|
|
2751
2755
|
|
|
2752
|
-
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:
|
|
2756
|
+
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)}`;
|
|
2753
2757
|
|
|
2754
2758
|
// Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
2755
2759
|
// See LICENSE in the project root for license information.
|
|
@@ -2770,7 +2774,7 @@ const DESIGN_TOKEN_BREAKPOINT_OPTIONS = [
|
|
|
2770
2774
|
*/
|
|
2771
2775
|
|
|
2772
2776
|
class AuroDropdownBib extends i {
|
|
2773
|
-
|
|
2777
|
+
// not extending AuroElement because Bib needs only `shape` prop
|
|
2774
2778
|
constructor() {
|
|
2775
2779
|
super();
|
|
2776
2780
|
|
|
@@ -2780,6 +2784,9 @@ class AuroDropdownBib extends i {
|
|
|
2780
2784
|
this._mobileBreakpointValue = undefined;
|
|
2781
2785
|
|
|
2782
2786
|
AuroLibraryRuntimeUtils$2.prototype.handleComponentTagRename(this, 'auro-dropdownbib');
|
|
2787
|
+
|
|
2788
|
+
this.shape = "rounded";
|
|
2789
|
+
this.matchWidth = false;
|
|
2783
2790
|
}
|
|
2784
2791
|
|
|
2785
2792
|
static get styles() {
|
|
@@ -2817,6 +2824,15 @@ class AuroDropdownBib extends i {
|
|
|
2817
2824
|
reflect: true
|
|
2818
2825
|
},
|
|
2819
2826
|
|
|
2827
|
+
/**
|
|
2828
|
+
* If declared, the bib width will match the trigger width.
|
|
2829
|
+
* @private
|
|
2830
|
+
*/
|
|
2831
|
+
matchWidth: {
|
|
2832
|
+
type: Boolean,
|
|
2833
|
+
reflect: true
|
|
2834
|
+
},
|
|
2835
|
+
|
|
2820
2836
|
/**
|
|
2821
2837
|
* If declared, will apply border-radius to the bib.
|
|
2822
2838
|
*/
|
|
@@ -2830,6 +2846,11 @@ class AuroDropdownBib extends i {
|
|
|
2830
2846
|
*/
|
|
2831
2847
|
bibTemplate: {
|
|
2832
2848
|
type: Object
|
|
2849
|
+
},
|
|
2850
|
+
|
|
2851
|
+
shape: {
|
|
2852
|
+
type: String,
|
|
2853
|
+
reflect: true
|
|
2833
2854
|
}
|
|
2834
2855
|
};
|
|
2835
2856
|
}
|
|
@@ -2909,8 +2930,16 @@ class AuroDropdownBib extends i {
|
|
|
2909
2930
|
|
|
2910
2931
|
// function that renders the HTML and CSS into the scope of the component
|
|
2911
2932
|
render() {
|
|
2933
|
+
const classes = {
|
|
2934
|
+
container: true
|
|
2935
|
+
};
|
|
2936
|
+
|
|
2937
|
+
// Since this class does not inherit from AuroElement, we apply the shape-related class within the `render` function,
|
|
2938
|
+
// mimicking the class naming convention used in AuroElement.resetShapeClasses.
|
|
2939
|
+
classes[`shape-${this.shape}`] = true;
|
|
2940
|
+
|
|
2912
2941
|
return u$1`
|
|
2913
|
-
<div class="
|
|
2942
|
+
<div class="${e$2(classes)}" part="bibContainer">
|
|
2914
2943
|
<slot></slot>
|
|
2915
2944
|
</div>
|
|
2916
2945
|
`;
|
|
@@ -2919,17 +2948,17 @@ class AuroDropdownBib extends i {
|
|
|
2919
2948
|
|
|
2920
2949
|
var dropdownVersion = '3.0.0';
|
|
2921
2950
|
|
|
2922
|
-
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:
|
|
2951
|
+
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}`;
|
|
2923
2952
|
|
|
2924
2953
|
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)}`;
|
|
2925
2954
|
|
|
2926
|
-
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)
|
|
2955
|
+
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)}`;
|
|
2927
2956
|
|
|
2928
|
-
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;
|
|
2957
|
+
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}`;
|
|
2929
2958
|
|
|
2930
|
-
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;
|
|
2959
|
+
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)}`;
|
|
2931
2960
|
|
|
2932
|
-
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;
|
|
2961
|
+
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)}`;
|
|
2933
2962
|
|
|
2934
2963
|
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)}`;
|
|
2935
2964
|
|
|
@@ -3174,18 +3203,21 @@ class AuroElement extends i {
|
|
|
3174
3203
|
}
|
|
3175
3204
|
|
|
3176
3205
|
resetShapeClasses() {
|
|
3177
|
-
|
|
3178
|
-
const wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
3206
|
+
const wrapper = this.shadowRoot.querySelector('.wrapper');
|
|
3179
3207
|
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
|
|
3185
|
-
|
|
3208
|
+
if (wrapper) {
|
|
3209
|
+
wrapper.classList.forEach((className) => {
|
|
3210
|
+
if (className.startsWith('shape-')) {
|
|
3211
|
+
wrapper.classList.remove(className);
|
|
3212
|
+
}
|
|
3213
|
+
});
|
|
3186
3214
|
|
|
3187
|
-
|
|
3188
|
-
|
|
3215
|
+
}
|
|
3216
|
+
|
|
3217
|
+
if (this.shape && this.size) {
|
|
3218
|
+
wrapper.classList.add(`shape-${this.shape.toLowerCase()}-${this.size.toLowerCase()}`);
|
|
3219
|
+
} else {
|
|
3220
|
+
wrapper.classList.add('shape-none');
|
|
3189
3221
|
}
|
|
3190
3222
|
}
|
|
3191
3223
|
|
|
@@ -3261,19 +3293,14 @@ class AuroDropdown extends AuroElement {
|
|
|
3261
3293
|
|
|
3262
3294
|
// Layout Config
|
|
3263
3295
|
this.layout = 'classic';
|
|
3264
|
-
this.shape = '
|
|
3296
|
+
this.shape = 'classic';
|
|
3265
3297
|
this.size = 'xl';
|
|
3298
|
+
|
|
3266
3299
|
this.parentBorder = false;
|
|
3267
3300
|
|
|
3268
3301
|
this.privateDefaults();
|
|
3269
3302
|
}
|
|
3270
3303
|
|
|
3271
|
-
get commonLabelClasses() {
|
|
3272
|
-
return {
|
|
3273
|
-
// 'withValue': this.value && this.value.length > 0
|
|
3274
|
-
};
|
|
3275
|
-
}
|
|
3276
|
-
|
|
3277
3304
|
get commonWrapperClasses() {
|
|
3278
3305
|
return {
|
|
3279
3306
|
'trigger': true,
|
|
@@ -3946,14 +3973,13 @@ class AuroDropdown extends AuroElement {
|
|
|
3946
3973
|
* @returns {void}
|
|
3947
3974
|
*/
|
|
3948
3975
|
handleTriggerContentSlotChange(event) {
|
|
3949
|
-
|
|
3950
3976
|
this.floater.handleTriggerTabIndex();
|
|
3951
3977
|
|
|
3952
3978
|
// Get the trigger
|
|
3953
3979
|
const trigger = this.shadowRoot.querySelector('#trigger');
|
|
3954
3980
|
|
|
3955
3981
|
// Get the trigger slot
|
|
3956
|
-
const triggerSlot = this.shadowRoot.querySelector('.
|
|
3982
|
+
const triggerSlot = this.shadowRoot.querySelector('.triggerContentWrapper slot');
|
|
3957
3983
|
|
|
3958
3984
|
// If there's a trigger slot
|
|
3959
3985
|
if (triggerSlot) {
|
|
@@ -4025,29 +4051,6 @@ class AuroDropdown extends AuroElement {
|
|
|
4025
4051
|
}
|
|
4026
4052
|
}
|
|
4027
4053
|
|
|
4028
|
-
/**
|
|
4029
|
-
* @private
|
|
4030
|
-
* @method handleLabelSlotChange
|
|
4031
|
-
* @param {event} event - The event object representing the slot change.
|
|
4032
|
-
* @description Handles the slot change event for the label slot.
|
|
4033
|
-
*/
|
|
4034
|
-
handleLabelSlotChange (event) {
|
|
4035
|
-
|
|
4036
|
-
// Get the nodes from the event
|
|
4037
|
-
const nodes = event.target.assignedNodes();
|
|
4038
|
-
|
|
4039
|
-
// Guard clause for no nodes
|
|
4040
|
-
if (!nodes) {
|
|
4041
|
-
return;
|
|
4042
|
-
}
|
|
4043
|
-
|
|
4044
|
-
// Convert the nodes to a measurable array so we can get the length
|
|
4045
|
-
const nodesArr = Array.from(nodes);
|
|
4046
|
-
|
|
4047
|
-
// If the nodes array has a length, the dropdown is labeled
|
|
4048
|
-
this.labeled = nodesArr.length > 0;
|
|
4049
|
-
}
|
|
4050
|
-
|
|
4051
4054
|
/**
|
|
4052
4055
|
* Returns HTML for the common portion of the layouts.
|
|
4053
4056
|
* @private
|
|
@@ -4062,22 +4065,17 @@ class AuroDropdown extends AuroElement {
|
|
|
4062
4065
|
class="${e$2(this.commonWrapperClasses)}" part="wrapper"
|
|
4063
4066
|
tabindex="${this.tabIndex}"
|
|
4064
4067
|
role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
4065
|
-
aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
4066
|
-
aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
4068
|
+
aria-expanded="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
4069
|
+
aria-controls="${o(this.a11yRole === 'button' || this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
4067
4070
|
aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
4068
4071
|
@focusin="${this.handleFocusin}"
|
|
4069
4072
|
@blur="${this.handleFocusOut}">
|
|
4070
|
-
<div class="triggerContentWrapper">
|
|
4071
|
-
<
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
<div class="triggerContent">
|
|
4075
|
-
<slot
|
|
4076
|
-
name="trigger"
|
|
4077
|
-
@slotchange="${this.handleTriggerContentSlotChange}"></slot>
|
|
4078
|
-
</div>
|
|
4073
|
+
<div class="triggerContentWrapper" id="triggerLabel">
|
|
4074
|
+
<slot
|
|
4075
|
+
name="trigger"
|
|
4076
|
+
@slotchange="${this.handleTriggerContentSlotChange}"></slot>
|
|
4079
4077
|
</div>
|
|
4080
|
-
${this.chevron
|
|
4078
|
+
${this.chevron ? u$1`
|
|
4081
4079
|
<div
|
|
4082
4080
|
id="showStateIcon"
|
|
4083
4081
|
class="chevron"
|
|
@@ -4098,6 +4096,7 @@ class AuroDropdown extends AuroElement {
|
|
|
4098
4096
|
<div id="bibSizer" part="size"></div>
|
|
4099
4097
|
<${this.dropdownBibTag}
|
|
4100
4098
|
id="bib"
|
|
4099
|
+
shape="${this.shape}"
|
|
4101
4100
|
?data-show="${this.isPopoverVisible}"
|
|
4102
4101
|
?isfullscreen="${this.isBibFullscreen}"
|
|
4103
4102
|
?common="${this.common}"
|
|
@@ -4117,62 +4116,13 @@ class AuroDropdown extends AuroElement {
|
|
|
4117
4116
|
* @returns {html} - Returns HTML for the classic layout.
|
|
4118
4117
|
*/
|
|
4119
4118
|
renderLayoutClassic() {
|
|
4119
|
+
// TODO: check with Doug why this was never used?
|
|
4120
|
+
const helpTextClasses = {
|
|
4121
|
+
'helpText': true
|
|
4122
|
+
};
|
|
4120
4123
|
|
|
4121
4124
|
return u$1`
|
|
4122
|
-
|
|
4123
|
-
<div
|
|
4124
|
-
id="trigger"
|
|
4125
|
-
class="trigger"
|
|
4126
|
-
part="trigger"
|
|
4127
|
-
tabindex="${this.tabIndex}"
|
|
4128
|
-
?showBorder="${this.showTriggerBorders}"
|
|
4129
|
-
role="${o(this.triggerContentFocusable ? undefined : this.a11yRole)}"
|
|
4130
|
-
aria-expanded="${o(this.triggerContentFocusable ? undefined : this.isPopoverVisible)}"
|
|
4131
|
-
aria-controls="${o(this.triggerContentFocusable ? undefined : this.dropdownId)}"
|
|
4132
|
-
aria-labelledby="${o(this.triggerContentFocusable ? undefined : 'triggerLabel')}"
|
|
4133
|
-
>
|
|
4134
|
-
<div class="triggerContentWrapper">
|
|
4135
|
-
<label class="label" id="triggerLabel" hasTrigger=${this.hasTriggerContent}>
|
|
4136
|
-
<slot name="label" @slotchange="${this.handleLabelSlotChange}"></slot>
|
|
4137
|
-
</label>
|
|
4138
|
-
<div class="triggerContent">
|
|
4139
|
-
<slot
|
|
4140
|
-
name="trigger"
|
|
4141
|
-
@slotchange="${this.handleTriggerContentSlotChange}"></slot>
|
|
4142
|
-
</div>
|
|
4143
|
-
</div>
|
|
4144
|
-
${this.chevron || this.common ? u$1`
|
|
4145
|
-
<div
|
|
4146
|
-
id="showStateIcon"
|
|
4147
|
-
part="chevron">
|
|
4148
|
-
<${this.iconTag}
|
|
4149
|
-
category="interface"
|
|
4150
|
-
name="chevron-down"
|
|
4151
|
-
?onDark="${this.onDark}"
|
|
4152
|
-
variant="${this.disabled ? 'disabled' : 'muted'}">
|
|
4153
|
-
>
|
|
4154
|
-
</${this.iconTag}>
|
|
4155
|
-
</div>
|
|
4156
|
-
` : undefined }
|
|
4157
|
-
</div>
|
|
4158
|
-
<${this.helpTextTag} part="helpText" ?onDark=${this.onDark} ?error="${this.error}">
|
|
4159
|
-
<slot name="helpText"></slot>
|
|
4160
|
-
</${this.helpTextTag}>
|
|
4161
|
-
|
|
4162
|
-
<div id="bibSizer" part="size"></div>
|
|
4163
|
-
<${this.dropdownBibTag}
|
|
4164
|
-
id="bib"
|
|
4165
|
-
?data-show="${this.isPopoverVisible}"
|
|
4166
|
-
?isfullscreen="${this.isBibFullscreen}"
|
|
4167
|
-
?common="${this.common}"
|
|
4168
|
-
?rounded="${this.common || this.rounded}"
|
|
4169
|
-
?inset="${this.common || this.inset}"
|
|
4170
|
-
>
|
|
4171
|
-
<div class="slotContent">
|
|
4172
|
-
<slot @slotchange="${this.handleDefaultSlot}"></slot>
|
|
4173
|
-
</div>
|
|
4174
|
-
</${this.dropdownBibTag}>
|
|
4175
|
-
</div>
|
|
4125
|
+
${this.renderBasicHtml(helpTextClasses)}
|
|
4176
4126
|
`;
|
|
4177
4127
|
}
|
|
4178
4128
|
|
|
@@ -41,13 +41,13 @@ Not including one of the above options will result in your UI being non-complian
|
|
|
41
41
|
This first common example uses the default `auro-dropdown` element with the attributes of `bordered` `rounded` `inset` `toggle` and `chevron`. Additionally the `aria-label` attribute is used to define a string value that labels an interactive element.
|
|
42
42
|
|
|
43
43
|
<div class="exampleWrapper">
|
|
44
|
-
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/
|
|
45
|
-
<!-- The below content is automatically added from ./../apiExamples/
|
|
46
|
-
<auro-dropdown id="
|
|
44
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/classic/basic.html) -->
|
|
45
|
+
<!-- The below content is automatically added from ./../apiExamples/classic/basic.html -->
|
|
46
|
+
<auro-dropdown id="classic" chevron aria-label="Label content for screen reader">
|
|
47
47
|
<div style="padding: var(--ds-size-150);">
|
|
48
48
|
Lorem ipsum solar
|
|
49
49
|
<br />
|
|
50
|
-
<auro-button onclick="document.querySelector('#
|
|
50
|
+
<auro-button onclick="document.querySelector('#classic').hide()">
|
|
51
51
|
Dismiss Dropdown
|
|
52
52
|
</auro-button>
|
|
53
53
|
</div>
|
|
@@ -60,14 +60,38 @@ This first common example uses the default `auro-dropdown` element with the attr
|
|
|
60
60
|
</auro-dropdown>
|
|
61
61
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
62
62
|
</div>
|
|
63
|
-
<
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
<auro-accordion alignRight>
|
|
64
|
+
<span slot="trigger">See code</span>
|
|
65
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/classic/basic.html) -->
|
|
66
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/classic/basic.html -->
|
|
67
|
+
|
|
68
|
+
```html
|
|
69
|
+
<auro-dropdown id="classic" chevron aria-label="Label content for screen reader">
|
|
70
|
+
<div style="padding: var(--ds-size-150);">
|
|
71
|
+
Lorem ipsum solar
|
|
72
|
+
<br />
|
|
73
|
+
<auro-button onclick="document.querySelector('#classic').hide()">
|
|
74
|
+
Dismiss Dropdown
|
|
75
|
+
</auro-button>
|
|
76
|
+
</div>
|
|
77
|
+
<span slot="helpText">
|
|
78
|
+
Help text
|
|
79
|
+
</span>
|
|
80
|
+
<div slot="trigger">
|
|
81
|
+
Trigger
|
|
82
|
+
</div>
|
|
83
|
+
</auro-dropdown>
|
|
84
|
+
```
|
|
85
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
86
|
+
</auro-accordion>
|
|
87
|
+
<div class="exampleWrapper--ondark">
|
|
88
|
+
<!-- AURO-GENERATED-CONTENT:START (FILE:src=./../apiExamples/classic/basic-ondark.html) -->
|
|
89
|
+
<!-- The below content is automatically added from ./../apiExamples/classic/basic-ondark.html -->
|
|
90
|
+
<auro-dropdown onDark id="classicOnDark" chevron aria-label="Label content for screen reader">
|
|
67
91
|
<div style="padding: var(--ds-size-150);">
|
|
68
92
|
Lorem ipsum solar
|
|
69
93
|
<br />
|
|
70
|
-
<auro-button onclick="document.querySelector('#
|
|
94
|
+
<auro-button onclick="document.querySelector('#classicOnDark').hide()">
|
|
71
95
|
Dismiss Dropdown
|
|
72
96
|
</auro-button>
|
|
73
97
|
</div>
|
|
@@ -80,6 +104,30 @@ This first common example uses the default `auro-dropdown` element with the attr
|
|
|
80
104
|
</auro-dropdown>
|
|
81
105
|
<!-- AURO-GENERATED-CONTENT:END -->
|
|
82
106
|
</div>
|
|
107
|
+
<auro-accordion alignRight>
|
|
108
|
+
<span slot="trigger">See code</span>
|
|
109
|
+
<!-- AURO-GENERATED-CONTENT:START (CODE:src=./../apiExamples/classic/basic-ondark.html) -->
|
|
110
|
+
<!-- The below code snippet is automatically added from ./../apiExamples/classic/basic-ondark.html -->
|
|
111
|
+
|
|
112
|
+
```html
|
|
113
|
+
<auro-dropdown onDark id="classicOnDark" chevron aria-label="Label content for screen reader">
|
|
114
|
+
<div style="padding: var(--ds-size-150);">
|
|
115
|
+
Lorem ipsum solar
|
|
116
|
+
<br />
|
|
117
|
+
<auro-button onclick="document.querySelector('#classicOnDark').hide()">
|
|
118
|
+
Dismiss Dropdown
|
|
119
|
+
</auro-button>
|
|
120
|
+
</div>
|
|
121
|
+
<span slot="helpText">
|
|
122
|
+
Help text
|
|
123
|
+
</span>
|
|
124
|
+
<div slot="trigger">
|
|
125
|
+
Trigger
|
|
126
|
+
</div>
|
|
127
|
+
</auro-dropdown>
|
|
128
|
+
```
|
|
129
|
+
<!-- AURO-GENERATED-CONTENT:END -->
|
|
130
|
+
</auro-accordion>
|
|
83
131
|
|
|
84
132
|
## Emphasized Layouts
|
|
85
133
|
|