@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.95 → 0.0.0-pr624.96
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/combobox/demo/api.min.js +2 -2
- package/components/combobox/demo/index.min.js +2 -2
- package/components/combobox/dist/index.js +2 -2
- package/components/combobox/dist/registered.js +2 -2
- package/components/datepicker/demo/api.min.js +2 -2
- package/components/datepicker/demo/index.min.js +2 -2
- package/components/datepicker/dist/index.js +2 -2
- package/components/datepicker/dist/registered.js +2 -2
- package/components/input/demo/api.min.js +2 -2
- package/components/input/demo/index.min.js +2 -2
- package/components/input/dist/auro-input.d.ts +2 -2
- package/components/input/dist/index.js +2 -2
- package/components/input/dist/registered.js +2 -2
- package/components/select/demo/api.min.js +7 -7
- package/components/select/demo/index.min.js +7 -7
- package/components/select/dist/auro-select.d.ts +1 -1
- package/components/select/dist/index.js +7 -7
- package/components/select/dist/registered.js +7 -7
- package/package.json +1 -1
|
@@ -13367,7 +13367,7 @@ class AuroInput extends BaseInput {
|
|
|
13367
13367
|
/**
|
|
13368
13368
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
13369
13369
|
* @private
|
|
13370
|
-
* @returns {
|
|
13370
|
+
* @returns {Record<string, boolean>}
|
|
13371
13371
|
*/
|
|
13372
13372
|
get commonLabelClasses() {
|
|
13373
13373
|
return {
|
|
@@ -13381,7 +13381,7 @@ class AuroInput extends BaseInput {
|
|
|
13381
13381
|
/**
|
|
13382
13382
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
13383
13383
|
* @private
|
|
13384
|
-
* @returns {
|
|
13384
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
13385
13385
|
*/
|
|
13386
13386
|
get commonInputClasses() {
|
|
13387
13387
|
return {
|
|
@@ -13225,7 +13225,7 @@ class AuroInput extends BaseInput {
|
|
|
13225
13225
|
/**
|
|
13226
13226
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
13227
13227
|
* @private
|
|
13228
|
-
* @returns {
|
|
13228
|
+
* @returns {Record<string, boolean>}
|
|
13229
13229
|
*/
|
|
13230
13230
|
get commonLabelClasses() {
|
|
13231
13231
|
return {
|
|
@@ -13239,7 +13239,7 @@ class AuroInput extends BaseInput {
|
|
|
13239
13239
|
/**
|
|
13240
13240
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
13241
13241
|
* @private
|
|
13242
|
-
* @returns {
|
|
13242
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
13243
13243
|
*/
|
|
13244
13244
|
get commonInputClasses() {
|
|
13245
13245
|
return {
|
|
@@ -13143,7 +13143,7 @@ class AuroInput extends BaseInput {
|
|
|
13143
13143
|
/**
|
|
13144
13144
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
13145
13145
|
* @private
|
|
13146
|
-
* @returns {
|
|
13146
|
+
* @returns {Record<string, boolean>}
|
|
13147
13147
|
*/
|
|
13148
13148
|
get commonLabelClasses() {
|
|
13149
13149
|
return {
|
|
@@ -13157,7 +13157,7 @@ class AuroInput extends BaseInput {
|
|
|
13157
13157
|
/**
|
|
13158
13158
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
13159
13159
|
* @private
|
|
13160
|
-
* @returns {
|
|
13160
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
13161
13161
|
*/
|
|
13162
13162
|
get commonInputClasses() {
|
|
13163
13163
|
return {
|
|
@@ -13143,7 +13143,7 @@ class AuroInput extends BaseInput {
|
|
|
13143
13143
|
/**
|
|
13144
13144
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
13145
13145
|
* @private
|
|
13146
|
-
* @returns {
|
|
13146
|
+
* @returns {Record<string, boolean>}
|
|
13147
13147
|
*/
|
|
13148
13148
|
get commonLabelClasses() {
|
|
13149
13149
|
return {
|
|
@@ -13157,7 +13157,7 @@ class AuroInput extends BaseInput {
|
|
|
13157
13157
|
/**
|
|
13158
13158
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
13159
13159
|
* @private
|
|
13160
|
-
* @returns {
|
|
13160
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
13161
13161
|
*/
|
|
13162
13162
|
get commonInputClasses() {
|
|
13163
13163
|
return {
|
|
@@ -26801,7 +26801,7 @@ class AuroInput extends BaseInput {
|
|
|
26801
26801
|
/**
|
|
26802
26802
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
26803
26803
|
* @private
|
|
26804
|
-
* @returns {
|
|
26804
|
+
* @returns {Record<string, boolean>}
|
|
26805
26805
|
*/
|
|
26806
26806
|
get commonLabelClasses() {
|
|
26807
26807
|
return {
|
|
@@ -26815,7 +26815,7 @@ class AuroInput extends BaseInput {
|
|
|
26815
26815
|
/**
|
|
26816
26816
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
26817
26817
|
* @private
|
|
26818
|
-
* @returns {
|
|
26818
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
26819
26819
|
*/
|
|
26820
26820
|
get commonInputClasses() {
|
|
26821
26821
|
return {
|
|
@@ -26542,7 +26542,7 @@ class AuroInput extends BaseInput {
|
|
|
26542
26542
|
/**
|
|
26543
26543
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
26544
26544
|
* @private
|
|
26545
|
-
* @returns {
|
|
26545
|
+
* @returns {Record<string, boolean>}
|
|
26546
26546
|
*/
|
|
26547
26547
|
get commonLabelClasses() {
|
|
26548
26548
|
return {
|
|
@@ -26556,7 +26556,7 @@ class AuroInput extends BaseInput {
|
|
|
26556
26556
|
/**
|
|
26557
26557
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
26558
26558
|
* @private
|
|
26559
|
-
* @returns {
|
|
26559
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
26560
26560
|
*/
|
|
26561
26561
|
get commonInputClasses() {
|
|
26562
26562
|
return {
|
|
@@ -26478,7 +26478,7 @@ class AuroInput extends BaseInput {
|
|
|
26478
26478
|
/**
|
|
26479
26479
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
26480
26480
|
* @private
|
|
26481
|
-
* @returns {
|
|
26481
|
+
* @returns {Record<string, boolean>}
|
|
26482
26482
|
*/
|
|
26483
26483
|
get commonLabelClasses() {
|
|
26484
26484
|
return {
|
|
@@ -26492,7 +26492,7 @@ class AuroInput extends BaseInput {
|
|
|
26492
26492
|
/**
|
|
26493
26493
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
26494
26494
|
* @private
|
|
26495
|
-
* @returns {
|
|
26495
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
26496
26496
|
*/
|
|
26497
26497
|
get commonInputClasses() {
|
|
26498
26498
|
return {
|
|
@@ -26478,7 +26478,7 @@ class AuroInput extends BaseInput {
|
|
|
26478
26478
|
/**
|
|
26479
26479
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
26480
26480
|
* @private
|
|
26481
|
-
* @returns {
|
|
26481
|
+
* @returns {Record<string, boolean>}
|
|
26482
26482
|
*/
|
|
26483
26483
|
get commonLabelClasses() {
|
|
26484
26484
|
return {
|
|
@@ -26492,7 +26492,7 @@ class AuroInput extends BaseInput {
|
|
|
26492
26492
|
/**
|
|
26493
26493
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
26494
26494
|
* @private
|
|
26495
|
-
* @returns {
|
|
26495
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
26496
26496
|
*/
|
|
26497
26497
|
get commonInputClasses() {
|
|
26498
26498
|
return {
|
|
@@ -8041,7 +8041,7 @@ class AuroInput extends BaseInput {
|
|
|
8041
8041
|
/**
|
|
8042
8042
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
8043
8043
|
* @private
|
|
8044
|
-
* @returns {
|
|
8044
|
+
* @returns {Record<string, boolean>}
|
|
8045
8045
|
*/
|
|
8046
8046
|
get commonLabelClasses() {
|
|
8047
8047
|
return {
|
|
@@ -8055,7 +8055,7 @@ class AuroInput extends BaseInput {
|
|
|
8055
8055
|
/**
|
|
8056
8056
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
8057
8057
|
* @private
|
|
8058
|
-
* @returns {
|
|
8058
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
8059
8059
|
*/
|
|
8060
8060
|
get commonInputClasses() {
|
|
8061
8061
|
return {
|
|
@@ -7966,7 +7966,7 @@ class AuroInput extends BaseInput {
|
|
|
7966
7966
|
/**
|
|
7967
7967
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
7968
7968
|
* @private
|
|
7969
|
-
* @returns {
|
|
7969
|
+
* @returns {Record<string, boolean>}
|
|
7970
7970
|
*/
|
|
7971
7971
|
get commonLabelClasses() {
|
|
7972
7972
|
return {
|
|
@@ -7980,7 +7980,7 @@ class AuroInput extends BaseInput {
|
|
|
7980
7980
|
/**
|
|
7981
7981
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
7982
7982
|
* @private
|
|
7983
|
-
* @returns {
|
|
7983
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
7984
7984
|
*/
|
|
7985
7985
|
get commonInputClasses() {
|
|
7986
7986
|
return {
|
|
@@ -52,13 +52,13 @@ export class AuroInput extends BaseInput {
|
|
|
52
52
|
/**
|
|
53
53
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
54
54
|
* @private
|
|
55
|
-
* @returns {
|
|
55
|
+
* @returns {Record<string, boolean>}
|
|
56
56
|
*/
|
|
57
57
|
private get commonLabelClasses();
|
|
58
58
|
/**
|
|
59
59
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
60
60
|
* @private
|
|
61
|
-
* @returns {
|
|
61
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
62
62
|
*/
|
|
63
63
|
private get commonInputClasses();
|
|
64
64
|
/**
|
|
@@ -7890,7 +7890,7 @@ class AuroInput extends BaseInput {
|
|
|
7890
7890
|
/**
|
|
7891
7891
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
7892
7892
|
* @private
|
|
7893
|
-
* @returns {
|
|
7893
|
+
* @returns {Record<string, boolean>}
|
|
7894
7894
|
*/
|
|
7895
7895
|
get commonLabelClasses() {
|
|
7896
7896
|
return {
|
|
@@ -7904,7 +7904,7 @@ class AuroInput extends BaseInput {
|
|
|
7904
7904
|
/**
|
|
7905
7905
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
7906
7906
|
* @private
|
|
7907
|
-
* @returns {
|
|
7907
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
7908
7908
|
*/
|
|
7909
7909
|
get commonInputClasses() {
|
|
7910
7910
|
return {
|
|
@@ -7890,7 +7890,7 @@ class AuroInput extends BaseInput {
|
|
|
7890
7890
|
/**
|
|
7891
7891
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
7892
7892
|
* @private
|
|
7893
|
-
* @returns {
|
|
7893
|
+
* @returns {Record<string, boolean>}
|
|
7894
7894
|
*/
|
|
7895
7895
|
get commonLabelClasses() {
|
|
7896
7896
|
return {
|
|
@@ -7904,7 +7904,7 @@ class AuroInput extends BaseInput {
|
|
|
7904
7904
|
/**
|
|
7905
7905
|
* Returns classmap configuration for html5 inputs in all layouts.
|
|
7906
7906
|
* @private
|
|
7907
|
-
* @returns {
|
|
7907
|
+
* @returns {Record<string, boolean>} - Returns classmap.
|
|
7908
7908
|
*/
|
|
7909
7909
|
get commonInputClasses() {
|
|
7910
7910
|
return {
|
|
@@ -8055,7 +8055,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8055
8055
|
/**
|
|
8056
8056
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
8057
8057
|
* @private
|
|
8058
|
-
* @returns {
|
|
8058
|
+
* @returns {Record<string, boolean>}
|
|
8059
8059
|
*/
|
|
8060
8060
|
get commonLabelClasses() {
|
|
8061
8061
|
const obj = {
|
|
@@ -8711,7 +8711,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8711
8711
|
renderNativeSelect() {
|
|
8712
8712
|
return u`
|
|
8713
8713
|
<div class="nativeSelectWrapper util_displayHidden">
|
|
8714
|
-
<select
|
|
8714
|
+
<select
|
|
8715
8715
|
tabindex="-1"
|
|
8716
8716
|
id="${`native-select-${this.id || this.uniqueId}`}"
|
|
8717
8717
|
name="${this.name || ''}"
|
|
@@ -8724,8 +8724,8 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8724
8724
|
${this.options.map((option) => {
|
|
8725
8725
|
const optionValue = option.value || option.textContent;
|
|
8726
8726
|
return u`
|
|
8727
|
-
<option
|
|
8728
|
-
value="${optionValue}"
|
|
8727
|
+
<option
|
|
8728
|
+
value="${optionValue}"
|
|
8729
8729
|
?selected="${this.value === optionValue}">
|
|
8730
8730
|
${option.textContent}
|
|
8731
8731
|
</option>
|
|
@@ -8776,7 +8776,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8776
8776
|
'displayValue': true,
|
|
8777
8777
|
'hasContent': this.hasDisplayValueContent,
|
|
8778
8778
|
'hasFocus': this.isPopoverVisible,
|
|
8779
|
-
'withValue': this.commonLabelClasses.
|
|
8779
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8780
8780
|
'force': this.forceDisplayValue,
|
|
8781
8781
|
};
|
|
8782
8782
|
|
|
@@ -8854,7 +8854,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8854
8854
|
'displayValue': true,
|
|
8855
8855
|
'hasContent': this.hasDisplayValueContent,
|
|
8856
8856
|
'hasFocus': this.isPopoverVisible,
|
|
8857
|
-
'withValue': this.commonLabelClasses.
|
|
8857
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8858
8858
|
'force': this.forceDisplayValue,
|
|
8859
8859
|
};
|
|
8860
8860
|
|
|
@@ -8932,7 +8932,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8932
8932
|
'displayValue': true,
|
|
8933
8933
|
'hasContent': this.hasDisplayValueContent,
|
|
8934
8934
|
'hasFocus': this.isPopoverVisible,
|
|
8935
|
-
'withValue': this.commonLabelClasses.
|
|
8935
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8936
8936
|
'force': this.forceDisplayValue,
|
|
8937
8937
|
};
|
|
8938
8938
|
|
|
@@ -7963,7 +7963,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
7963
7963
|
/**
|
|
7964
7964
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
7965
7965
|
* @private
|
|
7966
|
-
* @returns {
|
|
7966
|
+
* @returns {Record<string, boolean>}
|
|
7967
7967
|
*/
|
|
7968
7968
|
get commonLabelClasses() {
|
|
7969
7969
|
const obj = {
|
|
@@ -8619,7 +8619,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8619
8619
|
renderNativeSelect() {
|
|
8620
8620
|
return u`
|
|
8621
8621
|
<div class="nativeSelectWrapper util_displayHidden">
|
|
8622
|
-
<select
|
|
8622
|
+
<select
|
|
8623
8623
|
tabindex="-1"
|
|
8624
8624
|
id="${`native-select-${this.id || this.uniqueId}`}"
|
|
8625
8625
|
name="${this.name || ''}"
|
|
@@ -8632,8 +8632,8 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8632
8632
|
${this.options.map((option) => {
|
|
8633
8633
|
const optionValue = option.value || option.textContent;
|
|
8634
8634
|
return u`
|
|
8635
|
-
<option
|
|
8636
|
-
value="${optionValue}"
|
|
8635
|
+
<option
|
|
8636
|
+
value="${optionValue}"
|
|
8637
8637
|
?selected="${this.value === optionValue}">
|
|
8638
8638
|
${option.textContent}
|
|
8639
8639
|
</option>
|
|
@@ -8684,7 +8684,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8684
8684
|
'displayValue': true,
|
|
8685
8685
|
'hasContent': this.hasDisplayValueContent,
|
|
8686
8686
|
'hasFocus': this.isPopoverVisible,
|
|
8687
|
-
'withValue': this.commonLabelClasses.
|
|
8687
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8688
8688
|
'force': this.forceDisplayValue,
|
|
8689
8689
|
};
|
|
8690
8690
|
|
|
@@ -8762,7 +8762,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8762
8762
|
'displayValue': true,
|
|
8763
8763
|
'hasContent': this.hasDisplayValueContent,
|
|
8764
8764
|
'hasFocus': this.isPopoverVisible,
|
|
8765
|
-
'withValue': this.commonLabelClasses.
|
|
8765
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8766
8766
|
'force': this.forceDisplayValue,
|
|
8767
8767
|
};
|
|
8768
8768
|
|
|
@@ -8840,7 +8840,7 @@ class AuroSelect extends AuroElement$4 {
|
|
|
8840
8840
|
'displayValue': true,
|
|
8841
8841
|
'hasContent': this.hasDisplayValueContent,
|
|
8842
8842
|
'hasFocus': this.isPopoverVisible,
|
|
8843
|
-
'withValue': this.commonLabelClasses.
|
|
8843
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8844
8844
|
'force': this.forceDisplayValue,
|
|
8845
8845
|
};
|
|
8846
8846
|
|
|
@@ -322,7 +322,7 @@ export class AuroSelect extends AuroElement {
|
|
|
322
322
|
/**
|
|
323
323
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
324
324
|
* @private
|
|
325
|
-
* @returns {
|
|
325
|
+
* @returns {Record<string, boolean>}
|
|
326
326
|
*/
|
|
327
327
|
private get commonLabelClasses();
|
|
328
328
|
/**
|
|
@@ -7917,7 +7917,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
7917
7917
|
/**
|
|
7918
7918
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
7919
7919
|
* @private
|
|
7920
|
-
* @returns {
|
|
7920
|
+
* @returns {Record<string, boolean>}
|
|
7921
7921
|
*/
|
|
7922
7922
|
get commonLabelClasses() {
|
|
7923
7923
|
const obj = {
|
|
@@ -8573,7 +8573,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8573
8573
|
renderNativeSelect() {
|
|
8574
8574
|
return html`
|
|
8575
8575
|
<div class="nativeSelectWrapper util_displayHidden">
|
|
8576
|
-
<select
|
|
8576
|
+
<select
|
|
8577
8577
|
tabindex="-1"
|
|
8578
8578
|
id="${`native-select-${this.id || this.uniqueId}`}"
|
|
8579
8579
|
name="${this.name || ''}"
|
|
@@ -8586,8 +8586,8 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8586
8586
|
${this.options.map((option) => {
|
|
8587
8587
|
const optionValue = option.value || option.textContent;
|
|
8588
8588
|
return html`
|
|
8589
|
-
<option
|
|
8590
|
-
value="${optionValue}"
|
|
8589
|
+
<option
|
|
8590
|
+
value="${optionValue}"
|
|
8591
8591
|
?selected="${this.value === optionValue}">
|
|
8592
8592
|
${option.textContent}
|
|
8593
8593
|
</option>
|
|
@@ -8638,7 +8638,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8638
8638
|
'displayValue': true,
|
|
8639
8639
|
'hasContent': this.hasDisplayValueContent,
|
|
8640
8640
|
'hasFocus': this.isPopoverVisible,
|
|
8641
|
-
'withValue': this.commonLabelClasses.
|
|
8641
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8642
8642
|
'force': this.forceDisplayValue,
|
|
8643
8643
|
};
|
|
8644
8644
|
|
|
@@ -8716,7 +8716,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8716
8716
|
'displayValue': true,
|
|
8717
8717
|
'hasContent': this.hasDisplayValueContent,
|
|
8718
8718
|
'hasFocus': this.isPopoverVisible,
|
|
8719
|
-
'withValue': this.commonLabelClasses.
|
|
8719
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8720
8720
|
'force': this.forceDisplayValue,
|
|
8721
8721
|
};
|
|
8722
8722
|
|
|
@@ -8794,7 +8794,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8794
8794
|
'displayValue': true,
|
|
8795
8795
|
'hasContent': this.hasDisplayValueContent,
|
|
8796
8796
|
'hasFocus': this.isPopoverVisible,
|
|
8797
|
-
'withValue': this.commonLabelClasses.
|
|
8797
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8798
8798
|
'force': this.forceDisplayValue,
|
|
8799
8799
|
};
|
|
8800
8800
|
|
|
@@ -7917,7 +7917,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
7917
7917
|
/**
|
|
7918
7918
|
* Returns classmap configuration for html5 input labels in all layouts.
|
|
7919
7919
|
* @private
|
|
7920
|
-
* @returns {
|
|
7920
|
+
* @returns {Record<string, boolean>}
|
|
7921
7921
|
*/
|
|
7922
7922
|
get commonLabelClasses() {
|
|
7923
7923
|
const obj = {
|
|
@@ -8573,7 +8573,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8573
8573
|
renderNativeSelect() {
|
|
8574
8574
|
return html`
|
|
8575
8575
|
<div class="nativeSelectWrapper util_displayHidden">
|
|
8576
|
-
<select
|
|
8576
|
+
<select
|
|
8577
8577
|
tabindex="-1"
|
|
8578
8578
|
id="${`native-select-${this.id || this.uniqueId}`}"
|
|
8579
8579
|
name="${this.name || ''}"
|
|
@@ -8586,8 +8586,8 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8586
8586
|
${this.options.map((option) => {
|
|
8587
8587
|
const optionValue = option.value || option.textContent;
|
|
8588
8588
|
return html`
|
|
8589
|
-
<option
|
|
8590
|
-
value="${optionValue}"
|
|
8589
|
+
<option
|
|
8590
|
+
value="${optionValue}"
|
|
8591
8591
|
?selected="${this.value === optionValue}">
|
|
8592
8592
|
${option.textContent}
|
|
8593
8593
|
</option>
|
|
@@ -8638,7 +8638,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8638
8638
|
'displayValue': true,
|
|
8639
8639
|
'hasContent': this.hasDisplayValueContent,
|
|
8640
8640
|
'hasFocus': this.isPopoverVisible,
|
|
8641
|
-
'withValue': this.commonLabelClasses.
|
|
8641
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8642
8642
|
'force': this.forceDisplayValue,
|
|
8643
8643
|
};
|
|
8644
8644
|
|
|
@@ -8716,7 +8716,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8716
8716
|
'displayValue': true,
|
|
8717
8717
|
'hasContent': this.hasDisplayValueContent,
|
|
8718
8718
|
'hasFocus': this.isPopoverVisible,
|
|
8719
|
-
'withValue': this.commonLabelClasses.
|
|
8719
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8720
8720
|
'force': this.forceDisplayValue,
|
|
8721
8721
|
};
|
|
8722
8722
|
|
|
@@ -8794,7 +8794,7 @@ class AuroSelect extends AuroElement$3 {
|
|
|
8794
8794
|
'displayValue': true,
|
|
8795
8795
|
'hasContent': this.hasDisplayValueContent,
|
|
8796
8796
|
'hasFocus': this.isPopoverVisible,
|
|
8797
|
-
'withValue': this.commonLabelClasses.
|
|
8797
|
+
'withValue': this.commonLabelClasses.withValue,
|
|
8798
8798
|
'force': this.forceDisplayValue,
|
|
8799
8799
|
};
|
|
8800
8800
|
|
package/package.json
CHANGED