@omnia/fx 8.0.130-dev → 8.0.131-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/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
- package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
- 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/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 +2 -2
- package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
- 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/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/oxide/alert/Alert.d.ts +9 -9
- package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +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 +3598 -2676
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7292 -5448
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/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 +7295 -5451
- 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/text/Text.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 +1 -1
- package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
- 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/social/PeopleTagging.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +15 -15
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/TemplatesJourney.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.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/ThemeDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +21 -6
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +11 -5
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
- package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +64 -86
- package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3611 -2695
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +7 -7
- package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3586 -2670
- package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3611 -2695
- package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3611 -2695
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -48
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
- package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -4
- package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3619 -2703
- package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41617
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
- package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
- package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3598 -2676
- package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -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/VersionedLayoutBladeBuilder.d.ts +7 -20
- package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
- package/package.json +2 -2
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
- package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
- /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TabsStyleBlueprints.d.ts +0 -0
@@ -1 +1 @@
|
|
1
|
-
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","destroyVueApp","extendApi","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GalleryStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerCommonStore","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","ProviderStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","onApplyStyle","updateTransformedImageBase64","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","activityService","activitySubscriptionService","defineService","useRealtimeService"]}}}
|
1
|
+
{"name":"omniaWebpackJsonp['bb000000-0000-bbbb-0000-0000000000bb']['a5a89056-b5f5-475d-8518-a1f55090379d']","content":{"./node_modules/@omnia/fx/Bootstrapper.js":{"id":"./node_modules/@omnia/fx/bootstrapper.js","buildMeta":{"exportsType":"namespace"},"expo.js":[]},"./node_modules/@omnia/fx/index.js":{"id":"14a8d443-2e58-450b-a462-258bdaf69b49","buildMeta":{"exportsType":"namespace"},"expo.js":["ApiHelper","AppRoutePropertyBagFactory","AuthenticationSessionService","BusinessProfilePathPropertyBagFactory","BusinessProfilePropertyBagFactory","Console","ConsoleUIService","ContextProviderCollection","Cookies","DisplayRules","Encoder","EnterprisePropertyHandler","ErrorBus","Extend","GraphClient","HttpClient","HttpContextProviderCollection","IAppRouteFactory","IBusinessProfileFactory","ITenantFactory","ImageProxyService","Inject","Injectable","LocalStorage","LocalizationServiceProviders","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","destroyVueApp","extendApi","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","setCurrentManifest","useInject","useLocalize","useOmniaClient","useProvide","vueCustomElement"]},"./node_modules/@omnia/fx/stores/index.js":{"id":"5e618f4d-d014-414e-a681-89e34cbeda0f","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsStore","AppNamingPolicyStore","AppStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GalleryStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerCommonStore","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","ProviderStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","onApplyStyle","updateTransformedImageBase64","useCompontentHostStore","useCompontentSharedSettingsStore","useLocalizationStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","destroyVueApp","getVueApps","getVueMixins","getVueOptionsHooks","getVuePlugins","registerAsyncVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AiSettingsService","AppNamingPolicyService","AppRouteService","AppService","AuditLogService","AzureAdGroupService","AzureAdUserService","AzureOpenAIService","BusinessProfilePropertyBindingProvider","BusinessProfileService","ConnectedTenantService","DataSourcePropertiesService","DataSourcePropertyDefinitionHandler","DynamicGroupService","DynamicPropertyDataSource","EnterpriseGlossaryService","EnterprisePropertiesProvider","EnterprisePropertyCategoryService","EnterprisePropertySetService","ExtendedEnterprisePropertiesPropertyBindingProvider","ExtensionsService","FeatureService","FileStorageService","GroupIdentityService","GroupService","IdentityAuthenticationService","IdentityCreationRequestService","IdentityPropertyBindingProvider","IdentitySelfServiceService","IdentityService","IdentitySyncProviderService","ImageProxyService","LinkStatusService","LocalizationService","LoginLogService","ManifestService","MediaPickerService","MicrosoftStreamService","OmniaSearchService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","activityService","activitySubscriptionService","defineService","useRealtimeService","useThemingService"]}}}
|
@@ -18,4 +18,5 @@ export declare class GroupService {
|
|
18
18
|
purge: (identity: GroupIdentity) => Promise<void>;
|
19
19
|
addorupdatewithmembership: (request: GroupIdentityAddOrUpdateWithMembershipRequest) => Promise<GroupIdentityAddOrUpdateWithMembershipResponse>;
|
20
20
|
checkCurrentUserIsGroupOwner: (identity: GroupIdentity) => Promise<boolean>;
|
21
|
+
validateGroupInUse: (groups: GroupIdentity[]) => Promise<boolean>;
|
21
22
|
}
|
@@ -18,7 +18,7 @@ declare const _default: (props: {
|
|
18
18
|
} & {
|
19
19
|
createNewColorDynamic?: boolean;
|
20
20
|
} & {
|
21
|
-
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
21
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
22
22
|
} & {
|
23
23
|
enableDynamicColor?: boolean;
|
24
24
|
} & Omit<{}, "fill" | "border" | "elevation" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType" | "enableDynamicColor" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & {
|
@@ -82,7 +82,7 @@ declare const _default: (props: {
|
|
82
82
|
} & {
|
83
83
|
createNewColorDynamic?: boolean;
|
84
84
|
} & {
|
85
|
-
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
85
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
86
86
|
} & {
|
87
87
|
enableDynamicColor?: boolean;
|
88
88
|
} & {
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import {
|
1
|
+
import { Guid } from "@omnia/fx-models";
|
2
2
|
type variant = "chrome" | "components" | "typography" | "spacing";
|
3
3
|
declare const _default: {
|
4
4
|
new (...args: any[]): import("vue").CreateComponentPublicInstance<Readonly<import("vue").ExtractPropTypes<{
|
@@ -8,75 +8,75 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<variant>;
|
9
9
|
};
|
10
10
|
"onUpdate:modelValue": {
|
11
|
-
type: import("vue").PropType<(value:
|
11
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
12
12
|
};
|
13
13
|
"v-model": {
|
14
|
-
type: import("vue").PropType<
|
14
|
+
type: import("vue").PropType<Guid>;
|
15
15
|
required: false;
|
16
16
|
};
|
17
17
|
modelValue: {
|
18
|
-
type: import("vue").PropType<
|
18
|
+
type: import("vue").PropType<Guid>;
|
19
19
|
required: false;
|
20
20
|
};
|
21
21
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
22
|
-
type: import("vue").PropType<(value:
|
22
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
23
23
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
24
|
-
type: import("vue").PropType<
|
24
|
+
type: import("vue").PropType<Guid>;
|
25
25
|
required: false;
|
26
26
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
27
|
-
type: import("vue").PropType<
|
27
|
+
type: import("vue").PropType<Guid>;
|
28
28
|
required: false;
|
29
29
|
}; } & {
|
30
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
30
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
31
31
|
"onUpdate:modelValue": {
|
32
|
-
type: import("vue").PropType<(value:
|
32
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
33
33
|
};
|
34
34
|
} & {
|
35
35
|
"v-model": {
|
36
|
-
type: import("vue").PropType<
|
36
|
+
type: import("vue").PropType<Guid>;
|
37
37
|
required: false;
|
38
38
|
};
|
39
39
|
} & {
|
40
40
|
modelValue: {
|
41
|
-
type: import("vue").PropType<
|
41
|
+
type: import("vue").PropType<Guid>;
|
42
42
|
required: false;
|
43
43
|
};
|
44
44
|
}>;
|
45
|
-
defaultValue(value?:
|
45
|
+
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
46
46
|
"onUpdate:modelValue": {
|
47
|
-
type: import("vue").PropType<(value:
|
47
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
48
48
|
};
|
49
49
|
} & {
|
50
50
|
"v-model": {
|
51
|
-
type: import("vue").PropType<
|
51
|
+
type: import("vue").PropType<Guid>;
|
52
52
|
required: false;
|
53
53
|
};
|
54
54
|
} & {
|
55
55
|
modelValue: {
|
56
|
-
type: import("vue").PropType<
|
56
|
+
type: import("vue").PropType<Guid>;
|
57
57
|
required: false;
|
58
58
|
};
|
59
59
|
}, false>;
|
60
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
60
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
61
61
|
"onUpdate:modelValue": {
|
62
|
-
type: import("vue").PropType<(value:
|
62
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
63
63
|
};
|
64
64
|
} & {
|
65
65
|
"v-model": {
|
66
|
-
type: import("vue").PropType<
|
66
|
+
type: import("vue").PropType<Guid>;
|
67
67
|
required: false;
|
68
68
|
};
|
69
69
|
} & {
|
70
70
|
modelValue: {
|
71
|
-
type: import("vue").PropType<
|
71
|
+
type: import("vue").PropType<Guid>;
|
72
72
|
required: false;
|
73
73
|
};
|
74
74
|
}>;
|
75
75
|
};
|
76
76
|
}>> & {
|
77
|
-
"onUpdate:modelValue"?: (value:
|
77
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
78
78
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
79
|
-
"update:modelValue": (value:
|
79
|
+
"update:modelValue": (value: Guid) => any;
|
80
80
|
}, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & Readonly<import("vue").ExtractPropTypes<{
|
81
81
|
variant: {
|
82
82
|
type: import("vue").PropType<variant>;
|
@@ -84,73 +84,73 @@ declare const _default: {
|
|
84
84
|
type: import("vue").PropType<variant>;
|
85
85
|
};
|
86
86
|
"onUpdate:modelValue": {
|
87
|
-
type: import("vue").PropType<(value:
|
87
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
88
88
|
};
|
89
89
|
"v-model": {
|
90
|
-
type: import("vue").PropType<
|
90
|
+
type: import("vue").PropType<Guid>;
|
91
91
|
required: false;
|
92
92
|
};
|
93
93
|
modelValue: {
|
94
|
-
type: import("vue").PropType<
|
94
|
+
type: import("vue").PropType<Guid>;
|
95
95
|
required: false;
|
96
96
|
};
|
97
97
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
98
|
-
type: import("vue").PropType<(value:
|
98
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
99
99
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
100
|
-
type: import("vue").PropType<
|
100
|
+
type: import("vue").PropType<Guid>;
|
101
101
|
required: false;
|
102
102
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
103
|
-
type: import("vue").PropType<
|
103
|
+
type: import("vue").PropType<Guid>;
|
104
104
|
required: false;
|
105
105
|
}; } & {
|
106
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
106
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
107
107
|
"onUpdate:modelValue": {
|
108
|
-
type: import("vue").PropType<(value:
|
108
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
109
109
|
};
|
110
110
|
} & {
|
111
111
|
"v-model": {
|
112
|
-
type: import("vue").PropType<
|
112
|
+
type: import("vue").PropType<Guid>;
|
113
113
|
required: false;
|
114
114
|
};
|
115
115
|
} & {
|
116
116
|
modelValue: {
|
117
|
-
type: import("vue").PropType<
|
117
|
+
type: import("vue").PropType<Guid>;
|
118
118
|
required: false;
|
119
119
|
};
|
120
120
|
}>;
|
121
|
-
defaultValue(value?:
|
121
|
+
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
122
122
|
"onUpdate:modelValue": {
|
123
|
-
type: import("vue").PropType<(value:
|
123
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
124
124
|
};
|
125
125
|
} & {
|
126
126
|
"v-model": {
|
127
|
-
type: import("vue").PropType<
|
127
|
+
type: import("vue").PropType<Guid>;
|
128
128
|
required: false;
|
129
129
|
};
|
130
130
|
} & {
|
131
131
|
modelValue: {
|
132
|
-
type: import("vue").PropType<
|
132
|
+
type: import("vue").PropType<Guid>;
|
133
133
|
required: false;
|
134
134
|
};
|
135
135
|
}, false>;
|
136
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
136
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
137
137
|
"onUpdate:modelValue": {
|
138
|
-
type: import("vue").PropType<(value:
|
138
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
139
139
|
};
|
140
140
|
} & {
|
141
141
|
"v-model": {
|
142
|
-
type: import("vue").PropType<
|
142
|
+
type: import("vue").PropType<Guid>;
|
143
143
|
required: false;
|
144
144
|
};
|
145
145
|
} & {
|
146
146
|
modelValue: {
|
147
|
-
type: import("vue").PropType<
|
147
|
+
type: import("vue").PropType<Guid>;
|
148
148
|
required: false;
|
149
149
|
};
|
150
150
|
}>;
|
151
151
|
};
|
152
152
|
}>> & {
|
153
|
-
"onUpdate:modelValue"?: (value:
|
153
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
154
154
|
}, {}, true, {}, {}, {
|
155
155
|
P: {};
|
156
156
|
B: {};
|
@@ -165,73 +165,73 @@ declare const _default: {
|
|
165
165
|
type: import("vue").PropType<variant>;
|
166
166
|
};
|
167
167
|
"onUpdate:modelValue": {
|
168
|
-
type: import("vue").PropType<(value:
|
168
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
169
169
|
};
|
170
170
|
"v-model": {
|
171
|
-
type: import("vue").PropType<
|
171
|
+
type: import("vue").PropType<Guid>;
|
172
172
|
required: false;
|
173
173
|
};
|
174
174
|
modelValue: {
|
175
|
-
type: import("vue").PropType<
|
175
|
+
type: import("vue").PropType<Guid>;
|
176
176
|
required: false;
|
177
177
|
};
|
178
178
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
179
|
-
type: import("vue").PropType<(value:
|
179
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
180
180
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
181
|
-
type: import("vue").PropType<
|
181
|
+
type: import("vue").PropType<Guid>;
|
182
182
|
required: false;
|
183
183
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
184
|
-
type: import("vue").PropType<
|
184
|
+
type: import("vue").PropType<Guid>;
|
185
185
|
required: false;
|
186
186
|
}; } & {
|
187
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
187
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
188
188
|
"onUpdate:modelValue": {
|
189
|
-
type: import("vue").PropType<(value:
|
189
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
190
190
|
};
|
191
191
|
} & {
|
192
192
|
"v-model": {
|
193
|
-
type: import("vue").PropType<
|
193
|
+
type: import("vue").PropType<Guid>;
|
194
194
|
required: false;
|
195
195
|
};
|
196
196
|
} & {
|
197
197
|
modelValue: {
|
198
|
-
type: import("vue").PropType<
|
198
|
+
type: import("vue").PropType<Guid>;
|
199
199
|
required: false;
|
200
200
|
};
|
201
201
|
}>;
|
202
|
-
defaultValue(value?:
|
202
|
+
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
203
203
|
"onUpdate:modelValue": {
|
204
|
-
type: import("vue").PropType<(value:
|
204
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
205
205
|
};
|
206
206
|
} & {
|
207
207
|
"v-model": {
|
208
|
-
type: import("vue").PropType<
|
208
|
+
type: import("vue").PropType<Guid>;
|
209
209
|
required: false;
|
210
210
|
};
|
211
211
|
} & {
|
212
212
|
modelValue: {
|
213
|
-
type: import("vue").PropType<
|
213
|
+
type: import("vue").PropType<Guid>;
|
214
214
|
required: false;
|
215
215
|
};
|
216
216
|
}, false>;
|
217
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
217
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
218
218
|
"onUpdate:modelValue": {
|
219
|
-
type: import("vue").PropType<(value:
|
219
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
220
220
|
};
|
221
221
|
} & {
|
222
222
|
"v-model": {
|
223
|
-
type: import("vue").PropType<
|
223
|
+
type: import("vue").PropType<Guid>;
|
224
224
|
required: false;
|
225
225
|
};
|
226
226
|
} & {
|
227
227
|
modelValue: {
|
228
|
-
type: import("vue").PropType<
|
228
|
+
type: import("vue").PropType<Guid>;
|
229
229
|
required: false;
|
230
230
|
};
|
231
231
|
}>;
|
232
232
|
};
|
233
233
|
}>> & {
|
234
|
-
"onUpdate:modelValue"?: (value:
|
234
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
235
235
|
}, () => JSX.Element, {}, {}, {}, {}>;
|
236
236
|
__isFragment?: never;
|
237
237
|
__isTeleport?: never;
|
@@ -243,144 +243,144 @@ declare const _default: {
|
|
243
243
|
type: import("vue").PropType<variant>;
|
244
244
|
};
|
245
245
|
"onUpdate:modelValue": {
|
246
|
-
type: import("vue").PropType<(value:
|
246
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
247
247
|
};
|
248
248
|
"v-model": {
|
249
|
-
type: import("vue").PropType<
|
249
|
+
type: import("vue").PropType<Guid>;
|
250
250
|
required: false;
|
251
251
|
};
|
252
252
|
modelValue: {
|
253
|
-
type: import("vue").PropType<
|
253
|
+
type: import("vue").PropType<Guid>;
|
254
254
|
required: false;
|
255
255
|
};
|
256
256
|
name: <TName extends string>(n?: TName) => { [key in import("../../DefineVueTypings").VModelEmitsInJsxElement<TName>]: {
|
257
|
-
type: import("vue").PropType<(value:
|
257
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
258
258
|
}; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
|
259
|
-
type: import("vue").PropType<
|
259
|
+
type: import("vue").PropType<Guid>;
|
260
260
|
required: false;
|
261
261
|
}; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
|
262
|
-
type: import("vue").PropType<
|
262
|
+
type: import("vue").PropType<Guid>;
|
263
263
|
required: false;
|
264
264
|
}; } & {
|
265
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName,
|
265
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
|
266
266
|
"onUpdate:modelValue": {
|
267
|
-
type: import("vue").PropType<(value:
|
267
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
268
268
|
};
|
269
269
|
} & {
|
270
270
|
"v-model": {
|
271
|
-
type: import("vue").PropType<
|
271
|
+
type: import("vue").PropType<Guid>;
|
272
272
|
required: false;
|
273
273
|
};
|
274
274
|
} & {
|
275
275
|
modelValue: {
|
276
|
-
type: import("vue").PropType<
|
276
|
+
type: import("vue").PropType<Guid>;
|
277
277
|
required: false;
|
278
278
|
};
|
279
279
|
}>;
|
280
|
-
defaultValue(value?:
|
280
|
+
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
|
281
281
|
"onUpdate:modelValue": {
|
282
|
-
type: import("vue").PropType<(value:
|
282
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
283
283
|
};
|
284
284
|
} & {
|
285
285
|
"v-model": {
|
286
|
-
type: import("vue").PropType<
|
286
|
+
type: import("vue").PropType<Guid>;
|
287
287
|
required: false;
|
288
288
|
};
|
289
289
|
} & {
|
290
290
|
modelValue: {
|
291
|
-
type: import("vue").PropType<
|
291
|
+
type: import("vue").PropType<Guid>;
|
292
292
|
required: false;
|
293
293
|
};
|
294
294
|
}, false>;
|
295
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName,
|
295
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
|
296
296
|
"onUpdate:modelValue": {
|
297
|
-
type: import("vue").PropType<(value:
|
297
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
298
298
|
};
|
299
299
|
} & {
|
300
300
|
"v-model": {
|
301
|
-
type: import("vue").PropType<
|
301
|
+
type: import("vue").PropType<Guid>;
|
302
302
|
required: false;
|
303
303
|
};
|
304
304
|
} & {
|
305
305
|
modelValue: {
|
306
|
-
type: import("vue").PropType<
|
306
|
+
type: import("vue").PropType<Guid>;
|
307
307
|
required: false;
|
308
308
|
};
|
309
309
|
}>;
|
310
310
|
};
|
311
311
|
}>> & {
|
312
|
-
"onUpdate:modelValue"?: (value:
|
312
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
313
313
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
314
|
-
"update:modelValue": (value:
|
314
|
+
"update:modelValue": (value: Guid) => any;
|
315
315
|
}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
316
316
|
propsDefinition: Omit<Readonly<{} & {
|
317
317
|
name?: {
|
318
318
|
[x: `onUpdate:${string}`]: {
|
319
|
-
type: import("vue").PropType<(value:
|
319
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
320
320
|
};
|
321
321
|
} & {
|
322
322
|
[x: `v-model:${string}`]: {
|
323
|
-
type: import("vue").PropType<
|
323
|
+
type: import("vue").PropType<Guid>;
|
324
324
|
required: false;
|
325
325
|
};
|
326
326
|
} & {
|
327
327
|
[x: string]: {
|
328
|
-
type: import("vue").PropType<
|
328
|
+
type: import("vue").PropType<Guid>;
|
329
329
|
required: false;
|
330
330
|
};
|
331
331
|
} & {
|
332
|
-
require(): import("../../DefineVueTypings").DefinePropModelRequire<string,
|
332
|
+
require(): import("../../DefineVueTypings").DefinePropModelRequire<string, Guid, {
|
333
333
|
"onUpdate:modelValue": {
|
334
|
-
type: import("vue").PropType<(value:
|
334
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
335
335
|
};
|
336
336
|
} & {
|
337
337
|
"v-model": {
|
338
|
-
type: import("vue").PropType<
|
338
|
+
type: import("vue").PropType<Guid>;
|
339
339
|
required: false;
|
340
340
|
};
|
341
341
|
} & {
|
342
342
|
modelValue: {
|
343
|
-
type: import("vue").PropType<
|
343
|
+
type: import("vue").PropType<Guid>;
|
344
344
|
required: false;
|
345
345
|
};
|
346
346
|
}>;
|
347
|
-
defaultValue(value?:
|
347
|
+
defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, Guid, {
|
348
348
|
"onUpdate:modelValue": {
|
349
|
-
type: import("vue").PropType<(value:
|
349
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
350
350
|
};
|
351
351
|
} & {
|
352
352
|
"v-model": {
|
353
|
-
type: import("vue").PropType<
|
353
|
+
type: import("vue").PropType<Guid>;
|
354
354
|
required: false;
|
355
355
|
};
|
356
356
|
} & {
|
357
357
|
modelValue: {
|
358
|
-
type: import("vue").PropType<
|
358
|
+
type: import("vue").PropType<Guid>;
|
359
359
|
required: false;
|
360
360
|
};
|
361
361
|
}, false>;
|
362
|
-
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string,
|
362
|
+
doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, Guid, {
|
363
363
|
"onUpdate:modelValue": {
|
364
|
-
type: import("vue").PropType<(value:
|
364
|
+
type: import("vue").PropType<(value: Guid) => any>;
|
365
365
|
};
|
366
366
|
} & {
|
367
367
|
"v-model": {
|
368
|
-
type: import("vue").PropType<
|
368
|
+
type: import("vue").PropType<Guid>;
|
369
369
|
required: false;
|
370
370
|
};
|
371
371
|
} & {
|
372
372
|
modelValue: {
|
373
|
-
type: import("vue").PropType<
|
373
|
+
type: import("vue").PropType<Guid>;
|
374
374
|
required: false;
|
375
375
|
};
|
376
376
|
}>;
|
377
377
|
};
|
378
|
-
"v-model"?:
|
379
|
-
"onUpdate:modelValue"?: (value:
|
380
|
-
modelValue?:
|
378
|
+
"v-model"?: Guid;
|
379
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
380
|
+
modelValue?: Guid;
|
381
381
|
variant?: variant;
|
382
382
|
}>, "onUpdate:modelValue"> & {
|
383
|
-
"onUpdate:modelValue"?: (value:
|
383
|
+
"onUpdate:modelValue"?: (value: Guid) => any;
|
384
384
|
};
|
385
385
|
};
|
386
386
|
export default _default;
|
package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts
CHANGED
@@ -8,7 +8,7 @@ declare const _default: (props: {
|
|
8
8
|
} & {
|
9
9
|
toned?: boolean;
|
10
10
|
} & {
|
11
|
-
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
11
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
12
12
|
} & Omit<{
|
13
13
|
"onClick:select"?: (variant: BlueprintVariant) => any;
|
14
14
|
}, "toned" | "v-model" | "onUpdate:modelValue" | "modelValue" | "dynamicColorSchemaType"> & {
|
@@ -62,7 +62,7 @@ declare const _default: (props: {
|
|
62
62
|
} & {
|
63
63
|
toned?: boolean;
|
64
64
|
} & {
|
65
|
-
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
65
|
+
dynamicColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
66
66
|
} & {
|
67
67
|
"v-slots"?: {
|
68
68
|
default?: import("vue").Slot;
|
@@ -8,11 +8,11 @@ declare const _default: {
|
|
8
8
|
type: import("vue").PropType<boolean>;
|
9
9
|
};
|
10
10
|
"preview-color-schema-type": {
|
11
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
11
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
12
12
|
required: false;
|
13
13
|
};
|
14
14
|
previewColorSchemaType: {
|
15
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
15
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
16
16
|
required: false;
|
17
17
|
};
|
18
18
|
"onUpdate:modelValue": {
|
@@ -93,11 +93,11 @@ declare const _default: {
|
|
93
93
|
type: import("vue").PropType<boolean>;
|
94
94
|
};
|
95
95
|
"preview-color-schema-type": {
|
96
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
96
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
97
97
|
required: false;
|
98
98
|
};
|
99
99
|
previewColorSchemaType: {
|
100
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
100
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
101
101
|
required: false;
|
102
102
|
};
|
103
103
|
"onUpdate:modelValue": {
|
@@ -183,11 +183,11 @@ declare const _default: {
|
|
183
183
|
type: import("vue").PropType<boolean>;
|
184
184
|
};
|
185
185
|
"preview-color-schema-type": {
|
186
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
186
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
187
187
|
required: false;
|
188
188
|
};
|
189
189
|
previewColorSchemaType: {
|
190
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
190
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
191
191
|
required: false;
|
192
192
|
};
|
193
193
|
"onUpdate:modelValue": {
|
@@ -270,11 +270,11 @@ declare const _default: {
|
|
270
270
|
type: import("vue").PropType<boolean>;
|
271
271
|
};
|
272
272
|
"preview-color-schema-type": {
|
273
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
273
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
274
274
|
required: false;
|
275
275
|
};
|
276
276
|
previewColorSchemaType: {
|
277
|
-
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic">;
|
277
|
+
type: import("vue").PropType<"info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic">;
|
278
278
|
required: false;
|
279
279
|
};
|
280
280
|
"onUpdate:modelValue": {
|
@@ -413,8 +413,8 @@ declare const _default: {
|
|
413
413
|
"v-model"?: BlueprintVariant | ChromeBlueprint;
|
414
414
|
"onUpdate:modelValue"?: (value: BlueprintVariant | ChromeBlueprint) => any;
|
415
415
|
modelValue?: BlueprintVariant | ChromeBlueprint;
|
416
|
-
previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
417
|
-
"preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "background" | "dynamic";
|
416
|
+
previewColorSchemaType?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
417
|
+
"preview-color-schema-type"?: "info" | "error" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "neutral" | "warning" | "notification" | "background" | "dynamic";
|
418
418
|
customChrome?: boolean;
|
419
419
|
"custom-chrome"?: boolean;
|
420
420
|
}>, "onUpdate:modelValue"> & {
|