@omnia/fx 8.0.419-dev → 8.0.421-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 (83) 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/IdentityService.d.ts +5 -0
  3. package/internal-do-not-import-from-here/stores/ArchivedIdentityStore.d.ts +23 -0
  4. package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
  5. package/internal-do-not-import-from-here/ux/admin/usermanagement/loc/localize.d.ts +1 -0
  6. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/{blades/switchingtemplate/journey/SwitchingTemplateSettings.d.ts → SwitchingTemplateJourney.d.ts} +3 -2
  7. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/loc/localize.d.ts +1 -0
  8. package/internal-do-not-import-from-here/ux/appprovisioning/appimageinput/AppImageInput.d.ts +4 -4
  9. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/AppPropertyNamingPolicyInput.d.ts +6 -12
  10. package/internal-do-not-import-from-here/ux/appprovisioning/appshowinpubliclistingsinput/AppShowInPublicListingsInput.d.ts +9 -3
  11. package/internal-do-not-import-from-here/ux/appprovisioning/components/AppInstanceCompletedStepVueComponent.d.ts +9 -110
  12. package/internal-do-not-import-from-here/ux/appprovisioning/index.d.ts +0 -1
  13. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/ComponentEditorStore.d.ts +14 -8
  14. package/internal-do-not-import-from-here/ux/aurora/admin/blades/componentblueprints/store/IconsEditorStore.d.ts +8 -0
  15. package/internal-do-not-import-from-here/ux/aurora/components/backgroundstyle/BackgroundStyleEditor.d.ts +2 -4
  16. package/internal-do-not-import-from-here/ux/aurora/components/borderpicker/BorderPicker.d.ts +2 -4
  17. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonBlueprintsViewer.d.ts +2 -4
  18. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStyleEditor.d.ts +2 -4
  19. package/internal-do-not-import-from-here/ux/aurora/components/buttonstyle/ButtonStylePicker.d.ts +2 -4
  20. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/ColorPicker.d.ts +1 -11
  21. package/internal-do-not-import-from-here/ux/aurora/components/colorpickerV2/stores/ColorPickerStore.d.ts +2 -2
  22. package/internal-do-not-import-from-here/ux/aurora/components/componentblueprints/ComponentBlueprintsViewer.d.ts +2 -4
  23. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillBlueprintsPicker.d.ts +2 -4
  24. package/internal-do-not-import-from-here/ux/aurora/components/containerFillpicker/ContainerFillStyleEditor.d.ts +2 -4
  25. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/FillPicker.d.ts +2 -4
  26. package/internal-do-not-import-from-here/ux/aurora/components/fillpicker/store/FillPickerStore.d.ts +2 -2
  27. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderPicker.d.ts +2 -4
  28. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderRenderer.d.ts +2 -4
  29. package/internal-do-not-import-from-here/ux/aurora/components/headerpicker/HeaderViewer.d.ts +2 -4
  30. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconBlueprintsViewer.d.ts +3 -10
  31. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStyleEditor.d.ts +2 -4
  32. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/IconStylePicker.d.ts +2 -4
  33. package/internal-do-not-import-from-here/ux/aurora/components/iconstylepicker/store/IconStyleEditorStore.d.ts +8 -0
  34. package/internal-do-not-import-from-here/ux/aurora/components/input/InputBlueprintsViewer.d.ts +2 -4
  35. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStyleEditor.d.ts +2 -4
  36. package/internal-do-not-import-from-here/ux/aurora/components/input/InputStylePicker.d.ts +2 -4
  37. package/internal-do-not-import-from-here/ux/aurora/components/placeholder/Placeholder.d.ts +2 -4
  38. package/internal-do-not-import-from-here/ux/aurora/components/spacingpicker/SpacingBlueprintPicker.d.ts +2 -4
  39. package/internal-do-not-import-from-here/ux/aurora/components/stylepicker/StylePicker.d.ts +1 -11
  40. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabBlueprintsViewer.d.ts +2 -4
  41. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStyleEditor.d.ts +1 -4
  42. package/internal-do-not-import-from-here/ux/aurora/components/tabs/TabStylePicker.d.ts +2 -4
  43. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorBlueprintsPicker.d.ts +2 -4
  44. package/internal-do-not-import-from-here/ux/aurora/components/textcolorpicker/TextColorPicker.d.ts +2 -4
  45. package/internal-do-not-import-from-here/ux/aurora/components/textformatpicker/TextFormatPicker.d.ts +2 -4
  46. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/TextStylePicker.d.ts +2 -4
  47. package/internal-do-not-import-from-here/ux/aurora/components/textstylepicker/store/TextStylePickerStore.d.ts +2 -2
  48. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ComponentPreview.d.ts +2 -4
  49. package/internal-do-not-import-from-here/ux/aurora/components/themepreview/ThemePreview.d.ts +2 -4
  50. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintPicker.d.ts +2 -4
  51. package/internal-do-not-import-from-here/ux/aurora/components/typography/TypographyBlueprintsViewer.d.ts +2 -4
  52. package/internal-do-not-import-from-here/ux/aurora/components/typography/components/TypographyFillRenderer.d.ts +2 -4
  53. package/internal-do-not-import-from-here/ux/aurora/store/ComponentBlueprintStore.d.ts +1 -1
  54. package/internal-do-not-import-from-here/ux/aurora/store/ThemePreviewContextStore.d.ts +100 -0
  55. package/internal-do-not-import-from-here/ux/aurora/store/index.d.ts +1 -0
  56. package/internal-do-not-import-from-here/ux/authenticationchecker/AuthenticationChecker.d.ts +3 -1
  57. package/internal-do-not-import-from-here/ux/identities/IdentityRenderer.d.ts +14 -0
  58. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPicker.d.ts +1 -1
  59. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerButton.d.ts +1 -1
  60. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerDialog.d.ts +1 -1
  61. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerField.d.ts +1 -1
  62. package/internal-do-not-import-from-here/ux/identitypicker/IdentityPickerInlineField.d.ts +1 -1
  63. package/internal-do-not-import-from-here/ux/journey/JourneyBlade.d.ts +1 -1
  64. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/index.d.ts +0 -1
  65. package/internal-do-not-import-from-here/ux/multilingualinput/MultilingualInput.d.ts +1 -2
  66. package/internal-do-not-import-from-here/ux/optionpicker/OptionPicker.d.ts +3 -0
  67. package/internal-do-not-import-from-here/ux/oxide/btn/Button.stylex.d.ts +9 -0
  68. package/internal-do-not-import-from-here/ux/oxide/expansionpanel/ExpansionPanel.d.ts +2 -2
  69. package/internal-do-not-import-from-here/ux/oxide/picker/Picker.d.ts +1 -1
  70. package/internal-do-not-import-from-here/ux/permissioninput/PermissionInput.d.ts +8 -7
  71. package/internal-do-not-import-from-here/wctypings.d.ts +14 -34
  72. package/package.json +3 -3
  73. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/MenuBlade.d.ts +0 -6
  74. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBlade.d.ts +0 -6
  75. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/editapp/EditBladeRegistration.d.ts +0 -1
  76. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/index.d.ts +0 -2
  77. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateJourneyRegistration.d.ts +0 -1
  78. package/internal-do-not-import-from-here/ux/app/apps/admin/appsettings/admin/blades/switchingtemplate/journey/SwitchingTemplateSettingsJourneyBladeIds.d.ts +0 -5
  79. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/IAppPropertyNamingPolicyInput.d.ts +0 -14
  80. package/internal-do-not-import-from-here/ux/appprovisioning/apppropertynamingpolicyinput/index.d.ts +0 -1
  81. package/internal-do-not-import-from-here/ux/mediapickerproviders/shareds/providers/UnsplashProvider.d.ts +0 -12
  82. package/internal-do-not-import-from-here/ux/oxide/btn/Button.new.stylex.d.ts +0 -9
  83. package/internal-do-not-import-from-here/ux/oxide/btn/Button_bak.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","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","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","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useCommandStore","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useGalleryStore","useLocalizationStore","useMediaPickerCommonStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useProfileCardHandlerStore","useProviderStore","useSizeContainerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","getVueMixins","getVueOptionsHooks","getVuePlugins","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AIEngineSetupService","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","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SemanticSearchService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","defineService","themeService"]}}}
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","MessageBus","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","ObjectMerger","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","WebComponentBootstrapper","WebUtils","createEventHook","createVueApp","defineFactory","defineInjectable","defineService","extendApi","getVueMixins","getVueOptionsHooks","getVuePlugins","injectByTypeId","isInjectable","mergeLocaliation","omniaScriptApi","propertyPath","propertyPathValue","registerApi","registerInjectResolver","registerVueComponent","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","ArchivedIdentityStore","AuditLogStore","AzureAdUserStore","BaseProviderImageHandler","BaseProviderVideoHandler","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","ImageCropperByRatioHandler","ImageCropperUtils","ImageFilterHandler","ImageFlipHandler","ImageGalleryHandler","ImageRotateHandler","KEEP_ORIGINAL_SIZE_OPTION_VALUE","LinkReferencesStore","MSTeamsStore","MediaFileProcessor","MediaPickerImageHandler","MediaPickerStore","MediaPickerUtils","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","TuiImgScaleQuality","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","VideoGalleryHandler","defineStore","getMediaProviderEditor","getTuiImageRendition","onApplyStyle","updateTransformedImageBase64","useCommandStore","useCompontentHostStore","useCompontentSharedSettingsStore","useFlowEditorPluginStore","useFlowEditorToolbarStateStore","useGalleryStore","useLocalizationStore","useMediaPickerCommonStore","useMediaPickerImageTransformerStore","useMediaPickerStorageProviderContext","useProfileCardHandlerStore","useProviderStore","useSizeContainerStore"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["createVueApp","getVueMixins","getVueOptionsHooks","getVuePlugins","registerVueComponent","registerVueMixin","registerVueOptionsHook","registerVuePlugin","resolveAsyncVueComponent","vueCustomElement"]},"./node_modules/@omnia/fx/services/index.js":{"id":"e25b9dd8-6dd7-4437-8ddd-0b9fadba73ac","buildMeta":{"exportsType":"namespace"},"expo.js":["AIEngineSetupService","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","OmniaSearchUserService","OrganizationTreeService","PermissionNode","PermissionService","PostService","ProfileCardService","PropertyBindingService","PropertyDataSourceBase","QueryablePropertiesService","QueueService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SemanticSearchService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus","defineService","themeService"]}}}
@@ -2,6 +2,7 @@ import { Future, GroupIdentity, GroupMembers, Identity, IdentityQuery, IResolved
2
2
  export declare class IdentityService {
3
3
  private httpClient;
4
4
  private baseUrl;
5
+ private archiveUrl;
5
6
  query(query: IdentityQuery): Future<ItemQueryResult<IResolvedIdentity>>;
6
7
  queryUsers(query: UserIdentityQuery): Future<ItemQueryResult<IResolvedIdentity>>;
7
8
  getSpecialIdentities(): Future<IResolvedIdentity[]>;
@@ -24,4 +25,8 @@ export declare class IdentityService {
24
25
  getIdentitiesWithProviderIdentities: (providerId: guid, userIds: guid[]) => Future<{
25
26
  [userIdentityUid: string]: Identity;
26
27
  }>;
28
+ queryArchive(query: IdentityQuery): Future<ItemQueryResult<IResolvedIdentity>>;
29
+ resolveArchivedUserIdentities(identites: Identity[]): Future<{
30
+ [uid: string]: IResolvedIdentity;
31
+ }>;
27
32
  }
@@ -0,0 +1,23 @@
1
+ import { Future, IResolvedIdentity, Identity, IdentityQuery } from "@omnia/fx-models";
2
+ import { Store } from "./Store";
3
+ import { IIdentityPickerStore } from "./IdentityStore";
4
+ export declare class ArchivedIdentityStore extends Store implements IIdentityPickerStore {
5
+ private identityService;
6
+ private archivedIdentitiesState;
7
+ getters: {
8
+ getResolvedIdentity: (identity: Identity) => IResolvedIdentity;
9
+ getResolvedIdentities: () => IResolvedIdentity[];
10
+ };
11
+ mutations: {
12
+ addOrUpdateResolvedIdentities: (resolvedIdentities: IResolvedIdentity[]) => void;
13
+ };
14
+ actions: {
15
+ resolveIdentities: import("./Store").StoreAction<unknown, (identities: Identity[]) => void, (result: {
16
+ [uid: string]: IResolvedIdentity;
17
+ }, identities: Identity[]) => void, (failureReason: any, identities: Identity[]) => void, (identities: Identity[]) => Promise<{
18
+ [uid: string]: IResolvedIdentity;
19
+ }>>;
20
+ query: import("./Store").StoreAction<unknown, (query: IdentityQuery) => void, (result: import("@omnia/fx-models").ItemQueryResult<IResolvedIdentity>, query: IdentityQuery) => void, (failureReason: any, query: IdentityQuery) => void, (query: IdentityQuery) => Future<import("@omnia/fx-models").ItemQueryResult<IResolvedIdentity>>>;
21
+ };
22
+ protected onActivated(): void;
23
+ }
@@ -49,3 +49,4 @@ export * from "./mediapicker";
49
49
  export * from "./floweditor";
50
50
  export * from "./CommandPaletteStore";
51
51
  export * from "./ProfileCardHandlerStore";
52
+ export * from "./ArchivedIdentityStore";
@@ -237,6 +237,7 @@ export declare namespace UserManagementLocalization {
237
237
  };
238
238
  Synchronization: {
239
239
  Title: string;
240
+ RefreshLogs: string;
240
241
  LastRun: string;
241
242
  TimeToComplete: string;
242
243
  Settings: string;
@@ -1,9 +1,10 @@
1
1
  import { DefineEmit } from "@omnia/fx/ux";
2
- declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DefineEmit<"handleChangeTemplate", () => void>> & {
2
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<DefineEmit<"handleChangeTemplate", () => void> & DefineEmit<"updated:sync", (value: boolean) => void>> & {
3
3
  onHandleChangeTemplate?: () => any;
4
+ "onUpdated:sync"?: (value: boolean) => any;
4
5
  } & {
5
6
  "v-slots"?: {} & Omit<{
6
7
  default?: import("vue").Slot;
7
8
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:handleChangeTemplate"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:handleChangeTemplate" | "emit:updated:sync"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
10
  export default _default;
@@ -5,6 +5,7 @@ export declare namespace AppSettingsLocalization {
5
5
  AppTitleSingle: string;
6
6
  AppDescription: string;
7
7
  AppType: string;
8
+ Switch: string;
8
9
  ChangeTemplateBlade: {
9
10
  ChangeTemplate: string;
10
11
  SelectTemplate: string;
@@ -1,11 +1,11 @@
1
1
  import { AppInstance, OHorizontalAlignments } from "@omnia/fx/models";
2
- import { DefineEmit, DefineProp } from "@omnia/fx/ux";
3
- type AppImageInputProps = DefineEmit<"valueChanged", () => void> & DefineProp<"appInstance", AppInstance> & DefineProp<"imageWidth", number> & DefineProp<"imageHeight", number> & DefineProp<"alignX", OHorizontalAlignments>;
2
+ import { DefineProp, DefineVModel } from "@omnia/fx/ux";
3
+ type AppImageInputProps = DefineProp<"label", string> & DefineProp<"imageWidth", number> & DefineProp<"imageHeight", number> & DefineProp<"alignX", OHorizontalAlignments> & DefineVModel<"", AppInstance>;
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AppImageInputProps> & {
5
- onValueChanged?: () => any;
5
+ "onUpdate:modelValue"?: (value: AppInstance) => any;
6
6
  } & {
7
7
  "v-slots"?: {} & Omit<{
8
8
  default?: import("vue").Slot;
9
9
  }, never>;
10
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "alignX" | "emit:valueChanged" | "appInstance" | "imageWidth" | "imageHeight"> & import("@omnia/fx/ux").VNodeEvents) => any;
10
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "emit:update:modelValue" | "modelValue" | "v-model" | "alignX" | "imageWidth" | "imageHeight"> & import("@omnia/fx/ux").VNodeEvents) => any;
11
11
  export default _default;
@@ -1,12 +1,6 @@
1
- import { IWebComponentInstance } from "../../../";
2
- import { VueComponentBase } from "../../VueComponentBase";
3
- import { IAppPropertyNamingPolicyInput } from "./IAppPropertyNamingPolicyInput";
4
- export declare class AppPropertyNamingPolicyInput extends VueComponentBase implements IAppPropertyNamingPolicyInput, IWebComponentInstance {
5
- title: string;
6
- onTitleChanged: (title: string) => void;
7
- disabled: boolean;
8
- private appNamingPolicyValidationState;
9
- created(): void;
10
- mounted(): void;
11
- render(): import("vue/jsx-runtime").JSX.Element;
12
- }
1
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<Record<string, any>> & {} & {
2
+ "v-slots"?: {} & Omit<{
3
+ default?: import("vue").Slot;
4
+ }, never>;
5
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, string> & import("@omnia/fx/ux").VNodeEvents) => any;
6
+ export default _default;
@@ -1,9 +1,15 @@
1
1
  import { AppInstance } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
- appInstance?: AppInstance;
4
- }> & {} & {
3
+ "emit:update:modelValue": (value: AppInstance) => void;
4
+ } & {
5
+ "v-model"?: AppInstance;
6
+ } & {
7
+ modelValue?: AppInstance;
8
+ }> & {
9
+ "onUpdate:modelValue"?: (value: AppInstance) => any;
10
+ } & {
5
11
  "v-slots"?: {} & Omit<{
6
12
  default?: import("vue").Slot;
7
13
  }, never>;
8
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstance"> & import("@omnia/fx/ux").VNodeEvents) => any;
14
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
9
15
  export default _default;
@@ -1,5 +1,5 @@
1
- import { AppInstance, AppInstanceCreateInfo } from "../../../models";
2
- import { AppInstanceProgressActions } from "../Enums";
1
+ import { AppInstance, AppInstanceCreateInfo } from "@omnia/fx-models";
2
+ import { AppInstanceProgressActions, DefineEmit, DefineProp } from "@omnia/fx/ux";
3
3
  export interface IAppInstanceCompletedStepProps {
4
4
  hideProgressLabel?: boolean;
5
5
  appInstance: AppInstance;
@@ -10,114 +10,13 @@ export interface IAppInstanceCompletedStepProps {
10
10
  handleBeforeUpdate?: () => Promise<void>;
11
11
  deleteAppWithErrorStatusAfterCreating?: boolean;
12
12
  }
13
- declare const _default: {
14
- new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
15
- onHandleBeforeCreate: {
16
- type: import("vue").PropType<(appInstance: AppInstance, appInstanceCreateInfo: AppInstanceCreateInfo) => Promise<AppInstanceCreateInfo>>;
17
- };
18
- onHandleBeforeUpdate: {
19
- type: import("vue").PropType<() => Promise<void>>;
20
- };
21
- deleteAppWithErrorStatusAfterCreating: {
22
- type: import("vue").PropType<boolean>;
23
- };
24
- action: {
25
- type: import("vue").PropType<AppInstanceProgressActions>;
26
- required: false;
27
- };
28
- hideProgressLabel: {
29
- type: import("vue").PropType<boolean>;
30
- };
31
- appInstance: {
32
- type: import("vue").PropType<AppInstance>;
33
- };
34
- }>> & {
35
- onDoc$?: (description?: string) => any;
36
- onHandleAppActionCompleted?: (appInstance: AppInstance) => any;
37
- onHandleAppActionError?: (error: any) => any;
38
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
39
- handleAppActionError: (error: any) => void;
40
- doc$(description?: string): {
41
- handleAppActionError: (error: any) => void;
42
- };
43
- handleAppActionCompleted: (appInstance: AppInstance) => void;
44
- }, import("vue").PublicProps, {}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
45
- P: {};
46
- B: {};
47
- D: {};
48
- C: {};
49
- M: {};
50
- Defaults: {};
51
- }, Readonly<import("vue").ExtractPropTypes<{
52
- onHandleBeforeCreate: {
53
- type: import("vue").PropType<(appInstance: AppInstance, appInstanceCreateInfo: AppInstanceCreateInfo) => Promise<AppInstanceCreateInfo>>;
54
- };
55
- onHandleBeforeUpdate: {
56
- type: import("vue").PropType<() => Promise<void>>;
57
- };
58
- deleteAppWithErrorStatusAfterCreating: {
59
- type: import("vue").PropType<boolean>;
60
- };
61
- action: {
62
- type: import("vue").PropType<AppInstanceProgressActions>;
63
- required: false;
64
- };
65
- hideProgressLabel: {
66
- type: import("vue").PropType<boolean>;
67
- };
68
- appInstance: {
69
- type: import("vue").PropType<AppInstance>;
70
- };
71
- }>> & {
72
- onDoc$?: (description?: string) => any;
73
- onHandleAppActionCompleted?: (appInstance: AppInstance) => any;
74
- onHandleAppActionError?: (error: any) => any;
75
- }, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {}>;
76
- __isFragment?: never;
77
- __isTeleport?: never;
78
- __isSuspense?: never;
79
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
80
- onHandleBeforeCreate: {
81
- type: import("vue").PropType<(appInstance: AppInstance, appInstanceCreateInfo: AppInstanceCreateInfo) => Promise<AppInstanceCreateInfo>>;
82
- };
83
- onHandleBeforeUpdate: {
84
- type: import("vue").PropType<() => Promise<void>>;
85
- };
86
- deleteAppWithErrorStatusAfterCreating: {
87
- type: import("vue").PropType<boolean>;
88
- };
89
- action: {
90
- type: import("vue").PropType<AppInstanceProgressActions>;
91
- required: false;
92
- };
93
- hideProgressLabel: {
94
- type: import("vue").PropType<boolean>;
95
- };
96
- appInstance: {
97
- type: import("vue").PropType<AppInstance>;
98
- };
99
- }>> & {
100
- onDoc$?: (description?: string) => any;
13
+ type AppInstanceCompletedStepProps = DefineProp<"appInstance", AppInstance> & DefineProp<"hideProgressLabel", boolean> & DefineProp<"action", AppInstanceProgressActions, false, AppInstanceProgressActions.Create> & DefineProp<"onHandleBeforeCreate", (appInstance: AppInstance, appInstanceCreateInfo: AppInstanceCreateInfo) => Promise<AppInstanceCreateInfo>> & DefineProp<"onHandleBeforeUpdate", () => Promise<void>> & DefineProp<"deleteAppWithErrorStatusAfterCreating", boolean> & DefineEmit<"handleAppActionCompleted", (appInstance: AppInstance) => void> & DefineEmit<"handleAppActionError", (error: any) => void>;
14
+ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<AppInstanceCompletedStepProps> & {
101
15
  onHandleAppActionCompleted?: (appInstance: AppInstance) => any;
102
16
  onHandleAppActionError?: (error: any) => any;
103
- }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
104
- handleAppActionError: (error: any) => void;
105
- doc$(description?: string): {
106
- handleAppActionError: (error: any) => void;
107
- };
108
- handleAppActionCompleted: (appInstance: AppInstance) => void;
109
- }, string, {}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
110
- propsDefinition: Omit<Readonly<{} & {
111
- appInstance?: AppInstance;
112
- action?: AppInstanceProgressActions;
113
- hideProgressLabel?: boolean;
114
- deleteAppWithErrorStatusAfterCreating?: boolean;
115
- onHandleBeforeUpdate?: () => Promise<void>;
116
- onHandleBeforeCreate?: (appInstance: AppInstance, appInstanceCreateInfo: AppInstanceCreateInfo) => Promise<AppInstanceCreateInfo>;
117
- }>, "onDoc$" | "onHandleAppActionCompleted" | "onHandleAppActionError"> & {
118
- onDoc$?: (description?: string) => any;
119
- onHandleAppActionCompleted?: (appInstance: AppInstance) => any;
120
- onHandleAppActionError?: (error: any) => any;
121
- };
122
- };
17
+ } & {
18
+ "v-slots"?: {} & Omit<{
19
+ default?: import("vue").Slot;
20
+ }, never>;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "appInstance" | "action" | "hideProgressLabel" | "onHandleBeforeCreate" | "onHandleBeforeUpdate" | "deleteAppWithErrorStatusAfterCreating" | "emit:handleAppActionCompleted" | "emit:handleAppActionError"> & import("@omnia/fx/ux").VNodeEvents) => any;
123
22
  export default _default;
@@ -6,7 +6,6 @@ export * from "./apptitleinput";
6
6
  export * from "./appinstancepermissionblade";
7
7
  export * from "./appprovisioningwizard";
8
8
  export * from "./appinstanceprogressblade";
9
- export * from "./apppropertynamingpolicyinput";
10
9
  export * from "./appinstanceeditingjourney";
11
10
  export * from "./apppolicyvalidationstate";
12
11
  export * from "./IAppProvisioningValidatorComponent";
@@ -1,7 +1,9 @@
1
1
  import { ComponentBlueprints, guid, ITemplateRegistration, FontAwesomeIcon } from "@omnia/fx-models";
2
+ export declare const BluprintTypes: readonly ["buttons", "icons", "tabs", "input", "headers"];
3
+ export type BlueprintType = typeof BluprintTypes[number];
2
4
  export interface IBlueprintItem {
3
5
  title: string;
4
- propertyMap: "buttons" | "tabs" | "accordion" | "input" | "table" | "scroll" | "navigation" | "blocks" | "icons" | "fills" | "headers";
6
+ propertyMap: BlueprintType;
5
7
  icon: FontAwesomeIcon;
6
8
  bladeId?: guid;
7
9
  inActive: boolean;
@@ -18,20 +20,16 @@ export declare const useComponentsEditorStore: () => {
18
20
  editMode: boolean;
19
21
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
20
22
  rules: {
21
- hasBlueprintValues: (blueprint: IBlueprintItem) => boolean;
23
+ hasBlueprintValues: (blueprintType: BlueprintType) => boolean;
22
24
  };
23
25
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
26
+ deleteEmptyBlueprints(): void;
24
27
  addBlueprints(blueprints: Array<IBlueprintItem>): void;
25
28
  deleteBlueprints(blueprints: IBlueprintItem): void;
26
29
  createBlueprints(): void;
27
30
  editBlueprints(blueprint: ITemplateRegistration<ComponentBlueprints>): void;
28
31
  copyBlueprints(blueprints: ComponentBlueprints): void;
29
- updateEditingButtonsBlueprints(): void;
30
- updateEditingTabsBlueprints(): void;
31
- updateEditingInputBlueprints(): void;
32
- updateEditingIconBlueprints(): void;
33
- updateEditingHeaderBlueprints(): void;
34
- resetEditingIconBlueprints(): void;
32
+ updateBlueprintsByType(type: BlueprintType): void;
35
33
  save(): Promise<boolean>;
36
34
  delete(): Promise<boolean>;
37
35
  }>;
@@ -87,6 +85,12 @@ export declare const useComponentsEditorStore: () => {
87
85
  dispose?: () => void;
88
86
  };
89
87
  iconsEditorStore: {
88
+ rules: {
89
+ hasCustomValues: {
90
+ blueprints: () => boolean;
91
+ editingBlueprint: () => boolean;
92
+ };
93
+ };
90
94
  state: {
91
95
  blueprints: import("@omnia/fx-models").IconBlueprints;
92
96
  editingBlueprint: import("@omnia/fx-models").IconBlueprint;
@@ -98,6 +102,8 @@ export declare const useComponentsEditorStore: () => {
98
102
  editingiconSize: import("@omnia/fx-models").OIconSizes;
99
103
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
100
104
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
105
+ resetBlueprints(): void;
106
+ discardEditingIconBlueprint(): void;
101
107
  setEditingBlueprints(blueprints: import("@omnia/fx-models").IconBlueprints): void;
102
108
  setEditingBlueprint(size: import("@omnia/fx-models").OIconSizes): void;
103
109
  applyChanges(): void;
@@ -1,5 +1,11 @@
1
1
  import { IconBlueprint, IconBlueprints, OIconSizes } from "@omnia/fx-models";
2
2
  export declare const useIconsEditorStore: () => {
3
+ rules: {
4
+ hasCustomValues: {
5
+ blueprints: () => boolean;
6
+ editingBlueprint: () => boolean;
7
+ };
8
+ };
3
9
  state: {
4
10
  blueprints: IconBlueprints;
5
11
  editingBlueprint: IconBlueprint;
@@ -11,6 +17,8 @@ export declare const useIconsEditorStore: () => {
11
17
  editingiconSize: OIconSizes;
12
18
  }, Record<string, import("@omnia/fx-models").IMessageBusTopicPublishSubscriber<any>>>;
13
19
  actions: import("@omnia/fx/stores").StoreReturnDefineAction<{
20
+ resetBlueprints(): void;
21
+ discardEditingIconBlueprint(): void;
14
22
  setEditingBlueprints(blueprints: IconBlueprints): void;
15
23
  setEditingBlueprint(size: OIconSizes): void;
16
24
  applyChanges(): void;
@@ -1,4 +1,4 @@
1
- import { BackgroundDefinition, ThemeContextType } from "@omnia/fx-models";
1
+ import { BackgroundDefinition } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type EditorVariant = "default" | "dialog" | "journey";
@@ -16,8 +16,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
16
16
  toned?: boolean;
17
17
  } & {
18
18
  border?: boolean;
19
- } & {
20
- themeType?: ThemeContextType;
21
19
  } & {
22
20
  individualRadiusSelection?: boolean;
23
21
  } & {
@@ -43,5 +41,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
43
41
  } & Omit<{
44
42
  default?: import("vue").Slot;
45
43
  }, "activator">;
46
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "elevation" | "themeType" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
44
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "fill" | "label" | "border" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "elevation" | "slot:activator" | "emit:click:confirm" | "enableDynamicColor" | "toolbarCallback" | "defaultColorSchemaType" | "individualRadiusSelection" | "createNewColorDynamic" | "individualBorderWidthSelection"> & import("@omnia/fx/ux").VNodeEvents) => any;
47
45
  export default _default;
@@ -1,5 +1,5 @@
1
1
  import { DefineSlot } from "@omnia/fx/ux";
2
- import { BorderStylingDefinition, ThemeContextType } from "@omnia/fx-models";
2
+ import { BorderStylingDefinition } from "@omnia/fx-models";
3
3
  import { VNodeChild } from "vue";
4
4
  type BorderPickerVariant = "dialog" | "journey";
5
5
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -14,8 +14,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
14
14
  variant?: BorderPickerVariant;
15
15
  } & {
16
16
  individualWidthSelection?: boolean;
17
- } & {
18
- themeType?: ThemeContextType;
19
17
  } & {
20
18
  defaultColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
21
19
  } & {
@@ -34,5 +32,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
34
32
  } & Omit<{
35
33
  default?: import("vue").Slot;
36
34
  }, "activator">;
37
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
35
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "enableDynamicColor" | "defaultColorSchemaType" | "individualRadiusSelection" | "individualWidthSelection" | "createNewColorDynamic"> & import("@omnia/fx/ux").VNodeEvents) => any;
38
36
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { ButtonBlueprintType, ButtonBlueprintVariant, ButtonBlueprints } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type ViewVariant = "default" | "edit";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -11,8 +11,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
11
11
  variant?: ViewVariant;
12
12
  } & {
13
13
  toned?: boolean;
14
- } & {
15
- themeType?: ThemeContextType;
16
14
  } & {
17
15
  blueprintStrategy?: string;
18
16
  } & {
@@ -25,5 +23,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
25
23
  "v-slots"?: {} & Omit<{
26
24
  default?: import("vue").Slot;
27
25
  }, never>;
28
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:click:add" | "emit:click:select" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:click:add" | "emit:click:select" | "editable" | "blueprintStrategy"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ButtonBlueprint, ThemeContextType } from "@omnia/fx-models";
1
+ import { ButtonBlueprint } from "@omnia/fx-models";
2
2
  import { DefineEmit, DefineSlot } from "@omnia/fx/ux";
3
3
  import { VNodeChild } from "vue";
4
4
  type EditorVariant = "editor" | "dialog";
@@ -12,8 +12,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
12
12
  variant?: EditorVariant;
13
13
  } & {
14
14
  buttonLabel?: string;
15
- } & {
16
- themeType?: ThemeContextType;
17
15
  } & {
18
16
  toned?: boolean;
19
17
  } & {
@@ -30,5 +28,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
30
28
  } & Omit<{
31
29
  default?: import("vue").Slot;
32
30
  }, "activator" | "definitionButton">;
33
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "slot:activator" | "emit:click:confirm" | "toolbarCallback" | "buttonLabel" | "iconButton" | "slot:definitionButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
31
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "variant" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "slot:activator" | "emit:click:confirm" | "toolbarCallback" | "buttonLabel" | "iconButton" | "slot:definitionButton"> & import("@omnia/fx/ux").VNodeEvents) => any;
34
32
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ButtonBlueprint, ButtonBlueprintVariant, ThemeContextType } from "@omnia/fx-models";
1
+ import { ButtonBlueprint, ButtonBlueprintVariant } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: ButtonBlueprint | ButtonBlueprintVariant) => void;
4
4
  } & {
@@ -17,13 +17,11 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
17
17
  customStyling?: boolean;
18
18
  } & {
19
19
  sampleText?: string;
20
- } & {
21
- themeType?: ThemeContextType;
22
20
  }> & {
23
21
  "onUpdate:modelValue"?: (value: ButtonBlueprint | ButtonBlueprintVariant) => any;
24
22
  } & {
25
23
  "v-slots"?: {} & Omit<{
26
24
  default?: import("vue").Slot;
27
25
  }, never>;
28
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "sampleText" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
26
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "placeholder" | "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "sampleText" | "customStyling"> & import("@omnia/fx/ux").VNodeEvents) => any;
29
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ColorSchemaType, ColorValue, ThemeContextType } from "@omnia/fx-models";
1
+ import { ColorSchemaType, ColorValue } from "@omnia/fx-models";
2
2
  import { VNodeChild } from "vue";
3
3
  export type ColorPickerType = "default" | "base" | "onBase" | "colorSchema";
4
4
  declare const _default: {
@@ -15,9 +15,6 @@ declare const _default: {
15
15
  type: import("vue").PropType<boolean>;
16
16
  required: false;
17
17
  };
18
- themeType: {
19
- type: import("vue").PropType<ThemeContextType>;
20
- };
21
18
  label: {
22
19
  type: import("vue").PropType<string>;
23
20
  };
@@ -155,9 +152,6 @@ declare const _default: {
155
152
  type: import("vue").PropType<boolean>;
156
153
  required: false;
157
154
  };
158
- themeType: {
159
- type: import("vue").PropType<ThemeContextType>;
160
- };
161
155
  label: {
162
156
  type: import("vue").PropType<string>;
163
157
  };
@@ -290,9 +284,6 @@ declare const _default: {
290
284
  type: import("vue").PropType<boolean>;
291
285
  required: false;
292
286
  };
293
- themeType: {
294
- type: import("vue").PropType<ThemeContextType>;
295
- };
296
287
  label: {
297
288
  type: import("vue").PropType<string>;
298
289
  };
@@ -490,7 +481,6 @@ declare const _default: {
490
481
  } & {
491
482
  activator?: () => VNodeChild;
492
483
  };
493
- themeType?: ThemeContextType;
494
484
  disableColorToggle?: boolean;
495
485
  dynamicColorSchemaType?: "background" | "primary" | "secondary" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "neutral" | "warning" | "notification" | "error" | "info" | "success" | "dynamic";
496
486
  enableDynamicColor?: boolean;
@@ -1,4 +1,4 @@
1
- import { ColorSchemaType, ColorValue, ThemeContextType, ThemedColorValue } from "@omnia/fx-models";
1
+ import { ColorSchemaType, ColorValue, ThemedColorValue } from "@omnia/fx-models";
2
2
  export interface swatch {
3
3
  color: ColorValue;
4
4
  colorString: string;
@@ -48,7 +48,7 @@ export declare const useColorPickerStore: () => {
48
48
  selectCustomColor: (color: string) => void;
49
49
  deleteColor: () => void;
50
50
  setOpacity: (opacity: number) => void;
51
- initState: (model: ColorValue, themeContextType: ThemeContextType, dynamicColorSchemaType: ColorSchemaType, colorPickerType: ColorPickerType, enableDynamicColor: boolean, showplaceHolders: boolean, showSystemColors: boolean, disableToggleColor: boolean) => void;
51
+ initState: (model: ColorValue, dynamicColorSchemaType: ColorSchemaType, colorPickerType: ColorPickerType, enableDynamicColor: boolean, showplaceHolders: boolean, showSystemColors: boolean, disableToggleColor: boolean) => void;
52
52
  }>;
53
53
  rules: {
54
54
  selection: {
@@ -1,12 +1,10 @@
1
- import { ComponentBlueprints, ThemeContextType } from "@omnia/fx-models";
1
+ import { ComponentBlueprints } from "@omnia/fx-models";
2
2
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
3
3
  "emit:update:modelValue": (value: ComponentBlueprints) => void;
4
4
  } & {
5
5
  "v-model"?: ComponentBlueprints;
6
6
  } & {
7
7
  modelValue?: ComponentBlueprints;
8
- } & {
9
- themeType?: ThemeContextType;
10
8
  } & {
11
9
  toned?: boolean;
12
10
  }> & {
@@ -15,5 +13,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
15
13
  "v-slots"?: {} & Omit<{
16
14
  default?: import("vue").Slot;
17
15
  }, never>;
18
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType"> & import("@omnia/fx/ux").VNodeEvents) => any;
16
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "toned" | "emit:update:modelValue" | "modelValue" | "v-model"> & import("@omnia/fx/ux").VNodeEvents) => any;
19
17
  export default _default;
@@ -1,4 +1,4 @@
1
- import { ContainerFillBlueprints, ITemplateRegistration, ThemeContextType } from "@omnia/fx-models";
1
+ import { ContainerFillBlueprints, ITemplateRegistration } from "@omnia/fx-models";
2
2
  import { DefineEmit } from "@omnia/fx/ux";
3
3
  type Variant = "list" | "picker";
4
4
  declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
@@ -7,8 +7,6 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
7
7
  "v-model"?: ContainerFillBlueprints;
8
8
  } & {
9
9
  modelValue?: ContainerFillBlueprints;
10
- } & {
11
- themeType?: ThemeContextType;
12
10
  } & {
13
11
  variant?: Variant;
14
12
  } & {
@@ -20,5 +18,5 @@ declare const _default: (props: import("@omnia/fx/ux").ExtractProps<{
20
18
  "v-slots"?: {} & Omit<{
21
19
  default?: import("vue").Slot;
22
20
  }, never>;
23
- } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "themeType" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
21
+ } & {} & Omit<import("@omnia/fx/ux").VueComponentBaseProps, "label" | "variant" | "emit:update:modelValue" | "modelValue" | "v-model" | "emit:select:template"> & import("@omnia/fx/ux").VNodeEvents) => any;
24
22
  export default _default;