portalcash-shared 1.0.3 → 1.0.4
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.
- package/dist/auto-imports.d.ts +0 -5
- package/dist/index.es.js +11346 -11086
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +64 -64
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/test/setup.d.ts +2 -0
- package/dist/test/setup.d.ts.map +1 -0
- package/package.json +4 -4
- package/dist/adjunto.svg +0 -9
- package/dist/currencyIcon/clp.svg +0 -11
- package/dist/currencyIcon/eur.svg +0 -11
- package/dist/currencyIcon/usd.svg +0 -52
- package/dist/favicon.ico +0 -0
package/dist/auto-imports.d.ts
CHANGED
|
@@ -34,8 +34,6 @@ declare global {
|
|
|
34
34
|
const nextTick: typeof import('vue')['nextTick']
|
|
35
35
|
const onActivated: typeof import('vue')['onActivated']
|
|
36
36
|
const onBeforeMount: typeof import('vue')['onBeforeMount']
|
|
37
|
-
const onBeforeRouteLeave: typeof import('vue-router')['onBeforeRouteLeave']
|
|
38
|
-
const onBeforeRouteUpdate: typeof import('vue-router')['onBeforeRouteUpdate']
|
|
39
37
|
const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
|
|
40
38
|
const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
|
|
41
39
|
const onDeactivated: typeof import('vue')['onDeactivated']
|
|
@@ -76,10 +74,7 @@ declare global {
|
|
|
76
74
|
const useCurrencyTypesStore: typeof import('./stores/currencyTypeStore')['useCurrencyTypesStore']
|
|
77
75
|
const useFeatureFlag: typeof import('./composables/useFeatureFlags')['useFeatureFlag']
|
|
78
76
|
const useId: typeof import('vue')['useId']
|
|
79
|
-
const useLink: typeof import('vue-router')['useLink']
|
|
80
77
|
const useModel: typeof import('vue')['useModel']
|
|
81
|
-
const useRoute: typeof import('vue-router')['useRoute']
|
|
82
|
-
const useRouter: typeof import('vue-router')['useRouter']
|
|
83
78
|
const useSlots: typeof import('vue')['useSlots']
|
|
84
79
|
const useTemplateRef: typeof import('vue')['useTemplateRef']
|
|
85
80
|
const useThemeStore: typeof import('./stores/themeStore')['useThemeStore']
|