@timum/booking 0.7.4 → 0.7.5
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/build/index-255b949d.js +6 -0
- package/build/index-2bb2e2b0.js +45 -0
- package/build/index-4105e247.js +6 -0
- package/build/index-79756a4f.js +6 -0
- package/build/index-7ae973ce.js +45 -0
- package/build/index-a6dfffec.js +6 -0
- package/build/index-c5689110.js +6 -0
- package/build/index-c9f18310.js +6 -0
- package/build/index-ccc93f95.js +6 -0
- package/build/index-d3c08546.js +6 -0
- package/build/index-e0658644.js +56935 -0
- package/build/timum-booking.js +6 -53132
- package/build/timum-booking.umd.cjs +121 -82
- package/package.json +4 -1
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { r as b, s as f, u as m, v as F, w as d, _ as C, x as l, y as n, z as T, A as v, C as x } from "./index-e0658644.js";
|
|
2
|
+
function y(o) {
|
|
3
|
+
return b("MuiTableFooter", o);
|
|
4
|
+
}
|
|
5
|
+
const g = f("MuiTableFooter", ["root"]), N = g, w = ["className", "component"], h = (o) => {
|
|
6
|
+
const {
|
|
7
|
+
classes: e
|
|
8
|
+
} = o;
|
|
9
|
+
return x({
|
|
10
|
+
root: ["root"]
|
|
11
|
+
}, y, e);
|
|
12
|
+
}, M = m("tfoot", {
|
|
13
|
+
name: "MuiTableFooter",
|
|
14
|
+
slot: "Root",
|
|
15
|
+
overridesResolver: (o, e) => e.root
|
|
16
|
+
})({
|
|
17
|
+
display: "table-footer-group"
|
|
18
|
+
}), R = {
|
|
19
|
+
variant: "footer"
|
|
20
|
+
}, c = "tfoot", U = /* @__PURE__ */ F.forwardRef(function(e, a) {
|
|
21
|
+
const t = d({
|
|
22
|
+
props: e,
|
|
23
|
+
name: "MuiTableFooter"
|
|
24
|
+
}), {
|
|
25
|
+
className: i,
|
|
26
|
+
component: s = c
|
|
27
|
+
} = t, u = C(t, w), r = l({}, t, {
|
|
28
|
+
component: s
|
|
29
|
+
}), p = h(r);
|
|
30
|
+
return /* @__PURE__ */ n(T.Provider, {
|
|
31
|
+
value: R,
|
|
32
|
+
children: /* @__PURE__ */ n(M, l({
|
|
33
|
+
as: s,
|
|
34
|
+
className: v(p.root, i),
|
|
35
|
+
ref: a,
|
|
36
|
+
role: s === c ? null : "rowgroup",
|
|
37
|
+
ownerState: r
|
|
38
|
+
}, u))
|
|
39
|
+
});
|
|
40
|
+
}), P = U;
|
|
41
|
+
export {
|
|
42
|
+
P as default,
|
|
43
|
+
y as getTableFooterUtilityClass,
|
|
44
|
+
N as tableFooterClasses
|
|
45
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { r as p, s as b, u as m, v as H, w as C, _ as T, x as r, y as n, z as f, A as h, C as v } from "./index-e0658644.js";
|
|
2
|
+
function x(e) {
|
|
3
|
+
return p("MuiTableHead", e);
|
|
4
|
+
}
|
|
5
|
+
const y = b("MuiTableHead", ["root"]), N = y, g = ["className", "component"], w = (e) => {
|
|
6
|
+
const {
|
|
7
|
+
classes: s
|
|
8
|
+
} = e;
|
|
9
|
+
return v({
|
|
10
|
+
root: ["root"]
|
|
11
|
+
}, x, s);
|
|
12
|
+
}, M = m("thead", {
|
|
13
|
+
name: "MuiTableHead",
|
|
14
|
+
slot: "Root",
|
|
15
|
+
overridesResolver: (e, s) => s.root
|
|
16
|
+
})({
|
|
17
|
+
display: "table-header-group"
|
|
18
|
+
}), R = {
|
|
19
|
+
variant: "head"
|
|
20
|
+
}, c = "thead", U = /* @__PURE__ */ H.forwardRef(function(s, o) {
|
|
21
|
+
const a = C({
|
|
22
|
+
props: s,
|
|
23
|
+
name: "MuiTableHead"
|
|
24
|
+
}), {
|
|
25
|
+
className: d,
|
|
26
|
+
component: t = c
|
|
27
|
+
} = a, i = T(a, g), l = r({}, a, {
|
|
28
|
+
component: t
|
|
29
|
+
}), u = w(l);
|
|
30
|
+
return /* @__PURE__ */ n(f.Provider, {
|
|
31
|
+
value: R,
|
|
32
|
+
children: /* @__PURE__ */ n(M, r({
|
|
33
|
+
as: t,
|
|
34
|
+
className: h(u.root, d),
|
|
35
|
+
ref: o,
|
|
36
|
+
role: t === c ? null : "rowgroup",
|
|
37
|
+
ownerState: l
|
|
38
|
+
}, i))
|
|
39
|
+
});
|
|
40
|
+
}), P = U;
|
|
41
|
+
export {
|
|
42
|
+
P as default,
|
|
43
|
+
x as getTableHeadUtilityClass,
|
|
44
|
+
N as tableHeadClasses
|
|
45
|
+
};
|