@indigina/kendo 2.0.19 → 2.0.20
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.
|
@@ -2288,6 +2288,7 @@ var PermissionTypes;
|
|
|
2288
2288
|
PermissionTypes["Edit"] = "Edit";
|
|
2289
2289
|
PermissionTypes["View"] = "View";
|
|
2290
2290
|
PermissionTypes["Set"] = "Set";
|
|
2291
|
+
PermissionTypes["Use"] = "Use";
|
|
2291
2292
|
})(PermissionTypes || (PermissionTypes = {}));
|
|
2292
2293
|
|
|
2293
2294
|
class FilterConverter {
|