@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
package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts
CHANGED
@@ -2,144 +2,144 @@ import { ColorSchemaType } from "@omnia/fx-models";
|
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
4
4
|
"onUpdate:modelValue": {
|
5
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
5
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
6
6
|
};
|
7
7
|
"v-model": {
|
8
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
8
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
9
9
|
required: false;
|
10
10
|
};
|
11
11
|
modelValue: {
|
12
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
12
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
13
13
|
required: false;
|
14
14
|
};
|
15
15
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
16
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
16
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
17
17
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
18
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
18
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
19
19
|
required: false;
|
20
20
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
21
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
21
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
22
22
|
required: false;
|
23
23
|
}; } & {
|
24
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
24
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
25
25
|
"onUpdate:modelValue": {
|
26
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
26
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
27
27
|
};
|
28
28
|
} & {
|
29
29
|
"v-model": {
|
30
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
30
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
31
31
|
required: false;
|
32
32
|
};
|
33
33
|
} & {
|
34
34
|
modelValue: {
|
35
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
35
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
36
36
|
required: false;
|
37
37
|
};
|
38
38
|
}>;
|
39
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
39
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
40
40
|
"onUpdate:modelValue": {
|
41
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
41
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
42
42
|
};
|
43
43
|
} & {
|
44
44
|
"v-model": {
|
45
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
45
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
46
46
|
required: false;
|
47
47
|
};
|
48
48
|
} & {
|
49
49
|
modelValue: {
|
50
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
50
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
51
51
|
required: false;
|
52
52
|
};
|
53
53
|
}, false>;
|
54
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
54
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
55
55
|
"onUpdate:modelValue": {
|
56
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
56
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
57
57
|
};
|
58
58
|
} & {
|
59
59
|
"v-model": {
|
60
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
60
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
61
61
|
required: false;
|
62
62
|
};
|
63
63
|
} & {
|
64
64
|
modelValue: {
|
65
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
65
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
66
66
|
required: false;
|
67
67
|
};
|
68
68
|
}>;
|
69
69
|
};
|
70
70
|
}>> & {
|
71
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
71
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any;
|
72
72
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
73
73
|
"update:modelValue": (value: ColorSchemaType) => true;
|
74
74
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
75
75
|
"onUpdate:modelValue": {
|
76
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
76
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
77
77
|
};
|
78
78
|
"v-model": {
|
79
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
79
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
80
80
|
required: false;
|
81
81
|
};
|
82
82
|
modelValue: {
|
83
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
83
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
84
84
|
required: false;
|
85
85
|
};
|
86
86
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
87
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
87
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
88
88
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
89
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
89
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
90
90
|
required: false;
|
91
91
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
92
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
92
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
93
93
|
required: false;
|
94
94
|
}; } & {
|
95
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
95
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
96
96
|
"onUpdate:modelValue": {
|
97
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
97
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
98
98
|
};
|
99
99
|
} & {
|
100
100
|
"v-model": {
|
101
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
101
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
102
102
|
required: false;
|
103
103
|
};
|
104
104
|
} & {
|
105
105
|
modelValue: {
|
106
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
106
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
107
107
|
required: false;
|
108
108
|
};
|
109
109
|
}>;
|
110
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
110
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
111
111
|
"onUpdate:modelValue": {
|
112
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
112
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
113
113
|
};
|
114
114
|
} & {
|
115
115
|
"v-model": {
|
116
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
116
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
117
117
|
required: false;
|
118
118
|
};
|
119
119
|
} & {
|
120
120
|
modelValue: {
|
121
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
121
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
122
122
|
required: false;
|
123
123
|
};
|
124
124
|
}, false>;
|
125
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
125
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
126
126
|
"onUpdate:modelValue": {
|
127
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
127
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
128
128
|
};
|
129
129
|
} & {
|
130
130
|
"v-model": {
|
131
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
131
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
132
132
|
required: false;
|
133
133
|
};
|
134
134
|
} & {
|
135
135
|
modelValue: {
|
136
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
136
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
137
137
|
required: false;
|
138
138
|
};
|
139
139
|
}>;
|
140
140
|
};
|
141
141
|
}>> & {
|
142
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
142
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any;
|
143
143
|
}, {}, true, {}, {}, {
|
144
144
|
P: {};
|
145
145
|
B: {};
|
@@ -149,216 +149,216 @@ declare const _default: {
|
|
149
149
|
Defaults: {};
|
150
150
|
}, Readonly<import("vue").ExtractPropTypes<{
|
151
151
|
"onUpdate:modelValue": {
|
152
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
152
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
153
153
|
};
|
154
154
|
"v-model": {
|
155
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
155
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
156
156
|
required: false;
|
157
157
|
};
|
158
158
|
modelValue: {
|
159
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
159
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
160
160
|
required: false;
|
161
161
|
};
|
162
162
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
163
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
163
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
164
164
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
165
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
165
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
166
166
|
required: false;
|
167
167
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
168
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
168
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
169
169
|
required: false;
|
170
170
|
}; } & {
|
171
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
171
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
172
172
|
"onUpdate:modelValue": {
|
173
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
173
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
174
174
|
};
|
175
175
|
} & {
|
176
176
|
"v-model": {
|
177
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
177
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
178
178
|
required: false;
|
179
179
|
};
|
180
180
|
} & {
|
181
181
|
modelValue: {
|
182
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
182
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
183
183
|
required: false;
|
184
184
|
};
|
185
185
|
}>;
|
186
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
186
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
187
187
|
"onUpdate:modelValue": {
|
188
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
188
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
189
189
|
};
|
190
190
|
} & {
|
191
191
|
"v-model": {
|
192
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
192
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
193
193
|
required: false;
|
194
194
|
};
|
195
195
|
} & {
|
196
196
|
modelValue: {
|
197
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
197
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
198
198
|
required: false;
|
199
199
|
};
|
200
200
|
}, false>;
|
201
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
201
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
202
202
|
"onUpdate:modelValue": {
|
203
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
203
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
204
204
|
};
|
205
205
|
} & {
|
206
206
|
"v-model": {
|
207
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
207
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
208
208
|
required: false;
|
209
209
|
};
|
210
210
|
} & {
|
211
211
|
modelValue: {
|
212
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
212
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
213
213
|
required: false;
|
214
214
|
};
|
215
215
|
}>;
|
216
216
|
};
|
217
217
|
}>> & {
|
218
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
218
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any;
|
219
219
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
220
220
|
__isFragment?: never;
|
221
221
|
__isTeleport?: never;
|
222
222
|
__isSuspense?: never;
|
223
223
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
224
224
|
"onUpdate:modelValue": {
|
225
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
225
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
226
226
|
};
|
227
227
|
"v-model": {
|
228
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
228
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
229
229
|
required: false;
|
230
230
|
};
|
231
231
|
modelValue: {
|
232
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
232
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
233
233
|
required: false;
|
234
234
|
};
|
235
235
|
name: <TName extends string>(n?: TName) => { [key in import("../../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
236
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
236
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
237
237
|
}; } & { [key_1 in import("../../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
238
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
238
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
239
239
|
required: false;
|
240
240
|
}; } & { [key_2 in import("../../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
241
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
241
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
242
242
|
required: false;
|
243
243
|
}; } & {
|
244
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
244
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
245
245
|
"onUpdate:modelValue": {
|
246
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
246
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
247
247
|
};
|
248
248
|
} & {
|
249
249
|
"v-model": {
|
250
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
250
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
251
251
|
required: false;
|
252
252
|
};
|
253
253
|
} & {
|
254
254
|
modelValue: {
|
255
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
255
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
256
256
|
required: false;
|
257
257
|
};
|
258
258
|
}>;
|
259
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
259
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
260
260
|
"onUpdate:modelValue": {
|
261
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
261
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
262
262
|
};
|
263
263
|
} & {
|
264
264
|
"v-model": {
|
265
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
265
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
266
266
|
required: false;
|
267
267
|
};
|
268
268
|
} & {
|
269
269
|
modelValue: {
|
270
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
270
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
271
271
|
required: false;
|
272
272
|
};
|
273
273
|
}, false>;
|
274
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
274
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<TName, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
275
275
|
"onUpdate:modelValue": {
|
276
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
276
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
277
277
|
};
|
278
278
|
} & {
|
279
279
|
"v-model": {
|
280
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
280
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
281
281
|
required: false;
|
282
282
|
};
|
283
283
|
} & {
|
284
284
|
modelValue: {
|
285
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
285
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
286
286
|
required: false;
|
287
287
|
};
|
288
288
|
}>;
|
289
289
|
};
|
290
290
|
}>> & {
|
291
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
291
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any;
|
292
292
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
293
293
|
"update:modelValue": (value: ColorSchemaType) => true;
|
294
294
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
295
295
|
propsDefinition: Omit<Readonly<{} & {
|
296
296
|
name?: {
|
297
297
|
[x: `onUpdate:${string}`]: {
|
298
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
298
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
299
299
|
};
|
300
300
|
} & {
|
301
301
|
[x: `v-model:${string}`]: {
|
302
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
302
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
303
303
|
required: false;
|
304
304
|
};
|
305
305
|
} & {
|
306
306
|
[x: string]: {
|
307
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
307
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
308
308
|
required: false;
|
309
309
|
};
|
310
310
|
} & {
|
311
|
-
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
311
|
+
require(): import("../../../DefineVueTypings").DefinePropModelRequire<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
312
312
|
"onUpdate:modelValue": {
|
313
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
313
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
314
314
|
};
|
315
315
|
} & {
|
316
316
|
"v-model": {
|
317
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
317
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
318
318
|
required: false;
|
319
319
|
};
|
320
320
|
} & {
|
321
321
|
modelValue: {
|
322
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
322
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
323
323
|
required: false;
|
324
324
|
};
|
325
325
|
}>;
|
326
|
-
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
326
|
+
defaultValue(value?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic"): import("../../../DefineVueTypings").DefinePropModelDefaultValue<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
327
327
|
"onUpdate:modelValue": {
|
328
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
328
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
329
329
|
};
|
330
330
|
} & {
|
331
331
|
"v-model": {
|
332
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
332
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
333
333
|
required: false;
|
334
334
|
};
|
335
335
|
} & {
|
336
336
|
modelValue: {
|
337
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
337
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
338
338
|
required: false;
|
339
339
|
};
|
340
340
|
}, false>;
|
341
|
-
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background", {
|
341
|
+
doc$(description?: string): import("../../../DefineVueTypings").DefinePropModelDoc<string, "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic", {
|
342
342
|
"onUpdate:modelValue": {
|
343
|
-
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any>;
|
343
|
+
type: import("vue").PropType<(value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any>;
|
344
344
|
};
|
345
345
|
} & {
|
346
346
|
"v-model": {
|
347
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
347
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
348
348
|
required: false;
|
349
349
|
};
|
350
350
|
} & {
|
351
351
|
modelValue: {
|
352
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background">;
|
352
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
353
353
|
required: false;
|
354
354
|
};
|
355
355
|
}>;
|
356
356
|
};
|
357
|
-
"v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
358
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
359
|
-
modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background";
|
357
|
+
"v-model"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
358
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any;
|
359
|
+
modelValue?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
360
360
|
}>, "onUpdate:modelValue"> & {
|
361
|
-
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background") => any;
|
361
|
+
"onUpdate:modelValue"?: (value: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic") => any;
|
362
362
|
};
|
363
363
|
};
|
364
364
|
export default _default;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { GuidValue, VersionedLayoutDefinition, VersionedLayout, Guid
|
1
|
+
import { GuidValue, VersionedLayoutDefinition, VersionedLayout, Guid } from "@omnia/fx/models";
|
2
2
|
import { VersionedLayoutEditorApi, VersionedLayoutDefinitionEditorItem } from "@omnia/fx/ux";
|
3
3
|
export interface VersionedLayoutBladeSettings<T extends VersionedLayoutDefinition = VersionedLayoutDefinition> {
|
4
4
|
layoutDefinition: new () => T;
|
@@ -16,11 +16,6 @@ export declare const VersionedLayoutBladeIds: {
|
|
16
16
|
layoutEdit: Guid;
|
17
17
|
};
|
18
18
|
export interface VersionedLayoutBuilderState {
|
19
|
-
layoutCreating: {
|
20
|
-
icon: IFontAwesomeIcon;
|
21
|
-
urlSegment: string;
|
22
|
-
title: MultilingualString;
|
23
|
-
};
|
24
19
|
layoutEditing: VersionedLayout;
|
25
20
|
hasEditorBlade: boolean;
|
26
21
|
}
|