@dxos/app-framework 0.6.14-main.2b6a0f3 → 0.6.14-main.f49f251
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/chunk-3E7RY3CE.mjs +72 -0
- package/dist/lib/browser/chunk-3E7RY3CE.mjs.map +7 -0
- package/dist/lib/browser/chunk-653Y45CL.mjs +41 -0
- package/dist/lib/browser/chunk-653Y45CL.mjs.map +7 -0
- package/dist/lib/browser/{plugin-MM66VRCO.mjs → chunk-CDLQO5K2.mjs} +66 -20
- package/dist/lib/browser/chunk-CDLQO5K2.mjs.map +7 -0
- package/dist/lib/browser/chunk-EQTQGGE6.mjs +214 -0
- package/dist/lib/browser/chunk-EQTQGGE6.mjs.map +7 -0
- package/dist/lib/browser/index.mjs +78 -212
- package/dist/lib/browser/index.mjs.map +4 -4
- package/dist/lib/browser/meta.json +1 -1
- package/dist/lib/browser/plugin-intent-Q5KFPKFA.mjs +22 -0
- package/dist/lib/browser/plugin-intent-Q5KFPKFA.mjs.map +7 -0
- package/dist/lib/browser/plugin-settings-OM3G2QFY.mjs +11 -0
- package/dist/lib/browser/plugin-settings-OM3G2QFY.mjs.map +7 -0
- package/dist/lib/browser/plugin-surface-ZQXFAL46.mjs +24 -0
- package/dist/lib/browser/plugin-surface-ZQXFAL46.mjs.map +7 -0
- package/dist/lib/node/chunk-EF67TRWJ.cjs +236 -0
- package/dist/lib/node/chunk-EF67TRWJ.cjs.map +7 -0
- package/dist/lib/node/chunk-JZ2JVKRY.cjs +58 -0
- package/dist/lib/node/chunk-JZ2JVKRY.cjs.map +7 -0
- package/dist/lib/node/{chunk-62W6CMGM.cjs → chunk-QBM42OQ6.cjs} +56 -5
- package/dist/lib/node/chunk-QBM42OQ6.cjs.map +7 -0
- package/dist/lib/node/{plugin-QV7ESETI.cjs → chunk-VOKMWTKO.cjs} +74 -20
- package/dist/lib/node/chunk-VOKMWTKO.cjs.map +7 -0
- package/dist/lib/node/index.cjs +89 -223
- package/dist/lib/node/index.cjs.map +4 -4
- package/dist/lib/node/meta.json +1 -1
- package/dist/lib/node/plugin-intent-FMC4SDI3.cjs +43 -0
- package/dist/lib/node/plugin-intent-FMC4SDI3.cjs.map +7 -0
- package/dist/lib/node/plugin-settings-OZ6IKAE5.cjs +32 -0
- package/dist/lib/node/plugin-settings-OZ6IKAE5.cjs.map +7 -0
- package/dist/lib/node/plugin-surface-B5NHOBSW.cjs +45 -0
- package/dist/lib/node/plugin-surface-B5NHOBSW.cjs.map +7 -0
- package/dist/lib/node-esm/chunk-3FCLBEOX.mjs +215 -0
- package/dist/lib/node-esm/chunk-3FCLBEOX.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-EYCTSFEJ.mjs +74 -0
- package/dist/lib/node-esm/chunk-EYCTSFEJ.mjs.map +7 -0
- package/dist/lib/node-esm/{plugin-5AAUGDB3.mjs → chunk-MYNXI5VG.mjs} +66 -20
- package/dist/lib/node-esm/chunk-MYNXI5VG.mjs.map +7 -0
- package/dist/lib/node-esm/chunk-YNU7FTGJ.mjs +43 -0
- package/dist/lib/node-esm/chunk-YNU7FTGJ.mjs.map +7 -0
- package/dist/lib/node-esm/index.mjs +78 -212
- package/dist/lib/node-esm/index.mjs.map +4 -4
- package/dist/lib/node-esm/meta.json +1 -1
- package/dist/lib/node-esm/plugin-intent-KETLP7UL.mjs +23 -0
- package/dist/lib/node-esm/plugin-intent-KETLP7UL.mjs.map +7 -0
- package/dist/lib/node-esm/plugin-settings-37UVWF2V.mjs +12 -0
- package/dist/lib/node-esm/plugin-settings-37UVWF2V.mjs.map +7 -0
- package/dist/lib/node-esm/plugin-surface-QXQRR534.mjs +25 -0
- package/dist/lib/node-esm/plugin-surface-QXQRR534.mjs.map +7 -0
- package/dist/types/src/App.d.ts +2 -2
- package/dist/types/src/App.d.ts.map +1 -1
- package/dist/types/src/plugins/common/file.d.ts +1 -1
- package/dist/types/src/plugins/common/file.d.ts.map +1 -1
- package/dist/types/src/plugins/common/graph.d.ts +1 -1
- package/dist/types/src/plugins/common/graph.d.ts.map +1 -1
- package/dist/types/src/plugins/common/index.d.ts +0 -1
- package/dist/types/src/plugins/common/index.d.ts.map +1 -1
- package/dist/types/src/plugins/common/layout.d.ts +6 -6
- package/dist/types/src/plugins/common/layout.d.ts.map +1 -1
- package/dist/types/src/plugins/common/metadata.d.ts +1 -1
- package/dist/types/src/plugins/common/metadata.d.ts.map +1 -1
- package/dist/types/src/plugins/common/navigation.d.ts +8 -8
- package/dist/types/src/plugins/common/navigation.d.ts.map +1 -1
- package/dist/types/src/plugins/common/translations.d.ts +1 -1
- package/dist/types/src/plugins/common/translations.d.ts.map +1 -1
- package/dist/types/src/plugins/helpers.d.ts +20 -5
- package/dist/types/src/plugins/helpers.d.ts.map +1 -1
- package/dist/types/src/plugins/index.d.ts +4 -3
- package/dist/types/src/plugins/index.d.ts.map +1 -1
- package/dist/types/src/plugins/{PluginHost/PluginHost.d.ts → plugin-host/HostPlugin.d.ts} +6 -6
- package/dist/types/src/plugins/plugin-host/HostPlugin.d.ts.map +1 -0
- package/dist/types/src/plugins/{PluginHost → plugin-host}/PluginContainer.d.ts +2 -2
- package/dist/types/src/plugins/plugin-host/PluginContainer.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-host/PluginContext.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-host/index.d.ts +4 -0
- package/dist/types/src/plugins/plugin-host/index.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-host/plugin.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-host/plugin.test.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-intent/IntentContext.d.ts.map +1 -0
- package/dist/types/src/plugins/{IntentPlugin/plugin.d.ts → plugin-intent/IntentPlugin.d.ts} +3 -4
- package/dist/types/src/plugins/plugin-intent/IntentPlugin.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-intent/helpers.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-intent/index.d.ts +6 -0
- package/dist/types/src/plugins/plugin-intent/index.d.ts.map +1 -0
- package/dist/types/src/plugins/{IntentPlugin → plugin-intent}/intent.d.ts +1 -1
- package/dist/types/src/plugins/plugin-intent/intent.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-intent/meta.d.ts.map +1 -0
- package/dist/types/src/plugins/{IntentPlugin → plugin-intent}/provides.d.ts +2 -2
- package/dist/types/src/plugins/plugin-intent/provides.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-settings/SettingsPlugin.d.ts +4 -0
- package/dist/types/src/plugins/plugin-settings/SettingsPlugin.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-settings/index.d.ts +4 -0
- package/dist/types/src/plugins/plugin-settings/index.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-settings/meta.d.ts +5 -0
- package/dist/types/src/plugins/plugin-settings/meta.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-settings/provides.d.ts +13 -0
- package/dist/types/src/plugins/plugin-settings/provides.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-surface/ErrorBoundary.d.ts.map +1 -0
- package/dist/types/src/plugins/{SurfacePlugin → plugin-surface}/Surface.d.ts +4 -0
- package/dist/types/src/plugins/plugin-surface/Surface.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-surface/SurfacePlugin.d.ts +7 -0
- package/dist/types/src/plugins/plugin-surface/SurfacePlugin.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-surface/SurfaceRootContext.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-surface/helpers.d.ts.map +1 -0
- package/dist/types/src/plugins/{SurfacePlugin → plugin-surface}/index.d.ts +2 -0
- package/dist/types/src/plugins/plugin-surface/index.d.ts.map +1 -0
- package/dist/types/src/plugins/plugin-surface/meta.d.ts.map +1 -0
- package/dist/types/src/plugins/{SurfacePlugin → plugin-surface}/provides.d.ts +1 -1
- package/dist/types/src/plugins/plugin-surface/provides.d.ts.map +1 -0
- package/package.json +14 -16
- package/src/App.tsx +13 -12
- package/src/plugins/common/file.ts +1 -1
- package/src/plugins/common/graph.ts +1 -1
- package/src/plugins/common/index.ts +0 -1
- package/src/plugins/common/layout.ts +6 -3
- package/src/plugins/common/metadata.ts +1 -1
- package/src/plugins/common/navigation.ts +6 -3
- package/src/plugins/common/translations.ts +2 -8
- package/src/plugins/helpers.ts +55 -11
- package/src/plugins/index.ts +4 -3
- package/src/plugins/{PluginHost/PluginHost.tsx → plugin-host/HostPlugin.tsx} +10 -9
- package/src/plugins/{PluginHost → plugin-host}/PluginContainer.tsx +2 -2
- package/src/plugins/{PluginHost → plugin-host}/PluginContext.tsx +1 -0
- package/src/plugins/{PluginHost → plugin-host}/index.ts +2 -1
- package/src/plugins/{IntentPlugin/plugin.tsx → plugin-intent/IntentPlugin.tsx} +3 -6
- package/src/plugins/{IntentPlugin → plugin-intent}/index.ts +4 -0
- package/src/plugins/{IntentPlugin → plugin-intent}/intent.ts +1 -1
- package/src/plugins/{IntentPlugin → plugin-intent}/provides.ts +5 -2
- package/src/plugins/plugin-settings/SettingsPlugin.tsx +22 -0
- package/src/plugins/plugin-settings/index.ts +9 -0
- package/src/plugins/plugin-settings/meta.ts +9 -0
- package/src/plugins/plugin-settings/provides.ts +29 -0
- package/src/plugins/{SurfacePlugin → plugin-surface}/Surface.tsx +60 -46
- package/src/plugins/{SurfacePlugin/plugin.tsx → plugin-surface/SurfacePlugin.tsx} +2 -4
- package/src/plugins/{SurfacePlugin → plugin-surface}/index.ts +4 -0
- package/src/plugins/{SurfacePlugin → plugin-surface}/provides.ts +2 -1
- package/dist/lib/browser/chunk-J45KR4DI.mjs +0 -52
- package/dist/lib/browser/chunk-J45KR4DI.mjs.map +0 -7
- package/dist/lib/browser/chunk-S5CI6EUQ.mjs +0 -20
- package/dist/lib/browser/chunk-S5CI6EUQ.mjs.map +0 -7
- package/dist/lib/browser/chunk-SB4XRTGZ.mjs +0 -25
- package/dist/lib/browser/chunk-SB4XRTGZ.mjs.map +0 -7
- package/dist/lib/browser/plugin-MM66VRCO.mjs.map +0 -7
- package/dist/lib/browser/plugin-Y4KRQJE4.mjs +0 -40
- package/dist/lib/browser/plugin-Y4KRQJE4.mjs.map +0 -7
- package/dist/lib/node/chunk-62W6CMGM.cjs.map +0 -7
- package/dist/lib/node/chunk-DFST5IG5.cjs +0 -77
- package/dist/lib/node/chunk-DFST5IG5.cjs.map +0 -7
- package/dist/lib/node/chunk-PJGE52CN.cjs +0 -47
- package/dist/lib/node/chunk-PJGE52CN.cjs.map +0 -7
- package/dist/lib/node/plugin-6TEDSCXW.cjs +0 -62
- package/dist/lib/node/plugin-6TEDSCXW.cjs.map +0 -7
- package/dist/lib/node/plugin-QV7ESETI.cjs.map +0 -7
- package/dist/lib/node-esm/chunk-IY7HCP4K.mjs +0 -22
- package/dist/lib/node-esm/chunk-IY7HCP4K.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-MBHRXQTR.mjs +0 -27
- package/dist/lib/node-esm/chunk-MBHRXQTR.mjs.map +0 -7
- package/dist/lib/node-esm/chunk-P2TQLXZR.mjs +0 -54
- package/dist/lib/node-esm/chunk-P2TQLXZR.mjs.map +0 -7
- package/dist/lib/node-esm/plugin-5AAUGDB3.mjs.map +0 -7
- package/dist/lib/node-esm/plugin-J5IRJLM6.mjs +0 -41
- package/dist/lib/node-esm/plugin-J5IRJLM6.mjs.map +0 -7
- package/dist/types/src/plugins/IntentPlugin/IntentContext.d.ts.map +0 -1
- package/dist/types/src/plugins/IntentPlugin/helpers.d.ts.map +0 -1
- package/dist/types/src/plugins/IntentPlugin/index.d.ts +0 -4
- package/dist/types/src/plugins/IntentPlugin/index.d.ts.map +0 -1
- package/dist/types/src/plugins/IntentPlugin/intent.d.ts.map +0 -1
- package/dist/types/src/plugins/IntentPlugin/meta.d.ts.map +0 -1
- package/dist/types/src/plugins/IntentPlugin/plugin.d.ts.map +0 -1
- package/dist/types/src/plugins/IntentPlugin/provides.d.ts.map +0 -1
- package/dist/types/src/plugins/PluginHost/PluginContainer.d.ts.map +0 -1
- package/dist/types/src/plugins/PluginHost/PluginContext.d.ts.map +0 -1
- package/dist/types/src/plugins/PluginHost/PluginHost.d.ts.map +0 -1
- package/dist/types/src/plugins/PluginHost/index.d.ts +0 -4
- package/dist/types/src/plugins/PluginHost/index.d.ts.map +0 -1
- package/dist/types/src/plugins/PluginHost/plugin.d.ts.map +0 -1
- package/dist/types/src/plugins/PluginHost/plugin.test.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/ErrorBoundary.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/Surface.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/SurfaceRootContext.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/helpers.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/index.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/meta.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/plugin.d.ts +0 -8
- package/dist/types/src/plugins/SurfacePlugin/plugin.d.ts.map +0 -1
- package/dist/types/src/plugins/SurfacePlugin/provides.d.ts.map +0 -1
- package/dist/types/src/plugins/common/settings.d.ts +0 -9
- package/dist/types/src/plugins/common/settings.d.ts.map +0 -1
- package/src/plugins/common/settings.ts +0 -22
- /package/dist/types/src/plugins/{PluginHost → plugin-host}/PluginContext.d.ts +0 -0
- /package/dist/types/src/plugins/{PluginHost → plugin-host}/plugin.d.ts +0 -0
- /package/dist/types/src/plugins/{PluginHost → plugin-host}/plugin.test.d.ts +0 -0
- /package/dist/types/src/plugins/{IntentPlugin → plugin-intent}/IntentContext.d.ts +0 -0
- /package/dist/types/src/plugins/{IntentPlugin → plugin-intent}/helpers.d.ts +0 -0
- /package/dist/types/src/plugins/{IntentPlugin → plugin-intent}/meta.d.ts +0 -0
- /package/dist/types/src/plugins/{SurfacePlugin → plugin-surface}/ErrorBoundary.d.ts +0 -0
- /package/dist/types/src/plugins/{SurfacePlugin → plugin-surface}/SurfaceRootContext.d.ts +0 -0
- /package/dist/types/src/plugins/{SurfacePlugin → plugin-surface}/helpers.d.ts +0 -0
- /package/dist/types/src/plugins/{SurfacePlugin → plugin-surface}/meta.d.ts +0 -0
- /package/src/plugins/{PluginHost → plugin-host}/plugin.test.ts +0 -0
- /package/src/plugins/{PluginHost → plugin-host}/plugin.ts +0 -0
- /package/src/plugins/{IntentPlugin → plugin-intent}/IntentContext.tsx +0 -0
- /package/src/plugins/{IntentPlugin → plugin-intent}/helpers.ts +0 -0
- /package/src/plugins/{IntentPlugin → plugin-intent}/meta.ts +0 -0
- /package/src/plugins/{SurfacePlugin → plugin-surface}/ErrorBoundary.tsx +0 -0
- /package/src/plugins/{SurfacePlugin → plugin-surface}/SurfaceRootContext.tsx +0 -0
- /package/src/plugins/{SurfacePlugin → plugin-surface}/helpers.ts +0 -0
- /package/src/plugins/{SurfacePlugin → plugin-surface}/meta.ts +0 -0
package/dist/lib/node/index.cjs
CHANGED
|
@@ -29,14 +29,14 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
29
29
|
var node_exports = {};
|
|
30
30
|
__export(node_exports, {
|
|
31
31
|
ActiveParts: () => ActiveParts,
|
|
32
|
-
ErrorBoundary: () => ErrorBoundary,
|
|
33
|
-
|
|
34
|
-
|
|
32
|
+
ErrorBoundary: () => import_chunk_EF67TRWJ.ErrorBoundary,
|
|
33
|
+
HostPlugin: () => HostPlugin,
|
|
34
|
+
IntentAction: () => import_chunk_VOKMWTKO.IntentAction,
|
|
35
|
+
IntentProvider: () => import_chunk_VOKMWTKO.IntentProvider,
|
|
35
36
|
Layout: () => Layout,
|
|
36
37
|
LayoutAction: () => LayoutAction,
|
|
37
38
|
NavigationAction: () => NavigationAction,
|
|
38
39
|
Plugin: () => Plugin,
|
|
39
|
-
PluginHost: () => PluginHost,
|
|
40
40
|
PluginProvider: () => PluginProvider,
|
|
41
41
|
Resource: () => Resource,
|
|
42
42
|
ResourceKey: () => ResourceKey,
|
|
@@ -46,69 +46,67 @@ __export(node_exports, {
|
|
|
46
46
|
SLUG_KEY_VALUE_SEPARATOR: () => SLUG_KEY_VALUE_SEPARATOR,
|
|
47
47
|
SLUG_LIST_SEPARATOR: () => SLUG_LIST_SEPARATOR,
|
|
48
48
|
SLUG_PATH_SEPARATOR: () => SLUG_PATH_SEPARATOR,
|
|
49
|
-
SettingsAction: () => SettingsAction,
|
|
50
|
-
Surface: () => Surface,
|
|
51
|
-
SurfaceProvider: () =>
|
|
49
|
+
SettingsAction: () => import_chunk_JZ2JVKRY.SettingsAction,
|
|
50
|
+
Surface: () => import_chunk_EF67TRWJ.Surface,
|
|
51
|
+
SurfaceProvider: () => import_chunk_EF67TRWJ.SurfaceProvider,
|
|
52
52
|
Toast: () => Toast,
|
|
53
53
|
createApp: () => createApp,
|
|
54
54
|
defaultFileTypes: () => defaultFileTypes,
|
|
55
|
-
definePlugin: () =>
|
|
56
|
-
filterPlugins: () =>
|
|
57
|
-
findPlugin: () =>
|
|
55
|
+
definePlugin: () => import_chunk_QBM42OQ6.definePlugin,
|
|
56
|
+
filterPlugins: () => import_chunk_QBM42OQ6.filterPlugins,
|
|
57
|
+
findPlugin: () => import_chunk_QBM42OQ6.findPlugin,
|
|
58
58
|
firstIdInPart: () => firstIdInPart,
|
|
59
|
-
getPlugin: () =>
|
|
59
|
+
getPlugin: () => import_chunk_QBM42OQ6.getPlugin,
|
|
60
60
|
indexInPart: () => indexInPart,
|
|
61
61
|
isLayoutAdjustment: () => isLayoutAdjustment,
|
|
62
62
|
isLayoutMode: () => isLayoutMode,
|
|
63
63
|
isLayoutParts: () => isLayoutParts,
|
|
64
|
-
isObject: () => isObject,
|
|
64
|
+
isObject: () => import_chunk_EF67TRWJ.isObject,
|
|
65
65
|
openIds: () => openIds,
|
|
66
66
|
parseFileManagerPlugin: () => parseFileManagerPlugin,
|
|
67
67
|
parseGraphBuilderPlugin: () => parseGraphBuilderPlugin,
|
|
68
68
|
parseGraphPlugin: () => parseGraphPlugin,
|
|
69
69
|
parseGraphSerializerPlugin: () => parseGraphSerializerPlugin,
|
|
70
|
-
parseIntentPlugin: () =>
|
|
71
|
-
parseIntentResolverPlugin: () =>
|
|
70
|
+
parseIntentPlugin: () => import_chunk_VOKMWTKO.parseIntentPlugin,
|
|
71
|
+
parseIntentResolverPlugin: () => import_chunk_VOKMWTKO.parseIntentResolverPlugin,
|
|
72
72
|
parseLayoutPlugin: () => parseLayoutPlugin,
|
|
73
73
|
parseMetadataRecordsPlugin: () => parseMetadataRecordsPlugin,
|
|
74
74
|
parseMetadataResolverPlugin: () => parseMetadataResolverPlugin,
|
|
75
75
|
parseNavigationPlugin: () => parseNavigationPlugin,
|
|
76
76
|
parsePluginHost: () => parsePluginHost,
|
|
77
|
-
parseRootSurfacePlugin: () =>
|
|
78
|
-
parseSettingsPlugin: () => parseSettingsPlugin,
|
|
79
|
-
parseSurfacePlugin: () =>
|
|
77
|
+
parseRootSurfacePlugin: () => import_chunk_EF67TRWJ.parseRootSurfacePlugin,
|
|
78
|
+
parseSettingsPlugin: () => import_chunk_JZ2JVKRY.parseSettingsPlugin,
|
|
79
|
+
parseSurfacePlugin: () => import_chunk_EF67TRWJ.parseSurfacePlugin,
|
|
80
80
|
parseTranslationsPlugin: () => parseTranslationsPlugin,
|
|
81
81
|
partLength: () => partLength,
|
|
82
|
-
resolvePlugin: () =>
|
|
83
|
-
useIntent: () =>
|
|
84
|
-
useIntentDispatcher: () =>
|
|
85
|
-
useIntentResolver: () =>
|
|
82
|
+
resolvePlugin: () => import_chunk_QBM42OQ6.resolvePlugin,
|
|
83
|
+
useIntent: () => import_chunk_VOKMWTKO.useIntent,
|
|
84
|
+
useIntentDispatcher: () => import_chunk_VOKMWTKO.useIntentDispatcher,
|
|
85
|
+
useIntentResolver: () => import_chunk_VOKMWTKO.useIntentResolver,
|
|
86
86
|
usePlugin: () => usePlugin,
|
|
87
87
|
usePlugins: () => usePlugins,
|
|
88
88
|
useResolvePlugin: () => useResolvePlugin,
|
|
89
89
|
useResolvePlugins: () => useResolvePlugins,
|
|
90
|
-
useSurface: () => useSurface,
|
|
91
|
-
useSurfaceRoot: () =>
|
|
90
|
+
useSurface: () => import_chunk_EF67TRWJ.useSurface,
|
|
91
|
+
useSurfaceRoot: () => import_chunk_EF67TRWJ.useSurfaceRoot
|
|
92
92
|
});
|
|
93
93
|
module.exports = __toCommonJS(node_exports);
|
|
94
|
-
var
|
|
95
|
-
var
|
|
96
|
-
var
|
|
94
|
+
var import_chunk_VOKMWTKO = require("./chunk-VOKMWTKO.cjs");
|
|
95
|
+
var import_chunk_EF67TRWJ = require("./chunk-EF67TRWJ.cjs");
|
|
96
|
+
var import_chunk_QBM42OQ6 = require("./chunk-QBM42OQ6.cjs");
|
|
97
|
+
var import_chunk_JZ2JVKRY = require("./chunk-JZ2JVKRY.cjs");
|
|
97
98
|
var import_zod = require("zod");
|
|
98
99
|
var import_schema = require("@effect/schema");
|
|
99
100
|
var import_zod2 = require("zod");
|
|
100
101
|
var import_zod3 = require("zod");
|
|
101
|
-
var import_react = require("react");
|
|
102
|
-
var import_debug = require("@dxos/debug");
|
|
103
|
-
var import_util = require("@dxos/util");
|
|
104
|
-
var import_react2 = __toESM(require("react"));
|
|
102
|
+
var import_react = __toESM(require("react"));
|
|
105
103
|
var import_local_storage = require("@dxos/local-storage");
|
|
106
|
-
var
|
|
104
|
+
var import_react2 = __toESM(require("react"));
|
|
107
105
|
var import_log = require("@dxos/log");
|
|
106
|
+
var import_react3 = require("react");
|
|
107
|
+
var import_debug = require("@dxos/debug");
|
|
108
|
+
var import_util = require("@dxos/util");
|
|
108
109
|
var import_react4 = __toESM(require("react"));
|
|
109
|
-
var import_react5 = __toESM(require("react"));
|
|
110
|
-
var import_debug2 = require("@dxos/debug");
|
|
111
|
-
var import_react6 = __toESM(require("react"));
|
|
112
110
|
var import_invariant = require("@dxos/invariant");
|
|
113
111
|
var defaultFileTypes = {
|
|
114
112
|
images: [
|
|
@@ -182,7 +180,8 @@ var parseLayoutPlugin = (plugin) => {
|
|
|
182
180
|
const { success } = Layout.safeParse(plugin.provides.layout);
|
|
183
181
|
return success ? plugin : void 0;
|
|
184
182
|
};
|
|
185
|
-
var
|
|
183
|
+
var LAYOUT_PLUGIN = "dxos.org/plugin/layout";
|
|
184
|
+
var LAYOUT_ACTION = `${LAYOUT_PLUGIN}/action`;
|
|
186
185
|
var LayoutAction;
|
|
187
186
|
(function(LayoutAction2) {
|
|
188
187
|
LayoutAction2[LayoutAction2["SET_LAYOUT"] = `${LAYOUT_ACTION}/set-layout`] = "SET_LAYOUT";
|
|
@@ -269,7 +268,8 @@ var partLength = (layout, part) => {
|
|
|
269
268
|
}
|
|
270
269
|
return layout[part]?.length ?? 0;
|
|
271
270
|
};
|
|
272
|
-
var
|
|
271
|
+
var NAVIGATION_PLUGIN = "dxos.org/plugin/navigation";
|
|
272
|
+
var NAVIGATION_ACTION = `${NAVIGATION_PLUGIN}/action`;
|
|
273
273
|
var NavigationAction;
|
|
274
274
|
(function(NavigationAction2) {
|
|
275
275
|
NavigationAction2[NavigationAction2["OPEN"] = `${NAVIGATION_ACTION}/open`] = "OPEN";
|
|
@@ -279,14 +279,6 @@ var NavigationAction;
|
|
|
279
279
|
NavigationAction2[NavigationAction2["CLOSE"] = `${NAVIGATION_ACTION}/close`] = "CLOSE";
|
|
280
280
|
NavigationAction2[NavigationAction2["EXPOSE"] = `${NAVIGATION_ACTION}/expose`] = "EXPOSE";
|
|
281
281
|
})(NavigationAction || (NavigationAction = {}));
|
|
282
|
-
var parseSettingsPlugin = (plugin) => {
|
|
283
|
-
return typeof plugin.provides.settings === "object" ? plugin : void 0;
|
|
284
|
-
};
|
|
285
|
-
var SETTINGS_ACTION = "dxos.org/plugin/settings";
|
|
286
|
-
var SettingsAction;
|
|
287
|
-
(function(SettingsAction2) {
|
|
288
|
-
SettingsAction2[SettingsAction2["OPEN"] = `${SETTINGS_ACTION}/open`] = "OPEN";
|
|
289
|
-
})(SettingsAction || (SettingsAction = {}));
|
|
290
282
|
var ResourceKey = import_zod3.z.union([
|
|
291
283
|
import_zod3.z.string(),
|
|
292
284
|
import_zod3.z.record(import_zod3.z.any())
|
|
@@ -305,28 +297,10 @@ var Plugin;
|
|
|
305
297
|
});
|
|
306
298
|
};
|
|
307
299
|
})(Plugin || (Plugin = {}));
|
|
308
|
-
var
|
|
309
|
-
var usePlugins = () => (0, import_react.useContext)(PluginContext) ?? (0, import_debug.raise)(new Error("Missing PluginContext"));
|
|
310
|
-
var usePlugin = (id) => {
|
|
311
|
-
const { plugins } = usePlugins();
|
|
312
|
-
return (0, import_chunk_62W6CMGM.findPlugin)(plugins, id);
|
|
313
|
-
};
|
|
314
|
-
var useResolvePlugin = (predicate) => {
|
|
315
|
-
const { plugins } = usePlugins();
|
|
316
|
-
return (0, import_chunk_62W6CMGM.resolvePlugin)(plugins, predicate);
|
|
317
|
-
};
|
|
318
|
-
var useResolvePlugins = (predicate) => {
|
|
319
|
-
const { plugins } = usePlugins();
|
|
320
|
-
return (0, import_react.useMemo)(() => plugins.map(predicate).filter(import_util.nonNullable), [
|
|
321
|
-
plugins,
|
|
322
|
-
predicate
|
|
323
|
-
]);
|
|
324
|
-
};
|
|
325
|
-
var PluginProvider = PluginContext.Provider;
|
|
326
|
-
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/sdk/app-framework/src/plugins/PluginHost/PluginContainer.tsx";
|
|
300
|
+
var __dxlog_file = "/home/runner/work/dxos/dxos/packages/sdk/app-framework/src/plugins/plugin-host/PluginContainer.tsx";
|
|
327
301
|
var PluginContainer = ({ plugins: definitions, core, state, placeholder }) => {
|
|
328
|
-
const [error, setError] = (0,
|
|
329
|
-
(0,
|
|
302
|
+
const [error, setError] = (0, import_react2.useState)();
|
|
303
|
+
(0, import_react2.useEffect)(() => {
|
|
330
304
|
(0, import_log.log)("initializing plugins", {
|
|
331
305
|
enabled: state.enabled
|
|
332
306
|
}, {
|
|
@@ -397,10 +371,10 @@ var PluginContainer = ({ plugins: definitions, core, state, placeholder }) => {
|
|
|
397
371
|
throw error;
|
|
398
372
|
}
|
|
399
373
|
if (!state.ready) {
|
|
400
|
-
return /* @__PURE__ */
|
|
374
|
+
return /* @__PURE__ */ import_react2.default.createElement(import_react2.default.Fragment, null, placeholder);
|
|
401
375
|
}
|
|
402
376
|
const ComposedContext = composeContext(state.plugins);
|
|
403
|
-
return /* @__PURE__ */
|
|
377
|
+
return /* @__PURE__ */ import_react2.default.createElement(ComposedContext, null, rootComponents(state.plugins));
|
|
404
378
|
};
|
|
405
379
|
var initializePlugin = async (pluginDefinition) => {
|
|
406
380
|
const provides = await pluginDefinition.initialize?.();
|
|
@@ -414,9 +388,9 @@ var initializePlugin = async (pluginDefinition) => {
|
|
|
414
388
|
};
|
|
415
389
|
var rootComponents = (plugins) => {
|
|
416
390
|
return plugins.map((plugin) => {
|
|
417
|
-
const
|
|
418
|
-
if (
|
|
419
|
-
return /* @__PURE__ */
|
|
391
|
+
const Component = plugin.provides.root;
|
|
392
|
+
if (Component) {
|
|
393
|
+
return /* @__PURE__ */ import_react2.default.createElement(Component, {
|
|
420
394
|
key: plugin.meta.id
|
|
421
395
|
});
|
|
422
396
|
} else {
|
|
@@ -430,141 +404,30 @@ var composeContext = (plugins) => {
|
|
|
430
404
|
var compose = (contexts) => {
|
|
431
405
|
return [
|
|
432
406
|
...contexts
|
|
433
|
-
].reduce((Acc, Next) => ({ children }) => /* @__PURE__ */
|
|
407
|
+
].reduce((Acc, Next) => ({ children }) => /* @__PURE__ */ import_react2.default.createElement(Acc, null, /* @__PURE__ */ import_react2.default.createElement(Next, null, children)));
|
|
434
408
|
};
|
|
435
|
-
var
|
|
436
|
-
var
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
error: void 0
|
|
441
|
-
};
|
|
442
|
-
}
|
|
443
|
-
static getDerivedStateFromError(error) {
|
|
444
|
-
return {
|
|
445
|
-
error
|
|
446
|
-
};
|
|
447
|
-
}
|
|
448
|
-
componentDidUpdate(prevProps) {
|
|
449
|
-
if (prevProps.data !== this.props.data) {
|
|
450
|
-
this.resetError();
|
|
451
|
-
}
|
|
452
|
-
}
|
|
453
|
-
render() {
|
|
454
|
-
if (this.state.error) {
|
|
455
|
-
return /* @__PURE__ */ import_react4.default.createElement(this.props.fallback, {
|
|
456
|
-
data: this.props.data,
|
|
457
|
-
error: this.state.error,
|
|
458
|
-
reset: this.resetError
|
|
459
|
-
});
|
|
460
|
-
}
|
|
461
|
-
return this.props.children;
|
|
462
|
-
}
|
|
463
|
-
resetError() {
|
|
464
|
-
this.setState({
|
|
465
|
-
error: void 0
|
|
466
|
-
});
|
|
467
|
-
}
|
|
409
|
+
var PluginContext = /* @__PURE__ */ (0, import_react3.createContext)(void 0);
|
|
410
|
+
var usePlugins = () => (0, import_react3.useContext)(PluginContext) ?? (0, import_debug.raise)(new Error("Missing PluginContext"));
|
|
411
|
+
var usePlugin = (id) => {
|
|
412
|
+
const { plugins } = usePlugins();
|
|
413
|
+
return (0, import_chunk_QBM42OQ6.findPlugin)(plugins, id);
|
|
468
414
|
};
|
|
469
|
-
var
|
|
470
|
-
const
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
(0, import_react5.useEffect)(() => {
|
|
479
|
-
debugInfo?.set(id, {
|
|
480
|
-
id,
|
|
481
|
-
created: Date.now(),
|
|
482
|
-
name,
|
|
483
|
-
role,
|
|
484
|
-
renderCount: 0
|
|
485
|
-
});
|
|
486
|
-
return () => {
|
|
487
|
-
debugInfo?.delete(id);
|
|
488
|
-
};
|
|
489
|
-
}, [
|
|
490
|
-
id
|
|
415
|
+
var useResolvePlugin = (predicate) => {
|
|
416
|
+
const { plugins } = usePlugins();
|
|
417
|
+
return (0, import_chunk_QBM42OQ6.resolvePlugin)(plugins, predicate);
|
|
418
|
+
};
|
|
419
|
+
var useResolvePlugins = (predicate) => {
|
|
420
|
+
const { plugins } = usePlugins();
|
|
421
|
+
return (0, import_react3.useMemo)(() => plugins.map(predicate).filter(import_util.nonNullable), [
|
|
422
|
+
plugins,
|
|
423
|
+
predicate
|
|
491
424
|
]);
|
|
492
|
-
if (debugInfo?.get(id)) {
|
|
493
|
-
debugInfo.get(id).renderCount++;
|
|
494
|
-
}
|
|
495
|
-
const context = (0, import_react5.useContext)(SurfaceContext);
|
|
496
|
-
const data = props.data ?? (name && context?.surfaces?.[name]?.data || {});
|
|
497
|
-
const resolver = /* @__PURE__ */ import_react5.default.createElement(SurfaceResolver, {
|
|
498
|
-
...props,
|
|
499
|
-
ref: forwardedRef
|
|
500
|
-
});
|
|
501
|
-
const suspense = placeholder ? /* @__PURE__ */ import_react5.default.createElement(import_react5.Suspense, {
|
|
502
|
-
fallback: placeholder
|
|
503
|
-
}, resolver) : resolver;
|
|
504
|
-
return fallback ? /* @__PURE__ */ import_react5.default.createElement(ErrorBoundary, {
|
|
505
|
-
data,
|
|
506
|
-
fallback
|
|
507
|
-
}, suspense) : suspense;
|
|
508
|
-
}));
|
|
509
|
-
var SurfaceContext = /* @__PURE__ */ (0, import_react5.createContext)(void 0);
|
|
510
|
-
var useSurface = () => (0, import_react5.useContext)(SurfaceContext) ?? (0, import_debug2.raise)(new Error("Surface context not found"));
|
|
511
|
-
var SurfaceResolver = /* @__PURE__ */ (0, import_react5.forwardRef)((props, forwardedRef) => {
|
|
512
|
-
const { components } = (0, import_chunk_PJGE52CN.useSurfaceRoot)();
|
|
513
|
-
const parent = (0, import_react5.useContext)(SurfaceContext);
|
|
514
|
-
const nodes = resolveNodes(components, props, parent, forwardedRef);
|
|
515
|
-
const currentContext = {
|
|
516
|
-
...props,
|
|
517
|
-
surfaces: {
|
|
518
|
-
...props.name && parent?.surfaces?.[props.name]?.surfaces || {},
|
|
519
|
-
...props.surfaces
|
|
520
|
-
}
|
|
521
|
-
};
|
|
522
|
-
return /* @__PURE__ */ import_react5.default.createElement(SurfaceContext.Provider, {
|
|
523
|
-
value: currentContext
|
|
524
|
-
}, nodes);
|
|
525
|
-
});
|
|
526
|
-
var resolveNodes = (components, props, context, forwardedRef) => {
|
|
527
|
-
const data = {
|
|
528
|
-
...props.name && context?.surfaces?.[props.name]?.data || {},
|
|
529
|
-
...props.data
|
|
530
|
-
};
|
|
531
|
-
const nodes = Object.entries(components).map(([key, component]) => {
|
|
532
|
-
const result = component({
|
|
533
|
-
...props,
|
|
534
|
-
data
|
|
535
|
-
}, forwardedRef);
|
|
536
|
-
if (!result || typeof result !== "object") {
|
|
537
|
-
return void 0;
|
|
538
|
-
}
|
|
539
|
-
return "node" in result ? [
|
|
540
|
-
key,
|
|
541
|
-
result
|
|
542
|
-
] : /* @__PURE__ */ (0, import_react5.isValidElement)(result) ? [
|
|
543
|
-
key,
|
|
544
|
-
{
|
|
545
|
-
node: result
|
|
546
|
-
}
|
|
547
|
-
] : void 0;
|
|
548
|
-
}).filter((result) => Boolean(result)).sort(([, a], [, b]) => {
|
|
549
|
-
const aDisposition = a.disposition ?? "default";
|
|
550
|
-
const bDisposition = b.disposition ?? "default";
|
|
551
|
-
if (aDisposition === bDisposition) {
|
|
552
|
-
return 0;
|
|
553
|
-
} else if (aDisposition === "hoist" || bDisposition === "fallback") {
|
|
554
|
-
return -1;
|
|
555
|
-
} else if (bDisposition === "hoist" || aDisposition === "fallback") {
|
|
556
|
-
return 1;
|
|
557
|
-
}
|
|
558
|
-
return 0;
|
|
559
|
-
}).map(([key, result]) => /* @__PURE__ */ import_react5.default.createElement(import_react5.Fragment, {
|
|
560
|
-
key
|
|
561
|
-
}, result.node));
|
|
562
|
-
return props.limit ? nodes.slice(0, props.limit) : nodes;
|
|
563
425
|
};
|
|
426
|
+
var PluginProvider = PluginContext.Provider;
|
|
564
427
|
var parsePluginHost = (plugin) => plugin.provides.plugins ? plugin : void 0;
|
|
565
|
-
var
|
|
566
|
-
var
|
|
567
|
-
const state = new import_local_storage.LocalStorageStore(
|
|
428
|
+
var HOST_PLUGIN = "dxos.org/plugin/host";
|
|
429
|
+
var HostPlugin = ({ plugins, meta, core, defaults = [], fallback = DefaultFallback, placeholder = null }) => {
|
|
430
|
+
const state = new import_local_storage.LocalStorageStore(HOST_PLUGIN, {
|
|
568
431
|
ready: false,
|
|
569
432
|
core,
|
|
570
433
|
enabled: [
|
|
@@ -572,6 +435,7 @@ var PluginHost = ({ plugins, meta, core, defaults = [], fallback = DefaultFallba
|
|
|
572
435
|
],
|
|
573
436
|
plugins: [],
|
|
574
437
|
available: meta.filter(({ id }) => !core.includes(id)),
|
|
438
|
+
// TODO(burdon): Functions should not be part of the settings type.
|
|
575
439
|
setPlugin: (id, enabled) => {
|
|
576
440
|
if (enabled) {
|
|
577
441
|
state.values.enabled.push(id);
|
|
@@ -587,20 +451,20 @@ var PluginHost = ({ plugins, meta, core, defaults = [], fallback = DefaultFallba
|
|
|
587
451
|
});
|
|
588
452
|
return {
|
|
589
453
|
meta: {
|
|
590
|
-
id:
|
|
454
|
+
id: HOST_PLUGIN,
|
|
591
455
|
name: "Plugin host"
|
|
592
456
|
},
|
|
593
457
|
provides: {
|
|
594
458
|
plugins: state.values,
|
|
595
459
|
context: ({ children }) => {
|
|
596
|
-
return /* @__PURE__ */
|
|
460
|
+
return /* @__PURE__ */ import_react.default.createElement(PluginProvider, {
|
|
597
461
|
value: state.values
|
|
598
462
|
}, children);
|
|
599
463
|
},
|
|
600
464
|
root: () => {
|
|
601
|
-
return /* @__PURE__ */
|
|
465
|
+
return /* @__PURE__ */ import_react.default.createElement(import_chunk_EF67TRWJ.ErrorBoundary, {
|
|
602
466
|
fallback
|
|
603
|
-
}, /* @__PURE__ */
|
|
467
|
+
}, /* @__PURE__ */ import_react.default.createElement(PluginContainer, {
|
|
604
468
|
plugins,
|
|
605
469
|
core,
|
|
606
470
|
state: state.values,
|
|
@@ -611,52 +475,54 @@ var PluginHost = ({ plugins, meta, core, defaults = [], fallback = DefaultFallba
|
|
|
611
475
|
};
|
|
612
476
|
};
|
|
613
477
|
var DefaultFallback = ({ error }) => {
|
|
614
|
-
return /* @__PURE__ */
|
|
478
|
+
return /* @__PURE__ */ import_react.default.createElement("div", {
|
|
615
479
|
style: {
|
|
616
480
|
padding: "1rem"
|
|
617
481
|
}
|
|
618
|
-
}, /* @__PURE__ */
|
|
482
|
+
}, /* @__PURE__ */ import_react.default.createElement("h1", {
|
|
619
483
|
style: {
|
|
620
484
|
fontSize: "1.2rem",
|
|
621
485
|
fontWeight: 700,
|
|
622
486
|
margin: "0.5rem 0"
|
|
623
487
|
}
|
|
624
|
-
}, error.message), /* @__PURE__ */
|
|
488
|
+
}, error.message), /* @__PURE__ */ import_react.default.createElement("pre", null, error.stack));
|
|
625
489
|
};
|
|
626
490
|
var __dxlog_file2 = "/home/runner/work/dxos/dxos/packages/sdk/app-framework/src/App.tsx";
|
|
627
491
|
var createApp = ({ meta, plugins, core, ...params }) => {
|
|
628
|
-
const
|
|
492
|
+
const hostPlugin = HostPlugin({
|
|
629
493
|
plugins: {
|
|
630
494
|
...plugins,
|
|
631
|
-
[
|
|
632
|
-
[
|
|
495
|
+
[import_chunk_VOKMWTKO.meta_default.id]: Plugin.lazy(() => import("./plugin-intent-FMC4SDI3.cjs")),
|
|
496
|
+
[import_chunk_JZ2JVKRY.meta_default.id]: Plugin.lazy(() => import("./plugin-settings-OZ6IKAE5.cjs")),
|
|
497
|
+
[import_chunk_EF67TRWJ.meta_default.id]: Plugin.lazy(() => import("./plugin-surface-B5NHOBSW.cjs"))
|
|
633
498
|
},
|
|
634
|
-
// TODO(burdon): Why not include in core?
|
|
635
499
|
meta: [
|
|
636
|
-
|
|
637
|
-
|
|
500
|
+
import_chunk_VOKMWTKO.meta_default,
|
|
501
|
+
import_chunk_JZ2JVKRY.meta_default,
|
|
502
|
+
import_chunk_EF67TRWJ.meta_default,
|
|
638
503
|
...meta
|
|
639
504
|
],
|
|
640
505
|
core: [
|
|
641
|
-
|
|
642
|
-
|
|
506
|
+
import_chunk_VOKMWTKO.meta_default.id,
|
|
507
|
+
import_chunk_JZ2JVKRY.meta_default.id,
|
|
508
|
+
import_chunk_EF67TRWJ.meta_default.id,
|
|
643
509
|
...core
|
|
644
510
|
],
|
|
645
511
|
...params
|
|
646
512
|
});
|
|
647
|
-
(0, import_invariant.invariant)(
|
|
513
|
+
(0, import_invariant.invariant)(hostPlugin.provides, void 0, {
|
|
648
514
|
F: __dxlog_file2,
|
|
649
|
-
L:
|
|
515
|
+
L: 53,
|
|
650
516
|
S: void 0,
|
|
651
517
|
A: [
|
|
652
|
-
"
|
|
518
|
+
"hostPlugin.provides",
|
|
653
519
|
""
|
|
654
520
|
]
|
|
655
521
|
});
|
|
656
|
-
const { context: Context, root: Root } =
|
|
522
|
+
const { context: Context, root: Root } = hostPlugin.provides;
|
|
657
523
|
(0, import_invariant.invariant)(Context, void 0, {
|
|
658
524
|
F: __dxlog_file2,
|
|
659
|
-
L:
|
|
525
|
+
L: 55,
|
|
660
526
|
S: void 0,
|
|
661
527
|
A: [
|
|
662
528
|
"Context",
|
|
@@ -665,26 +531,26 @@ var createApp = ({ meta, plugins, core, ...params }) => {
|
|
|
665
531
|
});
|
|
666
532
|
(0, import_invariant.invariant)(Root, void 0, {
|
|
667
533
|
F: __dxlog_file2,
|
|
668
|
-
L:
|
|
534
|
+
L: 56,
|
|
669
535
|
S: void 0,
|
|
670
536
|
A: [
|
|
671
537
|
"Root",
|
|
672
538
|
""
|
|
673
539
|
]
|
|
674
540
|
});
|
|
675
|
-
return () => /* @__PURE__ */
|
|
541
|
+
return () => /* @__PURE__ */ import_react4.default.createElement(Context, null, /* @__PURE__ */ import_react4.default.createElement(Root, null));
|
|
676
542
|
};
|
|
677
543
|
// Annotate the CommonJS export names for ESM import in node:
|
|
678
544
|
0 && (module.exports = {
|
|
679
545
|
ActiveParts,
|
|
680
546
|
ErrorBoundary,
|
|
547
|
+
HostPlugin,
|
|
681
548
|
IntentAction,
|
|
682
549
|
IntentProvider,
|
|
683
550
|
Layout,
|
|
684
551
|
LayoutAction,
|
|
685
552
|
NavigationAction,
|
|
686
553
|
Plugin,
|
|
687
|
-
PluginHost,
|
|
688
554
|
PluginProvider,
|
|
689
555
|
Resource,
|
|
690
556
|
ResourceKey,
|