@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
@@ -117,8 +117,8 @@ declare const _default: {
|
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
}>> & {
|
120
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
121
120
|
onDoc$?: (description?: string) => any;
|
121
|
+
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
122
122
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
123
123
|
"update:modelValue": (value: Identity[]) => true;
|
124
124
|
doc$(description?: string): {
|
@@ -244,8 +244,8 @@ declare const _default: {
|
|
244
244
|
required: false;
|
245
245
|
};
|
246
246
|
}>> & {
|
247
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
248
247
|
onDoc$?: (description?: string) => any;
|
248
|
+
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
249
249
|
}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
|
250
250
|
__isFragment?: never;
|
251
251
|
__isTeleport?: never;
|
@@ -363,8 +363,8 @@ declare const _default: {
|
|
363
363
|
required: false;
|
364
364
|
};
|
365
365
|
}>> & {
|
366
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
367
366
|
onDoc$?: (description?: string) => any;
|
367
|
+
"onUpdate:modelValue"?: (value: Identity[]) => any;
|
368
368
|
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
369
369
|
"update:modelValue": (value: Identity[]) => true;
|
370
370
|
doc$(description?: string): {
|
@@ -376,14 +376,14 @@ declare const _default: {
|
|
376
376
|
label?: string;
|
377
377
|
type?: PrincipalTypes;
|
378
378
|
top?: boolean;
|
379
|
-
identityStore?: IIdentityPickerStore;
|
380
|
-
required?: boolean;
|
381
379
|
multiple?: boolean;
|
382
380
|
disabled?: boolean;
|
381
|
+
required?: boolean;
|
382
|
+
identityStore?: IIdentityPickerStore;
|
383
|
+
description?: string;
|
383
384
|
modelValue?: Identity[];
|
384
|
-
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
385
385
|
"v-model"?: Identity[];
|
386
|
-
|
386
|
+
"onUpdate:modelValue"?: (value: Identity[]) => any | void;
|
387
387
|
ariaInvalid?: boolean;
|
388
388
|
ariaDescribedby?: string;
|
389
389
|
providerIds?: guid[];
|
@@ -21,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
21
21
|
"v-slots"?: {} & Omit<{
|
22
22
|
default?: import("vue").Slot;
|
23
23
|
}, never>;
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "mandatory" | "modelValue" | "
|
24
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "class" | "mandatory" | "emit:update:modelValue" | "modelValue" | "v-model" | "group" | "hideScaling" | "hideRatio"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
25
|
export default _default;
|
@@ -21,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
21
21
|
"v-slots"?: {} & Omit<{
|
22
22
|
default?: import("vue").Slot;
|
23
23
|
}, never>;
|
24
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "disabled" | "styles" | "modelValue" | "
|
24
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "class" | "disabled" | "styles" | "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
25
|
export default _default;
|
@@ -11,7 +11,7 @@ export interface DisabledButtonTooltips {
|
|
11
11
|
delete?: string;
|
12
12
|
remove?: string;
|
13
13
|
}
|
14
|
-
export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean | Ref<boolean>, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"manageList", boolean | Ref<boolean>, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"switch", SwitchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"add", boolean, false, false, "Specify if the blade should show a add button."> & DefineProp<"actions", ActionDefinition[], false, null, "Specify if the blade should show responsive actions. Useful for both mobile and desktop."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"eager", boolean, false, false, "Force the tab content to preload. This is useful if you have content that you want to be preloaded, instead of 'load on click' default behavior."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"sizeOnMobile", BladeSizeTypes, false, null, "Specify the size of the blade on mobile. Default full width on mobile view"> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"click:create", (id: guid) => true> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"changeFilter", () => true> & DefineEmit<"closeFilter", () => true> & DefineEmit<"hidden", () => true> & DefineEmit<"click:manageList", () => true>;
|
14
|
+
export type JourneyBladeProps = DefineProp<"getApi", (store: ReturnType<typeof useJourneyStore>) => void, false, null, "callback to get a reference to the journey store. The store is used to navigate the journey blades."> & DefineProp<"title", string, false, null, "Specify the title of the blade."> & DefineProp<"toned", boolean, false, null, "IF the color is toned"> & DefineProp<"subTitle", string, false, null, "Specify a subtitle for the blade and the title is displayed in a breadcrumb style where the subTittle is prominent."> & DefineProp<"id", guid, true, null, "The id of the blade. Used to identify the blade in the journey store."> & DefineProp<"size", BladeSizeTypes, false, "x-small", "Specify the size of the blade. Small will show the header buttons as icons."> & DefineProp<"loading", boolean, false, false, "Displays linear progress bar."> & DefineProp<"ok", boolean, false, false, "Specify if the blade should show a ok button. If a ok button is shown, a cancel button will also be shown."> & DefineProp<"save", boolean, false, false, "Specify if the blade should show a save button. If a save button is shown, a cancel button will also be shown."> & DefineProp<"searchable", boolean | Ref<boolean>, false, false, "Specify if the blade should show a search field."> & DefineProp<"delete", boolean, false, false, "Specify if the blade should show a delete button."> & DefineProp<"remove", boolean, false, false, "Specify if the blade should show a remove button."> & DefineProp<"disabled", boolean, false, false, "Specify if the blade should shoud be read only."> & DefineProp<"manageList", boolean | Ref<boolean>, false, false, "Specify if the blade shoud be draggable on items."> & DefineProp<"manageListText", string, false, null, "Customize the text for Manage List Button."> & DefineProp<"switch", SwitchValue, false, null, "Specify if the blade should show switch."> & DefineProp<"settings", boolean, false, false, "Specify if the blade should show a settings button."> & DefineProp<"create", boolean, false, false, "Specify if the blade should show a create button."> & DefineProp<"add", boolean, false, false, "Specify if the blade should show a add button."> & DefineProp<"actions", ActionDefinition[], false, null, "Specify if the blade should show responsive actions. Useful for both mobile and desktop."> & DefineProp<"bladeContext", BladeContexts | BladeContext, false, null, "Specify context of the journey."> & DefineProp<"icon", IIcon, false, null, "Specify an icon for the blade header. This should be used to hightlight the blade type such as create blades, edit blades etc."> & DefineProp<"variant", BladeVariantTypes, false, null, "Applies a distinct style to the component."> & DefineProp<"onOk", () => boolean | Promise<boolean>, false, null, "Trigger when user click ok, return true if ok to close the blade."> & DefineProp<"onRemove", () => boolean | Promise<boolean>, false, null, "Trigger when user click remove, return true if ok to close the blade."> & DefineProp<"onSave", () => boolean | Promise<boolean>, false, null, "Trigger when user click save, return true if ok to close the blade."> & DefineProp<"onDelete", () => boolean | Promise<boolean>, false, null, "Trigger when user click delete, return true if ok to close the blade."> & DefineProp<"onSwitch", (value: boolean) => boolean | Promise<boolean>, false, null, "Trigger when user toggle switch, return true if ok to close the blade."> & DefineProp<"confirmDeleteDialogOption", ConfirmDialogOptions, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"eager", boolean, false, false, "Force the tab content to preload. This is useful if you have content that you want to be preloaded, instead of 'load on click' default behavior."> & DefineProp<"disabledButtonTooltips", DisabledButtonTooltips, false, null, "Specify a set of options for the confirm dialog shown before deleting."> & DefineProp<"sizeOnMobile", BladeSizeTypes, false, null, "Specify the size of the blade on mobile. Default full width on mobile view"> & DefineSlot<"actions", () => VNodeChild> & DefineSlot<"actionsFooter", () => VNodeChild> & DefineSlot<"filter", () => VNodeChild> & DefineEmit<"click:create", (id: guid) => true> & DefineEmit<"click:add", (id: guid) => true> & DefineEmit<"click:back", (id: guid) => true> & DefineEmit<"click:cancel", (id: guid) => true> & DefineEmit<"click:settings", (id: guid) => true> & DefineEmit<"click:confirm", () => true> & DefineEmit<"search", (searchText: string) => true> & DefineEmit<"changeFilter", () => true> & DefineEmit<"closeFilter", () => true> & DefineEmit<"hidden", () => true> & DefineEmit<"click:manageList", () => true>;
|
15
15
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBladeProps> & {
|
16
16
|
"onClick:cancel"?: (id: guid) => any;
|
17
17
|
"onClick:confirm"?: () => any;
|
@@ -32,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyBlade
|
|
32
32
|
} & Omit<{
|
33
33
|
default?: import("vue").Slot;
|
34
34
|
}, "filter" | "actions" | "actionsFooter">;
|
35
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "id" | "delete" | "disabled" | "eager" | "settings" | "
|
35
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "actions" | "variant" | "size" | "add" | "id" | "delete" | "disabled" | "eager" | "settings" | "toned" | "save" | "loading" | "create" | "remove" | "subTitle" | "slot:actions" | "emit:click:cancel" | "emit:click:confirm" | "ok" | "searchable" | "slot:filter" | "emit:search" | "emit:closeFilter" | "getApi" | "manageList" | "manageListText" | "bladeContext" | "onOk" | "onRemove" | "onSave" | "onDelete" | "onSwitch" | "confirmDeleteDialogOption" | "disabledButtonTooltips" | "sizeOnMobile" | "slot:actionsFooter" | "emit:click:create" | "emit:click:add" | "emit:click:back" | "emit:click:settings" | "emit:changeFilter" | "emit:hidden" | "emit:click:manageList"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
36
36
|
export default _default;
|
@@ -13,6 +13,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<JourneyMenuP
|
|
13
13
|
actionsFooter?: () => VNodeChild;
|
14
14
|
} & Omit<{
|
15
15
|
default?: import("vue").Slot;
|
16
|
-
}, "
|
17
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "size" | "id" | "
|
16
|
+
}, "actionsFooter" | "selection">;
|
17
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "switch" | "icon" | "size" | "id" | "save" | "items" | "loading" | "getApi" | "onSave" | "onSwitch" | "slot:actionsFooter" | "emit:valueChanged" | "slot:selection" | "emit:itemSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
18
18
|
export default _default;
|
@@ -21,5 +21,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
21
21
|
}> | ((ref: {
|
22
22
|
journeyStore: ReturnType<typeof useJourneyStore>;
|
23
23
|
}) => void);
|
24
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
24
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "ref" | "items" | "slot:item" | "getApi" | "slot:append"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
25
25
|
export default _default;
|
@@ -30,5 +30,5 @@ declare const _default: <TItem extends unknown = any>(props: import("@omnia/fx/u
|
|
30
30
|
} & Omit<{
|
31
31
|
default?: import("vue").Slot;
|
32
32
|
}, "actions" | "selectionItemRender" | "selectionRender" | "selectedItemRenderer" | "settingsRender" | "settingsRenderV2">;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "actions" | "multiple" | "list" | "colorSchemaType" | "toned" | "colors" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "readonly" | "slot:actions" | "emit:search" | "getApi" | "emit:click:clear" | "emit:click:add" | "emit:click:delete" | "sortable" | "labelAdd" | "propertyValueMapping" | "returnSelectionAsObject" | "titleAdd" | "titleEdit" | "disableSearch" | "disableSave" | "confirmDelete" | "noAddConfirm" | "bladelessAdd" | "bladeless" | "itemSettingable" | "itemDeletable" | "slot:selectionItemRender" | "slot:selectionRender" | "slot:selectedItemRenderer" | "slot:settingsRender" | "slot:settingsRenderV2" | "emit:showAdd" | "emit:showEdit" | "emit:click:update"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
34
|
export default _default;
|
@@ -137,7 +137,6 @@ export declare const useJourneyStore: () => {
|
|
137
137
|
addBlade(newBlade: BladeInstance): void;
|
138
138
|
removeBlade(blade: BladeInstance): void;
|
139
139
|
getBladeSize(blade: BladeInstance): number;
|
140
|
-
setBladeStates(activeIndex: number): void;
|
141
140
|
moveNext(fromBladeId: guid): void;
|
142
141
|
movePrev(fromBladeId: guid): void;
|
143
142
|
travelTo(fromBladeId: guid, toBladeId: guid): void;
|
@@ -27,5 +27,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
27
27
|
}> | ((ref: {
|
28
28
|
openDialog: () => void;
|
29
29
|
}) => void);
|
30
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "
|
30
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "ref" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "readOnly" | "emit:click:import"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
31
31
|
export default _default;
|
@@ -46,5 +46,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
46
46
|
} & Omit<{
|
47
47
|
default?: import("vue").Slot;
|
48
48
|
}, "item" | "chip">;
|
49
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "
|
49
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "multiple" | "disabled" | "styles" | "required" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:item" | "clearable" | "multiSelectionStyle" | "slot:chip" | "hideDisplayFlag" | "hideDisplayName" | "loadLanguage" | "enableContextSettings" | "defaultLanguage" | "excludeCountry"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
50
50
|
export default _default;
|
@@ -109,7 +109,6 @@ declare const _default: {
|
|
109
109
|
}>>, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
110
110
|
propsDefinition: Omit<Readonly<{} & {
|
111
111
|
authDisabled?: boolean;
|
112
|
-
provider?: string;
|
113
112
|
styles?: Partial<{
|
114
113
|
canvasWrapper: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
115
114
|
contentContainer: (isEditMode: boolean) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
@@ -129,6 +128,7 @@ declare const _default: {
|
|
129
128
|
closeButton: import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
130
129
|
rightResizer: (backgroundColor: string) => import("@omnia/fx-models").NestedCSSPropertiesExtends;
|
131
130
|
}>;
|
131
|
+
provider?: string;
|
132
132
|
getApi?: (inst: LayoutEditorCanvasApi, layoutCanvasStore: LayoutCanvasStore) => void;
|
133
133
|
}>, never>;
|
134
134
|
};
|
@@ -98,9 +98,9 @@ declare const _default: {
|
|
98
98
|
text?: string;
|
99
99
|
icon?: IIcon;
|
100
100
|
container?: boolean;
|
101
|
+
description?: string;
|
101
102
|
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";
|
102
103
|
colors?: import("../../..").ColorSchemaStoreType;
|
103
|
-
description?: string;
|
104
104
|
}>, never>;
|
105
105
|
};
|
106
106
|
export default _default;
|
@@ -60,8 +60,8 @@ declare const _default: {
|
|
60
60
|
}, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
61
61
|
propsDefinition: Omit<Readonly<{} & {
|
62
62
|
modelValue?: FillDefinition;
|
63
|
-
"onUpdate:modelValue"?: (value: FillDefinition) => any | void;
|
64
63
|
"v-model"?: FillDefinition;
|
64
|
+
"onUpdate:modelValue"?: (value: FillDefinition) => any | void;
|
65
65
|
}>, "onUpdate:modelValue"> & {
|
66
66
|
"onUpdate:modelValue"?: (value: FillDefinition) => any;
|
67
67
|
};
|
package/internal-do-not-import-from-here/ux/layoutcanvas/editor/sizecontainer/SizeContainer.d.ts
CHANGED
@@ -101,8 +101,8 @@ declare const _default: {
|
|
101
101
|
filled?: boolean;
|
102
102
|
class?: String | String[];
|
103
103
|
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";
|
104
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
105
104
|
toned?: boolean;
|
105
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
106
106
|
getApi?: (store: ReturnType<typeof useSizeContainerStore>) => void;
|
107
107
|
}>, never>;
|
108
108
|
};
|
@@ -106,8 +106,8 @@ declare const _default: {
|
|
106
106
|
small?: boolean;
|
107
107
|
container?: boolean;
|
108
108
|
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";
|
109
|
-
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
110
109
|
toned?: boolean;
|
110
|
+
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
111
111
|
parentContainer?: LayoutItem;
|
112
112
|
siblingId?: string;
|
113
113
|
postInsert?: boolean;
|
@@ -49,5 +49,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
49
49
|
} & Omit<{
|
50
50
|
default?: import("vue").Slot;
|
51
51
|
}, "activator">;
|
52
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "styles" | "modelValue" | "
|
52
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "styles" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "selectedItem" | "emit:update:selectedItem" | "v-model:selectedItem" | "editMode" | "selectableProviders" | "emit:configureProviders" | "emit:close" | "emit:saved"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
53
53
|
export default _default;
|
@@ -10,5 +10,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<InternalLink
|
|
10
10
|
} & Omit<{
|
11
11
|
default?: import("vue").Slot;
|
12
12
|
}, "renderer">;
|
13
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "modelValue" | "
|
13
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "disabled" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:renderer" | "hideTitle"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
14
14
|
export default _default;
|
@@ -412,17 +412,17 @@ declare const _default: {
|
|
412
412
|
blueprint?: TextBlueprint;
|
413
413
|
container?: boolean;
|
414
414
|
size?: "l" | "s" | "xs" | "m" | "xl" | TextStyleSizes | "variant1" | "variant2" | "variant3" | "variant4" | "variant5" | "variant6" | "variant7" | "variant8";
|
415
|
+
placeholder?: string;
|
415
416
|
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";
|
416
|
-
|
417
|
-
hideToolbar?: boolean;
|
418
|
-
modelValue?: string;
|
419
|
-
"onUpdate:modelValue"?: (value: string) => any | void;
|
417
|
+
toned?: boolean;
|
420
418
|
colors?: import("@omnia/fx/ux").ColorSchemaStoreType;
|
419
|
+
modelValue?: string;
|
421
420
|
"v-model"?: string;
|
422
|
-
|
423
|
-
placeholder?: string;
|
421
|
+
"onUpdate:modelValue"?: (value: string) => any | void;
|
424
422
|
getApi?: (store: ReturnType<typeof useMarkdownEditorStore>) => void;
|
425
423
|
noWrap?: boolean;
|
424
|
+
plugins?: [object];
|
425
|
+
hideToolbar?: boolean;
|
426
426
|
toolbarContainer?: boolean;
|
427
427
|
}>, never>;
|
428
428
|
};
|
@@ -424,21 +424,21 @@ declare const _default: {
|
|
424
424
|
providerContext?: MediaPickerStorageProviderContext;
|
425
425
|
settings?: MediaPickerImageSettings;
|
426
426
|
modelValue?: boolean;
|
427
|
+
"v-model"?: boolean;
|
428
|
+
"onUpdate:modelValue"?: (value: boolean) => any | void;
|
427
429
|
"v-slots"?: {
|
428
430
|
default?: import("../../DefineVueTypings").Slot;
|
429
431
|
} & {
|
430
432
|
activator?: () => VNodeChild;
|
431
433
|
};
|
432
|
-
|
433
|
-
|
434
|
+
enableMediaCaption?: boolean;
|
435
|
+
selectedMedia?: SelectedMedia;
|
436
|
+
enableGallery?: boolean;
|
437
|
+
galleryItemLimit?: number;
|
434
438
|
selectableMediaTypes?: MediaPickerEnums.OmniaMediaTypes[];
|
435
439
|
providerConfiguration?: (providers: MediaPickerProvider[]) => MediaPickerProvider[];
|
436
|
-
selectedMedia?: SelectedMedia;
|
437
440
|
"onUpdate:selectedMedia"?: (value: SelectedMedia) => any | void;
|
438
441
|
"v-model:selectedMedia"?: SelectedMedia;
|
439
|
-
enableGallery?: boolean;
|
440
|
-
galleryItemLimit?: number;
|
441
|
-
enableMediaCaption?: boolean;
|
442
442
|
}>, "onClose" | "onSave" | "onDoc$"> & {
|
443
443
|
onClose?: () => any;
|
444
444
|
onSave?: (result: MediaPickerMedia | MediaPickerMedia[]) => any;
|
@@ -9,7 +9,7 @@ declare const _default: {
|
|
9
9
|
type: import("vue").PropType<string>;
|
10
10
|
};
|
11
11
|
sourceImage: {
|
12
|
-
type: import("vue").PropType<
|
12
|
+
type: import("vue").PropType<MediaPickerTransformedBase64Image | MediaPickerBase64Image>;
|
13
13
|
};
|
14
14
|
containerId: {
|
15
15
|
type: import("vue").PropType<string>;
|
@@ -39,7 +39,7 @@ declare const _default: {
|
|
39
39
|
type: import("vue").PropType<string>;
|
40
40
|
};
|
41
41
|
sourceImage: {
|
42
|
-
type: import("vue").PropType<
|
42
|
+
type: import("vue").PropType<MediaPickerTransformedBase64Image | MediaPickerBase64Image>;
|
43
43
|
};
|
44
44
|
containerId: {
|
45
45
|
type: import("vue").PropType<string>;
|
@@ -64,7 +64,7 @@ declare const _default: {
|
|
64
64
|
type: import("vue").PropType<string>;
|
65
65
|
};
|
66
66
|
sourceImage: {
|
67
|
-
type: import("vue").PropType<
|
67
|
+
type: import("vue").PropType<MediaPickerTransformedBase64Image | MediaPickerBase64Image>;
|
68
68
|
};
|
69
69
|
containerId: {
|
70
70
|
type: import("vue").PropType<string>;
|
@@ -83,9 +83,9 @@ declare const _default: {
|
|
83
83
|
propsDefinition: Omit<Readonly<{} & {
|
84
84
|
maxHeight?: number;
|
85
85
|
maxWidth?: number;
|
86
|
-
|
87
|
-
sourceImage?: MediaPickerBase64Image | MediaPickerTransformedBase64Image;
|
86
|
+
sourceImage?: MediaPickerTransformedBase64Image | MediaPickerBase64Image;
|
88
87
|
transformations?: string;
|
88
|
+
containerId?: string;
|
89
89
|
isRollupRenditionCanvas?: boolean;
|
90
90
|
}>, "onCanvasChanged"> & {
|
91
91
|
onCanvasChanged?: () => any;
|
@@ -11,6 +11,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
11
11
|
searchable?: boolean;
|
12
12
|
} & {
|
13
13
|
welcomeMessage?: boolean;
|
14
|
+
} & {
|
15
|
+
enableNoResultText?: boolean;
|
14
16
|
} & {
|
15
17
|
infiniteScroll?: boolean;
|
16
18
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">> & (({
|
@@ -21,6 +23,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
21
23
|
searchable?: boolean;
|
22
24
|
} & {
|
23
25
|
welcomeMessage?: boolean;
|
26
|
+
} & {
|
27
|
+
enableNoResultText?: boolean;
|
24
28
|
} & {
|
25
29
|
infiniteScroll?: boolean;
|
26
30
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field."> extends infer T ? { [K in keyof T as K extends `emit:${infer N}` ? N : never]: ({
|
@@ -31,6 +35,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
31
35
|
searchable?: boolean;
|
32
36
|
} & {
|
33
37
|
welcomeMessage?: boolean;
|
38
|
+
} & {
|
39
|
+
enableNoResultText?: boolean;
|
34
40
|
} & {
|
35
41
|
infiniteScroll?: boolean;
|
36
42
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K]; } : never) extends infer T_1 ? T_1 extends ({
|
@@ -41,6 +47,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
41
47
|
searchable?: boolean;
|
42
48
|
} & {
|
43
49
|
welcomeMessage?: boolean;
|
50
|
+
} & {
|
51
|
+
enableNoResultText?: boolean;
|
44
52
|
} & {
|
45
53
|
infiniteScroll?: boolean;
|
46
54
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field."> extends infer T_2 ? { [K in keyof T_2 as K extends `emit:${infer N}` ? N : never]: ({
|
@@ -51,6 +59,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
51
59
|
searchable?: boolean;
|
52
60
|
} & {
|
53
61
|
welcomeMessage?: boolean;
|
62
|
+
} & {
|
63
|
+
enableNoResultText?: boolean;
|
54
64
|
} & {
|
55
65
|
infiniteScroll?: boolean;
|
56
66
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K]; } : never) ? T_1 extends string[] ? { [K_1 in `on${Capitalize<T_1[number]>}`]?: (...args: any[]) => any; } : T_1 extends import("vue").ObjectEmitsOptions ? { [K_2 in `on${Capitalize<string & keyof T_1>}`]?: K_2 extends `on${infer C}` ? T_1[Uncapitalize<C>] extends null ? (...args: any[]) => any : (...args: T_1[Uncapitalize<C>] extends (...args: infer P) => any ? P : never) => any : never; } : {} : never : never) & {
|
@@ -62,6 +72,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
62
72
|
searchable?: boolean;
|
63
73
|
} & {
|
64
74
|
welcomeMessage?: boolean;
|
75
|
+
} & {
|
76
|
+
enableNoResultText?: boolean;
|
65
77
|
} & {
|
66
78
|
infiniteScroll?: boolean;
|
67
79
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field."> extends infer T_3 ? { [K_3 in keyof T_3 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
@@ -72,6 +84,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
72
84
|
searchable?: boolean;
|
73
85
|
} & {
|
74
86
|
welcomeMessage?: boolean;
|
87
|
+
} & {
|
88
|
+
enableNoResultText?: boolean;
|
75
89
|
} & {
|
76
90
|
infiniteScroll?: boolean;
|
77
91
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_3]; } : never) & Omit<{
|
@@ -84,6 +98,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
84
98
|
searchable?: boolean;
|
85
99
|
} & {
|
86
100
|
welcomeMessage?: boolean;
|
101
|
+
} & {
|
102
|
+
enableNoResultText?: boolean;
|
87
103
|
} & {
|
88
104
|
infiniteScroll?: boolean;
|
89
105
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field."> extends infer T_4 ? { [K_3 in keyof T_4 as K_3 extends `slot:${infer N_1}` ? N_1 : never]: ({
|
@@ -94,6 +110,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
94
110
|
searchable?: boolean;
|
95
111
|
} & {
|
96
112
|
welcomeMessage?: boolean;
|
113
|
+
} & {
|
114
|
+
enableNoResultText?: boolean;
|
97
115
|
} & {
|
98
116
|
infiniteScroll?: boolean;
|
99
117
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_3]; } : never)>;
|
@@ -105,6 +123,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
105
123
|
searchable?: boolean;
|
106
124
|
} & {
|
107
125
|
welcomeMessage?: boolean;
|
126
|
+
} & {
|
127
|
+
enableNoResultText?: boolean;
|
108
128
|
} & {
|
109
129
|
infiniteScroll?: boolean;
|
110
130
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field."> extends infer T_5 ? { [K_4 in keyof T_5 as K_4 extends "ref" ? "ref" : never]: import("vue").Ref<({
|
@@ -115,6 +135,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
115
135
|
searchable?: boolean;
|
116
136
|
} & {
|
117
137
|
welcomeMessage?: boolean;
|
138
|
+
} & {
|
139
|
+
enableNoResultText?: boolean;
|
118
140
|
} & {
|
119
141
|
infiniteScroll?: boolean;
|
120
142
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_4], ({
|
@@ -125,6 +147,8 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
125
147
|
searchable?: boolean;
|
126
148
|
} & {
|
127
149
|
welcomeMessage?: boolean;
|
150
|
+
} & {
|
151
|
+
enableNoResultText?: boolean;
|
128
152
|
} & {
|
129
153
|
infiniteScroll?: boolean;
|
130
154
|
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_4]> | ((ref: ({
|
@@ -135,9 +159,11 @@ declare const _default: <TType extends MediaProviderTypes>(props: ExtractProps<{
|
|
135
159
|
searchable?: boolean;
|
136
160
|
} & {
|
137
161
|
welcomeMessage?: boolean;
|
162
|
+
} & {
|
163
|
+
enableNoResultText?: boolean;
|
138
164
|
} & {
|
139
165
|
infiniteScroll?: boolean;
|
140
|
-
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "searchable" | "slot:filter" | "slot:search" | "welcomeMessage" | "infiniteScroll" | "slot:provider" | keyof (TType extends "image" ? {
|
166
|
+
} & DefineSlot<"search", () => VNodeChild, "Slot for custom search field."> & DefineSlot<"provider", () => VNodeChild, "The handle for providers including the logic for searching, selecting media, scaling image."> & DefineSlot<"filter", () => VNodeChild, "Slot for custom filter field.">)[K_4]) => void); } : never) & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "type" | "searchable" | "slot:filter" | "slot:search" | "enableNoResultText" | "welcomeMessage" | "infiniteScroll" | "slot:provider" | keyof (TType extends "image" ? {
|
141
167
|
handler: IMediaPickerProviderHandler;
|
142
168
|
} : {})> & import("@omnia/fx/ux").VNodeEvents) => any;
|
143
169
|
export default _default;
|
@@ -150,10 +150,10 @@ declare const _default: {
|
|
150
150
|
propsDefinition: Omit<Readonly<{} & {
|
151
151
|
image?: MediaPickerImage;
|
152
152
|
contain?: boolean;
|
153
|
+
contentClass?: string;
|
153
154
|
avatar?: {
|
154
155
|
size: OSizeTypes;
|
155
156
|
};
|
156
|
-
contentClass?: string;
|
157
157
|
imagedata?: string;
|
158
158
|
imageStyle?: string | object | object[];
|
159
159
|
inlineMediaNodeDisplayData?: string;
|
@@ -18,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
18
18
|
"v-slots"?: {} & Omit<{
|
19
19
|
default?: import("vue").Slot;
|
20
20
|
}, never>;
|
21
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "
|
21
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "enableMediaCaption"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
22
22
|
export default _default;
|
@@ -2,11 +2,11 @@ import { DefineEmit, DefineProp, DefineVModel } from "@omnia/fx/ux";
|
|
2
2
|
import { editor } from "./Monaco";
|
3
3
|
type MonacoEditorProps = DefineVModel<"", string> & DefineProp<"language", string> & DefineProp<"options", editor.IStandaloneEditorConstructionOptions> & DefineEmit<"update:modelValue", (value: string) => void> & DefineEmit<"error", (err: string) => void> & DefineEmit<"editorDidMount", (editor: editor.IStandaloneCodeEditor) => void> & DefineEmit<"change", (value: string, event: any) => void> & DefineEmit<"contextMenu", (event: any) => void> & DefineEmit<"blur", () => void> & DefineEmit<"blurText", () => void> & DefineEmit<"configuration", (event: any) => void> & DefineEmit<"position", (event: any) => void> & DefineEmit<"selection", (event: any) => void> & DefineEmit<"modelDecorations", (event: any) => void> & DefineEmit<"modelLanguage", (event: any) => void> & DefineEmit<"modelOptions", (event: any) => void> & DefineEmit<"afterDispose", () => void> & DefineEmit<"focus", () => void> & DefineEmit<"focusText", () => void> & DefineEmit<"layout", (event: any) => void> & DefineEmit<"scroll", (event: any) => void> & DefineEmit<"keydown", (event: any) => void> & DefineEmit<"keyup", (event: any) => void> & DefineEmit<"mouseDown", (event: any) => void> & DefineEmit<"mouseLeave", (event: any) => void> & DefineEmit<"mouseMove", (event: any) => void> & DefineEmit<"mouseUp", (event: any) => void>;
|
4
4
|
declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MonacoEditorProps> & {
|
5
|
-
onFocus?: () => any;
|
6
|
-
onBlur?: () => any;
|
7
5
|
onError?: (err: string) => any;
|
8
6
|
onScroll?: (event: any) => any;
|
7
|
+
onBlur?: () => any;
|
9
8
|
onChange?: (value: string, event: any) => any;
|
9
|
+
onFocus?: () => any;
|
10
10
|
onKeydown?: (event: any) => any;
|
11
11
|
onKeyup?: (event: any) => any;
|
12
12
|
"onUpdate:modelValue"?: (value: string) => any;
|
@@ -30,5 +30,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<MonacoEditor
|
|
30
30
|
"v-slots"?: {} & Omit<{
|
31
31
|
default?: import("vue").Slot;
|
32
32
|
}, never>;
|
33
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "modelValue" | "
|
33
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "options" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:selection" | "language" | "emit:error" | "emit:editorDidMount" | "emit:change" | "emit:contextMenu" | "emit:blur" | "emit:blurText" | "emit:configuration" | "emit:position" | "emit:modelDecorations" | "emit:modelLanguage" | "emit:modelOptions" | "emit:afterDispose" | "emit:focus" | "emit:focusText" | "emit:layout" | "emit:scroll" | "emit:keydown" | "emit:keyup" | "emit:mouseDown" | "emit:mouseLeave" | "emit:mouseMove" | "emit:mouseUp"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
34
34
|
export default _default;
|
@@ -50,5 +50,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
|
|
50
50
|
"v-slots"?: {} & Omit<{
|
51
51
|
default?: import("vue").Slot;
|
52
52
|
}, never>;
|
53
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "grid" | "filled" | "
|
53
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "grid" | "filled" | "disabled" | "styles" | "required" | "emit:update:modelValue" | "modelValue" | "v-model" | "autofocus" | "multilingualContext" | "richTextSettings" | "multipleLines" | "validationOn"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
54
54
|
export default _default;
|
@@ -37,5 +37,5 @@ declare const _default: <T1 extends unknown, T2 extends unknown>(props: import("
|
|
37
37
|
"v-slots"?: {} & Omit<{
|
38
38
|
default?: import("vue").Slot;
|
39
39
|
}, never>;
|
40
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "grid" | "disabled" | "
|
40
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "mode" | "label" | "grid" | "disabled" | "rules" | "emit:update:modelValue" | "modelValue" | "v-model" | "items" | "autofocus" | "itemValue" | "defaultValueItem" | "hideEditGrid" | "selectionVisible" | "isAppendIcon" | "emit:selectItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
41
41
|
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, "title" | "options" | "required" | "modelValue" | "
|
27
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "options" | "required" | "emit:update:modelValue" | "modelValue" | "v-model" | "hideDetails" | "multipleChoice" | "optionValue" | "optionText"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
28
28
|
export default _default;
|
@@ -13,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
13
13
|
"v-slots"?: {} & Omit<{
|
14
14
|
default?: import("vue").Slot;
|
15
15
|
}, never>;
|
16
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "modelValue" | "
|
16
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model" | "emit:newUserSelected"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
17
17
|
export default _default;
|
@@ -17,5 +17,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
|
|
17
17
|
} & Omit<{
|
18
18
|
default?: import("vue").Slot;
|
19
19
|
}, "item" | "menuItem">;
|
20
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "items" | "
|
20
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "padding" | "items" | "slot:item" | "gapX" | "emit:click:item" | "emit:valueChanged" | "slot:menuItem"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
21
21
|
export default _default;
|
@@ -7,5 +7,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AlertProps>
|
|
7
7
|
"v-slots"?: {} & Omit<{
|
8
8
|
default?: import("vue").Slot;
|
9
9
|
}, never>;
|
10
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "variant" | "modelValue" | "
|
10
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "text" | "icon" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "closable"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
11
11
|
export default _default;
|
@@ -11,5 +11,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AppBarProps>
|
|
11
11
|
} & Omit<{
|
12
12
|
default?: import("vue").Slot;
|
13
13
|
}, "actionButtons">;
|
14
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "filled" | "
|
14
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "title" | "icon" | "variant" | "filled" | "class" | "id" | "absolute" | "colorSchemaType" | "colors" | "closable" | "subTitle" | "navigation" | "emit:click:close" | "emit:click:navigation" | "navigationExpanded" | "slot:actionButtons"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
15
15
|
export default _default;
|
@@ -5,5 +5,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AvatarProps>
|
|
5
5
|
"v-slots"?: {} & Omit<{
|
6
6
|
default?: import("vue").Slot;
|
7
7
|
}, never>;
|
8
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "size" | "class" | "colorSchemaType" | "
|
8
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "color" | "size" | "class" | "colorSchemaType" | "colorType" | "toned" | "colors" | "gradient"> & import("@omnia/fx/ux").VNodeEvents) => any;
|
9
9
|
export default _default;
|