@omnia/fx 8.0.130-dev → 8.0.132-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.
Files changed (126) hide show
  1. package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
  2. package/internal-do-not-import-from-here/services/identities/GroupService.d.ts +1 -0
  3. package/internal-do-not-import-from-here/ux/blueprintpickers/backgroundstyle/BackgroundStyleEditor.d.ts +2 -2
  4. package/internal-do-not-import-from-here/ux/blueprintpickers/blueprintTemplate/BlueprintsTemplatePicker.d.ts +98 -98
  5. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromeBlueprintsViewer.d.ts +2 -2
  6. package/internal-do-not-import-from-here/ux/blueprintpickers/chrome/ChromePicker.d.ts +10 -10
  7. package/internal-do-not-import-from-here/ux/blueprintpickers/iconstylepicker/IconStylePicker.d.ts +2 -2
  8. package/internal-do-not-import-from-here/ux/blueprintpickers/stylepicker/StylePicker.d.ts +10 -10
  9. package/internal-do-not-import-from-here/ux/blueprintpickers/textstylepicker/TextStylePicker.d.ts +2 -2
  10. package/internal-do-not-import-from-here/ux/borderpicker/BorderPicker.d.ts +2 -2
  11. package/internal-do-not-import-from-here/ux/colorpickerV2/ColorPicker.d.ts +10 -10
  12. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaPicker.d.ts +101 -101
  13. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.css.d.ts +3 -0
  14. package/internal-do-not-import-from-here/ux/colorschemapicker/ColorSchemaViewer.d.ts +1 -1
  15. package/internal-do-not-import-from-here/ux/confirmdialog/ConfirmDialog.d.ts +1 -1
  16. package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -1
  17. package/internal-do-not-import-from-here/ux/datetimezonepicker/DateTimeZonePicker.d.ts +1 -1
  18. package/internal-do-not-import-from-here/ux/dialog/Dialog.d.ts +1 -1
  19. package/internal-do-not-import-from-here/ux/enterpriseproperties/edit/datafield/DataFieldEdit.d.ts +1 -1
  20. package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +1 -1
  21. package/internal-do-not-import-from-here/ux/fileuploader/FileUploader.d.ts +1 -1
  22. package/internal-do-not-import-from-here/ux/fillpicker/FillPicker.d.ts +2 -2
  23. package/internal-do-not-import-from-here/ux/filterpicker/FilterPicker.d.ts +1 -1
  24. package/internal-do-not-import-from-here/ux/iconpicker/IconPicker.d.ts +1 -1
  25. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  26. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  27. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  28. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  29. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  30. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +10 -10
  31. package/internal-do-not-import-from-here/ux/journey/models/Constants.d.ts +1 -1
  32. package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +10 -10
  33. package/internal-do-not-import-from-here/ux/jsonexportimport/ExportImport.d.ts +7 -3
  34. package/internal-do-not-import-from-here/ux/languagepicker/LanguagePicker.d.ts +1 -1
  35. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -1
  36. package/internal-do-not-import-from-here/ux/multitextinput/MultiTextInput.d.ts +3 -3
  37. package/internal-do-not-import-from-here/ux/oxide/alert/Alert.d.ts +9 -9
  38. package/internal-do-not-import-from-here/ux/oxide/appbar/Appbar.d.ts +1 -1
  39. package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +1 -1
  40. package/internal-do-not-import-from-here/ux/oxide/checkbox/Checkbox.d.ts +1 -1
  41. package/internal-do-not-import-from-here/ux/oxide/chip/Chip.d.ts +1 -1
  42. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +3598 -2676
  43. package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +7292 -5448
  44. package/internal-do-not-import-from-here/ux/oxide/datepicker/DatePicker.d.ts +1 -1
  45. package/internal-do-not-import-from-here/ux/oxide/icon/Icon.d.ts +2 -2
  46. package/internal-do-not-import-from-here/ux/oxide/list/ListItem.d.ts +1 -1
  47. package/internal-do-not-import-from-here/ux/oxide/main/Main.d.ts +1 -1
  48. package/internal-do-not-import-from-here/ux/oxide/pagination/Pagination.d.ts +1 -1
  49. package/internal-do-not-import-from-here/ux/oxide/radio/RadioGroup.d.ts +1 -1
  50. package/internal-do-not-import-from-here/ux/oxide/rating/Rating.d.ts +1 -1
  51. package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +7295 -5451
  52. package/internal-do-not-import-from-here/ux/oxide/switch/Switch.d.ts +1 -1
  53. package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +1 -1
  55. package/internal-do-not-import-from-here/ux/oxide/textarea/TextArea.d.ts +1 -1
  56. package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +1 -1
  57. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +1 -1
  58. package/internal-do-not-import-from-here/ux/permissioninput/TenantAdminPermissionInput.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyInput.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/properties/property-picker/PropertyPicker.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/richtexteditor/RichTextEditor.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/social/PeopleTagging.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/components/store/ChromeEditorStore.d.ts +2 -2
  64. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/store/SpacingEditorStore.d.ts +38 -18
  65. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/store/TypographyEditorStore.d.ts +36 -14
  66. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/colorschemas/store/ColorSchemaEditorStore.d.ts +27 -17
  67. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/TemplatesJourney.d.ts +22 -0
  68. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplateEdit.d.ts +16 -0
  69. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ButtonTemplates.d.ts +22 -0
  70. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ChromeTemplateEdit.d.ts +16 -0
  71. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/ChromeTemplates.d.ts +22 -0
  72. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplateEdit.d.ts +16 -0
  73. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/blades/TabTemplates.d.ts +22 -0
  74. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/templates/store/TemplateEditorStore.d.ts +156 -0
  75. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/EditThemeBlade.d.ts +4 -83
  76. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/blades/ViewThemeBlade.d.ts +16 -0
  77. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/themes/store/ThemeEditorStore.d.ts +55 -0
  78. package/internal-do-not-import-from-here/ux/theming-v2/designkits/default/themes/ThemeDefinitions.d.ts +1 -1
  79. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/BlueprintsTypography.d.ts +1 -1
  80. package/internal-do-not-import-from-here/ux/theming-v2/designkits/documentation/themes/ThemeDefinitions.d.ts +1 -1
  81. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/shared.d.ts +1 -0
  82. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/BlueprintsTypography.d.ts +3 -2
  83. package/internal-do-not-import-from-here/ux/theming-v2/designkits/editor/themes/ThemeDefinitions.d.ts +1 -1
  84. package/internal-do-not-import-from-here/ux/theming-v2/designkits/index.d.ts +2 -0
  85. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/BlueprintsTemplates.d.ts +21 -6
  86. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ThemeDefinitionInstance.d.ts +11 -5
  87. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/TypographyBlueprints.d.ts +0 -4
  88. package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/index.d.ts +4 -6
  89. package/internal-do-not-import-from-here/ux/theming-v2/store/BlueprintTemplatesStore.d.ts +125 -92
  90. package/internal-do-not-import-from-here/ux/theming-v2/store/ChromeBlueprintStore.d.ts +3611 -2695
  91. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaDefinitionStore.d.ts +20 -10
  92. package/internal-do-not-import-from-here/ux/theming-v2/store/ColorSchemaStore.d.ts +3586 -2670
  93. package/internal-do-not-import-from-here/ux/theming-v2/store/ComponentBlueprintStore.d.ts +3611 -2695
  94. package/internal-do-not-import-from-here/ux/theming-v2/store/SpacingBlueprintStore.d.ts +3611 -2695
  95. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeContextStore.d.ts +102 -48
  96. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeDefinitionStoreV2.d.ts +12 -9
  97. package/internal-do-not-import-from-here/ux/theming-v2/store/ThemeStoreV2.d.ts +10 -4
  98. package/internal-do-not-import-from-here/ux/theming-v2/store/TypographyBlueprintStore.d.ts +3619 -2703
  99. package/internal-do-not-import-from-here/ux/theming-v2/styling/UseStyling.d.ts +11 -41617
  100. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Blueprints.d.ts +12 -12
  101. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/Typography.d.ts +1 -1
  102. package/internal-do-not-import-from-here/ux/theming-v2/styling/styles/index.d.ts +2 -2
  103. package/internal-do-not-import-from-here/ux/theming-v2/themepicker/ThemeEditor.d.ts +7 -3
  104. package/internal-do-not-import-from-here/ux/theming-v2/themeprovider/ThemeProvider.d.ts +11 -11
  105. package/internal-do-not-import-from-here/ux/timeperiodpicker/TimePeriodPicker.d.ts +1 -1
  106. package/internal-do-not-import-from-here/ux/urlinput/UrlInputLegacy.d.ts +1 -1
  107. package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +3598 -2676
  108. package/internal-do-not-import-from-here/ux/use/UseIcon.d.ts +2 -0
  109. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +9 -6
  110. package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +4 -1
  111. package/internal-do-not-import-from-here/ux/velcron/renderer/VelcronRenderer.d.ts +5 -5
  112. package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/ColorSchemaEditor.d.ts +95 -95
  113. package/internal-do-not-import-from-here/ux/versionedlayout/blade/VersionedLayoutBladeBuilder.d.ts +7 -20
  114. package/internal-do-not-import-from-here/wctypings.d.ts +13 -0
  115. package/package.json +4 -4
  116. package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/TypographyDefinitionBlade.css.d.ts +0 -4
  117. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorManager.d.ts +0 -7
  118. package/internal-do-not-import-from-here/ux/theming-v2/designkits/core/ColorSchemaManager.d.ts +0 -12
  119. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/spacing/blades/{SpacingBlueprintBlade.d.ts → EditSpacingBlueprintBlade.d.ts} +0 -0
  120. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/{TypographyDefinitionBlade.d.ts → EditTypographyBlueprintBlade.d.ts} +0 -0
  121. /package/internal-do-not-import-from-here/ux/theming-v2/admin/blades/blueprints/typography/blades/{TypographySettingsBlade.d.ts → EditTypographyDefinitionBlade.d.ts} +0 -0
  122. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ButtonStyleBlueprints.d.ts +0 -0
  123. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/ChromeStyleBlueprints.d.ts +0 -0
  124. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/Colors.d.ts +0 -0
  125. /package/internal-do-not-import-from-here/ux/theming-v2/designkits/{core → shared}/SpacingBlueprint.d.ts +0 -0
  126. /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 { Blueprints } from "@omnia/fx-models";
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: Blueprints) => any>;
11
+ type: import("vue").PropType<(value: Guid) => any>;
12
12
  };
