slw 0.6.3 → 0.6.4
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 +8 -3
- package/lib/index.umd.cjs +3 -3
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
|
@@ -37056,7 +37056,7 @@ const pseudoClasses = /* @__PURE__ */ [
|
|
|
37056
37056
|
function css$1() {
|
|
37057
37057
|
return new LanguageSupport(cssLanguage, cssLanguage.data.of({ autocomplete: cssCompletionSource }));
|
|
37058
37058
|
}
|
|
37059
|
-
const
|
|
37059
|
+
const windowForm_vue_vue_type_style_index_0_scoped_3e48e381_lang = "", _withScopeId$2 = (Q) => (pushScopeId("data-v-3e48e381"), Q = Q(), popScopeId(), Q), _hoisted_1$kV = { class: "slw-window-form" }, _hoisted_2$kR = {
|
|
37060
37060
|
key: 0,
|
|
37061
37061
|
style: { "text-align": "left", "font-size": "18px", "line-height": "30px", "font-weight": "bold", padding: "5px 30px 0 15px" }
|
|
37062
37062
|
}, _hoisted_3$hS = ["onClick"], _sfc_main$5 = {
|
|
@@ -37671,6 +37671,11 @@ const windowForm_vue_vue_type_style_index_0_scoped_47402315_lang = "", _withScop
|
|
|
37671
37671
|
(X) => X.field == Q.toUpperCase()
|
|
37672
37672
|
)[0];
|
|
37673
37673
|
G && (G.itemRender.options = H);
|
|
37674
|
+
}, setFormItemProperty = (Q, H, G) => {
|
|
37675
|
+
let X = formConfig.value.columns.filter(
|
|
37676
|
+
(Z) => Z.field == Q.toUpperCase()
|
|
37677
|
+
)[0];
|
|
37678
|
+
X && (X.itemRender.props[H] = G);
|
|
37674
37679
|
}, footerSum = () => {
|
|
37675
37680
|
}, throwFunction = (Q) => {
|
|
37676
37681
|
Q.getData = () => getData(), Q.submitData = () => submitData(), Q.getValue = (H) => getValue(H), Q.setValue = (H, G) => setValue(H, G);
|
|
@@ -37834,7 +37839,7 @@ const windowForm_vue_vue_type_style_index_0_scoped_47402315_lang = "", _withScop
|
|
|
37834
37839
|
]);
|
|
37835
37840
|
};
|
|
37836
37841
|
}
|
|
37837
|
-
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-
|
|
37842
|
+
}, WindowForm = /* @__PURE__ */ _export_sfc(_sfc_main$5, [["__scopeId", "data-v-3e48e381"]]);
|
|
37838
37843
|
WindowForm.name = "slw-window-form";
|
|
37839
37844
|
WindowForm.install = (Q) => {
|
|
37840
37845
|
Q.component(WindowForm.name, WindowForm);
|
|
@@ -122352,7 +122357,7 @@ function reConsole() {
|
|
|
122352
122357
|
}
|
|
122353
122358
|
}
|
|
122354
122359
|
console.info(
|
|
122355
|
-
"%cSLW %cVer 0.6.
|
|
122360
|
+
"%cSLW %cVer 0.6.4",
|
|
122356
122361
|
"color:#409EFF;font-size: 22px;font-weight:bolder",
|
|
122357
122362
|
"color:#999;font-size: 12px"
|
|
122358
122363
|
);
|