shared-ritm 1.2.104 → 1.2.105

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 (31) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/shared-ritm.es.js +3025 -3001
  3. package/dist/shared-ritm.umd.js +148 -148
  4. package/dist/types/api/services/BrigadesService.d.ts +18 -0
  5. package/dist/types/api/services/PhotoService.d.ts +38 -51
  6. package/dist/types/api/types/Api_Brigades.d.ts +31 -0
  7. package/dist/types/index.d.ts +3 -1
  8. package/package.json +64 -64
  9. package/src/api/services/BrigadesService.ts +32 -0
  10. package/src/api/services/EquipmentService.ts +29 -29
  11. package/src/api/services/InstrumentsService.ts +22 -22
  12. package/src/api/services/UserService.ts +101 -101
  13. package/src/api/services/VideoService.ts +62 -62
  14. package/src/api/settings/ApiService.ts +126 -123
  15. package/src/api/types/Api_Brigades.ts +36 -0
  16. package/src/api/types/Api_Equipment.ts +3 -3
  17. package/src/api/types/Api_Instruments.ts +98 -98
  18. package/src/api/types/Api_User.ts +117 -117
  19. package/src/api/types/Api_Video.ts +123 -123
  20. package/src/common/app-input-new/AppInputNew.vue +167 -167
  21. package/src/common/app-layout/components/AppLayoutHeader.vue +250 -250
  22. package/src/common/app-sheet-new/AppSheetNew.vue +246 -246
  23. package/src/common/app-table/AppTable.vue +312 -312
  24. package/src/common/app-table/AppTableLayout.vue +137 -137
  25. package/src/common/app-table/components/ModalSelect.vue +270 -270
  26. package/src/common/app-table/components/TableModal.vue +356 -356
  27. package/src/common/app-table/controllers/useBaseTable.ts +45 -45
  28. package/src/index.ts +119 -116
  29. package/src/styles/variables.sass +12 -12
  30. package/dist/types/api/services/ComentsServise.d.ts +0 -10
  31. 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.