@equinor/echo-framework 0.16.1-beta-0 → 0.16.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@equinor/echo-framework",
3
- "version": "0.16.1-beta-0",
3
+ "version": "0.16.1",
4
4
  "peerDependencies": {
5
5
  "@equinor/echo-base": ">= 0.7.0 < 0.8.0",
6
6
  "@equinor/echo-components": ">= 0.9.0 < 0.10.0",
@@ -0,0 +1,10 @@
1
+ import { Panel } from '@equinor/echo-core';
2
+ /** TODO: This is not used (?) **/
3
+ /**
4
+ * Core Main menu panel registered at client startup
5
+ */
6
+ export declare const mainMenu: Panel;
7
+ /**
8
+ * Core Application search panel registered at client startup
9
+ */
10
+ export declare const searchPanel: Panel;
@@ -1,5 +1,6 @@
1
1
  export * from './EchoBarComponent';
2
2
  export * from './EchoContent';
3
+ export * from './EchoContentPanels';
3
4
  export * from './EchoEventHandler';
4
5
  export * from './EchoToolBar';
5
6
  export * from './EchoTopBar';