tnx-shared 5.3.166 → 5.3.167
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 +15 -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/base/list-base.d.ts.map +1 -1
- package/components/add-news/add-news.component.d.ts.map +1 -1
- package/components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component.d.ts.map +1 -1
- package/components/entity-picker/entity-picker-dialog/components/entity-picker-selected/entity-picker-selected.component.d.ts.map +1 -1
- package/components/entity-picker/entity-picker-dialog/components/entity-picker-tree-data/entity-picker-tree-data.component.d.ts.map +1 -1
- package/components/entity-picker/entity-picker-dialog/components/entity-picker-tree-selected/entity-picker-tree-selected.component.d.ts.map +1 -1
- package/components/entity-picker/entity-picker.component.d.ts.map +1 -1
- package/components/file-explorer/file-manager/file-manager.component.d.ts.map +1 -1
- package/components/file-explorer/file-version-list/file-version-list.component.d.ts.map +1 -1
- package/components/file-explorer/ky-so-sim-danh-sach-chu-ky/ky-so-sim-danh-sach-chu-ky.component.d.ts.map +1 -1
- package/components/vanban-picker/vanban-den-picker/vanban-den-picker.component.d.ts.map +1 -1
- package/components/vanban-picker/vanban-di-picker/vanban-di-picker.component.d.ts.map +1 -1
- package/components/vanban-picker/vanban-picker.component.d.ts.map +1 -1
- package/esm2015/classes/base/list-base.js +4 -2
- package/esm2015/components/add-news/add-news.component.js +2 -1
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-data/entity-picker-data.component.js +2 -1
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-selected/entity-picker-selected.component.js +2 -1
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-tree-data/entity-picker-tree-data.component.js +2 -1
- package/esm2015/components/entity-picker/entity-picker-dialog/components/entity-picker-tree-selected/entity-picker-tree-selected.component.js +2 -1
- package/esm2015/components/entity-picker/entity-picker.component.js +2 -1
- package/esm2015/components/file-explorer/file-manager/file-manager.component.js +2 -1
- package/esm2015/components/file-explorer/file-version-list/file-version-list.component.js +2 -1
- package/esm2015/components/file-explorer/ky-so-sim-danh-sach-chu-ky/ky-so-sim-danh-sach-chu-ky.component.js +2 -1
- package/esm2015/components/vanban-picker/vanban-den-picker/vanban-den-picker.component.js +2 -1
- package/esm2015/components/vanban-picker/vanban-di-picker/vanban-di-picker.component.js +2 -1
- package/esm2015/components/vanban-picker/vanban-picker.component.js +2 -1
- package/fesm2015/tnx-shared.js +15 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -26386,7 +26386,9 @@
|
|
|
26386
26386
|
return __awaiter(this, void 0, void 0, function () {
|
|
26387
26387
|
return __generator(this, function (_a) {
|
|
26388
26388
|
if (this.setting.hiddenAuthorizeButton) {
|
|
26389
|
-
this.crudList
|
|
26389
|
+
if (this.crudList) {
|
|
26390
|
+
this.crudList.setBtnReady(true);
|
|
26391
|
+
}
|
|
26390
26392
|
return [2 /*return*/];
|
|
26391
26393
|
}
|
|
26392
26394
|
this.crudList.setAuthorizeButton(this.lstButtonElement[exports.EnumProperties.RESULTS]);
|
|
@@ -33445,6 +33447,7 @@
|
|
|
33445
33447
|
if (!this.control) {
|
|
33446
33448
|
this.control = new FileManagerControlSchema();
|
|
33447
33449
|
}
|
|
33450
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
33448
33451
|
this.useBreadcrumbs = this.control.useBreadcrumbs;
|
|
33449
33452
|
this.useSignature = this.control.useSignature;
|
|
33450
33453
|
if (this.control.multiple) {
|
|
@@ -42578,6 +42581,7 @@
|
|
|
42578
42581
|
}
|
|
42579
42582
|
AddNewsComponent.prototype.ngOnInit = function () {
|
|
42580
42583
|
this.setting.hiddenPageTitle = true;
|
|
42584
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
42581
42585
|
this.setting.modelSchemas = [
|
|
42582
42586
|
new ModelSchema({
|
|
42583
42587
|
field: 'name',
|
|
@@ -45239,6 +45243,7 @@
|
|
|
45239
45243
|
var _a;
|
|
45240
45244
|
this.loadDetailFromQueryParam = true;
|
|
45241
45245
|
this.plusUrl = this.control.plusUrl;
|
|
45246
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
45242
45247
|
this.setting.baseService = this.control.baseService;
|
|
45243
45248
|
this.setting.pageSetting.pageSize = (_a = this.control.pageSize) !== null && _a !== void 0 ? _a : 30;
|
|
45244
45249
|
this.setting.hiddenCheckbox = !this.control.multiple;
|
|
@@ -45494,6 +45499,7 @@
|
|
|
45494
45499
|
var _a;
|
|
45495
45500
|
this.loadDetailFromQueryParam = true;
|
|
45496
45501
|
this.plusUrl = this.control.plusUrl;
|
|
45502
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
45497
45503
|
this.setting.baseService = this.control.baseService;
|
|
45498
45504
|
this.setting.pageSetting.pageSize = (_a = this.control.pageSize) !== null && _a !== void 0 ? _a : 30;
|
|
45499
45505
|
this.setting.hiddenCheckbox = !this.control.multiple;
|
|
@@ -45996,6 +46002,7 @@
|
|
|
45996
46002
|
this.setting.hiddenCheckbox = !this.control.multiple;
|
|
45997
46003
|
this.setting.heightType = exports.HeightType.custom;
|
|
45998
46004
|
this.setting.showEditLink = false;
|
|
46005
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
45999
46006
|
this.setting.settingKey = 'entityPickerData';
|
|
46000
46007
|
this.setting.hiddenAdvanceSearch = this.parentSetting.hiddenAdvanceSearch;
|
|
46001
46008
|
this.setting.hiddenSettingWorkflow = true;
|
|
@@ -46183,6 +46190,7 @@
|
|
|
46183
46190
|
this.loadDetailFromQueryParam = true;
|
|
46184
46191
|
this.plusUrl = this.control.plusUrl;
|
|
46185
46192
|
this.fieldParent = this.control.fieldTree;
|
|
46193
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
46186
46194
|
this.valueParentRoot = this.control.valueParentRoot;
|
|
46187
46195
|
this.setting.baseService = this.control.baseService;
|
|
46188
46196
|
this.setting.pageSetting.pageSize = (_a = this.control.pageSize) !== null && _a !== void 0 ? _a : 30;
|
|
@@ -46506,6 +46514,7 @@
|
|
|
46506
46514
|
}
|
|
46507
46515
|
this.setting.heightType = exports.HeightType.dynamic;
|
|
46508
46516
|
this.setting.fixHeightTypeInDialog = false;
|
|
46517
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
46509
46518
|
this.setting.hiddenCheckbox = true;
|
|
46510
46519
|
this.setting.settingKey = 'entityPicker';
|
|
46511
46520
|
this.setting.hiddenSettingWorkflow = true;
|
|
@@ -47471,6 +47480,7 @@
|
|
|
47471
47480
|
return _this;
|
|
47472
47481
|
}
|
|
47473
47482
|
FileVersionListComponent.prototype.ngOnInit = function () {
|
|
47483
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
47474
47484
|
this.setting.baseService = this._fileVersionService;
|
|
47475
47485
|
this.loadDetailFromQueryParam = true;
|
|
47476
47486
|
this.plusUrl = 'GetListVersionByFileId';
|
|
@@ -48314,6 +48324,7 @@
|
|
|
48314
48324
|
return _this;
|
|
48315
48325
|
}
|
|
48316
48326
|
KySoSimDanhSachChuKyComponent.prototype.ngOnInit = function () {
|
|
48327
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
48317
48328
|
this.loadDetailFromQueryParam = true;
|
|
48318
48329
|
this.setting.baseService = this._kySoSimChuKyUserService;
|
|
48319
48330
|
this.setting.hiddenSettingWorkflow = true;
|
|
@@ -53282,6 +53293,7 @@
|
|
|
53282
53293
|
configurable: true
|
|
53283
53294
|
});
|
|
53284
53295
|
VanbanDenPickerComponent.prototype.ngOnInit = function () {
|
|
53296
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
53285
53297
|
this.loadDetailFromQueryParam = true;
|
|
53286
53298
|
this.model.ready = false;
|
|
53287
53299
|
this.setting.baseService = this._vanBanDenService;
|
|
@@ -53488,6 +53500,7 @@
|
|
|
53488
53500
|
configurable: true
|
|
53489
53501
|
});
|
|
53490
53502
|
VanbanDiPickerComponent.prototype.ngOnInit = function () {
|
|
53503
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
53491
53504
|
this.loadDetailFromQueryParam = true;
|
|
53492
53505
|
this.model.ready = false;
|
|
53493
53506
|
this.setting.baseService = this._vanBanDiService;
|
|
@@ -53727,6 +53740,7 @@
|
|
|
53727
53740
|
return _this;
|
|
53728
53741
|
}
|
|
53729
53742
|
VanBanPickerComponent.prototype.ngOnInit = function () {
|
|
53743
|
+
this.setting.hiddenAuthorizeButton = true;
|
|
53730
53744
|
this.loadDetailFromQueryParam = true;
|
|
53731
53745
|
this.model.ready = false;
|
|
53732
53746
|
this.setting.baseService = this._vanBanDenService;
|