13
13
  "v-model": {
14
- type: import("vue").PropType<Blueprints>;
14
+ type: import("vue").PropType<Guid>;
15
15
  required: false;
16
16
  };
17
17
  modelValue: {
18
- type: import("vue").PropType<Blueprints>;
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: Blueprints) => any>;
22
+ type: import("vue").PropType<(value: Guid) => any>;
23
23
  }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
24
- type: import("vue").PropType<Blueprints>;
24
+ type: import("vue").PropType<Guid>;
25
25
  required: false;
26
26
  }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
27
- type: import("vue").PropType<Blueprints>;
27
+ type: import("vue").PropType<Guid>;
28
28
  required: false;
29
29
  }; } & {
30
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Blueprints, {
30
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
31
31
  "onUpdate:modelValue": {
32
- type: import("vue").PropType<(value: Blueprints) => any>;
32
+ type: import("vue").PropType<(value: Guid) => any>;
33
33
  };
34
34
  } & {
35
35
  "v-model": {
36
- type: import("vue").PropType<Blueprints>;
36
+ type: import("vue").PropType<Guid>;
37
37
  required: false;
38
38
  };
39
39
  } & {
40
40
  modelValue: {
41
- type: import("vue").PropType<Blueprints>;
41
+ type: import("vue").PropType<Guid>;
42
42
  required: false;
43
43
  };
44
44
  }>;
45
- defaultValue(value?: Blueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Blueprints, {
45
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
46
46
  "onUpdate:modelValue": {
47
- type: import("vue").PropType<(value: Blueprints) => any>;
47
+ type: import("vue").PropType<(value: Guid) => any>;
48
48
  };
49
49
  } & {
50
50
  "v-model": {
51
- type: import("vue").PropType<Blueprints>;
51
+ type: import("vue").PropType<Guid>;
52
52
  required: false;
53
53
  };
54
54
  } & {
55
55
  modelValue: {
56
- type: import("vue").PropType<Blueprints>;
56
+ type: import("vue").PropType<Guid>;
57
57
  required: false;
58
58
  };
59
59
  }, false>;
60
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Blueprints, {
60
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
61
61
  "onUpdate:modelValue": {
62
- type: import("vue").PropType<(value: Blueprints) => any>;
62
+ type: import("vue").PropType<(value: Guid) => any>;
63
63
  };
64
64
  } & {
65
65
  "v-model": {
66
- type: import("vue").PropType<Blueprints>;
66
+ type: import("vue").PropType<Guid>;
67
67
  required: false;
68
68
  };
69
69
  } & {
70
70
  modelValue: {
71
- type: import("vue").PropType<Blueprints>;
71
+ type: import("vue").PropType<Guid>;
72
72
  required: false;
73
73
  };
74
74
  }>;
75
75
  };
76
76
  }>> & {
77
- "onUpdate:modelValue"?: (value: Blueprints) => any;
77
+ "onUpdate:modelValue"?: (value: Guid) => any;
78
78
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
79
- "update:modelValue": (value: Blueprints) => any;
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: Blueprints) => any>;
87
+ type: import("vue").PropType<(value: Guid) => any>;
88
88
  };
