@omnia/fx-models 8.0.55-dev → 8.0.56-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/ActionHandler.js +1 -1
- package/AiSettings.js +1 -1
- package/AppTemplatePropertySetSetting.js +2 -2
- package/ClientManifests.js +1 -1
- package/Constants.js +1 -1
- package/DependencyInjection.js +1 -1
- package/Enums.js +90 -90
- package/FileUploader.d.ts +1 -1
- package/FileUploader.js +1 -1
- package/FileValidationResult.js +1 -1
- package/Http.js +1 -1
- package/Journey.d.ts +11 -1
- package/Layout.js +2 -2
- package/LinkHandler/linktype/DefaultLinkType.js +1 -1
- package/LinkHandler/linktype/DocumentLinkType.js +1 -1
- package/QueryFilter.js +2 -2
- package/RollupQuery.d.ts +1 -1
- package/RollupQuery.js +2 -2
- package/Security.js +1 -1
- package/ShapeDividerSettingsModel.js +2 -2
- package/Social.js +1 -1
- package/SocialReaction.js +1 -1
- package/TargetingProperty.js +1 -1
- package/UserAgent.js +1 -1
- package/apps/App.d.ts +1 -0
- package/apps/App.js +2 -2
- package/apps/AppInstanceRollup.js +2 -2
- package/apps/AppNamingPolicy.js +2 -2
- package/auth/AnonymousAccessType.js +1 -1
- package/auth/LoginProvider.js +1 -1
- package/auth/common/AuthenticationResult.js +1 -1
- package/auth/common/AuthenticationSessionResult.js +1 -1
- package/azure-openai/dalle/ErrorResponse.js +1 -1
- package/azure-openai/dalle/StatusRequest.js +1 -1
- package/bulkimportusers/BulkImportUsersScenarios.js +1 -1
- package/bulkimportusers/BulkImportUsersTasks.js +1 -1
- package/editor-chrome/EditorSettings.js +2 -2
- package/editor-chrome/IActionButton.d.ts +2 -2
- package/editor-chrome/IActionButton.js +1 -1
- package/editor-chrome/IEditorTabRegistration.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertyColumnMapping.js +1 -1
- package/enterprise-properties/EnterprisePropertySettings.js +2 -2
- package/filterengine/Shared.js +12 -12
- package/identities/GroupIdentity.js +1 -1
- package/identities/Identity.js +3 -5
- package/identities/IdentityCreationRequest.js +3 -3
- package/identities/IdentityPropertyConfiguration.js +1 -1
- package/identities/IdentityProviderRunLog.js +1 -1
- package/identities/IdentityProviderRunStatus.js +1 -1
- package/identities/IdentityProviderSettings.js +1 -1
- package/identities/IdentityProviderState.js +1 -1
- package/identities/IdentityTypes.js +1 -1
- package/identities/UserIdentity.js +1 -1
- package/internal-do-not-import-from-here/shared/models/Broadcasting.js +1 -1
- package/internal-do-not-import-from-here/shared/models/Equals.js +5 -6
- package/internal-do-not-import-from-here/shared/models/Guid.js +3 -5
- package/internal-do-not-import-from-here/shared/models/Workers.js +1 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityFeed.d.ts +3 -5
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.d.ts +8 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRendererLoadingReferences.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +2 -2
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -2
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +1 -1
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +3 -3
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +2 -2
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +7 -7
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +1 -1
- package/media-gallery/providers/PhotoWallGridLayout.js +2 -2
- package/media-picker/localize.d.ts +1 -1
- package/media-picker/localize.js +1 -1
- package/mediaflow/Constants.js +2 -2
- package/omniasearch/SearchTask.js +1 -1
- package/oxide/OxideTypeDefinitions.d.ts +0 -4
- package/oxide/OxideTypeDefinitions.js +1 -4
- package/package.json +1 -1
- package/properties/definitions/DatePropertyDefinition.js +1 -1
- package/properties/definitions/HtmlPropertyDefinition.js +1 -1
- package/richtext-editor-extensions/HeadingExtension.js +5 -5
- package/richtext-editor-extensions/MediaPickerExtension.js +1 -1
- package/sidepanel/Shared.js +1 -1
- package/ux/LayoutEditorCanvas.d.ts +1 -0
- package/versionedlayout/VersionedLayout.js +2 -2
package/Enums.js
CHANGED
|
@@ -10,51 +10,51 @@ var BuiltInEnterprisePropertyInternalNames;
|
|
|
10
10
|
BuiltInEnterprisePropertyInternalNames["ModifiedAt"] = "modifiedAt";
|
|
11
11
|
BuiltInEnterprisePropertyInternalNames["ModifiedBy"] = "modifiedBy";
|
|
12
12
|
BuiltInEnterprisePropertyInternalNames["Tags"] = "tags";
|
|
13
|
-
})(BuiltInEnterprisePropertyInternalNames
|
|
13
|
+
})(BuiltInEnterprisePropertyInternalNames || (exports.BuiltInEnterprisePropertyInternalNames = BuiltInEnterprisePropertyInternalNames = {}));
|
|
14
14
|
var BuiltInAppInstanceInternalNames;
|
|
15
15
|
(function (BuiltInAppInstanceInternalNames) {
|
|
16
16
|
BuiltInAppInstanceInternalNames["AppTemplateId"] = "AppTemplateId";
|
|
17
17
|
BuiltInAppInstanceInternalNames["Properties"] = "Properties";
|
|
18
|
-
})(BuiltInAppInstanceInternalNames
|
|
18
|
+
})(BuiltInAppInstanceInternalNames || (exports.BuiltInAppInstanceInternalNames = BuiltInAppInstanceInternalNames = {}));
|
|
19
19
|
var SecurityProviderTypes;
|
|
20
20
|
(function (SecurityProviderTypes) {
|
|
21
21
|
SecurityProviderTypes["RoleBased"] = "RoleBasedProvider";
|
|
22
22
|
SecurityProviderTypes["Combined"] = "CombinedProviders";
|
|
23
|
-
})(SecurityProviderTypes
|
|
23
|
+
})(SecurityProviderTypes || (exports.SecurityProviderTypes = SecurityProviderTypes = {}));
|
|
24
24
|
var SecurityRoleScopes;
|
|
25
25
|
(function (SecurityRoleScopes) {
|
|
26
26
|
SecurityRoleScopes["Tenant"] = "Tenant";
|
|
27
27
|
SecurityRoleScopes["SiteCollection"] = "SiteCollection";
|
|
28
28
|
SecurityRoleScopes["Site"] = "Site";
|
|
29
|
-
})(SecurityRoleScopes
|
|
29
|
+
})(SecurityRoleScopes || (exports.SecurityRoleScopes = SecurityRoleScopes = {}));
|
|
30
30
|
var SecurityIdentities;
|
|
31
31
|
(function (SecurityIdentities) {
|
|
32
32
|
SecurityIdentities["OverridenRulesBindingIdentityId"] = "ff000000-0000-ffff-0000-0000000000ff";
|
|
33
33
|
SecurityIdentities["AnonymousIdentity"] = "c2781205-d1c7-42e0-a270-4a43f94f6cf5";
|
|
34
|
-
})(SecurityIdentities
|
|
34
|
+
})(SecurityIdentities || (exports.SecurityIdentities = SecurityIdentities = {}));
|
|
35
35
|
var SecurityAccessType;
|
|
36
36
|
(function (SecurityAccessType) {
|
|
37
37
|
SecurityAccessType["Write"] = "write";
|
|
38
38
|
//If we need access levels, i.e. check on read operations in the future
|
|
39
39
|
//Read
|
|
40
40
|
//ReadAndWrite
|
|
41
|
-
})(SecurityAccessType
|
|
41
|
+
})(SecurityAccessType || (exports.SecurityAccessType = SecurityAccessType = {}));
|
|
42
42
|
var AppTemplatePermissionLevel;
|
|
43
43
|
(function (AppTemplatePermissionLevel) {
|
|
44
44
|
AppTemplatePermissionLevel[AppTemplatePermissionLevel["SeftService"] = 0] = "SeftService";
|
|
45
45
|
AppTemplatePermissionLevel[AppTemplatePermissionLevel["Approval"] = 1] = "Approval";
|
|
46
|
-
})(AppTemplatePermissionLevel
|
|
46
|
+
})(AppTemplatePermissionLevel || (exports.AppTemplatePermissionLevel = AppTemplatePermissionLevel = {}));
|
|
47
47
|
var LogSources;
|
|
48
48
|
(function (LogSources) {
|
|
49
49
|
LogSources[LogSources["Omnia"] = 0] = "Omnia";
|
|
50
50
|
LogSources[LogSources["Browser"] = 1] = "Browser";
|
|
51
51
|
LogSources[LogSources["All"] = 2] = "All";
|
|
52
|
-
})(LogSources
|
|
52
|
+
})(LogSources || (exports.LogSources = LogSources = {}));
|
|
53
53
|
var ManifestLoadStatus;
|
|
54
54
|
(function (ManifestLoadStatus) {
|
|
55
55
|
ManifestLoadStatus["Loaded"] = "Loaded";
|
|
56
56
|
ManifestLoadStatus["Blocked"] = "Blocked";
|
|
57
|
-
})(ManifestLoadStatus
|
|
57
|
+
})(ManifestLoadStatus || (exports.ManifestLoadStatus = ManifestLoadStatus = {}));
|
|
58
58
|
var LogLevels;
|
|
59
59
|
(function (LogLevels) {
|
|
60
60
|
LogLevels["Debug"] = "debug";
|
|
@@ -62,7 +62,7 @@ var LogLevels;
|
|
|
62
62
|
LogLevels["Warn"] = "warn";
|
|
63
63
|
LogLevels["Error"] = "error";
|
|
64
64
|
LogLevels["Todo"] = "todo";
|
|
65
|
-
})(LogLevels
|
|
65
|
+
})(LogLevels || (exports.LogLevels = LogLevels = {}));
|
|
66
66
|
var ConsoleMessageTypes;
|
|
67
67
|
(function (ConsoleMessageTypes) {
|
|
68
68
|
ConsoleMessageTypes["System"] = "system";
|
|
@@ -71,23 +71,23 @@ var ConsoleMessageTypes;
|
|
|
71
71
|
ConsoleMessageTypes["Error"] = "error";
|
|
72
72
|
ConsoleMessageTypes["Good"] = "good";
|
|
73
73
|
ConsoleMessageTypes["Todo"] = "todo";
|
|
74
|
-
})(ConsoleMessageTypes
|
|
74
|
+
})(ConsoleMessageTypes || (exports.ConsoleMessageTypes = ConsoleMessageTypes = {}));
|
|
75
75
|
var ConsoleStateStorageMessageTypes;
|
|
76
76
|
(function (ConsoleStateStorageMessageTypes) {
|
|
77
77
|
ConsoleStateStorageMessageTypes["SaveState"] = "saveState";
|
|
78
78
|
ConsoleStateStorageMessageTypes["RestoreState"] = "restoreState";
|
|
79
|
-
})(ConsoleStateStorageMessageTypes
|
|
79
|
+
})(ConsoleStateStorageMessageTypes || (exports.ConsoleStateStorageMessageTypes = ConsoleStateStorageMessageTypes = {}));
|
|
80
80
|
var ResourceEvaluators;
|
|
81
81
|
(function (ResourceEvaluators) {
|
|
82
82
|
ResourceEvaluators["BusinessProfile"] = "Omnia.Fx.BusinessProfiles.Security.IBusinessProfileResourceEvaluator";
|
|
83
83
|
ResourceEvaluators["AppInstance"] = "Omnia.Fx.Apps.Security.IAppInstanceResourceEvaluator";
|
|
84
84
|
ResourceEvaluators["ExtensionResource"] = "Omnia.Fx.Extensions.Security.IExtensionInstanceResourceEvaluator";
|
|
85
|
-
})(ResourceEvaluators
|
|
85
|
+
})(ResourceEvaluators || (exports.ResourceEvaluators = ResourceEvaluators = {}));
|
|
86
86
|
var RuleLogicalOperator;
|
|
87
87
|
(function (RuleLogicalOperator) {
|
|
88
88
|
RuleLogicalOperator["And"] = "&&";
|
|
89
89
|
RuleLogicalOperator["Or"] = "||";
|
|
90
|
-
})(RuleLogicalOperator
|
|
90
|
+
})(RuleLogicalOperator || (exports.RuleLogicalOperator = RuleLogicalOperator = {}));
|
|
91
91
|
var ClientManifestTypes;
|
|
92
92
|
(function (ClientManifestTypes) {
|
|
93
93
|
ClientManifestTypes["Component"] = "webcomponent";
|
|
@@ -95,23 +95,23 @@ var ClientManifestTypes;
|
|
|
95
95
|
ClientManifestTypes["Resource"] = "resource";
|
|
96
96
|
ClientManifestTypes["BlockedManifest"] = "blockedManifest";
|
|
97
97
|
ClientManifestTypes["Configuration"] = "configuration";
|
|
98
|
-
})(ClientManifestTypes
|
|
98
|
+
})(ClientManifestTypes || (exports.ClientManifestTypes = ClientManifestTypes = {}));
|
|
99
99
|
var ServerManifestTypes;
|
|
100
100
|
(function (ServerManifestTypes) {
|
|
101
101
|
ServerManifestTypes["SecurityProvider"] = "securityprovider";
|
|
102
|
-
})(ServerManifestTypes
|
|
102
|
+
})(ServerManifestTypes || (exports.ServerManifestTypes = ServerManifestTypes = {}));
|
|
103
103
|
var BundleTargetTypes;
|
|
104
104
|
(function (BundleTargetTypes) {
|
|
105
105
|
BundleTargetTypes["Javascript"] = "js";
|
|
106
106
|
BundleTargetTypes["Stylesheet"] = "css";
|
|
107
|
-
})(BundleTargetTypes
|
|
107
|
+
})(BundleTargetTypes || (exports.BundleTargetTypes = BundleTargetTypes = {}));
|
|
108
108
|
var LocalizationTargetTypes;
|
|
109
109
|
(function (LocalizationTargetTypes) {
|
|
110
110
|
LocalizationTargetTypes[LocalizationTargetTypes["public"] = 1] = "public";
|
|
111
111
|
LocalizationTargetTypes[LocalizationTargetTypes["admin"] = 2] = "admin";
|
|
112
112
|
LocalizationTargetTypes[LocalizationTargetTypes["editor"] = 4] = "editor";
|
|
113
113
|
LocalizationTargetTypes[LocalizationTargetTypes["backend"] = 8] = "backend";
|
|
114
|
-
})(LocalizationTargetTypes
|
|
114
|
+
})(LocalizationTargetTypes || (exports.LocalizationTargetTypes = LocalizationTargetTypes = {}));
|
|
115
115
|
var LanguageTags;
|
|
116
116
|
(function (LanguageTags) {
|
|
117
117
|
LanguageTags["ArSa"] = "ar-sa";
|
|
@@ -254,7 +254,7 @@ var LanguageTags;
|
|
|
254
254
|
LanguageTags["NsZa"] = "ns-za";
|
|
255
255
|
LanguageTags["SeNo"] = "se-no";
|
|
256
256
|
LanguageTags["MtMt"] = "mt-mt";
|
|
257
|
-
})(LanguageTags
|
|
257
|
+
})(LanguageTags || (exports.LanguageTags = LanguageTags = {}));
|
|
258
258
|
/**
|
|
259
259
|
* Obsolete, use LanguageTags
|
|
260
260
|
* */
|
|
@@ -279,36 +279,36 @@ var IconTypes;
|
|
|
279
279
|
IconTypes["Material"] = "IMaterialIcon";
|
|
280
280
|
IconTypes["Custom"] = "ICustomIcon";
|
|
281
281
|
IconTypes["SVG"] = "ISVG";
|
|
282
|
-
})(IconTypes
|
|
282
|
+
})(IconTypes || (exports.IconTypes = IconTypes = {}));
|
|
283
283
|
var IconSources;
|
|
284
284
|
(function (IconSources) {
|
|
285
285
|
IconSources["Automatic"] = "IAutomaticIcon";
|
|
286
286
|
IconSources["Builtin"] = "IBuiltinIcon";
|
|
287
287
|
IconSources["Custom"] = "ICustomIcon";
|
|
288
|
-
})(IconSources
|
|
288
|
+
})(IconSources || (exports.IconSources = IconSources = {}));
|
|
289
289
|
var AuthenticationValidationStatuses;
|
|
290
290
|
(function (AuthenticationValidationStatuses) {
|
|
291
291
|
AuthenticationValidationStatuses[AuthenticationValidationStatuses["Valid"] = 0] = "Valid";
|
|
292
292
|
AuthenticationValidationStatuses[AuthenticationValidationStatuses["NeedAuthentication"] = 1] = "NeedAuthentication";
|
|
293
293
|
AuthenticationValidationStatuses[AuthenticationValidationStatuses["TokenKeyRefreshed"] = 2] = "TokenKeyRefreshed";
|
|
294
|
-
})(AuthenticationValidationStatuses
|
|
294
|
+
})(AuthenticationValidationStatuses || (exports.AuthenticationValidationStatuses = AuthenticationValidationStatuses = {}));
|
|
295
295
|
var AdminVisibility;
|
|
296
296
|
(function (AdminVisibility) {
|
|
297
297
|
AdminVisibility[AdminVisibility["Open"] = 0] = "Open";
|
|
298
298
|
AdminVisibility[AdminVisibility["Close"] = 1] = "Close";
|
|
299
299
|
AdminVisibility[AdminVisibility["Toggle"] = 2] = "Toggle";
|
|
300
|
-
})(AdminVisibility
|
|
300
|
+
})(AdminVisibility || (exports.AdminVisibility = AdminVisibility = {}));
|
|
301
301
|
var AdminNavigationBuiltInCategory;
|
|
302
302
|
(function (AdminNavigationBuiltInCategory) {
|
|
303
303
|
AdminNavigationBuiltInCategory["Tenant"] = "3C1EBD25-5083-4C92-9692-F253BC403FE4";
|
|
304
304
|
AdminNavigationBuiltInCategory["BusinessProfile"] = "FC340843-48CA-4839-88D4-B4588212D4FB";
|
|
305
305
|
AdminNavigationBuiltInCategory["AppInstance"] = "8A908CD9-E24B-4148-BF38-6B1EE5A6C5D1";
|
|
306
|
-
})(AdminNavigationBuiltInCategory
|
|
306
|
+
})(AdminNavigationBuiltInCategory || (exports.AdminNavigationBuiltInCategory = AdminNavigationBuiltInCategory = {}));
|
|
307
307
|
var VideoRatio;
|
|
308
308
|
(function (VideoRatio) {
|
|
309
309
|
VideoRatio[VideoRatio["Wide"] = 0] = "Wide";
|
|
310
310
|
VideoRatio[VideoRatio["Normal"] = 1] = "Normal";
|
|
311
|
-
})(VideoRatio
|
|
311
|
+
})(VideoRatio || (exports.VideoRatio = VideoRatio = {}));
|
|
312
312
|
var AppInstanceStatus;
|
|
313
313
|
(function (AppInstanceStatus) {
|
|
314
314
|
AppInstanceStatus[AppInstanceStatus["Removed"] = -1] = "Removed";
|
|
@@ -325,13 +325,13 @@ var AppInstanceStatus;
|
|
|
325
325
|
AppInstanceStatus[AppInstanceStatus["ReadyWithWarning"] = 10] = "ReadyWithWarning";
|
|
326
326
|
AppInstanceStatus[AppInstanceStatus["ReadyToCreate"] = 11] = "ReadyToCreate";
|
|
327
327
|
AppInstanceStatus[AppInstanceStatus["RemovingFeatures"] = 12] = "RemovingFeatures";
|
|
328
|
-
})(AppInstanceStatus
|
|
328
|
+
})(AppInstanceStatus || (exports.AppInstanceStatus = AppInstanceStatus = {}));
|
|
329
329
|
var AppInstanceScopedQueryTypes;
|
|
330
330
|
(function (AppInstanceScopedQueryTypes) {
|
|
331
331
|
AppInstanceScopedQueryTypes[AppInstanceScopedQueryTypes["All"] = 1] = "All";
|
|
332
332
|
AppInstanceScopedQueryTypes[AppInstanceScopedQueryTypes["Followed"] = 2] = "Followed";
|
|
333
333
|
AppInstanceScopedQueryTypes[AppInstanceScopedQueryTypes["LastVisited"] = 3] = "LastVisited";
|
|
334
|
-
})(AppInstanceScopedQueryTypes
|
|
334
|
+
})(AppInstanceScopedQueryTypes || (exports.AppInstanceScopedQueryTypes = AppInstanceScopedQueryTypes = {}));
|
|
335
335
|
var PrincipalTypes;
|
|
336
336
|
(function (PrincipalTypes) {
|
|
337
337
|
PrincipalTypes[PrincipalTypes["Member"] = 1] = "Member";
|
|
@@ -339,20 +339,20 @@ var PrincipalTypes;
|
|
|
339
339
|
PrincipalTypes[PrincipalTypes["MemberAndGuest"] = 3] = "MemberAndGuest";
|
|
340
340
|
PrincipalTypes[PrincipalTypes["MemberAndGroup"] = 4] = "MemberAndGroup";
|
|
341
341
|
PrincipalTypes[PrincipalTypes["All"] = 5] = "All";
|
|
342
|
-
})(PrincipalTypes
|
|
342
|
+
})(PrincipalTypes || (exports.PrincipalTypes = PrincipalTypes = {}));
|
|
343
343
|
var BoolFilter;
|
|
344
344
|
(function (BoolFilter) {
|
|
345
345
|
BoolFilter[BoolFilter["Both"] = 0] = "Both";
|
|
346
346
|
BoolFilter[BoolFilter["True"] = 1] = "True";
|
|
347
347
|
BoolFilter[BoolFilter["False"] = 2] = "False";
|
|
348
|
-
})(BoolFilter
|
|
348
|
+
})(BoolFilter || (exports.BoolFilter = BoolFilter = {}));
|
|
349
349
|
var UserPickingType;
|
|
350
350
|
(function (UserPickingType) {
|
|
351
351
|
UserPickingType[UserPickingType["NoDefault"] = 0] = "NoDefault";
|
|
352
352
|
UserPickingType[UserPickingType["FixedValue"] = 1] = "FixedValue";
|
|
353
353
|
UserPickingType[UserPickingType["CurrentUser"] = 2] = "CurrentUser";
|
|
354
354
|
UserPickingType[UserPickingType["SelectedUser"] = 3] = "SelectedUser";
|
|
355
|
-
})(UserPickingType
|
|
355
|
+
})(UserPickingType || (exports.UserPickingType = UserPickingType = {}));
|
|
356
356
|
var PropertyIndexedType;
|
|
357
357
|
(function (PropertyIndexedType) {
|
|
358
358
|
PropertyIndexedType[PropertyIndexedType["Text"] = 1] = "Text";
|
|
@@ -368,7 +368,7 @@ var PropertyIndexedType;
|
|
|
368
368
|
PropertyIndexedType[PropertyIndexedType["Language"] = 11] = "Language";
|
|
369
369
|
PropertyIndexedType[PropertyIndexedType["Tags"] = 12] = "Tags";
|
|
370
370
|
PropertyIndexedType[PropertyIndexedType["ExtendedProperty"] = 13] = "ExtendedProperty";
|
|
371
|
-
})(PropertyIndexedType
|
|
371
|
+
})(PropertyIndexedType || (exports.PropertyIndexedType = PropertyIndexedType = {}));
|
|
372
372
|
var ParamTypes;
|
|
373
373
|
(function (ParamTypes) {
|
|
374
374
|
ParamTypes["String"] = "String";
|
|
@@ -378,7 +378,7 @@ var ParamTypes;
|
|
|
378
378
|
ParamTypes["Guid"] = "Guid";
|
|
379
379
|
ParamTypes["DateTime"] = "DateTime";
|
|
380
380
|
ParamTypes["DateTimeOffset"] = "DateTimeOffset";
|
|
381
|
-
})(ParamTypes
|
|
381
|
+
})(ParamTypes || (exports.ParamTypes = ParamTypes = {}));
|
|
382
382
|
var Parameters;
|
|
383
383
|
(function (Parameters) {
|
|
384
384
|
Parameters["BusinessProfileId"] = "profileId";
|
|
@@ -386,7 +386,7 @@ var Parameters;
|
|
|
386
386
|
Parameters["AppDefinitionId"] = "appDefinitionId";
|
|
387
387
|
Parameters["AppTemplateId"] = "appTemplateId";
|
|
388
388
|
Parameters["AppInstanceId"] = "appInstanceId";
|
|
389
|
-
})(Parameters
|
|
389
|
+
})(Parameters || (exports.Parameters = Parameters = {}));
|
|
390
390
|
var RoleDefinitions;
|
|
391
391
|
(function (RoleDefinitions) {
|
|
392
392
|
RoleDefinitions["TenantAdmin"] = "67daa6ca-168e-458f-96c8-4162b77fc99f";
|
|
@@ -407,7 +407,7 @@ var RoleDefinitions;
|
|
|
407
407
|
RoleDefinitions["QueryAppInstanceContributor"] = "847E8689-E86F-4DFD-BE42-65F52B01DDF8";
|
|
408
408
|
RoleDefinitions["QueryAppInstanceReader"] = "D8E7ACC5-1338-43D2-8307-C3E712340205";
|
|
409
409
|
RoleDefinitions["QueryAppInstanceViewer"] = "9B0B9C44-3356-408E-91A5-A29A7A83E924";
|
|
410
|
-
})(RoleDefinitions
|
|
410
|
+
})(RoleDefinitions || (exports.RoleDefinitions = RoleDefinitions = {}));
|
|
411
411
|
var FeatureInstanceStatus;
|
|
412
412
|
(function (FeatureInstanceStatus) {
|
|
413
413
|
FeatureInstanceStatus[FeatureInstanceStatus["NotActivated"] = -1] = "NotActivated";
|
|
@@ -418,7 +418,7 @@ var FeatureInstanceStatus;
|
|
|
418
418
|
FeatureInstanceStatus[FeatureInstanceStatus["Error"] = 4] = "Error";
|
|
419
419
|
FeatureInstanceStatus[FeatureInstanceStatus["AdminConsentActivating"] = 5] = "AdminConsentActivating";
|
|
420
420
|
FeatureInstanceStatus[FeatureInstanceStatus["AdminConsentUpgrading"] = 6] = "AdminConsentUpgrading";
|
|
421
|
-
})(FeatureInstanceStatus
|
|
421
|
+
})(FeatureInstanceStatus || (exports.FeatureInstanceStatus = FeatureInstanceStatus = {}));
|
|
422
422
|
var ThemeType;
|
|
423
423
|
(function (ThemeType) {
|
|
424
424
|
ThemeType["Light"] = "Light";
|
|
@@ -429,105 +429,105 @@ var ThemeType;
|
|
|
429
429
|
ThemeType["ColorWithFullContrast"] = "ColorWithFullContrast";
|
|
430
430
|
ThemeType["Dark"] = "Dark";
|
|
431
431
|
ThemeType["DarkWithColorContrast"] = "DarkWithColorContrast";
|
|
432
|
-
})(ThemeType
|
|
432
|
+
})(ThemeType || (exports.ThemeType = ThemeType = {}));
|
|
433
433
|
/**
|
|
434
434
|
* The endpoints can be used directly in href without any context value
|
|
435
435
|
* */
|
|
436
436
|
var StaticEndpoint;
|
|
437
437
|
(function (StaticEndpoint) {
|
|
438
438
|
StaticEndpoint["SignOut"] = "/signout";
|
|
439
|
-
})(StaticEndpoint
|
|
439
|
+
})(StaticEndpoint || (exports.StaticEndpoint = StaticEndpoint = {}));
|
|
440
440
|
var QueueMessageStatus;
|
|
441
441
|
(function (QueueMessageStatus) {
|
|
442
442
|
QueueMessageStatus[QueueMessageStatus["Unassigned"] = 0] = "Unassigned";
|
|
443
443
|
QueueMessageStatus[QueueMessageStatus["Assigned"] = 1] = "Assigned";
|
|
444
444
|
QueueMessageStatus[QueueMessageStatus["Success"] = 2] = "Success";
|
|
445
445
|
QueueMessageStatus[QueueMessageStatus["Exception"] = 3] = "Exception";
|
|
446
|
-
})(QueueMessageStatus
|
|
446
|
+
})(QueueMessageStatus || (exports.QueueMessageStatus = QueueMessageStatus = {}));
|
|
447
447
|
var HttpStatusCode;
|
|
448
448
|
(function (HttpStatusCode) {
|
|
449
449
|
HttpStatusCode[HttpStatusCode["OK"] = 200] = "OK";
|
|
450
450
|
HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
|
|
451
451
|
HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
|
|
452
452
|
HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
|
|
453
|
-
})(HttpStatusCode
|
|
453
|
+
})(HttpStatusCode || (exports.HttpStatusCode = HttpStatusCode = {}));
|
|
454
454
|
var StatusMessageOverlayType;
|
|
455
455
|
(function (StatusMessageOverlayType) {
|
|
456
456
|
StatusMessageOverlayType[StatusMessageOverlayType["Normal"] = 0] = "Normal";
|
|
457
457
|
StatusMessageOverlayType[StatusMessageOverlayType["Fullscreen"] = 1] = "Fullscreen";
|
|
458
|
-
})(StatusMessageOverlayType
|
|
458
|
+
})(StatusMessageOverlayType || (exports.StatusMessageOverlayType = StatusMessageOverlayType = {}));
|
|
459
459
|
var CompareBusinessProfilePathType;
|
|
460
460
|
(function (CompareBusinessProfilePathType) {
|
|
461
461
|
CompareBusinessProfilePathType[CompareBusinessProfilePathType["StartsWith"] = 1] = "StartsWith";
|
|
462
462
|
CompareBusinessProfilePathType[CompareBusinessProfilePathType["Equal"] = 2] = "Equal";
|
|
463
|
-
})(CompareBusinessProfilePathType
|
|
463
|
+
})(CompareBusinessProfilePathType || (exports.CompareBusinessProfilePathType = CompareBusinessProfilePathType = {}));
|
|
464
464
|
var TimeFormats;
|
|
465
465
|
(function (TimeFormats) {
|
|
466
466
|
TimeFormats[TimeFormats["hour24"] = 1] = "hour24";
|
|
467
467
|
TimeFormats[TimeFormats["hour12"] = 2] = "hour12";
|
|
468
|
-
})(TimeFormats
|
|
468
|
+
})(TimeFormats || (exports.TimeFormats = TimeFormats = {}));
|
|
469
469
|
var PermissionRoles;
|
|
470
470
|
(function (PermissionRoles) {
|
|
471
471
|
PermissionRoles["TenantAdmin"] = "67daa6ca-168e-458f-96c8-4162b77fc99f";
|
|
472
|
-
})(PermissionRoles
|
|
472
|
+
})(PermissionRoles || (exports.PermissionRoles = PermissionRoles = {}));
|
|
473
473
|
var TargetResolverTypes;
|
|
474
474
|
(function (TargetResolverTypes) {
|
|
475
475
|
TargetResolverTypes["Tenant"] = "Omnia.Fx.NetCore.Features.TargetResolvers.ITenantFeatureTargetResolver";
|
|
476
476
|
TargetResolverTypes["BusinessProfile"] = "Omnia.Fx.NetCore.Features.TargetResolvers.IBusinessProfileFeatureTargetResolver";
|
|
477
477
|
TargetResolverTypes["AppInstance"] = "Omnia.Fx.NetCore.Features.TargetResolvers.IAppInstanceFeatureTargetResolver";
|
|
478
|
-
})(TargetResolverTypes
|
|
478
|
+
})(TargetResolverTypes || (exports.TargetResolverTypes = TargetResolverTypes = {}));
|
|
479
479
|
var OmniaRoleTypes;
|
|
480
480
|
(function (OmniaRoleTypes) {
|
|
481
481
|
OmniaRoleTypes[OmniaRoleTypes["Tenant"] = 0] = "Tenant";
|
|
482
482
|
OmniaRoleTypes[OmniaRoleTypes["Global"] = 1] = "Global";
|
|
483
483
|
OmniaRoleTypes[OmniaRoleTypes["Custom"] = 2] = "Custom";
|
|
484
|
-
})(OmniaRoleTypes
|
|
484
|
+
})(OmniaRoleTypes || (exports.OmniaRoleTypes = OmniaRoleTypes = {}));
|
|
485
485
|
var MultilingualScopes;
|
|
486
486
|
(function (MultilingualScopes) {
|
|
487
487
|
MultilingualScopes[MultilingualScopes["Tenant"] = 0] = "Tenant";
|
|
488
488
|
MultilingualScopes[MultilingualScopes["BusinessProfile"] = 1] = "BusinessProfile";
|
|
489
|
-
})(MultilingualScopes
|
|
489
|
+
})(MultilingualScopes || (exports.MultilingualScopes = MultilingualScopes = {}));
|
|
490
490
|
var RedirectRuleType;
|
|
491
491
|
(function (RedirectRuleType) {
|
|
492
492
|
RedirectRuleType[RedirectRuleType["RelativePath"] = 0] = "RelativePath";
|
|
493
493
|
RedirectRuleType[RedirectRuleType["Targeting"] = 1] = "Targeting";
|
|
494
|
-
})(RedirectRuleType
|
|
494
|
+
})(RedirectRuleType || (exports.RedirectRuleType = RedirectRuleType = {}));
|
|
495
495
|
var TargetUser;
|
|
496
496
|
(function (TargetUser) {
|
|
497
497
|
TargetUser[TargetUser["Undefined"] = 0] = "Undefined";
|
|
498
498
|
TargetUser[TargetUser["Target"] = 1] = "Target";
|
|
499
499
|
TargetUser[TargetUser["NotTarget"] = 2] = "NotTarget";
|
|
500
|
-
})(TargetUser
|
|
500
|
+
})(TargetUser || (exports.TargetUser = TargetUser = {}));
|
|
501
501
|
var TimePeriodTypes;
|
|
502
502
|
(function (TimePeriodTypes) {
|
|
503
503
|
TimePeriodTypes[TimePeriodTypes["Years"] = 0] = "Years";
|
|
504
504
|
TimePeriodTypes[TimePeriodTypes["Months"] = 1] = "Months";
|
|
505
505
|
TimePeriodTypes[TimePeriodTypes["Days"] = 2] = "Days";
|
|
506
|
-
})(TimePeriodTypes
|
|
506
|
+
})(TimePeriodTypes || (exports.TimePeriodTypes = TimePeriodTypes = {}));
|
|
507
507
|
var RichTextModes;
|
|
508
508
|
(function (RichTextModes) {
|
|
509
509
|
RichTextModes[RichTextModes["Limited"] = 0] = "Limited";
|
|
510
510
|
RichTextModes[RichTextModes["Full"] = 1] = "Full";
|
|
511
|
-
})(RichTextModes
|
|
511
|
+
})(RichTextModes || (exports.RichTextModes = RichTextModes = {}));
|
|
512
512
|
var ButtonTooltipPosition;
|
|
513
513
|
(function (ButtonTooltipPosition) {
|
|
514
514
|
ButtonTooltipPosition[ButtonTooltipPosition["Left"] = 0] = "Left";
|
|
515
515
|
ButtonTooltipPosition[ButtonTooltipPosition["Right"] = 1] = "Right";
|
|
516
516
|
ButtonTooltipPosition[ButtonTooltipPosition["Top"] = 3] = "Top";
|
|
517
517
|
ButtonTooltipPosition[ButtonTooltipPosition["Bottom"] = 4] = "Bottom";
|
|
518
|
-
})(ButtonTooltipPosition
|
|
518
|
+
})(ButtonTooltipPosition || (exports.ButtonTooltipPosition = ButtonTooltipPosition = {}));
|
|
519
519
|
var ButtonIconPosition;
|
|
520
520
|
(function (ButtonIconPosition) {
|
|
521
521
|
ButtonIconPosition[ButtonIconPosition["Left"] = 0] = "Left";
|
|
522
522
|
ButtonIconPosition[ButtonIconPosition["Right"] = 1] = "Right";
|
|
523
|
-
})(ButtonIconPosition
|
|
523
|
+
})(ButtonIconPosition || (exports.ButtonIconPosition = ButtonIconPosition = {}));
|
|
524
524
|
var ButtonModes;
|
|
525
525
|
(function (ButtonModes) {
|
|
526
526
|
ButtonModes[ButtonModes["raised"] = 0] = "raised";
|
|
527
527
|
ButtonModes[ButtonModes["flat"] = 1] = "flat";
|
|
528
528
|
ButtonModes[ButtonModes["depressed"] = 2] = "depressed";
|
|
529
529
|
ButtonModes[ButtonModes["icon"] = 3] = "icon";
|
|
530
|
-
})(ButtonModes
|
|
530
|
+
})(ButtonModes || (exports.ButtonModes = ButtonModes = {}));
|
|
531
531
|
var ButtonSizes;
|
|
532
532
|
(function (ButtonSizes) {
|
|
533
533
|
ButtonSizes[ButtonSizes["small"] = 0] = "small";
|
|
@@ -535,35 +535,35 @@ var ButtonSizes;
|
|
|
535
535
|
ButtonSizes[ButtonSizes["large"] = 2] = "large";
|
|
536
536
|
ButtonSizes[ButtonSizes["xSmall"] = 3] = "xSmall";
|
|
537
537
|
ButtonSizes[ButtonSizes["xLarge"] = 4] = "xLarge";
|
|
538
|
-
})(ButtonSizes
|
|
538
|
+
})(ButtonSizes || (exports.ButtonSizes = ButtonSizes = {}));
|
|
539
539
|
var VDataGridHeaderAlign;
|
|
540
540
|
(function (VDataGridHeaderAlign) {
|
|
541
541
|
VDataGridHeaderAlign[VDataGridHeaderAlign["left"] = 0] = "left";
|
|
542
542
|
VDataGridHeaderAlign[VDataGridHeaderAlign["right"] = 1] = "right";
|
|
543
|
-
})(VDataGridHeaderAlign
|
|
543
|
+
})(VDataGridHeaderAlign || (exports.VDataGridHeaderAlign = VDataGridHeaderAlign = {}));
|
|
544
544
|
var VDataGridHeaderType;
|
|
545
545
|
(function (VDataGridHeaderType) {
|
|
546
546
|
VDataGridHeaderType[VDataGridHeaderType["text"] = 0] = "text";
|
|
547
547
|
VDataGridHeaderType[VDataGridHeaderType["number"] = 1] = "number";
|
|
548
548
|
VDataGridHeaderType[VDataGridHeaderType["boolean"] = 2] = "boolean";
|
|
549
549
|
VDataGridHeaderType[VDataGridHeaderType["date"] = 3] = "date";
|
|
550
|
-
})(VDataGridHeaderType
|
|
550
|
+
})(VDataGridHeaderType || (exports.VDataGridHeaderType = VDataGridHeaderType = {}));
|
|
551
551
|
var AppInstanceAction;
|
|
552
552
|
(function (AppInstanceAction) {
|
|
553
553
|
AppInstanceAction["permission"] = "permission";
|
|
554
554
|
AppInstanceAction["features"] = "features";
|
|
555
|
-
})(AppInstanceAction
|
|
555
|
+
})(AppInstanceAction || (exports.AppInstanceAction = AppInstanceAction = {}));
|
|
556
556
|
var ServiceLocatorUrlType;
|
|
557
557
|
(function (ServiceLocatorUrlType) {
|
|
558
558
|
ServiceLocatorUrlType[ServiceLocatorUrlType["Api"] = 0] = "Api";
|
|
559
559
|
ServiceLocatorUrlType[ServiceLocatorUrlType["Resource"] = 1] = "Resource";
|
|
560
|
-
})(ServiceLocatorUrlType
|
|
560
|
+
})(ServiceLocatorUrlType || (exports.ServiceLocatorUrlType = ServiceLocatorUrlType = {}));
|
|
561
561
|
var ImageResolution;
|
|
562
562
|
(function (ImageResolution) {
|
|
563
563
|
ImageResolution[ImageResolution["Small"] = 640] = "Small";
|
|
564
564
|
ImageResolution[ImageResolution["Medium"] = 1280] = "Medium";
|
|
565
565
|
ImageResolution[ImageResolution["Large"] = 1920] = "Large";
|
|
566
|
-
})(ImageResolution
|
|
566
|
+
})(ImageResolution || (exports.ImageResolution = ImageResolution = {}));
|
|
567
567
|
var BladeSizes;
|
|
568
568
|
(function (BladeSizes) {
|
|
569
569
|
BladeSizes[BladeSizes["extrasmall"] = 4] = "extrasmall";
|
|
@@ -574,58 +574,58 @@ var BladeSizes;
|
|
|
574
574
|
BladeSizes[BladeSizes["full"] = 20] = "full";
|
|
575
575
|
BladeSizes[BladeSizes["fillBesidesSmall"] = 25] = "fillBesidesSmall";
|
|
576
576
|
BladeSizes[BladeSizes["fullScreen"] = 30] = "fullScreen";
|
|
577
|
-
})(BladeSizes
|
|
577
|
+
})(BladeSizes || (exports.BladeSizes = BladeSizes = {}));
|
|
578
578
|
var HorizontalAlignments;
|
|
579
579
|
(function (HorizontalAlignments) {
|
|
580
580
|
HorizontalAlignments[HorizontalAlignments["left"] = 0] = "left";
|
|
581
581
|
HorizontalAlignments[HorizontalAlignments["center"] = 1] = "center";
|
|
582
582
|
HorizontalAlignments[HorizontalAlignments["right"] = 2] = "right";
|
|
583
|
-
})(HorizontalAlignments
|
|
583
|
+
})(HorizontalAlignments || (exports.HorizontalAlignments = HorizontalAlignments = {}));
|
|
584
584
|
var VerticalAlignments;
|
|
585
585
|
(function (VerticalAlignments) {
|
|
586
586
|
VerticalAlignments[VerticalAlignments["top"] = 0] = "top";
|
|
587
587
|
VerticalAlignments[VerticalAlignments["center"] = 1] = "center";
|
|
588
588
|
VerticalAlignments[VerticalAlignments["bottom"] = 2] = "bottom";
|
|
589
|
-
})(VerticalAlignments
|
|
589
|
+
})(VerticalAlignments || (exports.VerticalAlignments = VerticalAlignments = {}));
|
|
590
590
|
var LayoutDrawerTabs;
|
|
591
591
|
(function (LayoutDrawerTabs) {
|
|
592
592
|
LayoutDrawerTabs[LayoutDrawerTabs["settings"] = 0] = "settings";
|
|
593
593
|
LayoutDrawerTabs[LayoutDrawerTabs["structure"] = 1] = "structure";
|
|
594
594
|
LayoutDrawerTabs[LayoutDrawerTabs["layoutTemplates"] = 2] = "layoutTemplates";
|
|
595
595
|
LayoutDrawerTabs[LayoutDrawerTabs["clipboard"] = 3] = "clipboard";
|
|
596
|
-
})(LayoutDrawerTabs
|
|
596
|
+
})(LayoutDrawerTabs || (exports.LayoutDrawerTabs = LayoutDrawerTabs = {}));
|
|
597
597
|
var RadialGradientShapes;
|
|
598
598
|
(function (RadialGradientShapes) {
|
|
599
599
|
RadialGradientShapes[RadialGradientShapes["circle"] = 0] = "circle";
|
|
600
600
|
RadialGradientShapes[RadialGradientShapes["ellipse"] = 1] = "ellipse";
|
|
601
|
-
})(RadialGradientShapes
|
|
601
|
+
})(RadialGradientShapes || (exports.RadialGradientShapes = RadialGradientShapes = {}));
|
|
602
602
|
var LayoutItemTypes;
|
|
603
603
|
(function (LayoutItemTypes) {
|
|
604
604
|
LayoutItemTypes["layout"] = "layout";
|
|
605
605
|
LayoutItemTypes["section"] = "section";
|
|
606
606
|
LayoutItemTypes["sectionItem"] = "sectionItem";
|
|
607
607
|
LayoutItemTypes["block"] = "block";
|
|
608
|
-
})(LayoutItemTypes
|
|
608
|
+
})(LayoutItemTypes || (exports.LayoutItemTypes = LayoutItemTypes = {}));
|
|
609
609
|
var TextAlignment;
|
|
610
610
|
(function (TextAlignment) {
|
|
611
611
|
TextAlignment["left"] = "left";
|
|
612
612
|
TextAlignment["center"] = "center";
|
|
613
613
|
TextAlignment["right"] = "right";
|
|
614
|
-
})(TextAlignment
|
|
614
|
+
})(TextAlignment || (exports.TextAlignment = TextAlignment = {}));
|
|
615
615
|
var IconPositions;
|
|
616
616
|
(function (IconPositions) {
|
|
617
617
|
IconPositions[IconPositions["Left"] = 1] = "Left";
|
|
618
618
|
IconPositions[IconPositions["Right"] = 2] = "Right";
|
|
619
619
|
IconPositions[IconPositions["TopLeft"] = 3] = "TopLeft";
|
|
620
620
|
IconPositions[IconPositions["TopRight"] = 4] = "TopRight";
|
|
621
|
-
})(IconPositions
|
|
621
|
+
})(IconPositions || (exports.IconPositions = IconPositions = {}));
|
|
622
622
|
var BorderPositions;
|
|
623
623
|
(function (BorderPositions) {
|
|
624
624
|
BorderPositions[BorderPositions["top"] = 1] = "top";
|
|
625
625
|
BorderPositions[BorderPositions["right"] = 2] = "right";
|
|
626
626
|
BorderPositions[BorderPositions["bottom"] = 3] = "bottom";
|
|
627
627
|
BorderPositions[BorderPositions["left"] = 4] = "left";
|
|
628
|
-
})(BorderPositions
|
|
628
|
+
})(BorderPositions || (exports.BorderPositions = BorderPositions = {}));
|
|
629
629
|
var Positions;
|
|
630
630
|
(function (Positions) {
|
|
631
631
|
Positions[Positions["Left"] = 1] = "Left";
|
|
@@ -636,65 +636,65 @@ var Positions;
|
|
|
636
636
|
Positions[Positions["TopRight"] = 6] = "TopRight";
|
|
637
637
|
Positions[Positions["BottomLeft"] = 7] = "BottomLeft";
|
|
638
638
|
Positions[Positions["BottomRight"] = 8] = "BottomRight";
|
|
639
|
-
})(Positions
|
|
639
|
+
})(Positions || (exports.Positions = Positions = {}));
|
|
640
640
|
var TabbedIconPositions;
|
|
641
641
|
(function (TabbedIconPositions) {
|
|
642
642
|
TabbedIconPositions[TabbedIconPositions["Left"] = 0] = "Left";
|
|
643
643
|
TabbedIconPositions[TabbedIconPositions["Top"] = 1] = "Top";
|
|
644
644
|
TabbedIconPositions[TabbedIconPositions["Right"] = 2] = "Right";
|
|
645
|
-
})(TabbedIconPositions
|
|
645
|
+
})(TabbedIconPositions || (exports.TabbedIconPositions = TabbedIconPositions = {}));
|
|
646
646
|
var TabbedDisplayModes;
|
|
647
647
|
(function (TabbedDisplayModes) {
|
|
648
648
|
TabbedDisplayModes[TabbedDisplayModes["Horizontal"] = 1] = "Horizontal";
|
|
649
649
|
TabbedDisplayModes[TabbedDisplayModes["Vertical"] = 2] = "Vertical";
|
|
650
|
-
})(TabbedDisplayModes
|
|
650
|
+
})(TabbedDisplayModes || (exports.TabbedDisplayModes = TabbedDisplayModes = {}));
|
|
651
651
|
var LayoutEditorModes;
|
|
652
652
|
(function (LayoutEditorModes) {
|
|
653
653
|
LayoutEditorModes[LayoutEditorModes["design"] = 0] = "design";
|
|
654
654
|
LayoutEditorModes[LayoutEditorModes["designPreview"] = 1] = "designPreview";
|
|
655
655
|
LayoutEditorModes[LayoutEditorModes["devicePreview"] = 2] = "devicePreview";
|
|
656
|
-
})(LayoutEditorModes
|
|
656
|
+
})(LayoutEditorModes || (exports.LayoutEditorModes = LayoutEditorModes = {}));
|
|
657
657
|
var LayoutItemActions;
|
|
658
658
|
(function (LayoutItemActions) {
|
|
659
659
|
LayoutItemActions[LayoutItemActions["move"] = 0] = "move";
|
|
660
660
|
LayoutItemActions[LayoutItemActions["copy"] = 1] = "copy";
|
|
661
661
|
LayoutItemActions[LayoutItemActions["clipboardInsert"] = 2] = "clipboardInsert";
|
|
662
|
-
})(LayoutItemActions
|
|
662
|
+
})(LayoutItemActions || (exports.LayoutItemActions = LayoutItemActions = {}));
|
|
663
663
|
var ChromeTypes;
|
|
664
664
|
(function (ChromeTypes) {
|
|
665
665
|
ChromeTypes["none"] = "none";
|
|
666
666
|
ChromeTypes["boxed"] = "boxed";
|
|
667
|
-
})(ChromeTypes
|
|
667
|
+
})(ChromeTypes || (exports.ChromeTypes = ChromeTypes = {}));
|
|
668
668
|
var LayoutCanvasModes;
|
|
669
669
|
(function (LayoutCanvasModes) {
|
|
670
670
|
LayoutCanvasModes[LayoutCanvasModes["renderer"] = 0] = "renderer";
|
|
671
671
|
LayoutCanvasModes[LayoutCanvasModes["editor"] = 1] = "editor";
|
|
672
|
-
})(LayoutCanvasModes
|
|
672
|
+
})(LayoutCanvasModes || (exports.LayoutCanvasModes = LayoutCanvasModes = {}));
|
|
673
673
|
var BlockRenderingModes;
|
|
674
674
|
(function (BlockRenderingModes) {
|
|
675
675
|
BlockRenderingModes[BlockRenderingModes["render"] = 0] = "render";
|
|
676
676
|
BlockRenderingModes[BlockRenderingModes["designRender"] = 1] = "designRender";
|
|
677
677
|
BlockRenderingModes[BlockRenderingModes["designEdit"] = 2] = "designEdit";
|
|
678
678
|
BlockRenderingModes[BlockRenderingModes["designPreview"] = 3] = "designPreview";
|
|
679
|
-
})(BlockRenderingModes
|
|
679
|
+
})(BlockRenderingModes || (exports.BlockRenderingModes = BlockRenderingModes = {}));
|
|
680
680
|
var IconSizes;
|
|
681
681
|
(function (IconSizes) {
|
|
682
682
|
IconSizes["Small"] = "16px";
|
|
683
683
|
IconSizes["Medium"] = "32px";
|
|
684
684
|
IconSizes["Large"] = "64px";
|
|
685
685
|
IconSizes["XLarge"] = "96px";
|
|
686
|
-
})(IconSizes
|
|
686
|
+
})(IconSizes || (exports.IconSizes = IconSizes = {}));
|
|
687
687
|
var ImageSources;
|
|
688
688
|
(function (ImageSources) {
|
|
689
689
|
ImageSources["Base64"] = "Base64";
|
|
690
690
|
ImageSources["FontAwesome"] = "FontAwesome";
|
|
691
|
-
})(ImageSources
|
|
691
|
+
})(ImageSources || (exports.ImageSources = ImageSources = {}));
|
|
692
692
|
var PropertyArchiveType;
|
|
693
693
|
(function (PropertyArchiveType) {
|
|
694
694
|
PropertyArchiveType[PropertyArchiveType["enterpriseProperty"] = 0] = "enterpriseProperty";
|
|
695
695
|
PropertyArchiveType[PropertyArchiveType["enterprisePropertySet"] = 1] = "enterprisePropertySet";
|
|
696
696
|
PropertyArchiveType[PropertyArchiveType["targetingProperty"] = 2] = "targetingProperty";
|
|
697
|
-
})(PropertyArchiveType
|
|
697
|
+
})(PropertyArchiveType || (exports.PropertyArchiveType = PropertyArchiveType = {}));
|
|
698
698
|
var MediaPickerEnums;
|
|
699
699
|
(function (MediaPickerEnums) {
|
|
700
700
|
let ScalingFormatTypes;
|
|
@@ -732,12 +732,12 @@ var MediaPickerEnums;
|
|
|
732
732
|
MediaSearchStatus[MediaSearchStatus["Finish"] = 2] = "Finish";
|
|
733
733
|
MediaSearchStatus[MediaSearchStatus["Error"] = 3] = "Error";
|
|
734
734
|
})(MediaSearchStatus = MediaPickerEnums.MediaSearchStatus || (MediaPickerEnums.MediaSearchStatus = {}));
|
|
735
|
-
})(MediaPickerEnums
|
|
735
|
+
})(MediaPickerEnums || (exports.MediaPickerEnums = MediaPickerEnums = {}));
|
|
736
736
|
var DirectionRules;
|
|
737
737
|
(function (DirectionRules) {
|
|
738
738
|
DirectionRules[DirectionRules["ltr"] = 0] = "ltr";
|
|
739
739
|
DirectionRules[DirectionRules["rtl"] = 1] = "rtl";
|
|
740
|
-
})(DirectionRules
|
|
740
|
+
})(DirectionRules || (exports.DirectionRules = DirectionRules = {}));
|
|
741
741
|
//export type RuntimeType = OmniaBackendRuntimes | OmniaClientRuntimes | string;
|
|
742
742
|
var PropertyEditModeElementNameType;
|
|
743
743
|
(function (PropertyEditModeElementNameType) {
|
|
@@ -752,19 +752,19 @@ var PropertyEditModeElementNameType;
|
|
|
752
752
|
PropertyEditModeElementNameType["Language"] = "omfx-enterpriseproperties-languagefield-edit";
|
|
753
753
|
PropertyEditModeElementNameType["Tags"] = "omfx-enterpriseproperties-tags-edit";
|
|
754
754
|
PropertyEditModeElementNameType["Process"] = "opm-enterpriseproperties-process-edit";
|
|
755
|
-
})(PropertyEditModeElementNameType
|
|
755
|
+
})(PropertyEditModeElementNameType || (exports.PropertyEditModeElementNameType = PropertyEditModeElementNameType = {}));
|
|
756
756
|
var OmniaBackendRuntimes;
|
|
757
757
|
(function (OmniaBackendRuntimes) {
|
|
758
758
|
/**Omnia server for Sharepoint Online */
|
|
759
759
|
OmniaBackendRuntimes["M365"] = "sponline";
|
|
760
760
|
/**Omnia server for Sharepoint OnPrem */
|
|
761
761
|
OmniaBackendRuntimes["SharePointServer"] = "sponprem";
|
|
762
|
-
})(OmniaBackendRuntimes
|
|
762
|
+
})(OmniaBackendRuntimes || (exports.OmniaBackendRuntimes = OmniaBackendRuntimes = {}));
|
|
763
763
|
var OmniaClientRuntimes;
|
|
764
764
|
(function (OmniaClientRuntimes) {
|
|
765
765
|
OmniaClientRuntimes["Spfx"] = "spfx";
|
|
766
766
|
OmniaClientRuntimes["OmniaApp"] = "omniaapp";
|
|
767
|
-
})(OmniaClientRuntimes
|
|
767
|
+
})(OmniaClientRuntimes || (exports.OmniaClientRuntimes = OmniaClientRuntimes = {}));
|
|
768
768
|
//Should place regex or pattern that we intend to match
|
|
769
769
|
var IdentityUserIdTypeMatch;
|
|
770
770
|
(function (IdentityUserIdTypeMatch) {
|
|
@@ -776,7 +776,7 @@ var IdentityUserIdTypeMatch;
|
|
|
776
776
|
IdentityUserIdTypeMatch["AzureAdGroup"] = "";
|
|
777
777
|
//Empty not yet use
|
|
778
778
|
IdentityUserIdTypeMatch["AzureAdUser"] = "";
|
|
779
|
-
})(IdentityUserIdTypeMatch
|
|
779
|
+
})(IdentityUserIdTypeMatch || (exports.IdentityUserIdTypeMatch = IdentityUserIdTypeMatch = {}));
|
|
780
780
|
var OmniaMimeType;
|
|
781
781
|
(function (OmniaMimeType) {
|
|
782
782
|
//#region Big freaking list of mime types from MimeTypeUtilService
|
|
@@ -1346,7 +1346,7 @@ var OmniaMimeType;
|
|
|
1346
1346
|
OmniaMimeType[".woff2"] = "application/font-woff2";
|
|
1347
1347
|
OmniaMimeType[".svg"] = "image/svg+xml";
|
|
1348
1348
|
//#endregion
|
|
1349
|
-
})(OmniaMimeType
|
|
1349
|
+
})(OmniaMimeType || (exports.OmniaMimeType = OmniaMimeType = {}));
|
|
1350
1350
|
var DisplayBreakpointCodes;
|
|
1351
1351
|
(function (DisplayBreakpointCodes) {
|
|
1352
1352
|
/**
|
|
@@ -1365,7 +1365,7 @@ var DisplayBreakpointCodes;
|
|
|
1365
1365
|
* Desktop, greater than 1264px
|
|
1366
1366
|
* */
|
|
1367
1367
|
DisplayBreakpointCodes["Large"] = "lg";
|
|
1368
|
-
})(DisplayBreakpointCodes
|
|
1368
|
+
})(DisplayBreakpointCodes || (exports.DisplayBreakpointCodes = DisplayBreakpointCodes = {}));
|
|
1369
1369
|
var LocalServingMessageType;
|
|
1370
1370
|
(function (LocalServingMessageType) {
|
|
1371
1371
|
LocalServingMessageType["Connected"] = "connected";
|
|
@@ -1374,16 +1374,16 @@ var LocalServingMessageType;
|
|
|
1374
1374
|
LocalServingMessageType["Custom"] = "custom";
|
|
1375
1375
|
LocalServingMessageType["Error"] = "error";
|
|
1376
1376
|
LocalServingMessageType["LocalizeChanged"] = "localize-changed";
|
|
1377
|
-
})(LocalServingMessageType
|
|
1377
|
+
})(LocalServingMessageType || (exports.LocalServingMessageType = LocalServingMessageType = {}));
|
|
1378
1378
|
var CookieKeys;
|
|
1379
1379
|
(function (CookieKeys) {
|
|
1380
1380
|
CookieKeys["LoginType"] = "LoginType";
|
|
1381
1381
|
CookieKeys["OmniaAuthType"] = "OmniaAuthType";
|
|
1382
1382
|
CookieKeys["UniqueName"] = "UniqueName";
|
|
1383
1383
|
CookieKeys["TempUniqueName"] = "TempUniqueName";
|
|
1384
|
-
})(CookieKeys
|
|
1384
|
+
})(CookieKeys || (exports.CookieKeys = CookieKeys = {}));
|
|
1385
1385
|
var PersistentDiskTypes;
|
|
1386
1386
|
(function (PersistentDiskTypes) {
|
|
1387
1387
|
PersistentDiskTypes["Standard"] = "Standard";
|
|
1388
1388
|
PersistentDiskTypes["Premium"] = "Premium";
|
|
1389
|
-
})(PersistentDiskTypes
|
|
1389
|
+
})(PersistentDiskTypes || (exports.PersistentDiskTypes = PersistentDiskTypes = {}));
|