@arcgis/charts-components-react 4.32.0-next.9 → 4.32.0-next.90

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/README.md CHANGED
@@ -39,4 +39,4 @@ See use restrictions at <http://www.esri.com/legal/pdfs/mla_e204_e300/english>
39
39
 
40
40
  For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
41
41
 
42
- email: contracts@esri.com
42
+ email: contracts@esri.com
@@ -1,16 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { JSX } from '@arcgis/charts-components';
2
+ export declare const ArcgisChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartElement>>;
3
3
  export declare const ArcgisChartsActionBar: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsActionBar & Omit<import("react").HTMLAttributes<HTMLArcgisChartsActionBarElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsActionBarElement>>;
4
- export declare const ArcgisChartsBarChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarChartElement>>;
5
- export declare const ArcgisChartsBarChartBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarChartBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarChartBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarChartBetaElement>>;
6
- export declare const ArcgisChartsBarLineChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarLineChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarLineChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarLineChartElement>>;
7
- export declare const ArcgisChartsBarLineChartBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBarLineChartBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBarLineChartBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBarLineChartBetaElement>>;
8
- export declare const ArcgisChartsBoxPlot: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsBoxPlot & Omit<import("react").HTMLAttributes<HTMLArcgisChartsBoxPlotElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsBoxPlotElement>>;
9
- export declare const ArcgisChartsGauge: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsGauge & Omit<import("react").HTMLAttributes<HTMLArcgisChartsGaugeElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsGaugeElement>>;
10
- export declare const ArcgisChartsHistogram: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsHistogram & Omit<import("react").HTMLAttributes<HTMLArcgisChartsHistogramElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsHistogramElement>>;
11
- export declare const ArcgisChartsLineChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsLineChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsLineChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsLineChartElement>>;
12
- export declare const ArcgisChartsLineChartBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsLineChartBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsLineChartBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsLineChartBetaElement>>;
13
- export declare const ArcgisChartsPieChart: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsPieChart & Omit<import("react").HTMLAttributes<HTMLArcgisChartsPieChartElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsPieChartElement>>;
14
- export declare const ArcgisChartsRadarChartBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsRadarChartBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsRadarChartBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsRadarChartBetaElement>>;
15
- export declare const ArcgisChartsScatterPlot: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsScatterPlot & Omit<import("react").HTMLAttributes<HTMLArcgisChartsScatterPlotElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsScatterPlotElement>>;
16
- export declare const ArcgisChartsScatterPlotBeta: import("react").ForwardRefExoticComponent<JSX.ArcgisChartsScatterPlotBeta & Omit<import("react").HTMLAttributes<HTMLArcgisChartsScatterPlotBetaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLArcgisChartsScatterPlotBetaElement>>;
@@ -2,17 +2,5 @@
2
2
  /* tslint:disable */
3
3
  /* auto-generated react proxies */
4
4
  import { createReactComponent } from './react-component-lib';
5
+ export const ArcgisChart = /*@__PURE__*/ createReactComponent('arcgis-chart');
5
6
  export const ArcgisChartsActionBar = /*@__PURE__*/ createReactComponent('arcgis-charts-action-bar');
