@tplc/wot 1.0.17 → 1.0.18

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 CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.0.18](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v1.0.17...v1.0.18) (2025-12-29)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.7.33 ([1d6cbfd](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/1d6cbfd08c7bfca80e6116ac40d46b909b49b888))
11
+
12
+
13
+ ### ✨ Features | 新功能
14
+
15
+ * Add `payCardId` to payment form and component, and refine payment type watch logic with minor UI alignment. ([0cac8e4](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/0cac8e49e678a81f3a1340b251c05aa591e28146))
16
+ * add button type to SelectPicker and implement remote search functionality ([2e09dea](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/commit/2e09dea2be7087b925d732b0211641d2e1039424))
17
+
5
18
  ### [1.0.17](https://gitlab888.30jia.com.cn/tourism-front/zero-code-pro/compare/v0.7.32...v1.0.17) (2025-12-28)
6
19
 
7
20
 
@@ -18,7 +18,7 @@
18
18
  }
19
19
 
20
20
  @include b(select-picker) {
21
- @include edeep(cell) {
21
+ @include edeep(cell) {
22
22
  @include when(disabled) {
23
23
  .wd-cell__value {
24
24
  color: $-input-disabled-color;
@@ -47,7 +47,7 @@
47
47
  }
48
48
  }
49
49
  }
50
-
50
+
51
51
  @include edeep(arrow, clear) {
52
52
  display: block;
53
53
  font-size: $-cell-icon-size;
@@ -58,7 +58,7 @@
58
58
  @include edeep(clear) {
59
59
  color: $-cell-clear-color;
60
60
  }
61
-
61
+
62
62
  @include e(loading) {
63
63
  position: absolute;
64
64
  display: flex;
@@ -71,7 +71,7 @@
71
71
  z-index: 3;
72
72
  background: $-picker-loading-bg;
73
73
  }
74
-
74
+
75
75
  @include edeep(header) {
76
76
  height: 72px;
77
77
  line-height: 72px;
@@ -99,41 +99,4 @@
99
99
  @include e(footer) {
100
100
  padding: 24px 15px;
101
101
  }
102
-
103
- // ========== 你的自定义样式 ==========
104
-
105
- // 没有更多数据样式
106
- @include e(no-more) {
107
- text-align: center;
108
- color: $-cell-arrow-color;
109
- padding: 24rpx 0;
110
- font-size: 28rpx;
111
- }
112
-
113
- // 内部加载样式
114
- @include e(innerLoading) {
115
- display: flex;
116
- align-items: center;
117
- justify-content: center;
118
- background: $-picker-loading-bg;
119
- padding: 24rpx 0;
120
- }
121
-
122
- // 按钮样式
123
- @include e(button) {
124
- width: 100%;
125
- height: 72rpx;
126
- line-height: 72rpx;
127
- border-radius: 8rpx;
128
- font-size: 28rpx;
129
- color: #333;
130
- box-sizing: border-box;
131
- text-align: center;
132
- border: 1px solid #eee;
133
- &--active {
134
- color: $-color-theme;
135
- border: 1px solid $-color-theme;
136
- }
137
- }
138
102
  }
139
-
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "1.0.17",
4
+ "version": "1.0.18",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",