@heartlandone/vega-react 2.90.0 → 2.92.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.
@@ -17,6 +17,7 @@ export declare const VegaCalendar: import("react").ForwardRefExoticComponent<Veg
17
17
  export declare const VegaCalendarEvent: import("react").ForwardRefExoticComponent<JSX.VegaCalendarEvent & Omit<import("react").HTMLAttributes<HTMLVegaCalendarEventElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCalendarEventElement>>;
18
18
  export declare const VegaCalendarEventPreview: import("react").ForwardRefExoticComponent<JSX.VegaCalendarEventPreview & Omit<import("react").HTMLAttributes<HTMLVegaCalendarEventPreviewElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCalendarEventPreviewElement>>;
19
19
  export declare const VegaCalendarEventSlot: import("react").ForwardRefExoticComponent<JSX.VegaCalendarEventSlot & Omit<import("react").HTMLAttributes<HTMLVegaCalendarEventSlotElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCalendarEventSlotElement>>;
20
+ export declare const VegaCalendarPeriodSwitcher: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaCalendarPeriodSwitcher, Omit<import("react").HTMLAttributes<HTMLVegaCalendarPeriodSwitcherElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCalendarPeriodSwitcherElement>>;
20
21
  export declare const VegaCard: import("react").ForwardRefExoticComponent<JSX.VegaCard & Omit<import("react").HTMLAttributes<HTMLVegaCardElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCardElement>>;
21
22
  export declare const VegaCarousel: import("react").ForwardRefExoticComponent<JSX.VegaCarousel & Omit<import("react").HTMLAttributes<HTMLVegaCarouselElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCarouselElement>>;
22
23
  export declare const VegaCheckbox: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaCheckbox, Omit<import("react").HTMLAttributes<HTMLVegaCheckboxElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaCheckboxElement>>;
@@ -79,6 +80,7 @@ export declare const VegaRadioGroup: import("react").ForwardRefExoticComponent<V
79
80
  export declare const VegaRichTextContent: import("react").ForwardRefExoticComponent<JSX.VegaRichTextContent & Omit<import("react").HTMLAttributes<HTMLVegaRichTextContentElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextContentElement>>;
80
81
  export declare const VegaRichTextEditor: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextEditor, Omit<import("react").HTMLAttributes<HTMLVegaRichTextEditorElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextEditorElement>>;
81
82
  export declare const VegaRichTextEditorToolbarButton: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextEditorToolbarButton, Omit<import("react").HTMLAttributes<HTMLVegaRichTextEditorToolbarButtonElement>, "style">, "onClick"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextEditorToolbarButtonElement>>;
83
+ export declare const VegaRichTextFindReplacePanel: import("react").ForwardRefExoticComponent<JSX.VegaRichTextFindReplacePanel & Omit<import("react").HTMLAttributes<HTMLVegaRichTextFindReplacePanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextFindReplacePanelElement>>;
82
84
  export declare const VegaRichTextImageEditor: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextImageEditor, Omit<import("react").HTMLAttributes<HTMLVegaRichTextImageEditorElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextImageEditorElement>>;
83
85
  export declare const VegaRichTextLinkEditor: import("react").ForwardRefExoticComponent<VegaReactComponentWithNativeEvent<JSX.VegaRichTextLinkEditor, Omit<import("react").HTMLAttributes<HTMLVegaRichTextLinkEditorElement>, "style">, "onChange"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextLinkEditorElement>>;
84
86
  export declare const VegaRichTextSpecialCharactersPanel: import("react").ForwardRefExoticComponent<JSX.VegaRichTextSpecialCharactersPanel & Omit<import("react").HTMLAttributes<HTMLVegaRichTextSpecialCharactersPanelElement>, "style"> & import("./react-component-lib/interfaces").StyleReactProps & import("react").RefAttributes<HTMLVegaRichTextSpecialCharactersPanelElement>>;
@@ -24,6 +24,7 @@ export const VegaCalendar = /*@__PURE__*/ createReactComponent('vega-calendar');
24
24
  export const VegaCalendarEvent = /*@__PURE__*/ createReactComponent('vega-calendar-event');
25
25
  export const VegaCalendarEventPreview = /*@__PURE__*/ createReactComponent('vega-calendar-event-preview');
26
26
  export const VegaCalendarEventSlot = /*@__PURE__*/ createReactComponent('vega-calendar-event-slot');
27
+ export const VegaCalendarPeriodSwitcher = /*@__PURE__*/ createReactComponent('vega-calendar-period-switcher');
27
28
  export const VegaCard = /*@__PURE__*/ createReactComponent('vega-card');
28
29
  export const VegaCarousel = /*@__PURE__*/ createReactComponent('vega-carousel');
29
30
  export const VegaCheckbox = /*@__PURE__*/ createReactComponent('vega-checkbox');
@@ -86,6 +87,7 @@ export const VegaRadioGroup = /*@__PURE__*/ createReactComponent('vega-radio-gro
86
87
  export const VegaRichTextContent = /*@__PURE__*/ createReactComponent('vega-rich-text-content');
87
88
  export const VegaRichTextEditor = /*@__PURE__*/ createReactComponent('vega-rich-text-editor');
88
89
  export const VegaRichTextEditorToolbarButton = /*@__PURE__*/ createReactComponent('vega-rich-text-editor-toolbar-button');
90
+ export const VegaRichTextFindReplacePanel = /*@__PURE__*/ createReactComponent('vega-rich-text-find-replace-panel');
89
91
  export const VegaRichTextImageEditor = /*@__PURE__*/ createReactComponent('vega-rich-text-image-editor');
90
92
  export const VegaRichTextLinkEditor = /*@__PURE__*/ createReactComponent('vega-rich-text-link-editor');
91
93
  export const VegaRichTextSpecialCharactersPanel = /*@__PURE__*/ createReactComponent('vega-rich-text-special-characters-panel');
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
- "version": "2.89.0",
3
+ "version": "2.91.0",
4
4
  "description": "React specific wrapper for @heartlandone/vega",
5
5
  "license": "UNLICENSED",
6
6
  "sideEffects": false,
@@ -8,7 +8,7 @@
8
8
  "module": "./index.js",
9
9
  "types": "./index.d.ts",
10
10
  "dependencies": {
11
- "@heartlandone/vega": "2.89.0"
11
+ "@heartlandone/vega": "2.91.0"
12
12
  },
13
13
  "peerDependencies": {
14
14
  "react": ">=16.7.0",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@heartlandone/vega-react",
3
3
  "sideEffects": false,
4
- "version": "2.90.0",
4
+ "version": "2.92.0",
5
5
  "description": "React specific wrapper for @heartlandone/vega",
6
6
  "license": "UNLICENSED",
7
7
  "scripts": {
@@ -44,7 +44,7 @@
44
44
  "typescript": "^4.0.0"
45
45
  },
46
46
  "dependencies": {
47
- "@heartlandone/vega": "2.90.0"
47
+ "@heartlandone/vega": "2.92.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "react": ">=16.7.0",