@aurodesignsystem-dev/auro-formkit 0.0.0-pr1096.0 → 0.0.0-pr1096.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/combobox/demo/api.min.js +1 -1
- package/components/combobox/demo/index.min.js +1 -1
- package/components/combobox/dist/index.js +1 -1
- package/components/combobox/dist/registered.js +1 -1
- package/components/counter/demo/api.min.js +1 -1
- package/components/counter/demo/index.min.js +1 -1
- package/components/counter/dist/index.js +1 -1
- package/components/counter/dist/registered.js +1 -1
- package/components/datepicker/demo/api.min.js +1 -1
- package/components/datepicker/demo/index.min.js +1 -1
- package/components/datepicker/dist/index.js +1 -1
- package/components/datepicker/dist/registered.js +1 -1
- 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/select/demo/api.min.js +1 -1
- package/components/select/demo/index.min.js +1 -1
- package/components/select/dist/index.js +1 -1
- package/components/select/dist/registered.js +1 -1
- package/package.json +1 -1
|
@@ -5138,7 +5138,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
5138
5138
|
this.handleTriggerContentSlotChange();
|
|
5139
5139
|
}
|
|
5140
5140
|
|
|
5141
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
5141
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
5142
5142
|
if (this.isPopoverVisible) {
|
|
5143
5143
|
this.bibElement.value.showPopover();
|
|
5144
5144
|
} else {
|
|
@@ -4940,7 +4940,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
4940
4940
|
this.handleTriggerContentSlotChange();
|
|
4941
4941
|
}
|
|
4942
4942
|
|
|
4943
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
4943
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
4944
4944
|
if (this.isPopoverVisible) {
|
|
4945
4945
|
this.bibElement.value.showPopover();
|
|
4946
4946
|
} else {
|
|
@@ -4854,7 +4854,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
4854
4854
|
this.handleTriggerContentSlotChange();
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
4857
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
4858
4858
|
if (this.isPopoverVisible) {
|
|
4859
4859
|
this.bibElement.value.showPopover();
|
|
4860
4860
|
} else {
|
|
@@ -4854,7 +4854,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
4854
4854
|
this.handleTriggerContentSlotChange();
|
|
4855
4855
|
}
|
|
4856
4856
|
|
|
4857
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
4857
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
4858
4858
|
if (this.isPopoverVisible) {
|
|
4859
4859
|
this.bibElement.value.showPopover();
|
|
4860
4860
|
} else {
|
|
@@ -7114,7 +7114,7 @@ class AuroDropdown extends AuroElement$3 {
|
|
|
7114
7114
|
this.handleTriggerContentSlotChange();
|
|
7115
7115
|
}
|
|
7116
7116
|
|
|
7117
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
7117
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
7118
7118
|
if (this.isPopoverVisible) {
|
|
7119
7119
|
this.bibElement.value.showPopover();
|
|
7120
7120
|
} else {
|
|
@@ -7114,7 +7114,7 @@ class AuroDropdown extends AuroElement$3 {
|
|
|
7114
7114
|
this.handleTriggerContentSlotChange();
|
|
7115
7115
|
}
|
|
7116
7116
|
|
|
7117
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
7117
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
7118
7118
|
if (this.isPopoverVisible) {
|
|
7119
7119
|
this.bibElement.value.showPopover();
|
|
7120
7120
|
} else {
|
|
@@ -7050,7 +7050,7 @@ class AuroDropdown extends AuroElement$3 {
|
|
|
7050
7050
|
this.handleTriggerContentSlotChange();
|
|
7051
7051
|
}
|
|
7052
7052
|
|
|
7053
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
7053
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
7054
7054
|
if (this.isPopoverVisible) {
|
|
7055
7055
|
this.bibElement.value.showPopover();
|
|
7056
7056
|
} else {
|
|
@@ -7050,7 +7050,7 @@ class AuroDropdown extends AuroElement$3 {
|
|
|
7050
7050
|
this.handleTriggerContentSlotChange();
|
|
7051
7051
|
}
|
|
7052
7052
|
|
|
7053
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
7053
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
7054
7054
|
if (this.isPopoverVisible) {
|
|
7055
7055
|
this.bibElement.value.showPopover();
|
|
7056
7056
|
} else {
|
|
@@ -18546,7 +18546,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
18546
18546
|
this.handleTriggerContentSlotChange();
|
|
18547
18547
|
}
|
|
18548
18548
|
|
|
18549
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
18549
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
18550
18550
|
if (this.isPopoverVisible) {
|
|
18551
18551
|
this.bibElement.value.showPopover();
|
|
18552
18552
|
} else {
|
|
@@ -18287,7 +18287,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
18287
18287
|
this.handleTriggerContentSlotChange();
|
|
18288
18288
|
}
|
|
18289
18289
|
|
|
18290
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
18290
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
18291
18291
|
if (this.isPopoverVisible) {
|
|
18292
18292
|
this.bibElement.value.showPopover();
|
|
18293
18293
|
} else {
|
|
@@ -18219,7 +18219,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
18219
18219
|
this.handleTriggerContentSlotChange();
|
|
18220
18220
|
}
|
|
18221
18221
|
|
|
18222
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
18222
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
18223
18223
|
if (this.isPopoverVisible) {
|
|
18224
18224
|
this.bibElement.value.showPopover();
|
|
18225
18225
|
} else {
|
|
@@ -18219,7 +18219,7 @@ class AuroDropdown extends AuroElement$4 {
|
|
|
18219
18219
|
this.handleTriggerContentSlotChange();
|
|
18220
18220
|
}
|
|
18221
18221
|
|
|
18222
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
18222
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
18223
18223
|
if (this.isPopoverVisible) {
|
|
18224
18224
|
this.bibElement.value.showPopover();
|
|
18225
18225
|
} else {
|
|
@@ -4044,7 +4044,7 @@ class AuroDropdown extends AuroElement {
|
|
|
4044
4044
|
this.handleTriggerContentSlotChange();
|
|
4045
4045
|
}
|
|
4046
4046
|
|
|
4047
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
4047
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
4048
4048
|
if (this.isPopoverVisible) {
|
|
4049
4049
|
this.bibElement.value.showPopover();
|
|
4050
4050
|
} else {
|
|
@@ -4019,7 +4019,7 @@ class AuroDropdown extends AuroElement {
|
|
|
4019
4019
|
this.handleTriggerContentSlotChange();
|
|
4020
4020
|
}
|
|
4021
4021
|
|
|
4022
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
4022
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
4023
4023
|
if (this.isPopoverVisible) {
|
|
4024
4024
|
this.bibElement.value.showPopover();
|
|
4025
4025
|
} else {
|
|
@@ -3955,7 +3955,7 @@ class AuroDropdown extends AuroElement {
|
|
|
3955
3955
|
this.handleTriggerContentSlotChange();
|
|
3956
3956
|
}
|
|
3957
3957
|
|
|
3958
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
3958
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
3959
3959
|
if (this.isPopoverVisible) {
|
|
3960
3960
|
this.bibElement.value.showPopover();
|
|
3961
3961
|
} else {
|
|
@@ -3955,7 +3955,7 @@ class AuroDropdown extends AuroElement {
|
|
|
3955
3955
|
this.handleTriggerContentSlotChange();
|
|
3956
3956
|
}
|
|
3957
3957
|
|
|
3958
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
3958
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
3959
3959
|
if (this.isPopoverVisible) {
|
|
3960
3960
|
this.bibElement.value.showPopover();
|
|
3961
3961
|
} else {
|
|
@@ -5117,7 +5117,7 @@ class AuroDropdown extends AuroElement$3 {
|
|
|
5117
5117
|
this.handleTriggerContentSlotChange();
|
|
5118
5118
|
}
|
|
5119
5119
|
|
|
5120
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
5120
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
5121
5121
|
if (this.isPopoverVisible) {
|
|
5122
5122
|
this.bibElement.value.showPopover();
|
|
5123
5123
|
} else {
|
|
@@ -5025,7 +5025,7 @@ class AuroDropdown extends AuroElement$3 {
|
|
|
5025
5025
|
this.handleTriggerContentSlotChange();
|
|
5026
5026
|
}
|
|
5027
5027
|
|
|
5028
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
5028
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
5029
5029
|
if (this.isPopoverVisible) {
|
|
5030
5030
|
this.bibElement.value.showPopover();
|
|
5031
5031
|
} else {
|
|
@@ -4962,7 +4962,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
4962
4962
|
this.handleTriggerContentSlotChange();
|
|
4963
4963
|
}
|
|
4964
4964
|
|
|
4965
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
4965
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
4966
4966
|
if (this.isPopoverVisible) {
|
|
4967
4967
|
this.bibElement.value.showPopover();
|
|
4968
4968
|
} else {
|
|
@@ -4962,7 +4962,7 @@ class AuroDropdown extends AuroElement$2 {
|
|
|
4962
4962
|
this.handleTriggerContentSlotChange();
|
|
4963
4963
|
}
|
|
4964
4964
|
|
|
4965
|
-
if (changedProperties.has('isPopoverVisible')) {
|
|
4965
|
+
if (changedProperties.has('isPopoverVisible') && this.bibElement.value) {
|
|
4966
4966
|
if (this.isPopoverVisible) {
|
|
4967
4967
|
this.bibElement.value.showPopover();
|
|
4968
4968
|
} else {
|
package/package.json
CHANGED