@omnia/fx 8.0.83-dev → 8.0.84-dev
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,6 +1,13 @@
|
|
1
1
|
import { IIcon } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
disabled: {
|
5
|
+
type: import("vue").PropType<boolean>;
|
6
|
+
required: false;
|
7
|
+
} & {
|
8
|
+
type: import("vue").PropType<boolean>;
|
9
|
+
required: false;
|
10
|
+
};
|
4
11
|
"custom-size": {
|
5
12
|
type: import("vue").PropType<number>;
|
6
13
|
};
|
@@ -46,6 +53,13 @@ declare const _default: {
|
|
46
53
|
container?: any;
|
47
54
|
colors?: any;
|
48
55
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
56
|
+
disabled: {
|
57
|
+
type: import("vue").PropType<boolean>;
|
58
|
+
required: false;
|
59
|
+
} & {
|
60
|
+
type: import("vue").PropType<boolean>;
|
61
|
+
required: false;
|
62
|
+
};
|
49
63
|
"custom-size": {
|
50
64
|
type: import("vue").PropType<number>;
|
51
65
|
};
|
@@ -102,6 +116,13 @@ declare const _default: {
|
|
102
116
|
M: {};
|
103
117
|
Defaults: {};
|
104
118
|
}, Readonly<import("vue").ExtractPropTypes<{
|
119
|
+
disabled: {
|
120
|
+
type: import("vue").PropType<boolean>;
|
121
|
+
required: false;
|
122
|
+
} & {
|
123
|
+
type: import("vue").PropType<boolean>;
|
124
|
+
required: false;
|
125
|
+
};
|
105
126
|
"custom-size": {
|
106
127
|
type: import("vue").PropType<number>;
|
107
128
|
};
|
@@ -155,6 +176,13 @@ declare const _default: {
|
|
155
176
|
__isTeleport?: never;
|
156
177
|
__isSuspense?: never;
|
157
178
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
179
|
+
disabled: {
|
180
|
+
type: import("vue").PropType<boolean>;
|
181
|
+
required: false;
|
182
|
+
} & {
|
183
|
+
type: import("vue").PropType<boolean>;
|
184
|
+
required: false;
|
185
|
+
};
|
158
186
|
"custom-size": {
|
159
187
|
type: import("vue").PropType<number>;
|
160
188
|
};
|
@@ -213,6 +241,7 @@ declare const _default: {
|
|
213
241
|
class?: String | String[];
|
214
242
|
animation?: "flip" | "spin" | "beat" | "bounce";
|
215
243
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
244
|
+
disabled?: boolean;
|
216
245
|
variant?: "default" | "background";
|
217
246
|
toned?: boolean;
|
218
247
|
colorType?: "base" | "onBase" | "container" | "onContainer";
|
@@ -14,20 +14,20 @@ declare const _default: {
|
|
14
14
|
"v-slots": import("vue").Prop<{
|
15
15
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
16
16
|
} & {
|
17
|
-
|
18
|
-
itemToolTip?: (item: any
|
17
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
18
|
+
itemToolTip?: (item: any) => VNodeChild;
|
19
19
|
}>;
|
20
|
-
"
|
20
|
+
"check-node-to-move": {
|
21
21
|
type: import("vue").PropType<(item: any) => boolean>;
|
22
22
|
};
|
23
|
-
|
23
|
+
checkNodeToMove: {
|
24
24
|
type: import("vue").PropType<(item: any) => boolean>;
|
25
25
|
};
|
26
26
|
"on-move-node": {
|
27
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
27
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
28
28
|
};
|
29
29
|
onMoveNode: {
|
30
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
30
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
31
31
|
};
|
32
32
|
"load-children": {
|
33
33
|
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
@@ -67,11 +67,11 @@ declare const _default: {
|
|
67
67
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
68
68
|
required: false;
|
69
69
|
};
|
70
|
-
|
70
|
+
batchChildrensDisplay: {
|
71
71
|
type: import("vue").PropType<number>;
|
72
72
|
required: false;
|
73
73
|
};
|
74
|
-
"
|
74
|
+
"batch-childrens-display": {
|
75
75
|
type: import("vue").PropType<number>;
|
76
76
|
required: false;
|
77
77
|
};
|
@@ -98,14 +98,14 @@ declare const _default: {
|
|
98
98
|
type: import("vue").PropType<any[]>;
|
99
99
|
required: false;
|
100
100
|
};
|
101
|
-
"onUpdate:
|
101
|
+
"onUpdate:expanded": {
|
102
102
|
type: import("vue").PropType<(value: any[]) => any>;
|
103
103
|
};
|
104
|
-
"v-model:
|
104
|
+
"v-model:expanded": {
|
105
105
|
type: import("vue").PropType<any[]>;
|
106
106
|
required: false;
|
107
107
|
};
|
108
|
-
|
108
|
+
expanded: {
|
109
109
|
type: import("vue").PropType<any[]>;
|
110
110
|
required: false;
|
111
111
|
};
|
@@ -120,20 +120,20 @@ declare const _default: {
|
|
120
120
|
"v-slots": import("vue").Prop<{
|
121
121
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
122
122
|
} & {
|
123
|
-
|
124
|
-
itemToolTip?: (item: any
|
123
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
124
|
+
itemToolTip?: (item: any) => VNodeChild;
|
125
125
|
}>;
|
126
|
-
"
|
126
|
+
"check-node-to-move": {
|
127
127
|
type: import("vue").PropType<(item: any) => boolean>;
|
128
128
|
};
|
129
|
-
|
129
|
+
checkNodeToMove: {
|
130
130
|
type: import("vue").PropType<(item: any) => boolean>;
|
131
131
|
};
|
132
132
|
"on-move-node": {
|
133
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
133
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
134
134
|
};
|
135
135
|
onMoveNode: {
|
136
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
136
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
137
137
|
};
|
138
138
|
"load-children": {
|
139
139
|
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
@@ -173,11 +173,11 @@ declare const _default: {
|
|
173
173
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
174
174
|
required: false;
|
175
175
|
};
|
176
|
-
|
176
|
+
batchChildrensDisplay: {
|
177
177
|
type: import("vue").PropType<number>;
|
178
178
|
required: false;
|
179
179
|
};
|
180
|
-
"
|
180
|
+
"batch-childrens-display": {
|
181
181
|
type: import("vue").PropType<number>;
|
182
182
|
required: false;
|
183
183
|
};
|
@@ -204,14 +204,14 @@ declare const _default: {
|
|
204
204
|
type: import("vue").PropType<any[]>;
|
205
205
|
required: false;
|
206
206
|
};
|
207
|
-
"onUpdate:
|
207
|
+
"onUpdate:expanded": {
|
208
208
|
type: import("vue").PropType<(value: any[]) => any>;
|
209
209
|
};
|
210
|
-
"v-model:
|
210
|
+
"v-model:expanded": {
|
211
211
|
type: import("vue").PropType<any[]>;
|
212
212
|
required: false;
|
213
213
|
};
|
214
|
-
|
214
|
+
expanded: {
|
215
215
|
type: import("vue").PropType<any[]>;
|
216
216
|
required: false;
|
217
217
|
};
|
@@ -235,20 +235,20 @@ declare const _default: {
|
|
235
235
|
"v-slots": import("vue").Prop<{
|
236
236
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
237
237
|
} & {
|
238
|
-
|
239
|
-
itemToolTip?: (item: any
|
238
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
239
|
+
itemToolTip?: (item: any) => VNodeChild;
|
240
240
|
}>;
|
241
|
-
"
|
241
|
+
"check-node-to-move": {
|
242
242
|
type: import("vue").PropType<(item: any) => boolean>;
|
243
243
|
};
|
244
|
-
|
244
|
+
checkNodeToMove: {
|
245
245
|
type: import("vue").PropType<(item: any) => boolean>;
|
246
246
|
};
|
247
247
|
"on-move-node": {
|
248
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
248
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
249
249
|
};
|
250
250
|
onMoveNode: {
|
251
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
251
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
252
252
|
};
|
253
253
|
"load-children": {
|
254
254
|
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
@@ -288,11 +288,11 @@ declare const _default: {
|
|
288
288
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
289
289
|
required: false;
|
290
290
|
};
|
291
|
-
|
291
|
+
batchChildrensDisplay: {
|
292
292
|
type: import("vue").PropType<number>;
|
293
293
|
required: false;
|
294
294
|
};
|
295
|
-
"
|
295
|
+
"batch-childrens-display": {
|
296
296
|
type: import("vue").PropType<number>;
|
297
297
|
required: false;
|
298
298
|
};
|
@@ -319,14 +319,14 @@ declare const _default: {
|
|
319
319
|
type: import("vue").PropType<any[]>;
|
320
320
|
required: false;
|
321
321
|
};
|
322
|
-
"onUpdate:
|
322
|
+
"onUpdate:expanded": {
|
323
323
|
type: import("vue").PropType<(value: any[]) => any>;
|
324
324
|
};
|
325
|
-
"v-model:
|
325
|
+
"v-model:expanded": {
|
326
326
|
type: import("vue").PropType<any[]>;
|
327
327
|
required: false;
|
328
328
|
};
|
329
|
-
|
329
|
+
expanded: {
|
330
330
|
type: import("vue").PropType<any[]>;
|
331
331
|
required: false;
|
332
332
|
};
|
@@ -347,20 +347,20 @@ declare const _default: {
|
|
347
347
|
"v-slots": import("vue").Prop<{
|
348
348
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
349
349
|
} & {
|
350
|
-
|
351
|
-
itemToolTip?: (item: any
|
350
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
351
|
+
itemToolTip?: (item: any) => VNodeChild;
|
352
352
|
}>;
|
353
|
-
"
|
353
|
+
"check-node-to-move": {
|
354
354
|
type: import("vue").PropType<(item: any) => boolean>;
|
355
355
|
};
|
356
|
-
|
356
|
+
checkNodeToMove: {
|
357
357
|
type: import("vue").PropType<(item: any) => boolean>;
|
358
358
|
};
|
359
359
|
"on-move-node": {
|
360
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
360
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
361
361
|
};
|
362
362
|
onMoveNode: {
|
363
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number
|
363
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
364
364
|
};
|
365
365
|
"load-children": {
|
366
366
|
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
@@ -400,11 +400,11 @@ declare const _default: {
|
|
400
400
|
type: import("vue").PropType<string | ((item: any) => string)>;
|
401
401
|
required: false;
|
402
402
|
};
|
403
|
-
|
403
|
+
batchChildrensDisplay: {
|
404
404
|
type: import("vue").PropType<number>;
|
405
405
|
required: false;
|
406
406
|
};
|
407
|
-
"
|
407
|
+
"batch-childrens-display": {
|
408
408
|
type: import("vue").PropType<number>;
|
409
409
|
required: false;
|
410
410
|
};
|
@@ -431,14 +431,14 @@ declare const _default: {
|
|
431
431
|
type: import("vue").PropType<any[]>;
|
432
432
|
required: false;
|
433
433
|
};
|
434
|
-
"onUpdate:
|
434
|
+
"onUpdate:expanded": {
|
435
435
|
type: import("vue").PropType<(value: any[]) => any>;
|
436
436
|
};
|
437
|
-
"v-model:
|
437
|
+
"v-model:expanded": {
|
438
438
|
type: import("vue").PropType<any[]>;
|
439
439
|
required: false;
|
440
440
|
};
|
441
|
-
|
441
|
+
expanded: {
|
442
442
|
type: import("vue").PropType<any[]>;
|
443
443
|
required: false;
|
444
444
|
};
|
@@ -459,6 +459,7 @@ declare const _default: {
|
|
459
459
|
colorSchemaType?: any;
|
460
460
|
colors?: any;
|
461
461
|
} & {
|
462
|
+
expanded?: any[];
|
462
463
|
multiple?: boolean;
|
463
464
|
"onUpdate:modelValue"?: (value: any[]) => any;
|
464
465
|
"v-model"?: any[];
|
@@ -467,28 +468,27 @@ declare const _default: {
|
|
467
468
|
"v-slots"?: {
|
468
469
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
469
470
|
} & {
|
470
|
-
|
471
|
-
itemToolTip?: (item: any
|
471
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
472
|
+
itemToolTip?: (item: any) => VNodeChild;
|
472
473
|
};
|
473
474
|
itemTitle?: string | ((item: any) => string);
|
474
475
|
itemValue?: string;
|
475
476
|
itemChildren?: string;
|
476
477
|
"item-value"?: string;
|
477
478
|
"item-title"?: string | ((item: any) => string);
|
478
|
-
|
479
|
-
"
|
480
|
-
|
481
|
-
|
482
|
-
"page-size"?: number;
|
479
|
+
"onUpdate:expanded"?: (value: any[]) => any;
|
480
|
+
"v-model:expanded"?: any[];
|
481
|
+
batchChildrensDisplay?: number;
|
482
|
+
"batch-childrens-display"?: number;
|
483
483
|
itemIcon?: string | ((item: any) => IIcon);
|
484
484
|
"item-icon"?: string | ((item: any) => IIcon);
|
485
485
|
"item-children"?: string;
|
486
486
|
loadChildren?: (selectedNode: any) => void | Promise<void>;
|
487
487
|
"load-children"?: (selectedNode: any) => void | Promise<void>;
|
488
|
-
onMoveNode?: (item: any, currentPosition: number, newPosition: number
|
489
|
-
"on-move-node"?: (item: any, currentPosition: number, newPosition: number
|
490
|
-
|
491
|
-
"
|
488
|
+
onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
|
489
|
+
"on-move-node"?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
|
490
|
+
checkNodeToMove?: (item: any) => boolean;
|
491
|
+
"check-node-to-move"?: (item: any) => boolean;
|
492
492
|
}>, "onUpdate:active"> & {
|
493
493
|
"onUpdate:active"?: (items: any[]) => any;
|
494
494
|
};
|
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.84-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,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.84-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|