@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
@@ -1,4 +1,4 @@
|
|
1
|
-
import { guid, ITemplateRegistration, TypographyBlueprint, TextStyleDefinition, TextStyleSizes, TextStyleType, TypographyFontDefinition, IFontBlueprints,
|
1
|
+
import { guid, ITemplateRegistration, TypographyBlueprint, TextStyleDefinition, TextStyleSizes, TextStyleType, TypographyFontDefinition, IFontBlueprints, BlueprintVariant, FontAwesomeIcon, TextStyleBreakpointType } from "@omnia/fx-models";
|
2
2
|
export interface BreakpointItem {
|
3
3
|
icon: FontAwesomeIcon;
|
4
4
|
title: string;
|
@@ -10,7 +10,6 @@ export declare const useTypographyEditorStore: () => {
|
|
10
10
|
state: {
|
11
11
|
blueprintRegistration: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
12
12
|
availableFonts: ITemplateRegistration<IFontBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
13
|
-
blueprint: TypographyBlueprint;
|
14
13
|
editMode: boolean;
|
15
14
|
editing: {
|
16
15
|
type: "display" | "headline" | "title" | "text" | "label" | "variants";
|
@@ -28,7 +27,6 @@ export declare const useTypographyEditorStore: () => {
|
|
28
27
|
events: import("@omnia/fx/stores").StoreEvents<{
|
29
28
|
blueprintRegistration: ITemplateRegistration<TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
30
29
|
availableFonts: ITemplateRegistration<IFontBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
31
|
-
blueprint: TypographyBlueprint;
|
32
30
|
editMode: boolean;
|
33
31
|
editing: {
|
34
32
|
type: "display" | "headline" | "title" | "text" | "label" | "variants";
|
@@ -93,6 +91,66 @@ export declare const useTypographyEditorStore: () => {
|
|
93
91
|
deleteRegistration(): Promise<boolean>;
|
94
92
|
}>;
|
95
93
|
get: {
|
94
|
+
editBladeDefinition: {
|
95
|
+
readonly Blade: (props: Omit<import("@omnia/fx/ux").ConstructComponentProps<import("../../../../../journey/JourneyBlade").JourneyBladeProps>, "id" | "getApi" | "manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
96
|
+
readonly Menu: (props: Omit<import("@omnia/fx/ux").ConstructComponentProps<import("../../../../../journey/JourneyMenu").JourneyMenuProps>, "id" | "getApi"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
97
|
+
readonly ManageList: (<T extends unknown>(props: import("@omnia/fx/ux").ExtractProps<import("../../../../../oxide/list/List").OListProps<T>> & {
|
98
|
+
"onUpdate:modelValue"?: (value: T[]) => any;
|
99
|
+
} & {
|
100
|
+
"v-slots"?: {
|
101
|
+
item?: (item: import("../../../../../oxide/list/List").IListItem<T>) => import("vue").VNodeChild;
|
102
|
+
} & Omit<{
|
103
|
+
default?: import("vue").Slot;
|
104
|
+
$stable?: boolean;
|
105
|
+
}, "item">;
|
106
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "class" | "remove" | "drag" | "nav" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "navigation" | "lines" | "divider" | "dragStyles" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any) & {
|
107
|
+
item: typeof import("../../../../../oxide/list/ListItem").default extends {
|
108
|
+
propsDefinition: infer TProp;
|
109
|
+
} ? {
|
110
|
+
new (...args: any[]): {
|
111
|
+
$props: TProp & Omit<import("@omnia/fx/ux").VueComponentBaseProps, keyof TProp>;
|
112
|
+
};
|
113
|
+
} : typeof import("../../../../../oxide/list/ListItem").default;
|
114
|
+
};
|
115
|
+
readonly ManageDataTable: <TItem extends unknown, TVariant extends "default" | "client-pagination-scroll" | "client-pagination-page" | "server-pagination-scroll" | "server-pagination-page" = "default">(props: import("@omnia/fx/ux").ExtractProps<import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>> & ((import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>[K]; } : never) extends infer T_1 ? T_1 extends (import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant> extends infer T_2 ? { [K in keyof T_2 as K extends `emit:${infer N}` ? N : never]: import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>[K]; } : never) ? T_1 extends string[] ? { [K_1 in `on${Capitalize<T_1[number]>}`]?: (...args: any[]) => any; } : T_1 extends import("vue").ObjectEmitsOptions ? { [K_2 in `on${Capitalize<string & keyof T_1>}`]?: K_2 extends `on${infer C}` ? T_1[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_1[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & {
|
116
|
+
"v-slots"?: (import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>[K_3]; } : never) & Omit<{
|
117
|
+
default?: import("vue").Slot;
|
118
|
+
$stable?: boolean;
|
119
|
+
}, keyof (import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>[K_3]; } : never)>;
|
120
|
+
} & (import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>[K_4], import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>[K_4]> | ((ref: import("../../../../../oxide/datatable/DataTable").DataTableProps<TItem, TVariant>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "height" | "variant" | "search" | "headers" | "class" | "drag" | "expanded" | "colors" | "hover" | "ref" | "v-model" | "modelValue" | "emit:update:modelValue" | "items" | "loading" | "mobileColumn" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "sortBy" | "emit:update:sortBy" | "v-model:sortBy" | "mustSort" | "showSelect" | "itemSelectable" | "noDataText" | "searchBy" | "showExpand" | "emit:update:items" | "v-model:items" | "emit:update:options" | "emit:update:page" | "emit:update:itemsPerPage" | "emit:click:loadMore" | "slot:row" | "slot:top" | "slot:expanded-row" | `slot:header.${string}` | `slot:item.${string}` | keyof (TVariant extends "client-pagination-scroll" ? {
|
121
|
+
itemHeight?: string | number;
|
122
|
+
} : TVariant extends "client-pagination-page" ? {
|
123
|
+
itemsPerPage: number;
|
124
|
+
} & {
|
125
|
+
page?: number;
|
126
|
+
} : TVariant extends "server-pagination-page" ? {
|
127
|
+
itemsPerPage: number;
|
128
|
+
} & {
|
129
|
+
page?: number;
|
130
|
+
} & {
|
131
|
+
itemsLength: number;
|
132
|
+
} : TVariant extends "server-pagination-scroll" ? {
|
133
|
+
showLoadMore?: boolean;
|
134
|
+
} & import("@omnia/fx/ux").DefineEmit<"visible:lastItem", (item: TItem) => void> : {})> & import("@omnia/fx/ux").VNodeEvents) => any;
|
135
|
+
id: guid;
|
136
|
+
readonly route: TRoute;
|
137
|
+
moveNext(): void;
|
138
|
+
movePrev(): void;
|
139
|
+
travelTo(toBladeId: guid): void;
|
140
|
+
defineValueToCommit<T>(value?: T, defineDisabledClone?: boolean): {
|
141
|
+
value: T;
|
142
|
+
resetValue: (value: T, disabledClone?: boolean) => void;
|
143
|
+
};
|
144
|
+
defineValueToFilter<T>(value?: T, initialConfig?: Record<string, {
|
145
|
+
isShow: boolean;
|
146
|
+
}>, defineDisabledClone?: boolean): {
|
147
|
+
filterValues: T;
|
148
|
+
resetFilterValues: (value: T, disabledClone?: boolean) => void;
|
149
|
+
updateFilterConfig: (newConfig: Record<string, {
|
150
|
+
isShow: boolean;
|
151
|
+
}>) => void;
|
152
|
+
};
|
153
|
+
};
|
96
154
|
textStyleName: (textStyleType: TextStyleType, size: TextStyleSizes) => string;
|
97
155
|
typeScale: {
|
98
156
|
active: {
|
@@ -101,42 +159,7 @@ export declare const useTypographyEditorStore: () => {
|
|
101
159
|
readonly lineHeight: number;
|
102
160
|
};
|
103
161
|
};
|
104
|
-
definitionType: () =>
|
105
|
-
xl: TextStyleDefinition;
|
106
|
-
l: TextStyleDefinition;
|
107
|
-
m: TextStyleDefinition;
|
108
|
-
s: TextStyleDefinition;
|
109
|
-
xs: TextStyleDefinition;
|
110
|
-
font?: TypographyFontRef;
|
111
|
-
} | {
|
112
|
-
xl: TextStyleDefinition;
|
113
|
-
l: TextStyleDefinition;
|
114
|
-
m: TextStyleDefinition;
|
115
|
-
s: TextStyleDefinition;
|
116
|
-
xs: TextStyleDefinition;
|
117
|
-
font?: TypographyFontRef;
|
118
|
-
} | {
|
119
|
-
xl: TextStyleDefinition;
|
120
|
-
l: TextStyleDefinition;
|
121
|
-
m: TextStyleDefinition;
|
122
|
-
s: TextStyleDefinition;
|
123
|
-
xs: TextStyleDefinition;
|
124
|
-
font?: TypographyFontRef;
|
125
|
-
} | {
|
126
|
-
xl?: TextStyleDefinition;
|
127
|
-
l: TextStyleDefinition;
|
128
|
-
m: TextStyleDefinition;
|
129
|
-
s: TextStyleDefinition;
|
130
|
-
xs: TextStyleDefinition;
|
131
|
-
font?: TypographyFontRef;
|
132
|
-
} | {
|
133
|
-
xl: TextStyleDefinition;
|
134
|
-
l: TextStyleDefinition;
|
135
|
-
m: TextStyleDefinition;
|
136
|
-
s: TextStyleDefinition;
|
137
|
-
xs: TextStyleDefinition;
|
138
|
-
font?: TypographyFontRef;
|
139
|
-
};
|
162
|
+
definitionType: () => any;
|
140
163
|
selectedTextStyleSizeFont: () => string;
|
141
164
|
};
|
142
165
|
bladeId: {
|
package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/ThemePreviewBlade.d.ts
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{}> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
5
|
+
}, never>;
|
6
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, never> & import("@omnia/fx/ux").VNodeEvents) => any;
|
7
|
+
export default _default;
|
@@ -24,8 +24,15 @@ export declare const useThemeJourneyStore: () => {
|
|
24
24
|
switchIconAdditional: IIcon;
|
25
25
|
customIcons: boolean;
|
26
26
|
};
|
27
|
+
themePreview: {
|
28
|
+
enabled: boolean;
|
29
|
+
};
|
27
30
|
};
|
28
31
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
32
|
+
themePreview: () => {
|
33
|
+
showSettings: () => Promise<void>;
|
34
|
+
toggle: (value: boolean) => Promise<void>;
|
35
|
+
};
|
29
36
|
toggleCustomIcons: (custom: boolean) => void;
|
30
37
|
toggleInheritSettings: (inherit: boolean) => void;
|
31
38
|
additionalTheme: () => {
|
@@ -50,10 +57,8 @@ export declare const useThemeJourneyStore: () => {
|
|
50
57
|
byId: (id: guid) => import("@omnia/fx-models").ITemplateRegistration<any, import("@omnia/fx-models").TemplateRegistrationType>;
|
51
58
|
};
|
52
59
|
editingBlade: (props: Omit<import("@omnia/fx/ux").ConstructComponentProps<import("../../../../journey/JourneyBlade").JourneyBladeProps>, "id" | "getApi" | "manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
60
|
+
previewBlade: (props: Omit<import("@omnia/fx/ux").ConstructComponentProps<import("../../../../journey/JourneyBlade").JourneyBladeProps>, "id" | "getApi" | "manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
53
61
|
readonly editingType: "" | "tenant" | "app-instance" | "business-profile";
|
54
|
-
settings: {
|
55
|
-
tenant: () => void;
|
56
|
-
};
|
57
62
|
};
|
58
63
|
rules: {
|
59
64
|
editingTheme: {
|
@@ -1,6 +1,12 @@
|
|
1
1
|
import { BackgroundDefinition, ColorSchemaType } from "@omnia/fx-models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
hasDynamicColors: {
|
5
|
+
type: import("vue").PropType<boolean>;
|
6
|
+
};
|
7
|
+
noPadding: {
|
8
|
+
type: import("vue").PropType<boolean>;
|
9
|
+
};
|
4
10
|
height: {
|
5
11
|
type: import("vue").PropType<string>;
|
6
12
|
};
|
@@ -38,6 +44,12 @@ declare const _default: {
|
|
38
44
|
M: {};
|
39
45
|
Defaults: {};
|
40
46
|
}, Readonly<import("vue").ExtractPropTypes<{
|
47
|
+
hasDynamicColors: {
|
48
|
+
type: import("vue").PropType<boolean>;
|
49
|
+
};
|
50
|
+
noPadding: {
|
51
|
+
type: import("vue").PropType<boolean>;
|
52
|
+
};
|
41
53
|
height: {
|
42
54
|
type: import("vue").PropType<string>;
|
43
55
|
};
|
@@ -72,6 +84,12 @@ declare const _default: {
|
|
72
84
|
__isTeleport?: never;
|
73
85
|
__isSuspense?: never;
|
74
86
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
87
|
+
hasDynamicColors: {
|
88
|
+
type: import("vue").PropType<boolean>;
|
89
|
+
};
|
90
|
+
noPadding: {
|
91
|
+
type: import("vue").PropType<boolean>;
|
92
|
+
};
|
75
93
|
height: {
|
76
94
|
type: import("vue").PropType<string>;
|
77
95
|
};
|
@@ -111,6 +129,8 @@ declare const _default: {
|
|
111
129
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
112
130
|
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
113
131
|
disableDynamicColorDisplay?: boolean;
|
132
|
+
noPadding?: boolean;
|
133
|
+
hasDynamicColors?: boolean;
|
114
134
|
}>, never>;
|
115
135
|
};
|
116
136
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts
CHANGED
@@ -1,4 +1,5 @@
|
|
1
|
-
import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprints, ButtonBlueprintVariant } from "@omnia/fx-models";
|
1
|
+
import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprints, ButtonBlueprintVariant, ColorSchema, ColorSchemaType } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
"emit:update:modelValue": (value: ButtonBlueprint | ButtonBlueprintVariant) => void;
|
4
5
|
} & {
|
@@ -8,13 +9,15 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
8
9
|
} & {
|
9
10
|
label?: string;
|
10
11
|
} & {
|
11
|
-
variant?: "list" | "
|
12
|
+
variant?: "default" | "list" | "journey";
|
12
13
|
} & {
|
13
14
|
placeholder?: string;
|
14
15
|
} & {
|
15
16
|
toned?: boolean;
|
16
17
|
} & {
|
17
18
|
customStyling?: boolean;
|
19
|
+
} & {
|
20
|
+
dynamicColorSchema?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
18
21
|
} & {
|
19
22
|
showSlots?: boolean;
|
20
23
|
} & {
|
@@ -23,12 +26,13 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
23
26
|
baseStrategy?: BlueprintsStrategyBase;
|
24
27
|
} & {
|
25
28
|
sampleText?: string;
|
26
|
-
}
|
29
|
+
} & DefineEmit<"update:colorSchema", (value: ColorSchemaType | ColorSchema) => null>> & {
|
27
30
|
"onUpdate:modelValue"?: (value: ButtonBlueprint | ButtonBlueprintVariant) => any;
|
31
|
+
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
28
32
|
} & {
|
29
33
|
"v-slots"?: {} & Omit<{
|
30
34
|
default?: import("vue").Slot;
|
31
35
|
$stable?: boolean;
|
32
36
|
}, never>;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "blueprints" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "showSlots" | "sampleText" | "customStyling" | "baseStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
37
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "dynamicColorSchema" | "variant" | "blueprints" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "showSlots" | "sampleText" | "customStyling" | "baseStrategy" | "emit:update:colorSchema"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
38
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprints, ButtonBlueprintVariant, MultilingualString, VelcronAppDefinition } from "@omnia/fx-models";
|
1
|
+
import { BlueprintsStrategyBase, ButtonBlueprint, ButtonBlueprints, ButtonBlueprintVariant, ColorSchema, ColorSchemaType, MultilingualString, VelcronAppDefinition } from "@omnia/fx-models";
|
2
2
|
import { IIcon } from "@omnia/fx/ux";
|
3
3
|
export interface ButtonType {
|
4
4
|
id: string;
|
@@ -12,6 +12,10 @@ export declare const useButtonStylePickerStore: () => {
|
|
12
12
|
settings: {
|
13
13
|
showSlots: boolean;
|
14
14
|
};
|
15
|
+
dynamicColorShema: {
|
16
|
+
selected: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
17
|
+
internalSelection: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema;
|
18
|
+
};
|
15
19
|
customDefinitionModel: ButtonBlueprint;
|
16
20
|
velcronDefinition: VelcronAppDefinition<object>;
|
17
21
|
blueprints: ButtonBlueprints;
|
@@ -58,9 +62,13 @@ export declare const useButtonStylePickerStore: () => {
|
|
58
62
|
};
|
59
63
|
};
|
60
64
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
65
|
+
dynamicColorSchema: () => {
|
66
|
+
select: (type: ColorSchemaType | ColorSchema) => void;
|
67
|
+
set: () => void;
|
68
|
+
};
|
61
69
|
selectItem(value: ButtonBlueprint | ButtonBlueprintVariant): void;
|
62
70
|
loadSelectedBlueprint: () => any;
|
63
|
-
initState: (model: ButtonBlueprint | ButtonBlueprintVariant, blueprints: ButtonBlueprints, baseStrategy: BlueprintsStrategyBase) => void;
|
71
|
+
initState: (model: ButtonBlueprint | ButtonBlueprintVariant, blueprints: ButtonBlueprints, baseStrategy: BlueprintsStrategyBase, dynamicColorSchema: ColorSchemaType | ColorSchema) => void;
|
64
72
|
}>;
|
65
73
|
get: {
|
66
74
|
getSelectionName: () => string | MultilingualString;
|
@@ -72,6 +80,7 @@ export declare const useButtonStylePickerStore: () => {
|
|
72
80
|
};
|
73
81
|
};
|
74
82
|
rules: {
|
83
|
+
showColorSchemaPicker: () => boolean;
|
75
84
|
isDefaultBlueprint: (button: ButtonType) => boolean;
|
76
85
|
isPlaceholder: (button: ButtonType) => boolean;
|
77
86
|
hideSlot: (button: ButtonType) => boolean;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -481,8 +481,8 @@ declare const _default: {
|
|
481
481
|
"v-model"?: ColorValue;
|
482
482
|
modelValue?: ColorValue;
|
483
483
|
"onUpdate:modelValue"?: (value: ColorValue) => any | void;
|
484
|
-
disableColorToggle?: boolean;
|
485
484
|
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
485
|
+
disableColorToggle?: boolean;
|
486
486
|
enableDynamicColor?: boolean;
|
487
487
|
disableCustomColor?: boolean;
|
488
488
|
showPlaceholders?: boolean;
|
@@ -11,10 +11,12 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
11
11
|
size?: "small" | "default";
|
12
12
|
} & {
|
13
13
|
height?: string;
|
14
|
+
} & {
|
15
|
+
hasDynamicColors?: boolean;
|
14
16
|
}> & {} & {
|
15
17
|
"v-slots"?: {} & Omit<{
|
16
18
|
default?: import("vue").Slot;
|
17
19
|
$stable?: boolean;
|
18
20
|
}, never>;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "noIcon" | "height" | "size" | "width" | "dynamicColorSchemaType" | "colorReference"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "noIcon" | "height" | "size" | "width" | "dynamicColorSchemaType" | "hasDynamicColors" | "colorReference"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
22
|
export default _default;
|
@@ -100,9 +100,9 @@ declare const _default: {
|
|
100
100
|
};
|
101
101
|
}>> & {
|
102
102
|
"onUpdate:modelValue"?: (value: ContainerFillValue) => any;
|
103
|
+
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
103
104
|
"onItem:enter"?: (value: ContainerFillValue) => any;
|
104
105
|
"onItem:leave"?: (value: ContainerFillValue) => any;
|
105
|
-
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
106
106
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
107
107
|
"update:modelValue": (value: ContainerFillValue) => any;
|
108
108
|
"item:enter": (value: ContainerFillValue) => any;
|
@@ -213,9 +213,9 @@ declare const _default: {
|
|
213
213
|
};
|
214
214
|
}>> & {
|
215
215
|
"onUpdate:modelValue"?: (value: ContainerFillValue) => any;
|
216
|
+
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
216
217
|
"onItem:enter"?: (value: ContainerFillValue) => any;
|
217
218
|
"onItem:leave"?: (value: ContainerFillValue) => any;
|
218
|
-
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
219
219
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
220
220
|
__isFragment?: never;
|
221
221
|
__isTeleport?: never;
|
@@ -318,9 +318,9 @@ declare const _default: {
|
|
318
318
|
};
|
319
319
|
}>> & {
|
320
320
|
"onUpdate:modelValue"?: (value: ContainerFillValue) => any;
|
321
|
+
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
321
322
|
"onItem:enter"?: (value: ContainerFillValue) => any;
|
322
323
|
"onItem:leave"?: (value: ContainerFillValue) => any;
|
323
|
-
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
324
324
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
325
325
|
"update:modelValue": (value: ContainerFillValue) => any;
|
326
326
|
"item:enter": (value: ContainerFillValue) => any;
|
@@ -405,11 +405,11 @@ declare const _default: {
|
|
405
405
|
individualRadiusSelection?: boolean;
|
406
406
|
individualBorderWidthSelection?: boolean;
|
407
407
|
allowCustom?: boolean;
|
408
|
-
}>, "onUpdate:modelValue" | "
|
408
|
+
}>, "onUpdate:modelValue" | "onUpdate:colorSchema" | "onItem:enter" | "onItem:leave"> & {
|
409
409
|
"onUpdate:modelValue"?: (value: ContainerFillValue) => any;
|
410
|
+
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
410
411
|
"onItem:enter"?: (value: ContainerFillValue) => any;
|
411
412
|
"onItem:leave"?: (value: ContainerFillValue) => any;
|
412
|
-
"onUpdate:colorSchema"?: (value: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic" | ColorSchema) => any;
|
413
413
|
};
|
414
414
|
};
|
415
415
|
export default _default;
|
@@ -21,7 +21,7 @@ export declare const useContainerFillPickerStore: () => {
|
|
21
21
|
set: () => void;
|
22
22
|
};
|
23
23
|
onSelectContainer(type: ContainerFillValue, colorValue: boolean): void;
|
24
|
-
initState: (model: ContainerFillValue) => void;
|
24
|
+
initState: (model: ContainerFillValue, dynamicColorSchema: ColorSchemaType | ColorSchema) => void;
|
25
25
|
}>;
|
26
26
|
get: {
|
27
27
|
blueprintByValue: (value: ContainerFillValue) => ContainerFillBlueprint;
|
@@ -1,9 +1,12 @@
|
|
1
1
|
import { IconBlueprints, OIconSizes } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit } from "@omnia/fx/ux";
|
3
|
+
type ViewType = "default" | "picker";
|
3
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
5
|
blueprints?: IconBlueprints;
|
5
6
|
} & {
|
6
7
|
toned?: boolean;
|
8
|
+
} & {
|
9
|
+
variant?: ViewType;
|
7
10
|
} & {
|
8
11
|
label?: string;
|
9
12
|
} & {
|
@@ -15,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
18
|
default?: import("vue").Slot;
|
16
19
|
$stable?: boolean;
|
17
20
|
}, never>;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "blueprints" | "toned" | "emit:click:select" | "selectable"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "blueprints" | "toned" | "emit:click:select" | "selectable"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
22
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts
CHANGED
@@ -1,13 +1,13 @@
|
|
1
|
-
import { IIcon
|
1
|
+
import { IIcon } from "@omnia/fx-models";
|
2
2
|
import { DefineSlot } from "@omnia/fx/ux";
|
3
|
+
import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
|
3
4
|
import { VNodeChild } from "vue";
|
4
|
-
type IconStylePickerVariant = "dialog" | "editor" | "blade";
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
|
-
"emit:update:modelValue": (value:
|
6
|
+
"emit:update:modelValue": (value: "x-small" | "small" | "large" | "default" | "x-large") => void;
|
7
7
|
} & {
|
8
|
-
"v-model"?:
|
8
|
+
"v-model"?: "x-small" | "small" | "large" | "default" | "x-large";
|
9
9
|
} & {
|
10
|
-
modelValue?:
|
10
|
+
modelValue?: "x-small" | "small" | "large" | "default" | "x-large";
|
11
11
|
} & {
|
12
12
|
icon?: IIcon;
|
13
13
|
} & {
|
@@ -17,11 +17,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
} & {
|
18
18
|
enableDynamicColor?: boolean;
|
19
19
|
} & {
|
20
|
-
variant?:
|
20
|
+
variant?: PickerVariant;
|
21
21
|
} & {
|
22
22
|
label?: string;
|
23
23
|
} & DefineSlot<"activator", () => VNodeChild>> & {
|
24
|
-
"onUpdate:modelValue"?: (value:
|
24
|
+
"onUpdate:modelValue"?: (value: "x-small" | "small" | "large" | "default" | "x-large") => any;
|
25
25
|
} & {
|
26
26
|
"v-slots"?: {
|
27
27
|
activator?: () => VNodeChild;
|
@@ -10,6 +10,8 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
10
10
|
modelValue?: InputBlueprint;
|
11
11
|
} & {
|
12
12
|
blueprintStrategy?: string;
|
13
|
+
} & {
|
14
|
+
showNameSelection?: boolean;
|
13
15
|
} & {
|
14
16
|
toolbarCallback?: (value: () => VNodeChild) => void;
|
15
17
|
} & DefineEmit<"click:confirm", (value: TabsBlueprint) => void>> & {
|
@@ -20,5 +22,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
20
22
|
default?: import("vue").Slot;
|
21
23
|
$stable?: boolean;
|
22
24
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "emit:click:confirm" | "toolbarCallback" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "modelValue" | "emit:update:modelValue" | "emit:click:confirm" | "toolbarCallback" | "blueprintStrategy" | "showNameSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
26
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts
CHANGED
@@ -1,27 +1,29 @@
|
|
1
|
-
import {
|
1
|
+
import { TextFillDefinitionValue } from "@omnia/fx-models";
|
2
2
|
import { DefineSlot } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
|
-
|
4
|
+
import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
|
-
"emit:update:modelValue": (value:
|
6
|
+
"emit:update:modelValue": (value: TextFillDefinitionValue) => void;
|
7
7
|
} & {
|
8
|
-
"v-model"?:
|
8
|
+
"v-model"?: TextFillDefinitionValue;
|
9
9
|
} & {
|
10
|
-
modelValue?:
|
10
|
+
modelValue?: TextFillDefinitionValue;
|
11
11
|
} & {
|
12
12
|
defaultColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
13
13
|
} & {
|
14
|
-
variant?:
|
14
|
+
variant?: PickerVariant;
|
15
15
|
} & {
|
16
16
|
toned?: boolean;
|
17
17
|
} & {
|
18
18
|
label?: string;
|
19
19
|
} & {
|
20
20
|
customColor?: boolean;
|
21
|
+
} & {
|
22
|
+
showSlots?: boolean;
|
21
23
|
} & {
|
22
24
|
enableDynamicColor?: boolean;
|
23
25
|
} & DefineSlot<"activator", () => VNodeChild>> & {
|
24
|
-
"onUpdate:modelValue"?: (value:
|
26
|
+
"onUpdate:modelValue"?: (value: TextFillDefinitionValue) => any;
|
25
27
|
} & {
|
26
28
|
"v-slots"?: {
|
27
29
|
activator?: () => VNodeChild;
|
@@ -29,5 +31,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
29
31
|
default?: import("vue").Slot;
|
30
32
|
$stable?: boolean;
|
31
33
|
}, "activator">;
|
32
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "slot:activator" | "enableDynamicColor" | "customColor" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "slot:activator" | "showSlots" | "enableDynamicColor" | "customColor" | "defaultColorSchemaType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
33
35
|
export default _default;
|
@@ -1,23 +1,32 @@
|
|
1
|
-
import { BlueprintVariant, TextFillBlueprints,
|
1
|
+
import { BlueprintVariant, TextFillBlueprints, ColorValue, TextFillDefinitionValue } from "@omnia/fx-models";
|
2
|
+
import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
|
3
|
+
import { usePickerStore } from "internal/fx/ux/oxide/picker/stores/PickerStore";
|
2
4
|
export type TextColorOptionValue = "default" | "custom";
|
3
5
|
export declare const useTextColorPickerStore: () => {
|
4
6
|
state: {
|
5
|
-
internalModel:
|
7
|
+
internalModel: TextFillDefinitionValue;
|
6
8
|
textColorOption: TextColorOptionValue;
|
7
9
|
fillBlueprints: TextFillBlueprints;
|
8
10
|
selectedColorValue: ColorValue;
|
11
|
+
settings: {
|
12
|
+
variant: PickerVariant;
|
13
|
+
};
|
9
14
|
};
|
10
15
|
events: import("@omnia/fx/stores").StoreEvents<{
|
11
|
-
internalModel:
|
16
|
+
internalModel: TextFillDefinitionValue;
|
12
17
|
textColorOption: TextColorOptionValue;
|
13
18
|
fillBlueprints: TextFillBlueprints;
|
14
19
|
selectedColorValue: ColorValue;
|
20
|
+
settings: {
|
21
|
+
variant: PickerVariant;
|
22
|
+
};
|
15
23
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
16
24
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
25
|
+
setPickerStore(store: ReturnType<typeof usePickerStore>): void;
|
17
26
|
setTextColorOption: (value: TextColorOptionValue) => void;
|
18
27
|
clearValue(): void;
|
19
28
|
selectValue(value: TextFillDefinitionValue): void;
|
20
|
-
init: (model:
|
29
|
+
init: (model: TextFillDefinitionValue) => void;
|
21
30
|
}>;
|
22
31
|
rules: {
|
23
32
|
isPlaceholder(variant: BlueprintVariant): boolean;
|
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts
CHANGED
@@ -9,11 +9,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
9
9
|
} & {
|
10
10
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
11
11
|
} & {
|
12
|
-
"emit:update:modelValue": (value: number | TextStyleConfiguration | TextStyleValue) => void;
|
12
|
+
"emit:update:modelValue": (value: number | guid | TextStyleConfiguration | TextStyleValue) => void;
|
13
13
|
} & {
|
14
|
-
"v-model"?: number | TextStyleConfiguration | TextStyleValue;
|
14
|
+
"v-model"?: number | guid | TextStyleConfiguration | TextStyleValue;
|
15
15
|
} & {
|
16
|
-
modelValue?: number | TextStyleConfiguration | TextStyleValue;
|
16
|
+
modelValue?: number | guid | TextStyleConfiguration | TextStyleValue;
|
17
17
|
} & {
|
18
18
|
customTyping?: boolean;
|
19
19
|
} & {
|
@@ -45,7 +45,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
45
45
|
} & {
|
46
46
|
sampleText?: string;
|
47
47
|
} & DefineSlot<"activator", () => VNode>> & {
|
48
|
-
"onUpdate:modelValue"?: (value: number | TextStyleConfiguration | TextStyleValue) => any;
|
48
|
+
"onUpdate:modelValue"?: (value: number | guid | TextStyleConfiguration | TextStyleValue) => any;
|
49
49
|
} & {
|
50
50
|
"v-slots"?: {
|
51
51
|
activator?: () => VNode;
|
package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefineProp } from "@omnia/fx/ux";
|
2
|
-
import { TextStyleConfiguration } from "@omnia/fx-models";
|
3
|
-
type ViewerProps = DefineProp<"item", TextStyleConfiguration> & DefineProp<"ignoreLineHeight", boolean> & DefineProp<"textColor", string>;
|
2
|
+
import { guid, TextStyleConfiguration } from "@omnia/fx-models";
|
3
|
+
type ViewerProps = DefineProp<"item", TextStyleConfiguration | guid> & DefineProp<"ignoreLineHeight", boolean> & DefineProp<"textColor", string>;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ViewerProps> & {} & {
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
@@ -1,11 +1,11 @@
|
|
1
1
|
import { ThemedTextStyleValue, TextStyleValue, TypographyBlueprint, TextStyleBreakpointType, TextStyleConfiguration, guid } from "@omnia/fx-models";
|
2
2
|
import { usePickerStore } from "internal/fx/ux/oxide/picker/stores/PickerStore";
|
3
3
|
import { PickerVariant } from "internal/fx/ux/oxide/picker/models/SharedSettings";
|
4
|
-
export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "
|
4
|
+
export type ViewTypes = "type-scale" | "system-styles" | "custom-styles" | "system-styles custom-styles" | "text-styles";
|
5
5
|
/**Default will us the tenant styles */
|
6
6
|
export declare const useTextStylePickerStore: () => {
|
7
7
|
state: {
|
8
|
-
internalModel: number | TextStyleConfiguration | TextStyleValue;
|
8
|
+
internalModel: number | guid | TextStyleConfiguration | TextStyleValue;
|
9
9
|
sampleText: string;
|
10
10
|
viewType: ViewTypes;
|
11
11
|
typographyBlueprint: TypographyBlueprint;
|
@@ -25,16 +25,18 @@ export declare const useTextStylePickerStore: () => {
|
|
25
25
|
setFilters: (filters: Array<guid>) => void;
|
26
26
|
setScaleValue(value: number): void;
|
27
27
|
select: (value: TextStyleValue | TextStyleConfiguration) => void;
|
28
|
-
initState: (model: TextStyleValue | number | TextStyleConfiguration, sampleText: string, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
|
28
|
+
initState: (model: TextStyleValue | number | TextStyleConfiguration | guid, sampleText: string, viewType: ViewTypes, typographyBlueprint: TypographyBlueprint, breakpoint: TextStyleBreakpointType) => void;
|
29
29
|
}>;
|
30
30
|
get: {
|
31
31
|
readonly iconSize: number;
|
32
32
|
readonly textStyle: TextStyleValue;
|
33
33
|
fontSize: (textStyle: TextStyleValue | number) => any;
|
34
|
-
displayText: (textStyle: TextStyleValue | TextStyleConfiguration | number) => any;
|
34
|
+
displayText: (textStyle: TextStyleValue | TextStyleConfiguration | number | guid) => any;
|
35
35
|
displayIcon: (textStyle: ThemedTextStyleValue) => import("@omnia/fx-models").FontAwesomeIcon;
|
36
36
|
};
|
37
37
|
rules: {
|
38
|
+
displaySystemStyles: () => boolean;
|
39
|
+
displayCustomStyles: () => boolean;
|
38
40
|
isPlacerHolder: (textStyle: ThemedTextStyleValue) => boolean;
|
39
41
|
isSelected: (textStyle: TextStyleValue | TextStyleConfiguration) => boolean;
|
40
42
|
showTextStyle: (textStyle: ThemedTextStyleValue) => boolean;
|