@volverjs/ui-vue 0.0.10-beta.7 → 0.0.10-beta.8
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/bin/icons.cjs +1 -1
- package/bin/icons.js +22 -15
- package/dist/Volver.d.ts +0 -1
- package/dist/components/VvAccordion/VvAccordion.es.js +10 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +52 -25
- package/dist/components/VvAction/VvAction.es.js +6 -1
- package/dist/components/VvAlert/VvAlert.es.js +73 -43
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +113 -64
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +56 -26
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +18 -8
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +61 -38
- package/dist/components/VvButton/VvButton.es.js +45 -17
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +3 -3
- package/dist/components/VvButton/index.d.ts +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +12 -6
- package/dist/components/VvCard/VvCard.es.js +26 -16
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +9 -2
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +78 -44
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/index.d.ts +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +587 -368
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +3 -3
- package/dist/components/VvCombobox/index.d.ts +1 -1
- package/dist/components/VvDialog/VvDialog.es.js +44 -27
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +64 -44
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +3 -3
- package/dist/components/VvDropdown/index.d.ts +1 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +26 -9
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +7 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +19 -8
- package/dist/components/VvIcon/VvIcon.es.js +1 -1
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +126 -97
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvNav/VvNav.es.js +50 -26
- package/dist/components/VvNav/VvNav.vue.d.ts +3 -3
- package/dist/components/VvNav/index.d.ts +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +19 -7
- package/dist/components/VvProgress/VvProgress.es.js +12 -6
- package/dist/components/VvRadio/VvRadio.es.js +9 -2
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +78 -44
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/index.d.ts +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +133 -94
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/index.d.ts +1 -1
- package/dist/components/VvTab/VvTab.es.js +98 -44
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +99 -74
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.es.js +19 -9
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +3 -3
- package/dist/components/VvTooltip/index.d.ts +1 -1
- package/dist/components/index.es.js +1355 -836
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/useVolver.d.ts +1 -1
- package/dist/directives/index.d.ts +3 -5
- package/dist/directives/index.es.js +39 -23
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +37 -18
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/props/index.d.ts +1 -1
- package/dist/types/generic.d.ts +1 -1
- package/package.json +31 -31
- package/src/Volver.ts +0 -1
- 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/VvInputText/VvInputText.vue +2 -2
- package/src/directives/index.ts +1 -4
- package/src/directives/v-tooltip.ts +19 -10
- package/src/index.ts +3 -1
- package/src/types/generic.ts +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import VolverPlugin from './Volver';
|
|
2
|
-
import type { Volver } from './Volver';
|
|
2
|
+
import type { Volver, VolverOptions } from './Volver';
|
|
3
3
|
export { VolverPlugin };
|
|
4
|
+
export * from './types';
|
|
5
|
+
export type { Volver, VolverOptions };
|
|
4
6
|
declare module 'vue' {
|
|
5
7
|
interface ComponentCustomProperties {
|
|
6
8
|
$vv?: typeof Volver.prototype;
|
package/dist/props/index.d.ts
CHANGED
|
@@ -216,7 +216,7 @@ export declare const DropdownProps: {
|
|
|
216
216
|
* Dropdown placement
|
|
217
217
|
*/
|
|
218
218
|
placement: {
|
|
219
|
-
type: PropType<"
|
|
219
|
+
type: PropType<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
|
|
220
220
|
default: Side;
|
|
221
221
|
validator: (value: Side & Placement) => boolean;
|
|
222
222
|
};
|
package/dist/types/generic.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/volverjs/ui-vue/issues"
|
|
21
21
|
},
|
|
22
|
-
"version": "0.0.10-beta.
|
|
22
|
+
"version": "0.0.10-beta.8",
|
|
23
23
|
"engines": {
|
|
24
24
|
"node": ">= 16.x"
|
|
25
25
|
},
|
|
@@ -57,42 +57,42 @@
|
|
|
57
57
|
"@babel/preset-env": "^7.22.20",
|
|
58
58
|
"@babel/preset-typescript": "^7.23.0",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
|
-
"@iconify/utils": "^2.1.
|
|
60
|
+
"@iconify/utils": "^2.1.11",
|
|
61
61
|
"@mdx-js/react": "^2.3.0",
|
|
62
|
-
"@rushstack/eslint-patch": "^1.5.
|
|
63
|
-
"@storybook/addon-a11y": "^7.4.
|
|
64
|
-
"@storybook/addon-actions": "^7.4.
|
|
65
|
-
"@storybook/addon-docs": "^7.4.
|
|
66
|
-
"@storybook/addon-essentials": "^7.4.
|
|
67
|
-
"@storybook/addon-interactions": "^7.4.
|
|
68
|
-
"@storybook/addon-links": "^7.4.
|
|
69
|
-
"@storybook/channel-postmessage": "^7.4.
|
|
70
|
-
"@storybook/channel-websocket": "^7.4.
|
|
71
|
-
"@storybook/cli": "^7.4.
|
|
72
|
-
"@storybook/client-api": "^7.4.
|
|
73
|
-
"@storybook/client-logger": "^7.4.
|
|
74
|
-
"@storybook/core-common": "^7.4.
|
|
75
|
-
"@storybook/jest": "^0.2.
|
|
76
|
-
"@storybook/preview-api": "^7.4.
|
|
77
|
-
"@storybook/preview-web": "^7.4.
|
|
62
|
+
"@rushstack/eslint-patch": "^1.5.1",
|
|
63
|
+
"@storybook/addon-a11y": "^7.4.6",
|
|
64
|
+
"@storybook/addon-actions": "^7.4.6",
|
|
65
|
+
"@storybook/addon-docs": "^7.4.6",
|
|
66
|
+
"@storybook/addon-essentials": "^7.4.6",
|
|
67
|
+
"@storybook/addon-interactions": "^7.4.6",
|
|
68
|
+
"@storybook/addon-links": "^7.4.6",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.4.6",
|
|
70
|
+
"@storybook/channel-websocket": "^7.4.6",
|
|
71
|
+
"@storybook/cli": "^7.4.6",
|
|
72
|
+
"@storybook/client-api": "^7.4.6",
|
|
73
|
+
"@storybook/client-logger": "^7.4.6",
|
|
74
|
+
"@storybook/core-common": "^7.4.6",
|
|
75
|
+
"@storybook/jest": "^0.2.3",
|
|
76
|
+
"@storybook/preview-api": "^7.4.6",
|
|
77
|
+
"@storybook/preview-web": "^7.4.6",
|
|
78
78
|
"@storybook/test-runner": "^0.13.0",
|
|
79
|
-
"@storybook/testing-library": "^0.2.
|
|
80
|
-
"@storybook/vue3": "^7.4.
|
|
81
|
-
"@storybook/vue3-vite": "^7.4.
|
|
79
|
+
"@storybook/testing-library": "^0.2.2",
|
|
80
|
+
"@storybook/vue3": "^7.4.6",
|
|
81
|
+
"@storybook/vue3-vite": "^7.4.6",
|
|
82
82
|
"@tsconfig/node18": "^18.2.2",
|
|
83
83
|
"@types/jest-axe": "^3.5.6",
|
|
84
84
|
"@types/jsdom": "^21.1.3",
|
|
85
|
-
"@types/node": "^20.
|
|
86
|
-
"@types/react": "^18.2.
|
|
87
|
-
"@types/yargs": "^17.0.
|
|
88
|
-
"@vitejs/plugin-vue": "^4.
|
|
89
|
-
"@volverjs/style": "0.1.12-beta.
|
|
85
|
+
"@types/node": "^20.8.2",
|
|
86
|
+
"@types/react": "^18.2.25",
|
|
87
|
+
"@types/yargs": "^17.0.26",
|
|
88
|
+
"@vitejs/plugin-vue": "^4.4.0",
|
|
89
|
+
"@volverjs/style": "0.1.12-beta.11",
|
|
90
90
|
"@vue/compiler-sfc": "^3.3.4",
|
|
91
91
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
92
92
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
93
93
|
"@vue/test-utils": "^2.4.1",
|
|
94
94
|
"@vue/tsconfig": "^0.4.0",
|
|
95
|
-
"change-case": "^
|
|
95
|
+
"change-case": "^5.0.2",
|
|
96
96
|
"chokidar": "^3.5.3",
|
|
97
97
|
"eslint": "^8.50.0",
|
|
98
98
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -112,17 +112,17 @@
|
|
|
112
112
|
"react": "^18.2.0",
|
|
113
113
|
"react-dom": "^18.2.0",
|
|
114
114
|
"remark": "^15.0.1",
|
|
115
|
-
"sass": "^1.
|
|
116
|
-
"storybook": "^7.4.
|
|
115
|
+
"sass": "^1.69.0",
|
|
116
|
+
"storybook": "^7.4.6",
|
|
117
117
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
118
118
|
"storybook-dark-mode": "^3.0.1",
|
|
119
119
|
"storybook-version": "^0.1.1",
|
|
120
|
-
"terser": "^5.
|
|
120
|
+
"terser": "^5.21.0",
|
|
121
121
|
"ts-node": "^10.9.1",
|
|
122
122
|
"typescript": "~5.2.2",
|
|
123
123
|
"unplugin-auto-import": "^0.16.6",
|
|
124
124
|
"unplugin-vue-components": "^0.25.2",
|
|
125
|
-
"vite": "^4.4.
|
|
125
|
+
"vite": "^4.4.11",
|
|
126
126
|
"vite-plugin-eslint": "^1.8.1",
|
|
127
127
|
"vite-plugin-externalize-deps": "^0.7.0",
|
|
128
128
|
"vue-tsc": "^1.8.15",
|
package/src/Volver.ts
CHANGED