@cloudbase/weda-ui 3.29.2 → 3.30.1
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/configs/type-utils/type-form.js +2 -2
- package/dist/style/weda-ui.min.css +2 -2
- package/dist/web/components/form/uploaderFile/uploadFile.h5.js +2 -2
- package/dist/web/components/wd-form/hooks/use-auth-value.d.ts +1 -0
- package/dist/web/components/wd-form/hooks/use-auth-value.js +3 -1
- package/dist/web/components/wd-form/index.js +35 -1
- package/dist/web/components/wd-input-phone/wd-input-phone.js +1 -1
- package/dist/web/components/wd-table/components/FieldRender/index.js +4 -2
- package/dist/web/components/wd-table/components/FilterFieldsPanel/index.js +17 -4
- package/package.json +4 -2
|
@@ -1626,7 +1626,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1626
1626
|
'x-category': X_CATEGORY.VERIFY,
|
|
1627
1627
|
'x-index': 271,
|
|
1628
1628
|
'x-component': 'checkbox',
|
|
1629
|
-
'x-helper-text': '绑定表达式示例:[".jpg",".png", "image/gif"]
|
|
1629
|
+
'x-helper-text': '绑定表达式示例:[".jpg",".png", "image/gif"],[该属性暂不支持小程序](https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/form/WdUploadFile#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)',
|
|
1630
1630
|
'x-component-props': { options: WD_UPLOAD_IMAGE_ACCEPT_TYPES },
|
|
1631
1631
|
}),
|
|
1632
1632
|
_acceptTypesInFile: Type.String({
|
|
@@ -1635,7 +1635,7 @@ export const FORM_ITEM_DATA = {
|
|
|
1635
1635
|
'x-runtime-default': X_RUNTIME_DEFAULT._acceptTypesInFile,
|
|
1636
1636
|
'x-category': X_CATEGORY.VERIFY,
|
|
1637
1637
|
'x-index': 272,
|
|
1638
|
-
'x-helper-text': '为空表示不做限制;多个类型之间请用英文逗号分隔,如 doc,pdf,png
|
|
1638
|
+
'x-helper-text': '为空表示不做限制;多个类型之间请用英文逗号分隔,如 doc,pdf,png;[该属性暂不支持小程序](https://docs.cloudbase.net/lowcode/components/wedaUI/src/docs/compsdocs/form/WdUploadFile#%E5%B8%B8%E8%A7%81%E9%97%AE%E9%A2%98)',
|
|
1639
1639
|
}),
|
|
1640
1640
|
maxSize: Type.Number({
|
|
1641
1641
|
type: 'number',
|