@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.
Files changed (80) hide show
  1. package/dist/index.js +1971 -1943
  2. package/dist/index.umd.cjs +19 -19
  3. package/dist/packages/mapbox/index.d.ts +8 -0
  4. package/dist/packages/mapbox/src/components/layer.vue.d.ts +175 -0
  5. package/dist/packages/mapbox/src/components/other/alertZone.vue.d.ts +36 -0
  6. package/dist/packages/mapbox/src/components/other/chinaRoute.vue.d.ts +25 -0
  7. package/dist/packages/mapbox/src/components/other/ecaZone.vue.d.ts +36 -0
  8. package/dist/packages/mapbox/src/components/other/enc.vue.d.ts +63 -0
  9. package/dist/packages/mapbox/src/components/other/gmdssArea.vue.d.ts +30 -0
  10. package/dist/packages/mapbox/src/components/other/latLng.vue.d.ts +62 -0
  11. package/dist/packages/mapbox/src/components/other/liaoningRoute.vue.d.ts +24 -0
  12. package/dist/packages/mapbox/src/components/other/loadLines.vue.d.ts +30 -0
  13. package/dist/packages/mapbox/src/components/other/marpolGarbageArea.vue.d.ts +24 -0
  14. package/dist/packages/mapbox/src/components/other/measure.vue.d.ts +45 -0
  15. package/dist/packages/mapbox/src/components/other/point.vue.d.ts +121 -0
  16. package/dist/packages/mapbox/src/components/other/port.vue.d.ts +44 -0
  17. package/dist/packages/mapbox/src/components/other/specialArea.vue.d.ts +30 -0
  18. package/dist/packages/mapbox/src/components/other/terminator.vue.d.ts +23 -0
  19. package/dist/packages/mapbox/src/components/other/timezone.vue.d.ts +30 -0
  20. package/dist/packages/mapbox/src/components/other/vra.vue.d.ts +30 -0
  21. package/dist/packages/mapbox/src/components/other/warZone.vue.d.ts +30 -0
  22. package/dist/packages/mapbox/src/components/other/world12nm.vue.d.ts +69 -0
  23. package/dist/packages/mapbox/src/components/other/worldMarine.vue.d.ts +25 -0
  24. package/dist/packages/mapbox/src/components/weather/current.vue.d.ts +84 -0
  25. package/dist/packages/mapbox/src/components/weather/currentParticle.vue.d.ts +66 -0
  26. package/dist/packages/mapbox/src/components/weather/iceCover.vue.d.ts +46 -0
  27. package/dist/packages/mapbox/src/components/weather/iceEdge.vue.d.ts +46 -0
  28. package/dist/packages/mapbox/src/components/weather/iceThickness.vue.d.ts +46 -0
  29. package/dist/packages/mapbox/src/components/weather/precip3h.vue.d.ts +46 -0
  30. package/dist/packages/mapbox/src/components/weather/prmsl.vue.d.ts +46 -0
  31. package/dist/packages/mapbox/src/components/weather/sigWave.vue.d.ts +46 -0
  32. package/dist/packages/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +37 -0
  33. package/dist/packages/mapbox/src/components/weather/swell.vue.d.ts +38 -0
  34. package/dist/packages/mapbox/src/components/weather/temp.vue.d.ts +46 -0
  35. package/dist/packages/mapbox/src/components/weather/tropical.vue.d.ts +96 -0
  36. package/dist/packages/mapbox/src/components/weather/visibility.vue.d.ts +45 -0
  37. package/dist/packages/mapbox/src/components/weather/waterTemp.vue.d.ts +46 -0
  38. package/dist/packages/mapbox/src/components/weather/wind.vue.d.ts +80 -0
  39. package/dist/packages/mapbox/src/components/weather/windParticle.vue.d.ts +66 -0
  40. package/dist/{mapbox → packages/mapbox}/src/helper.d.ts +376 -280
  41. package/dist/packages/mapbox/src/index.vue.d.ts +1906 -0
  42. package/dist/playground/main.d.ts +1 -0
  43. package/package.json +5 -7
  44. package/dist/mapbox/index.d.ts +0 -7
  45. package/dist/mapbox/src/components/layer.vue.d.ts +0 -158
  46. package/dist/mapbox/src/components/other/alertZone.vue.d.ts +0 -39
  47. package/dist/mapbox/src/components/other/chinaRoute.vue.d.ts +0 -29
  48. package/dist/mapbox/src/components/other/ecaZone.vue.d.ts +0 -37
  49. package/dist/mapbox/src/components/other/enc.vue.d.ts +0 -59
  50. package/dist/mapbox/src/components/other/gmdssArea.vue.d.ts +0 -33
  51. package/dist/mapbox/src/components/other/latLng.vue.d.ts +0 -73
  52. package/dist/mapbox/src/components/other/loadLines.vue.d.ts +0 -33
  53. package/dist/mapbox/src/components/other/measure.vue.d.ts +0 -53
  54. package/dist/mapbox/src/components/other/point.vue.d.ts +0 -126
  55. package/dist/mapbox/src/components/other/port.vue.d.ts +0 -45
  56. package/dist/mapbox/src/components/other/specialArea.vue.d.ts +0 -33
  57. package/dist/mapbox/src/components/other/terminator.vue.d.ts +0 -28
  58. package/dist/mapbox/src/components/other/timezone.vue.d.ts +0 -33
  59. package/dist/mapbox/src/components/other/vra.vue.d.ts +0 -33
  60. package/dist/mapbox/src/components/other/warZone.vue.d.ts +0 -33
  61. package/dist/mapbox/src/components/other/world12nm.vue.d.ts +0 -58
  62. package/dist/mapbox/src/components/other/worldMarine.vue.d.ts +0 -29
  63. package/dist/mapbox/src/components/weather/current.vue.d.ts +0 -76
  64. package/dist/mapbox/src/components/weather/currentParticle.vue.d.ts +0 -69
  65. package/dist/mapbox/src/components/weather/iceCover.vue.d.ts +0 -49
  66. package/dist/mapbox/src/components/weather/iceEdge.vue.d.ts +0 -49
  67. package/dist/mapbox/src/components/weather/iceThickness.vue.d.ts +0 -50
  68. package/dist/mapbox/src/components/weather/precip3h.vue.d.ts +0 -50
  69. package/dist/mapbox/src/components/weather/prmsl.vue.d.ts +0 -49
  70. package/dist/mapbox/src/components/weather/sigWave.vue.d.ts +0 -50
  71. package/dist/mapbox/src/components/weather/sigWaveHeight.vue.d.ts +0 -39
  72. package/dist/mapbox/src/components/weather/swell.vue.d.ts +0 -45
  73. package/dist/mapbox/src/components/weather/temp.vue.d.ts +0 -50
  74. package/dist/mapbox/src/components/weather/tropical.vue.d.ts +0 -98
  75. package/dist/mapbox/src/components/weather/visibility.vue.d.ts +0 -49
  76. package/dist/mapbox/src/components/weather/waterTemp.vue.d.ts +0 -50
  77. package/dist/mapbox/src/components/weather/wind.vue.d.ts +0 -73
  78. package/dist/mapbox/src/components/weather/windParticle.vue.d.ts +0 -69
  79. package/dist/mapbox/src/index.vue.d.ts +0 -118
  80. /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.