@innosolutions/inno-calendar 1.0.63 → 1.0.64
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/README.md +5 -5
- package/dist/agenda-widget-A-xsyqRf.cjs +2 -0
- package/dist/agenda-widget-A-xsyqRf.cjs.map +1 -0
- package/dist/{agenda-widget-DbqQHhyM.js → agenda-widget-duVkXi_m.js} +4 -1
- package/dist/agenda-widget-duVkXi_m.js.map +1 -0
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/components/inno-calendar.d.ts +9 -7
- package/dist/components/inno-calendar.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/agenda-widget-BiZIpa3f.cjs +0 -2
- package/dist/agenda-widget-BiZIpa3f.cjs.map +0 -1
- package/dist/agenda-widget-DbqQHhyM.js.map +0 -1
|
@@ -2267,6 +2267,7 @@ function En({
|
|
|
2267
2267
|
daysToShow: 1,
|
|
2268
2268
|
events: d,
|
|
2269
2269
|
users: X,
|
|
2270
|
+
...a && { alwaysShowResources: a },
|
|
2270
2271
|
selectedDate: S,
|
|
2271
2272
|
visibleHours: {
|
|
2272
2273
|
from: T.startHour,
|
|
@@ -2287,6 +2288,7 @@ function En({
|
|
|
2287
2288
|
daysToShow: 3,
|
|
2288
2289
|
events: d,
|
|
2289
2290
|
users: X,
|
|
2291
|
+
...a && { alwaysShowResources: a },
|
|
2290
2292
|
selectedDate: S,
|
|
2291
2293
|
visibleHours: {
|
|
2292
2294
|
from: T.startHour,
|
|
@@ -2307,6 +2309,7 @@ function En({
|
|
|
2307
2309
|
daysToShow: 7,
|
|
2308
2310
|
events: d,
|
|
2309
2311
|
users: X,
|
|
2312
|
+
...a && { alwaysShowResources: a },
|
|
2310
2313
|
selectedDate: S,
|
|
2311
2314
|
visibleHours: {
|
|
2312
2315
|
from: T.startHour,
|
|
@@ -4043,4 +4046,4 @@ export {
|
|
|
4043
4046
|
Hr as b,
|
|
4044
4047
|
Mr as c
|
|
4045
4048
|
};
|
|
4046
|
-
//# sourceMappingURL=agenda-widget-
|
|
4049
|
+
//# sourceMappingURL=agenda-widget-duVkXi_m.js.map
|