golden-logic-ui 1.2.0 → 1.2.2
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/dist/golden-logic-ui.js
CHANGED
|
@@ -1273,6 +1273,14 @@ const KDe = /* @__PURE__ */ Qi(Khe, [["render", nme]]), sme = { class: "bg-white
|
|
|
1273
1273
|
maxlength: {
|
|
1274
1274
|
type: String,
|
|
1275
1275
|
default: null
|
|
1276
|
+
},
|
|
1277
|
+
input_class: {
|
|
1278
|
+
type: String,
|
|
1279
|
+
default: ""
|
|
1280
|
+
},
|
|
1281
|
+
container_class: {
|
|
1282
|
+
type: String,
|
|
1283
|
+
default: ""
|
|
1276
1284
|
}
|
|
1277
1285
|
},
|
|
1278
1286
|
emits: ["update:modelValue", "keydown", "blur"],
|
|
@@ -1300,7 +1308,10 @@ const KDe = /* @__PURE__ */ Qi(Khe, [["render", nme]]), sme = { class: "bg-white
|
|
|
1300
1308
|
], 2)) : Lt("", !0),
|
|
1301
1309
|
r.show ? Lt("", !0) : (Ve(), qe("div", {
|
|
1302
1310
|
key: 1,
|
|
1303
|
-
class: Mn(
|
|
1311
|
+
class: Mn({
|
|
1312
|
+
[r.field_name]: r.field_name && r.field_name !== "",
|
|
1313
|
+
[r.container_class]: r.container_class && r.container_class !== ""
|
|
1314
|
+
})
|
|
1304
1315
|
}, [
|
|
1305
1316
|
r.label_name ? (Ve(), qe("label", {
|
|
1306
1317
|
key: 0,
|
|
@@ -1316,7 +1327,8 @@ const KDe = /* @__PURE__ */ Qi(Khe, [["render", nme]]), sme = { class: "bg-white
|
|
|
1316
1327
|
maxlength: r.maxlength,
|
|
1317
1328
|
class: Mn(["rtl:text-right", {
|
|
1318
1329
|
"gl-input-form": r.error_message == "",
|
|
1319
|
-
"gl-input-form-invalid": r.error_message !== ""
|
|
1330
|
+
"gl-input-form-invalid": r.error_message !== "",
|
|
1331
|
+
[r.input_class]: r.input_class && r.input_class !== ""
|
|
1320
1332
|
}]),
|
|
1321
1333
|
required: r.is_required,
|
|
1322
1334
|
name: r.field_name,
|
|
@@ -90790,7 +90802,7 @@ function RAe(r, t, s, l, c, f) {
|
|
|
90790
90802
|
default: Cf(() => {
|
|
90791
90803
|
var ue;
|
|
90792
90804
|
return [
|
|
90793
|
-
Js(Gt(((ue = s.language) == null ? void 0 : ue.
|
|
90805
|
+
Js(Gt(((ue = s.language) == null ? void 0 : ue.print) ?? "Print"), 1)
|
|
90794
90806
|
];
|
|
90795
90807
|
}),
|
|
90796
90808
|
_: 1
|
|
@@ -90807,7 +90819,7 @@ function RAe(r, t, s, l, c, f) {
|
|
|
90807
90819
|
default: Cf(() => {
|
|
90808
90820
|
var ue;
|
|
90809
90821
|
return [
|
|
90810
|
-
Js(Gt(((ue = s.language) == null ? void 0 : ue.
|
|
90822
|
+
Js(Gt(((ue = s.language) == null ? void 0 : ue.excel) ?? "Excel"), 1)
|
|
90811
90823
|
];
|
|
90812
90824
|
}),
|
|
90813
90825
|
_: 1
|
|
@@ -90985,7 +90997,7 @@ function RAe(r, t, s, l, c, f) {
|
|
|
90985
90997
|
])
|
|
90986
90998
|
], 64);
|
|
90987
90999
|
}
|
|
90988
|
-
const kRe = /* @__PURE__ */ Qi(lAe, [["render", RAe], ["__scopeId", "data-v-
|
|
91000
|
+
const kRe = /* @__PURE__ */ Qi(lAe, [["render", RAe], ["__scopeId", "data-v-e4e44fe8"]]), MAe = {
|
|
90989
91001
|
components: {},
|
|
90990
91002
|
props: {
|
|
90991
91003
|
data: Array,
|