@c10t/nice-component-library 0.0.33 → 0.0.34
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.
|
@@ -2605,6 +2605,7 @@ class CvaTableComponent {
|
|
|
2605
2605
|
set paging(value) {
|
|
2606
2606
|
if (value) {
|
|
2607
2607
|
this.varPaging = value;
|
|
2608
|
+
this.goToPageNumber = this.varPaging.pageNumber;
|
|
2608
2609
|
}
|
|
2609
2610
|
}
|
|
2610
2611
|
isExpandColumn(col) {
|
|
@@ -6014,7 +6015,6 @@ class CvaRangeDatePickerComponent {
|
|
|
6014
6015
|
this.propagateChange(fn);
|
|
6015
6016
|
}
|
|
6016
6017
|
writeValue(obj) {
|
|
6017
|
-
console.log('writeValue', obj);
|
|
6018
6018
|
if (!obj) {
|
|
6019
6019
|
obj = new RangeDatePickerModel();
|
|
6020
6020
|
}
|