shared-ritm 1.2.73 → 1.2.75

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 (53) hide show
  1. package/README.md +103 -103
  2. package/dist/index.css +1 -1
  3. package/dist/shared-ritm.es.js +15 -15
  4. package/dist/shared-ritm.umd.js +8 -8
  5. package/dist/types/api/services/TasksService.d.ts +4 -3
  6. package/dist/types/api/types/Api_Tasks.d.ts +54 -23
  7. package/dist/types/api/types/Api_Users.d.ts +43 -0
  8. package/package.json +64 -64
  9. package/src/api/services/PhotoService.ts +137 -137
  10. package/src/api/services/RepairsService.ts +119 -119
  11. package/src/api/services/TasksService.ts +4 -4
  12. package/src/api/services/UserService.ts +19 -19
  13. package/src/api/types/Api_Controls.ts +72 -72
  14. package/src/api/types/Api_Files.ts +1 -1
  15. package/src/api/types/Api_Instruments.ts +98 -98
  16. package/src/api/types/Api_Projects.ts +55 -55
  17. package/src/api/types/Api_Repairs.ts +115 -115
  18. package/src/api/types/Api_Tasks.ts +59 -25
  19. package/src/api/types/Api_User.ts +44 -44
  20. package/src/common/app-checkbox/AppCheckbox.vue +26 -26
  21. package/src/common/app-datepicker/AppDatepicker.vue +165 -165
  22. package/src/common/app-dialogs/AppConfirmDialog.vue +99 -99
  23. package/src/common/app-dropdown/AppDropdown.vue +31 -31
  24. package/src/common/app-input/AppInput.vue +148 -148
  25. package/src/common/app-input-new/AppInputNew.vue +152 -152
  26. package/src/common/app-select/AppSelect.vue +157 -157
  27. package/src/common/app-sheet/AppSheet.vue +120 -120
  28. package/src/common/app-sidebar/components/SidebarMenuItem.vue +148 -148
  29. package/src/common/app-table/AppTable.vue +297 -297
  30. package/src/common/app-table/AppTableLayout.vue +111 -111
  31. package/src/common/app-table/components/ModalSelect.vue +270 -270
  32. package/src/common/app-table/components/TableModal.vue +329 -329
  33. package/src/common/app-table/components/TablePagination.vue +152 -152
  34. package/src/common/app-table/components/TableSearch.vue +76 -76
  35. package/src/common/app-table/controllers/useBaseTable.ts +42 -42
  36. package/src/common/app-table/controllers/useColumnSelector.ts +38 -38
  37. package/src/common/app-table/controllers/useTableModel.ts +93 -93
  38. package/src/common/app-toggle/AppToggle.vue +24 -24
  39. package/src/common/app-wrapper/AppWrapper.vue +28 -28
  40. package/src/icons/components/table-filter-icon.vue +30 -30
  41. package/src/icons/dialogs/RemoveIcon.vue +12 -12
  42. package/src/icons/dialogs/SafetyIcon.vue +12 -12
  43. package/src/icons/task/attention-icon.vue +13 -13
  44. package/src/icons/task/clock-icon.vue +10 -10
  45. package/src/icons/task/delete-icon.vue +10 -10
  46. package/src/icons/task/fire-icon.vue +16 -16
  47. package/src/index.ts +103 -103
  48. package/src/main.ts +28 -28
  49. package/src/shared/styles/general.css +125 -125
  50. package/src/styles/variables.sass +12 -12
  51. package/src/utils/confirm.ts +12 -12
  52. package/src/utils/helpers.ts +58 -58
  53. 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.