tnx-shared 5.3.340 → 5.3.341
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/tnx-shared.umd.js +4 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/classes/form-schema.d.ts +1 -0
- package/classes/form-schema.d.ts.map +1 -1
- package/components/entity-picker/entity-picker.component.d.ts.map +1 -1
- package/esm2015/classes/form-schema.js +1 -1
- package/esm2015/components/entity-picker/entity-picker.component.js +5 -2
- package/fesm2015/tnx-shared.js +4 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
|
@@ -47963,7 +47963,10 @@
|
|
|
47963
47963
|
if (this.control.useDefaultPluslUrlInList) {
|
|
47964
47964
|
this.plusUrl = this.control.plusUrl;
|
|
47965
47965
|
}
|
|
47966
|
-
if (this.control.
|
|
47966
|
+
if (this.control.pageSizeOfList) {
|
|
47967
|
+
this.setting.pageSetting.pageSize = this.control.pageSizeOfList;
|
|
47968
|
+
}
|
|
47969
|
+
else if (this.control.pageSize) {
|
|
47967
47970
|
this.setting.pageSetting.pageSize = this.control.pageSize;
|
|
47968
47971
|
}
|
|
47969
47972
|
this.setting.cols = [];
|