ntk-cms-api 1.2.80 → 1.2.82

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.
Files changed (27) hide show
  1. package/bundles/ntk-cms-api.umd.js +15 -2
  2. package/bundles/ntk-cms-api.umd.js.map +1 -1
  3. package/bundles/ntk-cms-api.umd.min.js +1 -1
  4. package/bundles/ntk-cms-api.umd.min.js.map +1 -1
  5. package/esm2015/lib/models/entity/base/accessModel.js +4 -1
  6. package/esm2015/lib/models/entity/base/baseEntity.js +2 -1
  7. package/esm2015/lib/models/entity/base/baseModuleEntity.js +2 -1
  8. package/esm2015/lib/models/entity/base/captchaModel.js +2 -1
  9. package/esm2015/lib/models/entity/base/enumInfoModel.js +2 -1
  10. package/esm2015/lib/models/entity/base/errorExceptionResult.js +2 -1
  11. package/esm2015/lib/models/entity/base/errorExceptionResultBase.js +2 -1
  12. package/esm2015/lib/models/entity/base/errorExceptionResultExportFile.js +2 -1
  13. package/esm2015/lib/models/entity/base/exportFileModel.js +2 -1
  14. package/esm2015/lib/models/entity/base/fieldInfo/dataFieldInfoModel.js +2 -1
  15. package/esm2015/lib/models/entity/base/filterDataModel.js +2 -1
  16. package/esm2015/lib/models/entity/base/filterModel.js +2 -1
  17. package/esm2015/lib/models/entity/core-main/coreUserSupportAccessModel.js +1 -3
  18. package/esm2015/lib/models/entity/estate/estateCustomerOrderModel.js +2 -1
  19. package/esm2015/lib/models/entity/estate/estatePropertyAdsModel.js +1 -1
  20. package/esm2015/lib/models/entity/estate/estatePropertyTypeUsageModel.js +1 -1
  21. package/fesm2015/ntk-cms-api.js +15 -2
  22. package/fesm2015/ntk-cms-api.js.map +1 -1
  23. package/lib/models/entity/base/accessModel.d.ts +4 -0
  24. package/lib/models/entity/base/fieldInfo/dataFieldInfoModel.d.ts +1 -0
  25. package/lib/models/entity/core-main/coreUserSupportAccessModel.d.ts +0 -2
  26. package/lib/models/entity/estate/estateCustomerOrderModel.d.ts +2 -0
  27. package/package.json +1 -1
@@ -1335,6 +1335,7 @@
1335
1335
  this.accessWatchField = false;
1336
1336
  this.accessEditField = false;
1337
1337
  this.accessAddField = false;
1338
+ this.accessExportField = false;
1338
1339
  }
1339
1340
  return DataFieldInfoModel;
1340
1341
  }());
@@ -1359,6 +1360,7 @@
1359
1360
  return GetPropertiesInfoModel;
1360
1361
  }(FieldInfoModel));
1361
1362
 
