@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.32
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/adddata/index.js +226 -495
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +6953 -17145
- package/comparemap/index.js +165 -216
- package/compass/index.js +20 -47
- package/excavatefillanalysis/index.js +101 -206
- package/fixedzoomin/index.js +20 -43
- package/fixedzoomout/index.js +18 -42
- package/flight/index.js +206 -353
- package/floodanalysis/index.js +145 -328
- package/geologicalbodyanalysis/index.js +114 -241
- package/gpuspatialquery/index.js +146 -340
- package/hawkeye/index.js +78 -80
- package/headertemp/index.js +8 -19
- package/heatmap3d/index.js +304 -645
- package/index.js +6525 -16962
- package/isolineanalysis/index.js +451 -1183
- package/light/index.js +308 -486
- package/limitheightanalysis/index.js +107 -204
- package/measure/index.js +145 -331
- package/modelFlat/index.js +114 -183
- package/modelexcavate/index.js +78 -172
- package/modelfilter/index.js +127 -252
- package/modelprofileanalysis/index.js +154 -297
- package/modelselect/index.js +90 -128
- package/package.json +1 -1
- package/particleeffect/index.js +170 -381
- package/planeclip/index.js +146 -281
- package/resetview/index.js +12 -31
- package/roller/index.js +252 -353
- package/scaneffect/index.js +178 -518
- package/sceneadvancedtoimage/index.js +152 -337
- package/sceneapp/index.js +6953 -17145
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +6953 -17145
- package/screenshot/index.js +204 -281
- package/shadowanalysis/index.js +175 -386
- package/sightlineanalysis/index.js +135 -245
- package/skylineanalysis/index.js +108 -289
- package/slopeanalysis/index.js +174 -378
- package/slopeaspectanalysis/index.js +206 -466
- package/statusbar/index.js +37 -39
- package/terrainoperation/index.js +124 -218
- package/terrainprofileanalysis/index.js +66 -118
- package/typhoontrac/index.js +165 -321
- package/underground/index.js +16 -40
- package/videofusion/index.js +214 -470
- package/videoproject/index.js +220 -472
- package/viewshedanalysis/index.js +93 -230
- package/weathereffect/index.js +111 -295
- package/windyslicing/index.js +262 -695
- package/wireframesketch/index.js +49 -106
package/particleeffect/index.js
CHANGED
|
@@ -19,6 +19,27 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
19
19
|
|
|
20
20
|
/***/ }),
|
|
21
21
|
|
|
22
|
+
/***/ 2118:
|
|
23
|
+
/***/ (function(module) {
|
|
24
|
+
|
|
25
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
26
|
+
|
|
27
|
+
/***/ }),
|
|
28
|
+
|
|
29
|
+
/***/ 8470:
|
|
30
|
+
/***/ (function(module) {
|
|
31
|
+
|
|
32
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
33
|
+
|
|
34
|
+
/***/ }),
|
|
35
|
+
|
|
36
|
+
/***/ 1058:
|
|
37
|
+
/***/ (function(module) {
|
|
38
|
+
|
|
39
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
40
|
+
|
|
41
|
+
/***/ }),
|
|
42
|
+
|
|
22
43
|
/***/ 7080:
|
|
23
44
|
/***/ (function(module) {
|
|
24
45
|
|
|
@@ -78,7 +99,6 @@ function _defineProperty(obj, key, value) {
|
|
|
78
99
|
} else {
|
|
79
100
|
obj[key] = value;
|
|
80
101
|
}
|
|
81
|
-
|
|
82
102
|
return obj;
|
|
83
103
|
}
|
|
84
104
|
|
|
@@ -172,59 +192,58 @@ var gis_utils_ = __webpack_require__(7135);
|
|
|
172
192
|
var client_icons_vue_ = __webpack_require__(348);
|
|
173
193
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
174
194
|
var defineProperty = __webpack_require__(8270);
|
|
195
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
196
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
197
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
198
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
199
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
200
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
175
201
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/const-image"
|
|
176
202
|
var const_image_ = __webpack_require__(6277);
|
|
177
203
|
;// CONCATENATED MODULE: ./src/webgl/particleeffect/ParticleEffectViewModel.js
|
|
178
204
|
|
|
179
205
|
|
|
206
|
+
|
|
207
|
+
|
|
180
208
|
/*
|
|
181
209
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
182
210
|
* All rights reserved.
|
|
183
211
|
*/
|
|
184
212
|
|
|
185
213
|
let _gravityScratch = null;
|
|
186
|
-
let _gravity = 1.0;
|
|
187
|
-
|
|
214
|
+
let _gravity = 1.0;
|
|
215
|
+
//粒子特效逻辑类
|
|
188
216
|
class ParticleEffectViewModel {
|
|
189
|
-
//三维球场景视图对象
|
|
190
|
-
//粒子特效集合
|
|
191
|
-
//绘制管理对象
|
|
192
|
-
//绘制完成监听事件
|
|
193
|
-
//粒子特效存储参数对象
|
|
194
|
-
//火焰图片url地址
|
|
195
217
|
//烟雾图片url地址
|
|
218
|
+
|
|
196
219
|
constructor(scenceView) {
|
|
197
220
|
(0,defineProperty/* default */.Z)(this, "_scene", null);
|
|
198
|
-
|
|
221
|
+
//三维球场景视图对象
|
|
199
222
|
(0,defineProperty/* default */.Z)(this, "_particleSystemList", []);
|
|
200
|
-
|
|
223
|
+
//粒子特效集合
|
|
201
224
|
(0,defineProperty/* default */.Z)(this, "_drawManager", null);
|
|
202
|
-
|
|
225
|
+
//绘制管理对象
|
|
203
226
|
(0,defineProperty/* default */.Z)(this, "_removeEventListener", null);
|
|
204
|
-
|
|
227
|
+
//绘制完成监听事件
|
|
205
228
|
(0,defineProperty/* default */.Z)(this, "_options", null);
|
|
206
|
-
|
|
229
|
+
//粒子特效存储参数对象
|
|
207
230
|
(0,defineProperty/* default */.Z)(this, "_fireImage", const_image_.FIRE_URL);
|
|
208
|
-
|
|
231
|
+
//火焰图片url地址
|
|
209
232
|
(0,defineProperty/* default */.Z)(this, "_smokeImage", const_image_.SMOKE_URL);
|
|
210
|
-
|
|
211
233
|
scenceView._viewer.clock.shouldAnimate = true;
|
|
212
234
|
scenceView._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
213
235
|
this._scene = scenceView._viewer.scene;
|
|
214
|
-
this._drawManager = scenceView._drawManager;
|
|
215
|
-
|
|
236
|
+
this._drawManager = scenceView._drawManager;
|
|
237
|
+
// 启动连续绘制
|
|
216
238
|
this._drawManager.enableMultiDraw(true);
|
|
217
|
-
|
|
218
239
|
_gravityScratch = new Cesium.Cartesian3();
|
|
219
240
|
var that = this;
|
|
220
241
|
that._removeEventListener = that._drawManager.drawFinishedEvent.addEventListener(shape => {
|
|
221
242
|
if (shape && shape.type === "marker") {
|
|
222
243
|
// that._drawManager.clear();
|
|
223
244
|
let position = shape.position;
|
|
224
|
-
|
|
225
245
|
if (position) {
|
|
226
246
|
let matrix = new Cesium.Matrix4.fromTranslation(position);
|
|
227
|
-
|
|
228
247
|
if (that._options.mode === "flame") {
|
|
229
248
|
let fireParticle = new Cesium.ParticleSystem({
|
|
230
249
|
emissionRate: that._options.particleNum,
|
|
@@ -244,9 +263,7 @@ class ParticleEffectViewModel {
|
|
|
244
263
|
sizeInMeters: true,
|
|
245
264
|
updateCallback: that.applyGravity
|
|
246
265
|
});
|
|
247
|
-
|
|
248
266
|
that._scene.primitives.add(fireParticle);
|
|
249
|
-
|
|
250
267
|
that._particleSystemList.push(fireParticle);
|
|
251
268
|
} else if (that._options.mode === "smoke") {
|
|
252
269
|
let smokeParticle = new Cesium.ParticleSystem({
|
|
@@ -264,7 +281,8 @@ class ParticleEffectViewModel {
|
|
|
264
281
|
endColor: new Cesium.Color.fromCssColorString("#5c5c5c"),
|
|
265
282
|
emitter: new Cesium.ConeEmitter(70),
|
|
266
283
|
sizeInMeters: true,
|
|
267
|
-
bursts: [
|
|
284
|
+
bursts: [
|
|
285
|
+
// 随着时间改变产生越来越多的粒子
|
|
268
286
|
new Cesium.ParticleBurst({
|
|
269
287
|
time: 5.0,
|
|
270
288
|
minimum: 1,
|
|
@@ -280,74 +298,61 @@ class ParticleEffectViewModel {
|
|
|
280
298
|
})],
|
|
281
299
|
updateCallback: that.applyGravity
|
|
282
300
|
});
|
|
283
|
-
|
|
284
301
|
that._scene.primitives.add(smokeParticle);
|
|
285
|
-
|
|
286
302
|
that._particleSystemList.push(smokeParticle);
|
|
287
303
|
}
|
|
288
304
|
}
|
|
289
305
|
}
|
|
290
306
|
});
|
|
291
307
|
}
|
|
292
|
-
|
|
293
308
|
applyGravity(particle, dt) {
|
|
294
309
|
_gravityScratch = Cesium.Cartesian3.normalize(particle.position, _gravityScratch);
|
|
295
310
|
Cesium.Cartesian3.multiplyByScalar(_gravityScratch, _gravity * dt, _gravityScratch);
|
|
296
311
|
particle.velocity = Cesium.Cartesian3.add(particle.velocity, _gravityScratch, particle.velocity);
|
|
297
|
-
}
|
|
298
|
-
|
|
312
|
+
}
|
|
299
313
|
|
|
314
|
+
//添加粒子特效
|
|
300
315
|
addParticleEffect(options) {
|
|
301
316
|
let mode = options.mode;
|
|
302
|
-
|
|
303
317
|
if (mode !== "flame" && mode !== "smoke") {
|
|
304
318
|
console.log("This mode is not supported.");
|
|
305
319
|
return;
|
|
306
320
|
}
|
|
307
|
-
|
|
308
321
|
if (options.gravity) this.setGravity(options.gravity);
|
|
309
322
|
this._options = options;
|
|
310
|
-
|
|
311
323
|
this._drawManager.startDraw("marker", {
|
|
312
324
|
image: null
|
|
313
325
|
});
|
|
314
|
-
}
|
|
315
|
-
|
|
326
|
+
}
|
|
316
327
|
|
|
328
|
+
//清除粒子特效
|
|
317
329
|
clear() {
|
|
318
330
|
this._drawManager.stopDraw();
|
|
319
|
-
|
|
320
331
|
this._drawManager.clear();
|
|
321
|
-
|
|
322
332
|
for (let i = 0; i < this._particleSystemList.length; i++) {
|
|
323
333
|
this._scene.primitives.remove(this._particleSystemList[i]);
|
|
324
334
|
}
|
|
325
|
-
|
|
326
335
|
this._particleSystemList = [];
|
|
327
|
-
}
|
|
328
|
-
|
|
336
|
+
}
|
|
329
337
|
|
|
338
|
+
//销毁
|
|
330
339
|
destroy() {
|
|
331
340
|
this.clear();
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
341
|
+
this._drawManager.enableMultiDraw(false);
|
|
342
|
+
//移除监听事件
|
|
336
343
|
this._removeEventListener && this._removeEventListener();
|
|
337
344
|
this._removeEventListener = null;
|
|
338
|
-
}
|
|
339
|
-
|
|
345
|
+
}
|
|
340
346
|
|
|
347
|
+
//设置粒子数量
|
|
341
348
|
setParticleNumber(number) {
|
|
342
349
|
this._particleSystemList.forEach(particle => {
|
|
343
350
|
particle.emissionRate = number;
|
|
344
351
|
});
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
|
|
352
|
+
}
|
|
353
|
+
//设置粒子大小
|
|
348
354
|
setParticleSize(size) {
|
|
349
355
|
let mode = this._options.mode;
|
|
350
|
-
|
|
351
356
|
this._particleSystemList.forEach(particle => {
|
|
352
357
|
if (mode === "flame") {
|
|
353
358
|
particle.minimumImageSize = new Cesium.Cartesian2(size, 2 * size);
|
|
@@ -357,55 +362,47 @@ class ParticleEffectViewModel {
|
|
|
357
362
|
particle.maximumImageSize = new Cesium.Cartesian2(size, size);
|
|
358
363
|
}
|
|
359
364
|
});
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
|
|
365
|
+
}
|
|
366
|
+
//设置最小生命周期
|
|
363
367
|
setMinLifeCycle(minLifeCycle) {
|
|
364
368
|
this._particleSystemList.forEach(particle => {
|
|
365
369
|
particle.minimumParticleLife = minLifeCycle;
|
|
366
370
|
});
|
|
367
|
-
}
|
|
368
|
-
|
|
369
|
-
|
|
371
|
+
}
|
|
372
|
+
//设置最大生命周期
|
|
370
373
|
setmaxLifeCycle(maxLifeCycle) {
|
|
371
374
|
this._particleSystemList.forEach(particle => {
|
|
372
375
|
particle.maximumParticleLife = maxLifeCycle;
|
|
373
376
|
});
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
|
|
377
|
+
}
|
|
378
|
+
//设置最小速度
|
|
377
379
|
setMinSpeed(minSpeed) {
|
|
378
380
|
this._particleSystemList.forEach(particle => {
|
|
379
381
|
particle.minimumSpeed = minSpeed;
|
|
380
382
|
});
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
|
|
383
|
+
}
|
|
384
|
+
//设置最大速度
|
|
384
385
|
setMaxSpeed(maxSpeed) {
|
|
385
386
|
this._particleSystemList.forEach(particle => {
|
|
386
387
|
particle.maximumSpeed = maxSpeed;
|
|
387
388
|
});
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
|
|
389
|
+
}
|
|
390
|
+
//设置初始比例
|
|
391
391
|
setStartScale(startScale) {
|
|
392
392
|
this._particleSystemList.forEach(particle => {
|
|
393
393
|
particle.startScale = startScale;
|
|
394
394
|
});
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
|
|
395
|
+
}
|
|
396
|
+
//设置结束比例
|
|
398
397
|
setEndScale(endScale) {
|
|
399
398
|
this._particleSystemList.forEach(particle => {
|
|
400
399
|
particle.endScale = endScale;
|
|
401
400
|
});
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
|
|
401
|
+
}
|
|
402
|
+
//设置重力
|
|
405
403
|
setGravity(gravity) {
|
|
406
404
|
_gravity = gravity;
|
|
407
405
|
}
|
|
408
|
-
|
|
409
406
|
}
|
|
410
407
|
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/_utils/util"
|
|
411
408
|
var util_ = __webpack_require__(3458);
|
|
@@ -439,7 +436,6 @@ const __default__ = {
|
|
|
439
436
|
type: Boolean,
|
|
440
437
|
default: true
|
|
441
438
|
},
|
|
442
|
-
|
|
443
439
|
/**
|
|
444
440
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
445
441
|
*/
|
|
@@ -469,7 +465,6 @@ const __default__ = {
|
|
|
469
465
|
default: true
|
|
470
466
|
}
|
|
471
467
|
},
|
|
472
|
-
|
|
473
468
|
setup(__props, {
|
|
474
469
|
expose: __expose
|
|
475
470
|
}) {
|
|
@@ -478,7 +473,9 @@ const __default__ = {
|
|
|
478
473
|
proxy
|
|
479
474
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
480
475
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
481
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
476
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
477
|
+
|
|
478
|
+
// 获取组件传参
|
|
482
479
|
|
|
483
480
|
let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
484
481
|
collapseValue: props.settingParams && props.settingParams.collapseValue || ((props.settingParams && props.settingParams.collapseValue) == '' ? "" : "setting"),
|
|
@@ -494,13 +491,16 @@ const __default__ = {
|
|
|
494
491
|
endScale: props.settingParams && props.settingParams.endScale || 1.0,
|
|
495
492
|
gravity: props.settingParams && props.settingParams.gravity || 0.0
|
|
496
493
|
});
|
|
497
|
-
let viewModel = null;
|
|
494
|
+
let viewModel = null;
|
|
498
495
|
|
|
499
|
-
|
|
496
|
+
// 组件容器Ref
|
|
497
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
500
498
|
|
|
499
|
+
// 生成组件默认header
|
|
501
500
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
502
|
-
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
501
|
+
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
503
502
|
|
|
503
|
+
// 国际化
|
|
504
504
|
let {
|
|
505
505
|
locale,
|
|
506
506
|
messages
|
|
@@ -523,29 +523,26 @@ const __default__ = {
|
|
|
523
523
|
});
|
|
524
524
|
});
|
|
525
525
|
currentLang.value = proxy.$i18n.locale; // 获取当前语言
|
|
526
|
-
|
|
527
526
|
gis_utils_.utils.getWebMap(null, scenceView => {
|
|
528
527
|
if (scenceView) {
|
|
529
528
|
viewModel = new ParticleEffectViewModel(scenceView);
|
|
530
529
|
}
|
|
531
530
|
});
|
|
532
531
|
});
|
|
532
|
+
|
|
533
533
|
/**
|
|
534
534
|
* @description 监听header生成
|
|
535
535
|
*/
|
|
536
|
-
|
|
537
536
|
const watchCreateHeaderTemp = () => {
|
|
538
537
|
if (props.showHeaderTemp) {
|
|
539
538
|
// 生成headerTemp
|
|
540
539
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, headerTempTitle);
|
|
541
540
|
}
|
|
542
541
|
};
|
|
543
|
-
|
|
544
542
|
function changeMode(mode) {
|
|
545
543
|
if (formItem.mode !== mode) {
|
|
546
544
|
// viewModel && viewModel.clear();
|
|
547
545
|
formItem.mode = mode;
|
|
548
|
-
|
|
549
546
|
if (mode === "flame") {
|
|
550
547
|
formItem.particleNum = 40;
|
|
551
548
|
formItem.particleSize = 2.5;
|
|
@@ -569,89 +566,66 @@ const __default__ = {
|
|
|
569
566
|
}
|
|
570
567
|
}
|
|
571
568
|
}
|
|
572
|
-
|
|
573
569
|
function paramsChanged(key) {
|
|
574
570
|
switch (key) {
|
|
575
571
|
case "particleNum":
|
|
576
572
|
viewModel.setParticleNumber(formItem.particleNum);
|
|
577
573
|
break;
|
|
578
|
-
|
|
579
574
|
case "particleSize":
|
|
580
575
|
viewModel.setParticleSize(formItem.particleSize);
|
|
581
576
|
break;
|
|
582
|
-
|
|
583
577
|
case "minLifeCycle":
|
|
584
578
|
viewModel.setMinLifeCycle(formItem.minLifeCycle);
|
|
585
579
|
break;
|
|
586
|
-
|
|
587
580
|
case "maxLifeCycle":
|
|
588
581
|
viewModel.setmaxLifeCycle(formItem.maxLifeCycle);
|
|
589
582
|
break;
|
|
590
|
-
|
|
591
583
|
case "minSpeed":
|
|
592
584
|
viewModel.setMinSpeed(formItem.minSpeed);
|
|
593
585
|
break;
|
|
594
|
-
|
|
595
586
|
case "maxSpeed":
|
|
596
587
|
viewModel.setMaxSpeed(formItem.maxSpeed);
|
|
597
588
|
break;
|
|
598
|
-
|
|
599
589
|
case "startScale":
|
|
600
590
|
viewModel.setStartScale(formItem.startScale);
|
|
601
591
|
break;
|
|
602
|
-
|
|
603
592
|
case "endScale":
|
|
604
593
|
viewModel.setEndScale(formItem.endScale);
|
|
605
594
|
break;
|
|
606
|
-
|
|
607
595
|
case "gravity":
|
|
608
596
|
viewModel.setGravity(formItem.gravity);
|
|
609
597
|
break;
|
|
610
|
-
|
|
611
598
|
default:
|
|
612
599
|
break;
|
|
613
600
|
}
|
|
614
601
|
}
|
|
615
|
-
|
|
616
602
|
function add() {
|
|
617
603
|
viewModel && viewModel.addParticleEffect(formItem);
|
|
618
604
|
}
|
|
619
|
-
|
|
620
605
|
function clear() {
|
|
621
606
|
viewModel && viewModel.clear();
|
|
622
|
-
}
|
|
623
|
-
|
|
607
|
+
}
|
|
624
608
|
|
|
609
|
+
// 销毁
|
|
625
610
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
626
611
|
viewModel && viewModel.destroy();
|
|
627
612
|
});
|
|
628
|
-
|
|
629
613
|
__expose({
|
|
630
614
|
changeMode,
|
|
631
615
|
paramsChanged,
|
|
632
616
|
add,
|
|
633
617
|
clear
|
|
634
618
|
});
|
|
635
|
-
|
|
636
619
|
return (_ctx, _cache) => {
|
|
637
620
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
638
|
-
|
|
639
621
|
const _component_kq_row = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-row");
|
|
640
|
-
|
|
641
622
|
const _component_kq_slider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-slider");
|
|
642
|
-
|
|
643
623
|
const _component_kq_col = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-col");
|
|
644
|
-
|
|
645
624
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
646
|
-
|
|
647
625
|
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
648
|
-
|
|
649
626
|
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
650
|
-
|
|
651
627
|
const _component_kq_collapse_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse-item");
|
|
652
|
-
|
|
653
628
|
const _component_kq_collapse = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-collapse");
|
|
654
|
-
|
|
655
629
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
656
630
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-particle-effect", {
|
|
657
631
|
'kq-box-shadow': __props.showShadow
|
|
@@ -662,9 +636,7 @@ const __default__ = {
|
|
|
662
636
|
key: 0,
|
|
663
637
|
ref_key: "headerTempRef",
|
|
664
638
|
ref: headerTempRef
|
|
665
|
-
}, null, 512
|
|
666
|
-
/* NEED_PATCH */
|
|
667
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
639
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
668
640
|
gutter: 20,
|
|
669
641
|
class: "rowclass"
|
|
670
642
|
}, {
|
|
@@ -673,28 +645,18 @@ const __default__ = {
|
|
|
673
645
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(['kq3d-particle-effect-btn', (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 'flame' ? 'kq3d-particle-effect-btn_active' : '']),
|
|
674
646
|
onClick: _cache[0] || (_cache[0] = $event => changeMode('flame')),
|
|
675
647
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).flame
|
|
676
|
-
}, null, 8
|
|
677
|
-
/* PROPS */
|
|
678
|
-
, ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
648
|
+
}, null, 8 /* PROPS */, ["icon", "class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
679
649
|
icon: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconSmoke),
|
|
680
650
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(['kq3d-particle-effect-btn', (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).mode === 'smoke' ? 'kq3d-particle-effect-btn_active' : '']),
|
|
681
651
|
onClick: _cache[1] || (_cache[1] = $event => changeMode('smoke')),
|
|
682
652
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).smoke
|
|
683
|
-
}, null, 8
|
|
684
|
-
/*
|
|
685
|
-
, ["icon", "class", "title"])]),
|
|
686
|
-
_: 1
|
|
687
|
-
/* STABLE */
|
|
688
|
-
|
|
653
|
+
}, null, 8 /* PROPS */, ["icon", "class", "title"])]),
|
|
654
|
+
_: 1 /* STABLE */
|
|
689
655
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
690
656
|
class: "kq3d-particle-effect-tip"
|
|
691
657
|
}, {
|
|
692
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).particleTips), 1
|
|
693
|
-
/*
|
|
694
|
-
)]),
|
|
695
|
-
_: 1
|
|
696
|
-
/* STABLE */
|
|
697
|
-
|
|
658
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).particleTips), 1 /* TEXT */)]),
|
|
659
|
+
_: 1 /* STABLE */
|
|
698
660
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_collapse, {
|
|
699
661
|
"model-value": (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).collapseValue,
|
|
700
662
|
class: "kq3d-particle-effect-collapse"
|
|
@@ -726,12 +688,8 @@ const __default__ = {
|
|
|
726
688
|
min: 0,
|
|
727
689
|
max: 1000,
|
|
728
690
|
onChange: _cache[3] || (_cache[3] = $event => paramsChanged('particleNum'))
|
|
729
|
-
}, null, 8
|
|
730
|
-
/*
|
|
731
|
-
, ["modelValue"])]),
|
|
732
|
-
_: 1
|
|
733
|
-
/* STABLE */
|
|
734
|
-
|
|
691
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
692
|
+
_: 1 /* STABLE */
|
|
735
693
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
736
694
|
span: 8
|
|
737
695
|
}, {
|
|
@@ -743,26 +701,14 @@ const __default__ = {
|
|
|
743
701
|
max: 1000,
|
|
744
702
|
onChange: _cache[5] || (_cache[5] = $event => paramsChanged('particleNum')),
|
|
745
703
|
"controls-position": "right"
|
|
746
|
-
}, null, 8
|
|
747
|
-
/*
|
|
748
|
-
, ["modelValue"])]),
|
|
749
|
-
_: 1
|
|
750
|
-
/* STABLE */
|
|
751
|
-
|
|
704
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
705
|
+
_: 1 /* STABLE */
|
|
752
706
|
})]),
|
|
753
|
-
_: 1
|
|
754
|
-
/* STABLE */
|
|
755
|
-
|
|
707
|
+
_: 1 /* STABLE */
|
|
756
708
|
})]),
|
|
757
|
-
_: 1
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
}, 8
|
|
761
|
-
/* PROPS */
|
|
762
|
-
, ["label"])]),
|
|
763
|
-
_: 1
|
|
764
|
-
/* STABLE */
|
|
765
|
-
|
|
709
|
+
_: 1 /* STABLE */
|
|
710
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
711
|
+
_: 1 /* STABLE */
|
|
766
712
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
767
713
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
768
714
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).particleSize
|
|
@@ -782,12 +728,8 @@ const __default__ = {
|
|
|
782
728
|
min: 0.1,
|
|
783
729
|
max: 5,
|
|
784
730
|
onChange: _cache[7] || (_cache[7] = $event => paramsChanged('particleSize'))
|
|
785
|
-
}, null, 8
|
|
786
|
-
/*
|
|
787
|
-
, ["modelValue", "step", "min"])]),
|
|
788
|
-
_: 1
|
|
789
|
-
/* STABLE */
|
|
790
|
-
|
|
731
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
732
|
+
_: 1 /* STABLE */
|
|
791
733
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
792
734
|
span: 8
|
|
793
735
|
}, {
|
|
@@ -799,26 +741,14 @@ const __default__ = {
|
|
|
799
741
|
max: 5,
|
|
800
742
|
onChange: _cache[9] || (_cache[9] = $event => paramsChanged('particleSize')),
|
|
801
743
|
"controls-position": "right"
|
|
802
|
-
}, null, 8
|
|
803
|
-
/*
|
|
804
|
-
, ["modelValue", "step", "min"])]),
|
|
805
|
-
_: 1
|
|
806
|
-
/* STABLE */
|
|
807
|
-
|
|
744
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
745
|
+
_: 1 /* STABLE */
|
|
808
746
|
})]),
|
|
809
|
-
_: 1
|
|
810
|
-
/* STABLE */
|
|
811
|
-
|
|
747
|
+
_: 1 /* STABLE */
|
|
812
748
|
})]),
|
|
813
|
-
_: 1
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
}, 8
|
|
817
|
-
/* PROPS */
|
|
818
|
-
, ["label"])]),
|
|
819
|
-
_: 1
|
|
820
|
-
/* STABLE */
|
|
821
|
-
|
|
749
|
+
_: 1 /* STABLE */
|
|
750
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
751
|
+
_: 1 /* STABLE */
|
|
822
752
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
823
753
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
824
754
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minLifeCycle
|
|
@@ -838,12 +768,8 @@ const __default__ = {
|
|
|
838
768
|
min: 0.1,
|
|
839
769
|
max: 5,
|
|
840
770
|
onChange: _cache[11] || (_cache[11] = $event => paramsChanged('minLifeCycle'))
|
|
841
|
-
}, null, 8
|
|
842
|
-
/*
|
|
843
|
-
, ["modelValue", "step", "min"])]),
|
|
844
|
-
_: 1
|
|
845
|
-
/* STABLE */
|
|
846
|
-
|
|
771
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
772
|
+
_: 1 /* STABLE */
|
|
847
773
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
848
774
|
span: 8
|
|
849
775
|
}, {
|
|
@@ -855,26 +781,14 @@ const __default__ = {
|
|
|
855
781
|
max: 5,
|
|
856
782
|
onChange: _cache[13] || (_cache[13] = $event => paramsChanged('minLifeCycle')),
|
|
857
783
|
"controls-position": "right"
|
|
858
|
-
}, null, 8
|
|
859
|
-
/*
|
|
860
|
-
, ["modelValue", "step", "min"])]),
|
|
861
|
-
_: 1
|
|
862
|
-
/* STABLE */
|
|
863
|
-
|
|
784
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
785
|
+
_: 1 /* STABLE */
|
|
864
786
|
})]),
|
|
865
|
-
_: 1
|
|
866
|
-
/* STABLE */
|
|
867
|
-
|
|
787
|
+
_: 1 /* STABLE */
|
|
868
788
|
})]),
|
|
869
|
-
_: 1
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}, 8
|
|
873
|
-
/* PROPS */
|
|
874
|
-
, ["label"])]),
|
|
875
|
-
_: 1
|
|
876
|
-
/* STABLE */
|
|
877
|
-
|
|
789
|
+
_: 1 /* STABLE */
|
|
790
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
791
|
+
_: 1 /* STABLE */
|
|
878
792
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
879
793
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
880
794
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxLifeCycle
|
|
@@ -894,12 +808,8 @@ const __default__ = {
|
|
|
894
808
|
min: 0.1,
|
|
895
809
|
max: 5,
|
|
896
810
|
onChange: _cache[15] || (_cache[15] = $event => paramsChanged('maxLifeCycle'))
|
|
897
|
-
}, null, 8
|
|
898
|
-
/*
|
|
899
|
-
, ["modelValue", "step", "min"])]),
|
|
900
|
-
_: 1
|
|
901
|
-
/* STABLE */
|
|
902
|
-
|
|
811
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
812
|
+
_: 1 /* STABLE */
|
|
903
813
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
904
814
|
span: 8
|
|
905
815
|
}, {
|
|
@@ -911,26 +821,14 @@ const __default__ = {
|
|
|
911
821
|
max: 5,
|
|
912
822
|
onChange: _cache[17] || (_cache[17] = $event => paramsChanged('maxLifeCycle')),
|
|
913
823
|
"controls-position": "right"
|
|
914
|
-
}, null, 8
|
|
915
|
-
/*
|
|
916
|
-
, ["modelValue", "step", "min"])]),
|
|
917
|
-
_: 1
|
|
918
|
-
/* STABLE */
|
|
919
|
-
|
|
824
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
825
|
+
_: 1 /* STABLE */
|
|
920
826
|
})]),
|
|
921
|
-
_: 1
|
|
922
|
-
/* STABLE */
|
|
923
|
-
|
|
827
|
+
_: 1 /* STABLE */
|
|
924
828
|
})]),
|
|
925
|
-
_: 1
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
}, 8
|
|
929
|
-
/* PROPS */
|
|
930
|
-
, ["label"])]),
|
|
931
|
-
_: 1
|
|
932
|
-
/* STABLE */
|
|
933
|
-
|
|
829
|
+
_: 1 /* STABLE */
|
|
830
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
831
|
+
_: 1 /* STABLE */
|
|
934
832
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
935
833
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
936
834
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).minSpeed
|
|
@@ -950,12 +848,8 @@ const __default__ = {
|
|
|
950
848
|
min: 1,
|
|
951
849
|
max: 50,
|
|
952
850
|
onChange: _cache[19] || (_cache[19] = $event => paramsChanged('minSpeed'))
|
|
953
|
-
}, null, 8
|
|
954
|
-
/*
|
|
955
|
-
, ["modelValue"])]),
|
|
956
|
-
_: 1
|
|
957
|
-
/* STABLE */
|
|
958
|
-
|
|
851
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
852
|
+
_: 1 /* STABLE */
|
|
959
853
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
960
854
|
span: 8
|
|
961
855
|
}, {
|
|
@@ -967,26 +861,14 @@ const __default__ = {
|
|
|
967
861
|
max: 50,
|
|
968
862
|
onChange: _cache[21] || (_cache[21] = $event => paramsChanged('minSpeed')),
|
|
969
863
|
"controls-position": "right"
|
|
970
|
-
}, null, 8
|
|
971
|
-
/*
|
|
972
|
-
, ["modelValue"])]),
|
|
973
|
-
_: 1
|
|
974
|
-
/* STABLE */
|
|
975
|
-
|
|
864
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
865
|
+
_: 1 /* STABLE */
|
|
976
866
|
})]),
|
|
977
|
-
_: 1
|
|
978
|
-
/* STABLE */
|
|
979
|
-
|
|
867
|
+
_: 1 /* STABLE */
|
|
980
868
|
})]),
|
|
981
|
-
_: 1
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
}, 8
|
|
985
|
-
/* PROPS */
|
|
986
|
-
, ["label"])]),
|
|
987
|
-
_: 1
|
|
988
|
-
/* STABLE */
|
|
989
|
-
|
|
869
|
+
_: 1 /* STABLE */
|
|
870
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
871
|
+
_: 1 /* STABLE */
|
|
990
872
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
991
873
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
992
874
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).maxSpeed
|
|
@@ -1006,12 +888,8 @@ const __default__ = {
|
|
|
1006
888
|
min: 1,
|
|
1007
889
|
max: 50,
|
|
1008
890
|
onChange: _cache[23] || (_cache[23] = $event => paramsChanged('maxSpeed'))
|
|
1009
|
-
}, null, 8
|
|
1010
|
-
/*
|
|
1011
|
-
, ["modelValue"])]),
|
|
1012
|
-
_: 1
|
|
1013
|
-
/* STABLE */
|
|
1014
|
-
|
|
891
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
892
|
+
_: 1 /* STABLE */
|
|
1015
893
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1016
894
|
span: 8
|
|
1017
895
|
}, {
|
|
@@ -1023,26 +901,14 @@ const __default__ = {
|
|
|
1023
901
|
max: 50,
|
|
1024
902
|
onChange: _cache[25] || (_cache[25] = $event => paramsChanged('maxSpeed')),
|
|
1025
903
|
"controls-position": "right"
|
|
1026
|
-
}, null, 8
|
|
1027
|
-
/*
|
|
1028
|
-
, ["modelValue"])]),
|
|
1029
|
-
_: 1
|
|
1030
|
-
/* STABLE */
|
|
1031
|
-
|
|
904
|
+
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
905
|
+
_: 1 /* STABLE */
|
|
1032
906
|
})]),
|
|
1033
|
-
_: 1
|
|
1034
|
-
/* STABLE */
|
|
1035
|
-
|
|
907
|
+
_: 1 /* STABLE */
|
|
1036
908
|
})]),
|
|
1037
|
-
_: 1
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
}, 8
|
|
1041
|
-
/* PROPS */
|
|
1042
|
-
, ["label"])]),
|
|
1043
|
-
_: 1
|
|
1044
|
-
/* STABLE */
|
|
1045
|
-
|
|
909
|
+
_: 1 /* STABLE */
|
|
910
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
911
|
+
_: 1 /* STABLE */
|
|
1046
912
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1047
913
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1048
914
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startScale
|
|
@@ -1062,12 +928,8 @@ const __default__ = {
|
|
|
1062
928
|
max: 10.0,
|
|
1063
929
|
step: 0.1,
|
|
1064
930
|
onChange: _cache[27] || (_cache[27] = $event => paramsChanged('startScale'))
|
|
1065
|
-
}, null, 8
|
|
1066
|
-
/*
|
|
1067
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1068
|
-
_: 1
|
|
1069
|
-
/* STABLE */
|
|
1070
|
-
|
|
931
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
932
|
+
_: 1 /* STABLE */
|
|
1071
933
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1072
934
|
span: 8
|
|
1073
935
|
}, {
|
|
@@ -1079,26 +941,14 @@ const __default__ = {
|
|
|
1079
941
|
step: 0.1,
|
|
1080
942
|
onChange: _cache[29] || (_cache[29] = $event => paramsChanged('startScale')),
|
|
1081
943
|
"controls-position": "right"
|
|
1082
|
-
}, null, 8
|
|
1083
|
-
/*
|
|
1084
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1085
|
-
_: 1
|
|
1086
|
-
/* STABLE */
|
|
1087
|
-
|
|
944
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
945
|
+
_: 1 /* STABLE */
|
|
1088
946
|
})]),
|
|
1089
|
-
_: 1
|
|
1090
|
-
/* STABLE */
|
|
1091
|
-
|
|
947
|
+
_: 1 /* STABLE */
|
|
1092
948
|
})]),
|
|
1093
|
-
_: 1
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
}, 8
|
|
1097
|
-
/* PROPS */
|
|
1098
|
-
, ["label"])]),
|
|
1099
|
-
_: 1
|
|
1100
|
-
/* STABLE */
|
|
1101
|
-
|
|
949
|
+
_: 1 /* STABLE */
|
|
950
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
951
|
+
_: 1 /* STABLE */
|
|
1102
952
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1103
953
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1104
954
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).endScale
|
|
@@ -1118,12 +968,8 @@ const __default__ = {
|
|
|
1118
968
|
max: 10.0,
|
|
1119
969
|
step: 0.1,
|
|
1120
970
|
onChange: _cache[31] || (_cache[31] = $event => paramsChanged('endScale'))
|
|
1121
|
-
}, null, 8
|
|
1122
|
-
/*
|
|
1123
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1124
|
-
_: 1
|
|
1125
|
-
/* STABLE */
|
|
1126
|
-
|
|
971
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
972
|
+
_: 1 /* STABLE */
|
|
1127
973
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1128
974
|
span: 8
|
|
1129
975
|
}, {
|
|
@@ -1135,26 +981,14 @@ const __default__ = {
|
|
|
1135
981
|
step: 0.1,
|
|
1136
982
|
onChange: _cache[33] || (_cache[33] = $event => paramsChanged('endScale')),
|
|
1137
983
|
"controls-position": "right"
|
|
1138
|
-
}, null, 8
|
|
1139
|
-
/*
|
|
1140
|
-
, ["modelValue", "min", "max", "step"])]),
|
|
1141
|
-
_: 1
|
|
1142
|
-
/* STABLE */
|
|
1143
|
-
|
|
984
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
985
|
+
_: 1 /* STABLE */
|
|
1144
986
|
})]),
|
|
1145
|
-
_: 1
|
|
1146
|
-
/* STABLE */
|
|
1147
|
-
|
|
987
|
+
_: 1 /* STABLE */
|
|
1148
988
|
})]),
|
|
1149
|
-
_: 1
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
}, 8
|
|
1153
|
-
/* PROPS */
|
|
1154
|
-
, ["label"])]),
|
|
1155
|
-
_: 1
|
|
1156
|
-
/* STABLE */
|
|
1157
|
-
|
|
989
|
+
_: 1 /* STABLE */
|
|
990
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
991
|
+
_: 1 /* STABLE */
|
|
1158
992
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1159
993
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
1160
994
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gravity
|
|
@@ -1174,12 +1008,8 @@ const __default__ = {
|
|
|
1174
1008
|
min: 0.0,
|
|
1175
1009
|
max: 10,
|
|
1176
1010
|
onChange: _cache[35] || (_cache[35] = $event => paramsChanged('gravity'))
|
|
1177
|
-
}, null, 8
|
|
1178
|
-
/*
|
|
1179
|
-
, ["modelValue", "step", "min"])]),
|
|
1180
|
-
_: 1
|
|
1181
|
-
/* STABLE */
|
|
1182
|
-
|
|
1011
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
1012
|
+
_: 1 /* STABLE */
|
|
1183
1013
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1184
1014
|
span: 8
|
|
1185
1015
|
}, {
|
|
@@ -1191,75 +1021,36 @@ const __default__ = {
|
|
|
1191
1021
|
step: 0.1,
|
|
1192
1022
|
onChange: _cache[37] || (_cache[37] = $event => paramsChanged('gravity')),
|
|
1193
1023
|
"controls-position": "right"
|
|
1194
|
-
}, null, 8
|
|
1195
|
-
/*
|
|
1196
|
-
, ["modelValue", "min", "step"])]),
|
|
1197
|
-
_: 1
|
|
1198
|
-
/* STABLE */
|
|
1199
|
-
|
|
1024
|
+
}, null, 8 /* PROPS */, ["modelValue", "min", "step"])]),
|
|
1025
|
+
_: 1 /* STABLE */
|
|
1200
1026
|
})]),
|
|
1201
|
-
_: 1
|
|
1202
|
-
/* STABLE */
|
|
1203
|
-
|
|
1027
|
+
_: 1 /* STABLE */
|
|
1204
1028
|
})]),
|
|
1205
|
-
_: 1
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
}, 8
|
|
1209
|
-
/* PROPS */
|
|
1210
|
-
, ["label"])]),
|
|
1211
|
-
_: 1
|
|
1212
|
-
/* STABLE */
|
|
1213
|
-
|
|
1029
|
+
_: 1 /* STABLE */
|
|
1030
|
+
}, 8 /* PROPS */, ["label"])]),
|
|
1031
|
+
_: 1 /* STABLE */
|
|
1214
1032
|
})]),
|
|
1215
|
-
_: 1
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
_: 1
|
|
1222
|
-
/* STABLE */
|
|
1223
|
-
|
|
1224
|
-
}, 8
|
|
1225
|
-
/* PROPS */
|
|
1226
|
-
, ["title"])]),
|
|
1227
|
-
_: 1
|
|
1228
|
-
/* STABLE */
|
|
1229
|
-
|
|
1230
|
-
}, 8
|
|
1231
|
-
/* PROPS */
|
|
1232
|
-
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1033
|
+
_: 1 /* STABLE */
|
|
1034
|
+
}, 8 /* PROPS */, ["label-width"])]),
|
|
1035
|
+
_: 1 /* STABLE */
|
|
1036
|
+
}, 8 /* PROPS */, ["title"])]),
|
|
1037
|
+
_: 1 /* STABLE */
|
|
1038
|
+
}, 8 /* PROPS */, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1233
1039
|
onClick: _cache[38] || (_cache[38] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => add(), ["stop"])),
|
|
1234
1040
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).add,
|
|
1235
1041
|
type: "primary"
|
|
1236
1042
|
}, {
|
|
1237
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).add), 1
|
|
1238
|
-
/*
|
|
1239
|
-
|
|
1240
|
-
_: 1
|
|
1241
|
-
/* STABLE */
|
|
1242
|
-
|
|
1243
|
-
}, 8
|
|
1244
|
-
/* PROPS */
|
|
1245
|
-
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1043
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).add), 1 /* TEXT */)]),
|
|
1044
|
+
_: 1 /* STABLE */
|
|
1045
|
+
}, 8 /* PROPS */, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1246
1046
|
onClick: _cache[39] || (_cache[39] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clear(), ["stop"])),
|
|
1247
1047
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear
|
|
1248
1048
|
}, {
|
|
1249
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1
|
|
1250
|
-
/*
|
|
1251
|
-
|
|
1252
|
-
_: 1
|
|
1253
|
-
/* STABLE */
|
|
1254
|
-
|
|
1255
|
-
}, 8
|
|
1256
|
-
/* PROPS */
|
|
1257
|
-
, ["title"])])])], 2
|
|
1258
|
-
/* CLASS */
|
|
1259
|
-
);
|
|
1049
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clear), 1 /* TEXT */)]),
|
|
1050
|
+
_: 1 /* STABLE */
|
|
1051
|
+
}, 8 /* PROPS */, ["title"])])])], 2 /* CLASS */);
|
|
1260
1052
|
};
|
|
1261
1053
|
}
|
|
1262
|
-
|
|
1263
1054
|
}));
|
|
1264
1055
|
;// CONCATENATED MODULE: ./src/webgl/particleeffect/ParticleEffect.vue?vue&type=script&setup=true&lang=js
|
|
1265
1056
|
|
|
@@ -1281,13 +1072,11 @@ var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
|
1281
1072
|
|
|
1282
1073
|
|
|
1283
1074
|
|
|
1284
|
-
|
|
1285
1075
|
ParticleEffect.install = (Vue, opts) => {
|
|
1286
1076
|
init_js_default()(Vue, opts);
|
|
1287
1077
|
Vue.component(ParticleEffect.name, ParticleEffect);
|
|
1288
1078
|
};
|
|
1289
1079
|
|
|
1290
|
-
|
|
1291
1080
|
}();
|
|
1292
1081
|
/******/ return __webpack_exports__;
|
|
1293
1082
|
/******/ })()
|