golden-logic-ui 1.2.341 → 1.2.343

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.
@@ -8,7 +8,7 @@ const le = {
8
8
  }, de = ["innerHTML"], ce = { class: "relative w-full" }, ge = ["required", "name", "id", "value", "placeholder"], me = ["innerHTML"], fe = {
9
9
  key: 1,
10
10
  class: "relative"
11
- }, ye = ["required", "name", "id", "value", "placeholder"], ve = { class: "absolute z-50 mt-1 bg-white dark:bg-gray-800 rounded-lg shadow-lg border border-gray-200 dark:border-gray-700 p-4 max-w-72 min-w-max" }, he = { class: "flex items-center justify-between mb-4" }, pe = { class: "text-sm font-semibold text-gray-900 dark:text-white" }, De = { class: "grid grid-cols-7 gap-1 mb-2" }, ke = { class: "grid grid-cols-7 gap-1" }, xe = ["onClick", "disabled"], be = { class: "flex items-center justify-between mt-4 pt-3 border-t border-gray-200 dark:border-gray-700" }, we = { class: "gl-span-form-error" }, Ye = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Te = {
11
+ }, ye = ["required", "name", "id", "value", "placeholder"], ve = { class: "absolute z-50 mt-1 bg-white dark:bg-gray-800 rounded-lg shadow-lg border border-gray-200 dark:border-gray-700 p-4 w-full" }, he = { class: "flex items-center justify-between mb-4" }, pe = { class: "text-sm font-semibold text-gray-900 dark:text-white" }, De = { class: "grid grid-cols-7 gap-1 mb-2" }, ke = { class: "grid grid-cols-7 gap-1" }, xe = ["onClick", "disabled"], be = { class: "flex items-center justify-between mt-4 pt-3 border-t border-gray-200 dark:border-gray-700" }, we = { class: "gl-span-form-error" }, Ye = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, Te = {
12
12
  __name: "GlDatePicker",
13
13
  props: {
14
14
  is_required: {
@@ -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.341",
6
+ "version": "1.2.343",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/mrgiant/GoldenLogicUi.git"