@omnia/fx 8.0.296-dev → 8.0.298-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.ux.app.manifest.json +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +87 -87
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/ExposeToUxCore.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +13 -11
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7428
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
- package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7428
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +6 -12
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -9
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
- 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/card/Card.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +12 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +10 -0
- package/package.json +2 -2
- package/task.js +10 -5
- package/task.ts +10 -5
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
@@ -1,6 +1,6 @@
|
|
1
1
|
import { MessageBusExposeOnlySubscription } from "../../..";
|
2
2
|
import { ServiceContainerContext } from "../../../core";
|
3
|
-
import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState,
|
3
|
+
import { AddItemToLayoutPayLoad, Block, BlockRenderingModes, ClipboardLayoutItem, ColorSchemaTypes, DeleteItemFromLayoutPayLoad, DisplayBreakPoint, DisplayBreakPointSetting, IBlockInstance, ILayoutCanvasStore, ILayoutSectionRenderer, IMessageBusTopicPublishSubscriber, Layout, LayoutCanvasModes, LayoutDrawerState, LayoutDrawerTabs, LayoutEditorModes, LayoutInheritanceBehaviors, LayoutItem, LayoutItemActionState, LayoutItemRegistration, LoadedLayout, Section, SectionSettings, SectionTypes, SettingsPanelState, LegacyThemeDefinition, guid } from "../../../models";
|
4
4
|
import { Store, StoreState } from "../../../stores";
|
5
5
|
import { useScrollContainerStore } from "../../oxide";
|
6
6
|
import { EditorLayoutItemFactory } from "../factories";
|
@@ -26,10 +26,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
26
26
|
width: string;
|
27
27
|
scrollingDirection: import("@omnia/fx-models").OScrollTypesCombination;
|
28
28
|
coordinates: {
|
29
|
+
readonly bottom: number;
|
29
30
|
readonly left: number;
|
30
31
|
readonly right: number;
|
31
32
|
readonly top: number;
|
32
|
-
readonly bottom: number;
|
33
33
|
};
|
34
34
|
};
|
35
35
|
events: {
|
@@ -40,10 +40,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
40
40
|
onMutatedWidth: MessageBusExposeOnlySubscription<string>;
|
41
41
|
onMutatedScrollingDirection: MessageBusExposeOnlySubscription<import("@omnia/fx-models").OScrollTypesCombination>;
|
42
42
|
onMutatedCoordinates: MessageBusExposeOnlySubscription<{
|
43
|
+
readonly bottom: number;
|
43
44
|
readonly left: number;
|
44
45
|
readonly right: number;
|
45
46
|
readonly top: number;
|
46
|
-
readonly bottom: number;
|
47
47
|
}>;
|
48
48
|
} & Record<string, IMessageBusTopicPublishSubscriber<any>>;
|
49
49
|
actions: {
|
@@ -187,10 +187,10 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
187
187
|
};
|
188
188
|
get: {
|
189
189
|
readonly coordinates: {
|
190
|
+
readonly bottom: number;
|
190
191
|
readonly left: number;
|
191
192
|
readonly right: number;
|
192
193
|
readonly top: number;
|
193
|
-
readonly bottom: number;
|
194
194
|
};
|
195
195
|
readonly scrollPosition: number;
|
196
196
|
};
|
@@ -263,8 +263,8 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
263
263
|
suggestedBlocks: StoreState<string[]>;
|
264
264
|
layoutInheritanceBehaviors: StoreState<LayoutInheritanceBehaviors>;
|
265
265
|
enableDisplayBreakpointSettings: StoreState<boolean>;
|
266
|
-
blockThemeDefinition: StoreState<
|
267
|
-
layoutThemeDefinition: StoreState<
|
266
|
+
blockThemeDefinition: StoreState<LegacyThemeDefinition>;
|
267
|
+
layoutThemeDefinition: StoreState<LegacyThemeDefinition>;
|
268
268
|
isDesignRender: StoreState<boolean>;
|
269
269
|
authDisabled: StoreState<boolean>;
|
270
270
|
private disabledAnchorLink;
|
@@ -316,7 +316,7 @@ export declare class LayoutCanvasStore extends Store implements ILayoutCanvasSto
|
|
316
316
|
zoomIn: () => void;
|
317
317
|
setLayout: (layout: Layout) => void;
|
318
318
|
createNewLayout: () => void;
|
319
|
-
setTheme: (layoutThemeDefinition:
|
319
|
+
setTheme: (layoutThemeDefinition: LegacyThemeDefinition, blockThemeDefinition: LegacyThemeDefinition) => void;
|
320
320
|
setCanvasMode: (mode: LayoutCanvasModes) => void;
|
321
321
|
setSuggestedBlocks: (blocks: string[]) => void;
|
322
322
|
setPreviewUrl: (url: string) => void;
|
@@ -149,10 +149,10 @@ declare const _default: {
|
|
149
149
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
150
150
|
propsDefinition: Omit<Readonly<{} & {
|
151
151
|
image?: MediaPickerImage;
|
152
|
+
contain?: boolean;
|
152
153
|
avatar?: {
|
153
154
|
size: OSizeTypes;
|
154
155
|
};
|
155
|
-
contain?: boolean;
|
156
156
|
contentClass?: string;
|
157
157
|
imagedata?: string;
|
158
158
|
imageStyle?: string | object | object[];
|
@@ -1,9 +1,9 @@
|
|
1
|
-
import { IMessageBusTopicPublishSubscriber,
|
1
|
+
import { IMessageBusTopicPublishSubscriber, LegacyThemeDefinition, ThemeTargetRegistration } from "../../models";
|
2
2
|
import { MessageBusTopicMediator } from "../..";
|
3
3
|
export declare class InternalTopics {
|
4
4
|
static Theming: {
|
5
5
|
new (): {};
|
6
|
-
readonly registerThemeDefinition: IMessageBusTopicPublishSubscriber<
|
6
|
+
readonly registerThemeDefinition: IMessageBusTopicPublishSubscriber<LegacyThemeDefinition>;
|
7
7
|
readonly registerThemeTarget: IMessageBusTopicPublishSubscriber<ThemeTargetRegistration>;
|
8
8
|
};
|
9
9
|
static MediaPicker: {
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { MessageBusTopicMediator } from "../..";
|
2
|
-
import { IMessageBusTopicPublication, IMessageBusTopicPublishSubscriber, SecretRegistrationMsg, TenantAdminSettingsSection,
|
2
|
+
import { IMessageBusTopicPublication, IMessageBusTopicPublishSubscriber, SecretRegistrationMsg, TenantAdminSettingsSection, LegacyThemeDefinition, ThemeTargetRegistration, guid } from "../../models";
|
3
3
|
import { BusinessProfileSettingsSection } from "../admin/businessprofile/settings/IBusinessProfileSettingsJourney";
|
4
4
|
export declare const AdminNamespace = "omnia.admin.core.messaging";
|
5
5
|
export declare class Topics {
|
6
6
|
static Theming: {
|
7
7
|
new (): {};
|
8
|
-
readonly registerThemeDefinition: IMessageBusTopicPublication<
|
8
|
+
readonly registerThemeDefinition: IMessageBusTopicPublication<LegacyThemeDefinition>;
|
9
9
|
readonly registerThemeTarget: IMessageBusTopicPublication<ThemeTargetRegistration>;
|
10
10
|
};
|
11
11
|
static MediaPickerRTEHandler: {
|
@@ -78,6 +78,7 @@ declare const _default: {
|
|
78
78
|
}>;
|
79
79
|
};
|
80
80
|
}>> & {
|
81
|
+
onPosition?: (event: any) => any;
|
81
82
|
onScroll?: (event: any) => any;
|
82
83
|
onError?: (err: string) => any;
|
83
84
|
onConfiguration?: (event: any) => any;
|
@@ -87,7 +88,6 @@ declare const _default: {
|
|
87
88
|
onFocus?: () => any;
|
88
89
|
onKeydown?: (event: any) => any;
|
89
90
|
onKeyup?: (event: any) => any;
|
90
|
-
onPosition?: (event: any) => any;
|
91
91
|
onSelection?: (event: any) => any;
|
92
92
|
"onUpdate:modelValue"?: (value: string) => any;
|
93
93
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -212,6 +212,7 @@ declare const _default: {
|
|
212
212
|
}>;
|
213
213
|
};
|
214
214
|
}>> & {
|
215
|
+
onPosition?: (event: any) => any;
|
215
216
|
onScroll?: (event: any) => any;
|
216
217
|
onError?: (err: string) => any;
|
217
218
|
onConfiguration?: (event: any) => any;
|
@@ -221,7 +222,6 @@ declare const _default: {
|
|
221
222
|
onFocus?: () => any;
|
222
223
|
onKeydown?: (event: any) => any;
|
223
224
|
onKeyup?: (event: any) => any;
|
224
|
-
onPosition?: (event: any) => any;
|
225
225
|
onSelection?: (event: any) => any;
|
226
226
|
"onUpdate:modelValue"?: (value: string) => any;
|
227
227
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -318,6 +318,7 @@ declare const _default: {
|
|
318
318
|
}>;
|
319
319
|
};
|
320
320
|
}>> & {
|
321
|
+
onPosition?: (event: any) => any;
|
321
322
|
onScroll?: (event: any) => any;
|
322
323
|
onError?: (err: string) => any;
|
323
324
|
onConfiguration?: (event: any) => any;
|
@@ -327,7 +328,6 @@ declare const _default: {
|
|
327
328
|
onFocus?: () => any;
|
328
329
|
onKeydown?: (event: any) => any;
|
329
330
|
onKeyup?: (event: any) => any;
|
330
|
-
onPosition?: (event: any) => any;
|
331
331
|
onSelection?: (event: any) => any;
|
332
332
|
"onUpdate:modelValue"?: (value: string) => any;
|
333
333
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
@@ -436,7 +436,7 @@ declare const _default: {
|
|
436
436
|
modelValue?: string;
|
437
437
|
"onUpdate:modelValue"?: (value: string) => any | void;
|
438
438
|
language?: string;
|
439
|
-
}>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "
|
439
|
+
}>, "onFocus" | "onBlur" | "onError" | "onScroll" | "onChange" | "onKeydown" | "onKeyup" | "onUpdate:modelValue" | "onLayout" | "onPosition" | "onConfiguration" | "onSelection" | "onEditorDidMount" | "onContextMenu" | "onBlurText" | "onModelDecorations" | "onModelLanguage" | "onModelOptions" | "onAfterDispose" | "onFocusText" | "onMouseDown" | "onMouseLeave" | "onMouseMove" | "onMouseUp"> & {
|
440
440
|
onFocus?: () => any;
|
441
441
|
onBlur?: () => any;
|
442
442
|
onError?: (err: string) => any;
|
@@ -446,8 +446,8 @@ declare const _default: {
|
|
446
446
|
onKeyup?: (event: any) => any;
|
447
447
|
"onUpdate:modelValue"?: (value: string) => any;
|
448
448
|
onLayout?: (event: any) => any;
|
449
|
-
onConfiguration?: (event: any) => any;
|
450
449
|
onPosition?: (event: any) => any;
|
450
|
+
onConfiguration?: (event: any) => any;
|
451
451
|
onSelection?: (event: any) => any;
|
452
452
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
453
453
|
onContextMenu?: (event: any) => any;
|
@@ -2,21 +2,21 @@ import { ColorDefinition } from "../../velcron/core";
|
|
2
2
|
import { useColorSchemaSetup } from "../..";
|
3
3
|
import { OAppBarTypes } from "@omnia/fx-models";
|
4
4
|
export declare const AppbarStyles: {
|
5
|
-
templateTitle: Readonly<import("../..").
|
6
|
-
content: Readonly<import("../..").
|
7
|
-
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => import("../..").
|
8
|
-
navigation: (color: ColorDefinition) => Readonly<import("../..").
|
5
|
+
templateTitle: Readonly<import("../..").StylexValue>;
|
6
|
+
content: Readonly<import("../..").StylexValue>;
|
7
|
+
wrapper: (variant: OAppBarTypes, colors: ReturnType<typeof useColorSchemaSetup>) => import("../..").StylexValue;
|
8
|
+
navigation: (color: ColorDefinition) => Readonly<import("../..").StylexValue>;
|
9
9
|
navigationIcon: {
|
10
|
-
buttonHeader: Readonly<import("../..").
|
11
|
-
container: Readonly<import("../..").
|
12
|
-
menuItems: Readonly<import("../..").
|
13
|
-
menuOpen: import("../..").
|
14
|
-
line: (color: string) => Readonly<import("../..").
|
15
|
-
line1: Readonly<import("../..").
|
16
|
-
line1Open: import("../..").
|
17
|
-
line2: import("../..").
|
18
|
-
line2Open: import("../..").
|
19
|
-
line3: Readonly<import("../..").
|
20
|
-
line3Open: import("../..").
|
10
|
+
buttonHeader: Readonly<import("../..").StylexValue>;
|
11
|
+
container: Readonly<import("../..").StylexValue>;
|
12
|
+
menuItems: Readonly<import("../..").StylexValue>;
|
13
|
+
menuOpen: import("../..").StylexValue;
|
14
|
+
line: (color: string) => Readonly<import("../..").StylexValue>;
|
15
|
+
line1: Readonly<import("../..").StylexValue>;
|
16
|
+
line1Open: import("../..").StylexValue;
|
17
|
+
line2: import("../..").StylexValue;
|
18
|
+
line2Open: import("../..").StylexValue;
|
19
|
+
line3: Readonly<import("../..").StylexValue>;
|
20
|
+
line3Open: import("../..").StylexValue;
|
21
21
|
};
|
22
22
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { OButtonVariants } from "@omnia/fx-models";
|
2
2
|
export declare const ButtonStyles: {
|
3
|
-
velcronStyling: import("../..").
|
3
|
+
velcronStyling: import("../..").StylexValue;
|
4
4
|
wrapper: (background: string, text: string, iconColor: string, variant: OButtonVariants, transparent: boolean, transparentHover: boolean, grouped: boolean) => {
|
5
5
|
class: string;
|
6
6
|
style: {
|
@@ -4,5 +4,5 @@
|
|
4
4
|
import { ColorDefinition } from "../../velcron/core";
|
5
5
|
import { OButtonGroupTypes } from "@omnia/fx-models";
|
6
6
|
export declare const ButtonGroupStyles: {
|
7
|
-
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: OButtonGroupTypes) => Readonly<import("@omnia/fx/ux").
|
7
|
+
buttonContainer: (baseColor: ColorDefinition, onBaseColor: ColorDefinition, containerColor: ColorDefinition, onContainerColor: ColorDefinition, toned: boolean, variant: OButtonGroupTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "../..";
|
2
2
|
export declare const CheckBoxStyles: {
|
3
|
-
wrapper: (textColor: string, selectedColor: string, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("../..").
|
3
|
+
wrapper: (textColor: string, selectedColor: string, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("../..").StylexValue>;
|
4
4
|
};
|
@@ -5,6 +5,6 @@ export declare const chipStyles: {
|
|
5
5
|
"--color": string;
|
6
6
|
};
|
7
7
|
};
|
8
|
-
fadeEffect: (color: string) => Readonly<import("@omnia/fx/ux").
|
9
|
-
avatarWrapper: Readonly<import("@omnia/fx/ux").
|
8
|
+
fadeEffect: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
9
|
+
avatarWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
10
10
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
export declare const ColorPickerStyles: {
|
2
|
-
titleColumn: Readonly<import("@omnia/fx/ux").
|
3
|
-
title: (dark: boolean, labelColor: string) => import("@omnia/fx/ux").
|
4
|
-
icon: (dark: boolean) => import("@omnia/fx/ux").
|
5
|
-
displaywrapper: (bgColor: string) => Readonly<import("@omnia/fx/ux").
|
6
|
-
pickerTopWrapper: Readonly<import("@omnia/fx/ux").
|
7
|
-
pickerBottomWrapper: Readonly<import("@omnia/fx/ux").
|
2
|
+
titleColumn: Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
title: (dark: boolean, labelColor: string) => import("@omnia/fx/ux").StylexValue;
|
4
|
+
icon: (dark: boolean) => import("@omnia/fx/ux").StylexValue;
|
5
|
+
displaywrapper: (bgColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
pickerTopWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
pickerBottomWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|
@@ -7,5 +7,5 @@ export interface stylingSettings {
|
|
7
7
|
minWidth: string;
|
8
8
|
}
|
9
9
|
export declare const ColStyles: {
|
10
|
-
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").
|
10
|
+
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexValue>;
|
11
11
|
};
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { ColorDefinition } from "@omnia/fx-models";
|
2
2
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
3
3
|
export declare const dataTableStyles: {
|
4
|
-
rowWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
5
|
-
actionCell: Readonly<import("@omnia/fx/ux").
|
6
|
-
wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean) => Readonly<import("@omnia/fx/ux").
|
4
|
+
rowWrapper: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
actionCell: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
wrapper: (colors: ReturnType<typeof useColorSchemaStore>, showFooter: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
7
|
};
|
@@ -1,15 +1,15 @@
|
|
1
1
|
import { useColorSchemaStore } from "@omnia/fx/ux";
|
2
2
|
import { ColorDefinition, ODialogTypes } from "@omnia/fx-models";
|
3
3
|
export declare const DialogStyles: {
|
4
|
-
templateTitle: Readonly<import("@omnia/fx/ux").
|
5
|
-
titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
6
|
-
fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").
|
7
|
-
navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
8
|
-
navigationWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
9
|
-
activator: import("@omnia/fx/ux").
|
10
|
-
contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => Readonly<import("@omnia/fx/ux").
|
11
|
-
notScrollOutside: import("@omnia/fx/ux").
|
12
|
-
iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").
|
13
|
-
footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
14
|
-
scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").
|
4
|
+
templateTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
titleWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
fixedContent: (backgroundColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
navigationDrawer: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
navigationWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
9
|
+
activator: import("@omnia/fx/ux").StylexValue;
|
10
|
+
contentScrollWrapper: (customScroll: boolean, hasButtons: boolean, fullSize: boolean, staticContent: boolean, variant: ODialogTypes, horizontalScroll: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
11
|
+
notScrollOutside: import("@omnia/fx/ux").StylexValue;
|
12
|
+
iconWrapper: (dark: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
13
|
+
footerWrapper: (backgroundColor: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
14
|
+
scroll(colors: ReturnType<typeof useColorSchemaStore>): Readonly<import("@omnia/fx/ux").StylexValue>;
|
15
15
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { OPageDividerTypes } from "@omnia/fx-models";
|
2
2
|
export declare const DividerStyles: {
|
3
|
-
divider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").
|
4
|
-
label: Readonly<import("@omnia/fx/ux").
|
3
|
+
divider: (dark: boolean, variant: OPageDividerTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
label: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
5
|
};
|
@@ -1,8 +1,8 @@
|
|
1
1
|
import { ColorDefinition, OPanelTypes } from "@omnia/fx-models";
|
2
2
|
export declare const ExpansionPanelStyles: {
|
3
|
-
iconWrapper: (variant: OPanelTypes) => Readonly<import("@omnia/fx/ux").
|
4
|
-
customHeader: Readonly<import("@omnia/fx/ux").
|
5
|
-
sectionVariant: Readonly<import("@omnia/fx/ux").
|
6
|
-
tabVariant: Readonly<import("@omnia/fx/ux").
|
7
|
-
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
+
iconWrapper: (variant: OPanelTypes) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
|
+
customHeader: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
sectionVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
tabVariant: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
wrapper: (base: ColorDefinition, onBase: ColorDefinition, panelType: OPanelTypes, hideExpandIcon: boolean, toned: boolean, slim: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
8
|
};
|
@@ -13,5 +13,5 @@ export interface stylingSettings {
|
|
13
13
|
direction: ORowDirections;
|
14
14
|
}
|
15
15
|
export declare const RowStyles: {
|
16
|
-
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").
|
16
|
+
wrapper: (settings: stylingSettings) => Readonly<import("../../Styles.stylex").StylexValue>;
|
17
17
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { OIconVariants, OIconSizes } from "@omnia/fx-models";
|
2
2
|
export declare const IconStyles: {
|
3
|
-
wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").
|
3
|
+
wrapper: (size: OIconSizes, variant: OIconVariants) => Readonly<import("../..").StylexValue>;
|
4
4
|
};
|
@@ -3,7 +3,7 @@ import { useColorSchemaStore, useTypographyBlueprintStore } from "@omnia/fx/ux";
|
|
3
3
|
export declare const TextFieldStyles: {
|
4
4
|
editorVariant: string;
|
5
5
|
textAndFont: (textBlueprint: TextBlueprint, colors: ReturnType<typeof useColorSchemaStore>, typography: ReturnType<typeof useTypographyBlueprintStore>) => string;
|
6
|
-
generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").
|
7
|
-
hint: (color: string) => Readonly<import("@omnia/fx/ux").
|
8
|
-
iconButtonWrapper: import("@omnia/fx/ux").
|
6
|
+
generalField: (textColor: string, rounded: BoxDimensions, fixTextFiled: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
hint: (color: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
iconButtonWrapper: import("@omnia/fx/ux").StylexValue;
|
9
9
|
};
|
@@ -1,4 +1,5 @@
|
|
1
|
+
import { OMotionProps } from "@omnia/fx-models";
|
1
2
|
import { DefineProp } from "@omnia/fx/ux";
|
2
|
-
type LazyProps = DefineProp<"renderOnIdle", boolean, false, false, "If true, the lazy will render when the browser is idle."> & DefineProp<"disabled", boolean, false, false, "If true lazy is disabled"> & DefineProp<"minHeight", string | number, false, null, "The min height of the lazy element.">;
|
3
|
+
type LazyProps = DefineProp<"renderOnIdle", boolean, false, false, "If true, the lazy will render when the browser is idle."> & DefineProp<"disabled", boolean, false, false, "If true lazy is disabled"> & DefineProp<"motion", OMotionProps, false, null, "If true lazy is disabled"> & DefineProp<"minHeight", string | number, false, null, "The min height of the lazy element.">;
|
3
4
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<LazyProps>) => any;
|
4
5
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { OListTypes } from "@omnia/fx-models";
|
2
2
|
export declare const listStyles: {
|
3
|
-
wrapper: (listType: OListTypes, dark: any, divider: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (listType: OListTypes, dark: any, divider: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
export declare const ListItemStyles: {
|
2
|
-
wrapper: (iconOnly: boolean, isFixedHeight: boolean) => Readonly<import("../..").
|
3
|
-
selectedItem: (dark: boolean) => Readonly<import("../..").
|
4
|
-
hoverStyle: (dark: boolean) => Readonly<import("../..").
|
2
|
+
wrapper: (iconOnly: boolean, isFixedHeight: boolean) => Readonly<import("../..").StylexValue>;
|
3
|
+
selectedItem: (dark: boolean) => Readonly<import("../..").StylexValue>;
|
4
|
+
hoverStyle: (dark: boolean) => Readonly<import("../..").StylexValue>;
|
5
5
|
};
|
@@ -1,14 +1,22 @@
|
|
1
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
1
2
|
import type { AnimationOptionsWithOverrides, InViewOptions, VariantDefinition, Variants } from "@motionone/dom";
|
2
|
-
|
3
|
-
initial?:
|
3
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
4
|
+
initial?: boolean | VariantDefinition;
|
5
|
+
} & {
|
4
6
|
animate?: VariantDefinition;
|
7
|
+
} & {
|
5
8
|
inView?: VariantDefinition;
|
9
|
+
} & {
|
6
10
|
hover?: VariantDefinition;
|
11
|
+
} & {
|
7
12
|
press?: VariantDefinition;
|
13
|
+
} & {
|
8
14
|
exit?: VariantDefinition;
|
15
|
+
} & {
|
9
16
|
variants?: Variants;
|
17
|
+
} & {
|
10
18
|
inViewOptions?: InViewOptions;
|
19
|
+
} & {
|
11
20
|
transition?: AnimationOptionsWithOverrides;
|
12
|
-
}
|
13
|
-
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<MotionProps>) => any;
|
21
|
+
} & DefineEmit<"click:someThing", (value: string) => true>>) => any;
|
14
22
|
export default _default;
|
@@ -14,7 +14,7 @@ declare const _default: {
|
|
14
14
|
type: import("vue").PropType<boolean>;
|
15
15
|
};
|
16
16
|
location: {
|
17
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end"
|
17
|
+
type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
|
18
18
|
};
|
19
19
|
"onUpdate:modelValue": {
|
20
20
|
type: import("vue").PropType<(value: boolean) => any | void>;
|
@@ -67,7 +67,7 @@ declare const _default: {
|
|
67
67
|
type: import("vue").PropType<boolean>;
|
68
68
|
};
|
69
69
|
location: {
|
70
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end"
|
70
|
+
type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
|
71
71
|
};
|
72
72
|
"onUpdate:modelValue": {
|
73
73
|
type: import("vue").PropType<(value: boolean) => any | void>;
|
@@ -117,7 +117,7 @@ declare const _default: {
|
|
117
117
|
type: import("vue").PropType<boolean>;
|
118
118
|
};
|
119
119
|
location: {
|
120
|
-
type: import("vue").PropType<"left" | "right" | "top" | "start" | "end"
|
120
|
+
type: import("vue").PropType<"bottom" | "left" | "right" | "top" | "start" | "end">;
|
121
121
|
};
|
122
122
|
"onUpdate:modelValue": {
|
123
123
|
type: import("vue").PropType<(value: boolean) => any | void>;
|
@@ -160,7 +160,7 @@ declare const _default: {
|
|
160
160
|
overrides?: object;
|
161
161
|
toned?: boolean;
|
162
162
|
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
163
|
-
location?: "left" | "right" | "top" | "start" | "end"
|
163
|
+
location?: "bottom" | "left" | "right" | "top" | "start" | "end";
|
164
164
|
customWidth?: number;
|
165
165
|
}>, never>;
|
166
166
|
};
|
package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
import { ONavigationDrawerVariants } from "@omnia/fx-models";
|
2
2
|
export declare const NavigatonDrawerStyles: {
|
3
|
-
wrapper: (variant: ONavigationDrawerVariants) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (variant: ONavigationDrawerVariants) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: {
|
2
|
-
avatarWrapper: (size: number | string) => Readonly<import("@omnia/fx/ux").
|
3
|
-
textWrapper: (characters: any, fullSize: any) => import("@omnia/fx/ux").
|
2
|
+
avatarWrapper: (size: number | string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
textWrapper: (characters: any, fullSize: any) => import("@omnia/fx/ux").StylexValue;
|
4
4
|
};
|
5
5
|
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
1
|
import { ColorDefinition } from "../../velcron/core";
|
2
2
|
import { OPanelVariants, OPaddingCombination } from "@omnia/fx-models";
|
3
3
|
export declare const PanelStyles: {
|
4
|
-
tabSettingsPadding: Readonly<import("@omnia/fx/ux").
|
5
|
-
templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").
|
6
|
-
dividerOnTitle: Readonly<import("@omnia/fx/ux").
|
7
|
-
panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").
|
8
|
-
panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").
|
9
|
-
contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => Readonly<import("@omnia/fx/ux").
|
4
|
+
tabSettingsPadding: Readonly<import("@omnia/fx/ux").StylexValue>;
|
5
|
+
templateTitle: (variant: OPanelVariants, titelOnTopDivider: boolean, color: string, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
6
|
+
dividerOnTitle: Readonly<import("@omnia/fx/ux").StylexValue>;
|
7
|
+
panelHoverBackground: (color: ColorDefinition) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
8
|
+
panelWrapper: (hide: boolean, variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, hasLeftDivider: any, hasRightDivider: any, dark: boolean, paddings: OPaddingCombination) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
9
|
+
contentWrapper: (variant: OPanelVariants, grouped: boolean, spacelessTop: boolean, spacelessBottom: boolean, paddings: OPaddingCombination, noContentPadding: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
10
10
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "@omnia/fx/ux";
|
2
2
|
export declare const RadioStyles: {
|
3
|
-
wrapper: (textColor: string, selectedColor: string, blueprint: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (textColor: string, selectedColor: string, blueprint: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const RadioGroupStyles: {
|
2
|
-
wrapper: Readonly<import("@omnia/fx/ux").
|
3
|
-
itemWrapper: (textColor: string) => Readonly<import("@omnia/fx/ux").
|
2
|
+
wrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
itemWrapper: (textColor: string) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
@@ -219,10 +219,10 @@ declare const _default: {
|
|
219
219
|
container: boolean;
|
220
220
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
221
221
|
propsDefinition: Omit<Readonly<{} & {
|
222
|
+
direction?: "horizontal" | "vertical";
|
222
223
|
container?: boolean;
|
223
224
|
class?: String | String[];
|
224
225
|
label?: string;
|
225
|
-
direction?: "horizontal" | "vertical";
|
226
226
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
227
227
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
228
228
|
"v-model"?: [number, number];
|
@@ -1,4 +1,4 @@
|
|
1
1
|
import { useTypographyBlueprintStore } from "@omnia/fx/ux";
|
2
2
|
export declare const RangeSliderStyles: {
|
3
|
-
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").
|
3
|
+
wrapper: (textColor: string, noThumbLabel: boolean, blueprints: ReturnType<typeof useTypographyBlueprintStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
4
4
|
};
|
package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
1
|
export declare const ScrollContainerStyles: {
|
2
|
-
scrollingStyles: (scrolling: string, height: string, width: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").
|
3
|
-
compensateMargin: import("@omnia/fx/ux").
|
2
|
+
scrollingStyles: (scrolling: string, height: string, width: string, noScrolling: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
3
|
+
compensateMargin: import("@omnia/fx/ux").StylexValue;
|
4
4
|
};
|