raise-common-lib 0.0.178 → 0.0.179
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/bundles/raise-common-lib.umd.js +3 -1
- package/bundles/raise-common-lib.umd.js.map +1 -1
- package/bundles/raise-common-lib.umd.min.js +1 -1
- package/bundles/raise-common-lib.umd.min.js.map +1 -1
- package/esm2015/lib/form/confirm-select/index.component.js +4 -2
- package/esm5/lib/form/confirm-select/index.component.js +4 -2
- package/fesm2015/raise-common-lib.js +3 -1
- package/fesm2015/raise-common-lib.js.map +1 -1
- package/fesm5/raise-common-lib.js +3 -1
- package/fesm5/raise-common-lib.js.map +1 -1
- package/package.json +1 -1
|
@@ -23472,7 +23472,9 @@
|
|
|
23472
23472
|
*/
|
|
23473
23473
|
function () {
|
|
23474
23474
|
this.selectedItems = JSON.parse(JSON.stringify(this.value || []));
|
|
23475
|
-
this.comfirmSelect
|
|
23475
|
+
if (this.comfirmSelect) {
|
|
23476
|
+
this.comfirmSelect.value = this.selectedItems;
|
|
23477
|
+
}
|
|
23476
23478
|
};
|
|
23477
23479
|
/**
|
|
23478
23480
|
* @return {?}
|