portalcash-shared 1.0.3

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 (192) hide show
  1. package/PUBLISHING.md +158 -0
  2. package/README.md +175 -0
  3. package/dist/adjunto.svg +9 -0
  4. package/dist/auto-imports.d.ts +99 -0
  5. package/dist/components/operations/BalanceCard.stories.d.ts +12 -0
  6. package/dist/components/operations/BalanceCard.stories.d.ts.map +1 -0
  7. package/dist/components/operations/DetailsCard.vue.d.ts +33 -0
  8. package/dist/components/operations/DetailsCard.vue.d.ts.map +1 -0
  9. package/dist/components/operations/PaymentDocument.vue.d.ts +48 -0
  10. package/dist/components/operations/PaymentDocument.vue.d.ts.map +1 -0
  11. package/dist/components/ui/CustomButton.stories.d.ts +16 -0
  12. package/dist/components/ui/CustomButton.stories.d.ts.map +1 -0
  13. package/dist/components/ui/CustomButton.vue.d.ts +80 -0
  14. package/dist/components/ui/CustomButton.vue.d.ts.map +1 -0
  15. package/dist/components/ui/CustomCardCountry.vue.d.ts +30 -0
  16. package/dist/components/ui/CustomCardCountry.vue.d.ts.map +1 -0
  17. package/dist/components/ui/CustomDatePicker.vue.d.ts +18 -0
  18. package/dist/components/ui/CustomDatePicker.vue.d.ts.map +1 -0
  19. package/dist/components/ui/CustomDialog.stories.d.ts +10 -0
  20. package/dist/components/ui/CustomDialog.stories.d.ts.map +1 -0
  21. package/dist/components/ui/CustomDialog.vue.d.ts +38 -0
  22. package/dist/components/ui/CustomDialog.vue.d.ts.map +1 -0
  23. package/dist/components/ui/CustomInfoOperationTable.vue.d.ts +116 -0
  24. package/dist/components/ui/CustomInfoOperationTable.vue.d.ts.map +1 -0
  25. package/dist/components/ui/CustomInput.stories.d.ts +15 -0
  26. package/dist/components/ui/CustomInput.stories.d.ts.map +1 -0
  27. package/dist/components/ui/CustomInput.vue.d.ts +165 -0
  28. package/dist/components/ui/CustomInput.vue.d.ts.map +1 -0
  29. package/dist/components/ui/CustomModalConfirm.vue.d.ts +35 -0
  30. package/dist/components/ui/CustomModalConfirm.vue.d.ts.map +1 -0
  31. package/dist/components/ui/CustomModalInfoTable.vue.d.ts +18 -0
  32. package/dist/components/ui/CustomModalInfoTable.vue.d.ts.map +1 -0
  33. package/dist/components/ui/CustomMultiButton.vue.d.ts +11 -0
  34. package/dist/components/ui/CustomMultiButton.vue.d.ts.map +1 -0
  35. package/dist/components/ui/CustomPersonalData.vue.d.ts +7 -0
  36. package/dist/components/ui/CustomPersonalData.vue.d.ts.map +1 -0
  37. package/dist/components/ui/CustomSelect.stories.d.ts +14 -0
  38. package/dist/components/ui/CustomSelect.stories.d.ts.map +1 -0
  39. package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts +96 -0
  40. package/dist/components/ui/CustomShowDetailsOperation.vue.d.ts.map +1 -0
  41. package/dist/components/ui/CustomUploadExcel.vue.d.ts +33 -0
  42. package/dist/components/ui/CustomUploadExcel.vue.d.ts.map +1 -0
  43. package/dist/components/ui/MainCard.vue.d.ts +18 -0
  44. package/dist/components/ui/MainCard.vue.d.ts.map +1 -0
  45. package/dist/components/ui/MainTable.stories.d.ts +9 -0
  46. package/dist/components/ui/MainTable.stories.d.ts.map +1 -0
  47. package/dist/components/ui/ModalAutorization.vue.d.ts +53 -0
  48. package/dist/components/ui/ModalAutorization.vue.d.ts.map +1 -0
  49. package/dist/components/ui/ModalAutorizationOperation.vue.d.ts +63 -0
  50. package/dist/components/ui/ModalAutorizationOperation.vue.d.ts.map +1 -0
  51. package/dist/components/ui/UploadFileDialog.vue.d.ts +36 -0
  52. package/dist/components/ui/UploadFileDialog.vue.d.ts.map +1 -0
  53. package/dist/composables/useFeatureFlags.d.ts +6 -0
  54. package/dist/composables/useFeatureFlags.d.ts.map +1 -0
  55. package/dist/composables/useFormatPrice.d.ts +4 -0
  56. package/dist/composables/useFormatPrice.d.ts.map +1 -0
  57. package/dist/currencyIcon/clp.svg +11 -0
  58. package/dist/currencyIcon/eur.svg +11 -0
  59. package/dist/currencyIcon/usd.svg +52 -0
  60. package/dist/data/accountData.json.d.ts +29 -0
  61. package/dist/data/accountOriginData.json.d.ts +17 -0
  62. package/dist/data/banksCrediCorpData.json.d.ts +51 -0
  63. package/dist/data/clientAmountData.json.d.ts +69 -0
  64. package/dist/data/clientTypeData.json.d.ts +21 -0
  65. package/dist/data/companyData.json.d.ts +236 -0
  66. package/dist/data/companyList.json.d.ts +103 -0
  67. package/dist/data/countryList.json.d.ts +247 -0
  68. package/dist/data/currencyData.json.d.ts +21 -0
  69. package/dist/data/heritageCharData.json.d.ts +55 -0
  70. package/dist/data/movementTypeData.json.d.ts +27 -0
  71. package/dist/data/myAccountList.json.d.ts +776 -0
  72. package/dist/data/myLastMovement.json.d.ts +250 -0
  73. package/dist/data/myMovementsContributionsData.json.d.ts +145 -0
  74. package/dist/data/myMovementsData.json.d.ts +102 -0
  75. package/dist/data/myMovementsForexData.json.d.ts +94 -0
  76. package/dist/data/operationStatusMovementData.json.d.ts +21 -0
  77. package/dist/data/operationTypeMovementData.json.d.ts +41 -0
  78. package/dist/data/paymentMethods.json.d.ts +12 -0
  79. package/dist/data/pendingTransfersData.json.d.ts +324 -0
  80. package/dist/data/representativeList.json.d.ts +219 -0
  81. package/dist/data/surveyData.json.d.ts +15 -0
  82. package/dist/data/transferData.json.d.ts +87 -0
  83. package/dist/favicon.ico +0 -0
  84. package/dist/index.d.ts +74 -0
  85. package/dist/index.d.ts.map +1 -0
  86. package/dist/index.es.js +44953 -0
  87. package/dist/index.es.js.map +1 -0
  88. package/dist/index.umd.js +4545 -0
  89. package/dist/index.umd.js.map +1 -0
  90. package/dist/plantillas/CLP.xlsx +0 -0
  91. package/dist/plantillas/EUR.xlsx +0 -0
  92. package/dist/plantillas/USD.xlsx +0 -0
  93. package/dist/plantillas/carta_de_transferencia.png +0 -0
  94. package/dist/plugins/frontAwesome.d.ts +3 -0
  95. package/dist/plugins/frontAwesome.d.ts.map +1 -0
  96. package/dist/plugins/primeVue.d.ts +2 -0
  97. package/dist/plugins/primeVue.d.ts.map +1 -0
  98. package/dist/service/account/accountTypeService.d.ts +5 -0
  99. package/dist/service/account/accountTypeService.d.ts.map +1 -0
  100. package/dist/service/account/types.d.ts +5 -0
  101. package/dist/service/account/types.d.ts.map +1 -0
  102. package/dist/service/analyst/analystService.d.ts +7 -0
  103. package/dist/service/analyst/analystService.d.ts.map +1 -0
  104. package/dist/service/analyst/types.d.ts +86 -0
  105. package/dist/service/analyst/types.d.ts.map +1 -0
  106. package/dist/service/azureB2CConfig.d.ts +3 -0
  107. package/dist/service/azureB2CConfig.d.ts.map +1 -0
  108. package/dist/service/beneficiary/beneficiaryService.d.ts +13 -0
  109. package/dist/service/beneficiary/beneficiaryService.d.ts.map +1 -0
  110. package/dist/service/beneficiary/types.d.ts +90 -0
  111. package/dist/service/beneficiary/types.d.ts.map +1 -0
  112. package/dist/service/clientType/clientTypeService.d.ts +5 -0
  113. package/dist/service/clientType/clientTypeService.d.ts.map +1 -0
  114. package/dist/service/clientType/types.d.ts +5 -0
  115. package/dist/service/clientType/types.d.ts.map +1 -0
  116. package/dist/service/config/UrlConfig.d.ts +12 -0
  117. package/dist/service/config/UrlConfig.d.ts.map +1 -0
  118. package/dist/service/currencyType/currencyService.d.ts +5 -0
  119. package/dist/service/currencyType/currencyService.d.ts.map +1 -0
  120. package/dist/service/currencyType/types.d.ts +6 -0
  121. package/dist/service/currencyType/types.d.ts.map +1 -0
  122. package/dist/service/general/accountOriginService.d.ts +7 -0
  123. package/dist/service/general/accountOriginService.d.ts.map +1 -0
  124. package/dist/service/general/banksCrediCorpService.d.ts +7 -0
  125. package/dist/service/general/banksCrediCorpService.d.ts.map +1 -0
  126. package/dist/service/general/clientAmountService.d.ts +5 -0
  127. package/dist/service/general/clientAmountService.d.ts.map +1 -0
  128. package/dist/service/general/countryService.d.ts +7 -0
  129. package/dist/service/general/countryService.d.ts.map +1 -0
  130. package/dist/service/general/movementTypeService.d.ts +7 -0
  131. package/dist/service/general/movementTypeService.d.ts.map +1 -0
  132. package/dist/service/general/operationService.d.ts +7 -0
  133. package/dist/service/general/operationService.d.ts.map +1 -0
  134. package/dist/service/general/paymentMethodsService.d.ts +7 -0
  135. package/dist/service/general/paymentMethodsService.d.ts.map +1 -0
  136. package/dist/service/general/surveyService.d.ts +7 -0
  137. package/dist/service/general/surveyService.d.ts.map +1 -0
  138. package/dist/service/general/transactionService.d.ts +10 -0
  139. package/dist/service/general/transactionService.d.ts.map +1 -0
  140. package/dist/service/general/types.d.ts +46 -0
  141. package/dist/service/general/types.d.ts.map +1 -0
  142. package/dist/service/heritage/heritageChartService.d.ts +7 -0
  143. package/dist/service/heritage/heritageChartService.d.ts.map +1 -0
  144. package/dist/service/heritage/heritageService.d.ts +7 -0
  145. package/dist/service/heritage/heritageService.d.ts.map +1 -0
  146. package/dist/service/heritage/types.d.ts +61 -0
  147. package/dist/service/heritage/types.d.ts.map +1 -0
  148. package/dist/service/myMovement/myMovementService.d.ts +26 -0
  149. package/dist/service/myMovement/myMovementService.d.ts.map +1 -0
  150. package/dist/service/myMovement/type.d.ts +71 -0
  151. package/dist/service/myMovement/type.d.ts.map +1 -0
  152. package/dist/service/representative/representativeService.d.ts +8 -0
  153. package/dist/service/representative/representativeService.d.ts.map +1 -0
  154. package/dist/service/representative/types.d.ts +12 -0
  155. package/dist/service/representative/types.d.ts.map +1 -0
  156. package/dist/service/signalr.d.ts +1 -0
  157. package/dist/service/signalr.d.ts.map +1 -0
  158. package/dist/service/transfer/transferService.d.ts +12 -0
  159. package/dist/service/transfer/transferService.d.ts.map +1 -0
  160. package/dist/service/transfer/type.d.ts +60 -0
  161. package/dist/service/transfer/type.d.ts.map +1 -0
  162. package/dist/service/types.d.ts +12 -0
  163. package/dist/service/types.d.ts.map +1 -0
  164. package/dist/service/userAuth/types.d.ts +23 -0
  165. package/dist/service/userAuth/types.d.ts.map +1 -0
  166. package/dist/service/userAuth/userAuthService.d.ts +6 -0
  167. package/dist/service/userAuth/userAuthService.d.ts.map +1 -0
  168. package/dist/service/utils.d.ts +47 -0
  169. package/dist/service/utils.d.ts.map +1 -0
  170. package/dist/service/webSocketConnection.d.ts +11 -0
  171. package/dist/service/webSocketConnection.d.ts.map +1 -0
  172. package/dist/stores/accountsStore.d.ts +17 -0
  173. package/dist/stores/accountsStore.d.ts.map +1 -0
  174. package/dist/stores/authStore.d.ts +210 -0
  175. package/dist/stores/authStore.d.ts.map +1 -0
  176. package/dist/stores/clientTypeStore.d.ts +17 -0
  177. package/dist/stores/clientTypeStore.d.ts.map +1 -0
  178. package/dist/stores/companyStore.d.ts +23 -0
  179. package/dist/stores/companyStore.d.ts.map +1 -0
  180. package/dist/stores/currencyTypeStore.d.ts +21 -0
  181. package/dist/stores/currencyTypeStore.d.ts.map +1 -0
  182. package/dist/stores/index.d.ts +7 -0
  183. package/dist/stores/index.d.ts.map +1 -0
  184. package/dist/stores/themeStore.d.ts +11 -0
  185. package/dist/stores/themeStore.d.ts.map +1 -0
  186. package/dist/style.css +1 -0
  187. package/dist/types/svg.d.ts +36 -0
  188. package/dist/utils/base64Transformer.d.ts +2 -0
  189. package/dist/utils/base64Transformer.d.ts.map +1 -0
  190. package/dist/utils/validation.d.ts +4 -0
  191. package/dist/utils/validation.d.ts.map +1 -0
  192. package/package.json +131 -0
