dolphin-weex-ui 2.2.11 → 2.2.14
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 +15 -0
- package/package.json +1 -1
- package/packages/dof-actionsheet/index-bak.vue +1 -0
- package/packages/dof-actionsheet/index.vue +1 -0
- package/packages/dof-button/index.vue +1 -1
- package/packages/dof-mask/index.vue +1 -0
- package/packages/dof-popup/index.vue +1 -0
- package/packages/dof-select-picker/index.vue +1 -0
- package/dist/index.native.js +0 -52118
- package/dist/index.native.js.map +0 -1
- package/dist/index.web.js +0 -55966
- package/dist/index.web.js.map +0 -1
- package/packages/dof-actionsheet/dist/index.dev.js +0 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# 升级日志
|
|
2
2
|
|
|
3
|
+
## 2.2.13
|
|
4
|
+
|
|
5
|
+
- [ ! ] 解决dof-button disabled切换背景颜色异常问题
|
|
6
|
+
- [ ! ] date: 2025/01/07
|
|
7
|
+
|
|
8
|
+
## 2.2.12
|
|
9
|
+
|
|
10
|
+
- [ ! ] dof-popup鸿蒙适配
|
|
11
|
+
- [ ! ] date: 2025/01/03
|
|
12
|
+
|
|
13
|
+
## 2.2.11
|
|
14
|
+
|
|
15
|
+
- [ ! ] 适配工具方法promisify兼容webpack高版本
|
|
16
|
+
- [ ! ] date: 2024/12/12
|
|
17
|
+
|
|
3
18
|
## 2.2.10
|
|
4
19
|
|
|
5
20
|
- [ ! ] 修复dof-modal、dof-overlay鸿蒙适配
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<!-- modified by liuhr7 on 19/12/28. -->
|
|
2
2
|
|
|
3
3
|
<template>
|
|
4
|
-
<WeexThemeView>
|
|
4
|
+
<WeexThemeView :key="disabled + ''">
|
|
5
5
|
<text
|
|
6
6
|
v-if="pattern === 'plain_text'"
|
|
7
7
|
:class="['btn-text', isHighlight && !disabled && pattern === 'text' && !_isColmo && `dof-text-highlight-${type}`]"
|