@omnia/fx 8.0.553-dev → 8.0.556-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/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/ux/BlockInstance.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/TextStyling.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/ComponentEditorStore.d.ts +71 -8
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/InputEditorStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/container-fills/store/ContainerFillsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/spacing/store/SpacingEditorStore.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/text-fills/store/TextFillsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/store/ThemeEditorStore.d.ts +13 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/typography/store/TypographyEditorStore.d.ts +62 -39
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/ThemePreviewBlade.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/store/ThemesJourneyStore.d.ts +8 -3
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +11 -2
- 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/colorpickerV2/DynamicColorIndicator.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +10 -8
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/store/TextColorPickerStore.d.ts +13 -4
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +6 -4
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +6 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TypographyViewerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits_old/index.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits_old/pages/DefinitionRegistrations.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits_old/pages/definitions/headers/HeaderWithImage.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/designkits_old/useDesignKits.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/FontLoader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TemplateRegistrationStore.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TextStyleConfigurationStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/BackgroundStyling.d.ts +26 -1
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/DefaultThemeBlueprints.d.ts +85 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/DefaultThemeTemplate.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/color-schemas/DefaultColorSchemas.d.ts +64 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/components/ComponentBlueprintBase.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/components/ComponentBlueprints.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/components/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/container-fills/DefaultContainerFills.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/presets/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/spacing/DefaultSpacingBlueprint.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/text-fills/DefaultTextFills.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/themes/DefaultTheme.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/aurora/theme-templates/typography/DefaultTypography.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/authsetup/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/editorchrome/hooks/useRenderActions.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/editorchrome/toolbars/Toolbar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/FontAwesomeBrandsIcons.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/iconpicker/Icons.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/fontAwesomeIcons.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutBlock.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutrenderinghooks/LayoutSection.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/ColumnListingSettingsPanel.d.ts +209 -12
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/items/TabListingSettingsPanel.d.ts +209 -13
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutdefinitionsettings/LayoutItemSettingsDefinitions.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutColumnRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +11 -427
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +9 -74
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFill.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/containerfill/ContainerFillRenderer.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/containerfill/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/ExampleComponents.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditor.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleEditorOnBlade.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/SampleRender.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.css.d.ts +0 -54
- package/internal-do-not-import-from-here/ux/richtexteditorrenderer/RichTextEditorRenderer.css.d.ts +1 -51
- package/internal-do-not-import-from-here/ux/shared-mobile/UseIcon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/ComponentDescriptors.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Markdown.d.ts +53 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +13 -3
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/BlueprintColorBase.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/ColorBlueprintDark.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/ColorBlueprintLight.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/DefaultSpacingBlueprint.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/DefaultTypography.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/BlueprintStrategyBase.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/ComponentBlueprintStrategy.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/components/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/defaultblueprints/index.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/ThemeRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/ThemeRegistrations.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +0 -58
- package/internal-do-not-import-from-here/ux/oxide/flex/docs/Examples.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/aurora/{RegistrationHandlerTheming.d.ts → api/RegistrationHandlerTheming.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/core/BorderStyleDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/core/FillStyleDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{admin/theme-designer/componentblueprints/blades/BlueprintPreview.d.ts → designkits_old/core/ThemeRegistrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/DefinitionRegistrations.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits/documentation/ApiRegistrations.d.ts → designkits_old/default/ThemeRegistrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/actions/Todo.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/actions/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/cards/BannerImageTop.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/cards/RollupAvatar.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/cards/RollupImageLarge.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/cards/RollupImageSmall.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/cards/RollupImageTop.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/cards/RollupImageTopAvatar.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/cards/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/headers/BlockTextIcon.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/headers/Pageheader.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/headers/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/definitions/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/default/useDefaultDesignKit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits/pages/DefinitionRegistrations.d.ts → designkits_old/documentation/ApiRegistrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/documentation/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/documentation/themes/BlueprintsTypography.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/documentation/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/documentation/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/documentation/useDocumentationDesignKit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits/pages/definitions/headers/HeaderWithImage.d.ts → designkits_old/editor/ThemeRegistrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/editor/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/editor/shared.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/editor/themes/BlueprintsTypography.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/editor/themes/ThemeDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/editor/themes/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/editor/useEditorDesignKit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/pages/definitions/property/PropertiesWithColumLayout.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/pages/definitions/property/PropertiesWithRowLayout.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/BlueprintsTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/ButtonStyleBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/ChromeStyleBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/Colors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/FillStyleDefinitions.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/SpacingBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/TabsStyleBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/ThemeDefinitionInstance.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/TypographyBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits → designkits_old}/shared/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints/Registrations.d.ts → store/RegisterThemeProvider.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits/core/ThemeRegistrations.d.ts → theme-templates/Registrations.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints → theme-templates}/components/FullBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints → theme-templates}/components/LargeBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints → theme-templates}/components/MediumBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints → theme-templates}/components/NoneBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints → theme-templates}/components/SmallBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints → theme-templates}/components/XSmallBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{defaultblueprints → theme-templates/presets}/ButtonBlueprintPresets.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/{Columns.d.ts → Global.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/oxide/{flex/docs/BasicFlexTypes.d.ts → containerfill/docs/SampleComponent.d.ts} +0 -0
package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts
CHANGED
@@ -77,6 +77,10 @@ export declare const ThemeSwitcherStyles: {
|
|
77
77
|
stylex: typeof import("../../styling/styles").FillStyling.getBlueprintFillStylex;
|
78
78
|
stylexObject: typeof import("../../styling/styles").FillStyling.getBlueprintFillObjectStylex;
|
79
79
|
};
|
80
|
+
containerFill: {
|
81
|
+
stylex: typeof import("../../styling/styles").BackgroundStyling.getContainerFillStylex;
|
82
|
+
stylexObject: typeof import("../../styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
|
83
|
+
};
|
80
84
|
border: {
|
81
85
|
stylex: typeof import("../../styling/styles").BorderStyling.getBlueprintBorderStylex;
|
82
86
|
stylexObject: typeof import("../../styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
|
package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DefineSlot } from "@omnia/fx/ux";
|
2
|
-
import { Func } from "@omnia/fx-models";
|
2
|
+
import { ButtonBlueprint, ButtonBlueprintVariant, Func } from "@omnia/fx-models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
import { useThemeSwitcherStore, ThemeSwitcherVariant } from "./store/ThemeSwitcherStore";
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
@@ -14,6 +14,10 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
14
14
|
getApi?: (store: ReturnType<typeof useThemeSwitcherStore>) => null;
|
15
15
|
} & {
|
16
16
|
border?: "left" | "right" | "left right";
|
17
|
+
} & {
|
18
|
+
buttonBlueprint?: ButtonBlueprint | ButtonBlueprintVariant;
|
19
|
+
} & {
|
20
|
+
dynamicColorSchema?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
17
21
|
} & DefineSlot<"activator", Func<[VNodeChild]>>> & {} & {
|
18
22
|
"v-slots"?: {
|
19
23
|
activator?: Func<[VNodeChild]>;
|
@@ -21,5 +25,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
21
25
|
default?: import("vue").Slot;
|
22
26
|
$stable?: boolean;
|
23
27
|
}, "activator">;
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "border" | "adminTheme" | "slot:activator" | "getApi" | "showAccessibility"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
28
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "dynamicColorSchema" | "variant" | "border" | "adminTheme" | "slot:activator" | "getApi" | "showAccessibility" | "buttonBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
29
|
export default _default;
|
@@ -17,6 +17,7 @@ export declare const useThemeSwitcherStore: () => {
|
|
17
17
|
variant: ThemeSwitcherVariant;
|
18
18
|
adminTheme: boolean;
|
19
19
|
showAccessibility: boolean;
|
20
|
+
isThemePreviewEnabled: boolean;
|
20
21
|
};
|
21
22
|
icons: ThemeSelectionValue;
|
22
23
|
};
|
@@ -25,10 +26,10 @@ export declare const useThemeSwitcherStore: () => {
|
|
25
26
|
setAccessibilityMode: (enabled: boolean) => Promise<void>;
|
26
27
|
selectTheme: (theme: ITemplateRegistration<ResolvedThemeDefinition>) => Promise<void>;
|
27
28
|
toggleThemeSelection: () => Promise<void>;
|
28
|
-
ensureThemeDefinitionSelection: () => void;
|
29
|
+
ensureThemeDefinitionSelection: (force?: boolean) => void;
|
29
30
|
init: () => Promise<void>;
|
30
31
|
setRenderingMode: () => void;
|
31
|
-
|
32
|
+
initUserSettings: () => Promise<void>;
|
32
33
|
}>;
|
33
34
|
get: {
|
34
35
|
readonly currentThemeDefinition: ResolvedThemeDefinition;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { TextStyleDefinition, TextStyleSizes, TextStyleType, TypographyBlueprint, TextStyleBreakpointType } from "@omnia/fx-models";
|
2
|
-
export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "
|
2
|
+
export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "text-styles";
|
3
3
|
export type Variant = "list" | "picker" | "list-preview";
|
4
4
|
export declare const useTypographyViewerStore: () => {
|
5
5
|
state: {
|
File without changes
|
package/internal-do-not-import-from-here/ux/aurora/designkits_old/pages/DefinitionRegistrations.d.ts
ADDED
File without changes
|
File without changes
|
File without changes
|
@@ -0,0 +1,18 @@
|
|
1
|
+
import { Future, ITemplateRegistration, TypographyFontDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
export declare const useFontStore: () => {
|
3
|
+
actions: import("@omnia/fx-models/internal-do-not-import-from-here/shared").StoreReturnDefineAction<{
|
4
|
+
ensureLoadFonts: () => Future<ITemplateRegistration<TypographyFontDefinition, import("@omnia/fx-models/internal-do-not-import-from-here/shared").TemplateRegistrationType>[]>;
|
5
|
+
addFont(font: TypographyFontDefinition): void;
|
6
|
+
editFont(font: TypographyFontDefinition): void;
|
7
|
+
onFinishLoad(): Promise<Record<string, ITemplateRegistration<any, import("@omnia/fx-models/internal-do-not-import-from-here/shared").TemplateRegistrationType>>>;
|
8
|
+
saveFont(): Promise<boolean>;
|
9
|
+
delete(font: TypographyFontDefinition): Promise<void>;
|
10
|
+
}>;
|
11
|
+
get: {
|
12
|
+
readonly availableFonts: TypographyFontDefinition[];
|
13
|
+
findFont(family: string): ITemplateRegistration<TypographyFontDefinition, import("@omnia/fx-models/internal-do-not-import-from-here/shared").TemplateRegistrationType>;
|
14
|
+
readonly finishLoad: boolean;
|
15
|
+
};
|
16
|
+
} & {
|
17
|
+
dispose?: () => void;
|
18
|
+
};
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { guid, ITemplateRegistration, TemplateRegistrationType } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
export declare const useTemplateRegistrationStore: () => {
|
3
|
+
state: {
|
4
|
+
registrations: Record<string, ITemplateRegistration<any, TemplateRegistrationType>>;
|
5
|
+
};
|
6
|
+
events: import("@omnia/fx-models/internal-do-not-import-from-here/shared").StoreEvents<{
|
7
|
+
registrations: Record<string, ITemplateRegistration<any, TemplateRegistrationType>>;
|
8
|
+
}, Record<string, import("@omnia/fx-models/internal-do-not-import-from-here/shared").IMessageBusTopicPublishSubscriber<any>>>;
|
9
|
+
actions: import("@omnia/fx-models/internal-do-not-import-from-here/shared").StoreReturnDefineAction<{
|
10
|
+
upsertRegistration<TTemplateRegistration extends ITemplateRegistration<any>>(registration: TTemplateRegistration): Promise<boolean>;
|
11
|
+
deleteRegistration(registrationId: guid): Promise<boolean>;
|
12
|
+
ensureLoadTemplates: () => Promise<Record<string, ITemplateRegistration<any, TemplateRegistrationType>>>;
|
13
|
+
}>;
|
14
|
+
get: {
|
15
|
+
byId: <TTemplateRegistration extends ITemplateRegistration<any>>(id: guid) => ITemplateRegistration<any, TemplateRegistrationType>;
|
16
|
+
getByType: <TTemplateRegistration extends ITemplateRegistration<any>>(type: TemplateRegistrationType) => Array<TTemplateRegistration>;
|
17
|
+
};
|
18
|
+
} & {
|
19
|
+
dispose?: () => void;
|
20
|
+
};
|
@@ -30,6 +30,7 @@ export declare const useTextStyleConfigurationStore: () => {
|
|
30
30
|
byId: (id: guid) => TextStyleConfiguration;
|
31
31
|
byIdWithDefaultFallback: (id: guid) => TextStyleConfiguration;
|
32
32
|
byFilter: (ids: Array<guid>) => TextStyleConfiguration[];
|
33
|
+
byType: (item: TextStyleConfiguration | guid) => TextStyleConfiguration;
|
33
34
|
};
|
34
35
|
textStyling: {
|
35
36
|
className: (id: guid) => string;
|
@@ -1,5 +1,8 @@
|
|
1
|
+
import "./RegisterThemeProvider";
|
1
2
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
|
2
3
|
export * from "./ColorSchemaManager";
|
3
4
|
export * from "./StateManager";
|
4
5
|
export * from "./ThemeStorage";
|
5
6
|
export * from "./TextStyleConfigurationStore";
|
7
|
+
export * from "./TemplateRegistrationStore";
|
8
|
+
export * from "./FontStore";
|
@@ -86,6 +86,10 @@ export declare function useThemeStyling(): {
|
|
86
86
|
stylex: typeof FillStyling.getBlueprintFillStylex;
|
87
87
|
stylexObject: typeof FillStyling.getBlueprintFillObjectStylex;
|
88
88
|
};
|
89
|
+
containerFill: {
|
90
|
+
stylex: typeof BackgroundStyling.getContainerFillStylex;
|
91
|
+
stylexObject: typeof BackgroundStyling.getContainerFillStylexObjectStylex;
|
92
|
+
};
|
89
93
|
border: {
|
90
94
|
stylex: typeof BorderStyling.getBlueprintBorderStylex;
|
91
95
|
stylexObject: typeof BorderStyling.getBlueprintBorderObjectStylex;
|
@@ -1,8 +1,33 @@
|
|
1
|
-
import { BackgroundDefinition } from "@omnia/fx-models";
|
1
|
+
import { BackgroundDefinition, ContainerFillBlueprint } from "@omnia/fx-models";
|
2
2
|
import { StylexValue } from "internal/fx/ux/Styles.stylex";
|
3
3
|
import { useColorSchemaStore } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
|
4
4
|
export declare namespace BackgroundStyling {
|
5
5
|
function backgroundGrid(): Readonly<StylexValue>;
|
6
|
+
function getContainerFillStylex(fill: ContainerFillBlueprint, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
7
|
+
function getContainerFillStylexObjectStylex(fill: ContainerFillBlueprint, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): {
|
8
|
+
borderTopLeftRadius?: StylexValue;
|
9
|
+
borderTopRightRadius?: StylexValue;
|
10
|
+
borderBottomRightRadius?: StylexValue;
|
11
|
+
borderBottomLeftRadius?: StylexValue;
|
12
|
+
border?: StylexValue;
|
13
|
+
background?: StylexValue;
|
14
|
+
borderTop?: StylexValue;
|
15
|
+
borderRight?: StylexValue;
|
16
|
+
borderBottom?: StylexValue;
|
17
|
+
borderLeft?: StylexValue;
|
18
|
+
} & {
|
19
|
+
background?: StylexValue;
|
20
|
+
backdropFilter?: StylexValue;
|
21
|
+
} & {
|
22
|
+
position?: StylexValue;
|
23
|
+
backgroundImage?: StylexValue;
|
24
|
+
backgroundPosition?: StylexValue;
|
25
|
+
backgroundRepeat?: StylexValue;
|
26
|
+
backgroundSize?: StylexValue;
|
27
|
+
width?: StylexValue;
|
28
|
+
height?: StylexValue;
|
29
|
+
$nest?: StylexValue;
|
30
|
+
};
|
6
31
|
function getBlueprintBackgroundStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): Readonly<StylexValue>;
|
7
32
|
function getBlueprintBackgroundObjectStylex(definition: BackgroundDefinition, gradientFillFallbackColor?: string, colors?: ReturnType<typeof useColorSchemaStore>): {
|
8
33
|
borderTopLeftRadius?: StylexValue;
|
package/internal-do-not-import-from-here/ux/aurora/theme-templates/DefaultThemeBlueprints.d.ts
ADDED
@@ -0,0 +1,85 @@
|
|
1
|
+
export declare function useDefaultThemeBlueprints(): {
|
2
|
+
textFill: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").TextFillBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
3
|
+
containerFill: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ContainerFillBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
4
|
+
typography: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
5
|
+
spacing: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").SpacingBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
6
|
+
colorSchemas: {
|
7
|
+
dark: {
|
8
|
+
primary?: import("@omnia/fx-models").ColorSchema;
|
9
|
+
secondary?: import("@omnia/fx-models").ColorSchema;
|
10
|
+
accent1?: import("@omnia/fx-models").ColorSchema;
|
11
|
+
accent2?: import("@omnia/fx-models").ColorSchema;
|
12
|
+
accent3?: import("@omnia/fx-models").ColorSchema;
|
13
|
+
accent4?: import("@omnia/fx-models").ColorSchema;
|
14
|
+
accent5?: import("@omnia/fx-models").ColorSchema;
|
15
|
+
accent6?: import("@omnia/fx-models").ColorSchema;
|
16
|
+
accent7?: import("@omnia/fx-models").ColorSchema;
|
17
|
+
accent8?: import("@omnia/fx-models").ColorSchema;
|
18
|
+
accent9?: import("@omnia/fx-models").ColorSchema;
|
19
|
+
neutral?: import("@omnia/fx-models").ColorSchema;
|
20
|
+
background?: import("@omnia/fx-models").ColorSchema;
|
21
|
+
error?: import("@omnia/fx-models").ColorSchema;
|
22
|
+
info?: import("@omnia/fx-models").ColorSchema;
|
23
|
+
warning?: import("@omnia/fx-models").ColorSchema;
|
24
|
+
notification?: import("@omnia/fx-models").ColorSchema;
|
25
|
+
success?: import("@omnia/fx-models").ColorSchema;
|
26
|
+
};
|
27
|
+
light: {
|
28
|
+
primary?: import("@omnia/fx-models").ColorSchema;
|
29
|
+
secondary?: import("@omnia/fx-models").ColorSchema;
|
30
|
+
accent1?: import("@omnia/fx-models").ColorSchema;
|
31
|
+
accent2?: import("@omnia/fx-models").ColorSchema;
|
32
|
+
accent3?: import("@omnia/fx-models").ColorSchema;
|
33
|
+
accent4?: import("@omnia/fx-models").ColorSchema;
|
34
|
+
accent5?: import("@omnia/fx-models").ColorSchema;
|
35
|
+
accent6?: import("@omnia/fx-models").ColorSchema;
|
36
|
+
accent7?: import("@omnia/fx-models").ColorSchema;
|
37
|
+
accent8?: import("@omnia/fx-models").ColorSchema;
|
38
|
+
accent9?: import("@omnia/fx-models").ColorSchema;
|
39
|
+
neutral?: import("@omnia/fx-models").ColorSchema;
|
40
|
+
background?: import("@omnia/fx-models").ColorSchema;
|
41
|
+
error?: import("@omnia/fx-models").ColorSchema;
|
42
|
+
info?: import("@omnia/fx-models").ColorSchema;
|
43
|
+
warning?: import("@omnia/fx-models").ColorSchema;
|
44
|
+
notification?: import("@omnia/fx-models").ColorSchema;
|
45
|
+
success?: import("@omnia/fx-models").ColorSchema;
|
46
|
+
};
|
47
|
+
accessibility: {
|
48
|
+
primary?: import("@omnia/fx-models").ColorSchema;
|
49
|
+
secondary?: import("@omnia/fx-models").ColorSchema;
|
50
|
+
accent1?: import("@omnia/fx-models").ColorSchema;
|
51
|
+
accent2?: import("@omnia/fx-models").ColorSchema;
|
52
|
+
accent3?: import("@omnia/fx-models").ColorSchema;
|
53
|
+
accent4?: import("@omnia/fx-models").ColorSchema;
|
54
|
+
accent5?: import("@omnia/fx-models").ColorSchema;
|
55
|
+
accent6?: import("@omnia/fx-models").ColorSchema;
|
56
|
+
accent7?: import("@omnia/fx-models").ColorSchema;
|
57
|
+
accent8?: import("@omnia/fx-models").ColorSchema;
|
58
|
+
accent9?: import("@omnia/fx-models").ColorSchema;
|
59
|
+
neutral?: import("@omnia/fx-models").ColorSchema;
|
60
|
+
background?: import("@omnia/fx-models").ColorSchema;
|
61
|
+
error?: import("@omnia/fx-models").ColorSchema;
|
62
|
+
info?: import("@omnia/fx-models").ColorSchema;
|
63
|
+
warning?: import("@omnia/fx-models").ColorSchema;
|
64
|
+
notification?: import("@omnia/fx-models").ColorSchema;
|
65
|
+
success?: import("@omnia/fx-models").ColorSchema;
|
66
|
+
};
|
67
|
+
templates: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>[];
|
68
|
+
};
|
69
|
+
components: {
|
70
|
+
templates: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>[];
|
71
|
+
roundness: {
|
72
|
+
readonly none: import("@omnia/fx-models").ComponentBlueprints;
|
73
|
+
readonly xs: import("@omnia/fx-models").ComponentBlueprints;
|
74
|
+
readonly s: import("@omnia/fx-models").ComponentBlueprints;
|
75
|
+
readonly m: import("@omnia/fx-models").ComponentBlueprints;
|
76
|
+
readonly l: import("@omnia/fx-models").ComponentBlueprints;
|
77
|
+
readonly full: import("@omnia/fx-models").ComponentBlueprints;
|
78
|
+
};
|
79
|
+
};
|
80
|
+
themes: {
|
81
|
+
light: import("@omnia/fx-models").ResolvedThemeDefinition;
|
82
|
+
dark: import("@omnia/fx-models").ResolvedThemeDefinition;
|
83
|
+
templates: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ResolvedThemeDefinition, import("@omnia/fx-models").TemplateRegistrationType>[];
|
84
|
+
};
|
85
|
+
};
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import { ColorSchema, ITemplateRegistration } from "@omnia/fx-models";
|
2
|
+
export declare function useDefaultColorSchemas(): {
|
3
|
+
dark: {
|
4
|
+
primary?: ColorSchema;
|
5
|
+
secondary?: ColorSchema;
|
6
|
+
accent1?: ColorSchema;
|
7
|
+
accent2?: ColorSchema;
|
8
|
+
accent3?: ColorSchema;
|
9
|
+
accent4?: ColorSchema;
|
10
|
+
accent5?: ColorSchema;
|
11
|
+
accent6?: ColorSchema;
|
12
|
+
accent7?: ColorSchema;
|
13
|
+
accent8?: ColorSchema;
|
14
|
+
accent9?: ColorSchema;
|
15
|
+
neutral?: ColorSchema;
|
16
|
+
background?: ColorSchema;
|
17
|
+
error?: ColorSchema;
|
18
|
+
info?: ColorSchema;
|
19
|
+
warning?: ColorSchema;
|
20
|
+
notification?: ColorSchema;
|
21
|
+
success?: ColorSchema;
|
22
|
+
};
|
23
|
+
light: {
|
24
|
+
primary?: ColorSchema;
|
25
|
+
secondary?: ColorSchema;
|
26
|
+
accent1?: ColorSchema;
|
27
|
+
accent2?: ColorSchema;
|
28
|
+
accent3?: ColorSchema;
|
29
|
+
accent4?: ColorSchema;
|
30
|
+
accent5?: ColorSchema;
|
31
|
+
accent6?: ColorSchema;
|
32
|
+
accent7?: ColorSchema;
|
33
|
+
accent8?: ColorSchema;
|
34
|
+
accent9?: ColorSchema;
|
35
|
+
neutral?: ColorSchema;
|
36
|
+
background?: ColorSchema;
|
37
|
+
error?: ColorSchema;
|
38
|
+
info?: ColorSchema;
|
39
|
+
warning?: ColorSchema;
|
40
|
+
notification?: ColorSchema;
|
41
|
+
success?: ColorSchema;
|
42
|
+
};
|
43
|
+
accessibility: {
|
44
|
+
primary?: ColorSchema;
|
45
|
+
secondary?: ColorSchema;
|
46
|
+
accent1?: ColorSchema;
|
47
|
+
accent2?: ColorSchema;
|
48
|
+
accent3?: ColorSchema;
|
49
|
+
accent4?: ColorSchema;
|
50
|
+
accent5?: ColorSchema;
|
51
|
+
accent6?: ColorSchema;
|
52
|
+
accent7?: ColorSchema;
|
53
|
+
accent8?: ColorSchema;
|
54
|
+
accent9?: ColorSchema;
|
55
|
+
neutral?: ColorSchema;
|
56
|
+
background?: ColorSchema;
|
57
|
+
error?: ColorSchema;
|
58
|
+
info?: ColorSchema;
|
59
|
+
warning?: ColorSchema;
|
60
|
+
notification?: ColorSchema;
|
61
|
+
success?: ColorSchema;
|
62
|
+
};
|
63
|
+
templates: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>[];
|
64
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ComponentBlueprints, ITemplateRegistration } from "@omnia/fx-models";
|
2
|
+
export declare function useDefaultComponentBlueprints(): {
|
3
|
+
templates: ITemplateRegistration<ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>[];
|
4
|
+
roundness: {
|
5
|
+
readonly none: ComponentBlueprints;
|
6
|
+
readonly xs: ComponentBlueprints;
|
7
|
+
readonly s: ComponentBlueprints;
|
8
|
+
readonly m: ComponentBlueprints;
|
9
|
+
readonly l: ComponentBlueprints;
|
10
|
+
readonly full: ComponentBlueprints;
|
11
|
+
};
|
12
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ComponentBlueprints";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ButtonBlueprintPresets";
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { ITemplateRegistration, ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
|
+
export declare function useDefaultThemes(): {
|
3
|
+
light: ResolvedThemeDefinition;
|
4
|
+
dark: ResolvedThemeDefinition;
|
5
|
+
templates: ITemplateRegistration<ResolvedThemeDefinition, import("@omnia/fx-models").TemplateRegistrationType>[];
|
6
|
+
};
|
@@ -78,6 +78,10 @@ export declare const EditorChromeStyles: {
|
|
78
78
|
stylex: typeof import("../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
|
79
79
|
stylexObject: typeof import("../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
|
80
80
|
};
|
81
|
+
containerFill: {
|
82
|
+
stylex: typeof import("../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
|
83
|
+
stylexObject: typeof import("../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
|
84
|
+
};
|
81
85
|
border: {
|
82
86
|
stylex: typeof import("../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
|
83
87
|
stylexObject: typeof import("../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
|
@@ -77,6 +77,10 @@ export declare const ToolbarButtonStyles: {
|
|
77
77
|
stylex: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
|
78
78
|
stylexObject: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
|
79
79
|
};
|
80
|
+
containerFill: {
|
81
|
+
stylex: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
|
82
|
+
stylexObject: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
|
83
|
+
};
|
80
84
|
border: {
|
81
85
|
stylex: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
|
82
86
|
stylexObject: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
|
+
import { OHorizontalAlignments } from "@omnia/fx-models";
|
2
3
|
import { ChromeActionItem } from "../models";
|
3
|
-
type ToolbarButtonProps = DefinePropTheming & DefineProp<"action", ChromeActionItem> & DefineProp<"alignHeader", boolean> & DefineProp<"position", "topBar" | "bottomBar" | "rightBar"> & DefineProp<"border", "left" | "right" | "left right" | "bottom">;
|
4
|
+
type ToolbarButtonProps = DefinePropTheming & DefineProp<"action", ChromeActionItem> & DefineProp<"alignHeader", boolean> & DefineProp<"position", "topBar" | "bottomBar" | "rightBar"> & DefineProp<"border", "left" | "right" | "left right" | "bottom"> & DefineProp<"alignX", OHorizontalAlignments, false, "center">;
|
4
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarButtonProps> & {} & {
|
5
6
|
"v-slots"?: {} & Omit<{
|
6
7
|
default?: import("vue").Slot;
|
7
8
|
$stable?: boolean;
|
8
9
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "border" | "position" | "colors" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "border" | "position" | "colors" | "alignX" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
11
|
export default _default;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { OHorizontalAlignments } from "@omnia/fx-models";
|
1
2
|
import { ChromeActionItemRegister } from "../models";
|
2
3
|
export interface RenderActionsOptions {
|
3
4
|
/**
|
@@ -6,6 +7,7 @@ export interface RenderActionsOptions {
|
|
6
7
|
*/
|
7
8
|
border?: "left" | "right" | "left right" | "bottom";
|
8
9
|
startBorder?: "left" | "right" | "left right" | "bottom";
|
10
|
+
alignX?: OHorizontalAlignments;
|
9
11
|
/**
|
10
12
|
* The position of the toolbar
|
11
13
|
*/
|
@@ -77,6 +77,10 @@ export declare const ToolbarStyles: {
|
|
77
77
|
stylex: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
|
78
78
|
stylexObject: typeof import("../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
|
79
79
|
};
|
80
|
+
containerFill: {
|
81
|
+
stylex: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
|
82
|
+
stylexObject: typeof import("../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
|
83
|
+
};
|
80
84
|
border: {
|
81
85
|
stylex: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
|
82
86
|
stylexObject: typeof import("../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { IIcon, LegacyIconPickerModel, MediaPickerImage } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
-
icon?:
|
3
|
+
icon?: MediaPickerImage | IIcon | LegacyIconPickerModel;
|
4
4
|
} & {
|
5
5
|
size?: "x-small" | "small" | "large" | "default" | "x-large";
|
6
6
|
}> & {} & {
|
@@ -36,6 +36,10 @@ declare const _default: {
|
|
36
36
|
identities: Array<IResolvedIdentity>;
|
37
37
|
}) => VNodeChild;
|
38
38
|
}>;
|
39
|
+
openProfileCard: {
|
40
|
+
type: import("vue").PropType<boolean>;
|
41
|
+
required: false;
|
42
|
+
};
|
39
43
|
displayIdentityType: {
|
40
44
|
type: import("vue").PropType<boolean>;
|
41
45
|
required: false;
|
@@ -143,6 +147,10 @@ declare const _default: {
|
|
143
147
|
identities: Array<IResolvedIdentity>;
|
144
148
|
}) => VNodeChild;
|
145
149
|
}>;
|
150
|
+
openProfileCard: {
|
151
|
+
type: import("vue").PropType<boolean>;
|
152
|
+
required: false;
|
153
|
+
};
|
146
154
|
displayIdentityType: {
|
147
155
|
type: import("vue").PropType<boolean>;
|
148
156
|
required: false;
|
@@ -247,6 +255,10 @@ declare const _default: {
|
|
247
255
|
identities: Array<IResolvedIdentity>;
|
248
256
|
}) => VNodeChild;
|
249
257
|
}>;
|
258
|
+
openProfileCard: {
|
259
|
+
type: import("vue").PropType<boolean>;
|
260
|
+
required: false;
|
261
|
+
};
|
250
262
|
displayIdentityType: {
|
251
263
|
type: import("vue").PropType<boolean>;
|
252
264
|
required: false;
|
@@ -392,6 +404,7 @@ declare const _default: {
|
|
392
404
|
class?: string;
|
393
405
|
};
|
394
406
|
displayIdentityType?: boolean;
|
407
|
+
openProfileCard?: boolean;
|
395
408
|
}>, never>;
|
396
409
|
};
|
397
410
|
export default _default;
|
@@ -79,6 +79,10 @@ export declare const LayoutBlockStyles: {
|
|
79
79
|
stylex: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
|
80
80
|
stylexObject: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
|
81
81
|
};
|
82
|
+
containerFill: {
|
83
|
+
stylex: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
|
84
|
+
stylexObject: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
|
85
|
+
};
|
82
86
|
border: {
|
83
87
|
stylex: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
|
84
88
|
stylexObject: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
|
@@ -79,6 +79,10 @@ export declare const LayoutSectionStyles: {
|
|
79
79
|
stylex: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillStylex;
|
80
80
|
stylexObject: typeof import("../../../aurora/styling/styles").FillStyling.getBlueprintFillObjectStylex;
|
81
81
|
};
|
82
|
+
containerFill: {
|
83
|
+
stylex: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylex;
|
84
|
+
stylexObject: typeof import("../../../aurora/styling/styles").BackgroundStyling.getContainerFillStylexObjectStylex;
|
85
|
+
};
|
82
86
|
border: {
|
83
87
|
stylex: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderStylex;
|
84
88
|
stylexObject: typeof import("../../../aurora/styling/styles").BorderStyling.getBlueprintBorderObjectStylex;
|