coer-elements 0.0.34 → 0.0.36

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,8 @@
1
1
  export interface IMenu {
2
+ id?: number;
2
3
  label: string;
3
4
  icon?: string;
4
5
  path?: string;
6
+ secuence?: number;
5
7
  items?: IMenu[];
6
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "0.0.34",
3
+ "version": "0.0.36",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "COER",