@scouterna/ui-react
Advanced tools
@@ -167,3 +167,6 @@ 'use client'; | ||
| react: React, | ||
| events: { onScoutClick: 'scoutClick' }, | ||
| events: { | ||
| onScoutClick: 'scoutClick', | ||
| onScoutChecked: 'scoutChecked' | ||
| }, | ||
| defineCustomElement: defineScoutListViewItem | ||
@@ -170,0 +173,0 @@ }); |
@@ -5,3 +5,3 @@ /** | ||
| */ | ||
| import { type ScoutCheckboxCustomEvent, type ScoutInputCustomEvent, type ScoutLinkCustomEvent, type ScoutRadioButtonCustomEvent, type ScoutSelectCustomEvent, type ScoutSwitchCustomEvent } from "@scouterna/ui-webc"; | ||
| import { type ScoutCheckboxCustomEvent, type ScoutInputCustomEvent, type ScoutLinkCustomEvent, type ScoutListViewItemCustomEvent, type ScoutRadioButtonCustomEvent, type ScoutSelectCustomEvent, type ScoutSwitchCustomEvent } from "@scouterna/ui-webc"; | ||
| import { ScoutAppBar as ScoutAppBarElement } from "@scouterna/ui-webc/dist/components/scout-app-bar.js"; | ||
@@ -111,2 +111,6 @@ import { ScoutAvatar as ScoutAvatarElement } from "@scouterna/ui-webc/dist/components/scout-avatar.js"; | ||
| onScoutClick: EventName<CustomEvent<void>>; | ||
| onScoutChecked: EventName<ScoutListViewItemCustomEvent<{ | ||
| checked: boolean; | ||
| element: HTMLInputElement; | ||
| }>>; | ||
| }; | ||
@@ -113,0 +117,0 @@ export declare const ScoutListViewItem: StencilReactComponent<ScoutListViewItemElement, ScoutListViewItemEvents>; |
+2
-2
| { | ||
| "name": "@scouterna/ui-react", | ||
| "version": "4.3.0", | ||
| "version": "4.3.1", | ||
| "description": "Scouterna Design System React Components", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
| "@stencil/react-output-target": "^1.2.0", | ||
| "@scouterna/ui-webc": "4.3.0" | ||
| "@scouterna/ui-webc": "4.3.1" | ||
| }, | ||
@@ -24,0 +24,0 @@ "devDependencies": { |
29147
0.75%517
1.37%+ Added
- Removed
Updated