@kq_npm/client3d_webgl_vue 4.2.8-beta → 4.2.9-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/index.js +404 -129
- package/isolineanalysis/index.js +237 -109
- package/package.json +1 -1
- package/sceneset/index.js +164 -17
- package/sceneview/index.js +403 -128
package/isolineanalysis/index.js
CHANGED
|
@@ -456,6 +456,12 @@ class IsolineAnalysisViewModel {
|
|
|
456
456
|
setFirstCurve(show) {
|
|
457
457
|
this._options.firstCurve.show = show;
|
|
458
458
|
if (this._elevation) this._elevation.firstCurve = this._options.firstCurve;
|
|
459
|
+
} //设置首曲线间隔
|
|
460
|
+
|
|
461
|
+
|
|
462
|
+
setFirstCurveSpace(spaceing) {
|
|
463
|
+
this._options.spaceing = Number(spaceing);
|
|
464
|
+
if (this._elevation) this._elevation.spaceing = this._options.spaceing;
|
|
459
465
|
} //设置首曲线宽度
|
|
460
466
|
|
|
461
467
|
|
|
@@ -720,10 +726,16 @@ const __default__ = {
|
|
|
720
726
|
// 高程标注
|
|
721
727
|
firstCurve: props.settingParams && props.settingParams.firstCurve !== undefined || true,
|
|
722
728
|
// 首曲线
|
|
729
|
+
spaceing: props.settingParams && props.settingParams.spaceing || 500,
|
|
730
|
+
// 首曲线间隔
|
|
731
|
+
minSpaceing: props.settingParams && props.settingParams.minSpaceing || 10,
|
|
732
|
+
// 首曲线间隔最小值
|
|
733
|
+
maxSpaceing: props.settingParams && props.settingParams.maxSpaceing || 1000,
|
|
734
|
+
// 首曲线间隔最大值
|
|
723
735
|
firstCurveWidth: props.settingParams && props.settingParams.firstCurveWidth || 2,
|
|
724
736
|
// 首曲线宽度
|
|
725
737
|
minFirstCurveWidth: props.settingParams && props.settingParams.minFirstCurveWidth || 0,
|
|
726
|
-
//
|
|
738
|
+
// 首曲线宽度最小值
|
|
727
739
|
maxFirstCurveWidth: props.settingParams && props.settingParams.maxFirstCurveWidth || 5,
|
|
728
740
|
// 首曲线宽度最大值
|
|
729
741
|
firstCurveColor: props.settingParams && props.settingParams.firstCurveColor || "#E6A23C",
|
|
@@ -799,7 +811,7 @@ const __default__ = {
|
|
|
799
811
|
var options = {
|
|
800
812
|
minHeight: formItem.minHeight,
|
|
801
813
|
maxHeight: formItem.maxHeight,
|
|
802
|
-
spaceing:
|
|
814
|
+
spaceing: formItem.spaceing,
|
|
803
815
|
filltype: formItem.fillType,
|
|
804
816
|
fillStyle: formItem.fillStyle,
|
|
805
817
|
colorTableValue: [0.0, 0.1, 0.2, 0.3, 0.4],
|
|
@@ -906,6 +918,10 @@ const __default__ = {
|
|
|
906
918
|
viewModel.setFirstCurve(formItem.firstCurve);
|
|
907
919
|
break;
|
|
908
920
|
|
|
921
|
+
case "firstCurveSpace":
|
|
922
|
+
viewModel.setFirstCurveSpace(formItem.spaceing);
|
|
923
|
+
break;
|
|
924
|
+
|
|
909
925
|
case "firstCurveWidth":
|
|
910
926
|
viewModel.setFirstCurveWidth(formItem.firstCurveWidth);
|
|
911
927
|
break;
|
|
@@ -1160,6 +1176,62 @@ const __default__ = {
|
|
|
1160
1176
|
/* STABLE */
|
|
1161
1177
|
|
|
1162
1178
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1179
|
+
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, {
|
|
1180
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveSpace
|
|
1181
|
+
}, {
|
|
1182
|
+
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_row, {
|
|
1183
|
+
style: {
|
|
1184
|
+
"display": "flex"
|
|
1185
|
+
}
|
|
1186
|
+
}, {
|
|
1187
|
+
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, {
|
|
1188
|
+
span: 16
|
|
1189
|
+
}, {
|
|
1190
|
+
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, {
|
|
1191
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
1192
|
+
"onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
1193
|
+
step: 10,
|
|
1194
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
1195
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
1196
|
+
onInput: _cache[6] || (_cache[6] = $event => paramsChanged('firstCurveSpace'))
|
|
1197
|
+
}, null, 8
|
|
1198
|
+
/* PROPS */
|
|
1199
|
+
, ["modelValue", "min", "max"])]),
|
|
1200
|
+
_: 1
|
|
1201
|
+
/* STABLE */
|
|
1202
|
+
|
|
1203
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1204
|
+
span: 8
|
|
1205
|
+
}, {
|
|
1206
|
+
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, {
|
|
1207
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
1208
|
+
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
1209
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
1210
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
1211
|
+
step: 10,
|
|
1212
|
+
onInput: _cache[8] || (_cache[8] = $event => paramsChanged('firstCurveSpace')),
|
|
1213
|
+
"controls-position": "right"
|
|
1214
|
+
}, null, 8
|
|
1215
|
+
/* PROPS */
|
|
1216
|
+
, ["modelValue", "min", "max"])]),
|
|
1217
|
+
_: 1
|
|
1218
|
+
/* STABLE */
|
|
1219
|
+
|
|
1220
|
+
})]),
|
|
1221
|
+
_: 1
|
|
1222
|
+
/* STABLE */
|
|
1223
|
+
|
|
1224
|
+
})]),
|
|
1225
|
+
_: 1
|
|
1226
|
+
/* STABLE */
|
|
1227
|
+
|
|
1228
|
+
}, 8
|
|
1229
|
+
/* PROPS */
|
|
1230
|
+
, ["label"])]),
|
|
1231
|
+
_: 1
|
|
1232
|
+
/* STABLE */
|
|
1233
|
+
|
|
1234
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1163
1235
|
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, {
|
|
1164
1236
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveWidth
|
|
1165
1237
|
}, {
|
|
@@ -1173,11 +1245,11 @@ const __default__ = {
|
|
|
1173
1245
|
}, {
|
|
1174
1246
|
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, {
|
|
1175
1247
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
1176
|
-
"onUpdate:modelValue": _cache[
|
|
1248
|
+
"onUpdate:modelValue": _cache[9] || (_cache[9] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
1177
1249
|
step: 0.1,
|
|
1178
1250
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
1179
1251
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
1180
|
-
onInput: _cache[
|
|
1252
|
+
onInput: _cache[10] || (_cache[10] = $event => paramsChanged('firstCurveWidth'))
|
|
1181
1253
|
}, null, 8
|
|
1182
1254
|
/* PROPS */
|
|
1183
1255
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -1189,11 +1261,11 @@ const __default__ = {
|
|
|
1189
1261
|
}, {
|
|
1190
1262
|
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, {
|
|
1191
1263
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
1192
|
-
"onUpdate:modelValue": _cache[
|
|
1264
|
+
"onUpdate:modelValue": _cache[11] || (_cache[11] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
1193
1265
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
1194
1266
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
1195
1267
|
step: 0.1,
|
|
1196
|
-
onInput: _cache[
|
|
1268
|
+
onInput: _cache[12] || (_cache[12] = $event => paramsChanged('firstCurveWidth')),
|
|
1197
1269
|
"controls-position": "right"
|
|
1198
1270
|
}, null, 8
|
|
1199
1271
|
/* PROPS */
|
|
@@ -1221,8 +1293,8 @@ const __default__ = {
|
|
|
1221
1293
|
}, {
|
|
1222
1294
|
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_color_picker, {
|
|
1223
1295
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor,
|
|
1224
|
-
"onUpdate:modelValue": _cache[
|
|
1225
|
-
onChange: _cache[
|
|
1296
|
+
"onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor = $event),
|
|
1297
|
+
onChange: _cache[14] || (_cache[14] = $event => paramsChanged('firstCurveColor'))
|
|
1226
1298
|
}, null, 8
|
|
1227
1299
|
/* PROPS */
|
|
1228
1300
|
, ["modelValue"])]),
|
|
@@ -1243,8 +1315,8 @@ const __default__ = {
|
|
|
1243
1315
|
}, {
|
|
1244
1316
|
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_switch, {
|
|
1245
1317
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve,
|
|
1246
|
-
"onUpdate:modelValue": _cache[
|
|
1247
|
-
onChange: _cache[
|
|
1318
|
+
"onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve = $event),
|
|
1319
|
+
onChange: _cache[16] || (_cache[16] = $event => paramsChanged('rememberCurve'))
|
|
1248
1320
|
}, null, 8
|
|
1249
1321
|
/* PROPS */
|
|
1250
1322
|
, ["modelValue"])]),
|
|
@@ -1271,11 +1343,11 @@ const __default__ = {
|
|
|
1271
1343
|
}, {
|
|
1272
1344
|
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, {
|
|
1273
1345
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
1274
|
-
"onUpdate:modelValue": _cache[
|
|
1346
|
+
"onUpdate:modelValue": _cache[17] || (_cache[17] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
1275
1347
|
step: 0.1,
|
|
1276
1348
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
1277
1349
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
1278
|
-
onInput: _cache[
|
|
1350
|
+
onInput: _cache[18] || (_cache[18] = $event => paramsChanged('rememberCurveWidth'))
|
|
1279
1351
|
}, null, 8
|
|
1280
1352
|
/* PROPS */
|
|
1281
1353
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -1287,11 +1359,11 @@ const __default__ = {
|
|
|
1287
1359
|
}, {
|
|
1288
1360
|
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, {
|
|
1289
1361
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
1290
|
-
"onUpdate:modelValue": _cache[
|
|
1362
|
+
"onUpdate:modelValue": _cache[19] || (_cache[19] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
1291
1363
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
1292
1364
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
1293
1365
|
step: 0.1,
|
|
1294
|
-
onInput: _cache[
|
|
1366
|
+
onInput: _cache[20] || (_cache[20] = $event => paramsChanged('rememberCurveWidth')),
|
|
1295
1367
|
"controls-position": "right"
|
|
1296
1368
|
}, null, 8
|
|
1297
1369
|
/* PROPS */
|
|
@@ -1319,8 +1391,8 @@ const __default__ = {
|
|
|
1319
1391
|
}, {
|
|
1320
1392
|
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_color_picker, {
|
|
1321
1393
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor,
|
|
1322
|
-
"onUpdate:modelValue": _cache[
|
|
1323
|
-
onChange: _cache[
|
|
1394
|
+
"onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor = $event),
|
|
1395
|
+
onChange: _cache[22] || (_cache[22] = $event => paramsChanged('rememberCurveColor'))
|
|
1324
1396
|
}, null, 8
|
|
1325
1397
|
/* PROPS */
|
|
1326
1398
|
, ["modelValue"])]),
|
|
@@ -1341,8 +1413,8 @@ const __default__ = {
|
|
|
1341
1413
|
}, {
|
|
1342
1414
|
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_switch, {
|
|
1343
1415
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve,
|
|
1344
|
-
"onUpdate:modelValue": _cache[
|
|
1345
|
-
onChange: _cache[
|
|
1416
|
+
"onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve = $event),
|
|
1417
|
+
onChange: _cache[24] || (_cache[24] = $event => paramsChanged('intervalCurve'))
|
|
1346
1418
|
}, null, 8
|
|
1347
1419
|
/* PROPS */
|
|
1348
1420
|
, ["modelValue"])]),
|
|
@@ -1369,11 +1441,11 @@ const __default__ = {
|
|
|
1369
1441
|
}, {
|
|
1370
1442
|
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, {
|
|
1371
1443
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
1372
|
-
"onUpdate:modelValue": _cache[
|
|
1444
|
+
"onUpdate:modelValue": _cache[25] || (_cache[25] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
1373
1445
|
step: 0.1,
|
|
1374
1446
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
1375
1447
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
1376
|
-
onInput: _cache[
|
|
1448
|
+
onInput: _cache[26] || (_cache[26] = $event => paramsChanged('intervalCurveWidth'))
|
|
1377
1449
|
}, null, 8
|
|
1378
1450
|
/* PROPS */
|
|
1379
1451
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -1385,11 +1457,11 @@ const __default__ = {
|
|
|
1385
1457
|
}, {
|
|
1386
1458
|
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, {
|
|
1387
1459
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
1388
|
-
"onUpdate:modelValue": _cache[
|
|
1460
|
+
"onUpdate:modelValue": _cache[27] || (_cache[27] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
1389
1461
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
1390
1462
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
1391
1463
|
step: 0.1,
|
|
1392
|
-
onInput: _cache[
|
|
1464
|
+
onInput: _cache[28] || (_cache[28] = $event => paramsChanged('intervalCurveWidth')),
|
|
1393
1465
|
"controls-position": "right"
|
|
1394
1466
|
}, null, 8
|
|
1395
1467
|
/* PROPS */
|
|
@@ -1417,8 +1489,8 @@ const __default__ = {
|
|
|
1417
1489
|
}, {
|
|
1418
1490
|
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_color_picker, {
|
|
1419
1491
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor,
|
|
1420
|
-
"onUpdate:modelValue": _cache[
|
|
1421
|
-
onChange: _cache[
|
|
1492
|
+
"onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor = $event),
|
|
1493
|
+
onChange: _cache[30] || (_cache[30] = $event => paramsChanged('intervalCurveColor'))
|
|
1422
1494
|
}, null, 8
|
|
1423
1495
|
/* PROPS */
|
|
1424
1496
|
, ["modelValue"])]),
|
|
@@ -1439,8 +1511,8 @@ const __default__ = {
|
|
|
1439
1511
|
}, {
|
|
1440
1512
|
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_switch, {
|
|
1441
1513
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve,
|
|
1442
|
-
"onUpdate:modelValue": _cache[
|
|
1443
|
-
onChange: _cache[
|
|
1514
|
+
"onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve = $event),
|
|
1515
|
+
onChange: _cache[32] || (_cache[32] = $event => paramsChanged('extraCurve'))
|
|
1444
1516
|
}, null, 8
|
|
1445
1517
|
/* PROPS */
|
|
1446
1518
|
, ["modelValue"])]),
|
|
@@ -1467,11 +1539,11 @@ const __default__ = {
|
|
|
1467
1539
|
}, {
|
|
1468
1540
|
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, {
|
|
1469
1541
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
1470
|
-
"onUpdate:modelValue": _cache[
|
|
1542
|
+
"onUpdate:modelValue": _cache[33] || (_cache[33] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
1471
1543
|
step: 0.1,
|
|
1472
1544
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
1473
1545
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
1474
|
-
onInput: _cache[
|
|
1546
|
+
onInput: _cache[34] || (_cache[34] = $event => paramsChanged('extraCurveWidth'))
|
|
1475
1547
|
}, null, 8
|
|
1476
1548
|
/* PROPS */
|
|
1477
1549
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -1483,11 +1555,11 @@ const __default__ = {
|
|
|
1483
1555
|
}, {
|
|
1484
1556
|
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, {
|
|
1485
1557
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
1486
|
-
"onUpdate:modelValue": _cache[
|
|
1558
|
+
"onUpdate:modelValue": _cache[35] || (_cache[35] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
1487
1559
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
1488
1560
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
1489
1561
|
step: 0.1,
|
|
1490
|
-
onInput: _cache[
|
|
1562
|
+
onInput: _cache[36] || (_cache[36] = $event => paramsChanged('extraCurveWidth')),
|
|
1491
1563
|
"controls-position": "right"
|
|
1492
1564
|
}, null, 8
|
|
1493
1565
|
/* PROPS */
|
|
@@ -1515,8 +1587,8 @@ const __default__ = {
|
|
|
1515
1587
|
}, {
|
|
1516
1588
|
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_color_picker, {
|
|
1517
1589
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor,
|
|
1518
|
-
"onUpdate:modelValue": _cache[
|
|
1519
|
-
onChange: _cache[
|
|
1590
|
+
"onUpdate:modelValue": _cache[37] || (_cache[37] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor = $event),
|
|
1591
|
+
onChange: _cache[38] || (_cache[38] = $event => paramsChanged('extraCurveColor'))
|
|
1520
1592
|
}, null, 8
|
|
1521
1593
|
/* PROPS */
|
|
1522
1594
|
, ["modelValue"])]),
|
|
@@ -1552,7 +1624,7 @@ const __default__ = {
|
|
|
1552
1624
|
}, {
|
|
1553
1625
|
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, {
|
|
1554
1626
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
1555
|
-
"onUpdate:modelValue": _cache[
|
|
1627
|
+
"onUpdate:modelValue": _cache[39] || (_cache[39] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle = $event),
|
|
1556
1628
|
onChange: onChangeFillStyle
|
|
1557
1629
|
}, {
|
|
1558
1630
|
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_option, {
|
|
@@ -1595,11 +1667,11 @@ const __default__ = {
|
|
|
1595
1667
|
}, {
|
|
1596
1668
|
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, {
|
|
1597
1669
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
1598
|
-
"onUpdate:modelValue": _cache[
|
|
1670
|
+
"onUpdate:modelValue": _cache[40] || (_cache[40] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
1599
1671
|
min: 0,
|
|
1600
1672
|
max: 1,
|
|
1601
1673
|
step: 0.01,
|
|
1602
|
-
onInput: _cache[
|
|
1674
|
+
onInput: _cache[41] || (_cache[41] = $event => paramsChanged('alpha'))
|
|
1603
1675
|
}, null, 8
|
|
1604
1676
|
/* PROPS */
|
|
1605
1677
|
, ["modelValue", "step"])]),
|
|
@@ -1611,12 +1683,12 @@ const __default__ = {
|
|
|
1611
1683
|
}, {
|
|
1612
1684
|
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, {
|
|
1613
1685
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
1614
|
-
"onUpdate:modelValue": _cache[
|
|
1686
|
+
"onUpdate:modelValue": _cache[42] || (_cache[42] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
1615
1687
|
min: 0,
|
|
1616
1688
|
max: 1,
|
|
1617
1689
|
step: 0.01,
|
|
1618
1690
|
"controls-position": "right",
|
|
1619
|
-
onInput: _cache[
|
|
1691
|
+
onInput: _cache[43] || (_cache[43] = $event => paramsChanged('alpha'))
|
|
1620
1692
|
}, null, 8
|
|
1621
1693
|
/* PROPS */
|
|
1622
1694
|
, ["modelValue", "step"])]),
|
|
@@ -1651,11 +1723,11 @@ const __default__ = {
|
|
|
1651
1723
|
}, {
|
|
1652
1724
|
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, {
|
|
1653
1725
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
1654
|
-
"onUpdate:modelValue": _cache[
|
|
1726
|
+
"onUpdate:modelValue": _cache[44] || (_cache[44] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
1655
1727
|
min: 0,
|
|
1656
1728
|
step: 100,
|
|
1657
1729
|
max: 8000,
|
|
1658
|
-
onInput: _cache[
|
|
1730
|
+
onInput: _cache[45] || (_cache[45] = $event => paramsChanged('minHeight'))
|
|
1659
1731
|
}, null, 8
|
|
1660
1732
|
/* PROPS */
|
|
1661
1733
|
, ["modelValue"])]),
|
|
@@ -1667,12 +1739,12 @@ const __default__ = {
|
|
|
1667
1739
|
}, {
|
|
1668
1740
|
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, {
|
|
1669
1741
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
1670
|
-
"onUpdate:modelValue": _cache[
|
|
1742
|
+
"onUpdate:modelValue": _cache[46] || (_cache[46] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
1671
1743
|
min: 0,
|
|
1672
1744
|
step: 100,
|
|
1673
1745
|
max: 8000,
|
|
1674
1746
|
"controls-position": "right",
|
|
1675
|
-
onInput: _cache[
|
|
1747
|
+
onInput: _cache[47] || (_cache[47] = $event => paramsChanged('minHeight'))
|
|
1676
1748
|
}, null, 8
|
|
1677
1749
|
/* PROPS */
|
|
1678
1750
|
, ["modelValue"])]),
|
|
@@ -1707,11 +1779,11 @@ const __default__ = {
|
|
|
1707
1779
|
}, {
|
|
1708
1780
|
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, {
|
|
1709
1781
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
1710
|
-
"onUpdate:modelValue": _cache[
|
|
1782
|
+
"onUpdate:modelValue": _cache[48] || (_cache[48] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
1711
1783
|
min: 0,
|
|
1712
1784
|
step: 100,
|
|
1713
1785
|
max: 8000,
|
|
1714
|
-
onInput: _cache[
|
|
1786
|
+
onInput: _cache[49] || (_cache[49] = $event => paramsChanged('maxHeight'))
|
|
1715
1787
|
}, null, 8
|
|
1716
1788
|
/* PROPS */
|
|
1717
1789
|
, ["modelValue"])]),
|
|
@@ -1723,12 +1795,12 @@ const __default__ = {
|
|
|
1723
1795
|
}, {
|
|
1724
1796
|
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, {
|
|
1725
1797
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
1726
|
-
"onUpdate:modelValue": _cache[
|
|
1798
|
+
"onUpdate:modelValue": _cache[50] || (_cache[50] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
1727
1799
|
min: 0,
|
|
1728
1800
|
step: 100,
|
|
1729
1801
|
max: 8000,
|
|
1730
1802
|
"controls-position": "right",
|
|
1731
|
-
onInput: _cache[
|
|
1803
|
+
onInput: _cache[51] || (_cache[51] = $event => paramsChanged('maxHeight'))
|
|
1732
1804
|
}, null, 8
|
|
1733
1805
|
/* PROPS */
|
|
1734
1806
|
, ["modelValue"])]),
|
|
@@ -1793,7 +1865,7 @@ const __default__ = {
|
|
|
1793
1865
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
1794
1866
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
1795
1867
|
disabled: true,
|
|
1796
|
-
onInput: _cache[
|
|
1868
|
+
onInput: _cache[52] || (_cache[52] = $event => paramsChanged('colorTableHeight')),
|
|
1797
1869
|
"controls-position": "right"
|
|
1798
1870
|
}, null, 8
|
|
1799
1871
|
/* PROPS */
|
|
@@ -1803,7 +1875,7 @@ const __default__ = {
|
|
|
1803
1875
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
1804
1876
|
disabled: true,
|
|
1805
1877
|
step: 1,
|
|
1806
|
-
onInput: _cache[
|
|
1878
|
+
onInput: _cache[53] || (_cache[53] = $event => paramsChanged('colorTableHeight')),
|
|
1807
1879
|
"controls-position": "right"
|
|
1808
1880
|
}, null, 8
|
|
1809
1881
|
/* PROPS */
|
|
@@ -1816,7 +1888,7 @@ const __default__ = {
|
|
|
1816
1888
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
1817
1889
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableHeight,
|
|
1818
1890
|
step: 1,
|
|
1819
|
-
onInput: _cache[
|
|
1891
|
+
onInput: _cache[54] || (_cache[54] = $event => paramsChanged('colorTableHeight')),
|
|
1820
1892
|
"controls-position": "right"
|
|
1821
1893
|
}, null, 8
|
|
1822
1894
|
/* PROPS */
|
|
@@ -1826,7 +1898,7 @@ const __default__ = {
|
|
|
1826
1898
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
1827
1899
|
step: 1,
|
|
1828
1900
|
disabled: true,
|
|
1829
|
-
onInput: _cache[
|
|
1901
|
+
onInput: _cache[55] || (_cache[55] = $event => paramsChanged('colorTableHeight')),
|
|
1830
1902
|
"controls-position": "right"
|
|
1831
1903
|
}, null, 8
|
|
1832
1904
|
/* PROPS */
|
|
@@ -1842,7 +1914,7 @@ const __default__ = {
|
|
|
1842
1914
|
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_color_picker, {
|
|
1843
1915
|
modelValue: item.colorTable,
|
|
1844
1916
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
1845
|
-
onChange: _cache[
|
|
1917
|
+
onChange: _cache[56] || (_cache[56] = $event => paramsChanged('colorTable'))
|
|
1846
1918
|
}, null, 8
|
|
1847
1919
|
/* PROPS */
|
|
1848
1920
|
, ["modelValue", "onUpdate:modelValue"])]),
|
|
@@ -1881,8 +1953,8 @@ const __default__ = {
|
|
|
1881
1953
|
|
|
1882
1954
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
1883
1955
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
1884
|
-
"onUpdate:modelValue": _cache[
|
|
1885
|
-
onChange: _cache[
|
|
1956
|
+
"onUpdate:modelValue": _cache[57] || (_cache[57] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
1957
|
+
onChange: _cache[58] || (_cache[58] = $event => paramsChanged('image'))
|
|
1886
1958
|
}, {
|
|
1887
1959
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(colorImages, (item, index) => {
|
|
1888
1960
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
@@ -1927,7 +1999,7 @@ const __default__ = {
|
|
|
1927
1999
|
})) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillType === 2 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_tabs, {
|
|
1928
2000
|
key: 2,
|
|
1929
2001
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(activeName),
|
|
1930
|
-
"onUpdate:modelValue": _cache[
|
|
2002
|
+
"onUpdate:modelValue": _cache[117] || (_cache[117] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(activeName) ? activeName.value = $event : activeName = $event),
|
|
1931
2003
|
onTabChange: _ctx.handleChange
|
|
1932
2004
|
}, {
|
|
1933
2005
|
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_tab_pane, {
|
|
@@ -1944,8 +2016,8 @@ const __default__ = {
|
|
|
1944
2016
|
}, {
|
|
1945
2017
|
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_switch, {
|
|
1946
2018
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking,
|
|
1947
|
-
"onUpdate:modelValue": _cache[
|
|
1948
|
-
onChange: _cache[
|
|
2019
|
+
"onUpdate:modelValue": _cache[59] || (_cache[59] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).elevationMarking = $event),
|
|
2020
|
+
onChange: _cache[60] || (_cache[60] = $event => paramsChanged('elevationMarking'))
|
|
1949
2021
|
}, null, 8
|
|
1950
2022
|
/* PROPS */
|
|
1951
2023
|
, ["modelValue"])]),
|
|
@@ -1964,8 +2036,8 @@ const __default__ = {
|
|
|
1964
2036
|
}, {
|
|
1965
2037
|
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_switch, {
|
|
1966
2038
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve,
|
|
1967
|
-
"onUpdate:modelValue": _cache[
|
|
1968
|
-
onChange: _cache[
|
|
2039
|
+
"onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurve = $event),
|
|
2040
|
+
onChange: _cache[62] || (_cache[62] = $event => paramsChanged('firstCurve'))
|
|
1969
2041
|
}, null, 8
|
|
1970
2042
|
/* PROPS */
|
|
1971
2043
|
, ["modelValue"])]),
|
|
@@ -1979,6 +2051,62 @@ const __default__ = {
|
|
|
1979
2051
|
/* STABLE */
|
|
1980
2052
|
|
|
1981
2053
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", null, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
2054
|
+
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, {
|
|
2055
|
+
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveSpace
|
|
2056
|
+
}, {
|
|
2057
|
+
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_row, {
|
|
2058
|
+
style: {
|
|
2059
|
+
"display": "flex"
|
|
2060
|
+
}
|
|
2061
|
+
}, {
|
|
2062
|
+
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, {
|
|
2063
|
+
span: 16
|
|
2064
|
+
}, {
|
|
2065
|
+
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, {
|
|
2066
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
2067
|
+
"onUpdate:modelValue": _cache[63] || (_cache[63] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
2068
|
+
step: 10,
|
|
2069
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
2070
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
2071
|
+
onInput: _cache[64] || (_cache[64] = $event => paramsChanged('firstCurveSpace'))
|
|
2072
|
+
}, null, 8
|
|
2073
|
+
/* PROPS */
|
|
2074
|
+
, ["modelValue", "min", "max"])]),
|
|
2075
|
+
_: 1
|
|
2076
|
+
/* STABLE */
|
|
2077
|
+
|
|
2078
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2079
|
+
span: 8
|
|
2080
|
+
}, {
|
|
2081
|
+
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, {
|
|
2082
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing,
|
|
2083
|
+
"onUpdate:modelValue": _cache[65] || (_cache[65] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).spaceing = $event),
|
|
2084
|
+
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
2085
|
+
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
2086
|
+
step: 10,
|
|
2087
|
+
onInput: _cache[66] || (_cache[66] = $event => paramsChanged('firstCurveSpace')),
|
|
2088
|
+
"controls-position": "right"
|
|
2089
|
+
}, null, 8
|
|
2090
|
+
/* PROPS */
|
|
2091
|
+
, ["modelValue", "min", "max"])]),
|
|
2092
|
+
_: 1
|
|
2093
|
+
/* STABLE */
|
|
2094
|
+
|
|
2095
|
+
})]),
|
|
2096
|
+
_: 1
|
|
2097
|
+
/* STABLE */
|
|
2098
|
+
|
|
2099
|
+
})]),
|
|
2100
|
+
_: 1
|
|
2101
|
+
/* STABLE */
|
|
2102
|
+
|
|
2103
|
+
}, 8
|
|
2104
|
+
/* PROPS */
|
|
2105
|
+
, ["label"])]),
|
|
2106
|
+
_: 1
|
|
2107
|
+
/* STABLE */
|
|
2108
|
+
|
|
2109
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, null, {
|
|
1982
2110
|
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, {
|
|
1983
2111
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).firstCurveWidth
|
|
1984
2112
|
}, {
|
|
@@ -1992,11 +2120,11 @@ const __default__ = {
|
|
|
1992
2120
|
}, {
|
|
1993
2121
|
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, {
|
|
1994
2122
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
1995
|
-
"onUpdate:modelValue": _cache[
|
|
2123
|
+
"onUpdate:modelValue": _cache[67] || (_cache[67] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
1996
2124
|
step: 0.1,
|
|
1997
2125
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
1998
2126
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
1999
|
-
onInput: _cache[
|
|
2127
|
+
onInput: _cache[68] || (_cache[68] = $event => paramsChanged('firstCurveWidth'))
|
|
2000
2128
|
}, null, 8
|
|
2001
2129
|
/* PROPS */
|
|
2002
2130
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -2008,11 +2136,11 @@ const __default__ = {
|
|
|
2008
2136
|
}, {
|
|
2009
2137
|
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, {
|
|
2010
2138
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
|
|
2011
|
-
"onUpdate:modelValue": _cache[
|
|
2139
|
+
"onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
|
|
2012
2140
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
2013
2141
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
2014
2142
|
step: 0.1,
|
|
2015
|
-
onInput: _cache[
|
|
2143
|
+
onInput: _cache[70] || (_cache[70] = $event => paramsChanged('firstCurveWidth')),
|
|
2016
2144
|
"controls-position": "right"
|
|
2017
2145
|
}, null, 8
|
|
2018
2146
|
/* PROPS */
|
|
@@ -2040,8 +2168,8 @@ const __default__ = {
|
|
|
2040
2168
|
}, {
|
|
2041
2169
|
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_color_picker, {
|
|
2042
2170
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor,
|
|
2043
|
-
"onUpdate:modelValue": _cache[
|
|
2044
|
-
onChange: _cache[
|
|
2171
|
+
"onUpdate:modelValue": _cache[71] || (_cache[71] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveColor = $event),
|
|
2172
|
+
onChange: _cache[72] || (_cache[72] = $event => paramsChanged('firstCurveColor'))
|
|
2045
2173
|
}, null, 8
|
|
2046
2174
|
/* PROPS */
|
|
2047
2175
|
, ["modelValue"])]),
|
|
@@ -2062,8 +2190,8 @@ const __default__ = {
|
|
|
2062
2190
|
}, {
|
|
2063
2191
|
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_switch, {
|
|
2064
2192
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve,
|
|
2065
|
-
"onUpdate:modelValue": _cache[
|
|
2066
|
-
onChange: _cache[
|
|
2193
|
+
"onUpdate:modelValue": _cache[73] || (_cache[73] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurve = $event),
|
|
2194
|
+
onChange: _cache[74] || (_cache[74] = $event => paramsChanged('rememberCurve'))
|
|
2067
2195
|
}, null, 8
|
|
2068
2196
|
/* PROPS */
|
|
2069
2197
|
, ["modelValue"])]),
|
|
@@ -2090,11 +2218,11 @@ const __default__ = {
|
|
|
2090
2218
|
}, {
|
|
2091
2219
|
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, {
|
|
2092
2220
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
2093
|
-
"onUpdate:modelValue": _cache[
|
|
2221
|
+
"onUpdate:modelValue": _cache[75] || (_cache[75] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
2094
2222
|
step: 0.1,
|
|
2095
2223
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
2096
2224
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
2097
|
-
onInput: _cache[
|
|
2225
|
+
onInput: _cache[76] || (_cache[76] = $event => paramsChanged('rememberCurveWidth'))
|
|
2098
2226
|
}, null, 8
|
|
2099
2227
|
/* PROPS */
|
|
2100
2228
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -2106,11 +2234,11 @@ const __default__ = {
|
|
|
2106
2234
|
}, {
|
|
2107
2235
|
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, {
|
|
2108
2236
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
|
|
2109
|
-
"onUpdate:modelValue": _cache[
|
|
2237
|
+
"onUpdate:modelValue": _cache[77] || (_cache[77] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
|
|
2110
2238
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
2111
2239
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
2112
2240
|
step: 0.1,
|
|
2113
|
-
onInput: _cache[
|
|
2241
|
+
onInput: _cache[78] || (_cache[78] = $event => paramsChanged('rememberCurveWidth')),
|
|
2114
2242
|
"controls-position": "right"
|
|
2115
2243
|
}, null, 8
|
|
2116
2244
|
/* PROPS */
|
|
@@ -2138,8 +2266,8 @@ const __default__ = {
|
|
|
2138
2266
|
}, {
|
|
2139
2267
|
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_color_picker, {
|
|
2140
2268
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor,
|
|
2141
|
-
"onUpdate:modelValue": _cache[
|
|
2142
|
-
onChange: _cache[
|
|
2269
|
+
"onUpdate:modelValue": _cache[79] || (_cache[79] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveColor = $event),
|
|
2270
|
+
onChange: _cache[80] || (_cache[80] = $event => paramsChanged('rememberCurveColor'))
|
|
2143
2271
|
}, null, 8
|
|
2144
2272
|
/* PROPS */
|
|
2145
2273
|
, ["modelValue"])]),
|
|
@@ -2160,8 +2288,8 @@ const __default__ = {
|
|
|
2160
2288
|
}, {
|
|
2161
2289
|
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_switch, {
|
|
2162
2290
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve,
|
|
2163
|
-
"onUpdate:modelValue": _cache[
|
|
2164
|
-
onChange: _cache[
|
|
2291
|
+
"onUpdate:modelValue": _cache[81] || (_cache[81] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurve = $event),
|
|
2292
|
+
onChange: _cache[82] || (_cache[82] = $event => paramsChanged('intervalCurve'))
|
|
2165
2293
|
}, null, 8
|
|
2166
2294
|
/* PROPS */
|
|
2167
2295
|
, ["modelValue"])]),
|
|
@@ -2188,11 +2316,11 @@ const __default__ = {
|
|
|
2188
2316
|
}, {
|
|
2189
2317
|
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, {
|
|
2190
2318
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
2191
|
-
"onUpdate:modelValue": _cache[
|
|
2319
|
+
"onUpdate:modelValue": _cache[83] || (_cache[83] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
2192
2320
|
step: 0.1,
|
|
2193
2321
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
2194
2322
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
2195
|
-
onInput: _cache[
|
|
2323
|
+
onInput: _cache[84] || (_cache[84] = $event => paramsChanged('intervalCurveWidth'))
|
|
2196
2324
|
}, null, 8
|
|
2197
2325
|
/* PROPS */
|
|
2198
2326
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -2204,11 +2332,11 @@ const __default__ = {
|
|
|
2204
2332
|
}, {
|
|
2205
2333
|
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, {
|
|
2206
2334
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
|
|
2207
|
-
"onUpdate:modelValue": _cache[
|
|
2335
|
+
"onUpdate:modelValue": _cache[85] || (_cache[85] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
|
|
2208
2336
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
2209
2337
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
2210
2338
|
step: 0.1,
|
|
2211
|
-
onInput: _cache[
|
|
2339
|
+
onInput: _cache[86] || (_cache[86] = $event => paramsChanged('intervalCurveWidth')),
|
|
2212
2340
|
"controls-position": "right"
|
|
2213
2341
|
}, null, 8
|
|
2214
2342
|
/* PROPS */
|
|
@@ -2236,8 +2364,8 @@ const __default__ = {
|
|
|
2236
2364
|
}, {
|
|
2237
2365
|
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_color_picker, {
|
|
2238
2366
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor,
|
|
2239
|
-
"onUpdate:modelValue": _cache[
|
|
2240
|
-
onChange: _cache[
|
|
2367
|
+
"onUpdate:modelValue": _cache[87] || (_cache[87] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveColor = $event),
|
|
2368
|
+
onChange: _cache[88] || (_cache[88] = $event => paramsChanged('intervalCurveColor'))
|
|
2241
2369
|
}, null, 8
|
|
2242
2370
|
/* PROPS */
|
|
2243
2371
|
, ["modelValue"])]),
|
|
@@ -2258,8 +2386,8 @@ const __default__ = {
|
|
|
2258
2386
|
}, {
|
|
2259
2387
|
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_switch, {
|
|
2260
2388
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve,
|
|
2261
|
-
"onUpdate:modelValue": _cache[
|
|
2262
|
-
onChange: _cache[
|
|
2389
|
+
"onUpdate:modelValue": _cache[89] || (_cache[89] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurve = $event),
|
|
2390
|
+
onChange: _cache[90] || (_cache[90] = $event => paramsChanged('extraCurve'))
|
|
2263
2391
|
}, null, 8
|
|
2264
2392
|
/* PROPS */
|
|
2265
2393
|
, ["modelValue"])]),
|
|
@@ -2286,11 +2414,11 @@ const __default__ = {
|
|
|
2286
2414
|
}, {
|
|
2287
2415
|
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, {
|
|
2288
2416
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
2289
|
-
"onUpdate:modelValue": _cache[
|
|
2417
|
+
"onUpdate:modelValue": _cache[91] || (_cache[91] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
2290
2418
|
step: 0.1,
|
|
2291
2419
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
2292
2420
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
2293
|
-
onInput: _cache[
|
|
2421
|
+
onInput: _cache[92] || (_cache[92] = $event => paramsChanged('extraCurveWidth'))
|
|
2294
2422
|
}, null, 8
|
|
2295
2423
|
/* PROPS */
|
|
2296
2424
|
, ["modelValue", "step", "min", "max"])]),
|
|
@@ -2302,11 +2430,11 @@ const __default__ = {
|
|
|
2302
2430
|
}, {
|
|
2303
2431
|
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, {
|
|
2304
2432
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
|
|
2305
|
-
"onUpdate:modelValue": _cache[
|
|
2433
|
+
"onUpdate:modelValue": _cache[93] || (_cache[93] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
|
|
2306
2434
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
2307
2435
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
2308
2436
|
step: 0.1,
|
|
2309
|
-
onInput: _cache[
|
|
2437
|
+
onInput: _cache[94] || (_cache[94] = $event => paramsChanged('extraCurveWidth')),
|
|
2310
2438
|
"controls-position": "right"
|
|
2311
2439
|
}, null, 8
|
|
2312
2440
|
/* PROPS */
|
|
@@ -2334,8 +2462,8 @@ const __default__ = {
|
|
|
2334
2462
|
}, {
|
|
2335
2463
|
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_color_picker, {
|
|
2336
2464
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor,
|
|
2337
|
-
"onUpdate:modelValue": _cache[
|
|
2338
|
-
onChange: _cache[
|
|
2465
|
+
"onUpdate:modelValue": _cache[95] || (_cache[95] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveColor = $event),
|
|
2466
|
+
onChange: _cache[96] || (_cache[96] = $event => paramsChanged('extraCurveColor'))
|
|
2339
2467
|
}, null, 8
|
|
2340
2468
|
/* PROPS */
|
|
2341
2469
|
, ["modelValue"])]),
|
|
@@ -2380,7 +2508,7 @@ const __default__ = {
|
|
|
2380
2508
|
}, {
|
|
2381
2509
|
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, {
|
|
2382
2510
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle,
|
|
2383
|
-
"onUpdate:modelValue": _cache[
|
|
2511
|
+
"onUpdate:modelValue": _cache[97] || (_cache[97] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillStyle = $event),
|
|
2384
2512
|
onChange: onChangeFillStyle
|
|
2385
2513
|
}, {
|
|
2386
2514
|
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_option, {
|
|
@@ -2423,11 +2551,11 @@ const __default__ = {
|
|
|
2423
2551
|
}, {
|
|
2424
2552
|
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, {
|
|
2425
2553
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
2426
|
-
"onUpdate:modelValue": _cache[
|
|
2554
|
+
"onUpdate:modelValue": _cache[98] || (_cache[98] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
2427
2555
|
min: 0,
|
|
2428
2556
|
max: 1,
|
|
2429
2557
|
step: 0.01,
|
|
2430
|
-
onInput: _cache[
|
|
2558
|
+
onInput: _cache[99] || (_cache[99] = $event => paramsChanged('alpha'))
|
|
2431
2559
|
}, null, 8
|
|
2432
2560
|
/* PROPS */
|
|
2433
2561
|
, ["modelValue", "step"])]),
|
|
@@ -2439,12 +2567,12 @@ const __default__ = {
|
|
|
2439
2567
|
}, {
|
|
2440
2568
|
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, {
|
|
2441
2569
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha,
|
|
2442
|
-
"onUpdate:modelValue": _cache[
|
|
2570
|
+
"onUpdate:modelValue": _cache[100] || (_cache[100] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).surfaceAlpha = $event),
|
|
2443
2571
|
min: 0,
|
|
2444
2572
|
max: 1,
|
|
2445
2573
|
step: 0.01,
|
|
2446
2574
|
"controls-position": "right",
|
|
2447
|
-
onInput: _cache[
|
|
2575
|
+
onInput: _cache[101] || (_cache[101] = $event => paramsChanged('alpha'))
|
|
2448
2576
|
}, null, 8
|
|
2449
2577
|
/* PROPS */
|
|
2450
2578
|
, ["modelValue", "step"])]),
|
|
@@ -2479,11 +2607,11 @@ const __default__ = {
|
|
|
2479
2607
|
}, {
|
|
2480
2608
|
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, {
|
|
2481
2609
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
2482
|
-
"onUpdate:modelValue": _cache[
|
|
2610
|
+
"onUpdate:modelValue": _cache[102] || (_cache[102] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
2483
2611
|
min: 0,
|
|
2484
2612
|
step: 100,
|
|
2485
2613
|
max: 8000,
|
|
2486
|
-
onInput: _cache[
|
|
2614
|
+
onInput: _cache[103] || (_cache[103] = $event => paramsChanged('minHeight'))
|
|
2487
2615
|
}, null, 8
|
|
2488
2616
|
/* PROPS */
|
|
2489
2617
|
, ["modelValue"])]),
|
|
@@ -2495,12 +2623,12 @@ const __default__ = {
|
|
|
2495
2623
|
}, {
|
|
2496
2624
|
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, {
|
|
2497
2625
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight,
|
|
2498
|
-
"onUpdate:modelValue": _cache[
|
|
2626
|
+
"onUpdate:modelValue": _cache[104] || (_cache[104] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minHeight = $event),
|
|
2499
2627
|
min: 0,
|
|
2500
2628
|
step: 100,
|
|
2501
2629
|
max: 8000,
|
|
2502
2630
|
"controls-position": "right",
|
|
2503
|
-
onInput: _cache[
|
|
2631
|
+
onInput: _cache[105] || (_cache[105] = $event => paramsChanged('minHeight'))
|
|
2504
2632
|
}, null, 8
|
|
2505
2633
|
/* PROPS */
|
|
2506
2634
|
, ["modelValue"])]),
|
|
@@ -2535,11 +2663,11 @@ const __default__ = {
|
|
|
2535
2663
|
}, {
|
|
2536
2664
|
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, {
|
|
2537
2665
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
2538
|
-
"onUpdate:modelValue": _cache[
|
|
2666
|
+
"onUpdate:modelValue": _cache[106] || (_cache[106] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
2539
2667
|
min: 0,
|
|
2540
2668
|
step: 100,
|
|
2541
2669
|
max: 8000,
|
|
2542
|
-
onInput: _cache[
|
|
2670
|
+
onInput: _cache[107] || (_cache[107] = $event => paramsChanged('maxHeight'))
|
|
2543
2671
|
}, null, 8
|
|
2544
2672
|
/* PROPS */
|
|
2545
2673
|
, ["modelValue"])]),
|
|
@@ -2551,12 +2679,12 @@ const __default__ = {
|
|
|
2551
2679
|
}, {
|
|
2552
2680
|
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, {
|
|
2553
2681
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight,
|
|
2554
|
-
"onUpdate:modelValue": _cache[
|
|
2682
|
+
"onUpdate:modelValue": _cache[108] || (_cache[108] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxHeight = $event),
|
|
2555
2683
|
min: 0,
|
|
2556
2684
|
step: 100,
|
|
2557
2685
|
max: 8000,
|
|
2558
2686
|
"controls-position": "right",
|
|
2559
|
-
onInput: _cache[
|
|
2687
|
+
onInput: _cache[109] || (_cache[109] = $event => paramsChanged('maxHeight'))
|
|
2560
2688
|
}, null, 8
|
|
2561
2689
|
/* PROPS */
|
|
2562
2690
|
, ["modelValue"])]),
|
|
@@ -2621,7 +2749,7 @@ const __default__ = {
|
|
|
2621
2749
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
2622
2750
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
2623
2751
|
disabled: true,
|
|
2624
|
-
onInput: _cache[
|
|
2752
|
+
onInput: _cache[110] || (_cache[110] = $event => paramsChanged('colorTableHeight')),
|
|
2625
2753
|
"controls-position": "right"
|
|
2626
2754
|
}, null, 8
|
|
2627
2755
|
/* PROPS */
|
|
@@ -2631,7 +2759,7 @@ const __default__ = {
|
|
|
2631
2759
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
2632
2760
|
disabled: true,
|
|
2633
2761
|
step: 1,
|
|
2634
|
-
onInput: _cache[
|
|
2762
|
+
onInput: _cache[111] || (_cache[111] = $event => paramsChanged('colorTableHeight')),
|
|
2635
2763
|
"controls-position": "right"
|
|
2636
2764
|
}, null, 8
|
|
2637
2765
|
/* PROPS */
|
|
@@ -2644,7 +2772,7 @@ const __default__ = {
|
|
|
2644
2772
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
2645
2773
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableHeight,
|
|
2646
2774
|
step: 1,
|
|
2647
|
-
onInput: _cache[
|
|
2775
|
+
onInput: _cache[112] || (_cache[112] = $event => paramsChanged('colorTableHeight')),
|
|
2648
2776
|
"controls-position": "right"
|
|
2649
2777
|
}, null, 8
|
|
2650
2778
|
/* PROPS */
|
|
@@ -2654,7 +2782,7 @@ const __default__ = {
|
|
|
2654
2782
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
2655
2783
|
step: 1,
|
|
2656
2784
|
disabled: true,
|
|
2657
|
-
onInput: _cache[
|
|
2785
|
+
onInput: _cache[113] || (_cache[113] = $event => paramsChanged('colorTableHeight')),
|
|
2658
2786
|
"controls-position": "right"
|
|
2659
2787
|
}, null, 8
|
|
2660
2788
|
/* PROPS */
|
|
@@ -2670,7 +2798,7 @@ const __default__ = {
|
|
|
2670
2798
|
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_color_picker, {
|
|
2671
2799
|
modelValue: item.colorTable,
|
|
2672
2800
|
"onUpdate:modelValue": $event => item.colorTable = $event,
|
|
2673
|
-
onChange: _cache[
|
|
2801
|
+
onChange: _cache[114] || (_cache[114] = $event => paramsChanged('colorTable'))
|
|
2674
2802
|
}, null, 8
|
|
2675
2803
|
/* PROPS */
|
|
2676
2804
|
, ["modelValue", "onUpdate:modelValue"])]),
|
|
@@ -2709,8 +2837,8 @@ const __default__ = {
|
|
|
2709
2837
|
|
|
2710
2838
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio_group, {
|
|
2711
2839
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage,
|
|
2712
|
-
"onUpdate:modelValue": _cache[
|
|
2713
|
-
onChange: _cache[
|
|
2840
|
+
"onUpdate:modelValue": _cache[115] || (_cache[115] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).colorImage = $event),
|
|
2841
|
+
onChange: _cache[116] || (_cache[116] = $event => paramsChanged('image'))
|
|
2714
2842
|
}, {
|
|
2715
2843
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)(colorImages, (item, index) => {
|
|
2716
2844
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_radio, {
|
|
@@ -2777,7 +2905,7 @@ const __default__ = {
|
|
|
2777
2905
|
}, 8
|
|
2778
2906
|
/* PROPS */
|
|
2779
2907
|
, ["model-value"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_17, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2780
|
-
onClick: _cache[
|
|
2908
|
+
onClick: _cache[118] || (_cache[118] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startAnalysis(), ["stop"])),
|
|
2781
2909
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).startAnalysis,
|
|
2782
2910
|
type: "primary"
|
|
2783
2911
|
}, {
|
|
@@ -2790,7 +2918,7 @@ const __default__ = {
|
|
|
2790
2918
|
}, 8
|
|
2791
2919
|
/* PROPS */
|
|
2792
2920
|
, ["title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
2793
|
-
onClick: _cache[
|
|
2921
|
+
onClick: _cache[119] || (_cache[119] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => clearResult(), ["stop"])),
|
|
2794
2922
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).clearResult
|
|
2795
2923
|
}, {
|
|
2796
2924
|
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).clearResult), 1
|