@omnia/fx 8.0.126-dev → 8.0.127-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -24
- package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -19
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +44 -18
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
- 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 +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/edit/datafield/DataFieldEdit.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/fileuploader/FileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.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/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
- 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 +3 -3
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.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/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/datatable/DataTable.css.d.ts +31 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +67 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
- 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 +129 -53
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +77 -68
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
- 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/Tab.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/textfield/TextField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/SpacingBlueprint.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +125 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -45
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +298 -298
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +31 -31
- package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +116 -26
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
- /package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
@@ -1,15 +1,15 @@
|
|
1
|
-
import {
|
1
|
+
import { SubscriptionInformation, Subscription, ActorSubscription, ActorId, SubscriptionId } from "../models";
|
2
2
|
export declare const activitySubscriptionService: () => {
|
3
|
-
upsertSubscription: (
|
4
|
-
removeSubscription: (
|
5
|
-
get: (
|
6
|
-
|
7
|
-
getAll: () => Promise<
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
addFollowingSubscription: (
|
13
|
-
isFollowingSubscription: (
|
14
|
-
removeFollowingSubscription: (
|
3
|
+
upsertSubscription: (subscriptionOwner: ActorId, id: SubscriptionId, title: Record<string, string>, description: Record<string, string>) => Promise<SubscriptionInformation>;
|
4
|
+
removeSubscription: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
|
5
|
+
get: (actorSubscription: ActorSubscription) => Promise<SubscriptionInformation>;
|
6
|
+
getByActorId: (subscriptionOwner: ActorId) => Promise<SubscriptionInformation[]>;
|
7
|
+
getAll: () => Promise<SubscriptionInformation[]>;
|
8
|
+
addActorAsSubscriber: (actorSubscription: ActorSubscription, newSubscriber: ActorId) => Promise<SubscriptionId>;
|
9
|
+
removeActorAsSubscriber: (actorSubscription: ActorSubscription, actorToRemove: ActorId) => Promise<SubscriptionId>;
|
10
|
+
getActorSubscriptions: (actorToGetFor: ActorId) => Promise<SubscriptionInformation[]>;
|
11
|
+
getSubscribers: (subscriptionOwner: ActorId, ownerSubscriptions: SubscriptionId[]) => Promise<Subscription[]>;
|
12
|
+
addFollowingSubscription: (actorToFollow: ActorId) => Promise<void>;
|
13
|
+
isFollowingSubscription: (actorToFollow: ActorId) => Promise<boolean>;
|
14
|
+
removeFollowingSubscription: (actorToFollow: ActorId) => Promise<SubscriptionId>;
|
15
15
|
};
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GroupIdentity, GuidValue, Identity, IdentityProperty, UserIdentityPropertyDefinition, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, UserIdentity } from "@omnia/fx-models";
|
1
|
+
import { GroupIdentity, GuidValue, Identity, IdentityProperty, UserIdentityPropertyDefinition, PropertyBinding, PropertyDefinition, ResolvedUserIdentity, UserIdentity, LanguagePropertyValue } from "@omnia/fx-models";
|
2
2
|
import { MediaPickerService, UserPresenceStatus } from "../services";
|
3
3
|
import { Store } from "./Store";
|
4
4
|
export declare class UserIdentityStore extends Store {
|
@@ -59,6 +59,8 @@ export declare class UserIdentityStore extends Store {
|
|
59
59
|
}, providerId: GuidValue, userIds: GuidValue[]) => void, (failureReason: any, providerId: GuidValue, userIds: GuidValue[]) => void, (providerId: GuidValue, userIds: GuidValue[]) => Promise<{
|
60
60
|
[userIdentityUid: string]: Identity;
|
61
61
|
}>>;
|
62
|
+
setUiLanguage: import("./Store").StoreAction<unknown, (uiLanguage: LanguagePropertyValue) => void, (result: ResolvedUserIdentity, uiLanguage: LanguagePropertyValue) => void, (failureReason: any, uiLanguage: LanguagePropertyValue) => void, (uiLanguage: LanguagePropertyValue) => Promise<ResolvedUserIdentity>>;
|
63
|
+
removeUiLanguage: import("./Store").StoreAction<unknown, () => void, (result: ResolvedUserIdentity) => void, (failureReason: any) => void, () => Promise<ResolvedUserIdentity>>;
|
62
64
|
};
|
63
65
|
protected onActivated(): void;
|
64
66
|
}
|
package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
import { IImageTransformHandler, MediaPickerRotateTransformation } from "@omnia/fx-models";
|
2
|
+
export declare class ImageRotateHandler implements IImageTransformHandler {
|
3
|
+
private imageTransformationStore;
|
4
|
+
private mediaPickerService;
|
5
|
+
transform(options: MediaPickerRotateTransformation): Promise<void>;
|
6
|
+
updateTransformationData(options: MediaPickerRotateTransformation): Promise<void>;
|
7
|
+
/**
|
8
|
+
* Ensure the rotation is within 0 to 360
|
9
|
+
*/
|
10
|
+
private normalizeRotation;
|
11
|
+
private needToSwapWidthAndHeight;
|
12
|
+
private ensureCorrectCropAreaAfterRotate;
|
13
|
+
}
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import "
|
1
|
+
import "@omnia/tooling/vue/config/wctypings";
|
2
2
|
import "../wctypings";
|
3
3
|
import "./button/index";
|
4
4
|
import "./colorpicker/index";
|
@@ -69,7 +69,7 @@ type VuetifySlots<T> = {
|
|
69
69
|
type VuetifyValue<T> = T extends {
|
70
70
|
value?: any;
|
71
71
|
} ? T["value"] : T;
|
72
|
-
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio } from "vuetify/components";
|
72
|
+
import { VTooltip, VTextarea, VSwitch, VRadioGroup, VLazy, VForm, VTextField, VBtn, VBtnToggle, VBtnGroup, VNavigationDrawer, VList, VListItem, VListGroup, VListImg, VListItemAction, VListItemTitle, VListItemSubtitle, VListItemMedia, VListSubheader, VDialog, VDialogBottomTransition, VDialogTopTransition, VDialogTransition, VCard, VCardActions, VCardItem, VCardSubtitle, VCardText, VCardTitle, VExpansionPanels, VExpansionPanel, VExpansionPanelText, VExpansionPanelTitle, VAutocomplete, VMenu, VTable, VCheckbox, VCheckboxBtn, VVirtualScroll, VChip, VSelect, VBadge, VCol, VPagination, VRating, VRangeSlider, VSnackbar, VRadio, VSlideGroup, VSlideGroupItem } from "vuetify/components";
|
73
73
|
import { Intersect } from "vuetify/directives";
|
74
74
|
import { VDataTable, VDataTableRow, VDataTableRows, VDataTableVirtual, VDataTableServer, VInfiniteScroll, VDatePicker } from "vuetify/components";
|
75
75
|
export interface VDataTableServerSlots extends VuetifySlots<VuetifyProps<Pick<VDataTableServer, "$props">>> {
|
@@ -261,6 +261,12 @@ declare global {
|
|
261
261
|
"v-snackbar": VuetifyProps<Pick<VSnackbar, "$props">> & {
|
262
262
|
[name: string]: any;
|
263
263
|
};
|
264
|
+
"v-slide-group": VuetifyProps<Pick<VSlideGroup, "$props">> & {
|
265
|
+
[name: string]: any;
|
266
|
+
};
|
267
|
+
"v-slide-group-item": VuetifyProps<Pick<VSlideGroupItem, "$props">> & {
|
268
|
+
[name: string]: any;
|
269
|
+
};
|
264
270
|
}
|
265
271
|
}
|
266
272
|
}
|
@@ -11,7 +11,6 @@ export * from "./oxide";
|
|
11
11
|
export * from "./app";
|
12
12
|
export * from "./datetimepicker";
|
13
13
|
export * from "./mediapickerV2";
|
14
|
-
export * from "./mediapickervideo";
|
15
14
|
export * from "./mediapickerproviders";
|
16
15
|
export * from "./fileuploader";
|
17
16
|
export * from "./actionhandler";
|
@@ -131,12 +131,12 @@ declare const _default: {
|
|
131
131
|
propsDefinition: Omit<Readonly<{} & {
|
132
132
|
serviceId?: GuidValue;
|
133
133
|
"service-id"?: GuidValue;
|
134
|
-
tableName?: string;
|
135
|
-
"table-name"?: string;
|
136
134
|
additionalBuiltInProperties?: GuidValue[];
|
137
135
|
"additional-built-in-properties"?: GuidValue[];
|
138
136
|
additionalTitle?: string;
|
139
137
|
"additional-title"?: string;
|
138
|
+
tableName?: string;
|
139
|
+
"table-name"?: string;
|
140
140
|
}>, never>;
|
141
141
|
};
|
142
142
|
export default _default;
|
@@ -123,12 +123,12 @@ declare const _default: {
|
|
123
123
|
propsDefinition: Omit<Readonly<{} & {
|
124
124
|
serviceId?: GuidValue;
|
125
125
|
"service-id"?: GuidValue;
|
126
|
-
tableName?: string;
|
127
|
-
"table-name"?: string;
|
128
126
|
additionalBuiltInProperties?: GuidValue[];
|
129
127
|
"additional-built-in-properties"?: GuidValue[];
|
130
128
|
additionalTitle?: string;
|
131
129
|
"additional-title"?: string;
|
130
|
+
tableName?: string;
|
131
|
+
"table-name"?: string;
|
132
132
|
}>, never>;
|
133
133
|
};
|
134
134
|
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts
CHANGED
@@ -48,10 +48,10 @@ declare const _default: {
|
|
48
48
|
propsDefinition: Omit<Readonly<{} & {
|
49
49
|
close?: () => void;
|
50
50
|
isSaving?: boolean;
|
51
|
-
errorMessage?: string;
|
52
|
-
hasSaved?: boolean;
|
53
|
-
handleSave?: (appTemplate: AppTemplate) => void;
|
54
51
|
hasError?: boolean;
|
52
|
+
handleSave?: (appTemplate: AppTemplate) => void;
|
53
|
+
hasSaved?: boolean;
|
54
|
+
errorMessage?: string;
|
55
55
|
}>, never>;
|
56
56
|
};
|
57
57
|
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts
CHANGED
@@ -46,10 +46,10 @@ declare const _default: {
|
|
46
46
|
propsDefinition: Omit<Readonly<{} & {
|
47
47
|
close?: () => void;
|
48
48
|
isSaving?: boolean;
|
49
|
-
errorMessage?: string;
|
50
|
-
hasSaved?: boolean;
|
51
|
-
handleSave?: (appTemplate: AppTemplate) => void;
|
52
49
|
hasError?: boolean;
|
50
|
+
handleSave?: (appTemplate: AppTemplate) => void;
|
51
|
+
hasSaved?: boolean;
|
52
|
+
errorMessage?: string;
|
53
53
|
}>, never>;
|
54
54
|
};
|
55
55
|
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts
CHANGED
@@ -43,10 +43,10 @@ declare const _default: {
|
|
43
43
|
propsDefinition: Omit<Readonly<{} & {
|
44
44
|
close?: () => void;
|
45
45
|
isSaving?: boolean;
|
46
|
-
errorMessage?: string;
|
47
|
-
hasSaved?: boolean;
|
48
|
-
handleSave?: (appTemplate: AppTemplate) => void;
|
49
46
|
hasError?: boolean;
|
47
|
+
handleSave?: (appTemplate: AppTemplate) => void;
|
48
|
+
hasSaved?: boolean;
|
49
|
+
errorMessage?: string;
|
50
50
|
}>, never>;
|
51
51
|
};
|
52
52
|
export default _default;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts
CHANGED
@@ -70,8 +70,8 @@ declare const _default: {
|
|
70
70
|
};
|
71
71
|
}>>, {
|
72
72
|
isSaving: boolean;
|
73
|
-
hasSaved: boolean;
|
74
73
|
hasError: boolean;
|
74
|
+
hasSaved: boolean;
|
75
75
|
}, true, {}, {}, {
|
76
76
|
P: {};
|
77
77
|
B: {};
|
@@ -115,8 +115,8 @@ declare const _default: {
|
|
115
115
|
};
|
116
116
|
}>>, () => JSX.Element, {}, {}, {}, {
|
117
117
|
isSaving: boolean;
|
118
|
-
hasSaved: boolean;
|
119
118
|
hasError: boolean;
|
119
|
+
hasSaved: boolean;
|
120
120
|
}>;
|
121
121
|
__isFragment?: never;
|
122
122
|
__isTeleport?: never;
|
@@ -157,17 +157,17 @@ declare const _default: {
|
|
157
157
|
};
|
158
158
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
159
159
|
isSaving: boolean;
|
160
|
-
hasSaved: boolean;
|
161
160
|
hasError: boolean;
|
161
|
+
hasSaved: boolean;
|
162
162
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
163
163
|
propsDefinition: Omit<Readonly<{
|
164
164
|
close: unknown;
|
165
165
|
handleSave: (appTemplate: AppTemplate) => void;
|
166
166
|
} & {
|
167
167
|
isSaving?: boolean;
|
168
|
-
errorMessage?: string;
|
169
|
-
hasSaved?: boolean;
|
170
168
|
hasError?: boolean;
|
169
|
+
hasSaved?: boolean;
|
170
|
+
errorMessage?: string;
|
171
171
|
isSensitivityLabelsFeatureActivated?: boolean;
|
172
172
|
"onUpdate:isSensitivityLabelsFeatureActivated"?: (value: boolean) => any;
|
173
173
|
"v-model:isSensitivityLabelsFeatureActivated"?: boolean;
|
package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts
CHANGED
@@ -59,10 +59,10 @@ declare const _default: {
|
|
59
59
|
propsDefinition: Omit<Readonly<{} & {
|
60
60
|
close?: () => void;
|
61
61
|
isSaving?: boolean;
|
62
|
-
errorMessage?: string;
|
63
|
-
hasSaved?: boolean;
|
64
|
-
handleSave?: (appTemplate: AppTemplate) => void;
|
65
62
|
hasError?: boolean;
|
63
|
+
handleSave?: (appTemplate: AppTemplate) => void;
|
64
|
+
hasSaved?: boolean;
|
65
|
+
errorMessage?: string;
|
66
66
|
}>, never>;
|
67
67
|
};
|
68
68
|
export default _default;
|
@@ -152,9 +152,9 @@ declare const _default: {
|
|
152
152
|
handleAppActionError: () => void;
|
153
153
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
154
154
|
propsDefinition: Omit<Readonly<{} & {
|
155
|
-
action?: AppInstanceProgressActions;
|
156
155
|
appInstance?: AppInstance;
|
157
156
|
"app-instance"?: AppInstance;
|
157
|
+
action?: AppInstanceProgressActions;
|
158
158
|
deleteAppWithErrorStatusAfterCreating?: boolean;
|
159
159
|
"delete-app-with-error-status-after-creating"?: boolean;
|
160
160
|
appBarTitle?: string;
|
@@ -647,6 +647,24 @@ declare const _default: {
|
|
647
647
|
summaryHeadingStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
648
648
|
summaryPersonFieldStyles?: import("typestyle/lib/types").NestedCSSProperties;
|
649
649
|
};
|
650
|
+
colsGrid?: number;
|
651
|
+
"cols-grid"?: number;
|
652
|
+
stylesTemplate?: {
|
653
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
654
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
655
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
656
|
+
};
|
657
|
+
"styles-template"?: {
|
658
|
+
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
659
|
+
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
660
|
+
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
661
|
+
};
|
662
|
+
isSort?: boolean;
|
663
|
+
"is-sort"?: boolean;
|
664
|
+
isOnDialog?: boolean;
|
665
|
+
"is-on-dialog"?: boolean;
|
666
|
+
horizontalMinHeight?: number;
|
667
|
+
"horizontal-min-height"?: number;
|
650
668
|
showEnabledTemplatesOnly?: boolean;
|
651
669
|
"show-enabled-templates-only"?: boolean;
|
652
670
|
onApproved?: () => void;
|
@@ -673,26 +691,8 @@ declare const _default: {
|
|
673
691
|
"initial-app-instance"?: AppInstance;
|
674
692
|
templatesToShow?: string[];
|
675
693
|
"templates-to-show"?: string[];
|
676
|
-
isOnDialog?: boolean;
|
677
|
-
"is-on-dialog"?: boolean;
|
678
|
-
horizontalMinHeight?: number;
|
679
|
-
"horizontal-min-height"?: number;
|
680
|
-
colsGrid?: number;
|
681
|
-
"cols-grid"?: number;
|
682
694
|
templatePickerWrapperClass?: string;
|
683
695
|
"template-picker-wrapper-class"?: string;
|
684
|
-
stylesTemplate?: {
|
685
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
686
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
687
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
688
|
-
};
|
689
|
-
"styles-template"?: {
|
690
|
-
itemTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
691
|
-
titleTemplateStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
692
|
-
buttonStyle?: import("typestyle/lib/types").NestedCSSProperties;
|
693
|
-
};
|
694
|
-
isSort?: boolean;
|
695
|
-
"is-sort"?: boolean;
|
696
696
|
}>, never>;
|
697
697
|
};
|
698
698
|
export default _default;
|
@@ -204,9 +204,9 @@ declare const _default: {
|
|
204
204
|
handleAppActionCompleted: (appInstance: AppInstance) => void;
|
205
205
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
206
206
|
propsDefinition: Omit<Readonly<{} & {
|
207
|
-
action?: AppInstanceProgressActions;
|
208
207
|
appInstance?: AppInstance;
|
209
208
|
"app-instance"?: AppInstance;
|
209
|
+
action?: AppInstanceProgressActions;
|
210
210
|
hideProgressLabel?: boolean;
|
211
211
|
"hide-progress-label"?: boolean;
|
212
212
|
deleteAppWithErrorStatusAfterCreating?: boolean;
|
@@ -310,12 +310,6 @@ export declare const AppInstanceTemplatePickerVueComponent: {
|
|
310
310
|
}>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
311
311
|
propsDefinition: Omit<Readonly<{} & {
|
312
312
|
appDefinitionId?: GuidValue;
|
313
|
-
wrapperClass?: string;
|
314
|
-
"wrapper-class"?: string;
|
315
|
-
showEnabledTemplatesOnly?: boolean;
|
316
|
-
"show-enabled-templates-only"?: boolean;
|
317
|
-
templatesToShow?: string[];
|
318
|
-
"templates-to-show"?: string[];
|
319
313
|
colsGrid?: number;
|
320
314
|
"cols-grid"?: number;
|
321
315
|
stylesTemplate?: {
|
@@ -330,6 +324,12 @@ export declare const AppInstanceTemplatePickerVueComponent: {
|
|
330
324
|
};
|
331
325
|
isSort?: boolean;
|
332
326
|
"is-sort"?: boolean;
|
327
|
+
wrapperClass?: string;
|
328
|
+
"wrapper-class"?: string;
|
329
|
+
showEnabledTemplatesOnly?: boolean;
|
330
|
+
"show-enabled-templates-only"?: boolean;
|
331
|
+
templatesToShow?: string[];
|
332
|
+
"templates-to-show"?: string[];
|
333
333
|
"app-definition-id"?: GuidValue;
|
334
334
|
initialAppTemplateId?: GuidValue;
|
335
335
|
"onUpdate:initialAppTemplateId"?: (value: GuidValue) => any;
|
@@ -9,13 +9,23 @@ declare const _default: (props: {
|
|
9
9
|
fill?: boolean;
|
10
10
|
} & {
|
11
11
|
border?: boolean;
|
12
|
+
} & {
|
13
|
+
individualRadiusSelection?: boolean;
|
14
|
+
} & {
|
15
|
+
individualBorderWidthSelection?: boolean;
|
12
16
|
} & {
|
13
17
|
elevation?: boolean;
|
14
|
-
} &
|
18
|
+
} & {
|
19
|
+
createNewColorDynamic?: boolean;
|
20
|
+
} & {
|
21
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
22
|
+
} & {
|
23
|
+
enableDynamicColor?: boolean;
|
24
|
+
} & Omit<{}, "fill" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & {
|
15
25
|
"v-slots"?: {
|
16
26
|
default?: import("vue").Slot;
|
17
27
|
};
|
18
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
28
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">) => {
|
19
29
|
$: import("vue").ComponentInternalInstance;
|
20
30
|
$data: {};
|
21
31
|
$props: {};
|
@@ -63,13 +73,23 @@ declare const _default: (props: {
|
|
63
73
|
fill?: boolean;
|
64
74
|
} & {
|
65
75
|
border?: boolean;
|
76
|
+
} & {
|
77
|
+
individualRadiusSelection?: boolean;
|
78
|
+
} & {
|
79
|
+
individualBorderWidthSelection?: boolean;
|
66
80
|
} & {
|
67
81
|
elevation?: boolean;
|
82
|
+
} & {
|
83
|
+
createNewColorDynamic?: boolean;
|
84
|
+
} & {
|
85
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
86
|
+
} & {
|
87
|
+
enableDynamicColor?: boolean;
|
68
88
|
} & {
|
69
89
|
"v-slots"?: {
|
70
90
|
default?: import("vue").Slot;
|
71
91
|
};
|
72
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue">;
|
92
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection">;
|
73
93
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
94
|
[key: string]: any;
|
75
95
|
}>;
|
@@ -0,0 +1 @@
|
|
1
|
+
export declare const ExampleComponents: import("@omnia/fx/ux").DocumentationSpec;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
export declare const spec: import("@omnia/fx/ux").DocumentationSpec;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { ButtonBlueprintType, ButtonTypes, ComponentBlueprints } from "@omnia/fx-models";
|
2
2
|
declare const _default: (props: {
|
3
3
|
"v-model"?: ComponentBlueprints;
|
4
4
|
} & {
|
@@ -8,7 +8,7 @@ declare const _default: (props: {
|
|
8
8
|
} & {
|
9
9
|
toned?: boolean;
|
10
10
|
} & Omit<{
|
11
|
-
"onClick:select"?: (type: ButtonBlueprintType,
|
11
|
+
"onClick:select"?: (type: ButtonBlueprintType, buttonType: ButtonTypes) => any;
|
12
12
|
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned"> & {
|
13
13
|
"v-slots"?: {
|
14
14
|
default?: import("vue").Slot;
|
@@ -64,7 +64,7 @@ declare const _default: (props: {
|
|
64
64
|
default?: import("vue").Slot;
|
65
65
|
};
|
66
66
|
} & {
|
67
|
-
"onClick:select"?: (type: ButtonBlueprintType,
|
67
|
+
"onClick:select"?: (type: ButtonBlueprintType, buttonType: ButtonTypes) => any;
|
68
68
|
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned">;
|
69
69
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
70
70
|
[key: string]: any;
|
@@ -0,0 +1,76 @@
|
|
1
|
+
import { BlueprintVariant, ChromeBlueprints } from "@omnia/fx-models";
|
2
|
+
declare const _default: (props: {
|
3
|
+
"v-model"?: ChromeBlueprints;
|
4
|
+
} & {
|
5
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => void;
|
6
|
+
} & {
|
7
|
+
modelValue?: ChromeBlueprints;
|
8
|
+
} & {
|
9
|
+
toned?: boolean;
|
10
|
+
} & {
|
11
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
12
|
+
} & Omit<{
|
13
|
+
"onClick:select"?: (variant: BlueprintVariant) => any;
|
14
|
+
}, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType"> & {
|
15
|
+
"v-slots"?: {
|
16
|
+
default?: import("vue").Slot;
|
17
|
+
};
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType">) => {
|
19
|
+
$: import("vue").ComponentInternalInstance;
|
20
|
+
$data: {};
|
21
|
+
$props: {};
|
22
|
+
$attrs: {
|
23
|
+
[x: string]: unknown;
|
24
|
+
};
|
25
|
+
$refs: {
|
26
|
+
[x: string]: unknown;
|
27
|
+
};
|
28
|
+
$slots: Readonly<{
|
29
|
+
[name: string]: import("vue").Slot<any>;
|
30
|
+
}>;
|
31
|
+
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
32
|
+
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>;
|
33
|
+
$emit: (event: string, ...args: any[]) => void;
|
34
|
+
$el: any;
|
35
|
+
$options: import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}> & {
|
36
|
+
beforeCreate?: (() => void) | (() => void)[];
|
37
|
+
created?: (() => void) | (() => void)[];
|
38
|
+
beforeMount?: (() => void) | (() => void)[];
|
39
|
+
mounted?: (() => void) | (() => void)[];
|
40
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
41
|
+
updated?: (() => void) | (() => void)[];
|
42
|
+
activated?: (() => void) | (() => void)[];
|
43
|
+
deactivated?: (() => void) | (() => void)[];
|
44
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
45
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
46
|
+
destroyed?: (() => void) | (() => void)[];
|
47
|
+
unmounted?: (() => void) | (() => void)[];
|
48
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
49
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
50
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}>, info: string) => boolean | void)[];
|
51
|
+
};
|
52
|
+
$forceUpdate: () => void;
|
53
|
+
$nextTick: typeof import("vue").nextTick;
|
54
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
55
|
+
} & Omit<{}, never> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {} & {
|
56
|
+
propsDefinition: {
|
57
|
+
"v-model"?: ChromeBlueprints;
|
58
|
+
} & {
|
59
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => void;
|
60
|
+
} & {
|
61
|
+
modelValue?: ChromeBlueprints;
|
62
|
+
} & {
|
63
|
+
toned?: boolean;
|
64
|
+
} & {
|
65
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
66
|
+
} & {
|
67
|
+
"v-slots"?: {
|
68
|
+
default?: import("vue").Slot;
|
69
|
+
};
|
70
|
+
} & {
|
71
|
+
"onClick:select"?: (variant: BlueprintVariant) => any;
|
72
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue" | "toned" | "dynamicColorSchemaType">;
|
73
|
+
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
74
|
+
[key: string]: any;
|
75
|
+
}>;
|
76
|
+
export default _default;
|
@@ -86,8 +86,10 @@ declare const _default: {
|
|
86
86
|
};
|
87
87
|
}>> & {
|
88
88
|
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
89
|
+
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
89
90
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
90
91
|
"click:confirm": (model: ChromeBlueprint) => true;
|
92
|
+
"init:actionButtons": (value: () => VNodeChild) => true;
|
91
93
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
92
94
|
"v-slots": import("vue").Prop<{
|
93
95
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
@@ -172,6 +174,7 @@ declare const _default: {
|
|
172
174
|
};
|
173
175
|
}>> & {
|
174
176
|
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
177
|
+
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
175
178
|
}, {}, true, {}, {}, {
|
176
179
|
P: {};
|
177
180
|
B: {};
|
@@ -263,6 +266,7 @@ declare const _default: {
|
|
263
266
|
};
|
264
267
|
}>> & {
|
265
268
|
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
269
|
+
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
266
270
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
267
271
|
__isFragment?: never;
|
268
272
|
__isTeleport?: never;
|
@@ -351,8 +355,10 @@ declare const _default: {
|
|
351
355
|
};
|
352
356
|
}>> & {
|
353
357
|
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
358
|
+
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
354
359
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
355
360
|
"click:confirm": (model: ChromeBlueprint) => true;
|
361
|
+
"init:actionButtons": (value: () => VNodeChild) => true;
|
356
362
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
357
363
|
propsDefinition: Omit<Readonly<{} & {
|
358
364
|
name?: {
|
@@ -426,8 +432,9 @@ declare const _default: {
|
|
426
432
|
activator?: () => VNodeChild;
|
427
433
|
};
|
428
434
|
variant?: EditorVariant;
|
429
|
-
}>, "onClick:confirm"> & {
|
435
|
+
}>, "onClick:confirm" | "onInit:actionButtons"> & {
|
430
436
|
"onClick:confirm"?: (model: ChromeBlueprint) => any;
|
437
|
+
"onInit:actionButtons"?: (value: () => VNodeChild) => any;
|
431
438
|
};
|
432
439
|
};
|
433
440
|
export default _default;
|
@@ -8,11 +8,11 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<boolean>;
|
9
9
|
};
|
10
10
|
"preview-color-schema-type": {
|
11
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
11
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
12
12
|
required: false;
|
13
13
|
};
|
14
14
|
previewColorSchemaType: {
|
15
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
15
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
16
16
|
required: false;
|
17
17
|
};
|
18
18
|
"onUpdate:modelValue": {
|
@@ -93,11 +93,11 @@ declare const _default: {
|
|
93
93
|
type: import("vue").PropType<boolean>;
|
94
94
|
};
|
95
95
|
"preview-color-schema-type": {
|
96
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
96
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
97
97
|
required: false;
|
98
98
|
};
|
99
99
|
previewColorSchemaType: {
|
100
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
100
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
101
101
|
required: false;
|
102
102
|
};
|
103
103
|
"onUpdate:modelValue": {
|
@@ -183,11 +183,11 @@ declare const _default: {
|
|
183
183
|
type: import("vue").PropType<boolean>;
|
184
184
|
};
|
185
185
|
"preview-color-schema-type": {
|
186
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
186
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
187
187
|
required: false;
|
188
188
|
};
|
189
189
|
previewColorSchemaType: {
|
190
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
190
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
191
191
|
required: false;
|
192
192
|
};
|
193
193
|
"onUpdate:modelValue": {
|
@@ -270,11 +270,11 @@ declare const _default: {
|
|
270
270
|
type: import("vue").PropType<boolean>;
|
271
271
|
};
|
272
272
|
"preview-color-schema-type": {
|
273
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
273
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
274
274
|
required: false;
|
275
275
|
};
|
276
276
|
previewColorSchemaType: {
|
277
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
277
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
278
278
|
required: false;
|
279
279
|
};
|
280
280
|
"onUpdate:modelValue": {
|
@@ -413,8 +413,8 @@ declare const _default: {
|
|
413
413
|
"v-model"?: ChromeBlueprint | BlueprintVariant;
|
414
414
|
"onUpdate:modelValue"?: (value: ChromeBlueprint | BlueprintVariant) => any;
|
415
415
|
modelValue?: ChromeBlueprint | BlueprintVariant;
|
416
|
-
previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
417
|
-
"preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
416
|
+
previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
417
|
+
"preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
418
418
|
customChrome?: boolean;
|
419
419
|
"custom-chrome"?: boolean;
|
420
420
|
}>, "onUpdate:modelValue"> & {
|