@omnia/fx 8.0.290-dev → 8.0.291-dev

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
2
  import { FlowEditorPluginSettings } from "@omnia/fx-models";
3
- import { useFlowEditorStore } from "./stores";
3
+ import { useFlowEditorStore, useFlowEditorToolbarStore } from "./stores";
4
4
  import { FlowContent } from "@omnia/fx/ux";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
6
6
  "emit:update:modelValue": (value: FlowContent) => void;
@@ -13,7 +13,10 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
13
13
  } & {
14
14
  toolbar?: boolean;
15
15
  } & {
16
- getApi?: (store: ReturnType<typeof useFlowEditorStore>) => void;
16
+ getApi?: (api: {
17
+ editorStore: ReturnType<typeof useFlowEditorStore>;
18
+ toolbarStore: ReturnType<typeof useFlowEditorToolbarStore>;
19
+ }) => void;
17
20
  } & {
18
21
  plugins?: FlowEditorPluginSettings[];
19
22
  } & DefineEmit<"update:modelValue", (value: FlowContent) => true>>) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.290-dev",
4
+ "version": "8.0.291-dev",
5
5
  "description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -20,12 +20,12 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.290-dev",
23
+ "@omnia/fx-models": "8.0.291-dev",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.11.7",
27
27
  "splitpanes": "3.1.5",
28
- "vue": "3.5.6",
28
+ "vue": "3.5.8",
29
29
  "vuetify": "3.7.2",
30
30
  "tslib": "2.6.2",
31
31
  "typescript": "5.6.2",