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
|
@@ -21773,7 +21773,6 @@
|
|
|
21773
21773
|
_this.FileUploadMode = exports.FileUploadMode;
|
|
21774
21774
|
_this.Operator = exports.Operator;
|
|
21775
21775
|
_this.showSaveReorder = false;
|
|
21776
|
-
_this.settingDefault = new CrudListSetting();
|
|
21777
21776
|
_this._unSubscribeAll = new rxjs.Subject();
|
|
21778
21777
|
_this.handleSelectRow = function (evt, data) {
|
|
21779
21778
|
if (_this.setting.hasCustomHandleClickRow) {
|
|
@@ -22017,7 +22016,6 @@
|
|
|
22017
22016
|
_this.handleCheckAll = _this.handleCheckAll.bind(_this);
|
|
22018
22017
|
_this.handleCheckAll_Group = _this.handleCheckAll_Group.bind(_this);
|
|
22019
22018
|
_this.environment = _this._moduleConfigService.getConfig().environment;
|
|
22020
|
-
_this.settingDefault = Object.assign(_this.setting, _this.settingDefault);
|
|
22021
22019
|
return _this;
|
|
22022
22020
|
}
|
|
22023
22021
|
Object.defineProperty(ListComponentBase.prototype, "_table", {
|