@omnia/fx 8.0.308-dev → 8.0.309-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +17 -337
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/StateManager.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/DefineEditorPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/flow/renderer/plugins/DefineRendererPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts +5 -4
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +18 -355
- package/internal-do-not-import-from-here/wctypings.d.ts +8 -18
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRenderer.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/titlerenderer/TitleRendererSettings.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/StateManager.d.ts +0 -3
- /package/internal-do-not-import-from-here/ux/{UxCore.d.ts → UxBootstrapper.d.ts} +0 -0
@@ -49,6 +49,10 @@ export declare const useThemeContextStore: () => {
|
|
49
49
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
50
50
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
51
51
|
};
|
52
|
+
header: {
|
53
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
54
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
55
|
+
};
|
52
56
|
};
|
53
57
|
deactivated(): void;
|
54
58
|
} & {
|
@@ -110,6 +114,10 @@ export declare const useThemeContextStore: () => {
|
|
110
114
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
111
115
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
112
116
|
};
|
117
|
+
header: {
|
118
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
119
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
120
|
+
};
|
113
121
|
};
|
114
122
|
deactivated(): void;
|
115
123
|
} & {
|
@@ -171,6 +179,10 @@ export declare const useThemeContextStore: () => {
|
|
171
179
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
172
180
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
173
181
|
};
|
182
|
+
header: {
|
183
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
184
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
185
|
+
};
|
174
186
|
};
|
175
187
|
deactivated(): void;
|
176
188
|
} & {
|
@@ -232,6 +244,10 @@ export declare const useThemeContextStore: () => {
|
|
232
244
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
233
245
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
234
246
|
};
|
247
|
+
header: {
|
248
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
249
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
250
|
+
};
|
235
251
|
};
|
236
252
|
deactivated(): void;
|
237
253
|
} & {
|
@@ -295,6 +311,10 @@ export declare const useThemeContextStore: () => {
|
|
295
311
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
296
312
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
297
313
|
};
|
314
|
+
header: {
|
315
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
316
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
317
|
+
};
|
298
318
|
};
|
299
319
|
deactivated(): void;
|
300
320
|
} & {
|
@@ -356,6 +376,10 @@ export declare const useThemeContextStore: () => {
|
|
356
376
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
357
377
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
358
378
|
};
|
379
|
+
header: {
|
380
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
381
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
382
|
+
};
|
359
383
|
};
|
360
384
|
deactivated(): void;
|
361
385
|
} & {
|
@@ -417,6 +441,10 @@ export declare const useThemeContextStore: () => {
|
|
417
441
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
418
442
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
419
443
|
};
|
444
|
+
header: {
|
445
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
446
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
447
|
+
};
|
420
448
|
};
|
421
449
|
deactivated(): void;
|
422
450
|
} & {
|
@@ -478,6 +506,10 @@ export declare const useThemeContextStore: () => {
|
|
478
506
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
479
507
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
480
508
|
};
|
509
|
+
header: {
|
510
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
511
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
512
|
+
};
|
481
513
|
};
|
482
514
|
deactivated(): void;
|
483
515
|
} & {
|
@@ -541,6 +573,10 @@ export declare const useThemeContextStore: () => {
|
|
541
573
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
542
574
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
543
575
|
};
|
576
|
+
header: {
|
577
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
578
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
579
|
+
};
|
544
580
|
};
|
545
581
|
deactivated(): void;
|
546
582
|
} & {
|
@@ -602,6 +638,10 @@ export declare const useThemeContextStore: () => {
|
|
602
638
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
603
639
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
604
640
|
};
|
641
|
+
header: {
|
642
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
643
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
644
|
+
};
|
605
645
|
};
|
606
646
|
deactivated(): void;
|
607
647
|
} & {
|
@@ -663,6 +703,10 @@ export declare const useThemeContextStore: () => {
|
|
663
703
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
664
704
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
665
705
|
};
|
706
|
+
header: {
|
707
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
708
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
709
|
+
};
|
666
710
|
};
|
667
711
|
deactivated(): void;
|
668
712
|
} & {
|
@@ -724,6 +768,10 @@ export declare const useThemeContextStore: () => {
|
|
724
768
|
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
725
769
|
getByType(type: import("@omnia/fx-models").BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
726
770
|
};
|
771
|
+
header: {
|
772
|
+
hasVariant(type: import("@omnia/fx-models").BlueprintVariant | string): boolean;
|
773
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
774
|
+
};
|
727
775
|
};
|
728
776
|
deactivated(): void;
|
729
777
|
} & {
|
@@ -44,6 +44,10 @@ export declare const useThemeStore: () => {
|
|
44
44
|
hasVariant(type: BlueprintVariant | string): boolean;
|
45
45
|
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
46
46
|
};
|
47
|
+
header: {
|
48
|
+
hasVariant(type: BlueprintVariant | string): boolean;
|
49
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
50
|
+
};
|
47
51
|
};
|
48
52
|
deactivated(): void;
|
49
53
|
} & {
|
@@ -63,6 +63,10 @@ export declare const useTypographyBlueprintStore: () => {
|
|
63
63
|
hasVariant(type: BlueprintVariant | string): boolean;
|
64
64
|
getByType(type: BlueprintVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): any;
|
65
65
|
};
|
66
|
+
header: {
|
67
|
+
hasVariant(type: BlueprintVariant | string): boolean;
|
68
|
+
getRendererBlueprint(type: import("@omnia/fx-models").HeaderBlueprint): import("@omnia/fx-models").HeaderBlueprint;
|
69
|
+
};
|
66
70
|
};
|
67
71
|
deactivated(): void;
|
68
72
|
} & {
|
@@ -2,7 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
|
|
2
2
|
import { FlowEditorContentPlugin, FlowEditorPlugin } from "@omnia/fx/ux";
|
3
3
|
interface SetupEditorPluginContext extends SetupFactoryContext {
|
4
4
|
}
|
5
|
-
export declare function
|
5
|
+
export declare function defineFlowEditorPlugin<TPluginType extends FlowEditorPlugin | FlowEditorContentPlugin>(setup: (ctx: SetupEditorPluginContext) => TPluginType): () => TPluginType & {
|
6
6
|
dispose?: () => void;
|
7
7
|
};
|
8
8
|
export {};
|
package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
import { FlowNode } from "@omnia/fx/ux";
|
2
2
|
import { FlowRendererPlugin } from "./FlowRendererPlugin";
|
3
3
|
import { FlowRendererToHtmlContext } from "./FlowRendererToHtmlContext";
|
4
|
+
import { VNodeChild } from "vue";
|
4
5
|
export interface FlowRendererContentPlugin extends FlowRendererPlugin {
|
5
6
|
toHtml: <TNodeType extends FlowNode = FlowNode>(context: FlowRendererToHtmlContext<TNodeType>) => HTMLElement;
|
7
|
+
toNode?: <TNodeType extends FlowNode = FlowNode>(context: FlowRendererToHtmlContext<TNodeType>) => VNodeChild;
|
6
8
|
}
|
package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts
CHANGED
@@ -1,10 +1,16 @@
|
|
1
1
|
import { FlowNode } from "internal/fx/ux/models";
|
2
2
|
import { FlowRendererPlugin } from "./FlowRendererPlugin";
|
3
|
+
import { VNode } from "vue";
|
3
4
|
export interface FlowHookContext<TElementType extends HTMLElement = HTMLElement, TNodeType extends FlowNode = FlowNode> {
|
4
5
|
element: TElementType;
|
5
6
|
node: TNodeType;
|
6
7
|
}
|
8
|
+
export interface FlowNodeHookContext<TNodeType extends FlowNode = FlowNode> {
|
9
|
+
element: VNode;
|
10
|
+
node: TNodeType;
|
11
|
+
}
|
7
12
|
export interface FlowRenderPluginHook extends FlowRendererPlugin {
|
8
13
|
subscription: string;
|
9
14
|
toHtmlHook: <TElementType extends HTMLElement = HTMLElement, TNodeType extends FlowNode = FlowNode>(context: FlowHookContext<TElementType, TNodeType>) => null;
|
15
|
+
toNodeHook?: <TNodeType extends FlowNode = FlowNode>(context: FlowNodeHookContext<TNodeType>) => null;
|
10
16
|
}
|
@@ -2,7 +2,7 @@ import { SetupFactoryContext } from "@omnia/fx";
|
|
2
2
|
import { FlowRendererContentPlugin, FlowRendererPlugin } from "../models";
|
3
3
|
interface SetupRendererPluginContext extends SetupFactoryContext {
|
4
4
|
}
|
5
|
-
export declare function
|
5
|
+
export declare function defineFlowRendererPlugin<TArgs extends any[]>(setup: (ctx: SetupRendererPluginContext) => FlowRendererPlugin | FlowRendererContentPlugin): () => FlowRendererPlugin & {
|
6
6
|
dispose?: () => void;
|
7
7
|
};
|
8
8
|
export {};
|
package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyLocking.d.ts
CHANGED
@@ -1,11 +1,12 @@
|
|
1
1
|
import { PropertyLockStatus } from "@omnia/fx/ux";
|
2
|
+
import { VNodeChild } from "vue";
|
2
3
|
declare const _default: {
|
3
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
5
|
lockingStatus: import("vue").Prop<PropertyLockStatus, PropertyLockStatus>;
|
5
6
|
onValueChanged: import("vue").Prop<Function, Function>;
|
6
7
|
allowRollback: import("vue").Prop<unknown, unknown>;
|
7
8
|
rollback: import("vue").Prop<Function, Function>;
|
8
|
-
renderBody: import("vue").Prop<() =>
|
9
|
+
renderBody: import("vue").Prop<() => VNodeChild, () => VNodeChild>;
|
9
10
|
styles: import("vue").Prop<{
|
10
11
|
lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
|
11
12
|
}, {
|
@@ -24,7 +25,7 @@ declare const _default: {
|
|
24
25
|
onValueChanged: import("vue").Prop<Function, Function>;
|
25
26
|
allowRollback: import("vue").Prop<unknown, unknown>;
|
26
27
|
rollback: import("vue").Prop<Function, Function>;
|
27
|
-
renderBody: import("vue").Prop<() =>
|
28
|
+
renderBody: import("vue").Prop<() => VNodeChild, () => VNodeChild>;
|
28
29
|
styles: import("vue").Prop<{
|
29
30
|
lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
|
30
31
|
}, {
|
@@ -40,7 +41,7 @@ declare const _default: {
|
|
40
41
|
onValueChanged: import("vue").Prop<Function, Function>;
|
41
42
|
allowRollback: import("vue").Prop<unknown, unknown>;
|
42
43
|
rollback: import("vue").Prop<Function, Function>;
|
43
|
-
renderBody: import("vue").Prop<() =>
|
44
|
+
renderBody: import("vue").Prop<() => VNodeChild, () => VNodeChild>;
|
44
45
|
styles: import("vue").Prop<{
|
45
46
|
lockingWrapper: import("typestyle/lib/types").NestedCSSProperties;
|
46
47
|
}, {
|
@@ -55,7 +56,7 @@ declare const _default: {
|
|
55
56
|
onValueChanged?: Function;
|
56
57
|
rollback?: Function;
|
57
58
|
showLockConfiguration?: boolean;
|
58
|
-
renderBody?: () =>
|
59
|
+
renderBody?: () => VNodeChild;
|
59
60
|
lockingStatus?: PropertyLockStatus;
|
60
61
|
allowRollback?: unknown;
|
61
62
|
}>, never>;
|
@@ -1,358 +1,21 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { VelcronAppDefinition } from "@omnia/fx-models";
|
2
3
|
import { EditorLocation, VelcronEditor } from "../../core";
|
3
|
-
declare const _default: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
"onUpdate:modelValue": {
|
21
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
22
|
-
};
|
23
|
-
"v-model": {
|
24
|
-
type: import("vue").PropType<object>;
|
25
|
-
required: false;
|
26
|
-
};
|
27
|
-
modelValue: {
|
28
|
-
type: import("vue").PropType<object>;
|
29
|
-
required: false;
|
30
|
-
};
|
31
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
32
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
33
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
34
|
-
type: import("vue").PropType<object>;
|
35
|
-
required: false;
|
36
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
37
|
-
type: import("vue").PropType<object>;
|
38
|
-
required: false;
|
39
|
-
}; } & {
|
40
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, object, {
|
41
|
-
"onUpdate:modelValue": {
|
42
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
43
|
-
};
|
44
|
-
} & {
|
45
|
-
"v-model": {
|
46
|
-
type: import("vue").PropType<object>;
|
47
|
-
required: false;
|
48
|
-
};
|
49
|
-
} & {
|
50
|
-
modelValue: {
|
51
|
-
type: import("vue").PropType<object>;
|
52
|
-
required: false;
|
53
|
-
};
|
54
|
-
}>;
|
55
|
-
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, object, {
|
56
|
-
"onUpdate:modelValue": {
|
57
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
58
|
-
};
|
59
|
-
} & {
|
60
|
-
"v-model": {
|
61
|
-
type: import("vue").PropType<object>;
|
62
|
-
required: false;
|
63
|
-
};
|
64
|
-
} & {
|
65
|
-
modelValue: {
|
66
|
-
type: import("vue").PropType<object>;
|
67
|
-
required: false;
|
68
|
-
};
|
69
|
-
}, false>;
|
70
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, object, {
|
71
|
-
"onUpdate:modelValue": {
|
72
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
73
|
-
};
|
74
|
-
} & {
|
75
|
-
"v-model": {
|
76
|
-
type: import("vue").PropType<object>;
|
77
|
-
required: false;
|
78
|
-
};
|
79
|
-
} & {
|
80
|
-
modelValue: {
|
81
|
-
type: import("vue").PropType<object>;
|
82
|
-
required: false;
|
83
|
-
};
|
84
|
-
}>;
|
85
|
-
};
|
86
|
-
}>> & {
|
87
|
-
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
88
|
-
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
89
|
-
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
90
|
-
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
91
|
-
"update:modelValue": (value: VelcronAppDefinition) => true;
|
92
|
-
"value:enter": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
93
|
-
"value:leave": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
94
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
95
|
-
P: {};
|
96
|
-
B: {};
|
97
|
-
D: {};
|
98
|
-
C: {};
|
99
|
-
M: {};
|
100
|
-
Defaults: {};
|
101
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
102
|
-
previewColorSchemaType: {
|
103
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
104
|
-
};
|
105
|
-
location: {
|
106
|
-
type: import("vue").PropType<EditorLocation>;
|
107
|
-
};
|
108
|
-
hidePropertyMapped: {
|
109
|
-
type: import("vue").PropType<boolean>;
|
110
|
-
};
|
111
|
-
propertyEditors: {
|
112
|
-
type: import("vue").PropType<VelcronEditor<any>[]>;
|
113
|
-
};
|
114
|
-
definition: {
|
115
|
-
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
116
|
-
};
|
117
|
-
"onUpdate:modelValue": {
|
118
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
119
|
-
};
|
120
|
-
"v-model": {
|
121
|
-
type: import("vue").PropType<object>;
|
122
|
-
required: false;
|
123
|
-
};
|
124
|
-
modelValue: {
|
125
|
-
type: import("vue").PropType<object>;
|
126
|
-
required: false;
|
127
|
-
};
|
128
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
129
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
130
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
131
|
-
type: import("vue").PropType<object>;
|
132
|
-
required: false;
|
133
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
134
|
-
type: import("vue").PropType<object>;
|
135
|
-
required: false;
|
136
|
-
}; } & {
|
137
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, object, {
|
138
|
-
"onUpdate:modelValue": {
|
139
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
140
|
-
};
|
141
|
-
} & {
|
142
|
-
"v-model": {
|
143
|
-
type: import("vue").PropType<object>;
|
144
|
-
required: false;
|
145
|
-
};
|
146
|
-
} & {
|
147
|
-
modelValue: {
|
148
|
-
type: import("vue").PropType<object>;
|
149
|
-
required: false;
|
150
|
-
};
|
151
|
-
}>;
|
152
|
-
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, object, {
|
153
|
-
"onUpdate:modelValue": {
|
154
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
155
|
-
};
|
156
|
-
} & {
|
157
|
-
"v-model": {
|
158
|
-
type: import("vue").PropType<object>;
|
159
|
-
required: false;
|
160
|
-
};
|
161
|
-
} & {
|
162
|
-
modelValue: {
|
163
|
-
type: import("vue").PropType<object>;
|
164
|
-
required: false;
|
165
|
-
};
|
166
|
-
}, false>;
|
167
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, object, {
|
168
|
-
"onUpdate:modelValue": {
|
169
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
170
|
-
};
|
171
|
-
} & {
|
172
|
-
"v-model": {
|
173
|
-
type: import("vue").PropType<object>;
|
174
|
-
required: false;
|
175
|
-
};
|
176
|
-
} & {
|
177
|
-
modelValue: {
|
178
|
-
type: import("vue").PropType<object>;
|
179
|
-
required: false;
|
180
|
-
};
|
181
|
-
}>;
|
182
|
-
};
|
183
|
-
}>> & {
|
184
|
-
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
185
|
-
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
186
|
-
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
187
|
-
}, () => JSX.Element[], {}, {}, {}, {}>;
|
188
|
-
__isFragment?: never;
|
189
|
-
__isTeleport?: never;
|
190
|
-
__isSuspense?: never;
|
191
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
192
|
-
previewColorSchemaType: {
|
193
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
194
|
-
};
|
195
|
-
location: {
|
196
|
-
type: import("vue").PropType<EditorLocation>;
|
197
|
-
};
|
198
|
-
hidePropertyMapped: {
|
199
|
-
type: import("vue").PropType<boolean>;
|
200
|
-
};
|
201
|
-
propertyEditors: {
|
202
|
-
type: import("vue").PropType<VelcronEditor<any>[]>;
|
203
|
-
};
|
204
|
-
definition: {
|
205
|
-
type: import("vue").PropType<VelcronAppDefinition<object>>;
|
206
|
-
};
|
207
|
-
"onUpdate:modelValue": {
|
208
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
209
|
-
};
|
210
|
-
"v-model": {
|
211
|
-
type: import("vue").PropType<object>;
|
212
|
-
required: false;
|
213
|
-
};
|
214
|
-
modelValue: {
|
215
|
-
type: import("vue").PropType<object>;
|
216
|
-
required: false;
|
217
|
-
};
|
218
|
-
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
219
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
220
|
-
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
221
|
-
type: import("vue").PropType<object>;
|
222
|
-
required: false;
|
223
|
-
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
224
|
-
type: import("vue").PropType<object>;
|
225
|
-
required: false;
|
226
|
-
}; } & {
|
227
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, object, {
|
228
|
-
"onUpdate:modelValue": {
|
229
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
230
|
-
};
|
231
|
-
} & {
|
232
|
-
"v-model": {
|
233
|
-
type: import("vue").PropType<object>;
|
234
|
-
required: false;
|
235
|
-
};
|
236
|
-
} & {
|
237
|
-
modelValue: {
|
238
|
-
type: import("vue").PropType<object>;
|
239
|
-
required: false;
|
240
|
-
};
|
241
|
-
}>;
|
242
|
-
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, object, {
|
243
|
-
"onUpdate:modelValue": {
|
244
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
245
|
-
};
|
246
|
-
} & {
|
247
|
-
"v-model": {
|
248
|
-
type: import("vue").PropType<object>;
|
249
|
-
required: false;
|
250
|
-
};
|
251
|
-
} & {
|
252
|
-
modelValue: {
|
253
|
-
type: import("vue").PropType<object>;
|
254
|
-
required: false;
|
255
|
-
};
|
256
|
-
}, false>;
|
257
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, object, {
|
258
|
-
"onUpdate:modelValue": {
|
259
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
260
|
-
};
|
261
|
-
} & {
|
262
|
-
"v-model": {
|
263
|
-
type: import("vue").PropType<object>;
|
264
|
-
required: false;
|
265
|
-
};
|
266
|
-
} & {
|
267
|
-
modelValue: {
|
268
|
-
type: import("vue").PropType<object>;
|
269
|
-
required: false;
|
270
|
-
};
|
271
|
-
}>;
|
272
|
-
};
|
273
|
-
}>> & {
|
274
|
-
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
275
|
-
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
276
|
-
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
277
|
-
}, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
278
|
-
"update:modelValue": (value: VelcronAppDefinition) => true;
|
279
|
-
"value:enter": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
280
|
-
"value:leave": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
281
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
282
|
-
propsDefinition: Omit<Readonly<{} & {
|
283
|
-
name?: {
|
284
|
-
[x: `onUpdate:${string}`]: {
|
285
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
286
|
-
};
|
287
|
-
} & {
|
288
|
-
[x: `v-model:${string}`]: {
|
289
|
-
type: import("vue").PropType<object>;
|
290
|
-
required: false;
|
291
|
-
};
|
292
|
-
} & {
|
293
|
-
[x: string]: {
|
294
|
-
type: import("vue").PropType<object>;
|
295
|
-
required: false;
|
296
|
-
};
|
297
|
-
} & {
|
298
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, object, {
|
299
|
-
"onUpdate:modelValue": {
|
300
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
301
|
-
};
|
302
|
-
} & {
|
303
|
-
"v-model": {
|
304
|
-
type: import("vue").PropType<object>;
|
305
|
-
required: false;
|
306
|
-
};
|
307
|
-
} & {
|
308
|
-
modelValue: {
|
309
|
-
type: import("vue").PropType<object>;
|
310
|
-
required: false;
|
311
|
-
};
|
312
|
-
}>;
|
313
|
-
defaultValue(value?: object): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, object, {
|
314
|
-
"onUpdate:modelValue": {
|
315
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
316
|
-
};
|
317
|
-
} & {
|
318
|
-
"v-model": {
|
319
|
-
type: import("vue").PropType<object>;
|
320
|
-
required: false;
|
321
|
-
};
|
322
|
-
} & {
|
323
|
-
modelValue: {
|
324
|
-
type: import("vue").PropType<object>;
|
325
|
-
required: false;
|
326
|
-
};
|
327
|
-
}, false>;
|
328
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, object, {
|
329
|
-
"onUpdate:modelValue": {
|
330
|
-
type: import("vue").PropType<(value: object) => any | void>;
|
331
|
-
};
|
332
|
-
} & {
|
333
|
-
"v-model": {
|
334
|
-
type: import("vue").PropType<object>;
|
335
|
-
required: false;
|
336
|
-
};
|
337
|
-
} & {
|
338
|
-
modelValue: {
|
339
|
-
type: import("vue").PropType<object>;
|
340
|
-
required: false;
|
341
|
-
};
|
342
|
-
}>;
|
343
|
-
};
|
344
|
-
definition?: VelcronAppDefinition<object>;
|
345
|
-
"v-model"?: object;
|
346
|
-
modelValue?: object;
|
347
|
-
"onUpdate:modelValue"?: (value: object) => any | void;
|
348
|
-
location?: EditorLocation;
|
349
|
-
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
350
|
-
propertyEditors?: VelcronEditor<any>[];
|
351
|
-
hidePropertyMapped?: boolean;
|
352
|
-
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
353
|
-
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
354
|
-
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
355
|
-
"onValue:leave"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
356
|
-
};
|
357
|
-
};
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
5
|
+
"emit:update:modelValue": (value: object) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: object;
|
8
|
+
} & {
|
9
|
+
modelValue?: object;
|
10
|
+
} & {
|
11
|
+
definition?: VelcronAppDefinition<object>;
|
12
|
+
} & {
|
13
|
+
propertyEditors?: VelcronEditor<any>[];
|
14
|
+
} & {
|
15
|
+
hidePropertyMapped?: boolean;
|
16
|
+
} & {
|
17
|
+
location?: EditorLocation;
|
18
|
+
} & {
|
19
|
+
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
20
|
+
} & DefineEmit<"value:enter", (propertyEditorMapping: VelcronEditor, value: any) => true> & DefineEmit<"value:leave", (propertyEditorMapping: VelcronEditor, value: any) => true>>) => any;
|
358
21
|
export default _default;
|