@hzab/form-render 1.0.3 → 1.1.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/CHANGELOG.md +9 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/components/LocationListPicker/components/AddrList/index.less +39 -0
- package/src/components/LocationListPicker/components/AddrList/index.tsx +43 -0
- package/src/components/LocationListPicker/components/Popup/index.less +19 -0
- package/src/components/LocationListPicker/components/Popup/index.tsx +81 -0
- package/src/components/LocationListPicker/components/Popup/range.schema.json +21 -0
- package/src/components/LocationListPicker/index.less +26 -0
- package/src/components/LocationListPicker/index.tsx +221 -0
- package/src/components/LocationPicker/Map/AMap/common/utils.ts +67 -4
- package/src/components/LocationPicker/Map/AMap/index.less +4 -0
- package/src/components/Upload/uploader.jsx +25 -7
- package/src/components/index.tsx +1 -0
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,14 @@
|
|
1
|
+
# @hzab/form-render@1.1.1
|
2
|
+
|
3
|
+
- Upload OSS 上传支持数组对象格式值
|
4
|
+
|
5
|
+
# @hzab/form-render@1.1.0
|
6
|
+
|
7
|
+
- feat: LocationListPicker 组件
|
8
|
+
|
1
9
|
# @hzab/form-render@1.0.3
|
2
10
|
|
3
|
-
- fix: dayjs 自定义解析器,解决 YYYY年MM月DD日 格式问题
|
11
|
+
- fix: dayjs 自定义解析器,解决 YYYY 年 MM 月 DD 日 格式问题
|
4
12
|
|
5
13
|
# @hzab/form-render@1.0.2
|
6
14
|
|