@volverjs/ui-vue 0.0.10-beta.54 → 0.0.10-beta.55
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/components/VvCombobox/VvCombobox.es.js +357 -357
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +17 -19
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +966 -67
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +52 -0
- package/dist/components/VvTextarea/index.d.ts +37 -1
- package/dist/components/index.es.js +445 -295
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/package.json +22 -22
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvCombobox/VvCombobox.vue +3 -3
- package/src/components/VvInputText/VvInputText.vue +18 -20
- package/src/components/VvTextarea/VvTextarea.vue +108 -5
- package/src/components/VvTextarea/index.ts +32 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volverjs/ui-vue",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.10-beta.
|
|
4
|
+
"version": "0.0.10-beta.55",
|
|
5
5
|
"description": "@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.",
|
|
6
6
|
"author": "8 Wave S.r.l.",
|
|
7
7
|
"license": "MIT",
|
|
@@ -398,41 +398,41 @@
|
|
|
398
398
|
"yargs": "^17.7.2"
|
|
399
399
|
},
|
|
400
400
|
"devDependencies": {
|
|
401
|
-
"@antfu/eslint-config": "
|
|
401
|
+
"@antfu/eslint-config": "3.8.0",
|
|
402
402
|
"@babel/core": "^7.26.0",
|
|
403
403
|
"@babel/preset-env": "^7.26.0",
|
|
404
404
|
"@babel/preset-typescript": "^7.26.0",
|
|
405
405
|
"@iconify/types": "^2.0.0",
|
|
406
406
|
"@iconify/utils": "^2.1.33",
|
|
407
407
|
"@nabla/vite-plugin-eslint": "^2.0.4",
|
|
408
|
-
"@storybook/addon-a11y": "^8.4.
|
|
409
|
-
"@storybook/addon-actions": "^8.4.
|
|
410
|
-
"@storybook/addon-docs": "^8.4.
|
|
411
|
-
"@storybook/addon-essentials": "^8.4.
|
|
412
|
-
"@storybook/addon-interactions": "^8.4.
|
|
413
|
-
"@storybook/addon-links": "^8.4.
|
|
414
|
-
"@storybook/cli": "^8.4.
|
|
415
|
-
"@storybook/client-logger": "^8.4.
|
|
416
|
-
"@storybook/core-common": "^8.4.
|
|
417
|
-
"@storybook/preview-api": "^8.4.
|
|
418
|
-
"@storybook/test": "^8.4.
|
|
408
|
+
"@storybook/addon-a11y": "^8.4.4",
|
|
409
|
+
"@storybook/addon-actions": "^8.4.4",
|
|
410
|
+
"@storybook/addon-docs": "^8.4.4",
|
|
411
|
+
"@storybook/addon-essentials": "^8.4.4",
|
|
412
|
+
"@storybook/addon-interactions": "^8.4.4",
|
|
413
|
+
"@storybook/addon-links": "^8.4.4",
|
|
414
|
+
"@storybook/cli": "^8.4.4",
|
|
415
|
+
"@storybook/client-logger": "^8.4.4",
|
|
416
|
+
"@storybook/core-common": "^8.4.4",
|
|
417
|
+
"@storybook/preview-api": "^8.4.4",
|
|
418
|
+
"@storybook/test": "^8.4.4",
|
|
419
419
|
"@storybook/test-runner": "^0.19.1",
|
|
420
|
-
"@storybook/types": "^8.4.
|
|
421
|
-
"@storybook/vue3": "^8.4.
|
|
422
|
-
"@storybook/vue3-vite": "^8.4.
|
|
420
|
+
"@storybook/types": "^8.4.4",
|
|
421
|
+
"@storybook/vue3": "^8.4.4",
|
|
422
|
+
"@storybook/vue3-vite": "^8.4.4",
|
|
423
423
|
"@tsconfig/node18": "^18.2.4",
|
|
424
424
|
"@types/jest-axe": "^3.5.9",
|
|
425
425
|
"@types/jsdom": "^21.1.7",
|
|
426
|
-
"@types/node": "^22.9.
|
|
426
|
+
"@types/node": "^22.9.1",
|
|
427
427
|
"@types/pica": "^9.0.4",
|
|
428
428
|
"@types/yargs": "^17.0.33",
|
|
429
429
|
"@vitejs/plugin-vue": "^5.2.0",
|
|
430
|
-
"@vue/compiler-sfc": "^3.5.
|
|
430
|
+
"@vue/compiler-sfc": "^3.5.13",
|
|
431
431
|
"@vue/eslint-config-typescript": "^14.1.3",
|
|
432
432
|
"@vue/test-utils": "^2.4.6",
|
|
433
433
|
"@vue/tsconfig": "^0.6.0",
|
|
434
434
|
"change-case": "^5.4.4",
|
|
435
|
-
"eslint": "^9.
|
|
435
|
+
"eslint": "^9.15.0",
|
|
436
436
|
"glob": "7.2.3",
|
|
437
437
|
"jest-axe": "^9.0.0",
|
|
438
438
|
"jest-diff": "^29.7.0",
|
|
@@ -442,14 +442,14 @@
|
|
|
442
442
|
"prettier": "^3.3.3",
|
|
443
443
|
"pretty-format": "^29.7.0",
|
|
444
444
|
"remark": "^15.0.1",
|
|
445
|
-
"sass": "^1.
|
|
446
|
-
"storybook": "^8.4.
|
|
445
|
+
"sass": "^1.81.0",
|
|
446
|
+
"storybook": "^8.4.4",
|
|
447
447
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
448
448
|
"storybook-dark-mode": "^4.0.2",
|
|
449
449
|
"terser": "^5.36.0",
|
|
450
450
|
"ts-node": "^10.9.2",
|
|
451
451
|
"typescript": "~5.6.3",
|
|
452
|
-
"unplugin-auto-import": "^0.18.
|
|
452
|
+
"unplugin-auto-import": "^0.18.5",
|
|
453
453
|
"unplugin-vue-components": "^0.27.4",
|
|
454
454
|
"vite": "^5.4.11",
|
|
455
455
|
"vite-plugin-externalize-deps": "^0.8.0",
|