@powerhousedao/powerhouse-vetra-packages 6.0.0-dev.214 → 6.0.0-dev.215
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/browser/{connect-ClPSMjSP-Db8HoxvL.js → connect-ClPSMjSP-DMxY1ZB0.js} +10 -6
- package/dist/browser/connect-ClPSMjSP-DMxY1ZB0.js.map +1 -0
- package/dist/browser/{document-drive-C2vrjQBA.js → document-drive-CN2AY1E7.js} +29 -29
- package/dist/browser/{document-drive-C2vrjQBA.js.map → document-drive-CN2AY1E7.js.map} +1 -1
- package/dist/browser/document-models/index.d.ts.map +1 -1
- package/dist/browser/document-models/index.js +1 -1
- package/dist/browser/{editor-79ZNBKap.js → editor-BWlLDNoD.js} +4 -4
- package/dist/browser/{editor-79ZNBKap.js.map → editor-BWlLDNoD.js.map} +1 -1
- package/dist/browser/{editor-CPROL1cY.js → editor-Bf9_zsSu.js} +3 -3
- package/dist/browser/{editor-CPROL1cY.js.map → editor-Bf9_zsSu.js.map} +1 -1
- package/dist/browser/editors/document-model-editor/module.js +1 -1
- package/dist/browser/editors/generic-drive-explorer/index.js +3 -3
- package/dist/browser/editors/generic-drive-explorer/module.js +1 -1
- package/dist/browser/{folder-view-CkLdPpg4.js → folder-view-BThJ3dYz.js} +2 -2
- package/dist/browser/{folder-view-CkLdPpg4.js.map → folder-view-BThJ3dYz.js.map} +1 -1
- package/dist/browser/index.js +1 -1
- package/dist/node/{connect-ClPSMjSP-vN2pbwJJ.mjs → connect-ClPSMjSP-XLfWVJv1.mjs} +10 -6
- package/dist/node/connect-ClPSMjSP-XLfWVJv1.mjs.map +1 -0
- package/dist/node/{document-drive-Ci5WxrAj.mjs → document-drive-DKH0m2I3.mjs} +29 -29
- package/dist/node/{document-drive-Ci5WxrAj.mjs.map → document-drive-DKH0m2I3.mjs.map} +1 -1
- package/dist/node/document-models/index.d.mts.map +1 -1
- package/dist/node/document-models/index.mjs +1 -1
- package/dist/node/{editor-BmaZ8bFH.mjs → editor-BWJMyGsx.mjs} +4 -4
- package/dist/node/{editor-BmaZ8bFH.mjs.map → editor-BWJMyGsx.mjs.map} +1 -1
- package/dist/node/{editor-C3gExEtC.mjs → editor-DSj_B0qs.mjs} +3 -3
- package/dist/node/{editor-C3gExEtC.mjs.map → editor-DSj_B0qs.mjs.map} +1 -1
- package/dist/node/editors/document-model-editor/module.mjs +1 -1
- package/dist/node/editors/generic-drive-explorer/index.mjs +3 -3
- package/dist/node/editors/generic-drive-explorer/module.mjs +1 -1
- package/dist/node/{folder-view-CSj0YT4q.mjs → folder-view-2BbcEN7S.mjs} +2 -2
- package/dist/node/{folder-view-CSj0YT4q.mjs.map → folder-view-2BbcEN7S.mjs.map} +1 -1
- package/dist/node/index.mjs +1 -1
- package/package.json +5 -5
- package/dist/browser/connect-ClPSMjSP-Db8HoxvL.js.map +0 -1
- package/dist/node/connect-ClPSMjSP-vN2pbwJJ.mjs.map +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as __toESM, t as __commonJSMin } from "./chunk-YKewjYmz.js";
|
|
2
|
-
import { B as undo, H as validateModules, P as setName, T as replayDocument, U as validateStateSchemaName, V as validateInitialState, W as generateId, _ as buildSignedAction, a as handleTargetNameCollisions, c as moveNode, d as logger, g as baseSaveToFileHandle, h as baseLoadFromInput, i as generateNodesCopy, l as updateNode, n as copyNode, o as isFileNode, s as isFolderNode, t as addFolder$1, u as documentModelDocumentModelModule, v as createPresignedHeader, w as redo, y as createZip } from "./document-drive-
|
|
2
|
+
import { B as undo, H as validateModules, P as setName, T as replayDocument, U as validateStateSchemaName, V as validateInitialState, W as generateId, _ as buildSignedAction, a as handleTargetNameCollisions, c as moveNode, d as logger, g as baseSaveToFileHandle, h as baseLoadFromInput, i as generateNodesCopy, l as updateNode, n as copyNode, o as isFileNode, s as isFolderNode, t as addFolder$1, u as documentModelDocumentModelModule, v as createPresignedHeader, w as redo, y as createZip } from "./document-drive-CN2AY1E7.js";
|
|
3
3
|
import { t as capitalCase } from "./dist-CTgmb7N2.js";
|
|
4
4
|
import { A as twMerge, c as DropdownMenuItem, f as cn, g as __assign, l as DropdownMenuTrigger, o as DropdownMenu, p as mergeClassNameProps, s as DropdownMenuContent, u as Icon } from "./dist-CtRV5RxK.js";
|
|
5
5
|
import { t as parse } from "./parser-CO9mSyAT.js";
|
|
@@ -2608,16 +2608,16 @@ const featuresEventFunctions = makePHEventFunctions("features");
|
|
|
2608
2608
|
featuresEventFunctions.useValue;
|
|
2609
2609
|
featuresEventFunctions.setValue;
|
|
2610
2610
|
featuresEventFunctions.addEventHandler;
|
|
2611
|
-
const packageDiscoveryFunctions = makePHEventFunctions("packageDiscoveryService");
|
|
2612
|
-
packageDiscoveryFunctions.useValue;
|
|
2613
|
-
packageDiscoveryFunctions.setValue;
|
|
2614
|
-
packageDiscoveryFunctions.addEventHandler;
|
|
2615
2611
|
const drivesEventFunctions = makePHEventFunctions("drives");
|
|
2616
2612
|
/** Returns all of the drives in the reactor */
|
|
2617
2613
|
const useDrives = drivesEventFunctions.useValue;
|
|
2618
2614
|
/** Sets the drives in the reactor */
|
|
2619
2615
|
const setDrives = drivesEventFunctions.setValue;
|
|
2620
2616
|
drivesEventFunctions.addEventHandler;
|
|
2617
|
+
const graphQLReactorClientEventFunctions = makePHEventFunctions("reactorGraphQLClient");
|
|
2618
|
+
graphQLReactorClientEventFunctions.useValue;
|
|
2619
|
+
graphQLReactorClientEventFunctions.setValue;
|
|
2620
|
+
graphQLReactorClientEventFunctions.addEventHandler;
|
|
2621
2621
|
const modalEventFunctions = makePHEventFunctions("modal");
|
|
2622
2622
|
modalEventFunctions.useValue;
|
|
2623
2623
|
/** Sets the current modal */
|
|
@@ -2641,6 +2641,10 @@ function showDeleteNodeModal(nodeOrId) {
|
|
|
2641
2641
|
id: typeof nodeOrId === "string" ? nodeOrId : nodeOrId.id
|
|
2642
2642
|
});
|
|
2643
2643
|
}
|
|
2644
|
+
const packageDiscoveryFunctions = makePHEventFunctions("packageDiscoveryService");
|
|
2645
|
+
packageDiscoveryFunctions.useValue;
|
|
2646
|
+
packageDiscoveryFunctions.setValue;
|
|
2647
|
+
packageDiscoveryFunctions.addEventHandler;
|
|
2644
2648
|
const reactorClientModuleEventFunctions = makePHEventFunctions("reactorClientModule");
|
|
2645
2649
|
const reactorClientEventFunctions = makePHEventFunctions("reactorClient");
|
|
2646
2650
|
/** Returns the reactor client module */
|
|
@@ -6967,4 +6971,4 @@ const ConnectSearchBar = (props) => {
|
|
|
6967
6971
|
//#endregion
|
|
6968
6972
|
export { useSetPHAppConfig as C, useSelectedFolder as S, useUserPermissions as T, showCreateDocumentModal as _, FolderItem as a, usePHToast as b, Controller as c, get as d, set as f, isFolderNodeKind as g, isFileNodeKind as h, FileItem as i, FormProvider as l, useFormContext as m, ConnectSearchBar as n, useDrop as o, useForm as p, DocumentToolbar as r, useVirtualizer as s, Breadcrumbs as t, appendErrors as u, useDocumentModelModules as v, useSetPHDocumentEditorConfig as w, useSelectedDocumentOfType as x, useNodesInSelectedDriveOrFolder as y };
|
|
6969
6973
|
|
|
6970
|
-
//# sourceMappingURL=connect-ClPSMjSP-
|
|
6974
|
+
//# sourceMappingURL=connect-ClPSMjSP-DMxY1ZB0.js.map
|