@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
@@ -24,117 +24,159 @@ declare const _default: {
|
|
24
24
|
onMutatedId: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").GuidValue>;
|
25
25
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
26
26
|
actions: {
|
27
|
-
onDispatching
|
28
|
-
setColorSchema
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
}
|
42
|
-
|
43
|
-
|
44
|
-
}
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
}): void;
|
63
|
-
}) => T, fn: T extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
64
|
-
onDispatched<T_4 extends (...args: any) => any>(action: (actions: {
|
65
|
-
setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean): void;
|
66
|
-
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
67
|
-
setColor(colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
68
|
-
setThemeStore(themeStoreInstance: {
|
69
|
-
state: {
|
70
|
-
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
71
|
-
};
|
72
|
-
events: {
|
73
|
-
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
74
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
75
|
-
actions: {
|
76
|
-
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
77
|
-
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
78
|
-
}) => T_1, fn: T_1 extends (...args: infer U) => any ? (...args: U) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
|
-
onDispatched<T_2 extends (...args: any) => any>(action: (actions: {
|
80
|
-
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
81
|
-
}) => T_2, fn: T_2 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
-
onFailure<T_3 extends (...args: any) => any>(action: (actions: {
|
83
|
-
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
84
|
-
}) => T_3, fn: T_3 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
-
} & {
|
86
|
-
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
87
|
-
};
|
88
|
-
get: {
|
89
|
-
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
90
|
-
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
91
|
-
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
92
|
-
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
93
|
-
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
94
|
-
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
95
|
-
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
96
|
-
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
97
|
-
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
98
|
-
};
|
99
|
-
}): void;
|
100
|
-
}) => T_4, fn: T_4 extends (...args: infer U_1) => infer Y | Promise<infer Y> ? (result: Y, ...args: U_1) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
101
|
-
onFailure<T_5 extends (...args: any) => any>(action: (actions: {
|
102
|
-
setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean): void;
|
103
|
-
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
104
|
-
setColor(colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes): void;
|
105
|
-
setThemeStore(themeStoreInstance: {
|
106
|
-
state: {
|
107
|
-
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
108
|
-
};
|
109
|
-
events: {
|
110
|
-
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
111
|
-
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
112
|
-
actions: {
|
113
|
-
onDispatching<T_1 extends (...args: any) => any>(action: (actions: {
|
27
|
+
onDispatching: {
|
28
|
+
setColorSchema: {
|
29
|
+
subscribe(fn: (colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
30
|
+
};
|
31
|
+
setCustomColorSchema: {
|
32
|
+
subscribe(fn: (colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
33
|
+
};
|
34
|
+
setColor: {
|
35
|
+
subscribe(fn: (colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
36
|
+
};
|
37
|
+
setThemeStore: {
|
38
|
+
subscribe(fn: (themeStoreInstance: {
|
39
|
+
state: {
|
40
|
+
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
41
|
+
};
|
42
|
+
events: {
|
43
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
44
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
45
|
+
actions: {
|
46
|
+
onDispatching: {
|
47
|
+
setTheme: {
|
48
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
+
};
|
50
|
+
};
|
51
|
+
onDispatched: {
|
52
|
+
setTheme: {
|
53
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
54
|
+
};
|
55
|
+
};
|
56
|
+
onFailure: {
|
57
|
+
setTheme: {
|
58
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
59
|
+
};
|
60
|
+
};
|
61
|
+
} & {
|
114
62
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
115
|
-
}
|
116
|
-
|
63
|
+
};
|
64
|
+
get: {
|
65
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
66
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
67
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
68
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
69
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
70
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
71
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
72
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
73
|
+
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
74
|
+
};
|
75
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
+
};
|
77
|
+
};
|
78
|
+
onDispatched: {
|
79
|
+
setColorSchema: {
|
80
|
+
subscribe(fn: (result: void, colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
81
|
+
};
|
82
|
+
setCustomColorSchema: {
|
83
|
+
subscribe(fn: (result: void, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
84
|
+
};
|
85
|
+
setColor: {
|
86
|
+
subscribe(fn: (result: void, colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
87
|
+
};
|
88
|
+
setThemeStore: {
|
89
|
+
subscribe(fn: (result: void, themeStoreInstance: {
|
90
|
+
state: {
|
91
|
+
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
92
|
+
};
|
93
|
+
events: {
|
94
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
95
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
96
|
+
actions: {
|
97
|
+
onDispatching: {
|
98
|
+
setTheme: {
|
99
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
100
|
+
};
|
101
|
+
};
|
102
|
+
onDispatched: {
|
103
|
+
setTheme: {
|
104
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
+
};
|
106
|
+
};
|
107
|
+
onFailure: {
|
108
|
+
setTheme: {
|
109
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
110
|
+
};
|
111
|
+
};
|
112
|
+
} & {
|
117
113
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
118
|
-
}
|
119
|
-
|
114
|
+
};
|
115
|
+
get: {
|
116
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
117
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
118
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
119
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
120
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
121
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
122
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
123
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
124
|
+
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
125
|
+
};
|
126
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
|
+
};
|
128
|
+
};
|
129
|
+
onFailure: {
|
130
|
+
setColorSchema: {
|
131
|
+
subscribe(fn: (failureReason: any, colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
132
|
+
};
|
133
|
+
setCustomColorSchema: {
|
134
|
+
subscribe(fn: (failureReason: any, colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
135
|
+
};
|
136
|
+
setColor: {
|
137
|
+
subscribe(fn: (failureReason: any, colorDefinition: ColorDefinition, colorType: import("@omnia/fx-models").ColorTypes) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
138
|
+
};
|
139
|
+
setThemeStore: {
|
140
|
+
subscribe(fn: (failureReason: any, themeStoreInstance: {
|
141
|
+
state: {
|
142
|
+
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
143
|
+
};
|
144
|
+
events: {
|
145
|
+
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
146
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
147
|
+
actions: {
|
148
|
+
onDispatching: {
|
149
|
+
setTheme: {
|
150
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
|
+
};
|
152
|
+
};
|
153
|
+
onDispatched: {
|
154
|
+
setTheme: {
|
155
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
156
|
+
};
|
157
|
+
};
|
158
|
+
onFailure: {
|
159
|
+
setTheme: {
|
160
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
161
|
+
};
|
162
|
+
};
|
163
|
+
} & {
|
120
164
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
121
|
-
}
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
}): void;
|
137
|
-
}) => T_5, fn: T_5 extends (...args: infer U_2) => any ? (failureReason: any, ...args: U_2) => void : never): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
165
|
+
};
|
166
|
+
get: {
|
167
|
+
colorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("@omnia/fx-models").ColorSchema;
|
168
|
+
blueprint(blueprintType: "default" | "variant1" | "variant2" | "variant3" | import("@omnia/fx-models").BlueprintTypes): import("@omnia/fx-models").BlueprintDefinition;
|
169
|
+
typography(typographyType: "title" | "text" | "navigation" | import("@omnia/fx-models").TypographyTypes, size: "xs" | "s" | "m" | "l" | "xl" | import("@omnia/fx-models").TypographySizes): import("@omnia/fx-models").TypographyTypeDefinition;
|
170
|
+
color(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
171
|
+
colorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
172
|
+
complementaryColorType(colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): import("@omnia/fx-models").ColorTypes;
|
173
|
+
complementaryColor(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): string;
|
174
|
+
complementaryColorDefinition(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", colorType: import("@omnia/fx-models").ColorTypes | "base" | "onBase" | "container" | "onContainer"): ColorDefinition;
|
175
|
+
currentTheme(): import("@omnia/fx-models").ThemeDefinitionV2;
|
176
|
+
};
|
177
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
178
|
+
};
|
179
|
+
};
|
138
180
|
} & {
|
139
181
|
setColorSchema(colorSchemaType: "info" | "error" | import("@omnia/fx-models").ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", container?: boolean): void;
|
140
182
|
setCustomColorSchema(colorSchema: import("@omnia/fx-models").ColorSchema, container?: boolean): void;
|
@@ -147,15 +189,21 @@ declare const _default: {
|
|
147
189
|
onMutatedCurrentTheme: import("../../..").MessageBusExposeOnlySubscription<import("@omnia/fx-models").ThemeDefinitionV2>;
|
148
190
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
149
191
|
actions: {
|
150
|
-
onDispatching
|
151
|
-
setTheme
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
192
|
+
onDispatching: {
|
193
|
+
setTheme: {
|
194
|
+
subscribe(fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
195
|
+
};
|
196
|
+
};
|
197
|
+
onDispatched: {
|
198
|
+
setTheme: {
|
199
|
+
subscribe(fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
200
|
+
};
|
201
|
+
};
|
202
|
+
onFailure: {
|
203
|
+
setTheme: {
|
204
|
+
subscribe(fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
205
|
+
};
|
206
|
+
};
|
159
207
|
} & {
|
160
208
|
setTheme(themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
161
209
|
};
|
@@ -465,15 +513,21 @@ declare const _default: {
|
|
465
513
|
};
|
466
514
|
};
|
467
515
|
actions: {
|
468
|
-
onDispatching:
|
469
|
-
setTheme
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
|
475
|
-
|
476
|
-
|
516
|
+
onDispatching: {
|
517
|
+
setTheme: {
|
518
|
+
subscribe: (fn: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
519
|
+
};
|
520
|
+
};
|
521
|
+
onDispatched: {
|
522
|
+
setTheme: {
|
523
|
+
subscribe: (fn: (result: void, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
524
|
+
};
|
525
|
+
};
|
526
|
+
onFailure: {
|
527
|
+
setTheme: {
|
528
|
+
subscribe: (fn: (failureReason: any, themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void) => import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
529
|
+
};
|
530
|
+
};
|
477
531
|
setTheme: (themeDefinition: import("@omnia/fx-models").ThemeDefinitionV2) => void;
|
478
532
|
};
|
479
533
|
get: {
|
@@ -4,7 +4,7 @@ declare const _default: {
|
|
4
4
|
$data: {};
|
5
5
|
$props: Partial<{}> & Omit<{
|
6
6
|
readonly host?: "admin" | "editor" | "docs";
|
7
|
-
readonly variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
7
|
+
readonly variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section";
|
8
8
|
readonly componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
9
9
|
readonly "component-host"?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
10
10
|
readonly force?: boolean;
|
@@ -15,9 +15,9 @@ declare const _default: {
|
|
15
15
|
type: import("vue").PropType<boolean>;
|
16
16
|
};
|
17
17
|
variant: {
|
18
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
18
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
19
19
|
} & {
|
20
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
20
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
21
21
|
};
|
22
22
|
"component-host": {
|
23
23
|
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
@@ -51,9 +51,9 @@ declare const _default: {
|
|
51
51
|
type: import("vue").PropType<boolean>;
|
52
52
|
};
|
53
53
|
variant: {
|
54
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
54
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
55
55
|
} & {
|
56
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
56
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
57
57
|
};
|
58
58
|
"component-host": {
|
59
59
|
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
@@ -95,9 +95,9 @@ declare const _default: {
|
|
95
95
|
type: import("vue").PropType<boolean>;
|
96
96
|
};
|
97
97
|
variant: {
|
98
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
98
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
99
99
|
} & {
|
100
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
100
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
101
101
|
};
|
102
102
|
"component-host": {
|
103
103
|
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
@@ -123,9 +123,9 @@ declare const _default: {
|
|
123
123
|
type: import("vue").PropType<boolean>;
|
124
124
|
};
|
125
125
|
variant: {
|
126
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
126
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
127
127
|
} & {
|
128
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
128
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section">;
|
129
129
|
};
|
130
130
|
"component-host": {
|
131
131
|
type: import("vue").PropType<"dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx">;
|
@@ -143,7 +143,7 @@ declare const _default: {
|
|
143
143
|
}>[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
144
144
|
propsDefinition: Omit<Readonly<{} & {
|
145
145
|
host?: "admin" | "editor" | "docs";
|
146
|
-
variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "
|
146
|
+
variant?: "section" | "navigation" | "default" | "footer" | "header" | "options" | "content" | "settings" | "toolbar" | "info-section";
|
147
147
|
componentHost?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
148
148
|
"component-host"?: "dialog" | "menu" | "table" | "tab" | "toolbar" | "chip" | "app" | "tab-vertical" | "drawer" | "expansion-panel" | "blade" | "appbar" | "panel" | "omfx";
|
149
149
|
force?: boolean;
|
@@ -21,7 +21,7 @@ declare const _default: {
|
|
21
21
|
readonly padding?: OPaddingCombination;
|
22
22
|
readonly hide?: boolean;
|
23
23
|
readonly filled?: boolean;
|
24
|
-
readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "
|
24
|
+
readonly variant?: "section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section";
|
25
25
|
readonly titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
26
26
|
readonly divider?: OBorderCombination;
|
27
27
|
readonly grouped?: boolean;
|
@@ -56,7 +56,7 @@ declare const _default: {
|
|
56
56
|
type: import("vue").PropType<boolean>;
|
57
57
|
};
|
58
58
|
variant: {
|
59
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "
|
59
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section">;
|
60
60
|
};
|
61
61
|
titleSize: {
|
62
62
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -115,7 +115,7 @@ declare const _default: {
|
|
115
115
|
type: import("vue").PropType<boolean>;
|
116
116
|
};
|
117
117
|
variant: {
|
118
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "
|
118
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section">;
|
119
119
|
};
|
120
120
|
titleSize: {
|
121
121
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -186,7 +186,7 @@ declare const _default: {
|
|
186
186
|
type: import("vue").PropType<boolean>;
|
187
187
|
};
|
188
188
|
variant: {
|
189
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "
|
189
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section">;
|
190
190
|
};
|
191
191
|
titleSize: {
|
192
192
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -235,7 +235,7 @@ declare const _default: {
|
|
235
235
|
type: import("vue").PropType<boolean>;
|
236
236
|
};
|
237
237
|
variant: {
|
238
|
-
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "
|
238
|
+
type: import("vue").PropType<"section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section">;
|
239
239
|
};
|
240
240
|
titleSize: {
|
241
241
|
type: import("vue").PropType<"xs" | "s" | "m" | "l" | "xl" | TypographySizes>;
|
@@ -271,7 +271,7 @@ declare const _default: {
|
|
271
271
|
padding?: OPaddingCombination;
|
272
272
|
hide?: boolean;
|
273
273
|
filled?: boolean;
|
274
|
-
variant?: "section" | "navigation" | "default" | "dialog" | "content" | "tab" | "toolbar" | "tab-vertical" | "
|
274
|
+
variant?: "section" | "navigation" | "default" | "dialog" | "content" | "settings" | "tab" | "toolbar" | "tab-vertical" | "info-section";
|
275
275
|
titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
276
276
|
divider?: OBorderCombination;
|
277
277
|
grouped?: boolean;
|
package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/store/ScrollContainerStore.d.ts
CHANGED
@@ -17,27 +17,57 @@ export declare const useScrollContainerStore: () => {
|
|
17
17
|
onMutatedScrolling: import("internal/fx/core").MessageBusExposeOnlySubscription<OScrollTypesCombination>;
|
18
18
|
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
19
19
|
actions: {
|
20
|
-
onDispatching
|
21
|
-
setHeight:
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
20
|
+
onDispatching: {
|
21
|
+
setHeight: {
|
22
|
+
subscribe(fn: (height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
23
|
+
};
|
24
|
+
setWidth: {
|
25
|
+
subscribe(fn: (width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
26
|
+
};
|
27
|
+
setScrolling: {
|
28
|
+
subscribe(fn: (scrolling: OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
29
|
+
};
|
30
|
+
scrollToStart: {
|
31
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
32
|
+
};
|
33
|
+
scrollTo: {
|
34
|
+
subscribe(fn: (elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
35
|
+
};
|
36
|
+
};
|
37
|
+
onDispatched: {
|
38
|
+
setHeight: {
|
39
|
+
subscribe(fn: (result: void, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
40
|
+
};
|
41
|
+
setWidth: {
|
42
|
+
subscribe(fn: (result: void, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
43
|
+
};
|
44
|
+
setScrolling: {
|
45
|
+
subscribe(fn: (result: void, scrolling: OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
46
|
+
};
|
47
|
+
scrollToStart: {
|
48
|
+
subscribe(fn: (result: void) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
49
|
+
};
|
50
|
+
scrollTo: {
|
51
|
+
subscribe(fn: (result: void, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
52
|
+
};
|
53
|
+
};
|
54
|
+
onFailure: {
|
55
|
+
setHeight: {
|
56
|
+
subscribe(fn: (failureReason: any, height: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
57
|
+
};
|
58
|
+
setWidth: {
|
59
|
+
subscribe(fn: (failureReason: any, width: string) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
60
|
+
};
|
61
|
+
setScrolling: {
|
62
|
+
subscribe(fn: (failureReason: any, scrolling: OScrollTypesCombination) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
63
|
+
};
|
64
|
+
scrollToStart: {
|
65
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
66
|
+
};
|
67
|
+
scrollTo: {
|
68
|
+
subscribe(fn: (failureReason: any, elementId: string, anchor?: "end" | "start") => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
69
|
+
};
|
70
|
+
};
|
41
71
|
} & {
|
42
72
|
setHeight: (height: string) => void;
|
43
73
|
setWidth: (width: string) => void;
|