ntk-cms-api 1.2.20 → 1.2.21

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.
@@ -1250,12 +1250,15 @@
1250
1250
  function AccessModel() {
1251
1251
  this.accessDeleteRow = false;
1252
1252
  this.accessWatchRow = false;
1253
+ this.accessCountRow = false;
1253
1254
  this.accessEditRow = false;
1254
1255
  this.accessAddRow = false;
1255
1256
  this.accessRowInPanelDemo = false;
1256
1257
  this.accessRowWatchInSharingCategory = false;
1257
1258
  this.accessWatchRowOtherSiteId = false;
1258
1259
  this.accessWatchRowOtherCreatedBy = false;
1260
+ this.accessCountRowOtherSiteId = false;
1261
+ this.accessCountRowOtherCreatedBy = false;
1259
1262
  this.accessEditRowOtherSiteId = false;
1260
1263
  this.accessEditRowOtherCreatedBy = false;
1261
1264
  this.accessDeleteRowOtherCreatedBy = false;