@idmwx/idmui-gl3 6.5.7 → 6.6.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/dist/index.js +1971 -1943
- package/dist/index.umd.cjs +19 -19
- package/dist/packages/mapbox/index.d.ts +8 -0
- package/dist/packages/mapbox/src/components/layer.vue.d.ts +175 -0
- package/dist/packages/mapbox/src/components/other/alertZone.vue.d.ts +36 -0
- package/dist/packages/mapbox/src/components/other/chinaRoute.vue.d.ts +25 -0
- package/dist/packages/mapbox/src/components/other/ecaZone.vue.d.ts +36 -0
- package/dist/packages/mapbox/src/components/other/enc.vue.d.ts +63 -0
- package/dist/packages/mapbox/src/components/other/gmdssArea.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/latLng.vue.d.ts +62 -0
- package/dist/packages/mapbox/src/components/other/liaoningRoute.vue.d.ts +24 -0
- package/dist/packages/mapbox/src/components/other/loadLines.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/marpolGarbageArea.vue.d.ts +24 -0
- package/dist/packages/mapbox/src/components/other/measure.vue.d.ts +45 -0
- package/dist/packages/mapbox/src/components/other/point.vue.d.ts +121 -0
- package/dist/packages/mapbox/src/components/other/port.vue.d.ts +44 -0
- package/dist/packages/mapbox/src/components/other/specialArea.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/terminator.vue.d.ts +23 -0
- package/dist/packages/mapbox/src/components/other/timezone.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/vra.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/warZone.vue.d.ts +30 -0
- package/dist/packages/mapbox/src/components/other/world12nm.vue.d.ts +69 -0
- package/dist/packages/mapbox/src/components/other/worldMarine.vue.d.ts +25 -0
- package/dist/packages/mapbox/src/components/weather/current.vue.d.ts +84 -0
- package/dist/packages/mapbox/src/components/weather/currentParticle.vue.d.ts +66 -0
- package/dist/packages/mapbox/src/components/weather/iceCover.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/iceEdge.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/iceThickness.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/precip3h.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/prmsl.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/sigWave.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +37 -0
- package/dist/packages/mapbox/src/components/weather/swell.vue.d.ts +38 -0
- package/dist/packages/mapbox/src/components/weather/temp.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/tropical.vue.d.ts +96 -0
- package/dist/packages/mapbox/src/components/weather/visibility.vue.d.ts +45 -0
- package/dist/packages/mapbox/src/components/weather/waterTemp.vue.d.ts +46 -0
- package/dist/packages/mapbox/src/components/weather/wind.vue.d.ts +80 -0
- package/dist/packages/mapbox/src/components/weather/windParticle.vue.d.ts +66 -0
- package/dist/{mapbox → packages/mapbox}/src/helper.d.ts +376 -280
- package/dist/packages/mapbox/src/index.vue.d.ts +1906 -0
- package/dist/playground/main.d.ts +1 -0
- package/package.json +5 -7
- package/dist/mapbox/index.d.ts +0 -7
- package/dist/mapbox/src/components/layer.vue.d.ts +0 -158
- package/dist/mapbox/src/components/other/alertZone.vue.d.ts +0 -39
- package/dist/mapbox/src/components/other/chinaRoute.vue.d.ts +0 -29
- package/dist/mapbox/src/components/other/ecaZone.vue.d.ts +0 -37
- package/dist/mapbox/src/components/other/enc.vue.d.ts +0 -59
- package/dist/mapbox/src/components/other/gmdssArea.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/latLng.vue.d.ts +0 -73
- package/dist/mapbox/src/components/other/loadLines.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/measure.vue.d.ts +0 -53
- package/dist/mapbox/src/components/other/point.vue.d.ts +0 -126
- package/dist/mapbox/src/components/other/port.vue.d.ts +0 -45
- package/dist/mapbox/src/components/other/specialArea.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/terminator.vue.d.ts +0 -28
- package/dist/mapbox/src/components/other/timezone.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/vra.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/warZone.vue.d.ts +0 -33
- package/dist/mapbox/src/components/other/world12nm.vue.d.ts +0 -58
- package/dist/mapbox/src/components/other/worldMarine.vue.d.ts +0 -29
- package/dist/mapbox/src/components/weather/current.vue.d.ts +0 -76
- package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +0 -69
- package/dist/mapbox/src/components/weather/iceCover.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/iceEdge.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/iceThickness.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/prmsl.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +0 -39
- package/dist/mapbox/src/components/weather/swell.vue.d.ts +0 -45
- package/dist/mapbox/src/components/weather/temp.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/tropical.vue.d.ts +0 -98
- package/dist/mapbox/src/components/weather/visibility.vue.d.ts +0 -49
- package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +0 -50
- package/dist/mapbox/src/components/weather/wind.vue.d.ts +0 -73
- package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +0 -69
- package/dist/mapbox/src/index.vue.d.ts +0 -118
- /package/dist/{index.d.ts → packages/index.d.ts} +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.