@kq_npm/client3d_webgl_vue 4.0.5-beta → 4.0.6-beta
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 +43 -180
- package/aspectanalysis/index.js +23 -25
- package/baseterraingallery/index.js +7 -8
- package/boxclip/index.js +23 -25
- package/clientPrint/index.js +4 -6
- package/comparemap/index.js +51 -22
- package/compass/index.js +4 -4
- package/excavatefillanalysis/index.js +23 -25
- package/fixedzoomin/index.js +4 -4
- package/fixedzoomout/index.js +4 -4
- package/flight/index.js +25 -27
- package/floodanalysis/index.js +23 -27
- package/geologicalbodyanalysis/index.js +900 -0
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +1 -0
- package/geologicalbodyanalysis/style/index.js +3 -0
- package/gpuspatialquery/index.js +25 -25
- package/hawkeye/index.js +7 -8
- package/headertemp/index.js +4 -5
- package/index.js +20969 -14726
- package/isolineanalysis/index.js +22 -24
- package/light/index.js +1067 -0
- package/light/style/index.js +3 -0
- package/light/style/light.css +1 -0
- package/limitheightanalysis/index.js +751 -0
- package/limitheightanalysis/style/index.js +3 -0
- package/limitheightanalysis/style/limitheightanalysis.css +1 -0
- package/measure/index.js +46 -38
- package/modelFlat/index.js +483 -0
- package/modelFlat/style/index.js +3 -0
- package/modelFlat/style/modelFlat.css +1 -0
- package/modelfilter/index.js +296 -336
- package/modelfilter/style/modelfilter.css +1 -1
- package/modelprofileanalysis/index.js +7 -8
- package/modelselect/index.js +20 -157
- package/package.json +1 -1
- package/particleeffect/index.js +6 -142
- package/planeclip/index.js +23 -25
- package/resetview/index.js +4 -4
- package/roller/index.js +7 -8
- package/scaneffect/index.js +1730 -0
- package/scaneffect/style/index.js +3 -0
- package/scaneffect/style/scaneffect.css +1 -0
- package/scenceview/index.js +13752 -7347
- package/sceneset/index.js +2097 -0
- package/sceneset/style/index.js +3 -0
- package/sceneset/style/sceneset.css +1 -0
- package/screenshot/index.js +7 -8
- package/shadowanalysis/index.js +20 -158
- package/sightlineanalysis/index.js +26 -19
- package/sightlineanalysis/style/divpoint.css +1 -1
- package/skylineanalysis/index.js +23 -25
- package/slopeanalysis/index.js +22 -24
- package/statusbar/index.js +4 -4
- package/style.css +1 -1
- package/terrainoperation/index.js +20 -157
- package/terrainprofileanalysis/index.js +620 -0
- package/terrainprofileanalysis/style/index.js +3 -0
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +1 -0
- package/underground/index.js +7 -8
- package/videofusion/index.js +23 -35
- package/videoproject/index.js +23 -35
- package/viewshedanalysis/index.js +4 -5
- package/weathereffect/index.js +6 -142
- package/wireframesketch/index.js +521 -0
- package/wireframesketch/style/index.js +3 -0
- package/wireframesketch/style/wireframesketch.css +1 -0
package/modelfilter/index.js
CHANGED
|
@@ -2,27 +2,22 @@
|
|
|
2
2
|
/******/ "use strict";
|
|
3
3
|
/******/ var __webpack_modules__ = ({
|
|
4
4
|
|
|
5
|
-
/***/
|
|
5
|
+
/***/ 1349:
|
|
6
6
|
/***/ (function(__unused_webpack_module, __unused_webpack___webpack_exports__, __webpack_require__) {
|
|
7
7
|
|
|
8
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(2442);
|
|
9
|
+
/* harmony import */ var element_plus_es__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_es__WEBPACK_IMPORTED_MODULE_0__);
|
|
10
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(5406);
|
|
11
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
8
12
|
|
|
9
|
-
// UNUSED EXPORTS: default
|
|
10
13
|
|
|
11
|
-
;// CONCATENATED MODULE: external "element-plus/es"
|
|
12
|
-
var es_namespaceObject = require("element-plus/es");
|
|
13
|
-
// EXTERNAL MODULE: external "@kq_npm/client_common_vue/init.js"
|
|
14
|
-
var init_js_ = __webpack_require__(5406);
|
|
15
|
-
var init_js_default = /*#__PURE__*/__webpack_require__.n(init_js_);
|
|
16
|
-
;// CONCATENATED MODULE: ./src/common/_ui/message/index.js
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
init_js_default()(Vue, opts);
|
|
22
|
-
Vue.component("KqMessage", es_namespaceObject.ElMessage);
|
|
15
|
+
element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
16
|
+
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
17
|
+
Vue.component("KqMessage", element_plus_es__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
23
18
|
};
|
|
24
19
|
|
|
25
|
-
/* harmony default export */ var
|
|
20
|
+
/* unused harmony default export */ var __WEBPACK_DEFAULT_EXPORT__ = ((/* unused pure expression or super */ null && (KqMessage)));
|
|
26
21
|
|
|
27
22
|
/***/ }),
|
|
28
23
|
|
|
@@ -33,6 +28,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
33
28
|
|
|
34
29
|
/***/ }),
|
|
35
30
|
|
|
31
|
+
/***/ 2442:
|
|
32
|
+
/***/ (function(module) {
|
|
33
|
+
|
|
34
|
+
module.exports = require("element-plus/es");
|
|
35
|
+
|
|
36
|
+
/***/ }),
|
|
37
|
+
|
|
36
38
|
/***/ 7080:
|
|
37
39
|
/***/ (function(module) {
|
|
38
40
|
|
|
@@ -177,11 +179,11 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
177
179
|
var gis_utils_ = __webpack_require__(826);
|
|
178
180
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
179
181
|
var defineProperty = __webpack_require__(8270);
|
|
180
|
-
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
181
|
-
var message = __webpack_require__(
|
|
182
|
+
// EXTERNAL MODULE: ./src/common/_ui/message/index.js
|
|
183
|
+
var message = __webpack_require__(1349);
|
|
182
184
|
;// CONCATENATED MODULE: ./src/webgl/modelfilter/ModelFilterViewModel.js
|
|
183
|
-
//模型滤镜逻辑类
|
|
184
185
|
|
|
186
|
+
//模型滤镜逻辑类
|
|
185
187
|
|
|
186
188
|
class ModelFilterViewModel {
|
|
187
189
|
//三维viewer对象
|
|
@@ -293,10 +295,25 @@ var util_ = __webpack_require__(9519);
|
|
|
293
295
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
294
296
|
;// CONCATENATED MODULE: external "@kq_npm/client_common_vue"
|
|
295
297
|
var client_common_vue_namespaceObject = require("@kq_npm/client_common_vue");
|
|
296
|
-
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js
|
|
298
|
+
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/modelfilter/ModelFilter.vue?vue&type=script&setup=true&lang=js
|
|
297
299
|
|
|
298
300
|
const _hoisted_1 = {
|
|
299
|
-
class: "kq3d-
|
|
301
|
+
class: "kq3d-model-filter-span"
|
|
302
|
+
};
|
|
303
|
+
const _hoisted_2 = {
|
|
304
|
+
class: "kq3d-model-filter-span"
|
|
305
|
+
};
|
|
306
|
+
const _hoisted_3 = {
|
|
307
|
+
class: "kq3d-model-filter-span"
|
|
308
|
+
};
|
|
309
|
+
const _hoisted_4 = {
|
|
310
|
+
class: "kq3d-model-filter-span"
|
|
311
|
+
};
|
|
312
|
+
const _hoisted_5 = {
|
|
313
|
+
class: "kq3d-model-filter-span"
|
|
314
|
+
};
|
|
315
|
+
const _hoisted_6 = {
|
|
316
|
+
class: "kq3d-model-filter-span"
|
|
300
317
|
};
|
|
301
318
|
|
|
302
319
|
|
|
@@ -344,7 +361,7 @@ const __default__ = {
|
|
|
344
361
|
// HeaderTemp图标
|
|
345
362
|
headerTempIcon: {
|
|
346
363
|
type: [Object, String],
|
|
347
|
-
default: client_icons_vue_.
|
|
364
|
+
default: client_icons_vue_.IconModelFiltering
|
|
348
365
|
},
|
|
349
366
|
// HeaderTemp Title&Icon的位置
|
|
350
367
|
isRight: {
|
|
@@ -353,10 +370,9 @@ const __default__ = {
|
|
|
353
370
|
}
|
|
354
371
|
},
|
|
355
372
|
|
|
356
|
-
setup(__props,
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
} = _ref;
|
|
373
|
+
setup(__props, {
|
|
374
|
+
expose
|
|
375
|
+
}) {
|
|
360
376
|
const props = __props;
|
|
361
377
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
362
378
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
@@ -421,12 +437,6 @@ const __default__ = {
|
|
|
421
437
|
viewModel = new ModelFilterViewModel(scenceView, options);
|
|
422
438
|
}
|
|
423
439
|
});
|
|
424
|
-
client_common_vue_namespaceObject.globalEvent.getWebMapByMapTarget(props.mapTarget, scenceview => {
|
|
425
|
-
var tileset = scenceview._viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
|
|
426
|
-
url: "http://support.kqgeo.com:18031/3DTiles/ShangHai/White/tileset.json",
|
|
427
|
-
name: '上海白膜'
|
|
428
|
-
}));
|
|
429
|
-
});
|
|
430
440
|
setTimeout(() => {
|
|
431
441
|
if (viewModel) {
|
|
432
442
|
tiles.value = viewModel.findLayers(); // 获取所有tileset对象
|
|
@@ -509,10 +519,6 @@ const __default__ = {
|
|
|
509
519
|
|
|
510
520
|
const _component_kq_input_number = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-input-number");
|
|
511
521
|
|
|
512
|
-
const _component_kq_form_item = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form-item");
|
|
513
|
-
|
|
514
|
-
const _component_kq_form = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-form");
|
|
515
|
-
|
|
516
522
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
517
523
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq3d-model-filter", {
|
|
518
524
|
'kq-box-shadow': __props.showShadow
|
|
@@ -530,12 +536,10 @@ const __default__ = {
|
|
|
530
536
|
ref_key: "ref_box",
|
|
531
537
|
ref: ref_box
|
|
532
538
|
}, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
533
|
-
gutter:
|
|
534
|
-
class: "rowClass"
|
|
539
|
+
gutter: 10
|
|
535
540
|
}, {
|
|
536
541
|
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_col, {
|
|
537
|
-
span:
|
|
538
|
-
class: "colClass"
|
|
542
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
539
543
|
}, {
|
|
540
544
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_1, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).modelFilterLayer), 1
|
|
541
545
|
/* TEXT */
|
|
@@ -546,12 +550,12 @@ const __default__ = {
|
|
|
546
550
|
}, 8
|
|
547
551
|
/* PROPS */
|
|
548
552
|
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
549
|
-
span: 17
|
|
553
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 17 : 14
|
|
550
554
|
}, {
|
|
551
555
|
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_select, {
|
|
552
|
-
style:
|
|
553
|
-
|
|
554
|
-
}
|
|
556
|
+
style: {
|
|
557
|
+
"width": "100%"
|
|
558
|
+
},
|
|
555
559
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tileset,
|
|
556
560
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tileset = $event),
|
|
557
561
|
onChange: _cache[1] || (_cache[1] = $event => paramsChanged('tileset')),
|
|
@@ -581,331 +585,289 @@ const __default__ = {
|
|
|
581
585
|
|
|
582
586
|
}, 8
|
|
583
587
|
/* PROPS */
|
|
584
|
-
, ["
|
|
588
|
+
, ["modelValue"])]),
|
|
585
589
|
_: 1
|
|
586
590
|
/* STABLE */
|
|
587
591
|
|
|
588
|
-
}
|
|
592
|
+
}, 8
|
|
593
|
+
/* PROPS */
|
|
594
|
+
, ["span"])]),
|
|
589
595
|
_: 1
|
|
590
596
|
/* STABLE */
|
|
591
597
|
|
|
592
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(
|
|
593
|
-
|
|
594
|
-
"label-position": "left",
|
|
595
|
-
class: "modelTable"
|
|
598
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
599
|
+
gutter: 10
|
|
596
600
|
}, {
|
|
597
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(
|
|
598
|
-
|
|
599
|
-
class: "rowClass"
|
|
601
|
+
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_col, {
|
|
602
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
600
603
|
}, {
|
|
601
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
"display": "flex"
|
|
607
|
-
}, {
|
|
608
|
-
'width': (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '268px' : '250px'
|
|
609
|
-
}])
|
|
610
|
-
}, {
|
|
611
|
-
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_col, {
|
|
612
|
-
span: 18
|
|
613
|
-
}, {
|
|
614
|
-
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_slider, {
|
|
615
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness,
|
|
616
|
-
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness = $event),
|
|
617
|
-
step: 0.1,
|
|
618
|
-
min: 0,
|
|
619
|
-
max: 5,
|
|
620
|
-
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('brightness'))
|
|
621
|
-
}, null, 8
|
|
622
|
-
/* PROPS */
|
|
623
|
-
, ["modelValue", "step"])]),
|
|
624
|
-
_: 1
|
|
625
|
-
/* STABLE */
|
|
626
|
-
|
|
627
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
628
|
-
span: 6
|
|
629
|
-
}, {
|
|
630
|
-
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_input_number, {
|
|
631
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness,
|
|
632
|
-
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness = $event),
|
|
633
|
-
min: 0,
|
|
634
|
-
max: 5,
|
|
635
|
-
step: 0.1,
|
|
636
|
-
"controls-position": "right",
|
|
637
|
-
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('brightness'))
|
|
638
|
-
}, null, 8
|
|
639
|
-
/* PROPS */
|
|
640
|
-
, ["modelValue", "step"])]),
|
|
641
|
-
_: 1
|
|
642
|
-
/* STABLE */
|
|
643
|
-
|
|
644
|
-
})]),
|
|
645
|
-
_: 1
|
|
646
|
-
/* STABLE */
|
|
647
|
-
|
|
648
|
-
}, 8
|
|
649
|
-
/* PROPS */
|
|
650
|
-
, ["style"])]),
|
|
651
|
-
_: 1
|
|
652
|
-
/* STABLE */
|
|
604
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_2, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).brightness), 1
|
|
605
|
+
/* TEXT */
|
|
606
|
+
)]),
|
|
607
|
+
_: 1
|
|
608
|
+
/* STABLE */
|
|
653
609
|
|
|
654
|
-
|
|
610
|
+
}, 8
|
|
611
|
+
/* PROPS */
|
|
612
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
613
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 11 : 8
|
|
614
|
+
}, {
|
|
615
|
+
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_slider, {
|
|
616
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness,
|
|
617
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness = $event),
|
|
618
|
+
step: 0.1,
|
|
619
|
+
min: 0,
|
|
620
|
+
max: 5,
|
|
621
|
+
onInput: _cache[3] || (_cache[3] = $event => paramsChanged('brightness'))
|
|
622
|
+
}, null, 8
|
|
623
|
+
/* PROPS */
|
|
624
|
+
, ["modelValue", "step"])]),
|
|
625
|
+
_: 1
|
|
626
|
+
/* STABLE */
|
|
627
|
+
|
|
628
|
+
}, 8
|
|
629
|
+
/* PROPS */
|
|
630
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
631
|
+
span: 6,
|
|
632
|
+
style: {
|
|
633
|
+
"text-align": "end"
|
|
634
|
+
}
|
|
635
|
+
}, {
|
|
636
|
+
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_input_number, {
|
|
637
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness,
|
|
638
|
+
"onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).brightness = $event),
|
|
639
|
+
min: 0,
|
|
640
|
+
max: 5,
|
|
641
|
+
step: 0.1,
|
|
642
|
+
"controls-position": "right",
|
|
643
|
+
onInput: _cache[5] || (_cache[5] = $event => paramsChanged('brightness'))
|
|
644
|
+
}, null, 8
|
|
655
645
|
/* PROPS */
|
|
656
|
-
, ["
|
|
646
|
+
, ["modelValue", "step"])]),
|
|
657
647
|
_: 1
|
|
658
648
|
/* STABLE */
|
|
659
649
|
|
|
660
|
-
})
|
|
661
|
-
|
|
662
|
-
|
|
650
|
+
})]),
|
|
651
|
+
_: 1
|
|
652
|
+
/* STABLE */
|
|
653
|
+
|
|
654
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
655
|
+
gutter: 10
|
|
656
|
+
}, {
|
|
657
|
+
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_col, {
|
|
658
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
663
659
|
}, {
|
|
664
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
"display": "flex"
|
|
670
|
-
}, {
|
|
671
|
-
'width': (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? '268px' : '250px'
|
|
672
|
-
}])
|
|
673
|
-
}, {
|
|
674
|
-
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_col, {
|
|
675
|
-
span: 18
|
|
676
|
-
}, {
|
|
677
|
-
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_slider, {
|
|
678
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast,
|
|
679
|
-
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast = $event),
|
|
680
|
-
step: 0.1,
|
|
681
|
-
min: 0,
|
|
682
|
-
max: 5,
|
|
683
|
-
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('contrast'))
|
|
684
|
-
}, null, 8
|
|
685
|
-
/* PROPS */
|
|
686
|
-
, ["modelValue", "step"])]),
|
|
687
|
-
_: 1
|
|
688
|
-
/* STABLE */
|
|
689
|
-
|
|
690
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
691
|
-
span: 6
|
|
692
|
-
}, {
|
|
693
|
-
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_input_number, {
|
|
694
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast,
|
|
695
|
-
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast = $event),
|
|
696
|
-
min: 0,
|
|
697
|
-
max: 5,
|
|
698
|
-
step: 0.1,
|
|
699
|
-
"controls-position": "right",
|
|
700
|
-
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('contrast'))
|
|
701
|
-
}, null, 8
|
|
702
|
-
/* PROPS */
|
|
703
|
-
, ["modelValue", "step"])]),
|
|
704
|
-
_: 1
|
|
705
|
-
/* STABLE */
|
|
706
|
-
|
|
707
|
-
})]),
|
|
708
|
-
_: 1
|
|
709
|
-
/* STABLE */
|
|
710
|
-
|
|
711
|
-
}, 8
|
|
712
|
-
/* PROPS */
|
|
713
|
-
, ["style"])]),
|
|
714
|
-
_: 1
|
|
715
|
-
/* STABLE */
|
|
660
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).contrast), 1
|
|
661
|
+
/* TEXT */
|
|
662
|
+
)]),
|
|
663
|
+
_: 1
|
|
664
|
+
/* STABLE */
|
|
716
665
|
|
|
717
|
-
|
|
666
|
+
}, 8
|
|
667
|
+
/* PROPS */
|
|
668
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
669
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 11 : 8
|
|
670
|
+
}, {
|
|
671
|
+
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_slider, {
|
|
672
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast,
|
|
673
|
+
"onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast = $event),
|
|
674
|
+
step: 0.1,
|
|
675
|
+
min: 0,
|
|
676
|
+
max: 5,
|
|
677
|
+
onInput: _cache[7] || (_cache[7] = $event => paramsChanged('contrast'))
|
|
678
|
+
}, null, 8
|
|
718
679
|
/* PROPS */
|
|
719
|
-
, ["
|
|
680
|
+
, ["modelValue", "step"])]),
|
|
720
681
|
_: 1
|
|
721
682
|
/* STABLE */
|
|
722
683
|
|
|
723
|
-
}
|
|
724
|
-
|
|
725
|
-
|
|
684
|
+
}, 8
|
|
685
|
+
/* PROPS */
|
|
686
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
687
|
+
span: 6,
|
|
688
|
+
style: {
|
|
689
|
+
"text-align": "end"
|
|
690
|
+
}
|
|
726
691
|
}, {
|
|
727
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
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_slider, {
|
|
741
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone,
|
|
742
|
-
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone = $event),
|
|
743
|
-
step: 0.1,
|
|
744
|
-
min: 0,
|
|
745
|
-
max: 5,
|
|
746
|
-
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('tone'))
|
|
747
|
-
}, null, 8
|
|
748
|
-
/* PROPS */
|
|
749
|
-
, ["modelValue", "step"])]),
|
|
750
|
-
_: 1
|
|
751
|
-
/* STABLE */
|
|
752
|
-
|
|
753
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
754
|
-
span: 6
|
|
755
|
-
}, {
|
|
756
|
-
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_input_number, {
|
|
757
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone,
|
|
758
|
-
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone = $event),
|
|
759
|
-
min: 0,
|
|
760
|
-
max: 5,
|
|
761
|
-
step: 0.1,
|
|
762
|
-
"controls-position": "right",
|
|
763
|
-
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('tone'))
|
|
764
|
-
}, null, 8
|
|
765
|
-
/* PROPS */
|
|
766
|
-
, ["modelValue", "step"])]),
|
|
767
|
-
_: 1
|
|
768
|
-
/* STABLE */
|
|
769
|
-
|
|
770
|
-
})]),
|
|
771
|
-
_: 1
|
|
772
|
-
/* STABLE */
|
|
773
|
-
|
|
774
|
-
}, 8
|
|
775
|
-
/* PROPS */
|
|
776
|
-
, ["style"])]),
|
|
777
|
-
_: 1
|
|
778
|
-
/* STABLE */
|
|
692
|
+
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_input_number, {
|
|
693
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast,
|
|
694
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).contrast = $event),
|
|
695
|
+
min: 0,
|
|
696
|
+
max: 5,
|
|
697
|
+
step: 0.1,
|
|
698
|
+
"controls-position": "right",
|
|
699
|
+
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('contrast'))
|
|
700
|
+
}, null, 8
|
|
701
|
+
/* PROPS */
|
|
702
|
+
, ["modelValue", "step"])]),
|
|
703
|
+
_: 1
|
|
704
|
+
/* STABLE */
|
|
779
705
|
|
|
780
|
-
|
|
706
|
+
})]),
|
|
707
|
+
_: 1
|
|
708
|
+
/* STABLE */
|
|
709
|
+
|
|
710
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
711
|
+
gutter: 10
|
|
712
|
+
}, {
|
|
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_col, {
|
|
714
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
715
|
+
}, {
|
|
716
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).tone), 1
|
|
717
|
+
/* TEXT */
|
|
718
|
+
)]),
|
|
719
|
+
_: 1
|
|
720
|
+
/* STABLE */
|
|
721
|
+
|
|
722
|
+
}, 8
|
|
723
|
+
/* PROPS */
|
|
724
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
725
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 11 : 8
|
|
726
|
+
}, {
|
|
727
|
+
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_slider, {
|
|
728
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone,
|
|
729
|
+
"onUpdate:modelValue": _cache[10] || (_cache[10] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone = $event),
|
|
730
|
+
step: 0.1,
|
|
731
|
+
min: 0,
|
|
732
|
+
max: 5,
|
|
733
|
+
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('tone'))
|
|
734
|
+
}, null, 8
|
|
781
735
|
/* PROPS */
|
|
782
|
-
, ["
|
|
736
|
+
, ["modelValue", "step"])]),
|
|
783
737
|
_: 1
|
|
784
738
|
/* STABLE */
|
|
785
739
|
|
|
786
|
-
}
|
|
787
|
-
|
|
788
|
-
|
|
740
|
+
}, 8
|
|
741
|
+
/* PROPS */
|
|
742
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
743
|
+
span: 6,
|
|
744
|
+
style: {
|
|
745
|
+
"text-align": "end"
|
|
746
|
+
}
|
|
789
747
|
}, {
|
|
790
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
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_slider, {
|
|
804
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation,
|
|
805
|
-
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation = $event),
|
|
806
|
-
step: 0.1,
|
|
807
|
-
min: 0,
|
|
808
|
-
max: 5,
|
|
809
|
-
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('saturation'))
|
|
810
|
-
}, null, 8
|
|
811
|
-
/* PROPS */
|
|
812
|
-
, ["modelValue", "step"])]),
|
|
813
|
-
_: 1
|
|
814
|
-
/* STABLE */
|
|
815
|
-
|
|
816
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
817
|
-
span: 6
|
|
818
|
-
}, {
|
|
819
|
-
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_input_number, {
|
|
820
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation,
|
|
821
|
-
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation = $event),
|
|
822
|
-
min: 0,
|
|
823
|
-
max: 5,
|
|
824
|
-
step: 0.1,
|
|
825
|
-
"controls-position": "right",
|
|
826
|
-
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('saturation'))
|
|
827
|
-
}, null, 8
|
|
828
|
-
/* PROPS */
|
|
829
|
-
, ["modelValue", "step"])]),
|
|
830
|
-
_: 1
|
|
831
|
-
/* STABLE */
|
|
832
|
-
|
|
833
|
-
})]),
|
|
834
|
-
_: 1
|
|
835
|
-
/* STABLE */
|
|
836
|
-
|
|
837
|
-
}, 8
|
|
838
|
-
/* PROPS */
|
|
839
|
-
, ["style"])]),
|
|
840
|
-
_: 1
|
|
841
|
-
/* STABLE */
|
|
748
|
+
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_input_number, {
|
|
749
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone,
|
|
750
|
+
"onUpdate:modelValue": _cache[12] || (_cache[12] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).tone = $event),
|
|
751
|
+
min: 0,
|
|
752
|
+
max: 5,
|
|
753
|
+
step: 0.1,
|
|
754
|
+
"controls-position": "right",
|
|
755
|
+
onInput: _cache[13] || (_cache[13] = $event => paramsChanged('tone'))
|
|
756
|
+
}, null, 8
|
|
757
|
+
/* PROPS */
|
|
758
|
+
, ["modelValue", "step"])]),
|
|
759
|
+
_: 1
|
|
760
|
+
/* STABLE */
|
|
842
761
|
|
|
843
|
-
|
|
762
|
+
})]),
|
|
763
|
+
_: 1
|
|
764
|
+
/* STABLE */
|
|
765
|
+
|
|
766
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
767
|
+
gutter: 10
|
|
768
|
+
}, {
|
|
769
|
+
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_col, {
|
|
770
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
771
|
+
}, {
|
|
772
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_5, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).saturation), 1
|
|
773
|
+
/* TEXT */
|
|
774
|
+
)]),
|
|
775
|
+
_: 1
|
|
776
|
+
/* STABLE */
|
|
777
|
+
|
|
778
|
+
}, 8
|
|
779
|
+
/* PROPS */
|
|
780
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
781
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 11 : 8
|
|
782
|
+
}, {
|
|
783
|
+
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_slider, {
|
|
784
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation,
|
|
785
|
+
"onUpdate:modelValue": _cache[14] || (_cache[14] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation = $event),
|
|
786
|
+
step: 0.1,
|
|
787
|
+
min: 0,
|
|
788
|
+
max: 5,
|
|
789
|
+
onInput: _cache[15] || (_cache[15] = $event => paramsChanged('saturation'))
|
|
790
|
+
}, null, 8
|
|
844
791
|
/* PROPS */
|
|
845
|
-
, ["
|
|
792
|
+
, ["modelValue", "step"])]),
|
|
846
793
|
_: 1
|
|
847
794
|
/* STABLE */
|
|
848
795
|
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
|
|
796
|
+
}, 8
|
|
797
|
+
/* PROPS */
|
|
798
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
799
|
+
span: 6,
|
|
800
|
+
style: {
|
|
801
|
+
"text-align": "end"
|
|
802
|
+
}
|
|
852
803
|
}, {
|
|
853
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
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_slider, {
|
|
867
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma,
|
|
868
|
-
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma = $event),
|
|
869
|
-
step: 0.1,
|
|
870
|
-
min: 0,
|
|
871
|
-
max: 5,
|
|
872
|
-
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('gamma'))
|
|
873
|
-
}, null, 8
|
|
874
|
-
/* PROPS */
|
|
875
|
-
, ["modelValue", "step"])]),
|
|
876
|
-
_: 1
|
|
877
|
-
/* STABLE */
|
|
878
|
-
|
|
879
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
880
|
-
span: 6
|
|
881
|
-
}, {
|
|
882
|
-
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_input_number, {
|
|
883
|
-
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma,
|
|
884
|
-
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma = $event),
|
|
885
|
-
min: 0,
|
|
886
|
-
max: 5,
|
|
887
|
-
step: 0.1,
|
|
888
|
-
"controls-position": "right",
|
|
889
|
-
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('gamma'))
|
|
890
|
-
}, null, 8
|
|
891
|
-
/* PROPS */
|
|
892
|
-
, ["modelValue", "step"])]),
|
|
893
|
-
_: 1
|
|
894
|
-
/* STABLE */
|
|
895
|
-
|
|
896
|
-
})]),
|
|
897
|
-
_: 1
|
|
898
|
-
/* STABLE */
|
|
899
|
-
|
|
900
|
-
}, 8
|
|
901
|
-
/* PROPS */
|
|
902
|
-
, ["style"])]),
|
|
903
|
-
_: 1
|
|
904
|
-
/* STABLE */
|
|
804
|
+
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_input_number, {
|
|
805
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation,
|
|
806
|
+
"onUpdate:modelValue": _cache[16] || (_cache[16] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).saturation = $event),
|
|
807
|
+
min: 0,
|
|
808
|
+
max: 5,
|
|
809
|
+
step: 0.1,
|
|
810
|
+
"controls-position": "right",
|
|
811
|
+
onInput: _cache[17] || (_cache[17] = $event => paramsChanged('saturation'))
|
|
812
|
+
}, null, 8
|
|
813
|
+
/* PROPS */
|
|
814
|
+
, ["modelValue", "step"])]),
|
|
815
|
+
_: 1
|
|
816
|
+
/* STABLE */
|
|
905
817
|
|
|
906
|
-
|
|
818
|
+
})]),
|
|
819
|
+
_: 1
|
|
820
|
+
/* STABLE */
|
|
821
|
+
|
|
822
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
823
|
+
gutter: 10
|
|
824
|
+
}, {
|
|
825
|
+
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_col, {
|
|
826
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 7 : 10
|
|
827
|
+
}, {
|
|
828
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_6, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).gamma), 1
|
|
829
|
+
/* TEXT */
|
|
830
|
+
)]),
|
|
831
|
+
_: 1
|
|
832
|
+
/* STABLE */
|
|
833
|
+
|
|
834
|
+
}, 8
|
|
835
|
+
/* PROPS */
|
|
836
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
837
|
+
span: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(currentLang) === 'zh' ? 11 : 8
|
|
838
|
+
}, {
|
|
839
|
+
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_slider, {
|
|
840
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma,
|
|
841
|
+
"onUpdate:modelValue": _cache[18] || (_cache[18] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma = $event),
|
|
842
|
+
step: 0.1,
|
|
843
|
+
min: 0,
|
|
844
|
+
max: 5,
|
|
845
|
+
onInput: _cache[19] || (_cache[19] = $event => paramsChanged('gamma'))
|
|
846
|
+
}, null, 8
|
|
847
|
+
/* PROPS */
|
|
848
|
+
, ["modelValue", "step"])]),
|
|
849
|
+
_: 1
|
|
850
|
+
/* STABLE */
|
|
851
|
+
|
|
852
|
+
}, 8
|
|
853
|
+
/* PROPS */
|
|
854
|
+
, ["span"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
855
|
+
span: 6,
|
|
856
|
+
style: {
|
|
857
|
+
"text-align": "end"
|
|
858
|
+
}
|
|
859
|
+
}, {
|
|
860
|
+
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_input_number, {
|
|
861
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma,
|
|
862
|
+
"onUpdate:modelValue": _cache[20] || (_cache[20] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).gamma = $event),
|
|
863
|
+
min: 0,
|
|
864
|
+
max: 5,
|
|
865
|
+
step: 0.1,
|
|
866
|
+
"controls-position": "right",
|
|
867
|
+
onInput: _cache[21] || (_cache[21] = $event => paramsChanged('gamma'))
|
|
868
|
+
}, null, 8
|
|
907
869
|
/* PROPS */
|
|
908
|
-
, ["
|
|
870
|
+
, ["modelValue", "step"])]),
|
|
909
871
|
_: 1
|
|
910
872
|
/* STABLE */
|
|
911
873
|
|
|
@@ -913,9 +875,7 @@ const __default__ = {
|
|
|
913
875
|
_: 1
|
|
914
876
|
/* STABLE */
|
|
915
877
|
|
|
916
|
-
},
|
|
917
|
-
/* PROPS */
|
|
918
|
-
, ["label-width"])], 512
|
|
878
|
+
})], 512
|
|
919
879
|
/* NEED_PATCH */
|
|
920
880
|
)], 2
|
|
921
881
|
/* CLASS */
|