@powerhousedao/powerhouse-vetra-packages 6.2.3-dev.11 → 6.2.3-dev.13
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/{chunk-CRPLlQ3x.js → chunk-BVTlhY3a.js} +1 -5
- package/dist/browser/{editor-BO_s5gTQ.js → editor-CQ4wUFK5.js} +3 -3
- package/dist/browser/{editor-BO_s5gTQ.js.map → editor-CQ4wUFK5.js.map} +1 -1
- package/dist/browser/editors/document-model-editor/module.js +1 -1
- package/dist/browser/editors/generic-drive-explorer/index.js +10 -4
- package/dist/browser/editors/generic-drive-explorer/index.js.map +1 -1
- package/dist/browser/{graphql-editor-BMhHl2XP.js → graphql-editor-DoXZvdNr.js} +2 -2
- package/dist/browser/{graphql-editor-BMhHl2XP.js.map → graphql-editor-DoXZvdNr.js.map} +1 -1
- package/dist/browser/{state-schemas-DuA5rB1e.js → state-schemas-B47wHvDV.js} +2 -2
- package/dist/browser/{state-schemas-DuA5rB1e.js.map → state-schemas-B47wHvDV.js.map} +1 -1
- package/package.json +7 -7
|
@@ -20,9 +20,5 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
20
20
|
value: mod,
|
|
21
21
|
enumerable: true
|
|
22
22
|
}) : target, mod));
|
|
23
|
-
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, { get: (a, b) => (typeof require !== "undefined" ? require : a)[b] }) : x)(function(x) {
|
|
24
|
-
if (typeof require !== "undefined") return require.apply(this, arguments);
|
|
25
|
-
throw Error("Calling `require` for \"" + x + "\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.");
|
|
26
|
-
});
|
|
27
23
|
//#endregion
|
|
28
|
-
export {
|
|
24
|
+
export { __toESM as n, __commonJSMin as t };
|
|
@@ -2628,7 +2628,7 @@ function OperationErrors({ operation, addOperationError, deleteOperationError, s
|
|
|
2628
2628
|
}
|
|
2629
2629
|
//#endregion
|
|
2630
2630
|
//#region editors/document-model-editor/components/operation.tsx
|
|
2631
|
-
const GraphqlEditor = lazy(() => import("./graphql-editor-
|
|
2631
|
+
const GraphqlEditor = lazy(() => import("./graphql-editor-DoXZvdNr.js"));
|
|
2632
2632
|
function Operation(props) {
|
|
2633
2633
|
const { operation, module, allOperationNames, lastCreatedOperationId, onAddOperationAndInitialSchema, updateOperationName, deleteOperation, updateOperationSchema, setOperationDescription, addOperationError, deleteOperationError, setOperationErrorName, toggleNoInputRequired } = props;
|
|
2634
2634
|
const noInputRequired = isEmptyOperationSchema(operation.schema);
|
|
@@ -3364,7 +3364,7 @@ function useVersionAdvisory(args) {
|
|
|
3364
3364
|
}
|
|
3365
3365
|
//#endregion
|
|
3366
3366
|
//#region editors/document-model-editor/editor.tsx
|
|
3367
|
-
const StateSchemas = lazy(() => import("./state-schemas-
|
|
3367
|
+
const StateSchemas = lazy(() => import("./state-schemas-B47wHvDV.js"));
|
|
3368
3368
|
const noopSetStateSchema = () => void 0;
|
|
3369
3369
|
const noopSetInitialState = () => void 0;
|
|
3370
3370
|
function Editor() {
|
|
@@ -3676,4 +3676,4 @@ function Editor() {
|
|
|
3676
3676
|
//#endregion
|
|
3677
3677
|
export { Editor as default };
|
|
3678
3678
|
|
|
3679
|
-
//# sourceMappingURL=editor-
|
|
3679
|
+
//# sourceMappingURL=editor-CQ4wUFK5.js.map
|