anytrek-front-public-component 1.3.50 → 1.3.52
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/README.md +1 -1
- package/anytrek-front-public-component.mjs +5344 -5288
- package/anytrek-front-public-component.umd.js +21 -21
- package/package.json +1 -1
- package/style.css +1 -1
package/README.md
CHANGED
|
@@ -73,7 +73,7 @@ function onRangeChange(start: string, end: string, tz: string) {
|
|
|
73
73
|
| `needNowTimeZone` | `是否需要在时区列表显示当前网页时区` | `Boolean` | `true` |
|
|
74
74
|
| `haveRangSwitch` | `是否需要左右进行区间移动` | `Boolean` | `false` |
|
|
75
75
|
| `needMaxIndex` | `是否需要弹框在最上层` | `Boolean` | `false` |
|
|
76
|
-
| `timeZoneList` | `时区选项` | `Object[]` | `[{
|
|
76
|
+
| `timeZoneList` | `时区选项` | `Object[]` | `[{value:'PST',label:'PST'},{value:'PDT',label:'PDT'},{value:'MST',label:'MST'},{value:'MDT',label:'MDT'},{value:'CST',label:'CST'},{value:'CDT',label:'CDT'},{value:'EST',label:'EST'},{value:'EDT',label:'EDT'},{value:'AST',label:'AST'},{value:'ADT',label:'ADT'},{value:'AKST',label:'AKST'},{value:'AKDT',label:'AKDT'}]` |
|
|
77
77
|
|
|
78
78
|
## 🧩 Component: `<anytrekTimePick>`
|
|
79
79
|
Select a time
|