slw 0.5.970 → 0.5.971
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/lib/index.js +6 -6
- package/lib/index.umd.cjs +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -37979,7 +37979,7 @@ _sfc_main$2.name = "slw-preview-modal";
|
|
|
37979
37979
|
_sfc_main$2.install = (Q) => {
|
|
37980
37980
|
Q.component(_sfc_main$2.name, _sfc_main$2);
|
|
37981
37981
|
};
|
|
37982
|
-
const
|
|
37982
|
+
const windowIndex_vue_vue_type_style_index_0_scoped_f23e4d22_lang = "", _withScopeId = (Q) => (pushScopeId("data-v-f23e4d22"), Q = Q(), popScopeId(), Q), _hoisted_1$kR = { class: "slw-config-window-container" }, _hoisted_2$kQ = { class: "child-table-p" }, _sfc_main$1 = {
|
|
37983
37983
|
__name: "window-index",
|
|
37984
37984
|
props: {
|
|
37985
37985
|
windowId: {
|
|
@@ -38352,10 +38352,10 @@ const windowIndex_vue_vue_type_style_index_0_scoped_2ab3a77a_lang = "", _withSco
|
|
|
38352
38352
|
ue.itemRender.name = "ElSwitch";
|
|
38353
38353
|
break;
|
|
38354
38354
|
case "LONG":
|
|
38355
|
-
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number";
|
|
38355
|
+
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number", ue.itemRender.props.precision = 0;
|
|
38356
38356
|
break;
|
|
38357
38357
|
case "PLONG":
|
|
38358
|
-
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number", ue.itemRender.props.min = 0;
|
|
38358
|
+
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number", ue.itemRender.props.precision = 0, ue.itemRender.props.min = 0;
|
|
38359
38359
|
break;
|
|
38360
38360
|
case "DOUBLE":
|
|
38361
38361
|
ue.itemRender.name = "ElInputNumber", ue.itemRender.props.type = "number";
|
|
@@ -38634,10 +38634,10 @@ const windowIndex_vue_vue_type_style_index_0_scoped_2ab3a77a_lang = "", _withSco
|
|
|
38634
38634
|
ue.props.disabled = oe[se].readOnly, ue.attrs.disabled = oe[se].readOnly, ue.name = "ElSwitch";
|
|
38635
38635
|
break;
|
|
38636
38636
|
case "LONG":
|
|
38637
|
-
ue.name = "ElInputNumber", ue.props.type = "number";
|
|
38637
|
+
ue.name = "ElInputNumber", ue.props.type = "number", ue.props.precision = 0;
|
|
38638
38638
|
break;
|
|
38639
38639
|
case "PLONG":
|
|
38640
|
-
ue.name = "ElInputNumber", ue.props.type = "number", ue.props.min = 0;
|
|
38640
|
+
ue.name = "ElInputNumber", ue.props.type = "number", ue.props.precision = 0, ue.props.min = 0;
|
|
38641
38641
|
break;
|
|
38642
38642
|
case "DOUBLE":
|
|
38643
38643
|
ue.name = "ElInputNumber", ue.props.type = "number";
|
|
@@ -39078,7 +39078,7 @@ const windowIndex_vue_vue_type_style_index_0_scoped_2ab3a77a_lang = "", _withSco
|
|
|
39078
39078
|
]);
|
|
39079
39079
|
};
|
|
39080
39080
|
}
|
|
39081
|
-
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
39081
|
+
}, WindowIndex = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-f23e4d22"]]);
|
|
39082
39082
|
WindowIndex.name = "slw-window-index";
|
|
39083
39083
|
WindowIndex.install = (Q) => {
|
|
39084
39084
|
Q.component(WindowIndex.name, WindowIndex);
|