@omnia/fx-models 8.0.60-dev → 8.0.61-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 -0
- package/ManifestIds.js +3 -0
- package/package.json +1 -1
package/ManifestIds.d.ts
CHANGED
|
@@ -155,6 +155,7 @@ export declare class OmniaWebComponentManifests {
|
|
|
155
155
|
static get BladeHeader(): Guid;
|
|
156
156
|
static get OAppBar(): Guid;
|
|
157
157
|
static get OAlert(): Guid;
|
|
158
|
+
static get OSwiper(): Guid;
|
|
158
159
|
static get OInfiniteScroll(): Guid;
|
|
159
160
|
static get OAvatar(): Guid;
|
|
160
161
|
static get OLazy(): Guid;
|
package/ManifestIds.js
CHANGED
|
@@ -478,6 +478,9 @@ class OmniaWebComponentManifests {
|
|
|
478
478
|
static get OAlert() {
|
|
479
479
|
return new models_1.Guid("8a200f29-d748-4601-b901-dd76ca8ec771");
|
|
480
480
|
}
|
|
481
|
+
static get OSwiper() {
|
|
482
|
+
return new models_1.Guid("8b0bddec-d5d7-4fcb-a7aa-c87913137ca3");
|
|
483
|
+
}
|
|
481
484
|
static get OInfiniteScroll() {
|
|
482
485
|
return new models_1.Guid("fb478d20-1092-422a-a210-6afa9758300f");
|
|
483
486
|
}
|