@openwebf/react-cupertino-ui 0.3.20 → 0.3.21
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/index.d.mts +10 -2
- package/dist/index.d.ts +10 -2
- package/dist/index.js +7 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -384,6 +384,13 @@ var FlutterCupertinoCheckbox = createWebFComponent11({
|
|
|
384
384
|
handler: (callback) => (event) => {
|
|
385
385
|
callback(event);
|
|
386
386
|
}
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
propName: "onStatechange",
|
|
390
|
+
eventName: "statechange",
|
|
391
|
+
handler: (callback) => (event) => {
|
|
392
|
+
callback(event);
|
|
393
|
+
}
|
|
387
394
|
}
|
|
388
395
|
],
|
|
389
396
|
// Default prop values
|