@omnia/fx 8.0.309-dev → 8.0.311-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/index.d.ts +0 -3
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +7 -6
- package/internal-do-not-import-from-here/stores/TargetingPropertyStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/commandpalette/commands/api-explorer/models/ApiSpec.d.ts +17 -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 +39 -9
- 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/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +35 -27
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/Handler.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/mediapickerproviders/pexelsprovider-V2/PexelProvider.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +3 -464
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_v2.d.ts +58 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview_v2.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/IRichTextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/Alignment.d.ts +1 -15
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Alignment/AlignmentToolbar.d.ts +1 -15
- 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/signin/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/texttranslator/TextTranslator.d.ts +3 -84
- package/internal-do-not-import-from-here/ux/velcron/core/models/Enums.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -2
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +37 -11
- package/package.json +2 -2
@@ -1,39 +1,4 @@
|
|
1
|
-
declare const _default: {
|
2
|
-
|
3
|
-
|
4
|
-
type: import("vue").PropType<import("@omnia/fx-models").guid>;
|
5
|
-
required: true;
|
6
|
-
};
|
7
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
8
|
-
[key: string]: any;
|
9
|
-
}>, unknown, {}, {}, 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<{
|
17
|
-
enterpriseGlossaryMappingId: {
|
18
|
-
type: import("vue").PropType<import("@omnia/fx-models").guid>;
|
19
|
-
required: true;
|
20
|
-
};
|
21
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
22
|
-
[key: string]: any;
|
23
|
-
}>, {}, {}, {}, {}>;
|
24
|
-
__isFragment?: never;
|
25
|
-
__isTeleport?: never;
|
26
|
-
__isSuspense?: never;
|
27
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
28
|
-
enterpriseGlossaryMappingId: {
|
29
|
-
type: import("vue").PropType<import("@omnia/fx-models").guid>;
|
30
|
-
required: true;
|
31
|
-
};
|
32
|
-
}>>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
33
|
-
[key: string]: any;
|
34
|
-
}>, 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 & {
|
35
|
-
propsDefinition: Omit<Readonly<{
|
36
|
-
enterpriseGlossaryMappingId: import("@omnia/fx-models").guid;
|
37
|
-
} & {}>, never>;
|
38
|
-
};
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
2
|
+
enterpriseGlossaryMappingId: import("@omnia/fx-models").guid;
|
3
|
+
}>) => any;
|
39
4
|
export default _default;
|
@@ -1,2 +1,21 @@
|
|
1
|
-
|
1
|
+
import { EnterpriseGlossarySuggestionPluginOptions } from "./../plugins/EnterpriseGlossarySuggestion";
|
2
|
+
import { Node as ProseMirrorNode } from "@tiptap/pm/model";
|
3
|
+
import { SuggestionOptions } from "@tiptap/suggestion";
|
4
|
+
declare module "@tiptap/core" {
|
5
|
+
interface Commands<ReturnType> {
|
6
|
+
enterpriseSuggestion: {
|
7
|
+
addSuggestion: () => ReturnType;
|
8
|
+
removeSuggestion: () => ReturnType;
|
9
|
+
};
|
10
|
+
}
|
11
|
+
}
|
12
|
+
export interface EnterpriseGlossarySuggestionOptions extends EnterpriseGlossarySuggestionPluginOptions {
|
13
|
+
HTMLAttributes: Record<string, any>;
|
14
|
+
renderLabel: (props: {
|
15
|
+
options: EnterpriseGlossarySuggestionOptions;
|
16
|
+
node: ProseMirrorNode;
|
17
|
+
}) => string;
|
18
|
+
suggestion: Omit<SuggestionOptions, "editor">;
|
19
|
+
}
|
20
|
+
declare const _default: () => import("@tiptap/vue-3").Node<EnterpriseGlossarySuggestionOptions, any>;
|
2
21
|
export default _default;
|
@@ -1,2 +1,5 @@
|
|
1
|
-
|
1
|
+
export interface EnterpriseGlossarySuggestionIgnoreOptions {
|
2
|
+
HTMLAttributes: Record<string, any>;
|
3
|
+
}
|
4
|
+
declare const _default: () => import("@tiptap/vue-3").Mark<EnterpriseGlossarySuggestionIgnoreOptions, any>;
|
2
5
|
export default _default;
|
@@ -1,5 +1,7 @@
|
|
1
1
|
import { Plugin } from "prosemirror-state";
|
2
2
|
import { DecorationSet } from "prosemirror-view";
|
3
3
|
import "./EnterpriseGlossarySuggestion.css";
|
4
|
-
|
5
|
-
|
4
|
+
export interface EnterpriseGlossarySuggestionPluginOptions {
|
5
|
+
getEvent?: () => any;
|
6
|
+
}
|
7
|
+
export default function EnterpriseGlossarySuggestionPlugin(configOptions: EnterpriseGlossarySuggestionPluginOptions): Plugin<DecorationSet>;
|
@@ -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;
|
@@ -40,7 +40,7 @@ export declare namespace SignInLocalization {
|
|
40
40
|
Email: string;
|
41
41
|
Send: string;
|
42
42
|
Retry: string;
|
43
|
-
|
43
|
+
SendResetPasswordMessageTooltip: string;
|
44
44
|
SentResetPasswordMessage: string;
|
45
45
|
SendResetPasswordError: string;
|
46
46
|
RetryResetPasswordWarning: string;
|
@@ -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,86 +1,5 @@
|
|
1
|
+
import { DefineProp, DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import { LanguageTags, IIcon } from "../../models";
|
2
|
-
|
3
|
-
|
4
|
-
icon: {
|
5
|
-
type: import("vue").PropType<IIcon>;
|
6
|
-
};
|
7
|
-
forceTenantLanguages: {
|
8
|
-
type: import("vue").PropType<boolean>;
|
9
|
-
required: false;
|
10
|
-
};
|
11
|
-
srcLanguage: {
|
12
|
-
type: import("vue").PropType<LanguageTags>;
|
13
|
-
};
|
14
|
-
text: {
|
15
|
-
type: import("vue").PropType<string>;
|
16
|
-
};
|
17
|
-
}>> & {
|
18
|
-
onDoc$?: (description?: string) => any;
|
19
|
-
onTranslateCompleted?: (result: string) => any;
|
20
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
21
|
-
translateCompleted: (result: string) => void;
|
22
|
-
doc$(description?: string): {
|
23
|
-
translateCompleted: (result: string) => void;
|
24
|
-
};
|
25
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
26
|
-
P: {};
|
27
|
-
B: {};
|
28
|
-
D: {};
|
29
|
-
C: {};
|
30
|
-
M: {};
|
31
|
-
Defaults: {};
|
32
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
33
|
-
icon: {
|
34
|
-
type: import("vue").PropType<IIcon>;
|
35
|
-
};
|
36
|
-
forceTenantLanguages: {
|
37
|
-
type: import("vue").PropType<boolean>;
|
38
|
-
required: false;
|
39
|
-
};
|
40
|
-
srcLanguage: {
|
41
|
-
type: import("vue").PropType<LanguageTags>;
|
42
|
-
};
|
43
|
-
text: {
|
44
|
-
type: import("vue").PropType<string>;
|
45
|
-
};
|
46
|
-
}>> & {
|
47
|
-
onDoc$?: (description?: string) => any;
|
48
|
-
onTranslateCompleted?: (result: string) => any;
|
49
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
50
|
-
__isFragment?: never;
|
51
|
-
__isTeleport?: never;
|
52
|
-
__isSuspense?: never;
|
53
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
|
-
icon: {
|
55
|
-
type: import("vue").PropType<IIcon>;
|
56
|
-
};
|
57
|
-
forceTenantLanguages: {
|
58
|
-
type: import("vue").PropType<boolean>;
|
59
|
-
required: false;
|
60
|
-
};
|
61
|
-
srcLanguage: {
|
62
|
-
type: import("vue").PropType<LanguageTags>;
|
63
|
-
};
|
64
|
-
text: {
|
65
|
-
type: import("vue").PropType<string>;
|
66
|
-
};
|
67
|
-
}>> & {
|
68
|
-
onDoc$?: (description?: string) => any;
|
69
|
-
onTranslateCompleted?: (result: string) => any;
|
70
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
71
|
-
translateCompleted: (result: string) => void;
|
72
|
-
doc$(description?: string): {
|
73
|
-
translateCompleted: (result: string) => void;
|
74
|
-
};
|
75
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
76
|
-
propsDefinition: Omit<Readonly<{} & {
|
77
|
-
text?: string;
|
78
|
-
icon?: IIcon;
|
79
|
-
srcLanguage?: LanguageTags;
|
80
|
-
forceTenantLanguages?: boolean;
|
81
|
-
}>, "onDoc$" | "onTranslateCompleted"> & {
|
82
|
-
onDoc$?: (description?: string) => any;
|
83
|
-
onTranslateCompleted?: (result: string) => any;
|
84
|
-
};
|
85
|
-
};
|
3
|
+
type TextTranslatorProps = DefineProp<"text", string> & DefineProp<"srcLanguage", LanguageTags> & DefineProp<"forceTenantLanguages", boolean, false, false> & DefineProp<"icon", IIcon> & DefineEmit<"translateCompleted", (result: string) => void>;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<TextTranslatorProps>) => any;
|
86
5
|
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
|
}
|
@@ -1,7 +1,3 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
export declare function getVueApps(): Set<App<Element>>;
|
4
|
-
export declare function destroyVueApp(app: App<Element>): void;
|
5
|
-
export declare function createVueApp(rootComponent: any, rootProps?: any): App<Element>;
|
6
|
-
export declare function registerAsyncVueComponent(app: App, component: ComponentBundleManifest): void;
|
1
|
+
import { DefineComponent } from "vue";
|
2
|
+
export declare function createVueApp(rootComponent: any, rootProps?: any): import("vue").App<Element>;
|
7
3
|
export declare function resolveAsyncVueComponent(elementName: string, definition: DefineComponent): void;
|
@@ -320,6 +320,7 @@ import wc7b2cf06ba1cf47f7adcc6d8a1a0117f0 from './ux/oxide/timepicker/TimePicker
|
|
320
320
|
import wc575bd9ad6c0d4fc9ab53fbd1b93786c4 from './ux/oxide/toolbar/Toolbar';
|
321
321
|
import wc19adb19938604f41b10f3a00eb3eb534 from './ux/oxide/tooltip/Tooltip';
|
322
322
|
import wcc617a9d7e25249929c41becb55905973 from './ux/oxide/treeview/Treeview';
|
323
|
+
import wcd9216ea897894e7bb6f3f1ff13015966 from './ux/oxide/treeview/Treeview_v2';
|
323
324
|
import wc1e7fa637f4914cbeb9ceb6d577fec150 from './ux/oxide/validation/Validation';
|
324
325
|
import wc87d2f5f7fa15440ba71dbb642b0dcf38 from './ux/post/templates/PostTemplate';
|
325
326
|
import wc8270a3e368484538870b0bc4a6654234 from './ux/properties/block/PropertyBlock';
|
@@ -392,9 +393,11 @@ import wc54730f05dd2c4f2da1c830b3985b36a9 from './ux/aurora/components/typograph
|
|
392
393
|
import wc99a73153b5c647da9d6de517f51e53f0 from './ux/aurora/components/typography/TypographyEditor';
|
393
394
|
import wc2f742a14a560434abb899360a69c314b from './ux/aurora/components/typography/TypographyBlueprintsViewer';
|
394
395
|
import wc6bcccc7dd1c74fe591a660641ac62cd7 from './ux/aurora/components/viewtemplatepicker/ViewTemplatePicker';
|
396
|
+
import wcd9508940e4fc434687528eb890ae70e9 from './ux/commandpalette/commands/api-explorer/components/ApiExplorer';
|
395
397
|
import wc4fc2b52f62484d5caced1c31f7ead58b from './ux/enterpriseproperties/display/datafield/DataFieldDisplay';
|
396
398
|
import wc8bb3a534205140f58cea8130e5b10715 from './ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay';
|
397
399
|
import wc08f6ee02c5d94b648f630ec352fdd94c from './ux/enterpriseproperties/display/personfield/PersonFieldDisplay';
|
400
|
+
import wc1cb9cb57345b41c3bae66e9bab8cf454 from './ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay';
|
398
401
|
import wcbb27e780de41442fa9cab8cef6c71100 from './ux/enterpriseproperties/edit/datafield/DataFieldEdit';
|
399
402
|
import wcf689d794d21e48389aa2504cc5798d65 from './ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit';
|
400
403
|
import wc4a5ec32ee02846e7b89b47a710a0268a from './ux/enterpriseproperties/edit/personfield/PersonFieldEdit';
|
@@ -476,6 +479,7 @@ import wcb197c5e805cc4d6bb3d012e258560b31 from './ux/velcron/components/definiti
|
|
476
479
|
import wcdabd67ab338243858fe7d1ca24399995 from './ux/velcron/components/propertieseditor/VelcronPropertiesEditor';
|
477
480
|
import wc4683b11ac40a45aa8c2be12812ab1f1c from './ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor';
|
478
481
|
import wc5688474abe554cabb34c696620eb6be1 from './ux/velcron/renderer/editors/PropertyEditorCreator';
|
482
|
+
import wc5f2b027f921049a4ac00fca5864d84ed from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/display/enterprisekeywordsfield/EnterpriseKeywordsFieldDisplay';
|
479
483
|
import wc9c02218206624a9dbc979d23148f5d83 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/display/taxonomyfield/TaxonomyFieldDisplay';
|
480
484
|
import wceda3a2e37278443899fcdc1e9dd694f4 from '../../fx-sp/internal-do-not-import-from-here/ux/enterpriseproperties/settings/taxonomyfield/TaxonomyFieldSettings';
|
481
485
|
import wcdb625bea89b04f32a946efe7a887c7f2 from '../../fx-sp/internal-do-not-import-from-here/ux/filterengine/components/settings/TaxonomyPropertySettings';
|
@@ -505,7 +509,6 @@ import wc682077b575c74b2086cbf438346e0ed3 from './ux/aurora/admin/blades/templat
|
|
505
509
|
import wc5e7631b4411b498eafa68ebde2136cc5 from './ux/aurora/admin/blades/themedesigner/ThemeDesigner';
|
506
510
|
import wc136c9c57149747f198180bdf38a6b297 from './ux/aurora/admin/blades/themedesigner/PreviewJourney';
|
507
511
|
import wcbed95d1ec67f4a15986fc72adebdb78f from './ux/aurora/admin/blades/themes/ThemesJourney';
|
508
|
-
import wcd9508940e4fc434687528eb890ae70e9 from './ux/commandpalette/commands/api-explorer/components/ApiExplorer';
|
509
512
|
import wcf5cf0b4975644d688124880ae533869e from './ux/layoutcanvas/editor/settings/backgroundsettings/BackgroundSettings';
|
510
513
|
import wc2e52c0d860ec498fa3abf6b76eacc45d from './ux/layoutcanvas/editor/settings/block/Header';
|
511
514
|
import wc9666ee9da0af46ac8354f0577050cb60 from './ux/layoutcanvas/editor/settings/block/Spacing';
|
@@ -3905,6 +3908,15 @@ declare global {
|
|
3905
3908
|
} : typeof wc6bcccc7dd1c74fe591a660641ac62cd7;
|
3906
3909
|
};
|
3907
3910
|
};
|
3911
|
+
"api": {
|
3912
|
+
"explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
|
3913
|
+
propsDefinition: infer TProp;
|
3914
|
+
} ? {
|
3915
|
+
new (...args: any[]): {
|
3916
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3917
|
+
};
|
3918
|
+
} : typeof wcd9508940e4fc434687528eb890ae70e9;
|
3919
|
+
};
|
3908
3920
|
"enterpriseproperties": {
|
3909
3921
|
"datafield": {
|
3910
3922
|
"display": typeof wc4fc2b52f62484d5caced1c31f7ead58b extends {
|
@@ -3955,6 +3967,13 @@ declare global {
|
|
3955
3967
|
} : typeof wc4a5ec32ee02846e7b89b47a710a0268a;
|
3956
3968
|
};
|
3957
3969
|
"tags": {
|
3970
|
+
"display": typeof wc1cb9cb57345b41c3bae66e9bab8cf454 extends {
|
3971
|
+
propsDefinition: infer TProp;
|
3972
|
+
} ? {
|
3973
|
+
new (...args: any[]): {
|
3974
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
3975
|
+
};
|
3976
|
+
} : typeof wc1cb9cb57345b41c3bae66e9bab8cf454;
|
3958
3977
|
"edit": typeof wc65c3c7b9916e4243b56436166f2c94ae extends {
|
3959
3978
|
propsDefinition: infer TProp;
|
3960
3979
|
} ? {
|
@@ -3983,6 +4002,15 @@ declare global {
|
|
3983
4002
|
} : typeof wc4ecc566131194348b7ec8495a06d4fd6;
|
3984
4003
|
};
|
3985
4004
|
};
|
4005
|
+
"enterprisekeywords": {
|
4006
|
+
"display": typeof wc5f2b027f921049a4ac00fca5864d84ed extends {
|
4007
|
+
propsDefinition: infer TProp;
|
4008
|
+
} ? {
|
4009
|
+
new (...args: any[]): {
|
4010
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4011
|
+
};
|
4012
|
+
} : typeof wc5f2b027f921049a4ac00fca5864d84ed;
|
4013
|
+
};
|
3986
4014
|
"taxonomy": {
|
3987
4015
|
"display": typeof wc9c02218206624a9dbc979d23148f5d83 extends {
|
3988
4016
|
propsDefinition: infer TProp;
|
@@ -4102,15 +4130,6 @@ declare global {
|
|
4102
4130
|
};
|
4103
4131
|
};
|
4104
4132
|
};
|
4105
|
-
"api": {
|
4106
|
-
"explorer": typeof wcd9508940e4fc434687528eb890ae70e9 extends {
|
4107
|
-
propsDefinition: infer TProp;
|
4108
|
-
} ? {
|
4109
|
-
new (...args: any[]): {
|
4110
|
-
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
4111
|
-
};
|
4112
|
-
} : typeof wcd9508940e4fc434687528eb890ae70e9;
|
4113
|
-
};
|
4114
4133
|
"add": {
|
4115
4134
|
"button": typeof wc1476702e8f24468d9185322be5931c54 extends {
|
4116
4135
|
propsDefinition: infer TProp;
|
@@ -5222,13 +5241,20 @@ declare global {
|
|
5222
5241
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5223
5242
|
};
|
5224
5243
|
} : typeof wc19adb19938604f41b10f3a00eb3eb534;
|
5225
|
-
"
|
5244
|
+
"treeviewold": typeof wcc617a9d7e25249929c41becb55905973 extends {
|
5226
5245
|
propsDefinition: infer TProp;
|
5227
5246
|
} ? {
|
5228
5247
|
new (...args: any[]): {
|
5229
5248
|
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5230
5249
|
};
|
5231
5250
|
} : typeof wcc617a9d7e25249929c41becb55905973;
|
5251
|
+
"treeview": typeof wcd9216ea897894e7bb6f3f1ff13015966 extends {
|
5252
|
+
propsDefinition: infer TProp;
|
5253
|
+
} ? {
|
5254
|
+
new (...args: any[]): {
|
5255
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
5256
|
+
};
|
5257
|
+
} : typeof wcd9216ea897894e7bb6f3f1ff13015966;
|
5232
5258
|
"validation": typeof wc1e7fa637f4914cbeb9ceb6d577fec150 extends {
|
5233
5259
|
propsDefinition: infer TProp;
|
5234
5260
|
} ? {
|
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.311-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.311-dev",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.11.7",
|