shared-ritm 1.2.118 → 1.2.119

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 (37) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/shared-ritm.es.js +1474 -1467
  3. package/dist/shared-ritm.umd.js +105 -105
  4. package/dist/types/api/services/ComentsServise.d.ts +10 -0
  5. package/dist/types/api/services/PhotoService.d.ts +51 -38
  6. package/dist/types/api/services/ProjectsService.d.ts +3 -1
  7. package/dist/types/api/types/Api_Projects.d.ts +4 -0
  8. package/dist/types/api/types/Api_Users.d.ts +43 -0
  9. package/package.json +64 -64
  10. package/src/api/services/BrigadesService.ts +32 -32
  11. package/src/api/services/EquipmentService.ts +29 -29
  12. package/src/api/services/InstrumentsService.ts +63 -63
  13. package/src/api/services/ModulesService.ts +27 -27
  14. package/src/api/services/ProjectsService.ts +8 -1
  15. package/src/api/services/SearchService.ts +22 -22
  16. package/src/api/services/UserService.ts +101 -101
  17. package/src/api/services/VideoService.ts +71 -71
  18. package/src/api/settings/ApiService.ts +124 -124
  19. package/src/api/types/Api_Brigades.ts +36 -36
  20. package/src/api/types/Api_Equipment.ts +3 -3
  21. package/src/api/types/Api_Instruments.ts +136 -136
  22. package/src/api/types/Api_Modules.ts +21 -21
  23. package/src/api/types/Api_Projects.ts +5 -0
  24. package/src/api/types/Api_Repairs.ts +117 -117
  25. package/src/api/types/Api_Search.ts +77 -77
  26. package/src/api/types/Api_User.ts +117 -117
  27. package/src/api/types/Api_Video.ts +140 -140
  28. package/src/common/app-input-new/AppInputNew.vue +175 -175
  29. package/src/common/app-layout/components/AppLayoutHeader.vue +23 -1
  30. package/src/common/app-sheet-new/AppSheetNew.vue +246 -246
  31. package/src/common/app-table/AppTable.vue +314 -314
  32. package/src/common/app-table/AppTableLayout.vue +137 -137
  33. package/src/common/app-table/components/ModalSelect.vue +270 -270
  34. package/src/common/app-table/components/TableModal.vue +356 -356
  35. package/src/common/app-table/controllers/useBaseTable.ts +45 -45
  36. package/src/index.ts +122 -122
  37. package/src/styles/variables.sass +12 -12

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.