@acorex/components 1.3.87 → 1.3.88
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/acorex-components.metadata.json +1 -1
- package/bundles/acorex-components.umd.js +0 -4
- package/bundles/acorex-components.umd.js.map +1 -1
- package/bundles/acorex-components.umd.min.js.map +1 -1
- package/esm2015/lib/selectbox/selectbox.component.js +1 -5
- package/esm5/lib/selectbox/selectbox.component.js +1 -5
- package/fesm2015/acorex-components.js +0 -4
- package/fesm2015/acorex-components.js.map +1 -1
- package/fesm5/acorex-components.js +0 -4
- package/fesm5/acorex-components.js.map +1 -1
- package/package.json +1 -1
|
@@ -8492,7 +8492,6 @@
|
|
|
8492
8492
|
if (this.itemsChange) {
|
|
8493
8493
|
this.itemsChange.emit(v);
|
|
8494
8494
|
}
|
|
8495
|
-
debugger;
|
|
8496
8495
|
if (this.itemsStatusObserver) {
|
|
8497
8496
|
this.itemsStatusObserver.next(this.items.length);
|
|
8498
8497
|
}
|
|
@@ -8689,7 +8688,6 @@
|
|
|
8689
8688
|
}
|
|
8690
8689
|
else {
|
|
8691
8690
|
if (Array.isArray(v)) {
|
|
8692
|
-
debugger;
|
|
8693
8691
|
if (_this.selectedItems.length > v.length) {
|
|
8694
8692
|
_this.selectedItems = _this.selectedItems.filter(function (c) { return v.includes(c[_this.valueField]); });
|
|
8695
8693
|
}
|
|
@@ -8754,7 +8752,6 @@
|
|
|
8754
8752
|
if (this.mode == 'single') {
|
|
8755
8753
|
this.showCheckBox = false;
|
|
8756
8754
|
}
|
|
8757
|
-
debugger;
|
|
8758
8755
|
if (!this.remoteOperation || (this.remoteOperation && this.hasSelectedValue)) {
|
|
8759
8756
|
this.refresh();
|
|
8760
8757
|
}
|
|
@@ -9264,7 +9261,6 @@
|
|
|
9264
9261
|
.pipe(operators.debounceTime(100))
|
|
9265
9262
|
.pipe(operators.distinctUntilChanged())
|
|
9266
9263
|
.subscribe(function (c) {
|
|
9267
|
-
debugger;
|
|
9268
9264
|
callbackfn();
|
|
9269
9265
|
});
|
|
9270
9266
|
}
|