@ienlab/react-library 0.17.0-beta.22 → 0.17.0-beta.24
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/my-library.cjs.js +1 -1
- package/dist/my-library.es.js +268 -256
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/text.d.ts +2 -0
- package/dist/utils/text.d.ts.map +1 -0
- package/dist/utils/theme-provider.d.ts +1 -1
- package/dist/utils/theme-provider.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/my-library.es.js
CHANGED
|
@@ -6,21 +6,21 @@ import { flexRender as f, getCoreRowModel as p, getExpandedRowModel as m, useRea
|
|
|
6
6
|
import { documentId as g, getDoc as _, getDocs as v, onSnapshot as y, query as b, serverTimestamp as x, where as S } from "firebase/firestore";
|
|
7
7
|
import { useStore as C } from "zustand/react";
|
|
8
8
|
import w from "i18next";
|
|
9
|
-
import { getDownloadURL as T, ref as E, uploadBytes as
|
|
9
|
+
import { getDownloadURL as T, ref as E, uploadBytes as D } from "firebase/storage";
|
|
10
10
|
//#region \0rolldown/runtime.js
|
|
11
|
-
var
|
|
12
|
-
if (t && typeof t == "object" || typeof t == "function") for (var i =
|
|
11
|
+
var ee = Object.create, te = Object.defineProperty, ne = Object.getOwnPropertyDescriptor, O = Object.getOwnPropertyNames, k = Object.getPrototypeOf, A = Object.prototype.hasOwnProperty, j = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), re = (e, t, n, r) => {
|
|
12
|
+
if (t && typeof t == "object" || typeof t == "function") for (var i = O(t), a = 0, o = i.length, s; a < o; a++) s = i[a], !A.call(e, s) && s !== n && te(e, s, {
|
|
13
13
|
get: ((e) => t[e]).bind(null, s),
|
|
14
|
-
enumerable: !(r =
|
|
14
|
+
enumerable: !(r = ne(t, s)) || r.enumerable
|
|
15
15
|
});
|
|
16
16
|
return e;
|
|
17
|
-
},
|
|
17
|
+
}, M = (e, t, n) => (n = e == null ? {} : ee(k(e)), re(t || !e || !e.__esModule ? te(n, "default", {
|
|
18
18
|
value: e,
|
|
19
19
|
enumerable: !0
|
|
20
20
|
}) : n, e));
|
|
21
21
|
//#endregion
|
|
22
22
|
//#region src/components/image/CrossfadeImage.tsx
|
|
23
|
-
function
|
|
23
|
+
function N({ placeholder: e, src: t, onLoadError: n, ...i }) {
|
|
24
24
|
let [s, u] = a(() => {
|
|
25
25
|
if (typeof window > "u" || !t) return !1;
|
|
26
26
|
let e = new Image();
|
|
@@ -50,27 +50,27 @@ function M({ placeholder: e, src: t, onLoadError: n, ...i }) {
|
|
|
50
50
|
}
|
|
51
51
|
//#endregion
|
|
52
52
|
//#region src/types/image.tsx
|
|
53
|
-
var
|
|
53
|
+
var P = ({ children: e }) => /* @__PURE__ */ l("div", { children: e }), ie = (e) => /* @__PURE__ */ l("label", { ...e }), ae = ({ children: e }) => /* @__PURE__ */ l("p", { children: e }), F = (e) => /* @__PURE__ */ l("input", { ...e }), I = ({ children: e, ...t }) => /* @__PURE__ */ l("div", {
|
|
54
54
|
...t,
|
|
55
55
|
children: e
|
|
56
|
-
}),
|
|
56
|
+
}), L = (e) => null, oe = ({ children: e, ...t }) => /* @__PURE__ */ l("div", {
|
|
57
57
|
...t,
|
|
58
58
|
children: e
|
|
59
|
-
}),
|
|
59
|
+
}), R = ({ children: e, type: t = "button", ...n }) => /* @__PURE__ */ l("button", {
|
|
60
60
|
type: t,
|
|
61
61
|
...n,
|
|
62
62
|
children: e
|
|
63
|
-
}),
|
|
63
|
+
}), se = ({ className: e }) => /* @__PURE__ */ l("span", {
|
|
64
64
|
className: e,
|
|
65
65
|
children: "×"
|
|
66
|
-
}),
|
|
67
|
-
function
|
|
68
|
-
|
|
66
|
+
}), z = ["ko", "en"], B = null;
|
|
67
|
+
function ce(e) {
|
|
68
|
+
B = e;
|
|
69
69
|
}
|
|
70
|
-
var
|
|
70
|
+
var V = {
|
|
71
71
|
get(e, t = "ko") {
|
|
72
|
-
let n =
|
|
73
|
-
return e[
|
|
72
|
+
let n = B?.();
|
|
73
|
+
return e[z.includes(n) ? n : t] ?? e[t];
|
|
74
74
|
},
|
|
75
75
|
ko(e) {
|
|
76
76
|
return e.ko;
|
|
@@ -178,7 +178,7 @@ var ce = {
|
|
|
178
178
|
}
|
|
179
179
|
};
|
|
180
180
|
function Oe({ id: e, label: t, uploadHintText: n, descriptionText: r, value: i, onChange: o, aspectRatio: s = "1 / 1", accept: c = "image/*", components: f }) {
|
|
181
|
-
let { t: p } = d(), m = f?.Field ??
|
|
181
|
+
let { t: p } = d(), m = f?.Field ?? P, h = f?.FieldLabel ?? ie, g = f?.FieldDescription ?? ae, _ = f?.Input ?? F, v = {
|
|
182
182
|
...H.imageBox,
|
|
183
183
|
aspectRatio: s
|
|
184
184
|
}, [y, b] = a(!1);
|
|
@@ -204,7 +204,7 @@ function Oe({ id: e, label: t, uploadHintText: n, descriptionText: r, value: i,
|
|
|
204
204
|
style: H.imageLayer,
|
|
205
205
|
children: /* @__PURE__ */ l("div", {
|
|
206
206
|
style: v,
|
|
207
|
-
children: /* @__PURE__ */ l(
|
|
207
|
+
children: /* @__PURE__ */ l(N, {
|
|
208
208
|
src: i.url,
|
|
209
209
|
className: "",
|
|
210
210
|
alt: t,
|
|
@@ -351,7 +351,7 @@ var U = {
|
|
|
351
351
|
}
|
|
352
352
|
};
|
|
353
353
|
function ke({ id: e, label: t, descriptionText: n, uploadHintText: r, items: i, onChange: a, aspectRatio: o = "1 / 1", accept: c = "image/*", components: f }) {
|
|
354
|
-
let { t: p } = d(), m = f?.Field ??
|
|
354
|
+
let { t: p } = d(), m = f?.Field ?? P, h = f?.FieldLabel ?? ie, g = f?.FieldDescription ?? ae, _ = f?.Input ?? F, v = f?.ScrollArea ?? I, y = f?.ScrollBar ?? L, b = f?.Card ?? oe, x = f?.Button ?? R, S = f?.CloseIcon ?? se, C = (e) => {
|
|
355
355
|
e.revokeIfNeeded(), a(i.filter((t) => t !== e));
|
|
356
356
|
}, w = (e) => {
|
|
357
357
|
!e || e.length === 0 || a([...i, ...Array.from(e).map((e) => new le({
|
|
@@ -387,7 +387,7 @@ function ke({ id: e, label: t, descriptionText: n, uploadHintText: r, items: i,
|
|
|
387
387
|
style: T,
|
|
388
388
|
children: /* @__PURE__ */ u("div", {
|
|
389
389
|
style: U.cardInner,
|
|
390
|
-
children: [/* @__PURE__ */ l(
|
|
390
|
+
children: [/* @__PURE__ */ l(N, {
|
|
391
391
|
src: e.url,
|
|
392
392
|
className: "",
|
|
393
393
|
alt: t,
|
|
@@ -749,7 +749,7 @@ var Me = (e, t) => {
|
|
|
749
749
|
"subgrid",
|
|
750
750
|
Z,
|
|
751
751
|
Y
|
|
752
|
-
],
|
|
752
|
+
], D = () => [
|
|
753
753
|
"auto",
|
|
754
754
|
{ span: [
|
|
755
755
|
"full",
|
|
@@ -760,19 +760,19 @@ var Me = (e, t) => {
|
|
|
760
760
|
q,
|
|
761
761
|
Z,
|
|
762
762
|
Y
|
|
763
|
-
],
|
|
763
|
+
], ee = () => [
|
|
764
764
|
q,
|
|
765
765
|
"auto",
|
|
766
766
|
Z,
|
|
767
767
|
Y
|
|
768
|
-
],
|
|
768
|
+
], te = () => [
|
|
769
769
|
"auto",
|
|
770
770
|
"min",
|
|
771
771
|
"max",
|
|
772
772
|
"fr",
|
|
773
773
|
Z,
|
|
774
774
|
Y
|
|
775
|
-
],
|
|
775
|
+
], ne = () => [
|
|
776
776
|
"start",
|
|
777
777
|
"end",
|
|
778
778
|
"center",
|
|
@@ -783,14 +783,14 @@ var Me = (e, t) => {
|
|
|
783
783
|
"baseline",
|
|
784
784
|
"center-safe",
|
|
785
785
|
"end-safe"
|
|
786
|
-
],
|
|
786
|
+
], O = () => [
|
|
787
787
|
"start",
|
|
788
788
|
"end",
|
|
789
789
|
"center",
|
|
790
790
|
"stretch",
|
|
791
791
|
"center-safe",
|
|
792
792
|
"end-safe"
|
|
793
|
-
],
|
|
793
|
+
], k = () => ["auto", ...w()], A = () => [
|
|
794
794
|
G,
|
|
795
795
|
"auto",
|
|
796
796
|
"full",
|
|
@@ -804,7 +804,7 @@ var Me = (e, t) => {
|
|
|
804
804
|
"max",
|
|
805
805
|
"fit",
|
|
806
806
|
...w()
|
|
807
|
-
],
|
|
807
|
+
], j = () => [
|
|
808
808
|
G,
|
|
809
809
|
"screen",
|
|
810
810
|
"full",
|
|
@@ -815,7 +815,7 @@ var Me = (e, t) => {
|
|
|
815
815
|
"max",
|
|
816
816
|
"fit",
|
|
817
817
|
...w()
|
|
818
|
-
],
|
|
818
|
+
], re = () => [
|
|
819
819
|
G,
|
|
820
820
|
"screen",
|
|
821
821
|
"full",
|
|
@@ -827,50 +827,50 @@ var Me = (e, t) => {
|
|
|
827
827
|
"max",
|
|
828
828
|
"fit",
|
|
829
829
|
...w()
|
|
830
|
-
],
|
|
830
|
+
], M = () => [
|
|
831
831
|
e,
|
|
832
832
|
Z,
|
|
833
833
|
Y
|
|
834
|
-
],
|
|
834
|
+
], N = () => [
|
|
835
835
|
...b(),
|
|
836
836
|
It,
|
|
837
837
|
jt,
|
|
838
838
|
{ position: [Z, Y] }
|
|
839
|
-
],
|
|
839
|
+
], P = () => ["no-repeat", { repeat: [
|
|
840
840
|
"",
|
|
841
841
|
"x",
|
|
842
842
|
"y",
|
|
843
843
|
"space",
|
|
844
844
|
"round"
|
|
845
|
-
] }],
|
|
845
|
+
] }], ie = () => [
|
|
846
846
|
"auto",
|
|
847
847
|
"cover",
|
|
848
848
|
"contain",
|
|
849
849
|
Lt,
|
|
850
850
|
Dt,
|
|
851
851
|
{ size: [Z, Y] }
|
|
852
|
-
],
|
|
852
|
+
], ae = () => [
|
|
853
853
|
yt,
|
|
854
854
|
Pt,
|
|
855
855
|
X
|
|
856
|
-
],
|
|
856
|
+
], F = () => [
|
|
857
857
|
"",
|
|
858
858
|
"none",
|
|
859
859
|
"full",
|
|
860
860
|
l,
|
|
861
861
|
Z,
|
|
862
862
|
Y
|
|
863
|
-
],
|
|
863
|
+
], I = () => [
|
|
864
864
|
"",
|
|
865
865
|
K,
|
|
866
866
|
Pt,
|
|
867
867
|
X
|
|
868
|
-
],
|
|
868
|
+
], L = () => [
|
|
869
869
|
"solid",
|
|
870
870
|
"dashed",
|
|
871
871
|
"dotted",
|
|
872
872
|
"double"
|
|
873
|
-
],
|
|
873
|
+
], oe = () => [
|
|
874
874
|
"normal",
|
|
875
875
|
"multiply",
|
|
876
876
|
"screen",
|
|
@@ -887,32 +887,32 @@ var Me = (e, t) => {
|
|
|
887
887
|
"saturation",
|
|
888
888
|
"color",
|
|
889
889
|
"luminosity"
|
|
890
|
-
],
|
|
890
|
+
], R = () => [
|
|
891
891
|
K,
|
|
892
892
|
yt,
|
|
893
893
|
It,
|
|
894
894
|
jt
|
|
895
|
-
],
|
|
895
|
+
], se = () => [
|
|
896
896
|
"",
|
|
897
897
|
"none",
|
|
898
898
|
m,
|
|
899
899
|
Z,
|
|
900
900
|
Y
|
|
901
|
-
],
|
|
901
|
+
], z = () => [
|
|
902
902
|
"none",
|
|
903
903
|
K,
|
|
904
904
|
Z,
|
|
905
905
|
Y
|
|
906
|
-
],
|
|
906
|
+
], B = () => [
|
|
907
907
|
"none",
|
|
908
908
|
K,
|
|
909
909
|
Z,
|
|
910
910
|
Y
|
|
911
|
-
],
|
|
911
|
+
], ce = () => [
|
|
912
912
|
K,
|
|
913
913
|
Z,
|
|
914
914
|
Y
|
|
915
|
-
],
|
|
915
|
+
], V = () => [
|
|
916
916
|
G,
|
|
917
917
|
"full",
|
|
918
918
|
...w()
|
|
@@ -1150,13 +1150,13 @@ var Me = (e, t) => {
|
|
|
1150
1150
|
Y
|
|
1151
1151
|
] }],
|
|
1152
1152
|
"grid-cols": [{ "grid-cols": E() }],
|
|
1153
|
-
"col-start-end": [{ col:
|
|
1154
|
-
"col-start": [{ "col-start":
|
|
1155
|
-
"col-end": [{ "col-end":
|
|
1153
|
+
"col-start-end": [{ col: D() }],
|
|
1154
|
+
"col-start": [{ "col-start": ee() }],
|
|
1155
|
+
"col-end": [{ "col-end": ee() }],
|
|
1156
1156
|
"grid-rows": [{ "grid-rows": E() }],
|
|
1157
|
-
"row-start-end": [{ row:
|
|
1158
|
-
"row-start": [{ "row-start":
|
|
1159
|
-
"row-end": [{ "row-end":
|
|
1157
|
+
"row-start-end": [{ row: D() }],
|
|
1158
|
+
"row-start": [{ "row-start": ee() }],
|
|
1159
|
+
"row-end": [{ "row-end": ee() }],
|
|
1160
1160
|
"grid-flow": [{ "grid-flow": [
|
|
1161
1161
|
"row",
|
|
1162
1162
|
"col",
|
|
@@ -1164,24 +1164,24 @@ var Me = (e, t) => {
|
|
|
1164
1164
|
"row-dense",
|
|
1165
1165
|
"col-dense"
|
|
1166
1166
|
] }],
|
|
1167
|
-
"auto-cols": [{ "auto-cols":
|
|
1168
|
-
"auto-rows": [{ "auto-rows":
|
|
1167
|
+
"auto-cols": [{ "auto-cols": te() }],
|
|
1168
|
+
"auto-rows": [{ "auto-rows": te() }],
|
|
1169
1169
|
gap: [{ gap: w() }],
|
|
1170
1170
|
"gap-x": [{ "gap-x": w() }],
|
|
1171
1171
|
"gap-y": [{ "gap-y": w() }],
|
|
1172
|
-
"justify-content": [{ justify: [...
|
|
1173
|
-
"justify-items": [{ "justify-items": [...
|
|
1174
|
-
"justify-self": [{ "justify-self": ["auto", ...
|
|
1175
|
-
"align-content": [{ content: ["normal", ...
|
|
1176
|
-
"align-items": [{ items: [...
|
|
1172
|
+
"justify-content": [{ justify: [...ne(), "normal"] }],
|
|
1173
|
+
"justify-items": [{ "justify-items": [...O(), "normal"] }],
|
|
1174
|
+
"justify-self": [{ "justify-self": ["auto", ...O()] }],
|
|
1175
|
+
"align-content": [{ content: ["normal", ...ne()] }],
|
|
1176
|
+
"align-items": [{ items: [...O(), { baseline: ["", "last"] }] }],
|
|
1177
1177
|
"align-self": [{ self: [
|
|
1178
1178
|
"auto",
|
|
1179
|
-
...
|
|
1179
|
+
...O(),
|
|
1180
1180
|
{ baseline: ["", "last"] }
|
|
1181
1181
|
] }],
|
|
1182
|
-
"place-content": [{ "place-content":
|
|
1183
|
-
"place-items": [{ "place-items": [...
|
|
1184
|
-
"place-self": [{ "place-self": ["auto", ...
|
|
1182
|
+
"place-content": [{ "place-content": ne() }],
|
|
1183
|
+
"place-items": [{ "place-items": [...O(), "baseline"] }],
|
|
1184
|
+
"place-self": [{ "place-self": ["auto", ...O()] }],
|
|
1185
1185
|
p: [{ p: w() }],
|
|
1186
1186
|
px: [{ px: w() }],
|
|
1187
1187
|
py: [{ py: w() }],
|
|
@@ -1193,38 +1193,38 @@ var Me = (e, t) => {
|
|
|
1193
1193
|
pr: [{ pr: w() }],
|
|
1194
1194
|
pb: [{ pb: w() }],
|
|
1195
1195
|
pl: [{ pl: w() }],
|
|
1196
|
-
m: [{ m:
|
|
1197
|
-
mx: [{ mx:
|
|
1198
|
-
my: [{ my:
|
|
1199
|
-
ms: [{ ms:
|
|
1200
|
-
me: [{ me:
|
|
1201
|
-
mbs: [{ mbs:
|
|
1202
|
-
mbe: [{ mbe:
|
|
1203
|
-
mt: [{ mt:
|
|
1204
|
-
mr: [{ mr:
|
|
1205
|
-
mb: [{ mb:
|
|
1206
|
-
ml: [{ ml:
|
|
1196
|
+
m: [{ m: k() }],
|
|
1197
|
+
mx: [{ mx: k() }],
|
|
1198
|
+
my: [{ my: k() }],
|
|
1199
|
+
ms: [{ ms: k() }],
|
|
1200
|
+
me: [{ me: k() }],
|
|
1201
|
+
mbs: [{ mbs: k() }],
|
|
1202
|
+
mbe: [{ mbe: k() }],
|
|
1203
|
+
mt: [{ mt: k() }],
|
|
1204
|
+
mr: [{ mr: k() }],
|
|
1205
|
+
mb: [{ mb: k() }],
|
|
1206
|
+
ml: [{ ml: k() }],
|
|
1207
1207
|
"space-x": [{ "space-x": w() }],
|
|
1208
1208
|
"space-x-reverse": ["space-x-reverse"],
|
|
1209
1209
|
"space-y": [{ "space-y": w() }],
|
|
1210
1210
|
"space-y-reverse": ["space-y-reverse"],
|
|
1211
|
-
size: [{ size:
|
|
1212
|
-
"inline-size": [{ inline: ["auto", ...
|
|
1213
|
-
"min-inline-size": [{ "min-inline": ["auto", ...
|
|
1214
|
-
"max-inline-size": [{ "max-inline": ["none", ...
|
|
1215
|
-
"block-size": [{ block: ["auto", ...
|
|
1216
|
-
"min-block-size": [{ "min-block": ["auto", ...
|
|
1217
|
-
"max-block-size": [{ "max-block": ["none", ...
|
|
1211
|
+
size: [{ size: A() }],
|
|
1212
|
+
"inline-size": [{ inline: ["auto", ...j()] }],
|
|
1213
|
+
"min-inline-size": [{ "min-inline": ["auto", ...j()] }],
|
|
1214
|
+
"max-inline-size": [{ "max-inline": ["none", ...j()] }],
|
|
1215
|
+
"block-size": [{ block: ["auto", ...re()] }],
|
|
1216
|
+
"min-block-size": [{ "min-block": ["auto", ...re()] }],
|
|
1217
|
+
"max-block-size": [{ "max-block": ["none", ...re()] }],
|
|
1218
1218
|
w: [{ w: [
|
|
1219
1219
|
s,
|
|
1220
1220
|
"screen",
|
|
1221
|
-
...
|
|
1221
|
+
...A()
|
|
1222
1222
|
] }],
|
|
1223
1223
|
"min-w": [{ "min-w": [
|
|
1224
1224
|
s,
|
|
1225
1225
|
"screen",
|
|
1226
1226
|
"none",
|
|
1227
|
-
...
|
|
1227
|
+
...A()
|
|
1228
1228
|
] }],
|
|
1229
1229
|
"max-w": [{ "max-w": [
|
|
1230
1230
|
s,
|
|
@@ -1232,23 +1232,23 @@ var Me = (e, t) => {
|
|
|
1232
1232
|
"none",
|
|
1233
1233
|
"prose",
|
|
1234
1234
|
{ screen: [o] },
|
|
1235
|
-
...
|
|
1235
|
+
...A()
|
|
1236
1236
|
] }],
|
|
1237
1237
|
h: [{ h: [
|
|
1238
1238
|
"screen",
|
|
1239
1239
|
"lh",
|
|
1240
|
-
...
|
|
1240
|
+
...A()
|
|
1241
1241
|
] }],
|
|
1242
1242
|
"min-h": [{ "min-h": [
|
|
1243
1243
|
"screen",
|
|
1244
1244
|
"lh",
|
|
1245
1245
|
"none",
|
|
1246
|
-
...
|
|
1246
|
+
...A()
|
|
1247
1247
|
] }],
|
|
1248
1248
|
"max-h": [{ "max-h": [
|
|
1249
1249
|
"screen",
|
|
1250
1250
|
"lh",
|
|
1251
|
-
...
|
|
1251
|
+
...A()
|
|
1252
1252
|
] }],
|
|
1253
1253
|
"font-size": [{ text: [
|
|
1254
1254
|
"base",
|
|
@@ -1321,15 +1321,15 @@ var Me = (e, t) => {
|
|
|
1321
1321
|
"start",
|
|
1322
1322
|
"end"
|
|
1323
1323
|
] }],
|
|
1324
|
-
"placeholder-color": [{ placeholder:
|
|
1325
|
-
"text-color": [{ text:
|
|
1324
|
+
"placeholder-color": [{ placeholder: M() }],
|
|
1325
|
+
"text-color": [{ text: M() }],
|
|
1326
1326
|
"text-decoration": [
|
|
1327
1327
|
"underline",
|
|
1328
1328
|
"overline",
|
|
1329
1329
|
"line-through",
|
|
1330
1330
|
"no-underline"
|
|
1331
1331
|
],
|
|
1332
|
-
"text-decoration-style": [{ decoration: [...
|
|
1332
|
+
"text-decoration-style": [{ decoration: [...L(), "wavy"] }],
|
|
1333
1333
|
"text-decoration-thickness": [{ decoration: [
|
|
1334
1334
|
K,
|
|
1335
1335
|
"from-font",
|
|
@@ -1337,7 +1337,7 @@ var Me = (e, t) => {
|
|
|
1337
1337
|
Z,
|
|
1338
1338
|
X
|
|
1339
1339
|
] }],
|
|
1340
|
-
"text-decoration-color": [{ decoration:
|
|
1340
|
+
"text-decoration-color": [{ decoration: M() }],
|
|
1341
1341
|
"underline-offset": [{ "underline-offset": [
|
|
1342
1342
|
K,
|
|
1343
1343
|
"auto",
|
|
@@ -1424,9 +1424,9 @@ var Me = (e, t) => {
|
|
|
1424
1424
|
"padding",
|
|
1425
1425
|
"content"
|
|
1426
1426
|
] }],
|
|
1427
|
-
"bg-position": [{ bg:
|
|
1428
|
-
"bg-repeat": [{ bg:
|
|
1429
|
-
"bg-size": [{ bg:
|
|
1427
|
+
"bg-position": [{ bg: N() }],
|
|
1428
|
+
"bg-repeat": [{ bg: P() }],
|
|
1429
|
+
"bg-size": [{ bg: ie() }],
|
|
1430
1430
|
"bg-image": [{ bg: [
|
|
1431
1431
|
"none",
|
|
1432
1432
|
{
|
|
@@ -1459,67 +1459,67 @@ var Me = (e, t) => {
|
|
|
1459
1459
|
Rt,
|
|
1460
1460
|
Mt
|
|
1461
1461
|
] }],
|
|
1462
|
-
"bg-color": [{ bg:
|
|
1463
|
-
"gradient-from-pos": [{ from:
|
|
1464
|
-
"gradient-via-pos": [{ via:
|
|
1465
|
-
"gradient-to-pos": [{ to:
|
|
1466
|
-
"gradient-from": [{ from:
|
|
1467
|
-
"gradient-via": [{ via:
|
|
1468
|
-
"gradient-to": [{ to:
|
|
1469
|
-
rounded: [{ rounded:
|
|
1470
|
-
"rounded-s": [{ "rounded-s":
|
|
1471
|
-
"rounded-e": [{ "rounded-e":
|
|
1472
|
-
"rounded-t": [{ "rounded-t":
|
|
1473
|
-
"rounded-r": [{ "rounded-r":
|
|
1474
|
-
"rounded-b": [{ "rounded-b":
|
|
1475
|
-
"rounded-l": [{ "rounded-l":
|
|
1476
|
-
"rounded-ss": [{ "rounded-ss":
|
|
1477
|
-
"rounded-se": [{ "rounded-se":
|
|
1478
|
-
"rounded-ee": [{ "rounded-ee":
|
|
1479
|
-
"rounded-es": [{ "rounded-es":
|
|
1480
|
-
"rounded-tl": [{ "rounded-tl":
|
|
1481
|
-
"rounded-tr": [{ "rounded-tr":
|
|
1482
|
-
"rounded-br": [{ "rounded-br":
|
|
1483
|
-
"rounded-bl": [{ "rounded-bl":
|
|
1484
|
-
"border-w": [{ border:
|
|
1485
|
-
"border-w-x": [{ "border-x":
|
|
1486
|
-
"border-w-y": [{ "border-y":
|
|
1487
|
-
"border-w-s": [{ "border-s":
|
|
1488
|
-
"border-w-e": [{ "border-e":
|
|
1489
|
-
"border-w-bs": [{ "border-bs":
|
|
1490
|
-
"border-w-be": [{ "border-be":
|
|
1491
|
-
"border-w-t": [{ "border-t":
|
|
1492
|
-
"border-w-r": [{ "border-r":
|
|
1493
|
-
"border-w-b": [{ "border-b":
|
|
1494
|
-
"border-w-l": [{ "border-l":
|
|
1495
|
-
"divide-x": [{ "divide-x":
|
|
1462
|
+
"bg-color": [{ bg: M() }],
|
|
1463
|
+
"gradient-from-pos": [{ from: ae() }],
|
|
1464
|
+
"gradient-via-pos": [{ via: ae() }],
|
|
1465
|
+
"gradient-to-pos": [{ to: ae() }],
|
|
1466
|
+
"gradient-from": [{ from: M() }],
|
|
1467
|
+
"gradient-via": [{ via: M() }],
|
|
1468
|
+
"gradient-to": [{ to: M() }],
|
|
1469
|
+
rounded: [{ rounded: F() }],
|
|
1470
|
+
"rounded-s": [{ "rounded-s": F() }],
|
|
1471
|
+
"rounded-e": [{ "rounded-e": F() }],
|
|
1472
|
+
"rounded-t": [{ "rounded-t": F() }],
|
|
1473
|
+
"rounded-r": [{ "rounded-r": F() }],
|
|
1474
|
+
"rounded-b": [{ "rounded-b": F() }],
|
|
1475
|
+
"rounded-l": [{ "rounded-l": F() }],
|
|
1476
|
+
"rounded-ss": [{ "rounded-ss": F() }],
|
|
1477
|
+
"rounded-se": [{ "rounded-se": F() }],
|
|
1478
|
+
"rounded-ee": [{ "rounded-ee": F() }],
|
|
1479
|
+
"rounded-es": [{ "rounded-es": F() }],
|
|
1480
|
+
"rounded-tl": [{ "rounded-tl": F() }],
|
|
1481
|
+
"rounded-tr": [{ "rounded-tr": F() }],
|
|
1482
|
+
"rounded-br": [{ "rounded-br": F() }],
|
|
1483
|
+
"rounded-bl": [{ "rounded-bl": F() }],
|
|
1484
|
+
"border-w": [{ border: I() }],
|
|
1485
|
+
"border-w-x": [{ "border-x": I() }],
|
|
1486
|
+
"border-w-y": [{ "border-y": I() }],
|
|
1487
|
+
"border-w-s": [{ "border-s": I() }],
|
|
1488
|
+
"border-w-e": [{ "border-e": I() }],
|
|
1489
|
+
"border-w-bs": [{ "border-bs": I() }],
|
|
1490
|
+
"border-w-be": [{ "border-be": I() }],
|
|
1491
|
+
"border-w-t": [{ "border-t": I() }],
|
|
1492
|
+
"border-w-r": [{ "border-r": I() }],
|
|
1493
|
+
"border-w-b": [{ "border-b": I() }],
|
|
1494
|
+
"border-w-l": [{ "border-l": I() }],
|
|
1495
|
+
"divide-x": [{ "divide-x": I() }],
|
|
1496
1496
|
"divide-x-reverse": ["divide-x-reverse"],
|
|
1497
|
-
"divide-y": [{ "divide-y":
|
|
1497
|
+
"divide-y": [{ "divide-y": I() }],
|
|
1498
1498
|
"divide-y-reverse": ["divide-y-reverse"],
|
|
1499
1499
|
"border-style": [{ border: [
|
|
1500
|
-
...
|
|
1500
|
+
...L(),
|
|
1501
1501
|
"hidden",
|
|
1502
1502
|
"none"
|
|
1503
1503
|
] }],
|
|
1504
1504
|
"divide-style": [{ divide: [
|
|
1505
|
-
...
|
|
1505
|
+
...L(),
|
|
1506
1506
|
"hidden",
|
|
1507
1507
|
"none"
|
|
1508
1508
|
] }],
|
|
1509
|
-
"border-color": [{ border:
|
|
1510
|
-
"border-color-x": [{ "border-x":
|
|
1511
|
-
"border-color-y": [{ "border-y":
|
|
1512
|
-
"border-color-s": [{ "border-s":
|
|
1513
|
-
"border-color-e": [{ "border-e":
|
|
1514
|
-
"border-color-bs": [{ "border-bs":
|
|
1515
|
-
"border-color-be": [{ "border-be":
|
|
1516
|
-
"border-color-t": [{ "border-t":
|
|
1517
|
-
"border-color-r": [{ "border-r":
|
|
1518
|
-
"border-color-b": [{ "border-b":
|
|
1519
|
-
"border-color-l": [{ "border-l":
|
|
1520
|
-
"divide-color": [{ divide:
|
|
1509
|
+
"border-color": [{ border: M() }],
|
|
1510
|
+
"border-color-x": [{ "border-x": M() }],
|
|
1511
|
+
"border-color-y": [{ "border-y": M() }],
|
|
1512
|
+
"border-color-s": [{ "border-s": M() }],
|
|
1513
|
+
"border-color-e": [{ "border-e": M() }],
|
|
1514
|
+
"border-color-bs": [{ "border-bs": M() }],
|
|
1515
|
+
"border-color-be": [{ "border-be": M() }],
|
|
1516
|
+
"border-color-t": [{ "border-t": M() }],
|
|
1517
|
+
"border-color-r": [{ "border-r": M() }],
|
|
1518
|
+
"border-color-b": [{ "border-b": M() }],
|
|
1519
|
+
"border-color-l": [{ "border-l": M() }],
|
|
1520
|
+
"divide-color": [{ divide: M() }],
|
|
1521
1521
|
"outline-style": [{ outline: [
|
|
1522
|
-
...
|
|
1522
|
+
...L(),
|
|
1523
1523
|
"none",
|
|
1524
1524
|
"hidden"
|
|
1525
1525
|
] }],
|
|
@@ -1534,7 +1534,7 @@ var Me = (e, t) => {
|
|
|
1534
1534
|
Pt,
|
|
1535
1535
|
X
|
|
1536
1536
|
] }],
|
|
1537
|
-
"outline-color": [{ outline:
|
|
1537
|
+
"outline-color": [{ outline: M() }],
|
|
1538
1538
|
shadow: [{ shadow: [
|
|
1539
1539
|
"",
|
|
1540
1540
|
"none",
|
|
@@ -1542,39 +1542,39 @@ var Me = (e, t) => {
|
|
|
1542
1542
|
zt,
|
|
1543
1543
|
Nt
|
|
1544
1544
|
] }],
|
|
1545
|
-
"shadow-color": [{ shadow:
|
|
1545
|
+
"shadow-color": [{ shadow: M() }],
|
|
1546
1546
|
"inset-shadow": [{ "inset-shadow": [
|
|
1547
1547
|
"none",
|
|
1548
1548
|
d,
|
|
1549
1549
|
zt,
|
|
1550
1550
|
Nt
|
|
1551
1551
|
] }],
|
|
1552
|
-
"inset-shadow-color": [{ "inset-shadow":
|
|
1553
|
-
"ring-w": [{ ring:
|
|
1552
|
+
"inset-shadow-color": [{ "inset-shadow": M() }],
|
|
1553
|
+
"ring-w": [{ ring: I() }],
|
|
1554
1554
|
"ring-w-inset": ["ring-inset"],
|
|
1555
|
-
"ring-color": [{ ring:
|
|
1555
|
+
"ring-color": [{ ring: M() }],
|
|
1556
1556
|
"ring-offset-w": [{ "ring-offset": [K, X] }],
|
|
1557
|
-
"ring-offset-color": [{ "ring-offset":
|
|
1558
|
-
"inset-ring-w": [{ "inset-ring":
|
|
1559
|
-
"inset-ring-color": [{ "inset-ring":
|
|
1557
|
+
"ring-offset-color": [{ "ring-offset": M() }],
|
|
1558
|
+
"inset-ring-w": [{ "inset-ring": I() }],
|
|
1559
|
+
"inset-ring-color": [{ "inset-ring": M() }],
|
|
1560
1560
|
"text-shadow": [{ "text-shadow": [
|
|
1561
1561
|
"none",
|
|
1562
1562
|
f,
|
|
1563
1563
|
zt,
|
|
1564
1564
|
Nt
|
|
1565
1565
|
] }],
|
|
1566
|
-
"text-shadow-color": [{ "text-shadow":
|
|
1566
|
+
"text-shadow-color": [{ "text-shadow": M() }],
|
|
1567
1567
|
opacity: [{ opacity: [
|
|
1568
1568
|
K,
|
|
1569
1569
|
Z,
|
|
1570
1570
|
Y
|
|
1571
1571
|
] }],
|
|
1572
1572
|
"mix-blend": [{ "mix-blend": [
|
|
1573
|
-
...
|
|
1573
|
+
...oe(),
|
|
1574
1574
|
"plus-darker",
|
|
1575
1575
|
"plus-lighter"
|
|
1576
1576
|
] }],
|
|
1577
|
-
"bg-blend": [{ "bg-blend":
|
|
1577
|
+
"bg-blend": [{ "bg-blend": oe() }],
|
|
1578
1578
|
"mask-clip": [{ "mask-clip": [
|
|
1579
1579
|
"border",
|
|
1580
1580
|
"padding",
|
|
@@ -1590,39 +1590,39 @@ var Me = (e, t) => {
|
|
|
1590
1590
|
"exclude"
|
|
1591
1591
|
] }],
|
|
1592
1592
|
"mask-image-linear-pos": [{ "mask-linear": [K] }],
|
|
1593
|
-
"mask-image-linear-from-pos": [{ "mask-linear-from":
|
|
1594
|
-
"mask-image-linear-to-pos": [{ "mask-linear-to":
|
|
1595
|
-
"mask-image-linear-from-color": [{ "mask-linear-from":
|
|
1596
|
-
"mask-image-linear-to-color": [{ "mask-linear-to":
|
|
1597
|
-
"mask-image-t-from-pos": [{ "mask-t-from":
|
|
1598
|
-
"mask-image-t-to-pos": [{ "mask-t-to":
|
|
1599
|
-
"mask-image-t-from-color": [{ "mask-t-from":
|
|
1600
|
-
"mask-image-t-to-color": [{ "mask-t-to":
|
|
1601
|
-
"mask-image-r-from-pos": [{ "mask-r-from":
|
|
1602
|
-
"mask-image-r-to-pos": [{ "mask-r-to":
|
|
1603
|
-
"mask-image-r-from-color": [{ "mask-r-from":
|
|
1604
|
-
"mask-image-r-to-color": [{ "mask-r-to":
|
|
1605
|
-
"mask-image-b-from-pos": [{ "mask-b-from":
|
|
1606
|
-
"mask-image-b-to-pos": [{ "mask-b-to":
|
|
1607
|
-
"mask-image-b-from-color": [{ "mask-b-from":
|
|
1608
|
-
"mask-image-b-to-color": [{ "mask-b-to":
|
|
1609
|
-
"mask-image-l-from-pos": [{ "mask-l-from":
|
|
1610
|
-
"mask-image-l-to-pos": [{ "mask-l-to":
|
|
1611
|
-
"mask-image-l-from-color": [{ "mask-l-from":
|
|
1612
|
-
"mask-image-l-to-color": [{ "mask-l-to":
|
|
1613
|
-
"mask-image-x-from-pos": [{ "mask-x-from":
|
|
1614
|
-
"mask-image-x-to-pos": [{ "mask-x-to":
|
|
1615
|
-
"mask-image-x-from-color": [{ "mask-x-from":
|
|
1616
|
-
"mask-image-x-to-color": [{ "mask-x-to":
|
|
1617
|
-
"mask-image-y-from-pos": [{ "mask-y-from":
|
|
1618
|
-
"mask-image-y-to-pos": [{ "mask-y-to":
|
|
1619
|
-
"mask-image-y-from-color": [{ "mask-y-from":
|
|
1620
|
-
"mask-image-y-to-color": [{ "mask-y-to":
|
|
1593
|
+
"mask-image-linear-from-pos": [{ "mask-linear-from": R() }],
|
|
1594
|
+
"mask-image-linear-to-pos": [{ "mask-linear-to": R() }],
|
|
1595
|
+
"mask-image-linear-from-color": [{ "mask-linear-from": M() }],
|
|
1596
|
+
"mask-image-linear-to-color": [{ "mask-linear-to": M() }],
|
|
1597
|
+
"mask-image-t-from-pos": [{ "mask-t-from": R() }],
|
|
1598
|
+
"mask-image-t-to-pos": [{ "mask-t-to": R() }],
|
|
1599
|
+
"mask-image-t-from-color": [{ "mask-t-from": M() }],
|
|
1600
|
+
"mask-image-t-to-color": [{ "mask-t-to": M() }],
|
|
1601
|
+
"mask-image-r-from-pos": [{ "mask-r-from": R() }],
|
|
1602
|
+
"mask-image-r-to-pos": [{ "mask-r-to": R() }],
|
|
1603
|
+
"mask-image-r-from-color": [{ "mask-r-from": M() }],
|
|
1604
|
+
"mask-image-r-to-color": [{ "mask-r-to": M() }],
|
|
1605
|
+
"mask-image-b-from-pos": [{ "mask-b-from": R() }],
|
|
1606
|
+
"mask-image-b-to-pos": [{ "mask-b-to": R() }],
|
|
1607
|
+
"mask-image-b-from-color": [{ "mask-b-from": M() }],
|
|
1608
|
+
"mask-image-b-to-color": [{ "mask-b-to": M() }],
|
|
1609
|
+
"mask-image-l-from-pos": [{ "mask-l-from": R() }],
|
|
1610
|
+
"mask-image-l-to-pos": [{ "mask-l-to": R() }],
|
|
1611
|
+
"mask-image-l-from-color": [{ "mask-l-from": M() }],
|
|
1612
|
+
"mask-image-l-to-color": [{ "mask-l-to": M() }],
|
|
1613
|
+
"mask-image-x-from-pos": [{ "mask-x-from": R() }],
|
|
1614
|
+
"mask-image-x-to-pos": [{ "mask-x-to": R() }],
|
|
1615
|
+
"mask-image-x-from-color": [{ "mask-x-from": M() }],
|
|
1616
|
+
"mask-image-x-to-color": [{ "mask-x-to": M() }],
|
|
1617
|
+
"mask-image-y-from-pos": [{ "mask-y-from": R() }],
|
|
1618
|
+
"mask-image-y-to-pos": [{ "mask-y-to": R() }],
|
|
1619
|
+
"mask-image-y-from-color": [{ "mask-y-from": M() }],
|
|
1620
|
+
"mask-image-y-to-color": [{ "mask-y-to": M() }],
|
|
1621
1621
|
"mask-image-radial": [{ "mask-radial": [Z, Y] }],
|
|
1622
|
-
"mask-image-radial-from-pos": [{ "mask-radial-from":
|
|
1623
|
-
"mask-image-radial-to-pos": [{ "mask-radial-to":
|
|
1624
|
-
"mask-image-radial-from-color": [{ "mask-radial-from":
|
|
1625
|
-
"mask-image-radial-to-color": [{ "mask-radial-to":
|
|
1622
|
+
"mask-image-radial-from-pos": [{ "mask-radial-from": R() }],
|
|
1623
|
+
"mask-image-radial-to-pos": [{ "mask-radial-to": R() }],
|
|
1624
|
+
"mask-image-radial-from-color": [{ "mask-radial-from": M() }],
|
|
1625
|
+
"mask-image-radial-to-color": [{ "mask-radial-to": M() }],
|
|
1626
1626
|
"mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
|
|
1627
1627
|
"mask-image-radial-size": [{ "mask-radial": [{
|
|
1628
1628
|
closest: ["side", "corner"],
|
|
@@ -1630,10 +1630,10 @@ var Me = (e, t) => {
|
|
|
1630
1630
|
}] }],
|
|
1631
1631
|
"mask-image-radial-pos": [{ "mask-radial-at": b() }],
|
|
1632
1632
|
"mask-image-conic-pos": [{ "mask-conic": [K] }],
|
|
1633
|
-
"mask-image-conic-from-pos": [{ "mask-conic-from":
|
|
1634
|
-
"mask-image-conic-to-pos": [{ "mask-conic-to":
|
|
1635
|
-
"mask-image-conic-from-color": [{ "mask-conic-from":
|
|
1636
|
-
"mask-image-conic-to-color": [{ "mask-conic-to":
|
|
1633
|
+
"mask-image-conic-from-pos": [{ "mask-conic-from": R() }],
|
|
1634
|
+
"mask-image-conic-to-pos": [{ "mask-conic-to": R() }],
|
|
1635
|
+
"mask-image-conic-from-color": [{ "mask-conic-from": M() }],
|
|
1636
|
+
"mask-image-conic-to-color": [{ "mask-conic-to": M() }],
|
|
1637
1637
|
"mask-mode": [{ mask: [
|
|
1638
1638
|
"alpha",
|
|
1639
1639
|
"luminance",
|
|
@@ -1647,9 +1647,9 @@ var Me = (e, t) => {
|
|
|
1647
1647
|
"stroke",
|
|
1648
1648
|
"view"
|
|
1649
1649
|
] }],
|
|
1650
|
-
"mask-position": [{ mask:
|
|
1651
|
-
"mask-repeat": [{ mask:
|
|
1652
|
-
"mask-size": [{ mask:
|
|
1650
|
+
"mask-position": [{ mask: N() }],
|
|
1651
|
+
"mask-repeat": [{ mask: P() }],
|
|
1652
|
+
"mask-size": [{ mask: ie() }],
|
|
1653
1653
|
"mask-type": [{ "mask-type": ["alpha", "luminance"] }],
|
|
1654
1654
|
"mask-image": [{ mask: [
|
|
1655
1655
|
"none",
|
|
@@ -1662,7 +1662,7 @@ var Me = (e, t) => {
|
|
|
1662
1662
|
Z,
|
|
1663
1663
|
Y
|
|
1664
1664
|
] }],
|
|
1665
|
-
blur: [{ blur:
|
|
1665
|
+
blur: [{ blur: se() }],
|
|
1666
1666
|
brightness: [{ brightness: [
|
|
1667
1667
|
K,
|
|
1668
1668
|
Z,
|
|
@@ -1680,7 +1680,7 @@ var Me = (e, t) => {
|
|
|
1680
1680
|
zt,
|
|
1681
1681
|
Nt
|
|
1682
1682
|
] }],
|
|
1683
|
-
"drop-shadow-color": [{ "drop-shadow":
|
|
1683
|
+
"drop-shadow-color": [{ "drop-shadow": M() }],
|
|
1684
1684
|
grayscale: [{ grayscale: [
|
|
1685
1685
|
"",
|
|
1686
1686
|
K,
|
|
@@ -1715,7 +1715,7 @@ var Me = (e, t) => {
|
|
|
1715
1715
|
Z,
|
|
1716
1716
|
Y
|
|
1717
1717
|
] }],
|
|
1718
|
-
"backdrop-blur": [{ "backdrop-blur":
|
|
1718
|
+
"backdrop-blur": [{ "backdrop-blur": se() }],
|
|
1719
1719
|
"backdrop-brightness": [{ "backdrop-brightness": [
|
|
1720
1720
|
K,
|
|
1721
1721
|
Z,
|
|
@@ -1808,18 +1808,18 @@ var Me = (e, t) => {
|
|
|
1808
1808
|
Y
|
|
1809
1809
|
] }],
|
|
1810
1810
|
"perspective-origin": [{ "perspective-origin": x() }],
|
|
1811
|
-
rotate: [{ rotate:
|
|
1812
|
-
"rotate-x": [{ "rotate-x":
|
|
1813
|
-
"rotate-y": [{ "rotate-y":
|
|
1814
|
-
"rotate-z": [{ "rotate-z":
|
|
1815
|
-
scale: [{ scale:
|
|
1816
|
-
"scale-x": [{ "scale-x":
|
|
1817
|
-
"scale-y": [{ "scale-y":
|
|
1818
|
-
"scale-z": [{ "scale-z":
|
|
1811
|
+
rotate: [{ rotate: z() }],
|
|
1812
|
+
"rotate-x": [{ "rotate-x": z() }],
|
|
1813
|
+
"rotate-y": [{ "rotate-y": z() }],
|
|
1814
|
+
"rotate-z": [{ "rotate-z": z() }],
|
|
1815
|
+
scale: [{ scale: B() }],
|
|
1816
|
+
"scale-x": [{ "scale-x": B() }],
|
|
1817
|
+
"scale-y": [{ "scale-y": B() }],
|
|
1818
|
+
"scale-z": [{ "scale-z": B() }],
|
|
1819
1819
|
"scale-3d": ["scale-3d"],
|
|
1820
|
-
skew: [{ skew:
|
|
1821
|
-
"skew-x": [{ "skew-x":
|
|
1822
|
-
"skew-y": [{ "skew-y":
|
|
1820
|
+
skew: [{ skew: ce() }],
|
|
1821
|
+
"skew-x": [{ "skew-x": ce() }],
|
|
1822
|
+
"skew-y": [{ "skew-y": ce() }],
|
|
1823
1823
|
transform: [{ transform: [
|
|
1824
1824
|
Z,
|
|
1825
1825
|
Y,
|
|
@@ -1830,19 +1830,19 @@ var Me = (e, t) => {
|
|
|
1830
1830
|
] }],
|
|
1831
1831
|
"transform-origin": [{ origin: x() }],
|
|
1832
1832
|
"transform-style": [{ transform: ["3d", "flat"] }],
|
|
1833
|
-
translate: [{ translate:
|
|
1834
|
-
"translate-x": [{ "translate-x":
|
|
1835
|
-
"translate-y": [{ "translate-y":
|
|
1836
|
-
"translate-z": [{ "translate-z":
|
|
1833
|
+
translate: [{ translate: V() }],
|
|
1834
|
+
"translate-x": [{ "translate-x": V() }],
|
|
1835
|
+
"translate-y": [{ "translate-y": V() }],
|
|
1836
|
+
"translate-z": [{ "translate-z": V() }],
|
|
1837
1837
|
"translate-none": ["translate-none"],
|
|
1838
1838
|
zoom: [{ zoom: [
|
|
1839
1839
|
q,
|
|
1840
1840
|
Z,
|
|
1841
1841
|
Y
|
|
1842
1842
|
] }],
|
|
1843
|
-
accent: [{ accent:
|
|
1843
|
+
accent: [{ accent: M() }],
|
|
1844
1844
|
appearance: [{ appearance: ["none", "auto"] }],
|
|
1845
|
-
"caret-color": [{ caret:
|
|
1845
|
+
"caret-color": [{ caret: M() }],
|
|
1846
1846
|
"color-scheme": [{ scheme: [
|
|
1847
1847
|
"normal",
|
|
1848
1848
|
"dark",
|
|
@@ -1900,8 +1900,8 @@ var Me = (e, t) => {
|
|
|
1900
1900
|
"x"
|
|
1901
1901
|
] }],
|
|
1902
1902
|
"scroll-behavior": [{ scroll: ["auto", "smooth"] }],
|
|
1903
|
-
"scrollbar-thumb-color": [{ "scrollbar-thumb":
|
|
1904
|
-
"scrollbar-track-color": [{ "scrollbar-track":
|
|
1903
|
+
"scrollbar-thumb-color": [{ "scrollbar-thumb": M() }],
|
|
1904
|
+
"scrollbar-track-color": [{ "scrollbar-track": M() }],
|
|
1905
1905
|
"scrollbar-gutter": [{ "scrollbar-gutter": [
|
|
1906
1906
|
"auto",
|
|
1907
1907
|
"stable",
|
|
@@ -1978,14 +1978,14 @@ var Me = (e, t) => {
|
|
|
1978
1978
|
Z,
|
|
1979
1979
|
Y
|
|
1980
1980
|
] }],
|
|
1981
|
-
fill: [{ fill: ["none", ...
|
|
1981
|
+
fill: [{ fill: ["none", ...M()] }],
|
|
1982
1982
|
"stroke-w": [{ stroke: [
|
|
1983
1983
|
K,
|
|
1984
1984
|
Pt,
|
|
1985
1985
|
X,
|
|
1986
1986
|
Ot
|
|
1987
1987
|
] }],
|
|
1988
|
-
stroke: [{ stroke: ["none", ...
|
|
1988
|
+
stroke: [{ stroke: ["none", ...M()] }],
|
|
1989
1989
|
"forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
|
|
1990
1990
|
},
|
|
1991
1991
|
conflictingClassGroups: {
|
|
@@ -2304,7 +2304,7 @@ function tn(e) {
|
|
|
2304
2304
|
}, i = (t) => {
|
|
2305
2305
|
let [n = "0", r = "0", i = "0"] = t.split(":"), a = e.date ? new Date(e.date) : /* @__PURE__ */ new Date();
|
|
2306
2306
|
a.setHours(Number(n), Number(r), Number(i), 0), e.setDate(a);
|
|
2307
|
-
}, a = e.components?.Calendar ?? Se, o = e.components?.Field ??
|
|
2307
|
+
}, a = e.components?.Calendar ?? Se, o = e.components?.Field ?? P, s = e.components?.FieldLabel ?? ie, c = e.components?.FieldGroup ?? Ce, f = e.components?.InputGroup ?? we, p = e.components?.InputGroupInput ?? Te, m = e.components?.InputGroupAddon ?? Ee, h = e.components?.TimeIcon ?? De;
|
|
2308
2308
|
return /* @__PURE__ */ u("div", { children: [/* @__PURE__ */ l(a, {
|
|
2309
2309
|
mode: "single",
|
|
2310
2310
|
captionLayout: "dropdown",
|
|
@@ -2329,7 +2329,7 @@ function tn(e) {
|
|
|
2329
2329
|
//#endregion
|
|
2330
2330
|
//#region src/components/dialog/BaseDeleteAlertDialog.tsx
|
|
2331
2331
|
function nn(e) {
|
|
2332
|
-
let { t } = d(), n = e.components?.AlertDialog ?? ge, r = e.components?.AlertDialogContent ?? _e, i = e.components?.AlertDialogHeader ?? ve, a = e.components?.AlertDialogTitle ?? ye, o = e.components?.AlertDialogDescription ?? be, s = e.components?.AlertDialogFooter ?? xe, c = e.components?.Button ??
|
|
2332
|
+
let { t } = d(), n = e.components?.AlertDialog ?? ge, r = e.components?.AlertDialogContent ?? _e, i = e.components?.AlertDialogHeader ?? ve, a = e.components?.AlertDialogTitle ?? ye, o = e.components?.AlertDialogDescription ?? be, s = e.components?.AlertDialogFooter ?? xe, c = e.components?.Button ?? R;
|
|
2333
2333
|
return /* @__PURE__ */ l(n, {
|
|
2334
2334
|
open: e.visible,
|
|
2335
2335
|
onOpenChange: e.onVisibleChange,
|
|
@@ -2351,7 +2351,7 @@ function nn(e) {
|
|
|
2351
2351
|
//#endregion
|
|
2352
2352
|
//#region src/components/dialog/BaseRouterPromptAlertDialog.tsx
|
|
2353
2353
|
function rn(e) {
|
|
2354
|
-
let { t } = d(), n = e.components?.AlertDialog ?? ge, r = e.components?.AlertDialogContent ?? _e, i = e.components?.AlertDialogHeader ?? ve, a = e.components?.AlertDialogTitle ?? ye, o = e.components?.AlertDialogDescription ?? be, s = e.components?.AlertDialogFooter ?? xe, c = e.components?.Button ??
|
|
2354
|
+
let { t } = d(), n = e.components?.AlertDialog ?? ge, r = e.components?.AlertDialogContent ?? _e, i = e.components?.AlertDialogHeader ?? ve, a = e.components?.AlertDialogTitle ?? ye, o = e.components?.AlertDialogDescription ?? be, s = e.components?.AlertDialogFooter ?? xe, c = e.components?.Button ?? R;
|
|
2355
2355
|
return /* @__PURE__ */ l(n, {
|
|
2356
2356
|
open: e.visible,
|
|
2357
2357
|
onOpenChange: e.onVisibleChange,
|
|
@@ -2447,7 +2447,7 @@ function pn(t) {
|
|
|
2447
2447
|
}
|
|
2448
2448
|
//#endregion
|
|
2449
2449
|
//#region node_modules/dayjs/dayjs.min.js
|
|
2450
|
-
var mn = /* @__PURE__ */
|
|
2450
|
+
var mn = /* @__PURE__ */ j(((e, t) => {
|
|
2451
2451
|
(function(n, r) {
|
|
2452
2452
|
typeof e == "object" && t !== void 0 ? t.exports = r() : typeof define == "function" && define.amd ? define(r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs = r();
|
|
2453
2453
|
})(e, (function() {
|
|
@@ -2721,8 +2721,8 @@ var mn = /* @__PURE__ */ A(((e, t) => {
|
|
|
2721
2721
|
}, _.toString = function() {
|
|
2722
2722
|
return this.$d.toUTCString();
|
|
2723
2723
|
}, g;
|
|
2724
|
-
}(),
|
|
2725
|
-
return w.prototype =
|
|
2724
|
+
}(), D = E.prototype;
|
|
2725
|
+
return w.prototype = D, [
|
|
2726
2726
|
["$ms", r],
|
|
2727
2727
|
["$s", i],
|
|
2728
2728
|
["$m", a],
|
|
@@ -2732,7 +2732,7 @@ var mn = /* @__PURE__ */ A(((e, t) => {
|
|
|
2732
2732
|
["$y", d],
|
|
2733
2733
|
["$D", f]
|
|
2734
2734
|
].forEach((function(e) {
|
|
2735
|
-
|
|
2735
|
+
D[e[1]] = function(t) {
|
|
2736
2736
|
return this.$g(t, e[0], e[1]);
|
|
2737
2737
|
};
|
|
2738
2738
|
})), w.extend = function(e, t) {
|
|
@@ -2741,7 +2741,7 @@ var mn = /* @__PURE__ */ A(((e, t) => {
|
|
|
2741
2741
|
return w(1e3 * e);
|
|
2742
2742
|
}, w.en = b[y], w.Ls = b, w.p = {}, w;
|
|
2743
2743
|
}));
|
|
2744
|
-
})), hn = /* @__PURE__ */
|
|
2744
|
+
})), hn = /* @__PURE__ */ j(((e, t) => {
|
|
2745
2745
|
(function(n, r) {
|
|
2746
2746
|
typeof e == "object" && t !== void 0 ? t.exports = r(mn()) : typeof define == "function" && define.amd ? define(["dayjs"], r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs_locale_ko = r(n.dayjs);
|
|
2747
2747
|
})(e, (function(e) {
|
|
@@ -2791,7 +2791,7 @@ var mn = /* @__PURE__ */ A(((e, t) => {
|
|
|
2791
2791
|
};
|
|
2792
2792
|
return n.default.locale(r, null, !0), r;
|
|
2793
2793
|
}));
|
|
2794
|
-
})), gn = /* @__PURE__ */
|
|
2794
|
+
})), gn = /* @__PURE__ */ j(((e, t) => {
|
|
2795
2795
|
(function(n, r) {
|
|
2796
2796
|
typeof e == "object" && t !== void 0 ? t.exports = r() : typeof define == "function" && define.amd ? define(r) : (n = typeof globalThis < "u" ? globalThis : n || self).dayjs_locale_en = r();
|
|
2797
2797
|
})(e, (function() {
|
|
@@ -2810,7 +2810,7 @@ var mn = /* @__PURE__ */ A(((e, t) => {
|
|
|
2810
2810
|
}
|
|
2811
2811
|
};
|
|
2812
2812
|
}));
|
|
2813
|
-
})), _n = /* @__PURE__ */
|
|
2813
|
+
})), _n = /* @__PURE__ */ M(mn(), 1);
|
|
2814
2814
|
hn(), gn();
|
|
2815
2815
|
function vn(e, t, n) {
|
|
2816
2816
|
let r = (0, _n.default)(e);
|
|
@@ -2850,7 +2850,7 @@ async function wn(e, t, n) {
|
|
|
2850
2850
|
if (!n.file) return n.url;
|
|
2851
2851
|
try {
|
|
2852
2852
|
let r = Cn(n.file.name);
|
|
2853
|
-
return await T((await
|
|
2853
|
+
return await T((await D(E(e, r ? t + "." + r : t), n.file, { contentType: n.file.type })).ref);
|
|
2854
2854
|
} catch (e) {
|
|
2855
2855
|
throw console.error("Firebase image upload failed:", e), e;
|
|
2856
2856
|
}
|
|
@@ -2880,30 +2880,33 @@ var En = e({
|
|
|
2880
2880
|
theme: "system",
|
|
2881
2881
|
resolvedTheme: "light",
|
|
2882
2882
|
setTheme: () => null
|
|
2883
|
-
})
|
|
2884
|
-
|
|
2885
|
-
|
|
2886
|
-
|
|
2887
|
-
|
|
2888
|
-
|
|
2889
|
-
|
|
2890
|
-
|
|
2891
|
-
|
|
2892
|
-
|
|
2893
|
-
|
|
2894
|
-
if (e === "light" || e === "dark" || e === "system") return e;
|
|
2895
|
-
console.warn("Failed to parse stored theme:", t);
|
|
2883
|
+
}), Dn = (e) => e === "light" || e === "dark" || e === "system", On = (e, t, n) => {
|
|
2884
|
+
let r = localStorage.getItem(e);
|
|
2885
|
+
if (!r) return t;
|
|
2886
|
+
try {
|
|
2887
|
+
let i = JSON.parse(r);
|
|
2888
|
+
if (Dn(i)) return i;
|
|
2889
|
+
if (i && typeof i == "object" && "theme" in i && "time" in i) {
|
|
2890
|
+
let r = i;
|
|
2891
|
+
if (!Dn(r.theme) || typeof r.time != "number") return t;
|
|
2892
|
+
let a = Date.now(), o = n * 60 * 60 * 1e3;
|
|
2893
|
+
return a - r.time < o ? r.theme : (localStorage.removeItem(e), t);
|
|
2896
2894
|
}
|
|
2897
|
-
|
|
2898
|
-
|
|
2895
|
+
} catch {
|
|
2896
|
+
if (Dn(r)) return r;
|
|
2897
|
+
}
|
|
2898
|
+
return t;
|
|
2899
|
+
};
|
|
2900
|
+
function kn({ children: e, defaultTheme: t = "system", storageKey: n = "vite-ui-theme", themeExpiryHours: o = 24 }) {
|
|
2901
|
+
let [s, c] = a(() => On(n, t, o)), [u, d] = a(() => window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light"), f = s === "system" ? u : s;
|
|
2899
2902
|
r(() => {
|
|
2900
2903
|
let e = window.matchMedia("(prefers-color-scheme: dark)"), t = (e) => {
|
|
2901
2904
|
d(e.matches ? "dark" : "light");
|
|
2902
2905
|
};
|
|
2903
2906
|
return e.addEventListener("change", t), () => e.removeEventListener("change", t);
|
|
2904
2907
|
}, []), r(() => {
|
|
2905
|
-
let e = window.document.documentElement;
|
|
2906
|
-
e.classList.remove("light", "dark"), e.classList.add(
|
|
2908
|
+
let e = window.document.documentElement, t = f === "dark" ? "dark" : "light";
|
|
2909
|
+
e.classList.remove("light", "dark"), e.classList.add(t);
|
|
2907
2910
|
}, [f]);
|
|
2908
2911
|
let p = i(() => ({
|
|
2909
2912
|
theme: s,
|
|
@@ -2925,22 +2928,31 @@ function Dn({ children: e, defaultTheme: t = "system", storageKey: n = "vite-ui-
|
|
|
2925
2928
|
children: e
|
|
2926
2929
|
});
|
|
2927
2930
|
}
|
|
2928
|
-
var
|
|
2931
|
+
var An = () => n(En);
|
|
2932
|
+
//#endregion
|
|
2933
|
+
//#region src/utils/text.ts
|
|
2934
|
+
function jn(e, t, n) {
|
|
2935
|
+
let r = e[e.length - 1].charCodeAt(0);
|
|
2936
|
+
return r < 44032 || r > 55203 ? "" : (r - 44032) % 28 > 0 ? t : n;
|
|
2937
|
+
}
|
|
2938
|
+
//#endregion
|
|
2939
|
+
//#region src/constant/firestore.ts
|
|
2940
|
+
var Mn = () => ({
|
|
2929
2941
|
updateAt: x(),
|
|
2930
2942
|
delete: !0
|
|
2931
|
-
}),
|
|
2943
|
+
}), Nn = () => ({
|
|
2932
2944
|
updateAt: x(),
|
|
2933
2945
|
delete: !1
|
|
2934
|
-
}),
|
|
2946
|
+
}), Pn = () => ({
|
|
2935
2947
|
updateAt: x(),
|
|
2936
2948
|
deletedAt: x()
|
|
2937
|
-
}),
|
|
2949
|
+
}), Fn = () => ({
|
|
2938
2950
|
updateAt: x(),
|
|
2939
2951
|
deletedAt: null
|
|
2940
2952
|
});
|
|
2941
2953
|
//#endregion
|
|
2942
2954
|
//#region src/constant/auth.ts
|
|
2943
|
-
function
|
|
2955
|
+
function In(e) {
|
|
2944
2956
|
switch (e) {
|
|
2945
2957
|
case "auth/user-not-found": return "libs:auth.errors.user_not_found";
|
|
2946
2958
|
case "auth/wrong-password": return "libs:auth.errors.wrong_password";
|
|
@@ -2962,7 +2974,7 @@ function Nn(e) {
|
|
|
2962
2974
|
default: return "libs:auth.errors.default";
|
|
2963
2975
|
}
|
|
2964
2976
|
}
|
|
2965
|
-
var
|
|
2977
|
+
var Ln = {
|
|
2966
2978
|
add_assets: "애셋 추가",
|
|
2967
2979
|
auth: { errors: {
|
|
2968
2980
|
account_exists_with_different_credential: "이미 다른 로그인 방식으로 가입된 이메일이에요. 기존 방식으로 로그인해 주세요.",
|
|
@@ -3000,7 +3012,7 @@ var Pn = {
|
|
|
3000
3012
|
quite_warning_desc: "변경된 모든 사항을 취소하고 이전 화면으로 돌아갑니다.",
|
|
3001
3013
|
time: "시각",
|
|
3002
3014
|
unknown_error_occurred: "알 수 없는 오류가 발생했습니다."
|
|
3003
|
-
},
|
|
3015
|
+
}, Rn = {
|
|
3004
3016
|
add_assets: "Add Assets",
|
|
3005
3017
|
auth: { errors: {
|
|
3006
3018
|
account_exists_with_different_credential: "This email is already linked to another sign-in method. Please use that method to sign in.",
|
|
@@ -3041,12 +3053,12 @@ var Pn = {
|
|
|
3041
3053
|
};
|
|
3042
3054
|
//#endregion
|
|
3043
3055
|
//#region src/locales/i18n.ts
|
|
3044
|
-
function
|
|
3045
|
-
e.hasResourceBundle("ko", "libs") || e.addResourceBundle("ko", "libs",
|
|
3056
|
+
function zn(e) {
|
|
3057
|
+
e.hasResourceBundle("ko", "libs") || e.addResourceBundle("ko", "libs", Ln, !0, !1), e.hasResourceBundle("en", "libs") || e.addResourceBundle("en", "libs", Rn, !0, !1);
|
|
3046
3058
|
}
|
|
3047
3059
|
//#endregion
|
|
3048
3060
|
//#region src/css/toast.ts
|
|
3049
|
-
var
|
|
3061
|
+
var Bn = {
|
|
3050
3062
|
Info: {
|
|
3051
3063
|
Soft: {
|
|
3052
3064
|
"--normal-bg": "color-mix(in oklab, light-dark(var(--color-sky-600), var(--color-sky-400)) 10%, var(--background))",
|
|
@@ -3115,7 +3127,7 @@ var Ln = {
|
|
|
3115
3127
|
"--normal-border": "transparent"
|
|
3116
3128
|
}
|
|
3117
3129
|
}
|
|
3118
|
-
},
|
|
3130
|
+
}, Vn = {
|
|
3119
3131
|
initial: {
|
|
3120
3132
|
opacity: 0,
|
|
3121
3133
|
y: -10
|
|
@@ -3128,11 +3140,11 @@ var Ln = {
|
|
|
3128
3140
|
opacity: 0,
|
|
3129
3141
|
y: -10
|
|
3130
3142
|
}
|
|
3131
|
-
},
|
|
3143
|
+
}, Hn = {
|
|
3132
3144
|
initial: { opacity: 0 },
|
|
3133
3145
|
animate: { opacity: 1 },
|
|
3134
3146
|
exit: { opacity: 0 },
|
|
3135
3147
|
transition: { duration: .3 }
|
|
3136
3148
|
};
|
|
3137
3149
|
//#endregion
|
|
3138
|
-
export { en as AnimatedSwapIcon, tn as BaseDateTimeSelector, nn as BaseDeleteAlertDialog, rn as BaseRouterPromptAlertDialog,
|
|
3150
|
+
export { en as AnimatedSwapIcon, tn as BaseDateTimeSelector, nn as BaseDeleteAlertDialog, rn as BaseRouterPromptAlertDialog, N as CrossfadeImage, Zt as DataTable, Se as DefaultCalendar, _e as DefaultDialogContent, be as DefaultDialogDescription, xe as DefaultDialogFooter, ve as DefaultDialogHeader, ge as DefaultDialogRoot, ye as DefaultDialogTitle, Ce as DefaultFieldGroup, we as DefaultInputGroup, Ee as DefaultInputGroupAddon, Te as DefaultInputGroupInput, ue as DefaultTable, fe as DefaultTableBody, he as DefaultTableCell, me as DefaultTableHead, de as DefaultTableHeader, pe as DefaultTableRow, De as DefaultTimeIcon, Qt as GroupedDataTable, Oe as ImageUploadField, le as ImageUploadItem, ke as ImageUploadSortableField, V as Localized, z as SUPPORTED_LOCALES, kn as ThemeProvider, Bn as ToastCSS, Tn as buildTreeWithSubRows, pn as createZustandContext, bn as dateIdFormat, Pn as delItem, Mn as delItemLegacy, Hn as fadeProps, on as fetchItems, sn as fetchItemsByOne, In as getAuthErrorKey, jn as getCompleteWord, Cn as getFileExtension, fn as getPlatformType, un as getSnapshots, zn as initIenlabI18n, dn as mapNotNull, ce as setLocalizedLocaleResolver, Vn as slideFadeProps, an as snapshotToData, xn as time24Format, Fn as undelItem, Nn as undelItemLegacy, wn as uploadImage, yn as useDateTimeFormatters, An as useTheme };
|