@soyio/soyio-widget 2.21.0 → 2.22.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/README.md +36 -0
- package/dist/index.d.ts +89 -7
- package/dist/index.js +1208 -1072
- package/dist/index.umd.cjs +30 -30
- package/package.json +1 -1
- package/src/schemas/config.schema.json +3 -3
package/package.json
CHANGED
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"type": "string"
|
|
412
412
|
},
|
|
413
413
|
"onEvent": {
|
|
414
|
-
"$comment": "(event:
|
|
414
|
+
"$comment": "(event: TEvent) => void",
|
|
415
415
|
"properties": {
|
|
416
416
|
"namedArgs": {
|
|
417
417
|
"additionalProperties": false,
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
"type": "boolean"
|
|
543
543
|
},
|
|
544
544
|
"onEvent": {
|
|
545
|
-
"$comment": "(event:
|
|
545
|
+
"$comment": "(event: TEvent) => void",
|
|
546
546
|
"properties": {
|
|
547
547
|
"namedArgs": {
|
|
548
548
|
"additionalProperties": false,
|
|
@@ -641,7 +641,7 @@
|
|
|
641
641
|
"type": "boolean"
|
|
642
642
|
},
|
|
643
643
|
"onEvent": {
|
|
644
|
-
"$comment": "(event:
|
|
644
|
+
"$comment": "(event: TEvent) => void",
|
|
645
645
|
"properties": {
|
|
646
646
|
"namedArgs": {
|
|
647
647
|
"additionalProperties": false,
|