@omnia/fx 8.0.308-dev → 8.0.310-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/stores/DefineStore.d.ts +1 -0
- 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/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/TodoApiSpec.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/specs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/ApiExplorerStore.d.ts +29 -3
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/stores/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/monaco/MonacoEditor.d.ts +3 -464
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +2 -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/richtexteditor/IRichTextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/EnterpriseGlossaryLinkSuggestionExtension.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/AddSuggestion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/RemoveSuggestion.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/components/SuggestionComponent.d.ts +3 -38
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseGlossarySuggestionNode.d.ts +20 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/nodes/EnterpriseSuggestionIgnore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/EnterpriseGlossaryLink/plugins/EnterpriseGlossarySuggestion.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/Html.d.ts +1 -29
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Html/HtmlToolbar.d.ts +2 -29
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormatting.d.ts +2 -30
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/RemoveFormatting/RemoveFormattingMenu.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/TextCompletion/TextCompletionMenu.d.ts +3 -32
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +18 -355
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -2
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -28
- 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
@@ -4,35 +4,7 @@ export declare const htmlEditorExtension: () => {
|
|
4
4
|
title: string;
|
5
5
|
getConfiguration(): {
|
6
6
|
toolbarItems: {
|
7
|
-
toolbar:
|
8
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
9
|
-
onContentChanged: {
|
10
|
-
type: import("vue").PropType<(content: string) => void>;
|
11
|
-
};
|
12
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
13
|
-
P: {};
|
14
|
-
B: {};
|
15
|
-
D: {};
|
16
|
-
C: {};
|
17
|
-
M: {};
|
18
|
-
Defaults: {};
|
19
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
20
|
-
onContentChanged: {
|
21
|
-
type: import("vue").PropType<(content: string) => void>;
|
22
|
-
};
|
23
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
24
|
-
__isFragment?: never;
|
25
|
-
__isTeleport?: never;
|
26
|
-
__isSuspense?: never;
|
27
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
28
|
-
onContentChanged: {
|
29
|
-
type: import("vue").PropType<(content: string) => void>;
|
30
|
-
};
|
31
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
32
|
-
propsDefinition: Omit<Readonly<{} & {
|
33
|
-
onContentChanged?: (content: string) => void;
|
34
|
-
}>, never>;
|
35
|
-
};
|
7
|
+
toolbar: (props: import("../../..").ConstructComponentProps<import("../../..").DefineEmit<"contentChanged", (content: string) => void>>) => any;
|
36
8
|
configuration: {};
|
37
9
|
}[];
|
38
10
|
};
|
@@ -1,30 +1,3 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
onContentChanged: {
|
4
|
-
type: import("vue").PropType<(content: string) => void>;
|
5
|
-
};
|
6
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
7
|
-
P: {};
|
8
|
-
B: {};
|
9
|
-
D: {};
|
10
|
-
C: {};
|
11
|
-
M: {};
|
12
|
-
Defaults: {};
|
13
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
14
|
-
onContentChanged: {
|
15
|
-
type: import("vue").PropType<(content: string) => void>;
|
16
|
-
};
|
17
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
18
|
-
__isFragment?: never;
|
19
|
-
__isTeleport?: never;
|
20
|
-
__isSuspense?: never;
|
21
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
22
|
-
onContentChanged: {
|
23
|
-
type: import("vue").PropType<(content: string) => void>;
|
24
|
-
};
|
25
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
26
|
-
propsDefinition: Omit<Readonly<{} & {
|
27
|
-
onContentChanged?: (content: string) => void;
|
28
|
-
}>, never>;
|
29
|
-
};
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<DefineEmit<"contentChanged", (content: string) => void>>) => any;
|
30
3
|
export default _default;
|
@@ -5,39 +5,11 @@ export declare const removingFormattingEditorExtension: () => {
|
|
5
5
|
getConfiguration(): {
|
6
6
|
nodes: import("@tiptap/core").Extension<any, any>[];
|
7
7
|
bubbleMenuItems: ({
|
8
|
-
menuItem:
|
9
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
10
|
-
P: {};
|
11
|
-
B: {};
|
12
|
-
D: {};
|
13
|
-
C: {};
|
14
|
-
M: {};
|
15
|
-
Defaults: {};
|
16
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
17
|
-
__isFragment?: never;
|
18
|
-
__isTeleport?: never;
|
19
|
-
__isSuspense?: never;
|
20
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
21
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
22
|
-
};
|
8
|
+
menuItem: (props: import("../../..").ConstructComponentProps<Record<string, any>>) => any;
|
23
9
|
configuration: {};
|
24
10
|
showOnPasted?: undefined;
|
25
11
|
} | {
|
26
|
-
menuItem:
|
27
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
28
|
-
P: {};
|
29
|
-
B: {};
|
30
|
-
D: {};
|
31
|
-
C: {};
|
32
|
-
M: {};
|
33
|
-
Defaults: {};
|
34
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
35
|
-
__isFragment?: never;
|
36
|
-
__isTeleport?: never;
|
37
|
-
__isSuspense?: never;
|
38
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
39
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
40
|
-
};
|
12
|
+
menuItem: (props: import("../../..").ConstructComponentProps<Record<string, any>>) => any;
|
41
13
|
configuration: {};
|
42
14
|
showOnPasted: true;
|
43
15
|
})[];
|
@@ -1,16 +1,2 @@
|
|
1
|
-
declare const _default:
|
2
|
-
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
3
|
-
P: {};
|
4
|
-
B: {};
|
5
|
-
D: {};
|
6
|
-
C: {};
|
7
|
-
M: {};
|
8
|
-
Defaults: {};
|
9
|
-
}, Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, {}>;
|
10
|
-
__isFragment?: never;
|
11
|
-
__isTeleport?: never;
|
12
|
-
__isSuspense?: never;
|
13
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
14
|
-
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
15
|
-
};
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<Record<string, any>>) => any;
|
16
2
|
export default _default;
|
@@ -1,34 +1,5 @@
|
|
1
1
|
import { TextCompletionMenuBar } from "../../../../models";
|
2
|
-
declare const _default: {
|
3
|
-
|
4
|
-
|
5
|
-
type: import("vue").PropType<TextCompletionMenuBar>;
|
6
|
-
required: true;
|
7
|
-
};
|
8
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
9
|
-
P: {};
|
10
|
-
B: {};
|
11
|
-
D: {};
|
12
|
-
C: {};
|
13
|
-
M: {};
|
14
|
-
Defaults: {};
|
15
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
16
|
-
menubar: {
|
17
|
-
type: import("vue").PropType<TextCompletionMenuBar>;
|
18
|
-
required: true;
|
19
|
-
};
|
20
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
21
|
-
__isFragment?: never;
|
22
|
-
__isTeleport?: never;
|
23
|
-
__isSuspense?: never;
|
24
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
25
|
-
menubar: {
|
26
|
-
type: import("vue").PropType<TextCompletionMenuBar>;
|
27
|
-
required: true;
|
28
|
-
};
|
29
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
30
|
-
propsDefinition: Omit<Readonly<{
|
31
|
-
menubar: TextCompletionMenuBar;
|
32
|
-
} & {}>, never>;
|
33
|
-
};
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
menubar: TextCompletionMenuBar;
|
4
|
+
}>) => any;
|
34
5
|
export default _default;
|
@@ -106,9 +106,9 @@ declare const _default: {
|
|
106
106
|
richTextSettings?: OmitProperties<IRichTextEditor, "initialContent" | "onContentChange">;
|
107
107
|
resetContetnRte?: boolean;
|
108
108
|
enableMention?: boolean;
|
109
|
-
}>, "
|
110
|
-
onContentChanged?: (content: string) => any;
|
109
|
+
}>, "onDoc$" | "onContentChanged" | "onRegisterFocus" | "onMentionChanged"> & {
|
111
110
|
onDoc$?: (description?: string) => any;
|
111
|
+
onContentChanged?: (content: string) => any;
|
112
112
|
onRegisterFocus?: (callback: () => void) => any;
|
113
113
|
onMentionChanged?: (mentions: ResolvedUserIdentity[]) => any;
|
114
114
|
};
|
@@ -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;
|
@@ -409,8 +409,7 @@ export interface VelcronPropertyDefinition extends VelcronDefinitionWithEditMode
|
|
409
409
|
export interface VelcronCheckboxDefinition extends VelcronDefinition {
|
410
410
|
type: "checkbox";
|
411
411
|
label: VelcronBindableProp<string>;
|
412
|
-
value:
|
413
|
-
bind: VelcronBindableProp<string>;
|
412
|
+
value: VelcronBindableProp<boolean>;
|
414
413
|
disabled: VelcronBindableProp<boolean>;
|
415
414
|
events: VelcronOnUpdatedEvent;
|
416
415
|
}
|