@omnia/fx-models 8.0.27-vnext → 8.0.29-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/AzureAdAppPermissions.d.ts +4 -1
- package/ClientManifests.d.ts +9 -3
- package/Constants.d.ts +8 -46
- package/Constants.js +42 -56
- package/DateTimeZone.d.ts +2 -2
- package/DependencyInjection.d.ts +1 -1
- package/DependencyInjection.js +1 -1
- package/Enums.d.ts +7 -0
- package/Enums.js +8 -0
- package/Exposes.d.ts +1 -2
- package/Exposes.js +1 -2
- package/Feature.d.ts +1 -0
- package/FilterEngineStyles.d.ts +28 -6
- package/Layout.d.ts +2 -6
- package/ManifestIds.d.ts +18 -0
- package/ManifestIds.js +54 -0
- package/PermissionInputSettings.d.ts +1 -1
- package/RollupQuery.d.ts +2 -1
- package/TargetingProperty.d.ts +4 -0
- package/TargetingProperty.js +1 -0
- package/apps/AppInstanceRollup.d.ts +1 -0
- package/auth/OTPAuthOption.d.ts +1 -0
- package/auth/common/AuthenticationResult.d.ts +1 -0
- package/azure-openai/common/ApiResultBase.d.ts +5 -0
- package/azure-openai/common/Choice.d.ts +7 -0
- package/azure-openai/common/Logprobs.d.ts +8 -0
- package/azure-openai/common/Logprobs.js +2 -0
- package/azure-openai/common/Usage.d.ts +4 -0
- package/azure-openai/common/Usage.js +2 -0
- package/azure-openai/common/index.d.ts +4 -0
- package/azure-openai/common/index.js +7 -0
- package/azure-openai/dalle/BaseResponse.d.ts +4 -0
- package/azure-openai/dalle/BaseResponse.js +2 -0
- package/azure-openai/dalle/CreateImageResponse.d.ts +14 -0
- package/azure-openai/dalle/CreateImageResponse.js +2 -0
- package/azure-openai/dalle/ErrorResponse.d.ts +11 -0
- package/azure-openai/dalle/ErrorResponse.js +8 -0
- package/azure-openai/dalle/StatusRequest.d.ts +5 -0
- package/azure-openai/dalle/StatusRequest.js +9 -0
- package/azure-openai/dalle/TextToImageRequest.d.ts +4 -0
- package/azure-openai/dalle/TextToImageRequest.js +2 -0
- package/azure-openai/dalle/TextToImageResponse.d.ts +7 -0
- package/azure-openai/dalle/TextToImageResponse.js +2 -0
- package/azure-openai/dalle/index.d.ts +5 -0
- package/azure-openai/dalle/index.js +8 -0
- package/azure-openai/index.d.ts +3 -0
- package/azure-openai/index.js +6 -0
- package/azure-openai/settings/OpenAISettings.d.ts +11 -0
- package/azure-openai/settings/OpenAISettings.js +5 -0
- package/azure-openai/settings/index.d.ts +1 -0
- package/azure-openai/settings/index.js +4 -0
- package/azure-openai/textcompletion/TextCompletionRequest.d.ts +4 -0
- package/azure-openai/textcompletion/TextCompletionRequest.js +2 -0
- package/azure-openai/textcompletion/TextCompletionResult.d.ts +9 -0
- package/azure-openai/textcompletion/TextCompletionResult.js +2 -0
- package/azure-openai/textcompletion/index.d.ts +2 -0
- package/azure-openai/textcompletion/index.js +5 -0
- package/enterprise-properties/EnterpriseProperty.d.ts +5 -2
- package/enterprise-properties/EnterprisePropertyItemSettings.d.ts +1 -0
- package/enterprise-properties/EnterprisePropertySettings.d.ts +2 -1
- package/filterengine/Shared.d.ts +46 -7
- package/filterengine/Shared.js +26 -3
- package/identities/DynamicGroupIdentity.d.ts +5 -6
- package/identities/ExtensionIdentity.d.ts +4 -4
- package/identities/GroupIdentity.d.ts +9 -7
- package/identities/IdentityApi.d.ts +3 -3
- package/identities/IdentityProviderSettings.d.ts +1 -0
- package/identities/IdentityQuery.d.ts +2 -1
- package/identities/IdentityQuery.js +4 -2
- package/identities/RoleIdentity.d.ts +4 -4
- package/identities/UserIdentity.d.ts +16 -16
- package/identities/index.d.ts +0 -1
- package/identities/index.js +0 -1
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.d.ts +4 -2
- package/internal-do-not-import-from-here/shared/models/theming/BlueprintDefinition.js +2 -0
- package/internal-do-not-import-from-here/velcron/core/models/Enums.d.ts +6 -6
- package/internal-do-not-import-from-here/velcron/core/models/Enums.js +6 -6
- package/internal-do-not-import-from-here/velcron/core/models/VelcronDefinitions.d.ts +14 -14
- package/internal-do-not-import-from-here/velcron/core/models/VelcronEvents.d.ts +2 -2
- package/media-picker/Providers/DallEProvider.d.ts +17 -0
- package/media-picker/Providers/DallEProvider.js +22 -0
- package/media-picker/Providers/index.d.ts +1 -0
- package/media-picker/Providers/index.js +1 -0
- package/package.json +1 -1
- package/properties/IPropertyValueRenderer.d.ts +10 -2
- package/properties/PropertyBinding.d.ts +4 -5
- package/properties/PropertyBinding.js +4 -9
- package/properties/PropertyConfiguration.d.ts +3 -9
- package/properties/PropertyConfiguration.js +0 -13
- package/properties/PropertyDefinition.d.ts +38 -9
- package/properties/PropertyDefinition.js +12 -1
- package/properties/PropertyValue.d.ts +6 -147
- package/properties/PropertyValue.js +9 -25
- package/properties/datasource/DataSourceId.d.ts +2 -0
- package/properties/datasource/DataSourceId.js +2 -0
- package/properties/datasource/DataSourceProperty.d.ts +5 -0
- package/properties/datasource/DataSourceProperty.js +9 -0
- package/properties/datasource/DataSourcePropertyDisplayInformation.d.ts +14 -0
- package/properties/datasource/DataSourcePropertyDisplayInformation.js +19 -0
- package/properties/datasource/index.d.ts +3 -0
- package/properties/datasource/index.js +6 -0
- package/properties/definitions/BirthdayPropertyDefinition.d.ts +17 -0
- package/properties/definitions/BirthdayPropertyDefinition.js +13 -0
- package/properties/definitions/BooleanPropertyDefinition.d.ts +11 -0
- package/properties/definitions/BooleanPropertyDefinition.js +16 -0
- package/properties/definitions/DatePropertyDefinition.d.ts +13 -0
- package/properties/definitions/DatePropertyDefinition.js +13 -0
- package/properties/definitions/DateTimePropertyDefinition.d.ts +13 -0
- package/properties/definitions/DateTimePropertyDefinition.js +13 -0
- package/properties/definitions/EmailPropertyDefinition.d.ts +14 -0
- package/properties/definitions/EmailPropertyDefinition.js +16 -0
- package/properties/definitions/HtmlPropertyDefinition.d.ts +23 -0
- package/properties/definitions/HtmlPropertyDefinition.js +19 -0
- package/properties/definitions/IdentityPropertyDefinition.d.ts +15 -0
- package/properties/definitions/IdentityPropertyDefinition.js +16 -0
- package/properties/definitions/ImagePropertyDefinition.d.ts +24 -0
- package/properties/definitions/ImagePropertyDefinition.js +13 -0
- package/properties/definitions/IntegerPropertyDefinition.d.ts +15 -0
- package/properties/definitions/IntegerPropertyDefinition.js +16 -0
- package/properties/definitions/LanguagePropertyDefinition.d.ts +17 -0
- package/properties/definitions/LanguagePropertyDefinition.js +16 -0
- package/properties/definitions/LinkPropertyDefinition.d.ts +16 -0
- package/properties/definitions/LinkPropertyDefinition.js +16 -0
- package/properties/definitions/MediaPropertyDefinition.d.ts +19 -0
- package/properties/definitions/MediaPropertyDefinition.js +27 -0
- package/properties/definitions/MultilineTextPropertyDefinition.d.ts +13 -0
- package/properties/definitions/MultilineTextPropertyDefinition.js +16 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.d.ts +16 -0
- package/properties/definitions/MultilingualTextPropertyDefinition.js +16 -0
- package/properties/definitions/PhoneNumberPropertyDefinition.d.ts +13 -0
- package/properties/definitions/PhoneNumberPropertyDefinition.js +16 -0
- package/properties/definitions/TextPropertyDefinition.d.ts +17 -0
- package/properties/definitions/TextPropertyDefinition.js +16 -0
- package/properties/definitions/TimePropertyDefinition.d.ts +13 -0
- package/properties/definitions/TimePropertyDefinition.js +13 -0
- package/properties/definitions/index.d.ts +17 -0
- package/properties/definitions/index.js +20 -0
- package/properties/index.d.ts +4 -6
- package/properties/index.js +4 -6
- package/properties/lock/PropertySettingsLock.d.ts +23 -0
- package/properties/lock/PropertySettingsLock.js +77 -0
- package/properties/values/BirthdayPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/BirthdayPropertyValue.js +1 -5
- package/properties/values/BooleanPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/BooleanPropertyValue.js +0 -4
- package/properties/values/DatePropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/DatePropertyValue.js +2 -2
- package/properties/values/DateTimePropertyValue.d.ts +6 -0
- package/properties/values/DateTimePropertyValue.js +12 -0
- package/properties/values/EmailPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/EmailPropertyValue.js +0 -4
- package/properties/values/HtmlPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/HtmlPropertyValue.js +0 -4
- package/properties/values/IdentityPropertyValue.d.ts +6 -0
- package/properties/{builtins → values}/IdentityPropertyValue.js +0 -7
- package/properties/values/ImagePropertyValue.d.ts +7 -0
- package/properties/{builtins → values}/ImagePropertyValue.js +0 -4
- package/properties/values/IntegerPropertyValue.d.ts +5 -0
- package/properties/values/IntegerPropertyValue.js +11 -0
- package/properties/{builtins → values}/LanguagePropertyValue.d.ts +2 -3
- package/properties/{builtins → values}/LanguagePropertyValue.js +0 -4
- package/properties/values/LinkPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/LinkPropertyValue.js +0 -4
- package/properties/values/MediaPropertyValue.d.ts +6 -0
- package/properties/values/MediaPropertyValue.js +11 -0
- package/properties/values/MultilineTextPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/MultilineTextPropertyValue.js +0 -5
- package/properties/{builtins → values}/MultilingualTextPropertyValue.d.ts +2 -3
- package/properties/{builtins → values}/MultilingualTextPropertyValue.js +0 -4
- package/properties/values/PhoneNumberPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/PhoneNumberPropertyValue.js +0 -4
- package/properties/values/TextPropertyValue.d.ts +5 -0
- package/properties/{builtins → values}/TextPropertyValue.js +0 -4
- package/properties/values/TimePropertyValue.d.ts +5 -0
- package/properties/values/TimePropertyValue.js +7 -0
- package/properties/{builtins → values}/index.d.ts +4 -1
- package/properties/{builtins → values}/index.js +4 -1
- package/richtext-editor-extensions/TextCompletionExtension.d.ts +12 -0
- package/richtext-editor-extensions/TextCompletionExtension.js +2 -0
- package/richtext-editor-extensions/index.d.ts +1 -0
- package/richtext-editor-extensions/index.js +1 -0
- package/ux/SidePanelApi.d.ts +8 -0
- package/Identity.d.ts +0 -1
- package/Identity.js +0 -109
- package/UserProperty.d.ts +0 -5
- package/identities/IdentityPropertyBinding.d.ts +0 -8
- package/identities/IdentityPropertyBinding.js +0 -11
- package/properties/DataSourcePropertyBinding.d.ts +0 -11
- package/properties/DataSourcePropertyBinding.js +0 -14
- package/properties/IPropertyProviderValueRenderer.d.ts +0 -9
- package/properties/PropertiesProvider.d.ts +0 -8
- package/properties/PropertiesProvider.js +0 -6
- package/properties/PropertyCategory.d.ts +0 -8
- package/properties/PropertyCategory.js +0 -12
- package/properties/PropertyRegistration.d.ts +0 -8
- package/properties/PropertyRegistration.js +0 -11
- package/properties/builtins/BirthdayPropertyValue.d.ts +0 -7
- package/properties/builtins/BooleanPropertyValue.d.ts +0 -6
- package/properties/builtins/DatePropertyValue.d.ts +0 -6
- package/properties/builtins/EmailPropertyValue.d.ts +0 -6
- package/properties/builtins/HtmlPropertyValue.d.ts +0 -6
- package/properties/builtins/IdentityPropertyValue.d.ts +0 -7
- package/properties/builtins/ImagePropertyValue.d.ts +0 -8
- package/properties/builtins/LinkPropertyValue.d.ts +0 -6
- package/properties/builtins/MultilineTextPropertyValue.d.ts +0 -6
- package/properties/builtins/PhoneNumberPropertyValue.d.ts +0 -6
- package/properties/builtins/PropertySettings.d.ts +0 -24
- package/properties/builtins/PropertySettings.js +0 -7
- package/properties/builtins/TextPropertyValue.d.ts +0 -6
- /package/{UserProperty.js → azure-openai/common/ApiResultBase.js} +0 -0
- /package/{properties/IPropertyProviderValueRenderer.js → azure-openai/common/Choice.js} +0 -0
|
@@ -2,10 +2,13 @@ import { GuidValue } from "@omnia/fx-models/internal-do-not-import-from-here/sha
|
|
|
2
2
|
export interface AzureAdAppPermissionInfo {
|
|
3
3
|
name?: string;
|
|
4
4
|
resourceAppId: GuidValue;
|
|
5
|
-
resourceAccess:
|
|
5
|
+
resourceAccess: AzureAdAppResourceAccessWithAlternate[];
|
|
6
6
|
}
|
|
7
7
|
export interface AzureAdAppResourceAccess {
|
|
8
8
|
id: GuidValue;
|
|
9
9
|
type: "Scope" | "Role";
|
|
10
10
|
name?: string;
|
|
11
11
|
}
|
|
12
|
+
export interface AzureAdAppResourceAccessWithAlternate extends AzureAdAppResourceAccess {
|
|
13
|
+
alternatePermissions?: AzureAdAppResourceAccess[];
|
|
14
|
+
}
|
package/ClientManifests.d.ts
CHANGED
|
@@ -59,16 +59,22 @@ export interface ApiBundleManifest {
|
|
|
59
59
|
[api: string]: RegiterApiConfiguration;
|
|
60
60
|
};
|
|
61
61
|
}
|
|
62
|
-
export interface
|
|
62
|
+
export interface SecurityBundleManifest {
|
|
63
|
+
/**
|
|
64
|
+
whether the resource manifest has the authentication disabled (used in non login routes, e.g. Login/OnBoarding)
|
|
65
|
+
*/
|
|
66
|
+
authDisabled?: boolean;
|
|
67
|
+
}
|
|
68
|
+
export interface ResourcesBundleManifest extends LoadableBundleManifest, ApiBundleManifest, SecurityBundleManifest {
|
|
63
69
|
}
|
|
64
|
-
export interface WebComponentBundleManifest extends LoadableBundleManifest, ApiBundleManifest {
|
|
70
|
+
export interface WebComponentBundleManifest extends LoadableBundleManifest, ApiBundleManifest, SecurityBundleManifest {
|
|
65
71
|
/** The name for this component, this should be a none conflicting name
|
|
66
72
|
e.g. use project as prefix myuniqueprojectname-componentName.
|
|
67
73
|
i.e. <myuniqueprojectname-componentName></myuniqueprojectname-componentName> */
|
|
68
74
|
elementName: string;
|
|
69
75
|
definition: WebComponentDefinition;
|
|
70
76
|
}
|
|
71
|
-
export interface GroupedBundleManifest extends LoadableBundleManifest {
|
|
77
|
+
export interface GroupedBundleManifest extends LoadableBundleManifest, SecurityBundleManifest {
|
|
72
78
|
/** The manifest id's in this group */
|
|
73
79
|
manifestIdsInGroup: Array<string>;
|
|
74
80
|
}
|
package/Constants.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
+
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
1
2
|
import { ActionHandlerRegistrationId } from "./ActionHandler";
|
|
2
3
|
import { RoleDefinitions } from "./Enums";
|
|
3
|
-
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
4
4
|
import { FilterEngineSettings } from "./filterengine";
|
|
5
|
-
import { PropertyConfiguration } from "./properties";
|
|
6
5
|
export declare const Constants: {
|
|
7
6
|
licensing: {
|
|
8
7
|
builtInLicenseIds: {
|
|
@@ -48,6 +47,7 @@ export declare const Constants: {
|
|
|
48
47
|
myComputer: Guid;
|
|
49
48
|
youtube: Guid;
|
|
50
49
|
microsoftStream: Guid;
|
|
50
|
+
dalle: Guid;
|
|
51
51
|
};
|
|
52
52
|
};
|
|
53
53
|
richTextEditor: {
|
|
@@ -69,6 +69,10 @@ export declare const Constants: {
|
|
|
69
69
|
textStyles: {
|
|
70
70
|
settingsKey: string;
|
|
71
71
|
};
|
|
72
|
+
openai: {
|
|
73
|
+
dallESettingsKey: string;
|
|
74
|
+
textCompletionSettingsKey: string;
|
|
75
|
+
};
|
|
72
76
|
};
|
|
73
77
|
html: {
|
|
74
78
|
selectors: {
|
|
@@ -166,50 +170,6 @@ export declare const Constants: {
|
|
|
166
170
|
userPropertiesByMicrosoftGraphRegistrationId: Guid;
|
|
167
171
|
userPropertiesBySharePointRegistrationId: Guid;
|
|
168
172
|
};
|
|
169
|
-
definitions: {
|
|
170
|
-
birthdayPropertyDefinitionId: Guid;
|
|
171
|
-
datePropertyDefinitionId: Guid;
|
|
172
|
-
dateTimePropertyDefinitionId: Guid;
|
|
173
|
-
emailPropertyDefinitionId: Guid;
|
|
174
|
-
htmlPropertyDefinitionId: Guid;
|
|
175
|
-
imagePropertyDefinitionId: Guid;
|
|
176
|
-
phoneNumberPropertyDefinitionId: Guid;
|
|
177
|
-
textPropertyDefinitionId: Guid;
|
|
178
|
-
linkPropertyDefinitionId: Guid;
|
|
179
|
-
multilineTextPropertyDefinitionId: Guid;
|
|
180
|
-
timePropertyDefinitionId: Guid;
|
|
181
|
-
languagePropertyDefinitionId: Guid;
|
|
182
|
-
identityPropertyDefinitionId: Guid;
|
|
183
|
-
multilingualPropertyDefinitionId: Guid;
|
|
184
|
-
};
|
|
185
|
-
propertyBindingIds: {
|
|
186
|
-
builtIn: {
|
|
187
|
-
Generic: {
|
|
188
|
-
displayName: Guid;
|
|
189
|
-
description: Guid;
|
|
190
|
-
image: Guid;
|
|
191
|
-
email: Guid;
|
|
192
|
-
};
|
|
193
|
-
User: {
|
|
194
|
-
username: Guid;
|
|
195
|
-
preferredLanguage: Guid;
|
|
196
|
-
uiLanguage: Guid;
|
|
197
|
-
};
|
|
198
|
-
DynamicGroup: {
|
|
199
|
-
displayName: Guid;
|
|
200
|
-
description: Guid;
|
|
201
|
-
externalIdentityMappings: Guid;
|
|
202
|
-
};
|
|
203
|
-
};
|
|
204
|
-
};
|
|
205
|
-
builtInUserPropertiesConfiguration: {
|
|
206
|
-
displayName: PropertyConfiguration<import("./properties").PropertyDefinition<any, any, any>>;
|
|
207
|
-
username: PropertyConfiguration<import("./properties").PropertyDefinition<any, any, any>>;
|
|
208
|
-
image: PropertyConfiguration<import("./properties").PropertyDefinition<any, any, any>>;
|
|
209
|
-
email: PropertyConfiguration<import("./properties").PropertyDefinition<any, any, any>>;
|
|
210
|
-
preferredLanguage: PropertyConfiguration<import("./properties").PropertyDefinition<any, any, any>>;
|
|
211
|
-
uiLanguage: PropertyConfiguration<import("./properties").PropertyDefinition<any, any, any>>;
|
|
212
|
-
};
|
|
213
173
|
};
|
|
214
174
|
security: {
|
|
215
175
|
userDefinedSupportedRoles: RoleDefinitions[];
|
|
@@ -231,7 +191,9 @@ export declare const Constants: {
|
|
|
231
191
|
azureAdSecurity: Guid;
|
|
232
192
|
m365: Guid;
|
|
233
193
|
};
|
|
194
|
+
undefinedUserTypeId: Guid;
|
|
234
195
|
};
|
|
196
|
+
identityQueryItemLimit: number;
|
|
235
197
|
translatorProviderIds: {
|
|
236
198
|
defaultProvider: string;
|
|
237
199
|
azureCognitiveProvider: string;
|
package/Constants.js
CHANGED
|
@@ -1,48 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Constants = void 0;
|
|
4
|
+
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
4
5
|
const ActionHandler_1 = require("./ActionHandler");
|
|
5
6
|
const Enums_1 = require("./Enums");
|
|
6
|
-
const models_1 = require("@omnia/fx-models/internal-do-not-import-from-here/shared/models");
|
|
7
7
|
const filterengine_1 = require("./filterengine");
|
|
8
|
-
const properties_1 = require("./properties");
|
|
9
8
|
const sidepanel_1 = require("./sidepanel");
|
|
10
|
-
const propertyBindingIds = {
|
|
11
|
-
builtIn: {
|
|
12
|
-
Generic: {
|
|
13
|
-
displayName: new models_1.Guid("44d8238b-97d5-468b-9a4f-4d23d95aa3b9"),
|
|
14
|
-
description: new models_1.Guid("9740b1f2-e463-4f27-b345-4534e7b019f4"),
|
|
15
|
-
image: new models_1.Guid("964db53a-309e-4ace-b269-4637a1dd57ef"),
|
|
16
|
-
email: new models_1.Guid("143d9a73-ba3d-43ff-9f6b-9808f6ca3d2b")
|
|
17
|
-
},
|
|
18
|
-
User: {
|
|
19
|
-
username: new models_1.Guid("3f89e33a-143d-4b6f-ba58-b05ad6479dce"),
|
|
20
|
-
preferredLanguage: new models_1.Guid("aea79130-57c9-4a8a-baa4-f2b2865a4fd7"),
|
|
21
|
-
uiLanguage: new models_1.Guid("5ba31954-1b4d-4578-a3cd-e62ebddc2a03"),
|
|
22
|
-
},
|
|
23
|
-
DynamicGroup: {
|
|
24
|
-
displayName: new models_1.Guid("363abaa3-002f-4a94-9af1-e28287d95444"),
|
|
25
|
-
description: new models_1.Guid("4577c48a-98ea-4c6e-abb4-2832f703cdf7"),
|
|
26
|
-
externalIdentityMappings: new models_1.Guid("a0fb8fc6-427f-4eeb-bccd-344a4f9c92c8")
|
|
27
|
-
}
|
|
28
|
-
}
|
|
29
|
-
};
|
|
30
|
-
const definitions = {
|
|
31
|
-
birthdayPropertyDefinitionId: new models_1.Guid("17c2b563-94d1-4912-a786-5f33e7c1d892"),
|
|
32
|
-
datePropertyDefinitionId: new models_1.Guid("a0a1bcb1-e333-4ece-9233-ea8f0caec8c2"),
|
|
33
|
-
dateTimePropertyDefinitionId: new models_1.Guid("77624d38-595f-41ea-8ce2-65168550a94e"),
|
|
34
|
-
emailPropertyDefinitionId: new models_1.Guid("92a8c4bf-86c7-46f2-9a06-16cf60fc960f"),
|
|
35
|
-
htmlPropertyDefinitionId: new models_1.Guid("be2ed6e9-d363-42f1-8c5d-d0b1944ccb53"),
|
|
36
|
-
imagePropertyDefinitionId: new models_1.Guid("aa4d54e5-92f6-4e69-ac44-a8ebcee192c9"),
|
|
37
|
-
phoneNumberPropertyDefinitionId: new models_1.Guid("b2d75ca7-8adc-48b9-a0e8-38fd7023e856"),
|
|
38
|
-
textPropertyDefinitionId: new models_1.Guid("cbd461eb-6d34-4f1a-8ab8-08a220d92868"),
|
|
39
|
-
linkPropertyDefinitionId: new models_1.Guid("be80c74a-d1e5-4c37-bd9d-951e47dd014a"),
|
|
40
|
-
multilineTextPropertyDefinitionId: new models_1.Guid("fe311079-ba9b-45a0-817d-516010de9f0c"),
|
|
41
|
-
timePropertyDefinitionId: new models_1.Guid("cef0f790-a939-4cf5-9b04-ab6b77e2383d"),
|
|
42
|
-
languagePropertyDefinitionId: new models_1.Guid("79160ad4-f905-4af9-993c-dbb53dc6161e"),
|
|
43
|
-
identityPropertyDefinitionId: new models_1.Guid("4dfc3b66-a203-447d-8f64-171f47e5b63a"),
|
|
44
|
-
multilingualPropertyDefinitionId: new models_1.Guid("fac59287-f793-4733-b466-dc84bc277d23"),
|
|
45
|
-
};
|
|
46
9
|
exports.Constants = {
|
|
47
10
|
licensing: {
|
|
48
11
|
builtInLicenseIds: {
|
|
@@ -67,8 +30,7 @@ exports.Constants = {
|
|
|
67
30
|
text: "",
|
|
68
31
|
properties: [],
|
|
69
32
|
},
|
|
70
|
-
enablePartialWordSearch:
|
|
71
|
-
showSortDropdown: false,
|
|
33
|
+
enablePartialWordSearch: true,
|
|
72
34
|
properties: [],
|
|
73
35
|
saveFilterState: false,
|
|
74
36
|
showSelectedValuesArea: false,
|
|
@@ -77,13 +39,14 @@ exports.Constants = {
|
|
|
77
39
|
showPropertyLabel: false,
|
|
78
40
|
maxVisibleSelections: 0,
|
|
79
41
|
outlinedStyle: false,
|
|
80
|
-
roundedStyle:
|
|
81
|
-
filledStyle:
|
|
82
|
-
chipColors: filterengine_1.FilterEngineChipColorType.
|
|
42
|
+
roundedStyle: false,
|
|
43
|
+
filledStyle: true,
|
|
44
|
+
chipColors: filterengine_1.FilterEngineChipColorType.Default,
|
|
83
45
|
customChipTextColor: "",
|
|
84
46
|
customChipBackgroundColor: "",
|
|
85
|
-
filterWidth:
|
|
86
|
-
runQueryOnLoad: true
|
|
47
|
+
filterWidth: null,
|
|
48
|
+
runQueryOnLoad: true,
|
|
49
|
+
fixedFilter: false
|
|
87
50
|
};
|
|
88
51
|
},
|
|
89
52
|
countNumber: {
|
|
@@ -114,6 +77,7 @@ exports.Constants = {
|
|
|
114
77
|
myComputer: new models_1.Guid("d4daf9fe-93ba-453e-9b80-dbde58c88ea1"),
|
|
115
78
|
youtube: new models_1.Guid("207fe7cf-415e-4615-8a4d-21e091de33ae"),
|
|
116
79
|
microsoftStream: new models_1.Guid("6b1abf7d-01f1-4168-8319-4f53043b5f16"),
|
|
80
|
+
dalle: new models_1.Guid("69805036-0D70-421B-8B81-217978BB47A4"),
|
|
117
81
|
},
|
|
118
82
|
},
|
|
119
83
|
richTextEditor: {
|
|
@@ -135,6 +99,10 @@ exports.Constants = {
|
|
|
135
99
|
textStyles: {
|
|
136
100
|
settingsKey: "omnia.textstyle.settings",
|
|
137
101
|
},
|
|
102
|
+
openai: {
|
|
103
|
+
dallESettingsKey: "omnia.openai.dalle.settings",
|
|
104
|
+
textCompletionSettingsKey: "omnia.openai.textcompletion.settings",
|
|
105
|
+
}
|
|
138
106
|
},
|
|
139
107
|
html: {
|
|
140
108
|
selectors: {
|
|
@@ -232,16 +200,32 @@ exports.Constants = {
|
|
|
232
200
|
userPropertiesByMicrosoftGraphRegistrationId: new models_1.Guid("4697ebf0-066f-4ff7-a6bd-e524c7660e1d"),
|
|
233
201
|
userPropertiesBySharePointRegistrationId: new models_1.Guid("baa37c5e-c2d8-41b3-9ae7-cbf3281350a5"),
|
|
234
202
|
},
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
203
|
+
//this should be removed
|
|
204
|
+
//builtInPropertyBindings: {
|
|
205
|
+
// //this should be removed
|
|
206
|
+
// user:
|
|
207
|
+
// {
|
|
208
|
+
// //this should be removed
|
|
209
|
+
// displayName:
|
|
210
|
+
// new PropertyBinding(TextPropertyDefinition, new Guid("44d8238b-97d5-468b-9a4f-4d23d95aa3b9"), "displayName"),
|
|
211
|
+
// //this should be removed
|
|
212
|
+
// username:
|
|
213
|
+
// new PropertyBinding(TextPropertyDefinition, new Guid("3f89e33a-143d-4b6f-ba58-b05ad6479dce"), "username"),
|
|
214
|
+
// //this should be removed
|
|
215
|
+
// image:
|
|
216
|
+
// new PropertyBinding(ImagePropertyDefinition, new Guid("964db53a-309e-4ace-b269-4637a1dd57ef"), "image"),
|
|
217
|
+
// //this should be removed
|
|
218
|
+
// email:
|
|
219
|
+
// new PropertyBinding(EmailPropertyDefinition, new Guid("143d9a73-ba3d-43ff-9f6b-9808f6ca3d2b"), "email"),
|
|
220
|
+
// //this should be removed
|
|
221
|
+
// preferredLanguage:
|
|
222
|
+
// //this should be removed
|
|
223
|
+
// new PropertyBinding(LanguagePropertyDefinition, new Guid("aea79130-57c9-4a8a-baa4-f2b2865a4fd7"), "preferredLanguage"),
|
|
224
|
+
// uiLanguage:
|
|
225
|
+
// //this should be removed
|
|
226
|
+
// new PropertyBinding(LanguagePropertyDefinition, new Guid("5ba31954-1b4d-4578-a3cd-e62ebddc2a03"), "uiLanguage"),
|
|
227
|
+
// }
|
|
228
|
+
//}
|
|
245
229
|
},
|
|
246
230
|
security: {
|
|
247
231
|
userDefinedSupportedRoles: [
|
|
@@ -266,8 +250,10 @@ exports.Constants = {
|
|
|
266
250
|
omnia: new models_1.Guid("2d4c8116-3cdf-42c0-9854-aba20aff6a5b"),
|
|
267
251
|
azureAdSecurity: new models_1.Guid("24dde5dc-e0ab-46c2-967f-8a5e04446c6c"),
|
|
268
252
|
m365: new models_1.Guid("945f9787-72a6-4668-8847-2b8b3a24d3dd")
|
|
269
|
-
}
|
|
253
|
+
},
|
|
254
|
+
undefinedUserTypeId: new models_1.Guid("930fd165-96a9-4503-8d14-f7369694c75f")
|
|
270
255
|
},
|
|
256
|
+
identityQueryItemLimit: 10,
|
|
271
257
|
translatorProviderIds: {
|
|
272
258
|
defaultProvider: "995d7152-64be-4f1b-8dec-d14b646db2c5",
|
|
273
259
|
azureCognitiveProvider: "7f5ffb28-7d97-45a5-aac7-0cda07b24a89",
|
package/DateTimeZone.d.ts
CHANGED
package/DependencyInjection.d.ts
CHANGED
package/DependencyInjection.js
CHANGED
|
@@ -4,6 +4,6 @@ exports.InstanceLifetimes = void 0;
|
|
|
4
4
|
var InstanceLifetimes;
|
|
5
5
|
(function (InstanceLifetimes) {
|
|
6
6
|
InstanceLifetimes[InstanceLifetimes["Transient"] = 0] = "Transient";
|
|
7
|
-
InstanceLifetimes[InstanceLifetimes["
|
|
7
|
+
InstanceLifetimes[InstanceLifetimes["Singleton"] = 1] = "Singleton";
|
|
8
8
|
InstanceLifetimes[InstanceLifetimes["Scoped"] = 2] = "Scoped";
|
|
9
9
|
})(InstanceLifetimes = exports.InstanceLifetimes || (exports.InstanceLifetimes = {}));
|
package/Enums.d.ts
CHANGED
|
@@ -432,6 +432,7 @@ export declare enum PrincipalTypes {
|
|
|
432
432
|
All = 5
|
|
433
433
|
}
|
|
434
434
|
export declare enum UserPickingType {
|
|
435
|
+
NoDefault = 0,
|
|
435
436
|
FixedValue = 1,
|
|
436
437
|
CurrentUser = 2
|
|
437
438
|
}
|
|
@@ -745,6 +746,12 @@ export declare namespace MediaPickerEnums {
|
|
|
745
746
|
overlay = 0,
|
|
746
747
|
noOverlay = 1
|
|
747
748
|
}
|
|
749
|
+
enum MediaSearchStatus {
|
|
750
|
+
Initial = 0,
|
|
751
|
+
Searching = 1,
|
|
752
|
+
Finish = 2,
|
|
753
|
+
Error = 3
|
|
754
|
+
}
|
|
748
755
|
}
|
|
749
756
|
export declare enum DirectionRules {
|
|
750
757
|
ltr = 0,
|
package/Enums.js
CHANGED
|
@@ -334,6 +334,7 @@ var PrincipalTypes;
|
|
|
334
334
|
})(PrincipalTypes = exports.PrincipalTypes || (exports.PrincipalTypes = {}));
|
|
335
335
|
var UserPickingType;
|
|
336
336
|
(function (UserPickingType) {
|
|
337
|
+
UserPickingType[UserPickingType["NoDefault"] = 0] = "NoDefault";
|
|
337
338
|
UserPickingType[UserPickingType["FixedValue"] = 1] = "FixedValue";
|
|
338
339
|
UserPickingType[UserPickingType["CurrentUser"] = 2] = "CurrentUser";
|
|
339
340
|
})(UserPickingType = exports.UserPickingType || (exports.UserPickingType = {}));
|
|
@@ -702,6 +703,13 @@ var MediaPickerEnums;
|
|
|
702
703
|
LoadingStyle[LoadingStyle["overlay"] = 0] = "overlay";
|
|
703
704
|
LoadingStyle[LoadingStyle["noOverlay"] = 1] = "noOverlay";
|
|
704
705
|
})(LoadingStyle = MediaPickerEnums.LoadingStyle || (MediaPickerEnums.LoadingStyle = {}));
|
|
706
|
+
let MediaSearchStatus;
|
|
707
|
+
(function (MediaSearchStatus) {
|
|
708
|
+
MediaSearchStatus[MediaSearchStatus["Initial"] = 0] = "Initial";
|
|
709
|
+
MediaSearchStatus[MediaSearchStatus["Searching"] = 1] = "Searching";
|
|
710
|
+
MediaSearchStatus[MediaSearchStatus["Finish"] = 2] = "Finish";
|
|
711
|
+
MediaSearchStatus[MediaSearchStatus["Error"] = 3] = "Error";
|
|
712
|
+
})(MediaSearchStatus = MediaPickerEnums.MediaSearchStatus || (MediaPickerEnums.MediaSearchStatus = {}));
|
|
705
713
|
})(MediaPickerEnums = exports.MediaPickerEnums || (exports.MediaPickerEnums = {}));
|
|
706
714
|
var DirectionRules;
|
|
707
715
|
(function (DirectionRules) {
|
package/Exposes.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ export * from "./MicrosoftStreamModel";
|
|
|
22
22
|
export * from "./WebImage";
|
|
23
23
|
export * from "./Theming";
|
|
24
24
|
export * from "./ExternalLayoutProvider";
|
|
25
|
-
export * from "./Identity";
|
|
26
25
|
export * from "./NamedProperty";
|
|
27
26
|
export * from "./ServiceParam";
|
|
28
27
|
export * from "./Feature";
|
|
@@ -94,7 +93,6 @@ export * from "./LinkHandler";
|
|
|
94
93
|
export * from "./DateTimeZone";
|
|
95
94
|
export * from "./AzureAd";
|
|
96
95
|
export * from "./FilterEngineStyles";
|
|
97
|
-
export * from "./UserProperty";
|
|
98
96
|
export * from "./Func";
|
|
99
97
|
export * from "./ux";
|
|
100
98
|
export * from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
|
|
@@ -118,6 +116,7 @@ export * from "./componentproptypes";
|
|
|
118
116
|
export * from "./oxide";
|
|
119
117
|
export * from "./docs";
|
|
120
118
|
export * from "./velcron";
|
|
119
|
+
export * from "./azure-openai";
|
|
121
120
|
export * from "./FilePicker";
|
|
122
121
|
export * from "./FileIdentifier";
|
|
123
122
|
export * from "./UserAgent";
|
package/Exposes.js
CHANGED
|
@@ -29,7 +29,6 @@ tslib_1.__exportStar(require("./MicrosoftStreamModel"), exports);
|
|
|
29
29
|
tslib_1.__exportStar(require("./WebImage"), exports);
|
|
30
30
|
tslib_1.__exportStar(require("./Theming"), exports);
|
|
31
31
|
tslib_1.__exportStar(require("./ExternalLayoutProvider"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./Identity"), exports);
|
|
33
32
|
tslib_1.__exportStar(require("./NamedProperty"), exports);
|
|
34
33
|
tslib_1.__exportStar(require("./ServiceParam"), exports);
|
|
35
34
|
tslib_1.__exportStar(require("./Feature"), exports);
|
|
@@ -100,7 +99,6 @@ tslib_1.__exportStar(require("./LinkHandler"), exports);
|
|
|
100
99
|
tslib_1.__exportStar(require("./DateTimeZone"), exports);
|
|
101
100
|
tslib_1.__exportStar(require("./AzureAd"), exports);
|
|
102
101
|
tslib_1.__exportStar(require("./FilterEngineStyles"), exports);
|
|
103
|
-
tslib_1.__exportStar(require("./UserProperty"), exports);
|
|
104
102
|
tslib_1.__exportStar(require("./Func"), exports);
|
|
105
103
|
//************************************************************************************ */
|
|
106
104
|
// End of file exports
|
|
@@ -130,6 +128,7 @@ tslib_1.__exportStar(require("./componentproptypes"), exports);
|
|
|
130
128
|
tslib_1.__exportStar(require("./oxide"), exports);
|
|
131
129
|
tslib_1.__exportStar(require("./docs"), exports);
|
|
132
130
|
tslib_1.__exportStar(require("./velcron"), exports);
|
|
131
|
+
tslib_1.__exportStar(require("./azure-openai"), exports);
|
|
133
132
|
//************************************************************************************ */
|
|
134
133
|
// End of folder exports
|
|
135
134
|
//************************************************************************************ */
|
package/Feature.d.ts
CHANGED
package/FilterEngineStyles.d.ts
CHANGED
|
@@ -5,16 +5,17 @@ export declare const FilterEngineStyles: {
|
|
|
5
5
|
filterPropertyActionWrapper: types.NestedCSSProperties;
|
|
6
6
|
iconWrapper: types.NestedCSSProperties;
|
|
7
7
|
roundedAllCorners: types.NestedCSSProperties;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
dropdownWidth: types.NestedCSSProperties;
|
|
9
|
+
slimListScrollbar: types.NestedCSSProperties;
|
|
10
|
+
dropdownMenuActivator: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
|
|
10
11
|
nodeLevelIndentation: (nodeLevel: number) => types.NestedCSSProperties;
|
|
11
12
|
textDefaultStyle: (dark: boolean) => types.NestedCSSProperties;
|
|
12
13
|
avatarStyle: types.NestedCSSProperties;
|
|
13
14
|
avatarOptionStyle: types.NestedCSSProperties;
|
|
14
|
-
|
|
15
|
+
searchBoxDefaultStyle: types.NestedCSSProperties;
|
|
16
|
+
searchValueBoxDefaultStyle: types.NestedCSSProperties;
|
|
15
17
|
searchTextColor: types.NestedCSSProperties;
|
|
16
18
|
treeNodeText: (isSelected: boolean) => types.NestedCSSProperties;
|
|
17
|
-
bodyFilterStyle: (open: boolean) => types.NestedCSSProperties;
|
|
18
19
|
treeNodeResultCount: (theme: ITheming, isSelected: boolean) => types.NestedCSSProperties;
|
|
19
20
|
dialogContent: (theming: ITheming) => types.NestedCSSProperties;
|
|
20
21
|
popUpDialogButton: types.NestedCSSProperties;
|
|
@@ -22,9 +23,30 @@ export declare const FilterEngineStyles: {
|
|
|
22
23
|
mainSection: (maxWidth: number) => types.NestedCSSProperties;
|
|
23
24
|
sideSection: (minWidth: number) => types.NestedCSSProperties;
|
|
24
25
|
flexFull: types.NestedCSSProperties;
|
|
25
|
-
|
|
26
|
-
transformDialogPanel: (isShowing: boolean) => types.NestedCSSProperties;
|
|
26
|
+
toggleDialogButton: types.NestedCSSProperties;
|
|
27
27
|
panelDialog: types.NestedCSSProperties;
|
|
28
28
|
fullscreenScrollableFilterArea: types.NestedCSSProperties;
|
|
29
29
|
closePropertyPanelButton: types.NestedCSSProperties;
|
|
30
|
+
reactiveContentColor: (isDark: boolean) => types.NestedCSSProperties;
|
|
31
|
+
invisible: types.NestedCSSProperties;
|
|
32
|
+
reactiveLabel: (isDark: boolean) => types.NestedCSSProperties;
|
|
33
|
+
reactiveVuetifyFilledTextFieldStyles: (isDark: boolean, alternateColor?: boolean) => types.NestedCSSProperties;
|
|
34
|
+
reactiveVuetifyOutlinedTextFieldStyles: (isDark: boolean) => types.NestedCSSProperties;
|
|
35
|
+
vuetifyRoundedTextFieldStyles: types.NestedCSSProperties;
|
|
36
|
+
headerTextStyle: types.NestedCSSProperties;
|
|
37
|
+
reactiveVuetifyUnderlinedTextField: (isDark: boolean) => types.NestedCSSProperties;
|
|
38
|
+
chipBackgroundColor: (backgroundColor: string, outlinedStyling: boolean, moreTransparent?: boolean) => types.NestedCSSProperties;
|
|
39
|
+
chipBorder: (backgroundColor: string) => types.NestedCSSProperties;
|
|
40
|
+
transparentBackground: types.NestedCSSProperties;
|
|
41
|
+
headerFontStyles: types.NestedCSSProperties;
|
|
42
|
+
listItemFontStyles: types.NestedCSSProperties;
|
|
43
|
+
expansionPanelContentWrapper: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
|
|
44
|
+
listItemSpacingStyles: (hasDefaultStyling: boolean) => types.NestedCSSProperties;
|
|
45
|
+
textFieldSpacingStyles: types.NestedCSSProperties;
|
|
46
|
+
chipItemFontStyles: types.NestedCSSProperties;
|
|
47
|
+
reactiveResultCountBackgroundColor: (isDark: boolean) => types.NestedCSSProperties;
|
|
48
|
+
reactiveOpacity: (isDark: boolean) => types.NestedCSSProperties;
|
|
49
|
+
smallerExpansionPanelHeader: types.NestedCSSProperties;
|
|
50
|
+
customLabel: (color: string) => types.NestedCSSProperties;
|
|
51
|
+
reactiveHighlightedBorder: (isDark: boolean) => types.NestedCSSProperties;
|
|
30
52
|
};
|
package/Layout.d.ts
CHANGED
|
@@ -485,21 +485,16 @@ export interface LayoutRendererCanvasApi {
|
|
|
485
485
|
}
|
|
486
486
|
export interface Breakpoint {
|
|
487
487
|
xs: boolean;
|
|
488
|
-
xsOnly: boolean;
|
|
489
488
|
sm: boolean;
|
|
490
|
-
smOnly: boolean;
|
|
491
489
|
smAndDown: boolean;
|
|
492
490
|
smAndUp: boolean;
|
|
493
491
|
md: boolean;
|
|
494
|
-
mdOnly: boolean;
|
|
495
492
|
mdAndDown: boolean;
|
|
496
493
|
mdAndUp: boolean;
|
|
497
494
|
lg: boolean;
|
|
498
|
-
lgOnly: boolean;
|
|
499
495
|
lgAndDown: boolean;
|
|
500
496
|
lgAndUp: boolean;
|
|
501
497
|
xl: boolean;
|
|
502
|
-
xlOnly: boolean;
|
|
503
498
|
name: ("xs" | "sm" | "md" | "lg" | "xl");
|
|
504
499
|
width: number;
|
|
505
500
|
height: number;
|
|
@@ -508,8 +503,9 @@ export interface Breakpoint {
|
|
|
508
503
|
sm: number;
|
|
509
504
|
md: number;
|
|
510
505
|
lg: number;
|
|
506
|
+
xl: number;
|
|
507
|
+
xxl: number;
|
|
511
508
|
};
|
|
512
|
-
scrollbarWidth: number;
|
|
513
509
|
}
|
|
514
510
|
/**
|
|
515
511
|
* Define different context extending this so that Layout can different multiple media provider per context
|
package/ManifestIds.d.ts
CHANGED
|
@@ -86,6 +86,7 @@ export declare class OmniaResourceManifests {
|
|
|
86
86
|
static get TaxonomyFilterEngineRegistrationApi(): Guid;
|
|
87
87
|
static get EnterpriseKeywordsFilterEngineRegistrationApi(): Guid;
|
|
88
88
|
static get PersonFilterEngineRegistrationApi(): Guid;
|
|
89
|
+
static get TagsFilterEngineRegistrationApi(): Guid;
|
|
89
90
|
static get BooleanFilterEngineRegistrationApi(): Guid;
|
|
90
91
|
static get TextFilterEngineRegistrationApi(): Guid;
|
|
91
92
|
static get NumberFilterEngineRegistrationApi(): Guid;
|
|
@@ -110,6 +111,12 @@ export declare class OmniaResourceManifests {
|
|
|
110
111
|
static get IdentitySyncProviderApi(): Guid;
|
|
111
112
|
static get BuiltinSyncProvidersRegistration(): Guid;
|
|
112
113
|
static get SharePointIntegrationExternalMapping(): Guid;
|
|
114
|
+
static get TextCompletionTenantFeature(): Guid;
|
|
115
|
+
static get DallESecretComponent(): Guid;
|
|
116
|
+
static get DallESecretRegistrations(): Guid;
|
|
117
|
+
static get DallELocalization(): Guid;
|
|
118
|
+
static get DallETenantFeature(): Guid;
|
|
119
|
+
static get DallEMediaProviderFeature(): Guid;
|
|
113
120
|
}
|
|
114
121
|
export declare class OmniaWebComponentManifests {
|
|
115
122
|
static get AuthSetup(): Guid;
|
|
@@ -194,6 +201,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
194
201
|
static get FxUxSharePointVideoSettings(): Guid;
|
|
195
202
|
static get FxUxMicrosoftStreamProvider(): Guid;
|
|
196
203
|
static get FxUxYoutubeProvider(): Guid;
|
|
204
|
+
static get FxUxDallEProvider(): Guid;
|
|
197
205
|
static get FxUxImageTransformer(): Guid;
|
|
198
206
|
static get FxUxThemeDefinitionEditor(): Guid;
|
|
199
207
|
static get FxUxImageEditor(): Guid;
|
|
@@ -273,7 +281,9 @@ export declare class OmniaWebComponentManifests {
|
|
|
273
281
|
static get FxUxFilterEngineSettings(): Guid;
|
|
274
282
|
static get FxUxFilterEngineDialogContent(): Guid;
|
|
275
283
|
static get FxUxFilterEnginePersonPropertySettings(): Guid;
|
|
284
|
+
static get FxUxFilterEngineTagsPropertySettings(): Guid;
|
|
276
285
|
static get FxUxFilterEnginePersonPropertyDefaultValueInput(): Guid;
|
|
286
|
+
static get FxUxFilterEngineTagsPropertyDefaultValueInput(): Guid;
|
|
277
287
|
static get FxUxFilterEngineBooleanPropertySettings(): Guid;
|
|
278
288
|
static get FxUxFilterEngineBooleanPropertyDefaultValueInput(): Guid;
|
|
279
289
|
static get FxUxFilterEngineTextPropertySettings(): Guid;
|
|
@@ -287,6 +297,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
287
297
|
static get FxUxFilterEngineRenderer(): Guid;
|
|
288
298
|
static get FxUxTaxonomyFilterEngineRenderer(): Guid;
|
|
289
299
|
static get FxUxPersonFilterEngineRenderer(): Guid;
|
|
300
|
+
static get FxUxTagsFilterEngineRenderer(): Guid;
|
|
290
301
|
static get FxUxTextFilterEngineRenderer(): Guid;
|
|
291
302
|
static get FxUxBooleanFilterEngineRenderer(): Guid;
|
|
292
303
|
static get FxUxDateFilterEngineRenderer(): Guid;
|
|
@@ -294,10 +305,13 @@ export declare class OmniaWebComponentManifests {
|
|
|
294
305
|
static get FxUxFilterEngineSelectionsArea(): Guid;
|
|
295
306
|
static get FxUxFilterEngineSelectionsAreaTaxonomyProperty(): Guid;
|
|
296
307
|
static get FxUxFilterEngineSelectionsAreaPersonProperty(): Guid;
|
|
308
|
+
static get FxUxFilterEngineSelectionsAreaTagsProperty(): Guid;
|
|
297
309
|
static get FxUxFilterEngineSelectionsAreaBooleanProperty(): Guid;
|
|
298
310
|
static get FxUxFilterEngineSelectionsAreaTextProperty(): Guid;
|
|
299
311
|
static get FxUxFilterEngineSelectionsAreaDateTimeProperty(): Guid;
|
|
300
312
|
static get FxUxFilterEngineSelectionsAreaNumberProperty(): Guid;
|
|
313
|
+
static get FxUxFilterEnginePropertyDropdown(): Guid;
|
|
314
|
+
static get FxUxFilterEnginePropertyList(): Guid;
|
|
301
315
|
static get SpTermSetPicker(): Guid;
|
|
302
316
|
static get SpTermPicker(): Guid;
|
|
303
317
|
static get SpTermPickerTree(): Guid;
|
|
@@ -341,6 +355,10 @@ export declare class OmniaWebComponentManifests {
|
|
|
341
355
|
static get FxUxEnterprisePropertiesDataSourcePicker(): Guid;
|
|
342
356
|
static get FxUxPropertyPicker(): Guid;
|
|
343
357
|
static get FxUxPropertyRenderer(): Guid;
|
|
358
|
+
static get FxUxPropertyDefintionRenderer(): Guid;
|
|
359
|
+
static get FxUxPropertyDefintionConfiguration(): Guid;
|
|
360
|
+
static get FxUxLabelOptionsRenderer(): Guid;
|
|
361
|
+
static get FxUxPropertyLocking(): Guid;
|
|
344
362
|
static get UserPropertyConfigurationRenderer(): Guid;
|
|
345
363
|
static get FxUxPropertyDatasourceRenderer(): Guid;
|
|
346
364
|
static get FxUxPropertyInput(): Guid;
|