@omnia/fx-models 7.8.129-preview → 7.8.131-preview
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/ManifestIds.d.ts +2 -0
- package/ManifestIds.js +6 -0
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -212,6 +212,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
212
212
|
static get FxUxEnterprisePropertiesTaxonomyFieldDisplay(): Guid;
|
|
213
213
|
static get FxUxEnterprisePropertiesLanguageFieldDisplay(): Guid;
|
|
214
214
|
static get FxUxEnterprisePropertiesTagsPropertyDisplay(): Guid;
|
|
215
|
+
static get FxUxEnterprisePropertiesMediaPropertyDisplay(): Guid;
|
|
215
216
|
static get FxUxEnterprisePropertyPicker(): Guid;
|
|
216
217
|
static get FxUxEnterprisePropertySetPicker(): Guid;
|
|
217
218
|
static get FxUxEnterprisePropertyDataTypeProviderDisplay(): Guid;
|
|
@@ -306,6 +307,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
306
307
|
static get FxUxLanguageFieldEdit(): Guid;
|
|
307
308
|
static get FxUxTagsPropertyEdit(): Guid;
|
|
308
309
|
static get FxUxDataFieldEdit(): Guid;
|
|
310
|
+
static get FxUxMediaFieldEdit(): Guid;
|
|
309
311
|
static get FxUxPersonFieldValueDefinition(): Guid;
|
|
310
312
|
static get FxUxRichTextFieldValueDefinition(): Guid;
|
|
311
313
|
static get FxUxBooleanFieldValueDefinition(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -649,6 +649,9 @@ class OmniaWebComponentManifests {
|
|
|
649
649
|
static get FxUxEnterprisePropertiesTagsPropertyDisplay() {
|
|
650
650
|
return new models_1.Guid("1cb9cb57-345b-41c3-bae6-6e9bab8cf454");
|
|
651
651
|
}
|
|
652
|
+
static get FxUxEnterprisePropertiesMediaPropertyDisplay() {
|
|
653
|
+
return new models_1.Guid("3ba46b06-c2cd-44cd-a06e-2762527b498d");
|
|
654
|
+
}
|
|
652
655
|
static get FxUxEnterprisePropertyPicker() {
|
|
653
656
|
return new models_1.Guid("b94ea090-8c7f-4610-85de-9d21a61e0826");
|
|
654
657
|
}
|
|
@@ -938,6 +941,9 @@ class OmniaWebComponentManifests {
|
|
|
938
941
|
static get FxUxDataFieldEdit() {
|
|
939
942
|
return new models_1.Guid("bb27e780-de41-442f-a9ca-b8cef6c71100");
|
|
940
943
|
}
|
|
944
|
+
static get FxUxMediaFieldEdit() {
|
|
945
|
+
return new models_1.Guid("2d82992f-4468-40d8-b00b-1909b64dd625");
|
|
946
|
+
}
|
|
941
947
|
static get FxUxPersonFieldValueDefinition() {
|
|
942
948
|
return new models_1.Guid("523800d7-1528-4000-995f-706291edf85f");
|
|
943
949
|
}
|
package/package.json
CHANGED