@omnia/fx 8.0.59-vnext → 8.0.61-vnext
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.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/http/Bring.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/Guid.js +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -1
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +10 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/compositiontests/OptionsBlockCurrent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/HubChat.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/hub/HubChat.d.ts +104 -0
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/v2/JourneyBlade.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +59 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +42 -2
- package/internal-do-not-import-from-here/ux/markdown/plugins/MarkdownPluginContext.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/markdown/plugins/VelcronMarkdownRenderer.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/models/Validation.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +17 -3
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +21 -6
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +17 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +13 -13
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/validation/Validation.d.ts +7 -12
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/AdvanceExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/SimpleExample.d.ts +91 -0
- package/internal-do-not-import-from-here/ux/oxide/validation/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker2.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/spacingpicker/SpacingPicker3.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/blueprintpicker/BlueprintPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/index.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/core}/Colors.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/core/useVelcronState.d.ts +50 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/cards/Image_top.d.ts → theming-v2/skins/default/definitions/cards/BannerImageTop.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions/content/Image.d.ts → theming-v2/skins/default/definitions/cards/RollupImageLarge.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageSmall.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTop.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/RollupImageTopAvatar.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/cards/index.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/BlockTextIcon.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/headers/Pageheader.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/definitions/index.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/Blueprints.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts +23 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/TypographyTypes.d.ts +0 -96
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/default/useDefaultSkin.d.ts +48 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/Blueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/ThemeDefinitions.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/documentation/useDocumentationSkin.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/editor/themes}/Blueprints.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/SpacingTypes.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/ThemeDefinitions.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/TypographyTypes.d.ts +97 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/themes/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/editor/useEditorSkin.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/skins/useSkins.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/use/UseValidation.d.ts +3 -11
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/blocks/velcron/VelcronBlockSettings.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/velcron/components/{properties/VelcronProperties.d.ts → propertieseditor/VelcronPropertiesEditor.d.ts} +23 -17
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/alignment/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/color/ColorEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/editors/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/markdown/MarkdownEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/slider/SliderEditor.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/switch/SwitchEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/editors/text/TextEditor.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/DefineVelcronPropertyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/models/DefineVelcronPropertyEditorProps.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +40 -35
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +57 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/models/VelcronDescriptors.d.ts +1 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -2
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/Image_top_blog.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Small.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/News_Image_Top.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/cards/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Image_text.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_Quote.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/Text_only.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/content/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/headers/Pageheader.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/velcron_definitions/useVelcronDefinitionTemplates.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/theming-v2/themes/ThemeDefinitions.d.ts +0 -41
- package/internal-do-not-import-from-here/ux/theming-v2/themes/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/color/ColorEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/slider/SliderEditor.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/switch/SwitchEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/editors/text/TextEditor.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/components/properties/models/DefineVelcronPropertyEditorProps.d.ts +0 -86
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/stores → theming-v2}/VelcronDefinitionStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/content/Contentblocks.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/{layoutcanvas/velcron_definitions → theming-v2/skins/default/definitions}/headers/Blockheaders.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/{themes → skins/default/themes}/SpacingTypes.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/components/{properties → propertieseditor}/models/index.d.ts +0 -0
@@ -0,0 +1,91 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
new (...args: any[]): {
|
3
|
+
$: import("vue").ComponentInternalInstance;
|
4
|
+
$data: {};
|
5
|
+
$props: {
|
6
|
+
style?: unknown;
|
7
|
+
class?: unknown;
|
8
|
+
key?: string | number | symbol;
|
9
|
+
ref?: import("vue").VNodeRef;
|
10
|
+
ref_for?: boolean;
|
11
|
+
ref_key?: string;
|
12
|
+
onVnodeBeforeMount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
13
|
+
[key: string]: any;
|
14
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
15
|
+
[key: string]: any;
|
16
|
+
}>) => void)[];
|
17
|
+
onVnodeMounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
18
|
+
[key: string]: any;
|
19
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
20
|
+
[key: string]: any;
|
21
|
+
}>) => void)[];
|
22
|
+
onVnodeBeforeUpdate?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
23
|
+
[key: string]: any;
|
24
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
25
|
+
[key: string]: any;
|
26
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
27
|
+
[key: string]: any;
|
28
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
29
|
+
[key: string]: any;
|
30
|
+
}>) => void)[];
|
31
|
+
onVnodeUpdated?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
32
|
+
[key: string]: any;
|
33
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
34
|
+
[key: string]: any;
|
35
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
36
|
+
[key: string]: any;
|
37
|
+
}>, oldVNode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
38
|
+
[key: string]: any;
|
39
|
+
}>) => void)[];
|
40
|
+
onVnodeBeforeUnmount?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
41
|
+
[key: string]: any;
|
42
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
43
|
+
[key: string]: any;
|
44
|
+
}>) => void)[];
|
45
|
+
onVnodeUnmounted?: ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
46
|
+
[key: string]: any;
|
47
|
+
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
48
|
+
[key: string]: any;
|
49
|
+
}>) => void)[];
|
50
|
+
};
|
51
|
+
$attrs: {
|
52
|
+
[x: string]: unknown;
|
53
|
+
};
|
54
|
+
$refs: {
|
55
|
+
[x: string]: unknown;
|
56
|
+
};
|
57
|
+
$slots: Readonly<{
|
58
|
+
[name: string]: import("vue").Slot<any>;
|
59
|
+
}>;
|
60
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
61
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
62
|
+
$emit: (event: string, ...args: any[]) => void;
|
63
|
+
$el: any;
|
64
|
+
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
|
65
|
+
beforeCreate?: (() => void) | (() => void)[];
|
66
|
+
created?: (() => void) | (() => void)[];
|
67
|
+
beforeMount?: (() => void) | (() => void)[];
|
68
|
+
mounted?: (() => void) | (() => void)[];
|
69
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
70
|
+
updated?: (() => void) | (() => void)[];
|
71
|
+
activated?: (() => void) | (() => void)[];
|
72
|
+
deactivated?: (() => void) | (() => void)[];
|
73
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
74
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
75
|
+
destroyed?: (() => void) | (() => void)[];
|
76
|
+
unmounted?: (() => void) | (() => void)[];
|
77
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
78
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
79
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
80
|
+
};
|
81
|
+
$forceUpdate: () => void;
|
82
|
+
$nextTick: typeof import("vue").nextTick;
|
83
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
84
|
+
} & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<() => JSX.Element> & {} & import("vue").ComponentCustomProperties & {};
|
85
|
+
__isFragment?: never;
|
86
|
+
__isTeleport?: never;
|
87
|
+
__isSuspense?: never;
|
88
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
|
+
propsDefinition: Omit<Readonly<{} & {}>, never>;
|
90
|
+
};
|
91
|
+
export default _default;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").ComponentSpec;
|
@@ -52,15 +52,15 @@ declare const _default: {
|
|
52
52
|
readonly description?: string;
|
53
53
|
readonly headerClass?: string;
|
54
54
|
readonly contentClass?: string;
|
55
|
-
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
56
55
|
readonly modelValue?: boolean;
|
56
|
+
readonly "onUpdate:modelValue"?: (value: boolean) => any;
|
57
57
|
readonly "v-model"?: boolean;
|
58
58
|
readonly "content-class"?: string;
|
59
59
|
readonly onSave?: () => Promise<boolean>;
|
60
|
+
readonly "on-save"?: () => Promise<boolean>;
|
60
61
|
readonly "header-class"?: string;
|
61
62
|
readonly onCancel?: () => void;
|
62
63
|
readonly "on-cancel"?: () => void;
|
63
|
-
readonly "on-save"?: () => Promise<boolean>;
|
64
64
|
readonly disableSave?: boolean;
|
65
65
|
readonly "disable-save"?: boolean;
|
66
66
|
readonly disableCancel?: boolean;
|
@@ -316,15 +316,15 @@ declare const _default: {
|
|
316
316
|
description?: string;
|
317
317
|
headerClass?: string;
|
318
318
|
contentClass?: string;
|
319
|
-
"onUpdate:modelValue"?: (value: boolean) => any;
|
320
319
|
modelValue?: boolean;
|
320
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
321
321
|
"v-model"?: boolean;
|
322
322
|
"content-class"?: string;
|
323
323
|
onSave?: () => Promise<boolean>;
|
324
|
+
"on-save"?: () => Promise<boolean>;
|
324
325
|
"header-class"?: string;
|
325
326
|
onCancel?: () => void;
|
326
327
|
"on-cancel"?: () => void;
|
327
|
-
"on-save"?: () => Promise<boolean>;
|
328
328
|
disableSave?: boolean;
|
329
329
|
"disable-save"?: boolean;
|
330
330
|
disableCancel?: boolean;
|
@@ -114,8 +114,8 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
-
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
118
117
|
readonly modelValue?: SpacingSettings;
|
118
|
+
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
119
119
|
readonly "v-model"?: SpacingSettings;
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly "individual-selection"?: boolean;
|
@@ -575,8 +575,8 @@ declare const _default: {
|
|
575
575
|
};
|
576
576
|
}>;
|
577
577
|
};
|
578
|
-
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
579
578
|
modelValue?: SpacingSettings;
|
579
|
+
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
580
580
|
"v-model"?: SpacingSettings;
|
581
581
|
individualSelection?: boolean;
|
582
582
|
"individual-selection"?: boolean;
|
@@ -114,8 +114,8 @@ declare const _default: {
|
|
114
114
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
115
115
|
[key: string]: any;
|
116
116
|
}>) => void)[];
|
117
|
-
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
118
117
|
readonly modelValue?: SpacingSettings;
|
118
|
+
"onUpdate:modelValue"?: ((value: SpacingSettings) => any) & ((value: SpacingSettings) => any);
|
119
119
|
readonly "v-model"?: SpacingSettings;
|
120
120
|
readonly individualSelection?: boolean;
|
121
121
|
readonly disableTop?: boolean;
|
@@ -525,8 +525,8 @@ declare const _default: {
|
|
525
525
|
};
|
526
526
|
}>;
|
527
527
|
};
|
528
|
-
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
529
528
|
modelValue?: SpacingSettings;
|
529
|
+
"onUpdate:modelValue"?: (value: SpacingSettings) => any;
|
530
530
|
"v-model"?: SpacingSettings;
|
531
531
|
individualSelection?: boolean;
|
532
532
|
disableTop?: boolean;
|
@@ -109,8 +109,8 @@ declare const _default: {
|
|
109
109
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
110
110
|
[key: string]: any;
|
111
111
|
}>) => void)[];
|
112
|
-
"onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
|
113
112
|
readonly modelValue?: ThemeDefinition;
|
113
|
+
"onUpdate:modelValue"?: ((value: ThemeDefinition) => any) & ((value: ThemeDefinition) => any);
|
114
114
|
readonly "v-model"?: ThemeDefinition;
|
115
115
|
readonly attachedToParent?: boolean;
|
116
116
|
readonly hideBodySettings?: boolean;
|
@@ -504,8 +504,8 @@ declare const _default: {
|
|
504
504
|
};
|
505
505
|
}>;
|
506
506
|
};
|
507
|
-
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
508
507
|
modelValue?: ThemeDefinition;
|
508
|
+
"onUpdate:modelValue"?: (value: ThemeDefinition) => any;
|
509
509
|
"v-model"?: ThemeDefinition;
|
510
510
|
attachedToParent?: boolean;
|
511
511
|
hideBodySettings?: boolean;
|
@@ -110,8 +110,8 @@ declare const _default: {
|
|
110
110
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
111
111
|
[key: string]: any;
|
112
112
|
}>) => void)[];
|
113
|
-
"onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
|
114
113
|
readonly modelValue?: BlueprintType | BlueprintTypes;
|
114
|
+
"onUpdate:modelValue"?: ((value: BlueprintType | BlueprintTypes) => any) & ((value: BlueprintTypes) => any);
|
115
115
|
readonly "v-model"?: BlueprintType | BlueprintTypes;
|
116
116
|
};
|
117
117
|
$attrs: {
|
@@ -441,8 +441,8 @@ declare const _default: {
|
|
441
441
|
};
|
442
442
|
}>;
|
443
443
|
};
|
444
|
-
"onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
|
445
444
|
modelValue?: BlueprintType | BlueprintTypes;
|
445
|
+
"onUpdate:modelValue"?: (value: BlueprintType | BlueprintTypes) => any;
|
446
446
|
"v-model"?: BlueprintType | BlueprintTypes;
|
447
447
|
}>, "onUpdate:modelValue"> & {
|
448
448
|
"onUpdate:modelValue"?: (value: BlueprintTypes) => any;
|
@@ -120,8 +120,8 @@ declare const _default: {
|
|
120
120
|
} & {
|
121
121
|
activator?: () => VNodeChild;
|
122
122
|
};
|
123
|
-
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
124
123
|
readonly modelValue?: unknown;
|
124
|
+
"onUpdate:modelValue"?: ((value: unknown) => any) & ((colorSchema: ColorSchema) => any);
|
125
125
|
readonly "v-model"?: unknown;
|
126
126
|
};
|
127
127
|
$attrs: {
|
@@ -488,8 +488,8 @@ declare const _default: {
|
|
488
488
|
} & {
|
489
489
|
activator?: () => VNodeChild;
|
490
490
|
};
|
491
|
-
"onUpdate:modelValue"?: (value: unknown) => any;
|
492
491
|
modelValue?: unknown;
|
492
|
+
"onUpdate:modelValue"?: (value: unknown) => any;
|
493
493
|
"v-model"?: unknown;
|
494
494
|
}>, "onUpdate:modelValue"> & {
|
495
495
|
"onUpdate:modelValue"?: (colorSchema: ColorSchema) => any;
|
package/internal-do-not-import-from-here/ux/theming-v2/colorschemapicker/ColorSchemaPicker.d.ts
CHANGED
@@ -112,8 +112,8 @@ declare const _default: {
|
|
112
112
|
}>) => void) | ((vnode: import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
113
113
|
[key: string]: any;
|
114
114
|
}>) => void)[];
|
115
|
-
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
|
116
115
|
readonly modelValue?: ColorSchemaTypes | ColorSchemaType;
|
116
|
+
"onUpdate:modelValue"?: ((value: ColorSchemaTypes | ColorSchemaType) => any) & ((value: ColorSchemaTypes) => any);
|
117
117
|
readonly "v-model"?: ColorSchemaTypes | ColorSchemaType;
|
118
118
|
};
|
119
119
|
$attrs: {
|
@@ -463,8 +463,8 @@ declare const _default: {
|
|
463
463
|
};
|
464
464
|
themeDefinition?: ThemeDefinitionV2;
|
465
465
|
"theme-definition"?: ThemeDefinitionV2;
|
466
|
-
"onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
|
467
466
|
modelValue?: ColorSchemaTypes | ColorSchemaType;
|
467
|
+
"onUpdate:modelValue"?: (value: ColorSchemaTypes | ColorSchemaType) => any;
|
468
468
|
"v-model"?: ColorSchemaTypes | ColorSchemaType;
|
469
469
|
}>, "onUpdate:modelValue"> & {
|
470
470
|
"onUpdate:modelValue"?: (value: ColorSchemaTypes) => any;
|
@@ -1,4 +1,3 @@
|
|
1
|
-
export * from "./themes";
|
2
1
|
export * from "./ColorManager";
|
3
2
|
export * from "./ThemeStoreV2";
|
4
3
|
export * from "./ThemeDefinitionStoreV2";
|
@@ -7,3 +6,5 @@ export * from "./ColorSchemaStore";
|
|
7
6
|
export * from "./ColorSchemaManager";
|
8
7
|
export * from "./ThemeContextStore";
|
9
8
|
export * from "./BlueprintStore";
|
9
|
+
export * from "./VelcronDefinitionStore";
|
10
|
+
export * from "./skins";
|
package/internal-do-not-import-from-here/ux/theming-v2/skins/core/ThemeDefinitionInstance.d.ts
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
import { BluePrintDefinitions, ColorSchema, ColorSchemas, Guid, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
+
export declare class ThemeDefinitionInstance implements ThemeDefinitionV2 {
|
3
|
+
id: Guid;
|
4
|
+
colors: ColorSchemas;
|
5
|
+
blueprints: BluePrintDefinitions;
|
6
|
+
dark: boolean;
|
7
|
+
name: string;
|
8
|
+
constructor(primary: string | ColorSchema, secondary: string | ColorSchema, accent1: string | ColorSchema, accent2: string | ColorSchema, accent3: string | ColorSchema, neutral: string | ColorSchema, background: string | ColorSchema, info: string | ColorSchema, error: string | ColorSchema, name: string, dark: boolean, id: Guid, blueprints: BluePrintDefinitions);
|
9
|
+
}
|
@@ -0,0 +1,50 @@
|
|
1
|
+
import { VelcronImageRatios } from "@omnia/fx-models";
|
2
|
+
export declare function useVelcronState(): {
|
3
|
+
content: {
|
4
|
+
editor: {
|
5
|
+
main: {
|
6
|
+
name: string;
|
7
|
+
type: "markdown";
|
8
|
+
mapToStateProperty: string;
|
9
|
+
};
|
10
|
+
caption: {
|
11
|
+
name: string;
|
12
|
+
type: "text";
|
13
|
+
mapToStateProperty: string;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
state: (main: string, caption?: string) => {
|
17
|
+
content: {
|
18
|
+
main: string;
|
19
|
+
caption: string;
|
20
|
+
};
|
21
|
+
};
|
22
|
+
bind: {
|
23
|
+
main: string;
|
24
|
+
caption: string;
|
25
|
+
};
|
26
|
+
};
|
27
|
+
image: {
|
28
|
+
editor: {
|
29
|
+
main: {
|
30
|
+
name: string;
|
31
|
+
type: "image";
|
32
|
+
mapToStateProperty: string;
|
33
|
+
};
|
34
|
+
};
|
35
|
+
state: {
|
36
|
+
main: (url: string, ratio: VelcronImageRatios) => {
|
37
|
+
"main-image": {
|
38
|
+
url: string;
|
39
|
+
ratio: VelcronImageRatios;
|
40
|
+
};
|
41
|
+
};
|
42
|
+
};
|
43
|
+
bind: {
|
44
|
+
main: {
|
45
|
+
url: string;
|
46
|
+
ratio: string;
|
47
|
+
};
|
48
|
+
};
|
49
|
+
};
|
50
|
+
};
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
export declare const
|
2
|
+
export declare const BannerImageTop: VelcronDefinitionRegistration<object>;
|
@@ -1,2 +1,2 @@
|
|
1
1
|
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
-
export declare const
|
2
|
+
export declare const RollupImageRightLarge: VelcronDefinitionRegistration<object>;
|
@@ -0,0 +1,4 @@
|
|
1
|
+
import { VelcronDefinitionRegistration } from "@omnia/fx-models";
|
2
|
+
export declare const RollupImageLeftSmall: VelcronDefinitionRegistration<object>;
|
3
|
+
export declare const RollupImageRightSmall: VelcronDefinitionRegistration<object>;
|
4
|
+
export declare const RollupImagePromotedSmall: VelcronDefinitionRegistration<object>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useDefaultSkin";
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { BlueprintDefinition, BlueprintItemDefinition, Guid } from "@omnia/fx-models";
|
2
|
+
export declare class MD1Blueprint implements BlueprintDefinition {
|
3
|
+
id: Guid;
|
4
|
+
definitions: Array<BlueprintItemDefinition>;
|
5
|
+
constructor();
|
6
|
+
}
|
7
|
+
export declare class MD2Blueprint implements BlueprintDefinition {
|
8
|
+
id: Guid;
|
9
|
+
definitions: Array<BlueprintItemDefinition>;
|
10
|
+
constructor(preview?: boolean);
|
11
|
+
}
|
12
|
+
export declare class MD3Blueprint implements BlueprintDefinition {
|
13
|
+
id: Guid;
|
14
|
+
definitions: Array<BlueprintItemDefinition>;
|
15
|
+
constructor(preview?: boolean);
|
16
|
+
}
|
17
|
+
export declare class MD3PreviewBlueprint implements BlueprintDefinition {
|
18
|
+
id: Guid;
|
19
|
+
definitions: Array<BlueprintItemDefinition>;
|
20
|
+
constructor();
|
21
|
+
}
|
package/internal-do-not-import-from-here/ux/theming-v2/skins/default/themes/ThemeDefinitions.d.ts
ADDED
@@ -0,0 +1,23 @@
|
|
1
|
+
import { ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
|
+
import { ThemeDefinitionInstance } from "../../core";
|
3
|
+
export declare function useDefaultThemeDefinitions(): {
|
4
|
+
readonly darkKnight: ThemeDefinitionV2;
|
5
|
+
readonly black: ThemeDefinitionV2;
|
6
|
+
readonly bumbleBee: ThemeDefinitionV2;
|
7
|
+
readonly cyberPunk: ThemeDefinitionV2;
|
8
|
+
readonly coffe: ThemeDefinitionV2;
|
9
|
+
readonly light: ThemeDefinitionV2;
|
10
|
+
readonly dark: ThemeDefinitionV2;
|
11
|
+
preview: {
|
12
|
+
readonly dark: ThemeDefinitionV2;
|
13
|
+
readonly darkMini: ThemeDefinitionV2;
|
14
|
+
};
|
15
|
+
};
|
16
|
+
export declare function componentPreviewDefinition(mini: boolean): ThemeDefinitionInstance;
|
17
|
+
export declare function darkKnightDefinition(): ThemeDefinitionInstance;
|
18
|
+
export declare function blackDefinition(): ThemeDefinitionInstance;
|
19
|
+
export declare function bumbleBeeDefinition(): ThemeDefinitionInstance;
|
20
|
+
export declare function cyberPunkDefinition(): ThemeDefinitionInstance;
|
21
|
+
export declare function coffeDefinition(): ThemeDefinitionInstance;
|
22
|
+
export declare function lightThemeDefinition(): ThemeDefinitionInstance;
|
23
|
+
export declare function darkThemeDefinition(): ThemeDefinitionInstance;
|
@@ -95,102 +95,6 @@ export declare class DefaultTypography implements TypographyDefinition {
|
|
95
95
|
};
|
96
96
|
};
|
97
97
|
}
|
98
|
-
export declare class EditorTypography implements TypographyDefinition {
|
99
|
-
id: Guid;
|
100
|
-
title: {
|
101
|
-
xl: {
|
102
|
-
large: {
|
103
|
-
size: number;
|
104
|
-
lineHeight: number;
|
105
|
-
weight: number;
|
106
|
-
};
|
107
|
-
};
|
108
|
-
l: {
|
109
|
-
large: {
|
110
|
-
size: number;
|
111
|
-
lineHeight: number;
|
112
|
-
weight: number;
|
113
|
-
};
|
114
|
-
};
|
115
|
-
m: {
|
116
|
-
large: {
|
117
|
-
size: number;
|
118
|
-
lineHeight: number;
|
119
|
-
weight: number;
|
120
|
-
};
|
121
|
-
};
|
122
|
-
s: {
|
123
|
-
large: {
|
124
|
-
size: number;
|
125
|
-
lineHeight: number;
|
126
|
-
weight: number;
|
127
|
-
};
|
128
|
-
};
|
129
|
-
xs: {
|
130
|
-
large: {
|
131
|
-
size: number;
|
132
|
-
lineHeight: number;
|
133
|
-
weight: number;
|
134
|
-
};
|
135
|
-
};
|
136
|
-
};
|
137
|
-
text: {
|
138
|
-
l: {
|
139
|
-
large: {
|
140
|
-
size: number;
|
141
|
-
lineHeight: number;
|
142
|
-
weight: number;
|
143
|
-
};
|
144
|
-
};
|
145
|
-
m: {
|
146
|
-
large: {
|
147
|
-
size: number;
|
148
|
-
lineHeight: number;
|
149
|
-
weight: number;
|
150
|
-
};
|
151
|
-
};
|
152
|
-
s: {
|
153
|
-
large: {
|
154
|
-
size: number;
|
155
|
-
lineHeight: number;
|
156
|
-
weight: number;
|
157
|
-
};
|
158
|
-
};
|
159
|
-
xs: {
|
160
|
-
large: {
|
161
|
-
size: number;
|
162
|
-
lineHeight: number;
|
163
|
-
weight: number;
|
164
|
-
};
|
165
|
-
};
|
166
|
-
};
|
167
|
-
navigation: {
|
168
|
-
l: {
|
169
|
-
large: {
|
170
|
-
size: number;
|
171
|
-
lineHeight: number;
|
172
|
-
weight: number;
|
173
|
-
};
|
174
|
-
};
|
175
|
-
m: {
|
176
|
-
large: {
|
177
|
-
size: number;
|
178
|
-
lineHeight: number;
|
179
|
-
weight: number;
|
180
|
-
};
|
181
|
-
};
|
182
|
-
};
|
183
|
-
link: {
|
184
|
-
m: {
|
185
|
-
decoration: string;
|
186
|
-
large: {
|
187
|
-
size: number;
|
188
|
-
lineHeight: number;
|
189
|
-
weight: number;
|
190
|
-
};
|
191
|
-
};
|
192
|
-
};
|
193
|
-
}
|
194
98
|
export declare class PreviewTypography implements TypographyDefinition {
|
195
99
|
id: Guid;
|
196
100
|
title: {
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./ThemeDefinitions";
|
@@ -0,0 +1,48 @@
|
|
1
|
+
export declare function useDefaultSkin(): {
|
2
|
+
readonly themes: {
|
3
|
+
readonly darkKnight: import("@omnia/fx-models").ThemeDefinitionV2;
|
4
|
+
readonly black: import("@omnia/fx-models").ThemeDefinitionV2;
|
5
|
+
readonly bumbleBee: import("@omnia/fx-models").ThemeDefinitionV2;
|
6
|
+
readonly cyberPunk: import("@omnia/fx-models").ThemeDefinitionV2;
|
7
|
+
readonly coffe: import("@omnia/fx-models").ThemeDefinitionV2;
|
8
|
+
readonly light: import("@omnia/fx-models").ThemeDefinitionV2;
|
9
|
+
readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
|
10
|
+
preview: {
|
11
|
+
readonly dark: import("@omnia/fx-models").ThemeDefinitionV2;
|
12
|
+
readonly darkMini: import("@omnia/fx-models").ThemeDefinitionV2;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
readonly velcronTemplates: {
|
16
|
+
readonly headers: {
|
17
|
+
readonly block: {
|
18
|
+
iconLeft: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
19
|
+
iconRight: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
20
|
+
};
|
21
|
+
page: {
|
22
|
+
large: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
23
|
+
};
|
24
|
+
};
|
25
|
+
readonly content: {
|
26
|
+
text: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
27
|
+
textQuote: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
28
|
+
imageLeft: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
29
|
+
imageRight: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
30
|
+
imageWithCaption: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
31
|
+
};
|
32
|
+
general: {};
|
33
|
+
readonly cards: {
|
34
|
+
banner: {
|
35
|
+
imageTop: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
36
|
+
};
|
37
|
+
readonly rollup: {
|
38
|
+
imageLeftSmall: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
39
|
+
imageRightSmall: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
40
|
+
imagePromotedSmall: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
41
|
+
imageTop: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
42
|
+
imageTopAvatar: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
43
|
+
imageRightLarge: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
44
|
+
avatar: import("@omnia/fx-models").VelcronDefinitionRegistration<object>;
|
45
|
+
};
|
46
|
+
};
|
47
|
+
};
|
48
|
+
};
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./useDocumentationSkin";
|