@@ -0,0 +1,74 @@
1
+ export type { Component } from 'vue';
2
+ export { default as CustomButton } from './components/ui/CustomButton.vue';
3
+ export { default as CustomInput } from './components/ui/CustomInput.vue';
4
+ export { default as CustomSelect } from './components/ui/CustomSelect.vue';
5
+ export { default as CustomCheckBox } from './components/ui/CustomCheckBox.vue';
6
+ export { default as CustomDatePicker } from './components/ui/CustomDatePicker.vue';
7
+ export { default as CustomDialog } from './components/ui/CustomDialog.vue';
8
+ export { default as CustomFileUpload } from './components/ui/CustomFileUpload.vue';
9
+ export { default as CustomInfoOperationTable } from './components/ui/CustomInfoOperationTable.vue';
10
+ export { default as CustomLineChart } from './components/ui/CustomLineChart.vue';
11
+ export { default as CustomModalConfirm } from './components/ui/CustomModalConfirm.vue';
12
+ export { default as CustomModalInfoTable } from './components/ui/CustomModalInfoTable.vue';
13
+ export { default as CustomMultiButton } from './components/ui/CustomMultiButton.vue';
14
+ export { default as CustomMultiSelect } from './components/ui/CustomMultiSelect.vue';
15
+ export { default as CustomPersonalData } from './components/ui/CustomPersonalData.vue';
16
+ export { default as CustomPie } from './components/ui/CustomPie.vue';
17
+ export { default as CustomRadioButton } from './components/ui/CustomRadioButton.vue';
18
+ export { default as CustomSelectCountry } from './components/ui/CustomSelectCountry.vue';
19
+ export { default as CustomShowDetailsOperation } from './components/ui/CustomShowDetailsOperation.vue';
20
+ export { default as CustomStepper } from './components/ui/CustomStepper.vue';
21
+ export { default as CustomSwitch } from './components/ui/CustomSwitch.vue';
22
+ export { default as CustomTextArea } from './components/ui/CustomTextArea.vue';
23
+ export { default as CustomToast } from './components/ui/CustomToast.vue';
24
+ export { default as CustomUploadExcel } from './components/ui/CustomUploadExcel.vue';
25
+ export { default as MainCard } from './components/ui/MainCard.vue';
26
+ export { default as MainTable } from './components/ui/MainTable.vue';
27
+ export { default as ModalAutorization } from './components/ui/ModalAutorization.vue';
28
+ export { default as ModalAutorizationOperation } from './components/ui/ModalAutorizationOperation.vue';
29
+ export { default as UploadFileDialog } from './components/ui/UploadFileDialog.vue';
30
+ export { default as CurrencySelector } from './components/ui/CurrencySelector.vue';
31
+ export { default as CustomCardCountry } from './components/ui/CustomCardCountry.vue';
32
+ export { default as BalanceCard } from './components/operations/BalanceCard.vue';
33
+ export { default as DetailsCard } from './components/operations/DetailsCard.vue';
34
+ export { default as ObservationCard } from './components/operations/ObservationCard.vue';
35
+ export { default as PaymentDocument } from './components/operations/PaymentDocument.vue';
36
+ export { default as ThirdPartyCard } from './components/operations/ThirdPartyCard.vue';
37
+ export * from './stores';
38
+ export * from './service/utils';
39
+ export * from './service/types';
40
+ export * from './service/userAuth/types';
41
+ export { userAuthService } from './service/userAuth/userAuthService';
42
+ export { heritageService } from './service/heritage/heritageService';
43
+ export { heritageChartService } from './service/heritage/heritageChartService';
44
+ export * from './service/heritage/types';
45
+ export { representativeService } from './service/representative/representativeService';
46
+ export * from './service/representative/types';
47
+ export { accountTypeService } from './service/account/accountTypeService';
48
+ export * from './service/account/types';
49
+ export { currencyService } from './service/currencyType/currencyService';
50
+ export * from './service/currencyType/types';
51
+ export { clientTypeService } from './service/clientType/clientTypeService';
52
+ export * from './service/clientType/types';
53
+ export { beneficiaryService } from './service/beneficiary/beneficiaryService';
54
+ export * from './service/beneficiary/types';
55
+ export { countryService } from './service/general/countryService';
56
+ export { surveyService } from './service/general/surveyService';
57
+ export { clientAmountService } from './service/general/clientAmountService';
58
+ export { paymentMethodsService } from './service/general/paymentMethodsService';
59
+ export { movementTypeService } from './service/general/movementTypeService';
60
+ export { accountOriginService } from './service/general/accountOriginService';
61
+ export { creadiCorpService } from './service/general/banksCrediCorpService';
62
+ export { transferService } from './service/transfer/transferService';
63
+ export * from './service/transfer/type';
64
+ export { movementService } from './service/myMovement/myMovementService';
65
+ export type { movementList, contributionList, forexList, operationStatus, operationType } from './service/myMovement/type';
66
+ export * from './service/general/types';
67
+ export * from './service/webSocketConnection';
68
+ export * from './composables/useFeatureFlags';
69
+ export * from './composables/useFormatPrice';
70
+ export * from './utils/base64Transformer';
71
+ export * from './utils/validation';
72
+ export { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
73
+ export declare const version = "1.0.3";
74
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}