shared-ritm 1.0.49 → 1.0.51

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 (40) hide show
  1. package/README.md +93 -0
  2. package/dist/index.css +1 -1
  3. package/dist/shared-ritm.es.js +1105 -1136
  4. package/dist/shared-ritm.umd.js +7 -7
  5. package/dist/types/api/services/ProjectsService.d.ts +0 -10
  6. package/dist/types/index.d.ts +1 -2
  7. package/package.json +56 -56
  8. package/src/App.vue +2404 -2404
  9. package/src/api/services/AuthService.ts +37 -37
  10. package/src/api/services/GanttService.ts +17 -17
  11. package/src/api/services/MetricsService.ts +74 -74
  12. package/src/api/services/ProjectsService.ts +15 -56
  13. package/src/api/services/RepairsService.ts +82 -82
  14. package/src/api/services/TasksService.ts +15 -15
  15. package/src/api/settings/ApiService.ts +124 -124
  16. package/src/api/types/Api_Repairs.ts +57 -57
  17. package/src/api/types/Api_Tasks.ts +99 -99
  18. package/src/common/app-button/AppButton.vue +1 -1
  19. package/src/common/app-icon/AppIcon.vue +104 -104
  20. package/src/common/app-input/AppInput.vue +128 -128
  21. package/src/common/app-input-search/AppInputSearch.vue +168 -170
  22. package/src/common/app-layout/AppLayout.vue +61 -62
  23. package/src/common/app-layout/components/AppLayoutHeader.vue +119 -119
  24. package/src/common/app-loader/index.vue +41 -43
  25. package/src/common/app-page-layout/AppPageLayout.vue +122 -122
  26. package/src/common/app-select/AppSelect.vue +154 -154
  27. package/src/common/app-sidebar/AppSidebar.vue +163 -163
  28. package/src/common/app-sidebar/components/SidebarMenu.vue +27 -27
  29. package/src/common/app-sidebar/components/SidebarMenuItem.vue +134 -134
  30. package/src/common/app-toggle/index.vue +23 -23
  31. package/src/common/app-wrapper/AppWrapper.vue +25 -25
  32. package/src/global.d.ts +1 -1
  33. package/src/icons/sidebar/projects-icon.vue +31 -31
  34. package/src/icons/sidebar/tasks_tasks-icon.vue +39 -39
  35. package/src/icons/sidebar/tasks_today-icon.vue +27 -27
  36. package/src/index.ts +34 -35
  37. package/src/main.ts +15 -15
  38. package/src/quasar-user-options.ts +17 -17
  39. package/src/shared/styles/general.css +77 -77
  40. package/src/shims-vue.d.ts +5 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.