@heartlandone/vega-react 1.12.0 → 1.14.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.
- package/dist/components.d.ts +3 -0
- package/dist/components.js +3 -0
- package/package.json +2 -2
package/dist/components.d.ts
CHANGED
|
@@ -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>>;
|
|
@@ -23,6 +24,7 @@ export declare const VegaForm: import("react").ForwardRefExoticComponent<JSX.Veg
|
|
|
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>>;
|
|
25
26
|
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>>;
|
|
27
|
+
export declare const VegaImageUploader: import("react").ForwardRefExoticComponent<JSX.VegaImageUploader & Omit<import("react").HTMLAttributes<HTMLVegaImageUploaderElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaImageUploaderElement>>;
|
|
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>>;
|
|
28
30
|
export declare const VegaItemToggle: import("react").ForwardRefExoticComponent<JSX.VegaItemToggle & Omit<import("react").HTMLAttributes<HTMLVegaItemToggleElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaItemToggleElement>>;
|
|
@@ -43,3 +45,4 @@ export declare const VegaTextarea: import("react").ForwardRefExoticComponent<JSX
|
|
|
43
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>>;
|
|
44
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>>;
|
|
45
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>>;
|
package/dist/components.js
CHANGED
|
@@ -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');
|
|
@@ -27,6 +28,7 @@ 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');
|
|
29
30
|
export const VegaIcon = /*@__PURE__*/ createReactComponent('vega-icon');
|
|
31
|
+
export const VegaImageUploader = /*@__PURE__*/ createReactComponent('vega-image-uploader');
|
|
30
32
|
export const VegaInput = /*@__PURE__*/ createReactComponent('vega-input');
|
|
31
33
|
export const VegaInputSelect = /*@__PURE__*/ createReactComponent('vega-input-select');
|
|
32
34
|
export const VegaItemToggle = /*@__PURE__*/ createReactComponent('vega-item-toggle');
|
|
@@ -47,3 +49,4 @@ export const VegaTextarea = /*@__PURE__*/ createReactComponent('vega-textarea');
|
|
|
47
49
|
export const VegaTimePicker = /*@__PURE__*/ createReactComponent('vega-time-picker');
|
|
48
50
|
export const VegaToggleSwitch = /*@__PURE__*/ createReactComponent('vega-toggle-switch');
|
|
49
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.
|
|
4
|
+
"version": "1.14.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.
|
|
40
|
+
"@heartlandone/vega": "1.14.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": ">=16.7.0",
|