@heartlandone/vega-react 2.68.0 → 2.69.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.
@@ -98,6 +98,9 @@ export declare const VegaTable: import("react").ForwardRefExoticComponent<VegaRe
98
98
  export declare const VegaTableBody: import("react").ForwardRefExoticComponent<JSX.VegaTableBody & Omit<import("react").HTMLAttributes<HTMLVegaTableBodyElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableBodyElement>>;
99
99
  export declare const VegaTableCell: import("react").ForwardRefExoticComponent<JSX.VegaTableCell & Omit<import("react").HTMLAttributes<HTMLVegaTableCellElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableCellElement>>;
100
100
  export declare const VegaTableExpandRow: import("react").ForwardRefExoticComponent<JSX.VegaTableExpandRow & Omit<import("react").HTMLAttributes<HTMLVegaTableExpandRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableExpandRowElement>>;
101
+ export declare const VegaTableFoot: import("react").ForwardRefExoticComponent<JSX.VegaTableFoot & Omit<import("react").HTMLAttributes<HTMLVegaTableFootElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableFootElement>>;
102
+ export declare const VegaTableFootCell: import("react").ForwardRefExoticComponent<JSX.VegaTableFootCell & Omit<import("react").HTMLAttributes<HTMLVegaTableFootCellElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableFootCellElement>>;
103
+ export declare const VegaTableFootRow: import("react").ForwardRefExoticComponent<JSX.VegaTableFootRow & Omit<import("react").HTMLAttributes<HTMLVegaTableFootRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableFootRowElement>>;
101
104
  export declare const VegaTableHead: import("react").ForwardRefExoticComponent<JSX.VegaTableHead & Omit<import("react").HTMLAttributes<HTMLVegaTableHeadElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableHeadElement>>;
102
105
  export declare const VegaTableHeadCell: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaTableHeadCell, Omit<import("react").HTMLAttributes<HTMLVegaTableHeadCellElement>, "style">, "onClick"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableHeadCellElement>>;
103
106
  export declare const VegaTableHeadRow: import("react").ForwardRefExoticComponent<JSX.VegaTableHeadRow & Omit<import("react").HTMLAttributes<HTMLVegaTableHeadRowElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableHeadRowElement>>;
@@ -104,6 +104,9 @@ export const VegaTable = /*@__PURE__*/ createReactComponent('vega-table');
104
104
  export const VegaTableBody = /*@__PURE__*/ createReactComponent('vega-table-body');
105
105
  export const VegaTableCell = /*@__PURE__*/ createReactComponent('vega-table-cell');
106
106
  export const VegaTableExpandRow = /*@__PURE__*/ createReactComponent('vega-table-expand-row');
107
+ export const VegaTableFoot = /*@__PURE__*/ createReactComponent('vega-table-foot');
108
+ export const VegaTableFootCell = /*@__PURE__*/ createReactComponent('vega-table-foot-cell');
109
+ export const VegaTableFootRow = /*@__PURE__*/ createReactComponent('vega-table-foot-row');
107
110
  export const VegaTableHead = /*@__PURE__*/ createReactComponent('vega-table-head');
108
111
  export const VegaTableHeadCell = /*@__PURE__*/ createReactComponent('vega-table-head-cell');
109
112
  export const VegaTableHeadRow = /*@__PURE__*/ createReactComponent('vega-table-head-row');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.68.0",
4
+ "version": "2.69.0",
5
5
  "description": "React specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
@@ -41,7 +41,7 @@
41
41
  "typescript": "^4.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@heartlandone/vega": "2.68.0"
44
+ "@heartlandone/vega": "2.69.0"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": ">=16.7.0",