ps-toolkit-ui 0.2.71 → 0.2.72

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.
@@ -125,8 +125,7 @@ export declare enum PermissionTypeEnum {
125
125
  Form = -1,
126
126
  Item = 0,
127
127
  Access = 1,
128
- Option = 2,
129
- Input = 3
128
+ Option = 2
130
129
  }
131
130
  export declare enum PermissionAccessTypeEnum {
132
131
  List = 1,
@@ -142,7 +141,8 @@ export declare enum PermissionInputActionEnum {
142
141
  LinkNewTab = 3,
143
142
  File = 4,
144
143
  Modal = 5,
145
- Confirm = 6
144
+ Confirm = 6,
145
+ Input = 7
146
146
  }
147
147
  export declare enum PermissionInputTypeEnum {
148
148
  Icon = 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.2.71",
3
+ "version": "0.2.72",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"