@omnia/fx 8.0.546-dev → 8.0.548-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.core.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/RealtimeServiceProvider.d.ts +8 -0
- package/internal-do-not-import-from-here/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/services/shared-mobile/MediaPickerService.d.ts +2 -2
- package/internal-do-not-import-from-here/services/shared-mobile/TagService.d.ts +5 -0
- package/internal-do-not-import-from-here/services/shared-mobile/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/ImageTransformerStore.d.ts +6 -5
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/flip.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/shared-mobile/MediaPickerStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/EditPermissionDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/instance/InstanceTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/namingpolicies/NamingPolicyTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/shared/addbutton/AddButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/TemplateTab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/loc/Localize.d.ts +28 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleBreakpointBlade.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/blades/TextStyleDetailBlade.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/textstyles/store/TextStyleEditorStore.d.ts +168 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-designer/themes/EditMediaResourcesBlade.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/themes/store/ThemeEditorStore.d.ts +11 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/store/TypographyEditorStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectAppThemeJourney.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectBPThemeJourney.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantAdminThemeJourney.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectTenantThemeJourney.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/ThemeSelectionJourney.d.ts +3 -7
- package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/store/ThemesJourneyStore.d.ts +73 -0
- 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 +7 -7
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/DynamicColorIndicator.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaDefinitionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +80 -80
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/store/ColorSchemaPickerStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/store/ContainerFillPickerStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- 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/headerpicker/HeaderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +3 -3
- 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/iconstylepicker/store/IconStyleEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/store/SpacingPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.d.ts → ThemeDefinitionPicker.d.ts} +4 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.css.d.ts +95 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeSwitcher.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.css.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/{ThemePickerStore.d.ts → ThemeDefinitionPickerStore.d.ts} +4 -7
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/store/ThemeSwitcherStore.d.ts +54 -0
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/typography/store/TextStyleEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeStorage.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/animations/SwitchAnimationEffect.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/context/ContextPicker.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/context/ContextSuggestion.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/context/PluginRegistrationHandler.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseGlossary.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/context/plugins/EnterpriseProperty.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/context/plugins/PluginRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/context/stores/ContextPickerStore.d.ts +18 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonerenderer/DateTimeZoneRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/components/DefineRef.md.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/DefineRef.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/docs/omfx/components/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/EditorChrome_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/buttons/ToolbarButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeCompactRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeRegularRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/editorchrome/sizecontainer/SizeContainer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/editorchrome/stores/EditorChromeStoreV2.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/date/DatePropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/number/NumberPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/person/PersonPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/tags/TagsPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/text/TextPropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/flow/editor/commands/EditorCommands.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/flow/editor/parsers/HtmlParser.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/flow/editor/parsers/JSONParser.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/colorstyle/ColorButton.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextButton.d.ts +233 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextPlugin.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/elements/ElementConverter.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/link/LinkButton.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/spacing/SpacingButton.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/stores/FlowEditorToolbarStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/flow/renderer/FlowRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererContentPlugin.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererToHtmlContext.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/parsers/JSONParser.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/renderer/stores/FlowRendererStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/NumericIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.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 +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelectBase.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/blockplaceholder/BlockPlaceholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/_old/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/editings/BlockEditingRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/_old/TemplatePreview_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutRenditionManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/LayoutRenditionManager.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutBlockRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared_old/layoutitemsrenderer/LayoutSectionRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/mobile/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/flow/ColorFormatNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/flow/ContextNode.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/models/flow/EditorPlugin.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/flow/ElementNode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/flow/LinkNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/flow/SpacingFormatNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/flow/TextAlignNode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/models/flow/TypographyNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/flow/VelcronNode.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/models/flow/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chart/Chart.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/infinite-scroll/InfiniteScroll.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/store/PanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/progress/Progress.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/qrcode/QRCode.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/skeletonloader/SkeletonLoader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/SplitPaneContent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/old/Splitpane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.css.d.ts +8 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/SwitchSlider.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/SampleSwitchSlider.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/oxide/switch/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +5 -2
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/virtualscroll/VirtualScroll.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/store/RichTextEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/rollupempty/RollupEmpty.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/securitytrimmer/SecurityTrimmer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseOmniaDocumentation.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -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 +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +84 -84
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/IconEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +76 -76
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutEditor_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/views/DefineDefaultView.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/stores/VersionedLayoutEditorStoreV2.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/vuetify/VuetifyCore.d.ts +14 -14
- package/internal-do-not-import-from-here/wctypings.d.ts +123 -66
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/themedesigner/themes/store/ThemesJourneyStore.d.ts +0 -38
- package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/FlowContent.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/models/flow/shared-mobile/index.d.ts +0 -1
- /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignJourney.d.ts → theme-designer/DesignToolsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/ThemeDesigner.d.ts → theme-designer/ThemeDesignMenu.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/chrome/Chrome.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/ColorSchemasJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/blades/ColorSchemaDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/colorschemas/store/ColorSchemaEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/BlueprintsJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/BlueprintPreview.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/ButtonsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/EditBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/HeaderBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/IconsBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/InputBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/blades/TabBladeEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ButtonsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/ComponentEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/HeaderEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/IconsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/InputEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/componentblueprints/store/TabsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/ContainerFillsBlade.stylex.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/FillsJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/containerBlades/ContainerFillsEditBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/ContainerFillsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/FillsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/store/TextFillsEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fills/textBlades/TextFillsEditBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/FontManager.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/blade/FontDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/fontsmanager/store/FontManagerStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/SpacingJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/blades/EditSpacingDefinitionBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/spacing/store/SpacingEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/store/ThemeDesignerStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/TemplatesJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplateEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/ButtonTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplateEdit.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/blades/TabTemplates.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/templates/store/TemplateEditorStore.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignAppJourney.d.ts → theme-designer/textstyles/TextStyles.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditColorSchemasBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{DesignBPJourney.d.ts → theme-designer/themes/EditLayoutWidthBlade.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/EditThemeBladeStyles.stylex.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades/SelectionThemeBlade.d.ts → theme-designer/themes/ThemeDesignJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes/blades → theme-designer/themes}/ViewThemeBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/TypographyJourney.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditScaleBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStyleBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTextStylesBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/EditTypographyBlueprintBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/SelectBreakpointBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/blades/ViewTypeScaleBlade.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.css.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontPicker.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner → theme-designer}/typography/components/FontRegistration.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/Theme.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/admin/{themedesigner/themes → theme-selection}/models/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/aurora/components/themepicker/{ThemePicker.css.d.ts → ThemeDefinitionPicker.css.d.ts} +0 -0
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SliderProps>
|
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
$stable?: boolean;
|
10
10
|
}, never>;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
11
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "colorSchemaType" | "variant" | "direction" | "class" | "rules" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "max" | "hint" | "persistentHint" | "min" | "step" | "precision" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -19,5 +19,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
|
|
19
19
|
default?: import("vue").Slot;
|
20
20
|
$stable?: boolean;
|
21
21
|
}, "activator">;
|
22
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
22
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "zIndex" | "class" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "persistent" | "location" | "openOnClick" | "openOnFocus" | "openOnHover" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
23
23
|
export default _default;
|
@@ -14,5 +14,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
14
14
|
default?: import("vue").Slot;
|
15
15
|
$stable?: boolean;
|
16
16
|
}, never>;
|
17
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "minWidth" | "size" | "visible" | "emit:resize" | "initialWidth"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
18
18
|
export default _default;
|
@@ -20,5 +20,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SplitpanePro
|
|
20
20
|
default?: import("vue").Slot;
|
21
21
|
$stable?: boolean;
|
22
22
|
}, never>;
|
23
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
23
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "height" | "variant" | "class" | "disabled" | "colors" | "dblClickSplitter" | "emit:panelClick" | "emit:resized"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
24
24
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
2
|
-
colorSchemaType?: "
|
2
|
+
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
3
3
|
} & {
|
4
4
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
5
5
|
} & {
|
@@ -28,5 +28,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
28
28
|
default?: import("vue").Slot;
|
29
29
|
$stable?: boolean;
|
30
30
|
}, "title">;
|
31
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
31
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "disabled" | "rules" | "eager" | "reverseTransition" | "complete" | "subTitle" | "slot:title" | "editable" | "hideIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
32
32
|
export default _default;
|
@@ -0,0 +1,8 @@
|
|
1
|
+
import { useColorSchemaStore } from "../..";
|
2
|
+
export declare const SwitchSliderStyles: {
|
3
|
+
label: (colors: ReturnType<typeof useColorSchemaStore>, height: number, hasText: boolean, slim: boolean) => string;
|
4
|
+
input: (colors: ReturnType<typeof useColorSchemaStore>) => string;
|
5
|
+
iconContainer: (height: number, hasText: boolean, slim: boolean) => string;
|
6
|
+
leftIconContainer: (slim: boolean) => string;
|
7
|
+
rightIconContainer: (slim: boolean) => string;
|
8
|
+
};
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
2
|
+
import { IIcon } from "@omnia/fx-models";
|
3
|
+
type SwitchSliderProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", boolean, false, false, false, "The v-model of the component"> & DefineProp<"falseIcon", IIcon, false, null, "Specify an icon the false value"> & DefineProp<"trueIcon", IIcon, false, null, "Specify an icon the true value"> & DefineProp<"trueText", string, false, null, "Text to show when the value is true"> & DefineProp<"falseText", string, false, null, "Text to show when the value is false"> & DefineProp<"slim", boolean, false, false, "Creates a slim variant of the button without the default height"> & DefineProp<"label", string, false, null, "Label to show">;
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SwitchSliderProps> & {
|
5
|
+
"onUpdate:modelValue"?: (value: boolean) => any;
|
6
|
+
} & {
|
7
|
+
"v-slots"?: {} & Omit<{
|
8
|
+
default?: import("vue").Slot;
|
9
|
+
$stable?: boolean;
|
10
|
+
}, never>;
|
11
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "colorSchemaType" | "class" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "slim" | "trueText" | "falseText" | "falseIcon" | "trueIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
|
+
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;
|
@@ -15,5 +15,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabProps> &
|
|
15
15
|
default?: import("vue").Slot;
|
16
16
|
$stable?: boolean;
|
17
17
|
}, "itemRendering">;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
18
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorSchemaType" | "icon" | "variant" | "class" | "disabled" | "colors" | "eager" | "slot:itemRendering" | "notificationCount"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
19
|
export default _default;
|
@@ -1,6 +1,9 @@
|
|
1
1
|
import { DefineProp, DefinePropTheming, DefineVModel } from "@omnia/fx/ux";
|
2
2
|
import { OTabAlignments, OScrollOffsetTypes, OTabVariants, TabsBlueprint, BlueprintVariant } from "@omnia/fx-models";
|
3
|
-
type
|
3
|
+
export type TabsApi = {
|
4
|
+
getTabHeadersHeight: () => number;
|
5
|
+
};
|
6
|
+
type TabsProps = DefinePropTheming & DefineProp<"class", String | String[]> & DefineVModel<"", number, false, 0, false, "The v-model of the component"> & DefineProp<"contentClass", string | string[], false, null, "The class of the content container."> & DefineProp<"stacked", boolean, false, null, "Applies the stacked prop to all children o.tab components."> & DefineProp<"variant", OTabVariants, false, null, "Applies a distinct style to the component."> & DefineProp<"toned", boolean, false, null> & DefineProp<"vertical", boolean, false, null> & DefineProp<"hideTabNameIfOnlyOneTab", boolean, false, null, "Hides the tab name if there is only one tab in the component."> & DefineProp<"noScrolling", boolean, false, null, "Removes the scrolling from the tabs component."> & DefineProp<"alignTabs", OTabAlignments, false, "start", "sets the horizontal alignment of the tabs."> & DefineProp<"grow", boolean, false, null, "sets how the flex grows in relation to other flexes of the tab."> & DefineProp<"scrolling", OScrollOffsetTypes, false, null, "Sets a custom blueprint for the tab control."> & DefineProp<"blueprint", TabsBlueprint | BlueprintVariant, false, null, "Applies the blueprint to the component."> & DefineProp<"disableBlueprint", boolean, false, null, "Disables the blueprint and use properties instead."> & DefineProp<"position", "top" | "bottom", false, "top", "The position of the horizontal tab."> & DefineProp<"getApi", (api: TabsApi) => void, false, null, "Gets the api">;
|
4
7
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> & {
|
5
8
|
"onUpdate:modelValue"?: (value: number) => any;
|
6
9
|
} & {
|
@@ -8,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabsProps> &
|
|
8
11
|
default?: import("vue").Slot;
|
9
12
|
$stable?: boolean;
|
10
13
|
}, never>;
|
11
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "variant" | "vertical" | "grow" | "blueprint" | "position" | "class" | "colors" | "toned" | "v-model" | "modelValue" | "contentClass" | "emit:update:modelValue" | "stacked" | "getApi" | "scrolling" | "hideTabNameIfOnlyOneTab" | "noScrolling" | "alignTabs" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
15
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TabbleProps>
|
|
5
5
|
default?: import("vue").Slot;
|
6
6
|
$stable?: boolean;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "height" | "class" | "colors" | "toned" | "fixedHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextProps> &
|
|
9
9
|
default?: import("vue").Slot;
|
10
10
|
$stable?: boolean;
|
11
11
|
}, never>;
|
12
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
12
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "color" | "size" | "typography" | "blueprint" | "textDecoration" | "textTransform" | "whiteSpace" | "wordBreak" | "bold" | "class" | "italic" | "colors" | "colorType" | "toned" | "ignoreLineHeight" | "as" | "align" | "truncateLines"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
13
13
|
export default _default;
|
@@ -14,5 +14,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<TextAreaProp
|
|
14
14
|
default?: import("vue").Slot;
|
15
15
|
$stable?: boolean;
|
16
16
|
}, "append-inner">;
|
17
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "colorSchemaType" | "variant" | "color" | "class" | "rows" | "disabled" | "rules" | "colors" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "placeholder" | "readonly" | "errorMessages" | "hint" | "persistentHint" | "autofocus" | "textBlueprint" | "clearable" | "emit:click:button" | "emit:update:focused" | "slot:append-inner" | "autoGrow"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
18
18
|
export default _default;
|
@@ -18,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarProps
|
|
18
18
|
default?: import("vue").Slot;
|
19
19
|
$stable?: boolean;
|
20
20
|
}, "title" | "prepend" | "customButtons">;
|
21
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
21
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "colorSchemaType" | "icon" | "variant" | "class" | "colors" | "toned" | "closeButton" | "subTitle" | "backButton" | "emit:click:close" | "divider" | "slot:prepend" | "slot:title" | "emit:click:back" | "slot:customButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
22
22
|
export default _default;
|
@@ -10,7 +10,7 @@ type TreewViewItemSlot<T> = {
|
|
10
10
|
item: T;
|
11
11
|
};
|
12
12
|
declare const _default: <T extends Object>(props: import("@omnia/fx/ux").ExtractProps<{
|
13
|
-
colorSchemaType?: "
|
13
|
+
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
14
14
|
} & {
|
15
15
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
16
16
|
} & {
|
@@ -50,7 +50,7 @@ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").Extract
|
|
50
50
|
} & {
|
51
51
|
checkNodeToMove?: (item: T) => boolean;
|
52
52
|
} & {
|
53
|
-
padding?:
|
53
|
+
padding?: SpacingValue | Spacing;
|
54
54
|
} & {
|
55
55
|
indentation?: SpacingValue;
|
56
56
|
} & DefineSlot<"title", (title: string) => VNodeChild, "Appends content after label.."> & DefineSlot<"appendInnerItem", (value: TreewViewItemSlot<T>) => VNodeChild, "Appends content after label.."> & DefineSlot<"prepend", (value: TreewViewItemSlot<T>) => VNodeChild, "Prepends content before label.."> & DefineEmit<"update:active", (items: T[]) => void>> & {
|
@@ -66,5 +66,5 @@ declare const _default: <T extends Object>(props: import("@omnia/fx/ux").Extract
|
|
66
66
|
default?: import("vue").Slot;
|
67
67
|
$stable?: boolean;
|
68
68
|
}, "title" | "prepend" | "appendInnerItem">;
|
69
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
69
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "padding" | "expanded" | "multiple" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "items" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "slot:prepend" | "slot:title" | "itemTitle" | "itemChildren" | "expandOnSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "slot:appendInnerItem" | "emit:update:active" | "openAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
70
70
|
export default _default;
|
@@ -11,7 +11,7 @@ export interface TreeViewPagingModel {
|
|
11
11
|
endPagingIndex: number;
|
12
12
|
}
|
13
13
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
14
|
-
colorSchemaType?: "
|
14
|
+
colorSchemaType?: "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
15
15
|
} & {
|
16
16
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
17
17
|
} & {
|
@@ -51,7 +51,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
51
51
|
} & {
|
52
52
|
checkNodeToMove?: (item: any) => boolean;
|
53
53
|
} & {
|
54
|
-
padding?:
|
54
|
+
padding?: SpacingValue | Spacing;
|
55
55
|
} & {
|
56
56
|
indentation?: SpacingValue;
|
57
57
|
} & {
|
@@ -70,5 +70,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
70
70
|
default?: import("vue").Slot;
|
71
71
|
$stable?: boolean;
|
72
72
|
}, "appendInnerItem" | "itemToolTip">;
|
73
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
73
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "padding" | "variant" | "expanded" | "multiple" | "colors" | "v-model" | "modelValue" | "emit:update:modelValue" | "items" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "itemTitle" | "itemChildren" | "expandOnSelection" | "disableToggleSelection" | "batchChildrensDisplay" | "itemIcon" | "loadChildren" | "onMoveNode" | "checkNodeToMove" | "indentation" | "selectedNodeStyle" | "slot:appendInnerItem" | "slot:itemToolTip" | "emit:update:active"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
74
74
|
export default _default;
|
@@ -15,5 +15,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
15
15
|
default?: import("vue").Slot;
|
16
16
|
$stable?: boolean;
|
17
17
|
}, "default">;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "
|
18
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "minHeight" | "minWidth" | "maxHeight" | "maxWidth" | "width" | "items" | "itemHeight" | "itemKey" | "slot:default"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
19
|
export default _default;
|
@@ -253,8 +253,8 @@ declare const _default: {
|
|
253
253
|
initialContent: string;
|
254
254
|
onContentChange: (content: string) => void;
|
255
255
|
} & {
|
256
|
-
mode?: RichTextModes;
|
257
256
|
outlined?: boolean;
|
257
|
+
mode?: RichTextModes;
|
258
258
|
onBlur?: () => void;
|
259
259
|
onFocus?: () => void;
|
260
260
|
disabled?: boolean;
|
@@ -24,7 +24,7 @@ export declare const useRichTextEditorStore: () => {
|
|
24
24
|
textStyleFilters: guid[];
|
25
25
|
textColor: {
|
26
26
|
defaultColor: string;
|
27
|
-
schemaName: "
|
27
|
+
schemaName: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
28
28
|
};
|
29
29
|
paddingTop: number;
|
30
30
|
lastScrollTop: number;
|
@@ -68,7 +68,7 @@ export declare const useRichTextEditorStore: () => {
|
|
68
68
|
textStyleFilters: guid[];
|
69
69
|
textColor: {
|
70
70
|
defaultColor: string;
|
71
|
-
schemaName: "
|
71
|
+
schemaName: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
72
72
|
};
|
73
73
|
paddingTop: number;
|
74
74
|
lastScrollTop: number;
|
@@ -77,8 +77,8 @@ declare const _default: {
|
|
77
77
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
78
78
|
propsDefinition: Omit<Readonly<{} & {
|
79
79
|
text?: string;
|
80
|
+
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
80
81
|
container?: boolean;
|
81
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
82
82
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
83
|
renderingMode?: BlockRenderingModes;
|
84
84
|
}>, never>;
|
@@ -128,8 +128,8 @@ declare const _default: {
|
|
128
128
|
propsDefinition: Omit<Readonly<{
|
129
129
|
roles: guid[];
|
130
130
|
} & {
|
131
|
+
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
131
132
|
container?: boolean;
|
132
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
133
133
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
134
134
|
"v-slots"?: {
|
135
135
|
default?: import("../DefineVueTypings").Slot;
|
@@ -141,8 +141,8 @@ declare const _default: {
|
|
141
141
|
};
|
142
142
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
143
143
|
propsDefinition: Omit<Readonly<{} & {
|
144
|
-
width?: string | number;
|
145
144
|
title?: string;
|
145
|
+
width?: string | number;
|
146
146
|
description?: string;
|
147
147
|
onCancel?: () => void;
|
148
148
|
"v-model"?: boolean;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ShapeDivider
|
|
7
7
|
default?: import("vue").Slot;
|
8
8
|
$stable?: boolean;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "color" | "spacing" | "position" | "width" | "flip" | "shape" | "invert" | "borderradius"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -12,5 +12,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<CommentProps
|
|
12
12
|
default?: import("vue").Slot;
|
13
13
|
$stable?: boolean;
|
14
14
|
}, never>;
|
15
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
15
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "textColor" | "backgroundColor" | "template" | "styles" | "richTextSettings" | "dynamicInput" | "additionalRoles" | "foregroundColor" | "hideEdit" | "readOnly" | "topicId" | "contextParams" | "enableMention" | "comments" | "showMoreSize" | "allowLikes" | "enableBestReply" | "canMarkBestReply" | "sortOrder" | "hideReply" | "hideTotalNumber" | "hideLike"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
16
16
|
export default _default;
|
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<CommentLikeT
|
|
16
16
|
default?: import("vue").Slot;
|
17
17
|
$stable?: boolean;
|
18
18
|
}, never>;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "textColor" | "backgroundColor" | "currentUser" | "comment" | "dynamicInput" | "templateSettings" | "canShowEditDialogOnLoad" | "canLike" | "additionalRoles" | "foregroundColor" | "hideEdit" | "readOnly" | "emit:openReply" | "emit:cancelReply" | "emit:refresh"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
20
|
export default _default;
|
@@ -291,6 +291,7 @@ declare const _default: {
|
|
291
291
|
"update:modelValue": (value: UrlPropertyValue) => true;
|
292
292
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
293
293
|
propsDefinition: Omit<Readonly<{} & {
|
294
|
+
label?: string;
|
294
295
|
name?: {
|
295
296
|
[x: `onUpdate:${string}`]: {
|
296
297
|
type: import("vue").PropType<(value: UrlPropertyValue) => any | void>;
|
@@ -352,7 +353,6 @@ declare const _default: {
|
|
352
353
|
};
|
353
354
|
}>;
|
354
355
|
};
|
355
|
-
label?: string;
|
356
356
|
disabled?: boolean;
|
357
357
|
"v-model"?: UrlPropertyValue;
|
358
358
|
modelValue?: UrlPropertyValue;
|
@@ -386,6 +386,10 @@ declare const _default: {
|
|
386
386
|
container: boolean;
|
387
387
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
388
388
|
propsDefinition: Omit<Readonly<{} & {
|
389
|
+
title?: string;
|
390
|
+
label?: string;
|
391
|
+
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
392
|
+
icon?: IIcon;
|
389
393
|
name?: {
|
390
394
|
[x: `onUpdate:${string}`]: {
|
391
395
|
type: import("vue").PropType<(value: VelcronRendererResolverReference) => any | void>;
|
@@ -447,12 +451,8 @@ declare const _default: {
|
|
447
451
|
};
|
448
452
|
}>;
|
449
453
|
};
|
450
|
-
icon?: IIcon;
|
451
|
-
container?: boolean;
|
452
|
-
title?: string;
|
453
|
-
label?: string;
|
454
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
455
454
|
variant?: Variant;
|
455
|
+
container?: boolean;
|
456
456
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
457
457
|
"v-slots"?: {
|
458
458
|
default?: import("../../../DefineVueTypings").Slot;
|
@@ -308,6 +308,7 @@ declare const _default: {
|
|
308
308
|
container: boolean;
|
309
309
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
310
310
|
propsDefinition: Omit<Readonly<{} & {
|
311
|
+
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
311
312
|
name?: {
|
312
313
|
[x: `onUpdate:${string}`]: {
|
313
314
|
type: import("vue").PropType<(value: VelcronDefinitionRegistration<object>) => any | void>;
|
@@ -370,7 +371,6 @@ declare const _default: {
|
|
370
371
|
}>;
|
371
372
|
};
|
372
373
|
container?: boolean;
|
373
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
374
374
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
375
375
|
"v-model"?: VelcronDefinitionRegistration<object>;
|
376
376
|
modelValue?: VelcronDefinitionRegistration<object>;
|
@@ -3,7 +3,7 @@ import { EditorLocation, VelcronEditor } from "../../core";
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
previewColorSchemaType: {
|
6
|
-
type: import("vue").PropType<"
|
6
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
7
7
|
};
|
8
8
|
location: {
|
9
9
|
type: import("vue").PropType<EditorLocation>;
|
@@ -97,7 +97,7 @@ declare const _default: {
|
|
97
97
|
Defaults: {};
|
98
98
|
}, Readonly<import("vue").ExtractPropTypes<{
|
99
99
|
previewColorSchemaType: {
|
100
|
-
type: import("vue").PropType<"
|
100
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
101
101
|
};
|
102
102
|
location: {
|
103
103
|
type: import("vue").PropType<EditorLocation>;
|
@@ -184,7 +184,7 @@ declare const _default: {
|
|
184
184
|
__isSuspense?: never;
|
185
185
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
186
186
|
previewColorSchemaType: {
|
187
|
-
type: import("vue").PropType<"
|
187
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
188
188
|
};
|
189
189
|
location: {
|
190
190
|
type: import("vue").PropType<EditorLocation>;
|
@@ -336,7 +336,7 @@ declare const _default: {
|
|
336
336
|
modelValue?: VelcronAppDefinition<object>;
|
337
337
|
location?: EditorLocation;
|
338
338
|
"onUpdate:modelValue"?: (value: VelcronAppDefinition<object>) => any | void;
|
339
|
-
previewColorSchemaType?: "
|
339
|
+
previewColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
340
340
|
propertyEditors?: VelcronEditor<any>[];
|
341
341
|
hidePropertyMapped?: boolean;
|
342
342
|
}>, "onUpdate:modelValue" | "onValue:enter" | "onValue:leave"> & {
|
@@ -16,7 +16,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
16
16
|
} & {
|
17
17
|
location?: EditorLocation;
|
18
18
|
} & {
|
19
|
-
previewColorSchemaType?: "
|
19
|
+
previewColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
20
20
|
} & DefineEmit<"value:enter", (propertyEditorMapping: VelcronEditor, value: any) => true> & DefineEmit<"value:leave", (propertyEditorMapping: VelcronEditor, value: any) => true>> & {
|
21
21
|
"onUpdate:modelValue"?: (value: object) => any;
|
22
22
|
"onValue:enter"?: (propertyEditorMapping: VelcronEditor<any>, value: any) => any;
|
@@ -124,9 +124,9 @@ declare const _default: {
|
|
124
124
|
propsDefinition: Omit<Readonly<{
|
125
125
|
definition: VelcronAppDefinition<object>;
|
126
126
|
} & {
|
127
|
-
|
128
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
127
|
+
colorSchemaType?: "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
129
128
|
active?: boolean;
|
129
|
+
container?: boolean;
|
130
130
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
131
131
|
context?: VelcronRenderContext;
|
132
132
|
editMode?: boolean;
|