@omnia/fx-models 8.0.111-vnext → 8.0.113-vnext
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 +28 -0
- package/AiSettings.js +42 -0
- package/BusinessProfileDallEPromptDefault.d.ts +5 -0
- package/BusinessProfileDallEPromptDefault.js +11 -0
- package/ClientManifests.d.ts +4 -0
- package/Constants.d.ts +28 -0
- package/Constants.js +34 -31
- package/Enums.d.ts +17 -2
- package/Enums.js +19 -2
- package/Exposes.d.ts +13 -0
- package/Exposes.js +13 -0
- package/FileValidationResult.d.ts +4 -0
- package/FileValidationResult.js +8 -0
- package/FilterEngineStyles.d.ts +8 -0
- package/ISpecialUserConfiguration.d.ts +3 -0
- package/ISpecialUserConfiguration.js +2 -0
- package/Layout.d.ts +7 -0
- package/ManifestIds.d.ts +19 -0
- package/ManifestIds.js +45 -0
- package/PermissionInputSettings.d.ts +2 -0
- package/RollupMetricSettings.d.ts +14 -0
- package/RollupMetricSettings.js +2 -0
- package/SignInLayout.d.ts +1 -0
- package/SignInLayout.js +4 -0
- package/apps/App.d.ts +2 -0
- package/apps/AppInstanceRollup.d.ts +2 -2
- package/auth/AnonymousAccessType.d.ts +5 -0
- package/auth/AnonymousAccessType.js +9 -0
- package/auth/LoginProvider.d.ts +9 -0
- package/auth/LoginProvider.js +9 -0
- package/auth/common/AuthenticationSessionResult.d.ts +1 -0
- package/auth/common/AuthenticationSettings.d.ts +5 -0
- package/auth/index.d.ts +2 -0
- package/auth/index.js +2 -0
- package/azure-openai/dalle/CreateImageResponse.d.ts +1 -1
- package/azure-openai/dalle/index.d.ts +1 -0
- package/azure-openai/dalle/index.js +1 -0
- package/azure-openai/textcompletion/TextCompletionRequest.d.ts +1 -1
- package/azure-openai/textcompletion/TextCompletionResult.d.ts +1 -1
- package/bulkimportusers/BulkImportFileValidation.d.ts +8 -0
- package/bulkimportusers/BulkImportFileValidation.js +4 -0
- package/bulkimportusers/BulkImportUsersScenarios.d.ts +5 -0
- package/bulkimportusers/BulkImportUsersScenarios.js +9 -0
- package/bulkimportusers/BulkImportUsersTasks.d.ts +15 -0
- package/bulkimportusers/BulkImportUsersTasks.js +8 -0
- package/bulkimportusers/TemplateFileData.d.ts +5 -0
- package/bulkimportusers/TemplateFileData.js +2 -0
- package/bulkimportusers/TemplateFileMetaData.d.ts +6 -0
- package/bulkimportusers/TemplateFileMetaData.js +2 -0
- package/bulkimportusers/TemplateFileSettings.d.ts +7 -0
- package/bulkimportusers/TemplateFileSettings.js +2 -0
- package/bulkimportusers/index.d.ts +6 -0
- package/bulkimportusers/index.js +9 -0
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.d.ts +14 -0
- package/businessprofilesettings/BusinessProfileAuthenticationSettings.js +11 -0
- package/businessprofilesettings/index.d.ts +1 -0
- package/businessprofilesettings/index.js +4 -0
- package/enterprise-properties/EnterpriseProperty.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.d.ts +13 -0
- package/enterprise-properties/EnterprisePropertyToPropertySettingsMapping.js +18 -0
- package/enterprise-properties/index.d.ts +1 -0
- package/enterprise-properties/index.js +1 -0
- package/filterengine/ITypedFilterEngineHandler.d.ts +3 -2
- package/filterengine/Shared.d.ts +27 -2
- package/filterengine/Shared.js +21 -1
- package/identities/ArchiveIdentityManagementQuery.d.ts +13 -0
- package/identities/ArchiveIdentityManagementQuery.js +16 -0
- package/identities/DynamicGroupIdentity.d.ts +1 -0
- package/identities/ExtensionIdentity.d.ts +1 -0
- package/identities/GroupIdentity.d.ts +3 -0
- package/identities/GroupManagementQuery.d.ts +13 -0
- package/identities/GroupManagementQuery.js +16 -0
- package/identities/Identity.d.ts +8 -4
- package/identities/IdentityCreationRequest.d.ts +76 -0
- package/identities/IdentityCreationRequest.js +44 -0
- package/identities/IdentityPropertyConfiguration.d.ts +10 -0
- package/identities/IdentityPropertyConfiguration.js +6 -0
- package/identities/IdentityProviderRunStatus.d.ts +2 -1
- package/identities/IdentityProviderRunStatus.js +1 -0
- package/identities/IdentityQuery.d.ts +10 -5
- package/identities/IdentityQuery.js +9 -5
- package/identities/RoleIdentity.d.ts +1 -0
- package/identities/UserIdentity.d.ts +5 -0
- package/identities/UserIdentity.js +11 -0
- package/identities/UserIdentityQuery.d.ts +23 -0
- package/identities/UserIdentityQuery.js +26 -0
- package/identities/UserManagementQuery.d.ts +13 -0
- package/identities/UserManagementQuery.js +16 -0
- package/identities/UserTypeSettings.d.ts +25 -0
- package/identities/UserTypeSettings.js +29 -0
- package/identities/index.d.ts +5 -0
- package/identities/index.js +5 -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.js +8 -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 +7 -5
- package/internal-do-not-import-from-here/shared/models/OmniaSharedBootstrapData.d.ts +5 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.d.ts +29 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/Activity.js +9 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.d.ts +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityChannel.js +6 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.d.ts +9 -0
- package/internal-do-not-import-from-here/shared/models/hub/activities/ActivityRenderer.js +6 -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 +9 -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 +2 -0
- package/internal-do-not-import-from-here/shared/models/index.js +2 -0
- package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.d.ts +12 -0
- package/internal-do-not-import-from-here/velcron/core/models/ActionHooks.js +2 -0
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +1 -2
- package/internal-do-not-import-from-here/velcron/core/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/velcron/core/models/index.js +1 -0
- package/linkstatus/LinkStatus.d.ts +32 -0
- package/linkstatus/LinkStatus.js +2 -0
- package/linkstatus/index.d.ts +1 -0
- package/linkstatus/index.js +4 -0
- package/media-gallery/index.d.ts +2 -0
- package/media-gallery/index.js +5 -0
- package/media-gallery/providers/MediaDialogProviderComponentProps.d.ts +8 -0
- package/media-gallery/providers/MediaDialogProviderComponentProps.js +2 -0
- package/media-gallery/providers/MediaDisplayProviderComponentProps.d.ts +11 -0
- package/media-gallery/providers/MediaDisplayProviderComponentProps.js +2 -0
- package/media-gallery/providers/MediaGalleryDialogProvider.d.ts +5 -0
- package/media-gallery/providers/MediaGalleryDialogProvider.js +6 -0
- package/media-gallery/providers/MediaGalleryDisplayProvider.d.ts +5 -0
- package/media-gallery/providers/MediaGalleryDisplayProvider.js +6 -0
- package/media-gallery/providers/PhotoLayoutMap.d.ts +4 -0
- package/media-gallery/providers/PhotoLayoutMap.js +2 -0
- package/media-gallery/providers/PhotoWall.d.ts +10 -0
- package/media-gallery/providers/PhotoWall.js +14 -0
- package/media-gallery/providers/PhotoWallDirection.d.ts +5 -0
- package/media-gallery/providers/PhotoWallDirection.js +2 -0
- package/media-gallery/providers/PhotoWallGridLayout.d.ts +9 -0
- package/media-gallery/providers/PhotoWallGridLayout.js +14 -0
- package/media-gallery/providers/PhotoWallMedia.d.ts +8 -0
- package/media-gallery/providers/PhotoWallMedia.js +2 -0
- package/media-gallery/providers/SliderDialogProvider.d.ts +10 -0
- package/media-gallery/providers/SliderDialogProvider.js +15 -0
- package/media-gallery/providers/index.d.ts +12 -0
- package/media-gallery/providers/index.js +15 -0
- package/media-gallery/styles/IRowPhotos.css.d.ts +4 -0
- package/media-gallery/styles/IRowPhotos.css.js +4 -0
- package/media-gallery/styles/index.d.ts +1 -0
- package/media-gallery/styles/index.js +4 -0
- package/media-picker/MediaPickerMedia.d.ts +8 -2
- package/media-picker/MediaPickerPersistedImageDetails.d.ts +1 -0
- package/media-picker/Providers/BingProvider.d.ts +1 -0
- package/media-picker/Providers/BingProvider.js +1 -0
- package/media-picker/Providers/CentralImageLocationProvider.d.ts +1 -0
- package/media-picker/Providers/CentralImageLocationProvider.js +1 -0
- package/media-picker/Providers/DallEProvider.d.ts +1 -0
- package/media-picker/Providers/DallEProvider.js +1 -0
- package/media-picker/Providers/MediaPickerProvider.d.ts +1 -0
- package/media-picker/Providers/MediaflowProvider.d.ts +18 -0
- package/media-picker/Providers/MediaflowProvider.js +35 -0
- package/media-picker/Providers/MicrosoftStreamProvider.d.ts +1 -0
- package/media-picker/Providers/MicrosoftStreamProvider.js +1 -0
- package/media-picker/Providers/MyComputerProvider.d.ts +1 -0
- package/media-picker/Providers/MyComputerProvider.js +1 -0
- package/media-picker/Providers/PexelProvider.d.ts +1 -0
- package/media-picker/Providers/PexelProvider.js +1 -0
- package/media-picker/Providers/YoutubeProvider.d.ts +1 -0
- package/media-picker/Providers/YoutubeProvider.js +1 -0
- package/media-picker/Providers/index.d.ts +1 -0
- package/media-picker/Providers/index.js +1 -0
- package/media-picker/Shared.d.ts +2 -1
- package/mediaflow/Constants.d.ts +16 -0
- package/mediaflow/Constants.js +21 -0
- package/mediaflow/MediaflowAuthenticationInfo.d.ts +5 -0
- package/mediaflow/MediaflowAuthenticationInfo.js +2 -0
- package/mediaflow/MediaflowSettings.d.ts +6 -0
- package/mediaflow/MediaflowSettings.js +2 -0
- package/mediaflow/index.d.ts +3 -0
- package/mediaflow/index.js +6 -0
- package/omniasearch/IPagedResult.d.ts +4 -0
- package/omniasearch/IPagedResult.js +2 -0
- package/omniasearch/IPagedSearchResult.d.ts +8 -0
- package/omniasearch/IPagedSearchResult.js +2 -0
- package/omniasearch/ISearchResult.d.ts +7 -0
- package/omniasearch/ISearchResult.js +2 -0
- package/omniasearch/IndexSearchRequest.d.ts +42 -0
- package/omniasearch/IndexSearchRequest.js +2 -0
- package/omniasearch/IndexSettings.d.ts +6 -0
- package/omniasearch/IndexSettings.js +2 -0
- package/omniasearch/IndexedDocument.d.ts +7 -0
- package/omniasearch/IndexedDocument.js +2 -0
- package/omniasearch/SearchIndex.d.ts +4 -0
- package/omniasearch/SearchIndex.js +6 -0
- package/omniasearch/SearchQuery.d.ts +7 -0
- package/omniasearch/SearchQuery.js +2 -0
- package/omniasearch/SearchQueryPaging.d.ts +6 -0
- package/omniasearch/SearchQueryPaging.js +2 -0
- package/omniasearch/SearchTask.d.ts +13 -0
- package/omniasearch/SearchTask.js +11 -0
- package/omniasearch/index.d.ts +10 -0
- package/omniasearch/index.js +13 -0
- package/oxide/OxideTypeDefinitions.d.ts +2 -2
- package/oxide/OxideTypeDefinitions.js +2 -2
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +3 -0
- package/properties/PropertyBinding.d.ts +1 -0
- package/properties/PropertyValue.d.ts +2 -0
- package/properties/PropertyValue.js +7 -0
- package/properties/PropertyValuePrimitiveConverter.d.ts +4 -0
- package/properties/PropertyValuePrimitiveConverter.js +6 -0
- package/properties/bindingprovider/IPropertyBindingProvider.d.ts +12 -0
- package/properties/bindingprovider/IPropertyBindingProvider.js +2 -0
- package/properties/bindingprovider/index.d.ts +1 -0
- package/properties/bindingprovider/index.js +4 -0
- package/properties/datasource/DataSourceProperty.d.ts +1 -0
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +1 -1
- package/properties/definitions/BusinessProfilePropertyDefinition.d.ts +15 -0
- package/properties/definitions/BusinessProfilePropertyDefinition.js +17 -0
- package/properties/definitions/DatePropertyDefinition.d.ts +16 -1
- package/properties/definitions/DatePropertyDefinition.js +27 -1
- package/properties/definitions/DateTimePropertyDefinition.d.ts +5 -1
- package/properties/definitions/HtmlPropertyDefinition.d.ts +1 -1
- package/properties/definitions/IdentityPropertyDefinition.d.ts +5 -0
- package/properties/definitions/IdentityPropertyDefinition.js +3 -2
- package/properties/definitions/ImagePropertyDefinition.d.ts +2 -1
- package/properties/definitions/ImagePropertyDefinition.js +3 -2
- package/properties/definitions/LanguagePropertyDefinition.js +1 -1
- package/properties/definitions/LinkPropertyDefinition.d.ts +1 -1
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +1 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.js +3 -2
- package/properties/definitions/TagsPropertyDefinition.d.ts +12 -0
- package/properties/definitions/TagsPropertyDefinition.js +19 -0
- package/properties/definitions/TermSetPropertyDefinition.d.ts +27 -0
- package/properties/definitions/TermSetPropertyDefinition.js +38 -0
- package/properties/definitions/TextPropertyDefinition.d.ts +1 -0
- package/properties/definitions/TextPropertyDefinition.js +3 -2
- package/properties/definitions/UserTypePropertyDefinition.d.ts +16 -0
- package/properties/definitions/UserTypePropertyDefinition.js +17 -0
- package/properties/definitions/index.d.ts +4 -0
- package/properties/definitions/index.js +4 -0
- package/properties/index.d.ts +2 -1
- package/properties/index.js +2 -1
- package/properties/values/BusinessProfilePropertyValue.d.ts +6 -0
- package/properties/values/BusinessProfilePropertyValue.js +11 -0
- package/properties/values/ImagePropertyValue.js +0 -1
- package/properties/values/TagsPropertyValue.d.ts +6 -0
- package/properties/values/TagsPropertyValue.js +11 -0
- package/properties/values/UserTypePropertyValue.d.ts +6 -0
- package/properties/values/UserTypePropertyValue.js +11 -0
- package/properties/values/index.d.ts +3 -0
- package/properties/values/index.js +3 -0
- package/richtext-editor-extensions/TextCompletionExtension.d.ts +1 -0
- package/signin/SignIn.d.ts +4 -0
- package/signin/SignIn.js +10 -0
- package/signin/index.d.ts +1 -0
- package/signin/index.js +4 -0
- package/statuscodelayout/StatusCodeLayoutProvider.d.ts +8 -0
- package/statuscodelayout/StatusCodeLayoutProvider.js +6 -0
- package/statuscodelayout/StatusCodeLayoutSettings.d.ts +17 -0
- package/statuscodelayout/StatusCodeLayoutSettings.js +407 -0
- package/statuscodelayout/index.d.ts +2 -0
- package/statuscodelayout/index.js +5 -0
- package/ux/EnterprisePropertyToPropertySettingMappingApi.d.ts +18 -0
- package/ux/EnterprisePropertyToPropertySettingMappingApi.js +2 -0
- package/ux/FeatureManagementApi.d.ts +1 -1
- package/ux/LayoutEditorCanvas.d.ts +2 -0
- package/ux/MediaGalleryApi.d.ts +21 -0
- package/ux/MediaGalleryApi.js +2 -0
- package/ux/index.d.ts +2 -0
- package/ux/index.js +2 -0
- package/versionedlayout/VersionedLayout.d.ts +1 -0
- package/properties/lock/PropertySettingsLock.d.ts +0 -23
- package/properties/lock/PropertySettingsLock.js +0 -77
@@ -0,0 +1,12 @@
|
|
1
|
+
import { PropertyBinding, PropertyBindingId, PropertyBindingProviderId } from "../PropertyBinding";
|
2
|
+
import { PropertyConfiguration, PropertyDefinition, PropertyValue } from "..";
|
3
|
+
export interface IPropertyBindingProvider {
|
4
|
+
id: PropertyBindingProviderId;
|
5
|
+
getBindingById(bindingId: PropertyBindingId): Promise<PropertyBinding<PropertyDefinition<any, any, any>>>;
|
6
|
+
getBindings(): Promise<Array<PropertyBinding<PropertyDefinition<PropertyValue, any, any>>>>;
|
7
|
+
getConfiguration<TPropertyDefintion extends PropertyDefinition<any, any, any>>(binding: PropertyBinding<TPropertyDefintion>): Promise<PropertyConfiguration<TPropertyDefintion>>;
|
8
|
+
}
|
9
|
+
export interface ProviderBinding {
|
10
|
+
provider: IPropertyBindingProvider;
|
11
|
+
binding: PropertyBinding<PropertyDefinition<PropertyValue, any, any>>;
|
12
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./IPropertyBindingProvider";
|
@@ -1,5 +1,6 @@
|
|
1
1
|
import { PropertyDataSourceId } from "./DataSourceId";
|
2
2
|
export declare abstract class DataSourceProperty {
|
3
3
|
readonly dataSourceId: PropertyDataSourceId;
|
4
|
+
abstract isEqual: (property: DataSourceProperty) => boolean;
|
4
5
|
constructor(dataSourceId: PropertyDataSourceId);
|
5
6
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
-
import { LockStatusExcludeChildren, PropertyLockStatusType } from "
|
2
|
+
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
3
3
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
4
4
|
import { BirthdayPropertyValue } from "../values";
|
5
5
|
export declare class BirthdayDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -0,0 +1,15 @@
|
|
1
|
+
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
3
|
+
import { BusinessProfilePropertyValue } from "../values";
|
4
|
+
export declare class BusinessProfileDisplaySettings extends PropertyDisplaySettingsBase {
|
5
|
+
inline?: boolean;
|
6
|
+
}
|
7
|
+
export type BusinessProfileEditorSettings = {
|
8
|
+
required?: boolean;
|
9
|
+
disallowWhiteSpace?: boolean;
|
10
|
+
};
|
11
|
+
export declare const BusinessProfilePropertyDefinitionId: Guid;
|
12
|
+
export declare class BusinessProfilePropertyDefinition extends PropertyDefinition<BusinessProfilePropertyValue, BusinessProfileDisplaySettings, BusinessProfileEditorSettings> {
|
13
|
+
id: Guid;
|
14
|
+
typeName: string;
|
15
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.BusinessProfilePropertyDefinition = exports.BusinessProfilePropertyDefinitionId = exports.BusinessProfileDisplaySettings = void 0;
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
const PropertyDefinition_1 = require("../PropertyDefinition");
|
6
|
+
class BusinessProfileDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
7
|
+
}
|
8
|
+
exports.BusinessProfileDisplaySettings = BusinessProfileDisplaySettings;
|
9
|
+
exports.BusinessProfilePropertyDefinitionId = new models_1.Guid("e1f061b6-4c3d-4b97-962c-5954bfbf56ac");
|
10
|
+
class BusinessProfilePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
11
|
+
constructor() {
|
12
|
+
super(...arguments);
|
13
|
+
this.id = exports.BusinessProfilePropertyDefinitionId;
|
14
|
+
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.BusinessProfile;";
|
15
|
+
}
|
16
|
+
}
|
17
|
+
exports.BusinessProfilePropertyDefinition = BusinessProfilePropertyDefinition;
|
@@ -1,8 +1,23 @@
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
2
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
3
3
|
import { DatePropertyValue } from "../values";
|
4
|
+
export declare enum DateTimeRenderOptionType {
|
5
|
+
Formatted = 1,
|
6
|
+
Social = 2
|
7
|
+
}
|
8
|
+
export declare abstract class DateRenderOption {
|
9
|
+
abstract readonly type: DateTimeRenderOptionType;
|
10
|
+
}
|
11
|
+
export declare class SocialDateFormat extends DateRenderOption {
|
12
|
+
type: DateTimeRenderOptionType;
|
13
|
+
}
|
14
|
+
export declare class FormattedDateFormat extends DateRenderOption {
|
15
|
+
dateFormat: string;
|
16
|
+
type: DateTimeRenderOptionType;
|
17
|
+
constructor(dateFormat: string);
|
18
|
+
}
|
4
19
|
export declare class DateDisplaySettings extends PropertyDisplaySettingsBase {
|
5
|
-
|
20
|
+
renderMode?: DateRenderOption;
|
6
21
|
}
|
7
22
|
export declare class DateEditorSettings extends PropertyEditorSettingsBase {
|
8
23
|
required: boolean;
|
@@ -1,8 +1,34 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.DatePropertyDefinition = exports.DateEditorSettings = exports.DateDisplaySettings = 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
|
+
var DateTimeRenderOptionType;
|
7
|
+
(function (DateTimeRenderOptionType) {
|
8
|
+
DateTimeRenderOptionType[DateTimeRenderOptionType["Formatted"] = 1] = "Formatted";
|
9
|
+
DateTimeRenderOptionType[DateTimeRenderOptionType["Social"] = 2] = "Social";
|
10
|
+
})(DateTimeRenderOptionType = exports.DateTimeRenderOptionType || (exports.DateTimeRenderOptionType = {}));
|
11
|
+
class DateRenderOption {
|
12
|
+
}
|
13
|
+
exports.DateRenderOption = DateRenderOption;
|
14
|
+
class SocialDateFormat extends DateRenderOption {
|
15
|
+
constructor() {
|
16
|
+
super(...arguments);
|
17
|
+
this.type = DateTimeRenderOptionType.Social;
|
18
|
+
}
|
19
|
+
}
|
20
|
+
exports.SocialDateFormat = SocialDateFormat;
|
21
|
+
class FormattedDateFormat extends DateRenderOption {
|
22
|
+
/*
|
23
|
+
* dateFormat: YYYY-MM-DD
|
24
|
+
*/
|
25
|
+
constructor(dateFormat) {
|
26
|
+
super();
|
27
|
+
this.dateFormat = dateFormat;
|
28
|
+
this.type = DateTimeRenderOptionType.Formatted;
|
29
|
+
}
|
30
|
+
}
|
31
|
+
exports.FormattedDateFormat = FormattedDateFormat;
|
6
32
|
class DateDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
7
33
|
}
|
8
34
|
exports.DateDisplaySettings = DateDisplaySettings;
|
@@ -1,8 +1,12 @@
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
2
3
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
3
4
|
import { DateTimePropertyValue } from "../values";
|
5
|
+
import { DateRenderOption } from "./DatePropertyDefinition";
|
4
6
|
export declare class DateTimeDisplaySettings extends PropertyDisplaySettingsBase {
|
5
|
-
|
7
|
+
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<DateTimeDisplaySettings, "locks">, "label">>;
|
8
|
+
renderMode?: DateRenderOption;
|
9
|
+
showTimeZone?: boolean;
|
6
10
|
}
|
7
11
|
export declare class DateTimeEditorSettings extends PropertyEditorSettingsBase {
|
8
12
|
required: boolean;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { LockStatusExcludeChildren, PropertyLockStatusType } from "@omnia/fx-models";
|
2
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
3
3
|
import { RichTextEditorExtensionRegistration } from "../../RichTextEditorExtension";
|
4
4
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
5
5
|
import { HtmlPropertyValue } from "../values";
|
@@ -1,13 +1,18 @@
|
|
1
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
2
3
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
3
4
|
import { IdentityPropertyValue } from "../values";
|
4
5
|
export declare class IdentityPropertyDisplaySettings extends PropertyDisplaySettingsBase {
|
6
|
+
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<IdentityPropertyDisplaySettings, "locks">, "label">>;
|
5
7
|
inline?: boolean;
|
6
8
|
hidePresence?: boolean;
|
9
|
+
showImage?: boolean;
|
10
|
+
showName?: boolean;
|
7
11
|
}
|
8
12
|
export declare class IdentityPropertyEditorSettings extends PropertyEditorSettingsBase {
|
9
13
|
multiple?: boolean;
|
10
14
|
}
|
15
|
+
export declare const identityPropertyDefinitionId: Guid;
|
11
16
|
export declare class IdentityPropertyDefinition extends PropertyDefinition<IdentityPropertyValue, IdentityPropertyDisplaySettings, IdentityPropertyEditorSettings> {
|
12
17
|
id: Guid;
|
13
18
|
typeName: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.IdentityPropertyDefinition = exports.IdentityPropertyEditorSettings = 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 {
|
@@ -9,10 +9,11 @@ exports.IdentityPropertyDisplaySettings = IdentityPropertyDisplaySettings;
|
|
9
9
|
class IdentityPropertyEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.IdentityPropertyEditorSettings = IdentityPropertyEditorSettings;
|
12
|
+
exports.identityPropertyDefinitionId = new models_1.Guid("4dfc3b66-a203-447d-8f64-171f47e5b63a");
|
12
13
|
class IdentityPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
13
14
|
constructor() {
|
14
15
|
super(...arguments);
|
15
|
-
this.id =
|
16
|
+
this.id = exports.identityPropertyDefinitionId;
|
16
17
|
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Identity;";
|
17
18
|
}
|
18
19
|
}
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { LockStatusExcludeChildren, PropertyLockStatusType } from "@omnia/fx-models";
|
2
1
|
import { Guid, GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
3
3
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
4
4
|
import { ImagePropertyValue } from "../values";
|
5
5
|
export declare class ImageDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -18,6 +18,7 @@ export declare class ImageEditorSettings extends PropertyEditorSettingsBase {
|
|
18
18
|
required?: boolean;
|
19
19
|
rollupRatiosDisabled?: boolean;
|
20
20
|
}
|
21
|
+
export declare const imagePropertyDefinitionId: Guid;
|
21
22
|
export declare class ImagePropertyDefinition extends PropertyDefinition<ImagePropertyValue, ImageDisplaySettings, ImageEditorSettings> {
|
22
23
|
id: Guid;
|
23
24
|
typeName: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.ImagePropertyDefinition = exports.ImageEditorSettings = exports.ImageDisplaySettings = 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
6
|
class ImageDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
@@ -9,10 +9,11 @@ exports.ImageDisplaySettings = ImageDisplaySettings;
|
|
9
9
|
class ImageEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.ImageEditorSettings = ImageEditorSettings;
|
12
|
+
exports.imagePropertyDefinitionId = new models_1.Guid("aa4d54e5-92f6-4e69-ac44-a8ebcee192c9");
|
12
13
|
class ImagePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
13
14
|
constructor() {
|
14
15
|
super(...arguments);
|
15
|
-
this.id =
|
16
|
+
this.id = exports.imagePropertyDefinitionId;
|
16
17
|
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Image;";
|
17
18
|
}
|
18
19
|
}
|
@@ -13,7 +13,7 @@ class LanguagePropertyDefinition extends PropertyDefinition_1.PropertyDefinition
|
|
13
13
|
constructor() {
|
14
14
|
super(...arguments);
|
15
15
|
this.id = new models_1.Guid("79160ad4-f905-4af9-993c-dbb53dc6161e");
|
16
|
-
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.
|
16
|
+
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Language;";
|
17
17
|
}
|
18
18
|
}
|
19
19
|
exports.LanguagePropertyDefinition = LanguagePropertyDefinition;
|
@@ -1,5 +1,5 @@
|
|
1
|
-
import { LockStatusExcludeChildren, PropertyLockStatusType } from "@omnia/fx-models";
|
2
1
|
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
3
3
|
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
4
4
|
import { LinkPropertyValue } from "../values";
|
5
5
|
export declare class LinkDisplaySettings extends PropertyDisplaySettingsBase {
|
@@ -9,6 +9,7 @@ export declare class MultilingualTextEditorSettings extends PropertyEditorSettin
|
|
9
9
|
multiLine?: boolean;
|
10
10
|
rows?: number;
|
11
11
|
}
|
12
|
+
export declare const multilingualTextPropertyDefinitionId: Guid;
|
12
13
|
export declare class MultilingualTextPropertyDefinition extends PropertyDefinition<MultilingualTextPropertyValue, MultilingualTextDisplaySettings, MultilingualTextEditorSettings> {
|
13
14
|
id: Guid;
|
14
15
|
typeName: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.MultilingualTextPropertyDefinition = exports.MultilingualTextEditorSettings = exports.MultilingualTextDisplaySettings = void 0;
|
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
6
|
class MultilingualTextDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
@@ -9,10 +9,11 @@ exports.MultilingualTextDisplaySettings = MultilingualTextDisplaySettings;
|
|
9
9
|
class MultilingualTextEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.MultilingualTextEditorSettings = MultilingualTextEditorSettings;
|
12
|
+
exports.multilingualTextPropertyDefinitionId = new models_1.Guid("fac59287-f793-4733-b466-dc84bc277d23");
|
12
13
|
class MultilingualTextPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
13
14
|
constructor() {
|
14
15
|
super(...arguments);
|
15
|
-
this.id =
|
16
|
+
this.id = exports.multilingualTextPropertyDefinitionId;
|
16
17
|
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.MultilingualText;";
|
17
18
|
}
|
18
19
|
}
|
@@ -0,0 +1,12 @@
|
|
1
|
+
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase, PropertyEditorSettingsBase } from "../PropertyDefinition";
|
3
|
+
import { TagsPropertyValue } from "../values";
|
4
|
+
export declare class TagsDisplaySettings extends PropertyDisplaySettingsBase {
|
5
|
+
inline?: boolean;
|
6
|
+
}
|
7
|
+
export declare class TagsEditorSettings extends PropertyEditorSettingsBase {
|
8
|
+
}
|
9
|
+
export declare class TagsPropertyDefinition extends PropertyDefinition<TagsPropertyValue, TagsDisplaySettings, TagsEditorSettings> {
|
10
|
+
id: Guid;
|
11
|
+
typeName: string;
|
12
|
+
}
|
@@ -0,0 +1,19 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.TagsPropertyDefinition = exports.TagsEditorSettings = exports.TagsDisplaySettings = void 0;
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
const PropertyDefinition_1 = require("../PropertyDefinition");
|
6
|
+
class TagsDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
7
|
+
}
|
8
|
+
exports.TagsDisplaySettings = TagsDisplaySettings;
|
9
|
+
class TagsEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
10
|
+
}
|
11
|
+
exports.TagsEditorSettings = TagsEditorSettings;
|
12
|
+
class TagsPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
13
|
+
constructor() {
|
14
|
+
super(...arguments);
|
15
|
+
this.id = new models_1.Guid("037f235c-0ca4-4e95-a183-97f3b048f3f9");
|
16
|
+
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Tags;";
|
17
|
+
}
|
18
|
+
}
|
19
|
+
exports.TagsPropertyDefinition = TagsPropertyDefinition;
|
@@ -0,0 +1,27 @@
|
|
1
|
+
import { Guid, GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { LockStatusExcludeChildren, PropertyLockStatusType } from "../../../ux";
|
3
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
4
|
+
import { PropertyValue } from "../PropertyValue";
|
5
|
+
export type SharePointTermSetPropertySetupSettings = {
|
6
|
+
termSetId: GuidValue;
|
7
|
+
};
|
8
|
+
export type SharePointTermSetPropertyDisplaySettings = {
|
9
|
+
locks?: PropertyLockStatusType<LockStatusExcludeChildren<Omit<SharePointTermSetPropertyDisplaySettings, "locks">, "label">>;
|
10
|
+
textOnly?: boolean;
|
11
|
+
} & PropertyDisplaySettingsBase;
|
12
|
+
export type SharePointTermSetPropertyEditorSettings = {
|
13
|
+
locks?: PropertyLockStatusType<Omit<SharePointTermSetPropertyEditorSettings, "locks">>;
|
14
|
+
multiple?: boolean;
|
15
|
+
required?: boolean;
|
16
|
+
};
|
17
|
+
export declare const sharePointTermSetPropertyDefinitionId: Guid;
|
18
|
+
export declare class SharePointTermSetPropertyValue extends PropertyValue {
|
19
|
+
termIds: Guid[];
|
20
|
+
constructor(termIds: Guid[]);
|
21
|
+
containValue(other: SharePointTermSetPropertyValue): boolean;
|
22
|
+
appendValue(other: SharePointTermSetPropertyValue): SharePointTermSetPropertyValue;
|
23
|
+
}
|
24
|
+
export declare class SharePointTermSetPropertyDefinition extends PropertyDefinition<SharePointTermSetPropertyValue, SharePointTermSetPropertyDisplaySettings, SharePointTermSetPropertyEditorSettings, SharePointTermSetPropertySetupSettings> {
|
25
|
+
id: Guid;
|
26
|
+
typeName: string;
|
27
|
+
}
|
@@ -0,0 +1,38 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.SharePointTermSetPropertyDefinition = exports.SharePointTermSetPropertyValue = exports.sharePointTermSetPropertyDefinitionId = void 0;
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
const PropertyDefinition_1 = require("../PropertyDefinition");
|
6
|
+
const PropertyValue_1 = require("../PropertyValue");
|
7
|
+
exports.sharePointTermSetPropertyDefinitionId = new models_1.Guid("73b6db0e-27f2-45d6-b57d-1f18db45f182");
|
8
|
+
class SharePointTermSetPropertyValue extends PropertyValue_1.PropertyValue {
|
9
|
+
constructor(termIds) {
|
10
|
+
super();
|
11
|
+
this.termIds = termIds;
|
12
|
+
}
|
13
|
+
containValue(other) {
|
14
|
+
if (this?.termIds?.length == 0)
|
15
|
+
return true;
|
16
|
+
if (other?.termIds?.length > 0) {
|
17
|
+
return this.termIds.filter(termId => other.termIds.findIndex(id => termId.toString() == id.toString()) > -1).length == this.termIds.length;
|
18
|
+
}
|
19
|
+
return false;
|
20
|
+
}
|
21
|
+
appendValue(other) {
|
22
|
+
let termIds = this?.termIds || [];
|
23
|
+
other?.termIds?.forEach(termId => termIds.push(termId));
|
24
|
+
termIds = termIds.filter((item, index, self) => {
|
25
|
+
return self.indexOf(item) === index;
|
26
|
+
});
|
27
|
+
return new SharePointTermSetPropertyValue(termIds);
|
28
|
+
}
|
29
|
+
}
|
30
|
+
exports.SharePointTermSetPropertyValue = SharePointTermSetPropertyValue;
|
31
|
+
class SharePointTermSetPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
32
|
+
constructor() {
|
33
|
+
super(...arguments);
|
34
|
+
this.id = exports.sharePointTermSetPropertyDefinitionId;
|
35
|
+
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.TermSet;";
|
36
|
+
}
|
37
|
+
}
|
38
|
+
exports.SharePointTermSetPropertyDefinition = SharePointTermSetPropertyDefinition;
|
@@ -10,6 +10,7 @@ export declare class TextEditorSettings extends PropertyEditorSettingsBase {
|
|
10
10
|
disallowWhiteSpace?: boolean;
|
11
11
|
rows?: number;
|
12
12
|
}
|
13
|
+
export declare const textPropertyDefinitionId: Guid;
|
13
14
|
export declare class TextPropertyDefinition extends PropertyDefinition<TextPropertyValue, TextDisplaySettings, TextEditorSettings> {
|
14
15
|
id: Guid;
|
15
16
|
typeName: string;
|
@@ -1,6 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
-
exports.TextPropertyDefinition = exports.TextEditorSettings = 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 {
|
@@ -9,10 +9,11 @@ exports.TextDisplaySettings = TextDisplaySettings;
|
|
9
9
|
class TextEditorSettings extends PropertyDefinition_1.PropertyEditorSettingsBase {
|
10
10
|
}
|
11
11
|
exports.TextEditorSettings = TextEditorSettings;
|
12
|
+
exports.textPropertyDefinitionId = new models_1.Guid("cbd461eb-6d34-4f1a-8ab8-08a220d92868");
|
12
13
|
class TextPropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
13
14
|
constructor() {
|
14
15
|
super(...arguments);
|
15
|
-
this.id =
|
16
|
+
this.id = exports.textPropertyDefinitionId;
|
16
17
|
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.Text;";
|
17
18
|
}
|
18
19
|
}
|
@@ -0,0 +1,16 @@
|
|
1
|
+
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
2
|
+
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
|
3
|
+
import { UserTypePropertyValue } from "../values";
|
4
|
+
export declare class UserTypeDisplaySettings extends PropertyDisplaySettingsBase {
|
5
|
+
inline?: boolean;
|
6
|
+
}
|
7
|
+
export type UserTypeEditorSettings = {
|
8
|
+
required?: boolean;
|
9
|
+
disallowWhiteSpace?: boolean;
|
10
|
+
rows?: number;
|
11
|
+
};
|
12
|
+
export declare const userTypePropertyDefinitionId: Guid;
|
13
|
+
export declare class UserTypePropertyDefinition extends PropertyDefinition<UserTypePropertyValue, UserTypeDisplaySettings, UserTypeEditorSettings> {
|
14
|
+
id: Guid;
|
15
|
+
typeName: string;
|
16
|
+
}
|
@@ -0,0 +1,17 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.UserTypePropertyDefinition = exports.userTypePropertyDefinitionId = exports.UserTypeDisplaySettings = void 0;
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
5
|
+
const PropertyDefinition_1 = require("../PropertyDefinition");
|
6
|
+
class UserTypeDisplaySettings extends PropertyDefinition_1.PropertyDisplaySettingsBase {
|
7
|
+
}
|
8
|
+
exports.UserTypeDisplaySettings = UserTypeDisplaySettings;
|
9
|
+
exports.userTypePropertyDefinitionId = new models_1.Guid("33bbf1c7-7414-4e2b-9739-4dd799eba72a");
|
10
|
+
class UserTypePropertyDefinition extends PropertyDefinition_1.PropertyDefinition {
|
11
|
+
constructor() {
|
12
|
+
super(...arguments);
|
13
|
+
this.id = exports.userTypePropertyDefinitionId;
|
14
|
+
this.typeName = "$Localize:Omnia.Ux.Properties.Definitions.UserType;";
|
15
|
+
}
|
16
|
+
}
|
17
|
+
exports.UserTypePropertyDefinition = UserTypePropertyDefinition;
|
@@ -15,3 +15,7 @@ export * from "./TimePropertyDefinition";
|
|
15
15
|
export * from "./MediaPropertyDefinition";
|
16
16
|
export * from "./BooleanPropertyDefinition";
|
17
17
|
export * from "./IntegerPropertyDefinition";
|
18
|
+
export * from "./TermSetPropertyDefinition";
|
19
|
+
export * from "./TagsPropertyDefinition";
|
20
|
+
export * from "./UserTypePropertyDefinition";
|
21
|
+
export * from "./BusinessProfilePropertyDefinition";
|
@@ -18,3 +18,7 @@ tslib_1.__exportStar(require("./TimePropertyDefinition"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./MediaPropertyDefinition"), exports);
|
19
19
|
tslib_1.__exportStar(require("./BooleanPropertyDefinition"), exports);
|
20
20
|
tslib_1.__exportStar(require("./IntegerPropertyDefinition"), exports);
|
21
|
+
tslib_1.__exportStar(require("./TermSetPropertyDefinition"), exports);
|
22
|
+
tslib_1.__exportStar(require("./TagsPropertyDefinition"), exports);
|
23
|
+
tslib_1.__exportStar(require("./UserTypePropertyDefinition"), exports);
|
24
|
+
tslib_1.__exportStar(require("./BusinessProfilePropertyDefinition"), exports);
|
package/properties/index.d.ts
CHANGED
@@ -6,4 +6,5 @@ export * from "./IPropertyValueRenderer";
|
|
6
6
|
export * from "./datasource";
|
7
7
|
export * from "./values";
|
8
8
|
export * from "./definitions";
|
9
|
-
export * from "./
|
9
|
+
export * from "./PropertyValuePrimitiveConverter";
|
10
|
+
export * from "./bindingprovider";
|
package/properties/index.js
CHANGED
@@ -9,4 +9,5 @@ tslib_1.__exportStar(require("./IPropertyValueRenderer"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./datasource"), exports);
|
10
10
|
tslib_1.__exportStar(require("./values"), exports);
|
11
11
|
tslib_1.__exportStar(require("./definitions"), exports);
|
12
|
-
tslib_1.__exportStar(require("./
|
12
|
+
tslib_1.__exportStar(require("./PropertyValuePrimitiveConverter"), exports);
|
13
|
+
tslib_1.__exportStar(require("./bindingprovider"), exports);
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.BusinessProfilePropertyValue = void 0;
|
4
|
+
const PropertyValue_1 = require("../PropertyValue");
|
5
|
+
class BusinessProfilePropertyValue extends PropertyValue_1.PropertyValue {
|
6
|
+
constructor(id) {
|
7
|
+
super();
|
8
|
+
this.id = id;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
exports.BusinessProfilePropertyValue = BusinessProfilePropertyValue;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.TagsPropertyValue = void 0;
|
4
|
+
const PropertyValue_1 = require("../PropertyValue");
|
5
|
+
class TagsPropertyValue extends PropertyValue_1.PropertyValue {
|
6
|
+
constructor(tags) {
|
7
|
+
super();
|
8
|
+
this.tags = tags;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
exports.TagsPropertyValue = TagsPropertyValue;
|
@@ -0,0 +1,11 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.UserTypePropertyValue = void 0;
|
4
|
+
const PropertyValue_1 = require("../PropertyValue");
|
5
|
+
class UserTypePropertyValue extends PropertyValue_1.PropertyValue {
|
6
|
+
constructor(id) {
|
7
|
+
super();
|
8
|
+
this.id = id;
|
9
|
+
}
|
10
|
+
}
|
11
|
+
exports.UserTypePropertyValue = UserTypePropertyValue;
|
@@ -15,3 +15,6 @@ export * from "./LinkPropertyValue";
|
|
15
15
|
export * from "./TimePropertyValue";
|
16
16
|
export * from "./IntegerPropertyValue";
|
17
17
|
export * from "./MediaPropertyValue";
|
18
|
+
export * from "./TagsPropertyValue";
|
19
|
+
export * from "./UserTypePropertyValue";
|
20
|
+
export * from "./BusinessProfilePropertyValue";
|
@@ -18,3 +18,6 @@ tslib_1.__exportStar(require("./LinkPropertyValue"), exports);
|
|
18
18
|
tslib_1.__exportStar(require("./TimePropertyValue"), exports);
|
19
19
|
tslib_1.__exportStar(require("./IntegerPropertyValue"), exports);
|
20
20
|
tslib_1.__exportStar(require("./MediaPropertyValue"), exports);
|
21
|
+
tslib_1.__exportStar(require("./TagsPropertyValue"), exports);
|
22
|
+
tslib_1.__exportStar(require("./UserTypePropertyValue"), exports);
|
23
|
+
tslib_1.__exportStar(require("./BusinessProfilePropertyValue"), exports);
|
package/signin/SignIn.js
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
"use strict";
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
3
|
+
exports.SignInLayoutDefinition = void 0;
|
4
|
+
const versionedlayout_1 = require("../versionedlayout");
|
5
|
+
class SignInLayoutDefinition extends versionedlayout_1.VersionedLayoutDefinition {
|
6
|
+
constructor() {
|
7
|
+
super("736b3eeb-6376-4e21-9ded-0ee6e4b63707");
|
8
|
+
}
|
9
|
+
}
|
10
|
+
exports.SignInLayoutDefinition = SignInLayoutDefinition;
|
@@ -0,0 +1 @@
|
|
1
|
+
export * from "./SignIn";
|
package/signin/index.js
ADDED