@speakapbv/dough-extended-components-for-speakap
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -7,2 +7,8 @@ ### Changelog | ||
#### [v1.5.7](https://github.com/SpeakapBV/dough-extended-components-for-speakap/compare/v1.5.6...v1.5.7) | ||
> 6 April 2020 | ||
- added click event argument definitions [`9e4806b`](https://github.com/SpeakapBV/dough-extended-components-for-speakap/commit/9e4806b4011bf49ad22ddf25c2dce4b761a1c973) | ||
#### [v1.5.6](https://github.com/SpeakapBV/dough-extended-components-for-speakap/compare/v1.5.5...v1.5.6) | ||
@@ -12,2 +18,3 @@ | ||
- updated version to v1.5.6 [`a048494`](https://github.com/SpeakapBV/dough-extended-components-for-speakap/commit/a048494ed493f3b494ef3e7df27ef7554774a0e1) | ||
- added buttonClassName for MenuButton [`7403a25`](https://github.com/SpeakapBV/dough-extended-components-for-speakap/commit/7403a25ad7a6f8425b99006ca69adcbc5f5ed7ae) | ||
@@ -14,0 +21,0 @@ |
@@ -20,3 +20,3 @@ declare module "@speakapbv/dough-extended-components-for-speakap" { | ||
publishDateText: string; | ||
onUserClicked?(): void; | ||
onUserClicked?(e: any): void; | ||
menuButtons?: Array<JSX.Element | Element>; | ||
@@ -34,3 +34,3 @@ } | ||
publishedBy: string; | ||
onUserClicked?(): void; | ||
onUserClicked?(e: any): void; | ||
menuButtons?: Array<JSX.Element | Element>; | ||
@@ -61,3 +61,3 @@ } | ||
userName: string; | ||
onUserClicked?(): void; | ||
onUserClicked?(e: any): void; | ||
menuButtons?: Array<JSX.Element | Element>; | ||
@@ -76,3 +76,3 @@ } | ||
onOpen?(): void; | ||
onShowAllClicked?(): void; | ||
onShowAllClicked?(e: any): void; | ||
menuAlignment?: "left" | "center" | "right"; | ||
@@ -88,3 +88,3 @@ } | ||
notifiedTimeText?: string; | ||
onClick?(): void; | ||
onClick?(e: any): void; | ||
} | ||
@@ -98,3 +98,3 @@ export const NotificationDropMenuItem: React.FunctionComponent<NotificationDropMenuItemProps>; | ||
onLikeStatusChanged?(isLiked: boolean): void; | ||
onUserClicked?(userId: string): void; | ||
onUserClicked?(userId: string, e: any): void; | ||
likedUsers?: Array<{ picture: string; name?: string; id: string }>; | ||
@@ -111,3 +111,3 @@ } | ||
leanUrl: string; | ||
onClick?(): void; | ||
onClick?(e: any): void; | ||
} | ||
@@ -124,3 +124,3 @@ export const EmbeddedLink: React.FunctionComponent<EmbeddedLinkProps>; | ||
embeddedContent: JSX.Element | Element | string; | ||
onClick?(): void; | ||
onClick?(e: any): void; | ||
} | ||
@@ -136,3 +136,3 @@ export const EmbeddedLinkVideo: React.FunctionComponent<EmbeddedLinkVideoProps>; | ||
leanUrl: string; | ||
onClick?(): void; | ||
onClick?(e: any): void; | ||
} | ||
@@ -144,3 +144,6 @@ export const EmbeddedLinkSmall: React.FunctionComponent<EmbeddedLinkSmallProps>; | ||
data: Array<{ src: string; extraData: any }>; | ||
onImageClicked?(clickedImage: { src: string; extraData: any }): void; | ||
onImageClicked?( | ||
clickedImage: { src: string; extraData: any }, | ||
e: any, | ||
): void; | ||
} | ||
@@ -160,3 +163,3 @@ export const ImageGrid: React.FunctionComponent<ImageGridProps>; | ||
onDndStatusChanged?(enabled: boolean): void; | ||
onSignoutClick(): void; | ||
onSignoutClick(e: any): void; | ||
onClose?(): void; | ||
@@ -180,9 +183,12 @@ onOpen?(): void; | ||
onOpen?(): void; | ||
onNetworkSelected?(selectedNetwork: { | ||
name: string; | ||
id: string; | ||
notificationCount?: number; | ||
thumbnail?: string; | ||
extraData: any; | ||
}): void; | ||
onNetworkSelected?( | ||
selectedNetwork: { | ||
name: string; | ||
id: string; | ||
notificationCount?: number; | ||
thumbnail?: string; | ||
extraData: any; | ||
}, | ||
e: any, | ||
): void; | ||
} | ||
@@ -199,7 +205,10 @@ export const NetworksDropMenu: React.FunctionComponent<NetworksDropMenuProps>; | ||
dataAttributes?: Object; | ||
onClick?(userData: { | ||
picture: JSX.Element | Element | string; | ||
name: string; | ||
id: string; | ||
}): void; | ||
onClick?( | ||
userData: { | ||
picture: JSX.Element | Element | string; | ||
name: string; | ||
id: string; | ||
}, | ||
e: any, | ||
): void; | ||
userData?: { | ||
@@ -255,3 +264,3 @@ picture: JSX.Element | Element | string; | ||
showEndElementAlways?: boolean; | ||
onClick?(): void; | ||
onClick?(e: any): void; | ||
icon?: JSX.Element | Element; | ||
@@ -336,3 +345,3 @@ endElement?: JSX.Element | Element; | ||
mandatory?: boolean; | ||
onClearClicked?(): void; | ||
onClearClicked?(e: any): void; | ||
onBlur?(value: string): void; | ||
@@ -363,3 +372,3 @@ onChange?(value: string): void; | ||
icon: JSX.Element | Element; | ||
onClick?(): void; | ||
onClick?(e: any): void; | ||
} | ||
@@ -366,0 +375,0 @@ export const RsvpStatusToggle: React.FunctionComponent<RsvpStatusToggleProps>; |
{ | ||
"name": "@speakapbv/dough-extended-components-for-speakap", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"description": "DOUGH Extended for Speakap: Speakap Specific Components based on Dough", | ||
@@ -25,3 +25,3 @@ "author": "Speakap", | ||
"peerDependencies": { | ||
"@speakapbv/dough-component-library": ">=0.5.0", | ||
"@speakapbv/dough-component-library": ">=0.5.2", | ||
"@speakapbv/dough-component-library-tokens": ">=1.0.0", | ||
@@ -38,3 +38,3 @@ "react": ">=16.12.0", | ||
"@rollup/plugin-url": "^4.0.0", | ||
"@speakapbv/dough-component-library": "^0.5.0", | ||
"@speakapbv/dough-component-library": "^0.5.2", | ||
"@speakapbv/dough-component-library-tokens": "1.0.0", | ||
@@ -41,0 +41,0 @@ "@svgr/rollup": "^5.0.1", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1726522
11493