@verdnatura/vn-front-lib 0.0.4 → 0.0.6
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/README.md +0 -2
- package/dist/components-BK0ivbyE.js +2473 -0
- package/dist/components-CcyuocvQ.cjs +1 -0
- package/dist/components.cjs +1 -1
- package/dist/components.js +1 -1
- package/dist/composables.cjs +1 -1
- package/dist/composables.js +1 -1
- package/dist/stores.cjs +1 -1
- package/dist/stores.js +1 -1
- package/dist/useRequired-BviE2qpV.cjs +1 -0
- package/dist/{useRequired-BDeZirAF.js → useRequired-CTxBp3qy.js} +1 -1
- package/dist/useValidationsStore-9Fxtj_pd.js +12 -0
- package/dist/useValidationsStore-BZZg24ZP.cjs +1 -0
- package/dist/vn-front-lib.cjs +1 -1
- package/dist/vn-front-lib.js +5 -7
- package/lib/components/inputs/VnInput.vue +19 -13
- package/lib/main.js +1 -4
- package/lib/stores/useValidationsStore.js +1 -1
- package/package.json +2 -3
- package/dist/components-Ct0VDaxz.js +0 -316
- package/dist/components-DuJM1cma.cjs +0 -1
- package/dist/useRequired-BaBBH3mH.cjs +0 -1
- package/dist/useValidationsStore-B5R8zW5O.js +0 -19
- package/dist/useValidationsStore-CmGCLBNO.cjs +0 -1
- package/lib/config.js +0 -16
package/README.md
CHANGED
|
@@ -9,8 +9,6 @@ it's built in library mode (Vite `build.lib`) and consumed as a dependency.
|
|
|
9
9
|
- `lib/components/` — Vue components (prefixed with `Vn`, e.g. `VnInput`).
|
|
10
10
|
- `lib/composables/` — reusable composables (e.g. `useRequired`, `useValidator`).
|
|
11
11
|
- `lib/stores/` — Pinia stores (e.g. `useValidationsStore`).
|
|
12
|
-
- `lib/config.js` — internal library config, filled via `setConfig()` from the
|
|
13
|
-
`options` passed to `app.use(VnFrontLib, options)` (`axios` is required).
|
|
14
12
|
- `lib/i18n/locale/` — translation files (`en.yml`, `es.yml`).
|
|
15
13
|
|
|
16
14
|
`pinia`, `vue-i18n`, `axios`, `validator` and `quasar` are expected to be
|