golden-logic-ui 1.3.0 → 1.3.1

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.
@@ -1,13 +1,13 @@
1
- import { ref as c, resolveDirective as x, createElementBlock as s, openBlock as i, Fragment as b, createVNode as k, withDirectives as u, createCommentVNode as p, createElementVNode as e, withModifiers as D, createTextVNode as _, vShow as C } from "vue";
2
- import A from "../DeleteConfirmationModal.vue.js";
3
- import M from "../../../Stores/toast.js";
1
+ import { ref as c, resolveDirective as x, createElementBlock as d, openBlock as n, Fragment as k, createVNode as D, withDirectives as u, createCommentVNode as p, createElementVNode as e, withModifiers as _, createTextVNode as C, vShow as A } from "vue";
2
+ import M from "../DeleteConfirmationModal.vue.js";
3
+ import g from "../../../Stores/toast.js";
4
4
  const O = {
5
5
  key: 0,
6
6
  class: "flex lg:justify-center"
7
7
  }, j = { class: "absolute z-10 mt-5 origin-top-right bg-white divide-y divide-gray-100 rounded-lg shadow-sm w-44 dark:bg-gray-700 dark:divide-gray-600" }, B = {
8
8
  class: "py-2 text-sm text-gray-700 dark:text-gray-200",
9
9
  "aria-labelledby": "dropdownDividerButton"
10
- }, N = { key: 0 }, Z = {
10
+ }, N = { key: 0 }, T = {
11
11
  __name: "DatatableDeleteAction",
12
12
  props: {
13
13
  field: {
@@ -32,37 +32,41 @@ const O = {
32
32
  }
33
33
  },
34
34
  emits: ["deleteAction"],
35
- setup(t, { emit: g }) {
36
- const n = t, a = c(!1), l = c(!1), m = () => {
37
- a.value = !1;
38
- }, f = () => {
39
- a.value = !0;
40
- }, d = () => {
41
- l.value = !1;
35
+ setup(t, { emit: m }) {
36
+ const a = t, s = c(!1), l = c(!1), f = () => {
37
+ s.value = !1;
42
38
  }, y = () => {
39
+ s.value = !0;
40
+ }, i = () => {
41
+ l.value = !1;
42
+ }, h = () => {
43
43
  l.value = !0;
44
- }, v = g, h = () => {
45
- axios.delete(`${n.xprops.route}/${n.row.id}`).then(() => {
46
- d(), v("deleteAction"), M.methods.add({
44
+ }, v = m, w = () => {
45
+ axios.delete(`${a.xprops.route}/${a.row.id}`).then(() => {
46
+ i(), v("deleteAction"), g.methods.add({
47
47
  message: "Item deleted successfully.",
48
48
  type: "success",
49
49
  duration: 5e3
50
50
  });
51
51
  }).catch((o) => {
52
- console.log(o);
52
+ i(), g.methods.add({
53
+ message: o.response?.data?.message ?? a.language?.delete_failed ?? "That item could not be deleted.",
54
+ type: "error",
55
+ duration: 5e3
56
+ });
53
57
  });
54
58
  };
55
59
  return (o, r) => {
56
- const w = x("click-outside");
57
- return i(), s(b, null, [
58
- k(A, {
60
+ const b = x("click-outside");
61
+ return n(), d(k, null, [
62
+ D(M, {
59
63
  isOpen: l.value,
60
- onConfirmDelete: h,
61
- onCancelDelete: d
64
+ onConfirmDelete: w,
65
+ onCancelDelete: i
62
66
  }, null, 8, ["isOpen"]),
63
- t.row && o.can(`delete_${t.xprops.permission}`) ? u((i(), s("div", O, [
67
+ t.row && o.can(`delete_${t.xprops.permission}`) ? u((n(), d("div", O, [
64
68
  e("button", {
65
- onClick: f,
69
+ onClick: y,
66
70
  class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-hidden dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
67
71
  type: "button"
68
72
  }, r[0] || (r[0] = [
@@ -78,27 +82,27 @@ const O = {
78
82
  ])),
79
83
  u(e("div", j, [
80
84
  e("ul", B, [
81
- o.can(`delete_${t.xprops.permission}`) ? (i(), s("li", N, [
85
+ o.can(`delete_${t.xprops.permission}`) ? (n(), d("li", N, [
82
86
  e("a", {
83
87
  href: "#",
84
- onClick: D(y, ["prevent"]),
88
+ onClick: _(h, ["prevent"]),
85
89
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
86
90
  }, r[1] || (r[1] = [
87
91
  e("i", { class: "mr-2 fa-solid fa-trash-can opacity-80" }, null, -1),
88
- _(" Remove")
92
+ C(" Remove")
89
93
  ]))
90
94
  ])) : p("", !0)
91
95
  ])
92
96
  ], 512), [
93
- [C, a.value]
97
+ [A, s.value]
94
98
  ])
95
99
  ])), [
96
- [w, m]
100
+ [b, f]
97
101
  ]) : p("", !0)
98
102
  ], 64);
99
103
  };
100
104
  }
101
105
  };
102
106
  export {
103
- Z as default
107
+ T as default
104
108
  };
@@ -1,6 +1,6 @@
1
- import { ref as g, resolveDirective as A, createElementBlock as a, openBlock as l, Fragment as C, createVNode as $, withDirectives as p, createCommentVNode as d, createElementVNode as t, withModifiers as m, createTextVNode as f, toDisplayString as y, vShow as O } from "vue";
2
- import j from "../DeleteConfirmationModal.vue.js";
3
- import M from "../../../Stores/toast.js";
1
+ import { ref as g, resolveDirective as C, createElementBlock as l, openBlock as i, Fragment as $, createVNode as O, withDirectives as m, createCommentVNode as c, createElementVNode as t, withModifiers as p, createTextVNode as f, toDisplayString as y, vShow as j } from "vue";
2
+ import M from "../DeleteConfirmationModal.vue.js";
3
+ import v from "../../../Stores/toast.js";
4
4
  const B = {
5
5
  key: 0,
6
6
  class: "flex lg:justify-center"
@@ -38,40 +38,44 @@ const B = {
38
38
  }
39
39
  },
40
40
  emits: ["deleteAction", "editAction"],
41
- setup(e, { emit: v }) {
42
- const i = e, s = g(!1), n = g(!1), c = () => {
41
+ setup(e, { emit: h }) {
42
+ const a = e, s = g(!1), n = g(!1), d = () => {
43
43
  n.value = !1;
44
- }, h = () => {
45
- n.value = !0;
46
44
  }, x = () => {
47
- s.value = !1;
45
+ n.value = !0;
48
46
  }, k = () => {
47
+ s.value = !1;
48
+ }, w = () => {
49
49
  s.value = !0;
50
- }, u = v, w = (o) => {
50
+ }, u = h, b = (o) => {
51
51
  u("editAction", o);
52
- }, b = () => {
53
- axios.delete(`${i.xprops.route}/${i.row.id}`).then(() => {
54
- c(), u("deleteAction"), M.methods.add({
55
- message: i.language?.item_deleted_successfully ?? "Item deleted successfully.",
52
+ }, D = () => {
53
+ axios.delete(`${a.xprops.route}/${a.row.id}`).then(() => {
54
+ d(), u("deleteAction"), v.methods.add({
55
+ message: a.language?.item_deleted_successfully ?? "Item deleted successfully.",
56
56
  type: "success",
57
57
  duration: 5e3
58
58
  });
59
59
  }).catch((o) => {
60
- console.log(o);
60
+ d(), v.methods.add({
61
+ message: o.response?.data?.message ?? a.language?.delete_failed ?? "That item could not be deleted.",
62
+ type: "error",
63
+ duration: 5e3
64
+ });
61
65
  });
62
66
  };
63
67
  return (o, r) => {
64
- const D = A("click-outside");
65
- return l(), a(C, null, [
66
- $(j, {
68
+ const A = C("click-outside");
69
+ return i(), l($, null, [
70
+ O(M, {
67
71
  language: e.language,
68
72
  isOpen: n.value,
69
- onConfirmDelete: b,
70
- onCancelDelete: c
73
+ onConfirmDelete: D,
74
+ onCancelDelete: d
71
75
  }, null, 8, ["language", "isOpen"]),
72
- e.row && (o.can(`delete_${e.xprops.permission}`) || o.can(`access_${e.xprops.permission}`)) ? p((l(), a("div", B, [
76
+ e.row && (o.can(`delete_${e.xprops.permission}`) || o.can(`access_${e.xprops.permission}`)) ? m((i(), l("div", B, [
73
77
  t("button", {
74
- onClick: k,
78
+ onClick: w,
75
79
  class: "inline-flex items-center p-2 text-sm font-medium text-center text-gray-900 bg-white rounded-lg hover:bg-gray-100 focus:ring-4 focus:outline-hidden dark:text-white focus:ring-gray-50 dark:bg-gray-800 dark:hover:bg-gray-700 dark:focus:ring-gray-600",
76
80
  type: "button"
77
81
  }, r[1] || (r[1] = [
@@ -85,35 +89,35 @@ const B = {
85
89
  t("path", { d: "M3.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 6.041a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 5.959a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z" })
86
90
  ], -1)
87
91
  ])),
88
- p(t("div", E, [
92
+ m(t("div", E, [
89
93
  t("ul", N, [
90
- o.can(`access_${e.xprops.permission}`) ? (l(), a("li", S, [
94
+ o.can(`access_${e.xprops.permission}`) ? (i(), l("li", S, [
91
95
  t("a", {
92
96
  href: "#",
93
- onClick: r[0] || (r[0] = m((Z) => w(e.row), ["prevent"])),
97
+ onClick: r[0] || (r[0] = p((T) => b(e.row), ["prevent"])),
94
98
  class: "block px-4 py-2 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
95
99
  }, [
96
100
  r[2] || (r[2] = t("i", { class: "mr-1 fa-solid fa-pen-to-square opacity-80" }, null, -1)),
97
101
  f(" " + y(e.language?.edit ?? "Edit"), 1)
98
102
  ])
99
- ])) : d("", !0),
100
- o.can(`delete_${e.xprops.permission}`) ? (l(), a("li", V, [
103
+ ])) : c("", !0),
104
+ o.can(`delete_${e.xprops.permission}`) ? (i(), l("li", V, [
101
105
  t("a", {
102
106
  href: "#",
103
- onClick: m(h, ["prevent"]),
107
+ onClick: p(x, ["prevent"]),
104
108
  class: "block px-4 py-2 text-red-600 hover:text-white hover:bg-red-600 dark:text-red-500 dark:hover:text-white dark:hover:bg-red-600"
105
109
  }, [
106
110
  r[3] || (r[3] = t("i", { class: "mr-1 fa-solid fa-trash-can opacity-80" }, null, -1)),
107
111
  f(" " + y(e.language?.remove ?? "Remove"), 1)
108
112
  ])
109
- ])) : d("", !0)
113
+ ])) : c("", !0)
110
114
  ])
111
115
  ], 512), [
112
- [O, s.value]
116
+ [j, s.value]
113
117
  ])
114
118
  ])), [
115
- [D, x]
116
- ]) : d("", !0)
119
+ [A, k]
120
+ ]) : c("", !0)
117
121
  ], 64);
118
122
  };
119
123
  }
@@ -1,11 +1,11 @@
1
- import { ref as x, onMounted as h, computed as v, createElementBlock as a, openBlock as i, Fragment as T, createCommentVNode as r, normalizeClass as m, createElementVNode as d, toDisplayString as o, withDirectives as g, vModelDynamic as y } from "vue";
2
- const S = {
1
+ import { ref as x, onMounted as h, computed as v, createElementBlock as a, openBlock as i, Fragment as T, createCommentVNode as r, normalizeClass as o, createElementVNode as u, toDisplayString as m, withDirectives as g, vModelDynamic as y } from "vue";
2
+ const w = {
3
3
  key: 0,
4
4
  class: "gl-label-form"
5
- }, w = { class: "mt-1 text-gray-900 dark:text-white" }, G = ["for"], V = {
5
+ }, S = { class: "mt-1 text-gray-900 dark:text-white" }, G = ["for"], V = {
6
6
  key: 1,
7
7
  class: "flex items-center"
8
- }, p = ["innerHTML"], q = { class: "relative w-full" }, $ = ["minlength", "maxlength", "required", "name", "id", "type", "placeholder"], B = ["innerHTML"], M = ["minlength", "maxlength", "required", "name", "id", "type", "placeholder"], H = { class: "gl-span-form-error" }, K = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, z = {
8
+ }, q = ["innerHTML"], $ = { class: "relative w-full" }, B = ["minlength", "maxlength", "required", "name", "id", "disabled", "type", "placeholder"], M = ["innerHTML"], p = ["minlength", "maxlength", "required", "name", "id", "disabled", "type", "placeholder"], H = { class: "gl-span-form-error" }, K = { class: "block mt-1 text-sm font-normal leading-5 text-gray-500" }, z = {
9
9
  __name: "GlTextInput",
10
10
  props: {
11
11
  is_required: {
@@ -67,67 +67,73 @@ const S = {
67
67
  inputGroupText: {
68
68
  type: String,
69
69
  default: ""
70
+ },
71
+ disabled: {
72
+ type: Boolean,
73
+ default: !1
70
74
  }
71
75
  },
72
76
  emits: ["update:modelValue", "keydown", "blur-sm", "keyup", "input"],
73
77
  setup(e, { expose: f, emit: b }) {
74
- const k = e, c = b, u = x(null);
78
+ const c = e, k = b, d = x(null);
75
79
  h(() => {
76
- u.value !== null && u.value.hasAttribute("autofocus") && u.value.focus();
80
+ d.value !== null && d.value.hasAttribute("autofocus") && d.value.focus();
77
81
  });
78
82
  const s = v({
79
83
  get() {
80
- return k.modelValue;
84
+ return c.modelValue;
81
85
  },
82
86
  set(n) {
83
- c("update:modelValue", n);
87
+ k("update:modelValue", n);
84
88
  }
85
89
  });
86
- return f({ focus: () => u.value.focus() }), (n, t) => (i(), a(T, null, [
90
+ return f({ focus: () => d.value.focus() }), (n, t) => (i(), a(T, null, [
87
91
  e.show ? (i(), a("div", {
88
92
  key: 0,
89
- class: m(e.field_name)
93
+ class: o(e.field_name)
90
94
  }, [
91
- e.label_name ? (i(), a("label", S, o(e.label_name), 1)) : r("", !0),
92
- d("p", w, o(e.type == "password" ? e.modelValue.replace(/./g, "*") : e.modelValue), 1),
93
- t[10] || (t[10] = d("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
95
+ e.label_name ? (i(), a("label", w, m(e.label_name), 1)) : r("", !0),
96
+ u("p", S, m(e.type == "password" ? e.modelValue.replace(/./g, "*") : e.modelValue), 1),
97
+ t[10] || (t[10] = u("hr", { class: "opacity-100! bg-gray-200 border-0 dark:bg-gray-700" }, null, -1))
94
98
  ], 2)) : r("", !0),
95
99
  e.show ? r("", !0) : (i(), a("div", {
96
100
  key: 1,
97
- class: m({
101
+ class: o({
98
102
  [e.field_name]: e.field_name && e.field_name !== "",
99
103
  [e.container_class]: e.container_class && e.container_class !== ""
100
104
  })
101
105
  }, [
102
106
  e.label_name ? (i(), a("label", {
103
107
  key: 0,
104
- class: m({
108
+ class: o({
105
109
  "gl-label-form": e.error_message == "",
106
110
  "gl-label-form-invalid": e.error_message !== "",
107
111
  required: e.is_required
108
112
  }),
109
113
  for: e.field_name
110
- }, o(e.label_name), 11, G)) : r("", !0),
114
+ }, m(e.label_name), 11, G)) : r("", !0),
111
115
  e.inputGroupType ? (i(), a("div", V, [
112
116
  e.inputGroupType == "prepend" ? (i(), a("label", {
113
117
  key: 0,
114
118
  innerHTML: e.inputGroupText,
115
119
  class: "h-10 z-10 inline-flex items-center shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-s-lg focus:outline-hidden dark:bg-gray-700 dark:border-gray-600"
116
- }, null, 8, p)) : r("", !0),
117
- d("div", q, [
118
- g(d("input", {
120
+ }, null, 8, q)) : r("", !0),
121
+ u("div", $, [
122
+ g(u("input", {
119
123
  minlength: e.minlength,
120
124
  maxlength: e.maxlength,
121
- class: m(["rtl:text-right rounded-none!", {
125
+ class: o(["rtl:text-right rounded-none!", {
122
126
  "gl-input-form": e.error_message == "",
123
127
  "gl-input-form-invalid": e.error_message !== "",
124
128
  [e.input_class]: e.input_class && e.input_class !== "",
125
129
  "border-e-0! rounded-s-lg!": e.inputGroupType == "append",
126
- "border-s-0! rounded-e-lg!": e.inputGroupType == "prepend"
130
+ "border-s-0! rounded-e-lg!": e.inputGroupType == "prepend",
131
+ "opacity-70 cursor-not-allowed bg-gray-100 dark:bg-gray-700": e.disabled
127
132
  }]),
128
133
  required: e.is_required,
129
134
  name: e.field_name,
130
135
  id: e.field_name,
136
+ disabled: e.disabled,
131
137
  type: e.type,
132
138
  "onUpdate:modelValue": t[0] || (t[0] = (l) => s.value = l),
133
139
  onKeydown: t[1] || (t[1] = (l) => n.$emit("keydown", l)),
@@ -135,9 +141,9 @@ const S = {
135
141
  onBlur: t[3] || (t[3] = (l) => n.$emit("blur-sm", l)),
136
142
  onInput: t[4] || (t[4] = (l) => n.$emit("input", l)),
137
143
  ref_key: "input",
138
- ref: u,
144
+ ref: d,
139
145
  placeholder: e.placeholder
140
- }, null, 42, $), [
146
+ }, null, 42, B), [
141
147
  [y, s.value]
142
148
  ])
143
149
  ]),
@@ -145,20 +151,22 @@ const S = {
145
151
  key: 1,
146
152
  innerHTML: e.inputGroupText,
147
153
  class: "h-10 z-10 inline-flex items-center shrink-0 px-4 text-sm font-medium text-center text-gray-500 bg-gray-100 border border-gray-300 dark:text-gray-400 rounded-e-lg focus:outline-hidden dark:bg-gray-700 dark:border-gray-600"
148
- }, null, 8, B)) : r("", !0)
154
+ }, null, 8, M)) : r("", !0)
149
155
  ])) : r("", !0),
150
156
  e.inputGroupType == "" ? g((i(), a("input", {
151
157
  key: 2,
152
158
  minlength: e.minlength,
153
159
  maxlength: e.maxlength,
154
- class: m(["rtl:text-right", {
160
+ class: o(["rtl:text-right", {
155
161
  "gl-input-form": e.error_message == "",
156
162
  "gl-input-form-invalid": e.error_message !== "",
157
- [e.input_class]: e.input_class && e.input_class !== ""
163
+ [e.input_class]: e.input_class && e.input_class !== "",
164
+ "opacity-70 cursor-not-allowed bg-gray-100 dark:bg-gray-700": e.disabled
158
165
  }]),
159
166
  required: e.is_required,
160
167
  name: e.field_name,
161
168
  id: e.field_name,
169
+ disabled: e.disabled,
162
170
  type: e.type,
163
171
  "onUpdate:modelValue": t[5] || (t[5] = (l) => s.value = l),
164
172
  onKeydown: t[6] || (t[6] = (l) => n.$emit("keydown", l)),
@@ -166,13 +174,13 @@ const S = {
166
174
  onBlur: t[8] || (t[8] = (l) => n.$emit("blur-sm", l)),
167
175
  onInput: t[9] || (t[9] = (l) => n.$emit("input", l)),
168
176
  ref_key: "input",
169
- ref: u,
177
+ ref: d,
170
178
  placeholder: e.placeholder
171
- }, null, 42, M)), [
179
+ }, null, 42, p)), [
172
180
  [y, s.value]
173
181
  ]) : r("", !0),
174
- d("span", H, o(e.error_message), 1),
175
- d("small", K, o(e.description), 1)
182
+ u("span", H, m(e.error_message), 1),
183
+ u("small", K, m(e.description), 1)
176
184
  ], 2))
177
185
  ], 64));
178
186
  }
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.3.0",
6
+ "version": "1.3.1",
7
7
  "repository": {
8
8
  "type": "git",
9
9
  "url": "git+https://github.com/mrgiant/GoldenLogicUi.git"