@aurodesignsystem-dev/auro-formkit 0.0.0-pr776.1 → 0.0.0-pr783.0
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/counter/demo/api.min.js +1 -0
- package/components/counter/demo/index.min.js +1 -0
- package/components/counter/dist/index.js +1 -0
- package/components/counter/dist/registered.js +1 -0
- 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/index.js +2 -2
- package/components/input/dist/registered.js +2 -2
- package/package.json +1 -1
|
@@ -11020,9 +11020,9 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
11020
11020
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
11021
11021
|
this.validation.validate(this);
|
|
11022
11022
|
}
|
|
11023
|
-
|
|
11024
|
-
this.notifyValueChanged();
|
|
11025
11023
|
}
|
|
11024
|
+
|
|
11025
|
+
this.notifyValueChanged();
|
|
11026
11026
|
}
|
|
11027
11027
|
|
|
11028
11028
|
if (changedProperties.has('error')) {
|
|
@@ -10878,9 +10878,9 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10878
10878
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
10879
10879
|
this.validation.validate(this);
|
|
10880
10880
|
}
|
|
10881
|
-
|
|
10882
|
-
this.notifyValueChanged();
|
|
10883
10881
|
}
|
|
10882
|
+
|
|
10883
|
+
this.notifyValueChanged();
|
|
10884
10884
|
}
|
|
10885
10885
|
|
|
10886
10886
|
if (changedProperties.has('error')) {
|
|
@@ -10796,9 +10796,9 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10796
10796
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
10797
10797
|
this.validation.validate(this);
|
|
10798
10798
|
}
|
|
10799
|
-
|
|
10800
|
-
this.notifyValueChanged();
|
|
10801
10799
|
}
|
|
10800
|
+
|
|
10801
|
+
this.notifyValueChanged();
|
|
10802
10802
|
}
|
|
10803
10803
|
|
|
10804
10804
|
if (changedProperties.has('error')) {
|
|
@@ -10796,9 +10796,9 @@ class BaseInput extends AuroElement$2$1 {
|
|
|
10796
10796
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
10797
10797
|
this.validation.validate(this);
|
|
10798
10798
|
}
|
|
10799
|
-
|
|
10800
|
-
this.notifyValueChanged();
|
|
10801
10799
|
}
|
|
10800
|
+
|
|
10801
|
+
this.notifyValueChanged();
|
|
10802
10802
|
}
|
|
10803
10803
|
|
|
10804
10804
|
if (changedProperties.has('error')) {
|
|
@@ -3020,6 +3020,7 @@ class AuroCounter extends i$2 {
|
|
|
3020
3020
|
aria-describedby="counter-description"
|
|
3021
3021
|
tabindex="${this.disabled ? '-1' : '0'}"
|
|
3022
3022
|
role="spinbutton"
|
|
3023
|
+
aria-disabled="${this.disabled ? 'true' : 'false'}"
|
|
3023
3024
|
aria-valuemin="${this.min}"
|
|
3024
3025
|
aria-valuemax="${this.max}"
|
|
3025
3026
|
aria-valuenow="${this.value}"
|
|
@@ -3020,6 +3020,7 @@ class AuroCounter extends i$2 {
|
|
|
3020
3020
|
aria-describedby="counter-description"
|
|
3021
3021
|
tabindex="${this.disabled ? '-1' : '0'}"
|
|
3022
3022
|
role="spinbutton"
|
|
3023
|
+
aria-disabled="${this.disabled ? 'true' : 'false'}"
|
|
3023
3024
|
aria-valuemin="${this.min}"
|
|
3024
3025
|
aria-valuemax="${this.max}"
|
|
3025
3026
|
aria-valuenow="${this.value}"
|
|
@@ -2973,6 +2973,7 @@ class AuroCounter extends LitElement {
|
|
|
2973
2973
|
aria-describedby="counter-description"
|
|
2974
2974
|
tabindex="${this.disabled ? '-1' : '0'}"
|
|
2975
2975
|
role="spinbutton"
|
|
2976
|
+
aria-disabled="${this.disabled ? 'true' : 'false'}"
|
|
2976
2977
|
aria-valuemin="${this.min}"
|
|
2977
2978
|
aria-valuemax="${this.max}"
|
|
2978
2979
|
aria-valuenow="${this.value}"
|
|
@@ -2973,6 +2973,7 @@ class AuroCounter extends LitElement {
|
|
|
2973
2973
|
aria-describedby="counter-description"
|
|
2974
2974
|
tabindex="${this.disabled ? '-1' : '0'}"
|
|
2975
2975
|
role="spinbutton"
|
|
2976
|
+
aria-disabled="${this.disabled ? 'true' : 'false'}"
|
|
2976
2977
|
aria-valuemin="${this.min}"
|
|
2977
2978
|
aria-valuemax="${this.max}"
|
|
2978
2979
|
aria-valuenow="${this.value}"
|
|
@@ -24337,9 +24337,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
24337
24337
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
24338
24338
|
this.validation.validate(this);
|
|
24339
24339
|
}
|
|
24340
|
-
|
|
24341
|
-
this.notifyValueChanged();
|
|
24342
24340
|
}
|
|
24341
|
+
|
|
24342
|
+
this.notifyValueChanged();
|
|
24343
24343
|
}
|
|
24344
24344
|
|
|
24345
24345
|
if (changedProperties.has('error')) {
|
|
@@ -24078,9 +24078,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
24078
24078
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
24079
24079
|
this.validation.validate(this);
|
|
24080
24080
|
}
|
|
24081
|
-
|
|
24082
|
-
this.notifyValueChanged();
|
|
24083
24081
|
}
|
|
24082
|
+
|
|
24083
|
+
this.notifyValueChanged();
|
|
24084
24084
|
}
|
|
24085
24085
|
|
|
24086
24086
|
if (changedProperties.has('error')) {
|
|
@@ -24014,9 +24014,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
24014
24014
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
24015
24015
|
this.validation.validate(this);
|
|
24016
24016
|
}
|
|
24017
|
-
|
|
24018
|
-
this.notifyValueChanged();
|
|
24019
24017
|
}
|
|
24018
|
+
|
|
24019
|
+
this.notifyValueChanged();
|
|
24020
24020
|
}
|
|
24021
24021
|
|
|
24022
24022
|
if (changedProperties.has('error')) {
|
|
@@ -24014,9 +24014,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
24014
24014
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
24015
24015
|
this.validation.validate(this);
|
|
24016
24016
|
}
|
|
24017
|
-
|
|
24018
|
-
this.notifyValueChanged();
|
|
24019
24017
|
}
|
|
24018
|
+
|
|
24019
|
+
this.notifyValueChanged();
|
|
24020
24020
|
}
|
|
24021
24021
|
|
|
24022
24022
|
if (changedProperties.has('error')) {
|
|
@@ -5677,9 +5677,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
5677
5677
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
5678
5678
|
this.validation.validate(this);
|
|
5679
5679
|
}
|
|
5680
|
-
|
|
5681
|
-
this.notifyValueChanged();
|
|
5682
5680
|
}
|
|
5681
|
+
|
|
5682
|
+
this.notifyValueChanged();
|
|
5683
5683
|
}
|
|
5684
5684
|
|
|
5685
5685
|
if (changedProperties.has('error')) {
|
|
@@ -5602,9 +5602,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
5602
5602
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
5603
5603
|
this.validation.validate(this);
|
|
5604
5604
|
}
|
|
5605
|
-
|
|
5606
|
-
this.notifyValueChanged();
|
|
5607
5605
|
}
|
|
5606
|
+
|
|
5607
|
+
this.notifyValueChanged();
|
|
5608
5608
|
}
|
|
5609
5609
|
|
|
5610
5610
|
if (changedProperties.has('error')) {
|
|
@@ -5526,9 +5526,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
5526
5526
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
5527
5527
|
this.validation.validate(this);
|
|
5528
5528
|
}
|
|
5529
|
-
|
|
5530
|
-
this.notifyValueChanged();
|
|
5531
5529
|
}
|
|
5530
|
+
|
|
5531
|
+
this.notifyValueChanged();
|
|
5532
5532
|
}
|
|
5533
5533
|
|
|
5534
5534
|
if (changedProperties.has('error')) {
|
|
@@ -5526,9 +5526,9 @@ class BaseInput extends AuroElement$2 {
|
|
|
5526
5526
|
if (!this.shadowRoot.contains(this.getActiveElement())) {
|
|
5527
5527
|
this.validation.validate(this);
|
|
5528
5528
|
}
|
|
5529
|
-
|
|
5530
|
-
this.notifyValueChanged();
|
|
5531
5529
|
}
|
|
5530
|
+
|
|
5531
|
+
this.notifyValueChanged();
|
|
5532
5532
|
}
|
|
5533
5533
|
|
|
5534
5534
|
if (changedProperties.has('error')) {
|
package/package.json
CHANGED