@ray-js/smart-ui 2.1.11-beta-3 → 2.1.11-beta-4

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.
@@ -119,13 +119,13 @@ export interface SmartDateTimePickerProps {
119
119
  * @description 字符串替换
120
120
  * @version 2.2.0
121
121
  */
122
- formatterMap: Record<timeType, string | Record<string, string>>;
122
+ formatterMap?: Record<timeType, string | Record<string, string>>;
123
123
  /**
124
124
  * @description 当设置 type: 'time' 时,此属性可开启12小时选择模式
125
125
  * @version 2.2.0
126
126
  * @default false
127
127
  */
128
- is12HoursTime: boolean;
128
+ is12HoursTime?: boolean;
129
129
  /**
130
130
  * @description 12小时选择模式时上午的文案
131
131
  * @version 2.2.0
@@ -143,7 +143,7 @@ export interface SmartDateTimePickerProps {
143
143
  * @version 2.2.0
144
144
  * @default []
145
145
  */
146
- columnsOrder: number[];
146
+ columnsOrder?: number[];
147
147
  }
148
148
  /**
149
149
  * @deprecated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/smart-ui",
3
- "version": "2.1.11-beta-3",
3
+ "version": "2.1.11-beta-4",
4
4
  "author": "睦海(李利民)",
5
5
  "description": "轻量、可靠的智能小程序 UI 组件库",
6
6
  "scripts": {