angular-gridster2
Advanced tools
Comparing version 18.0.1 to 19.0.0
@@ -5,3 +5,3 @@ import { ChangeDetectorRef, ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core'; | ||
import { GridsterCompact } from './gridsterCompact.service'; | ||
import { GridsterConfig } from './gridsterConfig.interface'; | ||
import type { GridsterConfig } from './gridsterConfig.interface'; | ||
import { GridsterConfigS } from './gridsterConfigS.interface'; | ||
@@ -8,0 +8,0 @@ import { GridsterEmptyCell } from './gridsterEmptyCell.service'; |
import { ElementRef, EventEmitter, NgZone, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core'; | ||
import { GridsterComponent } from './gridster.component'; | ||
import { GridsterDraggable } from './gridsterDraggable.service'; | ||
import { GridsterItem, GridsterItemComponentInterface } from './gridsterItem.interface'; | ||
import type { GridsterItem } from './gridsterItem.interface'; | ||
import { GridsterItemComponentInterface } from './gridsterItem.interface'; | ||
import { GridsterResizable } from './gridsterResizable.service'; | ||
@@ -6,0 +7,0 @@ import * as i0 from "@angular/core"; |
{ | ||
"name": "angular-gridster2", | ||
"version": "18.0.1", | ||
"version": "19.0.0", | ||
"license": "MIT", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"peerDependencies": { | ||
"@angular/common": "^18.0.0", | ||
"@angular/core": "^18.0.0", | ||
"@angular/common": "^19.0.0", | ||
"@angular/core": "^19.0.0", | ||
"rxjs": "^7.0.0" | ||
@@ -46,4 +46,2 @@ }, | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/angular-gridster2.mjs", | ||
"esm": "./esm2022/angular-gridster2.mjs", | ||
"default": "./fesm2022/angular-gridster2.mjs" | ||
@@ -50,0 +48,0 @@ } |
export { GridsterComponent } from './lib/gridster.component'; | ||
export { GridsterItemComponent } from './lib/gridsterItem.component'; | ||
export { GridsterItemComponentInterface, GridsterItem } from './lib/gridsterItem.interface'; | ||
export { GridsterItemComponentInterface } from './lib/gridsterItem.interface'; | ||
export type { GridsterItem } from './lib/gridsterItem.interface'; | ||
export { GridsterComponentInterface } from './lib/gridster.interface'; | ||
export { GridsterConfig, GridType, DisplayGrid, CompactType, Draggable, Resizable, PushDirections, DirTypes } from './lib/gridsterConfig.interface'; | ||
export { GridType, DisplayGrid, CompactType, DirTypes } from './lib/gridsterConfig.interface'; | ||
export type { GridsterConfig, Draggable, Resizable, PushDirections } from './lib/gridsterConfig.interface'; | ||
export { GridsterConfigService } from './lib/gridsterConfig.constant'; | ||
@@ -7,0 +9,0 @@ export { GridsterModule } from './lib/gridster.module'; |
@@ -10,3 +10,3 @@ # angular-gridster2 | ||
### Requires Angular 18.x | ||
### Requires Angular 19.x | ||
@@ -13,0 +13,0 @@ ### For other Angular versions check the other branches. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
4
485780
28
4560