@esic-lab/data-core-ui 0.0.15 → 0.0.17
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/{STO-logo-KFQUNTJ3.svg → STO-logo-ADYYAPS3.svg} +92 -92
- package/dist/assets/STO-logo.svg +92 -92
- package/dist/index.css +690 -9
- package/dist/index.d.mts +766 -12
- package/dist/index.d.ts +766 -12
- package/dist/index.js +2052 -101
- package/dist/index.mjs +2044 -95
- package/package.json +12 -3
package/dist/index.js
CHANGED
|
@@ -5,6 +5,9 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
|
5
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
6
|
var __getProtoOf = Object.getPrototypeOf;
|
|
7
7
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
+
var __commonJS = (cb, mod) => function __require() {
|
|
9
|
+
return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
|
|
10
|
+
};
|
|
8
11
|
var __export = (target, all) => {
|
|
9
12
|
for (var name in all)
|
|
10
13
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
@@ -27,23 +30,476 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
27
30
|
));
|
|
28
31
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
32
|
|
|
33
|
+
// node_modules/dayjs/dayjs.min.js
|
|
34
|
+
var require_dayjs_min = __commonJS({
|
|
35
|
+
"node_modules/dayjs/dayjs.min.js"(exports2, module2) {
|
|
36
|
+
"use strict";
|
|
37
|
+
!(function(t, e) {
|
|
38
|
+
"object" == typeof exports2 && "undefined" != typeof module2 ? module2.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs = e();
|
|
39
|
+
})(exports2, (function() {
|
|
40
|
+
"use strict";
|
|
41
|
+
var t = 1e3, e = 6e4, n = 36e5, r = "millisecond", i = "second", s = "minute", u = "hour", a = "day", o = "week", c = "month", f = "quarter", h = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t2) {
|
|
42
|
+
var e2 = ["th", "st", "nd", "rd"], n2 = t2 % 100;
|
|
43
|
+
return "[" + t2 + (e2[(n2 - 20) % 10] || e2[n2] || e2[0]) + "]";
|
|
44
|
+
} }, m = function(t2, e2, n2) {
|
|
45
|
+
var r2 = String(t2);
|
|
46
|
+
return !r2 || r2.length >= e2 ? t2 : "" + Array(e2 + 1 - r2.length).join(n2) + t2;
|
|
47
|
+
}, v = { s: m, z: function(t2) {
|
|
48
|
+
var e2 = -t2.utcOffset(), n2 = Math.abs(e2), r2 = Math.floor(n2 / 60), i2 = n2 % 60;
|
|
49
|
+
return (e2 <= 0 ? "+" : "-") + m(r2, 2, "0") + ":" + m(i2, 2, "0");
|
|
50
|
+
}, m: function t2(e2, n2) {
|
|
51
|
+
if (e2.date() < n2.date()) return -t2(n2, e2);
|
|
52
|
+
var r2 = 12 * (n2.year() - e2.year()) + (n2.month() - e2.month()), i2 = e2.clone().add(r2, c), s2 = n2 - i2 < 0, u2 = e2.clone().add(r2 + (s2 ? -1 : 1), c);
|
|
53
|
+
return +(-(r2 + (n2 - i2) / (s2 ? i2 - u2 : u2 - i2)) || 0);
|
|
54
|
+
}, a: function(t2) {
|
|
55
|
+
return t2 < 0 ? Math.ceil(t2) || 0 : Math.floor(t2);
|
|
56
|
+
}, p: function(t2) {
|
|
57
|
+
return { M: c, y: h, w: o, d: a, D: d, h: u, m: s, s: i, ms: r, Q: f }[t2] || String(t2 || "").toLowerCase().replace(/s$/, "");
|
|
58
|
+
}, u: function(t2) {
|
|
59
|
+
return void 0 === t2;
|
|
60
|
+
} }, g = "en", D = {};
|
|
61
|
+
D[g] = M;
|
|
62
|
+
var p = "$isDayjsObject", S = function(t2) {
|
|
63
|
+
return t2 instanceof _ || !(!t2 || !t2[p]);
|
|
64
|
+
}, w = function t2(e2, n2, r2) {
|
|
65
|
+
var i2;
|
|
66
|
+
if (!e2) return g;
|
|
67
|
+
if ("string" == typeof e2) {
|
|
68
|
+
var s2 = e2.toLowerCase();
|
|
69
|
+
D[s2] && (i2 = s2), n2 && (D[s2] = n2, i2 = s2);
|
|
70
|
+
var u2 = e2.split("-");
|
|
71
|
+
if (!i2 && u2.length > 1) return t2(u2[0]);
|
|
72
|
+
} else {
|
|
73
|
+
var a2 = e2.name;
|
|
74
|
+
D[a2] = e2, i2 = a2;
|
|
75
|
+
}
|
|
76
|
+
return !r2 && i2 && (g = i2), i2 || !r2 && g;
|
|
77
|
+
}, O = function(t2, e2) {
|
|
78
|
+
if (S(t2)) return t2.clone();
|
|
79
|
+
var n2 = "object" == typeof e2 ? e2 : {};
|
|
80
|
+
return n2.date = t2, n2.args = arguments, new _(n2);
|
|
81
|
+
}, b = v;
|
|
82
|
+
b.l = w, b.i = S, b.w = function(t2, e2) {
|
|
83
|
+
return O(t2, { locale: e2.$L, utc: e2.$u, x: e2.$x, $offset: e2.$offset });
|
|
84
|
+
};
|
|
85
|
+
var _ = (function() {
|
|
86
|
+
function M2(t2) {
|
|
87
|
+
this.$L = w(t2.locale, null, true), this.parse(t2), this.$x = this.$x || t2.x || {}, this[p] = true;
|
|
88
|
+
}
|
|
89
|
+
var m2 = M2.prototype;
|
|
90
|
+
return m2.parse = function(t2) {
|
|
91
|
+
this.$d = (function(t3) {
|
|
92
|
+
var e2 = t3.date, n2 = t3.utc;
|
|
93
|
+
if (null === e2) return /* @__PURE__ */ new Date(NaN);
|
|
94
|
+
if (b.u(e2)) return /* @__PURE__ */ new Date();
|
|
95
|
+
if (e2 instanceof Date) return new Date(e2);
|
|
96
|
+
if ("string" == typeof e2 && !/Z$/i.test(e2)) {
|
|
97
|
+
var r2 = e2.match($);
|
|
98
|
+
if (r2) {
|
|
99
|
+
var i2 = r2[2] - 1 || 0, s2 = (r2[7] || "0").substring(0, 3);
|
|
100
|
+
return n2 ? new Date(Date.UTC(r2[1], i2, r2[3] || 1, r2[4] || 0, r2[5] || 0, r2[6] || 0, s2)) : new Date(r2[1], i2, r2[3] || 1, r2[4] || 0, r2[5] || 0, r2[6] || 0, s2);
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
return new Date(e2);
|
|
104
|
+
})(t2), this.init();
|
|
105
|
+
}, m2.init = function() {
|
|
106
|
+
var t2 = this.$d;
|
|
107
|
+
this.$y = t2.getFullYear(), this.$M = t2.getMonth(), this.$D = t2.getDate(), this.$W = t2.getDay(), this.$H = t2.getHours(), this.$m = t2.getMinutes(), this.$s = t2.getSeconds(), this.$ms = t2.getMilliseconds();
|
|
108
|
+
}, m2.$utils = function() {
|
|
109
|
+
return b;
|
|
110
|
+
}, m2.isValid = function() {
|
|
111
|
+
return !(this.$d.toString() === l);
|
|
112
|
+
}, m2.isSame = function(t2, e2) {
|
|
113
|
+
var n2 = O(t2);
|
|
114
|
+
return this.startOf(e2) <= n2 && n2 <= this.endOf(e2);
|
|
115
|
+
}, m2.isAfter = function(t2, e2) {
|
|
116
|
+
return O(t2) < this.startOf(e2);
|
|
117
|
+
}, m2.isBefore = function(t2, e2) {
|
|
118
|
+
return this.endOf(e2) < O(t2);
|
|
119
|
+
}, m2.$g = function(t2, e2, n2) {
|
|
120
|
+
return b.u(t2) ? this[e2] : this.set(n2, t2);
|
|
121
|
+
}, m2.unix = function() {
|
|
122
|
+
return Math.floor(this.valueOf() / 1e3);
|
|
123
|
+
}, m2.valueOf = function() {
|
|
124
|
+
return this.$d.getTime();
|
|
125
|
+
}, m2.startOf = function(t2, e2) {
|
|
126
|
+
var n2 = this, r2 = !!b.u(e2) || e2, f2 = b.p(t2), l2 = function(t3, e3) {
|
|
127
|
+
var i2 = b.w(n2.$u ? Date.UTC(n2.$y, e3, t3) : new Date(n2.$y, e3, t3), n2);
|
|
128
|
+
return r2 ? i2 : i2.endOf(a);
|
|
129
|
+
}, $2 = function(t3, e3) {
|
|
130
|
+
return b.w(n2.toDate()[t3].apply(n2.toDate("s"), (r2 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e3)), n2);
|
|
131
|
+
}, y2 = this.$W, M3 = this.$M, m3 = this.$D, v2 = "set" + (this.$u ? "UTC" : "");
|
|
132
|
+
switch (f2) {
|
|
133
|
+
case h:
|
|
134
|
+
return r2 ? l2(1, 0) : l2(31, 11);
|
|
135
|
+
case c:
|
|
136
|
+
return r2 ? l2(1, M3) : l2(0, M3 + 1);
|
|
137
|
+
case o:
|
|
138
|
+
var g2 = this.$locale().weekStart || 0, D2 = (y2 < g2 ? y2 + 7 : y2) - g2;
|
|
139
|
+
return l2(r2 ? m3 - D2 : m3 + (6 - D2), M3);
|
|
140
|
+
case a:
|
|
141
|
+
case d:
|
|
142
|
+
return $2(v2 + "Hours", 0);
|
|
143
|
+
case u:
|
|
144
|
+
return $2(v2 + "Minutes", 1);
|
|
145
|
+
case s:
|
|
146
|
+
return $2(v2 + "Seconds", 2);
|
|
147
|
+
case i:
|
|
148
|
+
return $2(v2 + "Milliseconds", 3);
|
|
149
|
+
default:
|
|
150
|
+
return this.clone();
|
|
151
|
+
}
|
|
152
|
+
}, m2.endOf = function(t2) {
|
|
153
|
+
return this.startOf(t2, false);
|
|
154
|
+
}, m2.$set = function(t2, e2) {
|
|
155
|
+
var n2, o2 = b.p(t2), f2 = "set" + (this.$u ? "UTC" : ""), l2 = (n2 = {}, n2[a] = f2 + "Date", n2[d] = f2 + "Date", n2[c] = f2 + "Month", n2[h] = f2 + "FullYear", n2[u] = f2 + "Hours", n2[s] = f2 + "Minutes", n2[i] = f2 + "Seconds", n2[r] = f2 + "Milliseconds", n2)[o2], $2 = o2 === a ? this.$D + (e2 - this.$W) : e2;
|
|
156
|
+
if (o2 === c || o2 === h) {
|
|
157
|
+
var y2 = this.clone().set(d, 1);
|
|
158
|
+
y2.$d[l2]($2), y2.init(), this.$d = y2.set(d, Math.min(this.$D, y2.daysInMonth())).$d;
|
|
159
|
+
} else l2 && this.$d[l2]($2);
|
|
160
|
+
return this.init(), this;
|
|
161
|
+
}, m2.set = function(t2, e2) {
|
|
162
|
+
return this.clone().$set(t2, e2);
|
|
163
|
+
}, m2.get = function(t2) {
|
|
164
|
+
return this[b.p(t2)]();
|
|
165
|
+
}, m2.add = function(r2, f2) {
|
|
166
|
+
var d2, l2 = this;
|
|
167
|
+
r2 = Number(r2);
|
|
168
|
+
var $2 = b.p(f2), y2 = function(t2) {
|
|
169
|
+
var e2 = O(l2);
|
|
170
|
+
return b.w(e2.date(e2.date() + Math.round(t2 * r2)), l2);
|
|
171
|
+
};
|
|
172
|
+
if ($2 === c) return this.set(c, this.$M + r2);
|
|
173
|
+
if ($2 === h) return this.set(h, this.$y + r2);
|
|
174
|
+
if ($2 === a) return y2(1);
|
|
175
|
+
if ($2 === o) return y2(7);
|
|
176
|
+
var M3 = (d2 = {}, d2[s] = e, d2[u] = n, d2[i] = t, d2)[$2] || 1, m3 = this.$d.getTime() + r2 * M3;
|
|
177
|
+
return b.w(m3, this);
|
|
178
|
+
}, m2.subtract = function(t2, e2) {
|
|
179
|
+
return this.add(-1 * t2, e2);
|
|
180
|
+
}, m2.format = function(t2) {
|
|
181
|
+
var e2 = this, n2 = this.$locale();
|
|
182
|
+
if (!this.isValid()) return n2.invalidDate || l;
|
|
183
|
+
var r2 = t2 || "YYYY-MM-DDTHH:mm:ssZ", i2 = b.z(this), s2 = this.$H, u2 = this.$m, a2 = this.$M, o2 = n2.weekdays, c2 = n2.months, f2 = n2.meridiem, h2 = function(t3, n3, i3, s3) {
|
|
184
|
+
return t3 && (t3[n3] || t3(e2, r2)) || i3[n3].slice(0, s3);
|
|
185
|
+
}, d2 = function(t3) {
|
|
186
|
+
return b.s(s2 % 12 || 12, t3, "0");
|
|
187
|
+
}, $2 = f2 || function(t3, e3, n3) {
|
|
188
|
+
var r3 = t3 < 12 ? "AM" : "PM";
|
|
189
|
+
return n3 ? r3.toLowerCase() : r3;
|
|
190
|
+
};
|
|
191
|
+
return r2.replace(y, (function(t3, r3) {
|
|
192
|
+
return r3 || (function(t4) {
|
|
193
|
+
switch (t4) {
|
|
194
|
+
case "YY":
|
|
195
|
+
return String(e2.$y).slice(-2);
|
|
196
|
+
case "YYYY":
|
|
197
|
+
return b.s(e2.$y, 4, "0");
|
|
198
|
+
case "M":
|
|
199
|
+
return a2 + 1;
|
|
200
|
+
case "MM":
|
|
201
|
+
return b.s(a2 + 1, 2, "0");
|
|
202
|
+
case "MMM":
|
|
203
|
+
return h2(n2.monthsShort, a2, c2, 3);
|
|
204
|
+
case "MMMM":
|
|
205
|
+
return h2(c2, a2);
|
|
206
|
+
case "D":
|
|
207
|
+
return e2.$D;
|
|
208
|
+
case "DD":
|
|
209
|
+
return b.s(e2.$D, 2, "0");
|
|
210
|
+
case "d":
|
|
211
|
+
return String(e2.$W);
|
|
212
|
+
case "dd":
|
|
213
|
+
return h2(n2.weekdaysMin, e2.$W, o2, 2);
|
|
214
|
+
case "ddd":
|
|
215
|
+
return h2(n2.weekdaysShort, e2.$W, o2, 3);
|
|
216
|
+
case "dddd":
|
|
217
|
+
return o2[e2.$W];
|
|
218
|
+
case "H":
|
|
219
|
+
return String(s2);
|
|
220
|
+
case "HH":
|
|
221
|
+
return b.s(s2, 2, "0");
|
|
222
|
+
case "h":
|
|
223
|
+
return d2(1);
|
|
224
|
+
case "hh":
|
|
225
|
+
return d2(2);
|
|
226
|
+
case "a":
|
|
227
|
+
return $2(s2, u2, true);
|
|
228
|
+
case "A":
|
|
229
|
+
return $2(s2, u2, false);
|
|
230
|
+
case "m":
|
|
231
|
+
return String(u2);
|
|
232
|
+
case "mm":
|
|
233
|
+
return b.s(u2, 2, "0");
|
|
234
|
+
case "s":
|
|
235
|
+
return String(e2.$s);
|
|
236
|
+
case "ss":
|
|
237
|
+
return b.s(e2.$s, 2, "0");
|
|
238
|
+
case "SSS":
|
|
239
|
+
return b.s(e2.$ms, 3, "0");
|
|
240
|
+
case "Z":
|
|
241
|
+
return i2;
|
|
242
|
+
}
|
|
243
|
+
return null;
|
|
244
|
+
})(t3) || i2.replace(":", "");
|
|
245
|
+
}));
|
|
246
|
+
}, m2.utcOffset = function() {
|
|
247
|
+
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
248
|
+
}, m2.diff = function(r2, d2, l2) {
|
|
249
|
+
var $2, y2 = this, M3 = b.p(d2), m3 = O(r2), v2 = (m3.utcOffset() - this.utcOffset()) * e, g2 = this - m3, D2 = function() {
|
|
250
|
+
return b.m(y2, m3);
|
|
251
|
+
};
|
|
252
|
+
switch (M3) {
|
|
253
|
+
case h:
|
|
254
|
+
$2 = D2() / 12;
|
|
255
|
+
break;
|
|
256
|
+
case c:
|
|
257
|
+
$2 = D2();
|
|
258
|
+
break;
|
|
259
|
+
case f:
|
|
260
|
+
$2 = D2() / 3;
|
|
261
|
+
break;
|
|
262
|
+
case o:
|
|
263
|
+
$2 = (g2 - v2) / 6048e5;
|
|
264
|
+
break;
|
|
265
|
+
case a:
|
|
266
|
+
$2 = (g2 - v2) / 864e5;
|
|
267
|
+
break;
|
|
268
|
+
case u:
|
|
269
|
+
$2 = g2 / n;
|
|
270
|
+
break;
|
|
271
|
+
case s:
|
|
272
|
+
$2 = g2 / e;
|
|
273
|
+
break;
|
|
274
|
+
case i:
|
|
275
|
+
$2 = g2 / t;
|
|
276
|
+
break;
|
|
277
|
+
default:
|
|
278
|
+
$2 = g2;
|
|
279
|
+
}
|
|
280
|
+
return l2 ? $2 : b.a($2);
|
|
281
|
+
}, m2.daysInMonth = function() {
|
|
282
|
+
return this.endOf(c).$D;
|
|
283
|
+
}, m2.$locale = function() {
|
|
284
|
+
return D[this.$L];
|
|
285
|
+
}, m2.locale = function(t2, e2) {
|
|
286
|
+
if (!t2) return this.$L;
|
|
287
|
+
var n2 = this.clone(), r2 = w(t2, e2, true);
|
|
288
|
+
return r2 && (n2.$L = r2), n2;
|
|
289
|
+
}, m2.clone = function() {
|
|
290
|
+
return b.w(this.$d, this);
|
|
291
|
+
}, m2.toDate = function() {
|
|
292
|
+
return new Date(this.valueOf());
|
|
293
|
+
}, m2.toJSON = function() {
|
|
294
|
+
return this.isValid() ? this.toISOString() : null;
|
|
295
|
+
}, m2.toISOString = function() {
|
|
296
|
+
return this.$d.toISOString();
|
|
297
|
+
}, m2.toString = function() {
|
|
298
|
+
return this.$d.toUTCString();
|
|
299
|
+
}, M2;
|
|
300
|
+
})(), k = _.prototype;
|
|
301
|
+
return O.prototype = k, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", c], ["$y", h], ["$D", d]].forEach((function(t2) {
|
|
302
|
+
k[t2[1]] = function(e2) {
|
|
303
|
+
return this.$g(e2, t2[0], t2[1]);
|
|
304
|
+
};
|
|
305
|
+
})), O.extend = function(t2, e2) {
|
|
306
|
+
return t2.$i || (t2(e2, _, O), t2.$i = true), O;
|
|
307
|
+
}, O.locale = w, O.isDayjs = S, O.unix = function(t2) {
|
|
308
|
+
return O(1e3 * t2);
|
|
309
|
+
}, O.en = D[g], O.Ls = D, O.p = {}, O;
|
|
310
|
+
}));
|
|
311
|
+
}
|
|
312
|
+
});
|
|
313
|
+
|
|
314
|
+
// node_modules/dayjs/locale/th.js
|
|
315
|
+
var require_th = __commonJS({
|
|
316
|
+
"node_modules/dayjs/locale/th.js"(exports2, module2) {
|
|
317
|
+
"use strict";
|
|
318
|
+
!(function(_, e) {
|
|
319
|
+
"object" == typeof exports2 && "undefined" != typeof module2 ? module2.exports = e(require_dayjs_min()) : "function" == typeof define && define.amd ? define(["dayjs"], e) : (_ = "undefined" != typeof globalThis ? globalThis : _ || self).dayjs_locale_th = e(_.dayjs);
|
|
320
|
+
})(exports2, (function(_) {
|
|
321
|
+
"use strict";
|
|
322
|
+
function e(_2) {
|
|
323
|
+
return _2 && "object" == typeof _2 && "default" in _2 ? _2 : { default: _2 };
|
|
324
|
+
}
|
|
325
|
+
var t = e(_), d = { name: "th", weekdays: "\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C_\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C_\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23_\u0E1E\u0E38\u0E18_\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35_\u0E28\u0E38\u0E01\u0E23\u0E4C_\u0E40\u0E2A\u0E32\u0E23\u0E4C".split("_"), weekdaysShort: "\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C_\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C_\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23_\u0E1E\u0E38\u0E18_\u0E1E\u0E24\u0E2B\u0E31\u0E2A_\u0E28\u0E38\u0E01\u0E23\u0E4C_\u0E40\u0E2A\u0E32\u0E23\u0E4C".split("_"), weekdaysMin: "\u0E2D\u0E32._\u0E08._\u0E2D._\u0E1E._\u0E1E\u0E24._\u0E28._\u0E2A.".split("_"), months: "\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21_\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C_\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21_\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19_\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21_\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19_\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21_\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21_\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19_\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21_\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19_\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21".split("_"), monthsShort: "\u0E21.\u0E04._\u0E01.\u0E1E._\u0E21\u0E35.\u0E04._\u0E40\u0E21.\u0E22._\u0E1E.\u0E04._\u0E21\u0E34.\u0E22._\u0E01.\u0E04._\u0E2A.\u0E04._\u0E01.\u0E22._\u0E15.\u0E04._\u0E1E.\u0E22._\u0E18.\u0E04.".split("_"), formats: { LT: "H:mm", LTS: "H:mm:ss", L: "DD/MM/YYYY", LL: "D MMMM YYYY", LLL: "D MMMM YYYY \u0E40\u0E27\u0E25\u0E32 H:mm", LLLL: "\u0E27\u0E31\u0E19dddd\u0E17\u0E35\u0E48 D MMMM YYYY \u0E40\u0E27\u0E25\u0E32 H:mm" }, relativeTime: { future: "\u0E2D\u0E35\u0E01 %s", past: "%s\u0E17\u0E35\u0E48\u0E41\u0E25\u0E49\u0E27", s: "\u0E44\u0E21\u0E48\u0E01\u0E35\u0E48\u0E27\u0E34\u0E19\u0E32\u0E17\u0E35", m: "1 \u0E19\u0E32\u0E17\u0E35", mm: "%d \u0E19\u0E32\u0E17\u0E35", h: "1 \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07", hh: "%d \u0E0A\u0E31\u0E48\u0E27\u0E42\u0E21\u0E07", d: "1 \u0E27\u0E31\u0E19", dd: "%d \u0E27\u0E31\u0E19", M: "1 \u0E40\u0E14\u0E37\u0E2D\u0E19", MM: "%d \u0E40\u0E14\u0E37\u0E2D\u0E19", y: "1 \u0E1B\u0E35", yy: "%d \u0E1B\u0E35" }, ordinal: function(_2) {
|
|
326
|
+
return _2 + ".";
|
|
327
|
+
} };
|
|
328
|
+
return t.default.locale(d, null, true), d;
|
|
329
|
+
}));
|
|
330
|
+
}
|
|
331
|
+
});
|
|
332
|
+
|
|
333
|
+
// node_modules/dayjs/plugin/customParseFormat.js
|
|
334
|
+
var require_customParseFormat = __commonJS({
|
|
335
|
+
"node_modules/dayjs/plugin/customParseFormat.js"(exports2, module2) {
|
|
336
|
+
"use strict";
|
|
337
|
+
!(function(e, t) {
|
|
338
|
+
"object" == typeof exports2 && "undefined" != typeof module2 ? module2.exports = t() : "function" == typeof define && define.amd ? define(t) : (e = "undefined" != typeof globalThis ? globalThis : e || self).dayjs_plugin_customParseFormat = t();
|
|
339
|
+
})(exports2, (function() {
|
|
340
|
+
"use strict";
|
|
341
|
+
var e = { LTS: "h:mm:ss A", LT: "h:mm A", L: "MM/DD/YYYY", LL: "MMMM D, YYYY", LLL: "MMMM D, YYYY h:mm A", LLLL: "dddd, MMMM D, YYYY h:mm A" }, t = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, n = /\d/, r = /\d\d/, i = /\d\d?/, o = /\d*[^-_:/,()\s\d]+/, s = {}, a = function(e2) {
|
|
342
|
+
return (e2 = +e2) + (e2 > 68 ? 1900 : 2e3);
|
|
343
|
+
};
|
|
344
|
+
var f = function(e2) {
|
|
345
|
+
return function(t2) {
|
|
346
|
+
this[e2] = +t2;
|
|
347
|
+
};
|
|
348
|
+
}, h = [/[+-]\d\d:?(\d\d)?|Z/, function(e2) {
|
|
349
|
+
(this.zone || (this.zone = {})).offset = (function(e3) {
|
|
350
|
+
if (!e3) return 0;
|
|
351
|
+
if ("Z" === e3) return 0;
|
|
352
|
+
var t2 = e3.match(/([+-]|\d\d)/g), n2 = 60 * t2[1] + (+t2[2] || 0);
|
|
353
|
+
return 0 === n2 ? 0 : "+" === t2[0] ? -n2 : n2;
|
|
354
|
+
})(e2);
|
|
355
|
+
}], u = function(e2) {
|
|
356
|
+
var t2 = s[e2];
|
|
357
|
+
return t2 && (t2.indexOf ? t2 : t2.s.concat(t2.f));
|
|
358
|
+
}, d = function(e2, t2) {
|
|
359
|
+
var n2, r2 = s.meridiem;
|
|
360
|
+
if (r2) {
|
|
361
|
+
for (var i2 = 1; i2 <= 24; i2 += 1) if (e2.indexOf(r2(i2, 0, t2)) > -1) {
|
|
362
|
+
n2 = i2 > 12;
|
|
363
|
+
break;
|
|
364
|
+
}
|
|
365
|
+
} else n2 = e2 === (t2 ? "pm" : "PM");
|
|
366
|
+
return n2;
|
|
367
|
+
}, c = { A: [o, function(e2) {
|
|
368
|
+
this.afternoon = d(e2, false);
|
|
369
|
+
}], a: [o, function(e2) {
|
|
370
|
+
this.afternoon = d(e2, true);
|
|
371
|
+
}], Q: [n, function(e2) {
|
|
372
|
+
this.month = 3 * (e2 - 1) + 1;
|
|
373
|
+
}], S: [n, function(e2) {
|
|
374
|
+
this.milliseconds = 100 * +e2;
|
|
375
|
+
}], SS: [r, function(e2) {
|
|
376
|
+
this.milliseconds = 10 * +e2;
|
|
377
|
+
}], SSS: [/\d{3}/, function(e2) {
|
|
378
|
+
this.milliseconds = +e2;
|
|
379
|
+
}], s: [i, f("seconds")], ss: [i, f("seconds")], m: [i, f("minutes")], mm: [i, f("minutes")], H: [i, f("hours")], h: [i, f("hours")], HH: [i, f("hours")], hh: [i, f("hours")], D: [i, f("day")], DD: [r, f("day")], Do: [o, function(e2) {
|
|
380
|
+
var t2 = s.ordinal, n2 = e2.match(/\d+/);
|
|
381
|
+
if (this.day = n2[0], t2) for (var r2 = 1; r2 <= 31; r2 += 1) t2(r2).replace(/\[|\]/g, "") === e2 && (this.day = r2);
|
|
382
|
+
}], w: [i, f("week")], ww: [r, f("week")], M: [i, f("month")], MM: [r, f("month")], MMM: [o, function(e2) {
|
|
383
|
+
var t2 = u("months"), n2 = (u("monthsShort") || t2.map((function(e3) {
|
|
384
|
+
return e3.slice(0, 3);
|
|
385
|
+
}))).indexOf(e2) + 1;
|
|
386
|
+
if (n2 < 1) throw new Error();
|
|
387
|
+
this.month = n2 % 12 || n2;
|
|
388
|
+
}], MMMM: [o, function(e2) {
|
|
389
|
+
var t2 = u("months").indexOf(e2) + 1;
|
|
390
|
+
if (t2 < 1) throw new Error();
|
|
391
|
+
this.month = t2 % 12 || t2;
|
|
392
|
+
}], Y: [/[+-]?\d+/, f("year")], YY: [r, function(e2) {
|
|
393
|
+
this.year = a(e2);
|
|
394
|
+
}], YYYY: [/\d{4}/, f("year")], Z: h, ZZ: h };
|
|
395
|
+
function l(n2) {
|
|
396
|
+
var r2, i2;
|
|
397
|
+
r2 = n2, i2 = s && s.formats;
|
|
398
|
+
for (var o2 = (n2 = r2.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (function(t2, n3, r3) {
|
|
399
|
+
var o3 = r3 && r3.toUpperCase();
|
|
400
|
+
return n3 || i2[r3] || e[r3] || i2[o3].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (function(e2, t3, n4) {
|
|
401
|
+
return t3 || n4.slice(1);
|
|
402
|
+
}));
|
|
403
|
+
}))).match(t), a2 = o2.length, f2 = 0; f2 < a2; f2 += 1) {
|
|
404
|
+
var h2 = o2[f2], u2 = c[h2], d2 = u2 && u2[0], l2 = u2 && u2[1];
|
|
405
|
+
o2[f2] = l2 ? { regex: d2, parser: l2 } : h2.replace(/^\[|\]$/g, "");
|
|
406
|
+
}
|
|
407
|
+
return function(e2) {
|
|
408
|
+
for (var t2 = {}, n3 = 0, r3 = 0; n3 < a2; n3 += 1) {
|
|
409
|
+
var i3 = o2[n3];
|
|
410
|
+
if ("string" == typeof i3) r3 += i3.length;
|
|
411
|
+
else {
|
|
412
|
+
var s2 = i3.regex, f3 = i3.parser, h3 = e2.slice(r3), u3 = s2.exec(h3)[0];
|
|
413
|
+
f3.call(t2, u3), e2 = e2.replace(u3, "");
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
return (function(e3) {
|
|
417
|
+
var t3 = e3.afternoon;
|
|
418
|
+
if (void 0 !== t3) {
|
|
419
|
+
var n4 = e3.hours;
|
|
420
|
+
t3 ? n4 < 12 && (e3.hours += 12) : 12 === n4 && (e3.hours = 0), delete e3.afternoon;
|
|
421
|
+
}
|
|
422
|
+
})(t2), t2;
|
|
423
|
+
};
|
|
424
|
+
}
|
|
425
|
+
return function(e2, t2, n2) {
|
|
426
|
+
n2.p.customParseFormat = true, e2 && e2.parseTwoDigitYear && (a = e2.parseTwoDigitYear);
|
|
427
|
+
var r2 = t2.prototype, i2 = r2.parse;
|
|
428
|
+
r2.parse = function(e3) {
|
|
429
|
+
var t3 = e3.date, r3 = e3.utc, o2 = e3.args;
|
|
430
|
+
this.$u = r3;
|
|
431
|
+
var a2 = o2[1];
|
|
432
|
+
if ("string" == typeof a2) {
|
|
433
|
+
var f2 = true === o2[2], h2 = true === o2[3], u2 = f2 || h2, d2 = o2[2];
|
|
434
|
+
h2 && (d2 = o2[2]), s = this.$locale(), !f2 && d2 && (s = n2.Ls[d2]), this.$d = (function(e4, t4, n3, r4) {
|
|
435
|
+
try {
|
|
436
|
+
if (["x", "X"].indexOf(t4) > -1) return new Date(("X" === t4 ? 1e3 : 1) * e4);
|
|
437
|
+
var i3 = l(t4)(e4), o3 = i3.year, s2 = i3.month, a3 = i3.day, f3 = i3.hours, h3 = i3.minutes, u3 = i3.seconds, d3 = i3.milliseconds, c3 = i3.zone, m2 = i3.week, M2 = /* @__PURE__ */ new Date(), Y = a3 || (o3 || s2 ? 1 : M2.getDate()), p = o3 || M2.getFullYear(), v = 0;
|
|
438
|
+
o3 && !s2 || (v = s2 > 0 ? s2 - 1 : M2.getMonth());
|
|
439
|
+
var D, w = f3 || 0, g = h3 || 0, y = u3 || 0, L = d3 || 0;
|
|
440
|
+
return c3 ? new Date(Date.UTC(p, v, Y, w, g, y, L + 60 * c3.offset * 1e3)) : n3 ? new Date(Date.UTC(p, v, Y, w, g, y, L)) : (D = new Date(p, v, Y, w, g, y, L), m2 && (D = r4(D).week(m2).toDate()), D);
|
|
441
|
+
} catch (e5) {
|
|
442
|
+
return /* @__PURE__ */ new Date("");
|
|
443
|
+
}
|
|
444
|
+
})(t3, a2, r3, n2), this.init(), d2 && true !== d2 && (this.$L = this.locale(d2).$L), u2 && t3 != this.format(a2) && (this.$d = /* @__PURE__ */ new Date("")), s = {};
|
|
445
|
+
} else if (a2 instanceof Array) for (var c2 = a2.length, m = 1; m <= c2; m += 1) {
|
|
446
|
+
o2[1] = a2[m - 1];
|
|
447
|
+
var M = n2.apply(this, o2);
|
|
448
|
+
if (M.isValid()) {
|
|
449
|
+
this.$d = M.$d, this.$L = M.$L, this.init();
|
|
450
|
+
break;
|
|
451
|
+
}
|
|
452
|
+
m === c2 && (this.$d = /* @__PURE__ */ new Date(""));
|
|
453
|
+
}
|
|
454
|
+
else i2.call(this, e3);
|
|
455
|
+
};
|
|
456
|
+
};
|
|
457
|
+
}));
|
|
458
|
+
}
|
|
459
|
+
});
|
|
460
|
+
|
|
30
461
|
// src/index.ts
|
|
31
462
|
var index_exports = {};
|
|
32
463
|
__export(index_exports, {
|
|
464
|
+
AntDataTable: () => AntDataTable,
|
|
465
|
+
Breadcrumbs: () => Breadcrumbs,
|
|
33
466
|
Calendar: () => Calendar,
|
|
34
467
|
Checkbox: () => Checkbox,
|
|
35
468
|
CheckboxGroup: () => CheckboxGroup,
|
|
469
|
+
ColorPickerBasic: () => ColorPickerBasic,
|
|
36
470
|
DataTable: () => DataTable,
|
|
471
|
+
DatePickerBasic: () => DatePickerBasic,
|
|
472
|
+
DatePickerRangePicker: () => DatePickerRangePicker,
|
|
473
|
+
FileUploader: () => FileUploader,
|
|
37
474
|
GhostButton: () => GhostButton,
|
|
475
|
+
HeadingPage: () => HeadingPage,
|
|
476
|
+
InputField: () => InputField,
|
|
38
477
|
Loader: () => Loader,
|
|
39
478
|
MenuNavBar: () => MenuNavBar,
|
|
40
479
|
PrimaryButton: () => PrimaryButton,
|
|
480
|
+
ProgressBar: () => ProgressBar,
|
|
41
481
|
Radio: () => Radio,
|
|
42
482
|
RadioGroup: () => RadioGroup,
|
|
43
483
|
SecondaryButton: () => SecondaryButton,
|
|
484
|
+
SelectField: () => SelectField,
|
|
485
|
+
SelectFieldGroup: () => SelectFieldGroup,
|
|
486
|
+
SelectFieldStatus: () => SelectFieldStatus,
|
|
487
|
+
SelectFieldStatusReport: () => SelectFieldStatusReport,
|
|
488
|
+
SelectFieldTag: () => SelectFieldTag,
|
|
489
|
+
Sidebar: () => Sidebar,
|
|
490
|
+
SortFilter: () => SortFilter,
|
|
44
491
|
Switch: () => Switch,
|
|
492
|
+
TextAreaInput: () => TextAreaInput,
|
|
45
493
|
TextInput: () => TextInput,
|
|
46
|
-
|
|
494
|
+
TimePickerBasic: () => TimePickerBasic,
|
|
495
|
+
TimePickerRangePicker: () => TimePickerRangePicker,
|
|
496
|
+
TopNavBar: () => TopNavBar,
|
|
497
|
+
messageError: () => messageError,
|
|
498
|
+
messageInfo: () => messageInfo,
|
|
499
|
+
messageLoading: () => messageLoading,
|
|
500
|
+
messageSuccess: () => messageSuccess,
|
|
501
|
+
messageWarning: () => messageWarning,
|
|
502
|
+
setMessageApi: () => setMessageApi
|
|
47
503
|
});
|
|
48
504
|
module.exports = __toCommonJS(index_exports);
|
|
49
505
|
|
|
@@ -55,13 +511,17 @@ function PrimaryButton({
|
|
|
55
511
|
iconLeft,
|
|
56
512
|
iconRight,
|
|
57
513
|
bgColor = "bg-primary-500",
|
|
58
|
-
textColor = "black"
|
|
514
|
+
textColor = "black",
|
|
515
|
+
disabled
|
|
59
516
|
}) {
|
|
60
517
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
61
518
|
"button",
|
|
62
519
|
{
|
|
63
|
-
className: `flex justify-center w-full h-[42px] rounded-[6px] p-[10px] cursor-pointer ${bgColor} text-${textColor} body-1`,
|
|
64
520
|
onClick,
|
|
521
|
+
disabled,
|
|
522
|
+
className: `flex justify-center w-full h-[42px] rounded-[6px] p-[10px] body-1 transition
|
|
523
|
+
${disabled ? "text-gray-400 bg-gray-100 cursor-not-allowed" : `${bgColor} text-${textColor} cursor-pointer
|
|
524
|
+
hover:brightness-95 active:brightness-90`}`,
|
|
65
525
|
children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "flex justify-center items-center gap-[10px]", children: [
|
|
66
526
|
iconLeft && /* @__PURE__ */ (0, import_jsx_runtime.jsx)("div", { children: iconLeft }),
|
|
67
527
|
title,
|
|
@@ -73,12 +533,13 @@ function PrimaryButton({
|
|
|
73
533
|
|
|
74
534
|
// src/Button/SecondaryButton/SecondaryButton.tsx
|
|
75
535
|
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
76
|
-
function SecondaryButton({ title, onClick, iconLeft, iconRight }) {
|
|
536
|
+
function SecondaryButton({ title, onClick, iconLeft, iconRight, disabled }) {
|
|
77
537
|
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
78
538
|
"button",
|
|
79
539
|
{
|
|
80
|
-
className: `flex justify-center w-full h-[42px] rounded-[6px] p-[10px] border-[1px] border-black cursor-pointer bg-white text-black body-1`,
|
|
81
540
|
onClick,
|
|
541
|
+
disabled,
|
|
542
|
+
className: `flex justify-center w-full h-[42px] rounded-[6px] p-[10px] border-[1px] body-1 transition ${disabled ? "text-gray-400 border-gray-400 bg-gray-100 cursor-not-allowed" : "cursor-pointer bg-white border-black text-black hover:bg-gray-100 active:bg-gray-200"}`,
|
|
82
543
|
children: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("div", { className: "flex justify-center items-center gap-[10px]", children: [
|
|
83
544
|
iconLeft && /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("div", { children: iconLeft }),
|
|
84
545
|
title,
|
|
@@ -90,12 +551,14 @@ function SecondaryButton({ title, onClick, iconLeft, iconRight }) {
|
|
|
90
551
|
|
|
91
552
|
// src/Button/GhostButton/GhostButton.tsx
|
|
92
553
|
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
93
|
-
function GhostButton({ title, onClick, iconLeft, iconRight }) {
|
|
554
|
+
function GhostButton({ title, onClick, iconLeft, iconRight, disabled }) {
|
|
94
555
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
95
556
|
"button",
|
|
96
557
|
{
|
|
97
|
-
className: `flex justify-center w-full h-[42px] rounded-[6px] p-[10px] cursor-pointer bg-[#E9E9E9] body-1`,
|
|
98
558
|
onClick,
|
|
559
|
+
disabled,
|
|
560
|
+
className: `flex justify-center w-full h-[42px] rounded-[6px] p-[10px] body-1 transition
|
|
561
|
+
${disabled ? "text-gray-400 bg-gray-100 cursor-not-allowed" : "bg-[#E9E9E9] cursor-pointer hover:bg-[#d6d6d6] active:bg-[#c4c4c4]"}`,
|
|
99
562
|
children: /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("div", { className: "flex justify-center items-center gap-[10px]", children: [
|
|
100
563
|
iconLeft && /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("div", { children: iconLeft }),
|
|
101
564
|
title,
|
|
@@ -107,12 +570,19 @@ function GhostButton({ title, onClick, iconLeft, iconRight }) {
|
|
|
107
570
|
|
|
108
571
|
// src/Loader/Loader/Loader.tsx
|
|
109
572
|
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
110
|
-
function Loader({ size = 25 }) {
|
|
573
|
+
function Loader({ size = 25, color = "#000000" }) {
|
|
111
574
|
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
112
575
|
"div",
|
|
113
576
|
{
|
|
114
|
-
style: {
|
|
115
|
-
|
|
577
|
+
style: {
|
|
578
|
+
width: size,
|
|
579
|
+
height: size,
|
|
580
|
+
borderWidth: 4,
|
|
581
|
+
borderStyle: "solid",
|
|
582
|
+
borderColor: color,
|
|
583
|
+
borderTopColor: "transparent"
|
|
584
|
+
},
|
|
585
|
+
className: "rounded-full animate-spin"
|
|
116
586
|
}
|
|
117
587
|
);
|
|
118
588
|
}
|
|
@@ -120,42 +590,74 @@ function Loader({ size = 25 }) {
|
|
|
120
590
|
// src/Checkbox/Checkbox/Checkbox.tsx
|
|
121
591
|
var import_icons_react = require("@tabler/icons-react");
|
|
122
592
|
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
123
|
-
function Checkbox({ label, checked, onChange }) {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
593
|
+
function Checkbox({ label, checked, onChange, disabled }) {
|
|
594
|
+
const handleClick = () => {
|
|
595
|
+
if (!disabled) {
|
|
596
|
+
onChange(!checked);
|
|
597
|
+
}
|
|
598
|
+
};
|
|
599
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
600
|
+
"div",
|
|
601
|
+
{
|
|
602
|
+
className: `flex gap-[10px] items-center
|
|
603
|
+
${disabled ? "cursor-not-allowed opacity-50" : "cursor-pointer"}`,
|
|
604
|
+
"aria-disabled": disabled,
|
|
605
|
+
onClick: handleClick,
|
|
606
|
+
children: [
|
|
607
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
608
|
+
"div",
|
|
133
609
|
{
|
|
134
|
-
className: `flex justify-center items-center transition-
|
|
610
|
+
className: `flex justify-center items-center border-[1px] border-black w-[24px] h-[24px] rounded-[8px] transition-colors duration-100
|
|
611
|
+
${checked ? "bg-black text-white" : "bg-white text-black"}
|
|
612
|
+
${disabled ? "pointer-events-none" : ""}`,
|
|
613
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
614
|
+
"span",
|
|
615
|
+
{
|
|
616
|
+
className: `flex justify-center items-center transition-transform duration-150
|
|
135
617
|
${checked ? "scale-100 opacity-100" : "scale-0 opacity-0"}`,
|
|
136
|
-
|
|
618
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(import_icons_react.IconCheck, { size: 20 })
|
|
619
|
+
}
|
|
620
|
+
)
|
|
137
621
|
}
|
|
138
|
-
)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
622
|
+
),
|
|
623
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("p", { className: "body-1 select-none", children: label })
|
|
624
|
+
]
|
|
625
|
+
}
|
|
626
|
+
);
|
|
143
627
|
}
|
|
144
628
|
|
|
145
629
|
// src/Checkbox/CheckboxGroup/CheckboxGroup.tsx
|
|
146
630
|
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
147
631
|
function CheckboxGroup({ options, onChange, alignment = "vertical" }) {
|
|
148
|
-
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { className: `flex gap-4 ${alignment === "vertical" ? "flex-col" : ""}`, children: options.map((opt) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
632
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("div", { className: `flex gap-4 ${alignment === "vertical" ? "flex-col" : ""}`, children: options.map((opt) => /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
633
|
+
Checkbox,
|
|
634
|
+
{
|
|
635
|
+
checked: opt.checked,
|
|
636
|
+
label: opt.label,
|
|
637
|
+
onChange: () => onChange(opt.label),
|
|
638
|
+
disabled: opt.disabled
|
|
639
|
+
},
|
|
640
|
+
opt.label
|
|
641
|
+
)) });
|
|
149
642
|
}
|
|
150
643
|
|
|
151
644
|
// src/Radio/Radio/Radio.tsx
|
|
152
645
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
153
|
-
function Radio({ selected, onChange }) {
|
|
646
|
+
function Radio({ selected, onChange, disabled }) {
|
|
647
|
+
const handleClick = () => {
|
|
648
|
+
if (!disabled) {
|
|
649
|
+
onChange(!selected);
|
|
650
|
+
}
|
|
651
|
+
};
|
|
154
652
|
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
155
653
|
"div",
|
|
156
654
|
{
|
|
157
|
-
className:
|
|
158
|
-
|
|
655
|
+
className: `
|
|
656
|
+
flex justify-center items-center w-[16px] h-[16px] border-[1px] border-black rounded-full
|
|
657
|
+
${disabled ? "cursor-not-allowed opacity-50" : "cursor-pointer"}
|
|
658
|
+
`,
|
|
659
|
+
onClick: handleClick,
|
|
660
|
+
"aria-disabled": disabled,
|
|
159
661
|
children: selected && /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("div", { className: `bg-black w-[10px] h-[10px] rounded-full transition-all duration-300` })
|
|
160
662
|
}
|
|
161
663
|
);
|
|
@@ -165,28 +667,38 @@ function Radio({ selected, onChange }) {
|
|
|
165
667
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
166
668
|
function RadioGroup({ options, value, onChange, alignment = "horizontal" }) {
|
|
167
669
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("div", { className: `flex gap-2 ${alignment === "vertical" ? "flex-col" : ""}`, children: options.map((opt) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("label", { className: "flex items-center gap-2 cursor-pointer", children: [
|
|
168
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Radio, { selected: value === opt.value, onChange: () => onChange(opt.value) }),
|
|
169
|
-
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className:
|
|
670
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(Radio, { selected: value === opt.value, onChange: () => onChange(opt.value), disabled: opt.disabled }),
|
|
671
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)("span", { className: `body-1 ${opt.disabled ? "text-gray-400 cursor-not-allowed" : ""}`, children: opt.label })
|
|
170
672
|
] }, opt.value)) });
|
|
171
673
|
}
|
|
172
674
|
|
|
173
675
|
// src/Switch/Switch/Switch.tsx
|
|
174
676
|
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
175
|
-
function Switch({ label, checked, onChange }) {
|
|
176
|
-
|
|
177
|
-
|
|
677
|
+
function Switch({ label, checked, onChange, disabled }) {
|
|
678
|
+
const handleClick = () => {
|
|
679
|
+
if (!disabled) {
|
|
680
|
+
onChange(!checked);
|
|
681
|
+
}
|
|
682
|
+
};
|
|
683
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("div", { className: "flex flex-col gap-[10px]", children: [
|
|
684
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("p", { className: `body-1 ${disabled ? "opacity-50 select-none" : ""}`, children: label }),
|
|
178
685
|
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
179
686
|
"button",
|
|
180
687
|
{
|
|
181
688
|
type: "button",
|
|
182
|
-
onClick:
|
|
183
|
-
|
|
184
|
-
|
|
689
|
+
onClick: handleClick,
|
|
690
|
+
disabled,
|
|
691
|
+
"aria-disabled": disabled,
|
|
692
|
+
className: `
|
|
693
|
+
w-13 h-7 flex items-center rounded-full p-1 transition-colors duration-300
|
|
694
|
+
${checked ? "bg-blue-500" : "bg-gray-300"}
|
|
695
|
+
${disabled ? "cursor-not-allowed opacity-50" : "cursor-pointer"}
|
|
696
|
+
`,
|
|
185
697
|
children: /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
186
698
|
"div",
|
|
187
699
|
{
|
|
188
700
|
className: `bg-white w-5 h-5 rounded-full shadow-md transform transition-transform duration-300
|
|
189
|
-
|
|
701
|
+
${checked ? "translate-x-6" : "translate-x-0"}`
|
|
190
702
|
}
|
|
191
703
|
)
|
|
192
704
|
}
|
|
@@ -218,54 +730,236 @@ function MenuNavBar({ menus, onClick }) {
|
|
|
218
730
|
] }, `menu_${menu.title}`)) });
|
|
219
731
|
}
|
|
220
732
|
|
|
221
|
-
// src/NavBar/
|
|
733
|
+
// src/NavBar/MenuNavBar/Sidebar.tsx
|
|
222
734
|
var import_icons_react2 = require("@tabler/icons-react");
|
|
735
|
+
var import_react = require("react");
|
|
223
736
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
737
|
+
var SidebarContext = (0, import_react.createContext)({ expanded: false });
|
|
738
|
+
function Sidebar({ children, logo }) {
|
|
739
|
+
const [expanded, setExpanded] = (0, import_react.useState)(true);
|
|
740
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("aside", { className: "h-screen", children: /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("nav", { className: `h-full flex flex-col bg-white border-r shadow-sm duration-150 ${expanded ? "w-64" : "w-16"}`, children: [
|
|
741
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("div", { className: "p-4 pb-2 flex justify-center items-center", children: [
|
|
742
|
+
expanded && logo && /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("img", { src: logo, width: 120, className: "ml-auto" }),
|
|
743
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
744
|
+
"button",
|
|
745
|
+
{
|
|
746
|
+
className: "p-1.5 rounded-lg bg-gray-50 hover:bg-gray-100 cursor-pointer ml-auto",
|
|
747
|
+
onClick: () => setExpanded((curr) => !curr),
|
|
748
|
+
children: expanded ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_icons_react2.IconChevronLeftPipe, {}) : /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_icons_react2.IconChevronRightPipe, {})
|
|
749
|
+
}
|
|
750
|
+
)
|
|
751
|
+
] }),
|
|
752
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(SidebarContext.Provider, { value: { expanded }, children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("ul", { className: "flex-1 px-3", children }) })
|
|
753
|
+
] }) });
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
// src/NavBar/TopNavBar/TopNavBar.tsx
|
|
757
|
+
var import_icons_react3 = require("@tabler/icons-react");
|
|
758
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
224
759
|
function TopNavBar({ onClickNoti, logo }) {
|
|
225
|
-
return /* @__PURE__ */ (0,
|
|
226
|
-
/* @__PURE__ */ (0,
|
|
760
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "w-full h-full flex", children: [
|
|
761
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex items-center gap-[20px] p-[10px]", children: [
|
|
227
762
|
logo,
|
|
228
|
-
/* @__PURE__ */ (0,
|
|
763
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("p", { className: "subtitle-1", children: "Project Management" })
|
|
229
764
|
] }),
|
|
230
|
-
/* @__PURE__ */ (0,
|
|
231
|
-
/* @__PURE__ */ (0,
|
|
232
|
-
/* @__PURE__ */ (0,
|
|
233
|
-
/* @__PURE__ */ (0,
|
|
765
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("div", { className: "flex items-center ml-auto gap-[20px] p-[10px]", children: [
|
|
766
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { children: "Search" }),
|
|
767
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_icons_react3.IconBellRinging, { onClick: onClickNoti, className: "cursor-pointer" }) }),
|
|
768
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("div", { className: "w-[40px] h-[40px] bg-gray-400 rounded-full cursor-pointer" })
|
|
234
769
|
] })
|
|
235
770
|
] });
|
|
236
771
|
}
|
|
237
772
|
|
|
238
773
|
// src/Table/DataTable/DataTable.tsx
|
|
239
|
-
var
|
|
240
|
-
|
|
774
|
+
var import_icons_react5 = require("@tabler/icons-react");
|
|
775
|
+
var import_react3 = require("react");
|
|
776
|
+
|
|
777
|
+
// src/Table/Pagination/Pagination.tsx
|
|
778
|
+
var import_icons_react4 = require("@tabler/icons-react");
|
|
779
|
+
var import_react2 = require("react");
|
|
780
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
781
|
+
function Pagination({ totalItems, itemsPerPage, currentPage, onPageChange }) {
|
|
782
|
+
const totalPages = Math.ceil(totalItems / itemsPerPage);
|
|
783
|
+
const getPages = (0, import_react2.useMemo)(() => {
|
|
784
|
+
if (totalPages <= 7) {
|
|
785
|
+
return Array.from({ length: totalPages }, (_, i) => i + 1);
|
|
786
|
+
}
|
|
787
|
+
const pages = [];
|
|
788
|
+
pages.push(1);
|
|
789
|
+
if (currentPage > 3) {
|
|
790
|
+
pages.push("...");
|
|
791
|
+
}
|
|
792
|
+
const start = Math.max(2, currentPage - 1);
|
|
793
|
+
const end = Math.min(totalPages - 1, currentPage + 1);
|
|
794
|
+
for (let i = start; i <= end; i++) {
|
|
795
|
+
pages.push(i);
|
|
796
|
+
}
|
|
797
|
+
if (currentPage < totalPages - 2) {
|
|
798
|
+
pages.push("...");
|
|
799
|
+
}
|
|
800
|
+
pages.push(totalPages);
|
|
801
|
+
return pages;
|
|
802
|
+
}, [totalPages, currentPage]);
|
|
803
|
+
if (totalPages <= 1) return null;
|
|
804
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("div", { className: "flex items-center justify-center gap-2 mt-4 body-1", children: [
|
|
805
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
806
|
+
"button",
|
|
807
|
+
{
|
|
808
|
+
className: "px-3 py-1 disabled:opacity-50 flex gap-[8px] cursor-pointer",
|
|
809
|
+
disabled: currentPage === 1,
|
|
810
|
+
onClick: () => onPageChange(currentPage - 1),
|
|
811
|
+
children: [
|
|
812
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_icons_react4.IconArrowLeft, {}),
|
|
813
|
+
"\u0E22\u0E49\u0E2D\u0E19\u0E01\u0E25\u0E31\u0E1A"
|
|
814
|
+
]
|
|
815
|
+
}
|
|
816
|
+
),
|
|
817
|
+
getPages.map(
|
|
818
|
+
(page, i) => typeof page === "string" ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("span", { className: "px-2", children: page }, i) : /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
819
|
+
"button",
|
|
820
|
+
{
|
|
821
|
+
className: `w-[32px] h-[32px] rounded-[8px] px-3 py-1 cursor-pointer
|
|
822
|
+
${currentPage === page ? "bg-black text-white" : "hover:bg-gray-100"}`,
|
|
823
|
+
onClick: () => onPageChange(page),
|
|
824
|
+
children: page
|
|
825
|
+
},
|
|
826
|
+
i
|
|
827
|
+
)
|
|
828
|
+
),
|
|
829
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
830
|
+
"button",
|
|
831
|
+
{
|
|
832
|
+
className: "px-3 py-1 disabled:opacity-50 flex gap-[8px] cursor-pointer",
|
|
833
|
+
disabled: currentPage === totalPages,
|
|
834
|
+
onClick: () => onPageChange(currentPage + 1),
|
|
835
|
+
children: [
|
|
836
|
+
"\u0E16\u0E31\u0E14\u0E44\u0E1B",
|
|
837
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(import_icons_react4.IconArrowRight, {})
|
|
838
|
+
]
|
|
839
|
+
}
|
|
840
|
+
)
|
|
841
|
+
] });
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
// src/Table/DataTable/DataTable.tsx
|
|
845
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
846
|
+
function DataTable({ columns, data, onSort, isLoading }) {
|
|
241
847
|
const cols = Math.max(1, columns.length);
|
|
242
848
|
const gridClass = "grid [grid-template-columns:repeat(var(--cols),minmax(0,1fr))]";
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
849
|
+
const [sortConfig, setSortConfig] = (0, import_react3.useState)(null);
|
|
850
|
+
const [page, setPage] = (0, import_react3.useState)(1);
|
|
851
|
+
const onSorting = (config) => {
|
|
852
|
+
if (config) {
|
|
853
|
+
setSortConfig({ key: config?.key, direction: config?.direction });
|
|
854
|
+
onSort();
|
|
855
|
+
}
|
|
856
|
+
};
|
|
857
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "border rounded-md w-full h-full", children: [
|
|
858
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: `${gridClass} font-semibold border-b border-gray-200`, style: { ["--cols"]: cols }, children: columns.map((col, i) => {
|
|
859
|
+
const isActive = sortConfig?.key === col.accessor;
|
|
860
|
+
const direction = isActive ? sortConfig?.direction : null;
|
|
861
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("div", { className: "flex items-center gap-[8px] py-[8px] px-[16px] body-4 truncate", children: [
|
|
862
|
+
col.header,
|
|
863
|
+
col.sortable && /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(import_jsx_runtime14.Fragment, { children: [
|
|
864
|
+
direction === null && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
865
|
+
import_icons_react5.IconSelector,
|
|
866
|
+
{
|
|
867
|
+
size: 15,
|
|
868
|
+
className: "hover:text-red-400 cursor-pointer",
|
|
869
|
+
onClick: () => onSorting({ key: col.accessor, direction: "asc" })
|
|
870
|
+
}
|
|
871
|
+
),
|
|
872
|
+
direction === "asc" && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
873
|
+
import_icons_react5.IconSortAscending,
|
|
874
|
+
{
|
|
875
|
+
size: 15,
|
|
876
|
+
className: "cursor-pointer text-red-500",
|
|
877
|
+
onClick: () => onSorting({ key: col.accessor, direction: "desc" })
|
|
878
|
+
}
|
|
879
|
+
),
|
|
880
|
+
direction === "desc" && /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
881
|
+
import_icons_react5.IconSortDescending,
|
|
882
|
+
{
|
|
883
|
+
size: 15,
|
|
884
|
+
className: "cursor-pointer text-red-500",
|
|
885
|
+
onClick: () => onSorting({ key: col.accessor, direction: null })
|
|
886
|
+
}
|
|
887
|
+
)
|
|
888
|
+
] })
|
|
889
|
+
] }, i);
|
|
890
|
+
}) }),
|
|
891
|
+
isLoading ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "flex justify-center items-center w-full h-full", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Loader, {}) }) : /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_jsx_runtime14.Fragment, { children: data.map((row, i) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
246
892
|
"div",
|
|
247
893
|
{
|
|
248
|
-
className: `${gridClass} border-b border-gray-200 items-center`,
|
|
894
|
+
className: `${gridClass} ${data.length - 1 !== i ? "border-b border-gray-200" : ""} items-center`,
|
|
249
895
|
style: { ["--cols"]: cols },
|
|
250
|
-
children: columns.map((col, c) => /* @__PURE__ */ (0,
|
|
896
|
+
children: columns.map((col, c) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { className: "py-[8px] px-[16px] body-3 truncate", children: typeof col.accessor === "function" ? col.accessor(row) : String(row[col.accessor]) }, c))
|
|
251
897
|
},
|
|
252
898
|
i
|
|
253
|
-
))
|
|
899
|
+
)) }),
|
|
900
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(Pagination, { currentPage: page, itemsPerPage: 5, totalItems: 10, onPageChange: setPage }) })
|
|
254
901
|
] });
|
|
255
902
|
}
|
|
256
903
|
|
|
904
|
+
// src/Table/DataTable/AntDataTable.tsx
|
|
905
|
+
var import_antd = require("antd");
|
|
906
|
+
var import_react4 = require("react");
|
|
907
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
908
|
+
function AntDataTable({
|
|
909
|
+
dataSource,
|
|
910
|
+
columns,
|
|
911
|
+
pageSize = 10,
|
|
912
|
+
rowCheckbox,
|
|
913
|
+
onRowSelect,
|
|
914
|
+
width,
|
|
915
|
+
height
|
|
916
|
+
}) {
|
|
917
|
+
const [selectedRowKeys, setSelectedRowKeys] = (0, import_react4.useState)([]);
|
|
918
|
+
const rowSelection = {
|
|
919
|
+
selectedRowKeys,
|
|
920
|
+
onChange: (newSelectedRowKeys) => {
|
|
921
|
+
setSelectedRowKeys(newSelectedRowKeys);
|
|
922
|
+
onRowSelect && onRowSelect(newSelectedRowKeys);
|
|
923
|
+
}
|
|
924
|
+
};
|
|
925
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_jsx_runtime15.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
926
|
+
import_antd.ConfigProvider,
|
|
927
|
+
{
|
|
928
|
+
theme: {
|
|
929
|
+
components: {},
|
|
930
|
+
token: {
|
|
931
|
+
fontFamily: "Kanit"
|
|
932
|
+
}
|
|
933
|
+
},
|
|
934
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
935
|
+
import_antd.Table,
|
|
936
|
+
{
|
|
937
|
+
dataSource,
|
|
938
|
+
columns,
|
|
939
|
+
rowSelection: rowCheckbox ? rowSelection : void 0,
|
|
940
|
+
pagination: { position: ["bottomCenter"], pageSize },
|
|
941
|
+
style: { width },
|
|
942
|
+
scroll: { y: height }
|
|
943
|
+
}
|
|
944
|
+
)
|
|
945
|
+
}
|
|
946
|
+
) });
|
|
947
|
+
}
|
|
948
|
+
|
|
257
949
|
// src/Calendar/Calendar/Calendar.tsx
|
|
258
|
-
var
|
|
259
|
-
var
|
|
950
|
+
var import_react5 = require("react");
|
|
951
|
+
var import_react6 = __toESM(require("@fullcalendar/react"));
|
|
260
952
|
var import_daygrid = __toESM(require("@fullcalendar/daygrid"));
|
|
261
953
|
var import_timegrid = __toESM(require("@fullcalendar/timegrid"));
|
|
262
954
|
var import_interaction = __toESM(require("@fullcalendar/interaction"));
|
|
263
|
-
var
|
|
264
|
-
var
|
|
265
|
-
var
|
|
955
|
+
var import_th = __toESM(require("@fullcalendar/core/locales/th"));
|
|
956
|
+
var import_icons_react6 = require("@tabler/icons-react");
|
|
957
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
266
958
|
function Calendar({ events }) {
|
|
267
|
-
const calendarRef = (0,
|
|
268
|
-
const [monthTitle, setMonthTitle] = (0,
|
|
959
|
+
const calendarRef = (0, import_react5.useRef)(null);
|
|
960
|
+
const [monthTitle, setMonthTitle] = (0, import_react5.useState)("");
|
|
961
|
+
const [openPopup, setOpenPopup] = (0, import_react5.useState)(false);
|
|
962
|
+
const [selectedEvent, setSelectedEvent] = (0, import_react5.useState)(null);
|
|
269
963
|
const updateTitle = () => {
|
|
270
964
|
const calendarApi = calendarRef.current?.getApi();
|
|
271
965
|
if (calendarApi) {
|
|
@@ -276,14 +970,14 @@ function Calendar({ events }) {
|
|
|
276
970
|
const calendarApi = calendarRef.current?.getApi();
|
|
277
971
|
calendarApi?.changeView(viewName);
|
|
278
972
|
};
|
|
279
|
-
(0,
|
|
973
|
+
(0, import_react5.useEffect)(() => {
|
|
280
974
|
updateTitle();
|
|
281
975
|
}, []);
|
|
282
|
-
return /* @__PURE__ */ (0,
|
|
283
|
-
/* @__PURE__ */ (0,
|
|
284
|
-
/* @__PURE__ */ (0,
|
|
285
|
-
/* @__PURE__ */ (0,
|
|
286
|
-
/* @__PURE__ */ (0,
|
|
976
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "fc w-full h-full relative z-10", children: [
|
|
977
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "flex mb-[8px]", children: [
|
|
978
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("p", { className: "headline-5", children: monthTitle }),
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "flex gap-[10px] ml-auto", children: [
|
|
980
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
287
981
|
"p",
|
|
288
982
|
{
|
|
289
983
|
className: "w-[80px] h-[35px] border-[1px] flex justify-center items-center rounded-[2px] body-3 cursor-pointer",
|
|
@@ -294,7 +988,7 @@ function Calendar({ events }) {
|
|
|
294
988
|
children: "\u0E27\u0E31\u0E19\u0E19\u0E35\u0E49"
|
|
295
989
|
}
|
|
296
990
|
),
|
|
297
|
-
/* @__PURE__ */ (0,
|
|
991
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
298
992
|
"p",
|
|
299
993
|
{
|
|
300
994
|
className: "w-[80px] h-[35px] border-[1px] flex justify-center items-center rounded-[2px] body-3 cursor-pointer",
|
|
@@ -305,18 +999,18 @@ function Calendar({ events }) {
|
|
|
305
999
|
children: "Month"
|
|
306
1000
|
}
|
|
307
1001
|
),
|
|
308
|
-
/* @__PURE__ */ (0,
|
|
1002
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
309
1003
|
"p",
|
|
310
1004
|
{
|
|
311
1005
|
className: "w-[80px] h-[35px] border-[1px] flex justify-center items-center rounded-[2px] body-3 cursor-pointer",
|
|
312
1006
|
onClick: () => {
|
|
313
|
-
changeView("
|
|
1007
|
+
changeView("timeGridWeek");
|
|
314
1008
|
updateTitle();
|
|
315
1009
|
},
|
|
316
1010
|
children: "Week"
|
|
317
1011
|
}
|
|
318
1012
|
),
|
|
319
|
-
/* @__PURE__ */ (0,
|
|
1013
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
320
1014
|
"p",
|
|
321
1015
|
{
|
|
322
1016
|
className: "w-[80px] h-[35px] border-[1px] flex justify-center items-center rounded-[2px] body-3 cursor-pointer",
|
|
@@ -327,7 +1021,7 @@ function Calendar({ events }) {
|
|
|
327
1021
|
children: "Day"
|
|
328
1022
|
}
|
|
329
1023
|
),
|
|
330
|
-
/* @__PURE__ */ (0,
|
|
1024
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
331
1025
|
"button",
|
|
332
1026
|
{
|
|
333
1027
|
className: "cursor-pointer",
|
|
@@ -335,10 +1029,10 @@ function Calendar({ events }) {
|
|
|
335
1029
|
calendarRef.current?.getApi().prev();
|
|
336
1030
|
updateTitle();
|
|
337
1031
|
},
|
|
338
|
-
children: /* @__PURE__ */ (0,
|
|
1032
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_icons_react6.IconChevronLeft, {})
|
|
339
1033
|
}
|
|
340
1034
|
),
|
|
341
|
-
/* @__PURE__ */ (0,
|
|
1035
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
342
1036
|
"button",
|
|
343
1037
|
{
|
|
344
1038
|
className: "cursor-pointer",
|
|
@@ -346,44 +1040,70 @@ function Calendar({ events }) {
|
|
|
346
1040
|
calendarRef.current?.getApi().next();
|
|
347
1041
|
updateTitle();
|
|
348
1042
|
},
|
|
349
|
-
children: /* @__PURE__ */ (0,
|
|
1043
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_icons_react6.IconChevronRight, {})
|
|
350
1044
|
}
|
|
351
1045
|
)
|
|
352
1046
|
] })
|
|
353
1047
|
] }),
|
|
354
|
-
/* @__PURE__ */ (0,
|
|
355
|
-
|
|
1048
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "relative z-10", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
1049
|
+
import_react6.default,
|
|
356
1050
|
{
|
|
357
1051
|
ref: calendarRef,
|
|
358
1052
|
plugins: [import_daygrid.default, import_timegrid.default, import_interaction.default],
|
|
359
1053
|
events,
|
|
360
|
-
locale:
|
|
1054
|
+
locale: import_th.default,
|
|
361
1055
|
slotLabelFormat: {
|
|
362
1056
|
hour: "numeric",
|
|
363
1057
|
minute: "2-digit"
|
|
364
1058
|
},
|
|
365
1059
|
firstDay: 0,
|
|
366
1060
|
fixedWeekCount: false,
|
|
367
|
-
initialView: "dayGridMonth",
|
|
368
1061
|
headerToolbar: false,
|
|
1062
|
+
initialView: "dayGridMonth",
|
|
369
1063
|
dayMaxEventRows: 4,
|
|
370
|
-
moreLinkText: "\u0E23\u0E32\u0E22\u0E01\u0E32\u0E23",
|
|
371
1064
|
editable: true,
|
|
372
1065
|
eventDrop: (info) => {
|
|
373
1066
|
console.log("Event \u0E02\u0E2D\u0E07\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48:", info.event.startStr);
|
|
374
1067
|
},
|
|
1068
|
+
eventClick: (info) => {
|
|
1069
|
+
setOpenPopup(true);
|
|
1070
|
+
setSelectedEvent({
|
|
1071
|
+
title: info.event.title,
|
|
1072
|
+
start: info.event._instance?.range.start.toISOString(),
|
|
1073
|
+
end: info.event._instance?.range.end.toISOString()
|
|
1074
|
+
});
|
|
1075
|
+
},
|
|
375
1076
|
eventContent: (arg) => {
|
|
376
|
-
return /* @__PURE__ */ (0,
|
|
377
|
-
}
|
|
1077
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_jsx_runtime16.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "flex items-center h-[28px] p-[4px] border-green-500 border-l-[10px] bg-red-400 rounded text-left text-white caption-1", children: arg.event.title }) });
|
|
1078
|
+
},
|
|
1079
|
+
moreLinkContent: (arg) => `+${arg.num} \u0E23\u0E32\u0E22\u0E01\u0E32\u0E23`
|
|
378
1080
|
}
|
|
379
|
-
)
|
|
1081
|
+
) }),
|
|
1082
|
+
openPopup && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "fixed inset-0 flex justify-center items-center bg-black/50 z-50", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(EventPopUp, { event: selectedEvent, onClose: () => setOpenPopup(false) }) })
|
|
1083
|
+
] });
|
|
1084
|
+
}
|
|
1085
|
+
function EventPopUp({ event, onClose }) {
|
|
1086
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "w-[500px] h-auto rounded-2xl bg-white relative z-50 shadow-2xl overflow-hidden", children: [
|
|
1087
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("button", { className: "absolute top-3 right-3 rounded-full p-1 hover:bg-gray-200 transition", onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_icons_react6.IconX, { className: "w-6 h-6 text-gray-600" }) }),
|
|
1088
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("div", { className: "bg-red-400 text-left text-white px-6 py-4 headline-5", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h2", { className: "text-lg font-semibold", children: event.title }) }),
|
|
1089
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("div", { className: "flex flex-col w-full p-6 gap-3 text-gray-700 body-3", children: [
|
|
1090
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("p", { children: [
|
|
1091
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: "font-medium", children: "\u0E40\u0E23\u0E34\u0E48\u0E21: " }),
|
|
1092
|
+
event?.start?.toLocaleString?.() || String(event?.start)
|
|
1093
|
+
] }),
|
|
1094
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsxs)("p", { children: [
|
|
1095
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("span", { className: "font-medium", children: "\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14: " }),
|
|
1096
|
+
event?.end?.toLocaleString?.() || String(event?.end)
|
|
1097
|
+
] }),
|
|
1098
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("h3", { className: "text-sm font-semibold text-gray-500 uppercase mb-2 hover:underline cursor-pointer", children: "\u0E23\u0E32\u0E22\u0E25\u0E30\u0E40\u0E2D\u0E35\u0E22\u0E14\u0E40\u0E1E\u0E34\u0E48\u0E21\u0E40\u0E15\u0E34\u0E21" })
|
|
1099
|
+
] })
|
|
380
1100
|
] });
|
|
381
1101
|
}
|
|
382
1102
|
|
|
383
1103
|
// src/Input/TextInput/TextInput.tsx
|
|
384
|
-
var
|
|
385
|
-
var
|
|
386
|
-
var
|
|
1104
|
+
var import_icons_react7 = require("@tabler/icons-react");
|
|
1105
|
+
var import_react7 = require("react");
|
|
1106
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
387
1107
|
function TextInput({
|
|
388
1108
|
label,
|
|
389
1109
|
placeholder,
|
|
@@ -392,56 +1112,1287 @@ function TextInput({
|
|
|
392
1112
|
required,
|
|
393
1113
|
error,
|
|
394
1114
|
value,
|
|
395
|
-
onChange
|
|
1115
|
+
onChange,
|
|
1116
|
+
disabled
|
|
396
1117
|
}) {
|
|
397
|
-
const [showPassword, setShowPassword] = (0,
|
|
1118
|
+
const [showPassword, setShowPassword] = (0, import_react7.useState)(false);
|
|
398
1119
|
const onShowPassword = () => {
|
|
399
1120
|
setShowPassword(!showPassword);
|
|
400
1121
|
};
|
|
401
1122
|
const inputType = type === "password" ? showPassword ? "text" : "password" : "text";
|
|
402
|
-
return /* @__PURE__ */ (0,
|
|
403
|
-
/* @__PURE__ */ (0,
|
|
1123
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("div", { children: [
|
|
1124
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)("p", { className: "body-1 mb-[8px]", children: [
|
|
404
1125
|
label,
|
|
405
|
-
required && /* @__PURE__ */ (0,
|
|
1126
|
+
required && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("span", { className: "text-red-600", children: "\xA0*" })
|
|
406
1127
|
] }),
|
|
407
|
-
/* @__PURE__ */ (0,
|
|
1128
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
408
1129
|
"div",
|
|
409
1130
|
{
|
|
410
|
-
className: `border-[1px] rounded-[8px] w-full h-[40px] flex justify-center items-center
|
|
1131
|
+
className: `border-[1px] rounded-[8px] w-full h-[40px] flex justify-center items-center
|
|
1132
|
+
${disabled ? "bg-gray-100 text-gray-400" : error ? "border-red-600" : ""}`,
|
|
411
1133
|
children: [
|
|
412
|
-
/* @__PURE__ */ (0,
|
|
1134
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
413
1135
|
"input",
|
|
414
1136
|
{
|
|
415
|
-
className:
|
|
1137
|
+
className: `w-full h-full px-[16px] ${disabled ? "cursor-not-allowed" : ""}`,
|
|
416
1138
|
style: { outline: "none" },
|
|
417
1139
|
placeholder,
|
|
418
1140
|
type: inputType,
|
|
419
1141
|
maxLength,
|
|
420
1142
|
value,
|
|
421
|
-
onChange: (e) => onChange(e.target.value)
|
|
1143
|
+
onChange: (e) => onChange(e.target.value),
|
|
1144
|
+
disabled
|
|
422
1145
|
}
|
|
423
1146
|
),
|
|
424
|
-
type === "password" && (showPassword ? /* @__PURE__ */ (0,
|
|
1147
|
+
type === "password" && (showPassword ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_icons_react7.IconEye, { className: "text-gray-600 mr-[8px] cursor-pointer", onClick: onShowPassword }) : /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_icons_react7.IconEyeOff, { className: "text-gray-600 mr-[8px] cursor-pointer", onClick: onShowPassword }))
|
|
425
1148
|
]
|
|
426
1149
|
}
|
|
427
1150
|
),
|
|
428
|
-
error && /* @__PURE__ */ (0,
|
|
1151
|
+
error && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("p", { className: "text-red-600 body-1", children: error })
|
|
429
1152
|
] });
|
|
430
1153
|
}
|
|
1154
|
+
|
|
1155
|
+
// src/InputField/InputField.tsx
|
|
1156
|
+
var import_antd2 = require("antd");
|
|
1157
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
1158
|
+
function InputField({
|
|
1159
|
+
value,
|
|
1160
|
+
onChange,
|
|
1161
|
+
placeholder = "\u0E42\u0E1B\u0E23\u0E14\u0E23\u0E30\u0E1A\u0E38",
|
|
1162
|
+
title,
|
|
1163
|
+
require: require2,
|
|
1164
|
+
bottomText,
|
|
1165
|
+
disabled,
|
|
1166
|
+
showError,
|
|
1167
|
+
errorMessage,
|
|
1168
|
+
addonBefore,
|
|
1169
|
+
addonAfter,
|
|
1170
|
+
defaultValue,
|
|
1171
|
+
className
|
|
1172
|
+
}) {
|
|
1173
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1174
|
+
import_antd2.ConfigProvider,
|
|
1175
|
+
{
|
|
1176
|
+
theme: {
|
|
1177
|
+
token: {
|
|
1178
|
+
fontFamily: "Kanit"
|
|
1179
|
+
}
|
|
1180
|
+
},
|
|
1181
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { className: "container-input", children: [
|
|
1182
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { children: [
|
|
1183
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "body-1", children: title }),
|
|
1184
|
+
" ",
|
|
1185
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1186
|
+
] }),
|
|
1187
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1188
|
+
import_antd2.Input,
|
|
1189
|
+
{
|
|
1190
|
+
value,
|
|
1191
|
+
placeholder,
|
|
1192
|
+
disabled,
|
|
1193
|
+
className: `body-1 w-full ${className ?? ""}`,
|
|
1194
|
+
onChange: (e) => onChange(e.target.value || void 0),
|
|
1195
|
+
allowClear: true,
|
|
1196
|
+
addonBefore,
|
|
1197
|
+
addonAfter,
|
|
1198
|
+
defaultValue
|
|
1199
|
+
}
|
|
1200
|
+
),
|
|
1201
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsxs)("div", { children: [
|
|
1202
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1203
|
+
" ",
|
|
1204
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1205
|
+
] })
|
|
1206
|
+
] })
|
|
1207
|
+
}
|
|
1208
|
+
);
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
// src/Input/TextArea/TextArea.tsx
|
|
1212
|
+
var import_antd3 = require("antd");
|
|
1213
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
1214
|
+
var { TextArea } = import_antd3.Input;
|
|
1215
|
+
function TextAreaInput({
|
|
1216
|
+
label,
|
|
1217
|
+
height = 4,
|
|
1218
|
+
placeholder,
|
|
1219
|
+
onChange,
|
|
1220
|
+
value,
|
|
1221
|
+
maxLength,
|
|
1222
|
+
resizable,
|
|
1223
|
+
showCount,
|
|
1224
|
+
required,
|
|
1225
|
+
error,
|
|
1226
|
+
disabled
|
|
1227
|
+
}) {
|
|
1228
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_jsx_runtime19.Fragment, { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1229
|
+
import_antd3.ConfigProvider,
|
|
1230
|
+
{
|
|
1231
|
+
theme: {
|
|
1232
|
+
components: {},
|
|
1233
|
+
token: {
|
|
1234
|
+
fontFamily: "Kanit"
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { children: [
|
|
1238
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("p", { className: "body-1 mb-[8px]", children: [
|
|
1239
|
+
label,
|
|
1240
|
+
" ",
|
|
1241
|
+
required && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { className: "text-red-500", children: "\xA0*" })
|
|
1242
|
+
] }),
|
|
1243
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1244
|
+
TextArea,
|
|
1245
|
+
{
|
|
1246
|
+
value,
|
|
1247
|
+
rows: height,
|
|
1248
|
+
style: {
|
|
1249
|
+
...error && resizable ? { borderColor: "red" } : {},
|
|
1250
|
+
...disabled || !resizable ? { resize: "none" } : {}
|
|
1251
|
+
},
|
|
1252
|
+
placeholder,
|
|
1253
|
+
maxLength,
|
|
1254
|
+
showCount,
|
|
1255
|
+
onChange: (e) => onChange(e.target.value),
|
|
1256
|
+
disabled
|
|
1257
|
+
}
|
|
1258
|
+
),
|
|
1259
|
+
error && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("p", { className: "text-red-600 body-1", children: error })
|
|
1260
|
+
] })
|
|
1261
|
+
}
|
|
1262
|
+
) });
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
// src/ColorPicker/ColorPicker.tsx
|
|
1266
|
+
var import_antd4 = require("antd");
|
|
1267
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
1268
|
+
function ColorPickerBasic({
|
|
1269
|
+
value,
|
|
1270
|
+
onChange,
|
|
1271
|
+
require: require2,
|
|
1272
|
+
title,
|
|
1273
|
+
bottomText,
|
|
1274
|
+
showError,
|
|
1275
|
+
errorMessage,
|
|
1276
|
+
disabled,
|
|
1277
|
+
allowClear,
|
|
1278
|
+
defaultFormat,
|
|
1279
|
+
className,
|
|
1280
|
+
placeholder = "\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E2A\u0E35"
|
|
1281
|
+
}) {
|
|
1282
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1283
|
+
import_antd4.ConfigProvider,
|
|
1284
|
+
{
|
|
1285
|
+
theme: {
|
|
1286
|
+
token: {
|
|
1287
|
+
fontFamily: "Kanit"
|
|
1288
|
+
}
|
|
1289
|
+
},
|
|
1290
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "container-input", children: [
|
|
1291
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { children: [
|
|
1292
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "body-1", children: title }),
|
|
1293
|
+
" ",
|
|
1294
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1295
|
+
] }),
|
|
1296
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1297
|
+
import_antd4.ColorPicker,
|
|
1298
|
+
{
|
|
1299
|
+
defaultFormat,
|
|
1300
|
+
className: `body-1 w-full ${className ?? ""}`,
|
|
1301
|
+
value,
|
|
1302
|
+
defaultValue: "#ffff",
|
|
1303
|
+
onChange,
|
|
1304
|
+
allowClear,
|
|
1305
|
+
showText: (color) => {
|
|
1306
|
+
const hex = color.toHexString();
|
|
1307
|
+
if (!value) {
|
|
1308
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { children: placeholder });
|
|
1309
|
+
}
|
|
1310
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("span", { children: [
|
|
1311
|
+
"(",
|
|
1312
|
+
hex,
|
|
1313
|
+
")"
|
|
1314
|
+
] });
|
|
1315
|
+
},
|
|
1316
|
+
disabled
|
|
1317
|
+
}
|
|
1318
|
+
),
|
|
1319
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { children: [
|
|
1320
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1321
|
+
" ",
|
|
1322
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1323
|
+
] })
|
|
1324
|
+
] })
|
|
1325
|
+
}
|
|
1326
|
+
);
|
|
1327
|
+
}
|
|
1328
|
+
|
|
1329
|
+
// src/DatePicker/DatePickerBasic/DatePickerBasic.tsx
|
|
1330
|
+
var import_antd5 = require("antd");
|
|
1331
|
+
var import_dayjs = __toESM(require_dayjs_min());
|
|
1332
|
+
var import_th_TH = __toESM(require("antd/locale/th_TH"));
|
|
1333
|
+
var import_th2 = __toESM(require_th());
|
|
1334
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1335
|
+
function DatePickerBasic({
|
|
1336
|
+
value,
|
|
1337
|
+
onChange,
|
|
1338
|
+
require: require2,
|
|
1339
|
+
title,
|
|
1340
|
+
bottomText,
|
|
1341
|
+
showError,
|
|
1342
|
+
errorMessage,
|
|
1343
|
+
placeholder = "\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19\u0E17\u0E35\u0E48",
|
|
1344
|
+
disabled,
|
|
1345
|
+
defaultValue,
|
|
1346
|
+
minDate,
|
|
1347
|
+
maxDate,
|
|
1348
|
+
disabledDate,
|
|
1349
|
+
className,
|
|
1350
|
+
size
|
|
1351
|
+
}) {
|
|
1352
|
+
const dateFormat = "DD/MM/YYYY";
|
|
1353
|
+
import_dayjs.default.locale("th_TH");
|
|
1354
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1355
|
+
import_antd5.ConfigProvider,
|
|
1356
|
+
{
|
|
1357
|
+
locale: import_th_TH.default,
|
|
1358
|
+
theme: {
|
|
1359
|
+
token: {
|
|
1360
|
+
fontFamily: "Kanit"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "container-input", children: [
|
|
1364
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { children: [
|
|
1365
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "body-1", children: title }),
|
|
1366
|
+
" ",
|
|
1367
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1368
|
+
] }),
|
|
1369
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1370
|
+
import_antd5.DatePicker,
|
|
1371
|
+
{
|
|
1372
|
+
className: `body-1 w-full ${className ?? ""}`,
|
|
1373
|
+
value,
|
|
1374
|
+
placeholder,
|
|
1375
|
+
onChange,
|
|
1376
|
+
allowClear: true,
|
|
1377
|
+
disabled,
|
|
1378
|
+
format: dateFormat,
|
|
1379
|
+
defaultValue,
|
|
1380
|
+
minDate,
|
|
1381
|
+
maxDate,
|
|
1382
|
+
disabledDate,
|
|
1383
|
+
size
|
|
1384
|
+
}
|
|
1385
|
+
),
|
|
1386
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { children: [
|
|
1387
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1388
|
+
" ",
|
|
1389
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1390
|
+
] })
|
|
1391
|
+
] })
|
|
1392
|
+
}
|
|
1393
|
+
);
|
|
1394
|
+
}
|
|
1395
|
+
|
|
1396
|
+
// src/DatePicker/DatePickerRangePicker/DatePickerRangePicker.tsx
|
|
1397
|
+
var import_antd6 = require("antd");
|
|
1398
|
+
var import_th_TH2 = __toESM(require("antd/locale/th_TH"));
|
|
1399
|
+
var import_th3 = __toESM(require_th());
|
|
1400
|
+
var import_customParseFormat = __toESM(require_customParseFormat());
|
|
1401
|
+
var import_dayjs2 = __toESM(require_dayjs_min());
|
|
1402
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1403
|
+
import_dayjs2.default.extend(import_customParseFormat.default);
|
|
1404
|
+
function DatePickerRangePicker({
|
|
1405
|
+
value,
|
|
1406
|
+
onChange,
|
|
1407
|
+
placeholder = ["\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19", "\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14"],
|
|
1408
|
+
title,
|
|
1409
|
+
require: require2,
|
|
1410
|
+
bottomText,
|
|
1411
|
+
showError,
|
|
1412
|
+
errorMessage,
|
|
1413
|
+
disabled,
|
|
1414
|
+
minDate,
|
|
1415
|
+
maxDate,
|
|
1416
|
+
disabledDate,
|
|
1417
|
+
size = "middle",
|
|
1418
|
+
className,
|
|
1419
|
+
onOpenChange,
|
|
1420
|
+
onCalendarChange
|
|
1421
|
+
}) {
|
|
1422
|
+
const dateFormat = "DD/MM/YYYY";
|
|
1423
|
+
import_dayjs2.default.locale("th_TH");
|
|
1424
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1425
|
+
import_antd6.ConfigProvider,
|
|
1426
|
+
{
|
|
1427
|
+
locale: import_th_TH2.default,
|
|
1428
|
+
theme: {
|
|
1429
|
+
token: {
|
|
1430
|
+
fontFamily: "Kanit"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "container-input", children: [
|
|
1434
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { children: [
|
|
1435
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "body-1", children: title }),
|
|
1436
|
+
" ",
|
|
1437
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1438
|
+
] }),
|
|
1439
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1440
|
+
import_antd6.DatePicker.RangePicker,
|
|
1441
|
+
{
|
|
1442
|
+
format: dateFormat,
|
|
1443
|
+
value,
|
|
1444
|
+
placeholder,
|
|
1445
|
+
className: `body-1 w-full ${className ?? ""}`,
|
|
1446
|
+
onChange,
|
|
1447
|
+
allowClear: true,
|
|
1448
|
+
disabled,
|
|
1449
|
+
minDate,
|
|
1450
|
+
maxDate,
|
|
1451
|
+
disabledDate,
|
|
1452
|
+
size,
|
|
1453
|
+
onOpenChange,
|
|
1454
|
+
onCalendarChange
|
|
1455
|
+
}
|
|
1456
|
+
),
|
|
1457
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { children: [
|
|
1458
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1459
|
+
" ",
|
|
1460
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1461
|
+
] })
|
|
1462
|
+
] })
|
|
1463
|
+
}
|
|
1464
|
+
);
|
|
1465
|
+
}
|
|
1466
|
+
|
|
1467
|
+
// src/TimePicker/TimePickerBasic/TimePickerBasic.tsx
|
|
1468
|
+
var import_antd7 = require("antd");
|
|
1469
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
1470
|
+
function TimePickerBasic({ value, onChange, require: require2, title, bottomText, showError, errorMessage, placeholder, disabled, className }) {
|
|
1471
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1472
|
+
import_antd7.ConfigProvider,
|
|
1473
|
+
{
|
|
1474
|
+
theme: {
|
|
1475
|
+
token: {
|
|
1476
|
+
fontFamily: "Kanit"
|
|
1477
|
+
}
|
|
1478
|
+
},
|
|
1479
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { className: "container-input", children: [
|
|
1480
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { children: [
|
|
1481
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "body-1", children: title }),
|
|
1482
|
+
" ",
|
|
1483
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1484
|
+
] }),
|
|
1485
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1486
|
+
import_antd7.TimePicker,
|
|
1487
|
+
{
|
|
1488
|
+
format: "HH:mm",
|
|
1489
|
+
className: `body-1 w-full ${className ?? ""}`,
|
|
1490
|
+
value,
|
|
1491
|
+
placeholder,
|
|
1492
|
+
onChange,
|
|
1493
|
+
allowClear: true,
|
|
1494
|
+
disabled
|
|
1495
|
+
}
|
|
1496
|
+
),
|
|
1497
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsxs)("div", { children: [
|
|
1498
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1499
|
+
" ",
|
|
1500
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1501
|
+
] })
|
|
1502
|
+
] })
|
|
1503
|
+
}
|
|
1504
|
+
);
|
|
1505
|
+
}
|
|
1506
|
+
|
|
1507
|
+
// src/TimePicker/TimePickerRangePicker/TimerPickerRangePicker.tsx
|
|
1508
|
+
var import_antd8 = require("antd");
|
|
1509
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
1510
|
+
function TimePickerRangePicker({
|
|
1511
|
+
value,
|
|
1512
|
+
onChange,
|
|
1513
|
+
placeholder = ["\u0E40\u0E23\u0E34\u0E48\u0E21\u0E15\u0E49\u0E19", "\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14"],
|
|
1514
|
+
title,
|
|
1515
|
+
require: require2,
|
|
1516
|
+
bottomText,
|
|
1517
|
+
showError,
|
|
1518
|
+
errorMessage,
|
|
1519
|
+
disabled,
|
|
1520
|
+
className
|
|
1521
|
+
}) {
|
|
1522
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1523
|
+
import_antd8.ConfigProvider,
|
|
1524
|
+
{
|
|
1525
|
+
theme: {
|
|
1526
|
+
token: {
|
|
1527
|
+
fontFamily: "Kanit"
|
|
1528
|
+
}
|
|
1529
|
+
},
|
|
1530
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { className: "container-input", children: [
|
|
1531
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { children: [
|
|
1532
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "body-1", children: title }),
|
|
1533
|
+
" ",
|
|
1534
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1535
|
+
] }),
|
|
1536
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1537
|
+
import_antd8.TimePicker.RangePicker,
|
|
1538
|
+
{
|
|
1539
|
+
format: "HH:mm",
|
|
1540
|
+
value,
|
|
1541
|
+
placeholder,
|
|
1542
|
+
className: `body-1 w-full ${className ?? ""}`,
|
|
1543
|
+
onChange,
|
|
1544
|
+
allowClear: true,
|
|
1545
|
+
disabled
|
|
1546
|
+
}
|
|
1547
|
+
),
|
|
1548
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsxs)("div", { children: [
|
|
1549
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1550
|
+
" ",
|
|
1551
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1552
|
+
] })
|
|
1553
|
+
] })
|
|
1554
|
+
}
|
|
1555
|
+
);
|
|
1556
|
+
}
|
|
1557
|
+
|
|
1558
|
+
// src/Select/SelectField/SelectField.tsx
|
|
1559
|
+
var import_antd9 = require("antd");
|
|
1560
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
1561
|
+
function SelectField({
|
|
1562
|
+
value,
|
|
1563
|
+
onChange,
|
|
1564
|
+
placeholder = "\u0E42\u0E1B\u0E23\u0E14\u0E23\u0E30\u0E1A\u0E38",
|
|
1565
|
+
title,
|
|
1566
|
+
require: require2,
|
|
1567
|
+
bottomText,
|
|
1568
|
+
showError,
|
|
1569
|
+
errorMessage,
|
|
1570
|
+
disabled,
|
|
1571
|
+
defaultValue,
|
|
1572
|
+
options,
|
|
1573
|
+
mode,
|
|
1574
|
+
prefix,
|
|
1575
|
+
prefixSize = 20,
|
|
1576
|
+
handleSearch,
|
|
1577
|
+
className
|
|
1578
|
+
}) {
|
|
1579
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1580
|
+
import_antd9.ConfigProvider,
|
|
1581
|
+
{
|
|
1582
|
+
theme: {
|
|
1583
|
+
token: {
|
|
1584
|
+
fontFamily: "Kanit"
|
|
1585
|
+
}
|
|
1586
|
+
},
|
|
1587
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { className: "container-input", children: [
|
|
1588
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { children: [
|
|
1589
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "body-1", children: title }),
|
|
1590
|
+
" ",
|
|
1591
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1592
|
+
] }),
|
|
1593
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
1594
|
+
import_antd9.Select,
|
|
1595
|
+
{
|
|
1596
|
+
showSearch: true,
|
|
1597
|
+
value,
|
|
1598
|
+
defaultValue,
|
|
1599
|
+
onChange,
|
|
1600
|
+
className: `body-1 flex justify-center w-full ${className ?? ""}`,
|
|
1601
|
+
placeholder,
|
|
1602
|
+
optionFilterProp: "label",
|
|
1603
|
+
filterOption: (input, option) => (option?.label ?? "").toString().toLowerCase().includes(input.toLowerCase()),
|
|
1604
|
+
disabled,
|
|
1605
|
+
options,
|
|
1606
|
+
mode,
|
|
1607
|
+
onSearch: handleSearch,
|
|
1608
|
+
prefix: prefix ? /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("span", { style: { width: prefixSize, height: prefixSize, display: "flex", alignItems: "center", justifyContent: "center" }, children: prefix }) : void 0,
|
|
1609
|
+
allowClear: true
|
|
1610
|
+
}
|
|
1611
|
+
),
|
|
1612
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("div", { children: [
|
|
1613
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1614
|
+
" ",
|
|
1615
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1616
|
+
] })
|
|
1617
|
+
] })
|
|
1618
|
+
}
|
|
1619
|
+
);
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
// src/Select/SelectFieldGroup/SelectFieldGroup.tsx
|
|
1623
|
+
var import_antd10 = require("antd");
|
|
1624
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
1625
|
+
function SelectFieldGroup({
|
|
1626
|
+
value,
|
|
1627
|
+
onChange,
|
|
1628
|
+
placeholder = "\u0E42\u0E1B\u0E23\u0E14\u0E23\u0E30\u0E1A\u0E38",
|
|
1629
|
+
title,
|
|
1630
|
+
require: require2,
|
|
1631
|
+
bottomText,
|
|
1632
|
+
showError,
|
|
1633
|
+
errorMessage,
|
|
1634
|
+
disabled,
|
|
1635
|
+
defaultValue,
|
|
1636
|
+
options,
|
|
1637
|
+
mode,
|
|
1638
|
+
prefix,
|
|
1639
|
+
prefixSize = 20,
|
|
1640
|
+
handleSearch,
|
|
1641
|
+
className
|
|
1642
|
+
}) {
|
|
1643
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1644
|
+
import_antd10.ConfigProvider,
|
|
1645
|
+
{
|
|
1646
|
+
theme: {
|
|
1647
|
+
token: {
|
|
1648
|
+
fontFamily: "Kanit"
|
|
1649
|
+
}
|
|
1650
|
+
},
|
|
1651
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { className: "container-input", children: [
|
|
1652
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { children: [
|
|
1653
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "body-1", children: title }),
|
|
1654
|
+
" ",
|
|
1655
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1656
|
+
] }),
|
|
1657
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1658
|
+
import_antd10.Select,
|
|
1659
|
+
{
|
|
1660
|
+
showSearch: true,
|
|
1661
|
+
value,
|
|
1662
|
+
defaultValue,
|
|
1663
|
+
onChange,
|
|
1664
|
+
className: `body-1 flex justify-center w-full ${className ?? ""}`,
|
|
1665
|
+
placeholder,
|
|
1666
|
+
optionFilterProp: "label",
|
|
1667
|
+
filterOption: (input, option) => (option?.label ?? "").toString().toLowerCase().includes(input.toLowerCase()),
|
|
1668
|
+
disabled,
|
|
1669
|
+
options,
|
|
1670
|
+
mode,
|
|
1671
|
+
onSearch: handleSearch,
|
|
1672
|
+
prefix: prefix ? /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
1673
|
+
"span",
|
|
1674
|
+
{
|
|
1675
|
+
style: {
|
|
1676
|
+
width: prefixSize,
|
|
1677
|
+
height: prefixSize,
|
|
1678
|
+
display: "flex",
|
|
1679
|
+
alignItems: "center",
|
|
1680
|
+
justifyContent: "center"
|
|
1681
|
+
},
|
|
1682
|
+
children: prefix
|
|
1683
|
+
}
|
|
1684
|
+
) : void 0,
|
|
1685
|
+
allowClear: true
|
|
1686
|
+
}
|
|
1687
|
+
),
|
|
1688
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)("div", { children: [
|
|
1689
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1690
|
+
" ",
|
|
1691
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1692
|
+
] })
|
|
1693
|
+
] })
|
|
1694
|
+
}
|
|
1695
|
+
);
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
// src/Select/SelectFieldStatus/SelectFieldStatus.tsx
|
|
1699
|
+
var import_antd11 = require("antd");
|
|
1700
|
+
|
|
1701
|
+
// src/Select/SelectFieldStatus/StatusMockup.ts
|
|
1702
|
+
var status = [
|
|
1703
|
+
{ value: "1", label: "\u0E40\u0E1B\u0E34\u0E14", color: "var(--color-gray-500)" },
|
|
1704
|
+
{ value: "2", label: "\u0E01\u0E33\u0E25\u0E31\u0E07\u0E14\u0E33\u0E40\u0E19\u0E34\u0E19\u0E01\u0E32\u0E23", color: "var(--color-yellow-400)" },
|
|
1705
|
+
{ value: "3", label: "\u0E23\u0E2D\u0E15\u0E23\u0E27\u0E08\u0E2A\u0E2D\u0E1A", color: "var(--color-red-400)" },
|
|
1706
|
+
{ value: "4", label: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19", color: "var(--color-green-400)" },
|
|
1707
|
+
{ value: "5", label: "\u0E16\u0E39\u0E01\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01", color: "var(--color-gray-300)" }
|
|
1708
|
+
];
|
|
1709
|
+
|
|
1710
|
+
// src/Select/SelectFieldStatus/SelectFieldStatus.tsx
|
|
1711
|
+
var import_icons = require("@ant-design/icons");
|
|
1712
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
1713
|
+
function SelectFieldStatus({
|
|
1714
|
+
value,
|
|
1715
|
+
onChange,
|
|
1716
|
+
placeholder,
|
|
1717
|
+
title,
|
|
1718
|
+
require: require2,
|
|
1719
|
+
bottomText,
|
|
1720
|
+
disabled,
|
|
1721
|
+
showError,
|
|
1722
|
+
errorMessage,
|
|
1723
|
+
options,
|
|
1724
|
+
className
|
|
1725
|
+
}) {
|
|
1726
|
+
const selectedItem = status.find((s) => s.value === value);
|
|
1727
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1728
|
+
import_antd11.ConfigProvider,
|
|
1729
|
+
{
|
|
1730
|
+
theme: {
|
|
1731
|
+
components: {
|
|
1732
|
+
Select: {
|
|
1733
|
+
selectorBg: selectedItem?.color || "#ffff",
|
|
1734
|
+
hoverBorderColor: "#D9D9D9",
|
|
1735
|
+
activeBorderColor: "#D9D9D9",
|
|
1736
|
+
activeOutlineColor: "#D9D9D9"
|
|
1737
|
+
}
|
|
1738
|
+
},
|
|
1739
|
+
token: {
|
|
1740
|
+
fontFamily: "Kanit"
|
|
1741
|
+
}
|
|
1742
|
+
},
|
|
1743
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { className: "container-input", children: [
|
|
1744
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { children: [
|
|
1745
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "body-1", children: title }),
|
|
1746
|
+
" ",
|
|
1747
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1748
|
+
] }),
|
|
1749
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
1750
|
+
import_antd11.Select,
|
|
1751
|
+
{
|
|
1752
|
+
disabled,
|
|
1753
|
+
suffixIcon: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_icons.DownOutlined, { style: { color: value ? "#fff" : "#D9D9D9" } }),
|
|
1754
|
+
value,
|
|
1755
|
+
onChange,
|
|
1756
|
+
className: `body-3 custom-select flex justify-center w-full ${className ?? ""}`,
|
|
1757
|
+
placeholder,
|
|
1758
|
+
optionFilterProp: "label",
|
|
1759
|
+
filterOption: (input, option) => (option?.label ?? "").toString().toLowerCase().includes(input.toLowerCase()),
|
|
1760
|
+
options
|
|
1761
|
+
}
|
|
1762
|
+
),
|
|
1763
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsxs)("div", { children: [
|
|
1764
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1765
|
+
" ",
|
|
1766
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1767
|
+
] })
|
|
1768
|
+
] })
|
|
1769
|
+
}
|
|
1770
|
+
);
|
|
1771
|
+
}
|
|
1772
|
+
|
|
1773
|
+
// src/Select/SelectFieldStatusReport/SelectFieldStatusReport.tsx
|
|
1774
|
+
var import_antd12 = require("antd");
|
|
1775
|
+
|
|
1776
|
+
// src/Select/SelectFieldStatusReport/StatusReportMockup.ts
|
|
1777
|
+
var status2 = [
|
|
1778
|
+
{ value: "1", label: "\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19", color: "var(--color-green-400)" },
|
|
1779
|
+
{ value: "2", label: "\u0E22\u0E31\u0E07\u0E44\u0E21\u0E48\u0E40\u0E2A\u0E23\u0E47\u0E08\u0E2A\u0E34\u0E49\u0E19", color: "var(--color-red-500)" }
|
|
1780
|
+
];
|
|
1781
|
+
|
|
1782
|
+
// src/Select/SelectFieldStatusReport/SelectFieldStatusReport.tsx
|
|
1783
|
+
var import_icons2 = require("@ant-design/icons");
|
|
1784
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
1785
|
+
function SelectFieldStatusReport({
|
|
1786
|
+
value,
|
|
1787
|
+
onChange,
|
|
1788
|
+
placeholder,
|
|
1789
|
+
title,
|
|
1790
|
+
require: require2,
|
|
1791
|
+
bottomText,
|
|
1792
|
+
disabled,
|
|
1793
|
+
showError,
|
|
1794
|
+
errorMessage,
|
|
1795
|
+
className
|
|
1796
|
+
}) {
|
|
1797
|
+
const selectedItem = status2.find((s) => s.value === value);
|
|
1798
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1799
|
+
import_antd12.ConfigProvider,
|
|
1800
|
+
{
|
|
1801
|
+
theme: {
|
|
1802
|
+
components: {
|
|
1803
|
+
Select: {
|
|
1804
|
+
selectorBg: selectedItem?.color || "#ffff",
|
|
1805
|
+
hoverBorderColor: "#D9D9D9",
|
|
1806
|
+
activeBorderColor: "#D9D9D9",
|
|
1807
|
+
activeOutlineColor: "#D9D9D9"
|
|
1808
|
+
}
|
|
1809
|
+
},
|
|
1810
|
+
token: {
|
|
1811
|
+
fontFamily: "Kanit"
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { className: "container-input", children: [
|
|
1815
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { children: [
|
|
1816
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "body-1", children: title }),
|
|
1817
|
+
" ",
|
|
1818
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1819
|
+
] }),
|
|
1820
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
1821
|
+
import_antd12.Select,
|
|
1822
|
+
{
|
|
1823
|
+
disabled,
|
|
1824
|
+
suffixIcon: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_icons2.DownOutlined, { style: { color: value ? "#fff" : "#D9D9D9" } }),
|
|
1825
|
+
value,
|
|
1826
|
+
onChange,
|
|
1827
|
+
className: `body-3 custom-select flex justify-center w-full ${className ?? ""}`,
|
|
1828
|
+
placeholder,
|
|
1829
|
+
optionFilterProp: "label",
|
|
1830
|
+
filterSort: (optionA, optionB) => (optionA?.label ?? "").toLowerCase().localeCompare((optionB?.label ?? "").toLowerCase()),
|
|
1831
|
+
options: status2.map((s) => ({
|
|
1832
|
+
value: s.value,
|
|
1833
|
+
label: s.label,
|
|
1834
|
+
color: s.color
|
|
1835
|
+
}))
|
|
1836
|
+
}
|
|
1837
|
+
),
|
|
1838
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsxs)("div", { children: [
|
|
1839
|
+
/* @__PURE__ */ (0, import_jsx_runtime28.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1840
|
+
" ",
|
|
1841
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1842
|
+
] })
|
|
1843
|
+
] })
|
|
1844
|
+
}
|
|
1845
|
+
);
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
// src/Select/SelectFieldTag/SelectFieldTag.tsx
|
|
1849
|
+
var import_antd13 = require("antd");
|
|
1850
|
+
var import_react8 = require("react");
|
|
1851
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
1852
|
+
function SelectFieldTag({
|
|
1853
|
+
title,
|
|
1854
|
+
require: require2,
|
|
1855
|
+
bottomText,
|
|
1856
|
+
placeholder,
|
|
1857
|
+
options,
|
|
1858
|
+
showError,
|
|
1859
|
+
errorMessage,
|
|
1860
|
+
value: controlledValue,
|
|
1861
|
+
className,
|
|
1862
|
+
onChange
|
|
1863
|
+
}) {
|
|
1864
|
+
const [internalValue, setInternalValue] = (0, import_react8.useState)([]);
|
|
1865
|
+
const isControlled = controlledValue !== void 0;
|
|
1866
|
+
const value = isControlled ? controlledValue : internalValue;
|
|
1867
|
+
const [searchWord, setSearchWord] = (0, import_react8.useState)("");
|
|
1868
|
+
const handleChange = (val) => {
|
|
1869
|
+
const trimValue = val.map((v) => v.trim());
|
|
1870
|
+
const filtered = trimValue.filter((v) => v.trim() !== "");
|
|
1871
|
+
const latest = filtered.slice(-1);
|
|
1872
|
+
if (!isControlled) {
|
|
1873
|
+
setInternalValue(latest);
|
|
1874
|
+
}
|
|
1875
|
+
setSearchWord("");
|
|
1876
|
+
onChange?.(latest);
|
|
1877
|
+
};
|
|
1878
|
+
const handleSearch = (text) => {
|
|
1879
|
+
setSearchWord(text.trimStart());
|
|
1880
|
+
if (!isControlled) {
|
|
1881
|
+
setInternalValue([]);
|
|
1882
|
+
}
|
|
1883
|
+
onChange?.([]);
|
|
1884
|
+
};
|
|
1885
|
+
return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1886
|
+
import_antd13.ConfigProvider,
|
|
1887
|
+
{
|
|
1888
|
+
theme: {
|
|
1889
|
+
token: {
|
|
1890
|
+
fontFamily: "Kanit"
|
|
1891
|
+
}
|
|
1892
|
+
},
|
|
1893
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { className: "container-input", children: [
|
|
1894
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { children: [
|
|
1895
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "body-1", children: title }),
|
|
1896
|
+
" ",
|
|
1897
|
+
require2 && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("span", { className: "text-red-500", children: "*" })
|
|
1898
|
+
] }),
|
|
1899
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
1900
|
+
import_antd13.Select,
|
|
1901
|
+
{
|
|
1902
|
+
mode: "tags",
|
|
1903
|
+
className: `body-1 flex justify-center w-full ${className ?? ""}`,
|
|
1904
|
+
placeholder,
|
|
1905
|
+
value,
|
|
1906
|
+
onChange: handleChange,
|
|
1907
|
+
onSearch: handleSearch,
|
|
1908
|
+
filterOption: (input, option) => {
|
|
1909
|
+
if (!input.trim()) return true;
|
|
1910
|
+
return (option?.label).toLowerCase().includes(input.toLowerCase());
|
|
1911
|
+
},
|
|
1912
|
+
searchValue: searchWord,
|
|
1913
|
+
options,
|
|
1914
|
+
allowClear: true
|
|
1915
|
+
}
|
|
1916
|
+
),
|
|
1917
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsxs)("div", { children: [
|
|
1918
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)("p", { className: "caption-1 text-gray-500", children: bottomText }),
|
|
1919
|
+
" ",
|
|
1920
|
+
showError && /* @__PURE__ */ (0, import_jsx_runtime29.jsx)("p", { className: "caption-1 text-red-500 ", children: errorMessage })
|
|
1921
|
+
] })
|
|
1922
|
+
] })
|
|
1923
|
+
}
|
|
1924
|
+
);
|
|
1925
|
+
}
|
|
1926
|
+
|
|
1927
|
+
// src/SortFilter/SortFilter.tsx
|
|
1928
|
+
var import_antd14 = require("antd");
|
|
1929
|
+
var import_icons3 = require("@ant-design/icons");
|
|
1930
|
+
|
|
1931
|
+
// src/SortFilter/DataMockSortFilter.ts
|
|
1932
|
+
var years = [
|
|
1933
|
+
{ value: "\u0E1B\u0E35 2566", label: "\u0E1B\u0E35 2566" },
|
|
1934
|
+
{ value: "\u0E1B\u0E35 2567", label: "\u0E1B\u0E35 2567" },
|
|
1935
|
+
{ value: "\u0E1B\u0E35 2568", label: "\u0E1B\u0E35 2568" }
|
|
1936
|
+
];
|
|
1937
|
+
var months = [
|
|
1938
|
+
{ value: "\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21", label: "\u0E21\u0E01\u0E23\u0E32\u0E04\u0E21" },
|
|
1939
|
+
{ value: "\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C", label: "\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C" },
|
|
1940
|
+
{ value: "\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21", label: "\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21" },
|
|
1941
|
+
{ value: "\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19", label: "\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19" },
|
|
1942
|
+
{ value: "\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21", label: "\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21" },
|
|
1943
|
+
{ value: "\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19", label: "\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19" },
|
|
1944
|
+
{ value: "\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21", label: "\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21" },
|
|
1945
|
+
{ value: "\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21", label: "\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21" },
|
|
1946
|
+
{ value: "\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19", label: "\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19" },
|
|
1947
|
+
{ value: "\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21", label: "\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21" },
|
|
1948
|
+
{ value: "\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19", label: "\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19" },
|
|
1949
|
+
{ value: "\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21", label: "\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21" }
|
|
1950
|
+
];
|
|
1951
|
+
var quarters = [
|
|
1952
|
+
{ value: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 1", label: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 1" },
|
|
1953
|
+
{ value: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 2", label: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 2" },
|
|
1954
|
+
{ value: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 3", label: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 3" },
|
|
1955
|
+
{ value: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 4", label: "\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A 4" }
|
|
1956
|
+
];
|
|
1957
|
+
|
|
1958
|
+
// src/SortFilter/SortFilter.tsx
|
|
1959
|
+
var import_react9 = require("react");
|
|
1960
|
+
var import_icons_react8 = require("@tabler/icons-react");
|
|
1961
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
1962
|
+
function SortFilter({
|
|
1963
|
+
showYear = true,
|
|
1964
|
+
showQuarter = true,
|
|
1965
|
+
showMonth = true,
|
|
1966
|
+
onSortClick,
|
|
1967
|
+
onFilterClick
|
|
1968
|
+
}) {
|
|
1969
|
+
const [yearValue, setYearValue] = (0, import_react9.useState)();
|
|
1970
|
+
const [monthValue, setMonthValue] = (0, import_react9.useState)();
|
|
1971
|
+
const [quarterValue, setQuartersValue] = (0, import_react9.useState)();
|
|
1972
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1973
|
+
import_antd14.ConfigProvider,
|
|
1974
|
+
{
|
|
1975
|
+
theme: {
|
|
1976
|
+
token: {
|
|
1977
|
+
fontFamily: "Kanit"
|
|
1978
|
+
}
|
|
1979
|
+
},
|
|
1980
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "w-full flex items-center justify-between", children: [
|
|
1981
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "w-full flex gap-[10px]", children: [
|
|
1982
|
+
showYear && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "w-[200px]", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1983
|
+
SelectField,
|
|
1984
|
+
{
|
|
1985
|
+
prefix: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_icons3.CalendarOutlined, {}),
|
|
1986
|
+
onChange: setYearValue,
|
|
1987
|
+
options: years.map((s) => ({
|
|
1988
|
+
value: s.value,
|
|
1989
|
+
label: s.label
|
|
1990
|
+
})),
|
|
1991
|
+
placeholder: "\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E1B\u0E35",
|
|
1992
|
+
value: yearValue
|
|
1993
|
+
}
|
|
1994
|
+
) }),
|
|
1995
|
+
showMonth && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "w-[200px]", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
1996
|
+
SelectField,
|
|
1997
|
+
{
|
|
1998
|
+
prefix: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_icons3.CalendarOutlined, {}),
|
|
1999
|
+
onChange: setMonthValue,
|
|
2000
|
+
options: months.map((s) => ({
|
|
2001
|
+
value: s.value,
|
|
2002
|
+
label: s.label
|
|
2003
|
+
})),
|
|
2004
|
+
value: monthValue,
|
|
2005
|
+
placeholder: "\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E14\u0E37\u0E2D\u0E19"
|
|
2006
|
+
}
|
|
2007
|
+
) }),
|
|
2008
|
+
showQuarter && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("div", { className: "w-[200px]", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2009
|
+
SelectField,
|
|
2010
|
+
{
|
|
2011
|
+
prefix: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_icons3.CalendarOutlined, {}),
|
|
2012
|
+
onChange: setQuartersValue,
|
|
2013
|
+
options: quarters.map((s) => ({
|
|
2014
|
+
value: s.value,
|
|
2015
|
+
label: s.label
|
|
2016
|
+
})),
|
|
2017
|
+
value: quarterValue,
|
|
2018
|
+
placeholder: "\u0E01\u0E23\u0E38\u0E13\u0E32\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E44\u0E15\u0E23\u0E21\u0E32\u0E2A"
|
|
2019
|
+
}
|
|
2020
|
+
) })
|
|
2021
|
+
] }),
|
|
2022
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: "flex gap-[10px]", children: [
|
|
2023
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2024
|
+
import_icons_react8.IconSortDescending,
|
|
2025
|
+
{
|
|
2026
|
+
size: 24,
|
|
2027
|
+
className: "cursor-pointer",
|
|
2028
|
+
onClick: onSortClick
|
|
2029
|
+
}
|
|
2030
|
+
),
|
|
2031
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
2032
|
+
import_icons_react8.IconFilter,
|
|
2033
|
+
{
|
|
2034
|
+
size: 24,
|
|
2035
|
+
className: "cursor-pointer",
|
|
2036
|
+
onClick: onFilterClick
|
|
2037
|
+
}
|
|
2038
|
+
)
|
|
2039
|
+
] })
|
|
2040
|
+
] })
|
|
2041
|
+
}
|
|
2042
|
+
);
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
// src/Upload/FileUploader/FileUploader.tsx
|
|
2046
|
+
var import_icons_react9 = require("@tabler/icons-react");
|
|
2047
|
+
var import_react10 = require("react");
|
|
2048
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
2049
|
+
function FileUploader({
|
|
2050
|
+
onUpload,
|
|
2051
|
+
onError,
|
|
2052
|
+
onRemove,
|
|
2053
|
+
accept,
|
|
2054
|
+
maxSize,
|
|
2055
|
+
disabled,
|
|
2056
|
+
mode = "drop",
|
|
2057
|
+
description,
|
|
2058
|
+
label
|
|
2059
|
+
}) {
|
|
2060
|
+
const [fileList, setFileList] = (0, import_react10.useState)([]);
|
|
2061
|
+
const [uploading, setUploading] = (0, import_react10.useState)(false);
|
|
2062
|
+
const [dragActive, setDragActive] = (0, import_react10.useState)(false);
|
|
2063
|
+
const inputRef = (0, import_react10.useRef)(null);
|
|
2064
|
+
const validateFile = (file) => {
|
|
2065
|
+
if (accept && !accept.includes(file.type)) {
|
|
2066
|
+
onError?.(`Invalid file type. file: ${file.name}`);
|
|
2067
|
+
throw new Error("Invalid file type");
|
|
2068
|
+
}
|
|
2069
|
+
if (maxSize && file.size > maxSize * 1024 * 1024) {
|
|
2070
|
+
onError?.(`Invalid file size. file: ${file.name}`);
|
|
2071
|
+
throw new Error("Invalid file size");
|
|
2072
|
+
}
|
|
2073
|
+
return true;
|
|
2074
|
+
};
|
|
2075
|
+
const handleUploadClick = () => {
|
|
2076
|
+
inputRef.current?.click();
|
|
2077
|
+
};
|
|
2078
|
+
const handleRemoveFile = async (index) => {
|
|
2079
|
+
try {
|
|
2080
|
+
if (onRemove) {
|
|
2081
|
+
await onRemove();
|
|
2082
|
+
}
|
|
2083
|
+
const updatedList = [...fileList];
|
|
2084
|
+
updatedList.splice(index, 1);
|
|
2085
|
+
setFileList(updatedList);
|
|
2086
|
+
} catch (error) {
|
|
2087
|
+
console.log(error);
|
|
2088
|
+
}
|
|
2089
|
+
};
|
|
2090
|
+
const handleUpload = (event) => {
|
|
2091
|
+
handleFileChange(event.target.files);
|
|
2092
|
+
};
|
|
2093
|
+
const handleDrop = (event) => {
|
|
2094
|
+
event.preventDefault();
|
|
2095
|
+
setDragActive(false);
|
|
2096
|
+
if (disabled) return;
|
|
2097
|
+
handleFileChange(event.dataTransfer.files);
|
|
2098
|
+
};
|
|
2099
|
+
const handleFileChange = async (files) => {
|
|
2100
|
+
if (!files) return;
|
|
2101
|
+
const fileArray = Array.from(files);
|
|
2102
|
+
for (const file of fileArray) {
|
|
2103
|
+
if (!validateFile(file)) continue;
|
|
2104
|
+
setUploading(true);
|
|
2105
|
+
try {
|
|
2106
|
+
if (onUpload) {
|
|
2107
|
+
await onUpload(file);
|
|
2108
|
+
}
|
|
2109
|
+
setFileList((prev) => [...prev, file]);
|
|
2110
|
+
} catch (err) {
|
|
2111
|
+
console.log("catch");
|
|
2112
|
+
console.error(err);
|
|
2113
|
+
} finally {
|
|
2114
|
+
setUploading(false);
|
|
2115
|
+
}
|
|
2116
|
+
}
|
|
2117
|
+
if (inputRef.current) inputRef.current.value = "";
|
|
2118
|
+
};
|
|
2119
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "w-full", children: [
|
|
2120
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("p", { className: "body-1", children: label }),
|
|
2121
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { children: [
|
|
2122
|
+
mode === "upload" ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2123
|
+
"button",
|
|
2124
|
+
{
|
|
2125
|
+
type: "button",
|
|
2126
|
+
onClick: handleUploadClick,
|
|
2127
|
+
className: `h-[34px] flex justify-center items-center gap-2 w-full rounded-[2px] border border-gray-200 body-1
|
|
2128
|
+
${disabled ? "cursor-not-allowed text-gray-400 bg-gray-100" : "cursor-pointer hover:text-primary-400 hover:border-primary-200 duration-300"}`,
|
|
2129
|
+
disabled: disabled ? disabled : uploading,
|
|
2130
|
+
children: uploading ? /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
|
|
2131
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Loader, { size: 15 }),
|
|
2132
|
+
" \u0E01\u0E33\u0E25\u0E31\u0E07\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14"
|
|
2133
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_jsx_runtime31.Fragment, { children: [
|
|
2134
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_icons_react9.IconUpload, { size: 15, className: "text-gray-400" }),
|
|
2135
|
+
" \u0E41\u0E19\u0E1A\u0E44\u0E1F\u0E25\u0E4C"
|
|
2136
|
+
] })
|
|
2137
|
+
}
|
|
2138
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2139
|
+
"div",
|
|
2140
|
+
{
|
|
2141
|
+
className: `min-w-[400px] min-h-[120px] flex justify-center items-center border-2 border-dashed rounded-md p-4 transition-colors body-1
|
|
2142
|
+
${dragActive ? "border-primary-500 bg-primary-50" : "border-gray-300 bg-white"}
|
|
2143
|
+
${disabled ? "opacity-50 cursor-not-allowed" : "cursor-pointer"}
|
|
2144
|
+
`,
|
|
2145
|
+
onClick: handleUploadClick,
|
|
2146
|
+
onDragOver: (e) => {
|
|
2147
|
+
e.preventDefault();
|
|
2148
|
+
if (!disabled) setDragActive(true);
|
|
2149
|
+
},
|
|
2150
|
+
onDragLeave: () => setDragActive(false),
|
|
2151
|
+
onDrop: handleDrop,
|
|
2152
|
+
children: uploading ? /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "flex justify-center items-center gap-2", children: [
|
|
2153
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Loader, { size: 15 }),
|
|
2154
|
+
" \u0E01\u0E33\u0E25\u0E31\u0E07\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14"
|
|
2155
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "flex flex-col items-center gap-2", children: [
|
|
2156
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_icons_react9.IconUpload, { size: 20 }),
|
|
2157
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "body-1", children: "\u0E04\u0E25\u0E34\u0E01\u0E2B\u0E23\u0E37\u0E2D\u0E25\u0E32\u0E01\u0E44\u0E1F\u0E25\u0E4C\u0E21\u0E32\u0E17\u0E35\u0E48\u0E1A\u0E23\u0E34\u0E40\u0E27\u0E13\u0E19\u0E35\u0E49\u0E40\u0E1E\u0E37\u0E48\u0E2D\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14" }),
|
|
2158
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "text-gray-400 body-3", children: "\u0E23\u0E2D\u0E07\u0E23\u0E31\u0E1A\u0E01\u0E32\u0E23\u0E2D\u0E31\u0E1B\u0E42\u0E2B\u0E25\u0E14\u0E41\u0E1A\u0E1A\u0E40\u0E14\u0E35\u0E48\u0E22\u0E27\u0E2B\u0E23\u0E37\u0E2D\u0E2B\u0E25\u0E32\u0E22\u0E44\u0E1F\u0E25\u0E4C" })
|
|
2159
|
+
] })
|
|
2160
|
+
}
|
|
2161
|
+
),
|
|
2162
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2163
|
+
"input",
|
|
2164
|
+
{
|
|
2165
|
+
type: "file",
|
|
2166
|
+
multiple: true,
|
|
2167
|
+
ref: inputRef,
|
|
2168
|
+
onChange: handleUpload,
|
|
2169
|
+
style: { display: "none" },
|
|
2170
|
+
accept: accept?.join(","),
|
|
2171
|
+
disabled
|
|
2172
|
+
}
|
|
2173
|
+
)
|
|
2174
|
+
] }),
|
|
2175
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("p", { className: "text-gray-400 body-4", children: description }),
|
|
2176
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "mt-[8px]", children: fileList.length !== 0 && fileList.map((file, index) => /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "flex items-center gap-2 rounded-[4px] px-[8px] py-[4px] body-1", children: [
|
|
2177
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: "flex items-center gap-2 w-[75%] overflow-hidden", children: [
|
|
2178
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("div", { className: "w-[15px] h-[15px]", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_icons_react9.IconPaperclip, { size: 15 }) }),
|
|
2179
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "truncate", children: file.name })
|
|
2180
|
+
] }),
|
|
2181
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
2182
|
+
import_icons_react9.IconTrash,
|
|
2183
|
+
{
|
|
2184
|
+
size: 20,
|
|
2185
|
+
className: "ml-auto hover:text-red-500 cursor-pointer",
|
|
2186
|
+
onClick: () => handleRemoveFile(index)
|
|
2187
|
+
}
|
|
2188
|
+
)
|
|
2189
|
+
] }, index)) })
|
|
2190
|
+
] });
|
|
2191
|
+
}
|
|
2192
|
+
|
|
2193
|
+
// src/Message/Message/Message.tsx
|
|
2194
|
+
var messageApi = null;
|
|
2195
|
+
function setMessageApi(api) {
|
|
2196
|
+
messageApi = api;
|
|
2197
|
+
}
|
|
2198
|
+
function messageSuccess(content) {
|
|
2199
|
+
messageApi?.success({ content, className: "message message-success" });
|
|
2200
|
+
}
|
|
2201
|
+
function messageError(content) {
|
|
2202
|
+
messageApi?.error({ content, className: "message message-error" });
|
|
2203
|
+
}
|
|
2204
|
+
function messageWarning(content) {
|
|
2205
|
+
messageApi?.warning({ content, className: "message message-warning" });
|
|
2206
|
+
}
|
|
2207
|
+
function messageInfo(content) {
|
|
2208
|
+
messageApi?.info({ content, className: "message message-info" });
|
|
2209
|
+
}
|
|
2210
|
+
function messageLoading(content, duration) {
|
|
2211
|
+
messageApi?.loading({ content, duration, className: "message message-loading" });
|
|
2212
|
+
}
|
|
2213
|
+
|
|
2214
|
+
// src/Breadcrumb/Breadcrumb.tsx
|
|
2215
|
+
var import_antd15 = require("antd");
|
|
2216
|
+
var import_antd16 = require("antd");
|
|
2217
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
2218
|
+
function Breadcrumbs({
|
|
2219
|
+
items,
|
|
2220
|
+
separator,
|
|
2221
|
+
itemRender,
|
|
2222
|
+
classname,
|
|
2223
|
+
params
|
|
2224
|
+
}) {
|
|
2225
|
+
return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2226
|
+
import_antd15.ConfigProvider,
|
|
2227
|
+
{
|
|
2228
|
+
theme: {
|
|
2229
|
+
token: {
|
|
2230
|
+
fontFamily: "Kanit"
|
|
2231
|
+
}
|
|
2232
|
+
},
|
|
2233
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
|
|
2234
|
+
import_antd16.Breadcrumb,
|
|
2235
|
+
{
|
|
2236
|
+
items,
|
|
2237
|
+
separator,
|
|
2238
|
+
itemRender,
|
|
2239
|
+
className: classname,
|
|
2240
|
+
params
|
|
2241
|
+
}
|
|
2242
|
+
)
|
|
2243
|
+
}
|
|
2244
|
+
);
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
// src/HeadingPage/HeadingPage.tsx
|
|
2248
|
+
var import_antd17 = require("antd");
|
|
2249
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
2250
|
+
function HeadingPage({ Heading }) {
|
|
2251
|
+
const today = (/* @__PURE__ */ new Date()).toLocaleDateString("th-TH", {
|
|
2252
|
+
weekday: "long",
|
|
2253
|
+
day: "numeric",
|
|
2254
|
+
month: "long",
|
|
2255
|
+
year: "numeric"
|
|
2256
|
+
});
|
|
2257
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
2258
|
+
import_antd17.ConfigProvider,
|
|
2259
|
+
{
|
|
2260
|
+
theme: {
|
|
2261
|
+
token: {
|
|
2262
|
+
fontFamily: "Kanit"
|
|
2263
|
+
}
|
|
2264
|
+
},
|
|
2265
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("div", { className: "flex flex-col gap-[10px] px-[20px] py-[10px]", children: [
|
|
2266
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsx)("p", { className: "headline-5", children: Heading }),
|
|
2267
|
+
/* @__PURE__ */ (0, import_jsx_runtime33.jsxs)("p", { className: "body-1", children: [
|
|
2268
|
+
" \u0E27\u0E31\u0E19\u0E19\u0E35\u0E49 ",
|
|
2269
|
+
today
|
|
2270
|
+
] })
|
|
2271
|
+
] })
|
|
2272
|
+
}
|
|
2273
|
+
);
|
|
2274
|
+
}
|
|
2275
|
+
|
|
2276
|
+
// src/Progress/ProgressBar.tsx
|
|
2277
|
+
var import_antd18 = require("antd");
|
|
2278
|
+
var import_react11 = require("react");
|
|
2279
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
2280
|
+
function ProgressBar({
|
|
2281
|
+
percent = 0,
|
|
2282
|
+
size = "default",
|
|
2283
|
+
checkpoints = [],
|
|
2284
|
+
showInfo,
|
|
2285
|
+
trailColor = "#DBE0E5",
|
|
2286
|
+
type,
|
|
2287
|
+
strokeLinecap,
|
|
2288
|
+
strokeWidth,
|
|
2289
|
+
steps,
|
|
2290
|
+
isCheckPoints
|
|
2291
|
+
}) {
|
|
2292
|
+
const [barWidth, setBarWidth] = (0, import_react11.useState)(0);
|
|
2293
|
+
const progressRef = (0, import_react11.useRef)(null);
|
|
2294
|
+
let strokeColor = "--color-green-500";
|
|
2295
|
+
const defaultStrokeWidth = type === "circle" ? 13 : strokeWidth ?? 8;
|
|
2296
|
+
const defaultSize = type === "circle" ? 43 : size;
|
|
2297
|
+
if (percent < 100 && checkpoints.length > 0) {
|
|
2298
|
+
const minCheckpoint = Math.min(...checkpoints);
|
|
2299
|
+
strokeColor = percent >= minCheckpoint ? "var(--color-green-500)" : "var(--color-red-500)";
|
|
2300
|
+
}
|
|
2301
|
+
(0, import_react11.useEffect)(() => {
|
|
2302
|
+
const inner = progressRef.current?.querySelector(
|
|
2303
|
+
".ant-progress-inner"
|
|
2304
|
+
);
|
|
2305
|
+
if (!inner) return;
|
|
2306
|
+
const observer = new ResizeObserver(() => {
|
|
2307
|
+
setBarWidth(inner.offsetWidth);
|
|
2308
|
+
});
|
|
2309
|
+
observer.observe(inner);
|
|
2310
|
+
return () => observer.disconnect();
|
|
2311
|
+
}, []);
|
|
2312
|
+
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2313
|
+
import_antd18.ConfigProvider,
|
|
2314
|
+
{
|
|
2315
|
+
theme: {
|
|
2316
|
+
token: {
|
|
2317
|
+
fontFamily: "Kanit"
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)("div", { className: "relative w-full", ref: progressRef, children: [
|
|
2321
|
+
/* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2322
|
+
import_antd18.Progress,
|
|
2323
|
+
{
|
|
2324
|
+
className: "w-full",
|
|
2325
|
+
percent,
|
|
2326
|
+
size: defaultSize,
|
|
2327
|
+
type,
|
|
2328
|
+
showInfo,
|
|
2329
|
+
trailColor,
|
|
2330
|
+
format: (percent2) => `${percent2}%`,
|
|
2331
|
+
strokeLinecap,
|
|
2332
|
+
strokeWidth: defaultStrokeWidth,
|
|
2333
|
+
steps,
|
|
2334
|
+
strokeColor
|
|
2335
|
+
}
|
|
2336
|
+
),
|
|
2337
|
+
barWidth > 0 && isCheckPoints && type !== "circle" && checkpoints.map((cp) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
2338
|
+
"div",
|
|
2339
|
+
{
|
|
2340
|
+
className: "checkpoint absolute top-0",
|
|
2341
|
+
style: {
|
|
2342
|
+
left: `${cp / 100 * barWidth}px`,
|
|
2343
|
+
width: 0,
|
|
2344
|
+
height: 0,
|
|
2345
|
+
borderLeft: "6px solid transparent",
|
|
2346
|
+
borderRight: "6px solid transparent",
|
|
2347
|
+
borderTop: "10px solid red",
|
|
2348
|
+
transform: "translateX(-50%)"
|
|
2349
|
+
}
|
|
2350
|
+
},
|
|
2351
|
+
cp
|
|
2352
|
+
))
|
|
2353
|
+
] })
|
|
2354
|
+
}
|
|
2355
|
+
);
|
|
2356
|
+
}
|
|
431
2357
|
// Annotate the CommonJS export names for ESM import in node:
|
|
432
2358
|
0 && (module.exports = {
|
|
2359
|
+
AntDataTable,
|
|
2360
|
+
Breadcrumbs,
|
|
433
2361
|
Calendar,
|
|
434
2362
|
Checkbox,
|
|
435
2363
|
CheckboxGroup,
|
|
2364
|
+
ColorPickerBasic,
|
|
436
2365
|
DataTable,
|
|
2366
|
+
DatePickerBasic,
|
|
2367
|
+
DatePickerRangePicker,
|
|
2368
|
+
FileUploader,
|
|
437
2369
|
GhostButton,
|
|
2370
|
+
HeadingPage,
|
|
2371
|
+
InputField,
|
|
438
2372
|
Loader,
|
|
439
2373
|
MenuNavBar,
|
|
440
2374
|
PrimaryButton,
|
|
2375
|
+
ProgressBar,
|
|
441
2376
|
Radio,
|
|
442
2377
|
RadioGroup,
|
|
443
2378
|
SecondaryButton,
|
|
2379
|
+
SelectField,
|
|
2380
|
+
SelectFieldGroup,
|
|
2381
|
+
SelectFieldStatus,
|
|
2382
|
+
SelectFieldStatusReport,
|
|
2383
|
+
SelectFieldTag,
|
|
2384
|
+
Sidebar,
|
|
2385
|
+
SortFilter,
|
|
444
2386
|
Switch,
|
|
2387
|
+
TextAreaInput,
|
|
445
2388
|
TextInput,
|
|
446
|
-
|
|
2389
|
+
TimePickerBasic,
|
|
2390
|
+
TimePickerRangePicker,
|
|
2391
|
+
TopNavBar,
|
|
2392
|
+
messageError,
|
|
2393
|
+
messageInfo,
|
|
2394
|
+
messageLoading,
|
|
2395
|
+
messageSuccess,
|
|
2396
|
+
messageWarning,
|
|
2397
|
+
setMessageApi
|
|
447
2398
|
});
|