Socket
Socket
Sign inDemoInstall

ngx-hm-carousel

Package Overview
Dependencies
7
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 3.0.0-beta.1

esm2020/lib/ngx-hm-carousel-dynamic.directive.mjs

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 3.0.0
### Feature
- **angular**: update angular to angular 13
## 2.0.0

@@ -2,0 +7,0 @@

5

lib/ngx-hm-carousel-dynamic.directive.d.ts
import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgxHmCarouselDynamicDirective implements OnInit {

@@ -9,5 +10,7 @@ private _view;

set currentI(value: number);
private compelete;
private completed;
constructor(_view: ViewContainerRef, _template: TemplateRef<any>);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHmCarouselDynamicDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxHmCarouselDynamicDirective, "[ngxHmCarouselDynamic]", never, { "index": "ngxHmCarouselDynamic"; "length": "ngxHmCarouselDynamicLength"; "show": "ngxHmCarouselDynamicShow"; "currentI": "ngxHmCarouselDynamicIndex"; }, {}, never>;
}

3

lib/ngx-hm-carousel-item.directive.d.ts

@@ -0,3 +1,6 @@

import * as i0 from "@angular/core";
export declare class NgxHmCarouselItemDirective {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHmCarouselItemDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<NgxHmCarouselItemDirective, "[ngx-hm-carousel-item]", never, {}, {}, never>;
}

@@ -5,2 +5,3 @@ import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy, QueryList, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';

import { NgxHmCarouselBreakPointUp } from './ngx-hm-carousel.model';
import * as i0 from "@angular/core";
export declare class NgxHmCarouselComponent implements ControlValueAccessor, AfterViewInit, OnDestroy {

@@ -153,2 +154,4 @@ private platformId;

private setStyle;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHmCarouselComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxHmCarouselComponent, "ngx-hm-carousel", never, { "data": "data"; "aniTime": "aniTime"; "aniClass": "aniClass"; "aniClassAuto": "aniClassAuto"; "panBoundary": "pan-boundary"; "align": "align"; "notDrag": "not-follow-pan"; "mouseEnable": "mouse-enable"; "delay": "between-delay"; "direction": "autoplay-direction"; "scrollNum": "scroll-num"; "isDragMany": "drag-many"; "swipeVelocity": "swipe-velocity"; "breakpoint": "breakpoint"; "disableDrag": "disable-drag"; "infinite": "infinite"; "speed": "autoplay-speed"; "showNum": "show-num"; "autoplay": "autoplay"; }, {}, ["contentPrev", "contentNext", "dotElm", "progressElm", "infiniteContainer", "contentContent", "itemElms"], ["[ngx-hm-carousel-container]"]>;
}

@@ -0,2 +1,11 @@

import * as i0 from "@angular/core";
import * as i1 from "./ngx-hm-carousel.component";
import * as i2 from "./ngx-hm-carousel-dynamic.directive";
import * as i3 from "./ngx-hm-carousel-item.directive";
import * as i4 from "@angular/common";
import * as i5 from "@angular/forms";
export declare class NgxHmCarouselModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgxHmCarouselModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgxHmCarouselModule, [typeof i1.NgxHmCarouselComponent, typeof i2.NgxHmCarouselDynamicDirective, typeof i3.NgxHmCarouselItemDirective], [typeof i4.CommonModule, typeof i5.FormsModule], [typeof i1.NgxHmCarouselComponent, typeof i2.NgxHmCarouselDynamicDirective, typeof i3.NgxHmCarouselItemDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgxHmCarouselModule>;
}
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ngx-hm-carousel" />
export * from './public-api';
{
"name": "ngx-hm-carousel",
"version": "2.0.1",
"version": "3.0.0-beta.1",
"dependencies": {
"tslib": "^2.0.0",
"tslib": "^2.3.1",
"hammerjs": "^2.0.8",
"@types/hammerjs": "^2.0.39"
"@types/hammerjs": "^2.0.40"
},

@@ -21,4 +21,4 @@ "description": "A light carousel for Angular, support mobile touch by hammerJs with SSR",

"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0"
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0"
},

@@ -31,10 +31,22 @@ "repository": {

"author": "ZouYouShun",
"main": "bundles/ngx-hm-carousel.umd.js",
"module": "fesm2015/ngx-hm-carousel.js",
"es2015": "fesm2015/ngx-hm-carousel.js",
"esm2015": "esm2015/ngx-hm-carousel.js",
"fesm2015": "fesm2015/ngx-hm-carousel.js",
"module": "fesm2015/ngx-hm-carousel.mjs",
"es2020": "fesm2020/ngx-hm-carousel.mjs",
"esm2020": "esm2020/ngx-hm-carousel.mjs",
"fesm2020": "fesm2020/ngx-hm-carousel.mjs",
"fesm2015": "fesm2015/ngx-hm-carousel.mjs",
"typings": "ngx-hm-carousel.d.ts",
"metadata": "ngx-hm-carousel.metadata.json",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./ngx-hm-carousel.d.ts",
"esm2020": "./esm2020/ngx-hm-carousel.mjs",
"es2020": "./fesm2020/ngx-hm-carousel.mjs",
"es2015": "./fesm2015/ngx-hm-carousel.mjs",
"node": "./fesm2015/ngx-hm-carousel.mjs",
"default": "./fesm2020/ngx-hm-carousel.mjs"
}
},
"sideEffects": false
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc