leiting-bim 2.1.69 → 2.1.71

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.

Potentially problematic release.


This version of leiting-bim might be problematic. Click here for more details.

Files changed (58) hide show
  1. package/leiting-bim.es.js +1 -1
  2. package/leiting-bim.umd.js +1 -1
  3. package/package.json +1 -1
  4. package/plugins/cesium-core/dist/cesium-core.mjs +20 -20
  5. package/plugins/cesium-core/dist/cesium-core.mjs.map +1 -1
  6. package/plugins/cesium-core/dist/cesium-core.umd.js +2 -2
  7. package/plugins/cesium-core/dist/cesium-core.umd.js.map +1 -1
  8. package/plugins/cesium-core/package.json +1 -1
  9. package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-audio/index.d.ts +13 -0
  10. package/plugins/cesium-vue/dist/cesium-vue/src/components/basic-video/index.d.ts +98 -0
  11. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-carousel/index.d.ts +147 -0
  12. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-content/index.d.ts +16 -0
  13. package/plugins/cesium-vue/dist/cesium-vue/src/components/card-page/index.d.ts +64 -0
  14. package/plugins/cesium-vue/dist/cesium-vue/src/components/carousel-img/index.d.ts +34 -0
  15. package/plugins/cesium-vue/dist/cesium-vue/src/components/echarts-pro/index.d.ts +63 -0
  16. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-bubble/index.d.ts +73 -0
  17. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-default/index.d.ts +43 -0
  18. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-html/index.d.ts +43 -0
  19. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-manage/index.d.ts +159 -0
  20. package/plugins/cesium-vue/dist/cesium-vue/src/components/marker-text/index.d.ts +25 -0
  21. package/plugins/cesium-vue/dist/cesium-vue/src/components/measurement/index.d.ts +73 -0
  22. package/plugins/cesium-vue/dist/cesium-vue/src/components/position-picker/index.d.ts +58 -0
  23. package/plugins/cesium-vue/dist/cesium-vue/src/index.d.ts +46 -0
  24. package/plugins/cesium-vue/dist/components/basic-audio.d.ts +3 -3
  25. package/plugins/cesium-vue/dist/components/basic-audio.js.map +1 -1
  26. package/plugins/cesium-vue/dist/components/basic-video.d.ts +3 -3
  27. package/plugins/cesium-vue/dist/components/basic-video.js.map +1 -1
  28. package/plugins/cesium-vue/dist/components/card-carousel.d.ts +3 -3
  29. package/plugins/cesium-vue/dist/components/card-carousel.js.map +1 -1
  30. package/plugins/cesium-vue/dist/components/card-content.d.ts +3 -3
  31. package/plugins/cesium-vue/dist/components/card-content.js.map +1 -1
  32. package/plugins/cesium-vue/dist/components/card-page.d.ts +3 -3
  33. package/plugins/cesium-vue/dist/components/card-page.js.map +1 -1
  34. package/plugins/cesium-vue/dist/components/carousel-img.d.ts +3 -3
  35. package/plugins/cesium-vue/dist/components/carousel-img.js.map +1 -1
  36. package/plugins/cesium-vue/dist/components/echarts-pro.d.ts +3 -3
  37. package/plugins/cesium-vue/dist/components/marker-bubble.d.ts +3 -3
  38. package/plugins/cesium-vue/dist/components/marker-bubble.js.map +1 -1
  39. package/plugins/cesium-vue/dist/components/marker-default.d.ts +3 -3
  40. package/plugins/cesium-vue/dist/components/marker-default.js.map +1 -1
  41. package/plugins/cesium-vue/dist/components/marker-html.d.ts +3 -3
  42. package/plugins/cesium-vue/dist/components/marker-html.js.map +1 -1
  43. package/plugins/cesium-vue/dist/components/marker-manage.d.ts +3 -3
  44. package/plugins/cesium-vue/dist/components/marker-manage.js +211 -194
  45. package/plugins/cesium-vue/dist/components/marker-manage.js.map +1 -1
  46. package/plugins/cesium-vue/dist/components/marker-text.d.ts +3 -3
  47. package/plugins/cesium-vue/dist/components/marker-text.js.map +1 -1
  48. package/plugins/cesium-vue/dist/components/measurement.d.ts +3 -3
  49. package/plugins/cesium-vue/dist/components/measurement.js.map +1 -1
  50. package/plugins/cesium-vue/dist/components/position-picker.d.ts +3 -3
  51. package/plugins/cesium-vue/dist/components/position-picker.js.map +1 -1
  52. package/plugins/cesium-vue/dist/index-CUs_hd1V.js.map +1 -1
  53. package/plugins/cesium-vue/dist/index-Kdqw0FJN.js.map +1 -1
  54. package/plugins/cesium-vue/dist/index.d.ts +6 -46
  55. package/plugins/cesium-vue/dist/index.js.map +1 -1
  56. package/plugins/cesium-vue/package.json +4 -4
  57. package/plugins/theme-chalk/package.json +1 -1
  58. package/plugins/utils/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "leiting-bim",
