ntk-cms-api 1.2.77 → 1.2.78
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/ntk-cms-api.umd.js +2 -0
- package/bundles/ntk-cms-api.umd.js.map +1 -1
- package/bundles/ntk-cms-api.umd.min.js +1 -1
- package/bundles/ntk-cms-api.umd.min.js.map +1 -1
- package/esm2015/lib/models/entity/base/accessModel.js +2 -1
- package/esm2015/lib/models/entity/core-main/coreUserSupportAccessModel.js +2 -1
- package/esm2015/lib/models/entity/estate/estateConfigurationModel.js +1 -1
- package/esm2015/lib/models/entity/estate/estateCustomerOrderModel.js +1 -1
- package/fesm2015/ntk-cms-api.js +2 -0
- package/fesm2015/ntk-cms-api.js.map +1 -1
- package/lib/models/entity/base/accessModel.d.ts +1 -0
- package/lib/models/entity/core-main/coreUserSupportAccessModel.d.ts +1 -0
- package/lib/models/entity/estate/estateConfigurationModel.d.ts +1 -0
- package/lib/models/entity/estate/estateCustomerOrderModel.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1366,6 +1366,7 @@
|
|
|
1366
1366
|
this.accessCountRow = false;
|
|
1367
1367
|
this.accessEditRow = false;
|
|
1368
1368
|
this.accessAddRow = false;
|
|
1369
|
+
this.accessExportFile = false;
|
|
1369
1370
|
this.accessRowInPanelDemo = false;
|
|
1370
1371
|
this.accessRowWatchInSharingCategory = false;
|
|
1371
1372
|
this.accessWatchRowOtherSiteId = false;
|
|
@@ -4165,6 +4166,7 @@
|
|
|
4165
4166
|
_this.accessCountRow = false;
|
|
4166
4167
|
_this.accessEditRow = false;
|
|
4167
4168
|
_this.accessAddRow = false;
|
|
4169
|
+
_this.accessExportFile = false;
|
|
4168
4170
|
_this.accessRowInPanelDemo = false;
|
|
4169
4171
|
_this.accessRowWatchInSharingCategory = false;
|
|
4170
4172
|
_this.accessWatchRowOtherSiteId = false;
|