@omnia/fx 8.0.552-dev → 8.0.555-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/TextStyling.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/app/management/blades/EditAliasBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/componentblueprints/store/ComponentEditorStore.d.ts +68 -8
- 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/loc/localize.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/store/ThemeEditorStore.d.ts +90 -8
- 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/components/backgroundstyle/BackgroundStyleViewer.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/store/ButtonStylePickerStore.d.ts +3 -0
- 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/spacingpicker/SpacingPicker3.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +14 -3
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeDefinitionPickerStore.d.ts +3 -0
- 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/ThemeStorage.d.ts +2 -1
- 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/styles/BlueprintValues.d.ts +2 -2
- 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/BlueprintColorBase.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/dialog/Dialog.d.ts +1 -1
- 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/models/EditorChromeRegistration.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/Icons.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyDocumentation.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/section/Layout.d.ts +7 -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/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/avatar/AvatarIndicator.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/oxide/avatar/AvatarIndicator.stylex.d.ts +5 -0
- 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/picker/stores/PickerStore.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +7 -5
- 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/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/wctypings.d.ts +1 -1
- 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/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/{layoutcanvas/editor/settings/section/General.d.ts → aurora/admin/theme-designer/themes/EditIconStyleBlade.d.ts} +0 -0
- /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/{designkits/core/ThemeRegistrations.d.ts → store/RegisterThemeProvider.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/{designkits/default/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/aurora/theme-templates/DefaultThemeBlueprints.d.ts
ADDED
@@ -0,0 +1,85 @@
|
|
1
|
+
export declare function useDefaultThemeBlueprints(): {
|
2
|
+
textFill: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").TextFillBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
3
|
+
containerFill: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ContainerFillBlueprints, import("@omnia/fx-models").TemplateRegistrationType>;
|
4
|
+
typography: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").TypographyBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
5
|
+
spacing: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").SpacingBlueprint, import("@omnia/fx-models").TemplateRegistrationType>;
|
6
|
+
colorSchemas: {
|
7
|
+
dark: {
|
8
|
+
primary?: import("@omnia/fx-models").ColorSchema;
|
9
|
+
secondary?: import("@omnia/fx-models").ColorSchema;
|
10
|
+
accent1?: import("@omnia/fx-models").ColorSchema;
|
11
|
+
accent2?: import("@omnia/fx-models").ColorSchema;
|
12
|
+
accent3?: import("@omnia/fx-models").ColorSchema;
|
13
|
+
accent4?: import("@omnia/fx-models").ColorSchema;
|
14
|
+
accent5?: import("@omnia/fx-models").ColorSchema;
|
15
|
+
accent6?: import("@omnia/fx-models").ColorSchema;
|
16
|
+
accent7?: import("@omnia/fx-models").ColorSchema;
|
17
|
+
accent8?: import("@omnia/fx-models").ColorSchema;
|
18
|
+
accent9?: import("@omnia/fx-models").ColorSchema;
|
19
|
+
neutral?: import("@omnia/fx-models").ColorSchema;
|
20
|
+
background?: import("@omnia/fx-models").ColorSchema;
|
21
|
+
error?: import("@omnia/fx-models").ColorSchema;
|
22
|
+
info?: import("@omnia/fx-models").ColorSchema;
|
23
|
+
warning?: import("@omnia/fx-models").ColorSchema;
|
24
|
+
notification?: import("@omnia/fx-models").ColorSchema;
|
25
|
+
success?: import("@omnia/fx-models").ColorSchema;
|
26
|
+
};
|
27
|
+
light: {
|
28
|
+
primary?: import("@omnia/fx-models").ColorSchema;
|
29
|
+
secondary?: import("@omnia/fx-models").ColorSchema;
|
30
|
+
accent1?: import("@omnia/fx-models").ColorSchema;
|
31
|
+
accent2?: import("@omnia/fx-models").ColorSchema;
|
32
|
+
accent3?: import("@omnia/fx-models").ColorSchema;
|
33
|
+
accent4?: import("@omnia/fx-models").ColorSchema;
|
34
|
+
accent5?: import("@omnia/fx-models").ColorSchema;
|
35
|
+
accent6?: import("@omnia/fx-models").ColorSchema;
|
36
|
+
accent7?: import("@omnia/fx-models").ColorSchema;
|
37
|
+
accent8?: import("@omnia/fx-models").ColorSchema;
|
38
|
+
accent9?: import("@omnia/fx-models").ColorSchema;
|
39
|
+
neutral?: import("@omnia/fx-models").ColorSchema;
|
40
|
+
background?: import("@omnia/fx-models").ColorSchema;
|
41
|
+
error?: import("@omnia/fx-models").ColorSchema;
|
42
|
+
info?: import("@omnia/fx-models").ColorSchema;
|
43
|
+
warning?: import("@omnia/fx-models").ColorSchema;
|
44
|
+
notification?: import("@omnia/fx-models").ColorSchema;
|
45
|
+
success?: import("@omnia/fx-models").ColorSchema;
|
46
|
+
};
|
47
|
+
accessibility: {
|
48
|
+
primary?: import("@omnia/fx-models").ColorSchema;
|
49
|
+
secondary?: import("@omnia/fx-models").ColorSchema;
|
50
|
+
accent1?: import("@omnia/fx-models").ColorSchema;
|
51
|
+
accent2?: import("@omnia/fx-models").ColorSchema;
|
52
|
+
accent3?: import("@omnia/fx-models").ColorSchema;
|
53
|
+
accent4?: import("@omnia/fx-models").ColorSchema;
|
54
|
+
accent5?: import("@omnia/fx-models").ColorSchema;
|
55
|
+
accent6?: import("@omnia/fx-models").ColorSchema;
|
56
|
+
accent7?: import("@omnia/fx-models").ColorSchema;
|
57
|
+
accent8?: import("@omnia/fx-models").ColorSchema;
|
58
|
+
accent9?: import("@omnia/fx-models").ColorSchema;
|
59
|
+
neutral?: import("@omnia/fx-models").ColorSchema;
|
60
|
+
background?: import("@omnia/fx-models").ColorSchema;
|
61
|
+
error?: import("@omnia/fx-models").ColorSchema;
|
62
|
+
info?: import("@omnia/fx-models").ColorSchema;
|
63
|
+
warning?: import("@omnia/fx-models").ColorSchema;
|
64
|
+
notification?: import("@omnia/fx-models").ColorSchema;
|
65
|
+
success?: import("@omnia/fx-models").ColorSchema;
|
66
|
+
};
|
67
|
+
templates: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>[];
|
68
|
+
};
|
69
|
+
components: {
|
70
|
+
templates: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>[];
|
71
|
+
roundness: {
|
72
|
+
readonly none: import("@omnia/fx-models").ComponentBlueprints;
|
73
|
+
readonly xs: import("@omnia/fx-models").ComponentBlueprints;
|
74
|
+
readonly s: import("@omnia/fx-models").ComponentBlueprints;
|
75
|
+
readonly m: import("@omnia/fx-models").ComponentBlueprints;
|
76
|
+
readonly l: import("@omnia/fx-models").ComponentBlueprints;
|
77
|
+
readonly full: import("@omnia/fx-models").ComponentBlueprints;
|
78
|
+
};
|
79
|
+
};
|
80
|
+
themes: {
|
81
|
+
light: import("@omnia/fx-models").ResolvedThemeDefinition;
|
82
|
+
dark: import("@omnia/fx-models").ResolvedThemeDefinition;
|
83
|
+
templates: import("@omnia/fx-models").ITemplateRegistration<import("@omnia/fx-models").ResolvedThemeDefinition, import("@omnia/fx-models").TemplateRegistrationType>[];
|
84
|
+
};
|
85
|
+
};
|
@@ -0,0 +1,64 @@
|
|
1
|
+
import { ColorSchema, ITemplateRegistration } from "@omnia/fx-models";
|
2
|
+
export declare function useDefaultColorSchemas(): {
|
3
|
+
dark: {
|
4
|
+
primary?: ColorSchema;
|
5
|
+
secondary?: ColorSchema;
|
6
|
+
accent1?: ColorSchema;
|
7
|
+
accent2?: ColorSchema;
|
8
|
+
accent3?: ColorSchema;
|
9
|
+
accent4?: ColorSchema;
|
10
|
+
accent5?: ColorSchema;
|
11
|
+
accent6?: ColorSchema;
|
12
|
+
accent7?: ColorSchema;
|
13
|
+
accent8?: ColorSchema;
|
14
|
+
accent9?: ColorSchema;
|
15
|
+
neutral?: ColorSchema;
|
16
|
+
background?: ColorSchema;
|
17
|
+
error?: ColorSchema;
|
18
|
+
info?: ColorSchema;
|
19
|
+
warning?: ColorSchema;
|
20
|
+
notification?: ColorSchema;
|
21
|
+
success?: ColorSchema;
|
22
|
+
};
|
23
|
+
light: {
|
24
|
+
primary?: ColorSchema;
|
25
|
+
secondary?: ColorSchema;
|
26
|
+
accent1?: ColorSchema;
|
27
|
+
accent2?: ColorSchema;
|
28
|
+
accent3?: ColorSchema;
|
29
|
+
accent4?: ColorSchema;
|
30
|
+
accent5?: ColorSchema;
|
31
|
+
accent6?: ColorSchema;
|
32
|
+
accent7?: ColorSchema;
|
33
|
+
accent8?: ColorSchema;
|
34
|
+
accent9?: ColorSchema;
|
35
|
+
neutral?: ColorSchema;
|
36
|
+
background?: ColorSchema;
|
37
|
+
error?: ColorSchema;
|
38
|
+
info?: ColorSchema;
|
39
|
+
warning?: ColorSchema;
|
40
|
+
notification?: ColorSchema;
|
41
|
+
success?: ColorSchema;
|
42
|
+
};
|
43
|
+
accessibility: {
|
44
|
+
primary?: ColorSchema;
|
45
|
+
secondary?: ColorSchema;
|
46
|
+
accent1?: ColorSchema;
|
47
|
+
accent2?: ColorSchema;
|
48
|
+
accent3?: ColorSchema;
|
49
|
+
accent4?: ColorSchema;
|
50
|
+
accent5?: ColorSchema;
|
51
|
+
accent6?: ColorSchema;
|
52
|
+
accent7?: ColorSchema;
|
53
|
+
accent8?: ColorSchema;
|
54
|
+
accent9?: ColorSchema;
|
55
|
+
neutral?: ColorSchema;
|
56
|
+
background?: ColorSchema;
|
57
|
+
error?: ColorSchema;
|
58
|
+
info?: ColorSchema;
|
59
|
+
warning?: ColorSchema;
|
60
|
+
notification?: ColorSchema;
|
61
|
+
success?: ColorSchema;
|
62
|
+
};
|
63
|
+
templates: ITemplateRegistration<ColorSchema, import("@omnia/fx-models").TemplateRegistrationType>[];
|
64
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { ComponentBlueprints, ITemplateRegistration } from "@omnia/fx-models";
|
2
|
+
export declare function useDefaultComponentBlueprints(): {
|
3
|
+
templates: ITemplateRegistration<ComponentBlueprints, import("@omnia/fx-models").TemplateRegistrationType>[];
|
4
|
+
roundness: {
|
5
|
+
readonly none: ComponentBlueprints;
|
6
|
+
readonly xs: ComponentBlueprints;
|
7
|
+
readonly s: ComponentBlueprints;
|
8
|
+
readonly m: ComponentBlueprints;
|
9
|
+
readonly l: ComponentBlueprints;
|
10
|
+
readonly full: ComponentBlueprints;
|
11
|
+
};
|
12
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ComponentBlueprints";
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ButtonBlueprintPresets";
|
@@ -0,0 +1,6 @@
|
|
1
|
+
import { ITemplateRegistration, ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
|
+
export declare function useDefaultThemes(): {
|
3
|
+
light: ResolvedThemeDefinition;
|
4
|
+
dark: ResolvedThemeDefinition;
|
5
|
+
templates: ITemplateRegistration<ResolvedThemeDefinition, import("@omnia/fx-models").TemplateRegistrationType>[];
|
6
|
+
};
|
@@ -104,11 +104,11 @@ declare const dialogComponent: {
|
|
104
104
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, 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 & {
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
106
|
title?: string;
|
107
|
+
light?: boolean;
|
107
108
|
maxWidth?: string | number;
|
108
109
|
position?: DialogPositions;
|
109
110
|
width?: string | number;
|
110
111
|
lazy?: boolean;
|
111
|
-
light?: boolean;
|
112
112
|
onClose?: () => void;
|
113
113
|
dark?: boolean;
|
114
114
|
disabled?: boolean;
|
@@ -1,10 +1,11 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming } from "@omnia/fx/ux";
|
2
|
+
import { OHorizontalAlignments } from "@omnia/fx-models";
|
2
3
|
import { ChromeActionItem } from "../models";
|
3
|
-
type ToolbarButtonProps = DefinePropTheming & DefineProp<"action", ChromeActionItem> & DefineProp<"alignHeader", boolean> & DefineProp<"position", "topBar" | "bottomBar" | "rightBar"> & DefineProp<"border", "left" | "right" | "left right" | "bottom">;
|
4
|
+
type ToolbarButtonProps = DefinePropTheming & DefineProp<"action", ChromeActionItem> & DefineProp<"alignHeader", boolean> & DefineProp<"position", "topBar" | "bottomBar" | "rightBar"> & DefineProp<"border", "left" | "right" | "left right" | "bottom"> & DefineProp<"alignX", OHorizontalAlignments, false, "center">;
|
4
5
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarButtonProps> & {} & {
|
5
6
|
"v-slots"?: {} & Omit<{
|
6
7
|
default?: import("vue").Slot;
|
7
8
|
$stable?: boolean;
|
8
9
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "border" | "position" | "colors" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "border" | "position" | "colors" | "alignX" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
11
|
export default _default;
|
@@ -1,3 +1,4 @@
|
|
1
|
+
import { OHorizontalAlignments } from "@omnia/fx-models";
|
1
2
|
import { ChromeActionItemRegister } from "../models";
|
2
3
|
export interface RenderActionsOptions {
|
3
4
|
/**
|
@@ -6,6 +7,7 @@ export interface RenderActionsOptions {
|
|
6
7
|
*/
|
7
8
|
border?: "left" | "right" | "left right" | "bottom";
|
8
9
|
startBorder?: "left" | "right" | "left right" | "bottom";
|
10
|
+
alignX?: OHorizontalAlignments;
|
9
11
|
/**
|
10
12
|
* The position of the toolbar
|
11
13
|
*/
|
package/internal-do-not-import-from-here/ux/editorchrome/models/EditorChromeRegistration.d.ts
CHANGED
@@ -28,6 +28,10 @@ export interface EditorChromeConfiguration {
|
|
28
28
|
id: guid;
|
29
29
|
renderer?: () => Array<JSX.Element> | JSX.Element;
|
30
30
|
title?: string;
|
31
|
+
/**
|
32
|
+
* type of chrome configuration
|
33
|
+
*/
|
34
|
+
type?: string;
|
31
35
|
hidden?: boolean | (() => boolean);
|
32
36
|
icon?: IIcon;
|
33
37
|
onActivated?: () => void;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { IIcon, LegacyIconPickerModel, MediaPickerImage } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
|
-
icon?:
|
3
|
+
icon?: MediaPickerImage | IIcon | LegacyIconPickerModel;
|
4
4
|
} & {
|
5
5
|
size?: "x-small" | "small" | "large" | "default" | "x-large";
|
6
6
|
}> & {} & {
|
@@ -1,10 +1,13 @@
|
|
1
1
|
import { Documentation } from "@omnia/fx/ux";
|
2
|
+
import { guid } from "@omnia/fx-models";
|
2
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
4
|
documentation?: Documentation;
|
5
|
+
} & {
|
6
|
+
bladeId?: guid;
|
4
7
|
}> & {} & {
|
5
8
|
"v-slots"?: {} & Omit<{
|
6
9
|
default?: import("vue").Slot;
|
7
10
|
$stable?: boolean;
|
8
11
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "documentation"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "documentation" | "bladeId"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
13
|
export default _default;
|
@@ -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;
|