@hpcc-js/chart 2.83.2 → 2.83.4

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.
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/chart";
2
- export declare const PKG_VERSION = "2.83.2";
3
- export declare const BUILD_VERSION = "2.105.6";
2
+ export declare const PKG_VERSION = "2.83.4";
3
+ export declare const BUILD_VERSION = "2.105.12";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mBAAmB,CAAC;AACzC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,YAAY,CAAC"}
1
+ {"version":3,"file":"__package__.d.ts","sourceRoot":"","sources":["../src/__package__.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,QAAQ,mBAAmB,CAAC;AACzC,eAAO,MAAM,WAAW,WAAW,CAAC;AACpC,eAAO,MAAM,aAAa,aAAa,CAAC"}
package/types/test.d.ts CHANGED
@@ -1,13 +1,9 @@
1
1
  import { Column } from "./Column";
2
2
  import { Pie } from "./Pie";
3
- import { Table } from "@hpcc-js/dgrid2";
4
3
  export { Test3 as Test };
5
4
  export declare class Test3 extends Column {
6
5
  constructor();
7
6
  }
8
- export declare class Test2 extends Table {
9
- constructor();
10
- }
11
7
  export declare class Test1 extends Pie {
12
8
  constructor();
13
9
  }
@@ -1 +1 @@
1
- {"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../src/test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,OAAO,EAAE,KAAK,EAAE,MAAM,iBAAiB,CAAC;AAExC,OAAO,EAAE,KAAK,IAAI,IAAI,EAAE,CAAC;AAEzB,qBAAa,KAAM,SAAQ,MAAM;;CAoChC;AAED,qBAAa,KAAM,SAAQ,KAAK;;CAW/B;AAED,qBAAa,KAAM,SAAQ,GAAG;;CAyB7B"}
1
+ {"version":3,"file":"test.d.ts","sourceRoot":"","sources":["../src/test.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAE5B,OAAO,EAAE,KAAK,IAAI,IAAI,EAAE,CAAC;AAEzB,qBAAa,KAAM,SAAQ,MAAM;;CAoChC;AAED,qBAAa,KAAM,SAAQ,GAAG;;CAyB7B"}
@@ -1,4 +1,4 @@
1
1
  export declare const PKG_NAME = "@hpcc-js/chart";
2
- export declare const PKG_VERSION = "2.83.2";
3
- export declare const BUILD_VERSION = "2.105.6";
2
+ export declare const PKG_VERSION = "2.83.4";
3
+ export declare const BUILD_VERSION = "2.105.12";
4
4
  //# sourceMappingURL=__package__.d.ts.map
@@ -1,13 +1,9 @@
1
1
  import { Column } from "./Column";
2
2
  import { Pie } from "./Pie";
3
- import { Table } from "@hpcc-js/dgrid2";
4
3
  export { Test3 as Test };
5
4
  export declare class Test3 extends Column {
6
5
  constructor();
7
6
  }
8
- export declare class Test2 extends Table {
9
- constructor();
10
- }
11
7
  export declare class Test1 extends Pie {
12
8
  constructor();
13
9
  }