89
89
  "v-model": {
90
- type: import("vue").PropType<Blueprints>;
90
+ type: import("vue").PropType<Guid>;
91
91
  required: false;
92
92
  };
93
93
  modelValue: {
94
- type: import("vue").PropType<Blueprints>;
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: Blueprints) => any>;
98
+ type: import("vue").PropType<(value: Guid) => any>;
99
99
  }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
100
- type: import("vue").PropType<Blueprints>;
100
+ type: import("vue").PropType<Guid>;
101
101
  required: false;
102
102
  }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
103
- type: import("vue").PropType<Blueprints>;
103
+ type: import("vue").PropType<Guid>;
104
104
  required: false;
105
105
  }; } & {
106
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Blueprints, {
106
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
107
107
  "onUpdate:modelValue": {
108
- type: import("vue").PropType<(value: Blueprints) => any>;
108
+ type: import("vue").PropType<(value: Guid) => any>;
109
109
  };
110
110
  } & {
111
111
  "v-model": {
112
- type: import("vue").PropType<Blueprints>;
112
+ type: import("vue").PropType<Guid>;
113
113
  required: false;
114
114
  };
115
115
  } & {
116
116
  modelValue: {
117
- type: import("vue").PropType<Blueprints>;
117
+ type: import("vue").PropType<Guid>;
118
118
  required: false;
119
119
  };
120
120
  }>;
121
- defaultValue(value?: Blueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Blueprints, {
121
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
122
122
  "onUpdate:modelValue": {
123
- type: import("vue").PropType<(value: Blueprints) => any>;
123
+ type: import("vue").PropType<(value: Guid) => any>;
124
124
  };
125
125
  } & {
126
126
  "v-model": {
127
- type: import("vue").PropType<Blueprints>;
127
+ type: import("vue").PropType<Guid>;
128
128
  required: false;
129
129
  };
130
130
  } & {
131
131
  modelValue: {
132
- type: import("vue").PropType<Blueprints>;
132
+ type: import("vue").PropType<Guid>;
133
133
  required: false;
134
134
  };
135
135
  }, false>;
136
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Blueprints, {
136
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
137
137
  "onUpdate:modelValue": {
138
- type: import("vue").PropType<(value: Blueprints) => any>;
138
+ type: import("vue").PropType<(value: Guid) => any>;
139
139
  };
140
140
  } & {
141
141
  "v-model": {
142
- type: import("vue").PropType<Blueprints>;
142
+ type: import("vue").PropType<Guid>;
143
143
  required: false;
144
144
  };
145
145
  } & {
146
146
  modelValue: {
147
- type: import("vue").PropType<Blueprints>;
147
+ type: import("vue").PropType<Guid>;
148
148
  required: false;
149
149
  };
150
150
  }>;
151
151
  };
152
152
  }>> & {
153
- "onUpdate:modelValue"?: (value: Blueprints) => any;
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: Blueprints) => any>;
168
+ type: import("vue").PropType<(value: Guid) => any>;
169
169
  };
