@omnia/fx-models 7.5.74-dev → 8.0.0-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/BlockTitleSettings.d.ts +5 -5
- package/ClientManifests.d.ts +23 -8
- package/ClientManifests.js +8 -0
- package/Constants.d.ts +1 -0
- package/Constants.js +1 -0
- package/Enums.d.ts +14 -1
- package/Enums.js +17 -2
- package/Exposes.d.ts +7 -1
- package/Exposes.js +7 -1
- package/Extends.d.ts +2 -2
- package/FilterEngineStyles.d.ts +1 -1
- package/FilterpickerModel.d.ts +9 -0
- package/Func.d.ts +28 -0
- package/IPropertiesApi.d.ts +1 -1
- package/Icon.d.ts +17 -0
- package/Icon.js +66 -1
- package/Journey.d.ts +8 -2
- package/Layout.d.ts +15 -17
- package/LayoutDefinition.d.ts +5 -1
- package/LinkHandler/linktype/DefaultLinkType.js +1 -1
- package/LinkHandler/linktype/DocumentLinkType.js +1 -1
- package/ManifestIds.d.ts +60 -4
- package/ManifestIds.js +172 -9
- package/MediaScalingSettings.d.ts +6 -0
- package/Messaging.d.ts +1 -0
- package/Secrets.d.ts +1 -0
- package/TargetingProperty.js +1 -1
- package/TokenDefinition.d.ts +1 -1
- package/apps/AppInstanceRollup.d.ts +1 -1
- package/apps/AppInstanceRollup.js +1 -1
- package/azure-openai/dalle/ErrorResponse.js +1 -1
- package/azure-openai/dalle/StatusRequest.js +1 -1
- package/componentproptypes/ThemeableComponents.d.ts +7 -0
- package/componentproptypes/ThemeableComponents.js +2 -0
- package/componentproptypes/index.d.ts +1 -0
- package/componentproptypes/index.js +4 -0
- package/docs/Api.d.ts +37 -0
- package/docs/Api.js +2 -0
- package/docs/index.d.ts +1 -0
- package/docs/index.js +4 -0
- package/editor-chrome/IActionButton.d.ts +1 -2
- package/editor-chrome/IEditorItemPanelsRenderer.d.ts +1 -1
- package/enterprise-glossary/EnterpriseGlossaryApis.d.ts +1 -1
- package/identities/Identity.d.ts +11 -3
- package/identities/Identity.js +17 -0
- package/identities/IdentityCreationRequest.js +1 -1
- package/internal-do-not-import-from-here/shared/models/Bring.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/DynamicState.js +2 -0
- package/internal-do-not-import-from-here/shared/models/Equals.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/Equals.js +45 -0
- package/internal-do-not-import-from-here/shared/models/Future.d.ts +4 -1
- package/internal-do-not-import-from-here/shared/models/Future.js +14 -6
- package/internal-do-not-import-from-here/shared/models/Guid.d.ts +9 -2
- package/internal-do-not-import-from-here/shared/models/Guid.js +26 -4
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/StronglyTypedId.js +2 -0
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.d.ts +7 -1
- package/internal-do-not-import-from-here/shared/models/WorkerProxyFuncs.js +5 -1
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +35 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +7 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +10 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivitySender.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.d.ts +11 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/FeedResult.js +2 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.d.ts +18 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/IdentityActivity.js +31 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/index.js +9 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/hub/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/index.js +4 -0
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +54 -18
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +16 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.d.ts +2 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedBlueprintMethods.js +37 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.d.ts +1 -0
- package/internal-do-not-import-from-here/shared/models/theming/SharedColorMethods.js +45 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.d.ts +23 -0
- package/internal-do-not-import-from-here/shared/models/theming/SpacingSetting.js +11 -0
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.d.ts +55 -34
- package/internal-do-not-import-from-here/shared/models/theming/ThemeDefinitionV2.js +27 -22
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.d.ts +35 -15
- package/internal-do-not-import-from-here/shared/models/theming/TypographyDefinition.js +15 -9
- package/internal-do-not-import-from-here/shared/models/theming/UseThemeMethods.d.ts +13 -0
- package/internal-do-not-import-from-here/shared/models/theming/{ThemeMethods.js → UseThemeMethods.js} +56 -70
- package/internal-do-not-import-from-here/shared/models/theming/index.d.ts +5 -1
- package/internal-do-not-import-from-here/shared/models/theming/index.js +5 -1
- package/internal-do-not-import-from-here/velcron/core/models/Enums.d.ts +7 -16
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +14 -24
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +131 -83
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.js +2 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronEvents.d.ts +5 -2
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.d.ts +120 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronPropertyEditorDefinitions.js +16 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/index.js +1 -1
- package/media-picker/MediaPickerImageRendition.d.ts +4 -4
- package/media-picker/MediaPickerSearchProvider.d.ts +5 -0
- package/media-picker/MediaPickerSearchProvider.js +2 -0
- package/media-picker/MediaPickerTransformations.d.ts +5 -4
- package/media-picker/Providers/CentralImageLocationProvider.js +1 -1
- package/media-picker/Providers/DallEProvider.js +1 -1
- package/media-picker/Providers/MyComputerProvider.js +1 -1
- package/media-picker/Providers/PexelProvider.js +2 -2
- package/media-picker/Providers/UnsplashProvider.d.ts +18 -0
- package/media-picker/Providers/UnsplashProvider.js +23 -0
- package/media-picker/Providers/index.d.ts +1 -0
- package/media-picker/Providers/index.js +1 -0
- package/media-picker/Shared.d.ts +7 -1
- package/media-picker/index.d.ts +2 -0
- package/media-picker/index.js +2 -0
- package/media-picker/localize.d.ts +26 -0
- package/media-picker/localize.js +7 -0
- package/mediaflow/Constants.js +2 -2
- package/oxide/OxideTypeDefinitions.d.ts +147 -0
- package/oxide/OxideTypeDefinitions.js +112 -0
- package/oxide/SharedSettings.d.ts +8 -0
- package/oxide/SharedSettings.js +2 -0
- package/oxide/TreeView.d.ts +10 -0
- package/oxide/TreeView.js +2 -0
- package/oxide/index.d.ts +3 -0
- package/oxide/index.js +6 -0
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +3 -4
- package/properties/PropertyDefinition.d.ts +5 -1
- package/properties/PropertyDefinition.js +4 -1
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +5 -6
- package/properties/definitions/BirthdayPropertyDefinition.js +7 -1
- package/properties/definitions/BooleanPropertyDefinition.d.ts +3 -2
- package/properties/definitions/BooleanPropertyDefinition.js +4 -1
- package/properties/definitions/DatePropertyDefinition.d.ts +5 -5
- package/properties/definitions/DatePropertyDefinition.js +7 -1
- package/properties/definitions/DateTimePropertyDefinition.d.ts +5 -5
- package/properties/definitions/DateTimePropertyDefinition.js +7 -1
- package/properties/definitions/EmailPropertyDefinition.d.ts +3 -3
- package/properties/definitions/EmailPropertyDefinition.js +4 -1
- package/properties/definitions/HtmlPropertyDefinition.d.ts +5 -6
- package/properties/definitions/HtmlPropertyDefinition.js +7 -1
- package/properties/definitions/IdentityPropertyDefinition.d.ts +3 -4
- package/properties/definitions/IdentityPropertyDefinition.js +4 -1
- package/properties/definitions/ImagePropertyDefinition.d.ts +5 -5
- package/properties/definitions/ImagePropertyDefinition.js +7 -1
- package/properties/definitions/IntegerPropertyDefinition.d.ts +3 -4
- package/properties/definitions/IntegerPropertyDefinition.js +4 -1
- package/properties/definitions/LanguagePropertyDefinition.d.ts +3 -5
- package/properties/definitions/LanguagePropertyDefinition.js +4 -1
- package/properties/definitions/LinkPropertyDefinition.d.ts +3 -4
- package/properties/definitions/LinkPropertyDefinition.js +4 -1
- package/properties/definitions/MediaPropertyDefinition.d.ts +3 -3
- package/properties/definitions/MediaPropertyDefinition.js +4 -1
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +3 -4
- package/properties/definitions/MultilineTextPropertyDefinition.js +4 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +5 -6
- package/properties/definitions/MultilingualTextPropertyDefinition.js +6 -3
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +3 -4
- package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -1
- package/properties/definitions/TagsPropertyDefinition.d.ts +3 -2
- package/properties/definitions/TagsPropertyDefinition.js +4 -1
- package/properties/definitions/TextPropertyDefinition.d.ts +3 -4
- package/properties/definitions/TextPropertyDefinition.js +4 -1
- package/properties/definitions/TimePropertyDefinition.d.ts +5 -6
- package/properties/definitions/TimePropertyDefinition.js +7 -1
- package/properties/values/DatePropertyValue.d.ts +1 -1
- package/properties/values/DatePropertyValue.js +1 -1
- package/richtext-editor-extensions/BoldExtension.d.ts +1 -1
- package/richtext-editor-extensions/TipTapEditor.d.ts +9 -10
- package/ux/LayoutEditorCanvas.d.ts +2 -1
- package/ux/ThemingApi.d.ts +19 -0
- package/ux/ThemingApi.js +2 -0
- package/ux/UxApi.d.ts +1 -1
- package/ux/VelcronDefinitionApi.d.ts +24 -0
- package/ux/VelcronDefinitionApi.js +2 -0
- package/ux/index.d.ts +2 -0
- package/ux/index.js +2 -0
- package/velcron/VelcronDefinitionRegistration.d.ts +9 -0
- package/velcron/VelcronDefinitionRegistration.js +2 -0
- package/velcron/index.d.ts +1 -0
- package/velcron/index.js +4 -0
- package/SpacingSetting.d.ts +0 -6
- package/VueInject.d.ts +0 -5
- package/internal-do-not-import-from-here/shared/models/theming/ThemeMethods.d.ts +0 -11
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.d.ts +0 -35
- /package/{SpacingSetting.js → FilterpickerModel.js} +0 -0
- /package/{VueInject.js → Func.js} +0 -0
- /package/{internal-do-not-import-from-here/velcron/core/models/VelcronDescriptors.js → MediaScalingSettings.js} +0 -0
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.BooleanPropertyDefinition = exports.BooleanDisplaySettings = void 0;
|
|
3
|
+
exports.BooleanPropertyDefinition = exports.BooleanEditorSettings = exports.BooleanDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class BooleanDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.BooleanDisplaySettings = BooleanDisplaySettings;
|
|
9
|
+
class BooleanEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.BooleanEditorSettings = BooleanEditorSettings;
|
|
9
12
|
class BooleanPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { DatePropertyValue } from "../values";
|
|
4
4
|
export declare enum DateTimeRenderOptionType {
|
|
5
5
|
Formatted = 1,
|
|
@@ -16,12 +16,12 @@ export declare class FormattedDateFormat extends DateRenderOption {
|
|
|
16
16
|
type: DateTimeRenderOptionType;
|
|
17
17
|
constructor(dateFormat: string);
|
|
18
18
|
}
|
|
19
|
-
export
|
|
19
|
+
export declare class DateDisplaySettings extends PropertyDisplaySettingsBase {
|
|
20
20
|
renderMode?: DateRenderOption;
|
|
21
|
-
}
|
|
22
|
-
export
|
|
21
|
+
}
|
|
22
|
+
export declare class DateEditorSettings extends PropertyEditorSettingsBase {
|
|
23
23
|
required: boolean;
|
|
24
|
-
}
|
|
24
|
+
}
|
|
25
25
|
export declare class DatePropertyDefinition extends PropertyDefinition<DatePropertyValue, DateDisplaySettings, DateEditorSettings> {
|
|
26
26
|
id: Guid;
|
|
27
27
|
typeName: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DatePropertyDefinition = exports.FormattedDateFormat = exports.SocialDateFormat = exports.DateRenderOption = exports.DateTimeRenderOptionType = void 0;
|
|
3
|
+
exports.DatePropertyDefinition = exports.DateEditorSettings = exports.DateDisplaySettings = exports.FormattedDateFormat = exports.SocialDateFormat = exports.DateRenderOption = exports.DateTimeRenderOptionType = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
var DateTimeRenderOptionType;
|
|
@@ -29,6 +29,12 @@ class FormattedDateFormat extends DateRenderOption {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
exports.FormattedDateFormat = FormattedDateFormat;
|
|
32
|
+
class DateDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
33
|
+
}
|
|
34
|
+
exports.DateDisplaySettings = DateDisplaySettings;
|
|
35
|
+
class DateEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
36
|
+
}
|
|
37
|
+
exports.DateEditorSettings = DateEditorSettings;
|
|
32
38
|
class DatePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
33
39
|
constructor() {
|
|
34
40
|
super(...arguments);
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
|
3
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
3
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
4
4
|
import { DateTimePropertyValue } from "../values";
|
|
5
5
|
import { DateRenderOption } from "./DatePropertyDefinition";
|
|
6
|
-
export
|
|
6
|
+
export declare class DateTimeDisplaySettings extends PropertyDisplaySettingsBase {
|
|
7
7
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<DateTimeDisplaySettings, "locks">, "label">>;
|
|
8
8
|
renderMode?: DateRenderOption;
|
|
9
9
|
showTimeZone?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export
|
|
10
|
+
}
|
|
11
|
+
export declare class DateTimeEditorSettings extends PropertyEditorSettingsBase {
|
|
12
12
|
required: boolean;
|
|
13
|
-
}
|
|
13
|
+
}
|
|
14
14
|
export declare class DateTimePropertyDefinition extends PropertyDefinition<DateTimePropertyValue, DateTimeDisplaySettings, DateTimeEditorSettings> {
|
|
15
15
|
id: Guid;
|
|
16
16
|
typeName: string;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DateTimePropertyDefinition = void 0;
|
|
3
|
+
exports.DateTimePropertyDefinition = exports.DateTimeEditorSettings = exports.DateTimeDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
|
+
class DateTimeDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
|
+
}
|
|
8
|
+
exports.DateTimeDisplaySettings = DateTimeDisplaySettings;
|
|
9
|
+
class DateTimeEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.DateTimeEditorSettings = DateTimeEditorSettings;
|
|
6
12
|
class DateTimePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
7
13
|
constructor() {
|
|
8
14
|
super(...arguments);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { EmailPropertyValue } from "../values";
|
|
4
4
|
export declare class EmailDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
showIcon?: boolean;
|
|
7
7
|
}
|
|
8
|
-
export
|
|
8
|
+
export declare class EmailEditorSettings extends PropertyEditorSettingsBase {
|
|
9
9
|
required: boolean;
|
|
10
|
-
}
|
|
10
|
+
}
|
|
11
11
|
export declare class EmailPropertyDefinition extends PropertyDefinition<EmailPropertyValue, EmailDisplaySettings, EmailEditorSettings> {
|
|
12
12
|
id: Guid;
|
|
13
13
|
typeName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EmailPropertyDefinition = exports.EmailDisplaySettings = void 0;
|
|
3
|
+
exports.EmailPropertyDefinition = exports.EmailEditorSettings = exports.EmailDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class EmailDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.EmailDisplaySettings = EmailDisplaySettings;
|
|
9
|
+
class EmailEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.EmailEditorSettings = EmailEditorSettings;
|
|
9
12
|
class EmailPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,22 +1,21 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
|
3
3
|
import { RichTextEditorExtensionRegistration } from "../../RichTextEditorExtension";
|
|
4
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
4
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
5
5
|
import { HtmlPropertyValue } from "../values";
|
|
6
6
|
export declare enum HtmlEditorMode {
|
|
7
7
|
RichText = 0,
|
|
8
8
|
LimitedRichText = 1,
|
|
9
9
|
CustomRichText = 2
|
|
10
10
|
}
|
|
11
|
-
export
|
|
11
|
+
export declare class HtmlDisplaySettings extends PropertyDisplaySettingsBase {
|
|
12
12
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<HtmlDisplaySettings, "locks">, "label">>;
|
|
13
|
-
}
|
|
14
|
-
export
|
|
13
|
+
}
|
|
14
|
+
export declare class HtmlEditorSettings extends PropertyEditorSettingsBase {
|
|
15
15
|
locks?: PropertyLockStatusType<Omit<HtmlEditorSettings, "locks">>;
|
|
16
16
|
mode: HtmlEditorMode;
|
|
17
|
-
required?: boolean;
|
|
18
17
|
selectedRichTextExtensions?: RichTextEditorExtensionRegistration[];
|
|
19
|
-
}
|
|
18
|
+
}
|
|
20
19
|
export declare class HtmlPropertyDefinition extends PropertyDefinition<HtmlPropertyValue, HtmlDisplaySettings, HtmlEditorSettings> {
|
|
21
20
|
id: Guid;
|
|
22
21
|
typeName: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.HtmlPropertyDefinition = exports.HtmlEditorMode = void 0;
|
|
3
|
+
exports.HtmlPropertyDefinition = exports.HtmlEditorSettings = exports.HtmlDisplaySettings = exports.HtmlEditorMode = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
var HtmlEditorMode;
|
|
@@ -9,6 +9,12 @@ var HtmlEditorMode;
|
|
|
9
9
|
HtmlEditorMode[HtmlEditorMode["LimitedRichText"] = 1] = "LimitedRichText";
|
|
10
10
|
HtmlEditorMode[HtmlEditorMode["CustomRichText"] = 2] = "CustomRichText";
|
|
11
11
|
})(HtmlEditorMode = exports.HtmlEditorMode || (exports.HtmlEditorMode = {}));
|
|
12
|
+
class HtmlDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
13
|
+
}
|
|
14
|
+
exports.HtmlDisplaySettings = HtmlDisplaySettings;
|
|
15
|
+
class HtmlEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
16
|
+
}
|
|
17
|
+
exports.HtmlEditorSettings = HtmlEditorSettings;
|
|
12
18
|
class HtmlPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
13
19
|
constructor() {
|
|
14
20
|
super(...arguments);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
|
3
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
3
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
4
4
|
import { IdentityPropertyValue } from "../values";
|
|
5
5
|
export declare class IdentityPropertyDisplaySettings extends PropertyDisplaySettingsBase {
|
|
6
6
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<IdentityPropertyDisplaySettings, "locks">, "label">>;
|
|
@@ -9,10 +9,9 @@ export declare class IdentityPropertyDisplaySettings extends PropertyDisplaySett
|
|
|
9
9
|
showImage?: boolean;
|
|
10
10
|
showName?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export
|
|
13
|
-
required?: boolean;
|
|
12
|
+
export declare class IdentityPropertyEditorSettings extends PropertyEditorSettingsBase {
|
|
14
13
|
multiple?: boolean;
|
|
15
|
-
}
|
|
14
|
+
}
|
|
16
15
|
export declare const identityPropertyDefinitionId: Guid;
|
|
17
16
|
export declare class IdentityPropertyDefinition extends PropertyDefinition<IdentityPropertyValue, IdentityPropertyDisplaySettings, IdentityPropertyEditorSettings> {
|
|
18
17
|
id: Guid;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IdentityPropertyDefinition = exports.identityPropertyDefinitionId = exports.IdentityPropertyDisplaySettings = void 0;
|
|
3
|
+
exports.IdentityPropertyDefinition = exports.identityPropertyDefinitionId = exports.IdentityPropertyEditorSettings = exports.IdentityPropertyDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class IdentityPropertyDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.IdentityPropertyDisplaySettings = IdentityPropertyDisplaySettings;
|
|
9
|
+
class IdentityPropertyEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.IdentityPropertyEditorSettings = IdentityPropertyEditorSettings;
|
|
9
12
|
exports.identityPropertyDefinitionId = new models_1.Guid("4dfc3b66-a203-447d-8f64-171f47e5b63a");
|
|
10
13
|
class IdentityPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
11
14
|
constructor() {
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { Guid, GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
|
3
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
3
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
4
4
|
import { ImagePropertyValue } from "../values";
|
|
5
|
-
export
|
|
5
|
+
export declare class ImageDisplaySettings extends PropertyDisplaySettingsBase {
|
|
6
6
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<ImageDisplaySettings, "locks">, "label">>;
|
|
7
7
|
width?: string;
|
|
8
8
|
height?: string;
|
|
9
9
|
avatar?: {
|
|
10
10
|
size: number;
|
|
11
11
|
};
|
|
12
|
-
}
|
|
13
|
-
export
|
|
12
|
+
}
|
|
13
|
+
export declare class ImageEditorSettings extends PropertyEditorSettingsBase {
|
|
14
14
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<ImageEditorSettings, "locks">, "cropRatioUniqueIds" | "preConfiguredImageScalingUniqueId">>;
|
|
15
15
|
preConfiguredImageScalingUniqueId?: GuidValue;
|
|
16
16
|
forceScaling?: boolean;
|
|
17
17
|
cropRatioUniqueIds?: Array<GuidValue>;
|
|
18
18
|
required?: boolean;
|
|
19
19
|
rollupRatiosDisabled?: boolean;
|
|
20
|
-
}
|
|
20
|
+
}
|
|
21
21
|
export declare const imagePropertyDefinitionId: Guid;
|
|
22
22
|
export declare class ImagePropertyDefinition extends PropertyDefinition<ImagePropertyValue, ImageDisplaySettings, ImageEditorSettings> {
|
|
23
23
|
id: Guid;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ImagePropertyDefinition = exports.imagePropertyDefinitionId = void 0;
|
|
3
|
+
exports.ImagePropertyDefinition = exports.imagePropertyDefinitionId = exports.ImageEditorSettings = exports.ImageDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
|
+
class ImageDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
|
+
}
|
|
8
|
+
exports.ImageDisplaySettings = ImageDisplaySettings;
|
|
9
|
+
class ImageEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.ImageEditorSettings = ImageEditorSettings;
|
|
6
12
|
exports.imagePropertyDefinitionId = new models_1.Guid("aa4d54e5-92f6-4e69-ac44-a8ebcee192c9");
|
|
7
13
|
class ImagePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
8
14
|
constructor() {
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { IntegerPropertyValue } from "../values";
|
|
4
4
|
export declare class IntegerDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
8
|
-
required?: boolean;
|
|
7
|
+
export declare class IntegerEditorSettings extends PropertyEditorSettingsBase {
|
|
9
8
|
minValue?: number;
|
|
10
9
|
maxValue?: number;
|
|
11
|
-
}
|
|
10
|
+
}
|
|
12
11
|
export declare class IntegerPropertyDefinition extends PropertyDefinition<IntegerPropertyValue, IntegerDisplaySettings, IntegerEditorSettings> {
|
|
13
12
|
id: Guid;
|
|
14
13
|
typeName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.IntegerPropertyDefinition = exports.IntegerDisplaySettings = void 0;
|
|
3
|
+
exports.IntegerPropertyDefinition = exports.IntegerEditorSettings = exports.IntegerDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class IntegerDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.IntegerDisplaySettings = IntegerDisplaySettings;
|
|
9
|
+
class IntegerEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.IntegerEditorSettings = IntegerEditorSettings;
|
|
9
12
|
class IntegerPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { LanguagePropertyValue } from "../values";
|
|
4
4
|
export declare class LanguageDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
@@ -7,10 +7,8 @@ export declare class LanguageDisplaySettings extends PropertyDisplaySettingsBase
|
|
|
7
7
|
showLanguageName?: boolean;
|
|
8
8
|
size?: number;
|
|
9
9
|
}
|
|
10
|
-
export
|
|
11
|
-
|
|
12
|
-
disabled?: boolean;
|
|
13
|
-
};
|
|
10
|
+
export declare class LanguageEditorSettings extends PropertyEditorSettingsBase {
|
|
11
|
+
}
|
|
14
12
|
export declare class LanguagePropertyDefinition extends PropertyDefinition<LanguagePropertyValue, LanguageDisplaySettings, LanguageEditorSettings> {
|
|
15
13
|
id: Guid;
|
|
16
14
|
typeName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LanguagePropertyDefinition = exports.LanguageDisplaySettings = void 0;
|
|
3
|
+
exports.LanguagePropertyDefinition = exports.LanguageEditorSettings = exports.LanguageDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class LanguageDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.LanguageDisplaySettings = LanguageDisplaySettings;
|
|
9
|
+
class LanguageEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.LanguageEditorSettings = LanguageEditorSettings;
|
|
9
12
|
class LanguagePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,15 +1,14 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
2
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
|
3
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
3
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
4
4
|
import { LinkPropertyValue } from "../values";
|
|
5
5
|
export declare class LinkDisplaySettings extends PropertyDisplaySettingsBase {
|
|
6
6
|
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<LinkDisplaySettings, "locks">, "label">>;
|
|
7
7
|
inline?: boolean;
|
|
8
8
|
sip?: boolean;
|
|
9
9
|
}
|
|
10
|
-
export
|
|
11
|
-
|
|
12
|
-
};
|
|
10
|
+
export declare class LinkEditorSettings extends PropertyEditorSettingsBase {
|
|
11
|
+
}
|
|
13
12
|
export declare class LinkPropertyDefinition extends PropertyDefinition<LinkPropertyValue, LinkDisplaySettings, LinkEditorSettings> {
|
|
14
13
|
id: Guid;
|
|
15
14
|
typeName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LinkPropertyDefinition = exports.LinkDisplaySettings = void 0;
|
|
3
|
+
exports.LinkPropertyDefinition = exports.LinkEditorSettings = exports.LinkDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class LinkDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.LinkDisplaySettings = LinkDisplaySettings;
|
|
9
|
+
class LinkEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.LinkEditorSettings = LinkEditorSettings;
|
|
9
12
|
class LinkPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { MediaPropertyValue } from "../values";
|
|
4
4
|
import { ImageDisplaySettings, ImageEditorSettings } from "./ImagePropertyDefinition";
|
|
5
5
|
export type VideoDisplaySettings = {} & PropertyDisplaySettingsBase;
|
|
@@ -9,10 +9,10 @@ export declare class MediaDisplaySettings extends PropertyDisplaySettingsBase {
|
|
|
9
9
|
readonly image?: ImageDisplaySettings;
|
|
10
10
|
constructor(videoSettings?: VideoDisplaySettings, imageSettings?: ImageDisplaySettings);
|
|
11
11
|
}
|
|
12
|
-
export
|
|
12
|
+
export declare class MediaEditorSettings extends PropertyEditorSettingsBase {
|
|
13
13
|
video?: VideoEditorSettings;
|
|
14
14
|
image?: ImageEditorSettings;
|
|
15
|
-
}
|
|
15
|
+
}
|
|
16
16
|
export declare class MediaPropertyDefinition extends PropertyDefinition<MediaPropertyValue, MediaDisplaySettings, MediaEditorSettings> {
|
|
17
17
|
id: Guid;
|
|
18
18
|
typeName: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MediaPropertyDefinition = exports.MediaDisplaySettings = void 0;
|
|
3
|
+
exports.MediaPropertyDefinition = exports.MediaEditorSettings = exports.MediaDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class MediaDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
@@ -17,6 +17,9 @@ class MediaDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsB
|
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
19
|
exports.MediaDisplaySettings = MediaDisplaySettings;
|
|
20
|
+
class MediaEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
21
|
+
}
|
|
22
|
+
exports.MediaEditorSettings = MediaEditorSettings;
|
|
20
23
|
class MediaPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
21
24
|
constructor() {
|
|
22
25
|
super(...arguments);
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { MultilineTextPropertyValue } from "../values";
|
|
4
4
|
export declare class MultilineTextDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
};
|
|
7
|
+
export declare class MultilineTextEditorSettings extends PropertyEditorSettingsBase {
|
|
8
|
+
}
|
|
10
9
|
export declare class MultilineTextPropertyDefinition extends PropertyDefinition<MultilineTextPropertyValue, MultilineTextDisplaySettings, MultilineTextEditorSettings> {
|
|
11
10
|
id: Guid;
|
|
12
11
|
typeName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MultilineTextPropertyDefinition = exports.MultilineTextDisplaySettings = void 0;
|
|
3
|
+
exports.MultilineTextPropertyDefinition = exports.MultilineTextEditorSettings = exports.MultilineTextDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class MultilineTextDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.MultilineTextDisplaySettings = MultilineTextDisplaySettings;
|
|
9
|
+
class MultilineTextEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.MultilineTextEditorSettings = MultilineTextEditorSettings;
|
|
9
12
|
class MultilineTextPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { MultilingualTextPropertyValue } from "../values";
|
|
4
|
-
export declare class
|
|
4
|
+
export declare class MultilingualTextDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
8
|
-
required?: boolean;
|
|
7
|
+
export declare class MultilingualTextEditorSettings extends PropertyEditorSettingsBase {
|
|
9
8
|
maxLength?: number;
|
|
10
9
|
multiLine?: boolean;
|
|
11
10
|
rows?: number;
|
|
12
|
-
}
|
|
11
|
+
}
|
|
13
12
|
export declare const multilingualTextPropertyDefinitionId: Guid;
|
|
14
|
-
export declare class MultilingualTextPropertyDefinition extends PropertyDefinition<MultilingualTextPropertyValue,
|
|
13
|
+
export declare class MultilingualTextPropertyDefinition extends PropertyDefinition<MultilingualTextPropertyValue, MultilingualTextDisplaySettings, MultilingualTextEditorSettings> {
|
|
15
14
|
id: Guid;
|
|
16
15
|
typeName: string;
|
|
17
16
|
}
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MultilingualTextPropertyDefinition = exports.multilingualTextPropertyDefinitionId = exports.
|
|
3
|
+
exports.MultilingualTextPropertyDefinition = exports.multilingualTextPropertyDefinitionId = exports.MultilingualTextEditorSettings = exports.MultilingualTextDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
|
-
class
|
|
6
|
+
class MultilingualTextDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
|
-
exports.
|
|
8
|
+
exports.MultilingualTextDisplaySettings = MultilingualTextDisplaySettings;
|
|
9
|
+
class MultilingualTextEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.MultilingualTextEditorSettings = MultilingualTextEditorSettings;
|
|
9
12
|
exports.multilingualTextPropertyDefinitionId = new models_1.Guid("fac59287-f793-4733-b466-dc84bc277d23");
|
|
10
13
|
class MultilingualTextPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
11
14
|
constructor() {
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { PhoneNumberPropertyValue } from "../values";
|
|
4
4
|
export declare class PhoneDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
};
|
|
7
|
+
export declare class PhoneEditorSettings extends PropertyEditorSettingsBase {
|
|
8
|
+
}
|
|
10
9
|
export declare class PhoneNumberPropertyDefinition extends PropertyDefinition<PhoneNumberPropertyValue, PhoneDisplaySettings, PhoneEditorSettings> {
|
|
11
10
|
id: Guid;
|
|
12
11
|
typeName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.PhoneNumberPropertyDefinition = exports.PhoneDisplaySettings = void 0;
|
|
3
|
+
exports.PhoneNumberPropertyDefinition = exports.PhoneEditorSettings = exports.PhoneDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class PhoneDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.PhoneDisplaySettings = PhoneDisplaySettings;
|
|
9
|
+
class PhoneEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.PhoneEditorSettings = PhoneEditorSettings;
|
|
9
12
|
class PhoneNumberPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { TagsPropertyValue } from "../values";
|
|
4
4
|
export declare class TagsDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
7
|
+
export declare class TagsEditorSettings extends PropertyEditorSettingsBase {
|
|
8
|
+
}
|
|
8
9
|
export declare class TagsPropertyDefinition extends PropertyDefinition<TagsPropertyValue, TagsDisplaySettings, TagsEditorSettings> {
|
|
9
10
|
id: Guid;
|
|
10
11
|
typeName: string;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TagsPropertyDefinition = exports.TagsDisplaySettings = void 0;
|
|
3
|
+
exports.TagsPropertyDefinition = exports.TagsEditorSettings = exports.TagsDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class TagsDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.TagsDisplaySettings = TagsDisplaySettings;
|
|
9
|
+
class TagsEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.TagsEditorSettings = TagsEditorSettings;
|
|
9
12
|
class TagsPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
10
13
|
constructor() {
|
|
11
14
|
super(...arguments);
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
|
3
3
|
import { TextPropertyValue } from "../values";
|
|
4
4
|
export declare class TextDisplaySettings extends PropertyDisplaySettingsBase {
|
|
5
5
|
inline?: boolean;
|
|
6
6
|
}
|
|
7
|
-
export
|
|
8
|
-
required?: boolean;
|
|
7
|
+
export declare class TextEditorSettings extends PropertyEditorSettingsBase {
|
|
9
8
|
maxLength?: number;
|
|
10
9
|
multiLine?: boolean;
|
|
11
10
|
disallowWhiteSpace?: boolean;
|
|
12
11
|
rows?: number;
|
|
13
|
-
}
|
|
12
|
+
}
|
|
14
13
|
export declare const textPropertyDefinitionId: Guid;
|
|
15
14
|
export declare class TextPropertyDefinition extends PropertyDefinition<TextPropertyValue, TextDisplaySettings, TextEditorSettings> {
|
|
16
15
|
id: Guid;
|
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TextPropertyDefinition = exports.textPropertyDefinitionId = exports.TextDisplaySettings = void 0;
|
|
3
|
+
exports.TextPropertyDefinition = exports.textPropertyDefinitionId = exports.TextEditorSettings = exports.TextDisplaySettings = void 0;
|
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
5
5
|
const PropertyDefinition_1 = require("../PropertyDefinition");
|
|
6
6
|
class TextDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
|
7
7
|
}
|
|
8
8
|
exports.TextDisplaySettings = TextDisplaySettings;
|
|
9
|
+
class TextEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
|
10
|
+
}
|
|
11
|
+
exports.TextEditorSettings = TextEditorSettings;
|
|
9
12
|
exports.textPropertyDefinitionId = new models_1.Guid("cbd461eb-6d34-4f1a-8ab8-08a220d92868");
|
|
10
13
|
class TextPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
|
11
14
|
constructor() {
|