@omnia/fx 8.0.124-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 +2 -1
- 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/manifests/omnia.vendor.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/TransactionLogService.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/broadcasting/InternalTopics.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.d.ts +14 -0
- package/internal-do-not-import-from-here/shared/models/HttpCommon.js +7 -0
- 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 +14 -6
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -1
- 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 +16 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +5 -0
- 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 +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +2 -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 +3 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +3 -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 +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.js +19 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/HubSource.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/targeting/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +122 -0
- package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.d.ts → Chrome.d.ts} +6 -6
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +6 -6
- package/internal-do-not-import-from-here/shared/models/theming/Spacing.d.ts +22 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.d.ts → Typography.d.ts} +19 -19
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +4 -4
- package/internal-do-not-import-from-here/shared/models/theming/index.js +4 -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/models/velcron/VelcronReference.d.ts +20 -0
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronReference.js +5 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/velcron/index.js +1 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +21 -20
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +15 -0
- package/internal-do-not-import-from-here/shared/services/DefineService.d.ts +1 -6
- package/internal-do-not-import-from-here/shared/services/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer/store → stores/mediapicker}/ImageTransformerStore.d.ts +16 -18
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerCommonStore.d.ts +4 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/MediaPickerGalleryStore.d.ts +15 -15
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/ProviderStore.d.ts +26 -28
- package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaFileProcessor.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/constants.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/index.d.ts +1 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2/handlers/imagetransformer → stores/mediapicker/handlers/Utils}/utils.d.ts +1 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/ImageHandler.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/VideoHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/cropByRatio.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/filter.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/flip.d.ts +1 -2
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/imagetransformer/index.d.ts +1 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/index.d.ts +2 -1
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseImageHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/BaseVideoHandler.d.ts +2 -3
- package/internal-do-not-import-from-here/{ux/mediapickerV2/stores → stores/mediapicker}/index.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/oxide/ComponentHostStore.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/StyleHelper.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +2 -0
- 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 +96 -0
- 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 +72 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStyleEditor.d.ts +85 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonStylePicker.d.ts +9 -7
- 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 +127 -99
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +108 -108
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +68 -0
- 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/SpacingPicker3.d.ts +98 -98
- 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 +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStyleEditor.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabStylePicker.d.ts +68 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/docs/SampleComponent.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/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 +466 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyPicker.d.ts +12 -4
- 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 +65 -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 +171 -97
- 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 +3 -3
- 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/VelcronSampleViewer.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/filterengine/FilterEngineRenderer.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/governancedashboard/BarChartIndicator.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/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 +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +2 -2
- 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/layoutcanvas/editor/settings/breakpoints/BreakPointSectionSettingsComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsrenderer/LayoutSectionTabRenderer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/layoutcanvas/stores/LayoutCanvasStore.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +2 -2
- 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 +71 -42
- 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/chrome/MediaPicker.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/index.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/chrome/types.d.ts +13 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/docs/MediaProviderExample.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagegrid/ImageGrid.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/Components/editor/ImageEditorCanvas.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/mediaprovider/MediaProvider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickerimage/MediaPickerImage.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/mediapickerproviders/bingprovider-v2/handler.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/AppInstanceRollupStyles.d.ts +5 -5
- 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 +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +10 -10
- 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/column/Column.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +29 -29
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +119 -119
- 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 +53 -0
- package/internal-do-not-import-from-here/ux/oxide/flex/Flex2.d.ts +19 -19
- package/internal-do-not-import-from-here/ux/oxide/flex/Row.d.ts +49 -49
- package/internal-do-not-import-from-here/ux/oxide/hostprovider/HostProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +10 -10
- 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/main/Main.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/menu/Menu.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +9 -9
- 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 +9 -9
- 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/scrollcontainer/store/ScrollContainerStore.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +129 -120
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/Slide.d.ts +26 -4
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +90 -7
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +15 -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 +5 -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 +32 -10
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -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.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.css.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +19 -19
- 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/richtexteditor/extensions/MediaPicker/MediaPickerEditorExtension.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/MediaPickerToolbar.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingImageFromFileHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingMicrosoftOfficeImageHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/richtexteditor/extensions/MediaPicker/PastingOmniaImageFromClipboardHandler.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/settings/SettingsPane.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/shapedivider/ShapeDivider.d.ts +2 -2
- 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 +40 -27
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TabBladeEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +48 -21
- 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 +34 -22
- 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 +19 -29
- 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/ThemeDefinitionInstance.d.ts +3 -3
- 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/BlueprintsComponents.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +58 -58
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +23 -23
- 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 +46 -46
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +46 -46
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +43 -43
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +90 -90
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +52 -52
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +7 -7
- 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 +1979 -427
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +11 -6
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Spacing.d.ts +9 -4
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +62 -12278
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +57 -57
- 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/{renderer/VelcronUnitProvider.d.ts → VelcronUnitProvider.d.ts} +1 -1
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/definitions/social/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/models/VelcronDefinitionIds.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +27 -7
- 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/parser/VelcronConstants.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +5 -1
- 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 +2 -2
- package/internal-do-not-import-from-here/ux/velcron/definitions/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/definitions/praise/PraiseApp.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/definitions/praise/index.d.ts +1 -0
- 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/components/Lottie.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Reference.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Rive.d.ts +32 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/SpacingEditor.d.ts +8 -8
- 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 +224 -34
- package/package.json +4 -4
- 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 -15
- 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/shared/models/theming/ComponentDefinitions.d.ts +0 -93
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +0 -30
- package/internal-do-not-import-from-here/shared/services/SocialSourceService.d.ts +0 -10
- package/internal-do-not-import-from-here/shared/services/SourceFileService.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.css.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/colorschemadefinitionpicker/ColorSchemaDefinitionPicker.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanel.css.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/GalleryPanels.d.ts +0 -35
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/IMediaPicker.d.ts +0 -36
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.css.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPicker.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerComponentProps.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/MediaPickerContext.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/MediaPickerImageHandler.d.ts +0 -33
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/Utils.d.ts +0 -5
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/core/index.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/index.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/depricated-mediapicker/loc/localize.d.ts +0 -14
- package/internal-do-not-import-from-here/ux/mediapickerV2/Utils/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/store/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IImageTransformHandler.d.ts +0 -16
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerGalleryHandler.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/IMediaPickerProviderMediaHandler.d.ts +0 -56
- package/internal-do-not-import-from-here/ux/mediapickerV2/interfaces/index.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/mediapickerV2/stores/types.d.ts +0 -55
- 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/DefinitionsJourney.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/ux/velcron/test-definitions/AppTestJson.d.ts +0 -1
- /package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{ComponentDefinitions.js → Blueprints.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{ChromeDefinition.js → Chrome.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{SpacingSetting.js → Spacing.js} +0 -0
- /package/internal-do-not-import-from-here/shared/models/theming/{TypographyDefinition.js → Typography.js} +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/MediaPickerImageHandler.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/Utils/getMediaProvider.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/chrome/core → stores/mediapicker/Utils}/utils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/cropUtils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2/imagetransformer → stores/mediapicker/handlers}/Utils/transformUtils.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/gallery/index.d.ts +0 -0
- /package/internal-do-not-import-from-here/{ux/mediapickerV2 → stores/mediapicker}/handlers/provider/index.d.ts +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/admin/blades/blueprints/components/{BlueprintsJourney.d.ts → ComponentsJourney.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{depricated-mediapicker/MediaPickerRenderer.d.ts → velcron/VelcronSetup.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/velcron/{renderer/VelcronStylesProvider.d.ts → VelcronStylesProvider.d.ts} +0 -0
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { BlueprintVariant, ChromeBlueprint } from "../../velcron/core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"custom-chrome": {
|
@@ -8,83 +8,83 @@ 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": {
|
19
|
-
type: import("vue").PropType<(value:
|
19
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
20
20
|
};
|
21
21
|
"v-model": {
|
22
|
-
type: import("vue").PropType<
|
22
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
23
23
|
required: false;
|
24
24
|
};
|
25
25
|
modelValue: {
|
26
|
-
type: import("vue").PropType<
|
26
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
27
27
|
required: false;
|
28
28
|
};
|
29
29
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
30
|
-
type: import("vue").PropType<(value:
|
30
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
31
31
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
32
|
-
type: import("vue").PropType<
|
32
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
33
33
|
required: false;
|
34
34
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
35
|
-
type: import("vue").PropType<
|
35
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
36
36
|
required: false;
|
37
37
|
}; } & {
|
38
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
38
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint | BlueprintVariant, {
|
39
39
|
"onUpdate:modelValue": {
|
40
|
-
type: import("vue").PropType<(value:
|
40
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
41
41
|
};
|
42
42
|
} & {
|
43
43
|
"v-model": {
|
44
|
-
type: import("vue").PropType<
|
44
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
45
45
|
required: false;
|
46
46
|
};
|
47
47
|
} & {
|
48
48
|
modelValue: {
|
49
|
-
type: import("vue").PropType<
|
49
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
50
50
|
required: false;
|
51
51
|
};
|
52
52
|
}>;
|
53
|
-
defaultValue(value?:
|
53
|
+
defaultValue(value?: ChromeBlueprint | BlueprintVariant): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint | BlueprintVariant, {
|
54
54
|
"onUpdate:modelValue": {
|
55
|
-
type: import("vue").PropType<(value:
|
55
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
56
56
|
};
|
57
57
|
} & {
|
58
58
|
"v-model": {
|
59
|
-
type: import("vue").PropType<
|
59
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
60
60
|
required: false;
|
61
61
|
};
|
62
62
|
} & {
|
63
63
|
modelValue: {
|
64
|
-
type: import("vue").PropType<
|
64
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
65
65
|
required: false;
|
66
66
|
};
|
67
67
|
}, false>;
|
68
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
68
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint | BlueprintVariant, {
|
69
69
|
"onUpdate:modelValue": {
|
70
|
-
type: import("vue").PropType<(value:
|
70
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
71
71
|
};
|
72
72
|
} & {
|
73
73
|
"v-model": {
|
74
|
-
type: import("vue").PropType<
|
74
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
75
75
|
required: false;
|
76
76
|
};
|
77
77
|
} & {
|
78
78
|
modelValue: {
|
79
|
-
type: import("vue").PropType<
|
79
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
80
80
|
required: false;
|
81
81
|
};
|
82
82
|
}>;
|
83
83
|
};
|
84
84
|
}>> & {
|
85
|
-
"onUpdate:modelValue"?: (value:
|
85
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprint | BlueprintVariant) => any;
|
86
86
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
87
|
-
"update:modelValue": (value:
|
87
|
+
"update:modelValue": (value: BlueprintVariant | ChromeBlueprint) => any;
|
88
88
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
89
89
|
"custom-chrome": {
|
90
90
|
type: import("vue").PropType<boolean>;
|
@@ -93,81 +93,81 @@ 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": {
|
104
|
-
type: import("vue").PropType<(value:
|
104
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
105
105
|
};
|
106
106
|
"v-model": {
|
107
|
-
type: import("vue").PropType<
|
107
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
108
108
|
required: false;
|
109
109
|
};
|
110
110
|
modelValue: {
|
111
|
-
type: import("vue").PropType<
|
111
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
112
112
|
required: false;
|
113
113
|
};
|
114
114
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
115
|
-
type: import("vue").PropType<(value:
|
115
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
116
116
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
117
|
-
type: import("vue").PropType<
|
117
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
118
118
|
required: false;
|
119
119
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
120
|
-
type: import("vue").PropType<
|
120
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
121
121
|
required: false;
|
122
122
|
}; } & {
|
123
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
123
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint | BlueprintVariant, {
|
124
124
|
"onUpdate:modelValue": {
|
125
|
-
type: import("vue").PropType<(value:
|
125
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
126
126
|
};
|
127
127
|
} & {
|
128
128
|
"v-model": {
|
129
|
-
type: import("vue").PropType<
|
129
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
130
130
|
required: false;
|
131
131
|
};
|
132
132
|
} & {
|
133
133
|
modelValue: {
|
134
|
-
type: import("vue").PropType<
|
134
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
135
135
|
required: false;
|
136
136
|
};
|
137
137
|
}>;
|
138
|
-
defaultValue(value?:
|
138
|
+
defaultValue(value?: ChromeBlueprint | BlueprintVariant): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint | BlueprintVariant, {
|
139
139
|
"onUpdate:modelValue": {
|
140
|
-
type: import("vue").PropType<(value:
|
140
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
141
141
|
};
|
142
142
|
} & {
|
143
143
|
"v-model": {
|
144
|
-
type: import("vue").PropType<
|
144
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
145
145
|
required: false;
|
146
146
|
};
|
147
147
|
} & {
|
148
148
|
modelValue: {
|
149
|
-
type: import("vue").PropType<
|
149
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
150
150
|
required: false;
|
151
151
|
};
|
152
152
|
}, false>;
|
153
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
153
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint | BlueprintVariant, {
|
154
154
|
"onUpdate:modelValue": {
|
155
|
-
type: import("vue").PropType<(value:
|
155
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
156
156
|
};
|
157
157
|
} & {
|
158
158
|
"v-model": {
|
159
|
-
type: import("vue").PropType<
|
159
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
160
160
|
required: false;
|
161
161
|
};
|
162
162
|
} & {
|
163
163
|
modelValue: {
|
164
|
-
type: import("vue").PropType<
|
164
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
165
165
|
required: false;
|
166
166
|
};
|
167
167
|
}>;
|
168
168
|
};
|
169
169
|
}>> & {
|
170
|
-
"onUpdate:modelValue"?: (value:
|
170
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprint | BlueprintVariant) => any;
|
171
171
|
}, {}, true, {}, {}, {
|
172
172
|
P: {};
|
173
173
|
B: {};
|
@@ -183,81 +183,81 @@ 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": {
|
194
|
-
type: import("vue").PropType<(value:
|
194
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
195
195
|
};
|
196
196
|
"v-model": {
|
197
|
-
type: import("vue").PropType<
|
197
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
198
198
|
required: false;
|
199
199
|
};
|
200
200
|
modelValue: {
|
201
|
-
type: import("vue").PropType<
|
201
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
202
202
|
required: false;
|
203
203
|
};
|
204
204
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
205
|
-
type: import("vue").PropType<(value:
|
205
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
206
206
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
207
|
-
type: import("vue").PropType<
|
207
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
208
208
|
required: false;
|
209
209
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
210
|
-
type: import("vue").PropType<
|
210
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
211
211
|
required: false;
|
212
212
|
}; } & {
|
213
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
213
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint | BlueprintVariant, {
|
214
214
|
"onUpdate:modelValue": {
|
215
|
-
type: import("vue").PropType<(value:
|
215
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
216
216
|
};
|
217
217
|
} & {
|
218
218
|
"v-model": {
|
219
|
-
type: import("vue").PropType<
|
219
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
220
220
|
required: false;
|
221
221
|
};
|
222
222
|
} & {
|
223
223
|
modelValue: {
|
224
|
-
type: import("vue").PropType<
|
224
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
225
225
|
required: false;
|
226
226
|
};
|
227
227
|
}>;
|
228
|
-
defaultValue(value?:
|
228
|
+
defaultValue(value?: ChromeBlueprint | BlueprintVariant): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint | BlueprintVariant, {
|
229
229
|
"onUpdate:modelValue": {
|
230
|
-
type: import("vue").PropType<(value:
|
230
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
231
231
|
};
|
232
232
|
} & {
|
233
233
|
"v-model": {
|
234
|
-
type: import("vue").PropType<
|
234
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
235
235
|
required: false;
|
236
236
|
};
|
237
237
|
} & {
|
238
238
|
modelValue: {
|
239
|
-
type: import("vue").PropType<
|
239
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
240
240
|
required: false;
|
241
241
|
};
|
242
242
|
}, false>;
|
243
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
243
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint | BlueprintVariant, {
|
244
244
|
"onUpdate:modelValue": {
|
245
|
-
type: import("vue").PropType<(value:
|
245
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
246
246
|
};
|
247
247
|
} & {
|
248
248
|
"v-model": {
|
249
|
-
type: import("vue").PropType<
|
249
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
250
250
|
required: false;
|
251
251
|
};
|
252
252
|
} & {
|
253
253
|
modelValue: {
|
254
|
-
type: import("vue").PropType<
|
254
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
255
255
|
required: false;
|
256
256
|
};
|
257
257
|
}>;
|
258
258
|
};
|
259
259
|
}>> & {
|
260
|
-
"onUpdate:modelValue"?: (value:
|
260
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprint | BlueprintVariant) => any;
|
261
261
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
262
262
|
__isFragment?: never;
|
263
263
|
__isTeleport?: never;
|
@@ -270,155 +270,155 @@ 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": {
|
281
|
-
type: import("vue").PropType<(value:
|
281
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
282
282
|
};
|
283
283
|
"v-model": {
|
284
|
-
type: import("vue").PropType<
|
284
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
285
285
|
required: false;
|
286
286
|
};
|
287
287
|
modelValue: {
|
288
|
-
type: import("vue").PropType<
|
288
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
289
289
|
required: false;
|
290
290
|
};
|
291
291
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
292
|
-
type: import("vue").PropType<(value:
|
292
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
293
293
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
294
|
-
type: import("vue").PropType<
|
294
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
295
295
|
required: false;
|
296
296
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
297
|
-
type: import("vue").PropType<
|
297
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
298
298
|
required: false;
|
299
299
|
}; } & {
|
300
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
300
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, ChromeBlueprint | BlueprintVariant, {
|
301
301
|
"onUpdate:modelValue": {
|
302
|
-
type: import("vue").PropType<(value:
|
302
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
303
303
|
};
|
304
304
|
} & {
|
305
305
|
"v-model": {
|
306
|
-
type: import("vue").PropType<
|
306
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
307
307
|
required: false;
|
308
308
|
};
|
309
309
|
} & {
|
310
310
|
modelValue: {
|
311
|
-
type: import("vue").PropType<
|
311
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
312
312
|
required: false;
|
313
313
|
};
|
314
314
|
}>;
|
315
|
-
defaultValue(value?:
|
315
|
+
defaultValue(value?: ChromeBlueprint | BlueprintVariant): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, ChromeBlueprint | BlueprintVariant, {
|
316
316
|
"onUpdate:modelValue": {
|
317
|
-
type: import("vue").PropType<(value:
|
317
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
318
318
|
};
|
319
319
|
} & {
|
320
320
|
"v-model": {
|
321
|
-
type: import("vue").PropType<
|
321
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
322
322
|
required: false;
|
323
323
|
};
|
324
324
|
} & {
|
325
325
|
modelValue: {
|
326
|
-
type: import("vue").PropType<
|
326
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
327
327
|
required: false;
|
328
328
|
};
|
329
329
|
}, false>;
|
330
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
330
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, ChromeBlueprint | BlueprintVariant, {
|
331
331
|
"onUpdate:modelValue": {
|
332
|
-
type: import("vue").PropType<(value:
|
332
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
333
333
|
};
|
334
334
|
} & {
|
335
335
|
"v-model": {
|
336
|
-
type: import("vue").PropType<
|
336
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
337
337
|
required: false;
|
338
338
|
};
|
339
339
|
} & {
|
340
340
|
modelValue: {
|
341
|
-
type: import("vue").PropType<
|
341
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
342
342
|
required: false;
|
343
343
|
};
|
344
344
|
}>;
|
345
345
|
};
|
346
346
|
}>> & {
|
347
|
-
"onUpdate:modelValue"?: (value:
|
347
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprint | BlueprintVariant) => any;
|
348
348
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
349
|
-
"update:modelValue": (value:
|
349
|
+
"update:modelValue": (value: BlueprintVariant | ChromeBlueprint) => any;
|
350
350
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
351
351
|
propsDefinition: Omit<Readonly<{} & {
|
352
352
|
name?: {
|
353
353
|
[x: `onUpdate:${string}`]: {
|
354
|
-
type: import("vue").PropType<(value:
|
354
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
355
355
|
};
|
356
356
|
} & {
|
357
357
|
[x: `v-model:${string}`]: {
|
358
|
-
type: import("vue").PropType<
|
358
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
359
359
|
required: false;
|
360
360
|
};
|
361
361
|
} & {
|
362
362
|
[x: string]: {
|
363
|
-
type: import("vue").PropType<
|
363
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
364
364
|
required: false;
|
365
365
|
};
|
366
366
|
} & {
|
367
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string,
|
367
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, ChromeBlueprint | BlueprintVariant, {
|
368
368
|
"onUpdate:modelValue": {
|
369
|
-
type: import("vue").PropType<(value:
|
369
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
370
370
|
};
|
371
371
|
} & {
|
372
372
|
"v-model": {
|
373
|
-
type: import("vue").PropType<
|
373
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
374
374
|
required: false;
|
375
375
|
};
|
376
376
|
} & {
|
377
377
|
modelValue: {
|
378
|
-
type: import("vue").PropType<
|
378
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
379
379
|
required: false;
|
380
380
|
};
|
381
381
|
}>;
|
382
|
-
defaultValue(value?:
|
382
|
+
defaultValue(value?: ChromeBlueprint | BlueprintVariant): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, ChromeBlueprint | BlueprintVariant, {
|
383
383
|
"onUpdate:modelValue": {
|
384
|
-
type: import("vue").PropType<(value:
|
384
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
385
385
|
};
|
386
386
|
} & {
|
387
387
|
"v-model": {
|
388
|
-
type: import("vue").PropType<
|
388
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
389
389
|
required: false;
|
390
390
|
};
|
391
391
|
} & {
|
392
392
|
modelValue: {
|
393
|
-
type: import("vue").PropType<
|
393
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
394
394
|
required: false;
|
395
395
|
};
|
396
396
|
}, false>;
|
397
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string,
|
397
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, ChromeBlueprint | BlueprintVariant, {
|
398
398
|
"onUpdate:modelValue": {
|
399
|
-
type: import("vue").PropType<(value:
|
399
|
+
type: import("vue").PropType<(value: ChromeBlueprint | BlueprintVariant) => any>;
|
400
400
|
};
|
401
401
|
} & {
|
402
402
|
"v-model": {
|
403
|
-
type: import("vue").PropType<
|
403
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
404
404
|
required: false;
|
405
405
|
};
|
406
406
|
} & {
|
407
407
|
modelValue: {
|
408
|
-
type: import("vue").PropType<
|
408
|
+
type: import("vue").PropType<ChromeBlueprint | BlueprintVariant>;
|
409
409
|
required: false;
|
410
410
|
};
|
411
411
|
}>;
|
412
412
|
};
|
413
|
-
"v-model"?:
|
414
|
-
"onUpdate:modelValue"?: (value:
|
415
|
-
modelValue?:
|
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";
|
413
|
+
"v-model"?: ChromeBlueprint | BlueprintVariant;
|
414
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprint | BlueprintVariant) => any;
|
415
|
+
modelValue?: ChromeBlueprint | BlueprintVariant;
|
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"> & {
|
421
|
-
"onUpdate:modelValue"?: (value:
|
421
|
+
"onUpdate:modelValue"?: (value: ChromeBlueprint | BlueprintVariant) => any;
|
422
422
|
};
|
423
423
|
};
|
424
424
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import {
|
2
|
-
type VariantTypes = "selection-option" | "default";
|
1
|
+
import { ChromeBlueprint } from "@omnia/fx-models";
|
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,10 +12,10 @@ declare const _default: {
|
|
12
12
|
} & {
|
13
13
|
type: import("vue").PropType<VariantTypes>;
|
14
14
|
};
|
15
|
-
|
16
|
-
type: import("vue").PropType<
|
15
|
+
blueprint: {
|
16
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
17
17
|
} & {
|
18
|
-
type: import("vue").PropType<
|
18
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
19
19
|
};
|
20
20
|
colorSchemaType?: any;
|
21
21
|
container?: any;
|
@@ -31,10 +31,10 @@ declare const _default: {
|
|
31
31
|
} & {
|
32
32
|
type: import("vue").PropType<VariantTypes>;
|
33
33
|
};
|
34
|
-
|
35
|
-
type: import("vue").PropType<
|
34
|
+
blueprint: {
|
35
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
36
36
|
} & {
|
37
|
-
type: import("vue").PropType<
|
37
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
38
38
|
};
|
39
39
|
colorSchemaType?: any;
|
40
40
|
container?: any;
|
@@ -61,10 +61,10 @@ declare const _default: {
|
|
61
61
|
} & {
|
62
62
|
type: import("vue").PropType<VariantTypes>;
|
63
63
|
};
|
64
|
-
|
65
|
-
type: import("vue").PropType<
|
64
|
+
blueprint: {
|
65
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
66
66
|
} & {
|
67
|
-
type: import("vue").PropType<
|
67
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
68
68
|
};
|
69
69
|
colorSchemaType?: any;
|
70
70
|
container?: any;
|
@@ -88,10 +88,10 @@ declare const _default: {
|
|
88
88
|
} & {
|
89
89
|
type: import("vue").PropType<VariantTypes>;
|
90
90
|
};
|
91
|
-
|
92
|
-
type: import("vue").PropType<
|
91
|
+
blueprint: {
|
92
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
93
93
|
} & {
|
94
|
-
type: import("vue").PropType<
|
94
|
+
type: import("vue").PropType<ChromeBlueprint>;
|
95
95
|
};
|
96
96
|
colorSchemaType?: any;
|
97
97
|
container?: any;
|
@@ -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
|
};
|