@omnia/fx 8.0.90-dev → 8.0.91-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.
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +49 -4
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +344 -30
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +43 -16
- package/internal-do-not-import-from-here/ux/stylexjs/variables/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/stylexjs/variables/theme.d.ts +11 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +13 -15
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview2.d.ts +0 -496
@@ -303,10 +303,6 @@ export interface OmniaUxLocalization {
|
|
303
303
|
Subject: string;
|
304
304
|
Body: string;
|
305
305
|
};
|
306
|
-
InformDisabledAccountDueToTimeLimitedEmail: {
|
307
|
-
Subject: string;
|
308
|
-
Body: string;
|
309
|
-
};
|
310
306
|
};
|
311
307
|
IdentityCreationRequestEmails: {
|
312
308
|
NotifyIdentities: {
|
@@ -39,6 +39,13 @@ declare const _default: {
|
|
39
39
|
} & {
|
40
40
|
type: import("vue").PropType<string>;
|
41
41
|
};
|
42
|
+
class: {
|
43
|
+
type: import("vue").PropType<String | String[]>;
|
44
|
+
required: boolean;
|
45
|
+
};
|
46
|
+
colorSchemaType?: any;
|
47
|
+
container?: any;
|
48
|
+
colors?: any;
|
42
49
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
43
50
|
"v-slots": import("vue").Prop<{
|
44
51
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -77,7 +84,18 @@ declare const _default: {
|
|
77
84
|
} & {
|
78
85
|
type: import("vue").PropType<string>;
|
79
86
|
};
|
80
|
-
|
87
|
+
class: {
|
88
|
+
type: import("vue").PropType<String | String[]>;
|
89
|
+
required: boolean;
|
90
|
+
};
|
91
|
+
colorSchemaType?: any;
|
92
|
+
container?: any;
|
93
|
+
colors?: any;
|
94
|
+
}>>, {
|
95
|
+
container?: any;
|
96
|
+
colorSchemaType?: any;
|
97
|
+
colors?: any;
|
98
|
+
}, true, {}, {}, {
|
81
99
|
P: {};
|
82
100
|
B: {};
|
83
101
|
D: {};
|
@@ -122,7 +140,18 @@ declare const _default: {
|
|
122
140
|
} & {
|
123
141
|
type: import("vue").PropType<string>;
|
124
142
|
};
|
125
|
-
|
143
|
+
class: {
|
144
|
+
type: import("vue").PropType<String | String[]>;
|
145
|
+
required: boolean;
|
146
|
+
};
|
147
|
+
colorSchemaType?: any;
|
148
|
+
container?: any;
|
149
|
+
colors?: any;
|
150
|
+
}>>, () => JSX.Element, {}, {}, {}, {
|
151
|
+
container?: any;
|
152
|
+
colorSchemaType?: any;
|
153
|
+
colors?: any;
|
154
|
+
}>;
|
126
155
|
__isFragment?: never;
|
127
156
|
__isTeleport?: never;
|
128
157
|
__isSuspense?: never;
|
@@ -164,9 +193,25 @@ declare const _default: {
|
|
164
193
|
} & {
|
165
194
|
type: import("vue").PropType<string>;
|
166
195
|
};
|
167
|
-
|
168
|
-
|
196
|
+
class: {
|
197
|
+
type: import("vue").PropType<String | String[]>;
|
198
|
+
required: boolean;
|
199
|
+
};
|
200
|
+
colorSchemaType?: any;
|
201
|
+
container?: any;
|
202
|
+
colors?: any;
|
203
|
+
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
204
|
+
container?: any;
|
205
|
+
colorSchemaType?: any;
|
206
|
+
colors?: any;
|
207
|
+
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
208
|
+
propsDefinition: Omit<Readonly<{
|
209
|
+
container?: any;
|
210
|
+
colorSchemaType?: any;
|
211
|
+
colors?: any;
|
212
|
+
} & {
|
169
213
|
text?: string;
|
214
|
+
class?: String | String[];
|
170
215
|
"v-slots"?: {
|
171
216
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
172
217
|
} & {
|
@@ -1,19 +1,86 @@
|
|
1
|
-
import {
|
1
|
+
import { IIcon } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
export interface TextFieldModel {
|
4
4
|
text: String;
|
5
5
|
}
|
6
|
+
export interface TreeViewPagingModel {
|
7
|
+
currentPaging: number;
|
8
|
+
totalPaging: number;
|
9
|
+
startPagingIndex: number;
|
10
|
+
endPagingIndex: number;
|
11
|
+
}
|
6
12
|
declare const _default: {
|
7
13
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
8
14
|
"v-slots": import("vue").Prop<{
|
9
15
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
10
16
|
} & {
|
11
|
-
|
17
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
18
|
+
itemToolTip?: (item: any) => VNodeChild;
|
12
19
|
}>;
|
20
|
+
"check-node-to-move": {
|
21
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
22
|
+
};
|
23
|
+
checkNodeToMove: {
|
24
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
25
|
+
};
|
26
|
+
"on-move-node": {
|
27
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
28
|
+
};
|
29
|
+
onMoveNode: {
|
30
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
31
|
+
};
|
32
|
+
"load-children": {
|
33
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
34
|
+
};
|
35
|
+
loadChildren: {
|
36
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
37
|
+
};
|
38
|
+
itemChildren: {
|
39
|
+
type: import("vue").PropType<string>;
|
40
|
+
required: false;
|
41
|
+
};
|
42
|
+
"item-children": {
|
43
|
+
type: import("vue").PropType<string>;
|
44
|
+
required: false;
|
45
|
+
};
|
46
|
+
itemValue: {
|
47
|
+
type: import("vue").PropType<string>;
|
48
|
+
required: false;
|
49
|
+
};
|
50
|
+
"item-value": {
|
51
|
+
type: import("vue").PropType<string>;
|
52
|
+
required: false;
|
53
|
+
};
|
54
|
+
itemIcon: {
|
55
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
56
|
+
required: false;
|
57
|
+
};
|
58
|
+
"item-icon": {
|
59
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
60
|
+
required: false;
|
61
|
+
};
|
62
|
+
itemTitle: {
|
63
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
64
|
+
required: false;
|
65
|
+
};
|
66
|
+
"item-title": {
|
67
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
68
|
+
required: false;
|
69
|
+
};
|
70
|
+
batchChildrensDisplay: {
|
71
|
+
type: import("vue").PropType<number>;
|
72
|
+
required: false;
|
73
|
+
};
|
74
|
+
"batch-childrens-display": {
|
75
|
+
type: import("vue").PropType<number>;
|
76
|
+
required: false;
|
77
|
+
};
|
13
78
|
multiple: {
|
14
79
|
type: import("vue").PropType<boolean>;
|
80
|
+
required: false;
|
15
81
|
} & {
|
16
82
|
type: import("vue").PropType<boolean>;
|
83
|
+
required: false;
|
17
84
|
};
|
18
85
|
"expand-on-selection": {
|
19
86
|
type: import("vue").PropType<boolean>;
|
@@ -22,19 +89,30 @@ declare const _default: {
|
|
22
89
|
type: import("vue").PropType<boolean>;
|
23
90
|
};
|
24
91
|
items: {
|
25
|
-
type: import("vue").PropType<
|
92
|
+
type: import("vue").PropType<any[]>;
|
26
93
|
} & {
|
27
|
-
type: import("vue").PropType<
|
94
|
+
type: import("vue").PropType<any[]>;
|
28
95
|
};
|
29
96
|
"onUpdate:modelValue": {
|
30
|
-
type: import("vue").PropType<(value:
|
97
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
31
98
|
};
|
32
99
|
"v-model": {
|
33
|
-
type: import("vue").PropType<
|
100
|
+
type: import("vue").PropType<any[]>;
|
34
101
|
required: false;
|
35
102
|
};
|
36
103
|
modelValue: {
|
37
|
-
type: import("vue").PropType<
|
104
|
+
type: import("vue").PropType<any[]>;
|
105
|
+
required: false;
|
106
|
+
};
|
107
|
+
"onUpdate:expanded": {
|
108
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
109
|
+
};
|
110
|
+
"v-model:expanded": {
|
111
|
+
type: import("vue").PropType<any[]>;
|
112
|
+
required: false;
|
113
|
+
};
|
114
|
+
expanded: {
|
115
|
+
type: import("vue").PropType<any[]>;
|
38
116
|
required: false;
|
39
117
|
};
|
40
118
|
colorSchemaType?: any;
|
@@ -48,12 +126,73 @@ declare const _default: {
|
|
48
126
|
"v-slots": import("vue").Prop<{
|
49
127
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
50
128
|
} & {
|
51
|
-
|
129
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
130
|
+
itemToolTip?: (item: any) => VNodeChild;
|
52
131
|
}>;
|
132
|
+
"check-node-to-move": {
|
133
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
134
|
+
};
|
135
|
+
checkNodeToMove: {
|
136
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
137
|
+
};
|
138
|
+
"on-move-node": {
|
139
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
140
|
+
};
|
141
|
+
onMoveNode: {
|
142
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
143
|
+
};
|
144
|
+
"load-children": {
|
145
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
146
|
+
};
|
147
|
+
loadChildren: {
|
148
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
149
|
+
};
|
150
|
+
itemChildren: {
|
151
|
+
type: import("vue").PropType<string>;
|
152
|
+
required: false;
|
153
|
+
};
|
154
|
+
"item-children": {
|
155
|
+
type: import("vue").PropType<string>;
|
156
|
+
required: false;
|
157
|
+
};
|
158
|
+
itemValue: {
|
159
|
+
type: import("vue").PropType<string>;
|
160
|
+
required: false;
|
161
|
+
};
|
162
|
+
"item-value": {
|
163
|
+
type: import("vue").PropType<string>;
|
164
|
+
required: false;
|
165
|
+
};
|
166
|
+
itemIcon: {
|
167
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
168
|
+
required: false;
|
169
|
+
};
|
170
|
+
"item-icon": {
|
171
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
172
|
+
required: false;
|
173
|
+
};
|
174
|
+
itemTitle: {
|
175
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
176
|
+
required: false;
|
177
|
+
};
|
178
|
+
"item-title": {
|
179
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
180
|
+
required: false;
|
181
|
+
};
|
182
|
+
batchChildrensDisplay: {
|
183
|
+
type: import("vue").PropType<number>;
|
184
|
+
required: false;
|
185
|
+
};
|
186
|
+
"batch-childrens-display": {
|
187
|
+
type: import("vue").PropType<number>;
|
188
|
+
required: false;
|
189
|
+
};
|
53
190
|
multiple: {
|
54
191
|
type: import("vue").PropType<boolean>;
|
192
|
+
required: false;
|
55
193
|
} & {
|
56
194
|
type: import("vue").PropType<boolean>;
|
195
|
+
required: false;
|
57
196
|
};
|
58
197
|
"expand-on-selection": {
|
59
198
|
type: import("vue").PropType<boolean>;
|
@@ -62,19 +201,30 @@ declare const _default: {
|
|
62
201
|
type: import("vue").PropType<boolean>;
|
63
202
|
};
|
64
203
|
items: {
|
65
|
-
type: import("vue").PropType<
|
204
|
+
type: import("vue").PropType<any[]>;
|
66
205
|
} & {
|
67
|
-
type: import("vue").PropType<
|
206
|
+
type: import("vue").PropType<any[]>;
|
68
207
|
};
|
69
208
|
"onUpdate:modelValue": {
|
70
|
-
type: import("vue").PropType<(value:
|
209
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
71
210
|
};
|
72
211
|
"v-model": {
|
73
|
-
type: import("vue").PropType<
|
212
|
+
type: import("vue").PropType<any[]>;
|
74
213
|
required: false;
|
75
214
|
};
|
76
215
|
modelValue: {
|
77
|
-
type: import("vue").PropType<
|
216
|
+
type: import("vue").PropType<any[]>;
|
217
|
+
required: false;
|
218
|
+
};
|
219
|
+
"onUpdate:expanded": {
|
220
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
221
|
+
};
|
222
|
+
"v-model:expanded": {
|
223
|
+
type: import("vue").PropType<any[]>;
|
224
|
+
required: false;
|
225
|
+
};
|
226
|
+
expanded: {
|
227
|
+
type: import("vue").PropType<any[]>;
|
78
228
|
required: false;
|
79
229
|
};
|
80
230
|
colorSchemaType?: any;
|
@@ -97,12 +247,73 @@ declare const _default: {
|
|
97
247
|
"v-slots": import("vue").Prop<{
|
98
248
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
99
249
|
} & {
|
100
|
-
|
250
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
251
|
+
itemToolTip?: (item: any) => VNodeChild;
|
101
252
|
}>;
|
253
|
+
"check-node-to-move": {
|
254
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
255
|
+
};
|
256
|
+
checkNodeToMove: {
|
257
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
258
|
+
};
|
259
|
+
"on-move-node": {
|
260
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
261
|
+
};
|
262
|
+
onMoveNode: {
|
263
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
264
|
+
};
|
265
|
+
"load-children": {
|
266
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
267
|
+
};
|
268
|
+
loadChildren: {
|
269
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
270
|
+
};
|
271
|
+
itemChildren: {
|
272
|
+
type: import("vue").PropType<string>;
|
273
|
+
required: false;
|
274
|
+
};
|
275
|
+
"item-children": {
|
276
|
+
type: import("vue").PropType<string>;
|
277
|
+
required: false;
|
278
|
+
};
|
279
|
+
itemValue: {
|
280
|
+
type: import("vue").PropType<string>;
|
281
|
+
required: false;
|
282
|
+
};
|
283
|
+
"item-value": {
|
284
|
+
type: import("vue").PropType<string>;
|
285
|
+
required: false;
|
286
|
+
};
|
287
|
+
itemIcon: {
|
288
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
289
|
+
required: false;
|
290
|
+
};
|
291
|
+
"item-icon": {
|
292
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
293
|
+
required: false;
|
294
|
+
};
|
295
|
+
itemTitle: {
|
296
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
297
|
+
required: false;
|
298
|
+
};
|
299
|
+
"item-title": {
|
300
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
301
|
+
required: false;
|
302
|
+
};
|
303
|
+
batchChildrensDisplay: {
|
304
|
+
type: import("vue").PropType<number>;
|
305
|
+
required: false;
|
306
|
+
};
|
307
|
+
"batch-childrens-display": {
|
308
|
+
type: import("vue").PropType<number>;
|
309
|
+
required: false;
|
310
|
+
};
|
102
311
|
multiple: {
|
103
312
|
type: import("vue").PropType<boolean>;
|
313
|
+
required: false;
|
104
314
|
} & {
|
105
315
|
type: import("vue").PropType<boolean>;
|
316
|
+
required: false;
|
106
317
|
};
|
107
318
|
"expand-on-selection": {
|
108
319
|
type: import("vue").PropType<boolean>;
|
@@ -111,19 +322,30 @@ declare const _default: {
|
|
111
322
|
type: import("vue").PropType<boolean>;
|
112
323
|
};
|
113
324
|
items: {
|
114
|
-
type: import("vue").PropType<
|
325
|
+
type: import("vue").PropType<any[]>;
|
115
326
|
} & {
|
116
|
-
type: import("vue").PropType<
|
327
|
+
type: import("vue").PropType<any[]>;
|
117
328
|
};
|
118
329
|
"onUpdate:modelValue": {
|
119
|
-
type: import("vue").PropType<(value:
|
330
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
120
331
|
};
|
121
332
|
"v-model": {
|
122
|
-
type: import("vue").PropType<
|
333
|
+
type: import("vue").PropType<any[]>;
|
123
334
|
required: false;
|
124
335
|
};
|
125
336
|
modelValue: {
|
126
|
-
type: import("vue").PropType<
|
337
|
+
type: import("vue").PropType<any[]>;
|
338
|
+
required: false;
|
339
|
+
};
|
340
|
+
"onUpdate:expanded": {
|
341
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
342
|
+
};
|
343
|
+
"v-model:expanded": {
|
344
|
+
type: import("vue").PropType<any[]>;
|
345
|
+
required: false;
|
346
|
+
};
|
347
|
+
expanded: {
|
348
|
+
type: import("vue").PropType<any[]>;
|
127
349
|
required: false;
|
128
350
|
};
|
129
351
|
colorSchemaType?: any;
|
@@ -143,12 +365,73 @@ declare const _default: {
|
|
143
365
|
"v-slots": import("vue").Prop<{
|
144
366
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
145
367
|
} & {
|
146
|
-
|
368
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
369
|
+
itemToolTip?: (item: any) => VNodeChild;
|
147
370
|
}>;
|
371
|
+
"check-node-to-move": {
|
372
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
373
|
+
};
|
374
|
+
checkNodeToMove: {
|
375
|
+
type: import("vue").PropType<(item: any) => boolean>;
|
376
|
+
};
|
377
|
+
"on-move-node": {
|
378
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
379
|
+
};
|
380
|
+
onMoveNode: {
|
381
|
+
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
382
|
+
};
|
383
|
+
"load-children": {
|
384
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
385
|
+
};
|
386
|
+
loadChildren: {
|
387
|
+
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
388
|
+
};
|
389
|
+
itemChildren: {
|
390
|
+
type: import("vue").PropType<string>;
|
391
|
+
required: false;
|
392
|
+
};
|
393
|
+
"item-children": {
|
394
|
+
type: import("vue").PropType<string>;
|
395
|
+
required: false;
|
396
|
+
};
|
397
|
+
itemValue: {
|
398
|
+
type: import("vue").PropType<string>;
|
399
|
+
required: false;
|
400
|
+
};
|
401
|
+
"item-value": {
|
402
|
+
type: import("vue").PropType<string>;
|
403
|
+
required: false;
|
404
|
+
};
|
405
|
+
itemIcon: {
|
406
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
407
|
+
required: false;
|
408
|
+
};
|
409
|
+
"item-icon": {
|
410
|
+
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
411
|
+
required: false;
|
412
|
+
};
|
413
|
+
itemTitle: {
|
414
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
415
|
+
required: false;
|
416
|
+
};
|
417
|
+
"item-title": {
|
418
|
+
type: import("vue").PropType<string | ((item: any) => string)>;
|
419
|
+
required: false;
|
420
|
+
};
|
421
|
+
batchChildrensDisplay: {
|
422
|
+
type: import("vue").PropType<number>;
|
423
|
+
required: false;
|
424
|
+
};
|
425
|
+
"batch-childrens-display": {
|
426
|
+
type: import("vue").PropType<number>;
|
427
|
+
required: false;
|
428
|
+
};
|
148
429
|
multiple: {
|
149
430
|
type: import("vue").PropType<boolean>;
|
431
|
+
required: false;
|
150
432
|
} & {
|
151
433
|
type: import("vue").PropType<boolean>;
|
434
|
+
required: false;
|
152
435
|
};
|
153
436
|
"expand-on-selection": {
|
154
437
|
type: import("vue").PropType<boolean>;
|
@@ -157,19 +440,30 @@ declare const _default: {
|
|
157
440
|
type: import("vue").PropType<boolean>;
|
158
441
|
};
|
159
442
|
items: {
|
160
|
-
type: import("vue").PropType<
|
443
|
+
type: import("vue").PropType<any[]>;
|
161
444
|
} & {
|
162
|
-
type: import("vue").PropType<
|
445
|
+
type: import("vue").PropType<any[]>;
|
163
446
|
};
|
164
447
|
"onUpdate:modelValue": {
|
165
|
-
type: import("vue").PropType<(value:
|
448
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
166
449
|
};
|
167
450
|
"v-model": {
|
168
|
-
type: import("vue").PropType<
|
451
|
+
type: import("vue").PropType<any[]>;
|
169
452
|
required: false;
|
170
453
|
};
|
171
454
|
modelValue: {
|
172
|
-
type: import("vue").PropType<
|
455
|
+
type: import("vue").PropType<any[]>;
|
456
|
+
required: false;
|
457
|
+
};
|
458
|
+
"onUpdate:expanded": {
|
459
|
+
type: import("vue").PropType<(value: any[]) => any>;
|
460
|
+
};
|
461
|
+
"v-model:expanded": {
|
462
|
+
type: import("vue").PropType<any[]>;
|
463
|
+
required: false;
|
464
|
+
};
|
465
|
+
expanded: {
|
466
|
+
type: import("vue").PropType<any[]>;
|
173
467
|
required: false;
|
174
468
|
};
|
175
469
|
colorSchemaType?: any;
|
@@ -189,18 +483,38 @@ declare const _default: {
|
|
189
483
|
colorSchemaType?: any;
|
190
484
|
colors?: any;
|
191
485
|
} & {
|
486
|
+
expanded?: any[];
|
192
487
|
multiple?: boolean;
|
193
|
-
"v-model"?:
|
194
|
-
"onUpdate:modelValue"?: (value:
|
195
|
-
modelValue?:
|
196
|
-
items?:
|
488
|
+
"v-model"?: any[];
|
489
|
+
"onUpdate:modelValue"?: (value: any[]) => any;
|
490
|
+
modelValue?: any[];
|
491
|
+
items?: any[];
|
197
492
|
"v-slots"?: {
|
198
493
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
199
494
|
} & {
|
200
|
-
|
495
|
+
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
496
|
+
itemToolTip?: (item: any) => VNodeChild;
|
201
497
|
};
|
498
|
+
itemTitle?: string | ((item: any) => string);
|
499
|
+
"item-title"?: string | ((item: any) => string);
|
500
|
+
itemValue?: string;
|
501
|
+
"item-value"?: string;
|
502
|
+
itemChildren?: string;
|
503
|
+
"onUpdate:expanded"?: (value: any[]) => any;
|
504
|
+
"v-model:expanded"?: any[];
|
202
505
|
expandOnSelection?: boolean;
|
203
506
|
"expand-on-selection"?: boolean;
|
507
|
+
batchChildrensDisplay?: number;
|
508
|
+
"batch-childrens-display"?: number;
|
509
|
+
itemIcon?: string | ((item: any) => IIcon);
|
510
|
+
"item-icon"?: string | ((item: any) => IIcon);
|
511
|
+
"item-children"?: string;
|
512
|
+
loadChildren?: (selectedNode: any) => void | Promise<void>;
|
513
|
+
"load-children"?: (selectedNode: any) => void | Promise<void>;
|
514
|
+
onMoveNode?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
|
515
|
+
"on-move-node"?: (item: any, currentPosition: number, newPosition: number) => void | Promise<void>;
|
516
|
+
checkNodeToMove?: (item: any) => boolean;
|
517
|
+
"check-node-to-move"?: (item: any) => boolean;
|
204
518
|
}>, "onUpdate:active"> & {
|
205
519
|
"onUpdate:active"?: (items: any[]) => any;
|
206
520
|
};
|
@@ -1,17 +1,44 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
import
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
enterpriseGlossaryMappingId: EnterpriseGlossaryMappingId;
|
9
|
-
onMappingChanged(): void;
|
10
|
-
private enterpriseGlossaryMapping;
|
11
|
-
mounted(): void;
|
12
|
-
created(): void;
|
13
|
-
init(): void;
|
14
|
-
render(): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
enterpriseGlossaryMappingId: {
|
4
|
+
type: import("vue").PropType<import("@omnia/fx-models").GuidValue>;
|
5
|
+
required: true;
|
6
|
+
};
|
7
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
15
8
|
[key: string]: any;
|
16
|
-
}
|
17
|
-
|
9
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
enterpriseGlossaryMappingId: {
|
11
|
+
type: import("vue").PropType<import("@omnia/fx-models").GuidValue>;
|
12
|
+
required: true;
|
13
|
+
};
|
14
|
+
}>>, {}, true, {}, {}, {
|
15
|
+
P: {};
|
16
|
+
B: {};
|
17
|
+
D: {};
|
18
|
+
C: {};
|
19
|
+
M: {};
|
20
|
+
Defaults: {};
|
21
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
22
|
+
enterpriseGlossaryMappingId: {
|
23
|
+
type: import("vue").PropType<import("@omnia/fx-models").GuidValue>;
|
24
|
+
required: true;
|
25
|
+
};
|
26
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>, {}, {}, {}, {}>;
|
29
|
+
__isFragment?: never;
|
30
|
+
__isTeleport?: never;
|
31
|
+
__isSuspense?: never;
|
32
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
33
|
+
enterpriseGlossaryMappingId: {
|
34
|
+
type: import("vue").PropType<import("@omnia/fx-models").GuidValue>;
|
35
|
+
required: true;
|
36
|
+
};
|
37
|
+
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
40
|
+
propsDefinition: Omit<Readonly<{
|
41
|
+
enterpriseGlossaryMappingId: import("@omnia/fx-models").GuidValue;
|
42
|
+
} & {}>, never>;
|
43
|
+
};
|
44
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./theme";
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import * as stylex from "@stylexjs/stylex";
|
2
|
+
export declare const tokens: stylex.VarGroup<Readonly<{
|
3
|
+
primaryText: string;
|
4
|
+
secondaryText: string;
|
5
|
+
accent: string;
|
6
|
+
background: string;
|
7
|
+
lineColor: string;
|
8
|
+
borderRadius: string;
|
9
|
+
fontFamily: string;
|
10
|
+
fontSize: string;
|
11
|
+
}>, symbol>;
|
@@ -235,7 +235,6 @@ import wc94cf71a5a68d4b86aea325d400df2bd2 from './ux/oxide/textfield/TextField';
|
|
235
235
|
import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
|
236
236
|
import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
|
237
237
|
import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
|
238
|
-
import wc8c432da2228d4893816c81c49a40ddd4 from './ux/oxide/treeview/Treeview2';
|
239
238
|
import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
|
240
239
|
import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
|
241
240
|
import wcab2cfe16632d45b5bab39e05612982a3 from './ux/properties/block/PropertyBlockSettings';
|
@@ -361,6 +360,7 @@ import wc68628381bcdb41f6b0beb64d7ce94052 from './ux/layoutcanvas/editor/setting
|
|
361
360
|
import wc48ff129f9a254eec9276b47f0c0f8b3e from './ux/layoutcanvas/editor/settings/section/Header';
|
362
361
|
import wc2a460a78bf504a2b9d00b1f86a347d46 from './ux/layoutcanvas/editor/settings/settingstabs/TabLayoutSettings';
|
363
362
|
import wc5b6b6242356046c29e05c24fb2135bf0 from './ux/layoutcanvas/editor/settings/settingstabs/TabBlockSettings';
|
363
|
+
import wc0f5cb3a8175d418c8527d1852cb28782 from './ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent';
|
364
364
|
import wcd90e0352809742c482bdda733dc8872a from './ux/theming-v2/admin/blades/colorschemas/ColorSchemasJourney';
|
365
365
|
import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/theming-v2/admin/blades/themes/ThemesJourney';
|
366
366
|
import wc1476702e8f24468d9185322be5931c54 from './ux/app/management/tabs/shared/addbutton/AddButton';
|
@@ -1096,9 +1096,6 @@ declare global {
|
|
1096
1096
|
"o-treeview": typeof wcc617a9d7e25249929c41becb55905973 extends {
|
1097
1097
|
propsDefinition: infer TProp;
|
1098
1098
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcc617a9d7e25249929c41becb55905973 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcc617a9d7e25249929c41becb55905973>, "propsDefinition">> : never;
|
1099
|
-
"o-treeview-v2": typeof wc8c432da2228d4893816c81c49a40ddd4 extends {
|
1100
|
-
propsDefinition: infer TProp;
|
1101
|
-
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc8c432da2228d4893816c81c49a40ddd4 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc8c432da2228d4893816c81c49a40ddd4>, "propsDefinition">> : never;
|
1102
1099
|
"o-validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends {
|
1103
1100
|
propsDefinition: infer TProp;
|
1104
1101
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc1e7fa637f4914cbeb9ceb6d577fec150>, "propsDefinition">> : never;
|
@@ -1474,6 +1471,9 @@ declare global {
|
|
1474
1471
|
"omfx-layout-tab-block-settings": typeof wc5b6b6242356046c29e05c24fb2135bf0 extends {
|
1475
1472
|
propsDefinition: infer TProp;
|
1476
1473
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc5b6b6242356046c29e05c24fb2135bf0 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc5b6b6242356046c29e05c24fb2135bf0>, "propsDefinition">> : never;
|
1474
|
+
"omfx-enterprise-glossary-link": typeof wc0f5cb3a8175d418c8527d1852cb28782 extends {
|
1475
|
+
propsDefinition: infer TProp;
|
1476
|
+
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wc0f5cb3a8175d418c8527d1852cb28782 extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wc0f5cb3a8175d418c8527d1852cb28782>, "propsDefinition">> : never;
|
1477
1477
|
"omnia-workplace-color-schemas-journey": typeof wcd90e0352809742c482bdda733dc8872a extends {
|
1478
1478
|
propsDefinition: infer TProp;
|
1479
1479
|
} ? (TProp & Omit<VueComponentBaseProps, keyof TProp>) : typeof wcd90e0352809742c482bdda733dc8872a extends (...args: any[]) => any ? ExtractJsxProps<Pick<ReturnType<typeof wcd90e0352809742c482bdda733dc8872a>, "propsDefinition">> : never;
|
@@ -3205,6 +3205,15 @@ declare global {
|
|
3205
3205
|
} : typeof wc22666b255eb64f378edf70d5e9859216;
|
3206
3206
|
};
|
3207
3207
|
};
|
3208
|
+
"glossary": {
|
3209
|
+
"link": typeof wc0f5cb3a8175d418c8527d1852cb28782 extends {
|
3210
|
+
propsDefinition: infer TProp;
|
3211
|
+
} ? {
|
3212
|
+
new (...args: any[]): {
|
3213
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3214
|
+
};
|
3215
|
+
} : typeof wc0f5cb3a8175d418c8527d1852cb28782;
|
3216
|
+
};
|
3208
3217
|
};
|
3209
3218
|
"hub": {
|
3210
3219
|
"chat": typeof wcc587659a68194582be3c393240709785 extends {
|
@@ -3510,17 +3519,6 @@ declare global {
|
|
3510
3519
|
} : typeof wc8c48b06bb9aa40699a8291b6e2c9780f;
|
3511
3520
|
};
|
3512
3521
|
};
|
3513
|
-
"o": {
|
3514
|
-
"treeview": {
|
3515
|
-
"v2": typeof wc8c432da2228d4893816c81c49a40ddd4 extends {
|
3516
|
-
propsDefinition: infer TProp;
|
3517
|
-
} ? {
|
3518
|
-
new (...args: any[]): {
|
3519
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3520
|
-
};
|
3521
|
-
} : typeof wc8c432da2228d4893816c81c49a40ddd4;
|
3522
|
-
};
|
3523
|
-
};
|
3524
3522
|
"emoticon": typeof wc58330f37503947799af05363e58bda3c extends {
|
3525
3523
|
propsDefinition: infer TProp;
|
3526
3524
|
} ? {
|
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.91-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.91-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
@@ -1,496 +0,0 @@
|
|
1
|
-
import { IIcon } from "@omnia/fx-models";
|
2
|
-
import { VNodeChild } from "vue";
|
3
|
-
export interface TextFieldModel {
|
4
|
-
text: String;
|
5
|
-
}
|
6
|
-
export interface TreeViewPagingModel {
|
7
|
-
currentPaging: number;
|
8
|
-
totalPaging: number;
|
9
|
-
startPagingIndex: number;
|
10
|
-
endPagingIndex: number;
|
11
|
-
}
|
12
|
-
declare const _default: {
|
13
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
14
|
-
"v-slots": import("vue").Prop<{
|
15
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
16
|
-
} & {
|
17
|
-
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
18
|
-
itemToolTip?: (item: any) => VNodeChild;
|
19
|
-
}>;
|
20
|
-
"check-node-to-move": {
|
21
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
22
|
-
};
|
23
|
-
checkNodeToMove: {
|
24
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
25
|
-
};
|
26
|
-
"on-move-node": {
|
27
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
28
|
-
};
|
29
|
-
onMoveNode: {
|
30
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
31
|
-
};
|
32
|
-
"load-children": {
|
33
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
34
|
-
};
|
35
|
-
loadChildren: {
|
36
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
37
|
-
};
|
38
|
-
itemChildren: {
|
39
|
-
type: import("vue").PropType<string>;
|
40
|
-
required: false;
|
41
|
-
};
|
42
|
-
"item-children": {
|
43
|
-
type: import("vue").PropType<string>;
|
44
|
-
required: false;
|
45
|
-
};
|
46
|
-
itemValue: {
|
47
|
-
type: import("vue").PropType<string>;
|
48
|
-
required: false;
|
49
|
-
};
|
50
|
-
"item-value": {
|
51
|
-
type: import("vue").PropType<string>;
|
52
|
-
required: false;
|
53
|
-
};
|
54
|
-
itemIcon: {
|
55
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
56
|
-
required: false;
|
57
|
-
};
|
58
|
-
"item-icon": {
|
59
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
60
|
-
required: false;
|
61
|
-
};
|
62
|
-
itemTitle: {
|
63
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
64
|
-
required: false;
|
65
|
-
};
|
66
|
-
"item-title": {
|
67
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
68
|
-
required: false;
|
69
|
-
};
|
70
|
-
batchChildrensDisplay: {
|
71
|
-
type: import("vue").PropType<number>;
|
72
|
-
required: false;
|
73
|
-
};
|
74
|
-
"batch-childrens-display": {
|
75
|
-
type: import("vue").PropType<number>;
|
76
|
-
required: false;
|
77
|
-
};
|
78
|
-
multiple: {
|
79
|
-
type: import("vue").PropType<boolean>;
|
80
|
-
required: false;
|
81
|
-
} & {
|
82
|
-
type: import("vue").PropType<boolean>;
|
83
|
-
required: false;
|
84
|
-
};
|
85
|
-
items: {
|
86
|
-
type: import("vue").PropType<any[]>;
|
87
|
-
} & {
|
88
|
-
type: import("vue").PropType<any[]>;
|
89
|
-
};
|
90
|
-
"onUpdate:modelValue": {
|
91
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
92
|
-
};
|
93
|
-
"v-model": {
|
94
|
-
type: import("vue").PropType<any[]>;
|
95
|
-
required: false;
|
96
|
-
};
|
97
|
-
modelValue: {
|
98
|
-
type: import("vue").PropType<any[]>;
|
99
|
-
required: false;
|
100
|
-
};
|
101
|
-
"onUpdate:expanded": {
|
102
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
103
|
-
};
|
104
|
-
"v-model:expanded": {
|
105
|
-
type: import("vue").PropType<any[]>;
|
106
|
-
required: false;
|
107
|
-
};
|
108
|
-
expanded: {
|
109
|
-
type: import("vue").PropType<any[]>;
|
110
|
-
required: false;
|
111
|
-
};
|
112
|
-
colorSchemaType?: any;
|
113
|
-
container?: any;
|
114
|
-
colors?: any;
|
115
|
-
}>> & {
|
116
|
-
"onUpdate:active"?: (items: any[]) => any;
|
117
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
118
|
-
"update:active": (items: Array<any>) => true;
|
119
|
-
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
120
|
-
"v-slots": import("vue").Prop<{
|
121
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
122
|
-
} & {
|
123
|
-
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
124
|
-
itemToolTip?: (item: any) => VNodeChild;
|
125
|
-
}>;
|
126
|
-
"check-node-to-move": {
|
127
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
128
|
-
};
|
129
|
-
checkNodeToMove: {
|
130
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
131
|
-
};
|
132
|
-
"on-move-node": {
|
133
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
134
|
-
};
|
135
|
-
onMoveNode: {
|
136
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
137
|
-
};
|
138
|
-
"load-children": {
|
139
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
140
|
-
};
|
141
|
-
loadChildren: {
|
142
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
143
|
-
};
|
144
|
-
itemChildren: {
|
145
|
-
type: import("vue").PropType<string>;
|
146
|
-
required: false;
|
147
|
-
};
|
148
|
-
"item-children": {
|
149
|
-
type: import("vue").PropType<string>;
|
150
|
-
required: false;
|
151
|
-
};
|
152
|
-
itemValue: {
|
153
|
-
type: import("vue").PropType<string>;
|
154
|
-
required: false;
|
155
|
-
};
|
156
|
-
"item-value": {
|
157
|
-
type: import("vue").PropType<string>;
|
158
|
-
required: false;
|
159
|
-
};
|
160
|
-
itemIcon: {
|
161
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
162
|
-
required: false;
|
163
|
-
};
|
164
|
-
"item-icon": {
|
165
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
166
|
-
required: false;
|
167
|
-
};
|
168
|
-
itemTitle: {
|
169
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
170
|
-
required: false;
|
171
|
-
};
|
172
|
-
"item-title": {
|
173
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
174
|
-
required: false;
|
175
|
-
};
|
176
|
-
batchChildrensDisplay: {
|
177
|
-
type: import("vue").PropType<number>;
|
178
|
-
required: false;
|
179
|
-
};
|
180
|
-
"batch-childrens-display": {
|
181
|
-
type: import("vue").PropType<number>;
|
182
|
-
required: false;
|
183
|
-
};
|
184
|
-
multiple: {
|
185
|
-
type: import("vue").PropType<boolean>;
|
186
|
-
required: false;
|
187
|
-
} & {
|
188
|
-
type: import("vue").PropType<boolean>;
|
189
|
-
required: false;
|
190
|
-
};
|
191
|
-
items: {
|
192
|
-
type: import("vue").PropType<any[]>;
|
193
|
-
} & {
|
194
|
-
type: import("vue").PropType<any[]>;
|
195
|
-
};
|
196
|
-
"onUpdate:modelValue": {
|
197
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
198
|
-
};
|
199
|
-
"v-model": {
|
200
|
-
type: import("vue").PropType<any[]>;
|
201
|
-
required: false;
|
202
|
-
};
|
203
|
-
modelValue: {
|
204
|
-
type: import("vue").PropType<any[]>;
|
205
|
-
required: false;
|
206
|
-
};
|
207
|
-
"onUpdate:expanded": {
|
208
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
209
|
-
};
|
210
|
-
"v-model:expanded": {
|
211
|
-
type: import("vue").PropType<any[]>;
|
212
|
-
required: false;
|
213
|
-
};
|
214
|
-
expanded: {
|
215
|
-
type: import("vue").PropType<any[]>;
|
216
|
-
required: false;
|
217
|
-
};
|
218
|
-
colorSchemaType?: any;
|
219
|
-
container?: any;
|
220
|
-
colors?: any;
|
221
|
-
}>> & {
|
222
|
-
"onUpdate:active"?: (items: any[]) => any;
|
223
|
-
}, {
|
224
|
-
container?: any;
|
225
|
-
colorSchemaType?: any;
|
226
|
-
colors?: any;
|
227
|
-
}, true, {}, {}, {
|
228
|
-
P: {};
|
229
|
-
B: {};
|
230
|
-
D: {};
|
231
|
-
C: {};
|
232
|
-
M: {};
|
233
|
-
Defaults: {};
|
234
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
235
|
-
"v-slots": import("vue").Prop<{
|
236
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
237
|
-
} & {
|
238
|
-
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
239
|
-
itemToolTip?: (item: any) => VNodeChild;
|
240
|
-
}>;
|
241
|
-
"check-node-to-move": {
|
242
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
243
|
-
};
|
244
|
-
checkNodeToMove: {
|
245
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
246
|
-
};
|
247
|
-
"on-move-node": {
|
248
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
249
|
-
};
|
250
|
-
onMoveNode: {
|
251
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
252
|
-
};
|
253
|
-
"load-children": {
|
254
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
255
|
-
};
|
256
|
-
loadChildren: {
|
257
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
258
|
-
};
|
259
|
-
itemChildren: {
|
260
|
-
type: import("vue").PropType<string>;
|
261
|
-
required: false;
|
262
|
-
};
|
263
|
-
"item-children": {
|
264
|
-
type: import("vue").PropType<string>;
|
265
|
-
required: false;
|
266
|
-
};
|
267
|
-
itemValue: {
|
268
|
-
type: import("vue").PropType<string>;
|
269
|
-
required: false;
|
270
|
-
};
|
271
|
-
"item-value": {
|
272
|
-
type: import("vue").PropType<string>;
|
273
|
-
required: false;
|
274
|
-
};
|
275
|
-
itemIcon: {
|
276
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
277
|
-
required: false;
|
278
|
-
};
|
279
|
-
"item-icon": {
|
280
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
281
|
-
required: false;
|
282
|
-
};
|
283
|
-
itemTitle: {
|
284
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
285
|
-
required: false;
|
286
|
-
};
|
287
|
-
"item-title": {
|
288
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
289
|
-
required: false;
|
290
|
-
};
|
291
|
-
batchChildrensDisplay: {
|
292
|
-
type: import("vue").PropType<number>;
|
293
|
-
required: false;
|
294
|
-
};
|
295
|
-
"batch-childrens-display": {
|
296
|
-
type: import("vue").PropType<number>;
|
297
|
-
required: false;
|
298
|
-
};
|
299
|
-
multiple: {
|
300
|
-
type: import("vue").PropType<boolean>;
|
301
|
-
required: false;
|
302
|
-
} & {
|
303
|
-
type: import("vue").PropType<boolean>;
|
304
|
-
required: false;
|
305
|
-
};
|
306
|
-
items: {
|
307
|
-
type: import("vue").PropType<any[]>;
|
308
|
-
} & {
|
309
|
-
type: import("vue").PropType<any[]>;
|
310
|
-
};
|
311
|
-
"onUpdate:modelValue": {
|
312
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
313
|
-
};
|
314
|
-
"v-model": {
|
315
|
-
type: import("vue").PropType<any[]>;
|
316
|
-
required: false;
|
317
|
-
};
|
318
|
-
modelValue: {
|
319
|
-
type: import("vue").PropType<any[]>;
|
320
|
-
required: false;
|
321
|
-
};
|
322
|
-
"onUpdate:expanded": {
|
323
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
324
|
-
};
|
325
|
-
"v-model:expanded": {
|
326
|
-
type: import("vue").PropType<any[]>;
|
327
|
-
required: false;
|
328
|
-
};
|
329
|
-
expanded: {
|
330
|
-
type: import("vue").PropType<any[]>;
|
331
|
-
required: false;
|
332
|
-
};
|
333
|
-
colorSchemaType?: any;
|
334
|
-
container?: any;
|
335
|
-
colors?: any;
|
336
|
-
}>> & {
|
337
|
-
"onUpdate:active"?: (items: any[]) => any;
|
338
|
-
}, () => JSX.Element, {}, {}, {}, {
|
339
|
-
container?: any;
|
340
|
-
colorSchemaType?: any;
|
341
|
-
colors?: any;
|
342
|
-
}>;
|
343
|
-
__isFragment?: never;
|
344
|
-
__isTeleport?: never;
|
345
|
-
__isSuspense?: never;
|
346
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
347
|
-
"v-slots": import("vue").Prop<{
|
348
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
349
|
-
} & {
|
350
|
-
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
351
|
-
itemToolTip?: (item: any) => VNodeChild;
|
352
|
-
}>;
|
353
|
-
"check-node-to-move": {
|
354
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
355
|
-
};
|
356
|
-
checkNodeToMove: {
|
357
|
-
type: import("vue").PropType<(item: any) => boolean>;
|
358
|
-
};
|
359
|
-
"on-move-node": {
|
360
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
361
|
-
};
|
362
|
-
onMoveNode: {
|
363
|
-
type: import("vue").PropType<(item: any, currentPosition: number, newPosition: number) => void | Promise<void>>;
|
364
|
-
};
|
365
|
-
"load-children": {
|
366
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
367
|
-
};
|
368
|
-
loadChildren: {
|
369
|
-
type: import("vue").PropType<(selectedNode: any) => void | Promise<void>>;
|
370
|
-
};
|
371
|
-
itemChildren: {
|
372
|
-
type: import("vue").PropType<string>;
|
373
|
-
required: false;
|
374
|
-
};
|
375
|
-
"item-children": {
|
376
|
-
type: import("vue").PropType<string>;
|
377
|
-
required: false;
|
378
|
-
};
|
379
|
-
itemValue: {
|
380
|
-
type: import("vue").PropType<string>;
|
381
|
-
required: false;
|
382
|
-
};
|
383
|
-
"item-value": {
|
384
|
-
type: import("vue").PropType<string>;
|
385
|
-
required: false;
|
386
|
-
};
|
387
|
-
itemIcon: {
|
388
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
389
|
-
required: false;
|
390
|
-
};
|
391
|
-
"item-icon": {
|
392
|
-
type: import("vue").PropType<string | ((item: any) => IIcon)>;
|
393
|
-
required: false;
|
394
|
-
};
|
395
|
-
itemTitle: {
|
396
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
397
|
-
required: false;
|
398
|
-
};
|
399
|
-
"item-title": {
|
400
|
-
type: import("vue").PropType<string | ((item: any) => string)>;
|
401
|
-
required: false;
|
402
|
-
};
|
403
|
-
batchChildrensDisplay: {
|
404
|
-
type: import("vue").PropType<number>;
|
405
|
-
required: false;
|
406
|
-
};
|
407
|
-
"batch-childrens-display": {
|
408
|
-
type: import("vue").PropType<number>;
|
409
|
-
required: false;
|
410
|
-
};
|
411
|
-
multiple: {
|
412
|
-
type: import("vue").PropType<boolean>;
|
413
|
-
required: false;
|
414
|
-
} & {
|
415
|
-
type: import("vue").PropType<boolean>;
|
416
|
-
required: false;
|
417
|
-
};
|
418
|
-
items: {
|
419
|
-
type: import("vue").PropType<any[]>;
|
420
|
-
} & {
|
421
|
-
type: import("vue").PropType<any[]>;
|
422
|
-
};
|
423
|
-
"onUpdate:modelValue": {
|
424
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
425
|
-
};
|
426
|
-
"v-model": {
|
427
|
-
type: import("vue").PropType<any[]>;
|
428
|
-
required: false;
|
429
|
-
};
|
430
|
-
modelValue: {
|
431
|
-
type: import("vue").PropType<any[]>;
|
432
|
-
required: false;
|
433
|
-
};
|
434
|
-
"onUpdate:expanded": {
|
435
|
-
type: import("vue").PropType<(value: any[]) => any>;
|
436
|
-
};
|
437
|
-
"v-model:expanded": {
|
438
|
-
type: import("vue").PropType<any[]>;
|
439
|
-
required: false;
|
440
|
-
};
|
441
|
-
expanded: {
|
442
|
-
type: import("vue").PropType<any[]>;
|
443
|
-
required: false;
|
444
|
-
};
|
445
|
-
colorSchemaType?: any;
|
446
|
-
container?: any;
|
447
|
-
colors?: any;
|
448
|
-
}>> & {
|
449
|
-
"onUpdate:active"?: (items: any[]) => any;
|
450
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
451
|
-
"update:active": (items: Array<any>) => true;
|
452
|
-
}, string, {
|
453
|
-
container?: any;
|
454
|
-
colorSchemaType?: any;
|
455
|
-
colors?: any;
|
456
|
-
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
457
|
-
propsDefinition: Omit<Readonly<{
|
458
|
-
container?: any;
|
459
|
-
colorSchemaType?: any;
|
460
|
-
colors?: any;
|
461
|
-
} & {
|
462
|
-
expanded?: any[];
|
463
|
-
multiple?: boolean;
|
464
|
-
"v-model"?: any[];
|
465
|
-
"onUpdate:modelValue"?: (value: any[]) => any;
|
466
|
-
modelValue?: any[];
|
467
|
-
items?: any[];
|
468
|
-
"v-slots"?: {
|
469
|
-
default?: import("../../DefineVueTypings").Slot<any[]>;
|
470
|
-
} & {
|
471
|
-
appendInnerItem?: (item: any, index: Number) => VNodeChild;
|
472
|
-
itemToolTip?: (item: any) => VNodeChild;
|
473
|
-
};
|
474
|
-
itemTitle?: string | ((item: any) => string);
|
475
|
-
"item-title"?: string | ((item: any) => string);
|
476
|
-
itemValue?: string;
|
477
|
-
"item-value"?: string;
|
478
|
-
itemChildren?: string;
|
479
|
-
"onUpdate:expanded"?: (value: any[]) => any;
|
480
|
-
"v-model:expanded"?: any[];
|
481
|
-
batchChildrensDisplay?: number;
|
482
|
-
"batch-childrens-display"?: number;
|
483
|
-
itemIcon?: string | ((item: any) => IIcon);
|
484
|
-
"item-icon"?: string | ((item: any) => IIcon);
|
485
|
-
"item-children"?: string;
|
486
|
-
loadChildren?: (selectedNode: any) => void | Promise<void>;
|
487
|
-
"load-children"?: (selectedNode: any) => void | Promise<void>;
|
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
|
-
}>, "onUpdate:active"> & {
|
493
|
-
"onUpdate:active"?: (items: any[]) => any;
|
494
|
-
};
|
495
|
-
};
|
496
|
-
export default _default;
|