@omnia/fx 8.0.106-vnext → 8.0.107-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.
@@ -1,4 +1,5 @@
|
|
1
1
|
import { EnterprisePropertyItemSettings } from "@omnia/fx-models";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): {
|
4
5
|
$: import("vue").ComponentInternalInstance;
|
@@ -109,11 +110,16 @@ declare const _default: {
|
|
109
110
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
111
|
[key: string]: any;
|
111
112
|
}>) => void)[];
|
113
|
+
readonly "v-slots"?: {
|
114
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
115
|
+
} & {
|
116
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
117
|
+
};
|
112
118
|
readonly modelValue?: EnterprisePropertyItemSettings;
|
113
119
|
readonly "onUpdate:modelValue"?: (value: EnterprisePropertyItemSettings) => any;
|
114
120
|
readonly "v-model"?: EnterprisePropertyItemSettings;
|
115
|
-
readonly
|
116
|
-
readonly "setup-
|
121
|
+
readonly setupRender?: any;
|
122
|
+
readonly "setup-render"?: any;
|
117
123
|
};
|
118
124
|
$attrs: {
|
119
125
|
[x: string]: unknown;
|
@@ -129,10 +135,15 @@ declare const _default: {
|
|
129
135
|
$emit: (event: string, ...args: any[]) => void;
|
130
136
|
$el: any;
|
131
137
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
132
|
-
"
|
138
|
+
"v-slots": import("vue").Prop<{
|
139
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
140
|
+
} & {
|
141
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
142
|
+
}>;
|
143
|
+
"setup-render": {
|
133
144
|
type: import("vue").PropType<any>;
|
134
145
|
};
|
135
|
-
|
146
|
+
setupRender: {
|
136
147
|
type: import("vue").PropType<any>;
|
137
148
|
};
|
138
149
|
"onUpdate:modelValue": {
|
@@ -201,7 +212,7 @@ declare const _default: {
|
|
201
212
|
};
|
202
213
|
}>;
|
203
214
|
};
|
204
|
-
}>>, () =>
|
215
|
+
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
205
216
|
beforeCreate?: (() => void) | (() => void)[];
|
206
217
|
created?: (() => void) | (() => void)[];
|
207
218
|
beforeMount?: (() => void) | (() => void)[];
|
@@ -222,10 +233,15 @@ declare const _default: {
|
|
222
233
|
$nextTick: typeof import("vue").nextTick;
|
223
234
|
$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;
|
224
235
|
} & Readonly<import("vue").ExtractPropTypes<{
|
225
|
-
"
|
236
|
+
"v-slots": import("vue").Prop<{
|
237
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
238
|
+
} & {
|
239
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
240
|
+
}>;
|
241
|
+
"setup-render": {
|
226
242
|
type: import("vue").PropType<any>;
|
227
243
|
};
|
228
|
-
|
244
|
+
setupRender: {
|
229
245
|
type: import("vue").PropType<any>;
|
230
246
|
};
|
231
247
|
"onUpdate:modelValue": {
|
@@ -294,15 +310,20 @@ declare const _default: {
|
|
294
310
|
};
|
295
311
|
}>;
|
296
312
|
};
|
297
|
-
}>> & import("vue").ShallowUnwrapRef<() =>
|
313
|
+
}>> & import("vue").ShallowUnwrapRef<() => any> & {} & import("vue").ComponentCustomProperties & {};
|
298
314
|
__isFragment?: never;
|
299
315
|
__isTeleport?: never;
|
300
316
|
__isSuspense?: never;
|
301
317
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
302
|
-
"
|
318
|
+
"v-slots": import("vue").Prop<{
|
319
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
320
|
+
} & {
|
321
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
322
|
+
}>;
|
323
|
+
"setup-render": {
|
303
324
|
type: import("vue").PropType<any>;
|
304
325
|
};
|
305
|
-
|
326
|
+
setupRender: {
|
306
327
|
type: import("vue").PropType<any>;
|
307
328
|
};
|
308
329
|
"onUpdate:modelValue": {
|
@@ -371,7 +392,7 @@ declare const _default: {
|
|
371
392
|
};
|
372
393
|
}>;
|
373
394
|
};
|
374
|
-
}>>, () =>
|
395
|
+
}>>, () => any, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
375
396
|
propsDefinition: Omit<Readonly<{} & {
|
376
397
|
name?: {
|
377
398
|
[x: `onUpdate:${string}`]: {
|
@@ -434,11 +455,16 @@ declare const _default: {
|
|
434
455
|
};
|
435
456
|
}>;
|
436
457
|
};
|
458
|
+
"v-slots"?: {
|
459
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
460
|
+
} & {
|
461
|
+
renderer?: (elementToRender: string) => VNodeChild | void;
|
462
|
+
};
|
437
463
|
modelValue?: EnterprisePropertyItemSettings;
|
438
464
|
"onUpdate:modelValue"?: (value: EnterprisePropertyItemSettings) => any;
|
439
465
|
"v-model"?: EnterprisePropertyItemSettings;
|
440
|
-
|
441
|
-
"setup-
|
466
|
+
setupRender?: any;
|
467
|
+
"setup-render"?: any;
|
442
468
|
}>, never>;
|
443
469
|
};
|
444
470
|
export default _default;
|
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.107-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.107-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|