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.
- package/bundles/ps-toolkit-ui.umd.js +3 -3
- package/bundles/ps-toolkit-ui.umd.js.map +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js +1 -1
- package/bundles/ps-toolkit-ui.umd.min.js.map +1 -1
- package/esm2015/lib/classes/enum.class.js +2 -2
- package/esm2015/lib/components/table/row/table.row.component.js +3 -3
- package/fesm2015/ps-toolkit-ui.js +3 -3
- package/fesm2015/ps-toolkit-ui.js.map +1 -1
- package/lib/classes/enum.class.d.ts +3 -3
- package/package.json +1 -1
- package/ps-toolkit-ui.metadata.json +1 -1
|
@@ -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,
|