@omnia/fx 8.0.408-dev → 8.0.410-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +2 -1
- package/internal-do-not-import-from-here/services/identities/UserIdentityService.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/ProviderStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/admin/businessprofile/settings/language/LanguageCreation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/recaptcha/ReCaptcha.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/recurrence/RecurrenceSetting.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/settings/blades/tenantregional/components/LanguageCreation.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/system/submenu/localizationadmin/EditLocalizationBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupAddMemberBlade.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupDetailBlade.d.ts +15 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupItemDetailBlade.d.ts +20 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/groups/GroupMembershipListingJourney.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/admin/usermanagement/loginscreen/chrome/tabs/LayoutSettingsComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/UserTypeDeleteDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeAuthentication.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeProfileCompletion.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/AddOrEditUserTypeBladeProperties.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/admin/usermanagement/usertypes/blades/UserTypeLayoutBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/alignmentpicker/AlignmentPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/analytics/metric/Metric.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/settings/AppInstanceRollupSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/view/card/CardViewSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListViewSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/app/management/components/TabsManagement.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/apptitledescription/AppDescriptionInput.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/componentblueprints/blades/BlueprintPreview.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/blades/ButtonSelectSizeBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ButtonsEditorStore.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ComponentEditorStore.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themedesigner/ThemeDesigner.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/themes/store/ThemeEditorStore.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/components/FontPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/admin/blades/typography/store/TypographyEditorStore.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPreview.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/chromepicker/ChromePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +4 -4
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaPicker.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/aurora/components/colorschemapicker/ColorSchemaViewer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillPicker.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +1 -1
- 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/stylepicker/StylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepicker/ThemePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview_bak.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TextStyleEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/components/viewtemplatepicker/ViewTemplatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/contextlanguagepicker/ContextLanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/docs/chrome/VelcronSampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/omfx/components/docs/VModel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/documenticon/DocumentIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/draggable/DraggableComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseglossary/EnterpriseGlossaryPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datetimefield/DatetimeFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/personfield/PersonFieldDisplay.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/tagsproperty/TagsPropertyDisplay.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datetimefield/DateTimeFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/personfield/PersonFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/tagsproperty/TagsPropertyEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/textfield/TextFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyListingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker_old.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyConfiguration.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/renderers/EnterprisePropertyRenderer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/enterpriseproperties/settingpicker/EnterprisePropertySettingPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterprisepropertysets/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fieldcontainer/FieldContainer.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/filterengine/FilterEngineSettings.d.ts +1 -1
- 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/PropertyList.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/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/flow/editor/FlowEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddCondition.d.ts +2 -4
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncAddValueCondition.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/identities/loc/Localize.d.ts +1 -0
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/image/scalingsettings/ScalingSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/inputtoken/InputToken.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyMenu.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/SettingsJourneyMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/selection/JourneySelect.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/stores/JourneyStore.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/LayoutEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/blockplaceholder/BlockPlaceholder.d.ts +1 -1
- 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/sizecontainer/SizeContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutItemselector/LayoutItemSelector.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/links/LinkPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/links/LinkRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/MediaPicker.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +27 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerproviders/sharepointvideosettings/SharePointVideoSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/monaco/MonacoEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/organizationtree/OrganizationTree.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/actionmenu/ActionMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/badge/Badge.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/breadcrumbs/Breadcrumbs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/calendar/Calendar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/colorpicker/ColorPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/Column.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/RowRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/draggable/Draggable.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/fab/FloatingActionButton..d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/form/Form.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/hover/Hover.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
- 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.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/Picker.stylex.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/picker/PickerSelection.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/rangeslider/RangeSlider.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/scrollcontainer/ScrollContainer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/selection/Selection.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanelSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/slider/Slider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/snackbar/Snackbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/speeddial/SpeedDial.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/Stepper.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/stepper/StepperStep.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/table/Table.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/timepicker/TimePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tooltip/Tooltip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/OTreeViewV3.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCard.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +1 -1
- 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 +2 -2
- 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/DateTimeDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/date-time/DateTimeEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/email/EmailEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/html/HtmlEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/identity/IdentityEditor.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/properties/builtins/language/LanguageEditor.d.ts +2 -2
- 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 +2 -2
- 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/TagsDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/builtins/tags/TagsEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/builtins/text/TextEditor.d.ts +2 -2
- 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-picker/PropertyInput.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyBindingValueRenderer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/properties/property-renderer/PropertyValueRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/EditorMenuBar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditorSettings.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagEditorExtension.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/HashTag/HashTagToolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilter.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/rollupfilter/RollupFilterPicker.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/selection/SelectionComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +3 -3
- 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 +11 -11
- package/internal-do-not-import-from-here/ux/templatepicker/TemplatePicker.d.ts +1 -1
- 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 +4 -4
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/definitionpicker/VelcronDefinitionPicker.d.ts +3 -3
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/components/propertieseditor/VelcronStatePropertiesEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +1 -9
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/editor/VelcronEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AppExplorer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContextMenu.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/components/StateTree.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/AlignmentEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BackgroundEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/BlueprintEditor.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/FlowEditor.d.ts +2 -2
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/LinkResolverEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/NumberEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyEditorCreator.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/PropertyResolverEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/ReferenceEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SelectEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SliderEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SpacingEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/SwitchEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TextEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/renderer/editors/TypographyEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/editor/alternatelayout/AlternateLayoutRenameForm.d.ts +1 -1
- package/package.json +3 -3
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BadgeProps>
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "icon" | "inline" | "content" | "class" | "dot" | "colorSchemaType" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "icon" | "inline" | "content" | "class" | "dot" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "location" | "bordered" | "offsetX" | "offsetY"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -14,5 +14,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<BreadcrumbsP
|
|
14
14
|
} & Omit<{
|
15
15
|
default?: import("vue").Slot;
|
16
16
|
}, "title" | "divider">;
|
17
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "class" | "colorSchemaType" | "
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "class" | "colorSchemaType" | "colors" | "items" | "slot:title" | "slot:divider"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
18
18
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonProps>
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "filled" | "active" | "size" | "block" | "class" | "target" | "href" | "disabled" | "tooltip" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "blueprint" | "animation" | "variant" | "filled" | "active" | "size" | "block" | "class" | "target" | "href" | "disabled" | "tooltip" | "colorSchemaType" | "toned" | "colors" | "loading" | "stacked" | "overrides" | "preset" | "grouped" | "transparentHover" | "disableBlueprint"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ButtonGroupP
|
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, "activator">;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toggle" | "class" | "mandatory" | "colorSchemaType" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toggle" | "class" | "mandatory" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -22,6 +22,6 @@ declare const _default: <T extends EventType>(props: import("@omnia/fx/ux").Extr
|
|
22
22
|
}) => VNodeChild;
|
23
23
|
} & Omit<{
|
24
24
|
default?: import("vue").Slot;
|
25
|
-
}, "
|
26
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "class" | "colorSchemaType" | "
|
25
|
+
}, "header" | "event">;
|
26
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "events" | "class" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "max" | "slot:header" | "min" | "month" | "year" | "allowedDates" | "viewMode" | "weekdays" | "intervalHeight" | "intervals" | "intervalStart" | "hideWeekNumber" | "hideDayHeader" | "hideHeader" | "slot:event"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
27
27
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<CardProps> &
|
|
7
7
|
} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, "actions">;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "height" | "class" | "colorSchemaType" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "height" | "class" | "colorSchemaType" | "toned" | "colors" | "slot:actions"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: <T extends MaybeComputedRef<boolean> | Array<string>>(pr
|
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, "label">;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "disabled" | "value" | "colorSchemaType" | "colors" | "rules" | "emit:update:modelValue" | "modelValue" | "v-model" | "hint" | "persistentHint" | "slot:label"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -13,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ChipProps> &
|
|
13
13
|
} & Omit<{
|
14
14
|
default?: import("vue").Slot;
|
15
15
|
}, "appendAvatar" | "appendIcon" | "prependAvatar" | "prependIcon">;
|
16
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "color" | "blueprint" | "size" | "disabled" | "colorSchemaType" | "
|
16
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "color" | "blueprint" | "size" | "disabled" | "colorSchemaType" | "toned" | "colors" | "gradient" | "closable" | "emit:click:close" | "sortable" | "slot:prependAvatar" | "slot:appendAvatar" | "slot:prependIcon" | "slot:appendIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
17
17
|
export default _default;
|
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ColorPickerP
|
|
16
16
|
} & Omit<{
|
17
17
|
default?: import("vue").Slot;
|
18
18
|
}, "activator">;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "class" | "show" | "disabled" | "colorSchemaType" | "
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "class" | "show" | "disabled" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "labelColor" | "selectedColorAsLabel"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
20
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ColumnProps>
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "minWidth" | "padding" | "width" | "filled" | "grow" | "class" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "minWidth" | "padding" | "width" | "filled" | "grow" | "class" | "colorSchemaType" | "toned" | "colors" | "alignY"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ColumnGridPr
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "xs" | "xl" | "lg" | "md" | "sm" | "alignSelf" | "margin" | "padding" | "variant" | "filled" | "class" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "xs" | "xl" | "lg" | "md" | "sm" | "alignSelf" | "margin" | "padding" | "variant" | "filled" | "class" | "colorSchemaType" | "toned" | "colors" | "cols"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -27,7 +27,7 @@ declare const _default: <TItem extends unknown, TVariant extends "default" | "cl
|
|
27
27
|
"v-slots"?: (DataTableProps<TItem, TVariant> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: DataTableProps<TItem, TVariant>[K_3]; } : never) & Omit<{
|
28
28
|
default?: import("vue").Slot;
|
29
29
|
}, keyof (DataTableProps<TItem, TVariant> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: DataTableProps<TItem, TVariant>[K_3]; } : never)>;
|
30
|
-
} & (DataTableProps<TItem, TVariant> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<DataTableProps<TItem, TVariant>[K_4], DataTableProps<TItem, TVariant>[K_4]> | ((ref: DataTableProps<TItem, TVariant>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "search" | "height" | "variant" | "drag" | "class" | "expanded" | "colorSchemaType" | "
|
30
|
+
} & (DataTableProps<TItem, TVariant> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<DataTableProps<TItem, TVariant>[K_4], DataTableProps<TItem, TVariant>[K_4]> | ((ref: DataTableProps<TItem, TVariant>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "search" | "height" | "variant" | "drag" | "class" | "expanded" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "loading" | "hover" | "itemValue" | "emit:update:expanded" | "v-model:expanded" | "sortBy" | "emit:update:sortBy" | "v-model:sortBy" | "mustSort" | "showSelect" | "itemSelectable" | "noDataText" | "mobileColumn" | "searchBy" | "showExpand" | "emit:update:items" | "v-model:items" | "emit:update:options" | "emit:update:page" | "emit:update:itemsPerPage" | "emit:click:loadMore" | "slot:row" | "slot:top" | "slot:expanded-row" | `slot:header.${string}` | `slot:item.${string}` | keyof (TVariant extends "client-pagination-scroll" ? {
|
31
31
|
itemHeight?: string | number;
|
32
32
|
} : TVariant extends "client-pagination-page" ? ClientPaginationPageProps<TItem_1> : TVariant extends "server-pagination-page" ? ServerPaginationPageProps : TVariant extends "server-pagination-scroll" ? ServerPaginationScrollProps<TItem> : DefaultProps)> & import("@omnia/fx/ux").VNodeEvents) => any;
|
33
33
|
export default _default;
|
@@ -30,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
30
30
|
} & Omit<{
|
31
31
|
default?: import("vue").Slot;
|
32
32
|
}, "actions">;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "icon" | "active" | "drag" | "remove" | "slot:actions" | "emit:update:mouseOver" | "emit:update:mouseOut" | "emit:click:navigation" | "mobileVariant" | "
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "headers" | "icon" | "active" | "drag" | "remove" | "slot:actions" | "mobileColumn" | "emit:update:mouseOver" | "emit:update:mouseOut" | "emit:click:navigation" | "mobileVariant" | "visibleActionColumn" | "draggableIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
34
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DatePickerPr
|
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, "actions">;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "position" | "disabled" | "range" | "colorSchemaType" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "position" | "disabled" | "range" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "location" | "elevation" | "locale" | "inputMode" | "slot:actions" | "showAdjacentMonths" | "showWeek" | "allowedDates"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -26,6 +26,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DialogProps>
|
|
26
26
|
header?: () => VNodeChild;
|
27
27
|
} & Omit<{
|
28
28
|
default?: import("vue").Slot;
|
29
|
-
}, "actions" | "header" | "activator" | "
|
30
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "
|
29
|
+
}, "actions" | "header" | "activator" | "fixedContent" | "headerButtons" | "navigation">;
|
30
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "size" | "class" | "persistent" | "eager" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "location" | "attach" | "subTitle" | "hiddenCloseButton" | "backButton" | "contentHeight" | "customScrolling" | "horizontalScroll" | "journey" | "canClose" | "canBack" | "buttonApi" | "slot:fixedContent" | "slot:activator" | "slot:headerButtons" | "slot:actions" | "slot:navigation" | "slot:header" | "emit:click:close" | "emit:click:cancel" | "emit:click:confirm" | "emit:click:backButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
31
31
|
export default _default;
|
@@ -12,5 +12,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
12
12
|
} & Omit<{
|
13
13
|
default?: import("vue").Slot;
|
14
14
|
}, "item">;
|
15
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "modelValue" | "
|
15
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "itemValue" | "slot:item" | "emit:sort:end" | "itemTitle" | "disabledItem" | "placeholderClass" | "emit:sort:start"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
16
16
|
export default _default;
|
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ExpansionPan
|
|
11
11
|
} & Omit<{
|
12
12
|
default?: import("vue").Slot;
|
13
13
|
}, "actions" | "default" | "header" | "prepend">;
|
14
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "class" | "eager" | "colorSchemaType" | "
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "class" | "eager" | "colorSchemaType" | "toned" | "colors" | "slot:actions" | "slot:header" | "slot:prepend" | "slot:default" | "hideExpandIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
15
|
export default _default;
|
@@ -16,5 +16,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
16
16
|
} & Omit<{
|
17
17
|
default?: import("vue").Slot;
|
18
18
|
}, "item">;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "drag" | "class" | "multiple" | "mandatory" | "colorSchemaType" | "
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "drag" | "class" | "multiple" | "mandatory" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "remove" | "itemValue" | "slot:item" | "emit:update:items" | "v-model:items" | "expandAll"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
20
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FabProps> &
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "variant" | "active" | "size" | "block" | "class" | "disabled" | "colorSchemaType" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "variant" | "active" | "size" | "block" | "class" | "disabled" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "stacked" | "app"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FlexProps> &
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "padding" | "filled" | "class" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "margin" | "padding" | "filled" | "class" | "colorSchemaType" | "toned" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RowProps> &
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "height" | "margin" | "minHeight" | "minWidth" | "padding" | "width" | "filled" | "class" | "wrap" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "direction" | "height" | "margin" | "minHeight" | "minWidth" | "padding" | "width" | "filled" | "class" | "wrap" | "colorSchemaType" | "toned" | "colors" | "gapX" | "gapY" | "alignX" | "alignY"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<FormProps> &
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "class" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "class" | "colorSchemaType" | "toned" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<HostProvider
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "host" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "host" | "colorSchemaType" | "colors" | "force" | "componentHost"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
16
16
|
"v-slots"?: {} & Omit<{
|
17
17
|
default?: import("vue").Slot;
|
18
18
|
}, never>;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "modelValue" | "
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "emit:update:modelValue" | "modelValue" | "v-model" | "closeDelay" | "openDelay"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
20
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<IconProps> &
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "blueprint" | "animation" | "variant" | "filled" | "size" | "class" | "disabled" | "tooltip" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "icon" | "blueprint" | "animation" | "variant" | "filled" | "size" | "class" | "disabled" | "tooltip" | "colorSchemaType" | "colorType" | "toned" | "colors" | "customSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ImageProps>
|
|
17
17
|
} & Omit<{
|
18
18
|
default?: import("vue").Slot;
|
19
19
|
}, "placeholder">;
|
20
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "aspectRatio" | "height" | "maxHeight" | "maxWidth" | "width" | "class" | "src" | "cover" | "eager" | "
|
20
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "aspectRatio" | "height" | "maxHeight" | "maxWidth" | "width" | "class" | "src" | "cover" | "eager" | "placeholder" | "colorSchemaType" | "colors" | "draggable" | "alt" | "lazySrc" | "emit:load" | "slot:placeholder"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
21
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<LinkProps> &
|
|
7
7
|
} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, "renderer">;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "typography" | "blueprint" | "size" | "class" | "target" | "href" | "colorSchemaType" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "typography" | "blueprint" | "size" | "class" | "target" | "href" | "colorSchemaType" | "colorType" | "toned" | "colors" | "truncateLines" | "slot:renderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -15,5 +15,5 @@ declare const _default: <T extends unknown>(props: import("@omnia/fx/ux").Extrac
|
|
15
15
|
} & Omit<{
|
16
16
|
default?: import("vue").Slot;
|
17
17
|
}, "item">;
|
18
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "drag" | "class" | "nav" | "colorSchemaType" | "
|
18
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "drag" | "class" | "nav" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "remove" | "navigation" | "lines" | "divider" | "itemValue" | "disableItemClickable" | "slot:item"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
19
19
|
export default _default;
|
@@ -4,5 +4,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MainProps> &
|
|
4
4
|
"v-slots"?: {} & Omit<{
|
5
5
|
default?: import("vue").Slot;
|
6
6
|
}, never>;
|
7
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filled" | "
|
7
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "filled" | "class" | "id" | "colorSchemaType" | "toned" | "colors"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
8
8
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MenuProps> &
|
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, "activator">;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "disabled" | "eager" | "colorSchemaType" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "class" | "disabled" | "eager" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "location" | "closeDelay" | "openOnHover" | "activator" | "attach" | "slot:activator" | "visibleOnContentClick"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -17,7 +17,7 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
} & {
|
18
18
|
overrides?: object;
|
19
19
|
} & {
|
20
|
-
variant?: "default" | "dialog" | "
|
20
|
+
variant?: "default" | "dialog" | "app" | "editor";
|
21
21
|
} & {
|
22
22
|
customWidth?: number;
|
23
23
|
} & {
|
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
32
32
|
"v-slots"?: {} & Omit<{
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
}, never>;
|
35
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "colorSchemaType" | "
|
35
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "location" | "overrides" | "customWidth" | "temporary" | "disableResizeWatcher" | "disableRouteWatcher"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
36
36
|
export default _default;
|
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Notification
|
|
11
11
|
} & Omit<{
|
12
12
|
default?: import("vue").Slot;
|
13
13
|
}, "appendAvatar" | "prependAvatar">;
|
14
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "value" | "colorSchemaType" | "
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "size" | "value" | "colorSchemaType" | "toned" | "colors" | "emit:click:close" | "slot:prependAvatar" | "slot:appendAvatar"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
15
|
export default _default;
|
@@ -168,12 +168,12 @@ declare const _default: {
|
|
168
168
|
class?: String | String[];
|
169
169
|
disabled?: boolean;
|
170
170
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
171
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
171
172
|
modelValue?: number;
|
173
|
+
"v-model"?: number;
|
172
174
|
"onUpdate:modelValue"?: (value: number) => any | void;
|
173
175
|
nextIcon?: string | FunctionalComponent<{}, {}, any, {}>;
|
174
176
|
prevIcon?: string | FunctionalComponent<{}, {}, any, {}>;
|
175
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
176
|
-
"v-model"?: number;
|
177
177
|
totalVisible?: number;
|
178
178
|
}>, never>;
|
179
179
|
};
|
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PanelProps>
|
|
6
6
|
"v-slots"?: {} & Omit<{
|
7
7
|
default?: import("vue").Slot;
|
8
8
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "margin" | "padding" | "variant" | "filled" | "class" | "colorSchemaType" | "
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "margin" | "padding" | "variant" | "filled" | "class" | "colorSchemaType" | "toned" | "colors" | "titleSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
10
|
export default _default;
|
@@ -16,5 +16,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerProps>
|
|
16
16
|
} & Omit<{
|
17
17
|
default?: import("vue").Slot;
|
18
18
|
}, "actions" | "activator" | "selectedItemRenderer">;
|
19
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "blueprint" | "grid" | "maxHeight" | "actions" | "variant" | "class" | "disabled" | "
|
19
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "label" | "blueprint" | "grid" | "maxHeight" | "actions" | "variant" | "class" | "disabled" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "slot:actions" | "searchable" | "emit:search" | "getApi" | "emit:click:clear" | "clearable" | "visibleOnContentClick" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
20
20
|
export default _default;
|
@@ -8,7 +8,7 @@ export declare const PickerStyles: {
|
|
8
8
|
iconExpanded: string;
|
9
9
|
selectorBackground: string;
|
10
10
|
selectorWrapper: (colors: ReturnType<typeof useColorSchemaStore>) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
11
|
-
overlay: (dark: boolean) => string;
|
11
|
+
overlay: (dark: boolean, disableOverlay: boolean) => string;
|
12
12
|
componentWrapper: Readonly<import("@omnia/fx/ux").StylexValue>;
|
13
13
|
componentVariantWrapper: (colors: ReturnType<typeof useColorSchemaStore>, variant: OSelectTypes, hasValue: boolean, hasLabel: boolean) => Readonly<import("@omnia/fx/ux").StylexValue>;
|
14
14
|
};
|
@@ -1,6 +1,6 @@
|
|
1
1
|
import { DefineEmit, DefineProp, DefinePropTheming, DefineSlot } from "@omnia/fx/ux";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
-
type PickerSelectionProps = DefinePropTheming & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, false, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot and show clear icon"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void> & DefineEmit<"show:selection", () => void> & DefineEmit<"search", (text: string) => void> & DefineSlot<"placeholderRenderer", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
|
3
|
+
type PickerSelectionProps = DefinePropTheming & DefineProp<"text", string, false, null, "Sets the text of the component."> & DefineProp<"grid", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disabled", boolean, false, null, "Sets the component to disabled"> & DefineProp<"disableOverlay", boolean, false, null, "Doesn't show a default overlay to mark the picker"> & DefineProp<"clearable", boolean, false, null, "If a clear icon can be shown"> & DefineProp<"searchable", boolean, false, null, "A search box is displayed with the text value"> & DefineProp<"isLoading", boolean, false, null, "Displays a loading indicator"> & DefineProp<"hasSelection", boolean | any, false, null, "If the component has selection or not. If true it will render the selection slot and show clear icon"> & DefineProp<"placeholder", string, false, null, "Sets the placeholder of the component. The placeholder is shown if there is no selection and displays select if empty"> & DefineProp<"toned", boolean, false, null, "Sets the component to disabled"> & DefineEmit<"click:clear", () => void> & DefineEmit<"show:selection", () => void> & DefineEmit<"search", (text: string) => void> & DefineSlot<"placeholderRenderer", () => VNodeChild> & DefineSlot<"selectedItemRenderer", () => VNodeChild>;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelectionProps> & {
|
5
5
|
"onClick:clear"?: () => any;
|
6
6
|
onSearch?: (text: string) => any;
|
@@ -12,5 +12,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<PickerSelect
|
|
12
12
|
} & Omit<{
|
13
13
|
default?: import("vue").Slot;
|
14
14
|
}, "selectedItemRenderer" | "placeholderRenderer">;
|
15
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "disabled" | "
|
15
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "grid" | "disabled" | "placeholder" | "colorSchemaType" | "toned" | "colors" | "searchable" | "emit:search" | "emit:click:clear" | "clearable" | "isLoading" | "slot:selectedItemRenderer" | "hasSelection" | "disableOverlay" | "emit:show:selection" | "slot:placeholderRenderer"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
16
16
|
export default _default;
|
@@ -173,12 +173,12 @@ declare const _default: {
|
|
173
173
|
class?: String | String[];
|
174
174
|
disabled?: boolean;
|
175
175
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
176
|
-
modelValue?: any;
|
177
|
-
readonly?: boolean;
|
178
|
-
"onUpdate:modelValue"?: (value: any) => any | void;
|
179
|
-
rules?: ValidationRule[];
|
180
176
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
177
|
+
rules?: ValidationRule[];
|
178
|
+
modelValue?: any;
|
181
179
|
"v-model"?: any;
|
180
|
+
"onUpdate:modelValue"?: (value: any) => any | void;
|
181
|
+
readonly?: boolean;
|
182
182
|
}>, "onUpdate:modelValue"> & {
|
183
183
|
"onUpdate:modelValue"?: (value: any) => any;
|
184
184
|
};
|
@@ -234,14 +234,14 @@ declare const _default: {
|
|
234
234
|
variant?: "default" | "prominent";
|
235
235
|
class?: String | String[];
|
236
236
|
colorSchemaType?: "background" | "primary" | "secondary" | import("@omnia/fx-models").ColorSchemaTypes | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
|
237
|
-
|
237
|
+
toned?: boolean;
|
238
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
238
239
|
modelValue?: [number, number];
|
240
|
+
"v-model"?: [number, number];
|
239
241
|
"onUpdate:modelValue"?: (value: [number, number]) => any | void;
|
242
|
+
max?: string | number;
|
240
243
|
hint?: string;
|
241
244
|
persistentHint?: boolean;
|
242
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
243
|
-
"v-model"?: [number, number];
|
244
|
-
toned?: boolean;
|
245
245
|
min?: string | number;
|
246
246
|
step?: string | number;
|
247
247
|
noThumbLabel?: boolean;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<RatingProps>
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "length" | "size" | "class" | "disabled" | "colorSchemaType" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "length" | "size" | "class" | "disabled" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "density" | "readonly" | "hover" | "clearable"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<ScrollContai
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "filled" | "class" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "height" | "width" | "filled" | "class" | "colorSchemaType" | "toned" | "colors" | "disableScrolling" | "getApi" | "compensatScrollbar" | "dynamicHeight" | "scrolling"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|
@@ -19,5 +19,5 @@ declare const _default: <TItem extends readonly any[], TReturnObject extends boo
|
|
19
19
|
"v-slots"?: (OSelectProps<TItem, TReturnObject> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never) & Omit<{
|
20
20
|
default?: import("vue").Slot;
|
21
21
|
}, keyof (OSelectProps<TItem, TReturnObject> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: OSelectProps<TItem, TReturnObject>[K_3]; } : never)>;
|
22
|
-
} & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "blueprint" | "maxHeight" | "error" | "variant" | "class" | "multiple" | "disabled" | "colorSchemaType" | "
|
22
|
+
} & (OSelectProps<TItem, TReturnObject> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<OSelectProps<TItem, TReturnObject>[K_4], OSelectProps<TItem, TReturnObject>[K_4]> | ((ref: OSelectProps<TItem, TReturnObject>[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "blueprint" | "maxHeight" | "error" | "variant" | "class" | "multiple" | "disabled" | "colorSchemaType" | "toned" | "colors" | "rules" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "itemHeight" | "loading" | "readonly" | "errorMessages" | "hideDetails" | "hint" | "persistentHint" | "itemValue" | "searchable" | "slot:append-inner" | "slot:prepend-inner" | "emit:update:focused" | "emit:click:button" | "clearable" | "hideSelected" | "itemTitle" | "returnObject" | "chips" | "hideNoData" | "menuIcon" | "multiSelectionStyle" | "emit:update:search" | "slot:append-item" | keyof (TReturnObject extends true ? SlotsWithReturnObject<TItem> : SlotsWithoutReturnObject)> & import("@omnia/fx/ux").VNodeEvents) => any;
|
23
23
|
export default _default;
|
@@ -14,5 +14,5 @@ declare const _default: <TItem extends unknown>(props: import("@omnia/fx/ux").Ex
|
|
14
14
|
} & Omit<{
|
15
15
|
default?: import("vue").Slot;
|
16
16
|
}, "item">;
|
17
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "colorSchemaType" | "toned" | "colors" | "items" | "itemValue" | "slot:item" | "itemTitle" | "itemIcon" | "emit:selectItem" | "itemSettingable" | "itemDeletable" | "sorting" | "itemSubtitle" | "enableAdd" | "selectionStyle" | "emit:removeItem" | "emit:sort:update" | "emit:addItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
18
18
|
export default _default;
|
@@ -24,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SlidePanelPr
|
|
24
24
|
"v-slots"?: {} & Omit<{
|
25
25
|
default?: import("vue").Slot;
|
26
26
|
}, never>;
|
27
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "
|
27
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "class" | "settings" | "colorSchemaType" | "colors" | "getApi" | "contentWrapperClass" | "styleOverrides" | "emit:init" | "emit:afterInit"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
28
28
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SlidePanelPr
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SliderProps>
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "direction" | "variant" | "class" | "colorSchemaType" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "direction" | "variant" | "class" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "max" | "hint" | "persistentHint" | "min" | "step" | "precision" | "unitLabel" | "noThumbLabel" | "showTicks" | "ticks" | "tickSize"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -6,5 +6,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SnackbarProp
|
|
6
6
|
"v-slots"?: {} & Omit<{
|
7
7
|
default?: import("vue").Slot;
|
8
8
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "timeout" | "colorSchemaType" | "
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "class" | "timeout" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
10
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<SpeedDialPro
|
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, "activator">;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "zIndex" | "class" | "persistent" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "location" | "openOnClick" | "openOnHover" | "openOnFocus" | "slot:activator"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -24,5 +24,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
24
24
|
"v-slots"?: {} & Omit<{
|
25
25
|
default?: import("vue").Slot;
|
26
26
|
}, never>;
|
27
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "vertical" | "class" | "colorSchemaType" | "
|
27
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "vertical" | "class" | "colorSchemaType" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "hideLabel" | "nonLinear"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
28
28
|
export default _default;
|
@@ -27,5 +27,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
} & Omit<{
|
28
28
|
default?: import("vue").Slot;
|
29
29
|
}, "title">;
|
30
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "
|
30
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "disabled" | "eager" | "rules" | "reverseTransition" | "complete" | "subTitle" | "slot:title" | "editable" | "hideIcon"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
31
31
|
export default _default;
|
@@ -6,5 +6,5 @@ declare const _default: <T extends string | boolean>(props: import("@omnia/fx/ux
|
|
6
6
|
"v-slots"?: {} & Omit<{
|
7
7
|
default?: import("vue").Slot;
|
8
8
|
}, never>;
|
9
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "disabled" | "revert" | "colorSchemaType" | "
|
9
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "disabled" | "revert" | "colorSchemaType" | "colors" | "rules" | "emit:update:modelValue" | "modelValue" | "v-model" | "hideDetails" | "hint" | "persistentHint" | "trueValue" | "falseValue"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
10
10
|
export default _default;
|