6
- export const ArcgisChartsBarChart = /*@__PURE__*/ createReactComponent('arcgis-charts-bar-chart');
7
- export const ArcgisChartsBarChartBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-bar-chart-beta');
8
- export const ArcgisChartsBarLineChart = /*@__PURE__*/ createReactComponent('arcgis-charts-bar-line-chart');
9
- export const ArcgisChartsBarLineChartBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-bar-line-chart-beta');
10
- export const ArcgisChartsBoxPlot = /*@__PURE__*/ createReactComponent('arcgis-charts-box-plot');
11
- export const ArcgisChartsGauge = /*@__PURE__*/ createReactComponent('arcgis-charts-gauge');
12
- export const ArcgisChartsHistogram = /*@__PURE__*/ createReactComponent('arcgis-charts-histogram');
13
- export const ArcgisChartsLineChart = /*@__PURE__*/ createReactComponent('arcgis-charts-line-chart');
14
- export const ArcgisChartsLineChartBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-line-chart-beta');
15
- export const ArcgisChartsPieChart = /*@__PURE__*/ createReactComponent('arcgis-charts-pie-chart');
16
- export const ArcgisChartsRadarChartBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-radar-chart-beta');
17
- export const ArcgisChartsScatterPlot = /*@__PURE__*/ createReactComponent('arcgis-charts-scatter-plot');
18
- export const ArcgisChartsScatterPlotBeta = /*@__PURE__*/ createReactComponent('arcgis-charts-scatter-plot-beta');
@@ -16,6 +16,6 @@ export interface ReactOverlayProps {
16
16
  export declare const createOverlayComponent: <OverlayComponent extends object, OverlayType extends OverlayElement>(tagName: string, controller: {
17
17
  create: (options: any) => Promise<OverlayType>;
18
18
  }, customElement?: any) => React.ForwardRefExoticComponent<React.PropsWithoutRef<OverlayComponent & ReactOverlayProps & {
19
- forwardedRef?: StencilReactForwardedRef<OverlayType> | undefined;
19
+ forwardedRef?: StencilReactForwardedRef<OverlayType>;
20
20
  }> & React.RefAttributes<OverlayType>>;
21
21
  export {};
package/package.json CHANGED
@@ -1,45 +1,24 @@
1
1
  {
2
2
  "name": "@arcgis/charts-components-react",
3
- "version": "4.32.0-next.9",
4
- "publishConfig": {
5
- "registry": "https://registry.npmjs.org/",
6
- "access": "public"
7
- },
3
+ "version": "4.32.0-next.90",
8
4
  "description": "A set of React components that wrap ArcGIS charts components",
9
- "license": "SEE LICENSE.md",
10
5
  "homepage": "https://developers.arcgis.com/javascript/latest/",
6
+ "sideEffects": false,
11
7
  "main": "dist/index.js",
12
8
  "module": "dist/index.js",
13
- "scripts": {
14
- "build": "yarn pre && yarn compile",
15
- "build:production": "yarn build",
16
- "clean": "rimraf dist node_modules .turbo",
17
- "compile": "yarn tsc",
18
- "pre": "rimraf dist",
19
- "tsc": "tsc"
20
- },
9
+ "types": "dist/index.d.ts",
21
10
  "files": [
22
11
  "dist/"
23
12
  ],
13
+ "license": "SEE LICENSE.md",
14
+ "dependencies": {
15
+ "@arcgis/charts-components": "4.32.0-next.90",
16
+ "@arcgis/charts-shared-utils": "4.32.0-next.90",
17
+ "@arcgis/charts-spec": "4.32.0-next.90"
18
+ },
24
19
  "peerDependencies": {
25
- "@arcgis/core": ">=4.31.0-next <4.32",
20
+ "@arcgis/core": ">=4.32.0-next <4.33",
26
21
  "react": ">=18.0.0 <19.0.0",
27
22
  "react-dom": ">=18.0.0 <19.0.0"
28
- },
29
- "dependencies": {
30
- "@arcgis/charts-components": "4.32.0-next.9",
31
- "@arcgis/charts-shared-utils": "4.32.0-next.9",
32
- "@arcgis/charts-spec": "4.32.0-next.9"
33
- },
34
- "devDependencies": {
35
- "@arcgis/components-plugins": ">=4.31.0-next <4.32",
36
- "@arcgis/core": ">=4.31.0-next <4.32",
37
- "@arcgis/typescript-config": "^4.29.2",
38
- "@types/node": "^20.2.5",
39
- "@types/react-dom": "^18.2.0",
40
- "rimraf": "^6.0.1",
41
- "typescript": "~5.4.0"
42
- },
43
- "types": "dist/index.d.ts",
44
- "sideEffects": false
23
+ }
45
24
  }
package/LICENSE.md DELETED
@@ -1,12 +0,0 @@
1
- # Licensing
2
- COPYRIGHT © 2024 Esri
3
-
4
- All rights reserved under the copyright laws of the United States and applicable international laws, treaties, and conventions.
5
-
6
- This material is licensed for use under the Esri Master License Agreement (MLA), and is bound by the terms of that agreement. You may redistribute and use this code without modification, provided you adhere to the terms of the MLA and include this copyright notice.
7
-
8
- See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
9
-
10
- For additional information, contact: Environmental Systems Research Institute, Inc. Attn: Contracts and Legal Services Department 380 New York Street Redlands, California, USA 92373 USA
11
-
12
- email: contracts@esri.com