@ray-js/smart-ui 2.3.4-beta-10 → 2.3.4-beta-11

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.
@@ -38,6 +38,11 @@ export interface SmartPickerMultipleColumn {
38
38
  * @version 2.2.0
39
39
  */
40
40
  order?: number;
41
+ /**
42
+ * @description 禁用此列的滚动
43
+ * @version 2.3.5
44
+ */
45
+ disabled?: boolean;
41
46
  [key: string]: unknown;
42
47
  }
43
48
  export interface SmartPickerProps {
@@ -29,6 +29,16 @@ export interface SmartTabProps {
29
29
  * 自定义标题样式
30
30
  */
31
31
  titleStyle?: React.CSSProperties;
32
+ /**
33
+ * @description 二级标题
34
+ * @version 2.3.5
35
+ */
36
+ subtitle?: string;
37
+ /**
38
+ * @description 二级标题样式
39
+ * @version 2.3.5
40
+ */
41
+ subtitleStyle?: React.CSSProperties;
32
42
  }
33
43
  export type SmartTabEvents = {};
34
44
  export type SmartTabExternalClassName = SmartBaseExternalClassName;
@@ -34,7 +34,8 @@ export interface SmartTabbarItemProps {
34
34
  */
35
35
  linkType?: string;
36
36
  /**
37
- * 是否禁用
37
+ * @description 是否禁用
38
+ * @version 2.3.5
38
39
  */
39
40
  disabled?: boolean;
40
41
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.3.4-beta-10",
3
+ "version": "2.3.4-beta-11",
4
4
  "description": "轻量、可靠的智能小程序 UI 组件库",
5
5
  "scripts": {
6
6
  "syncMiniappData": "node ./build/syncMiniappData.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "dependencies": {
38
38
  "@ray-js/components-ty-slider": "^0.3.2",
39
- "@tuya-miniapp/smart-ui": "2.3.4-beta-7",
39
+ "@tuya-miniapp/smart-ui": "^2.3.4",
40
40
  "lodash-es": "^4.17.21"
41
41
  },
42
42
  "devDependencies": {