Skip to content

Commit ba12f0a

Browse files
committed
[NAE-2034] Otvorenie prvého viewu
- abstract loading and navigation in double drawer menu - implement default view opening in double drawer menu
1 parent 244de2e commit ba12f0a

File tree

8 files changed

+733
-479
lines changed

8 files changed

+733
-479
lines changed

nae.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,6 +1302,9 @@
13021302
},
13031303
"groupNavigation": {
13041304
"groupNavigationRoute": "group-nav"
1305+
},
1306+
"doubleDrawer": {
1307+
"url": "drawer-double"
13051308
}
13061309
}
13071310
}

projects/netgrif-components-core/src/commons/schema.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ export interface Services {
341341
groupNavigation?: {
342342
groupNavigationRoute: string,
343343
};
344+
doubleDrawer?: {
345+
url: string,
346+
}
344347

345348
[k: string]: any;
346349
}

0 commit comments

Comments
 (0)