@tplc/business 0.4.194 → 0.4.195

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,8 @@
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.4.195](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.1.98...v0.4.195) (2025-09-09)
6
+
5
7
  ### [0.4.194](http://gitlab888.30jia.com.cn/bhBank/zero-code-pro/compare/v0.4.193...v0.4.194) (2025-09-06)
6
8
 
7
9
 
@@ -8,6 +8,9 @@
8
8
  :slidable="slidable"
9
9
  :slidableNum="slidableNum"
10
10
  :itemFontSize="itemFontSize"
11
+ :activeFontSize="tabActiveFontSize"
12
+ :activeFontWeight="tabActiveFontWeight"
13
+ :itemFontWeight="tabInactiveFontWeight"
11
14
  ref="tabs"
12
15
  :inactiveColor="tagTitleInactiveColor"
13
16
  :color="tagTitleActiveColor"
@@ -27,4 +27,7 @@ export interface LcbTabsProps extends LcbBlockProps {
27
27
  tagInactiveColor?: string
28
28
  tagTitleActiveColor?: string
29
29
  tagTitleInactiveColor?: string
30
+ tabActiveFontWeight?: string
31
+ tabInactiveFontWeight?: string
32
+ tabActiveFontSize?: number
30
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tplc/business",
3
- "version": "0.4.194",
3
+ "version": "0.4.195",
4
4
  "keywords": [
5
5
  "业务组件"
6
6
  ],
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "peerDependencies": {
13
13
  "vue": ">=3.2.47",
14
- "@tplc/wot": "0.1.97"
14
+ "@tplc/wot": "0.1.98"
15
15
  },
16
16
  "engines": {
17
17
  "node": ">=18",
@@ -26,4 +26,7 @@ export interface LcbTabsProps extends LcbBlockProps {
26
26
  tagInactiveColor?: string
27
27
  tagTitleActiveColor?: string
28
28
  tagTitleInactiveColor?: string
29
+ tabActiveFontWeight?: string
30
+ tabInactiveFontWeight?: string
31
+ tabActiveFontSize?: number
29
32
  }