@delon/testing 15.0.0 → 15.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/g2.d.ts +1 -1
package/package.json
CHANGED
package/src/g2.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ import { DebugElement, Type } from '@angular/core';
|
|
|
2
2
|
import { ComponentFixture } from '@angular/core/testing';
|
|
3
3
|
import { Chart } from '@antv/g2';
|
|
4
4
|
import type { NzSafeAny } from 'ng-zorro-antd/core/types';
|
|
5
|
-
export
|
|
5
|
+
export type PageG2Type = 'geometries' | 'views';
|
|
6
6
|
export declare const PageG2DataCount = 2;
|
|
7
7
|
export declare const PageG2Height = 100;
|
|
8
8
|
export declare class PageG2<T> {
|