@daypilot/daypilot-lite-angular 4.9.0 → 5.0.0-sandbox.760

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.
Files changed (31) hide show
  1. package/{esm2020 → esm2022}/daypilot-daypilot-lite-angular.mjs +4 -4
  2. package/esm2022/lib/core/daypilot-core.mjs +4122 -0
  3. package/esm2022/lib/daypilot-calendar.component.mjs +146 -0
  4. package/esm2022/lib/daypilot-month.component.mjs +136 -0
  5. package/esm2022/lib/daypilot-navigator.component.mjs +183 -0
  6. package/esm2022/lib/daypilot-scheduler.component.mjs +145 -0
  7. package/esm2022/lib/daypilot.module.mjs +37 -0
  8. package/esm2022/lib/util.mjs +45 -0
  9. package/{esm2020 → esm2022}/public-api.mjs +9 -9
  10. package/{fesm2020 → fesm2022}/daypilot-daypilot-lite-angular.mjs +4777 -4244
  11. package/fesm2022/daypilot-daypilot-lite-angular.mjs.map +1 -0
  12. package/{daypilot-daypilot-lite-angular.d.ts → index.d.ts} +5 -5
  13. package/lib/core/daypilot-core.d.ts +1431 -1431
  14. package/lib/daypilot-calendar.component.d.ts +31 -25
  15. package/lib/daypilot-month.component.d.ts +29 -22
  16. package/lib/daypilot-navigator.component.d.ts +36 -29
  17. package/lib/daypilot-scheduler.component.d.ts +31 -25
  18. package/lib/daypilot.module.d.ts +10 -10
  19. package/lib/util.d.ts +8 -6
  20. package/package.json +10 -16
  21. package/public-api.d.ts +6 -6
  22. package/esm2020/lib/core/daypilot-core.mjs +0 -3777
  23. package/esm2020/lib/daypilot-calendar.component.mjs +0 -102
  24. package/esm2020/lib/daypilot-month.component.mjs +0 -82
  25. package/esm2020/lib/daypilot-navigator.component.mjs +0 -127
  26. package/esm2020/lib/daypilot-scheduler.component.mjs +0 -102
  27. package/esm2020/lib/daypilot.module.mjs +0 -36
  28. package/esm2020/lib/util.mjs +0 -49
  29. package/fesm2015/daypilot-daypilot-lite-angular.mjs +0 -6557
  30. package/fesm2015/daypilot-daypilot-lite-angular.mjs.map +0 -1
  31. package/fesm2020/daypilot-daypilot-lite-angular.mjs.map +0 -1
@@ -1,5 +1,5 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@daypilot/daypilot-lite-angular" />
5
- export * from './public-api';
1
+ /**
2
+ * Generated bundle index. Do not edit.
3
+ */
4
+ /// <amd-module name="@daypilot/daypilot-lite-angular" />
5
+ export * from './public-api';