@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
@@ -0,0 +1,80 @@
|
|
1
|
+
import { DynamicState, ThemeDefinitionV2, VelcronSectionInstance } from "@omnia/fx-models";
|
2
|
+
import { EditorRenderingHooks } from "./models";
|
3
|
+
export interface ContentEditorVelcronState extends DynamicState {
|
4
|
+
content: {
|
5
|
+
[id: string]: unknown;
|
6
|
+
};
|
7
|
+
}
|
8
|
+
declare const _default: {
|
9
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
10
|
+
sections: {
|
11
|
+
type: import("vue").PropType<VelcronSectionInstance[]>;
|
12
|
+
};
|
13
|
+
editMode: {
|
14
|
+
type: import("vue").PropType<boolean>;
|
15
|
+
};
|
16
|
+
themeDefinition: {
|
17
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
18
|
+
};
|
19
|
+
hooks: {
|
20
|
+
type: import("vue").PropType<EditorRenderingHooks>;
|
21
|
+
};
|
22
|
+
}>>, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
23
|
+
sections: {
|
24
|
+
type: import("vue").PropType<VelcronSectionInstance[]>;
|
25
|
+
};
|
26
|
+
editMode: {
|
27
|
+
type: import("vue").PropType<boolean>;
|
28
|
+
};
|
29
|
+
themeDefinition: {
|
30
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
31
|
+
};
|
32
|
+
hooks: {
|
33
|
+
type: import("vue").PropType<EditorRenderingHooks>;
|
34
|
+
};
|
35
|
+
}>>, {}, true, {}, {}, {
|
36
|
+
P: {};
|
37
|
+
B: {};
|
38
|
+
D: {};
|
39
|
+
C: {};
|
40
|
+
M: {};
|
41
|
+
Defaults: {};
|
42
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
43
|
+
sections: {
|
44
|
+
type: import("vue").PropType<VelcronSectionInstance[]>;
|
45
|
+
};
|
46
|
+
editMode: {
|
47
|
+
type: import("vue").PropType<boolean>;
|
48
|
+
};
|
49
|
+
themeDefinition: {
|
50
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
51
|
+
};
|
52
|
+
hooks: {
|
53
|
+
type: import("vue").PropType<EditorRenderingHooks>;
|
54
|
+
};
|
55
|
+
}>>, () => JSX.Element[], {}, {}, {}, {}>;
|
56
|
+
__isFragment?: never;
|
57
|
+
__isTeleport?: never;
|
58
|
+
__isSuspense?: never;
|
59
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
60
|
+
sections: {
|
61
|
+
type: import("vue").PropType<VelcronSectionInstance[]>;
|
62
|
+
};
|
63
|
+
editMode: {
|
64
|
+
type: import("vue").PropType<boolean>;
|
65
|
+
};
|
66
|
+
themeDefinition: {
|
67
|
+
type: import("vue").PropType<ThemeDefinitionV2>;
|
68
|
+
};
|
69
|
+
hooks: {
|
70
|
+
type: import("vue").PropType<EditorRenderingHooks>;
|
71
|
+
};
|
72
|
+
}>>, () => JSX.Element[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
73
|
+
propsDefinition: Omit<Readonly<{} & {
|
74
|
+
themeDefinition?: ThemeDefinitionV2;
|
75
|
+
editMode?: boolean;
|
76
|
+
hooks?: EditorRenderingHooks;
|
77
|
+
sections?: VelcronSectionInstance[];
|
78
|
+
}>, never>;
|
79
|
+
};
|
80
|
+
export default _default;
|
@@ -0,0 +1,60 @@
|
|
1
|
+
import { VelcronSectionInstance } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
+
"v-model"?: VelcronSectionInstance;
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: VelcronSectionInstance) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: VelcronSectionInstance;
|
8
|
+
}>) => {
|
9
|
+
$: import("vue").ComponentInternalInstance;
|
10
|
+
$data: {};
|
11
|
+
$props: {};
|
12
|
+
$attrs: {
|
13
|
+
[x: string]: unknown;
|
14
|
+
};
|
15
|
+
$refs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$slots: Readonly<{
|
19
|
+
[name: string]: import("vue").Slot<any>;
|
20
|
+
}>;
|
21
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
22
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
23
|
+
$emit: (event: string, ...args: any[]) => void;
|
24
|
+
$el: any;
|
25
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
26
|
+
beforeCreate?: (() => void) | (() => void)[];
|
27
|
+
created?: (() => void) | (() => void)[];
|
28
|
+
beforeMount?: (() => void) | (() => void)[];
|
29
|
+
mounted?: (() => void) | (() => void)[];
|
30
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
31
|
+
updated?: (() => void) | (() => void)[];
|
32
|
+
activated?: (() => void) | (() => void)[];
|
33
|
+
deactivated?: (() => void) | (() => void)[];
|
34
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
35
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
36
|
+
destroyed?: (() => void) | (() => void)[];
|
37
|
+
unmounted?: (() => void) | (() => void)[];
|
38
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
39
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
40
|
+
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)[];
|
41
|
+
};
|
42
|
+
$forceUpdate: () => void;
|
43
|
+
$nextTick: typeof import("vue").nextTick;
|
44
|
+
$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;
|
45
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
46
|
+
propsDefinition: import("@omnia/fx/ux").ExtractProps<{
|
47
|
+
"v-model"?: VelcronSectionInstance;
|
48
|
+
} & {
|
49
|
+
"onUpdate:modelValue"?: (value: VelcronSectionInstance) => void;
|
50
|
+
} & {
|
51
|
+
modelValue?: VelcronSectionInstance;
|
52
|
+
}> & {
|
53
|
+
"v-slots"?: {
|
54
|
+
default?: import("vue").Slot;
|
55
|
+
} & {};
|
56
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue">;
|
57
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
58
|
+
[key: string]: any;
|
59
|
+
}>;
|
60
|
+
export default _default;
|
@@ -0,0 +1,65 @@
|
|
1
|
+
import { VelcronSectionInstance } from "@omnia/fx-models";
|
2
|
+
type ToolbarVariant = "default" | "reference";
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
"v-model"?: VelcronSectionInstance;
|
5
|
+
} & {
|
6
|
+
"onUpdate:modelValue"?: (value: VelcronSectionInstance) => void;
|
7
|
+
} & {
|
8
|
+
modelValue?: VelcronSectionInstance;
|
9
|
+
} & {
|
10
|
+
variant?: ToolbarVariant;
|
11
|
+
}>) => {
|
12
|
+
$: import("vue").ComponentInternalInstance;
|
13
|
+
$data: {};
|
14
|
+
$props: {};
|
15
|
+
$attrs: {
|
16
|
+
[x: string]: unknown;
|
17
|
+
};
|
18
|
+
$refs: {
|
19
|
+
[x: string]: unknown;
|
20
|
+
};
|
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)[];
|
44
|
+
};
|
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<{
|
50
|
+
"v-model"?: VelcronSectionInstance;
|
51
|
+
} & {
|
52
|
+
"onUpdate:modelValue"?: (value: VelcronSectionInstance) => void;
|
53
|
+
} & {
|
54
|
+
modelValue?: VelcronSectionInstance;
|
55
|
+
} & {
|
56
|
+
variant?: ToolbarVariant;
|
57
|
+
}> & {
|
58
|
+
"v-slots"?: {
|
59
|
+
default?: import("vue").Slot;
|
60
|
+
} & {};
|
61
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "variant">;
|
62
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
63
|
+
[key: string]: any;
|
64
|
+
}>;
|
65
|
+
export default _default;
|
@@ -14,4 +14,11 @@ export interface EditorRenderingHooks {
|
|
14
14
|
renderExtensions?: (item: VelcronDefinition, renderContext: VelcronRenderContext) => VNodeChild;
|
15
15
|
onItemSelected?: (item: VelcronDefinition, renderContext: VelcronRenderContext) => void;
|
16
16
|
};
|
17
|
+
item?: {
|
18
|
+
onItemClicked?: (item: VelcronSectionInstance) => void;
|
19
|
+
onItemDblClicked?: (item: VelcronSectionInstance) => void;
|
20
|
+
onMouseenter?: (item: VelcronSectionInstance) => void;
|
21
|
+
onMouseleave?: (item: VelcronSectionInstance) => void;
|
22
|
+
isActive?: (item: VelcronSectionInstance) => boolean;
|
23
|
+
};
|
17
24
|
}
|
@@ -1,5 +1,13 @@
|
|
1
|
-
import { VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration, ContainerBlueprint, ContainerVariant, VelcronSectionInstance, guid } from "@omnia/fx-models";
|
2
|
-
type
|
1
|
+
import { VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration, ContainerBlueprint, ContainerVariant, VelcronSectionInstance, guid, BorderSelectorActionRegistration } from "@omnia/fx-models";
|
2
|
+
type InsertMode = "add" | "change";
|
3
|
+
export interface InsertOptions {
|
4
|
+
preInsert?: boolean;
|
5
|
+
inserRelativeToActive?: boolean;
|
6
|
+
insertMode: InsertMode;
|
7
|
+
}
|
8
|
+
export interface DefinitionSelecttionOptions {
|
9
|
+
categoryFilters?: Array<guid>;
|
10
|
+
}
|
3
11
|
export declare const useVelcronContentEditorStore: () => {
|
4
12
|
get: {
|
5
13
|
contentAsVelcron: () => VelcronAppDefinition<object>[];
|
@@ -18,15 +26,15 @@ export declare const useVelcronContentEditorStore: () => {
|
|
18
26
|
toggleContainerBlueprintPreview: ContainerVariant | ContainerBlueprint;
|
19
27
|
toggleDefinitionPreview: VelcronDefinition;
|
20
28
|
showOverlay: boolean;
|
29
|
+
borderSelectorActions: BorderSelectorActionRegistration[];
|
21
30
|
allowPreviewToggle: boolean;
|
22
31
|
onGoingDragging: boolean;
|
23
32
|
socialMode: boolean;
|
24
33
|
showLoading: boolean;
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
insertMode: insertMode;
|
34
|
+
definitionSelector: {
|
35
|
+
show: boolean;
|
36
|
+
options: DefinitionSelecttionOptions;
|
37
|
+
insertOptions: InsertOptions;
|
30
38
|
};
|
31
39
|
};
|
32
40
|
events: {
|
@@ -42,235 +50,159 @@ export declare const useVelcronContentEditorStore: () => {
|
|
42
50
|
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerVariant | ContainerBlueprint>;
|
43
51
|
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
|
44
52
|
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
53
|
+
onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<BorderSelectorActionRegistration[]>;
|
45
54
|
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
46
55
|
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
47
56
|
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
48
57
|
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
insertMode: insertMode;
|
58
|
+
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
59
|
+
show: boolean;
|
60
|
+
options: DefinitionSelecttionOptions;
|
61
|
+
insertOptions: InsertOptions;
|
54
62
|
}>;
|
55
63
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
56
64
|
actions: {
|
57
65
|
onDispatching: {
|
58
|
-
|
59
|
-
subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
-
};
|
61
|
-
setRendererTypeFilters: {
|
62
|
-
subscribe(fn: (filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
-
};
|
64
|
-
setFixedContentWidth: {
|
65
|
-
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
-
};
|
67
|
-
showDefinitionSelector: {
|
68
|
-
subscribe(fn: (preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
-
};
|
70
|
-
updateSection: {
|
71
|
-
subscribe(fn: (section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
-
};
|
73
|
-
toggleEditorToolbar: {
|
74
|
-
subscribe(fn: (forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
75
|
-
};
|
76
|
-
addByRegistration: {
|
77
|
-
subscribe(fn: (definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
78
|
-
};
|
79
|
-
addBySection: {
|
80
|
-
subscribe(fn: (definitions: VelcronSectionInstance[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
81
|
-
};
|
82
|
-
setActiveDefinition: {
|
83
|
-
subscribe(fn: (definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
|
-
};
|
85
|
-
deleteDefinition: {
|
86
|
-
subscribe(fn: (definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
-
};
|
88
|
-
deleteReferenceDefinition: {
|
89
|
-
subscribe(fn: (definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
-
};
|
91
|
-
removeActiveDefinition: {
|
66
|
+
selectorActions: {
|
92
67
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
93
68
|
};
|
94
|
-
|
95
|
-
subscribe(fn: (definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
|
-
};
|
97
|
-
removeSelectedDefinition: {
|
69
|
+
filters: {
|
98
70
|
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
99
71
|
};
|
100
|
-
|
101
|
-
subscribe(fn: (
|
102
|
-
};
|
103
|
-
updateColorSchema: {
|
104
|
-
subscribe(fn: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
-
};
|
106
|
-
previewContainerBlueprint: {
|
107
|
-
subscribe(fn: (definitionRegistration: VelcronSectionInstance, containerVariant: ContainerVariant | ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
72
|
+
settings: {
|
73
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
108
74
|
};
|
109
|
-
|
110
|
-
subscribe(fn: (
|
75
|
+
editor: {
|
76
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
111
77
|
};
|
112
|
-
|
113
|
-
subscribe(fn: (
|
78
|
+
section: {
|
79
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
114
80
|
};
|
115
|
-
|
116
|
-
subscribe(fn: (
|
81
|
+
definition: {
|
82
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
117
83
|
};
|
118
|
-
|
119
|
-
subscribe(fn: (
|
84
|
+
preview: {
|
85
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
120
86
|
};
|
121
87
|
};
|
122
88
|
onDispatched: {
|
123
|
-
|
124
|
-
subscribe(fn: (result:
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
};
|
153
|
-
|
154
|
-
subscribe(fn: (result:
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
176
|
-
};
|
177
|
-
previewDefinition: {
|
178
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
179
|
-
};
|
180
|
-
changeDefinition: {
|
181
|
-
subscribe(fn: (result: void, definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
182
|
-
};
|
183
|
-
updateDefinition: {
|
184
|
-
subscribe(fn: (result: void, definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
89
|
+
selectorActions: {
|
90
|
+
subscribe(fn: (result: {
|
91
|
+
hideDefaultSelector: () => void;
|
92
|
+
remove: (id: guid) => void;
|
93
|
+
add: (action: BorderSelectorActionRegistration | Array<BorderSelectorActionRegistration>) => void;
|
94
|
+
run: (action: BorderSelectorActionRegistration, options: InsertOptions) => void;
|
95
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
96
|
+
};
|
97
|
+
filters: {
|
98
|
+
subscribe(fn: (result: {
|
99
|
+
setRendererTypeFilters: (filters: Array<guid>) => void;
|
100
|
+
setCategoryFilters: (filters: Array<guid>) => void;
|
101
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
102
|
+
};
|
103
|
+
settings: {
|
104
|
+
subscribe(fn: (result: {
|
105
|
+
setFixedContentWidth: (width: string) => void;
|
106
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
107
|
+
};
|
108
|
+
editor: {
|
109
|
+
subscribe(fn: (result: {
|
110
|
+
showDefinitionSelector: (insertOptions: InsertOptions, selectionOptions?: DefinitionSelecttionOptions) => void;
|
111
|
+
toggleEditorToolbar: (forceHide?: boolean) => void;
|
112
|
+
setActiveDefinition: (definition: VelcronSectionInstance) => void;
|
113
|
+
removeActiveDefinition: () => void;
|
114
|
+
setSelectedDefinition: (definition: VelcronSectionInstance) => void;
|
115
|
+
removeSelectedDefinition: () => void;
|
116
|
+
setDragDropState: (onGoingDragging: boolean) => void;
|
117
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
118
|
+
};
|
119
|
+
section: {
|
120
|
+
subscribe(fn: (result: {
|
121
|
+
update: (section: VelcronSectionInstance) => void;
|
122
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
123
|
+
};
|
124
|
+
definition: {
|
125
|
+
subscribe(fn: (result: {
|
126
|
+
updateColorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void;
|
127
|
+
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) => VelcronSectionInstance;
|
128
|
+
addBySection: (definitions: Array<VelcronSectionInstance>) => void;
|
129
|
+
delete: (definition: VelcronSectionInstance) => void;
|
130
|
+
deleteReference: (definition: VelcronSectionInstance) => any;
|
131
|
+
change: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => VelcronSectionInstance;
|
132
|
+
update: (definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition) => void;
|
133
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
134
|
+
};
|
135
|
+
preview: {
|
136
|
+
subscribe(fn: (result: {
|
137
|
+
containerBlueprint: (definitionRegistration: VelcronSectionInstance, containerVariant: ContainerBlueprint | ContainerVariant, cancelPreview: boolean) => void;
|
138
|
+
colorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
139
|
+
definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
|
140
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
185
141
|
};
|
186
142
|
};
|
187
143
|
onFailure: {
|
188
|
-
|
189
|
-
subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
190
|
-
};
|
191
|
-
setRendererTypeFilters: {
|
192
|
-
subscribe(fn: (failureReason: any, filters: guid[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
193
|
-
};
|
194
|
-
setFixedContentWidth: {
|
195
|
-
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
196
|
-
};
|
197
|
-
showDefinitionSelector: {
|
198
|
-
subscribe(fn: (failureReason: any, preInsert: boolean, insertRelativeToActive?: boolean, changeDefinition?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
199
|
-
};
|
200
|
-
updateSection: {
|
201
|
-
subscribe(fn: (failureReason: any, section: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
202
|
-
};
|
203
|
-
toggleEditorToolbar: {
|
204
|
-
subscribe(fn: (failureReason: any, forceHide?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
205
|
-
};
|
206
|
-
addByRegistration: {
|
207
|
-
subscribe(fn: (failureReason: any, definition: VelcronDefinitionRegistration<object>, setAsActive?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
208
|
-
};
|
209
|
-
addBySection: {
|
210
|
-
subscribe(fn: (failureReason: any, definitions: VelcronSectionInstance[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
211
|
-
};
|
212
|
-
setActiveDefinition: {
|
213
|
-
subscribe(fn: (failureReason: any, definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
214
|
-
};
|
215
|
-
deleteDefinition: {
|
216
|
-
subscribe(fn: (failureReason: any, definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
217
|
-
};
|
218
|
-
deleteReferenceDefinition: {
|
219
|
-
subscribe(fn: (failureReason: any, definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
220
|
-
};
|
221
|
-
removeActiveDefinition: {
|
144
|
+
selectorActions: {
|
222
145
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
223
146
|
};
|
224
|
-
|
225
|
-
subscribe(fn: (failureReason: any, definition: VelcronSectionInstance) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
226
|
-
};
|
227
|
-
removeSelectedDefinition: {
|
147
|
+
filters: {
|
228
148
|
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
229
149
|
};
|
230
|
-
|
231
|
-
subscribe(fn: (failureReason: any
|
232
|
-
};
|
233
|
-
updateColorSchema: {
|
234
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
235
|
-
};
|
236
|
-
previewContainerBlueprint: {
|
237
|
-
subscribe(fn: (failureReason: any, definitionRegistration: VelcronSectionInstance, containerVariant: ContainerVariant | ContainerBlueprint, cancelPreview: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
150
|
+
settings: {
|
151
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
238
152
|
};
|
239
|
-
|
240
|
-
subscribe(fn: (failureReason: any
|
153
|
+
editor: {
|
154
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
241
155
|
};
|
242
|
-
|
243
|
-
subscribe(fn: (failureReason: any
|
156
|
+
section: {
|
157
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
244
158
|
};
|
245
|
-
|
246
|
-
subscribe(fn: (failureReason: any
|
159
|
+
definition: {
|
160
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
247
161
|
};
|
248
|
-
|
249
|
-
subscribe(fn: (failureReason: any
|
162
|
+
preview: {
|
163
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
250
164
|
};
|
251
165
|
};
|
252
166
|
} & {
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
167
|
+
selectorActions: () => {
|
168
|
+
hideDefaultSelector: () => void;
|
169
|
+
remove: (id: guid) => void;
|
170
|
+
add: (action: BorderSelectorActionRegistration | Array<BorderSelectorActionRegistration>) => void;
|
171
|
+
run: (action: BorderSelectorActionRegistration, options: InsertOptions) => void;
|
172
|
+
};
|
173
|
+
filters: () => {
|
174
|
+
setRendererTypeFilters: (filters: Array<guid>) => void;
|
175
|
+
setCategoryFilters: (filters: Array<guid>) => void;
|
176
|
+
};
|
177
|
+
settings: () => {
|
178
|
+
setFixedContentWidth: (width: string) => void;
|
179
|
+
};
|
180
|
+
editor: () => {
|
181
|
+
showDefinitionSelector: (insertOptions: InsertOptions, selectionOptions?: DefinitionSelecttionOptions) => void;
|
182
|
+
toggleEditorToolbar: (forceHide?: boolean) => void;
|
183
|
+
setActiveDefinition: (definition: VelcronSectionInstance) => void;
|
184
|
+
removeActiveDefinition: () => void;
|
185
|
+
setSelectedDefinition: (definition: VelcronSectionInstance) => void;
|
186
|
+
removeSelectedDefinition: () => void;
|
187
|
+
setDragDropState: (onGoingDragging: boolean) => void;
|
188
|
+
};
|
189
|
+
section: () => {
|
190
|
+
update: (section: VelcronSectionInstance) => void;
|
191
|
+
};
|
192
|
+
definition: () => {
|
193
|
+
updateColorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void;
|
194
|
+
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) => VelcronSectionInstance;
|
195
|
+
addBySection: (definitions: Array<VelcronSectionInstance>) => void;
|
196
|
+
delete: (definition: VelcronSectionInstance) => void;
|
197
|
+
deleteReference: (definition: VelcronSectionInstance) => any;
|
198
|
+
change: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => VelcronSectionInstance;
|
199
|
+
update: (definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition) => void;
|
200
|
+
};
|
201
|
+
preview: () => {
|
202
|
+
containerBlueprint: (definitionRegistration: VelcronSectionInstance, containerVariant: ContainerBlueprint | ContainerVariant, cancelPreview: boolean) => void;
|
203
|
+
colorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
204
|
+
definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
|
205
|
+
};
|
274
206
|
};
|
275
207
|
};
|
276
208
|
export {};
|