@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,429 +1,13 @@
|
|
1
|
-
import {
|
1
|
+
import { DefinePropTheming, DefineProp, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx-models";
|
2
3
|
import { useMarkdownEditorStore } from "./stores/MarkdownEditorStore";
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
type: import("vue").PropType<TextBlueprint>;
|
13
|
-
};
|
14
|
-
size: {
|
15
|
-
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
16
|
-
};
|
17
|
-
typography: {
|
18
|
-
type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
|
19
|
-
};
|
20
|
-
placeholder: {
|
21
|
-
type: import("vue").PropType<string>;
|
22
|
-
};
|
23
|
-
noWrap: {
|
24
|
-
type: import("vue").PropType<boolean>;
|
25
|
-
};
|
26
|
-
toned: {
|
27
|
-
type: import("vue").PropType<boolean>;
|
28
|
-
};
|
29
|
-
toolbarContainer: {
|
30
|
-
type: import("vue").PropType<boolean>;
|
31
|
-
};
|
32
|
-
hideToolbar: {
|
33
|
-
type: import("vue").PropType<boolean>;
|
34
|
-
};
|
35
|
-
colorSchemaType: {
|
36
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
37
|
-
required: boolean;
|
38
|
-
};
|
39
|
-
container: {
|
40
|
-
type: BooleanConstructor;
|
41
|
-
required: boolean;
|
42
|
-
};
|
43
|
-
colors: {
|
44
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
45
|
-
required: boolean;
|
46
|
-
};
|
47
|
-
"onUpdate:modelValue": {
|
48
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
49
|
-
};
|
50
|
-
"v-model": {
|
51
|
-
type: import("vue").PropType<string>;
|
52
|
-
required: false;
|
53
|
-
};
|
54
|
-
modelValue: {
|
55
|
-
type: import("vue").PropType<string>;
|
56
|
-
required: false;
|
57
|
-
};
|
58
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
59
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
60
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
61
|
-
type: import("vue").PropType<string>;
|
62
|
-
required: false;
|
63
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
64
|
-
type: import("vue").PropType<string>;
|
65
|
-
required: false;
|
66
|
-
}; } & {
|
67
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
68
|
-
"onUpdate:modelValue": {
|
69
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
70
|
-
};
|
71
|
-
} & {
|
72
|
-
"v-model": {
|
73
|
-
type: import("vue").PropType<string>;
|
74
|
-
required: false;
|
75
|
-
};
|
76
|
-
} & {
|
77
|
-
modelValue: {
|
78
|
-
type: import("vue").PropType<string>;
|
79
|
-
required: false;
|
80
|
-
};
|
81
|
-
}>;
|
82
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
83
|
-
"onUpdate:modelValue": {
|
84
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
85
|
-
};
|
86
|
-
} & {
|
87
|
-
"v-model": {
|
88
|
-
type: import("vue").PropType<string>;
|
89
|
-
required: false;
|
90
|
-
};
|
91
|
-
} & {
|
92
|
-
modelValue: {
|
93
|
-
type: import("vue").PropType<string>;
|
94
|
-
required: false;
|
95
|
-
};
|
96
|
-
}, false>;
|
97
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
98
|
-
"onUpdate:modelValue": {
|
99
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
100
|
-
};
|
101
|
-
} & {
|
102
|
-
"v-model": {
|
103
|
-
type: import("vue").PropType<string>;
|
104
|
-
required: false;
|
105
|
-
};
|
106
|
-
} & {
|
107
|
-
modelValue: {
|
108
|
-
type: import("vue").PropType<string>;
|
109
|
-
required: false;
|
110
|
-
};
|
111
|
-
}>;
|
112
|
-
};
|
113
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
114
|
-
container: boolean;
|
115
|
-
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
116
|
-
P: {};
|
117
|
-
B: {};
|
118
|
-
D: {};
|
119
|
-
C: {};
|
120
|
-
M: {};
|
121
|
-
Defaults: {};
|
122
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
123
|
-
plugins: {
|
124
|
-
type: import("vue").PropType<[object]>;
|
125
|
-
};
|
126
|
-
getApi: {
|
127
|
-
type: import("vue").PropType<(store: ReturnType<typeof useMarkdownEditorStore>) => void>;
|
128
|
-
};
|
129
|
-
blueprint: {
|
130
|
-
type: import("vue").PropType<TextBlueprint>;
|
131
|
-
};
|
132
|
-
size: {
|
133
|
-
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
134
|
-
};
|
135
|
-
typography: {
|
136
|
-
type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
|
137
|
-
};
|
138
|
-
placeholder: {
|
139
|
-
type: import("vue").PropType<string>;
|
140
|
-
};
|
141
|
-
noWrap: {
|
142
|
-
type: import("vue").PropType<boolean>;
|
143
|
-
};
|
144
|
-
toned: {
|
145
|
-
type: import("vue").PropType<boolean>;
|
146
|
-
};
|
147
|
-
toolbarContainer: {
|
148
|
-
type: import("vue").PropType<boolean>;
|
149
|
-
};
|
150
|
-
hideToolbar: {
|
151
|
-
type: import("vue").PropType<boolean>;
|
152
|
-
};
|
153
|
-
colorSchemaType: {
|
154
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
155
|
-
required: boolean;
|
156
|
-
};
|
157
|
-
container: {
|
158
|
-
type: BooleanConstructor;
|
159
|
-
required: boolean;
|
160
|
-
};
|
161
|
-
colors: {
|
162
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
163
|
-
required: boolean;
|
164
|
-
};
|
165
|
-
"onUpdate:modelValue": {
|
166
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
167
|
-
};
|
168
|
-
"v-model": {
|
169
|
-
type: import("vue").PropType<string>;
|
170
|
-
required: false;
|
171
|
-
};
|
172
|
-
modelValue: {
|
173
|
-
type: import("vue").PropType<string>;
|
174
|
-
required: false;
|
175
|
-
};
|
176
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
177
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
178
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
179
|
-
type: import("vue").PropType<string>;
|
180
|
-
required: false;
|
181
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
182
|
-
type: import("vue").PropType<string>;
|
183
|
-
required: false;
|
184
|
-
}; } & {
|
185
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
186
|
-
"onUpdate:modelValue": {
|
187
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
188
|
-
};
|
189
|
-
} & {
|
190
|
-
"v-model": {
|
191
|
-
type: import("vue").PropType<string>;
|
192
|
-
required: false;
|
193
|
-
};
|
194
|
-
} & {
|
195
|
-
modelValue: {
|
196
|
-
type: import("vue").PropType<string>;
|
197
|
-
required: false;
|
198
|
-
};
|
199
|
-
}>;
|
200
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
201
|
-
"onUpdate:modelValue": {
|
202
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
203
|
-
};
|
204
|
-
} & {
|
205
|
-
"v-model": {
|
206
|
-
type: import("vue").PropType<string>;
|
207
|
-
required: false;
|
208
|
-
};
|
209
|
-
} & {
|
210
|
-
modelValue: {
|
211
|
-
type: import("vue").PropType<string>;
|
212
|
-
required: false;
|
213
|
-
};
|
214
|
-
}, false>;
|
215
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
216
|
-
"onUpdate:modelValue": {
|
217
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
218
|
-
};
|
219
|
-
} & {
|
220
|
-
"v-model": {
|
221
|
-
type: import("vue").PropType<string>;
|
222
|
-
required: false;
|
223
|
-
};
|
224
|
-
} & {
|
225
|
-
modelValue: {
|
226
|
-
type: import("vue").PropType<string>;
|
227
|
-
required: false;
|
228
|
-
};
|
229
|
-
}>;
|
230
|
-
};
|
231
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
|
232
|
-
container: boolean;
|
233
|
-
}>;
|
234
|
-
__isFragment?: never;
|
235
|
-
__isTeleport?: never;
|
236
|
-
__isSuspense?: never;
|
237
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
238
|
-
plugins: {
|
239
|
-
type: import("vue").PropType<[object]>;
|
240
|
-
};
|
241
|
-
getApi: {
|
242
|
-
type: import("vue").PropType<(store: ReturnType<typeof useMarkdownEditorStore>) => void>;
|
243
|
-
};
|
244
|
-
blueprint: {
|
245
|
-
type: import("vue").PropType<TextBlueprint>;
|
246
|
-
};
|
247
|
-
size: {
|
248
|
-
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
249
|
-
};
|
250
|
-
typography: {
|
251
|
-
type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
|
252
|
-
};
|
253
|
-
placeholder: {
|
254
|
-
type: import("vue").PropType<string>;
|
255
|
-
};
|
256
|
-
noWrap: {
|
257
|
-
type: import("vue").PropType<boolean>;
|
258
|
-
};
|
259
|
-
toned: {
|
260
|
-
type: import("vue").PropType<boolean>;
|
261
|
-
};
|
262
|
-
toolbarContainer: {
|
263
|
-
type: import("vue").PropType<boolean>;
|
264
|
-
};
|
265
|
-
hideToolbar: {
|
266
|
-
type: import("vue").PropType<boolean>;
|
267
|
-
};
|
268
|
-
colorSchemaType: {
|
269
|
-
type: import("vue").PropType<import("@omnia/fx-models").ColorSchemaTypes | import("@omnia/fx-models").ColorSchemaType>;
|
270
|
-
required: boolean;
|
271
|
-
};
|
272
|
-
container: {
|
273
|
-
type: BooleanConstructor;
|
274
|
-
required: boolean;
|
275
|
-
};
|
276
|
-
colors: {
|
277
|
-
type: import("vue").PropType<import("@omnia/fx/ux").ColorSchemaStoreType>;
|
278
|
-
required: boolean;
|
279
|
-
};
|
280
|
-
"onUpdate:modelValue": {
|
281
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
282
|
-
};
|
283
|
-
"v-model": {
|
284
|
-
type: import("vue").PropType<string>;
|
285
|
-
required: false;
|
286
|
-
};
|
287
|
-
modelValue: {
|
288
|
-
type: import("vue").PropType<string>;
|
289
|
-
required: false;
|
290
|
-
};
|
291
|
-
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
292
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
293
|
-
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
294
|
-
type: import("vue").PropType<string>;
|
295
|
-
required: false;
|
296
|
-
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
297
|
-
type: import("vue").PropType<string>;
|
298
|
-
required: false;
|
299
|
-
}; } & {
|
300
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, string, {
|
301
|
-
"onUpdate:modelValue": {
|
302
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
303
|
-
};
|
304
|
-
} & {
|
305
|
-
"v-model": {
|
306
|
-
type: import("vue").PropType<string>;
|
307
|
-
required: false;
|
308
|
-
};
|
309
|
-
} & {
|
310
|
-
modelValue: {
|
311
|
-
type: import("vue").PropType<string>;
|
312
|
-
required: false;
|
313
|
-
};
|
314
|
-
}>;
|
315
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, string, {
|
316
|
-
"onUpdate:modelValue": {
|
317
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
318
|
-
};
|
319
|
-
} & {
|
320
|
-
"v-model": {
|
321
|
-
type: import("vue").PropType<string>;
|
322
|
-
required: false;
|
323
|
-
};
|
324
|
-
} & {
|
325
|
-
modelValue: {
|
326
|
-
type: import("vue").PropType<string>;
|
327
|
-
required: false;
|
328
|
-
};
|
329
|
-
}, false>;
|
330
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, string, {
|
331
|
-
"onUpdate:modelValue": {
|
332
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
333
|
-
};
|
334
|
-
} & {
|
335
|
-
"v-model": {
|
336
|
-
type: import("vue").PropType<string>;
|
337
|
-
required: false;
|
338
|
-
};
|
339
|
-
} & {
|
340
|
-
modelValue: {
|
341
|
-
type: import("vue").PropType<string>;
|
342
|
-
required: false;
|
343
|
-
};
|
344
|
-
}>;
|
345
|
-
};
|
346
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
347
|
-
container: boolean;
|
348
|
-
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
349
|
-
propsDefinition: Omit<Readonly<{} & {
|
350
|
-
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
351
|
-
name?: {
|
352
|
-
[x: `onUpdate:${string}`]: {
|
353
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
354
|
-
};
|
355
|
-
} & {
|
356
|
-
[x: `v-model:${string}`]: {
|
357
|
-
type: import("vue").PropType<string>;
|
358
|
-
required: false;
|
359
|
-
};
|
360
|
-
} & {
|
361
|
-
[x: string]: {
|
362
|
-
type: import("vue").PropType<string>;
|
363
|
-
required: false;
|
364
|
-
};
|
365
|
-
} & {
|
366
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<string, string, {
|
367
|
-
"onUpdate:modelValue": {
|
368
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
369
|
-
};
|
370
|
-
} & {
|
371
|
-
"v-model": {
|
372
|
-
type: import("vue").PropType<string>;
|
373
|
-
required: false;
|
374
|
-
};
|
375
|
-
} & {
|
376
|
-
modelValue: {
|
377
|
-
type: import("vue").PropType<string>;
|
378
|
-
required: false;
|
379
|
-
};
|
380
|
-
}>;
|
381
|
-
defaultValue(value?: string): import("../DefineVueTypings").DefinePropModelDefaultValue<string, string, {
|
382
|
-
"onUpdate:modelValue": {
|
383
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
384
|
-
};
|
385
|
-
} & {
|
386
|
-
"v-model": {
|
387
|
-
type: import("vue").PropType<string>;
|
388
|
-
required: false;
|
389
|
-
};
|
390
|
-
} & {
|
391
|
-
modelValue: {
|
392
|
-
type: import("vue").PropType<string>;
|
393
|
-
required: false;
|
394
|
-
};
|
395
|
-
}, false>;
|
396
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, string, {
|
397
|
-
"onUpdate:modelValue": {
|
398
|
-
type: import("vue").PropType<(value: string) => any | void>;
|
399
|
-
};
|
400
|
-
} & {
|
401
|
-
"v-model": {
|
402
|
-
type: import("vue").PropType<string>;
|
403
|
-
required: false;
|
404
|
-
};
|
405
|
-
} & {
|
406
|
-
modelValue: {
|
407
|
-
type: import("vue").PropType<string>;
|
408
|
-
required: false;
|
409
|
-
};
|
410
|
-
}>;
|
411
|
-
};
|
412
|
-
size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
|
413
|
-
typography?: "display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes;
|
414
|
-
blueprint?: TextBlueprint;
|
415
|
-
container?: boolean;
|
416
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
417
|
-
toned?: boolean;
|
418
|
-
"v-model"?: string;
|
419
|
-
modelValue?: string;
|
420
|
-
placeholder?: string;
|
421
|
-
plugins?: [object];
|
422
|
-
hideToolbar?: boolean;
|
423
|
-
"onUpdate:modelValue"?: (value: string) => any | void;
|
424
|
-
getApi?: (store: ReturnType<typeof useMarkdownEditorStore>) => void;
|
425
|
-
noWrap?: boolean;
|
426
|
-
toolbarContainer?: boolean;
|
427
|
-
}>, never>;
|
428
|
-
};
|
4
|
+
type MarkdownEditorProps = DefinePropTheming & DefineVModel<"", string> & DefineProp<"hideToolbar", boolean, false, false, "Hides the toolbar"> & DefineProp<"toolbarContainer", boolean, false, false, "Uses toolbar container"> & DefineProp<"toned", boolean, false, false, "Applies toned styling"> & DefineProp<"noWrap", boolean, false, false, "Disables text wrapping"> & DefineProp<"placeholder", string, false, null, "Placeholder text for the editor"> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"blueprint", TextBlueprint, false, null, "Applies a text blueprint to be used"> & DefineProp<"getApi", (store: ReturnType<typeof useMarkdownEditorStore>) => void, false, null, "callback to get a reference to the markdown store. The store is used to interact with the markdown editor."> & DefineProp<"plugins", object[], false, null, "Array of plugins to be used with the editor">;
|
5
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MarkdownEditorProps> & {
|
6
|
+
"onUpdate:modelValue"?: (value: string) => any;
|
7
|
+
} & {
|
8
|
+
"v-slots"?: {} & Omit<{
|
9
|
+
default?: import("vue").Slot;
|
10
|
+
$stable?: boolean;
|
11
|
+
}, never>;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "size" | "typography" | "blueprint" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "plugins" | "hideToolbar" | "getApi" | "noWrap" | "toolbarContainer"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
429
13
|
export default _default;
|
@@ -1,75 +1,10 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
typography: {
|
11
|
-
type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
|
12
|
-
};
|
13
|
-
toned: {
|
14
|
-
type: import("vue").PropType<boolean>;
|
15
|
-
};
|
16
|
-
value: {
|
17
|
-
type: import("vue").PropType<string>;
|
18
|
-
required: true;
|
19
|
-
};
|
20
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
21
|
-
P: {};
|
22
|
-
B: {};
|
23
|
-
D: {};
|
24
|
-
C: {};
|
25
|
-
M: {};
|
26
|
-
Defaults: {};
|
27
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
28
|
-
blueprint: {
|
29
|
-
type: import("vue").PropType<TextBlueprint>;
|
30
|
-
};
|
31
|
-
size: {
|
32
|
-
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
33
|
-
};
|
34
|
-
typography: {
|
35
|
-
type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
|
36
|
-
};
|
37
|
-
toned: {
|
38
|
-
type: import("vue").PropType<boolean>;
|
39
|
-
};
|
40
|
-
value: {
|
41
|
-
type: import("vue").PropType<string>;
|
42
|
-
required: true;
|
43
|
-
};
|
44
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
45
|
-
__isFragment?: never;
|
46
|
-
__isTeleport?: never;
|
47
|
-
__isSuspense?: never;
|
48
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
49
|
-
blueprint: {
|
50
|
-
type: import("vue").PropType<TextBlueprint>;
|
51
|
-
};
|
52
|
-
size: {
|
53
|
-
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
54
|
-
};
|
55
|
-
typography: {
|
56
|
-
type: import("vue").PropType<"display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes>;
|
57
|
-
};
|
58
|
-
toned: {
|
59
|
-
type: import("vue").PropType<boolean>;
|
60
|
-
};
|
61
|
-
value: {
|
62
|
-
type: import("vue").PropType<string>;
|
63
|
-
required: true;
|
64
|
-
};
|
65
|
-
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
66
|
-
propsDefinition: Omit<Readonly<{
|
67
|
-
value: string;
|
68
|
-
} & {
|
69
|
-
size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
|
70
|
-
typography?: "display" | "headline" | "title" | "text" | "label" | "variants" | TextStyleTypes;
|
71
|
-
blueprint?: TextBlueprint;
|
72
|
-
toned?: boolean;
|
73
|
-
}>, never>;
|
74
|
-
};
|
1
|
+
import { DefineProp } from "@omnia/fx/ux";
|
2
|
+
import { TextBlueprint, TextStyleSize, TextStyleSizes, TextStyleType, TextStyleTypes } from "@omnia/fx-models";
|
3
|
+
type MarkdownRendererProps = DefineProp<"value", string, true> & DefineProp<"toned", boolean, false, false> & DefineProp<"typography", TextStyleType | TextStyleTypes, false, null, "Applies a specific typography to be used. Default is text."> & DefineProp<"size", TextStyleSize | TextStyleSizes, false, null, "Applies a specific typography size to be used. Default is medium text."> & DefineProp<"blueprint", TextBlueprint, false, null, "Applies a text blueprint to be used">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MarkdownRendererProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
8
|
+
}, never>;
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "typography" | "blueprint" | "value" | "toned"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
75
10
|
export default _default;
|
@@ -10,9 +10,9 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MonacoEditor
|
|
10
10
|
onKeydown?: (event: any) => any;
|
11
11
|
onKeyup?: (event: any) => any;
|
12
12
|
"onUpdate:modelValue"?: (value: string) => any;
|
13
|
+
onConfiguration?: (event: any) => any;
|
13
14
|
onPosition?: (event: any) => any;
|
14
15
|
onLayout?: (event: any) => any;
|
15
|
-
onConfiguration?: (event: any) => any;
|
16
16
|
onSelection?: (event: any) => any;
|
17
17
|
onEditorDidMount?: (editor: editor.IStandaloneCodeEditor) => any;
|
18
18
|
onContextMenu?: (event: any) => any;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import { DefineEmit, DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
2
|
import { ButtonIconOptions, TooltipOptions } from "internal/fx/models/shared-mobile";
|
3
|
-
import { ButtonBlueprint, ButtonBlueprintVariant, OButtonPreset, OButtonVariants, OIconAnimations, OSizeTypes } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
|
-
type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OButtonPreset, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"fill", boolean, false, false, "Makes the button fill the container."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineEmit<"click", (e: MouseEvent) => void>;
|
3
|
+
import { ButtonBlueprint, ButtonBlueprintVariant, ColorSchemaType, OButtonPreset, OButtonVariants, OIconAnimations, OSizeTypes } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
|
+
type ButtonProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineProp<"icon", ButtonIconOptions, false, null, "The icon to be displayed."> & DefineProp<"caretIcon", ButtonIconOptions, false, null, "The caret icon to be displayed."> & DefineProp<"text", string, false, null, "Specifies the text to display on the button."> & DefineProp<"href", string, false, null, "Designates the component as anchor and applies the href attribute."> & DefineProp<"target", "_blank" | "_self" | "_parent" | "_top" | "framename", false, null, "The target attribute specifies where to open the linked document."> & DefineProp<"variant", OButtonVariants, false, null, "Applies a distinct style to the component. Prominent should be used for call to action. Toolbar will create a transparent button to be used in toolbars."> & DefineProp<"overrides", object, false, null, "Sets the icon to display on the button. If no text is provided the button will be displayed as an icon button."> & DefineProp<"preset", OButtonPreset, false, null, "Sets the default values of the button to the specified preset."> & DefineProp<"tooltip", TooltipOptions, false, null, "Sets tooltip to display when hovering the button."> & DefineProp<"size", OSizeTypes, false, null, "Sets the size of the button. Only works with icon buttons."> & DefineProp<"grouped", boolean, false, false, "Adds spacing to the left of the button to group it with other buttons. Should be used when more than one button is displayed."> & DefineProp<"toned", boolean, false, false, "Applies a toned background to the button. Should be used when the button is displayed on a colored background."> & DefineProp<"transparentHover", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"transparent", boolean, false, false, "Makes the button transparent and no hover effect."> & DefineProp<"fill", boolean, false, false, "Makes the button fill the container."> & DefineProp<"active", boolean, false, false, "Controls the active state of the item. This is typically used to highlight the component."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar. Can either be a String which specifies which color is applied to the progress bar."> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"disabled", boolean, false, false, "Removes the ability to click or target the component."> & DefineProp<"block", boolean, false, false, "Block buttons extend the full width of their container. This is useful for creating buttons that span the full width of a card or dialog."> & DefineProp<"animation", OIconAnimations, false, null, "Sets the animation on the icon when hovering the button."> & DefineProp<"blueprint", ButtonBlueprint | ButtonBlueprintVariant, false, null, "Sets a custom blueprint for the button."> & DefineProp<"dynamicColorSchema", ColorSchemaType> & DefineEmit<"click", (e: MouseEvent) => void>;
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps> & {
|
6
6
|
onClick?: (e: MouseEvent) => any;
|
7
7
|
} & {
|
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps>
|
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
$stable?: boolean;
|
11
11
|
}, never>;
|
12
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "text" | "colorSchemaType" | "icon" | "variant" | "active" | "size" | "blueprint" | "animation" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "colors" | "toned" | "loading" | "slim" | "grouped" | "transparentHover" | "overrides" | "preset" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "text" | "colorSchemaType" | "dynamicColorSchema" | "icon" | "variant" | "active" | "size" | "blueprint" | "animation" | "class" | "block" | "target" | "href" | "transparent" | "tooltip" | "disabled" | "colors" | "toned" | "loading" | "slim" | "grouped" | "transparentHover" | "caretIcon" | "overrides" | "preset" | "emit:click"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
13
13
|
export default _default;
|
@@ -1,10 +1,12 @@
|
|
1
1
|
import { ButtonIconOptions, TooltipOptions } from "internal/fx/models/shared-mobile";
|
2
2
|
import { InternalColorSchemaStoreType, useColorSchemaStore } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/stores";
|
3
3
|
import { StylexValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/aurora/styles";
|
4
|
-
import { ButtonBlueprint, ButtonBlueprintVariant, guid, HorizontalAlignments, OButtonVariants, OSizeTypes, TextStyleSizes, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
|
+
import { ButtonBlueprint, ButtonBlueprintVariant, ColorSchemaType, guid, HorizontalAlignments, OButtonVariants, OSizeTypes, TextStyleSizes, VelcronAppDefinition } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
5
5
|
type PropType = {
|
6
|
+
caretIcon?: ButtonIconOptions;
|
6
7
|
icon?: ButtonIconOptions;
|
7
8
|
blueprint?: ButtonBlueprint | ButtonBlueprintVariant;
|
9
|
+
dynamicColorSchema?: ColorSchemaType;
|
8
10
|
text?: string;
|
9
11
|
tooltip?: TooltipOptions;
|
10
12
|
toned?: boolean;
|
@@ -21,11 +23,16 @@ export declare const useBtnComponent: () => {
|
|
21
23
|
text: string;
|
22
24
|
blueprint: ButtonBlueprint;
|
23
25
|
hasCustomBlueprint: boolean;
|
26
|
+
dynamicColorSchemaType: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
24
27
|
variant: "primary" | "warn" | "link" | "close" | "default" | "toolbar" | "accent" | "dial" | "overlay";
|
25
28
|
iconSettings: {
|
26
29
|
icon: ButtonIconOptions;
|
27
30
|
position: HorizontalAlignments;
|
28
31
|
};
|
32
|
+
caretIconSettings: {
|
33
|
+
icon: ButtonIconOptions;
|
34
|
+
position: HorizontalAlignments;
|
35
|
+
};
|
29
36
|
reactivityTrigger: guid;
|
30
37
|
tooltip: TooltipOptions;
|
31
38
|
size: "x-small" | "small" | "large" | "default" | "x-large";
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { DefineProp } from "@omnia/fx/ux";
|
2
|
+
import { ColorSchemaType, ContainerFillValue } from "@omnia/fx-models";
|
3
|
+
type ContainerFillProps = DefineProp<"fill", ContainerFillValue, false, null> & DefineProp<"dynamicColorSchema", ColorSchemaType, false, null>;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ContainerFillProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
8
|
+
}, never>;
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "dynamicColorSchema"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
|
+
export default _default;
|
@@ -0,0 +1,10 @@
|
|
1
|
+
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
|
+
import { ContainerFillBlueprint } from "@omnia/fx-models";
|
3
|
+
type ContainerFillProps = DefinePropTheming & DefineProp<"fillBlueprint", ContainerFillBlueprint, false, null>;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ContainerFillProps> & {} & {
|
5
|
+
"v-slots"?: {} & Omit<{
|
6
|
+
default?: import("vue").Slot;
|
7
|
+
$stable?: boolean;
|
8
|
+
}, never>;
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "colors" | "fillBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -0,0 +1,7 @@
|
|
1
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
|
2
|
+
"v-slots"?: {} & Omit<{
|
3
|
+
default?: import("vue").Slot;
|
4
|
+
$stable?: boolean;
|
5
|
+
}, never>;
|
6
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
|
7
|
+
export default _default;
|