@omnia/fx 8.0.295-dev → 8.0.297-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/contexts/OmniaContext.d.ts +2 -2
- package/internal-do-not-import-from-here/contexts/OmniaContextProvider.d.ts +2 -2
- package/internal-do-not-import-from-here/manifests/omnia.fx.ux.manifest.json +1 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/Styles.stylex.d.ts +92 -89
- package/internal-do-not-import-from-here/ux/VueComponentBase.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/system/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/SeoManager.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/components/SeoDetail.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/loc/localize.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/services/SeoService.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/admin/system/submenu/seo/store/SeoManagerStore.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/app/ExposeToUxCore.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/app/index.d.ts +1 -5
- 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/appprovisioning/appinstanceeditingjourney/EditProperiesBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitleinput/AppTitleInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/blueprints/typography/components/FontPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/models/Theme.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/blueprinttemplatespicker/BlueprintsTemplatePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/chrome/ChromeViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +6 -6
- 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/ColorSchemaEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +10 -10
- 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/containerpicker/ContainerPicker.d.ts +85 -85
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.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/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeEditor.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemeViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/themes/ThemeDefinitions.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/documentation/useDocumentationDesignKit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/themes/ThemeDefinitions.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/designkits/editor/useEditorDesignKit.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/shared/ThemeDefinitionInstance.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/designkits/useDesignKits.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/aurora/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/store/ColorManager.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +12 -3
- package/internal-do-not-import-from-here/ux/aurora/store/FontStore.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +24 -7124
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeContextStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/store/ThemeService.d.ts +10 -0
- package/internal-do-not-import-from-here/ux/aurora/{themingV3/store/ThemingStore.d.ts → store/ThemeStorage.d.ts} +14 -15
- package/internal-do-not-import-from-here/ux/aurora/store/{ThemeStoreV2.d.ts → ThemeStore.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +24 -7124
- package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +10 -25
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +12 -7
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/aurora/themeprovider/ThemeProvider.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +32 -439
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +2 -2
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/directives/motion/Motion.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/documenticon/IDocumentIcon.d.ts +0 -18
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyValue.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/date/DateTimePeriodSlider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/renderer/person/PersonPropertyChipItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/filterengine/components/settings/boolean/BooleanPropertyDefaultValueInput.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/DatePropertyDefaultValueInput.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/NumberPropertyDefaultValueInput.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/PersonPropertyDefaultValueInput.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/TagsPropertyDefaultValueInput.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/TextPropertyDefaultValueInput.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/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/helptext/HelpText.d.ts +5 -42
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +5 -5
- 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 +46 -584
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +64 -423
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/ColorSettings.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/blocktitle/BlockTitle.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutactionhandler/LayoutAction.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/layoutcanvas/layoutblock/LayoutBlockSettings.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/renderer/LayoutRendererCanvas.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/LayoutEditorThemingManager.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/ThemingRenditionManager.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelection.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.stylex.d.ts +11 -11
- 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/stores/LayoutCanvasStore.d.ts +8 -8
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/messaging/InternalTopics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/messaging/Topics.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/models/MotionDirective.d.ts +0 -6
- package/internal-do-not-import-from-here/ux/models/SeoInfo.d.ts +11 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.stylex.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.stylex.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/column/Column.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.stylex.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/inputfield/InputField.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/layout/Layout.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/lazy/Lazy.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/link/link.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.stylex.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/motion/Motion.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/oxide/motion/MotionContext.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/radio/Radio.stylex.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/radio/RadioGroup.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/splitpane/Splitpane.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stickycontainer/StickyContainer.stylex.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.stylex.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/oxide/table/Table.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.stylex.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.stylex.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/block/components/PropertySettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/birthday/BirthdayEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/boolean/BooleanEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/businessprofile/BusinessProfileEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date/DateEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/image/ImageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/integer/IntegerEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/link/LinkEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/media/MediaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/multilingualText/MultilingualTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/time/TimeEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/LabelOptionsRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-configuration/PropertyConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.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/RichTextEditorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/Mention.d.ts +6 -60
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionConfiguration.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/Mention/MentionToolbar.d.ts +6 -59
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Reactions.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/social/templates/CommentLikeTemplate.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming/InternalTheming.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming/ThemeManager.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming/ThemeStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming/Theming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.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/UseColorSchemaSetup.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/use/UseDraggable.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/VelcronStylesProvider.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronPropertiesEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +13 -17
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronDataBinder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +7 -6
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Motion.d.ts +29 -0
- 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/BackgroundEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ColorSchemaEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/GridEditor.d.ts +1 -1
- 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/ImageEditor.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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +1 -1
- 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/velcron/renderer/editors/TypographyEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/LayoutEditorTabRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItem.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/VersionedLayoutDefinitionEditorItemFactory.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/InternalVersionedLayoutRenderer.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/versionedlayout/renderer/VersionedLayoutRenderer.d.ts +15 -15
- package/internal-do-not-import-from-here/wctypings.d.ts +18 -0
- package/package.json +3 -3
- package/internal-do-not-import-from-here/ux/aurora/store/ThemingService.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/aurora/themingV3/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/ThemingBoot.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/aurora/themingV3/model/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/ThemingService.d.ts +0 -9
- package/internal-do-not-import-from-here/ux/aurora/themingV3/service/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/aurora/themingV3/store/index.d.ts +0 -1
@@ -1,426 +1,67 @@
|
|
1
1
|
import { guid, IResolvedIdentity, Identity, PrincipalTypes, BoolFilter, ISpecialUserConfiguration } from "@omnia/fx-models";
|
2
|
+
import { DefineEmit } from "@omnia/fx/ux";
|
2
3
|
import { IIdentityPickerStore } from "@omnia/fx/stores";
|
3
|
-
declare const _default: {
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
type: import("vue").PropType<boolean>;
|
67
|
-
required: false;
|
68
|
-
};
|
69
|
-
ariaDescribedby: {
|
70
|
-
type: import("vue").PropType<string>;
|
71
|
-
required: false;
|
72
|
-
};
|
73
|
-
singleLine: {
|
74
|
-
type: import("vue").PropType<boolean>;
|
75
|
-
required: false;
|
76
|
-
};
|
77
|
-
top: {
|
78
|
-
type: import("vue").PropType<boolean>;
|
79
|
-
required: false;
|
80
|
-
};
|
81
|
-
keepSelectionMenu: {
|
82
|
-
type: import("vue").PropType<boolean>;
|
83
|
-
required: false;
|
84
|
-
};
|
85
|
-
disabled: {
|
86
|
-
type: import("vue").PropType<boolean>;
|
87
|
-
required: false;
|
88
|
-
};
|
89
|
-
required: {
|
90
|
-
type: import("vue").PropType<boolean>;
|
91
|
-
required: false;
|
92
|
-
};
|
93
|
-
multiple: {
|
94
|
-
type: import("vue").PropType<boolean>;
|
95
|
-
required: false;
|
96
|
-
};
|
97
|
-
description: {
|
98
|
-
type: import("vue").PropType<string>;
|
99
|
-
required: false;
|
100
|
-
};
|
101
|
-
label: {
|
102
|
-
type: import("vue").PropType<string>;
|
103
|
-
required: false;
|
104
|
-
};
|
105
|
-
providerIds: {
|
106
|
-
type: import("vue").PropType<guid[]>;
|
107
|
-
};
|
108
|
-
type: {
|
109
|
-
type: import("vue").PropType<PrincipalTypes>;
|
110
|
-
};
|
111
|
-
"onUpdate:modelValue": {
|
112
|
-
type: import("vue").PropType<(value: Identity[]) => any | void>;
|
113
|
-
};
|
114
|
-
"v-model": {
|
115
|
-
type: import("vue").PropType<Identity[]>;
|
116
|
-
required: false;
|
117
|
-
};
|
118
|
-
modelValue: {
|
119
|
-
type: import("vue").PropType<Identity[]>;
|
120
|
-
required: false;
|
121
|
-
};
|
122
|
-
}>> & {
|
123
|
-
onDoc$?: (description?: string) => any;
|
124
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
125
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
126
|
-
"update:modelValue": (value: Identity[]) => true;
|
127
|
-
doc$(description?: string): {
|
128
|
-
"update:modelValue": (value: Identity[]) => true;
|
129
|
-
};
|
130
|
-
}, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
131
|
-
P: {};
|
132
|
-
B: {};
|
133
|
-
D: {};
|
134
|
-
C: {};
|
135
|
-
M: {};
|
136
|
-
Defaults: {};
|
137
|
-
}, Readonly<import("vue").ExtractPropTypes<{
|
138
|
-
businessProfileId: {
|
139
|
-
type: import("vue").PropType<string>;
|
140
|
-
};
|
141
|
-
enableSpecialUser: {
|
142
|
-
type: import("vue").PropType<ISpecialUserConfiguration>;
|
143
|
-
required: false;
|
144
|
-
};
|
145
|
-
permissionEnabled: {
|
146
|
-
type: import("vue").PropType<BoolFilter>;
|
147
|
-
required: false;
|
148
|
-
};
|
149
|
-
emailEnabled: {
|
150
|
-
type: import("vue").PropType<BoolFilter>;
|
151
|
-
required: false;
|
152
|
-
};
|
153
|
-
identityStore: {
|
154
|
-
type: import("vue").PropType<IIdentityPickerStore>;
|
155
|
-
};
|
156
|
-
hideDynamicGroupSelection: {
|
157
|
-
type: import("vue").PropType<boolean>;
|
158
|
-
required: false;
|
159
|
-
};
|
160
|
-
hideUserTypeSelection: {
|
161
|
-
type: import("vue").PropType<boolean>;
|
162
|
-
required: false;
|
163
|
-
};
|
164
|
-
hideGroupTypeSelection: {
|
165
|
-
type: import("vue").PropType<boolean>;
|
166
|
-
required: false;
|
167
|
-
};
|
168
|
-
hideTab: {
|
169
|
-
type: import("vue").PropType<boolean>;
|
170
|
-
required: false;
|
171
|
-
};
|
172
|
-
dense: {
|
173
|
-
type: import("vue").PropType<boolean>;
|
174
|
-
required: false;
|
175
|
-
};
|
176
|
-
onMenuToggle: {
|
177
|
-
type: import("vue").PropType<(values: boolean) => void>;
|
178
|
-
};
|
179
|
-
filter: {
|
180
|
-
type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
|
181
|
-
};
|
182
|
-
disabledIdentities: {
|
183
|
-
type: import("vue").PropType<Identity[]>;
|
184
|
-
required: false;
|
185
|
-
};
|
186
|
-
blockedIdentities: {
|
187
|
-
type: import("vue").PropType<Identity[]>;
|
188
|
-
required: false;
|
189
|
-
};
|
190
|
-
autoOpenSelection: {
|
191
|
-
type: import("vue").PropType<boolean>;
|
192
|
-
required: false;
|
193
|
-
};
|
194
|
-
showCurrentUserOption: {
|
195
|
-
type: import("vue").PropType<boolean>;
|
196
|
-
required: false;
|
197
|
-
};
|
198
|
-
ariaInvalid: {
|
199
|
-
type: import("vue").PropType<boolean>;
|
200
|
-
required: false;
|
201
|
-
};
|
202
|
-
ariaDescribedby: {
|
203
|
-
type: import("vue").PropType<string>;
|
204
|
-
required: false;
|
205
|
-
};
|
206
|
-
singleLine: {
|
207
|
-
type: import("vue").PropType<boolean>;
|
208
|
-
required: false;
|
209
|
-
};
|
210
|
-
top: {
|
211
|
-
type: import("vue").PropType<boolean>;
|
212
|
-
required: false;
|
213
|
-
};
|
214
|
-
keepSelectionMenu: {
|
215
|
-
type: import("vue").PropType<boolean>;
|
216
|
-
required: false;
|
217
|
-
};
|
218
|
-
disabled: {
|
219
|
-
type: import("vue").PropType<boolean>;
|
220
|
-
required: false;
|
221
|
-
};
|
222
|
-
required: {
|
223
|
-
type: import("vue").PropType<boolean>;
|
224
|
-
required: false;
|
225
|
-
};
|
226
|
-
multiple: {
|
227
|
-
type: import("vue").PropType<boolean>;
|
228
|
-
required: false;
|
229
|
-
};
|
230
|
-
description: {
|
231
|
-
type: import("vue").PropType<string>;
|
232
|
-
required: false;
|
233
|
-
};
|
234
|
-
label: {
|
235
|
-
type: import("vue").PropType<string>;
|
236
|
-
required: false;
|
237
|
-
};
|
238
|
-
providerIds: {
|
239
|
-
type: import("vue").PropType<guid[]>;
|
240
|
-
};
|
241
|
-
type: {
|
242
|
-
type: import("vue").PropType<PrincipalTypes>;
|
243
|
-
};
|
244
|
-
"onUpdate:modelValue": {
|
245
|
-
type: import("vue").PropType<(value: Identity[]) => any | void>;
|
246
|
-
};
|
247
|
-
"v-model": {
|
248
|
-
type: import("vue").PropType<Identity[]>;
|
249
|
-
required: false;
|
250
|
-
};
|
251
|
-
modelValue: {
|
252
|
-
type: import("vue").PropType<Identity[]>;
|
253
|
-
required: false;
|
254
|
-
};
|
255
|
-
}>> & {
|
256
|
-
onDoc$?: (description?: string) => any;
|
257
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
258
|
-
}, () => JSX.Element, {}, {}, {}, {}>;
|
259
|
-
__isFragment?: never;
|
260
|
-
__isTeleport?: never;
|
261
|
-
__isSuspense?: never;
|
262
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
263
|
-
businessProfileId: {
|
264
|
-
type: import("vue").PropType<string>;
|
265
|
-
};
|
266
|
-
enableSpecialUser: {
|
267
|
-
type: import("vue").PropType<ISpecialUserConfiguration>;
|
268
|
-
required: false;
|
269
|
-
};
|
270
|
-
permissionEnabled: {
|
271
|
-
type: import("vue").PropType<BoolFilter>;
|
272
|
-
required: false;
|
273
|
-
};
|
274
|
-
emailEnabled: {
|
275
|
-
type: import("vue").PropType<BoolFilter>;
|
276
|
-
required: false;
|
277
|
-
};
|
278
|
-
identityStore: {
|
279
|
-
type: import("vue").PropType<IIdentityPickerStore>;
|
280
|
-
};
|
281
|
-
hideDynamicGroupSelection: {
|
282
|
-
type: import("vue").PropType<boolean>;
|
283
|
-
required: false;
|
284
|
-
};
|
285
|
-
hideUserTypeSelection: {
|
286
|
-
type: import("vue").PropType<boolean>;
|
287
|
-
required: false;
|
288
|
-
};
|
289
|
-
hideGroupTypeSelection: {
|
290
|
-
type: import("vue").PropType<boolean>;
|
291
|
-
required: false;
|
292
|
-
};
|
293
|
-
hideTab: {
|
294
|
-
type: import("vue").PropType<boolean>;
|
295
|
-
required: false;
|
296
|
-
};
|
297
|
-
dense: {
|
298
|
-
type: import("vue").PropType<boolean>;
|
299
|
-
required: false;
|
300
|
-
};
|
301
|
-
onMenuToggle: {
|
302
|
-
type: import("vue").PropType<(values: boolean) => void>;
|
303
|
-
};
|
304
|
-
filter: {
|
305
|
-
type: import("vue").PropType<(identities: IResolvedIdentity[]) => IResolvedIdentity[]>;
|
306
|
-
};
|
307
|
-
disabledIdentities: {
|
308
|
-
type: import("vue").PropType<Identity[]>;
|
309
|
-
required: false;
|
310
|
-
};
|
311
|
-
blockedIdentities: {
|
312
|
-
type: import("vue").PropType<Identity[]>;
|
313
|
-
required: false;
|
314
|
-
};
|
315
|
-
autoOpenSelection: {
|
316
|
-
type: import("vue").PropType<boolean>;
|
317
|
-
required: false;
|
318
|
-
};
|
319
|
-
showCurrentUserOption: {
|
320
|
-
type: import("vue").PropType<boolean>;
|
321
|
-
required: false;
|
322
|
-
};
|
323
|
-
ariaInvalid: {
|
324
|
-
type: import("vue").PropType<boolean>;
|
325
|
-
required: false;
|
326
|
-
};
|
327
|
-
ariaDescribedby: {
|
328
|
-
type: import("vue").PropType<string>;
|
329
|
-
required: false;
|
330
|
-
};
|
331
|
-
singleLine: {
|
332
|
-
type: import("vue").PropType<boolean>;
|
333
|
-
required: false;
|
334
|
-
};
|
335
|
-
top: {
|
336
|
-
type: import("vue").PropType<boolean>;
|
337
|
-
required: false;
|
338
|
-
};
|
339
|
-
keepSelectionMenu: {
|
340
|
-
type: import("vue").PropType<boolean>;
|
341
|
-
required: false;
|
342
|
-
};
|
343
|
-
disabled: {
|
344
|
-
type: import("vue").PropType<boolean>;
|
345
|
-
required: false;
|
346
|
-
};
|
347
|
-
required: {
|
348
|
-
type: import("vue").PropType<boolean>;
|
349
|
-
required: false;
|
350
|
-
};
|
351
|
-
multiple: {
|
352
|
-
type: import("vue").PropType<boolean>;
|
353
|
-
required: false;
|
354
|
-
};
|
355
|
-
description: {
|
356
|
-
type: import("vue").PropType<string>;
|
357
|
-
required: false;
|
358
|
-
};
|
359
|
-
label: {
|
360
|
-
type: import("vue").PropType<string>;
|
361
|
-
required: false;
|
362
|
-
};
|
363
|
-
providerIds: {
|
364
|
-
type: import("vue").PropType<guid[]>;
|
365
|
-
};
|
366
|
-
type: {
|
367
|
-
type: import("vue").PropType<PrincipalTypes>;
|
368
|
-
};
|
369
|
-
"onUpdate:modelValue": {
|
370
|
-
type: import("vue").PropType<(value: Identity[]) => any | void>;
|
371
|
-
};
|
372
|
-
"v-model": {
|
373
|
-
type: import("vue").PropType<Identity[]>;
|
374
|
-
required: false;
|
375
|
-
};
|
376
|
-
modelValue: {
|
377
|
-
type: import("vue").PropType<Identity[]>;
|
378
|
-
required: false;
|
379
|
-
};
|
380
|
-
}>> & {
|
381
|
-
onDoc$?: (description?: string) => any;
|
382
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
383
|
-
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
384
|
-
"update:modelValue": (value: Identity[]) => true;
|
385
|
-
doc$(description?: string): {
|
386
|
-
"update:modelValue": (value: Identity[]) => true;
|
387
|
-
};
|
388
|
-
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
389
|
-
propsDefinition: Omit<Readonly<{} & {
|
390
|
-
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
391
|
-
type?: PrincipalTypes;
|
392
|
-
top?: boolean;
|
393
|
-
description?: string;
|
394
|
-
label?: string;
|
395
|
-
required?: boolean;
|
396
|
-
identityStore?: IIdentityPickerStore;
|
397
|
-
dense?: boolean;
|
398
|
-
multiple?: boolean;
|
399
|
-
disabled?: boolean;
|
400
|
-
modelValue?: Identity[];
|
401
|
-
"v-model"?: Identity[];
|
402
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
403
|
-
ariaInvalid?: boolean;
|
404
|
-
ariaDescribedby?: string;
|
405
|
-
providerIds?: guid[];
|
406
|
-
emailEnabled?: BoolFilter;
|
407
|
-
permissionEnabled?: BoolFilter;
|
408
|
-
businessProfileId?: string;
|
409
|
-
singleLine?: boolean;
|
410
|
-
keepSelectionMenu?: boolean;
|
411
|
-
showCurrentUserOption?: boolean;
|
412
|
-
autoOpenSelection?: boolean;
|
413
|
-
disabledIdentities?: Identity[];
|
414
|
-
blockedIdentities?: Identity[];
|
415
|
-
onMenuToggle?: (values: boolean) => void;
|
416
|
-
hideTab?: boolean;
|
417
|
-
hideGroupTypeSelection?: boolean;
|
418
|
-
hideUserTypeSelection?: boolean;
|
419
|
-
hideDynamicGroupSelection?: boolean;
|
420
|
-
enableSpecialUser?: ISpecialUserConfiguration;
|
421
|
-
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
422
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
423
|
-
onDoc$?: (description?: string) => any;
|
424
|
-
};
|
425
|
-
};
|
4
|
+
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
5
|
+
"emit:update:modelValue": (value: Identity[]) => void;
|
6
|
+
} & {
|
7
|
+
"v-model"?: Identity[];
|
8
|
+
} & {
|
9
|
+
modelValue?: Identity[];
|
10
|
+
} & {
|
11
|
+
type?: PrincipalTypes;
|
12
|
+
} & {
|
13
|
+
providerIds?: guid[];
|
14
|
+
} & {
|
15
|
+
label?: string;
|
16
|
+
} & {
|
17
|
+
description?: string;
|
18
|
+
} & {
|
19
|
+
multiple?: boolean;
|
20
|
+
} & {
|
21
|
+
required?: boolean;
|
22
|
+
} & {
|
23
|
+
disabled?: boolean;
|
24
|
+
} & {
|
25
|
+
attachToParent?: boolean;
|
26
|
+
} & {
|
27
|
+
keepSelectionMenu?: boolean;
|
28
|
+
} & {
|
29
|
+
top?: boolean;
|
30
|
+
} & {
|
31
|
+
singleLine?: boolean;
|
32
|
+
} & {
|
33
|
+
ariaDescribedby?: string;
|
34
|
+
} & {
|
35
|
+
ariaInvalid?: boolean;
|
36
|
+
} & {
|
37
|
+
dense?: boolean;
|
38
|
+
} & {
|
39
|
+
showCurrentUserOption?: boolean;
|
40
|
+
} & {
|
41
|
+
autoOpenSelection?: boolean;
|
42
|
+
} & {
|
43
|
+
disabledIdentities?: Identity[];
|
44
|
+
} & {
|
45
|
+
blockedIdentities?: Identity[];
|
46
|
+
} & {
|
47
|
+
filter?: (identities: IResolvedIdentity[]) => IResolvedIdentity[];
|
48
|
+
} & DefineEmit<"menuToggle", (values: boolean) => void> & {
|
49
|
+
hideTab?: boolean;
|
50
|
+
} & {
|
51
|
+
hideGroupTypeSelection?: boolean;
|
52
|
+
} & {
|
53
|
+
hideUserTypeSelection?: boolean;
|
54
|
+
} & {
|
55
|
+
hideDynamicGroupSelection?: boolean;
|
56
|
+
} & {
|
57
|
+
identityStore?: IIdentityPickerStore;
|
58
|
+
} & {
|
59
|
+
emailEnabled?: BoolFilter;
|
60
|
+
} & {
|
61
|
+
permissionEnabled?: BoolFilter;
|
62
|
+
} & {
|
63
|
+
enableSpecialUser?: ISpecialUserConfiguration;
|
64
|
+
} & {
|
65
|
+
businessProfileId?: string;
|
66
|
+
}>) => any;
|
426
67
|
export default _default;
|
@@ -377,12 +377,12 @@ declare const _default: {
|
|
377
377
|
top?: boolean;
|
378
378
|
description?: string;
|
379
379
|
label?: string;
|
380
|
-
required?: boolean;
|
381
380
|
identityStore?: IIdentityPickerStore;
|
381
|
+
required?: boolean;
|
382
382
|
multiple?: boolean;
|
383
383
|
disabled?: boolean;
|
384
|
-
modelValue?: Identity[];
|
385
384
|
"v-model"?: Identity[];
|
385
|
+
modelValue?: Identity[];
|
386
386
|
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
387
387
|
ariaInvalid?: boolean;
|
388
388
|
ariaDescribedby?: string;
|
@@ -395,12 +395,12 @@ declare const _default: {
|
|
395
395
|
autoOpenSelection?: boolean;
|
396
396
|
disabledIdentities?: Identity[];
|
397
397
|
blockedIdentities?: Identity[];
|
398
|
-
onMenuToggle?: (value: boolean) => void;
|
399
398
|
hideTab?: boolean;
|
400
399
|
hideGroupTypeSelection?: boolean;
|
401
400
|
hideUserTypeSelection?: boolean;
|
402
401
|
hideDynamicGroupSelection?: boolean;
|
403
402
|
showSelectedIdentities?: boolean;
|
403
|
+
onMenuToggle?: (value: boolean) => void;
|
404
404
|
}>, "onUpdate:modelValue" | "onDoc$"> & {
|
405
405
|
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
406
406
|
onDoc$?: (description?: string) => any;
|
@@ -370,10 +370,10 @@ declare const _default: {
|
|
370
370
|
container?: boolean;
|
371
371
|
class?: String | String[];
|
372
372
|
mandatory?: boolean;
|
373
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
374
373
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
375
|
-
|
374
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
376
375
|
"v-model"?: MediaScalingSettings;
|
376
|
+
modelValue?: MediaScalingSettings;
|
377
377
|
"onUpdate:modelValue"?: (value: MediaScalingSettings) => any | void;
|
378
378
|
group?: boolean;
|
379
379
|
}>, "onUpdate:modelValue" | "onUpdate:add" | "onUpdate:delete"> & {
|
@@ -392,12 +392,12 @@ declare const _default: {
|
|
392
392
|
styles?: {
|
393
393
|
wrapper?: import("typestyle/lib/types").NestedCSSProperties;
|
394
394
|
};
|
395
|
-
modelValue?: Language;
|
396
|
-
"v-model"?: Language;
|
397
|
-
"onUpdate:modelValue"?: (value: Language) => any | void;
|
398
395
|
"v-slots"?: {
|
399
396
|
default?: import("../DefineVueTypings").Slot;
|
400
397
|
} & LanguageSlots;
|
398
|
+
"v-model"?: Language;
|
399
|
+
modelValue?: Language;
|
400
|
+
"onUpdate:modelValue"?: (value: Language) => any | void;
|
401
401
|
clearable?: boolean;
|
402
402
|
hideDisplayFlag?: boolean;
|
403
403
|
hideDisplayName?: boolean;
|
@@ -96,11 +96,11 @@ declare const _default: {
|
|
96
96
|
propsDefinition: Omit<Readonly<{} & {
|
97
97
|
text?: string;
|
98
98
|
icon?: IIcon;
|
99
|
-
title?: string;
|
100
99
|
container?: boolean;
|
100
|
+
title?: string;
|
101
101
|
description?: string;
|
102
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
103
102
|
colors?: import("../../..").ColorSchemaStoreType;
|
103
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
104
104
|
}>, never>;
|
105
105
|
};
|
106
106
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/canvastoolbar/CanvasToolbar.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { DisplayBreakPoint,
|
1
|
+
import { DisplayBreakPoint, LegacyThemeDefinition } from "../../../../models";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
defaultBreakpoint: {
|
@@ -8,7 +8,7 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<string>;
|
9
9
|
};
|
10
10
|
themeDefinition: {
|
11
|
-
type: import("vue").PropType<
|
11
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
12
12
|
};
|
13
13
|
}>> & {
|
14
14
|
onChangeThemeDefinition?: () => any;
|
@@ -31,7 +31,7 @@ declare const _default: {
|
|
31
31
|
type: import("vue").PropType<string>;
|
32
32
|
};
|
33
33
|
themeDefinition: {
|
34
|
-
type: import("vue").PropType<
|
34
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
35
35
|
};
|
36
36
|
}>> & {
|
37
37
|
onChangeThemeDefinition?: () => any;
|
@@ -48,7 +48,7 @@ declare const _default: {
|
|
48
48
|
type: import("vue").PropType<string>;
|
49
49
|
};
|
50
50
|
themeDefinition: {
|
51
|
-
type: import("vue").PropType<
|
51
|
+
type: import("vue").PropType<LegacyThemeDefinition>;
|
52
52
|
};
|
53
53
|
}>> & {
|
54
54
|
onChangeThemeDefinition?: () => any;
|
@@ -58,7 +58,7 @@ declare const _default: {
|
|
58
58
|
breakpointChange: (displayBreakPoint: DisplayBreakPoint) => any;
|
59
59
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
60
60
|
propsDefinition: Omit<Readonly<{} & {
|
61
|
-
themeDefinition?:
|
61
|
+
themeDefinition?: LegacyThemeDefinition;
|
62
62
|
canvasId?: string;
|
63
63
|
defaultBreakpoint?: DisplayBreakPoint;
|
64
64
|
}>, "onChangeThemeDefinition" | "onBreakpointChange"> & {
|
@@ -59,8 +59,8 @@ declare const _default: {
|
|
59
59
|
"update:modelValue": (value: FillDefinition) => true;
|
60
60
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
61
61
|
propsDefinition: Omit<Readonly<{} & {
|
62
|
-
modelValue?: FillDefinition;
|
63
62
|
"v-model"?: FillDefinition;
|
63
|
+
modelValue?: FillDefinition;
|
64
64
|
"onUpdate:modelValue"?: (value: FillDefinition) => any | void;
|
65
65
|
}>, "onUpdate:modelValue"> & {
|
66
66
|
"onUpdate:modelValue"?: (value: FillDefinition) => any;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/TemplatePreview.d.ts
CHANGED
@@ -58,8 +58,8 @@ declare const _default: {
|
|
58
58
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
59
59
|
propsDefinition: Omit<Readonly<{} & {
|
60
60
|
container?: boolean;
|
61
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
62
61
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
62
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
63
63
|
}>, never>;
|
64
64
|
};
|
65
65
|
export default _default;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.d.ts
CHANGED
@@ -94,10 +94,10 @@ declare const _default: {
|
|
94
94
|
container: boolean;
|
95
95
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
96
96
|
propsDefinition: Omit<Readonly<{} & {
|
97
|
-
title?: string;
|
98
97
|
container?: boolean;
|
99
|
-
|
98
|
+
title?: string;
|
100
99
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
100
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
101
101
|
settingsKey?: any;
|
102
102
|
multilingualtitle?: string | MultilingualString;
|
103
103
|
alternativeContent?: JSX.Element;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -100,8 +100,8 @@ declare const _default: {
|
|
100
100
|
container?: boolean;
|
101
101
|
class?: String | String[];
|
102
102
|
filled?: boolean;
|
103
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
104
103
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
104
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
105
105
|
toned?: boolean;
|
106
106
|
getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
107
107
|
}>, never>;
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/targetselector/TargetSelector.d.ts
CHANGED
@@ -102,10 +102,10 @@ declare const _default: {
|
|
102
102
|
container: boolean;
|
103
103
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
104
104
|
propsDefinition: Omit<Readonly<{} & {
|
105
|
-
small?: boolean;
|
106
105
|
container?: boolean;
|
107
|
-
|
106
|
+
small?: boolean;
|
108
107
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
108
|
+
colorSchemaType?: "background" | "primary" | "secondary" | ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
109
109
|
parentContainer?: LayoutItem;
|
110
110
|
siblingId?: string;
|
111
111
|
postInsert?: boolean;
|