golden-logic-ui 1.2.341 → 1.2.342
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.
|
@@ -156,7 +156,7 @@ const B = {
|
|
|
156
156
|
return (t, l) => (o(), u(N, null, [
|
|
157
157
|
e.show ? (o(), u("div", {
|
|
158
158
|
key: 0,
|
|
159
|
-
class: v(e.field_name)
|
|
159
|
+
class: v(["md:col-span-2", e.field_name])
|
|
160
160
|
}, [
|
|
161
161
|
e.label_name ? (o(), u("label", B, s(e.label_name), 1)) : g("", !0),
|
|
162
162
|
m("p", j, s(e.modelValue.start) + " " + s(e.separator) + " " + s(e.modelValue.end), 1),
|
|
@@ -164,10 +164,10 @@ const B = {
|
|
|
164
164
|
], 2)) : g("", !0),
|
|
165
165
|
e.show ? g("", !0) : (o(), u("div", {
|
|
166
166
|
key: 1,
|
|
167
|
-
class: v({
|
|
167
|
+
class: v(["md:col-span-2", {
|
|
168
168
|
[e.field_name]: e.field_name && e.field_name !== "",
|
|
169
169
|
[e.container_class]: e.container_class && e.container_class !== ""
|
|
170
|
-
})
|
|
170
|
+
}])
|
|
171
171
|
}, [
|
|
172
172
|
e.label_name ? (o(), u("label", {
|
|
173
173
|
key: 0,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "The most popular library of interactive components built with Vuejs && Tailwind CSS",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
|
-
"version": "1.2.
|
|
6
|
+
"version": "1.2.342",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git+https://github.com/mrgiant/GoldenLogicUi.git"
|