@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
|
@@ -56,15 +56,13 @@ class Guid {
|
|
|
56
56
|
return this.value.toLowerCase();
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
-
Guid._empty = new Guid("00000000-0000-0000-0000-000000000000");
|
|
60
59
|
exports.Guid = Guid;
|
|
60
|
+
Guid._empty = new Guid("00000000-0000-0000-0000-000000000000");
|
|
61
61
|
// only add extension methods when running in browser, not in node.js
|
|
62
62
|
if (globalThis.omnia) {
|
|
63
63
|
Object.defineProperty(String.prototype["equals"], "guid", {
|
|
64
|
-
value: function () {
|
|
65
|
-
return
|
|
66
|
-
return this.toString() === value.toString();
|
|
67
|
-
};
|
|
64
|
+
value: function (value) {
|
|
65
|
+
return this["_this_value"].toString() === value.toString();
|
|
68
66
|
},
|
|
69
67
|
writable: false,
|
|
70
68
|
configurable: false,
|
|
@@ -5,4 +5,4 @@ var WorkerProxyFunctionInitiators;
|
|
|
5
5
|
(function (WorkerProxyFunctionInitiators) {
|
|
6
6
|
WorkerProxyFunctionInitiators["ui"] = "main";
|
|
7
7
|
WorkerProxyFunctionInitiators["worker"] = "worker";
|
|
8
|
-
})(WorkerProxyFunctionInitiators
|
|
8
|
+
})(WorkerProxyFunctionInitiators || (exports.WorkerProxyFunctionInitiators = WorkerProxyFunctionInitiators = {}));
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
import { Activity, ActivityId, ActivityWithJson } from "./Activity";
|
|
2
|
-
import { ActivityRenderer, ActivityRendererId
|
|
2
|
+
import { ActivityRenderer, ActivityRendererId } from "./ActivityRenderer";
|
|
3
3
|
import { ActivitySenderId } from "./ActivitySender";
|
|
4
4
|
import { ActivityCategoryCount, IdentityActivity, IdentityActivityCategory, IdentityActivityWithJson, NewActivitiesBySenderBase } from "./IdentityActivity";
|
|
5
5
|
export interface ActivityFeed extends ActivityFeedBase {
|
|
6
6
|
renderers: {
|
|
7
|
-
[key: ActivityRendererId]: ActivityRenderer
|
|
7
|
+
[key: ActivityRendererId]: Array<ActivityRenderer>;
|
|
8
8
|
};
|
|
9
9
|
identityActivities: Array<IdentityActivity<object, object>>;
|
|
10
10
|
activities: Array<Activity>;
|
|
11
11
|
}
|
|
12
12
|
export interface ActivityFeedResult extends ActivityFeedBase {
|
|
13
|
-
renderers: {
|
|
14
|
-
[key: ActivityRendererId]: ActivityRendererWithJson;
|
|
15
|
-
};
|
|
16
13
|
identityActivities: Array<IdentityActivityWithJson>;
|
|
17
14
|
activities: Array<ActivityWithJson>;
|
|
15
|
+
loadStateHash: string;
|
|
18
16
|
}
|
|
19
17
|
export interface ActivityFeedBase {
|
|
20
18
|
newActivities: Array<NewActivitiesBySenderBase>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { ActivityRendererReference } from "./ActivityRenderer";
|
|
2
|
+
export interface ActivityRendererLoadReference extends ActivityRendererReference {
|
|
3
|
+
versionHash: string;
|
|
4
|
+
}
|
|
5
|
+
export interface ActivityRendererLoadingReferences {
|
|
6
|
+
stateHash: string;
|
|
7
|
+
loadReferences: Array<ActivityRendererLoadReference>;
|
|
8
|
+
}
|
|
@@ -6,7 +6,7 @@ var IdentityActivityStatus;
|
|
|
6
6
|
IdentityActivityStatus[IdentityActivityStatus["new"] = 0] = "new";
|
|
7
7
|
IdentityActivityStatus[IdentityActivityStatus["read"] = 1] = "read";
|
|
8
8
|
IdentityActivityStatus[IdentityActivityStatus["completed"] = 2] = "completed";
|
|
9
|
-
})(IdentityActivityStatus
|
|
9
|
+
})(IdentityActivityStatus || (exports.IdentityActivityStatus = IdentityActivityStatus = {}));
|
|
10
10
|
var IdentityActivityCategory;
|
|
11
11
|
(function (IdentityActivityCategory) {
|
|
12
12
|
IdentityActivityCategory[IdentityActivityCategory["none"] = 0] = "none";
|
|
@@ -14,7 +14,7 @@ var IdentityActivityCategory;
|
|
|
14
14
|
IdentityActivityCategory[IdentityActivityCategory["todo"] = 2] = "todo";
|
|
15
15
|
IdentityActivityCategory[IdentityActivityCategory["snoozed"] = 3] = "snoozed";
|
|
16
16
|
IdentityActivityCategory[IdentityActivityCategory["bookmarked"] = 4] = "bookmarked";
|
|
17
|
-
})(IdentityActivityCategory
|
|
17
|
+
})(IdentityActivityCategory || (exports.IdentityActivityCategory = IdentityActivityCategory = {}));
|
|
18
18
|
// Usage
|
|
19
19
|
// const activity1: IdentityActivity<SomeRenderState> = {
|
|
20
20
|
// activity: {
|
|
@@ -8,3 +8,4 @@ tslib_1.__exportStar(require("./ActivitySender"), exports);
|
|
|
8
8
|
tslib_1.__exportStar(require("./ActivityChannel"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./ActivityFeed"), exports);
|
|
10
10
|
tslib_1.__exportStar(require("./ActivityDefinition"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ActivityRendererLoadingReferences"), exports);
|
|
@@ -9,10 +9,10 @@ var WebBlueprintDefintionTypes;
|
|
|
9
9
|
WebBlueprintDefintionTypes["searchbox"] = "searchbox";
|
|
10
10
|
WebBlueprintDefintionTypes["layoutspacing"] = "layout-spacing";
|
|
11
11
|
WebBlueprintDefintionTypes["innerspacing"] = "inner-spacing";
|
|
12
|
-
})(WebBlueprintDefintionTypes
|
|
12
|
+
})(WebBlueprintDefintionTypes || (exports.WebBlueprintDefintionTypes = WebBlueprintDefintionTypes = {}));
|
|
13
13
|
var VelcronBlueprintDefintionTypes;
|
|
14
14
|
(function (VelcronBlueprintDefintionTypes) {
|
|
15
15
|
VelcronBlueprintDefintionTypes["button"] = "button";
|
|
16
16
|
VelcronBlueprintDefintionTypes["typography"] = "typography";
|
|
17
17
|
VelcronBlueprintDefintionTypes["innerspacing"] = "inner-spacing";
|
|
18
|
-
})(VelcronBlueprintDefintionTypes
|
|
18
|
+
})(VelcronBlueprintDefintionTypes || (exports.VelcronBlueprintDefintionTypes = VelcronBlueprintDefintionTypes = {}));
|
|
@@ -12,18 +12,18 @@ var ColorSchemaTypes;
|
|
|
12
12
|
ColorSchemaTypes["background"] = "background";
|
|
13
13
|
ColorSchemaTypes["error"] = "error";
|
|
14
14
|
ColorSchemaTypes["info"] = "info";
|
|
15
|
-
})(ColorSchemaTypes
|
|
15
|
+
})(ColorSchemaTypes || (exports.ColorSchemaTypes = ColorSchemaTypes = {}));
|
|
16
16
|
var BlueprintTypes;
|
|
17
17
|
(function (BlueprintTypes) {
|
|
18
18
|
BlueprintTypes["default"] = "default";
|
|
19
19
|
BlueprintTypes["variant1"] = "variant1";
|
|
20
20
|
BlueprintTypes["variant2"] = "variant2";
|
|
21
21
|
BlueprintTypes["variant3"] = "variant3";
|
|
22
|
-
})(BlueprintTypes
|
|
22
|
+
})(BlueprintTypes || (exports.BlueprintTypes = BlueprintTypes = {}));
|
|
23
23
|
var ColorTypes;
|
|
24
24
|
(function (ColorTypes) {
|
|
25
25
|
ColorTypes["base"] = "base";
|
|
26
26
|
ColorTypes["onBase"] = "onBase";
|
|
27
27
|
ColorTypes["container"] = "container";
|
|
28
28
|
ColorTypes["onContainer"] = "onContainer";
|
|
29
|
-
})(ColorTypes
|
|
29
|
+
})(ColorTypes || (exports.ColorTypes = ColorTypes = {}));
|
|
@@ -6,7 +6,7 @@ var TypographyTypes;
|
|
|
6
6
|
TypographyTypes["title"] = "title";
|
|
7
7
|
TypographyTypes["text"] = "text";
|
|
8
8
|
TypographyTypes["navigation"] = "navigation";
|
|
9
|
-
})(TypographyTypes
|
|
9
|
+
})(TypographyTypes || (exports.TypographyTypes = TypographyTypes = {}));
|
|
10
10
|
var TypographySizes;
|
|
11
11
|
(function (TypographySizes) {
|
|
12
12
|
TypographySizes["xl"] = "xl";
|
|
@@ -14,4 +14,4 @@ var TypographySizes;
|
|
|
14
14
|
TypographySizes["m"] = "m";
|
|
15
15
|
TypographySizes["s"] = "s";
|
|
16
16
|
TypographySizes["xs"] = "xs";
|
|
17
|
-
})(TypographySizes
|
|
17
|
+
})(TypographySizes || (exports.TypographySizes = TypographySizes = {}));
|
|
@@ -10,37 +10,37 @@ var AssignOperators;
|
|
|
10
10
|
AssignOperators["plusPlus"] = "++";
|
|
11
11
|
AssignOperators["minusMinus"] = "--";
|
|
12
12
|
AssignOperators["equalsExclamation"] = "=!";
|
|
13
|
-
})(AssignOperators
|
|
13
|
+
})(AssignOperators || (exports.AssignOperators = AssignOperators = {}));
|
|
14
14
|
var VelcronActionTypes;
|
|
15
15
|
(function (VelcronActionTypes) {
|
|
16
16
|
VelcronActionTypes[VelcronActionTypes["getOrSetValue"] = 0] = "getOrSetValue";
|
|
17
17
|
VelcronActionTypes[VelcronActionTypes["promise"] = 1] = "promise";
|
|
18
18
|
VelcronActionTypes[VelcronActionTypes["condition"] = 2] = "condition";
|
|
19
19
|
VelcronActionTypes[VelcronActionTypes["returnsValue"] = 3] = "returnsValue";
|
|
20
|
-
})(VelcronActionTypes
|
|
20
|
+
})(VelcronActionTypes || (exports.VelcronActionTypes = VelcronActionTypes = {}));
|
|
21
21
|
var VelcronIconTypes;
|
|
22
22
|
(function (VelcronIconTypes) {
|
|
23
23
|
VelcronIconTypes["fontAwesome"] = "fa";
|
|
24
|
-
})(VelcronIconTypes
|
|
24
|
+
})(VelcronIconTypes || (exports.VelcronIconTypes = VelcronIconTypes = {}));
|
|
25
25
|
var VelcronViewDirections;
|
|
26
26
|
(function (VelcronViewDirections) {
|
|
27
27
|
VelcronViewDirections["row"] = "row";
|
|
28
28
|
VelcronViewDirections["column"] = "column";
|
|
29
29
|
VelcronViewDirections["rowReverse"] = "row-reverse";
|
|
30
30
|
VelcronViewDirections["columnRevers"] = "column-reverse";
|
|
31
|
-
})(VelcronViewDirections
|
|
31
|
+
})(VelcronViewDirections || (exports.VelcronViewDirections = VelcronViewDirections = {}));
|
|
32
32
|
var VelcronHorizontalAlignments;
|
|
33
33
|
(function (VelcronHorizontalAlignments) {
|
|
34
34
|
VelcronHorizontalAlignments["left"] = "left";
|
|
35
35
|
VelcronHorizontalAlignments["center"] = "center";
|
|
36
36
|
VelcronHorizontalAlignments["right"] = "right";
|
|
37
|
-
})(VelcronHorizontalAlignments
|
|
37
|
+
})(VelcronHorizontalAlignments || (exports.VelcronHorizontalAlignments = VelcronHorizontalAlignments = {}));
|
|
38
38
|
var VelcronVerticalAlignments;
|
|
39
39
|
(function (VelcronVerticalAlignments) {
|
|
40
40
|
VelcronVerticalAlignments["top"] = "top";
|
|
41
41
|
VelcronVerticalAlignments["center"] = "center";
|
|
42
42
|
VelcronVerticalAlignments["bottom"] = "bottom";
|
|
43
|
-
})(VelcronVerticalAlignments
|
|
43
|
+
})(VelcronVerticalAlignments || (exports.VelcronVerticalAlignments = VelcronVerticalAlignments = {}));
|
|
44
44
|
var VelcronDataTypes;
|
|
45
45
|
(function (VelcronDataTypes) {
|
|
46
46
|
//Unknown = null
|
|
@@ -52,4 +52,4 @@ var VelcronDataTypes;
|
|
|
52
52
|
VelcronDataTypes["array"] = "array";
|
|
53
53
|
VelcronDataTypes["componentArray"] = "componentArray";
|
|
54
54
|
VelcronDataTypes["bind"] = "bind";
|
|
55
|
-
})(VelcronDataTypes
|
|
55
|
+
})(VelcronDataTypes || (exports.VelcronDataTypes = VelcronDataTypes = {}));
|
|
@@ -5,4 +5,4 @@ var VelcronImageRatios;
|
|
|
5
5
|
(function (VelcronImageRatios) {
|
|
6
6
|
VelcronImageRatios["square"] = "square";
|
|
7
7
|
VelcronImageRatios["landscape"] = "landscape";
|
|
8
|
-
})(VelcronImageRatios
|
|
8
|
+
})(VelcronImageRatios || (exports.VelcronImageRatios = VelcronImageRatios = {}));
|
package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js
CHANGED
|
@@ -14,7 +14,7 @@ var BuiltInPropertyEditorTypes;
|
|
|
14
14
|
BuiltInPropertyEditorTypes["typography"] = "typography";
|
|
15
15
|
BuiltInPropertyEditorTypes["spacing"] = "spacing";
|
|
16
16
|
BuiltInPropertyEditorTypes["color-schema-type"] = "color-schema-type";
|
|
17
|
-
})(BuiltInPropertyEditorTypes
|
|
17
|
+
})(BuiltInPropertyEditorTypes || (exports.BuiltInPropertyEditorTypes = BuiltInPropertyEditorTypes = {}));
|
|
18
18
|
exports.VelcronImagesStateBinding = {
|
|
19
19
|
main: {
|
|
20
20
|
editor: "{{images.main.url}}",
|
|
@@ -6,9 +6,9 @@ var PhotoWallGridLayout;
|
|
|
6
6
|
PhotoWallGridLayout[PhotoWallGridLayout["Portrait"] = 0] = "Portrait";
|
|
7
7
|
PhotoWallGridLayout[PhotoWallGridLayout["Square"] = 1] = "Square";
|
|
8
8
|
PhotoWallGridLayout[PhotoWallGridLayout["Landscape"] = 2] = "Landscape";
|
|
9
|
-
})(PhotoWallGridLayout
|
|
9
|
+
})(PhotoWallGridLayout || (exports.PhotoWallGridLayout = PhotoWallGridLayout = {}));
|
|
10
10
|
var FlexDirection;
|
|
11
11
|
(function (FlexDirection) {
|
|
12
12
|
FlexDirection[FlexDirection["Row"] = 0] = "Row";
|
|
13
13
|
FlexDirection[FlexDirection["Column"] = 1] = "Column";
|
|
14
|
-
})(FlexDirection
|
|
14
|
+
})(FlexDirection || (exports.FlexDirection = FlexDirection = {}));
|
package/media-picker/localize.js
CHANGED
|
@@ -4,4 +4,4 @@ exports.MediaProviderLocalization = void 0;
|
|
|
4
4
|
var MediaProviderLocalization;
|
|
5
5
|
(function (MediaProviderLocalization) {
|
|
6
6
|
MediaProviderLocalization.namespace = "Omnia.Ux.MediaProvider";
|
|
7
|
-
})(MediaProviderLocalization
|
|
7
|
+
})(MediaProviderLocalization || (exports.MediaProviderLocalization = MediaProviderLocalization = {}));
|
package/mediaflow/Constants.js
CHANGED
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.MediaflowSecretsForms = exports.MediaflowConstants = void 0;
|
|
4
4
|
class MediaflowConstants {
|
|
5
5
|
}
|
|
6
|
+
exports.MediaflowConstants = MediaflowConstants;
|
|
6
7
|
MediaflowConstants.mediaflowJsUrl = "https://mfstatic.com/js/fileselector.min.js";
|
|
7
8
|
MediaflowConstants.mediaflowJsFallback = "https://mfstatic.com/js/fileselector.js";
|
|
8
9
|
MediaflowConstants.mediaflowCssUrl = "https://mfstatic.com/css/fileselector.min.css";
|
|
@@ -11,11 +12,10 @@ MediaflowConstants.featureId = "32B53D6B-6177-40FD-A8D2-386128089CA5";
|
|
|
11
12
|
MediaflowConstants.mediaFlowSettingsKey = "omnia.mediaflow.settings";
|
|
12
13
|
MediaflowConstants.mediaFlowSecretKey = "omnia-mediaflow-integration-key";
|
|
13
14
|
MediaflowConstants.defaultSupportedMediaFormats = "flv,mxf,gxf,wmv,asf,mp4,m4v,ismv,mkv,mov,jpeg,jpg,png,bmp,gif,svg,ico";
|
|
14
|
-
exports.MediaflowConstants = MediaflowConstants;
|
|
15
15
|
class MediaflowSecretsForms {
|
|
16
16
|
}
|
|
17
|
+
exports.MediaflowSecretsForms = MediaflowSecretsForms;
|
|
17
18
|
MediaflowSecretsForms.clientid = "clientid";
|
|
18
19
|
MediaflowSecretsForms.clientsecret = "clientsecret";
|
|
19
20
|
MediaflowSecretsForms.refreshtoken = "refreshtoken";
|
|
20
21
|
MediaflowSecretsForms.integrationKey = "integrationKey";
|
|
21
|
-
exports.MediaflowSecretsForms = MediaflowSecretsForms;
|
|
@@ -8,4 +8,4 @@ var TaskStatus;
|
|
|
8
8
|
TaskStatus[TaskStatus["Succeeded"] = 2] = "Succeeded";
|
|
9
9
|
TaskStatus[TaskStatus["Failed"] = 3] = "Failed";
|
|
10
10
|
TaskStatus[TaskStatus["Canceled"] = 4] = "Canceled";
|
|
11
|
-
})(TaskStatus
|
|
11
|
+
})(TaskStatus || (exports.TaskStatus = TaskStatus = {}));
|
|
@@ -165,10 +165,6 @@ export declare const OToolbarVariantsName = "OToolbarVariants";
|
|
|
165
165
|
export declare const ODraggableVariationDefinitions: readonly ["default", "list", "data-table", "element"];
|
|
166
166
|
export type ODraggableVariants = typeof ODraggableVariationDefinitions[number];
|
|
167
167
|
export declare const ODraggableVariantsName = "ODraggableVariants";
|
|
168
|
-
/** Draggable */
|
|
169
|
-
export declare const ODatePickerVariationDefinitions: readonly ["modern", "classic"];
|
|
170
|
-
export type ODatePickerVariants = typeof ODatePickerVariationDefinitions[number];
|
|
171
|
-
export declare const ODatePickerVariantsName = "DatePickerVariants";
|
|
172
168
|
/** Infinte Scroll */
|
|
173
169
|
export declare const OInfiniteScrollStatusDefinitions: readonly ["ok", "empty", "loading", "error"];
|
|
174
170
|
export type OInfiniteScrollStatusValues = typeof OInfiniteScrollStatusDefinitions[number];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OListTypesName = exports.OListTypeDefinitions = exports.OListItemVariantsName = exports.OListItemVariantDefinitions = exports.ORatioTypesName = exports.ORatioTypeDefinitions = exports.OIconVariantsName = exports.OIconVariantDefinitions = exports.OIconAnimationsName = exports.OIconAnimationsDefinition = exports.OIconSizesName = exports.OIconSizeDefinitions = exports.OIconPresetsName = exports.OIconPresetDefinitions = exports.OPanelTypesName = exports.OPanelTypeDefinitions = exports.OPageDividerTypesName = exports.OPageDividerTypeDefinitions = exports.ODialogSizeDefinitions = exports.ODialogTypesName = exports.ODialogTypeDefinitions = exports.OColumnVariantsName = exports.OColumnVariantDefinitions = exports.OAlignmentTypesName = exports.OAlignmentTypeDefinitions = exports.OColValuesName = exports.OColValueDefinitions = exports.OButtonGroupTypesName = exports.OButtonGroupTypeDefinitions = exports.OButtonVariantsName = exports.OButtonVariantDefinitions = exports.OButtonPresetsName = exports.OButtonPresetDefinitions = exports.OAlertTypesName = exports.OAlertTypeDefinitions = exports.OAppBarTypesName = exports.OAppBarTypeDefinitions = exports.OProgressSizeTypesName = exports.OProgressSizeTypeDefinitions = exports.OProgressVariantsName = exports.OProgressVariantDefinitions = exports.OProgressTypesName = exports.OProgressTypeDefinitions = exports.OSliderVariantsName = exports.OSliderVariantDefinitions = exports.ODirectionTypesName = exports.ODirectionDefinitions = exports.OContentHeightDefinitions = exports.OSizeTypesName = exports.OSizeTypeDefinitions = void 0;
|
|
4
|
-
exports.ORatingLengthName = exports.ORatingLengthDefinition = exports.ORatingDensityTypesName = exports.ORatingDensityDefinitions = exports.OLazyVariationDefinitions = exports.OInfiniteScrollStatusDefinitions = exports.
|
|
4
|
+
exports.ORatingLengthName = exports.ORatingLengthDefinition = exports.ORatingDensityTypesName = exports.ORatingDensityDefinitions = exports.OLazyVariationDefinitions = exports.OInfiniteScrollStatusDefinitions = exports.ODraggableVariantsName = exports.ODraggableVariationDefinitions = exports.OToolbarVariantsName = exports.OToolbarVariationDefinitions = exports.OTextBoxTypesName = exports.OTextBoxTypeDefinitions = exports.OTextBoxVariantTypesName = exports.OTextBoxVariantTypeDefinitions = exports.OTabVariantsName = exports.OTabVariantDefinitions = exports.OScrollOffsetTypesName = exports.OScrollOffsetTypeDefinitions = exports.OSkeletonLoaderName = exports.OSkeletonLoaderTypeDefinitions = exports.OSelectTypesName = exports.OSelectTypeDefinitions = exports.OFlexVariantsName = exports.OFlexVariantDefinitions = exports.OVerticalAlignmentsName = exports.OVerticalAlignmentDefinitions = exports.OTabAlignmentsName = exports.OTabAlignmentDefinitions = exports.OHorizontalAlignmentsName = exports.OHorizontalAlignmentDefinitions = exports.OPanelDirectionsName = exports.OPanelDirectionDefinitions = exports.OPanelVariantsName = exports.OPanelVariantDefinitions = exports.OPaddingTypesName = exports.OPaddingTypeDefinitions = exports.ODividerTypesName = exports.ODividerTypeDefinitions = exports.ONavigationDrawerVariantsName = exports.ONavigationDrawerVariantDefinitions = exports.ONavigationDrawerLocationsName = exports.ONavigationDrawerLocationDefinitions = exports.OMenuLocationsName = exports.OMenuLocationDefinitions = exports.OListLineTypesName = exports.OListLineTypeDefinitions = void 0;
|
|
5
5
|
/**Shared */
|
|
6
6
|
const block = ["top", "bottom"];
|
|
7
7
|
const inline = ["start", "end", "left", "right"];
|
|
@@ -124,9 +124,6 @@ exports.OToolbarVariantsName = "OToolbarVariants";
|
|
|
124
124
|
/** Draggable */
|
|
125
125
|
exports.ODraggableVariationDefinitions = ["default", "list", "data-table", "element"];
|
|
126
126
|
exports.ODraggableVariantsName = "ODraggableVariants";
|
|
127
|
-
/** Draggable */
|
|
128
|
-
exports.ODatePickerVariationDefinitions = ["modern", "classic"];
|
|
129
|
-
exports.ODatePickerVariantsName = "DatePickerVariants";
|
|
130
127
|
/** Infinte Scroll */
|
|
131
128
|
exports.OInfiniteScrollStatusDefinitions = ["ok", "empty", "loading", "error"];
|
|
132
129
|
/** Lazy */
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@ var DateTimeRenderOptionType;
|
|
|
7
7
|
(function (DateTimeRenderOptionType) {
|
|
8
8
|
DateTimeRenderOptionType[DateTimeRenderOptionType["Formatted"] = 1] = "Formatted";
|
|
9
9
|
DateTimeRenderOptionType[DateTimeRenderOptionType["Social"] = 2] = "Social";
|
|
10
|
-
})(DateTimeRenderOptionType
|
|
10
|
+
})(DateTimeRenderOptionType || (exports.DateTimeRenderOptionType = DateTimeRenderOptionType = {}));
|
|
11
11
|
class DateRenderOption {
|
|
12
12
|
}
|
|
13
13
|
exports.DateRenderOption = DateRenderOption;
|
|
@@ -8,7 +8,7 @@ var HtmlEditorMode;
|
|
|
8
8
|
HtmlEditorMode[HtmlEditorMode["RichText"] = 0] = "RichText";
|
|
9
9
|
HtmlEditorMode[HtmlEditorMode["LimitedRichText"] = 1] = "LimitedRichText";
|
|
10
10
|
HtmlEditorMode[HtmlEditorMode["CustomRichText"] = 2] = "CustomRichText";
|
|
11
|
-
})(HtmlEditorMode
|
|
11
|
+
})(HtmlEditorMode || (exports.HtmlEditorMode = HtmlEditorMode = {}));
|
|
12
12
|
class HtmlDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
13
13
|
}
|
|
14
14
|
exports.HtmlDisplaySettings = HtmlDisplaySettings;
|
|
@@ -8,7 +8,7 @@ var FontStyleTypes;
|
|
|
8
8
|
(function (FontStyleTypes) {
|
|
9
9
|
FontStyleTypes["Inherit"] = "IInheritFontStyle";
|
|
10
10
|
FontStyleTypes["Custom"] = "ICustomFontStyle";
|
|
11
|
-
})(FontStyleTypes
|
|
11
|
+
})(FontStyleTypes || (exports.FontStyleTypes = FontStyleTypes = {}));
|
|
12
12
|
class InheritFontStyle {
|
|
13
13
|
constructor() {
|
|
14
14
|
this.fontStyleType = FontStyleTypes.Inherit;
|
|
@@ -31,7 +31,7 @@ var FontColorTypes;
|
|
|
31
31
|
(function (FontColorTypes) {
|
|
32
32
|
FontColorTypes["Inherit"] = "IInheritFontColor";
|
|
33
33
|
FontColorTypes["Custom"] = "ICustomFontColor";
|
|
34
|
-
})(FontColorTypes
|
|
34
|
+
})(FontColorTypes || (exports.FontColorTypes = FontColorTypes = {}));
|
|
35
35
|
class InheritFontColor {
|
|
36
36
|
constructor() {
|
|
37
37
|
this.fontColorType = FontColorTypes.Inherit;
|
|
@@ -52,7 +52,7 @@ var FontSizeTypes;
|
|
|
52
52
|
(function (FontSizeTypes) {
|
|
53
53
|
FontSizeTypes["Inherit"] = "IInheritFontSize";
|
|
54
54
|
FontSizeTypes["Custom"] = "ICustomFontSize";
|
|
55
|
-
})(FontSizeTypes
|
|
55
|
+
})(FontSizeTypes || (exports.FontSizeTypes = FontSizeTypes = {}));
|
|
56
56
|
class InheritFontSize {
|
|
57
57
|
constructor() {
|
|
58
58
|
this.fontSizeType = FontSizeTypes.Inherit;
|
|
@@ -73,7 +73,7 @@ var LineHeightTypes;
|
|
|
73
73
|
(function (LineHeightTypes) {
|
|
74
74
|
LineHeightTypes["Inherit"] = "IInheritLineHeight";
|
|
75
75
|
LineHeightTypes["Custom"] = "ICustomLineHeight";
|
|
76
|
-
})(LineHeightTypes
|
|
76
|
+
})(LineHeightTypes || (exports.LineHeightTypes = LineHeightTypes = {}));
|
|
77
77
|
class InheritLineHeight {
|
|
78
78
|
constructor() {
|
|
79
79
|
this.lineHeightType = LineHeightTypes.Inherit;
|
|
@@ -94,7 +94,7 @@ var FontFamilyTypes;
|
|
|
94
94
|
(function (FontFamilyTypes) {
|
|
95
95
|
FontFamilyTypes["Inherit"] = "IInheritFontFamily";
|
|
96
96
|
FontFamilyTypes["Custom"] = "ICustomFontFamily";
|
|
97
|
-
})(FontFamilyTypes
|
|
97
|
+
})(FontFamilyTypes || (exports.FontFamilyTypes = FontFamilyTypes = {}));
|
|
98
98
|
class InheritFontFamily {
|
|
99
99
|
constructor() {
|
|
100
100
|
this.fontFamilyType = FontFamilyTypes.Inherit;
|
|
@@ -6,4 +6,4 @@ var MediaAlignment;
|
|
|
6
6
|
MediaAlignment[MediaAlignment["Left"] = 0] = "Left";
|
|
7
7
|
MediaAlignment[MediaAlignment["Center"] = 1] = "Center";
|
|
8
8
|
MediaAlignment[MediaAlignment["Right"] = 2] = "Right";
|
|
9
|
-
})(MediaAlignment
|
|
9
|
+
})(MediaAlignment || (exports.MediaAlignment = MediaAlignment = {}));
|
package/sidepanel/Shared.js
CHANGED
|
@@ -5,7 +5,7 @@ var SidePanelPosition;
|
|
|
5
5
|
(function (SidePanelPosition) {
|
|
6
6
|
SidePanelPosition[SidePanelPosition["Right"] = 0] = "Right";
|
|
7
7
|
SidePanelPosition[SidePanelPosition["Left"] = 1] = "Left";
|
|
8
|
-
})(SidePanelPosition
|
|
8
|
+
})(SidePanelPosition || (exports.SidePanelPosition = SidePanelPosition = {}));
|
|
9
9
|
exports.SmallScreenBreakpoint = 800;
|
|
10
10
|
/**
|
|
11
11
|
* Assuming that we won't have this many instances at the same time
|
|
@@ -3,6 +3,7 @@ import { NestedCSSPropertiesExtends } from "./StyleFlow";
|
|
|
3
3
|
* Styles for the LayoutEditorCanvas component
|
|
4
4
|
*/
|
|
5
5
|
export declare const LayoutEditorCanvasStyles: {
|
|
6
|
+
canvasWrapper: NestedCSSPropertiesExtends;
|
|
6
7
|
contentContainer: (isEditMode: boolean) => NestedCSSPropertiesExtends;
|
|
7
8
|
containerVerticalAlign: (isAlignVertical: boolean) => NestedCSSPropertiesExtends;
|
|
8
9
|
layoutItemSelectorPosition: NestedCSSPropertiesExtends;
|
|
@@ -5,10 +5,10 @@ const Enums_1 = require("../Enums");
|
|
|
5
5
|
const ManifestIds_1 = require("../ManifestIds");
|
|
6
6
|
var VersionedLayoutId;
|
|
7
7
|
(function (VersionedLayoutId) {
|
|
8
|
-
})(VersionedLayoutId
|
|
8
|
+
})(VersionedLayoutId || (exports.VersionedLayoutId = VersionedLayoutId = {}));
|
|
9
9
|
var VersionedAlternateLayoutId;
|
|
10
10
|
(function (VersionedAlternateLayoutId) {
|
|
11
|
-
})(VersionedAlternateLayoutId
|
|
11
|
+
})(VersionedAlternateLayoutId || (exports.VersionedAlternateLayoutId = VersionedAlternateLayoutId = {}));
|
|
12
12
|
class VersionedLayoutDefinition {
|
|
13
13
|
constructor(layoutTypeId) {
|
|
14
14
|
this.omniaServiceId = ManifestIds_1.OmniaService.Id.toString();
|