@kq_npm/client3d_webgl_vue 4.5.23-beta → 4.5.25-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/aspectanalysis/index.js +5 -5
- package/boxclip/index.js +14 -14
- package/clientPrint/index.js +493 -400
- package/excavatefillanalysis/index.js +3 -3
- package/floodanalysis/index.js +9 -9
- package/geologicalbodyanalysis/index.js +4 -4
- package/gpuspatialquery/index.js +8 -8
- package/heatmap3d/index.js +8 -8
- package/index.js +494 -401
- package/isolineanalysis/index.js +40 -40
- package/light/index.js +112 -64
- package/limitheightanalysis/index.js +4 -4
- package/modelfilter/index.js +10 -10
- package/package.json +1 -1
- package/particleeffect/index.js +18 -18
- package/planeclip/index.js +2 -2
- package/scaneffect/index.js +12 -12
- package/sceneadvancedtoimage/index.js +13 -13
- package/sceneapp/index.js +493 -400
- package/sceneset/index.js +110 -81
- package/sceneset/style/sceneset.css +1 -1
- package/scenetohdimage/index.js +10 -10
- package/sceneview/index.js +493 -400
- package/screenshot/index.js +2 -2
- package/shadowanalysis/index.js +4 -4
- package/sightlineanalysis/index.js +1 -1
- package/slopeanalysis/index.js +11 -11
- package/slopeaspectanalysis/index.js +15 -15
- package/style.css +1 -1
- package/terrainoperation/index.js +1 -1
- package/terrainprofileanalysis/index.js +1 -1
- package/videofusion/index.js +17 -17
- package/videoproject/index.js +15 -15
- package/viewshedanalysis/index.js +6 -6
- package/weathereffect/index.js +13 -13
package/isolineanalysis/index.js
CHANGED
|
@@ -1137,7 +1137,7 @@ const __default__ = {
|
|
|
1137
1137
|
step: 10,
|
|
1138
1138
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
1139
1139
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
1140
|
-
|
|
1140
|
+
onChange: _cache[6] || (_cache[6] = $event => paramsChanged('firstCurveSpace'))
|
|
1141
1141
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1142
1142
|
_: 1 /* STABLE */
|
|
1143
1143
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1149,7 +1149,7 @@ const __default__ = {
|
|
|
1149
1149
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
1150
1150
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
1151
1151
|
step: 10,
|
|
1152
|
-
|
|
1152
|
+
onChange: _cache[8] || (_cache[8] = $event => paramsChanged('firstCurveSpace')),
|
|
1153
1153
|
"controls-position": "right"
|
|
1154
1154
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1155
1155
|
_: 1 /* STABLE */
|
|
@@ -1177,7 +1177,7 @@ const __default__ = {
|
|
|
1177
1177
|
step: 0.1,
|
|
1178
1178
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
1179
1179
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
1180
|
-
|
|
1180
|
+
onChange: _cache[10] || (_cache[10] = $event => paramsChanged('firstCurveWidth'))
|
|
1181
1181
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1182
1182
|
_: 1 /* STABLE */
|
|
1183
1183
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1189,7 +1189,7 @@ const __default__ = {
|
|
|
1189
1189
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
1190
1190
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
1191
1191
|
step: 0.1,
|
|
1192
|
-
|
|
1192
|
+
onChange: _cache[12] || (_cache[12] = $event => paramsChanged('firstCurveWidth')),
|
|
1193
1193
|
"controls-position": "right"
|
|
1194
1194
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1195
1195
|
_: 1 /* STABLE */
|
|
@@ -1241,7 +1241,7 @@ const __default__ = {
|
|
|
1241
1241
|
step: 0.1,
|
|
1242
1242
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
1243
1243
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
1244
|
-
|
|
1244
|
+
onChange: _cache[18] || (_cache[18] = $event => paramsChanged('rememberCurveWidth'))
|
|
1245
1245
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1246
1246
|
_: 1 /* STABLE */
|
|
1247
1247
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1253,7 +1253,7 @@ const __default__ = {
|
|
|
1253
1253
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
1254
1254
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
1255
1255
|
step: 0.1,
|
|
1256
|
-
|
|
1256
|
+
onChange: _cache[20] || (_cache[20] = $event => paramsChanged('rememberCurveWidth')),
|
|
1257
1257
|
"controls-position": "right"
|
|
1258
1258
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1259
1259
|
_: 1 /* STABLE */
|
|
@@ -1305,7 +1305,7 @@ const __default__ = {
|
|
|
1305
1305
|
step: 0.1,
|
|
1306
1306
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
1307
1307
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
1308
|
-
|
|
1308
|
+
onChange: _cache[26] || (_cache[26] = $event => paramsChanged('intervalCurveWidth'))
|
|
1309
1309
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1310
1310
|
_: 1 /* STABLE */
|
|
1311
1311
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1317,7 +1317,7 @@ const __default__ = {
|
|
|
1317
1317
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
1318
1318
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
1319
1319
|
step: 0.1,
|
|
1320
|
-
|
|
1320
|
+
onChange: _cache[28] || (_cache[28] = $event => paramsChanged('intervalCurveWidth')),
|
|
1321
1321
|
"controls-position": "right"
|
|
1322
1322
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1323
1323
|
_: 1 /* STABLE */
|
|
@@ -1369,7 +1369,7 @@ const __default__ = {
|
|
|
1369
1369
|
step: 0.1,
|
|
1370
1370
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
1371
1371
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
1372
|
-
|
|
1372
|
+
onChange: _cache[34] || (_cache[34] = $event => paramsChanged('extraCurveWidth'))
|
|
1373
1373
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1374
1374
|
_: 1 /* STABLE */
|
|
1375
1375
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1381,7 +1381,7 @@ const __default__ = {
|
|
|
1381
1381
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
1382
1382
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
1383
1383
|
step: 0.1,
|
|
1384
|
-
|
|
1384
|
+
onChange: _cache[36] || (_cache[36] = $event => paramsChanged('extraCurveWidth')),
|
|
1385
1385
|
"controls-position": "right"
|
|
1386
1386
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1387
1387
|
_: 1 /* STABLE */
|
|
@@ -1455,7 +1455,7 @@ const __default__ = {
|
|
|
1455
1455
|
min: 0,
|
|
1456
1456
|
max: 1,
|
|
1457
1457
|
step: 0.01,
|
|
1458
|
-
|
|
1458
|
+
onChange: _cache[41] || (_cache[41] = $event => paramsChanged('alpha'))
|
|
1459
1459
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1460
1460
|
_: 1 /* STABLE */
|
|
1461
1461
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1468,7 +1468,7 @@ const __default__ = {
|
|
|
1468
1468
|
max: 1,
|
|
1469
1469
|
step: 0.01,
|
|
1470
1470
|
"controls-position": "right",
|
|
1471
|
-
|
|
1471
|
+
onChange: _cache[43] || (_cache[43] = $event => paramsChanged('alpha'))
|
|
1472
1472
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1473
1473
|
_: 1 /* STABLE */
|
|
1474
1474
|
})]),
|
|
@@ -1495,7 +1495,7 @@ const __default__ = {
|
|
|
1495
1495
|
min: 0,
|
|
1496
1496
|
step: 100,
|
|
1497
1497
|
max: 8000,
|
|
1498
|
-
|
|
1498
|
+
onChange: _cache[45] || (_cache[45] = $event => paramsChanged('minHeight'))
|
|
1499
1499
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1500
1500
|
_: 1 /* STABLE */
|
|
1501
1501
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1508,7 +1508,7 @@ const __default__ = {
|
|
|
1508
1508
|
step: 100,
|
|
1509
1509
|
max: 8000,
|
|
1510
1510
|
"controls-position": "right",
|
|
1511
|
-
|
|
1511
|
+
onChange: _cache[47] || (_cache[47] = $event => paramsChanged('minHeight'))
|
|
1512
1512
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1513
1513
|
_: 1 /* STABLE */
|
|
1514
1514
|
})]),
|
|
@@ -1535,7 +1535,7 @@ const __default__ = {
|
|
|
1535
1535
|
min: 0,
|
|
1536
1536
|
step: 100,
|
|
1537
1537
|
max: 8000,
|
|
1538
|
-
|
|
1538
|
+
onChange: _cache[49] || (_cache[49] = $event => paramsChanged('maxHeight'))
|
|
1539
1539
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1540
1540
|
_: 1 /* STABLE */
|
|
1541
1541
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1548,7 +1548,7 @@ const __default__ = {
|
|
|
1548
1548
|
step: 100,
|
|
1549
1549
|
max: 8000,
|
|
1550
1550
|
"controls-position": "right",
|
|
1551
|
-
|
|
1551
|
+
onChange: _cache[51] || (_cache[51] = $event => paramsChanged('maxHeight'))
|
|
1552
1552
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1553
1553
|
_: 1 /* STABLE */
|
|
1554
1554
|
})]),
|
|
@@ -1591,7 +1591,7 @@ const __default__ = {
|
|
|
1591
1591
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
1592
1592
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
1593
1593
|
disabled: true,
|
|
1594
|
-
|
|
1594
|
+
onChange: _cache[52] || (_cache[52] = $event => paramsChanged('colorTableHeight')),
|
|
1595
1595
|
"controls-position": "right"
|
|
1596
1596
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
1597
1597
|
key: 1,
|
|
@@ -1599,7 +1599,7 @@ const __default__ = {
|
|
|
1599
1599
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
1600
1600
|
disabled: true,
|
|
1601
1601
|
step: 1,
|
|
1602
|
-
|
|
1602
|
+
onChange: _cache[53] || (_cache[53] = $event => paramsChanged('colorTableHeight')),
|
|
1603
1603
|
"controls-position": "right"
|
|
1604
1604
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("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).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
1605
1605
|
key: 2,
|
|
@@ -1608,7 +1608,7 @@ const __default__ = {
|
|
|
1608
1608
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
1609
1609
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableHeight,
|
|
1610
1610
|
step: 1,
|
|
1611
|
-
|
|
1611
|
+
onChange: _cache[54] || (_cache[54] = $event => paramsChanged('colorTableHeight')),
|
|
1612
1612
|
"controls-position": "right"
|
|
1613
1613
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
1614
1614
|
key: 3,
|
|
@@ -1616,7 +1616,7 @@ const __default__ = {
|
|
|
1616
1616
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
1617
1617
|
step: 1,
|
|
1618
1618
|
disabled: true,
|
|
1619
|
-
|
|
1619
|
+
onChange: _cache[55] || (_cache[55] = $event => paramsChanged('colorTableHeight')),
|
|
1620
1620
|
"controls-position": "right"
|
|
1621
1621
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
1622
1622
|
_: 2 /* DYNAMIC */
|
|
@@ -1728,7 +1728,7 @@ const __default__ = {
|
|
|
1728
1728
|
step: 10,
|
|
1729
1729
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
1730
1730
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
1731
|
-
|
|
1731
|
+
onChange: _cache[64] || (_cache[64] = $event => paramsChanged('firstCurveSpace'))
|
|
1732
1732
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1733
1733
|
_: 1 /* STABLE */
|
|
1734
1734
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1740,7 +1740,7 @@ const __default__ = {
|
|
|
1740
1740
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minSpaceing,
|
|
1741
1741
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxSpaceing,
|
|
1742
1742
|
step: 10,
|
|
1743
|
-
|
|
1743
|
+
onChange: _cache[66] || (_cache[66] = $event => paramsChanged('firstCurveSpace')),
|
|
1744
1744
|
"controls-position": "right"
|
|
1745
1745
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max"])]),
|
|
1746
1746
|
_: 1 /* STABLE */
|
|
@@ -1768,7 +1768,7 @@ const __default__ = {
|
|
|
1768
1768
|
step: 0.1,
|
|
1769
1769
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
1770
1770
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
1771
|
-
|
|
1771
|
+
onChange: _cache[68] || (_cache[68] = $event => paramsChanged('firstCurveWidth'))
|
|
1772
1772
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1773
1773
|
_: 1 /* STABLE */
|
|
1774
1774
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1780,7 +1780,7 @@ const __default__ = {
|
|
|
1780
1780
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
|
|
1781
1781
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
|
|
1782
1782
|
step: 0.1,
|
|
1783
|
-
|
|
1783
|
+
onChange: _cache[70] || (_cache[70] = $event => paramsChanged('firstCurveWidth')),
|
|
1784
1784
|
"controls-position": "right"
|
|
1785
1785
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1786
1786
|
_: 1 /* STABLE */
|
|
@@ -1832,7 +1832,7 @@ const __default__ = {
|
|
|
1832
1832
|
step: 0.1,
|
|
1833
1833
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
1834
1834
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
1835
|
-
|
|
1835
|
+
onChange: _cache[76] || (_cache[76] = $event => paramsChanged('rememberCurveWidth'))
|
|
1836
1836
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1837
1837
|
_: 1 /* STABLE */
|
|
1838
1838
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1844,7 +1844,7 @@ const __default__ = {
|
|
|
1844
1844
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
|
|
1845
1845
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
|
|
1846
1846
|
step: 0.1,
|
|
1847
|
-
|
|
1847
|
+
onChange: _cache[78] || (_cache[78] = $event => paramsChanged('rememberCurveWidth')),
|
|
1848
1848
|
"controls-position": "right"
|
|
1849
1849
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1850
1850
|
_: 1 /* STABLE */
|
|
@@ -1896,7 +1896,7 @@ const __default__ = {
|
|
|
1896
1896
|
step: 0.1,
|
|
1897
1897
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
1898
1898
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
1899
|
-
|
|
1899
|
+
onChange: _cache[84] || (_cache[84] = $event => paramsChanged('intervalCurveWidth'))
|
|
1900
1900
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1901
1901
|
_: 1 /* STABLE */
|
|
1902
1902
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1908,7 +1908,7 @@ const __default__ = {
|
|
|
1908
1908
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
|
|
1909
1909
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
|
|
1910
1910
|
step: 0.1,
|
|
1911
|
-
|
|
1911
|
+
onChange: _cache[86] || (_cache[86] = $event => paramsChanged('intervalCurveWidth')),
|
|
1912
1912
|
"controls-position": "right"
|
|
1913
1913
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1914
1914
|
_: 1 /* STABLE */
|
|
@@ -1960,7 +1960,7 @@ const __default__ = {
|
|
|
1960
1960
|
step: 0.1,
|
|
1961
1961
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
1962
1962
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
1963
|
-
|
|
1963
|
+
onChange: _cache[92] || (_cache[92] = $event => paramsChanged('extraCurveWidth'))
|
|
1964
1964
|
}, null, 8 /* PROPS */, ["modelValue", "step", "min", "max"])]),
|
|
1965
1965
|
_: 1 /* STABLE */
|
|
1966
1966
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -1972,7 +1972,7 @@ const __default__ = {
|
|
|
1972
1972
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
|
|
1973
1973
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
|
|
1974
1974
|
step: 0.1,
|
|
1975
|
-
|
|
1975
|
+
onChange: _cache[94] || (_cache[94] = $event => paramsChanged('extraCurveWidth')),
|
|
1976
1976
|
"controls-position": "right"
|
|
1977
1977
|
}, null, 8 /* PROPS */, ["modelValue", "min", "max", "step"])]),
|
|
1978
1978
|
_: 1 /* STABLE */
|
|
@@ -2051,7 +2051,7 @@ const __default__ = {
|
|
|
2051
2051
|
min: 0,
|
|
2052
2052
|
max: 1,
|
|
2053
2053
|
step: 0.01,
|
|
2054
|
-
|
|
2054
|
+
onChange: _cache[99] || (_cache[99] = $event => paramsChanged('alpha'))
|
|
2055
2055
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
2056
2056
|
_: 1 /* STABLE */
|
|
2057
2057
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -2064,7 +2064,7 @@ const __default__ = {
|
|
|
2064
2064
|
max: 1,
|
|
2065
2065
|
step: 0.01,
|
|
2066
2066
|
"controls-position": "right",
|
|
2067
|
-
|
|
2067
|
+
onChange: _cache[101] || (_cache[101] = $event => paramsChanged('alpha'))
|
|
2068
2068
|
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
2069
2069
|
_: 1 /* STABLE */
|
|
2070
2070
|
})]),
|
|
@@ -2091,7 +2091,7 @@ const __default__ = {
|
|
|
2091
2091
|
min: 0,
|
|
2092
2092
|
step: 100,
|
|
2093
2093
|
max: 8000,
|
|
2094
|
-
|
|
2094
|
+
onChange: _cache[103] || (_cache[103] = $event => paramsChanged('minHeight'))
|
|
2095
2095
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2096
2096
|
_: 1 /* STABLE */
|
|
2097
2097
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -2104,7 +2104,7 @@ const __default__ = {
|
|
|
2104
2104
|
step: 100,
|
|
2105
2105
|
max: 8000,
|
|
2106
2106
|
"controls-position": "right",
|
|
2107
|
-
|
|
2107
|
+
onChange: _cache[105] || (_cache[105] = $event => paramsChanged('minHeight'))
|
|
2108
2108
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2109
2109
|
_: 1 /* STABLE */
|
|
2110
2110
|
})]),
|
|
@@ -2131,7 +2131,7 @@ const __default__ = {
|
|
|
2131
2131
|
min: 0,
|
|
2132
2132
|
step: 100,
|
|
2133
2133
|
max: 8000,
|
|
2134
|
-
|
|
2134
|
+
onChange: _cache[107] || (_cache[107] = $event => paramsChanged('maxHeight'))
|
|
2135
2135
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2136
2136
|
_: 1 /* STABLE */
|
|
2137
2137
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
@@ -2144,7 +2144,7 @@ const __default__ = {
|
|
|
2144
2144
|
step: 100,
|
|
2145
2145
|
max: 8000,
|
|
2146
2146
|
"controls-position": "right",
|
|
2147
|
-
|
|
2147
|
+
onChange: _cache[109] || (_cache[109] = $event => paramsChanged('maxHeight'))
|
|
2148
2148
|
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2149
2149
|
_: 1 /* STABLE */
|
|
2150
2150
|
})]),
|
|
@@ -2187,7 +2187,7 @@ const __default__ = {
|
|
|
2187
2187
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
2188
2188
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
2189
2189
|
disabled: true,
|
|
2190
|
-
|
|
2190
|
+
onChange: _cache[110] || (_cache[110] = $event => paramsChanged('colorTableHeight')),
|
|
2191
2191
|
"controls-position": "right"
|
|
2192
2192
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index > 1 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
2193
2193
|
key: 1,
|
|
@@ -2195,7 +2195,7 @@ const __default__ = {
|
|
|
2195
2195
|
"onUpdate:modelValue": $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight = $event,
|
|
2196
2196
|
disabled: true,
|
|
2197
2197
|
step: 1,
|
|
2198
|
-
|
|
2198
|
+
onChange: _cache[111] || (_cache[111] = $event => paramsChanged('colorTableHeight')),
|
|
2199
2199
|
"controls-position": "right"
|
|
2200
2200
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_13, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).to), 1 /* TEXT */), index > 0 && index < (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
2201
2201
|
key: 2,
|
|
@@ -2204,7 +2204,7 @@ const __default__ = {
|
|
|
2204
2204
|
min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index - 1].colorTableHeight,
|
|
2205
2205
|
max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList)[index + 1].colorTableHeight,
|
|
2206
2206
|
step: 1,
|
|
2207
|
-
|
|
2207
|
+
onChange: _cache[112] || (_cache[112] = $event => paramsChanged('colorTableHeight')),
|
|
2208
2208
|
"controls-position": "right"
|
|
2209
2209
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue", "min", "max"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), index === (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataList).length - 1 ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_input_number, {
|
|
2210
2210
|
key: 3,
|
|
@@ -2212,7 +2212,7 @@ const __default__ = {
|
|
|
2212
2212
|
"onUpdate:modelValue": $event => item.colorTableHeight = $event,
|
|
2213
2213
|
step: 1,
|
|
2214
2214
|
disabled: true,
|
|
2215
|
-
|
|
2215
|
+
onChange: _cache[113] || (_cache[113] = $event => paramsChanged('colorTableHeight')),
|
|
2216
2216
|
"controls-position": "right"
|
|
2217
2217
|
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)]),
|
|
2218
2218
|
_: 2 /* DYNAMIC */
|