@kq_npm/client3d_webgl_vue 4.5.12-beta → 4.5.14
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 +7 -3
- package/aspectanalysis/index.js +4 -3
- package/baseterraingallery/index.js +5 -2
- package/boxclip/index.js +15 -14
- package/clientPrint/index.js +1093 -664
- package/comparemap/index.js +13 -7
- package/compass/index.js +5 -2
- package/excavatefillanalysis/index.js +4 -3
- package/fixedzoomin/index.js +5 -2
- package/fixedzoomout/index.js +5 -2
- package/flight/index.js +5 -2
- package/floodanalysis/index.js +9 -5
- package/geologicalbodyanalysis/index.js +6 -5
- package/gpuspatialquery/index.js +9 -5
- package/hawkeye/index.js +3 -2
- package/headertemp/index.js +2 -2
- package/heatmap3d/index.js +23 -21
- package/index.js +1089 -660
- package/isolineanalysis/index.js +47 -44
- package/light/index.js +12 -11
- package/limitheightanalysis/index.js +4 -3
- package/measure/index.js +6 -3
- package/modelFlat/index.js +7 -3
- package/modelexcavate/index.js +8 -4
- package/modelfilter/index.js +17 -16
- package/modelprofileanalysis/index.js +7 -3
- package/modelselect/index.js +8 -4
- package/package.json +1 -1
- package/particleeffect/index.js +16 -15
- package/planeclip/index.js +4 -3
- package/resetview/index.js +5 -2
- package/roller/index.js +17 -12
- package/scaneffect/index.js +6 -6
- package/sceneadvancedtoimage/index.js +4 -3
- package/sceneapp/index.js +506 -260
- package/sceneset/index.js +31 -30
- package/scenetohdimage/index.js +6 -5
- package/sceneview/index.js +1093 -664
- package/screenshot/index.js +7 -3
- package/shadowanalysis/index.js +17 -14
- package/sightlineanalysis/index.js +10 -6
- package/skylineanalysis/index.js +9 -5
- package/slopeanalysis/index.js +18 -14
- package/slopeaspectanalysis/index.js +18 -14
- package/statusbar/index.js +1 -1
- package/terrainoperation/index.js +4 -3
- package/terrainprofileanalysis/index.js +9 -8
- package/underground/index.js +7 -5
- package/videofusion/index.js +16 -12
- package/videoproject/index.js +14 -10
- package/viewshedanalysis/index.js +4 -3
- package/weathereffect/index.js +12 -11
- package/wireframesketch/index.js +9 -8
package/sceneset/index.js
CHANGED
|
@@ -75,7 +75,7 @@ module.exports = function (cssWithMappingToString) {
|
|
|
75
75
|
|
|
76
76
|
/***/ }),
|
|
77
77
|
|
|
78
|
-
/***/
|
|
78
|
+
/***/ 2812:
|
|
79
79
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
80
80
|
|
|
81
81
|
/* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
|
|
@@ -987,7 +987,7 @@ const _hoisted_1 = {
|
|
|
987
987
|
const __default__ = {
|
|
988
988
|
name: "Kq3dSceneSet"
|
|
989
989
|
};
|
|
990
|
-
/* harmony default export */ var SceneSetvue_type_script_setup_true_lang_js = (
|
|
990
|
+
/* harmony default export */ var SceneSetvue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
991
991
|
props: {
|
|
992
992
|
// 设置参数
|
|
993
993
|
settingParams: {
|
|
@@ -1030,15 +1030,16 @@ const __default__ = {
|
|
|
1030
1030
|
setup(__props, {
|
|
1031
1031
|
expose: __expose
|
|
1032
1032
|
}) {
|
|
1033
|
+
const props = __props;
|
|
1033
1034
|
const {
|
|
1034
1035
|
proxy
|
|
1035
1036
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
1036
1037
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
1037
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
1038
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
1038
1039
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("content");
|
|
1039
1040
|
|
|
1040
1041
|
// 获取组件传参
|
|
1041
|
-
|
|
1042
|
+
|
|
1042
1043
|
// 分析类
|
|
1043
1044
|
let viewModel = null;
|
|
1044
1045
|
// 场景内容参数
|
|
@@ -1542,7 +1543,7 @@ const __default__ = {
|
|
|
1542
1543
|
min: 0,
|
|
1543
1544
|
max: 5,
|
|
1544
1545
|
onInput: _cache[33] || (_cache[33] = $event => paramsChanged('brightness'))
|
|
1545
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1546
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1546
1547
|
_: 1 /* STABLE */
|
|
1547
1548
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1548
1549
|
span: 8
|
|
@@ -1555,7 +1556,7 @@ const __default__ = {
|
|
|
1555
1556
|
max: 5,
|
|
1556
1557
|
"controls-position": "right",
|
|
1557
1558
|
onInput: _cache[35] || (_cache[35] = $event => paramsChanged('brightness'))
|
|
1558
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1559
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1559
1560
|
_: 1 /* STABLE */
|
|
1560
1561
|
})]),
|
|
1561
1562
|
_: 1 /* STABLE */
|
|
@@ -1579,7 +1580,7 @@ const __default__ = {
|
|
|
1579
1580
|
min: 0,
|
|
1580
1581
|
max: 5,
|
|
1581
1582
|
onInput: _cache[37] || (_cache[37] = $event => paramsChanged('contrast'))
|
|
1582
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1583
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1583
1584
|
_: 1 /* STABLE */
|
|
1584
1585
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1585
1586
|
span: 8
|
|
@@ -1592,7 +1593,7 @@ const __default__ = {
|
|
|
1592
1593
|
max: 5,
|
|
1593
1594
|
"controls-position": "right",
|
|
1594
1595
|
onInput: _cache[39] || (_cache[39] = $event => paramsChanged('contrast'))
|
|
1595
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1596
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1596
1597
|
_: 1 /* STABLE */
|
|
1597
1598
|
})]),
|
|
1598
1599
|
_: 1 /* STABLE */
|
|
@@ -1616,7 +1617,7 @@ const __default__ = {
|
|
|
1616
1617
|
min: 0,
|
|
1617
1618
|
max: 5,
|
|
1618
1619
|
onInput: _cache[41] || (_cache[41] = $event => paramsChanged('hue'))
|
|
1619
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1620
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1620
1621
|
_: 1 /* STABLE */
|
|
1621
1622
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1622
1623
|
span: 8
|
|
@@ -1629,7 +1630,7 @@ const __default__ = {
|
|
|
1629
1630
|
max: 5,
|
|
1630
1631
|
"controls-position": "right",
|
|
1631
1632
|
onInput: _cache[43] || (_cache[43] = $event => paramsChanged('hue'))
|
|
1632
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1633
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1633
1634
|
_: 1 /* STABLE */
|
|
1634
1635
|
})]),
|
|
1635
1636
|
_: 1 /* STABLE */
|
|
@@ -1653,7 +1654,7 @@ const __default__ = {
|
|
|
1653
1654
|
min: 0,
|
|
1654
1655
|
max: 5,
|
|
1655
1656
|
onInput: _cache[45] || (_cache[45] = $event => paramsChanged('saturation'))
|
|
1656
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1657
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1657
1658
|
_: 1 /* STABLE */
|
|
1658
1659
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1659
1660
|
span: 8
|
|
@@ -1666,7 +1667,7 @@ const __default__ = {
|
|
|
1666
1667
|
max: 5,
|
|
1667
1668
|
"controls-position": "right",
|
|
1668
1669
|
onInput: _cache[47] || (_cache[47] = $event => paramsChanged('saturation'))
|
|
1669
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1670
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1670
1671
|
_: 1 /* STABLE */
|
|
1671
1672
|
})]),
|
|
1672
1673
|
_: 1 /* STABLE */
|
|
@@ -1756,7 +1757,7 @@ const __default__ = {
|
|
|
1756
1757
|
min: -1,
|
|
1757
1758
|
max: 1,
|
|
1758
1759
|
onInput: _cache[55] || (_cache[55] = $event => paramsChanged('sceneBrightness'))
|
|
1759
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1760
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1760
1761
|
_: 1 /* STABLE */
|
|
1761
1762
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1762
1763
|
span: 8
|
|
@@ -1769,7 +1770,7 @@ const __default__ = {
|
|
|
1769
1770
|
max: 1,
|
|
1770
1771
|
"controls-position": "right",
|
|
1771
1772
|
onInput: _cache[57] || (_cache[57] = $event => paramsChanged('sceneBrightness'))
|
|
1772
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1773
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1773
1774
|
_: 1 /* STABLE */
|
|
1774
1775
|
})]),
|
|
1775
1776
|
_: 1 /* STABLE */
|
|
@@ -1793,7 +1794,7 @@ const __default__ = {
|
|
|
1793
1794
|
min: 0,
|
|
1794
1795
|
max: 1,
|
|
1795
1796
|
onInput: _cache[59] || (_cache[59] = $event => paramsChanged('threshold'))
|
|
1796
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1797
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1797
1798
|
_: 1 /* STABLE */
|
|
1798
1799
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1799
1800
|
span: 8
|
|
@@ -1806,7 +1807,7 @@ const __default__ = {
|
|
|
1806
1807
|
max: 1,
|
|
1807
1808
|
"controls-position": "right",
|
|
1808
1809
|
onInput: _cache[61] || (_cache[61] = $event => paramsChanged('threshold'))
|
|
1809
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1810
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1810
1811
|
_: 1 /* STABLE */
|
|
1811
1812
|
})]),
|
|
1812
1813
|
_: 1 /* STABLE */
|
|
@@ -1830,7 +1831,7 @@ const __default__ = {
|
|
|
1830
1831
|
min: 0,
|
|
1831
1832
|
max: 3,
|
|
1832
1833
|
onInput: _cache[63] || (_cache[63] = $event => paramsChanged('strength'))
|
|
1833
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1834
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1834
1835
|
_: 1 /* STABLE */
|
|
1835
1836
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1836
1837
|
span: 8
|
|
@@ -1843,7 +1844,7 @@ const __default__ = {
|
|
|
1843
1844
|
max: 3,
|
|
1844
1845
|
"controls-position": "right",
|
|
1845
1846
|
onInput: _cache[65] || (_cache[65] = $event => paramsChanged('strength'))
|
|
1846
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1847
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1847
1848
|
_: 1 /* STABLE */
|
|
1848
1849
|
})]),
|
|
1849
1850
|
_: 1 /* STABLE */
|
|
@@ -1867,7 +1868,7 @@ const __default__ = {
|
|
|
1867
1868
|
min: 0,
|
|
1868
1869
|
max: 10,
|
|
1869
1870
|
onInput: _cache[67] || (_cache[67] = $event => paramsChanged('halo'))
|
|
1870
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1871
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1871
1872
|
_: 1 /* STABLE */
|
|
1872
1873
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1873
1874
|
span: 8
|
|
@@ -1880,7 +1881,7 @@ const __default__ = {
|
|
|
1880
1881
|
max: 10,
|
|
1881
1882
|
"controls-position": "right",
|
|
1882
1883
|
onInput: _cache[69] || (_cache[69] = $event => paramsChanged('halo'))
|
|
1883
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1884
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1884
1885
|
_: 1 /* STABLE */
|
|
1885
1886
|
})]),
|
|
1886
1887
|
_: 1 /* STABLE */
|
|
@@ -1916,7 +1917,7 @@ const __default__ = {
|
|
|
1916
1917
|
min: 0,
|
|
1917
1918
|
max: 10,
|
|
1918
1919
|
onInput: _cache[71] || (_cache[71] = $event => paramsChanged('exaggerationFactor'))
|
|
1919
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1920
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1920
1921
|
_: 1 /* STABLE */
|
|
1921
1922
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
1922
1923
|
span: 8
|
|
@@ -1929,7 +1930,7 @@ const __default__ = {
|
|
|
1929
1930
|
max: 10,
|
|
1930
1931
|
"controls-position": "right",
|
|
1931
1932
|
onInput: _cache[73] || (_cache[73] = $event => paramsChanged('exaggerationFactor'))
|
|
1932
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
1933
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
1933
1934
|
_: 1 /* STABLE */
|
|
1934
1935
|
})]),
|
|
1935
1936
|
_: 1 /* STABLE */
|
|
@@ -2068,7 +2069,7 @@ const __default__ = {
|
|
|
2068
2069
|
min: 0,
|
|
2069
2070
|
max: 1,
|
|
2070
2071
|
onInput: _cache[85] || (_cache[85] = $event => paramsChanged('transparency'))
|
|
2071
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2072
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
2072
2073
|
_: 1 /* STABLE */
|
|
2073
2074
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
2074
2075
|
span: 8
|
|
@@ -2081,7 +2082,7 @@ const __default__ = {
|
|
|
2081
2082
|
max: 1,
|
|
2082
2083
|
"controls-position": "right",
|
|
2083
2084
|
onInput: _cache[87] || (_cache[87] = $event => paramsChanged('transparency'))
|
|
2084
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
2085
|
+
}, null, 8 /* PROPS */, ["modelValue", "step"])]),
|
|
2085
2086
|
_: 1 /* STABLE */
|
|
2086
2087
|
})]),
|
|
2087
2088
|
_: 1 /* STABLE */
|
|
@@ -2102,9 +2103,9 @@ const __default__ = {
|
|
|
2102
2103
|
// EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
|
|
2103
2104
|
var injectStylesIntoStyleTag = __webpack_require__(3379);
|
|
2104
2105
|
var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
|
|
2105
|
-
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
2106
|
-
var
|
|
2107
|
-
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
2106
|
+
// EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=04c7a426&lang=scss
|
|
2107
|
+
var SceneSetvue_type_style_index_0_id_04c7a426_lang_scss = __webpack_require__(2812);
|
|
2108
|
+
;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=04c7a426&lang=scss
|
|
2108
2109
|
|
|
2109
2110
|
|
|
2110
2111
|
|
|
@@ -2113,12 +2114,12 @@ var options = {};
|
|
|
2113
2114
|
options.insert = "head";
|
|
2114
2115
|
options.singleton = false;
|
|
2115
2116
|
|
|
2116
|
-
var update = injectStylesIntoStyleTag_default()(
|
|
2117
|
+
var update = injectStylesIntoStyleTag_default()(SceneSetvue_type_style_index_0_id_04c7a426_lang_scss/* default */.Z, options);
|
|
2117
2118
|
|
|
2118
2119
|
|
|
2119
2120
|
|
|
2120
|
-
/* harmony default export */ var
|
|
2121
|
-
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=
|
|
2121
|
+
/* harmony default export */ var sceneset_SceneSetvue_type_style_index_0_id_04c7a426_lang_scss = (SceneSetvue_type_style_index_0_id_04c7a426_lang_scss/* default.locals */.Z.locals || {});
|
|
2122
|
+
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue?vue&type=style&index=0&id=04c7a426&lang=scss
|
|
2122
2123
|
|
|
2123
2124
|
;// CONCATENATED MODULE: ./src/webgl/sceneset/SceneSet.vue
|
|
2124
2125
|
|
package/scenetohdimage/index.js
CHANGED
|
@@ -324,7 +324,7 @@ const _hoisted_2 = {
|
|
|
324
324
|
const __default__ = {
|
|
325
325
|
name: "Kq3dSceneToHDImage"
|
|
326
326
|
};
|
|
327
|
-
/* harmony default export */ var SceneToHDImagevue_type_script_setup_true_lang_js = (
|
|
327
|
+
/* harmony default export */ var SceneToHDImagevue_type_script_setup_true_lang_js = (/*#__PURE__*/Object.assign(__default__, {
|
|
328
328
|
props: {
|
|
329
329
|
// 设置参数
|
|
330
330
|
settingParams: {
|
|
@@ -367,15 +367,16 @@ const __default__ = {
|
|
|
367
367
|
setup(__props, {
|
|
368
368
|
expose: __expose
|
|
369
369
|
}) {
|
|
370
|
+
const props = __props;
|
|
370
371
|
const {
|
|
371
372
|
proxy
|
|
372
373
|
} = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.getCurrentInstance)();
|
|
373
374
|
let currentLang = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
374
|
-
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(
|
|
375
|
+
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"]);
|
|
375
376
|
let collapseValue = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("screenParameter");
|
|
376
377
|
|
|
377
378
|
// 获取组件传参
|
|
378
|
-
|
|
379
|
+
|
|
379
380
|
// 分析类
|
|
380
381
|
let viewModel = {};
|
|
381
382
|
|
|
@@ -625,7 +626,7 @@ const __default__ = {
|
|
|
625
626
|
min: 0.01,
|
|
626
627
|
max: 1,
|
|
627
628
|
onInput: _cache[9] || (_cache[9] = $event => paramsChanged('pantographRatio'))
|
|
628
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
629
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
629
630
|
_: 1 /* STABLE */
|
|
630
631
|
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
|
|
631
632
|
span: 8
|
|
@@ -638,7 +639,7 @@ const __default__ = {
|
|
|
638
639
|
max: 1,
|
|
639
640
|
"controls-position": "right",
|
|
640
641
|
onInput: _cache[11] || (_cache[11] = $event => paramsChanged('pantographRatio'))
|
|
641
|
-
}, null, 8 /* PROPS */, ["modelValue"])]),
|
|
642
|
+
}, null, 8 /* PROPS */, ["modelValue", "step", "min"])]),
|
|
642
643
|
_: 1 /* STABLE */
|
|
643
644
|
})]),
|
|
644
645
|
_: 1 /* STABLE */
|