@sumaris-net/ngx-components 18.23.32 → 18.23.33
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/doc/changelog.md +1 -1
- package/esm2022/src/app/core/table/table.class.mjs +3 -3
- package/fesm2022/sumaris-net.ngx-components.mjs +2 -2
- package/fesm2022/sumaris-net.ngx-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/app/core/table/table.class.d.ts +2 -2
- package/src/assets/manifest.json +1 -1
|
@@ -38395,10 +38395,10 @@ class AppTable {
|
|
|
38395
38395
|
_openingRow = false;
|
|
38396
38396
|
_subscription = new Subscription();
|
|
38397
38397
|
_dataSourceLoadingSubscription;
|
|
38398
|
-
_totalRowCount = null;
|
|
38399
|
-
_visibleRowCount = null;
|
|
38400
38398
|
_cellValueChangesDefs = {};
|
|
38401
38399
|
_enabled = true;
|
|
38400
|
+
_totalRowCount = null;
|
|
38401
|
+
_visibleRowCount = null;
|
|
38402
38402
|
_autocompleteConfigHolder;
|
|
38403
38403
|
allowRowDetail = true;
|
|
38404
38404
|
cd;
|