ps-toolkit-ui 0.0.39 → 0.0.40

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.
@@ -122,12 +122,13 @@ export declare enum PermissionTypeEnum {
122
122
  Form = -1,
123
123
  Item = 0,
124
124
  Access = 1,
125
- OptionLink = 2,
126
- OptionLinkNewTab = 3,
127
- OptionReport = 4,
128
- OptionFile = 5,
129
- OptionModal = 6,
130
- OptionConfirm = 7
125
+ OptionIcon = 2,
126
+ OptionLink = 3,
127
+ OptionLinkNewTab = 4,
128
+ OptionReport = 5,
129
+ OptionFile = 6,
130
+ OptionModal = 7,
131
+ OptionConfirm = 8
131
132
  }
132
133
  export declare enum VehicleType {
133
134
  Car = 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ps-toolkit-ui",
3
- "version": "0.0.39",
3
+ "version": "0.0.40",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^10.1.6",
6
6
  "@angular/core": "^10.1.6"