@aurodesignsystem-dev/auro-formkit 0.0.0-pr1554.6 → 0.0.0-pr1554.7
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/customize.min.js +1 -0
- package/components/combobox/demo/getting-started.min.js +1 -0
- package/components/combobox/demo/index.min.js +1 -0
- package/components/combobox/dist/index.js +1 -0
- package/components/combobox/dist/registered.js +1 -0
- package/components/form/demo/customize.min.js +1 -0
- package/components/form/demo/getting-started.min.js +1 -0
- package/components/form/demo/index.min.js +1 -0
- package/components/form/demo/registerDemoDeps.min.js +1 -0
- package/package.json +1 -1
|
@@ -20858,6 +20858,7 @@ class AuroCombobox extends AuroElement {
|
|
|
20858
20858
|
this.input.appendChild(syntheticDV);
|
|
20859
20859
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
20860
20860
|
this.input.checkDisplayValueSlotChange();
|
|
20861
|
+
this.input.requestUpdate();
|
|
20861
20862
|
}
|
|
20862
20863
|
}
|
|
20863
20864
|
|
|
@@ -20858,6 +20858,7 @@ class AuroCombobox extends AuroElement {
|
|
|
20858
20858
|
this.input.appendChild(syntheticDV);
|
|
20859
20859
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
20860
20860
|
this.input.checkDisplayValueSlotChange();
|
|
20861
|
+
this.input.requestUpdate();
|
|
20861
20862
|
}
|
|
20862
20863
|
}
|
|
20863
20864
|
|
|
@@ -20873,6 +20873,7 @@ class AuroCombobox extends AuroElement {
|
|
|
20873
20873
|
this.input.appendChild(syntheticDV);
|
|
20874
20874
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
20875
20875
|
this.input.checkDisplayValueSlotChange();
|
|
20876
|
+
this.input.requestUpdate();
|
|
20876
20877
|
}
|
|
20877
20878
|
}
|
|
20878
20879
|
|
|
@@ -20784,6 +20784,7 @@ class AuroCombobox extends AuroElement {
|
|
|
20784
20784
|
this.input.appendChild(syntheticDV);
|
|
20785
20785
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
20786
20786
|
this.input.checkDisplayValueSlotChange();
|
|
20787
|
+
this.input.requestUpdate();
|
|
20787
20788
|
}
|
|
20788
20789
|
}
|
|
20789
20790
|
|
|
@@ -20784,6 +20784,7 @@ class AuroCombobox extends AuroElement {
|
|
|
20784
20784
|
this.input.appendChild(syntheticDV);
|
|
20785
20785
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
20786
20786
|
this.input.checkDisplayValueSlotChange();
|
|
20787
|
+
this.input.requestUpdate();
|
|
20787
20788
|
}
|
|
20788
20789
|
}
|
|
20789
20790
|
|
|
@@ -83314,6 +83314,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
83314
83314
|
this.input.appendChild(syntheticDV);
|
|
83315
83315
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
83316
83316
|
this.input.checkDisplayValueSlotChange();
|
|
83317
|
+
this.input.requestUpdate();
|
|
83317
83318
|
}
|
|
83318
83319
|
}
|
|
83319
83320
|
|
|
@@ -83314,6 +83314,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
83314
83314
|
this.input.appendChild(syntheticDV);
|
|
83315
83315
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
83316
83316
|
this.input.checkDisplayValueSlotChange();
|
|
83317
|
+
this.input.requestUpdate();
|
|
83317
83318
|
}
|
|
83318
83319
|
}
|
|
83319
83320
|
|
|
@@ -83314,6 +83314,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
83314
83314
|
this.input.appendChild(syntheticDV);
|
|
83315
83315
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
83316
83316
|
this.input.checkDisplayValueSlotChange();
|
|
83317
|
+
this.input.requestUpdate();
|
|
83317
83318
|
}
|
|
83318
83319
|
}
|
|
83319
83320
|
|
|
@@ -82273,6 +82273,7 @@ class AuroCombobox extends AuroElement$3 {
|
|
|
82273
82273
|
this.input.appendChild(syntheticDV);
|
|
82274
82274
|
if (typeof this.input.checkDisplayValueSlotChange === 'function') {
|
|
82275
82275
|
this.input.checkDisplayValueSlotChange();
|
|
82276
|
+
this.input.requestUpdate();
|
|
82276
82277
|
}
|
|
82277
82278
|
}
|
|
82278
82279
|
|
package/package.json
CHANGED