@omnia/fx 8.0.126-dev → 8.0.128-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/services/identities/GroupService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
- 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 -25
- 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 +8 -5
- 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/theming/UseThemeMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
- 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 +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
- 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/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
- 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/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
- 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 +45 -19
- 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/docs/chrome/SampleViewer.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 +28 -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 +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -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/markdown/MarkdownEditor.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/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
- 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 +2 -2
- 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.css.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
- 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/divider/Divider.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/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- 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/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.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 +7399 -88
- 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/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.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 +102 -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/ColorManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -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/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
- 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/ThemeDefinitionInstance.d.ts +21 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
- 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/documentation/themes/BlueprintsTypography.d.ts +100 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
- 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/themepicker/ThemeEditor.d.ts +77 -0
- 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 +3692 -41
- 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 +7 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- 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 +139 -27
- 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/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
- 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/ux/theming-v2/store/TypographyDefinitionStore.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
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -0,0 +1,364 @@
|
|
1
|
+
import { ChromeBlueprints } from "@omnia/fx-models";
|
2
|
+
declare const _default: {
|
3
|
+
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
|
+
"onUpdate:modelValue": {
|
5
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
6
|
+
};
|
7
|
+
"v-model": {
|
8
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
9
|
+
required: false;
|
10
|
+
};
|
11
|
+
modelValue: {
|
12
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
13
|
+
required: false;
|
14
|
+
};
|
15
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
16
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
17
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
18
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
19
|
+
required: false;
|
20
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
21
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
22
|
+
required: false;
|
23
|
+
}; } & {
|
24
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
|
25
|
+
"onUpdate:modelValue": {
|
26
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
27
|
+
};
|
28
|
+
} & {
|
29
|
+
"v-model": {
|
30
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
31
|
+
required: false;
|
32
|
+
};
|
33
|
+
} & {
|
34
|
+
modelValue: {
|
35
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
36
|
+
required: false;
|
37
|
+
};
|
38
|
+
}>;
|
39
|
+
defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
|
40
|
+
"onUpdate:modelValue": {
|
41
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
42
|
+
};
|
43
|
+
} & {
|
44
|
+
"v-model": {
|
45
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
46
|
+
required: false;
|
47
|
+
};
|
48
|
+
} & {
|
49
|
+
modelValue: {
|
50
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
51
|
+
required: false;
|
52
|
+
};
|
53
|
+
}, false>;
|
54
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
|
55
|
+
"onUpdate:modelValue": {
|
56
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
57
|
+
};
|
58
|
+
} & {
|
59
|
+
"v-model": {
|
60
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
61
|
+
required: false;
|
62
|
+
};
|
63
|
+
} & {
|
64
|
+
modelValue: {
|
65
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
66
|
+
required: false;
|
67
|
+
};
|
68
|
+
}>;
|
69
|
+
};
|
70
|
+
}>> & {
|
71
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
|
72
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
|
+
"update:modelValue": (value: ChromeBlueprints) => any;
|
74
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
75
|
+
"onUpdate:modelValue": {
|
76
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
77
|
+
};
|
78
|
+
"v-model": {
|
79
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
80
|
+
required: false;
|
81
|
+
};
|
82
|
+
modelValue: {
|
83
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
84
|
+
required: false;
|
85
|
+
};
|
86
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
87
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
88
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
89
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
90
|
+
required: false;
|
91
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
92
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
93
|
+
required: false;
|
94
|
+
}; } & {
|
95
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
|
96
|
+
"onUpdate:modelValue": {
|
97
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
98
|
+
};
|
99
|
+
} & {
|
100
|
+
"v-model": {
|
101
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
102
|
+
required: false;
|
103
|
+
};
|
104
|
+
} & {
|
105
|
+
modelValue: {
|
106
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
107
|
+
required: false;
|
108
|
+
};
|
109
|
+
}>;
|
110
|
+
defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
|
111
|
+
"onUpdate:modelValue": {
|
112
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
113
|
+
};
|
114
|
+
} & {
|
115
|
+
"v-model": {
|
116
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
117
|
+
required: false;
|
118
|
+
};
|
119
|
+
} & {
|
120
|
+
modelValue: {
|
121
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
122
|
+
required: false;
|
123
|
+
};
|
124
|
+
}, false>;
|
125
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
|
126
|
+
"onUpdate:modelValue": {
|
127
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
128
|
+
};
|
129
|
+
} & {
|
130
|
+
"v-model": {
|
131
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
132
|
+
required: false;
|
133
|
+
};
|
134
|
+
} & {
|
135
|
+
modelValue: {
|
136
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
137
|
+
required: false;
|
138
|
+
};
|
139
|
+
}>;
|
140
|
+
};
|
141
|
+
}>> & {
|
142
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
|
143
|
+
}, {}, true, {}, {}, {
|
144
|
+
P: {};
|
145
|
+
B: {};
|
146
|
+
D: {};
|
147
|
+
C: {};
|
148
|
+
M: {};
|
149
|
+
Defaults: {};
|
150
|
+
}, Readonly<import("vue").ExtractPropTypes<{
|
151
|
+
"onUpdate:modelValue": {
|
152
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
153
|
+
};
|
154
|
+
"v-model": {
|
155
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
156
|
+
required: false;
|
157
|
+
};
|
158
|
+
modelValue: {
|
159
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
160
|
+
required: false;
|
161
|
+
};
|
162
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
163
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
164
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
165
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
166
|
+
required: false;
|
167
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
168
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
169
|
+
required: false;
|
170
|
+
}; } & {
|
171
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
|
172
|
+
"onUpdate:modelValue": {
|
173
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
174
|
+
};
|
175
|
+
} & {
|
176
|
+
"v-model": {
|
177
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
178
|
+
required: false;
|
179
|
+
};
|
180
|
+
} & {
|
181
|
+
modelValue: {
|
182
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
183
|
+
required: false;
|
184
|
+
};
|
185
|
+
}>;
|
186
|
+
defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
|
187
|
+
"onUpdate:modelValue": {
|
188
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
189
|
+
};
|
190
|
+
} & {
|
191
|
+
"v-model": {
|
192
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
193
|
+
required: false;
|
194
|
+
};
|
195
|
+
} & {
|
196
|
+
modelValue: {
|
197
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
198
|
+
required: false;
|
199
|
+
};
|
200
|
+
}, false>;
|
201
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
|
202
|
+
"onUpdate:modelValue": {
|
203
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
204
|
+
};
|
205
|
+
} & {
|
206
|
+
"v-model": {
|
207
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
208
|
+
required: false;
|
209
|
+
};
|
210
|
+
} & {
|
211
|
+
modelValue: {
|
212
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
213
|
+
required: false;
|
214
|
+
};
|
215
|
+
}>;
|
216
|
+
};
|
217
|
+
}>> & {
|
218
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
|
219
|
+
}, () => JSX.Element, {}, {}, {}, {}>;
|
220
|
+
__isFragment?: never;
|
221
|
+
__isTeleport?: never;
|
222
|
+
__isSuspense?: never;
|
223
|
+
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
224
|
+
"onUpdate:modelValue": {
|
225
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
226
|
+
};
|
227
|
+
"v-model": {
|
228
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
229
|
+
required: false;
|
230
|
+
};
|
231
|
+
modelValue: {
|
232
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
233
|
+
required: false;
|
234
|
+
};
|
235
|
+
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
236
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
237
|
+
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
238
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
239
|
+
required: false;
|
240
|
+
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
241
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
242
|
+
required: false;
|
243
|
+
}; } & {
|
244
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprints, {
|
245
|
+
"onUpdate:modelValue": {
|
246
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
247
|
+
};
|
248
|
+
} & {
|
249
|
+
"v-model": {
|
250
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
251
|
+
required: false;
|
252
|
+
};
|
253
|
+
} & {
|
254
|
+
modelValue: {
|
255
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
256
|
+
required: false;
|
257
|
+
};
|
258
|
+
}>;
|
259
|
+
defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprints, {
|
260
|
+
"onUpdate:modelValue": {
|
261
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
262
|
+
};
|
263
|
+
} & {
|
264
|
+
"v-model": {
|
265
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
266
|
+
required: false;
|
267
|
+
};
|
268
|
+
} & {
|
269
|
+
modelValue: {
|
270
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
271
|
+
required: false;
|
272
|
+
};
|
273
|
+
}, false>;
|
274
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprints, {
|
275
|
+
"onUpdate:modelValue": {
|
276
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
277
|
+
};
|
278
|
+
} & {
|
279
|
+
"v-model": {
|
280
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
281
|
+
required: false;
|
282
|
+
};
|
283
|
+
} & {
|
284
|
+
modelValue: {
|
285
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
286
|
+
required: false;
|
287
|
+
};
|
288
|
+
}>;
|
289
|
+
};
|
290
|
+
}>> & {
|
291
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
|
292
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
293
|
+
"update:modelValue": (value: ChromeBlueprints) => any;
|
294
|
+
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
295
|
+
propsDefinition: Omit<Readonly<{} & {
|
296
|
+
name?: {
|
297
|
+
[x: `onUpdate:${string}`]: {
|
298
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
299
|
+
};
|
300
|
+
} & {
|
301
|
+
[x: `v-model:${string}`]: {
|
302
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
303
|
+
required: false;
|
304
|
+
};
|
305
|
+
} & {
|
306
|
+
[x: string]: {
|
307
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
308
|
+
required: false;
|
309
|
+
};
|
310
|
+
} & {
|
311
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ChromeBlueprints, {
|
312
|
+
"onUpdate:modelValue": {
|
313
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
314
|
+
};
|
315
|
+
} & {
|
316
|
+
"v-model": {
|
317
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
318
|
+
required: false;
|
319
|
+
};
|
320
|
+
} & {
|
321
|
+
modelValue: {
|
322
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
323
|
+
required: false;
|
324
|
+
};
|
325
|
+
}>;
|
326
|
+
defaultValue(value?: ChromeBlueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ChromeBlueprints, {
|
327
|
+
"onUpdate:modelValue": {
|
328
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
329
|
+
};
|
330
|
+
} & {
|
331
|
+
"v-model": {
|
332
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
333
|
+
required: false;
|
334
|
+
};
|
335
|
+
} & {
|
336
|
+
modelValue: {
|
337
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
338
|
+
required: false;
|
339
|
+
};
|
340
|
+
}, false>;
|
341
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ChromeBlueprints, {
|
342
|
+
"onUpdate:modelValue": {
|
343
|
+
type: import("vue").PropType<(value: ChromeBlueprints) => any>;
|
344
|
+
};
|
345
|
+
} & {
|
346
|
+
"v-model": {
|
347
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
348
|
+
required: false;
|
349
|
+
};
|
350
|
+
} & {
|
351
|
+
modelValue: {
|
352
|
+
type: import("vue").PropType<ChromeBlueprints>;
|
353
|
+
required: false;
|
354
|
+
};
|
355
|
+
}>;
|
356
|
+
};
|
357
|
+
"v-model"?: ChromeBlueprints;
|
358
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
|
359
|
+
modelValue?: ChromeBlueprints;
|
360
|
+
}>, "onUpdate:modelValue"> & {
|
361
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprints) => any;
|
362
|
+
};
|
363
|
+
};
|
364
|
+
export default _default;
|
@@ -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
|
+
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType"> & {
|
15
|
+
"v-slots"?: {
|
16
|
+
default?: import("vue").Slot;
|
17
|
+
};
|
18
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "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, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "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"> & {
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { ChromeBlueprint } from "@omnia/fx-models";
|
2
|
-
type VariantTypes = "selection-option" | "default";
|
2
|
+
type VariantTypes = "selection-option" | "slim-preview" | "default";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
5
|
text: {
|
@@ -12,7 +12,7 @@ declare const _default: {
|
|
12
12
|
} & {
|
13
13
|
type: import("vue").PropType<VariantTypes>;
|
14
14
|
};
|
15
|
-
|
15
|
+
blueprint: {
|
16
16
|
type: import("vue").PropType<ChromeBlueprint>;
|
17
17
|
} & {
|
18
18
|
type: import("vue").PropType<ChromeBlueprint>;
|
@@ -31,7 +31,7 @@ declare const _default: {
|
|
31
31
|
} & {
|
32
32
|
type: import("vue").PropType<VariantTypes>;
|
33
33
|
};
|
34
|
-
|
34
|
+
blueprint: {
|
35
35
|
type: import("vue").PropType<ChromeBlueprint>;
|
36
36
|
} & {
|
37
37
|
type: import("vue").PropType<ChromeBlueprint>;
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
61
61
|
} & {
|
62
62
|
type: import("vue").PropType<VariantTypes>;
|
63
63
|
};
|
64
|
-
|
64
|
+
blueprint: {
|
65
65
|
type: import("vue").PropType<ChromeBlueprint>;
|
66
66
|
} & {
|
67
67
|
type: import("vue").PropType<ChromeBlueprint>;
|
@@ -88,7 +88,7 @@ declare const _default: {
|
|
88
88
|
} & {
|
89
89
|
type: import("vue").PropType<VariantTypes>;
|
90
90
|
};
|
91
|
-
|
91
|
+
blueprint: {
|
92
92
|
type: import("vue").PropType<ChromeBlueprint>;
|
93
93
|
} & {
|
94
94
|
type: import("vue").PropType<ChromeBlueprint>;
|
@@ -107,7 +107,7 @@ declare const _default: {
|
|
107
107
|
colors?: any;
|
108
108
|
} & {
|
109
109
|
text?: string;
|
110
|
-
|
110
|
+
blueprint?: ChromeBlueprint;
|
111
111
|
variant?: VariantTypes;
|
112
112
|
}>, never>;
|
113
113
|
};
|
@@ -7,11 +7,11 @@ declare const _default: (props: {
|
|
7
7
|
modelValue?: ComponentBlueprints;
|
8
8
|
} & {
|
9
9
|
toned?: boolean;
|
10
|
-
} & Omit<{}, "v-model" | "onUpdate:modelValue" | "modelValue"
|
10
|
+
} & Omit<{}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue"> & {
|
11
11
|
"v-slots"?: {
|
12
12
|
default?: import("vue").Slot;
|
13
13
|
};
|
14
|
-
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue"
|
14
|
+
} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">) => {
|
15
15
|
$: import("vue").ComponentInternalInstance;
|
16
16
|
$data: {};
|
17
17
|
$props: {};
|
@@ -61,7 +61,7 @@ declare const _default: (props: {
|
|
61
61
|
"v-slots"?: {
|
62
62
|
default?: import("vue").Slot;
|
63
63
|
};
|
64
|
-
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "v-model" | "onUpdate:modelValue" | "modelValue"
|
64
|
+
} & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue">;
|
65
65
|
} & import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
66
66
|
[key: string]: any;
|
67
67
|
}>;
|