@heartlandone/vega-react 1.11.1 → 1.13.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.
@@ -13,6 +13,7 @@ export declare const VegaCarousel: import("react").ForwardRefExoticComponent<JSX
13
13
  export declare const VegaCheckbox: import("react").ForwardRefExoticComponent<JSX.VegaCheckbox & Omit<import("react").HTMLAttributes<HTMLVegaCheckboxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCheckboxElement>>;
14
14
  export declare const VegaCheckboxGroup: import("react").ForwardRefExoticComponent<JSX.VegaCheckboxGroup & Omit<import("react").HTMLAttributes<HTMLVegaCheckboxGroupElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCheckboxGroupElement>>;
15
15
  export declare const VegaChip: import("react").ForwardRefExoticComponent<JSX.VegaChip & Omit<import("react").HTMLAttributes<HTMLVegaChipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaChipElement>>;
16
+ export declare const VegaColorPicker: import("react").ForwardRefExoticComponent<JSX.VegaColorPicker & Omit<import("react").HTMLAttributes<HTMLVegaColorPickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaColorPickerElement>>;
16
17
  export declare const VegaComboBox: import("react").ForwardRefExoticComponent<JSX.VegaComboBox & Omit<import("react").HTMLAttributes<HTMLVegaComboBoxElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaComboBoxElement>>;
17
18
  export declare const VegaDatePicker: import("react").ForwardRefExoticComponent<JSX.VegaDatePicker & Omit<import("react").HTMLAttributes<HTMLVegaDatePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaDatePickerElement>>;
18
19
  export declare const VegaDropdown: import("react").ForwardRefExoticComponent<JSX.VegaDropdown & Omit<import("react").HTMLAttributes<HTMLVegaDropdownElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaDropdownElement>>;
@@ -22,6 +23,7 @@ export declare const VegaFooter: import("react").ForwardRefExoticComponent<JSX.V
22
23
  export declare const VegaForm: import("react").ForwardRefExoticComponent<JSX.VegaForm & Omit<import("react").HTMLAttributes<HTMLVegaFormElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaFormElement>>;
23
24
  export declare const VegaGrid: import("react").ForwardRefExoticComponent<JSX.VegaGrid & Omit<import("react").HTMLAttributes<HTMLVegaGridElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaGridElement>>;
24
25
  export declare const VegaHeader: import("react").ForwardRefExoticComponent<JSX.VegaHeader & Omit<import("react").HTMLAttributes<HTMLVegaHeaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaHeaderElement>>;
26
+ export declare const VegaHeaderNotification: import("react").ForwardRefExoticComponent<JSX.VegaHeaderNotification & Omit<import("react").HTMLAttributes<HTMLVegaHeaderNotificationElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaHeaderNotificationElement>>;
25
27
  export declare const VegaIcon: import("react").ForwardRefExoticComponent<JSX.VegaIcon & Omit<import("react").HTMLAttributes<HTMLVegaIconElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaIconElement>>;
26
28
  export declare const VegaInput: import("react").ForwardRefExoticComponent<JSX.VegaInput & Omit<import("react").HTMLAttributes<HTMLVegaInputElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputElement>>;
27
29
  export declare const VegaInputSelect: import("react").ForwardRefExoticComponent<JSX.VegaInputSelect & Omit<import("react").HTMLAttributes<HTMLVegaInputSelectElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaInputSelectElement>>;
@@ -40,5 +42,7 @@ export declare const VegaTabGroup: import("react").ForwardRefExoticComponent<JSX
40
42
  export declare const VegaTable: import("react").ForwardRefExoticComponent<JSX.VegaTable & Omit<import("react").HTMLAttributes<HTMLVegaTableElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTableElement>>;
41
43
  export declare const VegaText: import("react").ForwardRefExoticComponent<JSX.VegaText & Omit<import("react").HTMLAttributes<HTMLVegaTextElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTextElement>>;
42
44
  export declare const VegaTextarea: import("react").ForwardRefExoticComponent<JSX.VegaTextarea & Omit<import("react").HTMLAttributes<HTMLVegaTextareaElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTextareaElement>>;
