@omnia/fx 8.0.150-dev → 8.0.151-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/Exposes.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +47 -21
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +9 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +11 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/velcron/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/stores/index.d.ts +1 -0
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/{aurora/store → velcron/stores}/VelcronDefinitionStore.d.ts +0 -0
@@ -158,9 +158,9 @@ declare const _default: {
|
|
158
158
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
159
159
|
propsDefinition: Omit<Readonly<{} & {
|
160
160
|
content?: JSX.Element;
|
161
|
+
next?: (appInstance: AppInstance) => Promise<void>;
|
161
162
|
onSave?: (appInstance: AppInstance) => Promise<void>;
|
162
163
|
"on-save"?: (appInstance: AppInstance) => Promise<void>;
|
163
|
-
next?: (appInstance: AppInstance) => Promise<void>;
|
164
164
|
appInstance?: AppInstance;
|
165
165
|
"app-instance"?: AppInstance;
|
166
166
|
lastStep?: boolean;
|
@@ -2,7 +2,6 @@ export * from "./ColorManager";
|
|
2
2
|
export * from "./ThemeStoreV2";
|
3
3
|
export * from "./ColorSchemaStore";
|
4
4
|
export * from "./ThemeContextStore";
|
5
|
-
export * from "./VelcronDefinitionStore";
|
6
5
|
export * from "./SpacingBlueprintStore";
|
7
6
|
export * from "./ChromeBlueprintStore";
|
8
7
|
export * from "./TypographyBlueprintStore";
|
@@ -615,10 +615,10 @@ declare const JourneyBladeComponent: {
|
|
615
615
|
variant?: "info" | "preview" | "read-only" | "edit" | "new";
|
616
616
|
subTitle?: string;
|
617
617
|
"sub-title"?: string;
|
618
|
-
|
618
|
+
create?: boolean;
|
619
619
|
ok?: boolean;
|
620
|
+
loading?: boolean;
|
620
621
|
searchable?: boolean;
|
621
|
-
create?: boolean;
|
622
622
|
onOk?: () => boolean | Promise<boolean>;
|
623
623
|
"on-ok"?: () => boolean | Promise<boolean>;
|
624
624
|
onRemove?: () => boolean | Promise<boolean>;
|
@@ -82,9 +82,9 @@ declare const _default: {
|
|
82
82
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
83
83
|
};
|
84
84
|
preset: {
|
85
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
85
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
86
86
|
} & {
|
87
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
87
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
88
88
|
};
|
89
89
|
overrides: {
|
90
90
|
type: import("vue").PropType<object>;
|
@@ -204,9 +204,9 @@ declare const _default: {
|
|
204
204
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
205
205
|
};
|
206
206
|
preset: {
|
207
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
207
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
208
208
|
} & {
|
209
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
209
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
210
210
|
};
|
211
211
|
overrides: {
|
212
212
|
type: import("vue").PropType<object>;
|
@@ -337,9 +337,9 @@ declare const _default: {
|
|
337
337
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
338
338
|
};
|
339
339
|
preset: {
|
340
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
340
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
341
341
|
} & {
|
342
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
342
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
343
343
|
};
|
344
344
|
overrides: {
|
345
345
|
type: import("vue").PropType<object>;
|
@@ -467,9 +467,9 @@ declare const _default: {
|
|
467
467
|
type: import("vue").PropType<ButtonTooltipOptions>;
|
468
468
|
};
|
469
469
|
preset: {
|
470
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
470
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
471
471
|
} & {
|
472
|
-
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
472
|
+
type: import("vue").PropType<"cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request">;
|
473
473
|
};
|
474
474
|
overrides: {
|
475
475
|
type: import("vue").PropType<object>;
|
@@ -535,7 +535,7 @@ declare const _default: {
|
|
535
535
|
grouped?: boolean;
|
536
536
|
loading?: boolean;
|
537
537
|
overrides?: object;
|
538
|
-
preset?: "cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "
|
538
|
+
preset?: "cancel" | "close" | "select" | "delete" | "details" | "settings" | "save" | "remove" | "retry" | "create" | "ok" | "icon-add" | "icon-comment" | "icon-delete" | "icon-edit" | "icon-drag-handle" | "icon-copy" | "icon-code" | "icon-close" | "icon-back" | "icon-more" | "icon-navigate" | "icon-preview" | "icon-settings" | "load-more" | "approve" | "copy-to-clipboard" | "next" | "previous" | "view-more" | "send-request";
|
539
539
|
transparentHover?: boolean;
|
540
540
|
"transparent-hover"?: boolean;
|
541
541
|
stacked?: boolean;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { Func, IIcon } from "@omnia/fx/models";
|
1
|
+
import { Func, Future, IIcon, ODialogBuiltinButtons, ODialogButtonInstance } from "@omnia/fx/models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
3
|
export * from "./Dialog.css";
|
4
4
|
type SlotNavigationType = (apis: {
|
@@ -7,12 +7,18 @@ type SlotNavigationType = (apis: {
|
|
7
7
|
}) => VNodeChild;
|
8
8
|
declare const _default: {
|
9
9
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
"can-close": {
|
11
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
12
|
+
};
|
13
|
+
canClose: {
|
14
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
15
|
+
};
|
10
16
|
contentWrapperClass: {
|
11
17
|
type: import("vue").PropType<string>;
|
12
18
|
required: false;
|
13
19
|
};
|
14
20
|
"content-wrapper-class": {
|
15
|
-
type: import("vue").PropType<string>;
|
21
|
+
type: import("vue").PropType<string>;
|
16
22
|
required: false;
|
17
23
|
};
|
18
24
|
"horizontal-scroll": {
|
@@ -32,18 +38,18 @@ declare const _default: {
|
|
32
38
|
required: false;
|
33
39
|
};
|
34
40
|
"content-height": {
|
35
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
41
|
+
type: import("vue").PropType<"dynamic" | "static">;
|
36
42
|
required: false;
|
37
43
|
};
|
38
44
|
variant: {
|
39
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
45
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
40
46
|
required: false;
|
41
47
|
} & {
|
42
48
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
43
49
|
required: false;
|
44
50
|
};
|
45
51
|
size: {
|
46
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
52
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
47
53
|
required: false;
|
48
54
|
} & {
|
49
55
|
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
@@ -88,7 +94,7 @@ declare const _default: {
|
|
88
94
|
header?: Func<[VNodeChild]>;
|
89
95
|
}>;
|
90
96
|
persistent: {
|
91
|
-
type: import("vue").PropType<boolean>;
|
97
|
+
type: import("vue").PropType<boolean>;
|
92
98
|
required: false;
|
93
99
|
} & {
|
94
100
|
type: import("vue").PropType<boolean>;
|
@@ -123,12 +129,18 @@ declare const _default: {
|
|
123
129
|
"click:cancel": () => true;
|
124
130
|
"click:confirm": () => true;
|
125
131
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
132
|
+
"can-close": {
|
133
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
134
|
+
};
|
135
|
+
canClose: {
|
136
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
137
|
+
};
|
126
138
|
contentWrapperClass: {
|
127
139
|
type: import("vue").PropType<string>;
|
128
140
|
required: false;
|
129
141
|
};
|
130
142
|
"content-wrapper-class": {
|
131
|
-
type: import("vue").PropType<string>;
|
143
|
+
type: import("vue").PropType<string>;
|
132
144
|
required: false;
|
133
145
|
};
|
134
146
|
"horizontal-scroll": {
|
@@ -148,18 +160,18 @@ declare const _default: {
|
|
148
160
|
required: false;
|
149
161
|
};
|
150
162
|
"content-height": {
|
151
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
163
|
+
type: import("vue").PropType<"dynamic" | "static">;
|
152
164
|
required: false;
|
153
165
|
};
|
154
166
|
variant: {
|
155
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
167
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
156
168
|
required: false;
|
157
169
|
} & {
|
158
170
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
159
171
|
required: false;
|
160
172
|
};
|
161
173
|
size: {
|
162
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
174
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
163
175
|
required: false;
|
164
176
|
} & {
|
165
177
|
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
@@ -204,7 +216,7 @@ declare const _default: {
|
|
204
216
|
header?: Func<[VNodeChild]>;
|
205
217
|
}>;
|
206
218
|
persistent: {
|
207
|
-
type: import("vue").PropType<boolean>;
|
219
|
+
type: import("vue").PropType<boolean>;
|
208
220
|
required: false;
|
209
221
|
} & {
|
210
222
|
type: import("vue").PropType<boolean>;
|
@@ -245,12 +257,18 @@ declare const _default: {
|
|
245
257
|
M: {};
|
246
258
|
Defaults: {};
|
247
259
|
}, Readonly<import("vue").ExtractPropTypes<{
|
260
|
+
"can-close": {
|
261
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
262
|
+
};
|
263
|
+
canClose: {
|
264
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
265
|
+
};
|
248
266
|
contentWrapperClass: {
|
249
267
|
type: import("vue").PropType<string>;
|
250
268
|
required: false;
|
251
269
|
};
|
252
270
|
"content-wrapper-class": {
|
253
|
-
type: import("vue").PropType<string>;
|
271
|
+
type: import("vue").PropType<string>;
|
254
272
|
required: false;
|
255
273
|
};
|
256
274
|
"horizontal-scroll": {
|
@@ -270,18 +288,18 @@ declare const _default: {
|
|
270
288
|
required: false;
|
271
289
|
};
|
272
290
|
"content-height": {
|
273
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
291
|
+
type: import("vue").PropType<"dynamic" | "static">;
|
274
292
|
required: false;
|
275
293
|
};
|
276
294
|
variant: {
|
277
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
295
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
278
296
|
required: false;
|
279
297
|
} & {
|
280
298
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
281
299
|
required: false;
|
282
300
|
};
|
283
301
|
size: {
|
284
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
302
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
285
303
|
required: false;
|
286
304
|
} & {
|
287
305
|
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
@@ -326,7 +344,7 @@ declare const _default: {
|
|
326
344
|
header?: Func<[VNodeChild]>;
|
327
345
|
}>;
|
328
346
|
persistent: {
|
329
|
-
type: import("vue").PropType<boolean>;
|
347
|
+
type: import("vue").PropType<boolean>;
|
330
348
|
required: false;
|
331
349
|
} & {
|
332
350
|
type: import("vue").PropType<boolean>;
|
@@ -364,12 +382,18 @@ declare const _default: {
|
|
364
382
|
__isTeleport?: never;
|
365
383
|
__isSuspense?: never;
|
366
384
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
385
|
+
"can-close": {
|
386
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
387
|
+
};
|
388
|
+
canClose: {
|
389
|
+
type: import("vue").PropType<(request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>>;
|
390
|
+
};
|
367
391
|
contentWrapperClass: {
|
368
392
|
type: import("vue").PropType<string>;
|
369
393
|
required: false;
|
370
394
|
};
|
371
395
|
"content-wrapper-class": {
|
372
|
-
type: import("vue").PropType<string>;
|
396
|
+
type: import("vue").PropType<string>;
|
373
397
|
required: false;
|
374
398
|
};
|
375
399
|
"horizontal-scroll": {
|
@@ -389,18 +413,18 @@ declare const _default: {
|
|
389
413
|
required: false;
|
390
414
|
};
|
391
415
|
"content-height": {
|
392
|
-
type: import("vue").PropType<"dynamic" | "static">;
|
416
|
+
type: import("vue").PropType<"dynamic" | "static">;
|
393
417
|
required: false;
|
394
418
|
};
|
395
419
|
variant: {
|
396
|
-
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
420
|
+
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
397
421
|
required: false;
|
398
422
|
} & {
|
399
423
|
type: import("vue").PropType<"default" | "confirm" | "app" | "save-cancel" | "ok-cancel" | "retry">;
|
400
424
|
required: false;
|
401
425
|
};
|
402
426
|
size: {
|
403
|
-
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
427
|
+
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
404
428
|
required: false;
|
405
429
|
} & {
|
406
430
|
type: import("vue").PropType<"small" | "medium" | "large" | "x-small" | "full">;
|
@@ -445,7 +469,7 @@ declare const _default: {
|
|
445
469
|
header?: Func<[VNodeChild]>;
|
446
470
|
}>;
|
447
471
|
persistent: {
|
448
|
-
type: import("vue").PropType<boolean>;
|
472
|
+
type: import("vue").PropType<boolean>;
|
449
473
|
required: false;
|
450
474
|
} & {
|
451
475
|
type: import("vue").PropType<boolean>;
|
@@ -522,6 +546,8 @@ declare const _default: {
|
|
522
546
|
"horizontal-scroll"?: boolean;
|
523
547
|
contentWrapperClass?: string;
|
524
548
|
"content-wrapper-class"?: string;
|
549
|
+
canClose?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
|
550
|
+
"can-close"?: (request: ODialogBuiltinButtons, buttonInstance: ODialogButtonInstance) => Future<void>;
|
525
551
|
}>, "onUpdate:modelValue" | "onClick:close" | "onClick:cancel" | "onClick:confirm"> & {
|
526
552
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
527
553
|
"onClick:close"?: () => any;
|
@@ -2,14 +2,17 @@ import { TreeViewItem } from "@omnia/fx-models";
|
|
2
2
|
export declare const AppExplorerVariantDefinitions: readonly ["default", "statebind"];
|
3
3
|
export type OAppExplorerVariants = typeof AppExplorerVariantDefinitions[number];
|
4
4
|
declare const _default: (props: {
|
5
|
+
"v-model"?: TreeViewItem<any>;
|
6
|
+
"onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
|
7
|
+
modelValue?: TreeViewItem<any>;
|
5
8
|
variant?: "default" | "statebind";
|
6
9
|
} & Omit<{
|
7
10
|
"onItems:selected"?: (items: TreeViewItem<any>[]) => any;
|
8
|
-
}, "variant"> & {
|
11
|
+
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant"> & {
|
9
12
|
"v-slots"?: {
|
10
13
|
default?: import("vue").Slot;
|
11
14
|
} & {};
|
12
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "emit:items:selected">) => {
|
15
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant" | "emit:items:selected">) => {
|
13
16
|
$: import("vue").ComponentInternalInstance;
|
14
17
|
$data: {};
|
15
18
|
$props: {};
|
@@ -48,6 +51,9 @@ declare const _default: (props: {
|
|
48
51
|
$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;
|
49
52
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
53
|
propsDefinition: {
|
54
|
+
"v-model"?: TreeViewItem<any>;
|
55
|
+
"onUpdate:modelValue"?: (value: TreeViewItem<any>) => void;
|
56
|
+
modelValue?: TreeViewItem<any>;
|
51
57
|
variant?: "default" | "statebind";
|
52
58
|
} & {
|
53
59
|
"v-slots"?: {
|
@@ -55,7 +61,7 @@ declare const _default: (props: {
|
|
55
61
|
} & {};
|
56
62
|
} & {
|
57
63
|
"onItems:selected"?: (items: TreeViewItem<any>[]) => any;
|
58
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant">;
|
64
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
|
59
65
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
60
66
|
[key: string]: any;
|
61
67
|
}>;
|
@@ -1,15 +1,18 @@
|
|
1
1
|
import { VelcronDataTypes } from "@omnia/fx-models";
|
2
2
|
import { VelcronComponentPropertyDescriptor } from "../models";
|
3
3
|
declare const _default: (props: {
|
4
|
-
|
4
|
+
"v-model"?: boolean;
|
5
|
+
"onUpdate:modelValue"?: (value: boolean) => void;
|
6
|
+
modelValue?: boolean;
|
7
|
+
descriptor?: VelcronComponentPropertyDescriptor;
|
5
8
|
allowedDataTypes?: VelcronDataTypes[];
|
6
9
|
} & Omit<{
|
7
10
|
"onState:selected"?: (value: string) => any;
|
8
|
-
}, "descriptor" | "allowedDataTypes"> & {
|
11
|
+
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes"> & {
|
9
12
|
"v-slots"?: {
|
10
13
|
default?: import("vue").Slot;
|
11
14
|
} & {};
|
12
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "descriptor" | "allowedDataTypes" | "emit:state:selected">) => {
|
15
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes" | "emit:state:selected">) => {
|
13
16
|
$: import("vue").ComponentInternalInstance;
|
14
17
|
$data: {};
|
15
18
|
$props: {};
|
@@ -48,7 +51,10 @@ declare const _default: (props: {
|
|
48
51
|
$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;
|
49
52
|
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
50
53
|
propsDefinition: {
|
51
|
-
|
54
|
+
"v-model"?: boolean;
|
55
|
+
"onUpdate:modelValue"?: (value: boolean) => void;
|
56
|
+
modelValue?: boolean;
|
57
|
+
descriptor?: VelcronComponentPropertyDescriptor;
|
52
58
|
allowedDataTypes?: VelcronDataTypes[];
|
53
59
|
} & {
|
54
60
|
"v-slots"?: {
|
@@ -56,7 +62,7 @@ declare const _default: (props: {
|
|
56
62
|
} & {};
|
57
63
|
} & {
|
58
64
|
"onState:selected"?: (value: string) => any;
|
59
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "descriptor" | "allowedDataTypes">;
|
65
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "descriptor" | "allowedDataTypes">;
|
60
66
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
61
67
|
[key: string]: any;
|
62
68
|
}>;
|
@@ -25,6 +25,7 @@ export declare const useVelcronEditorStore: () => {
|
|
25
25
|
showAddComponent: AddVelcronComponentMode;
|
26
26
|
showAddApp: boolean;
|
27
27
|
showAddDataObject: boolean;
|
28
|
+
showStateTree: boolean;
|
28
29
|
showShare: boolean;
|
29
30
|
codeEditor: CodeEditorState;
|
30
31
|
validation: AppValidationState;
|
@@ -154,7 +155,7 @@ export declare const useVelcronEditorStore: () => {
|
|
154
155
|
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
155
156
|
};
|
156
157
|
addDataMember: {
|
157
|
-
subscribe(fn: (result:
|
158
|
+
subscribe(fn: (result: TreeViewItem<AppTreeItem>, target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
158
159
|
};
|
159
160
|
deleteDataMember: {
|
160
161
|
subscribe(fn: (result: void, target: TreeViewItem<AppTreeItem>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
@@ -273,7 +274,7 @@ export declare const useVelcronEditorStore: () => {
|
|
273
274
|
afterKey?: string;
|
274
275
|
}): void;
|
275
276
|
deleteComponent(target: TreeViewItem<AppTreeItem>): void;
|
276
|
-
addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any):
|
277
|
+
addDataMember(target: TreeViewItem<AppTreeItem>, propertyName: string, value: any): TreeViewItem<AppTreeItem>;
|
277
278
|
deleteDataMember(target: TreeViewItem<AppTreeItem>): void;
|
278
279
|
renameDataMember(target: TreeViewItem<AppTreeItem>, newName: string): void;
|
279
280
|
updateDataMemberValue(target: TreeViewItem<AppTreeItem>, newValue: any): void;
|
@@ -301,6 +302,7 @@ export declare const useVelcronEditorStore: () => {
|
|
301
302
|
onMutatedShowAddComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<AddVelcronComponentMode>;
|
302
303
|
onMutatedShowAddApp: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
303
304
|
onMutatedShowAddDataObject: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
305
|
+
onMutatedShowStateTree: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
304
306
|
onMutatedShowShare: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
305
307
|
onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
|
306
308
|
onMutatedValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./stores";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./VelcronDefinitionStore";
|
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.151-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.151-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|
File without changes
|