coer-elements 0.0.130 → 0.0.131

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,9 +1,11 @@
1
+ /** NavigationDTO */
1
2
  export interface IMenu {
2
3
  id?: number;
3
4
  label: string;
4
5
  icon?: string;
5
6
  path?: string;
7
+ show?: 'LIST' | 'GRID';
8
+ readonly?: boolean;
6
9
  secuence?: number;
7
10
  items?: IMenu[];
8
- show?: 'LIST' | 'GRID';
9
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.130",
3
+ "version": "0.0.131",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",