Skip to content

Commit

Permalink
Merge pull request #2 from malikrajat/v-19.0.0
Browse files Browse the repository at this point in the history
update to ng 19
  • Loading branch information
malikrajat authored Dec 1, 2024
2 parents b150b37 + 7ef4601 commit 1adb7fa
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 129 deletions.
Binary file added .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ To use lazy loading, pass the carousel an array of images, as shown in the examp
|--------|------|
| 0.0.x | 17.x |
| 2.x.x | 18.x |
| 3.x.x | 19.x |

## Properties

Expand Down
112 changes: 0 additions & 112 deletions esm2022/lib/rm-carousel.component.mjs

This file was deleted.

2 changes: 0 additions & 2 deletions esm2022/public-api.mjs

This file was deleted.

5 changes: 0 additions & 5 deletions esm2022/rm-carousel.mjs

This file was deleted.

8 changes: 4 additions & 4 deletions fesm2022/rm-carousel.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ class RmCarouselComponent {
clearInterval(this.ngOnInitClearTime);
clearTimeout(this.jumpToSlideClearTime);
}
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: RmCarouselComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "18.1.4", type: RmCarouselComponent, isStandalone: true, selector: "rm-carousel", inputs: { slides: "slides", indicatorsVisible: "indicatorsVisible", animationSpeed: "animationSpeed", autoPlay: "autoPlay", autoPlaySpeed: "autoPlaySpeed" }, ngImport: i0, template: `
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: RmCarouselComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.0.0", version: "19.0.1", type: RmCarouselComponent, isStandalone: true, selector: "rm-carousel", inputs: { slides: "slides", indicatorsVisible: "indicatorsVisible", animationSpeed: "animationSpeed", autoPlay: "autoPlay", autoPlaySpeed: "autoPlaySpeed" }, ngImport: i0, template: `
<div class="slides">
<div
class="slide"
Expand Down Expand Up @@ -70,9 +70,9 @@ class RmCarouselComponent {
</div>
`, isInline: true, styles: [":host{display:block;width:100%}:host .slides{width:100%;height:700px;border-radius:10px;overflow:hidden;position:relative}:host .slides .slide{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}:host .slides :is(.nextButton,.previousButton){position:absolute;top:50%;border:0px;background-color:transparent;font-size:40px;color:#fff;cursor:pointer}:host .slides .nextButton{right:20px}:host .slides .previousButton{left:20px}:host .slides #indicators{position:absolute;left:0;right:0;margin:auto;bottom:20px;width:200px}:host .slides #indicators .indicator{width:20px;height:20px;border-radius:50%;background-color:#fff;display:inline-block;margin:0 5px;cursor:pointer;transition:background-color .5s ease-in-out}:host .slides #indicators .indicator.active{background-color:#4f4f4f}\n"], dependencies: [{ kind: "ngmodule", type: CommonModule }, { kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }] }); }
}
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.1.4", ngImport: i0, type: RmCarouselComponent, decorators: [{
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.0.1", ngImport: i0, type: RmCarouselComponent, decorators: [{
type: Component,
args: [{ selector: 'rm-carousel', standalone: true, imports: [CommonModule], template: `
args: [{ selector: 'rm-carousel', imports: [CommonModule], template: `
<div class="slides">
<div
class="slide"
Expand Down
Loading

0 comments on commit 1adb7fa

Please sign in to comment.