@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
package/internal-do-not-import-from-here/ux/aurora/components/containerpicker/ContainerPicker.d.ts
CHANGED
@@ -27,75 +27,75 @@ declare const _default: {
|
|
27
27
|
required: false;
|
28
28
|
};
|
29
29
|
"onUpdate:modelValue": {
|
30
|
-
type: import("vue").PropType<(value:
|
30
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
31
31
|
};
|
32
32
|
"v-model": {
|
33
|
-
type: import("vue").PropType<
|
33
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
34
34
|
required: false;
|
35
35
|
};
|
36
36
|
modelValue: {
|
37
|
-
type: import("vue").PropType<
|
37
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
38
38
|
required: false;
|
39
39
|
};
|
40
40
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
41
|
-
type: import("vue").PropType<(value:
|
41
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
42
42
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
43
|
-
type: import("vue").PropType<
|
43
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
44
44
|
required: false;
|
45
45
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
46
|
-
type: import("vue").PropType<
|
46
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
47
47
|
required: false;
|
48
48
|
}; } & {
|
49
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
49
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint | ContainerVariant, {
|
50
50
|
"onUpdate:modelValue": {
|
51
|
-
type: import("vue").PropType<(value:
|
51
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
52
52
|
};
|
53
53
|
} & {
|
54
54
|
"v-model": {
|
55
|
-
type: import("vue").PropType<
|
55
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
56
56
|
required: false;
|
57
57
|
};
|
58
58
|
} & {
|
59
59
|
modelValue: {
|
60
|
-
type: import("vue").PropType<
|
60
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
61
61
|
required: false;
|
62
62
|
};
|
63
63
|
}>;
|
64
|
-
defaultValue(value?:
|
64
|
+
defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint | ContainerVariant, {
|
65
65
|
"onUpdate:modelValue": {
|
66
|
-
type: import("vue").PropType<(value:
|
66
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
67
67
|
};
|
68
68
|
} & {
|
69
69
|
"v-model": {
|
70
|
-
type: import("vue").PropType<
|
70
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
71
71
|
required: false;
|
72
72
|
};
|
73
73
|
} & {
|
74
74
|
modelValue: {
|
75
|
-
type: import("vue").PropType<
|
75
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
76
76
|
required: false;
|
77
77
|
};
|
78
78
|
}, false>;
|
79
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
79
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint | ContainerVariant, {
|
80
80
|
"onUpdate:modelValue": {
|
81
|
-
type: import("vue").PropType<(value:
|
81
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
82
82
|
};
|
83
83
|
} & {
|
84
84
|
"v-model": {
|
85
|
-
type: import("vue").PropType<
|
85
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
86
86
|
required: false;
|
87
87
|
};
|
88
88
|
} & {
|
89
89
|
modelValue: {
|
90
|
-
type: import("vue").PropType<
|
90
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
91
91
|
required: false;
|
92
92
|
};
|
93
93
|
}>;
|
94
94
|
};
|
95
95
|
}>> & {
|
96
|
-
"onUpdate:modelValue"?: (value:
|
97
|
-
"onItem:enter"?: (value:
|
98
|
-
"onItem:leave"?: (value:
|
96
|
+
"onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
97
|
+
"onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
98
|
+
"onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
99
99
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
100
100
|
"update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
|
101
101
|
"item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
|
@@ -133,75 +133,75 @@ declare const _default: {
|
|
133
133
|
required: false;
|
134
134
|
};
|
135
135
|
"onUpdate:modelValue": {
|
136
|
-
type: import("vue").PropType<(value:
|
136
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
137
137
|
};
|
138
138
|
"v-model": {
|
139
|
-
type: import("vue").PropType<
|
139
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
140
140
|
required: false;
|
141
141
|
};
|
142
142
|
modelValue: {
|
143
|
-
type: import("vue").PropType<
|
143
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
144
144
|
required: false;
|
145
145
|
};
|
146
146
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
147
|
-
type: import("vue").PropType<(value:
|
147
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
148
148
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
149
|
-
type: import("vue").PropType<
|
149
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
150
150
|
required: false;
|
151
151
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
152
|
-
type: import("vue").PropType<
|
152
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
153
153
|
required: false;
|
154
154
|
}; } & {
|
155
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
155
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint | ContainerVariant, {
|
156
156
|
"onUpdate:modelValue": {
|
157
|
-
type: import("vue").PropType<(value:
|
157
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
158
158
|
};
|
159
159
|
} & {
|
160
160
|
"v-model": {
|
161
|
-
type: import("vue").PropType<
|
161
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
162
162
|
required: false;
|
163
163
|
};
|
164
164
|
} & {
|
165
165
|
modelValue: {
|
166
|
-
type: import("vue").PropType<
|
166
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
167
167
|
required: false;
|
168
168
|
};
|
169
169
|
}>;
|
170
|
-
defaultValue(value?:
|
170
|
+
defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint | ContainerVariant, {
|
171
171
|
"onUpdate:modelValue": {
|
172
|
-
type: import("vue").PropType<(value:
|
172
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
173
173
|
};
|
174
174
|
} & {
|
175
175
|
"v-model": {
|
176
|
-
type: import("vue").PropType<
|
176
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
177
177
|
required: false;
|
178
178
|
};
|
179
179
|
} & {
|
180
180
|
modelValue: {
|
181
|
-
type: import("vue").PropType<
|
181
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
182
182
|
required: false;
|
183
183
|
};
|
184
184
|
}, false>;
|
185
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
185
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint | ContainerVariant, {
|
186
186
|
"onUpdate:modelValue": {
|
187
|
-
type: import("vue").PropType<(value:
|
187
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
188
188
|
};
|
189
189
|
} & {
|
190
190
|
"v-model": {
|
191
|
-
type: import("vue").PropType<
|
191
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
192
192
|
required: false;
|
193
193
|
};
|
194
194
|
} & {
|
195
195
|
modelValue: {
|
196
|
-
type: import("vue").PropType<
|
196
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
197
197
|
required: false;
|
198
198
|
};
|
199
199
|
}>;
|
200
200
|
};
|
201
201
|
}>> & {
|
202
|
-
"onUpdate:modelValue"?: (value:
|
203
|
-
"onItem:enter"?: (value:
|
204
|
-
"onItem:leave"?: (value:
|
202
|
+
"onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
203
|
+
"onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
204
|
+
"onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
205
205
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
206
206
|
__isFragment?: never;
|
207
207
|
__isTeleport?: never;
|
@@ -232,75 +232,75 @@ declare const _default: {
|
|
232
232
|
required: false;
|
233
233
|
};
|
234
234
|
"onUpdate:modelValue": {
|
235
|
-
type: import("vue").PropType<(value:
|
235
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
236
236
|
};
|
237
237
|
"v-model": {
|
238
|
-
type: import("vue").PropType<
|
238
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
239
239
|
required: false;
|
240
240
|
};
|
241
241
|
modelValue: {
|
242
|
-
type: import("vue").PropType<
|
242
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
243
243
|
required: false;
|
244
244
|
};
|
245
245
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
246
|
-
type: import("vue").PropType<(value:
|
246
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
247
247
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
248
|
-
type: import("vue").PropType<
|
248
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
249
249
|
required: false;
|
250
250
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
251
|
-
type: import("vue").PropType<
|
251
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
252
252
|
required: false;
|
253
253
|
}; } & {
|
254
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName,
|
254
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, ContainerBlueprint | ContainerVariant, {
|
255
255
|
"onUpdate:modelValue": {
|
256
|
-
type: import("vue").PropType<(value:
|
256
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
257
257
|
};
|
258
258
|
} & {
|
259
259
|
"v-model": {
|
260
|
-
type: import("vue").PropType<
|
260
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
261
261
|
required: false;
|
262
262
|
};
|
263
263
|
} & {
|
264
264
|
modelValue: {
|
265
|
-
type: import("vue").PropType<
|
265
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
266
266
|
required: false;
|
267
267
|
};
|
268
268
|
}>;
|
269
|
-
defaultValue(value?:
|
269
|
+
defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, ContainerBlueprint | ContainerVariant, {
|
270
270
|
"onUpdate:modelValue": {
|
271
|
-
type: import("vue").PropType<(value:
|
271
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
272
272
|
};
|
273
273
|
} & {
|
274
274
|
"v-model": {
|
275
|
-
type: import("vue").PropType<
|
275
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
276
276
|
required: false;
|
277
277
|
};
|
278
278
|
} & {
|
279
279
|
modelValue: {
|
280
|
-
type: import("vue").PropType<
|
280
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
281
281
|
required: false;
|
282
282
|
};
|
283
283
|
}, false>;
|
284
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName,
|
284
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, ContainerBlueprint | ContainerVariant, {
|
285
285
|
"onUpdate:modelValue": {
|
286
|
-
type: import("vue").PropType<(value:
|
286
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
287
287
|
};
|
288
288
|
} & {
|
289
289
|
"v-model": {
|
290
|
-
type: import("vue").PropType<
|
290
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
291
291
|
required: false;
|
292
292
|
};
|
293
293
|
} & {
|
294
294
|
modelValue: {
|
295
|
-
type: import("vue").PropType<
|
295
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
296
296
|
required: false;
|
297
297
|
};
|
298
298
|
}>;
|
299
299
|
};
|
300
300
|
}>> & {
|
301
|
-
"onUpdate:modelValue"?: (value:
|
302
|
-
"onItem:enter"?: (value:
|
303
|
-
"onItem:leave"?: (value:
|
301
|
+
"onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
302
|
+
"onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
303
|
+
"onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
304
304
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
305
305
|
"update:modelValue": (value: ContainerVariant | ContainerBlueprint) => any;
|
306
306
|
"item:enter": (value: ContainerVariant | ContainerBlueprint) => any;
|
@@ -309,83 +309,83 @@ declare const _default: {
|
|
309
309
|
propsDefinition: Omit<Readonly<{} & {
|
310
310
|
name?: {
|
311
311
|
[x: `onUpdate:${string}`]: {
|
312
|
-
type: import("vue").PropType<(value:
|
312
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
313
313
|
};
|
314
314
|
} & {
|
315
315
|
[x: `v-model:${string}`]: {
|
316
|
-
type: import("vue").PropType<
|
316
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
317
317
|
required: false;
|
318
318
|
};
|
319
319
|
} & {
|
320
320
|
[x: string]: {
|
321
|
-
type: import("vue").PropType<
|
321
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
322
322
|
required: false;
|
323
323
|
};
|
324
324
|
} & {
|
325
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string,
|
325
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, ContainerBlueprint | ContainerVariant, {
|
326
326
|
"onUpdate:modelValue": {
|
327
|
-
type: import("vue").PropType<(value:
|
327
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
328
328
|
};
|
329
329
|
} & {
|
330
330
|
"v-model": {
|
331
|
-
type: import("vue").PropType<
|
331
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
332
332
|
required: false;
|
333
333
|
};
|
334
334
|
} & {
|
335
335
|
modelValue: {
|
336
|
-
type: import("vue").PropType<
|
336
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
337
337
|
required: false;
|
338
338
|
};
|
339
339
|
}>;
|
340
|
-
defaultValue(value?:
|
340
|
+
defaultValue(value?: ContainerBlueprint | ContainerVariant): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, ContainerBlueprint | ContainerVariant, {
|
341
341
|
"onUpdate:modelValue": {
|
342
|
-
type: import("vue").PropType<(value:
|
342
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
343
343
|
};
|
344
344
|
} & {
|
345
345
|
"v-model": {
|
346
|
-
type: import("vue").PropType<
|
346
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
347
347
|
required: false;
|
348
348
|
};
|
349
349
|
} & {
|
350
350
|
modelValue: {
|
351
|
-
type: import("vue").PropType<
|
351
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
352
352
|
required: false;
|
353
353
|
};
|
354
354
|
}, false>;
|
355
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string,
|
355
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, ContainerBlueprint | ContainerVariant, {
|
356
356
|
"onUpdate:modelValue": {
|
357
|
-
type: import("vue").PropType<(value:
|
357
|
+
type: import("vue").PropType<(value: ContainerBlueprint | ContainerVariant) => any | void>;
|
358
358
|
};
|
359
359
|
} & {
|
360
360
|
"v-model": {
|
361
|
-
type: import("vue").PropType<
|
361
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
362
362
|
required: false;
|
363
363
|
};
|
364
364
|
} & {
|
365
365
|
modelValue: {
|
366
|
-
type: import("vue").PropType<
|
366
|
+
type: import("vue").PropType<ContainerBlueprint | ContainerVariant>;
|
367
367
|
required: false;
|
368
368
|
};
|
369
369
|
}>;
|
370
370
|
};
|
371
371
|
label?: string;
|
372
|
-
toned?: boolean;
|
373
|
-
modelValue?: ContainerVariant | ContainerBlueprint;
|
374
|
-
"v-model"?: ContainerVariant | ContainerBlueprint;
|
375
|
-
"onUpdate:modelValue"?: (value: ContainerVariant | ContainerBlueprint) => any | void;
|
376
372
|
"v-slots"?: {
|
377
373
|
default?: import("../../../DefineVueTypings").Slot;
|
378
374
|
} & {
|
379
375
|
activator?: () => VNodeChild;
|
380
376
|
};
|
377
|
+
"v-model"?: ContainerBlueprint | ContainerVariant;
|
378
|
+
modelValue?: ContainerBlueprint | ContainerVariant;
|
379
|
+
toned?: boolean;
|
380
|
+
"onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any | void;
|
381
381
|
previewColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
382
382
|
individualRadiusSelection?: boolean;
|
383
383
|
individualBorderWidthSelection?: boolean;
|
384
384
|
allowCustom?: boolean;
|
385
385
|
}>, "onUpdate:modelValue" | "onItem:enter" | "onItem:leave"> & {
|
386
|
-
"onUpdate:modelValue"?: (value:
|
387
|
-
"onItem:enter"?: (value:
|
388
|
-
"onItem:leave"?: (value:
|
386
|
+
"onUpdate:modelValue"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
387
|
+
"onItem:enter"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
388
|
+
"onItem:leave"?: (value: ContainerBlueprint | ContainerVariant) => any;
|
389
389
|
};
|
390
390
|
};
|
391
391
|
export default _default;
|
@@ -92,10 +92,10 @@ declare const _default: {
|
|
92
92
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
93
93
|
propsDefinition: Omit<Readonly<{} & {
|
94
94
|
container?: boolean;
|
95
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
96
95
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
97
|
-
|
96
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
98
97
|
"v-model"?: FillDefinition | ColorValue;
|
98
|
+
modelValue?: FillDefinition | ColorValue;
|
99
99
|
"onUpdate:modelValue"?: (value: FillDefinition | ColorValue) => any | void;
|
100
100
|
}>, never>;
|
101
101
|
};
|
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingEditor.d.ts
CHANGED
@@ -285,8 +285,8 @@ declare const _default: {
|
|
285
285
|
};
|
286
286
|
}>;
|
287
287
|
};
|
288
|
-
modelValue?: SpacingDefinition;
|
289
288
|
"v-model"?: SpacingDefinition;
|
289
|
+
modelValue?: SpacingDefinition;
|
290
290
|
"onUpdate:modelValue"?: (value: SpacingDefinition) => any | void;
|
291
291
|
}>, "onUpdate:modelValue"> & {
|
292
292
|
"onUpdate:modelValue"?: (value: SpacingScale) => any;
|
package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingViewer.d.ts
CHANGED
@@ -285,8 +285,8 @@ declare const _default: {
|
|
285
285
|
};
|
286
286
|
}>;
|
287
287
|
};
|
288
|
-
modelValue?: SpacingBlueprint;
|
289
288
|
"v-model"?: SpacingBlueprint;
|
289
|
+
modelValue?: SpacingBlueprint;
|
290
290
|
"onUpdate:modelValue"?: (value: SpacingBlueprint) => any | void;
|
291
291
|
}>, "onClick:select"> & {
|
292
292
|
"onClick:select"?: (value: SpacingScale) => any;
|
@@ -151,8 +151,8 @@ declare const _default: {
|
|
151
151
|
propsDefinition: Omit<Readonly<{} & {
|
152
152
|
container?: boolean;
|
153
153
|
class?: String | String[];
|
154
|
-
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
155
154
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
155
|
+
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
156
156
|
"v-slots"?: {
|
157
157
|
default?: import("../../../DefineVueTypings").Slot;
|
158
158
|
} & {
|
@@ -1,16 +1,16 @@
|
|
1
|
-
import {
|
1
|
+
import { ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
2
|
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
type EditorVariant = "default" | "dialog";
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
6
|
-
"emit:update:modelValue": (value:
|
6
|
+
"emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
|
7
7
|
} & {
|
8
|
-
"v-model"?:
|
8
|
+
"v-model"?: ResolvedThemeDefinition;
|
9
9
|
} & {
|
10
|
-
modelValue?:
|
10
|
+
modelValue?: ResolvedThemeDefinition;
|
11
11
|
} & {
|
12
12
|
variant?: EditorVariant;
|
13
13
|
} & {
|
14
14
|
preview?: boolean;
|
15
|
-
} & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineEmit<"click:confirm", (value:
|
15
|
+
} & DefineEmit<"init:actionButtons", (value: () => VNodeChild) => void> & DefineEmit<"click:confirm", (value: ResolvedThemeDefinition) => void> & DefineSlot<"activator", () => VNodeChild>>) => any;
|
16
16
|
export default _default;
|
package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.css.d.ts
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
import { ColorSchema,
|
1
|
+
import { ColorSchema, ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
2
|
export declare const ThemeDefinitionPickerStyles: {
|
3
3
|
menuContainer: (backgroundColor: string) => string;
|
4
|
-
itemContainer: (definition:
|
4
|
+
itemContainer: (definition: ResolvedThemeDefinition, selectedView: boolean) => string;
|
5
5
|
IconColumn: string;
|
6
6
|
titleColumn: string;
|
7
7
|
colorPreview: (schema: ColorSchema) => string;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
|
2
|
-
import { Func, ITemplateRegistration,
|
2
|
+
import { Func, ITemplateRegistration, ResolvedThemeDefinition } from "@omnia/fx-models";
|
3
3
|
import { VNodeChild } from "vue";
|
4
4
|
type ThemePickerVariant = "default" | "table-selection" | "panel" | "table-selection-edit" | "table";
|
5
5
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
@@ -9,10 +9,10 @@ declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
|
9
9
|
} & {
|
10
10
|
filter?: "custom";
|
11
11
|
} & {
|
12
|
-
"emit:update:modelValue": (value:
|
12
|
+
"emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
|
13
13
|
} & {
|
14
|
-
"v-model"?:
|
14
|
+
"v-model"?: ResolvedThemeDefinition;
|
15
15
|
} & {
|
16
|
-
modelValue?:
|
17
|
-
} & DefineSlot<"activator", Func<[VNodeChild]>> & DefineEmit<"item:selected", (theme: ITemplateRegistration<
|
16
|
+
modelValue?: ResolvedThemeDefinition;
|
17
|
+
} & DefineSlot<"activator", Func<[VNodeChild]>> & DefineEmit<"item:selected", (theme: ITemplateRegistration<ResolvedThemeDefinition>) => true>>) => any;
|
18
18
|
export default _default;
|
@@ -1,10 +1,10 @@
|
|
1
|
-
import { ThemeContextType,
|
1
|
+
import { ThemeContextType, ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: import("@omnia/fx/ux").ConstructComponentProps<{
|
3
|
-
"emit:update:modelValue": (value:
|
3
|
+
"emit:update:modelValue": (value: ResolvedThemeDefinition) => void;
|
4
4
|
} & {
|
5
|
-
"v-model"?:
|
5
|
+
"v-model"?: ResolvedThemeDefinition;
|
6
6
|
} & {
|
7
|
-
modelValue?:
|
7
|
+
modelValue?: ResolvedThemeDefinition;
|
8
8
|
} & {
|
9
9
|
themeType?: ThemeContextType;
|
10
10
|
} & {
|
package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyEditor.d.ts
CHANGED
@@ -335,15 +335,15 @@ declare const _default: {
|
|
335
335
|
}>;
|
336
336
|
};
|
337
337
|
preview?: boolean;
|
338
|
-
modelValue?: TypographyDefinition;
|
339
|
-
"v-model"?: TypographyDefinition;
|
340
|
-
"onUpdate:modelValue"?: (value: TypographyDefinition) => any | void;
|
341
338
|
"v-slots"?: {
|
342
339
|
default?: import("../../../DefineVueTypings").Slot;
|
343
340
|
} & {
|
344
341
|
activator?: () => VNodeChild;
|
345
342
|
};
|
343
|
+
"v-model"?: TypographyDefinition;
|
344
|
+
modelValue?: TypographyDefinition;
|
346
345
|
variant?: EditorVariant;
|
346
|
+
"onUpdate:modelValue"?: (value: TypographyDefinition) => any | void;
|
347
347
|
sampleText?: string;
|
348
348
|
}>, "onClick:confirm" | "onInit:actionButtons"> & {
|
349
349
|
"onClick:confirm"?: (model: TypographyDefinition) => any;
|
package/internal-do-not-import-from-here/ux/aurora/designkits/default/themes/ThemeDefinitions.d.ts
CHANGED
@@ -1,18 +1,18 @@
|
|
1
|
-
import {
|
1
|
+
import { ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
2
|
import { ThemeDefinitionInstance } from "../../shared";
|
3
3
|
export declare function useDefaultThemeDefinitions(): {
|
4
|
-
readonly darkKnight:
|
5
|
-
readonly black:
|
6
|
-
readonly bumbleBee:
|
7
|
-
readonly cyberPunk:
|
8
|
-
readonly coffe:
|
9
|
-
readonly light:
|
10
|
-
readonly lightAlt1:
|
11
|
-
readonly lightPreview:
|
12
|
-
readonly dark:
|
4
|
+
readonly darkKnight: ResolvedThemeDefinition;
|
5
|
+
readonly black: ResolvedThemeDefinition;
|
6
|
+
readonly bumbleBee: ResolvedThemeDefinition;
|
7
|
+
readonly cyberPunk: ResolvedThemeDefinition;
|
8
|
+
readonly coffe: ResolvedThemeDefinition;
|
9
|
+
readonly light: ResolvedThemeDefinition;
|
10
|
+
readonly lightAlt1: ResolvedThemeDefinition;
|
11
|
+
readonly lightPreview: ResolvedThemeDefinition;
|
12
|
+
readonly dark: ResolvedThemeDefinition;
|
13
13
|
preview: {
|
14
|
-
readonly dark:
|
15
|
-
readonly darkMini:
|
14
|
+
readonly dark: ResolvedThemeDefinition;
|
15
|
+
readonly darkMini: ResolvedThemeDefinition;
|
16
16
|
};
|
17
17
|
};
|
18
18
|
export declare function componentPreviewDefinition(mini: boolean): ThemeDefinitionInstance;
|
package/internal-do-not-import-from-here/ux/aurora/designkits/default/useDefaultDesignKit.d.ts
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
export declare function useDefaultDesignKit(): {
|
2
2
|
readonly themes: {
|
3
|
-
readonly darkKnight: import("@omnia/fx-models").
|
4
|
-
readonly black: import("@omnia/fx-models").
|
5
|
-
readonly bumbleBee: import("@omnia/fx-models").
|
6
|
-
readonly cyberPunk: import("@omnia/fx-models").
|
7
|
-
readonly coffe: import("@omnia/fx-models").
|
8
|
-
readonly light: import("@omnia/fx-models").
|
9
|
-
readonly lightAlt1: import("@omnia/fx-models").
|
10
|
-
readonly lightPreview: import("@omnia/fx-models").
|
11
|
-
readonly dark: import("@omnia/fx-models").
|
3
|
+
readonly darkKnight: import("@omnia/fx-models").ResolvedThemeDefinition;
|
4
|
+
readonly black: import("@omnia/fx-models").ResolvedThemeDefinition;
|
5
|
+
readonly bumbleBee: import("@omnia/fx-models").ResolvedThemeDefinition;
|
6
|
+
readonly cyberPunk: import("@omnia/fx-models").ResolvedThemeDefinition;
|
7
|
+
readonly coffe: import("@omnia/fx-models").ResolvedThemeDefinition;
|
8
|
+
readonly light: import("@omnia/fx-models").ResolvedThemeDefinition;
|
9
|
+
readonly lightAlt1: import("@omnia/fx-models").ResolvedThemeDefinition;
|
10
|
+
readonly lightPreview: import("@omnia/fx-models").ResolvedThemeDefinition;
|
11
|
+
readonly dark: import("@omnia/fx-models").ResolvedThemeDefinition;
|
12
12
|
preview: {
|
13
|
-
readonly dark: import("@omnia/fx-models").
|
14
|
-
readonly darkMini: import("@omnia/fx-models").
|
13
|
+
readonly dark: import("@omnia/fx-models").ResolvedThemeDefinition;
|
14
|
+
readonly darkMini: import("@omnia/fx-models").ResolvedThemeDefinition;
|
15
15
|
};
|
16
16
|
};
|
17
17
|
readonly velcronTemplates: {
|
@@ -1,6 +1,6 @@
|
|
1
|
-
import {
|
1
|
+
import { ResolvedThemeDefinition } from "@omnia/fx-models";
|
2
2
|
import { ThemeDefinitionInstance } from "../../shared";
|
3
3
|
export declare function useDocumentationThemeDefinitions(): {
|
4
|
-
readonly dark:
|
4
|
+
readonly dark: ResolvedThemeDefinition;
|
5
5
|
};
|
6
6
|
export declare function documentationDefinition(): ThemeDefinitionInstance;
|