170
170
  "v-model": {
171
- type: import("vue").PropType<Blueprints>;
171
+ type: import("vue").PropType<Guid>;
172
172
  required: false;
173
173
  };
174
174
  modelValue: {
175
- type: import("vue").PropType<Blueprints>;
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: Blueprints) => any>;
179
+ type: import("vue").PropType<(value: Guid) => any>;
180
180
  }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
181
- type: import("vue").PropType<Blueprints>;
181
+ type: import("vue").PropType<Guid>;
182
182
  required: false;
183
183
  }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
184
- type: import("vue").PropType<Blueprints>;
184
+ type: import("vue").PropType<Guid>;
185
185
  required: false;
186
186
  }; } & {
187
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Blueprints, {
187
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
188
188
  "onUpdate:modelValue": {
189
- type: import("vue").PropType<(value: Blueprints) => any>;
189
+ type: import("vue").PropType<(value: Guid) => any>;
190
190
  };
191
191
  } & {
192
192
  "v-model": {
193
- type: import("vue").PropType<Blueprints>;
193
+ type: import("vue").PropType<Guid>;
194
194
  required: false;
195
195
  };
196
196
  } & {
197
197
  modelValue: {
198
- type: import("vue").PropType<Blueprints>;
198
+ type: import("vue").PropType<Guid>;
199
199
  required: false;
200
200
  };
201
201
  }>;
202
- defaultValue(value?: Blueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Blueprints, {
202
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
203
203
  "onUpdate:modelValue": {
204
- type: import("vue").PropType<(value: Blueprints) => any>;
204
+ type: import("vue").PropType<(value: Guid) => any>;
205
205
  };
206
206
  } & {
207
207
  "v-model": {
208
- type: import("vue").PropType<Blueprints>;
208
+ type: import("vue").PropType<Guid>;
209
209
  required: false;
210
210
  };
211
211
  } & {
212
212
  modelValue: {
213
- type: import("vue").PropType<Blueprints>;
213
+ type: import("vue").PropType<Guid>;
214
214
  required: false;
215
215
  };
216
216
  }, false>;
217
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Blueprints, {
217
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
218
218
  "onUpdate:modelValue": {
219
- type: import("vue").PropType<(value: Blueprints) => any>;
219
+ type: import("vue").PropType<(value: Guid) => any>;
220
220
  };
221
221
  } & {
222
222
  "v-model": {
223
- type: import("vue").PropType<Blueprints>;
223
+ type: import("vue").PropType<Guid>;
224
224
  required: false;
225
225
  };
226
226
  } & {
227
227
  modelValue: {
228
- type: import("vue").PropType<Blueprints>;
228
+ type: import("vue").PropType<Guid>;
229
229
  required: false;
230
230
  };
231
231
  }>;
232
232
  };
233
233
  }>> & {
234
- "onUpdate:modelValue"?: (value: Blueprints) => any;
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: Blueprints) => any>;
246
+ type: import("vue").PropType<(value: Guid) => any>;
247
247
  };
