@genesislcap/g2plot-chart 14.417.0 → 14.417.1-alpha-efccb2a.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.
@@ -1,3 +1,4 @@
1
+ /// <reference path="./react-jsx-runtime.d.ts" />
1
2
  export * from './chart-components';
2
3
  export * from './chart';
3
4
  export * from './chart.types';
@@ -0,0 +1,73 @@
1
+ /**
2
+ * AUTO-GENERATED FILE - DO NOT EDIT.
3
+ * Source package: @genesislcap/g2plot-chart
4
+ * Generated from custom-elements manifest.
5
+ */
6
+
7
+ declare module 'react/jsx-runtime' {
8
+ namespace JSX {
9
+ interface GenesislcapG2plotChartReactElementProps2 {
10
+ children?: unknown;
11
+ class?: string;
12
+ className?: string;
13
+ id?: string;
14
+ slot?: string;
15
+ part?: string;
16
+ style?: string | Partial<CSSStyleDeclaration>;
17
+ role?: string;
18
+ tabIndex?: number | string;
19
+ [key: `data-${string}`]: string | number | boolean | undefined;
20
+ [key: `aria-${string}`]: string | number | boolean | undefined;
21
+ 'chartFields'?: string;
22
+ 'serverFields'?: string;
23
+ 'isStack'?: boolean;
24
+ 'isGroup'?: boolean;
25
+ 'reduced'?: boolean;
26
+ 'showFormattedTime'?: boolean;
27
+ 'withTimestampFormatting'?: boolean;
28
+ 'resourceName'?: string;
29
+ 'criteria'?: string;
30
+ 'maxRows'?: number;
31
+ 'maxView'?: number;
32
+ 'orderBy'?: string;
33
+ 'rowId'?: string;
34
+ 'fields'?: string;
35
+ 'request'?: any;
36
+ }
37
+ interface GenesislcapG2plotChartReactElementProps1 {
38
+ children?: unknown;
39
+ class?: string;
40
+ className?: string;
41
+ id?: string;
42
+ slot?: string;
43
+ part?: string;
44
+ style?: string | Partial<CSSStyleDeclaration>;
45
+ role?: string;
46
+ tabIndex?: number | string;
47
+ [key: `data-${string}`]: string | number | boolean | undefined;
48
+ [key: `aria-${string}`]: string | number | boolean | undefined;
49
+ 'type'?: unknown;
50
+ }
51
+ interface GenesislcapG2plotChartReactElementProps1 {
52
+ children?: unknown;
53
+ class?: string;
54
+ className?: string;
55
+ id?: string;
56
+ slot?: string;
57
+ part?: string;
58
+ style?: string | Partial<CSSStyleDeclaration>;
59
+ role?: string;
60
+ tabIndex?: number | string;
61
+ [key: `data-${string}`]: string | number | boolean | undefined;
62
+ [key: `aria-${string}`]: string | number | boolean | undefined;
63
+ 'type'?: unknown;
64
+ }
65
+ interface IntrinsicElements {
66
+ 'chart-datasource': GenesislcapG2plotChartReactElementProps2;
67
+ 'rapid-g2plot-chart': GenesislcapG2plotChartReactElementProps1;
68
+ 'zero-g2plot-chart': GenesislcapG2plotChartReactElementProps1;
69
+ }
70
+ }
71
+ }
72
+
73
+ export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/g2plot-chart",
3
3
  "description": "Genesis G2plot Chart",
4
- "version": "14.417.0",
4
+ "version": "14.417.1-alpha-efccb2a.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -53,21 +53,21 @@
53
53
  }
54
54
  },
55
55
  "devDependencies": {
56
- "@genesislcap/foundation-testing": "14.417.0",
57
- "@genesislcap/genx": "14.417.0",
58
- "@genesislcap/rollup-builder": "14.417.0",
59
- "@genesislcap/ts-builder": "14.417.0",
60
- "@genesislcap/uvu-playwright-builder": "14.417.0",
61
- "@genesislcap/vite-builder": "14.417.0",
62
- "@genesislcap/webpack-builder": "14.417.0"
56
+ "@genesislcap/foundation-testing": "14.417.1-alpha-efccb2a.0",
57
+ "@genesislcap/genx": "14.417.1-alpha-efccb2a.0",
58
+ "@genesislcap/rollup-builder": "14.417.1-alpha-efccb2a.0",
59
+ "@genesislcap/ts-builder": "14.417.1-alpha-efccb2a.0",
60
+ "@genesislcap/uvu-playwright-builder": "14.417.1-alpha-efccb2a.0",
61
+ "@genesislcap/vite-builder": "14.417.1-alpha-efccb2a.0",
62
+ "@genesislcap/webpack-builder": "14.417.1-alpha-efccb2a.0"
63
63
  },
64
64
  "dependencies": {
65
65
  "@antv/g2plot": "^2.4.32",
66
- "@genesislcap/foundation-comms": "14.417.0",
67
- "@genesislcap/foundation-logger": "14.417.0",
68
- "@genesislcap/foundation-ui": "14.417.0",
69
- "@genesislcap/foundation-utils": "14.417.0",
70
- "@genesislcap/foundation-zero": "14.417.0",
66
+ "@genesislcap/foundation-comms": "14.417.1-alpha-efccb2a.0",
67
+ "@genesislcap/foundation-logger": "14.417.1-alpha-efccb2a.0",
68
+ "@genesislcap/foundation-ui": "14.417.1-alpha-efccb2a.0",
69
+ "@genesislcap/foundation-utils": "14.417.1-alpha-efccb2a.0",
70
+ "@genesislcap/foundation-zero": "14.417.1-alpha-efccb2a.0",
71
71
  "@microsoft/fast-element": "1.14.0",
72
72
  "@microsoft/fast-foundation": "2.50.0"
73
73
  },
@@ -80,5 +80,5 @@
80
80
  "access": "public"
81
81
  },
82
82
  "customElements": "dist/custom-elements.json",
83
- "gitHead": "1a4b13faca04aa12b0a8bd6032a798369fe7eb33"
83
+ "gitHead": "00d0d357de82849ea9dc574f615ba69d71b78ede"
84
84
  }