@omnia/fx 7.7.15-preview → 7.7.15
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/README.md +2 -2
- package/events/package.json +3 -3
- package/internal-do-not-import-from-here/core/utils/Utils.d.ts +3 -1
- package/internal-do-not-import-from-here/manifests/omnia.fx.manifest.json +1 -1
- package/internal-do-not-import-from-here/rules/DisplayRules.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SecretsService.d.ts +1 -0
- package/internal-do-not-import-from-here/services/SecurityService.d.ts +2 -1
- package/internal-do-not-import-from-here/services/identities/UserService.d.ts +2 -1
- package/internal-do-not-import-from-here/shared/models/SharedConstants.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/SharedConstants.js +1 -0
- package/internal-do-not-import-from-here/stores/ProfileCardHandlerStore.d.ts +29 -0
- package/internal-do-not-import-from-here/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/UxModels.d.ts +5 -0
- package/internal-do-not-import-from-here/ux/app/appinstance/view/listing/ListView.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/datetimepicker/DateTimePicker.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/filepickerprovider/mycomputerprovider/loc/localize.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/identities/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/developertools/DeveloperToolsStyles.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.css.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/layoutitemsdesigner/StepperSectionDesigner.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/magiclink/Shared.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/magiclink/loc/localize.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/CommentStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/models/ProfileCardStyles.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/models/WizardStyles.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/permissioninput/loc/localize.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileCardRenderer.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/profilecard/ProfileSwitchingBtn.d.ts +14 -0
- package/internal-do-not-import-from-here/ux/profilecard/loc/localize.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/properties/builtins/phone-number/PhoneNumberConfiguration.d.ts +7 -0
- package/internal-do-not-import-from-here/ux/properties/models/PropertyPicker.d.ts +2 -0
- package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts +8 -4
- package/internal-do-not-import-from-here/ux/signin/loc/localize.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/user/UserTokenProvider.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/user/loc/localize.d.ts +3 -0
- package/internal-do-not-import-from-here/ux/usertypelayout/UserTypeLayoutRenderer.d.ts +1 -1
- package/internal-do-not-import-from-here/wctypings.d.ts +4 -0
- package/messaging/package.json +3 -3
- package/models/package.json +3 -3
- package/package.json +6 -6
- package/services/package.json +3 -3
- package/sp/models/package.json +3 -3
- package/sp/package.json +3 -3
- package/spfx/package.json +3 -3
- package/spfx/tooling/package.json +3 -3
- package/stores/package.json +3 -3
- package/ux/admin/package.json +3 -3
- package/ux/app/package.json +3 -3
- package/ux/editor/package.json +3 -3
- package/ux/package.json +3 -3
- package/ux/richtexteditor/package.json +3 -3
- package/ux/vuetify/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Omnia Fx Tooling
|
|
2
2
|
|
|
3
|
-
Omnia Fx Tooling is a product from
|
|
3
|
+
Omnia Fx Tooling is a product from Omnia Digital Workplace AB. In order to use Omnia Fx you need a product license for one of the following products:
|
|
4
4
|
|
|
5
5
|
### Documentation
|
|
6
|
-
https://github.com/
|
|
6
|
+
https://github.com/omniaintranet/OmniaDocs
|
package/events/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx events",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { GuidValue, IIcon, TenantRegionalSettings, TimePeriodSettings } from "../../models";
|
|
1
|
+
import { FirstDayOfWeeks, GuidValue, IIcon, TenantRegionalSettings, TimePeriodSettings } from "../../models";
|
|
2
2
|
export declare module Utils {
|
|
3
3
|
function isNativeClass(value: any): boolean;
|
|
4
4
|
function asyncForEach<T>(array: Array<T>, callback: (item: T, index?: number, items?: Array<T>) => Promise<void>): Promise<void>;
|
|
@@ -136,6 +136,7 @@ export declare module Utils {
|
|
|
136
136
|
timeFormat: string;
|
|
137
137
|
};
|
|
138
138
|
function formatDateTime(regionalSettings: TenantRegionalSettings, date?: Date | string): string;
|
|
139
|
+
function getVuetifyFirstDayOfWeek(value: FirstDayOfWeeks): 0 | 1;
|
|
139
140
|
function removeClaimPrefixFromLoginName(loginName: string): string;
|
|
140
141
|
function getManifestIdByElementName(elementName: string): GuidValue;
|
|
141
142
|
/**
|
|
@@ -158,4 +159,5 @@ export declare module Utils {
|
|
|
158
159
|
function isUriScheme(url: string): boolean;
|
|
159
160
|
function convertDateToGMT(val: Date): Date;
|
|
160
161
|
function covertDateToLocalTimeZone(val: Date): Date;
|
|
162
|
+
function convertStringToArray(object: any): any;
|
|
161
163
|
}
|
|
@@ -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","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","VueWebComponentSlot","WebComponentBootstrapper","WebUtils","extendApi","install","isInjectable","omniaScriptApi","propertyPath","propertyPathValue","registerApi","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","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","LinkReferencesStore","LocalizationStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","defineStore","defineStore2"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["Localize","VueWebComponentSlot","install","useLocalize","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","RealtimeService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
|
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","Localize","MD5Util","ManifestResourceLoader","MessageBusExposeOnlyPublication","MessageBusExposeOnlySubscription","MessageBusTopicMediator","MigrationUtils","NamedPropertyOperationsFactory","OmniaContext","OmniaContextProvider","OmniaPropertyBagBase","Provide","ReplaceToken","Require","ScrollPagingUtils","ServiceContainer","ServiceContainerContext","ServiceLocator","ServiceManifestProvider","SubscriptionHandler","TenantPropertyBagFactory","TokenService","Topics","UserAgentUtils","UserPropertyBagFactory","UserTypeStore","Utils","VueWebComponentSlot","WebComponentBootstrapper","WebUtils","extendApi","install","isInjectable","omniaScriptApi","propertyPath","propertyPathValue","registerApi","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","BlockTitleGlobalSettingsStore","BlockTitleSettingsStore","BusinessProfileStore","ClipboardStore","CommentLikeStore","ConnectedTenantStore","DirectionRuleStore","DynamicGroupStore","EnterpriseGlossaryStore","EnterprisePropertyCategoryStore","EnterprisePropertySetStore","EnterprisePropertyStore","ExtensionStore","FeatureStore","FileUploaderStore","GroupIdentityStore","IdentityStore","IdentitySyncProviderStore","LinkReferencesStore","LocalizationStore","MSTeamsStore","MediaPickerStore","MultilingualStore","OrganizationTreeStore","PostStore","ProfileCardHandlerStore","ProfileCardStore","PromotedTagStore","SiteStore","Store","StoreAction","StoreLogTypes","StoreLogger","StoreMutation","StoreState","SystemLogStore","TargetingPropertyStore","TimeZoneStore","TokenStatus","TokenStore","UserIdentityStore","UserTargetingStore","UserTypeIdentityPickerStore","UserTypeIdentityStore","UserTypeStore","VersionedLayoutStore","defineStore","defineStore2"]},"./node_modules/@omnia/fx/vue/index.js":{"id":"c041fe9f-1e14-443d-9407-5aa8829fbc21","buildMeta":{"exportsType":"namespace"},"expo.js":["Localize","VueWebComponentSlot","install","useLocalize","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","RealtimeService","ReindexOmniaSearchUserService","SecretsService","SecurityRoles","SecurityService","SettingsService","SiteService","TagsService","TargetingPropertyService","TenantContactService","TenantPreSetupService","TestDataSourcePropertiesService","TimeZoneService","TranslationService","UserIdentityService","UserPresenceStatus","UserPropertyBindingProvider","UserService","UserTypeService","VersionedDataService","VersionedLayoutService","WebImageService","WriteBackStatus"]}}}
|
|
@@ -4,4 +4,5 @@ export declare class SecretsService {
|
|
|
4
4
|
getSecret: (key: string, serviceId: GuidValue, profileId?: GuidValue) => Promise<Secret>;
|
|
5
5
|
setTenantSecret: (secret: Secret) => Promise<void>;
|
|
6
6
|
setBusinessProfileSecret: (secret: Secret, profileId: GuidValue) => Promise<void>;
|
|
7
|
+
removeSecret: (key: string, serviceId: GuidValue, profileId?: GuidValue) => Promise<void>;
|
|
7
8
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OmniaContext } from "../contexts";
|
|
2
|
-
import { GuidValue, OmniaRole, PermissionBinding, RolePermissionSettingWithContextParam, AzurePermissionResource, AuthenticationSettings, AuthenticationConfiguration } from "../models";
|
|
2
|
+
import { GuidValue, OmniaRole, PermissionBinding, RolePermissionSettingWithContextParam, AzurePermissionResource, AuthenticationSettings, AuthenticationConfiguration, AzureAdEnvironment } from "../models";
|
|
3
3
|
export declare class SecurityService {
|
|
4
4
|
private serviceContainerContext;
|
|
5
5
|
omniaContext: OmniaContext;
|
|
@@ -19,6 +19,7 @@ export declare class SecurityService {
|
|
|
19
19
|
getAuthenticationSettingsByUserTypeId: (userTypeId: GuidValue) => Promise<AuthenticationSettings>;
|
|
20
20
|
saveAuthenticationSettings: (authConfig: AuthenticationConfiguration) => Promise<void>;
|
|
21
21
|
validateAzureAdPermissionsSynced: (permissionIds: Array<string>) => Promise<boolean>;
|
|
22
|
+
getAzureAdEnvironment: () => Promise<AzureAdEnvironment>;
|
|
22
23
|
syncAzureAdPermissions: () => Promise<void>;
|
|
23
24
|
private createHttpClientFromServiceId;
|
|
24
25
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ResolvedUserIdentity, UserIdentity, UserIdentityAddRequest, PropertyValueBinding, PropertyDefinition, Guid, UserManagementQuery, ArchiveIdentityManagementQuery, TemplateFileSettings, TemplateFileData, BulkImportFileValidation, BulkImportUsersTasks, GuidValue, UserAuthenticationInformation, UserAddWithAuthInfoReponse, ScopeTypes, Identity } from "../../models";
|
|
1
|
+
import { ResolvedUserIdentity, UserIdentity, UserIdentityAddRequest, PropertyValueBinding, PropertyDefinition, Guid, UserManagementQuery, ArchiveIdentityManagementQuery, TemplateFileSettings, TemplateFileData, BulkImportFileValidation, BulkImportUsersTasks, GuidValue, UserAuthenticationInformation, UserAddWithAuthInfoReponse, ScopeTypes, Identity, ImagePropertyDefinition } from "../../models";
|
|
2
2
|
export declare class UserService {
|
|
3
3
|
private httpClient;
|
|
4
4
|
getAll: (query: UserManagementQuery) => Promise<{
|
|
@@ -23,4 +23,5 @@ export declare class UserService {
|
|
|
23
23
|
getUserImportTaskDetails: (id: GuidValue) => Promise<BulkImportUsersTasks>;
|
|
24
24
|
ensureAzureAdUserByUsername(username: string): Promise<UserIdentity>;
|
|
25
25
|
changeScope: (users: Array<Identity>, scopeType: ScopeTypes, scope: string) => Promise<void>;
|
|
26
|
+
resyncImage: (identity: UserIdentity) => Promise<PropertyValueBinding<ImagePropertyDefinition>>;
|
|
26
27
|
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { OmniaContext } from "../contexts";
|
|
2
|
+
import { UserTypeLayoutMode, VersionedLayoutId } from "../models";
|
|
3
|
+
import { Store } from "./Store";
|
|
4
|
+
import { UserTypeStore } from "./UserTypeStore";
|
|
5
|
+
import { VersionedLayoutStore } from "./VersionedLayoutStore";
|
|
6
|
+
export declare class ProfileCardHandlerStore extends Store {
|
|
7
|
+
omniaContext: OmniaContext;
|
|
8
|
+
userTypeStore: UserTypeStore;
|
|
9
|
+
versionedLayoutStore: VersionedLayoutStore;
|
|
10
|
+
private userTypes;
|
|
11
|
+
private initPromise;
|
|
12
|
+
protected onActivated(): void;
|
|
13
|
+
mode: import("./Store").StoreState<UserTypeLayoutMode>;
|
|
14
|
+
isUsingProfileCard: import("./Store").StoreState<boolean>;
|
|
15
|
+
getters: {
|
|
16
|
+
getLayoutMode: () => UserTypeLayoutMode;
|
|
17
|
+
isUsingProfileCard: () => boolean;
|
|
18
|
+
isInProfileCard: (id: VersionedLayoutId) => boolean;
|
|
19
|
+
};
|
|
20
|
+
mutations: {
|
|
21
|
+
setMode: import("./Store").StoreMutation<(value: UserTypeLayoutMode) => void, (value: UserTypeLayoutMode) => import("@omnia/fx-models").IMessageBusSubscriptionHandler>;
|
|
22
|
+
};
|
|
23
|
+
actions: {
|
|
24
|
+
switchMode: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
25
|
+
useProfileCard: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
26
|
+
stopUsingProfileCard: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
27
|
+
initStore: import("./Store").StoreAction<unknown, () => void, (result: void) => void, (failureReason: any) => void, () => Promise<void>>;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
@@ -31,6 +31,7 @@ export interface OmniaUxLocalization {
|
|
|
31
31
|
AddImage: string;
|
|
32
32
|
ShowDetails: string;
|
|
33
33
|
ShowMore: string;
|
|
34
|
+
Clear: string;
|
|
34
35
|
};
|
|
35
36
|
Yes: string;
|
|
36
37
|
No: string;
|
|
@@ -98,6 +99,7 @@ export interface OmniaUxLocalization {
|
|
|
98
99
|
};
|
|
99
100
|
Message: {
|
|
100
101
|
Required: string;
|
|
102
|
+
DeletedProperty: string;
|
|
101
103
|
};
|
|
102
104
|
Fields: {
|
|
103
105
|
Title: string;
|
|
@@ -561,6 +563,7 @@ export interface OmniaUxLocalization {
|
|
|
561
563
|
Image: string;
|
|
562
564
|
Process: string;
|
|
563
565
|
Integer: string;
|
|
566
|
+
Date: string;
|
|
564
567
|
DateTime: string;
|
|
565
568
|
Boolean: string;
|
|
566
569
|
Language: string;
|
|
@@ -799,6 +802,7 @@ export interface OmniaUxLocalization {
|
|
|
799
802
|
CurrentUser: string;
|
|
800
803
|
PickedUser: string;
|
|
801
804
|
SelectedUser: string;
|
|
805
|
+
CurrentGroup: string;
|
|
802
806
|
};
|
|
803
807
|
FilterRenderType: {
|
|
804
808
|
Label: string;
|
|
@@ -1159,6 +1163,7 @@ export interface OmniaUxLocalization {
|
|
|
1159
1163
|
RemoveStep: string;
|
|
1160
1164
|
RemoveStepConfirmation: string;
|
|
1161
1165
|
MoveStep: string;
|
|
1166
|
+
Paging: string;
|
|
1162
1167
|
};
|
|
1163
1168
|
LayoutSettings: {
|
|
1164
1169
|
Title: string;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { IWebComponentInstance } from "@omnia/fx";
|
|
2
|
+
import { AppInstanceRollupViewPropertySettings, EnterprisePropertyDefinition } from "@omnia/fx-models";
|
|
2
3
|
import { MediaPickerService } from "../../../../../services";
|
|
3
4
|
import { DirectionRuleStore } from "../../../../../stores";
|
|
4
5
|
import { AppInstanceRollupViewBase } from "../BaseView";
|
|
@@ -11,8 +12,11 @@ export declare class AppInstanceRollupListViewComponent extends AppInstanceRollu
|
|
|
11
12
|
private skipPaddingRowCells;
|
|
12
13
|
private paddingForCell;
|
|
13
14
|
private isRightToLeft;
|
|
15
|
+
private specialPropertyNames;
|
|
14
16
|
created(): void;
|
|
15
17
|
mounted(): void;
|
|
18
|
+
get columns(): Array<AppInstanceRollupViewPropertySettings>;
|
|
19
|
+
isValidColumn(col: AppInstanceRollupViewPropertySettings): EnterprisePropertyDefinition;
|
|
16
20
|
private init;
|
|
17
21
|
private registerStickyHeader;
|
|
18
22
|
private initSpacingAndPadding;
|
|
@@ -42,6 +42,7 @@ export declare class DateTimePicker extends VueComponentBase implements IWebComp
|
|
|
42
42
|
private isError;
|
|
43
43
|
private defaultFormatter;
|
|
44
44
|
private isMobileMode;
|
|
45
|
+
private isClicking;
|
|
45
46
|
onValueBindChanged(newValue: string): void;
|
|
46
47
|
created(): void;
|
|
47
48
|
mounted(): void;
|
|
@@ -22,6 +22,7 @@ export declare module IdentitiesLocalization {
|
|
|
22
22
|
ErrorNoRules: string;
|
|
23
23
|
EmptyRuleValue: string;
|
|
24
24
|
};
|
|
25
|
+
IsExternal: string;
|
|
25
26
|
};
|
|
26
27
|
BuiltInProperties: {
|
|
27
28
|
UserName: string;
|
|
@@ -41,5 +42,6 @@ export declare module IdentitiesLocalization {
|
|
|
41
42
|
IdentityExternalMappings: {
|
|
42
43
|
SharePointAllInternalExceptExternal: string;
|
|
43
44
|
};
|
|
45
|
+
System: string;
|
|
44
46
|
}
|
|
45
47
|
}
|
|
@@ -50,5 +50,9 @@ export declare class StepperSectionDesigner extends VueComponentBase<StepperSect
|
|
|
50
50
|
private renderStepperContent;
|
|
51
51
|
private renderAddStepButton;
|
|
52
52
|
private renderAnchorElements;
|
|
53
|
+
renderPagingItem(): VueTsxSupport.JSX.Element[][];
|
|
54
|
+
renderStepperItem(index: number, item: SectionItem<SteppedSectionItemSettings>): JSX.Element[];
|
|
55
|
+
renderHorizontalPaginationMode(): VueTsxSupport.JSX.Element;
|
|
56
|
+
renderHorizontalMultilineMode(index: number, item: SectionItem<SteppedSectionItemSettings>): (VueTsxSupport.JSX.Element | VueTsxSupport.JSX.Element[])[];
|
|
53
57
|
render(): VueTsxSupport.JSX.Element;
|
|
54
58
|
}
|
package/internal-do-not-import-from-here/ux/layoutcanvas/shared/styles/SharedRendererStyles.css.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { types } from "typestyle";
|
|
|
2
2
|
import { BlockLayoutSettings, DisplayBreakPoint, BackgroundSettings, LayoutSettings, ThemeStyling, SpacingSettings, SectionSettings, ColumnedSectionItemSettings, TabbedSectionSettings, AccordionedSectionSettings, LayoutItem } from "../../../../models";
|
|
3
3
|
import { NestedCSSProperties } from "typestyle/lib/types";
|
|
4
4
|
export declare const SharedRendererStyles: {
|
|
5
|
+
stepWrapper: string;
|
|
5
6
|
common: {
|
|
6
7
|
chrome_boxed: string;
|
|
7
8
|
getElevationClass: (settings: BackgroundSettings, theme: ThemeStyling) => string;
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { types } from "typestyle";
|
|
2
2
|
export declare const ProfilecardStyles: {
|
|
3
|
+
actionBtn?: types.NestedCSSProperties;
|
|
4
|
+
providerWrapper?: types.NestedCSSProperties;
|
|
5
|
+
dialogActions?: types.NestedCSSProperties;
|
|
3
6
|
dialogContent?: types.NestedCSSProperties;
|
|
4
7
|
dialogTitle?: types.NestedCSSProperties;
|
|
5
8
|
dialogCloseBtn?: types.NestedCSSProperties;
|
|
@@ -2,18 +2,22 @@ import { UserIdentity } from "@omnia/fx-models";
|
|
|
2
2
|
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
3
3
|
user: UserIdentity;
|
|
4
4
|
removeElementAfterClosing: boolean;
|
|
5
|
+
onClose: () => void;
|
|
5
6
|
}, "user">, any, any, any>> & {
|
|
6
7
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
7
8
|
user: UserIdentity;
|
|
8
9
|
removeElementAfterClosing: boolean;
|
|
10
|
+
onClose: () => void;
|
|
9
11
|
}, "user">;
|
|
10
12
|
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
11
13
|
user: UserIdentity;
|
|
12
14
|
removeElementAfterClosing: boolean;
|
|
15
|
+
onClose: () => void;
|
|
13
16
|
}, "user">, any, any, any>> & {
|
|
14
17
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
15
18
|
user: UserIdentity;
|
|
16
19
|
removeElementAfterClosing: boolean;
|
|
20
|
+
onClose: () => void;
|
|
17
21
|
}, "user">;
|
|
18
22
|
});
|
|
19
23
|
export default _default;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
2
|
+
isMobileMode: boolean;
|
|
3
|
+
}, never>, any, any, any>> & {
|
|
4
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
5
|
+
isMobileMode: boolean;
|
|
6
|
+
}, never>;
|
|
7
|
+
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
8
|
+
isMobileMode: boolean;
|
|
9
|
+
}, never>, any, any, any>> & {
|
|
10
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
11
|
+
isMobileMode: boolean;
|
|
12
|
+
}, never>;
|
|
13
|
+
});
|
|
14
|
+
export default _default;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { IPropertyConfigurationRenderer, PhoneNumberPropertyDefinition } from "@omnia/fx-models";
|
|
2
|
+
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
|
|
3
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
|
|
4
|
+
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<any>, {}, import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>, any, any, any>> & {
|
|
5
|
+
propsDefinition: import("vue-tsx-support").PropsForOutside<IPropertyConfigurationRenderer<PhoneNumberPropertyDefinition>, never>;
|
|
6
|
+
});
|
|
7
|
+
export default _default;
|
package/internal-do-not-import-from-here/ux/signin/identitycreationrequest/ConfirmEmailView.d.ts
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
import { IdentityCreationRequestCreatedResponse } from "@omnia/fx-models";
|
|
2
2
|
declare const IdentityCreationRequestConfirmEmailView: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
3
3
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
4
|
-
|
|
4
|
+
magicLinkExpiration: number;
|
|
5
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">, any, any, any>> & {
|
|
5
6
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
6
7
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
7
|
-
|
|
8
|
+
magicLinkExpiration: number;
|
|
9
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">;
|
|
8
10
|
}) | (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd") & import("vue").ShallowUnwrapRef<() => VueTsxSupport.JSX.Element>, {}, import("vue-tsx-support").PropsForOutside<{
|
|
9
11
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
10
|
-
|
|
12
|
+
magicLinkExpiration: number;
|
|
13
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">, any, any, any>> & {
|
|
11
14
|
propsDefinition: import("vue-tsx-support").PropsForOutside<{
|
|
12
15
|
identityCreationRequestCreatedResponse: IdentityCreationRequestCreatedResponse;
|
|
13
|
-
|
|
16
|
+
magicLinkExpiration: number;
|
|
17
|
+
}, "identityCreationRequestCreatedResponse" | "magicLinkExpiration">;
|
|
14
18
|
});
|
|
15
19
|
export default IdentityCreationRequestConfirmEmailView;
|
|
@@ -8,7 +8,7 @@ export declare module SignInLocalization {
|
|
|
8
8
|
Login: string;
|
|
9
9
|
SendMagicLink: string;
|
|
10
10
|
MagicLinkIsValidMessage: string;
|
|
11
|
-
|
|
11
|
+
MagicLinkValidTimeInMinutesMessage: string;
|
|
12
12
|
MagicLinkValidPeriodMessage: string;
|
|
13
13
|
MagicLinkValidUnit: string;
|
|
14
14
|
Password: {
|
|
@@ -40,7 +40,7 @@ export declare module SignInLocalization {
|
|
|
40
40
|
Email: string;
|
|
41
41
|
Send: string;
|
|
42
42
|
Retry: string;
|
|
43
|
-
|
|
43
|
+
SendResetPasswordMessageTooltip: string;
|
|
44
44
|
SentResetPasswordMessage: string;
|
|
45
45
|
SendResetPasswordError: string;
|
|
46
46
|
RetryResetPasswordWarning: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { GuidValue, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
|
|
2
1
|
import { ServiceContainerContext } from "@omnia/fx";
|
|
2
|
+
import { GuidValue, LayoutRendererCanvasApi, UserTypeLayoutMode } from "@omnia/fx-models";
|
|
3
3
|
declare const _default: (import("vue").VueConstructor<import("vue-tsx-support")._TsxComponentInstanceV3<import("vue/types/umd"), {}, import("vue-tsx-support").PropsForOutside<{
|
|
4
4
|
userTypeId: GuidValue;
|
|
5
5
|
editMode: boolean;
|
|
@@ -81,6 +81,7 @@ import wc7f06e68f94904b48b827b23acd148bec from './ux/optionpicker/OptionPicker';
|
|
|
81
81
|
import wcd4adc78e79ad4c2c889e52755e2bbede from './ux/permissioninput/TenantAdminPermissionInput';
|
|
82
82
|
import wcb6ddbf2c41224cd29b92fcecbbdd31a0 from './ux/playground_test/Play2Component';
|
|
83
83
|
import wc1a58948a606a42078da3fb919cc4f7e6 from './ux/presetupwizard/PreSetupWizard';
|
|
84
|
+
import wc6b7b970b284443abb7a86f0afa4462e3 from './ux/profilecard/ProfileSwitchingBtn';
|
|
84
85
|
import wc6d1d84cb210643c59ca8437fc36c75a1 from './ux/profilecard/ProfileCardRenderer';
|
|
85
86
|
import wc916c23c53dbf4d5a8e421e9449c6b203 from './ux/properties/builtins/birthday/BirthdayDisplay';
|
|
86
87
|
import wc5b7f85ec36cf4e88911e7951ccec4e2b from './ux/properties/builtins/birthday/BirthdayConfiguration';
|
|
@@ -120,6 +121,7 @@ import wc784d162feec24424a993d8ba812b9c94 from './ux/properties/builtins/multili
|
|
|
120
121
|
import wc4abd8ef8e96f4beca6d375984132b6ec from './ux/properties/builtins/multilingualText/MultilingualTextEditor';
|
|
121
122
|
import wcae83e3f39ff443b8abb93e483c14f48f from './ux/properties/builtins/phone-number/PhoneNumberDisplay';
|
|
122
123
|
import wcaad7c8da16f04a46b9503564b10a8f34 from './ux/properties/builtins/phone-number/PhoneNumberEditor';
|
|
124
|
+
import wcc2853e34fdbd45ec9118b7fd4323b751 from './ux/properties/builtins/phone-number/PhoneNumberConfiguration';
|
|
123
125
|
import wc13f465ea57024a47ae66d4bf1d927974 from './ux/properties/builtins/tags/TagsDisplay';
|
|
124
126
|
import wc4fc24b6b58014b5f9a3474a8f5cc4f00 from './ux/properties/builtins/tags/TagsEditor';
|
|
125
127
|
import wcdf429c59a8ec42cf8ec34907705793a9 from './ux/properties/builtins/text/TextDisplay';
|
|
@@ -251,6 +253,7 @@ declare global {
|
|
|
251
253
|
"omfx-tenant-admin-permission-input": base.CombinedTsxComponentAttrs<typeof wcd4adc78e79ad4c2c889e52755e2bbede.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
252
254
|
"omnia-play-2": base.CombinedTsxComponentAttrs<typeof wcb6ddbf2c41224cd29b92fcecbbdd31a0.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
253
255
|
"omfx-presetup-wizard": base.CombinedTsxComponentAttrs<typeof wc1a58948a606a42078da3fb919cc4f7e6.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
256
|
+
"omfx-profileswitch-btn": base.CombinedTsxComponentAttrs<typeof wc6b7b970b284443abb7a86f0afa4462e3.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
254
257
|
"omfx-profilecard-renderer": base.CombinedTsxComponentAttrs<typeof wc6d1d84cb210643c59ca8437fc36c75a1.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
255
258
|
"omfx-properties-birthday-display": base.CombinedTsxComponentAttrs<typeof wc916c23c53dbf4d5a8e421e9449c6b203.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
256
259
|
"omfx-properties-birthday-configuration": base.CombinedTsxComponentAttrs<typeof wc5b7f85ec36cf4e88911e7951ccec4e2b.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
@@ -290,6 +293,7 @@ declare global {
|
|
|
290
293
|
"omfx-properties-multilingualtext-editor": base.CombinedTsxComponentAttrs<typeof wc4abd8ef8e96f4beca6d375984132b6ec.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
291
294
|
"omfx-properties-phone-number-display": base.CombinedTsxComponentAttrs<typeof wcae83e3f39ff443b8abb93e483c14f48f.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
292
295
|
"omfx-properties-phone-number-editor": base.CombinedTsxComponentAttrs<typeof wcaad7c8da16f04a46b9503564b10a8f34.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
296
|
+
"omfx-properties-phone-number-configuration": base.CombinedTsxComponentAttrs<typeof wcc2853e34fdbd45ec9118b7fd4323b751.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
293
297
|
"omfx-properties-tags-display": base.CombinedTsxComponentAttrs<typeof wc13f465ea57024a47ae66d4bf1d927974.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
294
298
|
"omfx-properties-tags-editor": base.CombinedTsxComponentAttrs<typeof wc4fc24b6b58014b5f9a3474a8f5cc4f00.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
|
295
299
|
"omfx-properties-text-display": base.CombinedTsxComponentAttrs<typeof wcdf429c59a8ec42cf8ec34907705793a9.propsDefinition, {}, {}, {}, {}, true> & VueComponentBaseProps;
|
package/messaging/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx messaging",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/models/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx models",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@omnia/fx",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "7.7.15
|
|
4
|
+
"version": "7.7.15",
|
|
5
5
|
"description": "Provide Omnia Fx typings and tooling for clientside Omnia development.",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"repository": {
|
|
11
11
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/
|
|
12
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx.git"
|
|
13
13
|
},
|
|
14
14
|
"keywords": [
|
|
15
15
|
"omnia",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"office365",
|
|
19
19
|
"sharepoint"
|
|
20
20
|
],
|
|
21
|
-
"author": "
|
|
21
|
+
"author": "Omnia Digital Workplace AB",
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@omnia/fx-models": "7.7.15
|
|
23
|
+
"@omnia/fx-models": "7.7.15",
|
|
24
24
|
"@microsoft/signalr": "6.0.1",
|
|
25
25
|
"broadcast-channel": "4.8.0",
|
|
26
26
|
"dayjs": "1.10.7",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"devDependencies": {},
|
|
55
55
|
"typings": "./index.d.ts",
|
|
56
56
|
"bugs": {
|
|
57
|
-
"url": "https://github.com/
|
|
57
|
+
"url": "https://github.com/omniaintranet/OmniaFx/issues"
|
|
58
58
|
},
|
|
59
|
-
"homepage": "https://github.com/
|
|
59
|
+
"homepage": "https://github.com/omniaintranet/OmniaFx#readme"
|
|
60
60
|
}
|
package/services/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx services",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/sp/models/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx sp",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/sp/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx sp",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/spfx/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx spfx",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx spfx tooling",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/stores/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia Fx Stores",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx.git"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/admin/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux admin",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/app/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux app",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/editor/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux app",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux admin",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|
package/ux/vuetify/package.json
CHANGED
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"description": "Omnia fx ux vuetify",
|
|
5
5
|
"typings": "./index.d.ts",
|
|
6
|
-
"author": "
|
|
6
|
+
"author": "Omnia Digital Workplace AB",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/
|
|
10
|
+
"url": "git+https://github.com/omniaintranet/OmniaFx"
|
|
11
11
|
}
|
|
12
|
-
}
|
|
12
|
+
}
|