anytrek-front-public-component 1.6.8 → 1.6.10
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 -0
- package/anytrek-front-public-component.mjs +8609 -8596
- package/anytrek-front-public-component.umd.js +37 -37
- package/package.json +1 -1
- package/style.css +1 -1
package/README.md
CHANGED
|
@@ -193,6 +193,9 @@ onMounted(() => {
|
|
|
193
193
|
| `isArray` | `选择是否以数组的方式进行` | `Boolean` | `false` |
|
|
194
194
|
| `vehicleArray` | `isArray为true时绑定的值,每一项为{ vehicleId:xxx, deviceId: 0, isChoose: Boolean }或者{ vehicleId:0, deviceId: xxx, isChoose: Boolean }` | `Object[]` | `[]` |
|
|
195
195
|
| `vehicleMaxlength` | `isArray为true时最多同时选择的车辆数量` | `Number` | `3` |
|
|
196
|
+
| `showAllName` | `收起来之后显示全称` | `Boolean` | `false` |
|
|
197
|
+
| `clickToMdvr` | `点击跳到mdvr界面` | `Function` | |
|
|
198
|
+
| `useCompleteVehicleScope` | `是否显示全部车辆(此时不显示设备)` | `Boolean` | `false` |
|
|
196
199
|
|
|
197
200
|
备注:现在data支持2种情况了:
|
|
198
201
|
1.包含数组:tagList,deviceStatusList,vehicleDeviceList,landmarkDeviceList,landmarkList,vehicleType,deviceList,vehicleList
|