@tuya-miniapp/smart-ui 2.3.8-beta-1 → 2.3.8-beta-2

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.
@@ -166,7 +166,7 @@ SmartComponent({
166
166
  if (is12HourClock && type === 'time') {
167
167
  return [
168
168
  {
169
- type: '12hoursClock',
169
+ type: '12HourClock',
170
170
  values: [amText, pmText],
171
171
  order: columnsOrder[0],
172
172
  },
@@ -201,7 +201,7 @@ var defaultFormatter = function (type, value) {
201
201
  if (is12HourClock && type === 'time') {
202
202
  return __spreadArray([
203
203
  {
204
- type: '12hoursClock',
204
+ type: '12HourClock',
205
205
  values: [amText, pmText],
206
206
  order: columnsOrder[0],
207
207
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuya-miniapp/smart-ui",
3
- "version": "2.3.8-beta-1",
3
+ "version": "2.3.8-beta-2",
4
4
  "author": "MiniApp Team",
5
5
  "license": "MIT",
6
6
  "miniprogram": "lib",