oasys-lib 1.26.0 → 1.26.2

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.
@@ -2284,6 +2284,8 @@
2284
2284
  Object.assign(swiperEl, swiperParams);
2285
2285
  // and now initialize it
2286
2286
  swiperEl.initialize();
2287
+ // Set up scrollbar and ensure this is recalculated on resize events
2288
+ this.setupScrollbarLayoutProperties();
2287
2289
  swiperEl.addEventListener('resize', function () {
2288
2290
  _this.setupScrollbarLayoutProperties();
2289
2291
  });
@@ -2346,9 +2348,9 @@
2346
2348
  type: i0.Input
2347
2349
  }] } });
2348
2350
 
2349
- bundle.register();
2350
2351
  var OasysCarouselModule = /** @class */ (function () {
2351
2352
  function OasysCarouselModule() {
2353
+ bundle.register();
2352
2354
  }
2353
2355
  return OasysCarouselModule;
2354
2356
  }());
@@ -2364,7 +2366,7 @@
2364
2366
  providers: [TokenService],
2365
2367
  schemas: [i0.CUSTOM_ELEMENTS_SCHEMA]
2366
2368
  }]
2367
- }] });
2369
+ }], ctorParameters: function () { return []; } });
2368
2370
 
2369
2371
  var BannerComponent = /** @class */ (function () {
2370
2372
  function BannerComponent(tokenService) {