@acorex/data-grid 16.18.7 → 16.18.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
+ import { AXDatePickerComponent } from '@acorex/components';
2
+ import { AXCalendarType } from '@acorex/core';
1
3
  import { ElementRef } from '@angular/core';
2
4
  import { AXGridDataColumn } from './column.component';
3
- import { AXCalendarType } from '@acorex/core';
4
- import { AXDatePickerComponent } from '@acorex/components';
5
5
  import * as i0 from "@angular/core";
6
6
  export declare class AXGridDateColumn extends AXGridDataColumn {
7
7
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/data-grid",
3
- "version": "16.18.7",
3
+ "version": "16.18.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",