@tplc/wot 0.1.91 → 0.1.93

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,50 @@
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
+ ### [0.1.93](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.163...v0.1.93) (2025-07-25)
6
+
7
+
8
+ ### 🚀 Chore | 构建/工程依赖/工具
9
+
10
+ * **release:** 0.4.164 ([6755b3c](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/6755b3cb6c1eeb6889d72bc28f9038e727cf3117))
11
+ * **release:** 0.4.165 ([5ff834d](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/5ff834ddb8c9c8f82e9986e342851cb623ccb929))
12
+ * **release:** 0.4.166 ([c3326b3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/c3326b3dbac49ad970e1f559364f08c69a5643c6))
13
+ * **release:** 0.4.167 ([d7620e9](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d7620e9a79a51ed2d01ac05615220c9699689e04))
14
+
15
+
16
+ ### ✨ Features | 新功能
17
+
18
+ * area 支持 position ([acf7ad6](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/acf7ad6c905cbcfcc87e505f7b4ba010305e8085))
19
+ * nav ([4c75436](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/4c754366ffb87b3978aee160a1045814dad330ff))
20
+ * nav ([f631ec3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/f631ec37baa73a37531171f73b3b29db14363c19))
21
+ * nav页面 ([aa8f380](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/aa8f380e915a44b74036a24079027c14b8ce484a))
22
+ * youhua ([b794370](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/b794370291d751af8ffb1257faba2c3266fcf744))
23
+ * 修改布局 ([be4d414](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/be4d414f4e51532c491604523ad7dc2eaaf015d0))
24
+ * 改造route tabbar ([544c8b8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/544c8b8c4ce29c7c89ccdadaef3bf4018bde3884))
25
+ * 新增图片遮罩 ([a2e5997](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/a2e5997656723b106cc759b8a17f3ad912da90df))
26
+ * 新增复制 ([d42f532](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/d42f532d46bac9b3fa743e5d8c78077e4baea067))
27
+ * 新增文档 ([9e42915](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/9e42915f06cf5352a4d665909566a32a3676ecfb))
28
+ * 调整日历高度 ([7de6b26](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7de6b26c60f1ddce1056e54d56b3753b7e5805e1))
29
+
30
+ ### [0.1.92](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.152...v0.1.92) (2025-07-11)
31
+
32
+
33
+ ### 🐛 Bug Fixes | Bug 修复
34
+
35
+ * phone error ([8fda032](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/8fda0323c0626bf026ee701f85740216ab5c117c))
36
+
37
+
38
+ ### 🚀 Chore | 构建/工程依赖/工具
39
+
40
+ * **release:** 0.4.153 ([7a59909](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/7a599095e3a38af46bdd003f89814830ed47b1ee))
41
+ * **release:** 0.4.154 ([272dfc5](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/272dfc5cfc78b6d3ee9807ecf20a5779dc599d91))
42
+
43
+
44
+ ### ✨ Features | 新功能
45
+
46
+ * full ([78257d3](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/78257d345323092fbf088ed3f95f490114a7e2c2))
47
+ * 支持tags ([836acd8](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/commit/836acd854f30018968b9f39bdd2e1ab8dc5bd2a0))
48
+
5
49
  ### [0.1.91](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.90...v0.1.91) (2025-06-28)
6
50
 
7
51
  ### [0.1.90](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.89...v0.1.90) (2025-06-28)
@@ -89,7 +89,7 @@
89
89
  &::after {
90
90
  position: absolute;
91
91
  top: 0;
92
- right: -12rpx;
92
+ right: -24rpx;
93
93
  font-size: $-cell-required-size;
94
94
  color: $-cell-required-color;
95
95
  content: '*';
@@ -217,6 +217,9 @@ export const swiperProps = {
217
217
  action: makeBooleanProp(false),
218
218
 
219
219
  indicatorCustomStyle: makeStringProp(''),
220
+
221
+ // 遮罩背景颜色
222
+ maskBgColor: makeStringProp('#ffffff'),
220
223
  }
221
224
 
222
225
  export type SwiperProps = ExtractPropTypes<typeof swiperProps>
@@ -34,6 +34,13 @@
34
34
  width: imgWidth ? addUnit(imgWidth) : undefined,
35
35
  }"
36
36
  >
37
+ <view
38
+ class="absolute top-0 left-0 w-full h-full z-1"
39
+ :style="{
40
+ backgroundColor: maskBgColor,
41
+ }"
42
+ v-if="maskBgColor"
43
+ />
37
44
  <template v-if="item.videoUrl">
38
45
  <wd-img :src="item.url" height="100%" width="100%" :mode="imageMode" />
39
46
  <view
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "@tplc/wot",
3
3
  "name": "@tplc/wot",
4
- "version": "0.1.91",
4
+ "version": "0.1.93",
5
5
  "keywords": [
6
6
  "wot-design-uni",
7
7
  "国际化",
@@ -254,6 +254,10 @@ export declare const swiperProps: {
254
254
  type: PropType<string>
255
255
  default: string
256
256
  }
257
+ maskBgColor: {
258
+ type: PropType<string>
259
+ default: string
260
+ }
257
261
  customStyle: {
258
262
  type: PropType<string>
259
263
  default: string
@@ -131,6 +131,10 @@ declare const __VLS_component: import('vue').DefineComponent<
131
131
  type: import('vue').PropType<string>
132
132
  default: string
133
133
  }
134
+ maskBgColor: {
135
+ type: import('vue').PropType<string>
136
+ default: string
137
+ }
134
138
  customStyle: {
135
139
  type: import('vue').PropType<string>
136
140
  default: string
@@ -282,6 +286,10 @@ declare const __VLS_component: import('vue').DefineComponent<
282
286
  type: import('vue').PropType<string>
283
287
  default: string
284
288
  }
289
+ maskBgColor: {
290
+ type: import('vue').PropType<string>
291
+ default: string
292
+ }
285
293
  customStyle: {
286
294
  type: import('vue').PropType<string>
287
295
  default: string
@@ -330,6 +338,7 @@ declare const __VLS_component: import('vue').DefineComponent<
330
338
  itemPadding: string
331
339
  imageRadius: string
332
340
  indicatorCustomStyle: string
341
+ maskBgColor: string
333
342
  },
334
343
  {}
335
344
  >