@timum/booking 1.3.5 → 1.3.7
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/booking.js +1 -1
- package/build/booking.umd.cjs +37 -33
- package/build/{index-0b756429.js → index-11b6d28e.js} +1 -1
- package/build/{index-daee40a7.js → index-34d12ed9.js} +933 -929
- package/build/{index-6543cea4.js → index-3cfe33af.js} +1 -1
- package/build/{index-f3f7b5fc.js → index-416fb863.js} +1 -1
- package/build/{index-203b46a2.js → index-4b3b5a08.js} +1 -1
- package/build/{index-ce944bc9.js → index-4c286dca.js} +1 -1
- package/build/{index-5ab0c9b6.js → index-5889f095.js} +1 -1
- package/build/{index-69c8cc74.js → index-723e0158.js} +1 -1
- package/build/{index-35901b04.js → index-7794ed3e.js} +1 -1
- package/build/{index-da2215a0.js → index-904b443c.js} +1 -1
- package/build/{index-d3200eff.js → index-96a3208f.js} +1 -1
- package/examples/multiple.htm +0 -10
- package/package.json +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-34d12ed9.js";
|
|
2
2
|
function x(e) {
|
|
3
3
|
return p("MuiTableHead", e);
|
|
4
4
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
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-
|
|
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-34d12ed9.js";
|
|
2
2
|
function y(o) {
|
|
3
3
|
return b("MuiTableFooter", o);
|
|
4
4
|
}
|
package/examples/multiple.htm
CHANGED
|
@@ -74,11 +74,6 @@
|
|
|
74
74
|
{
|
|
75
75
|
smallView: 'timeGridWeek',
|
|
76
76
|
largeView: 'timeGridWeek',
|
|
77
|
-
headerToolbar: {
|
|
78
|
-
start: '',
|
|
79
|
-
center: 'title',
|
|
80
|
-
end: 'prev,next'
|
|
81
|
-
},
|
|
82
77
|
});
|
|
83
78
|
</script>">
|
|
84
79
|
</iframe>
|
|
@@ -148,11 +143,6 @@
|
|
|
148
143
|
{
|
|
149
144
|
smallView: 'timeGridWeek',
|
|
150
145
|
largeView: 'timeGridWeek',
|
|
151
|
-
headerToolbar: {
|
|
152
|
-
start: '',
|
|
153
|
-
center: 'title',
|
|
154
|
-
end: 'prev,next'
|
|
155
|
-
},
|
|
156
146
|
});
|
|
157
147
|
</script>">
|
|
158
148
|
</iframe>
|