tnx-shared 5.3.191 → 5.3.192
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 +0 -2
- 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/base/list-component-base.d.ts +0 -1
- package/classes/base/list-component-base.d.ts.map +1 -1
- package/esm2015/classes/base/list-component-base.js +1 -3
- package/fesm2015/tnx-shared.js +0 -2
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
- package/tnx-shared.metadata.json +1 -1
package/fesm2015/tnx-shared.js
CHANGED
|
@@ -18471,7 +18471,6 @@ class ListComponentBase extends ComponentBase {
|
|
|
18471
18471
|
this.FileUploadMode = FileUploadMode;
|
|
18472
18472
|
this.Operator = Operator;
|
|
18473
18473
|
this.showSaveReorder = false;
|
|
18474
|
-
this.settingDefault = new CrudListSetting();
|
|
18475
18474
|
this._unSubscribeAll = new Subject();
|
|
18476
18475
|
this.handleSelectRow = (evt, data) => {
|
|
18477
18476
|
if (this.setting.hasCustomHandleClickRow) {
|
|
@@ -18710,7 +18709,6 @@ class ListComponentBase extends ComponentBase {
|
|
|
18710
18709
|
this.handleCheckAll = this.handleCheckAll.bind(this);
|
|
18711
18710
|
this.handleCheckAll_Group = this.handleCheckAll_Group.bind(this);
|
|
18712
18711
|
this.environment = this._moduleConfigService.getConfig().environment;
|
|
18713
|
-
this.settingDefault = Object.assign(this.setting, this.settingDefault);
|
|
18714
18712
|
}
|
|
18715
18713
|
set _table(v) {
|
|
18716
18714
|
this.table = v;
|