3
3
  "private": false,
4
- "version": "2.1.69",
4
+ "version": "2.1.71",
5
5
  "type": "module",
6
6
  "main": "./leiting-bim.umd.js",
7
7
  "module": "./leiting-bim.es.js",
@@ -2237,12 +2237,12 @@ function Tr(a, t) {
2237
2237
  }), new i(t);
2238
2238
  }
2239
2239
  function xr(a, t) {
2240
- const e = a.Color, i = a.defaultValue, r = Object.defineProperties, s = a.Event, o = a.createPropertyDescriptor, n = a.Property;
2241
- let l = t.materialType || "PolylineFlow" + Date.now() + Math.floor(Math.random() * 1e3);
2242
- function c(d) {
2243
- d = i(d, i.EMPTY_OBJECT), this._definitionChanged = new s(), this._color = void 0, this._colorSubscription = void 0, this.color = d.color || e.fromBytes(0, 255, 255, 255), this._duration = void 0, this._durationSubscription = void 0, this.duration = i(d.duration, 45);
2240
+ const e = a.Color, i = Object.defineProperties, r = a.Event, s = a.createPropertyDescriptor, o = a.Property, n = (u, m) => u === void 0 ? m : u, l = {};
2241
+ let c = t.materialType || "PolylineFlow" + Date.now() + Math.floor(Math.random() * 1e3);
2242
+ function d(u) {
2243
+ u = n(u, l), this._definitionChanged = new r(), this._color = void 0, this._colorSubscription = void 0, this.color = u.color || e.fromBytes(0, 255, 255, 255), this._duration = void 0, this._durationSubscription = void 0, this.duration = n(u.duration, 45);
2244
2244
  }
2245
- return r(c.prototype, {
2245
+ return i(d.prototype, {
2246
2246
  isConstant: {
2247
2247
  get() {
2248
2248
  return !1;
@@ -2253,23 +2253,23 @@ function xr(a, t) {
2253
2253
  return this._definitionChanged;
2254
2254
  }
2255
2255
  }
2256
- }), c.prototype.getType = function(d) {
2257
- return l;
2258
- }, c.prototype.getValue = function(d, u) {
2259
- return u || (u = {}), u.color = n.getValueOrClonedDefault(
2256
+ }), d.prototype.getType = function(u) {
2257
+ return c;
2258
+ }, d.prototype.getValue = function(u, m) {
2259
+ return m || (m = {}), m.color = o.getValueOrClonedDefault(
2260
2260
  this._color,
2261
- d,
2261
+ u,
2262
2262
  a.Color.WHITE,
2263
- u.color
2264
- ), u.duration = this._duration, u;
2265
- }, c.prototype.equals = function(d) {
2266
- return this === d || d instanceof c && n.equals(this._color, d._color);
2267
- }, r(c.prototype, {
2268
- color: o("color"),
2269
- duration: o("duration")
2270
- }), a.PolylineFlowMaterialProperty = c, a.Material._materialCache.addMaterial(l, {
2263
+ m.color
2264
+ ), m.duration = this._duration, m;
2265
+ }, d.prototype.equals = function(u) {
2266
+ return this === u || u instanceof d && o.equals(this._color, u._color);
2267
+ }, i(d.prototype, {
2268
+ color: s("color"),
2269
+ duration: s("duration")
2270
+ }), a.PolylineFlowMaterialProperty = d, a.Material._materialCache.addMaterial(c, {
2271
2271
  fabric: {
2272
- type: l,
2272
+ type: c,
2273
2273
  uniforms: {
2274
2274
  color: new e(1, 1, 1, 1),
2275
2275
  duration: 45
@@ -2297,7 +2297,7 @@ function xr(a, t) {
2297
2297
  translucent() {
2298
2298
  return !0;
2299
2299
  }
2300
- }), new c(t);
2300
+ }), new d(t);
2301
2301
  }
2302
2302
  class Dr {
2303
2303
  constructor() {