@omnia/fx-models 8.0.2-dev → 8.0.3-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/ManifestIds.d.ts +1 -1
- package/ManifestIds.js +1 -1
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -340,7 +340,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
340
340
|
static get FxUxLikeListingTemplate(): Guid;
|
|
341
341
|
static get FxUxPostLikeListingTemplate(): Guid;
|
|
342
342
|
static get FxUxPermissionInput(): Guid;
|
|
343
|
-
static get
|
|
343
|
+
static get FxUxSecurityTrimmer(): Guid;
|
|
344
344
|
static get FxUxSpacingPicker(): Guid;
|
|
345
345
|
static get FxUxFilterPicker(): Guid;
|
|
346
346
|
static get FxUxFilterEngineSettings(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -1038,7 +1038,7 @@ class OmniaWebComponentManifests {
|
|
|
1038
1038
|
static get FxUxPermissionInput() {
|
|
1039
1039
|
return new models_1.Guid("fb67bd4d-1cc2-4073-ab12-3c822d78ea17");
|
|
1040
1040
|
}
|
|
1041
|
-
static get
|
|
1041
|
+
static get FxUxSecurityTrimmer() {
|
|
1042
1042
|
return new models_1.Guid("379287b1-efe6-4a49-a43f-cd754d1fd951");
|
|
1043
1043
|
}
|
|
1044
1044
|
static get FxUxSpacingPicker() {
|