248
248
  "v-model": {
249
- type: import("vue").PropType<Blueprints>;
249
+ type: import("vue").PropType<Guid>;
250
250
  required: false;
251
251
  };
252
252
  modelValue: {
253
- type: import("vue").PropType<Blueprints>;
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: Blueprints) => any>;
257
+ type: import("vue").PropType<(value: Guid) => any>;
258
258
  }; } & { [key_1 in import("../../DefineVueTypings").VModelKeyNameInJsxElement<TName>]: {
259
- type: import("vue").PropType<Blueprints>;
259
+ type: import("vue").PropType<Guid>;
260
260
  required: false;
261
261
  }; } & { [key_2 in import("../../DefineVueTypings").VModelKeyNameInProps<TName>]: {
262
- type: import("vue").PropType<Blueprints>;
262
+ type: import("vue").PropType<Guid>;
263
263
  required: false;
264
264
  }; } & {
265
- require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Blueprints, {
265
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<TName, Guid, {
266
266
  "onUpdate:modelValue": {
267
- type: import("vue").PropType<(value: Blueprints) => any>;
267
+ type: import("vue").PropType<(value: Guid) => any>;
268
268
  };
269
269
  } & {
270
270
  "v-model": {
271
- type: import("vue").PropType<Blueprints>;
271
+ type: import("vue").PropType<Guid>;
272
272
  required: false;
273
273
  };
274
274
  } & {
275
275
  modelValue: {
276
- type: import("vue").PropType<Blueprints>;
276
+ type: import("vue").PropType<Guid>;
277
277
  required: false;
278
278
  };
279
279
  }>;
280
- defaultValue(value?: Blueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Blueprints, {
280
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<TName, Guid, {
281
281
  "onUpdate:modelValue": {
282
- type: import("vue").PropType<(value: Blueprints) => any>;
282
+ type: import("vue").PropType<(value: Guid) => any>;
283
283
  };
284
284
  } & {
285
285
  "v-model": {
286
- type: import("vue").PropType<Blueprints>;
286
+ type: import("vue").PropType<Guid>;
287
287
  required: false;
288
288
  };
289
289
  } & {
290
290
  modelValue: {
291
- type: import("vue").PropType<Blueprints>;
291
+ type: import("vue").PropType<Guid>;
292
292
  required: false;
293
293
  };
294
294
  }, false>;
295
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Blueprints, {
295
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<TName, Guid, {
296
296
  "onUpdate:modelValue": {
297
- type: import("vue").PropType<(value: Blueprints) => any>;
297
+ type: import("vue").PropType<(value: Guid) => any>;
298
298
  };
299
299
  } & {
300
300
  "v-model": {
301
- type: import("vue").PropType<Blueprints>;
301
+ type: import("vue").PropType<Guid>;
302
302
  required: false;
303
303
  };
304
304
  } & {
305
305
  modelValue: {
306
- type: import("vue").PropType<Blueprints>;
306
+ type: import("vue").PropType<Guid>;
307
307
  required: false;
308
308
  };
309
309
  }>;
310
310
  };
311
311
  }>> & {
312
- "onUpdate:modelValue"?: (value: Blueprints) => any;
312
+ "onUpdate:modelValue"?: (value: Guid) => any;
313
313
  }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
314
- "update:modelValue": (value: Blueprints) => any;
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: Blueprints) => any>;
319
+ type: import("vue").PropType<(value: Guid) => any>;
320
320
  };
321
321
  } & {
322
322
  [x: `v-model:${string}`]: {
323
- type: import("vue").PropType<Blueprints>;
323
+ type: import("vue").PropType<Guid>;
324
324
  required: false;
325
325
  };
326
326
  } & {
327
327
  [x: string]: {
328
- type: import("vue").PropType<Blueprints>;
328
+ type: import("vue").PropType<Guid>;
329
329
  required: false;
330
330
  };
331
331
  } & {
332
- require(): import("../../DefineVueTypings").DefinePropModelRequire<string, Blueprints, {
332
+ require(): import("../../DefineVueTypings").DefinePropModelRequire<string, Guid, {
333
333
  "onUpdate:modelValue": {
334
- type: import("vue").PropType<(value: Blueprints) => any>;
334
+ type: import("vue").PropType<(value: Guid) => any>;
335
335
  };
336
336
  } & {
337
337
  "v-model": {
338
- type: import("vue").PropType<Blueprints>;
338
+ type: import("vue").PropType<Guid>;
339
339
  required: false;
340
340
  };
341
341
  } & {
342
342
  modelValue: {
343
- type: import("vue").PropType<Blueprints>;
343
+ type: import("vue").PropType<Guid>;
344
344
  required: false;
345
345
  };
346
346
  }>;
347
- defaultValue(value?: Blueprints): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, Blueprints, {
347
+ defaultValue(value?: Guid): import("../../DefineVueTypings").DefinePropModelDefaultValue<string, Guid, {
348
348
  "onUpdate:modelValue": {
349
- type: import("vue").PropType<(value: Blueprints) => any>;
349
+ type: import("vue").PropType<(value: Guid) => any>;
350
350
  };
351
351
  } & {
352
352
  "v-model": {
353
- type: import("vue").PropType<Blueprints>;
353
+ type: import("vue").PropType<Guid>;
354
354
  required: false;
355
355
  };
356
356
  } & {
357
357
  modelValue: {
358
- type: import("vue").PropType<Blueprints>;
358
+ type: import("vue").PropType<Guid>;
359
359
  required: false;
360
360
  };
361
361
  }, false>;
362
- doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, Blueprints, {
362
+ doc$(description?: string): import("../../DefineVueTypings").DefinePropModelDoc<string, Guid, {
363
363
  "onUpdate:modelValue": {
364
- type: import("vue").PropType<(value: Blueprints) => any>;
364
+ type: import("vue").PropType<(value: Guid) => any>;
365
365
  };
366
366
  } & {
367
367
  "v-model": {
368
- type: import("vue").PropType<Blueprints>;
368
+ type: import("vue").PropType<Guid>;
369
369
  required: false;
370
370
  };
371
371
  } & {
372
372
  modelValue: {
373
- type: import("vue").PropType<Blueprints>;
373
+ type: import("vue").PropType<Guid>;
374
374
  required: false;
375
375
  };
376
376
  }>;
377
377
  };
378
- "v-model"?: Blueprints;
379
- "onUpdate:modelValue"?: (value: Blueprints) => any;
380
- modelValue?: Blueprints;
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: Blueprints) => any;
383
+ "onUpdate:modelValue"?: (value: Guid) => any;
384
384
  };
385
385
  };
386
386
  export default _default;
@@ -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"> & {