@omnia/fx 8.0.50-vnext → 8.0.51-vnext

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.
@@ -37,8 +37,8 @@ export declare const useJourneyStore: (newInstanceWithName?: string) => {
37
37
  addBlade: (blade: BladeInstance) => void;
38
38
  removeBlade: (blade: BladeInstance) => void;
39
39
  setActiveIndex: (index: number) => void;
40
- moveNext: () => void;
41
- movePrev: () => void;
40
+ moveNext: (fromBladeId?: string) => void;
41
+ movePrev: (fromBladeId?: string) => void;
42
42
  travelTo: (id: string) => void;
43
43
  setNested: (menuStore: ReturnType<typeof useJourneyMenuStore>) => void;
44
44
  };
@@ -214,8 +214,8 @@ declare const _default: {
214
214
  blueprintType?: any;
215
215
  blueprint?: any;
216
216
  }>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
217
- __isFragment?: never;
218
217
  /** Component host provider settings */
218
+ __isFragment?: never; /** Component host provider settings */
219
219
  __isTeleport?: never;
220
220
  __isSuspense?: never;
221
221
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
@@ -1,4 +1,5 @@
1
1
  import { ButtonIconOptions } from "@omnia/fx/models";
2
+ import { VNodeChild } from "vue";
2
3
  import { VListItemSlots } from "../../ComponentTypings";
3
4
  declare const _default: {
4
5
  new (...args: any[]): {
@@ -10,7 +11,7 @@ declare const _default: {
10
11
  colorSchemaType?: any;
11
12
  blueprintType?: any;
12
13
  colors?: any;
13
- readonly title?: string;
14
+ readonly title?: VNodeChild;
14
15
  style?: unknown;
15
16
  class?: String | String[];
16
17
  key?: string | number | symbol;
@@ -62,7 +63,7 @@ declare const _default: {
62
63
  readonly "v-slots"?: {
63
64
  default?: import("../../DefineVueTypings").Slot<any[]>;
64
65
  } & VListItemSlots;
65
- readonly subtitle?: string;
66
+ readonly subtitle?: VNodeChild;
66
67
  "onClick:delete"?: () => any;
67
68
  };
68
69
  $attrs: {
@@ -92,10 +93,10 @@ declare const _default: {
92
93
  type: import("vue").PropType<boolean>;
93
94
  };
94
95
  subtitle: {
95
- type: import("vue").PropType<string>;
96
+ type: import("vue").PropType<VNodeChild>;
96
97
  };
97
98
  title: {
98
- type: import("vue").PropType<string>;
99
+ type: import("vue").PropType<VNodeChild>;
99
100
  };
100
101
  icon: {
101
102
  type: import("vue").PropType<ButtonIconOptions>;
@@ -153,10 +154,10 @@ declare const _default: {
153
154
  type: import("vue").PropType<boolean>;
154
155
  };
155
156
  subtitle: {
156
- type: import("vue").PropType<string>;
157
+ type: import("vue").PropType<VNodeChild>;
157
158
  };
158
159
  title: {
159
- type: import("vue").PropType<string>;
160
+ type: import("vue").PropType<VNodeChild>;
160
161
  };
161
162
  icon: {
162
163
  type: import("vue").PropType<ButtonIconOptions>;
@@ -190,10 +191,10 @@ declare const _default: {
190
191
  type: import("vue").PropType<boolean>;
191
192
  };
192
193
  subtitle: {
193
- type: import("vue").PropType<string>;
194
+ type: import("vue").PropType<VNodeChild>;
194
195
  };
195
196
  title: {
196
- type: import("vue").PropType<string>;
197
+ type: import("vue").PropType<VNodeChild>;
197
198
  };
198
199
  icon: {
199
200
  type: import("vue").PropType<ButtonIconOptions>;
@@ -225,7 +226,7 @@ declare const _default: {
225
226
  blueprintType?: any;
226
227
  colors?: any;
227
228
  } & {
228
- title?: string;
229
+ title?: VNodeChild;
229
230
  class?: String | String[];
230
231
  icon?: ButtonIconOptions;
231
232
  active?: boolean;
@@ -234,7 +235,7 @@ declare const _default: {
234
235
  "v-slots"?: {
235
236
  default?: import("../../DefineVueTypings").Slot<any[]>;
236
237
  } & VListItemSlots;
237
- subtitle?: string;
238
+ subtitle?: VNodeChild;
238
239
  }>, "onClick:delete"> & {
239
240
  "onClick:delete"?: () => any;
240
241
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx",
3
3
  "license": "MIT",
4
- "version": "8.0.50-vnext",
4
+ "version": "8.0.51-vnext",
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,7 +20,7 @@
20
20
  ],
21
21
  "author": "Precio Fishbone",
22
22
  "dependencies": {
23
- "@omnia/fx-models": "8.0.50-vnext",
23
+ "@omnia/fx-models": "8.0.51-vnext",
24
24
  "@microsoft/signalr": "6.0.1",
25
25
  "broadcast-channel": "4.8.0",
26
26
  "dayjs": "1.10.7",