angular-gridster2
Advanced tools
Comparing version 15.0.4 to 16.0.0
@@ -0,0 +0,0 @@ /** |
@@ -77,3 +77,3 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GridsterComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterComponent, "gridster", never, { "options": "options"; }, {}, never, ["*"], true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterComponent, "gridster", never, { "options": { "alias": "options"; "required": false; }; }, {}, never, ["*"], true, never>; | ||
} |
@@ -0,0 +0,0 @@ import { GridsterConfigS } from './gridsterConfigS.interface'; |
@@ -0,0 +0,0 @@ import * as i0 from "@angular/core"; |
@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface'; |
import { GridsterConfig } from './gridsterConfig.interface'; | ||
export declare const GridsterConfigService: GridsterConfig; |
@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface'; |
@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface'; |
@@ -0,0 +0,0 @@ import { NgZone } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface'; |
@@ -60,3 +60,3 @@ import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GridsterItemComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterItemComponent, "gridster-item", never, { "item": "item"; }, { "itemInit": "itemInit"; "itemChange": "itemChange"; "itemResize": "itemResize"; }, never, ["*"], true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterItemComponent, "gridster-item", never, { "item": { "alias": "item"; "required": false; }; }, { "itemInit": "itemInit"; "itemChange": "itemChange"; "itemResize": "itemResize"; }, never, ["*"], true, never>; | ||
} |
@@ -0,0 +0,0 @@ import { GridsterDraggable } from './gridsterDraggable.service'; |
@@ -16,3 +16,3 @@ import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GridsterPreviewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterPreviewComponent, "gridster-preview", never, { "previewStyle$": "previewStyle$"; "gridRenderer": "gridRenderer"; }, {}, never, never, true, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GridsterPreviewComponent, "gridster-preview", never, { "previewStyle$": { "alias": "previewStyle$"; "required": false; }; "gridRenderer": { "alias": "gridRenderer"; "required": false; }; }, {}, never, never, true, never>; | ||
} |
@@ -0,0 +0,0 @@ import { GridsterItemComponentInterface } from './gridsterItem.interface'; |
@@ -0,0 +0,0 @@ import { GridsterItemComponentInterface } from './gridsterItem.interface'; |
@@ -0,0 +0,0 @@ export interface CommonGridStyle { |
@@ -0,0 +0,0 @@ import { Renderer2 } from '@angular/core'; |
@@ -0,0 +0,0 @@ import { NgZone } from '@angular/core'; |
@@ -0,0 +0,0 @@ export interface GridsterResizeEventType { |
@@ -0,0 +0,0 @@ import { GridsterResizeEventType } from './gridsterResizeEventType.interface'; |
@@ -0,0 +0,0 @@ import { GridsterItemComponentInterface } from './gridsterItem.interface'; |
@@ -0,0 +0,0 @@ import { GridsterComponentInterface } from './gridster.interface'; |
{ | ||
"name": "angular-gridster2", | ||
"version": "15.0.4", | ||
"version": "16.0.0", | ||
"license": "MIT", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"peerDependencies": { | ||
"@angular/common": "^15.0.0", | ||
"@angular/core": "^15.0.0", | ||
"@angular/common": "^16.0.0", | ||
"@angular/core": "^16.0.0", | ||
"rxjs": "^7.0.0" | ||
@@ -38,7 +38,3 @@ }, | ||
], | ||
"module": "fesm2015/angular-gridster2.mjs", | ||
"es2020": "fesm2020/angular-gridster2.mjs", | ||
"esm2020": "esm2020/angular-gridster2.mjs", | ||
"fesm2020": "fesm2020/angular-gridster2.mjs", | ||
"fesm2015": "fesm2015/angular-gridster2.mjs", | ||
"module": "fesm2022/angular-gridster2.mjs", | ||
"typings": "index.d.ts", | ||
@@ -51,9 +47,7 @@ "exports": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/angular-gridster2.mjs", | ||
"es2020": "./fesm2020/angular-gridster2.mjs", | ||
"es2015": "./fesm2015/angular-gridster2.mjs", | ||
"node": "./fesm2015/angular-gridster2.mjs", | ||
"default": "./fesm2020/angular-gridster2.mjs" | ||
"esm2022": "./esm2022/angular-gridster2.mjs", | ||
"esm": "./esm2022/angular-gridster2.mjs", | ||
"default": "./fesm2022/angular-gridster2.mjs" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ export { GridsterComponent } from './lib/gridster.component'; |
@@ -10,3 +10,3 @@ # angular-gridster2 | ||
### Requires Angular 15.x | ||
### Requires Angular 16.x | ||
@@ -97,8 +97,3 @@ ### For other Angular versions check the other branches. | ||
<gridster-item> | ||
<div | ||
(mousedown)="$event.stopPropagation()" | ||
(touchstart)="$event.stopPropagation()" | ||
> | ||
Some content to click without dragging the widget | ||
</div> | ||
<div (mousedown)="$event.stopPropagation()" (touchstart)="$event.stopPropagation()">Some content to click without dragging the widget</div> | ||
<div class="item-buttons"> | ||
@@ -108,10 +103,3 @@ <button md-icon-button md-raised-button class="drag-handler"> | ||
</button> | ||
<button | ||
md-icon-button | ||
md-raised-button | ||
class="remove-button" | ||
(click)="removeItem($event, item)" | ||
(touchstart)="removeItem($event, item)" | ||
mdTooltip="Remove" | ||
> | ||
<button md-icon-button md-raised-button class="remove-button" (click)="removeItem($event, item)" (touchstart)="removeItem($event, item)" mdTooltip="Remove"> | ||
<md-icon>clear</md-icon> | ||
@@ -127,5 +115,3 @@ </button> | ||
<gridster-item> | ||
<div class="gridster-item-content"> | ||
Some content to select and click without dragging the widget | ||
</div> | ||
<div class="gridster-item-content">Some content to select and click without dragging the widget</div> | ||
<div class="item-buttons"> | ||
@@ -135,10 +121,3 @@ <button md-icon-button md-raised-button class="drag-handler"> | ||
</button> | ||
<button | ||
md-icon-button | ||
md-raised-button | ||
class="remove-button" | ||
(click)="removeItem($event, item)" | ||
(touchstart)="removeItem($event, item)" | ||
mdTooltip="Remove" | ||
> | ||
<button md-icon-button md-raised-button class="remove-button" (click)="removeItem($event, item)" (touchstart)="removeItem($event, item)" mdTooltip="Remove"> | ||
<md-icon>clear</md-icon> | ||
@@ -145,0 +124,0 @@ </button> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8
1045574
51
7841
133
1