tsv2-library 1.0.61-alpha.14 → 1.0.61-alpha.141

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 (119) hide show
  1. package/dist/loading-0-1a7cddc8.js +4 -0
  2. package/dist/loading-1-892eee7c.js +4 -0
  3. package/dist/loading-2-bf39c889.js +4 -0
  4. package/dist/loading-3-f1ea4b15.js +4 -0
  5. package/dist/loading-table-fa-8b779ca8.js +4 -0
  6. package/dist/node_modules/@googlemaps/js-api-loader/src/deprecated.d.ts +7 -0
  7. package/dist/node_modules/@googlemaps/js-api-loader/src/index.d.ts +52 -0
  8. package/dist/node_modules/@googlemaps/js-api-loader/src/messages.d.ts +9 -0
  9. package/dist/src/build-entry.d.ts +5 -2830
  10. package/dist/src/components/v2/Animation/Animation.vue.d.ts +39 -0
  11. package/dist/src/components/v2/AssetInfo/AssetInfo.vue.d.ts +4 -4
  12. package/dist/src/components/v2/ButtonScan/ButtonScan.vue.d.ts +6 -0
  13. package/dist/src/components/v2/ButtonSelectTree/ButtonSelectTree.vue.d.ts +7 -1
  14. package/dist/src/components/v2/CustomColumn/CustomColumn.vue.d.ts +10 -0
  15. package/dist/src/components/v2/CustomColumn/DialogColumnSetup.vue.d.ts +4 -0
  16. package/dist/src/components/v2/DataTable/DataTable.vue.d.ts +28 -3
  17. package/dist/src/components/v2/DialogAssetNameDetail/DialogAssetNameDetail.vue.d.ts +3 -1
  18. package/dist/src/components/v2/DialogConfirm/DialogConfirm.vue.d.ts +5 -0
  19. package/dist/src/components/v2/DialogCoordinate/AssetList.vue.d.ts +4 -0
  20. package/dist/src/components/v2/DialogCoordinate/AssetListFilter.vue.d.ts +4 -0
  21. package/dist/src/components/v2/DialogCoordinate/CoordinateHeader.vue.d.ts +4 -0
  22. package/dist/src/components/v2/DialogCoordinate/DialogCoordinate.vue.d.ts +100 -0
  23. package/dist/src/components/v2/DialogCoordinate/FullscreenToggle.vue.d.ts +4 -0
  24. package/dist/src/components/v2/DialogCoordinate/MapSearch.vue.d.ts +15 -0
  25. package/dist/src/components/v2/DialogCoordinate/Marker.vue.d.ts +13 -0
  26. package/dist/src/components/v2/DialogCoordinate/PopupDetail.vue.d.ts +13 -0
  27. package/dist/src/components/v2/DialogCoordinate/services/googleMapsService.d.ts +10 -0
  28. package/dist/src/components/v2/DialogCoordinate/services/openStreetMapService.d.ts +59 -0
  29. package/dist/src/components/v2/DialogForm/DialogForm.vue.d.ts +6 -0
  30. package/dist/src/components/v2/DialogReportDamage/DialogReportDamage.vue.d.ts +8 -0
  31. package/dist/src/components/v2/DialogReportMissing/DialogReportMissing.vue.d.ts +8 -0
  32. package/dist/src/components/v2/DialogSelectAsset/DialogSelectAsset.vue.d.ts +13 -9
  33. package/dist/src/components/v2/DialogSelectTree/DialogSelectTree.vue.d.ts +9 -1
  34. package/dist/src/components/v2/DisposalReport/DisposalReportTable.vue.d.ts +16 -0
  35. package/dist/src/components/v2/FailedLoad/FailedLoad.vue.d.ts +26 -0
  36. package/dist/src/components/v2/FileUpload/FileUpload.vue.d.ts +4 -0
  37. package/dist/src/components/v2/Form/Form.vue.d.ts +2 -0
  38. package/dist/src/components/v2/HardwareSync/HardwareSync.vue.d.ts +2 -2
  39. package/dist/src/components/v2/Icon/Icon.vue.d.ts +13 -0
  40. package/dist/src/components/v2/ImageCompressor/BackgroundImageCropper.vue.d.ts +1 -1
  41. package/dist/src/components/v2/ImageCompressor/ImageCompressor.vue.d.ts +1 -1
  42. package/dist/src/components/v2/InputCoordinate/InputCoordinate.vue.d.ts +64 -0
  43. package/dist/src/components/v2/InputCurrency/InputCurrency.vue.d.ts +5 -0
  44. package/dist/src/components/v2/InputCurrencyReference/InputCurrencyReference.vue.d.ts +30 -0
  45. package/dist/src/components/v2/InputPhoneNumber/InputPhoneNumber.vue.d.ts +1 -0
  46. package/dist/src/components/v2/InputText/InputText.vue.d.ts +6 -0
  47. package/dist/src/components/v2/InputURL/InputURL.vue.d.ts +1 -0
  48. package/dist/src/components/v2/LazyLoadTrigger/LazyLoadTrigger.vue.d.ts +4 -0
  49. package/dist/src/components/v2/Textarea/Textarea.vue.d.ts +1 -0
  50. package/dist/src/components/v2/TransactionRoles/TransactionRoles.vue.d.ts +1 -0
  51. package/dist/src/components/v2/Tree/Tree.vue.d.ts +4 -0
  52. package/dist/src/components/v2/index.d.ts +6 -1
  53. package/dist/src/dto/assets.dto.d.ts +17 -0
  54. package/dist/src/dto/missing.dto.d.ts +1 -0
  55. package/dist/src/dto/tagTransaction.dto.d.ts +9 -0
  56. package/dist/src/event-bus/index.d.ts +8 -0
  57. package/dist/src/event-bus/mitt.d.ts +26 -0
  58. package/dist/src/presets/multiselect/index.js +1 -0
  59. package/dist/src/presets/paginator/index.js +1 -1
  60. package/dist/src/services/assets.service.d.ts +7 -2
  61. package/dist/src/services/column.service.d.ts +13 -0
  62. package/dist/src/services/deviceIOT.service.d.ts +1 -0
  63. package/dist/src/services/tagTransaction.service.d.ts +1 -1
  64. package/dist/src/services/tree.service.d.ts +1 -0
  65. package/dist/src/types/assets.type.d.ts +32 -11
  66. package/dist/src/utils/changelog.util.d.ts +69 -0
  67. package/dist/src/utils/createVueControl.d.ts +8 -0
  68. package/dist/src/utils/customMarker.util.d.ts +64 -0
  69. package/dist/src/utils/debounce.util.d.ts +1 -0
  70. package/dist/src/utils/exportToExcel.util.d.ts +1 -0
  71. package/dist/src/utils/getImageURL.util.d.ts +4 -4
  72. package/dist/src/utils/googleMapLoader.util.d.ts +1 -0
  73. package/dist/src/utils/index.d.ts +8 -4
  74. package/dist/src/utils/json.util.d.ts +17 -0
  75. package/dist/src/utils/request.util.d.ts +17 -0
  76. package/dist/src/utils/role.util.d.ts +19 -1
  77. package/dist/src/utils/textFormater.util.d.ts +3 -0
  78. package/dist/style.css +1 -1
  79. package/dist/tsv2-library.es.js +66120 -67234
  80. package/dist/tsv2-library.umd.js +47 -609
  81. package/package.json +7 -1
  82. package/src/components/v2/Animation/Animation.vue.d.ts +39 -0
  83. package/src/components/v2/ButtonScan/ButtonScan.vue.d.ts +6 -0
  84. package/src/components/v2/ButtonSelectTree/ButtonSelectTree.vue.d.ts +7 -1
  85. package/src/components/v2/CustomColumn/CustomColumn.vue.d.ts +10 -0
  86. package/src/components/v2/DataTable/DataTable.vue.d.ts +28 -3
  87. package/src/components/v2/DialogAssetNameDetail/DialogAssetNameDetail.vue.d.ts +3 -1
  88. package/src/components/v2/DialogConfirm/DialogConfirm.vue.d.ts +5 -0
  89. package/src/components/v2/DialogCoordinate/DialogCoordinate.vue.d.ts +100 -0
  90. package/src/components/v2/DialogForm/DialogForm.vue.d.ts +6 -0
  91. package/src/components/v2/DialogSelectAsset/DialogSelectAsset.vue.d.ts +13 -9
  92. package/src/components/v2/DialogSelectTree/DialogSelectTree.vue.d.ts +9 -1
  93. package/src/components/v2/FailedLoad/FailedLoad.vue.d.ts +26 -0
  94. package/src/components/v2/FileUpload/FileUpload.vue.d.ts +4 -0
  95. package/src/components/v2/Form/Form.vue.d.ts +2 -0
  96. package/src/components/v2/Icon/Icon.vue.d.ts +13 -0
  97. package/src/components/v2/ImageCompressor/ImageCompressor.vue.d.ts +1 -1
  98. package/src/components/v2/InputCoordinate/InputCoordinate.vue.d.ts +64 -0
  99. package/src/components/v2/InputCurrency/InputCurrency.vue.d.ts +5 -0
  100. package/src/components/v2/InputCurrencyReference/InputCurrencyReference.vue.d.ts +30 -0
  101. package/src/components/v2/InputPhoneNumber/InputPhoneNumber.vue.d.ts +1 -0
  102. package/src/components/v2/InputText/InputText.vue.d.ts +6 -0
  103. package/src/components/v2/InputURL/InputURL.vue.d.ts +1 -0
  104. package/src/components/v2/Textarea/Textarea.vue.d.ts +1 -0
  105. package/src/components/v2/TransactionRoles/TransactionRoles.vue.d.ts +1 -0
  106. package/src/components/v2/Tree/Tree.vue.d.ts +4 -0
  107. package/src/presets/multiselect/index.js +1 -0
  108. package/src/presets/paginator/index.js +1 -1
  109. package/src/services/assets.service.ts +49 -1
  110. package/src/services/column.service.ts +42 -0
  111. package/src/services/deviceIOT.service.ts +8 -0
  112. package/src/services/tagTransaction.service.ts +2 -2
  113. package/src/services/tracking.service.ts +1 -1
  114. package/src/services/tree.service.ts +1 -0
  115. package/dist/loading-0-7762a473.js +0 -4
  116. package/dist/loading-1-55418796.js +0 -4
  117. package/dist/loading-2-b6abf641.js +0 -4
  118. package/dist/loading-3-705786b6.js +0 -4
  119. package/dist/src/components/v2/DataTable/store/dataTable.store.d.ts +0 -22

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.