@omnia/fx-models 8.0.431-dev → 8.0.433-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.d.ts +1 -1
- package/AiSettings.d.ts +1 -1
- package/BusinessProfile.d.ts +1 -1
- package/Enums.tooling.d.ts +1 -1
- package/Exposes.d.ts +0 -1
- package/Exposes.js +0 -1
- package/MultilingualString.d.ts +1 -150
- package/RollupMetricSettings.d.ts +1 -1
- package/Tenant.d.ts +1 -1
- package/UserdefinedLocalization.d.ts +1 -1
- package/apps/App.d.ts +1 -1
- package/apps/AppInstanceRollup.d.ts +1 -1
- package/enterprise-properties/EnterpriseProperty.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertyArchive.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertyCategory.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertySet.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertySetArchive.d.ts +1 -1
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +1 -1
- package/identities/AnonymousIdentity.d.ts +2 -2
- package/identities/DynamicGroupIdentity.d.ts +2 -2
- package/identities/ExtensionIdentity.d.ts +2 -2
- package/identities/GroupIdentity.d.ts +2 -2
- package/identities/GroupType.d.ts +1 -1
- package/identities/Identity.d.ts +1 -1
- package/identities/IdentityApi.d.ts +1 -1
- package/identities/IdentityCreationRequest.d.ts +2 -2
- package/identities/IdentityProviderSettings.d.ts +1 -1
- package/identities/RoleIdentity.d.ts +2 -2
- package/identities/UserIdentity.d.ts +2 -2
- package/identities/UserType.d.ts +1 -1
- package/identities/UserTypeRule.d.ts +1 -1
- package/identities/UserTypeSettings.d.ts +2 -2
- package/identities/UserTypeSettings.js +8 -8
- package/internal-do-not-import-from-here/shared/index.d.ts +0 -1
- package/internal-do-not-import-from-here/shared/models/MultilingualString.d.ts +150 -0
- package/internal-do-not-import-from-here/shared/models/index.d.ts +3 -0
- package/internal-do-not-import-from-here/shared/models/index.js +3 -0
- package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyBinding.d.ts +2 -3
- package/internal-do-not-import-from-here/shared/models/properties/PropertyConfiguration.js +2 -0
- package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyDefinition.d.ts +2 -2
- package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyValue.d.ts +2 -2
- package/internal-do-not-import-from-here/shared/models/properties/index.d.ts +4 -0
- package/internal-do-not-import-from-here/shared/models/properties/index.js +7 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +7 -1
- package/internal-do-not-import-from-here/velcron/core/models/VelcronTypes.d.ts +1 -1
- package/internal-do-not-import-from-here/velcron/core/models/ViewModelAndContext.d.ts +1 -1
- package/media-picker/MediaPickerImageScaling.d.ts +1 -1
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +2 -4
- package/properties/bindingprovider/IPropertyBindingProvider.d.ts +2 -2
- package/properties/datasource/DataSourcePropertyDisplayInformation.d.ts +1 -1
- package/properties/datasource/UserDataSourceProperty.d.ts +1 -2
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +1 -1
- package/properties/definitions/BirthdayPropertyDefinition.js +5 -5
- package/properties/definitions/BooleanPropertyDefinition.d.ts +1 -1
- package/properties/definitions/BooleanPropertyDefinition.js +5 -5
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +1 -1
- package/properties/definitions/BusinessProfilePropertyDefinition.js +4 -4
- package/properties/definitions/DatePropertyDefinition.d.ts +1 -1
- package/properties/definitions/DatePropertyDefinition.js +5 -5
- package/properties/definitions/DateTimePropertyDefinition.d.ts +1 -1
- package/properties/definitions/DateTimePropertyDefinition.js +5 -5
- package/properties/definitions/EmailPropertyDefinition.d.ts +1 -1
- package/properties/definitions/EmailPropertyDefinition.js +5 -5
- package/properties/definitions/HtmlPropertyDefinition.d.ts +1 -1
- package/properties/definitions/HtmlPropertyDefinition.js +5 -5
- package/properties/definitions/IdentityPropertyDefinition.d.ts +1 -1
- package/properties/definitions/IdentityPropertyDefinition.js +5 -5
- package/properties/definitions/ImagePropertyDefinition.d.ts +1 -1
- package/properties/definitions/ImagePropertyDefinition.js +4 -4
- package/properties/definitions/IntegerPropertyDefinition.d.ts +1 -1
- package/properties/definitions/IntegerPropertyDefinition.js +5 -5
- package/properties/definitions/LanguagePropertyDefinition.d.ts +1 -1
- package/properties/definitions/LanguagePropertyDefinition.js +5 -5
- package/properties/definitions/LinkPropertyDefinition.d.ts +1 -1
- package/properties/definitions/LinkPropertyDefinition.js +5 -5
- package/properties/definitions/MediaPropertyDefinition.d.ts +1 -1
- package/properties/definitions/MediaPropertyDefinition.js +5 -5
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +1 -1
- package/properties/definitions/MultilineTextPropertyDefinition.js +5 -5
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +1 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.js +5 -5
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +1 -1
- package/properties/definitions/PhoneNumberPropertyDefinition.js +4 -4
- package/properties/definitions/TagsPropertyDefinition.d.ts +1 -1
- package/properties/definitions/TagsPropertyDefinition.js +5 -5
- package/properties/definitions/TermSetPropertyDefinition.d.ts +1 -2
- package/properties/definitions/TermSetPropertyDefinition.js +3 -4
- package/properties/definitions/TextPropertyDefinition.d.ts +1 -1
- package/properties/definitions/TextPropertyDefinition.js +4 -4
- package/properties/definitions/TimePropertyDefinition.d.ts +1 -1
- package/properties/definitions/TimePropertyDefinition.js +5 -5
- package/properties/definitions/UserTypePropertyDefinition.d.ts +1 -1
- package/properties/definitions/UserTypePropertyDefinition.js +4 -4
- package/properties/index.d.ts +0 -4
- package/properties/index.js +0 -4
- package/properties/values/BirthdayPropertyValue.d.ts +1 -1
- package/properties/values/BirthdayPropertyValue.js +2 -2
- package/properties/values/BooleanPropertyValue.d.ts +1 -1
- package/properties/values/BooleanPropertyValue.js +2 -2
- package/properties/values/BusinessProfilePropertyValue.d.ts +1 -2
- package/properties/values/BusinessProfilePropertyValue.js +2 -2
- package/properties/values/DatePropertyValue.d.ts +1 -1
- package/properties/values/DatePropertyValue.js +2 -2
- package/properties/values/DateTimePropertyValue.d.ts +1 -1
- package/properties/values/DateTimePropertyValue.js +2 -2
- package/properties/values/EmailPropertyValue.d.ts +1 -1
- package/properties/values/EmailPropertyValue.js +2 -2
- package/properties/values/HtmlPropertyValue.d.ts +1 -1
- package/properties/values/HtmlPropertyValue.js +2 -2
- package/properties/values/IdentityPropertyValue.d.ts +1 -1
- package/properties/values/IdentityPropertyValue.js +2 -2
- package/properties/values/ImagePropertyValue.d.ts +1 -1
- package/properties/values/ImagePropertyValue.js +2 -2
- package/properties/values/IntegerPropertyValue.d.ts +1 -1
- package/properties/values/IntegerPropertyValue.js +2 -2
- package/properties/values/LanguagePropertyValue.d.ts +1 -1
- package/properties/values/LanguagePropertyValue.js +2 -2
- package/properties/values/LinkPropertyValue.d.ts +1 -1
- package/properties/values/LinkPropertyValue.js +2 -2
- package/properties/values/MediaPropertyValue.d.ts +1 -1
- package/properties/values/MediaPropertyValue.js +2 -2
- package/properties/values/MultilineTextPropertyValue.d.ts +1 -1
- package/properties/values/MultilineTextPropertyValue.js +2 -2
- package/properties/values/MultilingualTextPropertyValue.d.ts +1 -2
- package/properties/values/MultilingualTextPropertyValue.js +2 -2
- package/properties/values/PhoneNumberPropertyValue.d.ts +1 -1
- package/properties/values/PhoneNumberPropertyValue.js +2 -2
- package/properties/values/TagsPropertyValue.d.ts +1 -1
- package/properties/values/TagsPropertyValue.js +2 -2
- package/properties/values/TextPropertyValue.d.ts +1 -1
- package/properties/values/TextPropertyValue.js +2 -2
- package/properties/values/TimePropertyValue.d.ts +1 -1
- package/properties/values/TimePropertyValue.js +2 -2
- package/properties/values/UserTypePropertyValue.d.ts +1 -1
- package/properties/values/UserTypePropertyValue.js +2 -2
- package/richtext-editor-extensions/HeadingExtension.d.ts +1 -1
- package/versionedlayout/VersionedLayout.d.ts +1 -2
- /package/{properties/PropertyConfiguration.js → internal-do-not-import-from-here/shared/models/MultilingualString.js} +0 -0
- /package/{ValueOf.d.ts → internal-do-not-import-from-here/shared/models/ValueOf.d.ts} +0 -0
- /package/{ValueOf.js → internal-do-not-import-from-here/shared/models/ValueOf.js} +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyBinding.js +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyConfiguration.d.ts +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyDefinition.js +0 -0
- /package/{properties → internal-do-not-import-from-here/shared/models/properties}/PropertyValue.js +0 -0
@@ -1,16 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.IntegerPropertyDefinition = exports.IntegerPropertyDefinitionId = exports.IntegerEditorSettings = exports.IntegerDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class IntegerDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.IntegerDisplaySettings = IntegerDisplaySettings;
|
9
|
-
class IntegerEditorSettings extends
|
9
|
+
class IntegerEditorSettings extends models_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.IntegerEditorSettings = IntegerEditorSettings;
|
12
|
-
exports.IntegerPropertyDefinitionId = (0,
|
13
|
-
class IntegerPropertyDefinition extends
|
12
|
+
exports.IntegerPropertyDefinitionId = (0, models_2.guid)("e2454cae-55e2-4da4-ac03-da5a31fdb3ff");
|
13
|
+
class IntegerPropertyDefinition extends models_1.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.IntegerPropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { LanguagePropertyValue } from "../values";
|
3
3
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
export declare class LanguageDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -1,16 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.LanguagePropertyDefinition = exports.LanguagePropertyDefinitionId = exports.LanguageEditorSettings = exports.LanguageDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class LanguageDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.LanguageDisplaySettings = LanguageDisplaySettings;
|
9
|
-
class LanguageEditorSettings extends
|
9
|
+
class LanguageEditorSettings extends models_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.LanguageEditorSettings = LanguageEditorSettings;
|
12
|
-
exports.LanguagePropertyDefinitionId = (0,
|
13
|
-
class LanguagePropertyDefinition extends
|
12
|
+
exports.LanguagePropertyDefinitionId = (0, models_2.guid)("79160ad4-f905-4af9-993c-dbb53dc6161e");
|
13
|
+
class LanguagePropertyDefinition extends models_1.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.LanguagePropertyDefinitionId;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { LinkPropertyValue } from "../values";
|
4
4
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
5
5
|
export declare class LinkDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -1,16 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.LinkPropertyDefinition = exports.LinkPropertyDefinitionId = exports.LinkEditorSettings = exports.LinkDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class LinkDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.LinkDisplaySettings = LinkDisplaySettings;
|
9
|
-
class LinkEditorSettings extends
|
9
|
+
class LinkEditorSettings extends models_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.LinkEditorSettings = LinkEditorSettings;
|
12
|
-
exports.LinkPropertyDefinitionId = (0,
|
13
|
-
class LinkPropertyDefinition extends
|
12
|
+
exports.LinkPropertyDefinitionId = (0, models_2.guid)("be80c74a-d1e5-4c37-bd9d-951e47dd014a");
|
13
|
+
class LinkPropertyDefinition extends models_1.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.LinkPropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { MediaPropertyValue } from "../values";
|
3
3
|
import { ImageDisplaySettings, ImageEditorSettings } from "./ImagePropertyDefinition";
|
4
4
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
@@ -1,9 +1,9 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MediaPropertyDefinition = exports.MediaPropertyDefinitionId = exports.MediaEditorSettings = exports.MediaDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class MediaDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
constructor(videoSettings, imageSettings) {
|
8
8
|
super();
|
9
9
|
if (videoSettings) {
|
@@ -17,11 +17,11 @@ class MediaDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsB
|
|
17
17
|
}
|
18
18
|
}
|
19
19
|
exports.MediaDisplaySettings = MediaDisplaySettings;
|
20
|
-
class MediaEditorSettings extends
|
20
|
+
class MediaEditorSettings extends models_1.PropertyEditorSettingsBase {
|
21
21
|
}
|
22
22
|
exports.MediaEditorSettings = MediaEditorSettings;
|
23
|
-
exports.MediaPropertyDefinitionId = (0,
|
24
|
-
class MediaPropertyDefinition extends
|
23
|
+
exports.MediaPropertyDefinitionId = (0, models_2.guid)("3272c123-f999-4e02-9f81-dfc4b171ba04");
|
24
|
+
class MediaPropertyDefinition extends models_1.PropertyDefinition {
|
25
25
|
constructor() {
|
26
26
|
super(...arguments);
|
27
27
|
this.id = exports.MediaPropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { MultilineTextPropertyValue } from "../values";
|
3
3
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
export declare class MultilineTextDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -1,16 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MultilineTextPropertyDefinition = exports.MultilineTextPropertyDefinitionId = exports.MultilineTextEditorSettings = exports.MultilineTextDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class MultilineTextDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.MultilineTextDisplaySettings = MultilineTextDisplaySettings;
|
9
|
-
class MultilineTextEditorSettings extends
|
9
|
+
class MultilineTextEditorSettings extends models_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.MultilineTextEditorSettings = MultilineTextEditorSettings;
|
12
|
-
exports.MultilineTextPropertyDefinitionId = (0,
|
13
|
-
class MultilineTextPropertyDefinition extends
|
12
|
+
exports.MultilineTextPropertyDefinitionId = (0, models_2.guid)("fe311079-ba9b-45a0-817d-516010de9f0c");
|
13
|
+
class MultilineTextPropertyDefinition extends models_1.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.MultilineTextPropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { MultilingualTextPropertyValue } from "../values";
|
3
3
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
export declare class MultilingualTextDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -1,16 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.MultilingualTextPropertyDefinition = exports.multilingualTextPropertyDefinitionId = exports.MultilingualTextEditorSettings = exports.MultilingualTextDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class MultilingualTextDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.MultilingualTextDisplaySettings = MultilingualTextDisplaySettings;
|
9
|
-
class MultilingualTextEditorSettings extends
|
9
|
+
class MultilingualTextEditorSettings extends models_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.MultilingualTextEditorSettings = MultilingualTextEditorSettings;
|
12
|
-
exports.multilingualTextPropertyDefinitionId = (0,
|
13
|
-
class MultilingualTextPropertyDefinition extends
|
12
|
+
exports.multilingualTextPropertyDefinitionId = (0, models_2.guid)("fac59287-f793-4733-b466-dc84bc277d23");
|
13
|
+
class MultilingualTextPropertyDefinition extends models_1.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.multilingualTextPropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { PhoneNumberPropertyValue } from "../values";
|
3
3
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
import { LockStatusExcludeChildren, PropertyLockStatusType } from "@omnia/fx/ux";
|
@@ -1,13 +1,13 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.PhoneNumberPropertyDefinition = exports.PhoneNumberPropertyDefinitionId = exports.PhoneDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class PhoneDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.PhoneDisplaySettings = PhoneDisplaySettings;
|
9
|
-
exports.PhoneNumberPropertyDefinitionId = (0,
|
10
|
-
class PhoneNumberPropertyDefinition extends
|
9
|
+
exports.PhoneNumberPropertyDefinitionId = (0, models_2.guid)("b2d75ca7-8adc-48b9-a0e8-38fd7023e856");
|
10
|
+
class PhoneNumberPropertyDefinition extends models_1.PropertyDefinition {
|
11
11
|
constructor() {
|
12
12
|
super(...arguments);
|
13
13
|
this.id = exports.PhoneNumberPropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { TagsPropertyValue } from "../values";
|
3
3
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
export declare class TagsDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -1,16 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.TagsPropertyDefinition = exports.TagsPropertyDefinitionId = exports.TagsEditorSettings = exports.TagsDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class TagsDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.TagsDisplaySettings = TagsDisplaySettings;
|
9
|
-
class TagsEditorSettings extends
|
9
|
+
class TagsEditorSettings extends models_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.TagsEditorSettings = TagsEditorSettings;
|
12
|
-
exports.TagsPropertyDefinitionId = (0,
|
13
|
-
class TagsPropertyDefinition extends
|
12
|
+
exports.TagsPropertyDefinitionId = (0, models_2.guid)("037f235c-0ca4-4e95-a183-97f3b048f3f9");
|
13
|
+
class TagsPropertyDefinition extends models_1.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.TagsPropertyDefinitionId;
|
@@ -1,7 +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 "
|
4
|
-
import { PropertyValue } from "../PropertyValue";
|
3
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
5
4
|
export type SharePointTermSetPropertySetupSettings = {
|
6
5
|
termSetId: guid;
|
7
6
|
};
|
@@ -2,10 +2,9 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.SharePointTermSetPropertyDefinition = exports.SharePointTermSetPropertyValue = exports.sharePointTermSetPropertyDefinitionId = void 0;
|
4
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
-
const
|
6
|
-
const PropertyValue_1 = require("../PropertyValue");
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
7
6
|
exports.sharePointTermSetPropertyDefinitionId = (0, models_1.guid)("73b6db0e-27f2-45d6-b57d-1f18db45f182");
|
8
|
-
class SharePointTermSetPropertyValue extends
|
7
|
+
class SharePointTermSetPropertyValue extends models_2.PropertyValue {
|
9
8
|
constructor(termIds) {
|
10
9
|
super();
|
11
10
|
this.termIds = termIds;
|
@@ -33,7 +32,7 @@ class SharePointTermSetPropertyValue extends PropertyValue_1.PropertyValue {
|
|
33
32
|
}
|
34
33
|
}
|
35
34
|
exports.SharePointTermSetPropertyValue = SharePointTermSetPropertyValue;
|
36
|
-
class SharePointTermSetPropertyDefinition extends
|
35
|
+
class SharePointTermSetPropertyDefinition extends models_2.PropertyDefinition {
|
37
36
|
constructor() {
|
38
37
|
super(...arguments);
|
39
38
|
this.id = exports.sharePointTermSetPropertyDefinitionId;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
import { TextPropertyValue } from "../values";
|
4
4
|
export declare class TextDisplaySettings extends PropertyDisplaySettingsBase {
|
5
5
|
multiLine?: boolean;
|
@@ -2,15 +2,15 @@
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
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
|
-
const
|
6
|
-
class TextDisplaySettings extends
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class TextDisplaySettings extends models_2.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.TextDisplaySettings = TextDisplaySettings;
|
9
|
-
class TextEditorSettings extends
|
9
|
+
class TextEditorSettings extends models_2.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.TextEditorSettings = TextEditorSettings;
|
12
12
|
exports.textPropertyDefinitionId = (0, models_1.guid)("cbd461eb-6d34-4f1a-8ab8-08a220d92868");
|
13
|
-
class TextPropertyDefinition extends
|
13
|
+
class TextPropertyDefinition extends models_2.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.textPropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { TimePropertyValue } from "../values";
|
3
3
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
export declare class TimeDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -1,16 +1,16 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.TimePropertyDefinition = exports.TimePropertyDefinitionId = exports.TimeEditorSettings = exports.TimeDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class TimeDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.TimeDisplaySettings = TimeDisplaySettings;
|
9
|
-
class TimeEditorSettings extends
|
9
|
+
class TimeEditorSettings extends models_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.TimeEditorSettings = TimeEditorSettings;
|
12
|
-
exports.TimePropertyDefinitionId = (0,
|
13
|
-
class TimePropertyDefinition extends
|
12
|
+
exports.TimePropertyDefinitionId = (0, models_2.guid)("cef0f790-a939-4cf5-9b04-ab6b77e2383d");
|
13
|
+
class TimePropertyDefinition extends models_1.PropertyDefinition {
|
14
14
|
constructor() {
|
15
15
|
super(...arguments);
|
16
16
|
this.id = exports.TimePropertyDefinitionId;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { PropertyDefinition, PropertyDisplaySettingsBase } from "
|
1
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { UserTypePropertyValue } from "../values";
|
3
3
|
import { guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
4
4
|
export declare class UserTypeDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -1,13 +1,13 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.UserTypePropertyDefinition = exports.userTypePropertyDefinitionId = exports.UserTypeDisplaySettings = void 0;
|
4
|
-
const PropertyDefinition_1 = require("../PropertyDefinition");
|
5
4
|
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
-
|
5
|
+
const models_2 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
6
|
+
class UserTypeDisplaySettings extends models_1.PropertyDisplaySettingsBase {
|
7
7
|
}
|
8
8
|
exports.UserTypeDisplaySettings = UserTypeDisplaySettings;
|
9
|
-
exports.userTypePropertyDefinitionId = (0,
|
10
|
-
class UserTypePropertyDefinition extends
|
9
|
+
exports.userTypePropertyDefinitionId = (0, models_2.guid)("33bbf1c7-7414-4e2b-9739-4dd799eba72a");
|
10
|
+
class UserTypePropertyDefinition extends models_1.PropertyDefinition {
|
11
11
|
constructor() {
|
12
12
|
super(...arguments);
|
13
13
|
this.id = exports.userTypePropertyDefinitionId;
|
package/properties/index.d.ts
CHANGED
package/properties/index.js
CHANGED
@@ -1,10 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
const tslib_1 = require("tslib");
|
4
|
-
tslib_1.__exportStar(require("./PropertyDefinition"), exports);
|
5
|
-
tslib_1.__exportStar(require("./PropertyBinding"), exports);
|
6
|
-
tslib_1.__exportStar(require("./PropertyConfiguration"), exports);
|
7
|
-
tslib_1.__exportStar(require("./PropertyValue"), exports);
|
8
4
|
tslib_1.__exportStar(require("./IPropertyValueRenderer"), exports);
|
9
5
|
tslib_1.__exportStar(require("./datasource"), exports);
|
10
6
|
tslib_1.__exportStar(require("./values"), exports);
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BirthdayPropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class BirthdayPropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class BirthdayPropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(birthday, timeZoneId) {
|
7
7
|
super();
|
8
8
|
this.timeZoneId = timeZoneId;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BooleanPropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class BooleanPropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class BooleanPropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(boolean) {
|
7
7
|
super();
|
8
8
|
this.boolean = boolean;
|
@@ -1,5 +1,4 @@
|
|
1
|
-
import { guid } from "@omnia/fx-models";
|
2
|
-
import { PropertyValue } from "../PropertyValue";
|
1
|
+
import { PropertyValue, guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
2
|
export declare class BusinessProfilePropertyValue extends PropertyValue {
|
4
3
|
id: guid;
|
5
4
|
constructor(id: guid);
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.BusinessProfilePropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class BusinessProfilePropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class BusinessProfilePropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(id) {
|
7
7
|
super();
|
8
8
|
this.id = id;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DatePropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class DatePropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class DatePropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(date, timeZoneId) {
|
7
7
|
super();
|
8
8
|
this.date = date ? date.toJSON() : undefined;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DateTimePropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class DateTimePropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class DateTimePropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(dateTime, timeZoneId) {
|
7
7
|
super();
|
8
8
|
this.timeZoneId = timeZoneId;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.EmailPropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class EmailPropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class EmailPropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(email) {
|
7
7
|
super();
|
8
8
|
this.email = email;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.HtmlPropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class HtmlPropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class HtmlPropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(html) {
|
7
7
|
super();
|
8
8
|
this.html = html;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Identity } from "../../identities";
|
2
|
-
import { PropertyValue } from "
|
2
|
+
import { PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export declare class IdentityPropertyValue extends PropertyValue {
|
4
4
|
identities: Identity[];
|
5
5
|
constructor(identities: Identity[]);
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.IdentityPropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class IdentityPropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class IdentityPropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(identities) {
|
7
7
|
super();
|
8
8
|
this.identities = identities;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { MediaPickerImage } from "../../media-picker";
|
2
|
-
import { PropertyValue } from "
|
2
|
+
import { PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export declare class ImagePropertyValue extends PropertyValue {
|
4
4
|
image: MediaPickerImage;
|
5
5
|
queryValue: number;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.ImagePropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class ImagePropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class ImagePropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(image) {
|
7
7
|
super();
|
8
8
|
this.image = image;
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.IntegerPropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class IntegerPropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class IntegerPropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(integer) {
|
7
7
|
super();
|
8
8
|
this.integer = integer;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { LanguageTags } from "../../Enums";
|
2
|
-
import { PropertyValue } from "
|
2
|
+
import { PropertyValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
3
3
|
export declare class LanguagePropertyValue extends PropertyValue {
|
4
4
|
language: LanguageTags;
|
5
5
|
constructor(language: LanguageTags);
|
@@ -1,8 +1,8 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.LanguagePropertyValue = void 0;
|
4
|
-
const
|
5
|
-
class LanguagePropertyValue extends
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
class LanguagePropertyValue extends models_1.PropertyValue {
|
6
6
|
constructor(language) {
|
7
7
|
super();
|
8
8
|
this.language = language;
|