eoss-mobiles 0.1.84 → 0.1.85
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 +5 -2
- package/lib/eoss-mobile.common.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/fonts/iconfont.scss +20 -496
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/selector.css +1 -1
- package/package.json +1 -1
- package/packages/theme-chalk/lib/fonts/iconfont.scss +20 -496
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/selector.css +1 -1
- package/packages/theme-chalk/src/fonts/iconfont.scss +20 -496
- package/src/index.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
## 更新日志
|
|
2
2
|
|
|
3
|
-
### 0.1.
|
|
3
|
+
### 0.1.84
|
|
4
4
|
|
|
5
|
+
- 2023-12-05
|
|
6
|
+
- fix:<br/>1. input 组件新增属性show-password是否显示切换密码图标<br/>2. form 组件优化验证表格<br/>3. flow 组件优化
|
|
7
|
+
- 版本号:0.1.84
|
|
5
8
|
- 2023-11-29
|
|
6
|
-
- feat:<br/>1. flow 组件新增会签流程、接口前缀 base-url、优化驳回和分阅流程意见乱码问题<br/>2. form 组件新增表格配置、show-btn 是否展示按钮属性<br/>3. picker 组件新增接口 befor-response 返回成功后回调<br/>4. input
|
|
9
|
+
- feat:<br/>1. flow 组件新增会签流程、接口前缀 base-url、优化驳回和分阅流程意见乱码问题<br/>2. form 组件新增表格配置、show-btn 是否展示按钮属性<br/>3. picker 组件新增接口 befor-response 返回成功后回调<br/>4. input 组件新增属性 label-position 表单域提示文字的位置
|
|
7
10
|
- 版本号:0.1.73
|
|
8
11
|
- 2023-11-06
|
|
9
12
|
- fix:<br/>1. Date 组件优化<br/>2. flow 组件配置优化
|
|
@@ -18001,7 +18001,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
18001
18001
|
}
|
|
18002
18002
|
|
|
18003
18003
|
/* harmony default export */ var src = __webpack_exports__["default"] = ({
|
|
18004
|
-
version: '0.1.
|
|
18004
|
+
version: '0.1.85',
|
|
18005
18005
|
install: install,
|
|
18006
18006
|
Button: packages_button,
|
|
18007
18007
|
ButtonGroup: button_group,
|