shared-ritm 1.2.64 → 1.2.65

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 (47) hide show
  1. package/README.md +103 -103
  2. package/dist/index.css +1 -1
  3. package/dist/shared-ritm.es.js +3983 -3990
  4. package/dist/shared-ritm.umd.js +7 -7
  5. package/package.json +63 -63
  6. package/src/api/services/ControlsService.ts +64 -64
  7. package/src/api/services/GanttService.ts +17 -17
  8. package/src/api/services/InstrumentsService.ts +22 -22
  9. package/src/api/services/MetricsService.ts +109 -109
  10. package/src/api/services/ProjectsService.ts +67 -67
  11. package/src/api/services/RepairsService.ts +100 -100
  12. package/src/api/services/VideoService.ts +14 -14
  13. package/src/api/types/Api_Files.ts +1 -1
  14. package/src/api/types/Api_Instruments.ts +133 -133
  15. package/src/api/types/Api_Projects.ts +55 -55
  16. package/src/api/types/Api_Repairs.ts +93 -93
  17. package/src/api/types/Api_Tasks.ts +155 -155
  18. package/src/common/app-checkbox/AppCheckbox.vue +26 -26
  19. package/src/common/app-dialogs/AppConfirmDialog.vue +99 -99
  20. package/src/common/app-dropdown/AppDropdown.vue +31 -31
  21. package/src/common/app-select/AppSelect.vue +157 -157
  22. package/src/common/app-sheet/AppSheet.vue +120 -120
  23. package/src/common/app-sidebar/components/SidebarMenuItem.vue +148 -148
  24. package/src/common/app-table/AppTable.vue +250 -250
  25. package/src/common/app-table/AppTableLayout.vue +111 -111
  26. package/src/common/app-table/components/ModalSelect.vue +264 -264
  27. package/src/common/app-table/components/TableModal.vue +329 -329
  28. package/src/common/app-table/components/TablePagination.vue +152 -152
  29. package/src/common/app-table/components/TableSearch.vue +76 -76
  30. package/src/common/app-table/controllers/useBaseTable.ts +42 -42
  31. package/src/common/app-table/controllers/useColumnSelector.ts +38 -38
  32. package/src/common/app-table/controllers/useTableModel.ts +93 -93
  33. package/src/common/app-toggle/AppToggle.vue +23 -23
  34. package/src/common/app-wrapper/AppWrapper.vue +28 -28
  35. package/src/icons/components/table-filter-icon.vue +30 -30
  36. package/src/icons/dialogs/RemoveIcon.vue +12 -12
  37. package/src/icons/dialogs/SafetyIcon.vue +12 -12
  38. package/src/icons/task/attention-icon.vue +13 -13
  39. package/src/icons/task/clock-icon.vue +10 -10
  40. package/src/icons/task/delete-icon.vue +10 -10
  41. package/src/icons/task/fire-icon.vue +16 -16
  42. package/src/index.ts +89 -89
  43. package/src/shared/styles/general.css +125 -125
  44. package/src/styles/variables.sass +12 -12
  45. package/src/utils/confirm.ts +12 -12
  46. package/src/utils/helpers.ts +39 -39
  47. package/src/utils/notification.ts +9 -9

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.