codexly-ui 0.10.41 → 0.10.42
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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -12405,7 +12405,7 @@ class ClxCarouselComponent {
|
|
|
12405
12405
|
this._zone.run(() => this._resizing.set(true));
|
|
12406
12406
|
if (this._resizeEndTimer)
|
|
12407
12407
|
clearTimeout(this._resizeEndTimer);
|
|
12408
|
-
this._resizeEndTimer = setTimeout(() => this._zone.run(() => this._resizing.set(false)),
|
|
12408
|
+
this._resizeEndTimer = setTimeout(() => this._zone.run(() => this._resizing.set(false)), 400);
|
|
12409
12409
|
};
|
|
12410
12410
|
_aspectClass = computed(() => CAROUSEL_ASPECT_RATIO_MAP[this.aspectRatio()] ?? '', ...(ngDevMode ? [{ debugName: "_aspectClass" }] : /* istanbul ignore next */ []));
|
|
12411
12411
|
_viewportClass = computed(() => {
|