@omnia/fx 8.0.221-dev → 8.0.223-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.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownEditorStore.d.ts +72 -0
- package/internal-do-not-import-from-here/stores/markdown/MarkdownStateStore.d.ts +38 -0
- package/internal-do-not-import-from-here/stores/markdown/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/InternalDefineComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +120 -404
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListing.d.ts +7 -4
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/AuthenticationBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/DetailBlade.d.ts +47 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/shared/UserDetailStore.d.ts +11 -6
- package/internal-do-not-import-from-here/ux/app/management/api/AppManagementApi.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/components/store/ContainersEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.css.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +100 -100
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingPicker3.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +443 -371
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +60 -60
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +443 -371
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +2 -12
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutitemactiontoolbar/LayoutItemActionToolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.css_bak.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +45 -5
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor_bak.d.ts +500 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/markdown/MarkdownToolbar.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +6 -36
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +2 -7
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/btngroup/{ButtonGroup.css.d.ts → ButtonGroup.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/checkbox/{Checkbox.css.d.ts → Checkbox.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/{List.css.d.ts → List.stylex.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/oxide/panel/{Panel.css.d.ts → Panel.stylex.d.ts} +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitpaneItem.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +4 -24
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +75 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRenderer.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionRendererPlugin.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/markdownplugins/section/SectionTemplateSelectorButton.d.ts +52 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.css.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentEditor.d.ts +1123 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/VelcronContentRenderer.d.ts +80 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/ActionMenu.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector copy.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.css.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/BorderSelector.d.ts +60 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar copy.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/components/DefinitionToolbar.d.ts +65 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/definitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/editorHooks/ContentEditorHooks.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/EditorRenderingHooks.d.ts +24 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew_bak/stores/ContentEditorStore.d.ts +220 -0
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +105 -105
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +8 -0
- package/internal-do-not-import-from-here/wctypings.d.ts +17 -17
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.css.d.ts +0 -24
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.css.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker_omfx.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.css.d.ts +0 -4
@@ -0,0 +1,220 @@
|
|
1
|
+
import { VelcronAppDefinition, VelcronDefinition, VelcronDefinitionRegistration, ContainerBlueprint, ContainerVariant, VelcronSectionInstance, guid, BorderSelectorActionRegistration } from "@omnia/fx-models";
|
2
|
+
type InsertMode = "add" | "change";
|
3
|
+
export interface InsertOptions {
|
4
|
+
preInsert?: boolean;
|
5
|
+
inserRelativeToActive?: boolean;
|
6
|
+
insertMode: InsertMode;
|
7
|
+
}
|
8
|
+
export interface DefinitionSelecttionOptions {
|
9
|
+
categoryFilters?: Array<guid>;
|
10
|
+
}
|
11
|
+
export declare const useVelcronContentEditorStore: () => {
|
12
|
+
get: {
|
13
|
+
contentAsVelcron: () => VelcronAppDefinition<object>[];
|
14
|
+
contentAsSections: () => VelcronSectionInstance[];
|
15
|
+
};
|
16
|
+
state: {
|
17
|
+
definitions: VelcronSectionInstance[];
|
18
|
+
activeDefinition: VelcronSectionInstance;
|
19
|
+
definitionInFocus: boolean;
|
20
|
+
fixedContentWidth: string;
|
21
|
+
categoryFilters: guid[];
|
22
|
+
rendererTypeFilters: guid[];
|
23
|
+
showEditorToolbar: boolean;
|
24
|
+
selectedDefinition: VelcronSectionInstance;
|
25
|
+
toggleColorSchemaPreview: string;
|
26
|
+
toggleContainerBlueprintPreview: ContainerVariant | ContainerBlueprint;
|
27
|
+
toggleDefinitionPreview: VelcronDefinition;
|
28
|
+
scrollToElementTrigger: {
|
29
|
+
elementId: guid;
|
30
|
+
scrollToEnd: boolean;
|
31
|
+
};
|
32
|
+
showOverlay: boolean;
|
33
|
+
borderSelectorActions: BorderSelectorActionRegistration[];
|
34
|
+
allowPreviewToggle: boolean;
|
35
|
+
onGoingDragging: boolean;
|
36
|
+
socialMode: boolean;
|
37
|
+
showLoading: boolean;
|
38
|
+
definitionSelector: {
|
39
|
+
show: boolean;
|
40
|
+
options: DefinitionSelecttionOptions;
|
41
|
+
insertOptions: InsertOptions;
|
42
|
+
};
|
43
|
+
};
|
44
|
+
events: {
|
45
|
+
onMutatedDefinitions: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance[]>;
|
46
|
+
onMutatedActiveDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
|
47
|
+
onMutatedDefinitionInFocus: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
48
|
+
onMutatedFixedContentWidth: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
49
|
+
onMutatedCategoryFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
|
50
|
+
onMutatedRendererTypeFilters: import("@omnia/fx").MessageBusExposeOnlySubscription<guid[]>;
|
51
|
+
onMutatedShowEditorToolbar: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
52
|
+
onMutatedSelectedDefinition: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronSectionInstance>;
|
53
|
+
onMutatedToggleColorSchemaPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<string>;
|
54
|
+
onMutatedToggleContainerBlueprintPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<ContainerVariant | ContainerBlueprint>;
|
55
|
+
onMutatedToggleDefinitionPreview: import("@omnia/fx").MessageBusExposeOnlySubscription<VelcronDefinition>;
|
56
|
+
onMutatedScrollToElementTrigger: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
57
|
+
elementId: guid;
|
58
|
+
scrollToEnd: boolean;
|
59
|
+
}>;
|
60
|
+
onMutatedShowOverlay: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
61
|
+
onMutatedBorderSelectorActions: import("@omnia/fx").MessageBusExposeOnlySubscription<BorderSelectorActionRegistration[]>;
|
62
|
+
onMutatedAllowPreviewToggle: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
63
|
+
onMutatedOnGoingDragging: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
64
|
+
onMutatedSocialMode: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
65
|
+
onMutatedShowLoading: import("@omnia/fx").MessageBusExposeOnlySubscription<boolean>;
|
66
|
+
onMutatedDefinitionSelector: import("@omnia/fx").MessageBusExposeOnlySubscription<{
|
67
|
+
show: boolean;
|
68
|
+
options: DefinitionSelecttionOptions;
|
69
|
+
insertOptions: InsertOptions;
|
70
|
+
}>;
|
71
|
+
} & Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>;
|
72
|
+
actions: {
|
73
|
+
onDispatching: {
|
74
|
+
selectorActions: {
|
75
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
76
|
+
};
|
77
|
+
filters: {
|
78
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
79
|
+
};
|
80
|
+
settings: {
|
81
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
82
|
+
};
|
83
|
+
editor: {
|
84
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
85
|
+
};
|
86
|
+
section: {
|
87
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
88
|
+
};
|
89
|
+
definition: {
|
90
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
91
|
+
};
|
92
|
+
preview: {
|
93
|
+
subscribe(fn: () => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
94
|
+
};
|
95
|
+
};
|
96
|
+
onDispatched: {
|
97
|
+
selectorActions: {
|
98
|
+
subscribe(fn: (result: {
|
99
|
+
hideDefaultSelector: () => void;
|
100
|
+
showCopySelector(): void;
|
101
|
+
remove: (id: guid) => void;
|
102
|
+
add: (action: BorderSelectorActionRegistration | Array<BorderSelectorActionRegistration>) => void;
|
103
|
+
run: (action: BorderSelectorActionRegistration, options: InsertOptions) => void;
|
104
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
105
|
+
};
|
106
|
+
filters: {
|
107
|
+
subscribe(fn: (result: {
|
108
|
+
setRendererTypeFilters: (filters: Array<guid>) => void;
|
109
|
+
setCategoryFilters: (filters: Array<guid>) => void;
|
110
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
111
|
+
};
|
112
|
+
settings: {
|
113
|
+
subscribe(fn: (result: {
|
114
|
+
setFixedContentWidth: (width: string) => void;
|
115
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
116
|
+
};
|
117
|
+
editor: {
|
118
|
+
subscribe(fn: (result: {
|
119
|
+
showDefinitionSelector: (insertOptions: InsertOptions, selectionOptions?: DefinitionSelecttionOptions) => void;
|
120
|
+
toggleEditorToolbar: (forceHide?: boolean) => void;
|
121
|
+
setActiveDefinition: (definition: VelcronSectionInstance) => void;
|
122
|
+
removeActiveDefinition: () => void;
|
123
|
+
setSelectedDefinition: (definition: VelcronSectionInstance) => void;
|
124
|
+
removeSelectedDefinition: () => void;
|
125
|
+
setDragDropState: (onGoingDragging: boolean) => void;
|
126
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
127
|
+
};
|
128
|
+
section: {
|
129
|
+
subscribe(fn: (result: {
|
130
|
+
update: (section: VelcronSectionInstance) => void;
|
131
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
132
|
+
};
|
133
|
+
definition: {
|
134
|
+
subscribe(fn: (result: {
|
135
|
+
updateColorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void;
|
136
|
+
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) => VelcronSectionInstance;
|
137
|
+
addBySection: (definitions: Array<VelcronSectionInstance>) => void;
|
138
|
+
delete: (definition: VelcronSectionInstance) => void;
|
139
|
+
deleteReference: (definition: VelcronSectionInstance) => any;
|
140
|
+
change: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => VelcronSectionInstance;
|
141
|
+
update: (definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition) => void;
|
142
|
+
copy: (insertOptions: InsertOptions, setAsActive?: boolean) => VelcronSectionInstance;
|
143
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
144
|
+
};
|
145
|
+
preview: {
|
146
|
+
subscribe(fn: (result: {
|
147
|
+
containerBlueprint: (definitionRegistration: VelcronSectionInstance, containerVariant: ContainerBlueprint | ContainerVariant, cancelPreview: boolean) => void;
|
148
|
+
colorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
149
|
+
definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
|
150
|
+
}) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
151
|
+
};
|
152
|
+
};
|
153
|
+
onFailure: {
|
154
|
+
selectorActions: {
|
155
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
156
|
+
};
|
157
|
+
filters: {
|
158
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
159
|
+
};
|
160
|
+
settings: {
|
161
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
162
|
+
};
|
163
|
+
editor: {
|
164
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
165
|
+
};
|
166
|
+
section: {
|
167
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
168
|
+
};
|
169
|
+
definition: {
|
170
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
171
|
+
};
|
172
|
+
preview: {
|
173
|
+
subscribe(fn: (failureReason: any) => void): import("@omnia/fx-models").IMessageBusSubscriptionHandler;
|
174
|
+
};
|
175
|
+
};
|
176
|
+
} & {
|
177
|
+
selectorActions: () => {
|
178
|
+
hideDefaultSelector: () => void;
|
179
|
+
showCopySelector(): void;
|
180
|
+
remove: (id: guid) => void;
|
181
|
+
add: (action: BorderSelectorActionRegistration | Array<BorderSelectorActionRegistration>) => void;
|
182
|
+
run: (action: BorderSelectorActionRegistration, options: InsertOptions) => void;
|
183
|
+
};
|
184
|
+
filters: () => {
|
185
|
+
setRendererTypeFilters: (filters: Array<guid>) => void;
|
186
|
+
setCategoryFilters: (filters: Array<guid>) => void;
|
187
|
+
};
|
188
|
+
settings: () => {
|
189
|
+
setFixedContentWidth: (width: string) => void;
|
190
|
+
};
|
191
|
+
editor: () => {
|
192
|
+
showDefinitionSelector: (insertOptions: InsertOptions, selectionOptions?: DefinitionSelecttionOptions) => void;
|
193
|
+
toggleEditorToolbar: (forceHide?: boolean) => void;
|
194
|
+
setActiveDefinition: (definition: VelcronSectionInstance) => void;
|
195
|
+
removeActiveDefinition: () => void;
|
196
|
+
setSelectedDefinition: (definition: VelcronSectionInstance) => void;
|
197
|
+
removeSelectedDefinition: () => void;
|
198
|
+
setDragDropState: (onGoingDragging: boolean) => void;
|
199
|
+
};
|
200
|
+
section: () => {
|
201
|
+
update: (section: VelcronSectionInstance) => void;
|
202
|
+
};
|
203
|
+
definition: () => {
|
204
|
+
updateColorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string) => void;
|
205
|
+
addByRegistration: (definition: VelcronDefinitionRegistration, insertOptions: InsertOptions, setAsActive?: boolean) => VelcronSectionInstance;
|
206
|
+
addBySection: (definitions: Array<VelcronSectionInstance>) => void;
|
207
|
+
delete: (definition: VelcronSectionInstance) => void;
|
208
|
+
deleteReference: (definition: VelcronSectionInstance) => any;
|
209
|
+
change: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, toggle?: boolean) => VelcronSectionInstance;
|
210
|
+
update: (definition: VelcronSectionInstance, velcronDefinition: VelcronAppDefinition) => void;
|
211
|
+
copy: (insertOptions: InsertOptions, setAsActive?: boolean) => VelcronSectionInstance;
|
212
|
+
};
|
213
|
+
preview: () => {
|
214
|
+
containerBlueprint: (definitionRegistration: VelcronSectionInstance, containerVariant: ContainerBlueprint | ContainerVariant, cancelPreview: boolean) => void;
|
215
|
+
colorSchema: (definitionRegistration: VelcronSectionInstance, colorSchemaType: string, cancelPreview: boolean) => void;
|
216
|
+
definition: (definitionRegistration: VelcronSectionInstance, newDefinitionId: guid, cancelPreview: boolean) => void;
|
217
|
+
};
|
218
|
+
};
|
219
|
+
};
|
220
|
+
export {};
|
@@ -102,7 +102,7 @@ declare const _default: {
|
|
102
102
|
type: import("vue").PropType<IIcon>;
|
103
103
|
};
|
104
104
|
colorSchemaType: {
|
105
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
105
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
106
106
|
required: boolean;
|
107
107
|
};
|
108
108
|
container: {
|
@@ -225,7 +225,7 @@ declare const _default: {
|
|
225
225
|
type: import("vue").PropType<IIcon>;
|
226
226
|
};
|
227
227
|
colorSchemaType: {
|
228
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
228
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
229
229
|
required: boolean;
|
230
230
|
};
|
231
231
|
container: {
|
@@ -351,7 +351,7 @@ declare const _default: {
|
|
351
351
|
type: import("vue").PropType<IIcon>;
|
352
352
|
};
|
353
353
|
colorSchemaType: {
|
354
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
354
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
355
355
|
required: boolean;
|
356
356
|
};
|
357
357
|
container: {
|
@@ -474,7 +474,7 @@ declare const _default: {
|
|
474
474
|
type: import("vue").PropType<IIcon>;
|
475
475
|
};
|
476
476
|
colorSchemaType: {
|
477
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
477
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
478
478
|
required: boolean;
|
479
479
|
};
|
480
480
|
container: {
|
@@ -565,7 +565,7 @@ declare const _default: {
|
|
565
565
|
icon?: IIcon;
|
566
566
|
title?: string;
|
567
567
|
container?: boolean;
|
568
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
568
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
569
569
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
570
570
|
"v-model"?: boolean;
|
571
571
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
@@ -77,7 +77,7 @@ declare const _default: {
|
|
77
77
|
}>;
|
78
78
|
};
|
79
79
|
colorSchemaType: {
|
80
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
80
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
81
81
|
required: boolean;
|
82
82
|
};
|
83
83
|
container: {
|
@@ -175,7 +175,7 @@ declare const _default: {
|
|
175
175
|
}>;
|
176
176
|
};
|
177
177
|
colorSchemaType: {
|
178
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
178
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
179
179
|
required: boolean;
|
180
180
|
};
|
181
181
|
container: {
|
@@ -277,7 +277,7 @@ declare const _default: {
|
|
277
277
|
}>;
|
278
278
|
};
|
279
279
|
colorSchemaType: {
|
280
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
280
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
281
281
|
required: boolean;
|
282
282
|
};
|
283
283
|
container: {
|
@@ -376,7 +376,7 @@ declare const _default: {
|
|
376
376
|
}>;
|
377
377
|
};
|
378
378
|
colorSchemaType: {
|
379
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
379
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
380
380
|
required: boolean;
|
381
381
|
};
|
382
382
|
container: {
|
@@ -463,7 +463,7 @@ declare const _default: {
|
|
463
463
|
}>;
|
464
464
|
};
|
465
465
|
container?: boolean;
|
466
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
466
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
467
467
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
468
468
|
"v-model"?: VelcronDefinitionRegistration<object>;
|
469
469
|
"onUpdate:modelValue"?: (value: VelcronDefinitionRegistration<object>) => any;
|
@@ -3,7 +3,7 @@ import { EditorLocation, VelcronEditor } from "../../core";
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
previewColorSchemaType: {
|
6
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
6
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
7
7
|
};
|
8
8
|
location: {
|
9
9
|
type: import("vue").PropType<EditorLocation>;
|
@@ -90,7 +90,7 @@ declare const _default: {
|
|
90
90
|
"value:leave": (propertyEditorMapping: VelcronEditor, value: any) => true;
|
91
91
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
92
92
|
previewColorSchemaType: {
|
93
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
93
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
94
94
|
};
|
95
95
|
location: {
|
96
96
|
type: import("vue").PropType<EditorLocation>;
|
@@ -180,7 +180,7 @@ declare const _default: {
|
|
180
180
|
Defaults: {};
|
181
181
|
}, Readonly<import("vue").ExtractPropTypes<{
|
182
182
|
previewColorSchemaType: {
|
183
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
183
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
184
184
|
};
|
185
185
|
location: {
|
186
186
|
type: import("vue").PropType<EditorLocation>;
|
@@ -267,7 +267,7 @@ declare const _default: {
|
|
267
267
|
__isSuspense?: never;
|
268
268
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
269
269
|
previewColorSchemaType: {
|
270
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
270
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
271
271
|
};
|
272
272
|
location: {
|
273
273
|
type: import("vue").PropType<EditorLocation>;
|
@@ -419,7 +419,7 @@ declare const _default: {
|
|
419
419
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any;
|
420
420
|
modelValue?: VelcronAppDefinition<object>;
|
421
421
|
location?: EditorLocation;
|
422
|
-
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
422
|
+
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
423
423
|
propertyEditors?: VelcronEditor<any>[];
|
424
424
|
hidePropertyMapped?: boolean;
|
425
425
|
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
@@ -8,7 +8,7 @@ export declare const useVelcronColorSchemaStore: (newStateWithName?: string) =>
|
|
8
8
|
onContainer: ColorDefinition;
|
9
9
|
isContainer: boolean;
|
10
10
|
name: string;
|
11
|
-
colorSchemaType: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
11
|
+
colorSchemaType: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
12
12
|
id: guid;
|
13
13
|
};
|
14
14
|
get: {
|
@@ -3,7 +3,7 @@ import { ThemeDefinitionV2, VelcronRenderContextEventHandlers, ColorSchemaTypes,
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
colorSchemaType: {
|
6
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
6
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
7
7
|
required: boolean;
|
8
8
|
};
|
9
9
|
container: {
|
@@ -41,7 +41,7 @@ declare const _default: {
|
|
41
41
|
"setup:context": (context: VelcronRenderContext) => any;
|
42
42
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
43
43
|
colorSchemaType: {
|
44
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
44
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
45
45
|
required: boolean;
|
46
46
|
};
|
47
47
|
container: {
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
85
85
|
Defaults: {};
|
86
86
|
}, Readonly<import("vue").ExtractPropTypes<{
|
87
87
|
colorSchemaType: {
|
88
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
88
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
89
89
|
required: boolean;
|
90
90
|
};
|
91
91
|
container: {
|
@@ -126,7 +126,7 @@ declare const _default: {
|
|
126
126
|
__isSuspense?: never;
|
127
127
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
128
128
|
colorSchemaType: {
|
129
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
129
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
130
130
|
required: boolean;
|
131
131
|
};
|
132
132
|
container: {
|
@@ -171,7 +171,7 @@ declare const _default: {
|
|
171
171
|
container?: boolean;
|
172
172
|
active?: boolean;
|
173
173
|
themeDefinition?: ThemeDefinitionV2;
|
174
|
-
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
174
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
175
175
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
176
176
|
context?: VelcronRenderContext;
|
177
177
|
eventHandlers?: VelcronRenderContextEventHandlers;
|
@@ -5,7 +5,7 @@ declare const _default: {
|
|
5
5
|
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
6
6
|
};
|
7
7
|
previewColorSchemaType: {
|
8
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
8
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
9
9
|
};
|
10
10
|
location: {
|
11
11
|
type: import("vue").PropType<EditorLocation>;
|
@@ -89,7 +89,7 @@ declare const _default: {
|
|
89
89
|
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
90
90
|
};
|
91
91
|
previewColorSchemaType: {
|
92
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
92
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
93
93
|
};
|
94
94
|
location: {
|
95
95
|
type: import("vue").PropType<EditorLocation>;
|
@@ -176,7 +176,7 @@ declare const _default: {
|
|
176
176
|
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
177
177
|
};
|
178
178
|
previewColorSchemaType: {
|
179
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
179
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
180
180
|
};
|
181
181
|
location: {
|
182
182
|
type: import("vue").PropType<EditorLocation>;
|
@@ -260,7 +260,7 @@ declare const _default: {
|
|
260
260
|
type: import("vue").PropType<VelcronBlueprintEditorSettings>;
|
261
261
|
};
|
262
262
|
previewColorSchemaType: {
|
263
|
-
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic">;
|
263
|
+
type: import("vue").PropType<"background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic">;
|
264
264
|
};
|
265
265
|
location: {
|
266
266
|
type: import("vue").PropType<EditorLocation>;
|
@@ -407,7 +407,7 @@ declare const _default: {
|
|
407
407
|
"onUpdate:modelValue"?: (value: any) => any;
|
408
408
|
modelValue?: any;
|
409
409
|
location?: EditorLocation;
|
410
|
-
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "error" | "info" | "dynamic";
|
410
|
+
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
411
411
|
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
412
412
|
"onUpdate:modelValue"?: (value: any) => any;
|
413
413
|
"onValue:enter"?: (value: any) => any;
|