@omnia/fx 8.0.126-dev → 8.0.128-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/contexts/InternalAppContext.d.ts +6 -0
- package/internal-do-not-import-from-here/index.d.ts +1 -24
- package/internal-do-not-import-from-here/libs/swiper/Swiper.d.ts +1 -0
- package/internal-do-not-import-from-here/manifests/omnia.fx.context.manifest.json +1 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +3 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +3 -2
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +8 -8
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +10 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.d.ts +9 -9
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySubscription.js +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.d.ts +40 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActorActivity.js +17 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -2
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.d.ts +21 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/Actor.js +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/ExternalActorId.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/actors/index.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/index.js +2 -1
- package/internal-do-not-import-from-here/shared/models/hub/social/HubComment.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/hub/social/HubReaction.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/targeting/ExternalIdentityProperty.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/Blueprints.d.ts +14 -25
- package/internal-do-not-import-from-here/shared/models/theming/Chrome.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +8 -5
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/Typography.d.ts +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.js +0 -4
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronDefinition.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/velcron/VelcronEvents.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/services/ActivityService.d.ts +11 -6
- package/internal-do-not-import-from-here/shared/services/ActivitySubscriptionService.d.ts +13 -13
- package/internal-do-not-import-from-here/stores/UserIdentityStore.d.ts +3 -1
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/index.d.ts +1 -0
- package/internal-do-not-import-from-here/stores/mediapicker/handlers/imagetransformer/rotate.d.ts +13 -0
- package/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +8 -2
- package/internal-do-not-import-from-here/ux/Exposes.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesHomeBlade.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/admin/queryableproperties/QueryablePropertiesJourney.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/app/AppContextProvider.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/CustomSteps.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/Features.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/GeneralTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PoliciesTab.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/app/management/tabs/templates/tabs/PropertiesTab.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/appprovisioning/appinstanceprogressblade/AppInstanceProgressBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/appprovisioningwizard/AppProvisioningWizard.d.ts +18 -18
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceTemplatePickerVueComponent.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/BackgroundStyleEditor.d.ts +23 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/buttonstylepicker/ButtonBlueprintsViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsPicker.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeBlueprintsViewer.d.ts +76 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/chromepicker/ChromeViewer.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/blueprintpickers/componentblueprints/ComponentBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingEditor.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/spacingpicker/SpacingPreview.d.ts +364 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +183 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/ExampleComponents.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/tabstylepicker/TabBlueprintsViewer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +11 -3
- package/internal-do-not-import-from-here/ux/blueprintpickers/typographypicker/TypographyEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPreview.d.ts +58 -4
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +45 -19
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaEditor.d.ts +8 -1
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +169 -95
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +54 -4
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/docs/chrome/SampleViewer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/display/datafield/DataFieldDisplay.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +15 -3
- package/internal-do-not-import-from-here/ux/fillpicker/FillPreview.d.ts +32 -4
- package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SenderItem.d.ts → ActorItem.d.ts} +14 -14
- package/internal-do-not-import-from-here/ux/hub/feed/components/FeedItem.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/Header.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/hub/feed/components/StoryComponent.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/hub/feed/stores/ActivityFeedStore.d.ts +57 -57
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/identities/components/shared/IdentitySyncRuleBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +28 -2
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/settings/blocktitle/BlockTitle.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Delimiter.d.ts +237 -39
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.css.d.ts +8 -7
- package/internal-do-not-import-from-here/ux/mediagallery/gallerydialogproviders/slider/Slider.d.ts +72 -43
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/PhotoWall.d.ts +78 -56
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollage.d.ts +50 -94
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoCollageWrapper.d.ts +4 -55
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoGrid.d.ts +52 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoMask.d.ts +4 -17
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoRow.d.ts +54 -46
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/PhotoThumb.d.ts +53 -33
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/galleryviewproviders/photowall/components/RowPhotos.d.ts +58 -81
- package/internal-do-not-import-from-here/ux/mediagallery/view/MediaDisplayRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/mediagallery/view/PhotoWallWithSliderDisplayRenderer.d.ts +62 -48
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/PhotoWallStore.d.ts +63 -0
- package/internal-do-not-import-from-here/ux/mediagallery/view/store/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickerV2/imagetransformer/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/mediapickervideo/MediaPickerVideo.d.ts +78 -21
- package/internal-do-not-import-from-here/ux/models/PostStyles.d.ts +1 -4
- package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/avatar/Avatar.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/btngroup/ButtonGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/card/Card.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/column/ColumnGrid.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7389 -87
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +14 -14
- package/internal-do-not-import-from-here/ux/oxide/dialog/Dialog.d.ts +52 -10
- package/internal-do-not-import-from-here/ux/oxide/dialog/docs/DialogWithoutNavigation.d.ts +51 -0
- package/internal-do-not-import-from-here/ux/oxide/divider/Divider.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanels.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/oxide/image/Image.d.ts +129 -53
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/List.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/navigationdrawer/NavigationDrawer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/notification/Notification.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7399 -88
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/SlidePanel.d.ts +36 -6
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/constants.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/slidepanel/store/SlidePanelStore.d.ts +4 -4
- package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/tab/Tabs.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/post/IPost.d.ts +4 -15
- package/internal-do-not-import-from-here/ux/post/Post.d.ts +131 -65
- package/internal-do-not-import-from-here/ux/post/templates/PostCardDisplay.d.ts +85 -27
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.css.d.ts +3 -20
- package/internal-do-not-import-from-here/ux/post/templates/PostTemplate.d.ts +140 -84
- package/internal-do-not-import-from-here/ux/profilecard/aboutuser/AboutUser.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/signin/omnia/Renderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/Comment.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming/components/ThemeDefinitionEditor.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/ChromeBlueprintsBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/blades/EditChromeBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/chrome/store/ChromeEditorStore.d.ts +39 -26
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ComponentEditorStore.d.ts +19 -7
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/EditSpacingDefinitionBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/SpacingBlueprintBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +36 -11
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +24 -12
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BlueprintsTemplates.d.ts +102 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/BorderStyleDefinitions.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ButtonStyleBlueprints.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ChromeStyleBlueprints.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +12 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/DefinitionsChrome.d.ts +0 -10
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/FillStyleDefinitions.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsSpacing.d.ts → core/SpacingBlueprint.d.ts} +1 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/TabsStyleBlueprints.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeDefinitionInstance.d.ts +21 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ThemeRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{default/themes/DefinitionsTypography.d.ts → core/TypographyBlueprints.d.ts} +51 -51
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/index.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +100 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +160 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +137 -0
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3688 -36
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3687 -35
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3686 -34
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +45 -54
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +5 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3690 -38
- package/internal-do-not-import-from-here/ux/theming-v2/store/index.d.ts +1 -5
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +36908 -398
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/General.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +77 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseClone.d.ts +0 -3
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3692 -41
- package/internal-do-not-import-from-here/ux/use/UseInternatlStateMirroring.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/use/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/userpresence/UserPresence.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronActions.d.ts +4 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/editor/components/ContainerRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/Shared.d.ts +1 -6
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +76 -118
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutCreationBlade.d.ts +56 -39
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutListBladeBuilder.d.ts +53 -62
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsComponent.d.ts +54 -66
- package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutSettingsTabRenderer.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/versionedlayout/controller/VersionedLayoutController.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/wizard/WizardComponent.d.ts +5 -5
- package/internal-do-not-import-from-here/wctypings.d.ts +139 -27
- package/package.json +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/ExternalIdentityId.d.ts +0 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +0 -16
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +0 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +0 -40
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +0 -39
- package/internal-do-not-import-from-here/ux/mediapickervideo/IMediaPickerVideo.d.ts +0 -28
- package/internal-do-not-import-from-here/ux/mediapickervideo/index.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/social/IComment.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/social/ILike.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/blades/TypographyBlade.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsComponents.d.ts +0 -22
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsSpacing.d.ts +0 -20
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/BlueprintsTypography.d.ts +0 -27
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsChrome.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/DefinitionsTypography.d.ts +0 -98
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsChrome.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsComponents.d.ts +0 -8
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsSpacing.d.ts +0 -11
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsComponents.d.ts +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsSpacing.d.ts +0 -19
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/DefinitionsTypography.d.ts +0 -158
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyDefinitionStore.d.ts +0 -29
- package/internal-do-not-import-from-here/shared/models/hub/{ExternalIdentityId.js → actors/ExternalActorId.js} +0 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/chrome/blades/ChromeDefinitionBlade.d.ts → blueprintpickers/backgroundstylepicker/docs/SampleComponent.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/{theming-v2/admin/blades/blueprints/spacing/blades/SpacingDefinitionBlade.d.ts → blueprintpickers/stylepicker/docs/SampleComponent.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/hub/feed/components/{SendersList.d.ts → ActorsList.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.css.d.ts → themepicker/ThemePicker.css.d.ts} +0 -0
- package/internal-do-not-import-from-here/ux/theming-v2/{themedefinitionpicker/ThemeDefinitionPicker.d.ts → themepicker/ThemePicker.d.ts} +1 -1
@@ -1,21 +1,32 @@
|
|
1
1
|
declare const _default: {
|
2
2
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
3
|
+
"v-slots": import("vue").Prop<{
|
4
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
5
|
+
} & {
|
6
|
+
placeholder: () => JSX.Element;
|
7
|
+
}>;
|
8
|
+
"lazy-src": {
|
9
|
+
type: import("vue").PropType<string>;
|
10
|
+
};
|
11
|
+
lazySrc: {
|
12
|
+
type: import("vue").PropType<string>;
|
13
|
+
};
|
3
14
|
placeholder: {
|
4
15
|
type: import("vue").PropType<string>;
|
5
16
|
} & {
|
6
17
|
type: import("vue").PropType<string>;
|
7
18
|
};
|
8
19
|
"max-height": {
|
9
|
-
type: import("vue").PropType<number>;
|
20
|
+
type: import("vue").PropType<string | number>;
|
10
21
|
};
|
11
22
|
maxHeight: {
|
12
|
-
type: import("vue").PropType<number>;
|
23
|
+
type: import("vue").PropType<string | number>;
|
13
24
|
};
|
14
25
|
"max-width": {
|
15
|
-
type: import("vue").PropType<number>;
|
26
|
+
type: import("vue").PropType<string | number>;
|
16
27
|
};
|
17
28
|
maxWidth: {
|
18
|
-
type: import("vue").PropType<number>;
|
29
|
+
type: import("vue").PropType<string | number>;
|
19
30
|
};
|
20
31
|
alt: {
|
21
32
|
type: import("vue").PropType<string>;
|
@@ -32,14 +43,14 @@ declare const _default: {
|
|
32
43
|
required: false;
|
33
44
|
};
|
34
45
|
width: {
|
35
|
-
type: import("vue").PropType<number>;
|
46
|
+
type: import("vue").PropType<string | number>;
|
36
47
|
} & {
|
37
|
-
type: import("vue").PropType<number>;
|
48
|
+
type: import("vue").PropType<string | number>;
|
38
49
|
};
|
39
50
|
height: {
|
40
|
-
type: import("vue").PropType<number>;
|
51
|
+
type: import("vue").PropType<string | number>;
|
41
52
|
} & {
|
42
|
-
type: import("vue").PropType<number>;
|
53
|
+
type: import("vue").PropType<string | number>;
|
43
54
|
};
|
44
55
|
src: {
|
45
56
|
type: import("vue").PropType<string>;
|
@@ -47,10 +58,10 @@ declare const _default: {
|
|
47
58
|
type: import("vue").PropType<string>;
|
48
59
|
};
|
49
60
|
"aspect-ratio": {
|
50
|
-
type: import("vue").PropType<
|
61
|
+
type: import("vue").PropType<string | number>;
|
51
62
|
};
|
52
63
|
aspectRatio: {
|
53
|
-
type: import("vue").PropType<
|
64
|
+
type: import("vue").PropType<string | number>;
|
54
65
|
};
|
55
66
|
class: {
|
56
67
|
type: import("vue").PropType<String | String[]>;
|
@@ -59,23 +70,42 @@ declare const _default: {
|
|
59
70
|
colorSchemaType?: any;
|
60
71
|
container?: any;
|
61
72
|
colors?: any;
|
62
|
-
}
|
73
|
+
}>> & {
|
74
|
+
onLoad?: () => any;
|
75
|
+
onDoc$?: (description?: string) => any;
|
76
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
77
|
+
load: () => void;
|
78
|
+
doc$(description?: string): {
|
79
|
+
load: () => void;
|
80
|
+
};
|
81
|
+
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
82
|
+
"v-slots": import("vue").Prop<{
|
83
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
84
|
+
} & {
|
85
|
+
placeholder: () => JSX.Element;
|
86
|
+
}>;
|
87
|
+
"lazy-src": {
|
88
|
+
type: import("vue").PropType<string>;
|
89
|
+
};
|
90
|
+
lazySrc: {
|
91
|
+
type: import("vue").PropType<string>;
|
92
|
+
};
|
63
93
|
placeholder: {
|
64
94
|
type: import("vue").PropType<string>;
|
65
95
|
} & {
|
66
96
|
type: import("vue").PropType<string>;
|
67
97
|
};
|
68
98
|
"max-height": {
|
69
|
-
type: import("vue").PropType<number>;
|
99
|
+
type: import("vue").PropType<string | number>;
|
70
100
|
};
|
71
101
|
maxHeight: {
|
72
|
-
type: import("vue").PropType<number>;
|
102
|
+
type: import("vue").PropType<string | number>;
|
73
103
|
};
|
74
104
|
"max-width": {
|
75
|
-
type: import("vue").PropType<number>;
|
105
|
+
type: import("vue").PropType<string | number>;
|
76
106
|
};
|
77
107
|
maxWidth: {
|
78
|
-
type: import("vue").PropType<number>;
|
108
|
+
type: import("vue").PropType<string | number>;
|
79
109
|
};
|
80
110
|
alt: {
|
81
111
|
type: import("vue").PropType<string>;
|
@@ -92,14 +122,14 @@ declare const _default: {
|
|
92
122
|
required: false;
|
93
123
|
};
|
94
124
|
width: {
|
95
|
-
type: import("vue").PropType<number>;
|
125
|
+
type: import("vue").PropType<string | number>;
|
96
126
|
} & {
|
97
|
-
type: import("vue").PropType<number>;
|
127
|
+
type: import("vue").PropType<string | number>;
|
98
128
|
};
|
99
129
|
height: {
|
100
|
-
type: import("vue").PropType<number>;
|
130
|
+
type: import("vue").PropType<string | number>;
|
101
131
|
} & {
|
102
|
-
type: import("vue").PropType<number>;
|
132
|
+
type: import("vue").PropType<string | number>;
|
103
133
|
};
|
104
134
|
src: {
|
105
135
|
type: import("vue").PropType<string>;
|
@@ -107,10 +137,10 @@ declare const _default: {
|
|
107
137
|
type: import("vue").PropType<string>;
|
108
138
|
};
|
109
139
|
"aspect-ratio": {
|
110
|
-
type: import("vue").PropType<
|
140
|
+
type: import("vue").PropType<string | number>;
|
111
141
|
};
|
112
142
|
aspectRatio: {
|
113
|
-
type: import("vue").PropType<
|
143
|
+
type: import("vue").PropType<string | number>;
|
114
144
|
};
|
115
145
|
class: {
|
116
146
|
type: import("vue").PropType<String | String[]>;
|
@@ -119,7 +149,10 @@ declare const _default: {
|
|
119
149
|
colorSchemaType?: any;
|
120
150
|
container?: any;
|
121
151
|
colors?: any;
|
122
|
-
}
|
152
|
+
}>> & {
|
153
|
+
onLoad?: () => any;
|
154
|
+
onDoc$?: (description?: string) => any;
|
155
|
+
}, {
|
123
156
|
container?: any;
|
124
157
|
colorSchemaType?: any;
|
125
158
|
colors?: any;
|
@@ -131,22 +164,33 @@ declare const _default: {
|
|
131
164
|
M: {};
|
132
165
|
Defaults: {};
|
133
166
|
}, Readonly<import("vue").ExtractPropTypes<{
|
167
|
+
"v-slots": import("vue").Prop<{
|
168
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
169
|
+
} & {
|
170
|
+
placeholder: () => JSX.Element;
|
171
|
+
}>;
|
172
|
+
"lazy-src": {
|
173
|
+
type: import("vue").PropType<string>;
|
174
|
+
};
|
175
|
+
lazySrc: {
|
176
|
+
type: import("vue").PropType<string>;
|
177
|
+
};
|
134
178
|
placeholder: {
|
135
179
|
type: import("vue").PropType<string>;
|
136
180
|
} & {
|
137
181
|
type: import("vue").PropType<string>;
|
138
182
|
};
|
139
183
|
"max-height": {
|
140
|
-
type: import("vue").PropType<number>;
|
184
|
+
type: import("vue").PropType<string | number>;
|
141
185
|
};
|
142
186
|
maxHeight: {
|
143
|
-
type: import("vue").PropType<number>;
|
187
|
+
type: import("vue").PropType<string | number>;
|
144
188
|
};
|
145
189
|
"max-width": {
|
146
|
-
type: import("vue").PropType<number>;
|
190
|
+
type: import("vue").PropType<string | number>;
|
147
191
|
};
|
148
192
|
maxWidth: {
|
149
|
-
type: import("vue").PropType<number>;
|
193
|
+
type: import("vue").PropType<string | number>;
|
150
194
|
};
|
151
195
|
alt: {
|
152
196
|
type: import("vue").PropType<string>;
|
@@ -163,14 +207,14 @@ declare const _default: {
|
|
163
207
|
required: false;
|
164
208
|
};
|
165
209
|
width: {
|
166
|
-
type: import("vue").PropType<number>;
|
210
|
+
type: import("vue").PropType<string | number>;
|
167
211
|
} & {
|
168
|
-
type: import("vue").PropType<number>;
|
212
|
+
type: import("vue").PropType<string | number>;
|
169
213
|
};
|
170
214
|
height: {
|
171
|
-
type: import("vue").PropType<number>;
|
215
|
+
type: import("vue").PropType<string | number>;
|
172
216
|
} & {
|
173
|
-
type: import("vue").PropType<number>;
|
217
|
+
type: import("vue").PropType<string | number>;
|
174
218
|
};
|
175
219
|
src: {
|
176
220
|
type: import("vue").PropType<string>;
|
@@ -178,10 +222,10 @@ declare const _default: {
|
|
178
222
|
type: import("vue").PropType<string>;
|
179
223
|
};
|
180
224
|
"aspect-ratio": {
|
181
|
-
type: import("vue").PropType<
|
225
|
+
type: import("vue").PropType<string | number>;
|
182
226
|
};
|
183
227
|
aspectRatio: {
|
184
|
-
type: import("vue").PropType<
|
228
|
+
type: import("vue").PropType<string | number>;
|
185
229
|
};
|
186
230
|
class: {
|
187
231
|
type: import("vue").PropType<String | String[]>;
|
@@ -190,7 +234,10 @@ declare const _default: {
|
|
190
234
|
colorSchemaType?: any;
|
191
235
|
container?: any;
|
192
236
|
colors?: any;
|
193
|
-
}
|
237
|
+
}>> & {
|
238
|
+
onLoad?: () => any;
|
239
|
+
onDoc$?: (description?: string) => any;
|
240
|
+
}, () => JSX.Element, {}, {}, {}, {
|
194
241
|
container?: any;
|
195
242
|
colorSchemaType?: any;
|
196
243
|
colors?: any;
|
@@ -199,22 +246,33 @@ declare const _default: {
|
|
199
246
|
__isTeleport?: never;
|
200
247
|
__isSuspense?: never;
|
201
248
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
249
|
+
"v-slots": import("vue").Prop<{
|
250
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
251
|
+
} & {
|
252
|
+
placeholder: () => JSX.Element;
|
253
|
+
}>;
|
254
|
+
"lazy-src": {
|
255
|
+
type: import("vue").PropType<string>;
|
256
|
+
};
|
257
|
+
lazySrc: {
|
258
|
+
type: import("vue").PropType<string>;
|
259
|
+
};
|
202
260
|
placeholder: {
|
203
261
|
type: import("vue").PropType<string>;
|
204
262
|
} & {
|
205
263
|
type: import("vue").PropType<string>;
|
206
264
|
};
|
207
265
|
"max-height": {
|
208
|
-
type: import("vue").PropType<number>;
|
266
|
+
type: import("vue").PropType<string | number>;
|
209
267
|
};
|
210
268
|
maxHeight: {
|
211
|
-
type: import("vue").PropType<number>;
|
269
|
+
type: import("vue").PropType<string | number>;
|
212
270
|
};
|
213
271
|
"max-width": {
|
214
|
-
type: import("vue").PropType<number>;
|
272
|
+
type: import("vue").PropType<string | number>;
|
215
273
|
};
|
216
274
|
maxWidth: {
|
217
|
-
type: import("vue").PropType<number>;
|
275
|
+
type: import("vue").PropType<string | number>;
|
218
276
|
};
|
219
277
|
alt: {
|
220
278
|
type: import("vue").PropType<string>;
|
@@ -231,14 +289,14 @@ declare const _default: {
|
|
231
289
|
required: false;
|
232
290
|
};
|
233
291
|
width: {
|
234
|
-
type: import("vue").PropType<number>;
|
292
|
+
type: import("vue").PropType<string | number>;
|
235
293
|
} & {
|
236
|
-
type: import("vue").PropType<number>;
|
294
|
+
type: import("vue").PropType<string | number>;
|
237
295
|
};
|
238
296
|
height: {
|
239
|
-
type: import("vue").PropType<number>;
|
297
|
+
type: import("vue").PropType<string | number>;
|
240
298
|
} & {
|
241
|
-
type: import("vue").PropType<number>;
|
299
|
+
type: import("vue").PropType<string | number>;
|
242
300
|
};
|
243
301
|
src: {
|
244
302
|
type: import("vue").PropType<string>;
|
@@ -246,10 +304,10 @@ declare const _default: {
|
|
246
304
|
type: import("vue").PropType<string>;
|
247
305
|
};
|
248
306
|
"aspect-ratio": {
|
249
|
-
type: import("vue").PropType<
|
307
|
+
type: import("vue").PropType<string | number>;
|
250
308
|
};
|
251
309
|
aspectRatio: {
|
252
|
-
type: import("vue").PropType<
|
310
|
+
type: import("vue").PropType<string | number>;
|
253
311
|
};
|
254
312
|
class: {
|
255
313
|
type: import("vue").PropType<String | String[]>;
|
@@ -258,7 +316,15 @@ declare const _default: {
|
|
258
316
|
colorSchemaType?: any;
|
259
317
|
container?: any;
|
260
318
|
colors?: any;
|
261
|
-
}
|
319
|
+
}>> & {
|
320
|
+
onLoad?: () => any;
|
321
|
+
onDoc$?: (description?: string) => any;
|
322
|
+
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
323
|
+
load: () => void;
|
324
|
+
doc$(description?: string): {
|
325
|
+
load: () => void;
|
326
|
+
};
|
327
|
+
}, string, {
|
262
328
|
container?: any;
|
263
329
|
colorSchemaType?: any;
|
264
330
|
colors?: any;
|
@@ -269,18 +335,28 @@ declare const _default: {
|
|
269
335
|
colors?: any;
|
270
336
|
} & {
|
271
337
|
class?: String | String[];
|
272
|
-
aspectRatio?:
|
273
|
-
height?: number;
|
274
|
-
maxHeight?: number;
|
275
|
-
maxWidth?: number;
|
276
|
-
width?: number;
|
338
|
+
aspectRatio?: string | number;
|
339
|
+
height?: string | number;
|
340
|
+
maxHeight?: string | number;
|
341
|
+
maxWidth?: string | number;
|
342
|
+
width?: string | number;
|
277
343
|
cover?: boolean;
|
278
344
|
placeholder?: string;
|
279
345
|
src?: string;
|
346
|
+
"v-slots"?: {
|
347
|
+
default?: import("../../DefineVueTypings").Slot<any[]>;
|
348
|
+
} & {
|
349
|
+
placeholder: () => JSX.Element;
|
350
|
+
};
|
280
351
|
alt?: string;
|
281
|
-
"max-width"?: number;
|
282
|
-
"max-height"?: number;
|
283
|
-
"aspect-ratio"?:
|
284
|
-
|
352
|
+
"max-width"?: string | number;
|
353
|
+
"max-height"?: string | number;
|
354
|
+
"aspect-ratio"?: string | number;
|
355
|
+
lazySrc?: string;
|
356
|
+
"lazy-src"?: string;
|
357
|
+
}>, "onLoad" | "onDoc$"> & {
|
358
|
+
onLoad?: () => any;
|
359
|
+
onDoc$?: (description?: string) => any;
|
360
|
+
};
|
285
361
|
};
|
286
362
|
export default _default;
|
@@ -262,8 +262,8 @@ declare const _default: {
|
|
262
262
|
target?: "_blank" | "_self" | "_parent" | "_top" | "framename";
|
263
263
|
href?: string;
|
264
264
|
size?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
265
|
-
toned?: boolean;
|
266
265
|
colorType?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
266
|
+
toned?: boolean;
|
267
267
|
"color-type"?: "base" | "onBase" | "container" | "onContainer" | ColorTypes;
|
268
268
|
truncateLines?: number;
|
269
269
|
"truncate-lines"?: number;
|
@@ -162,9 +162,9 @@ declare const _default: {
|
|
162
162
|
} & {
|
163
163
|
nav?: boolean;
|
164
164
|
class?: String | String[];
|
165
|
+
toned?: boolean;
|
165
166
|
variant?: "navigation" | "default" | "options";
|
166
167
|
divider?: boolean;
|
167
|
-
toned?: boolean;
|
168
168
|
lines?: false | "one" | "two" | "three";
|
169
169
|
}>, never>;
|
170
170
|
};
|
@@ -215,9 +215,9 @@ declare const _default: {
|
|
215
215
|
} & {
|
216
216
|
title?: VNodeChild;
|
217
217
|
icon?: ButtonIconOptions;
|
218
|
+
disabled?: boolean;
|
218
219
|
class?: String | String[];
|
219
220
|
active?: boolean;
|
220
|
-
disabled?: boolean;
|
221
221
|
"v-slots"?: {
|
222
222
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
223
223
|
} & VListItemSlots;
|
@@ -217,11 +217,11 @@ declare const _default: {
|
|
217
217
|
colors?: any;
|
218
218
|
} & {
|
219
219
|
class?: String | String[];
|
220
|
+
toned?: boolean;
|
220
221
|
"v-model"?: boolean;
|
221
222
|
"onUpdate:modelValue"?: (value: boolean) => any;
|
222
223
|
modelValue?: boolean;
|
223
224
|
variant?: "default" | "dialog" | "editor" | "app";
|
224
|
-
toned?: boolean;
|
225
225
|
overrides?: object;
|
226
226
|
location?: "left" | "right" | "top" | "start" | "end" | "bottom";
|
227
227
|
customWidth?: number;
|
@@ -144,13 +144,13 @@ declare const _default: {
|
|
144
144
|
} & {
|
145
145
|
value?: string;
|
146
146
|
size?: "small" | "default" | "medium" | "large" | "x-large" | "x-small";
|
147
|
+
toned?: boolean;
|
147
148
|
"v-slots"?: {
|
148
149
|
default?: import("../../DefineVueTypings").Slot<any[]>;
|
149
150
|
} & {
|
150
151
|
prependAvatar?: Func<[VNodeChild]>;
|
151
152
|
appendAvatar?: Func<[VNodeChild]>;
|
152
153
|
};
|
153
|
-
toned?: boolean;
|
154
154
|
}>, "onClick:close"> & {
|
155
155
|
"onClick:close"?: (e: MouseEvent) => any;
|
156
156
|
};
|
@@ -258,8 +258,8 @@ declare const _default: {
|
|
258
258
|
colors?: any;
|
259
259
|
} & {
|
260
260
|
length?: number;
|
261
|
-
class?: String | String[];
|
262
261
|
disabled?: boolean;
|
262
|
+
class?: String | String[];
|
263
263
|
"v-model"?: number;
|
264
264
|
"onUpdate:modelValue"?: (value: number) => any;
|
265
265
|
modelValue?: number;
|
@@ -299,12 +299,12 @@ declare const _default: {
|
|
299
299
|
padding?: OPaddingCombination;
|
300
300
|
hide?: boolean;
|
301
301
|
filled?: boolean;
|
302
|
+
toned?: boolean;
|
302
303
|
variant?: "section" | "navigation" | "tab" | "default" | "dialog" | "content" | "toolbar" | "settings" | "tab-vertical" | "info-section";
|
303
304
|
titleSize?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
304
305
|
"title-size"?: "xs" | "s" | "m" | "l" | "xl" | TypographySizes;
|
305
306
|
divider?: OBorderCombination;
|
306
307
|
grouped?: boolean;
|
307
|
-
toned?: boolean;
|
308
308
|
spacelessTop?: boolean;
|
309
309
|
"spaceless-top"?: boolean;
|
310
310
|
spacelessBottom?: boolean;
|
@@ -241,10 +241,10 @@ declare const _default: {
|
|
241
241
|
colorSchemaType?: any;
|
242
242
|
colors?: any;
|
243
243
|
} & {
|
244
|
+
disabled?: boolean;
|
244
245
|
label?: string;
|
245
246
|
class?: String | String[];
|
246
247
|
inline?: boolean;
|
247
|
-
disabled?: boolean;
|
248
248
|
readonly?: boolean;
|
249
249
|
"v-model"?: any;
|
250
250
|
"onUpdate:modelValue"?: (value: any) => any;
|
@@ -306,9 +306,9 @@ declare const _default: {
|
|
306
306
|
colors?: any;
|
307
307
|
} & {
|
308
308
|
length?: 5 | 10 | "5" | "10";
|
309
|
+
disabled?: boolean;
|
309
310
|
class?: String | String[];
|
310
311
|
size?: "small" | "default" | "large" | "x-large" | "x-small";
|
311
|
-
disabled?: boolean;
|
312
312
|
readonly?: boolean;
|
313
313
|
"v-model"?: string | number;
|
314
314
|
"onUpdate:modelValue"?: (value: string | number) => any;
|