@pisell/materials 1.0.890 → 1.0.891
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.js +1 -1
- package/build/lowcode/view.js +1 -1
- package/es/components/pisellCheckboxGroup/index.js +3 -1
- package/lib/components/pisellCheckboxGroup/index.js +3 -1
- package/package.json +2 -2
|
@@ -146,7 +146,9 @@ var PisellCheckboxGroup = function PisellCheckboxGroup(props) {
|
|
|
146
146
|
var _useDebounceFn = useDebounceFn(function (key, item) {
|
|
147
147
|
handleSelectItem(key, item);
|
|
148
148
|
}, {
|
|
149
|
-
wait:
|
|
149
|
+
wait: 400,
|
|
150
|
+
leading: true,
|
|
151
|
+
trailing: false
|
|
150
152
|
}),
|
|
151
153
|
run = _useDebounceFn.run;
|
|
152
154
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pisell/materials",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.891",
|
|
4
4
|
"main": "./lib/index.js",
|
|
5
5
|
"module": "./es/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -73,8 +73,8 @@
|
|
|
73
73
|
"styled-components": "^6.0.0-rc.3",
|
|
74
74
|
"swiper": "^8.4.7",
|
|
75
75
|
"vod-js-sdk-v6": "^1.4.11",
|
|
76
|
-
"@pisell/date-picker": "1.0.122",
|
|
77
76
|
"@pisell/utils": "1.0.50",
|
|
77
|
+
"@pisell/date-picker": "1.0.122",
|
|
78
78
|
"@pisell/icon": "0.0.10"
|
|
79
79
|
},
|
|
80
80
|
"peerDependencies": {
|