@omnia/fx 8.0.62-dev → 8.0.63-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/stores/DefineStore.d.ts +19 -7
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +25 -13
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +63 -27
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +69 -27
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyMenuStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/journey/v2/stores/JourneyStore.d.ts +264 -60
- package/internal-do-not-import-from-here/ux/journey/v2/use/UseBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutBlock.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutColumn.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutPlaceHolder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitems/LayoutTab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutStepRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutTabRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaGalleryStore.d.ts +17 -21
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerEditorStore.d.ts +54 -52
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/MediaPickerProviderStore.d.ts +38 -48
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +51 -21
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/blueprints/store/BlueprintEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/colorschemas/store/ColorSchemaEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/spacing/store/SpacingEditorStore.d.ts +42 -18
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/definitions/typography/store/TypographyEditorStore.d.ts +60 -30
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintStore.d.ts +144 -15
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +168 -27
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +135 -81
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +15 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/VelcronDefinitionStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +468 -342
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/BlueprintEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/store/ThemeEditorStore.d.ts +33 -15
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +2475 -1761
- package/internal-do-not-import-from-here/ux/use/UseBlueprintSetup.d.ts +156 -114
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +180 -126
- package/internal-do-not-import-from-here/ux/velcron/blocks/content/store/ContentBlockStore.d.ts +78 -30
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +862 -316
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/store/ContentEditorStore.d.ts +123 -45
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +204 -72
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/AlignmentEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ImageEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/MarkdownEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +2 -2
- package/package.json +2 -2
@@ -8,15 +8,21 @@ export declare const useThemeContextStore: () => {
|
|
8
8
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
9
9
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
10
10
|
actions: {
|
11
|
-
onDispatching
|
12
|
-
setTheme
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
11
|
+
onDispatching: {
|
12
|
+
setTheme: {
|
13
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
onDispatched: {
|
17
|
+
setTheme: {
|
18
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
onFailure: {
|
22
|
+
setTheme: {
|
23
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
};
|
20
26
|
} & {
|
21
27
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
22
28
|
};
|
@@ -40,15 +46,21 @@ export declare const useThemeContextStore: () => {
|
|
40
46
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
41
47
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
42
48
|
actions: {
|
43
|
-
onDispatching
|
44
|
-
setTheme
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
49
|
+
onDispatching: {
|
50
|
+
setTheme: {
|
51
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
+
};
|
53
|
+
};
|
54
|
+
onDispatched: {
|
55
|
+
setTheme: {
|
56
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
+
};
|
58
|
+
};
|
59
|
+
onFailure: {
|
60
|
+
setTheme: {
|
61
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
62
|
+
};
|
63
|
+
};
|
52
64
|
} & {
|
53
65
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
54
66
|
};
|
@@ -72,15 +84,21 @@ export declare const useThemeContextStore: () => {
|
|
72
84
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
73
85
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
74
86
|
actions: {
|
75
|
-
onDispatching
|
76
|
-
setTheme
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
87
|
+
onDispatching: {
|
88
|
+
setTheme: {
|
89
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
90
|
+
};
|
91
|
+
};
|
92
|
+
onDispatched: {
|
93
|
+
setTheme: {
|
94
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
95
|
+
};
|
96
|
+
};
|
97
|
+
onFailure: {
|
98
|
+
setTheme: {
|
99
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
+
};
|
101
|
+
};
|
84
102
|
} & {
|
85
103
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
86
104
|
};
|
@@ -106,15 +124,21 @@ export declare const useThemeContextStore: () => {
|
|
106
124
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
107
125
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
108
126
|
actions: {
|
109
|
-
onDispatching
|
110
|
-
setTheme
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
127
|
+
onDispatching: {
|
128
|
+
setTheme: {
|
129
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
130
|
+
};
|
131
|
+
};
|
132
|
+
onDispatched: {
|
133
|
+
setTheme: {
|
134
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
|
+
};
|
136
|
+
};
|
137
|
+
onFailure: {
|
138
|
+
setTheme: {
|
139
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
140
|
+
};
|
141
|
+
};
|
118
142
|
} & {
|
119
143
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
120
144
|
};
|
@@ -138,15 +162,21 @@ export declare const useThemeContextStore: () => {
|
|
138
162
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
139
163
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
140
164
|
actions: {
|
141
|
-
onDispatching
|
142
|
-
setTheme
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
165
|
+
onDispatching: {
|
166
|
+
setTheme: {
|
167
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
168
|
+
};
|
169
|
+
};
|
170
|
+
onDispatched: {
|
171
|
+
setTheme: {
|
172
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
173
|
+
};
|
174
|
+
};
|
175
|
+
onFailure: {
|
176
|
+
setTheme: {
|
177
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
+
};
|
179
|
+
};
|
150
180
|
} & {
|
151
181
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
152
182
|
};
|
@@ -170,15 +200,21 @@ export declare const useThemeContextStore: () => {
|
|
170
200
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
171
201
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
172
202
|
actions: {
|
173
|
-
onDispatching
|
174
|
-
setTheme
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
203
|
+
onDispatching: {
|
204
|
+
setTheme: {
|
205
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
206
|
+
};
|
207
|
+
};
|
208
|
+
onDispatched: {
|
209
|
+
setTheme: {
|
210
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
211
|
+
};
|
212
|
+
};
|
213
|
+
onFailure: {
|
214
|
+
setTheme: {
|
215
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
216
|
+
};
|
217
|
+
};
|
182
218
|
} & {
|
183
219
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
184
220
|
};
|
@@ -204,15 +240,21 @@ export declare const useThemeContextStore: () => {
|
|
204
240
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
205
241
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
206
242
|
actions: {
|
207
|
-
onDispatching
|
208
|
-
setTheme
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
243
|
+
onDispatching: {
|
244
|
+
setTheme: {
|
245
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
246
|
+
};
|
247
|
+
};
|
248
|
+
onDispatched: {
|
249
|
+
setTheme: {
|
250
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
251
|
+
};
|
252
|
+
};
|
253
|
+
onFailure: {
|
254
|
+
setTheme: {
|
255
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
256
|
+
};
|
257
|
+
};
|
216
258
|
} & {
|
217
259
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
218
260
|
};
|
@@ -236,15 +278,21 @@ export declare const useThemeContextStore: () => {
|
|
236
278
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
237
279
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
238
280
|
actions: {
|
239
|
-
onDispatching
|
240
|
-
setTheme
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
281
|
+
onDispatching: {
|
282
|
+
setTheme: {
|
283
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
284
|
+
};
|
285
|
+
};
|
286
|
+
onDispatched: {
|
287
|
+
setTheme: {
|
288
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
289
|
+
};
|
290
|
+
};
|
291
|
+
onFailure: {
|
292
|
+
setTheme: {
|
293
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
294
|
+
};
|
295
|
+
};
|
248
296
|
} & {
|
249
297
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
250
298
|
};
|
@@ -268,15 +316,21 @@ export declare const useThemeContextStore: () => {
|
|
268
316
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
269
317
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
270
318
|
actions: {
|
271
|
-
onDispatching
|
272
|
-
setTheme
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
319
|
+
onDispatching: {
|
320
|
+
setTheme: {
|
321
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
322
|
+
};
|
323
|
+
};
|
324
|
+
onDispatched: {
|
325
|
+
setTheme: {
|
326
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
327
|
+
};
|
328
|
+
};
|
329
|
+
onFailure: {
|
330
|
+
setTheme: {
|
331
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
332
|
+
};
|
333
|
+
};
|
280
334
|
} & {
|
281
335
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
282
336
|
};
|
@@ -7,18 +7,30 @@ export declare const useThemeDefinitionStore: () => {
|
|
7
7
|
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2[]>;
|
8
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
9
|
actions: {
|
10
|
-
onDispatching
|
11
|
-
addDefinition
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
}
|
18
|
-
|
19
|
-
addDefinition
|
20
|
-
|
21
|
-
|
10
|
+
onDispatching: {
|
11
|
+
addDefinition: {
|
12
|
+
subscribe(fn: (registration: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
load: {
|
15
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
+
};
|
17
|
+
};
|
18
|
+
onDispatched: {
|
19
|
+
addDefinition: {
|
20
|
+
subscribe(fn: (result: void, registration: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
21
|
+
};
|
22
|
+
load: {
|
23
|
+
subscribe(fn: (result: unknown) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
};
|
26
|
+
onFailure: {
|
27
|
+
addDefinition: {
|
28
|
+
subscribe(fn: (failureReason: any, registration: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
load: {
|
31
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
};
|
22
34
|
} & {
|
23
35
|
addDefinition(registration: ThemeDefinitionV2): void;
|
24
36
|
load(): Promise<unknown>;
|
@@ -7,15 +7,21 @@ export declare const useThemeStoreV2: () => {
|
|
7
7
|
onMutatedCurrentTheme: import("@omnia/fx").MessageBusExposeOnlySubscription<ThemeDefinitionV2>;
|
8
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
9
|
actions: {
|
10
|
-
onDispatching
|
11
|
-
setTheme
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
10
|
+
onDispatching: {
|
11
|
+
setTheme: {
|
12
|
+
subscribe(fn: (themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
onDispatched: {
|
16
|
+
setTheme: {
|
17
|
+
subscribe(fn: (result: void, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
};
|
20
|
+
onFailure: {
|
21
|
+
setTheme: {
|
22
|
+
subscribe(fn: (failureReason: any, themeDefinition: ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
};
|
19
25
|
} & {
|
20
26
|
setTheme(themeDefinition: ThemeDefinitionV2): void;
|
21
27
|
};
|
@@ -7,15 +7,21 @@ export declare const useTypographyDefinitionStore: () => {
|
|
7
7
|
onMutatedTypographyDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<TypographyDefinition[]>;
|
8
8
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
9
9
|
actions: {
|
10
|
-
onDispatching
|
11
|
-
addTypography
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
10
|
+
onDispatching: {
|
11
|
+
addTypography: {
|
12
|
+
subscribe(fn: (typography: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
onDispatched: {
|
16
|
+
addTypography: {
|
17
|
+
subscribe(fn: (result: void, typography: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
18
|
+
};
|
19
|
+
};
|
20
|
+
onFailure: {
|
21
|
+
addTypography: {
|
22
|
+
subscribe(fn: (failureReason: any, typography: TypographyDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
};
|
19
25
|
} & {
|
20
26
|
addTypography(typography: TypographyDefinition): void;
|
21
27
|
};
|
@@ -10,18 +10,30 @@ export declare const useVelcronDefinitionStore: () => {
|
|
10
10
|
readonly filters: string[];
|
11
11
|
};
|
12
12
|
actions: {
|
13
|
-
onDispatching
|
14
|
-
addDefinition
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
}
|
21
|
-
|
22
|
-
addDefinition
|
23
|
-
|
24
|
-
|
13
|
+
onDispatching: {
|
14
|
+
addDefinition: {
|
15
|
+
subscribe(fn: (registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
16
|
+
};
|
17
|
+
load: {
|
18
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
+
};
|
20
|
+
};
|
21
|
+
onDispatched: {
|
22
|
+
addDefinition: {
|
23
|
+
subscribe(fn: (result: void, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
+
};
|
25
|
+
load: {
|
26
|
+
subscribe(fn: (result: VelcronDefinitionRegistration<object>[]) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
27
|
+
};
|
28
|
+
};
|
29
|
+
onFailure: {
|
30
|
+
addDefinition: {
|
31
|
+
subscribe(fn: (failureReason: any, registration: VelcronDefinitionRegistration<object>) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
load: {
|
34
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
};
|
25
37
|
} & {
|
26
38
|
addDefinition(registration: VelcronDefinitionRegistration): void;
|
27
39
|
load(): Promise<VelcronDefinitionRegistration<object>[]>;
|