@omnia/fx 8.0.298-dev → 8.0.300-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/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/{ux/aurora/store → services}/ThemeService.d.ts +3 -4
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/DefineStore.d.ts +23 -10
- package/internal-do-not-import-from-here/stores/LocalizationStore.d.ts +3 -28
- package/internal-do-not-import-from-here/stores/SizeContainerStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorPluginStore.d.ts +6 -31
- package/internal-do-not-import-from-here/stores/floweditor/FlowEditorToolbarStateStore.d.ts +5 -21
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +24 -215
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerCommonStore.d.ts +7 -59
- package/internal-do-not-import-from-here/stores/mediapicker/MediaPickerGalleryStore.d.ts +17 -123
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +24 -160
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +9 -70
- package/internal-do-not-import-from-here/stores/oxide/ComponentSharedSettingsStore.d.ts +5 -21
- package/internal-do-not-import-from-here/ux/admin/businessprofile/manageprofiles/BusinessProfileJourneyStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/admin/security/store/AppInstanceJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/ProfileJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/security/store/TenantJourneyStore.d.ts +6 -22
- package/internal-do-not-import-from-here/ux/admin/settings/blades/mediapicker/store/SettingsBladeStore.d.ts +7 -50
- package/internal-do-not-import-from-here/ux/admin/settings/blades/redirect/store/OmniaRedirectStore.d.ts +2 -72
- package/internal-do-not-import-from-here/ux/admin/store/AdminStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/store/SystemJourneyStore.d.ts +6 -49
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/stores/LocalizationAdminStore.d.ts +8 -78
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/admin/system/submenu/services/store/ServicesJourneyStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/admin/systemlayout/store/SystemLayoutStore.d.ts +4 -126
- package/internal-do-not-import-from-here/ux/admin/usermanagement/authentication/BusinessProfileAuthenticationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupDetailStore.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/GroupQueryStore.d.ts +2 -45
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/SelfServiceStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserQueryStore.d.ts +2 -84
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/blades/AddBlueprint.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ButtonsEditorStore.d.ts +8 -42
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +11 -72
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +68 -377
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +17 -69
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/IconsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/TabsEditorStore.d.ts +7 -41
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +8 -87
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +11 -147
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +6 -58
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/fontsmanager/store/FontManagerStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/templates/store/TemplateEditorStore.d.ts +8 -123
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/store/ThemeDesignerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +7 -59
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/ContainerBlueprintsViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.d.ts → containerFillpicker/ContainerFillPicker.d.ts} +91 -91
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +4 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/aurora/store/ComponentMigration.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +2 -63
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +19 -406
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +5 -39
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +156 -700
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +8 -44
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStore.d.ts +13 -57
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +20 -407
- package/internal-do-not-import-from-here/ux/docs/omfx/services/docs/Service.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/docs/omfx/stores/docs/Store.d.ts +9 -34
- package/internal-do-not-import-from-here/ux/features/stores/FeatureJourneyStore.d.ts +29 -117
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +20 -246
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +48 -1908
- package/internal-do-not-import-from-here/ux/flow/editor/stores/VelcronPluginStore.d.ts +6 -33
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +12 -70
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +31 -101
- package/internal-do-not-import-from-here/ux/hub/feed/stores/HubFeedChromeStore.d.ts +19 -53
- package/internal-do-not-import-from-here/ux/identities/components/shared/AzureAdProviderSettingsStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/inputlanguagepicker/stores/InputLanguageStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyRouterStore.d.ts +5 -57
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +19 -176
- package/internal-do-not-import-from-here/ux/journey/stores/SettingsJourneyStore.d.ts +9 -79
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +17 -166
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/SettingsMenuStore.d.ts +6 -31
- package/internal-do-not-import-from-here/ux/links/store/LinkPickerStore.d.ts +2 -27
- package/internal-do-not-import-from-here/ux/markdown/stores/MarkdownEditorStore.d.ts +7 -48
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +2 -36
- package/internal-do-not-import-from-here/ux/mediapickerproviders/mediaflow/use/MediaflowProviderStore.d.ts +2 -54
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts +11 -135
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +3 -64
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/store/StickyContainerStore.d.ts +8 -33
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorStore.d.ts +6 -28
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronState.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronComponentStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +31 -290
- package/internal-do-not-import-from-here/ux/velcron/stores/VelcronDefinitionStore.d.ts +7 -98
- package/internal-do-not-import-from-here/ux/velcron/stores/useVelcronStateManager.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +11 -9
- package/package.json +2 -2
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker/ContainerPicker.css.d.ts → containerFillpicker/ContainerFillPicker.css.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/ExampleComponents.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/SampleComponent.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/{containerpicker → containerFillpicker}/docs/index.d.ts +0 -0
@@ -7,54 +7,18 @@ export declare const useThemeDataStore: () => {
|
|
7
7
|
defaultThemeResolve: ResolvedThemeDefinition;
|
8
8
|
availableThemeResolve: ThemesResolved;
|
9
9
|
isLoaded: boolean;
|
10
|
-
versionId: guid;
|
11
10
|
};
|
12
|
-
events: {
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
actions: {
|
20
|
-
onDispatching: {
|
21
|
-
loadAll: {
|
22
|
-
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
-
};
|
24
|
-
save: {
|
25
|
-
subscribe(fn: (theme: ThemeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
-
};
|
27
|
-
delete: {
|
28
|
-
subscribe(fn: (id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
-
};
|
30
|
-
};
|
31
|
-
onDispatched: {
|
32
|
-
loadAll: {
|
33
|
-
subscribe(fn: (result: ThemesResolved) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
34
|
-
};
|
35
|
-
save: {
|
36
|
-
subscribe(fn: (result: unknown, theme: ThemeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
37
|
-
};
|
38
|
-
delete: {
|
39
|
-
subscribe(fn: (result: unknown, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
-
};
|
41
|
-
};
|
42
|
-
onFailure: {
|
43
|
-
loadAll: {
|
44
|
-
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
save: {
|
47
|
-
subscribe(fn: (failureReason: any, theme: ThemeRegistration) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
-
};
|
49
|
-
delete: {
|
50
|
-
subscribe(fn: (failureReason: any, id: guid) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
51
|
-
};
|
52
|
-
};
|
53
|
-
} & {
|
11
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
12
|
+
adminThemeResolve: ResolvedThemeDefinition;
|
13
|
+
defaultThemeResolve: ResolvedThemeDefinition;
|
14
|
+
availableThemeResolve: ThemesResolved;
|
15
|
+
isLoaded: boolean;
|
16
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
17
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
54
18
|
loadAll(): Promise<ThemesResolved>;
|
55
19
|
save(theme: ThemeRegistration): Promise<unknown>;
|
56
20
|
delete(id: guid): Promise<unknown>;
|
57
|
-
}
|
21
|
+
}>;
|
58
22
|
get: {
|
59
23
|
readonly adminTheme: ResolvedThemeDefinition;
|
60
24
|
readonly defaultTheme: ResolvedThemeDefinition;
|
@@ -1,31 +1,15 @@
|
|
1
|
-
import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, ResolvedThemeDefinition } from "@omnia/fx-models";
|
1
|
+
import { ColorSchema, ColorSchemaType, ColorSchemaTypes, ColorType, ColorTypes, FillDefinitionValue, FillVariant, ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
2
|
import { type ColorSchemaStoreType } from "./ColorSchemaStore";
|
3
3
|
export declare const useThemeStore: () => {
|
4
4
|
state: {
|
5
5
|
currentTheme: ResolvedThemeDefinition;
|
6
6
|
};
|
7
|
-
events: {
|
8
|
-
|
9
|
-
}
|
10
|
-
actions: {
|
11
|
-
onDispatching: {
|
12
|
-
setTheme: {
|
13
|
-
subscribe(fn: (themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
14
|
-
};
|
15
|
-
};
|
16
|
-
onDispatched: {
|
17
|
-
setTheme: {
|
18
|
-
subscribe(fn: (result: void, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
19
|
-
};
|
20
|
-
};
|
21
|
-
onFailure: {
|
22
|
-
setTheme: {
|
23
|
-
subscribe(fn: (failureReason: any, themeDefinition: ResolvedThemeDefinition) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
24
|
-
};
|
25
|
-
};
|
26
|
-
} & {
|
7
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
8
|
+
currentTheme: ResolvedThemeDefinition;
|
9
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
10
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
27
11
|
setTheme(themeDefinition: ResolvedThemeDefinition): void;
|
28
|
-
}
|
12
|
+
}>;
|
29
13
|
get: {
|
30
14
|
getOrSetColorSchema(colorSchemaType: ColorSchemaTypes | ColorSchemaType, container?: boolean): {
|
31
15
|
value: ColorSchemaStoreType;
|
@@ -35,38 +19,13 @@ export declare const useThemeStore: () => {
|
|
35
19
|
state: {
|
36
20
|
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
37
21
|
};
|
38
|
-
events: {
|
39
|
-
|
40
|
-
}
|
41
|
-
actions: {
|
42
|
-
onDispatching: {
|
43
|
-
setBlueprint: {
|
44
|
-
subscribe(fn: (type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
45
|
-
};
|
46
|
-
setBluePrints: {
|
47
|
-
subscribe(fn: (componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
48
|
-
};
|
49
|
-
};
|
50
|
-
onDispatched: {
|
51
|
-
setBlueprint: {
|
52
|
-
subscribe(fn: (result: void, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
53
|
-
};
|
54
|
-
setBluePrints: {
|
55
|
-
subscribe(fn: (result: void, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
56
|
-
};
|
57
|
-
};
|
58
|
-
onFailure: {
|
59
|
-
setBlueprint: {
|
60
|
-
subscribe(fn: (failureReason: any, type: "default") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
61
|
-
};
|
62
|
-
setBluePrints: {
|
63
|
-
subscribe(fn: (failureReason: any, componentBlueprints: import("@omnia/fx-models").ComponentBlueprints) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
};
|
65
|
-
};
|
66
|
-
} & {
|
22
|
+
events: import("@omnia/fx/stores").StoreEvents<{
|
23
|
+
blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
24
|
+
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
25
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
67
26
|
setBlueprint(type: "default"): void;
|
68
27
|
setBluePrints(componentBlueprints: import("@omnia/fx-models").ComponentBlueprints): void;
|
69
|
-
}
|
28
|
+
}>;
|
70
29
|
get: {
|
71
30
|
byType<TType extends import("@omnia/fx-models").Blueprint>(type: import("@omnia/fx-models").WebBlueprintItemDefintionType): any;
|
72
31
|
readonly blueprints: import("@omnia/fx-models").ComponentBlueprints;
|
@@ -84,8 +43,8 @@ export declare const useThemeStore: () => {
|
|
84
43
|
blueprintByType(type: import("@omnia/fx-models").BlueprintVariant | string): import("@omnia/fx-models").ChromeBlueprint;
|
85
44
|
};
|
86
45
|
container: {
|
87
|
-
hasVariant(type:
|
88
|
-
getByType(type:
|
46
|
+
hasVariant(type: FillVariant | string): boolean;
|
47
|
+
getByType(type: FillVariant | import("@omnia/fx-models").ContainerFillBlueprint | string): import("@omnia/fx-models").ContainerFillBlueprint;
|
89
48
|
};
|
90
49
|
};
|
91
50
|
deactivated(): void;
|
@@ -99,9 +58,6 @@ export declare const useThemeStore: () => {
|
|
99
58
|
component(): import("@omnia/fx-models").ComponentBlueprints;
|
100
59
|
color(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): string;
|
101
60
|
colorDefinition(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): import("@omnia/fx-models").ColorDefinition;
|
102
|
-
complementaryColorType(colorType: ColorTypes | ColorType): ColorTypes;
|
103
|
-
complementaryColor(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): string;
|
104
|
-
complementaryColorDefinition(colorSchemaType: ColorSchemaTypes | ColorSchemaType, colorType: ColorTypes | ColorType): import("@omnia/fx-models").ColorDefinition;
|
105
61
|
currentTheme(): ResolvedThemeDefinition;
|
106
62
|
};
|
107
63
|
} & {
|