@omnia/fx 8.0.101-vnext → 8.0.102-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/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/InternalDefineWebComponent.d.ts +2 -2
- 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/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/monaco/Monaco.d.ts +0 -1
- 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/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/package.json +2 -2
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>>;
|
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.102-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,7 +20,7 @@
|
|
20
20
|
],
|
21
21
|
"author": "Precio Fishbone",
|
22
22
|
"dependencies": {
|
23
|
-
"@omnia/fx-models": "8.0.
|
23
|
+
"@omnia/fx-models": "8.0.102-vnext",
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
25
25
|
"broadcast-channel": "4.8.0",
|
26
26
|
"dayjs": "1.10.7",
|