@omnia/fx 8.0.156-dev → 8.0.158-dev
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/services/OmniaSearchUserService.d.ts +7 -0
- package/internal-do-not-import-from-here/services/index.d.ts +37 -36
- package/internal-do-not-import-from-here/ux/aurora/store/ColorSchemaStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/SpacingBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/store/TypographyBlueprintStore.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/aurora/styling/UseStyling.d.ts +17 -39
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Blueprints.d.ts +26 -38
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Chrome.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Colors.d.ts +23 -29
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/General.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Spacing.d.ts +8 -11
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/Typography.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/aurora/styling/styles/index.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/EnterprisePropertyPicker.d.ts +35 -1
- package/internal-do-not-import-from-here/ux/enterpriseproperties/picker/IEnterprisePropertyPicker.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/Helper.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBirthdayRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedBooleanRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedDateTimeRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedEmailRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedHtmlRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIdentityRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedIntegerRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedLinkRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilineTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedMultilingualTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedPhoneNumberRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/api/ExtendedTextRegistration.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filterengine/handler/FilterEngineHandler.d.ts +4 -1
- package/internal-do-not-import-from-here/ux/journey/use/UseBlade.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownEditor.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.css.d.ts +3 -2
- package/internal-do-not-import-from-here/ux/markdown/MarkdownRenderer.d.ts +22 -1
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.css.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/datepicker/DateTimePicker.d.ts +389 -10
- package/internal-do-not-import-from-here/ux/oxide/link/Link.d.ts +18 -49
- package/internal-do-not-import-from-here/ux/oxide/select/Select.d.ts +304 -0
- package/internal-do-not-import-from-here/ux/oxide/tab/Tab.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.css.d.ts +0 -2
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +27 -53
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +152 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/VelcronContentEditor.d.ts +10 -10
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditor/stores/ContentEditorStore.d.ts +3 -3
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/DefinitionRegistrations.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.css.d.ts +6 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/VelcronContentEditor.d.ts +875 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/ImageText.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Quote.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/Text.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/content/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Image.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/MicroBlog2.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/Praise.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/SocialText.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/definitions/social/index.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/ContentDefinitionRegistration.d.ts +9 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/VelcronDefinitionIds.d.ts +15 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/models/index.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/velcron/components/contenteditorNew/stores/ContentEditorStore.d.ts +162 -0
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +3 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +12 -16
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronTheming.d.ts +2 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +1 -10
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/IconEditor.d.ts +406 -0
- package/internal-do-not-import-from-here/ux/velcron/renderer/propertyeditors/TypographyEditor.d.ts +98 -102
- package/internal-do-not-import-from-here/wctypings.d.ts +31 -1
- package/package.json +2 -2
@@ -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","useSizeContainerStore"]},"./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","useSizeContainerStore"]},"./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","OmniaSearchUserService","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"]}}}
|
@@ -0,0 +1,7 @@
|
|
1
|
+
import { PagedOmniaSearchResult, SearchUserIdentity, SearchUserQuery } from "../models";
|
2
|
+
export declare class OmniaSearchUserService {
|
3
|
+
private httpClientOmniaSearch;
|
4
|
+
private baseUrl;
|
5
|
+
constructor();
|
6
|
+
searchPaged: (searchRequest: SearchUserQuery) => Promise<PagedOmniaSearchResult<SearchUserIdentity>>;
|
7
|
+
}
|
@@ -1,48 +1,49 @@
|
|
1
|
-
export * from "
|
1
|
+
export * from "../shared/services";
|
2
|
+
export * from "./AiSettingsService";
|
3
|
+
export * from "./AppNamingPolicyService";
|
2
4
|
export * from "./AppRouteService";
|
3
|
-
export * from "./VersionedLayoutService";
|
4
|
-
export * from "./SecurityService";
|
5
|
-
export * from "./LocalizationService";
|
6
|
-
export * from "./SecurityRoles";
|
7
|
-
export * from "./PermissionNode";
|
8
|
-
export * from "./BusinessProfileService";
|
9
|
-
export * from "./MicrosoftStreamService";
|
10
|
-
export * from "./WebImageService";
|
11
5
|
export * from "./AppService";
|
6
|
+
export * from "./AuditLogService";
|
7
|
+
export * from "./AzureAdGroupService";
|
12
8
|
export * from "./AzureAdUserService";
|
13
|
-
export * from "./
|
14
|
-
export * from "./
|
15
|
-
export * from "./
|
16
|
-
export * from "./
|
9
|
+
export * from "./AzureOpenAIService";
|
10
|
+
export * from "./BusinessProfileService";
|
11
|
+
export * from "./ConnectedTenantService";
|
12
|
+
export * from "./EnterpriseGlossaryService";
|
13
|
+
export * from "./EnterprisePropertyCategoryService";
|
17
14
|
export * from "./EnterprisePropertySetService";
|
18
|
-
export * from "./TranslationService";
|
19
|
-
export * from "./SecretsService";
|
20
15
|
export * from "./ExtensionsService";
|
16
|
+
export * from "./FeatureService";
|
17
|
+
export * from "./FileStorageService";
|
18
|
+
export * from "./ImageProxyService";
|
19
|
+
export * from "./LinkStatusService";
|
20
|
+
export * from "./LocalizationService";
|
21
|
+
export * from "./LoginLogService";
|
21
22
|
export * from "./ManifestService";
|
22
|
-
export * from "./TagsService";
|
23
|
-
export * from "./AuditLogService";
|
24
|
-
export * from "./TenantContactService";
|
25
|
-
export * from "./EnterprisePropertyCategoryService";
|
26
|
-
export * from "./QueryablePropertiesService";
|
27
23
|
export * from "./MediaPickerService";
|
28
|
-
export * from "./
|
24
|
+
export * from "./MicrosoftStreamService";
|
25
|
+
export * from "./OmniaSearchService";
|
26
|
+
export * from "./OmniaSearchUserService";
|
29
27
|
export * from "./OrganizationTreeService";
|
28
|
+
export * from "./PermissionNode";
|
29
|
+
export * from "./PostService";
|
30
30
|
export * from "./ProfileCardService";
|
31
|
-
export * from "./
|
31
|
+
export * from "./QueryablePropertiesService";
|
32
|
+
export * from "./QueueService";
|
33
|
+
export * from "./SecretsService";
|
34
|
+
export * from "./SecurityRoles";
|
35
|
+
export * from "./SecurityService";
|
36
|
+
export * from "./SettingsService";
|
37
|
+
export * from "./SiteService";
|
38
|
+
export * from "./TagsService";
|
39
|
+
export * from "./TargetingPropertyService";
|
40
|
+
export * from "./TenantContactService";
|
41
|
+
export * from "./TenantPreSetupService";
|
42
|
+
export * from "./TimeZoneService";
|
43
|
+
export * from "./TranslationService";
|
32
44
|
export * from "./VersionedDataService";
|
33
|
-
export * from "./
|
34
|
-
export * from "
|
35
|
-
export * from "./AppNamingPolicyService";
|
36
|
-
export * from "./FileStorageService";
|
37
|
-
export * from "./PostService";
|
45
|
+
export * from "./VersionedLayoutService";
|
46
|
+
export * from "./WebImageService";
|
38
47
|
export * from "./identities";
|
39
|
-
export * from "./
|
40
|
-
export * from "./ConnectedTenantService";
|
48
|
+
export * from "./permissions";
|
41
49
|
export * from "./properties";
|
42
|
-
export * from "./AzureOpenAIService";
|
43
|
-
export * from "./AiSettingsService";
|
44
|
-
export * from "./OmniaSearchService";
|
45
|
-
export * from "./LoginLogService";
|
46
|
-
export * from "./LinkStatusService";
|
47
|
-
export * from "./AzureAdGroupService";
|
48
|
-
export * from "./FeatureService";
|
@@ -1101,6 +1101,10 @@ export declare const useColorSchemaStore: () => {
|
|
1101
1101
|
};
|
1102
1102
|
};
|
1103
1103
|
elevation?: number;
|
1104
|
+
media?: {
|
1105
|
+
type: "image" | "video";
|
1106
|
+
src: string;
|
1107
|
+
};
|
1104
1108
|
};
|
1105
1109
|
alterCase?: boolean;
|
1106
1110
|
text?: {
|
@@ -1221,6 +1225,10 @@ export declare const useColorSchemaStore: () => {
|
|
1221
1225
|
};
|
1222
1226
|
};
|
1223
1227
|
elevation?: number;
|
1228
|
+
media?: {
|
1229
|
+
type: "image" | "video";
|
1230
|
+
src: string;
|
1231
|
+
};
|
1224
1232
|
};
|
1225
1233
|
alterCase?: boolean;
|
1226
1234
|
text?: {
|
@@ -1341,6 +1349,10 @@ export declare const useColorSchemaStore: () => {
|
|
1341
1349
|
};
|
1342
1350
|
};
|
1343
1351
|
elevation?: number;
|
1352
|
+
media?: {
|
1353
|
+
type: "image" | "video";
|
1354
|
+
src: string;
|
1355
|
+
};
|
1344
1356
|
};
|
1345
1357
|
alterCase?: boolean;
|
1346
1358
|
text?: {
|
@@ -1461,6 +1473,10 @@ export declare const useColorSchemaStore: () => {
|
|
1461
1473
|
};
|
1462
1474
|
};
|
1463
1475
|
elevation?: number;
|
1476
|
+
media?: {
|
1477
|
+
type: "image" | "video";
|
1478
|
+
src: string;
|
1479
|
+
};
|
1464
1480
|
};
|
1465
1481
|
alterCase?: boolean;
|
1466
1482
|
text?: {
|
@@ -1581,6 +1597,10 @@ export declare const useColorSchemaStore: () => {
|
|
1581
1597
|
};
|
1582
1598
|
};
|
1583
1599
|
elevation?: number;
|
1600
|
+
media?: {
|
1601
|
+
type: "image" | "video";
|
1602
|
+
src: string;
|
1603
|
+
};
|
1584
1604
|
};
|
1585
1605
|
alterCase?: boolean;
|
1586
1606
|
text?: {
|
@@ -1701,6 +1721,10 @@ export declare const useColorSchemaStore: () => {
|
|
1701
1721
|
};
|
1702
1722
|
};
|
1703
1723
|
elevation?: number;
|
1724
|
+
media?: {
|
1725
|
+
type: "image" | "video";
|
1726
|
+
src: string;
|
1727
|
+
};
|
1704
1728
|
};
|
1705
1729
|
alterCase?: boolean;
|
1706
1730
|
text?: {
|
@@ -1821,6 +1845,10 @@ export declare const useColorSchemaStore: () => {
|
|
1821
1845
|
};
|
1822
1846
|
};
|
1823
1847
|
elevation?: number;
|
1848
|
+
media?: {
|
1849
|
+
type: "image" | "video";
|
1850
|
+
src: string;
|
1851
|
+
};
|
1824
1852
|
};
|
1825
1853
|
alterCase?: boolean;
|
1826
1854
|
text?: {
|
@@ -1941,6 +1969,10 @@ export declare const useColorSchemaStore: () => {
|
|
1941
1969
|
};
|
1942
1970
|
};
|
1943
1971
|
elevation?: number;
|
1972
|
+
media?: {
|
1973
|
+
type: "image" | "video";
|
1974
|
+
src: string;
|
1975
|
+
};
|
1944
1976
|
};
|
1945
1977
|
alterCase?: boolean;
|
1946
1978
|
text?: {
|
@@ -2061,6 +2093,10 @@ export declare const useColorSchemaStore: () => {
|
|
2061
2093
|
};
|
2062
2094
|
};
|
2063
2095
|
elevation?: number;
|
2096
|
+
media?: {
|
2097
|
+
type: "image" | "video";
|
2098
|
+
src: string;
|
2099
|
+
};
|
2064
2100
|
};
|
2065
2101
|
alterCase?: boolean;
|
2066
2102
|
text?: {
|
@@ -2183,6 +2219,10 @@ export declare const useColorSchemaStore: () => {
|
|
2183
2219
|
};
|
2184
2220
|
};
|
2185
2221
|
elevation?: number;
|
2222
|
+
media?: {
|
2223
|
+
type: "image" | "video";
|
2224
|
+
src: string;
|
2225
|
+
};
|
2186
2226
|
};
|
2187
2227
|
alterCase?: boolean;
|
2188
2228
|
text?: {
|
@@ -2303,6 +2343,10 @@ export declare const useColorSchemaStore: () => {
|
|
2303
2343
|
};
|
2304
2344
|
};
|
2305
2345
|
elevation?: number;
|
2346
|
+
media?: {
|
2347
|
+
type: "image" | "video";
|
2348
|
+
src: string;
|
2349
|
+
};
|
2306
2350
|
};
|
2307
2351
|
alterCase?: boolean;
|
2308
2352
|
text?: {
|
@@ -2423,6 +2467,10 @@ export declare const useColorSchemaStore: () => {
|
|
2423
2467
|
};
|
2424
2468
|
};
|
2425
2469
|
elevation?: number;
|
2470
|
+
media?: {
|
2471
|
+
type: "image" | "video";
|
2472
|
+
src: string;
|
2473
|
+
};
|
2426
2474
|
};
|
2427
2475
|
alterCase?: boolean;
|
2428
2476
|
text?: {
|
@@ -2543,6 +2591,10 @@ export declare const useColorSchemaStore: () => {
|
|
2543
2591
|
};
|
2544
2592
|
};
|
2545
2593
|
elevation?: number;
|
2594
|
+
media?: {
|
2595
|
+
type: "image" | "video";
|
2596
|
+
src: string;
|
2597
|
+
};
|
2546
2598
|
};
|
2547
2599
|
alterCase?: boolean;
|
2548
2600
|
text?: {
|
@@ -2663,6 +2715,10 @@ export declare const useColorSchemaStore: () => {
|
|
2663
2715
|
};
|
2664
2716
|
};
|
2665
2717
|
elevation?: number;
|
2718
|
+
media?: {
|
2719
|
+
type: "image" | "video";
|
2720
|
+
src: string;
|
2721
|
+
};
|
2666
2722
|
};
|
2667
2723
|
alterCase?: boolean;
|
2668
2724
|
text?: {
|
@@ -2783,6 +2839,10 @@ export declare const useColorSchemaStore: () => {
|
|
2783
2839
|
};
|
2784
2840
|
};
|
2785
2841
|
elevation?: number;
|
2842
|
+
media?: {
|
2843
|
+
type: "image" | "video";
|
2844
|
+
src: string;
|
2845
|
+
};
|
2786
2846
|
};
|
2787
2847
|
alterCase?: boolean;
|
2788
2848
|
text?: {
|
@@ -2903,6 +2963,10 @@ export declare const useColorSchemaStore: () => {
|
|
2903
2963
|
};
|
2904
2964
|
};
|
2905
2965
|
elevation?: number;
|
2966
|
+
media?: {
|
2967
|
+
type: "image" | "video";
|
2968
|
+
src: string;
|
2969
|
+
};
|
2906
2970
|
};
|
2907
2971
|
alterCase?: boolean;
|
2908
2972
|
text?: {
|
@@ -3023,6 +3087,10 @@ export declare const useColorSchemaStore: () => {
|
|
3023
3087
|
};
|
3024
3088
|
};
|
3025
3089
|
elevation?: number;
|
3090
|
+
media?: {
|
3091
|
+
type: "image" | "video";
|
3092
|
+
src: string;
|
3093
|
+
};
|
3026
3094
|
};
|
3027
3095
|
alterCase?: boolean;
|
3028
3096
|
text?: {
|
@@ -3143,6 +3211,10 @@ export declare const useColorSchemaStore: () => {
|
|
3143
3211
|
};
|
3144
3212
|
};
|
3145
3213
|
elevation?: number;
|
3214
|
+
media?: {
|
3215
|
+
type: "image" | "video";
|
3216
|
+
src: string;
|
3217
|
+
};
|
3146
3218
|
};
|
3147
3219
|
alterCase?: boolean;
|
3148
3220
|
text?: {
|
@@ -3265,6 +3337,10 @@ export declare const useColorSchemaStore: () => {
|
|
3265
3337
|
};
|
3266
3338
|
};
|
3267
3339
|
elevation?: number;
|
3340
|
+
media?: {
|
3341
|
+
type: "image" | "video";
|
3342
|
+
src: string;
|
3343
|
+
};
|
3268
3344
|
};
|
3269
3345
|
padding?: {
|
3270
3346
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -3407,6 +3483,10 @@ export declare const useColorSchemaStore: () => {
|
|
3407
3483
|
};
|
3408
3484
|
};
|
3409
3485
|
elevation?: number;
|
3486
|
+
media?: {
|
3487
|
+
type: "image" | "video";
|
3488
|
+
src: string;
|
3489
|
+
};
|
3410
3490
|
};
|
3411
3491
|
text?: {
|
3412
3492
|
color?: string | {
|
@@ -3520,6 +3600,10 @@ export declare const useColorSchemaStore: () => {
|
|
3520
3600
|
};
|
3521
3601
|
};
|
3522
3602
|
elevation?: number;
|
3603
|
+
media?: {
|
3604
|
+
type: "image" | "video";
|
3605
|
+
src: string;
|
3606
|
+
};
|
3523
3607
|
};
|
3524
3608
|
};
|
3525
3609
|
};
|
@@ -3576,6 +3660,10 @@ export declare const useColorSchemaStore: () => {
|
|
3576
3660
|
};
|
3577
3661
|
};
|
3578
3662
|
elevation?: number;
|
3663
|
+
media?: {
|
3664
|
+
type: "image" | "video";
|
3665
|
+
src: string;
|
3666
|
+
};
|
3579
3667
|
};
|
3580
3668
|
padding?: {
|
3581
3669
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -3718,6 +3806,10 @@ export declare const useColorSchemaStore: () => {
|
|
3718
3806
|
};
|
3719
3807
|
};
|
3720
3808
|
elevation?: number;
|
3809
|
+
media?: {
|
3810
|
+
type: "image" | "video";
|
3811
|
+
src: string;
|
3812
|
+
};
|
3721
3813
|
};
|
3722
3814
|
text?: {
|
3723
3815
|
color?: string | {
|
@@ -3831,6 +3923,10 @@ export declare const useColorSchemaStore: () => {
|
|
3831
3923
|
};
|
3832
3924
|
};
|
3833
3925
|
elevation?: number;
|
3926
|
+
media?: {
|
3927
|
+
type: "image" | "video";
|
3928
|
+
src: string;
|
3929
|
+
};
|
3834
3930
|
};
|
3835
3931
|
};
|
3836
3932
|
};
|
@@ -3887,6 +3983,10 @@ export declare const useColorSchemaStore: () => {
|
|
3887
3983
|
};
|
3888
3984
|
};
|
3889
3985
|
elevation?: number;
|
3986
|
+
media?: {
|
3987
|
+
type: "image" | "video";
|
3988
|
+
src: string;
|
3989
|
+
};
|
3890
3990
|
};
|
3891
3991
|
padding?: {
|
3892
3992
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -4029,6 +4129,10 @@ export declare const useColorSchemaStore: () => {
|
|
4029
4129
|
};
|
4030
4130
|
};
|
4031
4131
|
elevation?: number;
|
4132
|
+
media?: {
|
4133
|
+
type: "image" | "video";
|
4134
|
+
src: string;
|
4135
|
+
};
|
4032
4136
|
};
|
4033
4137
|
text?: {
|
4034
4138
|
color?: string | {
|
@@ -4142,6 +4246,10 @@ export declare const useColorSchemaStore: () => {
|
|
4142
4246
|
};
|
4143
4247
|
};
|
4144
4248
|
elevation?: number;
|
4249
|
+
media?: {
|
4250
|
+
type: "image" | "video";
|
4251
|
+
src: string;
|
4252
|
+
};
|
4145
4253
|
};
|
4146
4254
|
};
|
4147
4255
|
};
|
@@ -4198,6 +4306,10 @@ export declare const useColorSchemaStore: () => {
|
|
4198
4306
|
};
|
4199
4307
|
};
|
4200
4308
|
elevation?: number;
|
4309
|
+
media?: {
|
4310
|
+
type: "image" | "video";
|
4311
|
+
src: string;
|
4312
|
+
};
|
4201
4313
|
};
|
4202
4314
|
padding?: {
|
4203
4315
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -4340,6 +4452,10 @@ export declare const useColorSchemaStore: () => {
|
|
4340
4452
|
};
|
4341
4453
|
};
|
4342
4454
|
elevation?: number;
|
4455
|
+
media?: {
|
4456
|
+
type: "image" | "video";
|
4457
|
+
src: string;
|
4458
|
+
};
|
4343
4459
|
};
|
4344
4460
|
text?: {
|
4345
4461
|
color?: string | {
|
@@ -4453,6 +4569,10 @@ export declare const useColorSchemaStore: () => {
|
|
4453
4569
|
};
|
4454
4570
|
};
|
4455
4571
|
elevation?: number;
|
4572
|
+
media?: {
|
4573
|
+
type: "image" | "video";
|
4574
|
+
src: string;
|
4575
|
+
};
|
4456
4576
|
};
|
4457
4577
|
};
|
4458
4578
|
};
|
@@ -4662,6 +4782,10 @@ export declare const useColorSchemaStore: () => {
|
|
4662
4782
|
};
|
4663
4783
|
};
|
4664
4784
|
elevation?: number;
|
4785
|
+
media?: {
|
4786
|
+
type: "image" | "video";
|
4787
|
+
src: string;
|
4788
|
+
};
|
4665
4789
|
};
|
4666
4790
|
spacing?: {
|
4667
4791
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -4874,6 +4998,10 @@ export declare const useColorSchemaStore: () => {
|
|
4874
4998
|
};
|
4875
4999
|
};
|
4876
5000
|
elevation?: number;
|
5001
|
+
media?: {
|
5002
|
+
type: "image" | "video";
|
5003
|
+
src: string;
|
5004
|
+
};
|
4877
5005
|
};
|
4878
5006
|
spacing?: {
|
4879
5007
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -5086,6 +5214,10 @@ export declare const useColorSchemaStore: () => {
|
|
5086
5214
|
};
|
5087
5215
|
};
|
5088
5216
|
elevation?: number;
|
5217
|
+
media?: {
|
5218
|
+
type: "image" | "video";
|
5219
|
+
src: string;
|
5220
|
+
};
|
5089
5221
|
};
|
5090
5222
|
spacing?: {
|
5091
5223
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -5298,6 +5430,10 @@ export declare const useColorSchemaStore: () => {
|
|
5298
5430
|
};
|
5299
5431
|
};
|
5300
5432
|
elevation?: number;
|
5433
|
+
media?: {
|
5434
|
+
type: "image" | "video";
|
5435
|
+
src: string;
|
5436
|
+
};
|
5301
5437
|
};
|
5302
5438
|
spacing?: {
|
5303
5439
|
top?: import("@omnia/fx-models").SpacingValue;
|
@@ -5468,6 +5604,10 @@ export declare const useColorSchemaStore: () => {
|
|
5468
5604
|
};
|
5469
5605
|
};
|
5470
5606
|
elevation?: number;
|
5607
|
+
media?: {
|
5608
|
+
type: "image" | "video";
|
5609
|
+
src: string;
|
5610
|
+
};
|
5471
5611
|
};
|
5472
5612
|
id: {
|
5473
5613
|
toString: () => string;
|
@@ -5530,6 +5670,10 @@ export declare const useColorSchemaStore: () => {
|
|
5530
5670
|
};
|
5531
5671
|
};
|
5532
5672
|
elevation?: number;
|
5673
|
+
media?: {
|
5674
|
+
type: "image" | "video";
|
5675
|
+
src: string;
|
5676
|
+
};
|
5533
5677
|
};
|
5534
5678
|
id: {
|
5535
5679
|
toString: () => string;
|
@@ -5592,6 +5736,10 @@ export declare const useColorSchemaStore: () => {
|
|
5592
5736
|
};
|
5593
5737
|
};
|
5594
5738
|
elevation?: number;
|
5739
|
+
media?: {
|
5740
|
+
type: "image" | "video";
|
5741
|
+
src: string;
|
5742
|
+
};
|
5595
5743
|
};
|
5596
5744
|
id: {
|
5597
5745
|
toString: () => string;
|
@@ -5654,6 +5802,10 @@ export declare const useColorSchemaStore: () => {
|
|
5654
5802
|
};
|
5655
5803
|
};
|
5656
5804
|
elevation?: number;
|
5805
|
+
media?: {
|
5806
|
+
type: "image" | "video";
|
5807
|
+
src: string;
|
5808
|
+
};
|
5657
5809
|
};
|
5658
5810
|
id: {
|
5659
5811
|
toString: () => string;
|