45
+ export declare const VegaTimePicker: import("react").ForwardRefExoticComponent<JSX.VegaTimePicker & Omit<import("react").HTMLAttributes<HTMLVegaTimePickerElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTimePickerElement>>;
43
46
  export declare const VegaToggleSwitch: import("react").ForwardRefExoticComponent<JSX.VegaToggleSwitch & Omit<import("react").HTMLAttributes<HTMLVegaToggleSwitchElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaToggleSwitchElement>>;
44
47
  export declare const VegaTooltip: import("react").ForwardRefExoticComponent<JSX.VegaTooltip & Omit<import("react").HTMLAttributes<HTMLVegaTooltipElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaTooltipElement>>;
48
+ export declare const VegaVirtualScroll: import("react").ForwardRefExoticComponent<JSX.VegaVirtualScroll & Omit<import("react").HTMLAttributes<HTMLVegaVirtualScrollElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaVirtualScrollElement>>;
@@ -17,6 +17,7 @@ export const VegaCarousel = /*@__PURE__*/ createReactComponent('vega-carousel');
17
17
  export const VegaCheckbox = /*@__PURE__*/ createReactComponent('vega-checkbox');
18
18
  export const VegaCheckboxGroup = /*@__PURE__*/ createReactComponent('vega-checkbox-group');
19
19
  export const VegaChip = /*@__PURE__*/ createReactComponent('vega-chip');
20
+ export const VegaColorPicker = /*@__PURE__*/ createReactComponent('vega-color-picker');
20
21
  export const VegaComboBox = /*@__PURE__*/ createReactComponent('vega-combo-box');
21
22
  export const VegaDatePicker = /*@__PURE__*/ createReactComponent('vega-date-picker');
22
23
  export const VegaDropdown = /*@__PURE__*/ createReactComponent('vega-dropdown');
@@ -26,6 +27,7 @@ export const VegaFooter = /*@__PURE__*/ createReactComponent('vega-footer');
26
27
  export const VegaForm = /*@__PURE__*/ createReactComponent('vega-form');
27
28
  export const VegaGrid = /*@__PURE__*/ createReactComponent('vega-grid');
28
29
  export const VegaHeader = /*@__PURE__*/ createReactComponent('vega-header');
30
+ export const VegaHeaderNotification = /*@__PURE__*/ createReactComponent('vega-header-notification');
29
31
  export const VegaIcon = /*@__PURE__*/ createReactComponent('vega-icon');
30
32
  export const VegaInput = /*@__PURE__*/ createReactComponent('vega-input');
31
33
  export const VegaInputSelect = /*@__PURE__*/ createReactComponent('vega-input-select');
@@ -44,5 +46,7 @@ export const VegaTabGroup = /*@__PURE__*/ createReactComponent('vega-tab-group')
44
46
  export const VegaTable = /*@__PURE__*/ createReactComponent('vega-table');
45
47
  export const VegaText = /*@__PURE__*/ createReactComponent('vega-text');
46
48
  export const VegaTextarea = /*@__PURE__*/ createReactComponent('vega-textarea');
49
+ export const VegaTimePicker = /*@__PURE__*/ createReactComponent('vega-time-picker');
47
50
  export const VegaToggleSwitch = /*@__PURE__*/ createReactComponent('vega-toggle-switch');
48
51
  export const VegaTooltip = /*@__PURE__*/ createReactComponent('vega-tooltip');
52
+ export const VegaVirtualScroll = /*@__PURE__*/ createReactComponent('vega-virtual-scroll');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "1.11.1",
4
+ "version": "1.13.0",
5
5
  "description": "React specific wrapper for @heartlandone/vega",
6
6
  "scripts": {
7
7
  "build": "npm run clean && npm run compile",
@@ -37,7 +37,7 @@
37
37
  "typescript": "^4.0.0"
38
38
  },
39
39
  "dependencies": {
40
- "@heartlandone/vega": "1.11.1"
40
+ "@heartlandone/vega": "1.13.0"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": ">=16.7.0",