@dxos/plugin-simple-layout 0.8.4-main.422d1c7879 → 0.8.4-main.51f1e5ca51
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/dist/lib/browser/index.mjs +3 -35
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/translations.mjs +34 -0
- package/dist/lib/browser/translations.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +3 -35
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/translations.mjs +36 -0
- package/dist/lib/node-esm/translations.mjs.map +7 -0
- package/dist/types/src/SimpleLayoutPlugin.d.ts.map +1 -1
- package/dist/types/src/capabilities/app-graph-builder.d.ts.map +1 -1
- package/dist/types/src/capabilities/index.d.ts +2 -2
- package/dist/types/src/capabilities/index.d.ts.map +1 -1
- package/dist/types/src/capabilities/operation-handler.d.ts +1 -1
- package/dist/types/src/capabilities/operation-handler.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-root.d.ts.map +1 -1
- package/dist/types/src/capabilities/react-surface.d.ts.map +1 -1
- package/dist/types/src/capabilities/spotlight-dismiss.d.ts +1 -1
- package/dist/types/src/capabilities/spotlight-dismiss.d.ts.map +1 -1
- package/dist/types/src/capabilities/state.d.ts.map +1 -1
- package/dist/types/src/capabilities/url-handler.d.ts.map +1 -1
- package/dist/types/src/components/ContentError.stories.d.ts +21 -21
- package/dist/types/src/components/ContentError.stories.d.ts.map +1 -1
- package/dist/types/src/components/DebugOverlay/DebugOverlay.d.ts.map +1 -1
- package/dist/types/src/components/Home/Home.d.ts.map +1 -1
- package/dist/types/src/components/Loading/Loading.stories.d.ts.map +1 -1
- package/dist/types/src/components/MobileLayout/MobileLayout.d.ts +2 -2
- package/dist/types/src/components/MobileLayout/MobileLayout.d.ts.map +1 -1
- package/dist/types/src/components/MobileLayout/MobileLayout.stories.d.ts.map +1 -1
- package/dist/types/src/components/NavBranch/NavBranch.d.ts.map +1 -1
- package/dist/types/src/components/Popover/Popover.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/AppBar.d.ts +1 -1
- package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts +21 -21
- package/dist/types/src/components/SimpleLayout/AppBar.stories.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/Drawer.d.ts +4 -7
- package/dist/types/src/components/SimpleLayout/Drawer.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/Main.d.ts +4 -7
- package/dist/types/src/components/SimpleLayout/Main.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/NavBar.d.ts +1 -1
- package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts +22 -22
- package/dist/types/src/components/SimpleLayout/NavBar.stories.d.ts.map +1 -1
- package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts +21 -21
- package/dist/types/src/components/SimpleLayout/SimpleLayout.stories.d.ts.map +1 -1
- package/dist/types/src/components/hooks.d.ts.map +1 -1
- package/dist/types/src/hooks/actions.d.ts +1 -1
- package/dist/types/src/hooks/actions.d.ts.map +1 -1
- package/dist/types/src/hooks/useAppBarProps.d.ts +1 -1
- package/dist/types/src/hooks/useAppBarProps.d.ts.map +1 -1
- package/dist/types/src/hooks/useCompanions.d.ts.map +1 -1
- package/dist/types/src/hooks/useDrawerActions.d.ts.map +1 -1
- package/dist/types/src/operations/close.d.ts +1 -1
- package/dist/types/src/operations/close.d.ts.map +1 -1
- package/dist/types/src/operations/index.d.ts +1 -1
- package/dist/types/src/operations/index.d.ts.map +1 -1
- package/dist/types/src/operations/open.d.ts +1 -1
- package/dist/types/src/operations/open.d.ts.map +1 -1
- package/dist/types/src/operations/revert-workspace.d.ts +1 -1
- package/dist/types/src/operations/revert-workspace.d.ts.map +1 -1
- package/dist/types/src/operations/set-layout-mode.d.ts +1 -1
- package/dist/types/src/operations/set-layout-mode.d.ts.map +1 -1
- package/dist/types/src/operations/set.d.ts +1 -1
- package/dist/types/src/operations/set.d.ts.map +1 -1
- package/dist/types/src/operations/switch-workspace.d.ts +1 -1
- package/dist/types/src/operations/switch-workspace.d.ts.map +1 -1
- package/dist/types/src/operations/update-complementary.d.ts +1 -1
- package/dist/types/src/operations/update-complementary.d.ts.map +1 -1
- package/dist/types/src/operations/update-dialog.d.ts +1 -1
- package/dist/types/src/operations/update-dialog.d.ts.map +1 -1
- package/dist/types/src/operations/update-popover.d.ts +1 -1
- package/dist/types/src/operations/update-popover.d.ts.map +1 -1
- package/dist/types/src/operations/update-sidebar.d.ts +1 -1
- package/dist/types/src/operations/update-sidebar.d.ts.map +1 -1
- package/dist/types/src/translations.d.ts +21 -22
- package/dist/types/src/translations.d.ts.map +1 -1
- package/dist/types/src/types/events.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +37 -30
- package/src/SimpleLayoutPlugin.ts +1 -2
- package/src/capabilities/app-graph-builder.ts +1 -1
- package/src/capabilities/index.ts +1 -1
- package/src/capabilities/operation-handler.ts +1 -1
- package/src/capabilities/react-surface.tsx +1 -1
- package/src/components/ContentError.stories.tsx +1 -1
- package/src/components/NavBranch/NavBranch.tsx +1 -5
- package/src/components/SimpleLayout/AppBar.stories.tsx +2 -1
- package/src/components/SimpleLayout/NavBar.stories.tsx +2 -1
- package/src/components/SimpleLayout/SimpleLayout.stories.tsx +2 -2
- package/src/hooks/useAppBarProps.ts +0 -20
- package/src/meta.ts +1 -1
- package/src/operations/close.ts +1 -1
- package/src/operations/index.ts +1 -1
- package/src/operations/open.ts +1 -1
- package/src/operations/revert-workspace.ts +1 -1
- package/src/operations/set-layout-mode.ts +1 -1
- package/src/operations/set.ts +1 -1
- package/src/operations/switch-workspace.ts +1 -1
- package/src/operations/update-complementary.ts +1 -1
- package/src/operations/update-dialog.ts +1 -1
- package/src/operations/update-popover.ts +1 -1
- package/src/operations/update-sidebar.ts +1 -1
- package/src/translations.ts +1 -1
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
(): React.JSX.Element;
|
|
7
|
-
displayName: string;
|
|
8
|
-
};
|
|
2
|
+
export declare function Drawer(): React.JSX.Element;
|
|
3
|
+
export declare namespace Drawer {
|
|
4
|
+
var displayName: string;
|
|
5
|
+
}
|
|
9
6
|
//# sourceMappingURL=Drawer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Drawer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Drawer.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC"}
|
|
@@ -1,9 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
(): React.JSX.Element;
|
|
7
|
-
displayName: string;
|
|
8
|
-
};
|
|
2
|
+
export declare function Main(): React.JSX.Element;
|
|
3
|
+
export declare namespace Main {
|
|
4
|
+
var displayName: string;
|
|
5
|
+
}
|
|
9
6
|
//# sourceMappingURL=Main.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"Main.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/Main.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAkB,MAAM,OAAO,CAAC"}
|
|
@@ -12,5 +12,5 @@ export type NavBarProps = {
|
|
|
12
12
|
*/
|
|
13
13
|
export declare const NavBar: React.ForwardRefExoticComponent<Omit<NavBarProps, "className"> & {
|
|
14
14
|
classNames?: import("@dxos/ui-types").ClassNameValue;
|
|
15
|
-
} & Pick<React.HTMLAttributes<Element>, "children" | "
|
|
15
|
+
} & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
|
|
16
16
|
//# sourceMappingURL=NavBar.d.ts.map
|
|
@@ -4,38 +4,38 @@ declare const meta: {
|
|
|
4
4
|
title: string;
|
|
5
5
|
component: React.ForwardRefExoticComponent<Omit<import("./NavBar").NavBarProps, "className"> & {
|
|
6
6
|
classNames?: import("@dxos/ui-types").ClassNameValue;
|
|
7
|
-
} & Pick<React.HTMLAttributes<Element>, "children" | "
|
|
7
|
+
} & Pick<React.HTMLAttributes<Element>, "children" | "className" | "role" | "style"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
8
|
decorators: import("@storybook/react").Decorator[];
|
|
9
9
|
parameters: {
|
|
10
10
|
layout: string;
|
|
11
11
|
translations: [{
|
|
12
12
|
readonly 'en-US': {
|
|
13
13
|
readonly "@dxos/react-ui-search": {
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
14
|
+
readonly 'search.placeholder': 'Search...';
|
|
15
|
+
readonly 'empty-results.message': 'No matching objects';
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
}, {
|
|
19
19
|
readonly 'en-US': {
|
|
20
|
-
readonly [
|
|
21
|
-
readonly 'plugin.name':
|
|
22
|
-
readonly 'settings.title':
|
|
23
|
-
readonly 'workspaces.heading':
|
|
24
|
-
readonly 'settings.heading':
|
|
25
|
-
readonly 'back.label':
|
|
26
|
-
readonly 'browse.label':
|
|
27
|
-
readonly 'notifications.label':
|
|
28
|
-
readonly 'profile.label':
|
|
29
|
-
readonly 'app-menu.label':
|
|
30
|
-
readonly 'main-menu.label':
|
|
31
|
-
readonly 'companions-menu.label':
|
|
32
|
-
readonly 'error-fallback.message':
|
|
33
|
-
readonly 'drawer.label':
|
|
34
|
-
readonly 'close-drawer.label':
|
|
35
|
-
readonly 'expand-drawer.label':
|
|
36
|
-
readonly 'collapse-drawer.label':
|
|
37
|
-
readonly 'actions-menu.label':
|
|
38
|
-
readonly 'done.label':
|
|
20
|
+
readonly [x: string]: {
|
|
21
|
+
readonly 'plugin.name': 'Simple layout';
|
|
22
|
+
readonly 'settings.title': 'Simple layout settings';
|
|
23
|
+
readonly 'workspaces.heading': 'Workspaces';
|
|
24
|
+
readonly 'settings.heading': 'Settings';
|
|
25
|
+
readonly 'back.label': 'Back';
|
|
26
|
+
readonly 'browse.label': 'Browse';
|
|
27
|
+
readonly 'notifications.label': 'Notifications';
|
|
28
|
+
readonly 'profile.label': 'Profile';
|
|
29
|
+
readonly 'app-menu.label': 'App menu';
|
|
30
|
+
readonly 'main-menu.label': 'Main menu';
|
|
31
|
+
readonly 'companions-menu.label': 'Companions';
|
|
32
|
+
readonly 'error-fallback.message': 'An error occurred';
|
|
33
|
+
readonly 'drawer.label': 'Drawer';
|
|
34
|
+
readonly 'close-drawer.label': 'Close drawer';
|
|
35
|
+
readonly 'expand-drawer.label': 'Expand drawer';
|
|
36
|
+
readonly 'collapse-drawer.label': 'Collapse drawer';
|
|
37
|
+
readonly 'actions-menu.label': 'Actions';
|
|
38
|
+
readonly 'done.label': 'Done';
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"NavBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"NavBar.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/NavBar.stories.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,KAAkB,MAAM,OAAO,CAAC;AAqFvC,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAQqB,CAAC;eAEjB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAQnC,eAAO,MAAM,OAAO,EAAE,KA8BrB,CAAC;AAQF,eAAO,MAAM,cAAc,EAAE,KAG5B,CAAC;AAQF,eAAO,MAAM,KAAK,EAAE,KAGnB,CAAC"}
|
|
@@ -11,31 +11,31 @@ declare const meta: {
|
|
|
11
11
|
translations: ({
|
|
12
12
|
readonly 'en-US': {
|
|
13
13
|
readonly "@dxos/react-ui-search": {
|
|
14
|
-
readonly
|
|
15
|
-
readonly
|
|
14
|
+
readonly 'search.placeholder': 'Search...';
|
|
15
|
+
readonly 'empty-results.message': 'No matching objects';
|
|
16
16
|
};
|
|
17
17
|
};
|
|
18
18
|
} | {
|
|
19
19
|
readonly 'en-US': {
|
|
20
|
-
readonly [
|
|
21
|
-
readonly 'plugin.name':
|
|
22
|
-
readonly 'settings.title':
|
|
23
|
-
readonly 'workspaces.heading':
|
|
24
|
-
readonly 'settings.heading':
|
|
25
|
-
readonly 'back.label':
|
|
26
|
-
readonly 'browse.label':
|
|
27
|
-
readonly 'notifications.label':
|
|
28
|
-
readonly 'profile.label':
|
|
29
|
-
readonly 'app-menu.label':
|
|
30
|
-
readonly 'main-menu.label':
|
|
31
|
-
readonly 'companions-menu.label':
|
|
32
|
-
readonly 'error-fallback.message':
|
|
33
|
-
readonly 'drawer.label':
|
|
34
|
-
readonly 'close-drawer.label':
|
|
35
|
-
readonly 'expand-drawer.label':
|
|
36
|
-
readonly 'collapse-drawer.label':
|
|
37
|
-
readonly 'actions-menu.label':
|
|
38
|
-
readonly 'done.label':
|
|
20
|
+
readonly [x: string]: {
|
|
21
|
+
readonly 'plugin.name': 'Simple layout';
|
|
22
|
+
readonly 'settings.title': 'Simple layout settings';
|
|
23
|
+
readonly 'workspaces.heading': 'Workspaces';
|
|
24
|
+
readonly 'settings.heading': 'Settings';
|
|
25
|
+
readonly 'back.label': 'Back';
|
|
26
|
+
readonly 'browse.label': 'Browse';
|
|
27
|
+
readonly 'notifications.label': 'Notifications';
|
|
28
|
+
readonly 'profile.label': 'Profile';
|
|
29
|
+
readonly 'app-menu.label': 'App menu';
|
|
30
|
+
readonly 'main-menu.label': 'Main menu';
|
|
31
|
+
readonly 'companions-menu.label': 'Companions';
|
|
32
|
+
readonly 'error-fallback.message': 'An error occurred';
|
|
33
|
+
readonly 'drawer.label': 'Drawer';
|
|
34
|
+
readonly 'close-drawer.label': 'Close drawer';
|
|
35
|
+
readonly 'expand-drawer.label': 'Expand drawer';
|
|
36
|
+
readonly 'collapse-drawer.label': 'Collapse drawer';
|
|
37
|
+
readonly 'actions-menu.label': 'Actions';
|
|
38
|
+
readonly 'done.label': 'Done';
|
|
39
39
|
};
|
|
40
40
|
};
|
|
41
41
|
})[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/SimpleLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA8DjE;;;GAGG;AACH,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"SimpleLayout.stories.d.ts","sourceRoot":"","sources":["../../../../../src/components/SimpleLayout/SimpleLayout.stories.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAa,KAAK,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AA8DjE;;;GAGG;AACH,QAAA,MAAM,IAAI;;;;QAIN,MAAM;QACN,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEqB,CAAC;eAEvB,IAAI;AAEnB,KAAK,KAAK,GAAG,QAAQ,CAAC,OAAO,IAAI,CAAC,CAAC;AAEnC,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,KAErB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"hooks.d.ts","sourceRoot":"","sources":["../../../../src/components/hooks.ts"],"names":[],"mappings":"AAUA;;;;GAIG;AACH,eAAO,MAAM,aAAa,YAAa,MAAM,SAU5C,CAAC"}
|
|
@@ -15,5 +15,5 @@ export type CompanionActionsConfig = {
|
|
|
15
15
|
* Creates action graph nodes and edges for companion actions.
|
|
16
16
|
* Shared logic between useNavbarActions and useDrawerActions.
|
|
17
17
|
*/
|
|
18
|
-
export declare const createCompanionActions: (graph: AppCapabilities.AppGraph[
|
|
18
|
+
export declare const createCompanionActions: (graph: AppCapabilities.AppGraph['graph'], stateAtom: Atom.Atom<SimpleLayoutState>, get: (atom: Atom.Atom<any>) => any, config: CompanionActionsConfig) => Pick<ActionGraphProps, 'nodes' | 'edges'>;
|
|
19
19
|
//# sourceMappingURL=actions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGhD,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAE3E,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,iBAAiB,KAAK,IAAI,CAAC;CAC5E,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,sBAAsB,
|
|
1
|
+
{"version":3,"file":"actions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/actions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAGpD,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAGzD,OAAO,EAAE,KAAK,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAG5D,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AAGhD,eAAO,MAAM,oBAAoB,yCAAyC,CAAC;AAE3E,MAAM,MAAM,sBAAsB,GAAG;IACnC,kEAAkE;IAClE,QAAQ,EAAE,MAAM,CAAC;IACjB,sDAAsD;IACtD,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,6CAA6C;IAC7C,WAAW,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,iBAAiB,KAAK,iBAAiB,KAAK,IAAI,CAAC;CAC5E,CAAC;AAEF;;;GAGG;AAEH,eAAO,MAAM,sBAAsB,UAC1B,eAAe,CAAC,QAAQ,CAAC,OAAO,CAAC,aAC7B,IAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,OAClC,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,UAC1B,sBAAsB,KAC7B,IAAI,CAAC,gBAAgB,EAAE,OAAO,GAAG,OAAO,CA8C1C,CAAC"}
|
|
@@ -3,5 +3,5 @@ import { type AppBarProps } from '#components';
|
|
|
3
3
|
* Hook that computes all AppBar props from the app graph.
|
|
4
4
|
* Derives activeId from state atom. Returns props ready to spread into the AppBar component.
|
|
5
5
|
*/
|
|
6
|
-
export declare const useAppBarProps: () => Omit<AppBarProps,
|
|
6
|
+
export declare const useAppBarProps: () => Omit<AppBarProps, 'classNames'>;
|
|
7
7
|
//# sourceMappingURL=useAppBarProps.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useAppBarProps.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAppBarProps.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"useAppBarProps.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useAppBarProps.ts"],"names":[],"mappings":"AAeA,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,aAAa,CAAC;AAI/C;;;GAGG;AACH,eAAO,MAAM,cAAc,QAAO,IAAI,CAAC,WAAW,EAAE,YAAY,CAuE/D,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCompanions.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,eAAO,MAAM,aAAa,
|
|
1
|
+
{"version":3,"file":"useCompanions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useCompanions.ts"],"names":[],"mappings":"AAYA;;;GAGG;AACH,eAAO,MAAM,aAAa,YAAa,MAAM;;;;;;IAK5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDrawerActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDrawerActions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAQ/C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAsB,MAAM,qBAAqB,CAAC;AASrG,MAAM,MAAM,aAAa,GAAG;IAC1B,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"useDrawerActions.d.ts","sourceRoot":"","sources":["../../../../src/hooks/useDrawerActions.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,IAAI,EAAE,MAAM,yBAAyB,CAAC;AAQ/C,OAAO,EAAE,KAAK,cAAc,EAAE,KAAK,gBAAgB,EAAsB,MAAM,qBAAqB,CAAC;AASrG,MAAM,MAAM,aAAa,GAAG;IAC1B,wCAAwC;IACxC,OAAO,EAAE,IAAI,CAAC,IAAI,CAAC,gBAAgB,CAAC,CAAC;IACrC,gCAAgC;IAChC,QAAQ,EAAE,cAAc,CAAC;CAC1B,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,gBAAgB,iBAAkB,MAAM,KAAG,aAoEvD,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.Close>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=close.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"close.d.ts","sourceRoot":"","sources":["../../../../src/operations/close.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"close.d.ts","sourceRoot":"","sources":["../../../../src/operations/close.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,KAAK,CAsBhE,CAAC;eAEa,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/operations/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,mBAAmB,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,+BAA+B,yCAW3C,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.Open>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=open.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"open.d.ts","sourceRoot":"","sources":["../../../../src/operations/open.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,eAAe,EAGhB,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"open.d.ts","sourceRoot":"","sources":["../../../../src/operations/open.ts"],"names":[],"mappings":"AAKA,OAAO,EAEL,eAAe,EAGhB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAM1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,IAAI,CAyC/D,CAAC;eAEa,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.RevertWorkspace>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=revert-workspace.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"revert-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/revert-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"revert-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/revert-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,eAAe,CAU1E,CAAC;eAEa,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.SetLayoutMode>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=set-layout-mode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set-layout-mode.d.ts","sourceRoot":"","sources":["../../../../src/operations/set-layout-mode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"set-layout-mode.d.ts","sourceRoot":"","sources":["../../../../src/operations/set-layout-mode.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAExE,CAAC;eAEa,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.Set>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=set.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../src/operations/set.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"set.d.ts","sourceRoot":"","sources":["../../../../src/operations/set.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,GAAG,CAW9D,CAAC;eAEa,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.SwitchWorkspace>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=switch-workspace.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"switch-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/switch-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"switch-workspace.d.ts","sourceRoot":"","sources":["../../../../src/operations/switch-workspace.ts"],"names":[],"mappings":"AAIA,OAAO,EAAqB,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACvE,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,eAAe,CAc1E,CAAC;eAEa,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdateComplementary>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=update-complementary.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-complementary.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-complementary.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"update-complementary.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-complementary.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAK1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,mBAAmB,CAsB5E,CAAC;eAEW,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdateDialog>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=update-dialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-dialog.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-dialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"update-dialog.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-dialog.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,YAAY,CAgBvE,CAAC;eAEa,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdatePopover>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=update-popover.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-popover.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-popover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"update-popover.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-popover.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAI1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAuBxE,CAAC;eAEa,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { LayoutOperation } from '@dxos/app-toolkit';
|
|
2
|
-
import { Operation } from '@dxos/
|
|
2
|
+
import { Operation } from '@dxos/compute';
|
|
3
3
|
declare const handler: Operation.WithHandler<typeof LayoutOperation.UpdateSidebar>;
|
|
4
4
|
export default handler;
|
|
5
5
|
//# sourceMappingURL=update-sidebar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-sidebar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"update-sidebar.d.ts","sourceRoot":"","sources":["../../../../src/operations/update-sidebar.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAE1C,QAAA,MAAM,OAAO,EAAE,SAAS,CAAC,WAAW,CAAC,OAAO,eAAe,CAAC,aAAa,CAExE,CAAC;eAEa,OAAO"}
|
|
@@ -1,32 +1,31 @@
|
|
|
1
|
-
import { meta } from '#meta';
|
|
2
1
|
export declare const translations: [{
|
|
3
2
|
readonly 'en-US': {
|
|
4
3
|
readonly "@dxos/react-ui-search": {
|
|
5
|
-
readonly
|
|
6
|
-
readonly
|
|
4
|
+
readonly 'search.placeholder': 'Search...';
|
|
5
|
+
readonly 'empty-results.message': 'No matching objects';
|
|
7
6
|
};
|
|
8
7
|
};
|
|
9
8
|
}, {
|
|
10
9
|
readonly 'en-US': {
|
|
11
|
-
readonly [
|
|
12
|
-
readonly 'plugin.name':
|
|
13
|
-
readonly 'settings.title':
|
|
14
|
-
readonly 'workspaces.heading':
|
|
15
|
-
readonly 'settings.heading':
|
|
16
|
-
readonly 'back.label':
|
|
17
|
-
readonly 'browse.label':
|
|
18
|
-
readonly 'notifications.label':
|
|
19
|
-
readonly 'profile.label':
|
|
20
|
-
readonly 'app-menu.label':
|
|
21
|
-
readonly 'main-menu.label':
|
|
22
|
-
readonly 'companions-menu.label':
|
|
23
|
-
readonly 'error-fallback.message':
|
|
24
|
-
readonly 'drawer.label':
|
|
25
|
-
readonly 'close-drawer.label':
|
|
26
|
-
readonly 'expand-drawer.label':
|
|
27
|
-
readonly 'collapse-drawer.label':
|
|
28
|
-
readonly 'actions-menu.label':
|
|
29
|
-
readonly 'done.label':
|
|
10
|
+
readonly [x: string]: {
|
|
11
|
+
readonly 'plugin.name': 'Simple layout';
|
|
12
|
+
readonly 'settings.title': 'Simple layout settings';
|
|
13
|
+
readonly 'workspaces.heading': 'Workspaces';
|
|
14
|
+
readonly 'settings.heading': 'Settings';
|
|
15
|
+
readonly 'back.label': 'Back';
|
|
16
|
+
readonly 'browse.label': 'Browse';
|
|
17
|
+
readonly 'notifications.label': 'Notifications';
|
|
18
|
+
readonly 'profile.label': 'Profile';
|
|
19
|
+
readonly 'app-menu.label': 'App menu';
|
|
20
|
+
readonly 'main-menu.label': 'Main menu';
|
|
21
|
+
readonly 'companions-menu.label': 'Companions';
|
|
22
|
+
readonly 'error-fallback.message': 'An error occurred';
|
|
23
|
+
readonly 'drawer.label': 'Drawer';
|
|
24
|
+
readonly 'close-drawer.label': 'Close drawer';
|
|
25
|
+
readonly 'expand-drawer.label': 'Expand drawer';
|
|
26
|
+
readonly 'collapse-drawer.label': 'Collapse drawer';
|
|
27
|
+
readonly 'actions-menu.label': 'Actions';
|
|
28
|
+
readonly 'done.label': 'Done';
|
|
30
29
|
};
|
|
31
30
|
};
|
|
32
31
|
}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"translations.d.ts","sourceRoot":"","sources":["../../../src/translations.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,YAAY;;;;;;;;;;oCAKF,eAAe;uCACZ,wBAAwB;2CACpB,YAAY;yCACd,UAAU;mCAChB,MAAM;qCACJ,QAAQ;4CACD,eAAe;sCACrB,SAAS;uCACR,UAAU;wCACT,WAAW;8CACL,YAAY;+CACX,mBAAmB;qCAC7B,QAAQ;2CACF,cAAc;4CACb,eAAe;8CACb,iBAAiB;2CACpB,SAAS;mCACjB,MAAM;;;EAIG,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAK3D,yBAAiB,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../../../src/types/events.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAK3D,yBAAiB,kBAAkB,CAAC,CAAC;IACnC,wDAAwD;IACjD,MAAM,UAAU,EAAE,eAAe,CAAC,eAExC,CAAC;CACH"}
|