1363
+ //@@tag-Version-2201011
1362
1364
  var AccessModel = /** @class */ (function () {
1363
1365
  function AccessModel() {
1364
1366
  this.accessDeleteRow = false;
@@ -1367,6 +1369,8 @@
1367
1369
  this.accessEditRow = false;
1368
1370
  this.accessAddRow = false;
1369
1371
  this.accessExportFile = false;
1372
+ this.accessRowInPanelDemo = false;
1373
+ this.accessRowWatchInSharingCategory = false;
1370
1374
  this.accessWatchRowOtherSiteId = false;
1371
1375
  this.accessWatchRowOtherCreatedBy = false;
1372
1376
  this.accessCountRowOtherSiteId = false;
@@ -1378,6 +1382,7 @@
1378
1382
  return AccessModel;
1379
1383
  }());
1380
1384
 
1385
+ //@@tag-Version-2201011
1381
1386
  var BaseEntity = /** @class */ (function () {
1382
1387
  function BaseEntity() {
1383
1388
  this.recordStatus = exports.EnumRecordStatus.Available;
@@ -1386,6 +1391,7 @@
1386
1391
  return BaseEntity;
1387
1392
  }());
1388
1393
 
1394
+ //@@tag-Version-2201011
1389
1395
  var BaseModuleEntity = /** @class */ (function (_super) {
1390
1396
  __extends(BaseModuleEntity, _super);
1391
1397
  function BaseModuleEntity() {
@@ -1394,18 +1400,21 @@
1394
1400
  return BaseModuleEntity;
1395
1401
  }(BaseEntity));
1396
1402
 
1403
+ //@@tag-Version-2201011
1397
1404
  var CaptchaModel = /** @class */ (function () {
1398
1405
  function CaptchaModel() {
1399
1406
  }
1400
1407
  return CaptchaModel;
1401
1408
  }());
1402
1409
 
1410
+ //@@tag-Version-2201011
1403
1411
  var EnumInfoModel = /** @class */ (function () {
1404
1412
  function EnumInfoModel() {
1405
1413
  }
1406
1414
  return EnumInfoModel;
1407
1415
  }());
1408
1416
 
1417
+ //@@tag-Version-2201011
1409
1418
  var ErrorExceptionResultBase = /** @class */ (function () {
1410
1419
  function ErrorExceptionResultBase() {
1411
1420
  this.status = 0;
@@ -1414,6 +1423,7 @@
1414
1423
  return ErrorExceptionResultBase;
1415
1424
  }());
1416
1425
 
1426
+ //@@tag-Version-2201011
1417
1427
  var ErrorExceptionResult = /** @class */ (function (_super) {
1418
1428
  __extends(ErrorExceptionResult, _super);
1419
1429
  function ErrorExceptionResult() {
@@ -1424,6 +1434,7 @@
1424
1434
  return ErrorExceptionResult;
1425
1435
  }(ErrorExceptionResultBase));
1426
1436
 
1437
+ //@@tag-Version-2201011
1427
1438
  var ErrorExceptionResultExportFile = /** @class */ (function (_super) {
1428
1439
  __extends(ErrorExceptionResultExportFile, _super);
1429
1440
  function ErrorExceptionResultExportFile() {
@@ -1435,12 +1446,14 @@
1435
1446
  return ErrorExceptionResultExportFile;
1436
1447
  }(ErrorExceptionResultBase));
1437
1448
 
1449
+ //@@tag-Version-2201011
1438
1450
  var ExportFileModel = /** @class */ (function () {
1439
1451
  function ExportFileModel() {
1440
1452
  }
1441
1453
  return ExportFileModel;
1442
1454
  }());
1443
1455
 
1456
+ //@@tag-Version-2201011
1444
1457
  var FilterDataModel = /** @class */ (function () {
1445
1458
  function FilterDataModel() {
1446
1459
  this.filters = new Array();
@@ -1448,6 +1461,7 @@
1448
1461
  return FilterDataModel;
1449
1462
  }());
1450
1463
 
1464
+ //@@tag-Version-2201011
1451
1465
  var FilterModel = /** @class */ (function () {
1452
1466
  function FilterModel() {
1453
1467
  this.countLoad = false;
@@ -4165,8 +4179,6 @@
4165
4179
  _this.accessEditRow = false;
4166
4180
  _this.accessAddRow = false;
4167
4181
  _this.accessExportFile = false;
4168
- _this.accessRowInPanelDemo = false;
4169
- _this.accessRowWatchInSharingCategory = false;
4170
4182
  _this.accessWatchRowOtherSiteId = false;
4171
4183
  _this.accessWatchRowOtherCreatedBy = false;
4172
4184
  _this.accessCountRowOtherSiteId = false;
@@ -12528,6 +12540,7 @@
12528
12540
  return EstateBillboardModel;
12529
12541
  }(BaseModuleEntity));
12530
12542
 
12543
+ //@@tag-Version-2211261
12531
12544
  var EstateCustomerOrderModel = /** @class */ (function (_super) {
12532
12545
  __extends(EstateCustomerOrderModel, _super);
12533
12546
  function EstateCustomerOrderModel() {