@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
package/internal-do-not-import-from-here/ux/aurora/admin/theme-selection/SelectBPThemeJourney.d.ts
ADDED
@@ -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;
|
@@ -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;
|
@@ -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;
|
@@ -1,15 +1,11 @@
|
|
1
|
-
import { DynamicState } from "@omnia/fx-models";
|
2
|
-
export interface ContentBlockVelcronState extends DynamicState {
|
3
|
-
content: {
|
4
|
-
[id: string]: unknown;
|
5
|
-
};
|
6
|
-
}
|
7
1
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
8
2
|
targetResolverType?: string;
|
3
|
+
} & {
|
4
|
+
isAdminTheme?: boolean;
|
9
5
|
}> & {} & {
|
10
6
|
"v-slots"?: {} & Omit<{
|
11
7
|
default?: import("vue").Slot;
|
12
8
|
$stable?: boolean;
|
13
9
|
}, never>;
|
14
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "targetResolverType"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "targetResolverType" | "isAdminTheme"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
11
|
export default _default;
|
@@ -0,0 +1,73 @@
|
|
1
|
+
import { AppThemeManager, BusinessProfileThemeManager, guid, IIcon, TargetResolverTypes, TenantThemeManager, ThemeSelection, ThemeSelectionValue } from "@omnia/fx-models";
|
2
|
+
export declare const useThemeJourneyStore: () => {
|
3
|
+
state: {
|
4
|
+
id: guid;
|
5
|
+
themeSettings: {
|
6
|
+
parentModel: ThemeSelection;
|
7
|
+
currentModel: ThemeSelection;
|
8
|
+
};
|
9
|
+
themeManger: {
|
10
|
+
tenant: TenantThemeManager;
|
11
|
+
businessProfile: BusinessProfileThemeManager;
|
12
|
+
appInstance: AppThemeManager;
|
13
|
+
};
|
14
|
+
settings: {
|
15
|
+
targetResolverType: TargetResolverTypes;
|
16
|
+
isAdminTheme: boolean;
|
17
|
+
};
|
18
|
+
editingThemeModel: ThemeSelectionValue;
|
19
|
+
editingThemeSettings: {
|
20
|
+
themeManager: TenantThemeManager | AppThemeManager | BusinessProfileThemeManager;
|
21
|
+
inheritSettings: boolean;
|
22
|
+
selectIcon: IIcon;
|
23
|
+
switchIcon: IIcon;
|
24
|
+
switchIconAdditional: IIcon;
|
25
|
+
customIcons: boolean;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
29
|
+
toggleCustomIcons: (custom: boolean) => void;
|
30
|
+
toggleInheritSettings: (inherit: boolean) => void;
|
31
|
+
additionalTheme: () => {
|
32
|
+
add: (id: guid) => void;
|
33
|
+
remove: (id: guid) => void;
|
34
|
+
};
|
35
|
+
updateTheme: (id: guid, mode: "default" | "accessibility") => void;
|
36
|
+
save: () => Promise<boolean>;
|
37
|
+
init: () => {
|
38
|
+
iconSetup: () => void;
|
39
|
+
state: (targetResolverType: TargetResolverTypes, isAdminTheme: boolean) => Promise<void>;
|
40
|
+
themeManager: {
|
41
|
+
tenant: () => void;
|
42
|
+
businessProfile: () => void;
|
43
|
+
appInstance: () => void;
|
44
|
+
};
|
45
|
+
};
|
46
|
+
}>;
|
47
|
+
get: {
|
48
|
+
themeTemplate: {
|
49
|
+
all: import("@omnia/fx-models").ITemplateRegistration<any, import("@omnia/fx-models").TemplateRegistrationType>[];
|
50
|
+
byId: (id: guid) => import("@omnia/fx-models").ITemplateRegistration<any, import("@omnia/fx-models").TemplateRegistrationType>;
|
51
|
+
};
|
52
|
+
editingBlade: (props: Omit<import("@omnia/fx/ux").ConstructComponentProps<import("../../../../journey/JourneyBlade").JourneyBladeProps>, "id" | "getApi" | "manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
53
|
+
readonly editingType: "" | "tenant" | "app-instance" | "business-profile";
|
54
|
+
settings: {
|
55
|
+
tenant: () => void;
|
56
|
+
};
|
57
|
+
};
|
58
|
+
rules: {
|
59
|
+
editingTheme: {
|
60
|
+
isSwitchableThemeAndCustomIcon(): boolean;
|
61
|
+
isMultiSelectThemeAndCustomIcon(): boolean;
|
62
|
+
};
|
63
|
+
showInheritThemeSettings: () => boolean;
|
64
|
+
showSettingsForm: () => boolean;
|
65
|
+
showIconsSelection: {
|
66
|
+
customSwitch: () => boolean;
|
67
|
+
multi: () => boolean;
|
68
|
+
switch: () => boolean;
|
69
|
+
};
|
70
|
+
};
|
71
|
+
} & {
|
72
|
+
dispose?: () => void;
|
73
|
+
};
|
@@ -28,7 +28,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
28
28
|
} & {
|
29
29
|
createNewColorDynamic?: boolean;
|
30
30
|
} & {
|
31
|
-
defaultColorSchemaType?: "
|
31
|
+
defaultColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
32
32
|
} & {
|
33
33
|
enableDynamicColor?: boolean;
|
34
34
|
} & {
|
@@ -45,5 +45,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
45
45
|
default?: import("vue").Slot;
|
46
46
|
$stable?: boolean;
|
47
47
|
}, "activator">;
|
48
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "
|
48
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "variant" | "border" | "colorType" | "toned" | "v-model" | "modelValue" | "emit:update:modelValue" | "elevation" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
49
49
|
export default _default;
|
@@ -8,7 +8,7 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
9
9
|
};
|
10
10
|
dynamicColorSchemaType: {
|
11
|
-
type: import("vue").PropType<"
|
11
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
12
12
|
};
|
13
13
|
disableDynamicColorDisplay: {
|
14
14
|
type: import("vue").PropType<boolean>;
|
@@ -45,7 +45,7 @@ declare const _default: {
|
|
45
45
|
type: import("vue").PropType<string>;
|
46
46
|
};
|
47
47
|
dynamicColorSchemaType: {
|
48
|
-
type: import("vue").PropType<"
|
48
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
49
49
|
};
|
50
50
|
disableDynamicColorDisplay: {
|
51
51
|
type: import("vue").PropType<boolean>;
|
@@ -79,7 +79,7 @@ declare const _default: {
|
|
79
79
|
type: import("vue").PropType<string>;
|
80
80
|
};
|
81
81
|
dynamicColorSchemaType: {
|
82
|
-
type: import("vue").PropType<"
|
82
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
83
83
|
};
|
84
84
|
disableDynamicColorDisplay: {
|
85
85
|
type: import("vue").PropType<boolean>;
|
@@ -103,13 +103,13 @@ declare const _default: {
|
|
103
103
|
container: boolean;
|
104
104
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
|
+
label?: string;
|
107
|
+
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";
|
108
|
+
height?: string;
|
106
109
|
blueprint?: BackgroundDefinition;
|
107
110
|
container?: boolean;
|
108
|
-
height?: string;
|
109
|
-
label?: string;
|
110
|
-
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";
|
111
111
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
112
|
-
dynamicColorSchemaType?: "
|
112
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
113
113
|
disableDynamicColorDisplay?: boolean;
|
114
114
|
}>, never>;
|
115
115
|
};
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts
CHANGED
@@ -15,7 +15,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
15
15
|
} & {
|
16
16
|
individualWidthSelection?: boolean;
|
17
17
|
} & {
|
18
|
-
defaultColorSchemaType?: "
|
18
|
+
defaultColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
19
19
|
} & {
|
20
20
|
enableDynamicColor?: boolean;
|
21
21
|
} & {
|
package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts
CHANGED
@@ -76,8 +76,8 @@ declare const _default: {
|
|
76
76
|
container: boolean;
|
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
|
+
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";
|
79
80
|
container?: boolean;
|
80
|
-
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";
|
81
81
|
definition?: BorderStylingDefinition;
|
82
82
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
83
83
|
backgroundFill?: string;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts
CHANGED
@@ -34,7 +34,7 @@ declare const _default: {
|
|
34
34
|
type: import("vue").PropType<boolean>;
|
35
35
|
};
|
36
36
|
dynamicColorSchemaType: {
|
37
|
-
type: import("vue").PropType<"
|
37
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
38
38
|
};
|
39
39
|
type: {
|
40
40
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -46,7 +46,7 @@ declare const _default: {
|
|
46
46
|
type: import("vue").PropType<boolean>;
|
47
47
|
};
|
48
48
|
variant: {
|
49
|
-
type: import("vue").PropType<"
|
49
|
+
type: import("vue").PropType<"button" | "inline" | "dropdown" | "journey">;
|
50
50
|
};
|
51
51
|
"onUpdate:modelValue": {
|
52
52
|
type: import("vue").PropType<(value: ColorValue) => any | void>;
|
@@ -171,7 +171,7 @@ declare const _default: {
|
|
171
171
|
type: import("vue").PropType<boolean>;
|
172
172
|
};
|
173
173
|
dynamicColorSchemaType: {
|
174
|
-
type: import("vue").PropType<"
|
174
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
175
175
|
};
|
176
176
|
type: {
|
177
177
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -183,7 +183,7 @@ declare const _default: {
|
|
183
183
|
type: import("vue").PropType<boolean>;
|
184
184
|
};
|
185
185
|
variant: {
|
186
|
-
type: import("vue").PropType<"
|
186
|
+
type: import("vue").PropType<"button" | "inline" | "dropdown" | "journey">;
|
187
187
|
};
|
188
188
|
"onUpdate:modelValue": {
|
189
189
|
type: import("vue").PropType<(value: ColorValue) => any | void>;
|
@@ -303,7 +303,7 @@ declare const _default: {
|
|
303
303
|
type: import("vue").PropType<boolean>;
|
304
304
|
};
|
305
305
|
dynamicColorSchemaType: {
|
306
|
-
type: import("vue").PropType<"
|
306
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
307
307
|
};
|
308
308
|
type: {
|
309
309
|
type: import("vue").PropType<ColorPickerType>;
|
@@ -315,7 +315,7 @@ declare const _default: {
|
|
315
315
|
type: import("vue").PropType<boolean>;
|
316
316
|
};
|
317
317
|
variant: {
|
318
|
-
type: import("vue").PropType<"
|
318
|
+
type: import("vue").PropType<"button" | "inline" | "dropdown" | "journey">;
|
319
319
|
};
|
320
320
|
"onUpdate:modelValue": {
|
321
321
|
type: import("vue").PropType<(value: ColorValue) => any | void>;
|
@@ -403,7 +403,8 @@ declare const _default: {
|
|
403
403
|
container: boolean;
|
404
404
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
405
405
|
propsDefinition: Omit<Readonly<{} & {
|
406
|
-
|
406
|
+
label?: string;
|
407
|
+
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";
|
407
408
|
name?: {
|
408
409
|
[x: `onUpdate:${string}`]: {
|
409
410
|
type: import("vue").PropType<(value: ColorValue) => any | void>;
|
@@ -465,11 +466,10 @@ declare const _default: {
|
|
465
466
|
};
|
466
467
|
}>;
|
467
468
|
};
|
469
|
+
variant?: "button" | "inline" | "dropdown" | "journey";
|
470
|
+
type?: ColorPickerType;
|
468
471
|
container?: boolean;
|
469
472
|
opacity?: boolean;
|
470
|
-
label?: string;
|
471
|
-
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";
|
472
|
-
variant?: "inline" | "button" | "dropdown" | "journey";
|
473
473
|
disabled?: boolean;
|
474
474
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
475
475
|
toned?: boolean;
|
@@ -482,7 +482,7 @@ declare const _default: {
|
|
482
482
|
modelValue?: ColorValue;
|
483
483
|
"onUpdate:modelValue"?: (value: ColorValue) => any | void;
|
484
484
|
disableColorToggle?: boolean;
|
485
|
-
dynamicColorSchemaType?: "
|
485
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
486
486
|
enableDynamicColor?: boolean;
|
487
487
|
disableCustomColor?: boolean;
|
488
488
|
showPlaceholders?: boolean;
|
package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPreview.d.ts
CHANGED
@@ -3,7 +3,7 @@ export type ColorPickerType = "default" | "base" | "onBase" | "colorSchema";
|
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
dynamicColorSchemaType: {
|
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
|
color: {
|
9
9
|
type: import("vue").PropType<ColorValue>;
|
@@ -35,7 +35,7 @@ declare const _default: {
|
|
35
35
|
Defaults: {};
|
36
36
|
}, Readonly<import("vue").ExtractPropTypes<{
|
37
37
|
dynamicColorSchemaType: {
|
38
|
-
type: import("vue").PropType<"
|
38
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
39
39
|
};
|
40
40
|
color: {
|
41
41
|
type: import("vue").PropType<ColorValue>;
|
@@ -62,7 +62,7 @@ declare const _default: {
|
|
62
62
|
__isSuspense?: never;
|
63
63
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
64
64
|
dynamicColorSchemaType: {
|
65
|
-
type: import("vue").PropType<"
|
65
|
+
type: import("vue").PropType<"primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic">;
|
66
66
|
};
|
67
67
|
color: {
|
68
68
|
type: import("vue").PropType<ColorValue>;
|
@@ -87,11 +87,11 @@ declare const _default: {
|
|
87
87
|
container: boolean;
|
88
88
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
89
89
|
propsDefinition: Omit<Readonly<{} & {
|
90
|
+
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";
|
90
91
|
color?: ColorValue;
|
91
92
|
container?: boolean;
|
92
|
-
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";
|
93
93
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
94
|
-
dynamicColorSchemaType?: "
|
94
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
95
95
|
}>, "onUpdate:modelValue"> & {
|
96
96
|
"onUpdate:modelValue"?: (value: ColorValue) => any;
|
97
97
|
};
|
@@ -2,7 +2,7 @@ export type ColorPickerType = "default" | "base" | "onBase" | "colorSchema";
|
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
colorReference?: any;
|
4
4
|
} & {
|
5
|
-
dynamicColorSchemaType?: "
|
5
|
+
dynamicColorSchemaType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
6
6
|
} & {
|
7
7
|
noIcon?: boolean;
|
8
8
|
} & {
|
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
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, "noIcon" | "height" | "size" | "width" | "dynamicColorSchemaType" | "colorReference"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
20
|
export default _default;
|
@@ -11,7 +11,7 @@ export declare const useColorPickerStore: () => {
|
|
11
11
|
onBaseColor: (swatchSchema: swatch[], toned: boolean) => string;
|
12
12
|
colorSchema: {
|
13
13
|
displayName: (swatchSchema: swatch[]) => string;
|
14
|
-
name: (swatchSchema: swatch[]) => "
|
14
|
+
name: (swatchSchema: swatch[]) => "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
15
15
|
formattedName: (swatchSchema: swatch[]) => string;
|
16
16
|
};
|
17
17
|
};
|
@@ -29,7 +29,7 @@ export declare const useColorPickerStore: () => {
|
|
29
29
|
dynamicColor: {
|
30
30
|
show: boolean;
|
31
31
|
isEnabled: boolean;
|
32
|
-
colorShemaType: "
|
32
|
+
colorShemaType: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
33
33
|
};
|
34
34
|
showCustomColorPicker: boolean;
|
35
35
|
showDialog: boolean;
|
@@ -54,7 +54,7 @@ export declare const useColorPickerStore: () => {
|
|
54
54
|
}>;
|
55
55
|
rules: {
|
56
56
|
selection: {
|
57
|
-
isDynamicColor: () => "" | "
|
57
|
+
isDynamicColor: () => "" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
58
58
|
isCustomColor: () => boolean;
|
59
59
|
isCurrentValue: (value: ColorValue) => boolean;
|
60
60
|
};
|
@@ -14,7 +14,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
14
14
|
} & {
|
15
15
|
variant?: "button" | "dialog" | "dropdown" | "journey";
|
16
16
|
} & {
|
17
|
-
fallbackColorType?: "
|
17
|
+
fallbackColorType?: "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "background" | "error" | "info" | "success" | "dynamic";
|
18
18
|
} & {
|
19
19
|
label?: string;
|
20
20
|
} & {
|