@hybridcore/ui 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ButtonBase-C7CHOX3y.js → ButtonBase-DZH9mTSs.js} +3 -3
- package/dist/{CardContent-DDFwwGfd.js → CardContent-CUZ9jH0z.js} +3 -3
- package/dist/{Checkbox-DP6_qp1v.js → Checkbox-RTVyZJPK.js} +6 -6
- package/dist/{Collapse-9egEADkh.js → Collapse-9zKUPtnk.js} +6 -6
- package/dist/{DialogContent-MMUsECN2.js → DialogContent-ijWcBrtC.js} +9 -9
- package/dist/{FormControl-Cj5nc-Nv.js → FormControl-C0mOl3mC.js} +6 -6
- package/dist/{FormControlLabel-j_atSYQA.js → FormControlLabel-BK6N5zeb.js} +11 -11
- package/dist/{IconButton-2FRFauye.js → IconButton-D7MS15zj.js} +4 -4
- package/dist/{Input-BY_yKOrF.js → Input-CIRMXtVU.js} +5 -5
- package/dist/{List-CgBXAAKA.js → List-D26ubZNL.js} +3 -3
- package/dist/{ListItem-BFDUUjHt.js → ListItem-B0ZWvhCF.js} +5 -5
- package/dist/{MenuItem-BejUFNIP.js → MenuItem-CI7xGSGZ.js} +6 -6
- package/dist/{OutlinedInput-CnzESIDi.js → OutlinedInput-aT_qMbXR.js} +5 -5
- package/dist/{Paper-k37cShvn.js → Paper-DuVFfsLZ.js} +4 -4
- package/dist/{Select-BGt6e73I.js → Select-B625rLnY.js} +14 -14
- package/dist/{Typography-Bjo-B13o.js → Typography-CJu4IM_v.js} +3 -3
- package/dist/{chainPropTypes-BmidnkZm.js → chainPropTypes-DHF53jrt.js} +2 -2
- package/dist/components/card/index.js +5 -5
- package/dist/components/card/styled.js +1 -1
- package/dist/components/collapsible-card/style.js +9 -9
- package/dist/components/confirm/dialog.js +5 -5
- package/dist/components/container/index.js +6 -6
- package/dist/components/context-menu/index.js +9 -9
- package/dist/components/data-management/instance-form/components/composite-list/index.js +1 -1
- package/dist/components/data-management/instance-form/components/variable/index.js +6 -6
- package/dist/components/data-management/instance-form/components/variables/index.js +1 -1
- package/dist/components/date-time-picker/index.js +4 -4
- package/dist/components/geometry-picker/index.js +2 -2
- package/dist/components/icon-button/index.js +1 -1
- package/dist/components/map/styled.js +1 -1
- package/dist/components/search-input/index.js +3 -3
- package/dist/components/template-property-filters/index.js +481 -49
- package/dist/components/template-property-filters/property.js +10 -7017
- package/dist/components/tree-select/index.js +4 -4
- package/dist/components/treeview-filter/index.js +9 -9
- package/dist/components/treeview-filter/item/index.js +1 -1
- package/dist/components/treeview-filter/item-label/index.js +2 -2
- package/dist/{createSvgIcon-DAR6Hwv8.js → createSvgIcon-CpwgcuKn.js} +4 -4
- package/dist/{createSvgIcon-R_PakhKf.js → createSvgIcon-uzHr0c0Y.js} +3 -3
- package/dist/{createTheme-oOCi1S_n.js → createTheme-BynOz6vJ.js} +126 -123
- package/dist/{exactProp-DhXxfU8X.js → exactProp-BgztuVaT.js} +2 -2
- package/dist/{index-DHnXB0CB.js → index-C5fnQULf.js} +10 -10
- package/dist/{index-C7W2wuUG.js → index-CEj0z7vR.js} +6 -6
- package/dist/{listItemTextClasses-CaI8l2PD.js → listItemTextClasses-Lb51gZ03.js} +2 -2
- package/dist/property-DyLBS7uO.js +7020 -0
- package/dist/{resolveComponentProps-BwtY1IP3.js → resolveComponentProps-D6QBz-nM.js} +1 -1
- package/dist/{styled-Wx2vv4j8.js → styled-B02_UC50.js} +1 -1
- package/dist/{styled-CHMAYxVs.js → styled-C3GYAbYC.js} +1 -1
- package/dist/{useTheme-CD5DEi5n.js → useTheme-BYHXX22B.js} +2 -2
- package/dist/{useTheme-BI40KZ7w.js → useTheme-rmCSkfoY.js} +1 -1
- package/dist/{useThemeProps-DT5EdhcP.js → useThemeProps-CR6NzUGU.js} +2 -2
- package/dist/{useThemeProps-D4or2IlT.js → useThemeProps-DzfjJKh1.js} +3 -3
- package/dist/{utils-BEaBPoDF.js → utils-CIiFkdEJ.js} +2 -2
- package/package.json +1 -1
|
@@ -1,78 +1,510 @@
|
|
|
1
|
-
import { jsx as
|
|
2
|
-
import
|
|
3
|
-
import { CollapsibleCard as
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import { jsx as H, Fragment as Mt } from "react/jsx-runtime";
|
|
2
|
+
import q from "lodash";
|
|
3
|
+
import { CollapsibleCard as pt } from "../collapsible-card/index.js";
|
|
4
|
+
import { b as gt, P as rt } from "../../property-DyLBS7uO.js";
|
|
5
|
+
import { LocalizationProvider as nt } from "@mui/x-date-pickers";
|
|
6
|
+
import { a as Tt } from "../../extends-C3382pL0.js";
|
|
7
|
+
import y from "dayjs";
|
|
8
|
+
import { n as $, o as N } from "../../createTheme-BynOz6vJ.js";
|
|
9
|
+
var ot = { exports: {} };
|
|
10
|
+
(function(m, p) {
|
|
11
|
+
(function(l, u) {
|
|
12
|
+
m.exports = u();
|
|
13
|
+
})($, function() {
|
|
14
|
+
var l = "week", u = "year";
|
|
15
|
+
return function(f, t, e) {
|
|
16
|
+
var s = t.prototype;
|
|
17
|
+
s.week = function(n) {
|
|
18
|
+
if (n === void 0 && (n = null), n !== null) return this.add(7 * (n - this.week()), "day");
|
|
19
|
+
var a = this.$locale().yearStart || 1;
|
|
20
|
+
if (this.month() === 11 && this.date() > 25) {
|
|
21
|
+
var r = e(this).startOf(u).add(1, u).date(a), c = e(this).endOf(l);
|
|
22
|
+
if (r.isBefore(c)) return 1;
|
|
23
|
+
}
|
|
24
|
+
var M = e(this).startOf(u).date(a).startOf(l).subtract(1, "millisecond"), A = this.diff(M, l, !0);
|
|
25
|
+
return A < 0 ? e(this).startOf("week").week() : Math.ceil(A);
|
|
26
|
+
}, s.weeks = function(n) {
|
|
27
|
+
return n === void 0 && (n = null), this.week(n);
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
});
|
|
31
|
+
})(ot);
|
|
32
|
+
var Dt = ot.exports;
|
|
33
|
+
const Yt = /* @__PURE__ */ N(Dt);
|
|
34
|
+
var ht = { exports: {} };
|
|
35
|
+
(function(m, p) {
|
|
36
|
+
(function(l, u) {
|
|
37
|
+
m.exports = u();
|
|
38
|
+
})($, function() {
|
|
39
|
+
var l = { 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" }, u = /(\[[^[]*\])|([-_:/.,()\s]+)|(A|a|Q|YYYY|YY?|ww?|MM?M?M?|Do|DD?|hh?|HH?|mm?|ss?|S{1,3}|z|ZZ?)/g, f = /\d/, t = /\d\d/, e = /\d\d?/, s = /\d*[^-_:/,()\s\d]+/, n = {}, a = function(i) {
|
|
40
|
+
return (i = +i) + (i > 68 ? 1900 : 2e3);
|
|
41
|
+
}, r = function(i) {
|
|
42
|
+
return function(o) {
|
|
43
|
+
this[i] = +o;
|
|
44
|
+
};
|
|
45
|
+
}, c = [/[+-]\d\d:?(\d\d)?|Z/, function(i) {
|
|
46
|
+
(this.zone || (this.zone = {})).offset = function(o) {
|
|
47
|
+
if (!o || o === "Z") return 0;
|
|
48
|
+
var h = o.match(/([+-]|\d\d)/g), d = 60 * h[1] + (+h[2] || 0);
|
|
49
|
+
return d === 0 ? 0 : h[0] === "+" ? -d : d;
|
|
50
|
+
}(i);
|
|
51
|
+
}], M = function(i) {
|
|
52
|
+
var o = n[i];
|
|
53
|
+
return o && (o.indexOf ? o : o.s.concat(o.f));
|
|
54
|
+
}, A = function(i, o) {
|
|
55
|
+
var h, d = n.meridiem;
|
|
56
|
+
if (d) {
|
|
57
|
+
for (var Y = 1; Y <= 24; Y += 1) if (i.indexOf(d(Y, 0, o)) > -1) {
|
|
58
|
+
h = Y > 12;
|
|
59
|
+
break;
|
|
60
|
+
}
|
|
61
|
+
} else h = i === (o ? "pm" : "PM");
|
|
62
|
+
return h;
|
|
63
|
+
}, Z = { A: [s, function(i) {
|
|
64
|
+
this.afternoon = A(i, !1);
|
|
65
|
+
}], a: [s, function(i) {
|
|
66
|
+
this.afternoon = A(i, !0);
|
|
67
|
+
}], Q: [f, function(i) {
|
|
68
|
+
this.month = 3 * (i - 1) + 1;
|
|
69
|
+
}], S: [f, function(i) {
|
|
70
|
+
this.milliseconds = 100 * +i;
|
|
71
|
+
}], SS: [t, function(i) {
|
|
72
|
+
this.milliseconds = 10 * +i;
|
|
73
|
+
}], SSS: [/\d{3}/, function(i) {
|
|
74
|
+
this.milliseconds = +i;
|
|
75
|
+
}], s: [e, r("seconds")], ss: [e, r("seconds")], m: [e, r("minutes")], mm: [e, r("minutes")], H: [e, r("hours")], h: [e, r("hours")], HH: [e, r("hours")], hh: [e, r("hours")], D: [e, r("day")], DD: [t, r("day")], Do: [s, function(i) {
|
|
76
|
+
var o = n.ordinal, h = i.match(/\d+/);
|
|
77
|
+
if (this.day = h[0], o) for (var d = 1; d <= 31; d += 1) o(d).replace(/\[|\]/g, "") === i && (this.day = d);
|
|
78
|
+
}], w: [e, r("week")], ww: [t, r("week")], M: [e, r("month")], MM: [t, r("month")], MMM: [s, function(i) {
|
|
79
|
+
var o = M("months"), h = (M("monthsShort") || o.map(function(d) {
|
|
80
|
+
return d.slice(0, 3);
|
|
81
|
+
})).indexOf(i) + 1;
|
|
82
|
+
if (h < 1) throw new Error();
|
|
83
|
+
this.month = h % 12 || h;
|
|
84
|
+
}], MMMM: [s, function(i) {
|
|
85
|
+
var o = M("months").indexOf(i) + 1;
|
|
86
|
+
if (o < 1) throw new Error();
|
|
87
|
+
this.month = o % 12 || o;
|
|
88
|
+
}], Y: [/[+-]?\d+/, r("year")], YY: [t, function(i) {
|
|
89
|
+
this.year = a(i);
|
|
90
|
+
}], YYYY: [/\d{4}/, r("year")], Z: c, ZZ: c };
|
|
91
|
+
function P(i) {
|
|
92
|
+
var o, h;
|
|
93
|
+
o = i, h = n && n.formats;
|
|
94
|
+
for (var d = (i = o.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(b, x, D) {
|
|
95
|
+
var T = D && D.toUpperCase();
|
|
96
|
+
return x || h[D] || l[D] || h[T].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(k, j, C) {
|
|
97
|
+
return j || C.slice(1);
|
|
98
|
+
});
|
|
99
|
+
})).match(u), Y = d.length, w = 0; w < Y; w += 1) {
|
|
100
|
+
var I = d[w], S = Z[I], L = S && S[0], O = S && S[1];
|
|
101
|
+
d[w] = O ? { regex: L, parser: O } : I.replace(/^\[|\]$/g, "");
|
|
102
|
+
}
|
|
103
|
+
return function(b) {
|
|
104
|
+
for (var x = {}, D = 0, T = 0; D < Y; D += 1) {
|
|
105
|
+
var k = d[D];
|
|
106
|
+
if (typeof k == "string") T += k.length;
|
|
107
|
+
else {
|
|
108
|
+
var j = k.regex, C = k.parser, v = b.slice(T), U = j.exec(v)[0];
|
|
109
|
+
C.call(x, U), b = b.replace(U, "");
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
return function(z) {
|
|
113
|
+
var F = z.afternoon;
|
|
114
|
+
if (F !== void 0) {
|
|
115
|
+
var g = z.hours;
|
|
116
|
+
F ? g < 12 && (z.hours += 12) : g === 12 && (z.hours = 0), delete z.afternoon;
|
|
117
|
+
}
|
|
118
|
+
}(x), x;
|
|
119
|
+
};
|
|
120
|
+
}
|
|
121
|
+
return function(i, o, h) {
|
|
122
|
+
h.p.customParseFormat = !0, i && i.parseTwoDigitYear && (a = i.parseTwoDigitYear);
|
|
123
|
+
var d = o.prototype, Y = d.parse;
|
|
124
|
+
d.parse = function(w) {
|
|
125
|
+
var I = w.date, S = w.utc, L = w.args;
|
|
126
|
+
this.$u = S;
|
|
127
|
+
var O = L[1];
|
|
128
|
+
if (typeof O == "string") {
|
|
129
|
+
var b = L[2] === !0, x = L[3] === !0, D = b || x, T = L[2];
|
|
130
|
+
x && (T = L[2]), n = this.$locale(), !b && T && (n = h.Ls[T]), this.$d = function(v, U, z, F) {
|
|
131
|
+
try {
|
|
132
|
+
if (["x", "X"].indexOf(U) > -1) return new Date((U === "X" ? 1e3 : 1) * v);
|
|
133
|
+
var g = P(U)(v), _ = g.year, B = g.month, ft = g.day, ct = g.hours, lt = g.minutes, mt = g.seconds, yt = g.milliseconds, et = g.zone, st = g.week, V = /* @__PURE__ */ new Date(), J = ft || (_ || B ? 1 : V.getDate()), G = _ || V.getFullYear(), E = 0;
|
|
134
|
+
_ && !B || (E = B > 0 ? B - 1 : V.getMonth());
|
|
135
|
+
var W, K = ct || 0, Q = lt || 0, R = mt || 0, X = yt || 0;
|
|
136
|
+
return et ? new Date(Date.UTC(G, E, J, K, Q, R, X + 60 * et.offset * 1e3)) : z ? new Date(Date.UTC(G, E, J, K, Q, R, X)) : (W = new Date(G, E, J, K, Q, R, X), st && (W = F(W).week(st).toDate()), W);
|
|
137
|
+
} catch {
|
|
138
|
+
return /* @__PURE__ */ new Date("");
|
|
139
|
+
}
|
|
140
|
+
}(I, O, S, h), this.init(), T && T !== !0 && (this.$L = this.locale(T).$L), D && I != this.format(O) && (this.$d = /* @__PURE__ */ new Date("")), n = {};
|
|
141
|
+
} else if (O instanceof Array) for (var k = O.length, j = 1; j <= k; j += 1) {
|
|
142
|
+
L[1] = O[j - 1];
|
|
143
|
+
var C = h.apply(this, L);
|
|
144
|
+
if (C.isValid()) {
|
|
145
|
+
this.$d = C.$d, this.$L = C.$L, this.init();
|
|
146
|
+
break;
|
|
147
|
+
}
|
|
148
|
+
j === k && (this.$d = /* @__PURE__ */ new Date(""));
|
|
149
|
+
}
|
|
150
|
+
else Y.call(this, w);
|
|
151
|
+
};
|
|
152
|
+
};
|
|
153
|
+
});
|
|
154
|
+
})(ht);
|
|
155
|
+
var wt = ht.exports;
|
|
156
|
+
const Lt = /* @__PURE__ */ N(wt);
|
|
157
|
+
var dt = { exports: {} };
|
|
158
|
+
(function(m, p) {
|
|
159
|
+
(function(l, u) {
|
|
160
|
+
m.exports = u();
|
|
161
|
+
})($, function() {
|
|
162
|
+
var l = { 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" };
|
|
163
|
+
return function(u, f, t) {
|
|
164
|
+
var e = f.prototype, s = e.format;
|
|
165
|
+
t.en.formats = l, e.format = function(n) {
|
|
166
|
+
n === void 0 && (n = "YYYY-MM-DDTHH:mm:ssZ");
|
|
167
|
+
var a = this.$locale().formats, r = function(c, M) {
|
|
168
|
+
return c.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, function(A, Z, P) {
|
|
169
|
+
var i = P && P.toUpperCase();
|
|
170
|
+
return Z || M[P] || l[P] || M[i].replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, function(o, h, d) {
|
|
171
|
+
return h || d.slice(1);
|
|
172
|
+
});
|
|
173
|
+
});
|
|
174
|
+
}(n, a === void 0 ? {} : a);
|
|
175
|
+
return s.call(this, r);
|
|
176
|
+
};
|
|
177
|
+
};
|
|
178
|
+
});
|
|
179
|
+
})(dt);
|
|
180
|
+
var Ot = dt.exports;
|
|
181
|
+
const xt = /* @__PURE__ */ N(Ot);
|
|
182
|
+
var ut = { exports: {} };
|
|
183
|
+
(function(m, p) {
|
|
184
|
+
(function(l, u) {
|
|
185
|
+
m.exports = u();
|
|
186
|
+
})($, function() {
|
|
187
|
+
return function(l, u, f) {
|
|
188
|
+
u.prototype.isBetween = function(t, e, s, n) {
|
|
189
|
+
var a = f(t), r = f(e), c = (n = n || "()")[0] === "(", M = n[1] === ")";
|
|
190
|
+
return (c ? this.isAfter(a, s) : !this.isBefore(a, s)) && (M ? this.isBefore(r, s) : !this.isAfter(r, s)) || (c ? this.isBefore(a, s) : !this.isAfter(a, s)) && (M ? this.isAfter(r, s) : !this.isBefore(r, s));
|
|
191
|
+
};
|
|
192
|
+
};
|
|
193
|
+
});
|
|
194
|
+
})(ut);
|
|
195
|
+
var kt = ut.exports;
|
|
196
|
+
const jt = /* @__PURE__ */ N(kt);
|
|
197
|
+
y.extend(Lt);
|
|
198
|
+
y.extend(xt);
|
|
199
|
+
y.extend(jt);
|
|
200
|
+
const St = gt(["Your locale has not been found.", "Either the locale key is not a supported one. Locales supported by dayjs are available here: https://github.com/iamkun/dayjs/tree/dev/src/locale", "Or you forget to import the locale from 'dayjs/locale/{localeUsed}'", "fallback on English locale"]), bt = {
|
|
201
|
+
// Year
|
|
202
|
+
YY: "year",
|
|
203
|
+
YYYY: {
|
|
204
|
+
sectionType: "year",
|
|
205
|
+
contentType: "digit",
|
|
206
|
+
maxLength: 4
|
|
207
|
+
},
|
|
208
|
+
// Month
|
|
209
|
+
M: {
|
|
210
|
+
sectionType: "month",
|
|
211
|
+
contentType: "digit",
|
|
212
|
+
maxLength: 2
|
|
213
|
+
},
|
|
214
|
+
MM: "month",
|
|
215
|
+
MMM: {
|
|
216
|
+
sectionType: "month",
|
|
217
|
+
contentType: "letter"
|
|
218
|
+
},
|
|
219
|
+
MMMM: {
|
|
220
|
+
sectionType: "month",
|
|
221
|
+
contentType: "letter"
|
|
222
|
+
},
|
|
223
|
+
// Day of the month
|
|
224
|
+
D: {
|
|
225
|
+
sectionType: "day",
|
|
226
|
+
contentType: "digit",
|
|
227
|
+
maxLength: 2
|
|
228
|
+
},
|
|
229
|
+
DD: "day",
|
|
230
|
+
Do: {
|
|
231
|
+
sectionType: "day",
|
|
232
|
+
contentType: "digit-with-letter"
|
|
233
|
+
},
|
|
234
|
+
// Day of the week
|
|
235
|
+
d: {
|
|
236
|
+
sectionType: "weekDay",
|
|
237
|
+
contentType: "digit",
|
|
238
|
+
maxLength: 2
|
|
239
|
+
},
|
|
240
|
+
dd: {
|
|
241
|
+
sectionType: "weekDay",
|
|
242
|
+
contentType: "letter"
|
|
243
|
+
},
|
|
244
|
+
ddd: {
|
|
245
|
+
sectionType: "weekDay",
|
|
246
|
+
contentType: "letter"
|
|
247
|
+
},
|
|
248
|
+
dddd: {
|
|
249
|
+
sectionType: "weekDay",
|
|
250
|
+
contentType: "letter"
|
|
251
|
+
},
|
|
252
|
+
// Meridiem
|
|
253
|
+
A: "meridiem",
|
|
254
|
+
a: "meridiem",
|
|
255
|
+
// Hours
|
|
256
|
+
H: {
|
|
257
|
+
sectionType: "hours",
|
|
258
|
+
contentType: "digit",
|
|
259
|
+
maxLength: 2
|
|
260
|
+
},
|
|
261
|
+
HH: "hours",
|
|
262
|
+
h: {
|
|
263
|
+
sectionType: "hours",
|
|
264
|
+
contentType: "digit",
|
|
265
|
+
maxLength: 2
|
|
266
|
+
},
|
|
267
|
+
hh: "hours",
|
|
268
|
+
// Minutes
|
|
269
|
+
m: {
|
|
270
|
+
sectionType: "minutes",
|
|
271
|
+
contentType: "digit",
|
|
272
|
+
maxLength: 2
|
|
273
|
+
},
|
|
274
|
+
mm: "minutes",
|
|
275
|
+
// Seconds
|
|
276
|
+
s: {
|
|
277
|
+
sectionType: "seconds",
|
|
278
|
+
contentType: "digit",
|
|
279
|
+
maxLength: 2
|
|
280
|
+
},
|
|
281
|
+
ss: "seconds"
|
|
282
|
+
}, Ct = {
|
|
283
|
+
year: "YYYY",
|
|
284
|
+
month: "MMMM",
|
|
285
|
+
monthShort: "MMM",
|
|
286
|
+
dayOfMonth: "D",
|
|
287
|
+
weekday: "dddd",
|
|
288
|
+
weekdayShort: "dd",
|
|
289
|
+
hours24h: "HH",
|
|
290
|
+
hours12h: "hh",
|
|
291
|
+
meridiem: "A",
|
|
292
|
+
minutes: "mm",
|
|
293
|
+
seconds: "ss",
|
|
294
|
+
fullDate: "ll",
|
|
295
|
+
fullDateWithWeekday: "dddd, LL",
|
|
296
|
+
keyboardDate: "L",
|
|
297
|
+
shortDate: "MMM D",
|
|
298
|
+
normalDate: "D MMMM",
|
|
299
|
+
normalDateWithWeekday: "ddd, MMM D",
|
|
300
|
+
monthAndYear: "MMMM YYYY",
|
|
301
|
+
monthAndDate: "MMMM D",
|
|
302
|
+
fullTime: "LT",
|
|
303
|
+
fullTime12h: "hh:mm A",
|
|
304
|
+
fullTime24h: "HH:mm",
|
|
305
|
+
fullDateTime: "lll",
|
|
306
|
+
fullDateTime12h: "ll hh:mm A",
|
|
307
|
+
fullDateTime24h: "ll HH:mm",
|
|
308
|
+
keyboardDateTime: "L LT",
|
|
309
|
+
keyboardDateTime12h: "L hh:mm A",
|
|
310
|
+
keyboardDateTime24h: "L HH:mm"
|
|
311
|
+
}, tt = ["Missing UTC plugin", "To be able to use UTC or timezones, you have to enable the `utc` plugin", "Find more information on https://mui.com/x/react-date-pickers/timezone/#day-js-and-utc"].join(`
|
|
312
|
+
`), it = ["Missing timezone plugin", "To be able to use timezones, you have to enable both the `utc` and the `timezone` plugin", "Find more information on https://mui.com/x/react-date-pickers/timezone/#day-js-and-timezone"].join(`
|
|
313
|
+
`), zt = (m, p) => p ? (...l) => m(...l).locale(p) : m;
|
|
314
|
+
class at {
|
|
315
|
+
constructor({
|
|
316
|
+
locale: p,
|
|
317
|
+
formats: l,
|
|
318
|
+
instance: u
|
|
319
|
+
} = {}) {
|
|
320
|
+
var f;
|
|
321
|
+
this.isMUIAdapter = !0, this.isTimezoneCompatible = !0, this.lib = "dayjs", this.rawDayJsInstance = void 0, this.dayjs = void 0, this.locale = void 0, this.formats = void 0, this.escapedCharacters = {
|
|
322
|
+
start: "[",
|
|
323
|
+
end: "]"
|
|
324
|
+
}, this.formatTokenMap = bt, this.setLocaleToValue = (t) => {
|
|
325
|
+
const e = this.getCurrentLocaleCode();
|
|
326
|
+
return e === t.locale() ? t : t.locale(e);
|
|
327
|
+
}, this.hasUTCPlugin = () => typeof y.utc < "u", this.hasTimezonePlugin = () => typeof y.tz < "u", this.isSame = (t, e, s) => {
|
|
328
|
+
const n = this.setTimezone(e, this.getTimezone(t));
|
|
329
|
+
return t.format(s) === n.format(s);
|
|
330
|
+
}, this.cleanTimezone = (t) => {
|
|
331
|
+
switch (t) {
|
|
332
|
+
case "default":
|
|
333
|
+
return;
|
|
334
|
+
case "system":
|
|
335
|
+
return y.tz.guess();
|
|
336
|
+
default:
|
|
337
|
+
return t;
|
|
338
|
+
}
|
|
339
|
+
}, this.createSystemDate = (t) => {
|
|
340
|
+
if (this.rawDayJsInstance)
|
|
341
|
+
return this.rawDayJsInstance(t);
|
|
342
|
+
if (this.hasUTCPlugin() && this.hasTimezonePlugin()) {
|
|
343
|
+
const e = y.tz.guess();
|
|
344
|
+
return e !== "UTC" ? y.tz(t, e) : y(t);
|
|
345
|
+
}
|
|
346
|
+
return y(t);
|
|
347
|
+
}, this.createUTCDate = (t) => {
|
|
348
|
+
if (!this.hasUTCPlugin())
|
|
349
|
+
throw new Error(tt);
|
|
350
|
+
return y.utc(t);
|
|
351
|
+
}, this.createTZDate = (t, e) => {
|
|
352
|
+
if (!this.hasUTCPlugin())
|
|
353
|
+
throw new Error(tt);
|
|
354
|
+
if (!this.hasTimezonePlugin())
|
|
355
|
+
throw new Error(it);
|
|
356
|
+
const s = t !== void 0 && !t.endsWith("Z");
|
|
357
|
+
return y(t).tz(this.cleanTimezone(e), s);
|
|
358
|
+
}, this.getLocaleFormats = () => {
|
|
359
|
+
const t = y.Ls, e = this.locale || "en";
|
|
360
|
+
let s = t[e];
|
|
361
|
+
return s === void 0 && (St(), s = t.en), s.formats;
|
|
362
|
+
}, this.adjustOffset = (t) => {
|
|
363
|
+
if (!this.hasTimezonePlugin())
|
|
364
|
+
return t;
|
|
365
|
+
const e = this.getTimezone(t);
|
|
366
|
+
if (e !== "UTC") {
|
|
367
|
+
var s, n;
|
|
368
|
+
const a = t.tz(this.cleanTimezone(e), !0);
|
|
369
|
+
if (((s = a.$offset) != null ? s : 0) === ((n = t.$offset) != null ? n : 0))
|
|
370
|
+
return t;
|
|
371
|
+
t.$offset = a.$offset;
|
|
372
|
+
}
|
|
373
|
+
return t;
|
|
374
|
+
}, this.date = (t) => t === null ? null : this.dayjs(t), this.dateWithTimezone = (t, e) => {
|
|
375
|
+
if (t === null)
|
|
376
|
+
return null;
|
|
377
|
+
let s;
|
|
378
|
+
return e === "UTC" ? s = this.createUTCDate(t) : e === "system" || e === "default" && !this.hasTimezonePlugin() ? s = this.createSystemDate(t) : s = this.createTZDate(t, e), this.locale === void 0 ? s : s.locale(this.locale);
|
|
379
|
+
}, this.getTimezone = (t) => {
|
|
380
|
+
if (this.hasTimezonePlugin()) {
|
|
381
|
+
var e;
|
|
382
|
+
const s = (e = t.$x) == null ? void 0 : e.$timezone;
|
|
383
|
+
if (s)
|
|
384
|
+
return s;
|
|
385
|
+
}
|
|
386
|
+
return this.hasUTCPlugin() && t.isUTC() ? "UTC" : "system";
|
|
387
|
+
}, this.setTimezone = (t, e) => {
|
|
388
|
+
if (this.getTimezone(t) === e)
|
|
389
|
+
return t;
|
|
390
|
+
if (e === "UTC") {
|
|
391
|
+
if (!this.hasUTCPlugin())
|
|
392
|
+
throw new Error(tt);
|
|
393
|
+
return t.utc();
|
|
394
|
+
}
|
|
395
|
+
if (e === "system")
|
|
396
|
+
return t.local();
|
|
397
|
+
if (!this.hasTimezonePlugin()) {
|
|
398
|
+
if (e === "default")
|
|
399
|
+
return t;
|
|
400
|
+
throw new Error(it);
|
|
401
|
+
}
|
|
402
|
+
return y.tz(t, this.cleanTimezone(e));
|
|
403
|
+
}, this.toJsDate = (t) => t.toDate(), this.parseISO = (t) => this.dayjs(t), this.toISO = (t) => t.toISOString(), this.parse = (t, e) => t === "" ? null : this.dayjs(t, e, this.locale, !0), this.getCurrentLocaleCode = () => this.locale || "en", this.is12HourCycleInCurrentLocale = () => /A|a/.test(this.getLocaleFormats().LT || ""), this.expandFormat = (t) => {
|
|
404
|
+
const e = this.getLocaleFormats(), s = (n) => n.replace(/(\[[^\]]+])|(MMMM|MM|DD|dddd)/g, (a, r, c) => r || c.slice(1));
|
|
405
|
+
return t.replace(/(\[[^\]]+])|(LTS?|l{1,4}|L{1,4})/g, (n, a, r) => {
|
|
406
|
+
const c = r && r.toUpperCase();
|
|
407
|
+
return a || e[r] || s(e[c]);
|
|
408
|
+
});
|
|
409
|
+
}, this.getFormatHelperText = (t) => this.expandFormat(t).replace(/a/gi, "(a|p)m").toLocaleLowerCase(), this.isNull = (t) => t === null, this.isValid = (t) => this.dayjs(t).isValid(), this.format = (t, e) => this.formatByString(t, this.formats[e]), this.formatByString = (t, e) => this.dayjs(t).format(e), this.formatNumber = (t) => t, this.getDiff = (t, e, s) => t.diff(e, s), this.isEqual = (t, e) => t === null && e === null ? !0 : this.dayjs(t).toDate().getTime() === this.dayjs(e).toDate().getTime(), this.isSameYear = (t, e) => this.isSame(t, e, "YYYY"), this.isSameMonth = (t, e) => this.isSame(t, e, "YYYY-MM"), this.isSameDay = (t, e) => this.isSame(t, e, "YYYY-MM-DD"), this.isSameHour = (t, e) => t.isSame(e, "hour"), this.isAfter = (t, e) => t > e, this.isAfterYear = (t, e) => this.hasUTCPlugin() ? !this.isSameYear(t, e) && t.utc() > e.utc() : t.isAfter(e, "year"), this.isAfterDay = (t, e) => this.hasUTCPlugin() ? !this.isSameDay(t, e) && t.utc() > e.utc() : t.isAfter(e, "day"), this.isBefore = (t, e) => t < e, this.isBeforeYear = (t, e) => this.hasUTCPlugin() ? !this.isSameYear(t, e) && t.utc() < e.utc() : t.isBefore(e, "year"), this.isBeforeDay = (t, e) => this.hasUTCPlugin() ? !this.isSameDay(t, e) && t.utc() < e.utc() : t.isBefore(e, "day"), this.isWithinRange = (t, [e, s]) => t >= e && t <= s, this.startOfYear = (t) => this.adjustOffset(t.startOf("year")), this.startOfMonth = (t) => this.adjustOffset(t.startOf("month")), this.startOfWeek = (t) => this.adjustOffset(t.startOf("week")), this.startOfDay = (t) => this.adjustOffset(t.startOf("day")), this.endOfYear = (t) => this.adjustOffset(t.endOf("year")), this.endOfMonth = (t) => this.adjustOffset(t.endOf("month")), this.endOfWeek = (t) => this.adjustOffset(t.endOf("week")), this.endOfDay = (t) => this.adjustOffset(t.endOf("day")), this.addYears = (t, e) => this.adjustOffset(e < 0 ? t.subtract(Math.abs(e), "year") : t.add(e, "year")), this.addMonths = (t, e) => this.adjustOffset(e < 0 ? t.subtract(Math.abs(e), "month") : t.add(e, "month")), this.addWeeks = (t, e) => this.adjustOffset(e < 0 ? t.subtract(Math.abs(e), "week") : t.add(e, "week")), this.addDays = (t, e) => this.adjustOffset(e < 0 ? t.subtract(Math.abs(e), "day") : t.add(e, "day")), this.addHours = (t, e) => this.adjustOffset(e < 0 ? t.subtract(Math.abs(e), "hour") : t.add(e, "hour")), this.addMinutes = (t, e) => this.adjustOffset(e < 0 ? t.subtract(Math.abs(e), "minute") : t.add(e, "minute")), this.addSeconds = (t, e) => this.adjustOffset(e < 0 ? t.subtract(Math.abs(e), "second") : t.add(e, "second")), this.getYear = (t) => t.year(), this.getMonth = (t) => t.month(), this.getDate = (t) => t.date(), this.getHours = (t) => t.hour(), this.getMinutes = (t) => t.minute(), this.getSeconds = (t) => t.second(), this.getMilliseconds = (t) => t.millisecond(), this.setYear = (t, e) => this.adjustOffset(t.set("year", e)), this.setMonth = (t, e) => this.adjustOffset(t.set("month", e)), this.setDate = (t, e) => this.adjustOffset(t.set("date", e)), this.setHours = (t, e) => this.adjustOffset(t.set("hour", e)), this.setMinutes = (t, e) => this.adjustOffset(t.set("minute", e)), this.setSeconds = (t, e) => this.adjustOffset(t.set("second", e)), this.setMilliseconds = (t, e) => this.adjustOffset(t.set("millisecond", e)), this.getDaysInMonth = (t) => t.daysInMonth(), this.getNextMonth = (t) => this.addMonths(t, 1), this.getPreviousMonth = (t) => this.addMonths(t, -1), this.getMonthArray = (t) => {
|
|
410
|
+
const s = [t.startOf("year")];
|
|
411
|
+
for (; s.length < 12; ) {
|
|
412
|
+
const n = s[s.length - 1];
|
|
413
|
+
s.push(this.addMonths(n, 1));
|
|
414
|
+
}
|
|
415
|
+
return s;
|
|
416
|
+
}, this.mergeDateAndTime = (t, e) => t.hour(e.hour()).minute(e.minute()).second(e.second()), this.getWeekdays = () => {
|
|
417
|
+
const t = this.dayjs().startOf("week");
|
|
418
|
+
return [0, 1, 2, 3, 4, 5, 6].map((e) => this.formatByString(this.addDays(t, e), "dd"));
|
|
419
|
+
}, this.getWeekArray = (t) => {
|
|
420
|
+
const e = this.setLocaleToValue(t), s = e.startOf("month").startOf("week"), n = e.endOf("month").endOf("week");
|
|
421
|
+
let a = 0, r = s;
|
|
422
|
+
const c = [];
|
|
423
|
+
for (; r < n; ) {
|
|
424
|
+
const M = Math.floor(a / 7);
|
|
425
|
+
c[M] = c[M] || [], c[M].push(r), r = this.addDays(r, 1), a += 1;
|
|
426
|
+
}
|
|
427
|
+
return c;
|
|
428
|
+
}, this.getWeekNumber = (t) => t.week(), this.getYearRange = (t, e) => {
|
|
429
|
+
const s = t.startOf("year"), n = e.endOf("year"), a = [];
|
|
430
|
+
let r = s;
|
|
431
|
+
for (; r < n; )
|
|
432
|
+
a.push(r), r = this.addYears(r, 1);
|
|
433
|
+
return a;
|
|
434
|
+
}, this.getMeridiemText = (t) => t === "am" ? "AM" : "PM", this.rawDayJsInstance = u, this.dayjs = zt((f = this.rawDayJsInstance) != null ? f : y, p), this.locale = p, this.formats = Tt({}, Ct, l), y.extend(Yt);
|
|
435
|
+
}
|
|
436
|
+
}
|
|
437
|
+
const Wt = ({
|
|
438
|
+
values: m,
|
|
439
|
+
templates: p,
|
|
440
|
+
onChange: l
|
|
9
441
|
}) => {
|
|
10
|
-
const
|
|
11
|
-
if (
|
|
12
|
-
let e =
|
|
442
|
+
const u = (f) => (t) => {
|
|
443
|
+
if (f) {
|
|
444
|
+
let e = m.find((s) => s.templateKey === f);
|
|
13
445
|
if (e) {
|
|
14
|
-
const
|
|
15
|
-
let
|
|
16
|
-
(
|
|
446
|
+
const s = q.keys(t)[0];
|
|
447
|
+
let n = e.filters.findIndex(
|
|
448
|
+
(r) => r.fieldName === s
|
|
17
449
|
);
|
|
18
|
-
const
|
|
19
|
-
|
|
20
|
-
fieldName:
|
|
21
|
-
value:
|
|
450
|
+
const a = q.get(t, s);
|
|
451
|
+
q.values(a).filter((r) => r !== "").length === 0 && n !== -1 ? e.filters.splice(n, 1) : n !== -1 ? e.filters[n] = {
|
|
452
|
+
fieldName: s,
|
|
453
|
+
value: a
|
|
22
454
|
} : e.filters.push({
|
|
23
|
-
fieldName:
|
|
24
|
-
value:
|
|
455
|
+
fieldName: s,
|
|
456
|
+
value: a
|
|
25
457
|
});
|
|
26
458
|
}
|
|
27
|
-
|
|
459
|
+
l(m);
|
|
28
460
|
} else console.warn("Template could not be found!");
|
|
29
461
|
};
|
|
30
|
-
if (
|
|
31
|
-
const
|
|
32
|
-
return /* @__PURE__ */
|
|
33
|
-
let
|
|
34
|
-
const
|
|
35
|
-
(
|
|
462
|
+
if (m.length === 1) {
|
|
463
|
+
const f = m[0], t = p.get(f.templateKey);
|
|
464
|
+
return /* @__PURE__ */ H(nt, { dateAdapter: at, children: t == null ? void 0 : t.properties.map((e, s) => {
|
|
465
|
+
let n = {};
|
|
466
|
+
const a = f.filters.find(
|
|
467
|
+
(r) => r.fieldName === e.propertyId
|
|
36
468
|
);
|
|
37
|
-
return
|
|
38
|
-
|
|
469
|
+
return a && (n = a.value), /* @__PURE__ */ H(
|
|
470
|
+
rt,
|
|
39
471
|
{
|
|
40
472
|
property: e,
|
|
41
|
-
value:
|
|
473
|
+
value: n,
|
|
42
474
|
size: "small",
|
|
43
|
-
onChange:
|
|
475
|
+
onChange: u(t == null ? void 0 : t.templateKey)
|
|
44
476
|
},
|
|
45
|
-
|
|
477
|
+
s
|
|
46
478
|
);
|
|
47
479
|
}) });
|
|
48
480
|
}
|
|
49
|
-
return
|
|
50
|
-
const e =
|
|
51
|
-
return /* @__PURE__ */
|
|
52
|
-
|
|
481
|
+
return m.map((f, t) => {
|
|
482
|
+
const e = p.get(f.templateKey);
|
|
483
|
+
return /* @__PURE__ */ H(nt, { dateAdapter: at, children: /* @__PURE__ */ H(
|
|
484
|
+
pt,
|
|
53
485
|
{
|
|
54
486
|
header: e == null ? void 0 : e.name,
|
|
55
|
-
content: /* @__PURE__ */
|
|
56
|
-
let
|
|
57
|
-
const
|
|
58
|
-
(
|
|
487
|
+
content: /* @__PURE__ */ H(Mt, { children: e == null ? void 0 : e.properties.map((s, n) => {
|
|
488
|
+
let a = {};
|
|
489
|
+
const r = f.filters.find(
|
|
490
|
+
(c) => c.fieldName === s.propertyId
|
|
59
491
|
);
|
|
60
|
-
return
|
|
61
|
-
|
|
492
|
+
return r && (a = r.value), /* @__PURE__ */ H(
|
|
493
|
+
rt,
|
|
62
494
|
{
|
|
63
|
-
property:
|
|
64
|
-
value:
|
|
495
|
+
property: s,
|
|
496
|
+
value: a,
|
|
65
497
|
size: "small",
|
|
66
|
-
onChange:
|
|
498
|
+
onChange: u(e == null ? void 0 : e.templateKey)
|
|
67
499
|
},
|
|
68
|
-
|
|
500
|
+
n
|
|
69
501
|
);
|
|
70
502
|
}) })
|
|
71
503
|
},
|
|
72
|
-
|
|
73
|
-
);
|
|
504
|
+
t
|
|
505
|
+
) });
|
|
74
506
|
});
|
|
75
507
|
};
|
|
76
508
|
export {
|
|
77
|
-
|
|
509
|
+
Wt as TemplatePropertyFilters
|
|
78
510
|
};
|