@aurodesignsystem-dev/auro-formkit 0.0.0-pr807.2 → 0.0.0-pr808.1
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/headerVersion.d.ts +1 -1
- package/components/bibtemplate/dist/index.js +96 -60
- package/components/bibtemplate/dist/registered.js +96 -60
- package/components/checkbox/demo/api.md +6 -7
- package/components/checkbox/demo/api.min.js +8 -5
- package/components/checkbox/demo/index.min.js +8 -5
- package/components/checkbox/dist/auro-checkbox.d.ts +0 -3
- package/components/checkbox/dist/index.js +8 -5
- package/components/checkbox/dist/registered.js +8 -5
- package/components/combobox/demo/api.min.js +111 -79
- package/components/combobox/demo/index.min.js +111 -79
- package/components/combobox/dist/index.js +107 -75
- package/components/combobox/dist/registered.js +107 -75
- package/components/counter/demo/api.min.js +116 -80
- package/components/counter/demo/index.min.js +116 -80
- package/components/counter/dist/index.js +116 -80
- package/components/counter/dist/registered.js +116 -80
- package/components/datepicker/demo/api.min.js +97 -65
- package/components/datepicker/demo/index.min.js +97 -65
- package/components/datepicker/dist/index.js +97 -65
- package/components/datepicker/dist/registered.js +97 -65
- package/components/dropdown/demo/api.min.js +1 -1
- package/components/dropdown/demo/index.min.js +1 -1
- package/components/dropdown/dist/index.js +1 -1
- package/components/dropdown/dist/registered.js +1 -1
- package/components/input/demo/api.min.js +1 -5
- package/components/input/demo/index.min.js +1 -5
- package/components/input/dist/index.js +1 -5
- package/components/input/dist/registered.js +1 -5
- package/components/radio/demo/api.md +0 -2
- package/components/radio/demo/api.min.js +1 -3
- package/components/radio/demo/index.min.js +1 -3
- package/components/radio/dist/auro-radio.d.ts +0 -2
- package/components/radio/dist/index.js +1 -3
- package/components/radio/dist/registered.js +1 -3
- package/components/select/demo/api.min.js +113 -92
- package/components/select/demo/index.min.js +113 -92
- package/components/select/dist/index.js +109 -88
- package/components/select/dist/registered.js +109 -88
- package/package.json +1 -1
|
@@ -651,7 +651,7 @@ const {
|
|
|
651
651
|
|
|
652
652
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
653
653
|
|
|
654
|
-
let AuroLibraryRuntimeUtils$
|
|
654
|
+
let AuroLibraryRuntimeUtils$6 = class AuroLibraryRuntimeUtils {
|
|
655
655
|
|
|
656
656
|
/* eslint-disable jsdoc/require-param */
|
|
657
657
|
|
|
@@ -721,7 +721,7 @@ let AuroLibraryRuntimeUtils$5 = class AuroLibraryRuntimeUtils {
|
|
|
721
721
|
class AuroFormValidation {
|
|
722
722
|
|
|
723
723
|
constructor() {
|
|
724
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
724
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$6();
|
|
725
725
|
}
|
|
726
726
|
|
|
727
727
|
/**
|
|
@@ -4286,7 +4286,7 @@ var shapeSizeCss$1 = i$5`.wrapper{overflow:hidden}.shape-classic-xl,.shape-class
|
|
|
4286
4286
|
|
|
4287
4287
|
var colorCss$1$2 = i$5`:host(:not([layout*=classic])){--ds-auro-dropdown-trigger-border-color: transparent}:host(:not([ondark])) .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-within,:host(:not([ondark])) .wrapper: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(:not([onDark])[disabled]){--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(:not([ondark])[error]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error, #e31f26)}:host([onDark]) .label{color:var(--ds-auro-dropdown-label-text-color)}:host([onDark]) .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([onDark]) .wrapper:focus-within,:host([onDark]) .wrapper: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([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([ondark][error]){--ds-auro-dropdown-trigger-border-color: var(--ds-basic-color-status-error-subtle, #fbc6c6)}`;
|
|
4288
4288
|
|
|
4289
|
-
var styleCss$1$2 = i$5`:host{position:relative;display:block}:host([open]){z-index:var(--depth-tooltip, 400)}.wrapper{display:flex;
|
|
4289
|
+
var styleCss$1$2 = i$5`:host{position:relative;display:block}:host([open]){z-index:var(--depth-tooltip, 400)}.wrapper{display:flex;flex:1;flex-direction:row;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([matchwidth]) #bibSizer{width:100%}`;
|
|
4290
4290
|
|
|
4291
4291
|
var classicColorCss = i$5``;
|
|
4292
4292
|
|
|
@@ -4309,7 +4309,7 @@ var tokensCss$4 = i$5`:host{--ds-auro-helptext-color: var(--ds-basic-color-texti
|
|
|
4309
4309
|
|
|
4310
4310
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
4311
4311
|
|
|
4312
|
-
let AuroLibraryRuntimeUtils$
|
|
4312
|
+
let AuroLibraryRuntimeUtils$5 = class AuroLibraryRuntimeUtils {
|
|
4313
4313
|
|
|
4314
4314
|
/* eslint-disable jsdoc/require-param */
|
|
4315
4315
|
|
|
@@ -4388,7 +4388,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
4388
4388
|
this.onDark = false;
|
|
4389
4389
|
this.hasTextContent = false;
|
|
4390
4390
|
|
|
4391
|
-
AuroLibraryRuntimeUtils$
|
|
4391
|
+
AuroLibraryRuntimeUtils$5.prototype.handleComponentTagRename(this, 'auro-helptext');
|
|
4392
4392
|
}
|
|
4393
4393
|
|
|
4394
4394
|
static get styles() {
|
|
@@ -4444,7 +4444,7 @@ let AuroHelpText$1 = class AuroHelpText extends i$2 {
|
|
|
4444
4444
|
*
|
|
4445
4445
|
*/
|
|
4446
4446
|
static register(name = "auro-helptext") {
|
|
4447
|
-
AuroLibraryRuntimeUtils$
|
|
4447
|
+
AuroLibraryRuntimeUtils$5.prototype.registerComponent(name, AuroHelpText);
|
|
4448
4448
|
}
|
|
4449
4449
|
|
|
4450
4450
|
updated() {
|
|
@@ -5507,7 +5507,7 @@ var tokenCss = i$5`:host{--ds-auro-dropdownbib-header-boxshadow-color: var(--ds-
|
|
|
5507
5507
|
|
|
5508
5508
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
5509
5509
|
|
|
5510
|
-
let AuroLibraryRuntimeUtils$
|
|
5510
|
+
let AuroLibraryRuntimeUtils$3 = class AuroLibraryRuntimeUtils {
|
|
5511
5511
|
|
|
5512
5512
|
/* eslint-disable jsdoc/require-param */
|
|
5513
5513
|
|
|
@@ -6090,7 +6090,7 @@ var shapeSize = i$5`.shape-rounded-xl{min-height:68px;max-height:68px;border-sty
|
|
|
6090
6090
|
|
|
6091
6091
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
6092
6092
|
|
|
6093
|
-
let AuroLibraryRuntimeUtils$
|
|
6093
|
+
let AuroLibraryRuntimeUtils$2 = class AuroLibraryRuntimeUtils {
|
|
6094
6094
|
|
|
6095
6095
|
/* eslint-disable jsdoc/require-param */
|
|
6096
6096
|
|
|
@@ -6185,7 +6185,7 @@ class AuroLoader extends i$2 {
|
|
|
6185
6185
|
/**
|
|
6186
6186
|
* @private
|
|
6187
6187
|
*/
|
|
6188
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
6188
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$2();
|
|
6189
6189
|
|
|
6190
6190
|
this.orbit = false;
|
|
6191
6191
|
this.ringworm = false;
|
|
@@ -6248,7 +6248,7 @@ class AuroLoader extends i$2 {
|
|
|
6248
6248
|
*
|
|
6249
6249
|
*/
|
|
6250
6250
|
static register(name = "auro-loader") {
|
|
6251
|
-
AuroLibraryRuntimeUtils$
|
|
6251
|
+
AuroLibraryRuntimeUtils$2.prototype.registerComponent(name, AuroLoader);
|
|
6252
6252
|
}
|
|
6253
6253
|
|
|
6254
6254
|
firstUpdated() {
|
|
@@ -6528,7 +6528,7 @@ class AuroButton extends AuroElement$1 {
|
|
|
6528
6528
|
*
|
|
6529
6529
|
*/
|
|
6530
6530
|
static register(name = "auro-button") {
|
|
6531
|
-
AuroLibraryRuntimeUtils$
|
|
6531
|
+
AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroButton);
|
|
6532
6532
|
}
|
|
6533
6533
|
|
|
6534
6534
|
/**
|
|
@@ -6865,7 +6865,7 @@ var colorCss$4 = i$5`:host{color:var(--ds-auro-icon-color)}:host([customColor]){
|
|
|
6865
6865
|
|
|
6866
6866
|
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
6867
6867
|
|
|
6868
|
-
let AuroLibraryRuntimeUtils$
|
|
6868
|
+
let AuroLibraryRuntimeUtils$1$1 = class AuroLibraryRuntimeUtils {
|
|
6869
6869
|
|
|
6870
6870
|
/* eslint-disable jsdoc/require-param */
|
|
6871
6871
|
|
|
@@ -6947,7 +6947,7 @@ let AuroIcon$1 = class AuroIcon extends BaseIcon$1 {
|
|
|
6947
6947
|
*/
|
|
6948
6948
|
privateDefaults() {
|
|
6949
6949
|
this.uri = 'https://cdn.jsdelivr.net/npm/@alaskaairux/icons@latest/dist';
|
|
6950
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
6950
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$1$1();
|
|
6951
6951
|
}
|
|
6952
6952
|
|
|
6953
6953
|
// function to define props used within the scope of this component
|
|
@@ -7029,7 +7029,7 @@ let AuroIcon$1 = class AuroIcon extends BaseIcon$1 {
|
|
|
7029
7029
|
*
|
|
7030
7030
|
*/
|
|
7031
7031
|
static register(name = "auro-icon") {
|
|
7032
|
-
AuroLibraryRuntimeUtils$
|
|
7032
|
+
AuroLibraryRuntimeUtils$1$1.prototype.registerComponent(name, AuroIcon);
|
|
7033
7033
|
}
|
|
7034
7034
|
|
|
7035
7035
|
connectedCallback() {
|
|
@@ -7101,7 +7101,77 @@ let AuroIcon$1 = class AuroIcon extends BaseIcon$1 {
|
|
|
7101
7101
|
|
|
7102
7102
|
var iconVersion$1 = '8.1.0';
|
|
7103
7103
|
|
|
7104
|
-
var styleCss$5 = i$5`.body-default{font-size:var(--wcss-body-default-font-size, 1rem);line-height:var(--wcss-body-default-line-height, 1.5)}.body-default,.body-lg{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-lg{font-size:var(--wcss-body-lg-font-size, 1.125rem);line-height:var(--wcss-body-lg-line-height, 1.63)}.body-sm{font-size:var(--wcss-body-sm-font-size, 0.875rem);line-height:var(--wcss-body-sm-line-height, 1.25)}.body-sm,.body-xs{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0)}.body-xs{font-size:var(--wcss-body-xs-font-size, 0.75rem);line-height:var(--wcss-body-xs-line-height, 1)}.body-2xs{font-family:var(--wcss-body-family, "AS Circular", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif);font-size:var(--wcss-body-2xs-font-size, 0.625rem);font-weight:var(--wcss-body-weight, 450);letter-spacing:var(--wcss-body-letter-spacing, 0);line-height:var(--wcss-body-2xs-line-height, 0.88)}.display-2xl{font-family:var(--wcss-display-2xl-family, "AS Circular", 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", 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", 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", 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", 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", 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", 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", 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", 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", 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", 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, 450);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", 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, 450);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", 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-xl{font-family:var(--wcss-accent-xl-family, "Good OT", 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", 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-md{font-family:var(--wcss-accent-md-family, "Good OT", 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", 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-xs{font-family:var(--wcss-accent-xs-family, "Good OT", 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", 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)}:host([no-margin-block]) .heading{margin-block:0}.util_stackMarginnone--bottom{margin-bottom:0}.util_stackMargin25--bottom{margin-bottom:var(--ds-size-25, 0.125rem)}.util_stackMargin50--bottom{margin-bottom:var(--ds-size-50, 0.25rem)}.util_stackMargin100--bottom{margin-bottom:var(--ds-size-100, 0.5rem)}.util_stackMargin150--bottom{margin-bottom:var(--ds-size-150, 0.75rem)}.util_stackMargin200--bottom{margin-bottom:var(--ds-size-200, 1rem)}.util_stackMargin300--bottom{margin-bottom:var(--ds-size-300, 1.5rem)}.util_stackMargin400--bottom{margin-bottom:var(--ds-size-400, 2rem)}.util_stackMargin600--bottom{margin-bottom:var(--ds-size-600, 3rem)}.util_stackMargin800--bottom{margin-bottom:var(--ds-size-800, 4rem)}.util_stackMarginnone--top{margin-top:0}.util_stackMargin25--top{margin-top:var(--ds-size-25, 0.125rem)}.util_stackMargin50--top{margin-top:var(--ds-size-50, 0.25rem)}.util_stackMargin100--top{margin-top:var(--ds-size-100, 0.5rem)}.util_stackMargin150--top{margin-top:var(--ds-size-150, 0.75rem)}.util_stackMargin200--top{margin-top:var(--ds-size-200, 1rem)}.util_stackMargin300--top{margin-top:var(--ds-size-300, 1.5rem)}.util_stackMargin400--top{margin-top:var(--ds-size-400, 2rem)}.util_stackMargin600--top{margin-top:var(--ds-size-600, 3rem)}.util_stackMargin800--top{margin-top:var(--ds-size-800, 4rem)}`;
|
|
7104
|
+
// Copyright (c) Alaska Air. All right reserved. Licensed under the Apache-2.0 license
|
|
7105
|
+
// See LICENSE in the project root for license information.
|
|
7106
|
+
|
|
7107
|
+
// ---------------------------------------------------------------------
|
|
7108
|
+
|
|
7109
|
+
/* eslint-disable line-comment-position, no-inline-comments, no-confusing-arrow, no-nested-ternary, implicit-arrow-linebreak */
|
|
7110
|
+
|
|
7111
|
+
let AuroLibraryRuntimeUtils$4 = class AuroLibraryRuntimeUtils {
|
|
7112
|
+
|
|
7113
|
+
/* eslint-disable jsdoc/require-param */
|
|
7114
|
+
|
|
7115
|
+
/**
|
|
7116
|
+
* This will register a new custom element with the browser.
|
|
7117
|
+
* @param {String} name - The name of the custom element.
|
|
7118
|
+
* @param {Object} componentClass - The class to register as a custom element.
|
|
7119
|
+
* @returns {void}
|
|
7120
|
+
*/
|
|
7121
|
+
registerComponent(name, componentClass) {
|
|
7122
|
+
if (!customElements.get(name)) {
|
|
7123
|
+
customElements.define(name, class extends componentClass {});
|
|
7124
|
+
}
|
|
7125
|
+
}
|
|
7126
|
+
|
|
7127
|
+
/**
|
|
7128
|
+
* Finds and returns the closest HTML Element based on a selector.
|
|
7129
|
+
* @returns {void}
|
|
7130
|
+
*/
|
|
7131
|
+
closestElement(
|
|
7132
|
+
selector, // selector like in .closest()
|
|
7133
|
+
base = this, // extra functionality to skip a parent
|
|
7134
|
+
__Closest = (el, found = el && el.closest(selector)) =>
|
|
7135
|
+
!el || el === document || el === window
|
|
7136
|
+
? null // standard .closest() returns null for non-found selectors also
|
|
7137
|
+
: found
|
|
7138
|
+
? found // found a selector INside this element
|
|
7139
|
+
: __Closest(el.getRootNode().host) // recursion!! break out to parent DOM
|
|
7140
|
+
) {
|
|
7141
|
+
return __Closest(base);
|
|
7142
|
+
}
|
|
7143
|
+
/* eslint-enable jsdoc/require-param */
|
|
7144
|
+
|
|
7145
|
+
/**
|
|
7146
|
+
* If the element passed is registered with a different tag name than what is passed in, the tag name is added as an attribute to the element.
|
|
7147
|
+
* @param {Object} elem - The element to check.
|
|
7148
|
+
* @param {String} tagName - The name of the Auro component to check for or add as an attribute.
|
|
7149
|
+
* @returns {void}
|
|
7150
|
+
*/
|
|
7151
|
+
handleComponentTagRename(elem, tagName) {
|
|
7152
|
+
const tag = tagName.toLowerCase();
|
|
7153
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
7154
|
+
|
|
7155
|
+
if (elemTag !== tag) {
|
|
7156
|
+
elem.setAttribute(tag, true);
|
|
7157
|
+
}
|
|
7158
|
+
}
|
|
7159
|
+
|
|
7160
|
+
/**
|
|
7161
|
+
* Validates if an element is a specific Auro component.
|
|
7162
|
+
* @param {Object} elem - The element to validate.
|
|
7163
|
+
* @param {String} tagName - The name of the Auro component to check against.
|
|
7164
|
+
* @returns {Boolean} - Returns true if the element is the specified Auro component.
|
|
7165
|
+
*/
|
|
7166
|
+
elementMatch(elem, tagName) {
|
|
7167
|
+
const tag = tagName.toLowerCase();
|
|
7168
|
+
const elemTag = elem.tagName.toLowerCase();
|
|
7169
|
+
|
|
7170
|
+
return elemTag === tag || elem.hasAttribute(tag);
|
|
7171
|
+
}
|
|
7172
|
+
};
|
|
7173
|
+
|
|
7174
|
+
var styleCss$5 = i$5`.heading{margin:1.75rem 0;letter-spacing:var(--ds-text-heading-default-spacing, -0.2px);font-weight:var(--ds-text-heading-default-weight, 500)}.heading--display{margin-top:0;font-size:var(--ds-text-heading-display-size-breakpoint-sm, 2.75rem);font-weight:var(--ds-text-heading-display-weight, 100);line-height:var(--ds-text-heading-display-height-breakpoint-sm, 3.375rem)}@media screen and (min-width: 768px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-md, 3rem);line-height:var(--ds-text-heading-display-height-breakpoint-md, 3.75rem)}}@media screen and (min-width: 1024px){.heading--display{font-size:var(--ds-text-heading-display-size-breakpoint-lg, 3.5rem);line-height:var(--ds-text-heading-display-height-breakpoint-lg, 4.25rem)}}.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-sm, 2rem);font-weight:var(--ds-text-heading-800-weight, 500);line-height:var(--ds-text-heading-800-height-breakpoint-sm, 2.375rem)}@media screen and (min-width: 768px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-md, 2.25rem);line-height:var(--ds-text-heading-800-height-breakpoint-md, 2.625rem)}}@media screen and (min-width: 1024px){.heading--800{font-size:var(--ds-text-heading-800-size-breakpoint-lg, 2.5rem);line-height:var(--ds-text-heading-800-height-breakpoint-lg, 3rem)}}.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-sm, 1.75rem);font-weight:var(--ds-text-heading-700-weight, 500);line-height:var(--ds-text-heading-700-height-breakpoint-sm, 2.125rem)}@media screen and (min-width: 768px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-md, 2rem);line-height:var(--ds-text-heading-700-height-breakpoint-md, 2.375rem)}}@media screen and (min-width: 1024px){.heading--700{font-size:var(--ds-text-heading-700-size-breakpoint-lg, 2.25rem);line-height:var(--ds-text-heading-700-height-breakpoint-lg, 2.75rem)}}.heading--600{margin:1rem 0;font-size:var(--ds-text-heading-600-size-breakpoint-sm, 1.625rem);font-weight:var(--ds-text-heading-600-weight, 300);line-height:var(--ds-text-heading-600-height-breakpoint-sm, 1.875rem)}@media screen and (min-width: 768px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-md, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-md, 2.125rem)}}@media screen and (min-width: 1024px){.heading--600{font-size:var(--ds-text-heading-600-size-breakpoint-lg, 1.75rem);line-height:var(--ds-text-heading-600-height-breakpoint-lg, 2.25rem)}}.heading--500{margin:1rem 0;font-size:var(--ds-text-heading-500-size-breakpoint-sm, 1.375rem);font-weight:var(--ds-text-heading-500-weight, 300);line-height:var(--ds-text-heading-500-height-breakpoint-sm, 1.625rem)}@media screen and (min-width: 768px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-md, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-md, 1.875rem)}}@media screen and (min-width: 1024px){.heading--500{font-size:var(--ds-text-heading-500-size-breakpoint-lg, 1.5rem);line-height:var(--ds-text-heading-500-height-breakpoint-lg, 2rem)}}.heading--400{margin:.75rem 0;font-size:var(--ds-text-heading-400-size, 1.25rem);font-weight:var(--ds-text-heading-400-weight, 300);line-height:var(--ds-text-heading-400-height, 1.625rem)}.heading--300{margin:.75rem 0;font-size:var(--ds-text-heading-300-size, 1.125rem);font-weight:var(--ds-text-heading-300-weight, 300);line-height:var(--ds-text-heading-300-height, 1.625rem)}:host([no-margin-block]) .heading{margin-block:0}.util_stackMarginnone--bottom{margin-bottom:0}.util_stackMargin25--bottom{margin-bottom:var(--ds-size-25, 0.125rem)}.util_stackMargin50--bottom{margin-bottom:var(--ds-size-50, 0.25rem)}.util_stackMargin100--bottom{margin-bottom:var(--ds-size-100, 0.5rem)}.util_stackMargin150--bottom{margin-bottom:var(--ds-size-150, 0.75rem)}.util_stackMargin200--bottom{margin-bottom:var(--ds-size-200, 1rem)}.util_stackMargin300--bottom{margin-bottom:var(--ds-size-300, 1.5rem)}.util_stackMargin400--bottom{margin-bottom:var(--ds-size-400, 2rem)}.util_stackMargin600--bottom{margin-bottom:var(--ds-size-600, 3rem)}.util_stackMargin800--bottom{margin-bottom:var(--ds-size-800, 4rem)}.util_stackMarginnone--top{margin-top:0}.util_stackMargin25--top{margin-top:var(--ds-size-25, 0.125rem)}.util_stackMargin50--top{margin-top:var(--ds-size-50, 0.25rem)}.util_stackMargin100--top{margin-top:var(--ds-size-100, 0.5rem)}.util_stackMargin150--top{margin-top:var(--ds-size-150, 0.75rem)}.util_stackMargin200--top{margin-top:var(--ds-size-200, 1rem)}.util_stackMargin300--top{margin-top:var(--ds-size-300, 1.5rem)}.util_stackMargin400--top{margin-top:var(--ds-size-400, 2rem)}.util_stackMargin600--top{margin-top:var(--ds-size-600, 3rem)}.util_stackMargin800--top{margin-top:var(--ds-size-800, 4rem)}`;
|
|
7105
7175
|
|
|
7106
7176
|
// Copyright (c) 2020 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
7107
7177
|
// See LICENSE in the project root for license information.
|
|
@@ -7111,12 +7181,13 @@ var styleCss$5 = i$5`.body-default{font-size:var(--wcss-body-default-font-size,
|
|
|
7111
7181
|
* The auro-header component is a custom element to make using headers with the Auro Design System seamless and easy.
|
|
7112
7182
|
*
|
|
7113
7183
|
* @attr {Boolean} no-margin-block - if declared, margin-block will be set to `0`
|
|
7184
|
+
* @attr {String} level - Determines heading level for HTML element. Options are `1` - `6`
|
|
7185
|
+
* @attr {String} display - Determines presentation of header. Options are `display`, `800`, `700`, `600`, `500`, `400`, `300`.
|
|
7114
7186
|
* @attr {String} color - Allows user to pass in CSS custom property or direct hex value to change the color of the header
|
|
7115
|
-
* @attr {String} display - Determines the visual appearance of the header. Options are `display`, `800`, `700`, `600`, `500`, `400`, `300`.
|
|
7116
|
-
* @attr {String} level - Determines the semantic heading level of the HTML element. Options are `1` - `6`
|
|
7117
7187
|
* @attr {String} margin - Specify the margin(s) to be altered. Options are `top`, `bottom`, or `both`.
|
|
7118
7188
|
* @attr {String} size - Specify size of margin adjustment, either `none`, `25`, `50`, `100`, `150`, `200`, `300`, `400`, `600` or `800`.
|
|
7119
7189
|
*/
|
|
7190
|
+
|
|
7120
7191
|
/* eslint complexity: ["error", 21] */
|
|
7121
7192
|
|
|
7122
7193
|
// build the component class
|
|
@@ -7129,7 +7200,7 @@ class AuroHeader extends i$2 {
|
|
|
7129
7200
|
/**
|
|
7130
7201
|
* @private
|
|
7131
7202
|
*/
|
|
7132
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
7203
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$4();
|
|
7133
7204
|
}
|
|
7134
7205
|
|
|
7135
7206
|
// function to define props used within the scope of this component
|
|
@@ -7150,22 +7221,6 @@ class AuroHeader extends i$2 {
|
|
|
7150
7221
|
return [styleCss$5];
|
|
7151
7222
|
}
|
|
7152
7223
|
|
|
7153
|
-
/**
|
|
7154
|
-
* Mapping of display values to their corresponding CSS classes
|
|
7155
|
-
* @private
|
|
7156
|
-
*/
|
|
7157
|
-
static get displayClassMap() {
|
|
7158
|
-
return {
|
|
7159
|
-
'display': 'heading-xl',
|
|
7160
|
-
'800': 'heading-xl',
|
|
7161
|
-
'700': 'heading-lg',
|
|
7162
|
-
'600': 'heading-md',
|
|
7163
|
-
'500': 'heading-sm',
|
|
7164
|
-
'400': 'heading-xs',
|
|
7165
|
-
'300': 'heading-2xs'
|
|
7166
|
-
};
|
|
7167
|
-
}
|
|
7168
|
-
|
|
7169
7224
|
/**
|
|
7170
7225
|
* This will register this element with the browser.
|
|
7171
7226
|
* @param {string} [name="auro-header"] - The name of element that you want to register to.
|
|
@@ -7175,7 +7230,7 @@ class AuroHeader extends i$2 {
|
|
|
7175
7230
|
*
|
|
7176
7231
|
*/
|
|
7177
7232
|
static register(name = "auro-header") {
|
|
7178
|
-
AuroLibraryRuntimeUtils$
|
|
7233
|
+
AuroLibraryRuntimeUtils$4.prototype.registerComponent(name, AuroHeader);
|
|
7179
7234
|
}
|
|
7180
7235
|
|
|
7181
7236
|
firstUpdated() {
|
|
@@ -7242,42 +7297,23 @@ class AuroHeader extends i$2 {
|
|
|
7242
7297
|
this.display = 'display';
|
|
7243
7298
|
}
|
|
7244
7299
|
|
|
7245
|
-
|
|
7246
|
-
|
|
7247
|
-
|
|
7248
|
-
|
|
7249
|
-
|
|
7250
|
-
|
|
7251
|
-
|
|
7252
|
-
'heading': true,
|
|
7253
|
-
[`heading--${this.display}`]: true,
|
|
7254
|
-
[headingClass]: true
|
|
7255
|
-
};
|
|
7256
|
-
|
|
7257
|
-
// Add spacing classes to the class object if they exist
|
|
7258
|
-
if (spacingClasses) {
|
|
7259
|
-
const spacingClassArray = spacingClasses.split(' ');
|
|
7260
|
-
spacingClassArray.forEach(cls => {
|
|
7261
|
-
if (cls.trim()) {
|
|
7262
|
-
classObject[cls.trim()] = true;
|
|
7263
|
-
}
|
|
7264
|
-
});
|
|
7300
|
+
switch (level) {
|
|
7301
|
+
case '2': return x`<h2 class="heading heading--${this.display} ${this.spacingDecision(this.size)}" style="color: ${o(this.color ? this.color : undefined)}"><slot></slot></h2>`;
|
|
7302
|
+
case '3': return x`<h3 class="heading heading--${this.display} ${this.spacingDecision(this.size)}" style="color: ${o(this.color ? this.color : undefined)}"><slot></slot></h3>`;
|
|
7303
|
+
case '4': return x`<h4 class="heading heading--${this.display} ${this.spacingDecision(this.size)}" style="color: ${o(this.color ? this.color : undefined)}"><slot></slot></h4>`;
|
|
7304
|
+
case '5': return x`<h5 class="heading heading--${this.display} ${this.spacingDecision(this.size)}" style="color: ${o(this.color ? this.color : undefined)}"><slot></slot></h5>`;
|
|
7305
|
+
case '6': return x`<h6 class="heading heading--${this.display} ${this.spacingDecision(this.size)}" style="color: ${o(this.color ? this.color : undefined)}"><slot></slot></h6>`;
|
|
7306
|
+
default: return x`<h1 class="heading heading--${this.display} ${this.spacingDecision(this.size)}" style="color: ${o(this.color ? this.color : undefined)}"><slot></slot></h1>`;
|
|
7265
7307
|
}
|
|
7266
|
-
|
|
7267
|
-
const headerClasses = e(classObject);
|
|
7268
|
-
|
|
7269
|
-
// unsafeStatic dynamically creates tag names at runtime
|
|
7270
|
-
const tag = s(`h${headingLevel}`);
|
|
7271
|
-
return u`<${tag} class="${headerClasses}" style="color: ${o(this.color ? this.color : undefined)}"><slot></slot></${tag}>`;
|
|
7272
7308
|
}
|
|
7273
|
-
|
|
7274
7309
|
// function that renders the HTML and CSS into the scope of the component
|
|
7310
|
+
|
|
7275
7311
|
render() {
|
|
7276
7312
|
return this.template(this.level);
|
|
7277
7313
|
}
|
|
7278
7314
|
}
|
|
7279
7315
|
|
|
7280
|
-
var headerVersion = '4.0.
|
|
7316
|
+
var headerVersion = '4.0.1';
|
|
7281
7317
|
|
|
7282
7318
|
// Copyright (c) 2025 Alaska Airlines. All right reserved. Licensed under the Apache-2.0 license
|
|
7283
7319
|
// See LICENSE in the project root for license information.
|
|
@@ -7290,7 +7326,7 @@ class AuroBibtemplate extends i$2 {
|
|
|
7290
7326
|
|
|
7291
7327
|
this.large = false;
|
|
7292
7328
|
|
|
7293
|
-
AuroLibraryRuntimeUtils$
|
|
7329
|
+
AuroLibraryRuntimeUtils$3.prototype.handleComponentTagRename(this, 'auro-bibtemplate');
|
|
7294
7330
|
|
|
7295
7331
|
const versioning = new AuroDependencyVersioning();
|
|
7296
7332
|
|
|
@@ -7342,7 +7378,7 @@ class AuroBibtemplate extends i$2 {
|
|
|
7342
7378
|
*
|
|
7343
7379
|
*/
|
|
7344
7380
|
static register(name = "auro-bibtemplate") {
|
|
7345
|
-
AuroLibraryRuntimeUtils$
|
|
7381
|
+
AuroLibraryRuntimeUtils$3.prototype.registerComponent(name, AuroBibtemplate);
|
|
7346
7382
|
}
|
|
7347
7383
|
|
|
7348
7384
|
/**
|
|
@@ -7691,7 +7727,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
7691
7727
|
/**
|
|
7692
7728
|
* @private
|
|
7693
7729
|
*/
|
|
7694
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
7730
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$6();
|
|
7695
7731
|
|
|
7696
7732
|
/**
|
|
7697
7733
|
* Generate unique names for dependency components.
|
|
@@ -8048,23 +8084,12 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8048
8084
|
* @returns {void}
|
|
8049
8085
|
*/
|
|
8050
8086
|
get commonLabelClasses() {
|
|
8051
|
-
|
|
8087
|
+
return {
|
|
8052
8088
|
'is-disabled': this.disabled,
|
|
8053
|
-
'withValue':
|
|
8089
|
+
'withValue': this.hasValue,
|
|
8054
8090
|
'util_displayHiddenVisually': this.hasDisplayValueContent && !this.hasFocus && this.value && this.value.length > 0,
|
|
8055
8091
|
[this.labelFontClass]: true
|
|
8056
8092
|
};
|
|
8057
|
-
|
|
8058
|
-
if (this.placeholder) {
|
|
8059
|
-
obj.withValue = true;
|
|
8060
|
-
} else if (this.optionSelected) {
|
|
8061
|
-
if (Array.isArray(this.optionSelected)) {
|
|
8062
|
-
obj.withValue = this.optionSelected.length > 0;
|
|
8063
|
-
} else {
|
|
8064
|
-
obj.withValue = true;
|
|
8065
|
-
}
|
|
8066
|
-
}
|
|
8067
|
-
return obj;
|
|
8068
8093
|
}
|
|
8069
8094
|
|
|
8070
8095
|
/**
|
|
@@ -8143,7 +8168,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8143
8168
|
*
|
|
8144
8169
|
*/
|
|
8145
8170
|
static register(name = "auro-select") {
|
|
8146
|
-
AuroLibraryRuntimeUtils$
|
|
8171
|
+
AuroLibraryRuntimeUtils$6.prototype.registerComponent(name, AuroSelect);
|
|
8147
8172
|
}
|
|
8148
8173
|
|
|
8149
8174
|
/**
|
|
@@ -8522,11 +8547,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8522
8547
|
if (!this.menu) return;
|
|
8523
8548
|
|
|
8524
8549
|
this.menu.setAttribute('value', value);
|
|
8525
|
-
|
|
8526
|
-
this.menu.value = value;
|
|
8527
|
-
} else {
|
|
8528
|
-
this.menu.reset();
|
|
8529
|
-
}
|
|
8550
|
+
this.menu.value = value;
|
|
8530
8551
|
await this.menu.updateComplete;
|
|
8531
8552
|
}
|
|
8532
8553
|
|
|
@@ -8744,7 +8765,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8744
8765
|
'displayValue': true,
|
|
8745
8766
|
'hasContent': this.hasDisplayValueContent,
|
|
8746
8767
|
'hasFocus': this.isPopoverVisible,
|
|
8747
|
-
'withValue': this.
|
|
8768
|
+
'withValue': this.placeholder || (this.value && this.value.length > 0), // eslint-disable-line no-extra-parens
|
|
8748
8769
|
'force': this.forceDisplayValue,
|
|
8749
8770
|
};
|
|
8750
8771
|
|
|
@@ -8822,7 +8843,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8822
8843
|
'displayValue': true,
|
|
8823
8844
|
'hasContent': this.hasDisplayValueContent,
|
|
8824
8845
|
'hasFocus': this.isPopoverVisible,
|
|
8825
|
-
'withValue': this.
|
|
8846
|
+
'withValue': this.placeholder || (this.value && this.value.length > 0), // eslint-disable-line no-extra-parens
|
|
8826
8847
|
'force': this.forceDisplayValue,
|
|
8827
8848
|
};
|
|
8828
8849
|
|
|
@@ -8900,7 +8921,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8900
8921
|
'displayValue': true,
|
|
8901
8922
|
'hasContent': this.hasDisplayValueContent,
|
|
8902
8923
|
'hasFocus': this.isPopoverVisible,
|
|
8903
|
-
'withValue': this.
|
|
8924
|
+
'withValue': this.placeholder || (this.value && this.value.length > 0), // eslint-disable-line no-extra-parens
|
|
8904
8925
|
'force': this.forceDisplayValue,
|
|
8905
8926
|
};
|
|
8906
8927
|
|
|
@@ -9218,7 +9239,7 @@ class AuroMenu extends AuroElement$4 {
|
|
|
9218
9239
|
*
|
|
9219
9240
|
*/
|
|
9220
9241
|
static register(name = "auro-menu") {
|
|
9221
|
-
AuroLibraryRuntimeUtils$
|
|
9242
|
+
AuroLibraryRuntimeUtils$6.prototype.registerComponent(name, AuroMenu);
|
|
9222
9243
|
}
|
|
9223
9244
|
|
|
9224
9245
|
/**
|
|
@@ -9262,7 +9283,7 @@ class AuroMenu extends AuroElement$4 {
|
|
|
9262
9283
|
}
|
|
9263
9284
|
|
|
9264
9285
|
firstUpdated() {
|
|
9265
|
-
AuroLibraryRuntimeUtils$
|
|
9286
|
+
AuroLibraryRuntimeUtils$6.prototype.handleComponentTagRename(this, 'auro-menu');
|
|
9266
9287
|
|
|
9267
9288
|
this.loadingSlots = this.querySelectorAll("[slot='loadingText'], [slot='loadingIcon']");
|
|
9268
9289
|
this.initializeMenu();
|
|
@@ -10313,7 +10334,7 @@ class AuroMenuOption extends AuroElement$4 {
|
|
|
10313
10334
|
/**
|
|
10314
10335
|
* @private
|
|
10315
10336
|
*/
|
|
10316
|
-
this.runtimeUtils = new AuroLibraryRuntimeUtils$
|
|
10337
|
+
this.runtimeUtils = new AuroLibraryRuntimeUtils$6();
|
|
10317
10338
|
}
|
|
10318
10339
|
|
|
10319
10340
|
static get properties() {
|
|
@@ -10359,7 +10380,7 @@ class AuroMenuOption extends AuroElement$4 {
|
|
|
10359
10380
|
*
|
|
10360
10381
|
*/
|
|
10361
10382
|
static register(name = "auro-menuoption") {
|
|
10362
|
-
AuroLibraryRuntimeUtils$
|
|
10383
|
+
AuroLibraryRuntimeUtils$6.prototype.registerComponent(name, AuroMenuOption);
|
|
10363
10384
|
}
|
|
10364
10385
|
|
|
10365
10386
|
firstUpdated() {
|