@omnia/fx 8.0.74-vnext → 8.0.75-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.
@@ -52,8 +52,12 @@ declare const _default: {
|
|
52
52
|
[key: string]: any;
|
53
53
|
}>) => void)[];
|
54
54
|
readonly icon?: IIcon;
|
55
|
+
readonly "v-slots"?: {
|
56
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
57
|
+
} & {
|
58
|
+
selection?: (selected: JourneyMenuItem) => VNode;
|
59
|
+
};
|
55
60
|
readonly items?: JourneyMenuItem[];
|
56
|
-
readonly selectedNodeRenderer?: (selected: JourneyMenuItem) => VNode;
|
57
61
|
onItemSelected?: (item: JourneyMenuItem) => any;
|
58
62
|
};
|
59
63
|
$attrs: {
|
@@ -70,9 +74,11 @@ declare const _default: {
|
|
70
74
|
$emit: (event: "itemSelected", item: JourneyMenuItem) => void;
|
71
75
|
$el: any;
|
72
76
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
73
|
-
|
74
|
-
|
75
|
-
}
|
77
|
+
"v-slots": import("vue").Prop<{
|
78
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
79
|
+
} & {
|
80
|
+
selection?: (selected: JourneyMenuItem) => VNode;
|
81
|
+
}>;
|
76
82
|
items: {
|
77
83
|
type: import("vue").PropType<JourneyMenuItem[]>;
|
78
84
|
required: false;
|
@@ -111,9 +117,11 @@ declare const _default: {
|
|
111
117
|
$nextTick: typeof import("vue").nextTick;
|
112
118
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
113
119
|
} & Readonly<import("vue").ExtractPropTypes<{
|
114
|
-
|
115
|
-
|
116
|
-
}
|
120
|
+
"v-slots": import("vue").Prop<{
|
121
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
122
|
+
} & {
|
123
|
+
selection?: (selected: JourneyMenuItem) => VNode;
|
124
|
+
}>;
|
117
125
|
items: {
|
118
126
|
type: import("vue").PropType<JourneyMenuItem[]>;
|
119
127
|
required: false;
|
@@ -134,9 +142,11 @@ declare const _default: {
|
|
134
142
|
__isTeleport?: never;
|
135
143
|
__isSuspense?: never;
|
136
144
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
137
|
-
|
138
|
-
|
139
|
-
}
|
145
|
+
"v-slots": import("vue").Prop<{
|
146
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
147
|
+
} & {
|
148
|
+
selection?: (selected: JourneyMenuItem) => VNode;
|
149
|
+
}>;
|
140
150
|
items: {
|
141
151
|
type: import("vue").PropType<JourneyMenuItem[]>;
|
142
152
|
required: false;
|
@@ -159,8 +169,12 @@ declare const _default: {
|
|
159
169
|
title?: string;
|
160
170
|
id?: string;
|
161
171
|
icon?: IIcon;
|
172
|
+
"v-slots"?: {
|
173
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
174
|
+
} & {
|
175
|
+
selection?: (selected: JourneyMenuItem) => VNode;
|
176
|
+
};
|
162
177
|
items?: JourneyMenuItem[];
|
163
|
-
selectedNodeRenderer?: (selected: JourneyMenuItem) => VNode;
|
164
178
|
}>, "onItemSelected"> & {
|
165
179
|
onItemSelected?: (item: JourneyMenuItem) => any;
|
166
180
|
};
|
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@omnia/fx",
|
3
3
|
"license": "MIT",
|
4
|
-
"version": "8.0.
|
4
|
+
"version": "8.0.75-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.
|
23
|
+
"@omnia/fx-models": "8.0.75-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|