@omnia/fx 8.0.547-dev → 8.0.549-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/core/index.d.ts +3 -1
- package/internal-do-not-import-from-here/index.d.ts +30 -1
- 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/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutDialog.d.ts +17 -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/theme-designer/typography/store/TypographyEditorStore.d.ts +4 -4
- 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/ThemeSwitcher.d.ts +1 -1
- 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/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/ContextSuggestion.d.ts +1 -1
- 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/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/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +1 -2
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/flow/editor/plugins/context/ContextPlugin.d.ts +1 -1
- 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/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.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 +1 -2
- 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 +0 -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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/shared-mobile/useBtnComponent.d.ts +2 -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 +1 -1
- 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/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- 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/package.json +2 -2
- 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/admin/usermanagement/usertypes/blades/{UserTypeLayoutBlade.d.ts → UserTypeLayoutBlade_old.d.ts} +0 -0
@@ -2,7 +2,7 @@ import { DateTimeZone } from "@omnia/fx/models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
size: {
|
5
|
-
type: import("vue").PropType<"l" | "s" | "
|
5
|
+
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
6
6
|
};
|
7
7
|
showTimeZone: {
|
8
8
|
type: import("vue").PropType<boolean>;
|
@@ -33,7 +33,7 @@ declare const _default: {
|
|
33
33
|
Defaults: {};
|
34
34
|
}, Readonly<import("vue").ExtractPropTypes<{
|
35
35
|
size: {
|
36
|
-
type: import("vue").PropType<"l" | "s" | "
|
36
|
+
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
37
37
|
};
|
38
38
|
showTimeZone: {
|
39
39
|
type: import("vue").PropType<boolean>;
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
61
61
|
__isSuspense?: never;
|
62
62
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
63
63
|
size: {
|
64
|
-
type: import("vue").PropType<"l" | "s" | "
|
64
|
+
type: import("vue").PropType<"l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8">;
|
65
65
|
};
|
66
66
|
showTimeZone: {
|
67
67
|
type: import("vue").PropType<boolean>;
|
@@ -87,7 +87,7 @@ declare const _default: {
|
|
87
87
|
propsDefinition: Omit<Readonly<{} & {
|
88
88
|
label?: string;
|
89
89
|
variant?: "time" | "date" | "date-time";
|
90
|
-
size?: "l" | "s" | "
|
90
|
+
size?: "l" | "s" | "xs" | "m" | "xl" | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
|
91
91
|
value?: DateTimeZone<string>;
|
92
92
|
dateFormat?: string;
|
93
93
|
showTimeZone?: boolean;
|
@@ -103,11 +103,11 @@ declare const dialogComponent: {
|
|
103
103
|
onVnodeUpdated?: import("vue").Prop<((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[], ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void) | ((vnode: import("vue").VNode, oldVNode: import("vue").VNode) => void)[]>;
|
104
104
|
}>>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
105
105
|
propsDefinition: Omit<Readonly<{} & {
|
106
|
+
title?: string;
|
106
107
|
maxWidth?: string | number;
|
107
108
|
position?: DialogPositions;
|
108
109
|
width?: string | number;
|
109
110
|
lazy?: boolean;
|
110
|
-
title?: string;
|
111
111
|
light?: boolean;
|
112
112
|
onClose?: () => void;
|
113
113
|
dark?: boolean;
|
@@ -9,5 +9,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EditorChrome
|
|
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, "title" | "icon" | "hideCloseButton" | "subTitle" | "getApi" | "emit:close" | "emit:ready:render"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
13
13
|
export default _default;
|
@@ -99,8 +99,8 @@ declare const _default: {
|
|
99
99
|
close: () => true;
|
100
100
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
101
101
|
propsDefinition: Omit<Readonly<{} & {
|
102
|
-
icon?: IIcon;
|
103
102
|
title?: string;
|
103
|
+
icon?: IIcon;
|
104
104
|
"v-slots"?: {
|
105
105
|
default?: import("../DefineVueTypings").Slot;
|
106
106
|
} & {
|
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ToolbarButto
|
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
$stable?: boolean;
|
8
8
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "border" | "position" | "colors" | "action" | "alignHeader"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
10
|
export default _default;
|
package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeCompactRenderer.d.ts
CHANGED
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EditorChrome
|
|
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, "title" | "icon" | "hideCloseButton" | "subTitle" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
package/internal-do-not-import-from-here/ux/editorchrome/renderers/EditorChromeRegularRenderer.d.ts
CHANGED
@@ -8,5 +8,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<EditorChrome
|
|
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, "title" | "icon" | "hideCloseButton" | "subTitle" | "emit:close"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
12
12
|
export default _default;
|
@@ -97,9 +97,9 @@ declare const _default: {
|
|
97
97
|
container: boolean;
|
98
98
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
99
99
|
propsDefinition: Omit<Readonly<{} & {
|
100
|
-
|
101
|
-
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";
|
100
|
+
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";
|
102
101
|
filled?: boolean;
|
102
|
+
container?: boolean;
|
103
103
|
class?: String | String[];
|
104
104
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
105
105
|
toned?: boolean;
|
@@ -64,8 +64,8 @@ export declare const useEditorChromeStore: () => {
|
|
64
64
|
coordinates: {
|
65
65
|
readonly left: number;
|
66
66
|
readonly right: number;
|
67
|
-
readonly bottom: number;
|
68
67
|
readonly top: number;
|
68
|
+
readonly bottom: number;
|
69
69
|
};
|
70
70
|
};
|
71
71
|
events: import("@omnia/fx/stores").StoreEvents<{
|
@@ -78,8 +78,8 @@ export declare const useEditorChromeStore: () => {
|
|
78
78
|
coordinates: {
|
79
79
|
readonly left: number;
|
80
80
|
readonly right: number;
|
81
|
-
readonly bottom: number;
|
82
81
|
readonly top: number;
|
82
|
+
readonly bottom: number;
|
83
83
|
};
|
84
84
|
}, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
|
85
85
|
actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
|
@@ -102,8 +102,8 @@ export declare const useEditorChromeStore: () => {
|
|
102
102
|
readonly coordinates: {
|
103
103
|
readonly left: number;
|
104
104
|
readonly right: number;
|
105
|
-
readonly bottom: number;
|
106
105
|
readonly top: number;
|
106
|
+
readonly bottom: number;
|
107
107
|
};
|
108
108
|
readonly scrollPosition: number;
|
109
109
|
};
|
@@ -1,7 +1,6 @@
|
|
1
1
|
import { DefineEmit } from "@omnia/fx/ux";
|
2
|
-
import { FlowEditorPluginSettings } from "@omnia/fx-models";
|
2
|
+
import { FlowEditorPluginSettings, FlowContent } from "@omnia/fx-models";
|
3
3
|
import { useFlowEditorStore, useFlowEditorToolbarStore } from "./stores";
|
4
|
-
import { FlowContent } from "@omnia/fx/ux";
|
5
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
6
5
|
"emit:update:modelValue": (value: FlowContent) => void;
|
7
6
|
} & {
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { FlowEditorPlugin, FlowEditorPluginContext, NodeSelection } from "@omnia/fx/ux";
|
2
|
+
import { FlowContent } from "@omnia/fx-models";
|
2
3
|
export declare function useEditorCommands(state: {
|
3
4
|
editor: HTMLDivElement;
|
4
5
|
selectedRange: Range;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import { FlowContent
|
1
|
+
import { FlowContent } from "@omnia/fx-models";
|
2
|
+
import { FlowEditorPlugin } from "@omnia/fx/ux";
|
2
3
|
export declare function useHtmlParser(state: {
|
3
4
|
editor: HTMLDivElement;
|
4
5
|
plugins: Array<FlowEditorPlugin>;
|
@@ -1,4 +1,5 @@
|
|
1
|
-
import {
|
1
|
+
import { FlowEditorPlugin, FlowEditorPluginContext } from "@omnia/fx/ux";
|
2
|
+
import { FlowContent } from "@omnia/fx-models";
|
2
3
|
export declare function useJSONParser(state: {
|
3
4
|
editor: HTMLDivElement;
|
4
5
|
plugins: Array<FlowEditorPlugin>;
|
@@ -3,7 +3,7 @@ import { guid } from "@omnia/fx-models";
|
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
store?: {
|
5
5
|
state: {
|
6
|
-
editorContent: import("@omnia/fx
|
6
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
7
7
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
8
8
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
9
9
|
hideToolbar: boolean;
|
@@ -28,7 +28,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
28
28
|
};
|
29
29
|
};
|
30
30
|
events: import("../../../../mobile").StoreEvents<{
|
31
|
-
editorContent: import("@omnia/fx
|
31
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
34
34
|
hideToolbar: boolean;
|
@@ -75,7 +75,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
75
75
|
content: () => {
|
76
76
|
sync: () => void;
|
77
77
|
set: {
|
78
|
-
byObject: (content: import("@omnia/fx
|
78
|
+
byObject: (content: import("@omnia/fx-models").FlowContent) => void;
|
79
79
|
byString: (content: string) => void;
|
80
80
|
};
|
81
81
|
};
|
@@ -205,7 +205,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
205
205
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
206
206
|
content: {
|
207
207
|
isEmpty: () => boolean;
|
208
|
-
asObject: () => import("@omnia/fx
|
208
|
+
asObject: () => import("@omnia/fx-models").FlowContent;
|
209
209
|
asString: () => string;
|
210
210
|
};
|
211
211
|
selection: {
|
@@ -2,7 +2,7 @@ import { guid } from "@omnia/fx-models";
|
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
store?: {
|
4
4
|
state: {
|
5
|
-
editorContent: import("@omnia/fx
|
5
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
6
6
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
7
7
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
8
8
|
hideToolbar: boolean;
|
@@ -27,7 +27,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
};
|
28
28
|
};
|
29
29
|
events: import("../../../../mobile").StoreEvents<{
|
30
|
-
editorContent: import("@omnia/fx
|
30
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
31
31
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
32
32
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
33
33
|
hideToolbar: boolean;
|
@@ -74,7 +74,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
74
74
|
content: () => {
|
75
75
|
sync: () => void;
|
76
76
|
set: {
|
77
|
-
byObject: (content: import("@omnia/fx
|
77
|
+
byObject: (content: import("@omnia/fx-models").FlowContent) => void;
|
78
78
|
byString: (content: string) => void;
|
79
79
|
};
|
80
80
|
};
|
@@ -204,7 +204,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
204
204
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
205
205
|
content: {
|
206
206
|
isEmpty: () => boolean;
|
207
|
-
asObject: () => import("@omnia/fx
|
207
|
+
asObject: () => import("@omnia/fx-models").FlowContent;
|
208
208
|
asString: () => string;
|
209
209
|
};
|
210
210
|
selection: {
|
@@ -4,7 +4,7 @@ export declare const contextPlugin: () => {
|
|
4
4
|
name: string;
|
5
5
|
type: string;
|
6
6
|
toJSON: ({ element }: FlowToJsonContext<ContextHtmlDivElement>) => ContextNode;
|
7
|
-
toHtml: <TNodeType extends import("@omnia/fx
|
7
|
+
toHtml: <TNodeType extends import("@omnia/fx-models").FlowNode = import("@omnia/fx-models").FlowNode>({ node, pluginContext }: FlowToHtmlContext<ContextNode>) => Promise<ContextHtmlDivElement>;
|
8
8
|
actions: FlowEditorActionRegistration[];
|
9
9
|
commands: {
|
10
10
|
insertSuggestion: (suggestion: Suggestion, editorCtx: FlowEditorPluginContext) => Promise<void>;
|
@@ -3,7 +3,7 @@ export type LinkBtn = DefineProp<"store", FlowEditorStore>;
|
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
store?: {
|
5
5
|
state: {
|
6
|
-
editorContent: import("@omnia/fx
|
6
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
7
7
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
8
8
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
9
9
|
hideToolbar: boolean;
|
@@ -28,7 +28,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
28
28
|
};
|
29
29
|
};
|
30
30
|
events: import("../../../../mobile").StoreEvents<{
|
31
|
-
editorContent: import("@omnia/fx
|
31
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
34
34
|
hideToolbar: boolean;
|
@@ -75,7 +75,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
75
75
|
content: () => {
|
76
76
|
sync: () => void;
|
77
77
|
set: {
|
78
|
-
byObject: (content: import("@omnia/fx
|
78
|
+
byObject: (content: import("@omnia/fx-models").FlowContent) => void;
|
79
79
|
byString: (content: string) => void;
|
80
80
|
};
|
81
81
|
};
|
@@ -205,7 +205,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
205
205
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
206
206
|
content: {
|
207
207
|
isEmpty: () => boolean;
|
208
|
-
asObject: () => import("@omnia/fx
|
208
|
+
asObject: () => import("@omnia/fx-models").FlowContent;
|
209
209
|
asString: () => string;
|
210
210
|
};
|
211
211
|
selection: {
|
@@ -3,7 +3,7 @@ import { guid } from "@omnia/fx-models";
|
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
store?: {
|
5
5
|
state: {
|
6
|
-
editorContent: import("@omnia/fx
|
6
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
7
7
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
8
8
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
9
9
|
hideToolbar: boolean;
|
@@ -28,7 +28,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
28
28
|
};
|
29
29
|
};
|
30
30
|
events: import("../../../../mobile").StoreEvents<{
|
31
|
-
editorContent: import("@omnia/fx
|
31
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
34
34
|
hideToolbar: boolean;
|
@@ -75,7 +75,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
75
75
|
content: () => {
|
76
76
|
sync: () => void;
|
77
77
|
set: {
|
78
|
-
byObject: (content: import("@omnia/fx
|
78
|
+
byObject: (content: import("@omnia/fx-models").FlowContent) => void;
|
79
79
|
byString: (content: string) => void;
|
80
80
|
};
|
81
81
|
};
|
@@ -205,7 +205,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
205
205
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
206
206
|
content: {
|
207
207
|
isEmpty: () => boolean;
|
208
|
-
asObject: () => import("@omnia/fx
|
208
|
+
asObject: () => import("@omnia/fx-models").FlowContent;
|
209
209
|
asString: () => string;
|
210
210
|
};
|
211
211
|
selection: {
|
package/internal-do-not-import-from-here/ux/flow/editor/plugins/typography/TypographyButton.d.ts
CHANGED
@@ -3,7 +3,7 @@ import { guid } from "@omnia/fx-models";
|
|
3
3
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
4
4
|
store?: {
|
5
5
|
state: {
|
6
|
-
editorContent: import("@omnia/fx
|
6
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
7
7
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
8
8
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
9
9
|
hideToolbar: boolean;
|
@@ -28,7 +28,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
28
28
|
};
|
29
29
|
};
|
30
30
|
events: import("../../../../mobile").StoreEvents<{
|
31
|
-
editorContent: import("@omnia/fx
|
31
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
32
32
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
33
33
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
34
34
|
hideToolbar: boolean;
|
@@ -75,7 +75,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
75
75
|
content: () => {
|
76
76
|
sync: () => void;
|
77
77
|
set: {
|
78
|
-
byObject: (content: import("@omnia/fx
|
78
|
+
byObject: (content: import("@omnia/fx-models").FlowContent) => void;
|
79
79
|
byString: (content: string) => void;
|
80
80
|
};
|
81
81
|
};
|
@@ -205,7 +205,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
205
205
|
plugins: import("@omnia/fx/ux").FlowEditorPlugin[];
|
206
206
|
content: {
|
207
207
|
isEmpty: () => boolean;
|
208
|
-
asObject: () => import("@omnia/fx
|
208
|
+
asObject: () => import("@omnia/fx-models").FlowContent;
|
209
209
|
asString: () => string;
|
210
210
|
};
|
211
211
|
selection: {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { FlowEditorActionRegistration, FlowEditorPluginSettings, guid, Future, SpacingValue, TextBlueprint } from "@omnia/fx-models";
|
2
2
|
import { FlowEditorPlugin, FlowEditorPluginContext, NodeSelection } from "@omnia/fx/ux";
|
3
|
-
import { FlowContent } from "@omnia/fx
|
3
|
+
import { FlowContent } from "@omnia/fx-models";
|
4
4
|
export declare const useFlowEditorStore: () => {
|
5
5
|
state: {
|
6
6
|
editorContent: FlowContent;
|
@@ -4,7 +4,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
4
4
|
state: {
|
5
5
|
activeEditorStore: {
|
6
6
|
state: {
|
7
|
-
editorContent: import("
|
7
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
8
8
|
plugins: import("../../..").FlowEditorPlugin[];
|
9
9
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
10
10
|
hideToolbar: boolean;
|
@@ -29,7 +29,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
29
29
|
};
|
30
30
|
};
|
31
31
|
events: import("@omnia/fx/stores").StoreEvents<{
|
32
|
-
editorContent: import("
|
32
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
33
33
|
plugins: import("../../..").FlowEditorPlugin[];
|
34
34
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
35
35
|
hideToolbar: boolean;
|
@@ -76,7 +76,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
76
76
|
content: () => {
|
77
77
|
sync: () => void;
|
78
78
|
set: {
|
79
|
-
byObject: (content: import("
|
79
|
+
byObject: (content: import("@omnia/fx-models").FlowContent) => void;
|
80
80
|
byString: (content: string) => void;
|
81
81
|
};
|
82
82
|
};
|
@@ -206,7 +206,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
206
206
|
plugins: import("../../..").FlowEditorPlugin[];
|
207
207
|
content: {
|
208
208
|
isEmpty: () => boolean;
|
209
|
-
asObject: () => import("
|
209
|
+
asObject: () => import("@omnia/fx-models").FlowContent;
|
210
210
|
asString: () => string;
|
211
211
|
};
|
212
212
|
selection: {
|
@@ -233,7 +233,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
233
233
|
events: import("@omnia/fx/stores").StoreEvents<{
|
234
234
|
activeEditorStore: {
|
235
235
|
state: {
|
236
|
-
editorContent: import("
|
236
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
237
237
|
plugins: import("../../..").FlowEditorPlugin[];
|
238
238
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
239
239
|
hideToolbar: boolean;
|
@@ -258,7 +258,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
258
258
|
};
|
259
259
|
};
|
260
260
|
events: import("@omnia/fx/stores").StoreEvents<{
|
261
|
-
editorContent: import("
|
261
|
+
editorContent: import("@omnia/fx-models").FlowContent;
|
262
262
|
plugins: import("../../..").FlowEditorPlugin[];
|
263
263
|
pluginsLoadedPromise: import("@omnia/fx-models").Future<void>;
|
264
264
|
hideToolbar: boolean;
|
@@ -305,7 +305,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
305
305
|
content: () => {
|
306
306
|
sync: () => void;
|
307
307
|
set: {
|
308
|
-
byObject: (content: import("
|
308
|
+
byObject: (content: import("@omnia/fx-models").FlowContent) => void;
|
309
309
|
byString: (content: string) => void;
|
310
310
|
};
|
311
311
|
};
|
@@ -435,7 +435,7 @@ export declare const useFlowEditorToolbarStore: () => {
|
|
435
435
|
plugins: import("../../..").FlowEditorPlugin[];
|
436
436
|
content: {
|
437
437
|
isEmpty: () => boolean;
|
438
|
-
asObject: () => import("
|
438
|
+
asObject: () => import("@omnia/fx-models").FlowContent;
|
439
439
|
asString: () => string;
|
440
440
|
};
|
441
441
|
selection: {
|
package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererPluginHook.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { FlowNode } from "
|
1
|
+
import { FlowNode } from "@omnia/fx-models";
|
2
2
|
import { FlowRendererPlugin } from "./FlowRendererPlugin";
|
3
3
|
import { VNode } from "vue";
|
4
4
|
export interface FlowHookContext<TElementType extends HTMLElement = HTMLElement, TNodeType extends FlowNode = FlowNode> {
|
package/internal-do-not-import-from-here/ux/flow/renderer/models/FlowRendererToHtmlContext.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { FlowNode } from "@omnia/fx
|
1
|
+
import { FlowNode } from "@omnia/fx-models";
|
2
2
|
import { FlowRendererContext } from "./FlowRendererContext";
|
3
3
|
import { FlowRendererPluginContext } from "./FlowRendererPluginContext";
|
4
4
|
export interface FlowRendererToHtmlContext<TNodeType extends FlowNode = FlowNode> {
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { Future, SpacingValue, TextBlueprint } from "@omnia/fx-models";
|
2
2
|
import { FlowRendererPlugin, FlowRendererPluginContext } from "../models";
|
3
|
-
import { FlowContent } from "@omnia/fx
|
3
|
+
import { FlowContent } from "@omnia/fx-models";
|
4
4
|
export declare const useFlowRendererStore: () => {
|
5
5
|
state: {
|
6
6
|
editorContent: FlowContent;
|
@@ -35,5 +35,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
35
35
|
default?: import("vue").Slot;
|
36
36
|
$stable?: boolean;
|
37
37
|
}, never>;
|
38
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
38
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "height" | "color" | "style" | "description" | "unitLabel" | "clickCallback" | "loadData" | "hasData" | "chartValues"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
39
39
|
export default _default;
|
@@ -33,5 +33,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
$stable?: boolean;
|
35
35
|
}, never>;
|
36
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
36
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "icon" | "height" | "color" | "style" | "description" | "valueBind" | "valueUnit" | "clickCallback" | "emit:update:valueBind" | "v-model:valueBind"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
37
37
|
export default _default;
|
@@ -2,7 +2,7 @@ import { IIcon, LegacyIconPickerModel, MediaPickerImage } from "@omnia/fx-models
|
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
3
3
|
icon?: IIcon | MediaPickerImage | LegacyIconPickerModel;
|
4
4
|
} & {
|
5
|
-
size?: "small" | "
|
5
|
+
size?: "x-small" | "small" | "large" | "default" | "x-large";
|
6
6
|
}> & {} & {
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
@@ -112,7 +112,7 @@ declare const _default: {
|
|
112
112
|
required: false;
|
113
113
|
};
|
114
114
|
size: {
|
115
|
-
type: import("vue").PropType<"small" | "
|
115
|
+
type: import("vue").PropType<"x-small" | "small" | "large" | "default" | "x-large">;
|
116
116
|
required: false;
|
117
117
|
};
|
118
118
|
"onUpdate:modelValue": {
|
@@ -219,7 +219,7 @@ declare const _default: {
|
|
219
219
|
required: false;
|
220
220
|
};
|
221
221
|
size: {
|
222
|
-
type: import("vue").PropType<"small" | "
|
222
|
+
type: import("vue").PropType<"x-small" | "small" | "large" | "default" | "x-large">;
|
223
223
|
required: false;
|
224
224
|
};
|
225
225
|
"onUpdate:modelValue": {
|
@@ -323,7 +323,7 @@ declare const _default: {
|
|
323
323
|
required: false;
|
324
324
|
};
|
325
325
|
size: {
|
326
|
-
type: import("vue").PropType<"small" | "
|
326
|
+
type: import("vue").PropType<"x-small" | "small" | "large" | "default" | "x-large">;
|
327
327
|
required: false;
|
328
328
|
};
|
329
329
|
"onUpdate:modelValue": {
|
@@ -339,8 +339,8 @@ declare const _default: {
|
|
339
339
|
};
|
340
340
|
}>>, () => VNodeChild, 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 & {
|
341
341
|
propsDefinition: Omit<Readonly<{} & {
|
342
|
+
size?: "x-small" | "small" | "large" | "default" | "x-large";
|
342
343
|
inline?: boolean;
|
343
|
-
size?: "small" | "x-small" | "large" | "default" | "x-large";
|
344
344
|
identityStore?: IdentityStoreType;
|
345
345
|
"v-slots"?: {
|
346
346
|
default?: import("../DefineVueTypings").Slot;
|
@@ -73,5 +73,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
73
73
|
default?: import("vue").Slot;
|
74
74
|
$stable?: boolean;
|
75
75
|
}, never>;
|
76
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "
|
76
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filter" | "label" | "variant" | "top" | "type" | "providerIds" | "emailEnabled" | "permissionEnabled" | "businessProfileId" | "identityStore" | "multiple" | "disabled" | "v-model" | "modelValue" | "emit:update:modelValue" | "ariaInvalid" | "displayIdentityType" | "ariaDescribedby" | "hideDynamicGroupSelection" | "singleLine" | "attachToParent" | "keepSelectionMenu" | "autoOpenSelection" | "disabledIdentities" | "blockedIdentities" | "hideTab" | "hideGroupTypeSelection" | "hideUserTypeSelection" | "enableSpecialUser" | "showSelectedIdentities" | "isClosed" | "emit:add" | "emit:remove" | "emit:closeDialog"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
77
77
|
export default _default;
|
@@ -294,9 +294,9 @@ declare const _default: {
|
|
294
294
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
295
295
|
propsDefinition: Omit<Readonly<{} & {
|
296
296
|
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
297
|
-
type?: PrincipalTypes;
|
298
|
-
top?: boolean;
|
299
297
|
label?: string;
|
298
|
+
top?: boolean;
|
299
|
+
type?: PrincipalTypes;
|
300
300
|
description?: string;
|
301
301
|
providerIds?: guid[];
|
302
302
|
emailEnabled?: BoolFilter;
|