@ray-js/smart-ui 2.3.6 → 2.3.8-beta-1

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.
@@ -148,25 +148,25 @@ export interface SmartDateTimePickerProps {
148
148
  columnsOrder?: number[];
149
149
  /**
150
150
  * @description 组件动画以及选择回调延迟时间
151
- * @version 2.3.6
151
+ * @version 2.3.7
152
152
  * @default 800 (ms)
153
153
  */
154
154
  animationTime?: number;
155
155
  /**
156
156
  * @description 选中项的样式
157
- * @version 2.3.6
157
+ * @version 2.3.7
158
158
  */
159
159
  activeStyle?: React.CSSProperties;
160
160
  /**
161
161
  * @description 设置任意列的样式
162
- * @version 2.3.6
162
+ * @version 2.3.7
163
163
  */
164
- columnStyles?: Partial<Record<TimeUnitType, React.CSSProperties>>;
164
+ columnStyles?: Partial<Record<TimeUnitType | '12HourClock', React.CSSProperties>>;
165
165
  /**
166
166
  * @description 设置任意列的文字样式
167
- * @version 2.3.6
167
+ * @version 2.3.7
168
168
  */
169
- fontStyles?: Partial<Record<TimeUnitType, React.CSSProperties>>;
169
+ fontStyles?: Partial<Record<TimeUnitType | '12HourClock', React.CSSProperties>>;
170
170
  }
171
171
  /**
172
172
  * @deprecated
@@ -143,7 +143,7 @@ export interface SmartPickerProps {
143
143
  changeAnimation?: boolean;
144
144
  /**
145
145
  * @description 组件动画以及选择回调延迟时间
146
- * @version 2.3.6
146
+ * @version 2.3.7
147
147
  * @default 800 (ms)
148
148
  */
149
149
  animationTime?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.3.6",
3
+ "version": "2.3.8-beta-1",
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.6",
39
+ "@tuya-miniapp/smart-ui": "2.3.8-beta-2",
40
40
  "lodash-es": "^4.17.21"
41
41
  },
42
42
  "devDependencies": {