@a2simcode/ui 0.0.209 → 0.0.211
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/simcode-ui.es.js +2683 -2658
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/docs/components/meta/button.ts +11 -0
- package/docs/components/meta/radio.ts +1 -1
- package/package.json +1 -1
|
@@ -95,6 +95,12 @@ export default {
|
|
|
95
95
|
"description": "",
|
|
96
96
|
"type": "boolean",
|
|
97
97
|
"default": "false"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "isNotStopClick",
|
|
101
|
+
"description": "是否不触发点击事件阻断",
|
|
102
|
+
"type": "boolean",
|
|
103
|
+
"default": "false"
|
|
98
104
|
}
|
|
99
105
|
],
|
|
100
106
|
"events": [
|
|
@@ -205,6 +211,11 @@ export default {
|
|
|
205
211
|
"name": "firstCompactItem",
|
|
206
212
|
"type": "boolean",
|
|
207
213
|
"description": ""
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
"name": "isNotStopClick",
|
|
217
|
+
"type": "boolean",
|
|
218
|
+
"description": "是否不触发点击事件阻断"
|
|
208
219
|
}
|
|
209
220
|
]
|
|
210
221
|
}
|