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
|
@@ -23280,7 +23280,9 @@ var ConfirmSelectComponent = /** @class */ (function () {
|
|
|
23280
23280
|
*/
|
|
23281
23281
|
function () {
|
|
23282
23282
|
this.selectedItems = JSON.parse(JSON.stringify(this.value || []));
|
|
23283
|
-
this.comfirmSelect
|
|
23283
|
+
if (this.comfirmSelect) {
|
|
23284
|
+
this.comfirmSelect.value = this.selectedItems;
|
|
23285
|
+
}
|
|
23284
23286
|
};
|
|
23285
23287
|
/**
|
|
23286
23288
|
* @return {?}
|