@omnia/fx 8.0.216-dev → 8.0.219-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/ux/Styles.stylex.d.ts +362 -122
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/ActiveGroupListing.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/DeletedGroupListing.d.ts +6 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +10 -5
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserManagementConstants.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/tabs/AuthenticationTab.d.ts +13 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +6 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +13 -36
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +6 -8
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +27 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/markdown/patches/EditorScrollPatch.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +24 -18
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +58 -82
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +48 -68
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +50 -70
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +65 -44
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +681 -1061
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentRenderer.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector copy.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/BorderSelector.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar copy.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/components/DefinitionToolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/EditorRenderingHooks.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +135 -203
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentPropertyDescriptorTemplates.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +14 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ImageEditor.d.ts +14 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +24 -26
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.css.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlock.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.css.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/ContentBlockSettings.d.ts +0 -16
- /package/internal-do-not-import-from-here/ux/oxide/appbar/{Appbar.css.d.ts → Appbar.stylex.d.ts} +0 -0
@@ -1,21 +1,27 @@
|
|
1
|
-
export declare const treeViewStylex:
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
}>, typeof import("@stylexjs/stylex/lib/StyleXTypes").StyleXInlineStylesTag];
|
9
|
-
readonly containerWrapper: (otreeContainerWrapperBackgroundColor: string) => readonly [Readonly<{
|
10
|
-
background: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"background", string>;
|
11
|
-
}>, typeof import("@stylexjs/stylex/lib/StyleXTypes").StyleXInlineStylesTag];
|
12
|
-
readonly expandedAnimation: Readonly<{
|
13
|
-
readonly transition: import("@stylexjs/stylex/lib/StyleXTypes").StyleXClassNameFor<"transition", "0.4s">;
|
1
|
+
export declare const treeViewStylex: {
|
2
|
+
titleWrapper: (hoverBackgroundColor: string) => Readonly<import("../../Styles.stylex").StylexType>;
|
3
|
+
containerWrapper: (background: string) => Readonly<{
|
4
|
+
className?: string;
|
5
|
+
style?: Readonly<{
|
6
|
+
[$$Key$$: string]: string | number;
|
7
|
+
}>;
|
14
8
|
}>;
|
15
|
-
|
16
|
-
|
9
|
+
expandedAnimation: Readonly<{
|
10
|
+
className?: string;
|
11
|
+
style?: Readonly<{
|
12
|
+
[$$Key$$: string]: string | number;
|
13
|
+
}>;
|
17
14
|
}>;
|
18
|
-
|
19
|
-
|
15
|
+
expandedIcon: Readonly<{
|
16
|
+
className?: string;
|
17
|
+
style?: Readonly<{
|
18
|
+
[$$Key$$: string]: string | number;
|
19
|
+
}>;
|
20
20
|
}>;
|
21
|
-
|
21
|
+
collapsedIcon: Readonly<{
|
22
|
+
className?: string;
|
23
|
+
style?: Readonly<{
|
24
|
+
[$$Key$$: string]: string | number;
|
25
|
+
}>;
|
26
|
+
}>;
|
27
|
+
};
|
@@ -1,88 +1,64 @@
|
|
1
1
|
import { UserIdentity } from "@omnia/fx-models";
|
2
|
-
declare const _default: {
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
required: false;
|
17
|
-
};
|
18
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
19
|
-
removeElementAfterClosing: {
|
20
|
-
type: BooleanConstructor;
|
21
|
-
};
|
22
|
-
"onUpdate:user": {
|
23
|
-
type: import("vue").PropType<(value: UserIdentity) => any>;
|
24
|
-
};
|
25
|
-
"v-model:user": {
|
26
|
-
type: import("vue").PropType<UserIdentity>;
|
27
|
-
required: false;
|
28
|
-
};
|
29
|
-
user: {
|
30
|
-
type: import("vue").PropType<UserIdentity>;
|
31
|
-
required: false;
|
32
|
-
};
|
33
|
-
}>>, {
|
34
|
-
removeElementAfterClosing: boolean;
|
35
|
-
}, true, {}, {}, {
|
36
|
-
P: {};
|
37
|
-
B: {};
|
38
|
-
D: {};
|
39
|
-
C: {};
|
40
|
-
M: {};
|
41
|
-
Defaults: {};
|
42
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
43
|
-
removeElementAfterClosing: {
|
44
|
-
type: BooleanConstructor;
|
45
|
-
};
|
46
|
-
"onUpdate:user": {
|
47
|
-
type: import("vue").PropType<(value: UserIdentity) => any>;
|
48
|
-
};
|
49
|
-
"v-model:user": {
|
50
|
-
type: import("vue").PropType<UserIdentity>;
|
51
|
-
required: false;
|
52
|
-
};
|
53
|
-
user: {
|
54
|
-
type: import("vue").PropType<UserIdentity>;
|
55
|
-
required: false;
|
56
|
-
};
|
57
|
-
}>>, () => JSX.Element, {}, {}, {}, {
|
58
|
-
removeElementAfterClosing: boolean;
|
59
|
-
}>;
|
60
|
-
__isFragment?: never;
|
61
|
-
__isTeleport?: never;
|
62
|
-
__isSuspense?: never;
|
63
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
64
|
-
removeElementAfterClosing: {
|
65
|
-
type: BooleanConstructor;
|
66
|
-
};
|
67
|
-
"onUpdate:user": {
|
68
|
-
type: import("vue").PropType<(value: UserIdentity) => any>;
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
"v-model"?: UserIdentity;
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: UserIdentity) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: UserIdentity;
|
8
|
+
} & {
|
9
|
+
removeElementAfterClosing?: boolean;
|
10
|
+
}>) => {
|
11
|
+
$: import("vue").ComponentInternalInstance;
|
12
|
+
$data: {};
|
13
|
+
$props: {};
|
14
|
+
$attrs: {
|
15
|
+
[x: string]: unknown;
|
69
16
|
};
|
70
|
-
|
71
|
-
|
72
|
-
required: false;
|
17
|
+
$refs: {
|
18
|
+
[x: string]: unknown;
|
73
19
|
};
|
74
|
-
|
75
|
-
|
76
|
-
|
20
|
+
$slots: Readonly<{
|
21
|
+
[name: string]: import("vue").Slot<any>;
|
22
|
+
}>;
|
23
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
24
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$emit: (event: string, ...args: any[]) => void;
|
26
|
+
$el: any;
|
27
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
28
|
+
beforeCreate?: (() => void) | (() => void)[];
|
29
|
+
created?: (() => void) | (() => void)[];
|
30
|
+
beforeMount?: (() => void) | (() => void)[];
|
31
|
+
mounted?: (() => void) | (() => void)[];
|
32
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
33
|
+
updated?: (() => void) | (() => void)[];
|
34
|
+
activated?: (() => void) | (() => void)[];
|
35
|
+
deactivated?: (() => void) | (() => void)[];
|
36
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
37
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
38
|
+
destroyed?: (() => void) | (() => void)[];
|
39
|
+
unmounted?: (() => void) | (() => void)[];
|
40
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
41
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
77
43
|
};
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
44
|
+
$forceUpdate: () => void;
|
45
|
+
$nextTick: typeof import("vue").nextTick;
|
46
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
47
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
48
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
49
|
+
"v-model"?: UserIdentity;
|
50
|
+
} & {
|
51
|
+
"onUpdate:modelValue"?: (value: UserIdentity) => void;
|
52
|
+
} & {
|
53
|
+
modelValue?: UserIdentity;
|
54
|
+
} & {
|
83
55
|
removeElementAfterClosing?: boolean;
|
84
|
-
|
85
|
-
"v-
|
86
|
-
|
87
|
-
};
|
56
|
+
}> & {
|
57
|
+
"v-slots"?: {
|
58
|
+
default?: import("vue").Slot;
|
59
|
+
} & {};
|
60
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "removeElementAfterClosing">;
|
61
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
62
|
+
[key: string]: any;
|
63
|
+
}>;
|
88
64
|
export default _default;
|
package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
import { ToolbarExtension } from "../../ToolbarExtension";
|
2
|
-
import { HashTagToolbarProperties, HashTagMenuBar, EditorHashTagMenuBar, IHashTagMenuBarDefinition,
|
2
|
+
import { HashTagToolbarProperties, HashTagMenuBar, EditorHashTagMenuBar, IHashTagMenuBarDefinition, Tag, PromotedTagOptions } from "../../../../models";
|
3
3
|
import { RichTextContentExtensionData } from "../../RichTextContentHelper";
|
4
|
+
import { Editor } from "@tiptap/vue-3";
|
4
5
|
export declare class HashTagMenuBarDefinition implements IHashTagMenuBarDefinition {
|
5
6
|
constructor();
|
6
7
|
_items: Array<Tag>;
|
@@ -21,7 +22,7 @@ export declare class HashTagMenuBarDefinition implements IHashTagMenuBarDefiniti
|
|
21
22
|
}
|
22
23
|
export default class HashTagToolbar extends ToolbarExtension implements HashTagToolbarProperties {
|
23
24
|
menubar: EditorHashTagMenuBar;
|
24
|
-
editor:
|
25
|
+
editor: Editor;
|
25
26
|
onContentChanged?: (content: string, extensionName?: string, data?: RichTextContentExtensionData, pushChange?: boolean) => void;
|
26
27
|
menuHandler: (menubar: IHashTagMenuBarDefinition) => void;
|
27
28
|
selectTag: (tag: Tag) => void;
|
@@ -6,78 +6,58 @@ export declare const mediaPickerEditorExtension: () => {
|
|
6
6
|
getConfiguration(): {
|
7
7
|
nodes: import("@tiptap/core").Node<any, any>[];
|
8
8
|
toolbarItems: {
|
9
|
-
toolbar: {
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
onContentChanged: {
|
18
|
-
type: import("vue").PropType<(content: string) => void>;
|
19
|
-
};
|
20
|
-
menubar: {
|
21
|
-
type: import("vue").PropType<import("@omnia/fx-models").MediaPickerMenuBar>;
|
22
|
-
};
|
23
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
mediaPicker: {
|
25
|
-
type: import("vue").PropType<MediaPickerProps>;
|
26
|
-
};
|
27
|
-
editor: {
|
28
|
-
type: import("vue").PropType<import("@omnia/fx-models").TipTapEditor>;
|
29
|
-
};
|
30
|
-
onContentChanged: {
|
31
|
-
type: import("vue").PropType<(content: string) => void>;
|
32
|
-
};
|
33
|
-
menubar: {
|
34
|
-
type: import("vue").PropType<import("@omnia/fx-models").MediaPickerMenuBar>;
|
35
|
-
};
|
36
|
-
}>>, {}, true, {}, {}, {
|
37
|
-
P: {};
|
38
|
-
B: {};
|
39
|
-
D: {};
|
40
|
-
C: {};
|
41
|
-
M: {};
|
42
|
-
Defaults: {};
|
43
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
44
|
-
mediaPicker: {
|
45
|
-
type: import("vue").PropType<MediaPickerProps>;
|
46
|
-
};
|
47
|
-
editor: {
|
48
|
-
type: import("vue").PropType<import("@omnia/fx-models").TipTapEditor>;
|
49
|
-
};
|
50
|
-
onContentChanged: {
|
51
|
-
type: import("vue").PropType<(content: string) => void>;
|
52
|
-
};
|
53
|
-
menubar: {
|
54
|
-
type: import("vue").PropType<import("@omnia/fx-models").MediaPickerMenuBar>;
|
55
|
-
};
|
56
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
57
|
-
__isFragment?: never;
|
58
|
-
__isTeleport?: never;
|
59
|
-
__isSuspense?: never;
|
60
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
61
|
-
mediaPicker: {
|
62
|
-
type: import("vue").PropType<MediaPickerProps>;
|
9
|
+
toolbar: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
10
|
+
mediaPicker?: MediaPickerProps;
|
11
|
+
} & import("@omnia/fx/ux").DefineEmit<"contentChanged", (content: string) => void>>) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
63
17
|
};
|
64
|
-
|
65
|
-
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
66
20
|
};
|
67
|
-
|
68
|
-
|
21
|
+
$slots: Readonly<{
|
22
|
+
[name: string]: import("vue").Slot<any>;
|
23
|
+
}>;
|
24
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
25
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
26
|
+
$emit: (event: string, ...args: any[]) => void;
|
27
|
+
$el: any;
|
28
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
29
|
+
beforeCreate?: (() => void) | (() => void)[];
|
30
|
+
created?: (() => void) | (() => void)[];
|
31
|
+
beforeMount?: (() => void) | (() => void)[];
|
32
|
+
mounted?: (() => void) | (() => void)[];
|
33
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
34
|
+
updated?: (() => void) | (() => void)[];
|
35
|
+
activated?: (() => void) | (() => void)[];
|
36
|
+
deactivated?: (() => void) | (() => void)[];
|
37
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
38
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
39
|
+
destroyed?: (() => void) | (() => void)[];
|
40
|
+
unmounted?: (() => void) | (() => void)[];
|
41
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
42
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
43
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
69
44
|
};
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
}
|
74
|
-
propsDefinition:
|
75
|
-
menubar?: import("@omnia/fx-models").MediaPickerMenuBar;
|
76
|
-
editor?: import("@omnia/fx-models").TipTapEditor;
|
45
|
+
$forceUpdate: () => void;
|
46
|
+
$nextTick: typeof import("vue").nextTick;
|
47
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
48
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
49
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
77
50
|
mediaPicker?: MediaPickerProps;
|
78
|
-
|
79
|
-
|
80
|
-
|
51
|
+
} & import("@omnia/fx/ux").DefineEmit<"contentChanged", (content: string) => void>> & {
|
52
|
+
"v-slots"?: {
|
53
|
+
default?: import("vue").Slot;
|
54
|
+
} & {};
|
55
|
+
} & {
|
56
|
+
onContentChanged?: (content: string) => any;
|
57
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mediaPicker">;
|
58
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
59
|
+
[key: string]: any;
|
60
|
+
}>;
|
81
61
|
configuration: {
|
82
62
|
mediaPicker: MediaPickerProps;
|
83
63
|
};
|
@@ -1,75 +1,55 @@
|
|
1
|
-
import { MediaPickerProps } from "@omnia/fx/ux";
|
2
|
-
import {
|
3
|
-
declare const _default: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
onContentChanged: {
|
12
|
-
type: import("vue").PropType<(content: string) => void>;
|
13
|
-
};
|
14
|
-
menubar: {
|
15
|
-
type: import("vue").PropType<MediaPickerMenuBar>;
|
16
|
-
};
|
17
|
-
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
18
|
-
mediaPicker: {
|
19
|
-
type: import("vue").PropType<MediaPickerProps>;
|
20
|
-
};
|
21
|
-
editor: {
|
22
|
-
type: import("vue").PropType<TipTapEditor>;
|
23
|
-
};
|
24
|
-
onContentChanged: {
|
25
|
-
type: import("vue").PropType<(content: string) => void>;
|
26
|
-
};
|
27
|
-
menubar: {
|
28
|
-
type: import("vue").PropType<MediaPickerMenuBar>;
|
29
|
-
};
|
30
|
-
}>>, {}, true, {}, {}, {
|
31
|
-
P: {};
|
32
|
-
B: {};
|
33
|
-
D: {};
|
34
|
-
C: {};
|
35
|
-
M: {};
|
36
|
-
Defaults: {};
|
37
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
38
|
-
mediaPicker: {
|
39
|
-
type: import("vue").PropType<MediaPickerProps>;
|
40
|
-
};
|
41
|
-
editor: {
|
42
|
-
type: import("vue").PropType<TipTapEditor>;
|
43
|
-
};
|
44
|
-
onContentChanged: {
|
45
|
-
type: import("vue").PropType<(content: string) => void>;
|
46
|
-
};
|
47
|
-
menubar: {
|
48
|
-
type: import("vue").PropType<MediaPickerMenuBar>;
|
49
|
-
};
|
50
|
-
}>>, () => JSX.Element, {}, {}, {}, {}>;
|
51
|
-
__isFragment?: never;
|
52
|
-
__isTeleport?: never;
|
53
|
-
__isSuspense?: never;
|
54
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
55
|
-
mediaPicker: {
|
56
|
-
type: import("vue").PropType<MediaPickerProps>;
|
1
|
+
import { DefineEmit, MediaPickerProps } from "@omnia/fx/ux";
|
2
|
+
import { nextTick } from "vue";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
mediaPicker?: MediaPickerProps;
|
5
|
+
} & DefineEmit<"contentChanged", (content: string) => void>>) => {
|
6
|
+
$: import("vue").ComponentInternalInstance;
|
7
|
+
$data: {};
|
8
|
+
$props: {};
|
9
|
+
$attrs: {
|
10
|
+
[x: string]: unknown;
|
57
11
|
};
|
58
|
-
|
59
|
-
|
12
|
+
$refs: {
|
13
|
+
[x: string]: unknown;
|
60
14
|
};
|
61
|
-
|
62
|
-
|
15
|
+
$slots: Readonly<{
|
16
|
+
[name: string]: import("vue").Slot<any>;
|
17
|
+
}>;
|
18
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
19
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
20
|
+
$emit: (event: string, ...args: any[]) => void;
|
21
|
+
$el: any;
|
22
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
23
|
+
beforeCreate?: (() => void) | (() => void)[];
|
24
|
+
created?: (() => void) | (() => void)[];
|
25
|
+
beforeMount?: (() => void) | (() => void)[];
|
26
|
+
mounted?: (() => void) | (() => void)[];
|
27
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
28
|
+
updated?: (() => void) | (() => void)[];
|
29
|
+
activated?: (() => void) | (() => void)[];
|
30
|
+
deactivated?: (() => void) | (() => void)[];
|
31
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
32
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
33
|
+
destroyed?: (() => void) | (() => void)[];
|
34
|
+
unmounted?: (() => void) | (() => void)[];
|
35
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
36
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
37
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
63
38
|
};
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
}
|
68
|
-
propsDefinition:
|
69
|
-
menubar?: MediaPickerMenuBar;
|
70
|
-
editor?: TipTapEditor;
|
39
|
+
$forceUpdate: () => void;
|
40
|
+
$nextTick: typeof nextTick;
|
41
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
42
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
43
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
71
44
|
mediaPicker?: MediaPickerProps;
|
72
|
-
|
73
|
-
|
74
|
-
|
45
|
+
} & DefineEmit<"contentChanged", (content: string) => void>> & {
|
46
|
+
"v-slots"?: {
|
47
|
+
default?: import("vue").Slot;
|
48
|
+
} & {};
|
49
|
+
} & {
|
50
|
+
onContentChanged?: (content: string) => any;
|
51
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mediaPicker">;
|
52
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
53
|
+
[key: string]: any;
|
54
|
+
}>;
|
75
55
|
export default _default;
|
@@ -1,48 +1,69 @@
|
|
1
1
|
import { guid, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
|
2
2
|
import { ServiceContainerContext } from "@omnia/fx";
|
3
|
-
declare const _default: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
userTypeId: guid;
|
5
|
+
} & {
|
6
|
+
editMode?: Boolean;
|
7
|
+
} & {
|
8
|
+
getApi?: (api: LayoutRendererCanvasApi) => void;
|
9
|
+
} & {
|
10
|
+
serviceContainerContext?: ServiceContainerContext;
|
11
|
+
} & {
|
12
|
+
mode?: UserTypeLayoutMode;
|
13
|
+
}>) => {
|
14
|
+
$: import("vue").ComponentInternalInstance;
|
15
|
+
$data: {};
|
16
|
+
$props: {};
|
17
|
+
$attrs: {
|
18
|
+
[x: string]: unknown;
|
19
|
+
};
|
20
|
+
$refs: {
|
21
|
+
[x: string]: unknown;
|
22
|
+
};
|
23
|
+
$slots: Readonly<{
|
24
|
+
[name: string]: import("vue").Slot<any>;
|
25
|
+
}>;
|
26
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
27
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
28
|
+
$emit: (event: string, ...args: any[]) => void;
|
29
|
+
$el: any;
|
30
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
31
|
+
beforeCreate?: (() => void) | (() => void)[];
|
32
|
+
created?: (() => void) | (() => void)[];
|
33
|
+
beforeMount?: (() => void) | (() => void)[];
|
34
|
+
mounted?: (() => void) | (() => void)[];
|
35
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
36
|
+
updated?: (() => void) | (() => void)[];
|
37
|
+
activated?: (() => void) | (() => void)[];
|
38
|
+
deactivated?: (() => void) | (() => void)[];
|
39
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
40
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
41
|
+
destroyed?: (() => void) | (() => void)[];
|
42
|
+
unmounted?: (() => void) | (() => void)[];
|
43
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
44
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
45
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
46
|
+
};
|
47
|
+
$forceUpdate: () => void;
|
48
|
+
$nextTick: typeof import("vue").nextTick;
|
49
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
50
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
51
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
52
|
+
userTypeId: guid;
|
53
|
+
} & {
|
54
|
+
editMode?: Boolean;
|
55
|
+
} & {
|
44
56
|
getApi?: (api: LayoutRendererCanvasApi) => void;
|
45
|
-
|
46
|
-
|
47
|
-
}
|
57
|
+
} & {
|
58
|
+
serviceContainerContext?: ServiceContainerContext;
|
59
|
+
} & {
|
60
|
+
mode?: UserTypeLayoutMode;
|
61
|
+
}> & {
|
62
|
+
"v-slots"?: {
|
63
|
+
default?: import("vue").Slot;
|
64
|
+
} & {};
|
65
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "serviceContainerContext" | "userTypeId" | "getApi" | "editMode">;
|
66
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
67
|
+
[key: string]: any;
|
68
|
+
}>;
|
48
69
|
export default _default;
|