anytrek-front-public-component 1.4.101 → 1.5.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.
- package/README.md +3 -1
- package/anytrek-front-public-component.mjs +12453 -12251
- package/anytrek-front-public-component.umd.js +33 -33
- package/package.json +1 -1
- package/style.css +1 -1
package/README.md
CHANGED
|
@@ -82,6 +82,7 @@ function onRangeChange(start: string, end: string, tz: string) {
|
|
|
82
82
|
| `disableMinuteFuntion` | `禁止选择部分分钟选项。数组内有效的值为0-59` | `(date:String,hour:String,tz:String ) => Number[]` | |
|
|
83
83
|
| `showTime` | `没选时间时默认指定哪个月份(最好为15号)` | `YYYY-MM-DDTHH:mm:ssZ` | |
|
|
84
84
|
| `quarterMessage` | `当前只能选择哪个季度(季度值取1、2、3、4)` | `{ year: Number, quarter: Number }` | |
|
|
85
|
+
| `assetTimeList` | `资产利用率数据数组` | `{ startTime: Number(时间戳或者YYYY-MM-DDTHH:mm:ssZ), endTime: Number(时间戳或者YYYY-MM-DDTHH:mm:ssZ) }` | |
|
|
85
86
|
|
|
86
87
|
## 🧩 Component: `<anytrekTimePick>`
|
|
87
88
|
Select a time
|
|
@@ -713,4 +714,5 @@ const saveFunctionLandmark = async (
|
|
|
713
714
|
| GOOGLE_MAP_API_KEY | 地图apikey | `String` | |
|
|
714
715
|
| MAP_STYLES | 地图样式 | `Array` | [] |
|
|
715
716
|
| searhTrimblemapAddress |查询地址api | `Function` | |
|
|
716
|
-
| saveFunctionLandmark | landmark保存 | `Function` | |
|
|
717
|
+
| saveFunctionLandmark | landmark保存 | `Function` | |
|
|
718
|
+
| nowChooseVehicleId | 当前选择的车辆id | `Number` | |
|