@omnia/fx 8.0.126-dev → 8.0.127-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -24
- package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -19
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +44 -18
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +31 -31
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +67 -67
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +77 -68
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +71 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/SpacingBlueprint.d.ts +25 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +4 -3
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsTypography.d.ts +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +125 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +25 -25
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -45
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +20 -20
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -3
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +298 -298
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +31 -31
- package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +116 -26
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
- /package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
- /package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
@@ -1,5 +1,6 @@
|
|
1
1
|
import { ColorSchema, ColorSchemaTypes, ThemeDefinitionV2 } from "@omnia/fx-models";
|
2
2
|
import { VNodeChild } from "vue";
|
3
|
+
type Variant = "default" | "toolbar";
|
3
4
|
declare const _default: {
|
4
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
5
6
|
"v-slots": import("vue").Prop<{
|
@@ -12,6 +13,11 @@ declare const _default: {
|
|
12
13
|
} & {
|
13
14
|
type: import("vue").PropType<string>;
|
14
15
|
};
|
16
|
+
variant: {
|
17
|
+
type: import("vue").PropType<Variant>;
|
18
|
+
} & {
|
19
|
+
type: import("vue").PropType<Variant>;
|
20
|
+
};
|
15
21
|
"theme-definition": {
|
16
22
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
17
23
|
};
|
@@ -19,71 +25,83 @@ declare const _default: {
|
|
19
25
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
20
26
|
};
|
21
27
|
"onUpdate:modelValue": {
|
22
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
28
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
23
29
|
};
|
24
30
|
"v-model": {
|
25
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
31
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
26
32
|
required: false;
|
27
33
|
};
|
28
34
|
modelValue: {
|
29
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
35
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
30
36
|
required: false;
|
31
37
|
};
|
32
38
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
33
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
39
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
34
40
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
35
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
41
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
36
42
|
required: false;
|
37
43
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
38
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
44
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
39
45
|
required: false;
|
40
46
|
}; } & {
|
41
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" |
|
47
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
42
48
|
"onUpdate:modelValue": {
|
43
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
49
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
44
50
|
};
|
45
51
|
} & {
|
46
52
|
"v-model": {
|
47
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
53
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
48
54
|
required: false;
|
49
55
|
};
|
50
56
|
} & {
|
51
57
|
modelValue: {
|
52
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
58
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
53
59
|
required: false;
|
54
60
|
};
|
55
61
|
}>;
|
56
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" |
|
62
|
+
defaultValue(value?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
57
63
|
"onUpdate:modelValue": {
|
58
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
64
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
59
65
|
};
|
60
66
|
} & {
|
61
67
|
"v-model": {
|
62
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
68
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
63
69
|
required: false;
|
64
70
|
};
|
65
71
|
} & {
|
66
72
|
modelValue: {
|
67
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
73
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
68
74
|
required: false;
|
69
75
|
};
|
70
76
|
}, false>;
|
71
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" |
|
77
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
72
78
|
"onUpdate:modelValue": {
|
73
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
79
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
74
80
|
};
|
75
81
|
} & {
|
76
82
|
"v-model": {
|
77
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
83
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
78
84
|
required: false;
|
79
85
|
};
|
80
86
|
} & {
|
81
87
|
modelValue: {
|
82
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
88
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
83
89
|
required: false;
|
84
90
|
};
|
85
91
|
}>;
|
86
92
|
};
|
93
|
+
"dynamic-color-schema-type": {
|
94
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
95
|
+
};
|
96
|
+
dynamicColorSchemaType: {
|
97
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
98
|
+
};
|
99
|
+
"enable-dynamic-color": {
|
100
|
+
type: import("vue").PropType<boolean>;
|
101
|
+
};
|
102
|
+
enableDynamicColor: {
|
103
|
+
type: import("vue").PropType<boolean>;
|
104
|
+
};
|
87
105
|
"custom-schema": {
|
88
106
|
type: import("vue").PropType<boolean>;
|
89
107
|
};
|
@@ -98,7 +116,7 @@ declare const _default: {
|
|
98
116
|
required: boolean;
|
99
117
|
};
|
100
118
|
}>> & {
|
101
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
119
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
102
120
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
103
121
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
104
122
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -116,6 +134,11 @@ declare const _default: {
|
|
116
134
|
} & {
|
117
135
|
type: import("vue").PropType<string>;
|
118
136
|
};
|
137
|
+
variant: {
|
138
|
+
type: import("vue").PropType<Variant>;
|
139
|
+
} & {
|
140
|
+
type: import("vue").PropType<Variant>;
|
141
|
+
};
|
119
142
|
"theme-definition": {
|
120
143
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
121
144
|
};
|
@@ -123,71 +146,83 @@ declare const _default: {
|
|
123
146
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
124
147
|
};
|
125
148
|
"onUpdate:modelValue": {
|
126
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
149
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
127
150
|
};
|
128
151
|
"v-model": {
|
129
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
152
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
130
153
|
required: false;
|
131
154
|
};
|
132
155
|
modelValue: {
|
133
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
156
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
134
157
|
required: false;
|
135
158
|
};
|
136
159
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
137
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
160
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
138
161
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
139
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
162
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
140
163
|
required: false;
|
141
164
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
142
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
165
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
143
166
|
required: false;
|
144
167
|
}; } & {
|
145
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" |
|
168
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
146
169
|
"onUpdate:modelValue": {
|
147
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
170
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
148
171
|
};
|
149
172
|
} & {
|
150
173
|
"v-model": {
|
151
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
174
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
152
175
|
required: false;
|
153
176
|
};
|
154
177
|
} & {
|
155
178
|
modelValue: {
|
156
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
179
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
157
180
|
required: false;
|
158
181
|
};
|
159
182
|
}>;
|
160
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" |
|
183
|
+
defaultValue(value?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
161
184
|
"onUpdate:modelValue": {
|
162
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
185
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
163
186
|
};
|
164
187
|
} & {
|
165
188
|
"v-model": {
|
166
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
189
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
167
190
|
required: false;
|
168
191
|
};
|
169
192
|
} & {
|
170
193
|
modelValue: {
|
171
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
194
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
172
195
|
required: false;
|
173
196
|
};
|
174
197
|
}, false>;
|
175
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" |
|
198
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
176
199
|
"onUpdate:modelValue": {
|
177
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
200
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
178
201
|
};
|
179
202
|
} & {
|
180
203
|
"v-model": {
|
181
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
204
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
182
205
|
required: false;
|
183
206
|
};
|
184
207
|
} & {
|
185
208
|
modelValue: {
|
186
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
209
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
187
210
|
required: false;
|
188
211
|
};
|
189
212
|
}>;
|
190
213
|
};
|
214
|
+
"dynamic-color-schema-type": {
|
215
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
216
|
+
};
|
217
|
+
dynamicColorSchemaType: {
|
218
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
219
|
+
};
|
220
|
+
"enable-dynamic-color": {
|
221
|
+
type: import("vue").PropType<boolean>;
|
222
|
+
};
|
223
|
+
enableDynamicColor: {
|
224
|
+
type: import("vue").PropType<boolean>;
|
225
|
+
};
|
191
226
|
"custom-schema": {
|
192
227
|
type: import("vue").PropType<boolean>;
|
193
228
|
};
|
@@ -202,7 +237,7 @@ declare const _default: {
|
|
202
237
|
required: boolean;
|
203
238
|
};
|
204
239
|
}>> & {
|
205
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
240
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
206
241
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
207
242
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
208
243
|
}, {
|
@@ -227,6 +262,11 @@ declare const _default: {
|
|
227
262
|
} & {
|
228
263
|
type: import("vue").PropType<string>;
|
229
264
|
};
|
265
|
+
variant: {
|
266
|
+
type: import("vue").PropType<Variant>;
|
267
|
+
} & {
|
268
|
+
type: import("vue").PropType<Variant>;
|
269
|
+
};
|
230
270
|
"theme-definition": {
|
231
271
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
232
272
|
};
|
@@ -234,71 +274,83 @@ declare const _default: {
|
|
234
274
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
235
275
|
};
|
236
276
|
"onUpdate:modelValue": {
|
237
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
277
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
238
278
|
};
|
239
279
|
"v-model": {
|
240
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
280
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
241
281
|
required: false;
|
242
282
|
};
|
243
283
|
modelValue: {
|
244
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
284
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
245
285
|
required: false;
|
246
286
|
};
|
247
287
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
248
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
288
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
249
289
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
250
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
290
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
251
291
|
required: false;
|
252
292
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
253
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
293
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
254
294
|
required: false;
|
255
295
|
}; } & {
|
256
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" |
|
296
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
257
297
|
"onUpdate:modelValue": {
|
258
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
298
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
259
299
|
};
|
260
300
|
} & {
|
261
301
|
"v-model": {
|
262
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
302
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
263
303
|
required: false;
|
264
304
|
};
|
265
305
|
} & {
|
266
306
|
modelValue: {
|
267
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
307
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
268
308
|
required: false;
|
269
309
|
};
|
270
310
|
}>;
|
271
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" |
|
311
|
+
defaultValue(value?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
272
312
|
"onUpdate:modelValue": {
|
273
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
313
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
274
314
|
};
|
275
315
|
} & {
|
276
316
|
"v-model": {
|
277
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
317
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
278
318
|
required: false;
|
279
319
|
};
|
280
320
|
} & {
|
281
321
|
modelValue: {
|
282
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
322
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
283
323
|
required: false;
|
284
324
|
};
|
285
325
|
}, false>;
|
286
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" |
|
326
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
287
327
|
"onUpdate:modelValue": {
|
288
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
328
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
289
329
|
};
|
290
330
|
} & {
|
291
331
|
"v-model": {
|
292
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
332
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
293
333
|
required: false;
|
294
334
|
};
|
295
335
|
} & {
|
296
336
|
modelValue: {
|
297
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
337
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
298
338
|
required: false;
|
299
339
|
};
|
300
340
|
}>;
|
301
341
|
};
|
342
|
+
"dynamic-color-schema-type": {
|
343
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
344
|
+
};
|
345
|
+
dynamicColorSchemaType: {
|
346
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
347
|
+
};
|
348
|
+
"enable-dynamic-color": {
|
349
|
+
type: import("vue").PropType<boolean>;
|
350
|
+
};
|
351
|
+
enableDynamicColor: {
|
352
|
+
type: import("vue").PropType<boolean>;
|
353
|
+
};
|
302
354
|
"custom-schema": {
|
303
355
|
type: import("vue").PropType<boolean>;
|
304
356
|
};
|
@@ -313,7 +365,7 @@ declare const _default: {
|
|
313
365
|
required: boolean;
|
314
366
|
};
|
315
367
|
}>> & {
|
316
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
368
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
317
369
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
318
370
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
319
371
|
}, () => JSX.Element, {}, {}, {}, {
|
@@ -335,6 +387,11 @@ declare const _default: {
|
|
335
387
|
} & {
|
336
388
|
type: import("vue").PropType<string>;
|
337
389
|
};
|
390
|
+
variant: {
|
391
|
+
type: import("vue").PropType<Variant>;
|
392
|
+
} & {
|
393
|
+
type: import("vue").PropType<Variant>;
|
394
|
+
};
|
338
395
|
"theme-definition": {
|
339
396
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
340
397
|
};
|
@@ -342,71 +399,83 @@ declare const _default: {
|
|
342
399
|
type: import("vue").PropType<ThemeDefinitionV2>;
|
343
400
|
};
|
344
401
|
"onUpdate:modelValue": {
|
345
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
402
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
346
403
|
};
|
347
404
|
"v-model": {
|
348
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
405
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
349
406
|
required: false;
|
350
407
|
};
|
351
408
|
modelValue: {
|
352
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
409
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
353
410
|
required: false;
|
354
411
|
};
|
355
412
|
name: <TName extends string>(n?: TName) => { [key in import("../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
356
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
413
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
357
414
|
}; } & { [key_1 in import("../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
358
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
415
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
359
416
|
required: false;
|
360
417
|
}; } & { [key_2 in import("../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
361
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
418
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
362
419
|
required: false;
|
363
420
|
}; } & {
|
364
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" |
|
421
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
365
422
|
"onUpdate:modelValue": {
|
366
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
423
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
367
424
|
};
|
368
425
|
} & {
|
369
426
|
"v-model": {
|
370
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
427
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
371
428
|
required: false;
|
372
429
|
};
|
373
430
|
} & {
|
374
431
|
modelValue: {
|
375
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
432
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
376
433
|
required: false;
|
377
434
|
};
|
378
435
|
}>;
|
379
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" |
|
436
|
+
defaultValue(value?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
380
437
|
"onUpdate:modelValue": {
|
381
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
438
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
382
439
|
};
|
383
440
|
} & {
|
384
441
|
"v-model": {
|
385
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
442
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
386
443
|
required: false;
|
387
444
|
};
|
388
445
|
} & {
|
389
446
|
modelValue: {
|
390
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
447
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
391
448
|
required: false;
|
392
449
|
};
|
393
450
|
}, false>;
|
394
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" |
|
451
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
395
452
|
"onUpdate:modelValue": {
|
396
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
453
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
397
454
|
};
|
398
455
|
} & {
|
399
456
|
"v-model": {
|
400
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
457
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
401
458
|
required: false;
|
402
459
|
};
|
403
460
|
} & {
|
404
461
|
modelValue: {
|
405
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
462
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
406
463
|
required: false;
|
407
464
|
};
|
408
465
|
}>;
|
409
466
|
};
|
467
|
+
"dynamic-color-schema-type": {
|
468
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
469
|
+
};
|
470
|
+
dynamicColorSchemaType: {
|
471
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
472
|
+
};
|
473
|
+
"enable-dynamic-color": {
|
474
|
+
type: import("vue").PropType<boolean>;
|
475
|
+
};
|
476
|
+
enableDynamicColor: {
|
477
|
+
type: import("vue").PropType<boolean>;
|
478
|
+
};
|
410
479
|
"custom-schema": {
|
411
480
|
type: import("vue").PropType<boolean>;
|
412
481
|
};
|
@@ -421,7 +490,7 @@ declare const _default: {
|
|
421
490
|
required: boolean;
|
422
491
|
};
|
423
492
|
}>> & {
|
424
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
493
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
425
494
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
426
495
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
427
496
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
@@ -440,61 +509,61 @@ declare const _default: {
|
|
440
509
|
} & {
|
441
510
|
name?: {
|
442
511
|
[x: `onUpdate:${string}`]: {
|
443
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
512
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
444
513
|
};
|
445
514
|
} & {
|
446
515
|
[x: `v-model:${string}`]: {
|
447
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
516
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
448
517
|
required: false;
|
449
518
|
};
|
450
519
|
} & {
|
451
520
|
[x: string]: {
|
452
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
521
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
453
522
|
required: false;
|
454
523
|
};
|
455
524
|
} & {
|
456
|
-
require(): import("../DefineVueTypings").DefinePropModelRequire<string, "info" | "error" | "primary" | "secondary" |
|
525
|
+
require(): import("../DefineVueTypings").DefinePropModelRequire<string, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
457
526
|
"onUpdate:modelValue": {
|
458
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
527
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
459
528
|
};
|
460
529
|
} & {
|
461
530
|
"v-model": {
|
462
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
531
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
463
532
|
required: false;
|
464
533
|
};
|
465
534
|
} & {
|
466
535
|
modelValue: {
|
467
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
536
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
468
537
|
required: false;
|
469
538
|
};
|
470
539
|
}>;
|
471
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" |
|
540
|
+
defaultValue(value?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema): import("../DefineVueTypings").DefinePropModelDefaultValue<string, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
472
541
|
"onUpdate:modelValue": {
|
473
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
542
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
474
543
|
};
|
475
544
|
} & {
|
476
545
|
"v-model": {
|
477
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
546
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
478
547
|
required: false;
|
479
548
|
};
|
480
549
|
} & {
|
481
550
|
modelValue: {
|
482
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
551
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
483
552
|
required: false;
|
484
553
|
};
|
485
554
|
}, false>;
|
486
|
-
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, "info" | "error" | "primary" | "secondary" |
|
555
|
+
doc$(description?: string): import("../DefineVueTypings").DefinePropModelDoc<string, "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema, {
|
487
556
|
"onUpdate:modelValue": {
|
488
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" |
|
557
|
+
type: import("vue").PropType<(value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any>;
|
489
558
|
};
|
490
559
|
} & {
|
491
560
|
"v-model": {
|
492
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
561
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
493
562
|
required: false;
|
494
563
|
};
|
495
564
|
} & {
|
496
565
|
modelValue: {
|
497
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" |
|
566
|
+
type: import("vue").PropType<"info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema>;
|
498
567
|
required: false;
|
499
568
|
};
|
500
569
|
}>;
|
@@ -502,19 +571,24 @@ declare const _default: {
|
|
502
571
|
label?: string;
|
503
572
|
class?: String | String[];
|
504
573
|
themeDefinition?: ThemeDefinitionV2;
|
505
|
-
"v-model"?: "info" | "error" | "primary" | "secondary" |
|
506
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" |
|
507
|
-
modelValue?: "info" | "error" | "primary" | "secondary" |
|
574
|
+
"v-model"?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema;
|
575
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema) => any;
|
576
|
+
modelValue?: "info" | "error" | ColorSchemaTypes | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic" | ColorSchema;
|
508
577
|
"v-slots"?: {
|
509
578
|
default?: import("../DefineVueTypings").Slot<any[]>;
|
510
579
|
} & {
|
511
580
|
activator?: () => VNodeChild;
|
512
581
|
};
|
513
582
|
"theme-definition"?: ThemeDefinitionV2;
|
583
|
+
variant?: Variant;
|
584
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
585
|
+
"dynamic-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
586
|
+
enableDynamicColor?: boolean;
|
587
|
+
"enable-dynamic-color"?: boolean;
|
514
588
|
customSchema?: boolean;
|
515
589
|
"custom-schema"?: boolean;
|
516
590
|
}>, "onUpdate:modelValue" | "onColor:enter" | "onColor:leave"> & {
|
517
|
-
"onUpdate:modelValue"?: (colorSchemaType:
|
591
|
+
"onUpdate:modelValue"?: (colorSchemaType: ColorSchemaTypes | ColorSchema) => any;
|
518
592
|
"onColor:enter"?: (colorSchemaType: ColorSchemaTypes) => any;
|
519
593
|
"onColor:leave"?: (colorSchemaType: ColorSchemaTypes) => any;
|
520
594
|
};
|