ecinc-cloud-wappaio 9.6.10 → 9.6.12

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/index.js CHANGED
@@ -35,7 +35,7 @@ import '../../common/directive/index'
35
35
  import '../../ecwapp/Directive/index'
36
36
 
37
37
  import { Product, ProductRoleMgr } from '../../ecwplat/Product'
38
- import { ResRoles, RoleInfoForm, RolePermissionForm, PermissionMatrixMgr, RoleMgr } from '../../ecwplat/ResRoles/index'
38
+ import { ResRoles, RoleInfoForm, RolePermissionForm, PermissionMatrixMgr, RoleMgr, RolePermissionSet, UserPermissionSet } from '../../ecwplat/ResRoles/index'
39
39
  import { ModuleIndex, CopyMenu, ModuleMenu, SysSetup, FrameLoader } from '../../ecwplat/Module/index'
40
40
  import { ImportPersonOrg, ImportWorkgroupMember, OrgPersonMgr, OrgTreeMgr, JobMatrixMgr, OrgUserList, OrgTreeLRLayout, ColumnEdit } from '../../ecwplat/Organ/index'
41
41
  import { WfdList } from '../../ecwplat/WfDefine'
@@ -125,6 +125,8 @@ const components = [
125
125
  UserModuleForm,
126
126
  SystemDesigner,
127
127
  RoleMgr,
128
+ RolePermissionSet,
129
+ UserPermissionSet,
128
130
  WfdList,
129
131
  BusiformList,
130
132
  BusiformMgr,