shared-ritm 1.2.80 → 1.2.81

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

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.