@omnia/fx 8.0.101-vnext → 8.0.103-vnext
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/core/messaging/InternalTopics.d.ts +3 -0
- package/internal-do-not-import-from-here/core/services/ServiceManifestProviderInternal.d.ts +2 -2
- package/internal-do-not-import-from-here/index.d.ts +5 -5
- package/internal-do-not-import-from-here/runtime/core/InternalWebComponentBootstrapper.d.ts +4 -4
- package/internal-do-not-import-from-here/runtime/core/ManifestByElementLoader.d.ts +1 -0
- package/internal-do-not-import-from-here/runtime/core/PrivateWebComponentBootstrapper.d.ts +7 -7
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +3 -2
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +10 -10
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/InternalDefineWebComponent.d.ts +22 -38
- package/internal-do-not-import-from-here/ux/compositiontests/stores/useNewStoreTest.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +18 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.css.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformEditor/ImageTransformEditor_old.d.ts +0 -66
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter.d.ts +130 -17
- package/internal-do-not-import-from-here/ux/imagetransformer/Components/ImageTransformFilter/ImageTransformFilter_old.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/imagetransformer/ImageTransformer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +23 -23
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapicker/components/ImageEditor.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/monaco/Monaco.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +16 -5
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +47 -2
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/BlueprintStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/ColorSchemaStore.d.ts +16 -16
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeContextStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeDefinitionStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/ThemeStoreV2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/VelcronDefinitionStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseThemeStyling.d.ts +36 -36
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +24 -24
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/use/UseVueInstance.d.ts +5 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +32 -32
- package/internal-do-not-import-from-here/vue/VueApp.d.ts +2 -2
- package/package.json +3 -3
package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts
CHANGED
@@ -7,12 +7,12 @@ export declare const useThemeEditorStore: (newInstanceWithName?: string) => {
|
|
7
7
|
themeAsJson: string;
|
8
8
|
};
|
9
9
|
events: {
|
10
|
-
onMutatingEditorMode: import("@omnia/fx
|
11
|
-
onMutatedEditorMode: import("@omnia/fx
|
12
|
-
onMutatingCodeEditor: import("@omnia/fx
|
13
|
-
onMutatedCodeEditor: import("@omnia/fx
|
14
|
-
onMutatingThemeAsJson: import("@omnia/fx
|
15
|
-
onMutatedThemeAsJson: import("@omnia/fx
|
10
|
+
onMutatingEditorMode: import("@omnia/fx").MessageBusExposeOnlySubscription<editorModes>;
|
11
|
+
onMutatedEditorMode: import("@omnia/fx").MessageBusExposeOnlySubscription<editorModes>;
|
12
|
+
onMutatingCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
|
13
|
+
onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
|
14
|
+
onMutatingThemeAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
15
|
+
onMutatedThemeAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
16
16
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
17
17
|
actions: {
|
18
18
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -4,10 +4,10 @@ export declare function useBlueprintSetup(props: object): {
|
|
4
4
|
blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes;
|
5
5
|
};
|
6
6
|
events: {
|
7
|
-
onMutatingBlueprint: import("@omnia/fx
|
8
|
-
onMutatedBlueprint: import("@omnia/fx
|
9
|
-
onMutatingBlueprintType: import("@omnia/fx
|
10
|
-
onMutatedBlueprintType: import("@omnia/fx
|
7
|
+
onMutatingBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
8
|
+
onMutatedBlueprint: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").BlueprintDefinition>;
|
9
|
+
onMutatingBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
10
|
+
onMutatedBlueprintType: import("@omnia/fx").MessageBusExposeOnlySubscription<"default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes>;
|
11
11
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
12
12
|
actions: {
|
13
13
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -18,8 +18,8 @@ export declare function useBlueprintSetup(props: object): {
|
|
18
18
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
19
19
|
};
|
20
20
|
events: {
|
21
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
22
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
21
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
22
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
23
23
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
24
24
|
actions: {
|
25
25
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -55,8 +55,8 @@ export declare function useBlueprintSetup(props: object): {
|
|
55
55
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
56
56
|
};
|
57
57
|
events: {
|
58
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
59
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
58
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
59
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
60
60
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
61
61
|
actions: {
|
62
62
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -92,8 +92,8 @@ export declare function useBlueprintSetup(props: object): {
|
|
92
92
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
93
93
|
};
|
94
94
|
events: {
|
95
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
96
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
95
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
96
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
97
97
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
98
98
|
actions: {
|
99
99
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -129,8 +129,8 @@ export declare function useBlueprintSetup(props: object): {
|
|
129
129
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
130
130
|
};
|
131
131
|
events: {
|
132
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
133
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
132
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
133
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
134
134
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
135
135
|
actions: {
|
136
136
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -10,22 +10,22 @@ export declare function useColorSchemaSetup(props: object): {
|
|
10
10
|
id: import("@omnia/fx-models").GuidValue;
|
11
11
|
};
|
12
12
|
events: {
|
13
|
-
onMutatingBase: import("@omnia/fx
|
14
|
-
onMutatedBase: import("@omnia/fx
|
15
|
-
onMutatingOnBase: import("@omnia/fx
|
16
|
-
onMutatedOnBase: import("@omnia/fx
|
17
|
-
onMutatingContainer: import("@omnia/fx
|
18
|
-
onMutatedContainer: import("@omnia/fx
|
19
|
-
onMutatingOnContainer: import("@omnia/fx
|
20
|
-
onMutatedOnContainer: import("@omnia/fx
|
21
|
-
onMutatingIsContainer: import("@omnia/fx
|
22
|
-
onMutatedIsContainer: import("@omnia/fx
|
23
|
-
onMutatingName: import("@omnia/fx
|
24
|
-
onMutatedName: import("@omnia/fx
|
25
|
-
onMutatingColorSchemaType: import("@omnia/fx
|
26
|
-
onMutatedColorSchemaType: import("@omnia/fx
|
27
|
-
onMutatingId: import("@omnia/fx
|
28
|
-
onMutatedId: import("@omnia/fx
|
13
|
+
onMutatingBase: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
14
|
+
onMutatedBase: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
15
|
+
onMutatingOnBase: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
16
|
+
onMutatedOnBase: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
17
|
+
onMutatingContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
18
|
+
onMutatedContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
19
|
+
onMutatingOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
20
|
+
onMutatedOnContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ColorDefinition>;
|
21
|
+
onMutatingIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
22
|
+
onMutatedIsContainer: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
23
|
+
onMutatingName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
24
|
+
onMutatedName: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
25
|
+
onMutatingColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
26
|
+
onMutatedColorSchemaType: import("@omnia/fx").MessageBusExposeOnlySubscription<"info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
27
|
+
onMutatingId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
28
|
+
onMutatedId: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
29
29
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
30
30
|
actions: {
|
31
31
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -37,8 +37,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
37
37
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
38
38
|
};
|
39
39
|
events: {
|
40
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
41
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
40
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
41
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
42
42
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
43
43
|
actions: {
|
44
44
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -75,8 +75,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
75
75
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
76
76
|
};
|
77
77
|
events: {
|
78
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
79
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
78
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
79
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
80
80
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
81
81
|
actions: {
|
82
82
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -113,8 +113,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
113
113
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
114
114
|
};
|
115
115
|
events: {
|
116
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
117
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
116
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
117
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
118
118
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
119
119
|
actions: {
|
120
120
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -151,8 +151,8 @@ export declare function useColorSchemaSetup(props: object): {
|
|
151
151
|
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
152
152
|
};
|
153
153
|
events: {
|
154
|
-
onMutatingCurrentTheme: import("@omnia/fx
|
155
|
-
onMutatedCurrentTheme: import("@omnia/fx
|
154
|
+
onMutatingCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
155
|
+
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
156
156
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
157
157
|
actions: {
|
158
158
|
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
@@ -9,10 +9,12 @@ export declare function useIcons(): {
|
|
9
9
|
customIcon: (name: string) => CustomIcon;
|
10
10
|
icon: {
|
11
11
|
add: FontAwesomeIcon;
|
12
|
+
adjust: FontAwesomeIcon;
|
12
13
|
back: FontAwesomeIcon;
|
13
14
|
clone: FontAwesomeIcon;
|
14
15
|
clipboard: FontAwesomeIcon;
|
15
16
|
close: FontAwesomeIcon;
|
17
|
+
crop: FontAwesomeIcon;
|
16
18
|
code: MaterialIcon;
|
17
19
|
color: MaterialIcon;
|
18
20
|
copy: MaterialIcon;
|
@@ -21,6 +23,8 @@ export declare function useIcons(): {
|
|
21
23
|
drag: FontAwesomeIcon;
|
22
24
|
edit: FontAwesomeIcon;
|
23
25
|
expand: FontAwesomeIcon;
|
26
|
+
flip: MaterialIcon;
|
27
|
+
filter: FontAwesomeIcon;
|
24
28
|
header: FontAwesomeIcon;
|
25
29
|
info: FontAwesomeIcon;
|
26
30
|
lock: FontAwesomeIcon;
|
@@ -33,6 +37,7 @@ export declare function useIcons(): {
|
|
33
37
|
tag: FontAwesomeIcon;
|
34
38
|
tags: FontAwesomeIcon;
|
35
39
|
targeting: FontAwesomeIcon;
|
40
|
+
redo: FontAwesomeIcon;
|
36
41
|
remove: FontAwesomeIcon;
|
37
42
|
settings: FontAwesomeIcon;
|
38
43
|
sort: MaterialIcon;
|
@@ -51,10 +56,12 @@ export declare function useIcons(): {
|
|
51
56
|
};
|
52
57
|
presets: {
|
53
58
|
add: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
59
|
+
adjust: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
54
60
|
back: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
55
61
|
close: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
56
62
|
clipboard: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
57
63
|
clone: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
64
|
+
crop: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
58
65
|
color: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
59
66
|
copy: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
60
67
|
code: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -62,6 +69,8 @@ export declare function useIcons(): {
|
|
62
69
|
device: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
63
70
|
drag: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
64
71
|
edit: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
72
|
+
filter: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
73
|
+
flip: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
65
74
|
expand: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
66
75
|
header: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
67
76
|
info: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -74,6 +83,7 @@ export declare function useIcons(): {
|
|
74
83
|
navigate: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
75
84
|
tag: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
76
85
|
tags: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
86
|
+
redo: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
77
87
|
remove: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
78
88
|
settings: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
79
89
|
sort: (size?: OIconSizes, toned?: boolean, theming?: ThemeableComponentProps) => JSX.Element;
|
@@ -5,8 +5,12 @@ type RawProps = VNodeProps & {
|
|
5
5
|
[Symbol.iterator]?: never;
|
6
6
|
} & Record<string, any>;
|
7
7
|
type RawChildren = string | number | boolean | VNode | VNodeArrayChildren | (() => any);
|
8
|
+
type RawSlots = {
|
9
|
+
[name: string]: unknown;
|
10
|
+
$stable?: boolean;
|
11
|
+
};
|
8
12
|
export declare function useCurrentVueInstance(): import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
9
|
-
export declare function createVueNode(element: VNodeTypes | GuidValue, props?: RawProps, children?:
|
13
|
+
export declare function createVueNode(element: VNodeTypes | GuidValue, props?: RawProps, children?: RawChildren | RawSlots, onComponentCreated?: (instance: any) => void): VNode;
|
10
14
|
export declare function useTransformVSlot(slots: {
|
11
15
|
[name: string]: (ref?: any) => Array<JSX.Element>;
|
12
16
|
}): {
|
package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts
CHANGED
@@ -14,18 +14,18 @@ export declare const useContentBlockStore: (newInstanceWithName?: string) => {
|
|
14
14
|
onGoingDragging: boolean;
|
15
15
|
};
|
16
16
|
events: {
|
17
|
-
onMutatingTemplatePanelVisible: import("@omnia/fx
|
18
|
-
onMutatedTemplatePanelVisible: import("@omnia/fx
|
19
|
-
onMutatingDefinitions: import("@omnia/fx
|
20
|
-
onMutatedDefinitions: import("@omnia/fx
|
21
|
-
onMutatingActiveDefinition: import("@omnia/fx
|
22
|
-
onMutatedActiveDefinition: import("@omnia/fx
|
23
|
-
onMutatingSelectedDefinition: import("@omnia/fx
|
24
|
-
onMutatedSelectedDefinition: import("@omnia/fx
|
25
|
-
onMutatingActiveTab: import("@omnia/fx
|
26
|
-
onMutatedActiveTab: import("@omnia/fx
|
27
|
-
onMutatingOnGoingDragging: import("@omnia/fx
|
28
|
-
onMutatedOnGoingDragging: import("@omnia/fx
|
17
|
+
onMutatingTemplatePanelVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
18
|
+
onMutatedTemplatePanelVisible: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
19
|
+
onMutatingDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
20
|
+
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration[]>;
|
21
|
+
onMutatingActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
|
22
|
+
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
|
23
|
+
onMutatingSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
|
24
|
+
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<ContentDefinitionRegistration>;
|
25
|
+
onMutatingActiveTab: import("@omnia/fx").MessageBusExposeOnlySubscription<MenuTabs>;
|
26
|
+
onMutatedActiveTab: import("@omnia/fx").MessageBusExposeOnlySubscription<MenuTabs>;
|
27
|
+
onMutatingOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
28
|
+
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
29
29
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
30
30
|
actions: {
|
31
31
|
onDispatching<T extends (...args: any) => any>(action: (actions: {
|
@@ -120,40 +120,40 @@ export declare const useVelcronEditorStore: (newInstanceWithName?: string) => {
|
|
120
120
|
updateHistory(): void;
|
121
121
|
};
|
122
122
|
events: {
|
123
|
-
onMutatingAppData: import("@omnia/fx
|
124
|
-
onMutatedAppData: import("@omnia/fx
|
125
|
-
onMutatingAppAsJson: import("@omnia/fx
|
126
|
-
onMutatedAppAsJson: import("@omnia/fx
|
127
|
-
onMutatingAppDefinition: import("@omnia/fx
|
128
|
-
onMutatedAppDefinition: import("@omnia/fx
|
129
|
-
onMutatingAppCacheKey: import("@omnia/fx
|
130
|
-
onMutatedAppCacheKey: import("@omnia/fx
|
131
|
-
onMutatingAppTreeOpenIds: import("@omnia/fx
|
132
|
-
onMutatedAppTreeOpenIds: import("@omnia/fx
|
133
|
-
onMutatingTreeViewItems: import("@omnia/fx
|
134
|
-
onMutatedTreeViewItems: import("@omnia/fx
|
135
|
-
onMutatingSelectedAppTreeItem: import("@omnia/fx
|
136
|
-
onMutatedSelectedAppTreeItem: import("@omnia/fx
|
137
|
-
onMutatingEditorMode: import("@omnia/fx
|
138
|
-
onMutatedEditorMode: import("@omnia/fx
|
139
|
-
onMutatingActiveAppTreeItem: import("@omnia/fx
|
140
|
-
onMutatedActiveAppTreeItem: import("@omnia/fx
|
141
|
-
onMutatingHistory: import("@omnia/fx
|
142
|
-
onMutatedHistory: import("@omnia/fx
|
143
|
-
onMutatingShowAddComponent: import("@omnia/fx
|
144
|
-
onMutatedShowAddComponent: import("@omnia/fx
|
145
|
-
onMutatingShowAddDataObject: import("@omnia/fx
|
146
|
-
onMutatedShowAddDataObject: import("@omnia/fx
|
147
|
-
onMutatingShowShare: import("@omnia/fx
|
148
|
-
onMutatedShowShare: import("@omnia/fx
|
149
|
-
onMutatingCodeEditor: import("@omnia/fx
|
150
|
-
onMutatedCodeEditor: import("@omnia/fx
|
151
|
-
onMutatingValidation: import("@omnia/fx
|
152
|
-
onMutatedValidation: import("@omnia/fx
|
153
|
-
onMutatingBuiltInComponentDescriptions: import("@omnia/fx
|
123
|
+
onMutatingAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
|
124
|
+
onMutatedAppData: import("@omnia/fx").MessageBusExposeOnlySubscription<{}>;
|
125
|
+
onMutatingAppAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
126
|
+
onMutatedAppAsJson: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
127
|
+
onMutatingAppDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronAppDefinition<object>>;
|
128
|
+
onMutatedAppDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronAppDefinition<object>>;
|
129
|
+
onMutatingAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
130
|
+
onMutatedAppCacheKey: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
131
|
+
onMutatingAppTreeOpenIds: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
132
|
+
onMutatedAppTreeOpenIds: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
133
|
+
onMutatingTreeViewItems: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>[]>;
|
134
|
+
onMutatedTreeViewItems: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>[]>;
|
135
|
+
onMutatingSelectedAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>>;
|
136
|
+
onMutatedSelectedAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<AppTreeItem>>;
|
137
|
+
onMutatingEditorMode: import("@omnia/fx").MessageBusExposeOnlySubscription<editorModes>;
|
138
|
+
onMutatedEditorMode: import("@omnia/fx").MessageBusExposeOnlySubscription<editorModes>;
|
139
|
+
onMutatingActiveAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<any>>;
|
140
|
+
onMutatedActiveAppTreeItem: import("@omnia/fx").MessageBusExposeOnlySubscription<TreeViewItem<any>>;
|
141
|
+
onMutatingHistory: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
142
|
+
onMutatedHistory: import("@omnia/fx").MessageBusExposeOnlySubscription<string[]>;
|
143
|
+
onMutatingShowAddComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
144
|
+
onMutatedShowAddComponent: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
145
|
+
onMutatingShowAddDataObject: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
146
|
+
onMutatedShowAddDataObject: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
147
|
+
onMutatingShowShare: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
148
|
+
onMutatedShowShare: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
149
|
+
onMutatingCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
|
150
|
+
onMutatedCodeEditor: import("@omnia/fx").MessageBusExposeOnlySubscription<CodeEditorState>;
|
151
|
+
onMutatingValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
|
152
|
+
onMutatedValidation: import("@omnia/fx").MessageBusExposeOnlySubscription<AppValidationState>;
|
153
|
+
onMutatingBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
154
154
|
[name: string]: VelcronComponentDescriptor;
|
155
155
|
}>;
|
156
|
-
onMutatedBuiltInComponentDescriptions: import("@omnia/fx
|
156
|
+
onMutatedBuiltInComponentDescriptions: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
157
157
|
[name: string]: VelcronComponentDescriptor;
|
158
158
|
}>;
|
159
159
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { App, DefineComponent } from "vue";
|
2
|
-
import {
|
2
|
+
import { ComponentBundleManifest } from "@omnia/fx-models";
|
3
3
|
export declare function getVueApps(): Set<App<Element>>;
|
4
4
|
export declare function destroyVueApp(app: App<Element>): void;
|
5
5
|
export declare function createVueApp(rootComponent: any, rootProps?: any): App<Element>;
|
6
|
-
export declare function registerAsyncVueComponent(app: App, component:
|
6
|
+
export declare function registerAsyncVueComponent(app: App, component: ComponentBundleManifest): void;
|
7
7
|
export declare function resolveAsyncVueComponent(elementName: string, definition: DefineComponent): void;
|
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.103-vnext",
|
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,13 +20,13 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.103-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|
27
27
|
"vue-virtual-scroller": "1.0.0-rc.2",
|
28
28
|
"splitpanes": "2.4.1",
|
29
|
-
"vuetify": "3.3.
|
29
|
+
"vuetify": "3.3.16",
|
30
30
|
"vue": "3.3.4",
|
31
31
|
"tslib": "2.5.0",
|
32
32
|
"typescript": "5.0.4",
|