tnx-shared 5.1.435 → 5.1.437

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.
@@ -12967,12 +12967,14 @@
12967
12967
  _b[exports.Operator.greaterThanEqual] = function (value1, value2) { return value1 >= value2; },
12968
12968
  _b[exports.Operator.lower] = function (value1, value2) { return value1 < value2; },
12969
12969
  _b[exports.Operator.lowerThanEqual] = function (value1, value2) { return value1 <= value2; },
12970
+ _b[exports.Operator.equal] = function (value1, value2) { return value1 == value2; },
12970
12971
  _b);
12971
12972
  var operatorMeaning = (_c = {},
12972
12973
  _c[exports.Operator.greater] = 'lớn hơn',
12973
12974
  _c[exports.Operator.greaterThanEqual] = 'lớn hơn hoặc bằng',
12974
12975
  _c[exports.Operator.lower] = 'nhỏ hơn',
12975
12976
  _c[exports.Operator.lowerThanEqual] = 'nhỏ hơn hoặc bằng',
12977
+ _c[exports.Operator.equal] = 'bằng',
12976
12978
  _c);
12977
12979
  /**
12978
12980
  * So sanh 2 thuộc tính trong form.
@@ -32049,9 +32051,7 @@
32049
32051
  _this._authenService.cleanupSessionStorage();
32050
32052
  _this._authenService.clearLocalToken();
32051
32053
  _this._storageUpdatedService.cleanupStorageService();
32052
- _this._oauthService.revokeTokenAndLogout(null, true)
32053
- .then(function (res) {
32054
- });
32054
+ _this._oauthService.revokeTokenAndLogout(null, true);
32055
32055
  }
32056
32056
  else if (evt.type == 'session_terminated') {
32057
32057
  _this._storageService.removeItem('current_user_info');
@@ -42930,7 +42930,7 @@
42930
42930
  description: 'Email',
42931
42931
  }),
42932
42932
  new ModelSchema({
42933
- field: 'donViChucVus',
42933
+ field: 'donViChucVuStr',
42934
42934
  name: 'Đơn vị - Chức vụ',
42935
42935
  fullName: 'Đơn vị - Chức vụ',
42936
42936
  description: 'Đơn vị - Chức vụ',
@@ -42966,7 +42966,7 @@
42966
42966
  width: '180px'
42967
42967
  }),
42968
42968
  new ColumnSchemaBase({
42969
- field: 'donViChucVus',
42969
+ field: 'donViChucVuStr',
42970
42970
  allowFilter: false,
42971
42971
  sort: false,
42972
42972
  includeSelect: false,
@@ -49192,6 +49192,8 @@
49192
49192
  label: _this._translateService.instant(column.label),
49193
49193
  visible: true,
49194
49194
  dataType: column.dataType,
49195
+ width: column.width,
49196
+ mdWidth: column.mdWidth,
49195
49197
  textAlign: column.textAlign,
49196
49198
  baseService: column.baseService,
49197
49199
  valueField: column.valueField,
@@ -49199,6 +49201,11 @@
49199
49201
  fieldPlus: column.fieldPlus,
49200
49202
  sortField: column.sortField,
49201
49203
  sortDir: column.sortDir,
49204
+ fieldFilter: column.fieldFilter,
49205
+ allowFilter: column.allowFilter,
49206
+ modifyFilter: column.modifyFilter,
49207
+ defaultFilters: column.defaultFilters,
49208
+ templateFilter: column.templateFilter,
49202
49209
  funcGetLabel: column.funcGetLabel,
49203
49210
  funcSetValueRow: column.funcSetValueRow,
49204
49211
  dataSource: column.dataSource,
@@ -49408,12 +49415,21 @@
49408
49415
  field: column.code,
49409
49416
  label: _this._translateService.instant(column.label),
49410
49417
  visible: true,
49418
+ dataType: column.dataType,
49419
+ width: column.width,
49420
+ mdWidth: column.mdWidth,
49421
+ textAlign: column.textAlign,
49411
49422
  baseService: column.baseService,
49412
49423
  valueField: column.valueField,
49413
49424
  displayField: column.displayField,
49414
49425
  fieldPlus: column.fieldPlus,
49415
49426
  sortField: column.sortField,
49416
49427
  sortDir: column.sortDir,
49428
+ fieldFilter: column.fieldFilter,
49429
+ allowFilter: column.allowFilter,
49430
+ modifyFilter: column.modifyFilter,
49431
+ defaultFilters: column.defaultFilters,
49432
+ templateFilter: column.templateFilter,
49417
49433
  funcGetLabel: column.funcGetLabel,
49418
49434
  funcSetValueRow: column.funcSetValueRow,
49419
49435
  dataSource: column.dataSource,
@@ -50286,6 +50302,8 @@
50286
50302
  label: _this._translateService.instant(column.label),
50287
50303
  visible: true,
50288
50304
  dataType: column.dataType,
50305
+ width: column.width,
50306
+ mdWidth: column.mdWidth,
50289
50307
  textAlign: column.textAlign,
50290
50308
  baseService: column.baseService,
50291
50309
  valueField: column.valueField,
@@ -50293,6 +50311,11 @@
50293
50311
  fieldPlus: column.fieldPlus,
50294
50312
  sortField: column.sortField,
50295
50313
  sortDir: column.sortDir,
50314
+ fieldFilter: column.fieldFilter,
50315
+ allowFilter: column.allowFilter,
50316
+ modifyFilter: column.modifyFilter,
50317
+ defaultFilters: column.defaultFilters,
50318
+ templateFilter: column.templateFilter,
50296
50319
  funcGetLabel: column.funcGetLabel,
50297
50320
  funcSetValueRow: column.funcSetValueRow,
50298
50321
  dataSource: column.dataSource,