@volverjs/ui-vue 0.0.10-beta.20 → 0.0.10-beta.21
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/VvAccordion/VvAccordion.es.js +3 -1
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +6 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +1 -1
- package/dist/components/VvAction/VvAction.es.js +2 -1
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +7 -0
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +10 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +1 -1
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +2 -1
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +3 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +1 -1
- package/dist/components/VvButton/VvButton.es.js +33 -15
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +2 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +1 -1
- package/dist/components/VvCard/VvCard.es.js +5 -1
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +2 -1
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +13 -2
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +48 -15
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +42 -42
- package/dist/components/VvDialog/VvDialog.es.js +3 -0
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +42 -42
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +1 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +2 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +1 -1
- package/dist/components/VvIcon/index.d.ts +12 -0
- package/dist/components/VvInputFile/VvInputFile.es.js +258 -82
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +152 -29
- package/dist/components/VvInputFile/index.d.ts +119 -14
- package/dist/components/VvInputText/VvInputClearAction.d.ts +6 -4
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +10 -8
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +79 -65
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +10 -10
- package/dist/components/VvInputText/index.d.ts +6 -15
- package/dist/components/VvNav/VvNav.es.js +2 -1
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +2 -1
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.vue.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +13 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +4 -0
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +1 -1
- package/dist/components/VvTab/VvTab.es.js +7 -2
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +4 -0
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +1 -1
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +1 -1
- package/dist/components/common/HintSlot.d.ts +1 -1
- package/dist/components/index.es.js +354 -115
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +1 -1
- package/dist/composables/dropdown/useProvideDropdown.d.ts +1 -1
- package/dist/icons.es.js +210 -210
- package/dist/icons.umd.js +1 -1
- package/dist/stories/InputFile/InputFile.stories.d.ts +1 -2
- package/dist/stories/InputFile/{InputFileModifiers.stories.d.ts → InputFileDropArea.stories.d.ts} +4 -4
- package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
- package/dist/stories/InputFile/InputFileSlots.stories.d.ts +1 -0
- package/dist/types/input-file.d.ts +2 -0
- package/package.json +45 -45
- 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/VvIcon/index.ts +13 -0
- package/src/components/VvInputFile/VvInputFile.vue +103 -40
- package/src/components/VvInputFile/index.ts +88 -10
- package/src/components/VvInputText/VvInputClearAction.ts +10 -6
- package/src/components/VvInputText/VvInputPasswordAction.ts +13 -9
- package/src/components/VvInputText/VvInputText.vue +6 -6
- package/src/components/VvInputText/index.ts +7 -15
- package/src/stories/InputFile/InputFile.settings.ts +1 -1
- package/src/stories/InputFile/InputFile.stories.ts +7 -16
- package/src/stories/InputFile/{InputFileModifiers.stories.ts → InputFileDropArea.stories.ts} +18 -13
- package/src/stories/InputFile/InputFileIconPosition.stories.ts +43 -0
- package/src/stories/InputFile/InputFileSlots.stories.ts +11 -3
- package/src/types/input-file.ts +4 -2
|
@@ -9,5 +9,4 @@ export declare const Valid: Story;
|
|
|
9
9
|
export declare const Invalid: Story;
|
|
10
10
|
export declare const Hint: Story;
|
|
11
11
|
export declare const Loading: Story;
|
|
12
|
-
export declare const
|
|
13
|
-
export declare const IconRight: Story;
|
|
12
|
+
export declare const Progress: Story;
|
package/dist/stories/InputFile/{InputFileModifiers.stories.d.ts → InputFileDropArea.stories.d.ts}
RENAMED
|
@@ -3,7 +3,7 @@ import VvInputFile from '@/components/VvInputFile/VvInputFile.vue';
|
|
|
3
3
|
declare const meta: Meta<typeof VvInputFile>;
|
|
4
4
|
export default meta;
|
|
5
5
|
type Story = StoryObj<typeof VvInputFile>;
|
|
6
|
-
export declare const
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const InputHidden: Story;
|
|
8
|
+
export declare const Square: Story;
|
|
9
|
+
export declare const Circle: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvInputFile from '@/components/VvInputFile/VvInputFile.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvInputFile>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvInputFile>;
|
|
6
|
+
export declare const DefaultPosition: Story;
|
|
7
|
+
export declare const After: Story;
|
|
8
|
+
export declare const Src: Story;
|
|
@@ -3,12 +3,14 @@ export type UploadedFile<Source = undefined> = Source extends undefined ? {
|
|
|
3
3
|
size: number;
|
|
4
4
|
type: string;
|
|
5
5
|
url: string;
|
|
6
|
+
thumbnailUrl?: string;
|
|
6
7
|
lastModified?: number;
|
|
7
8
|
} : {
|
|
8
9
|
name: string;
|
|
9
10
|
size: number;
|
|
10
11
|
type: string;
|
|
11
12
|
url: string;
|
|
13
|
+
thumbnailUrl?: string;
|
|
12
14
|
lastModified?: number;
|
|
13
15
|
source: Source;
|
|
14
16
|
};
|
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.21",
|
|
23
23
|
"packageManager": "pnpm@8.7.0",
|
|
24
24
|
"type": "module",
|
|
25
25
|
"main": "./dist/Volver.umd.js",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@floating-ui/vue": "^1.0.2",
|
|
39
|
-
"@iconify/tools": "^
|
|
39
|
+
"@iconify/tools": "^4.0.0",
|
|
40
40
|
"@iconify/vue": "^4.1.1",
|
|
41
|
-
"@vueuse/core": "^10.7.
|
|
41
|
+
"@vueuse/core": "^10.7.1",
|
|
42
42
|
"blurhash": "^2.0.5",
|
|
43
43
|
"comlink": "^4.4.1",
|
|
44
44
|
"jsdom": "^23.0.1",
|
|
@@ -46,60 +46,60 @@
|
|
|
46
46
|
"pica": "^9.0.1",
|
|
47
47
|
"ts-dot-prop": "^2.1.3",
|
|
48
48
|
"uid": "^2.0.2",
|
|
49
|
-
"vue": "^3.
|
|
50
|
-
"vue-imask": "^7.
|
|
49
|
+
"vue": "^3.4.0",
|
|
50
|
+
"vue-imask": "^7.3.0"
|
|
51
51
|
},
|
|
52
52
|
"peerDependencies": {
|
|
53
53
|
"@volverjs/style": "0.*"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@babel/core": "^7.23.
|
|
57
|
-
"@babel/preset-env": "^7.23.
|
|
56
|
+
"@babel/core": "^7.23.6",
|
|
57
|
+
"@babel/preset-env": "^7.23.6",
|
|
58
58
|
"@babel/preset-typescript": "^7.23.3",
|
|
59
59
|
"@iconify/types": "^2.0.0",
|
|
60
|
-
"@iconify/utils": "^2.1.
|
|
60
|
+
"@iconify/utils": "^2.1.14",
|
|
61
61
|
"@mdx-js/react": "^3.0.0",
|
|
62
|
-
"@rushstack/eslint-patch": "^1.6.
|
|
63
|
-
"@storybook/addon-a11y": "^7.6.
|
|
64
|
-
"@storybook/addon-actions": "^7.6.
|
|
65
|
-
"@storybook/addon-docs": "^7.6.
|
|
66
|
-
"@storybook/addon-essentials": "^7.6.
|
|
67
|
-
"@storybook/addon-interactions": "^7.6.
|
|
68
|
-
"@storybook/addon-links": "^7.6.
|
|
69
|
-
"@storybook/channel-postmessage": "^7.6.
|
|
70
|
-
"@storybook/channel-websocket": "^7.6.
|
|
71
|
-
"@storybook/cli": "^7.6.
|
|
72
|
-
"@storybook/client-api": "^7.6.
|
|
73
|
-
"@storybook/client-logger": "^7.6.
|
|
74
|
-
"@storybook/core-common": "^7.6.
|
|
62
|
+
"@rushstack/eslint-patch": "^1.6.1",
|
|
63
|
+
"@storybook/addon-a11y": "^7.6.6",
|
|
64
|
+
"@storybook/addon-actions": "^7.6.6",
|
|
65
|
+
"@storybook/addon-docs": "^7.6.6",
|
|
66
|
+
"@storybook/addon-essentials": "^7.6.6",
|
|
67
|
+
"@storybook/addon-interactions": "^7.6.6",
|
|
68
|
+
"@storybook/addon-links": "^7.6.6",
|
|
69
|
+
"@storybook/channel-postmessage": "^7.6.6",
|
|
70
|
+
"@storybook/channel-websocket": "^7.6.6",
|
|
71
|
+
"@storybook/cli": "^7.6.6",
|
|
72
|
+
"@storybook/client-api": "^7.6.6",
|
|
73
|
+
"@storybook/client-logger": "^7.6.6",
|
|
74
|
+
"@storybook/core-common": "^7.6.6",
|
|
75
75
|
"@storybook/jest": "^0.2.3",
|
|
76
|
-
"@storybook/preview-api": "^7.6.
|
|
77
|
-
"@storybook/preview-web": "^7.6.
|
|
76
|
+
"@storybook/preview-api": "^7.6.6",
|
|
77
|
+
"@storybook/preview-web": "^7.6.6",
|
|
78
78
|
"@storybook/test-runner": "^0.16.0",
|
|
79
79
|
"@storybook/testing-library": "^0.2.2",
|
|
80
|
-
"@storybook/vue3": "^7.6.
|
|
81
|
-
"@storybook/vue3-vite": "^7.6.
|
|
80
|
+
"@storybook/vue3": "^7.6.6",
|
|
81
|
+
"@storybook/vue3-vite": "^7.6.6",
|
|
82
82
|
"@tsconfig/node18": "^18.2.2",
|
|
83
83
|
"@types/jest-axe": "^3.5.9",
|
|
84
84
|
"@types/jsdom": "^21.1.6",
|
|
85
|
-
"@types/node": "^20.10.
|
|
85
|
+
"@types/node": "^20.10.5",
|
|
86
86
|
"@types/pica": "^9.0.4",
|
|
87
|
-
"@types/react": "^18.2.
|
|
87
|
+
"@types/react": "^18.2.46",
|
|
88
88
|
"@types/yargs": "^17.0.32",
|
|
89
|
-
"@vitejs/plugin-vue": "^
|
|
90
|
-
"@volverjs/style": "0.1.12-beta.
|
|
91
|
-
"@vue/compiler-sfc": "^3.
|
|
92
|
-
"@vue/eslint-config-prettier": "^
|
|
89
|
+
"@vitejs/plugin-vue": "^5.0.0",
|
|
90
|
+
"@volverjs/style": "0.1.12-beta.15",
|
|
91
|
+
"@vue/compiler-sfc": "^3.4.0",
|
|
92
|
+
"@vue/eslint-config-prettier": "^9.0.0",
|
|
93
93
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
94
94
|
"@vue/test-utils": "^2.4.3",
|
|
95
|
-
"@vue/tsconfig": "^0.
|
|
95
|
+
"@vue/tsconfig": "^0.5.1",
|
|
96
96
|
"change-case": "^5.3.0",
|
|
97
97
|
"chokidar": "^3.5.3",
|
|
98
|
-
"eslint": "^8.
|
|
98
|
+
"eslint": "^8.56.0",
|
|
99
99
|
"eslint-config-prettier": "^9.1.0",
|
|
100
|
-
"eslint-mdx": "^
|
|
101
|
-
"eslint-plugin-mdx": "^
|
|
102
|
-
"eslint-plugin-prettier": "^5.
|
|
100
|
+
"eslint-mdx": "^3.1.1",
|
|
101
|
+
"eslint-plugin-mdx": "^3.1.1",
|
|
102
|
+
"eslint-plugin-prettier": "^5.1.2",
|
|
103
103
|
"eslint-plugin-storybook": "^0.6.15",
|
|
104
104
|
"eslint-plugin-vue": "^9.19.2",
|
|
105
105
|
"glob": "7.2.3",
|
|
@@ -108,25 +108,25 @@
|
|
|
108
108
|
"jest-get-type": "^29.6.3",
|
|
109
109
|
"jsdom": "^23.0.1",
|
|
110
110
|
"npm-run-all": "^4.1.5",
|
|
111
|
-
"prettier": "^3.1.
|
|
111
|
+
"prettier": "^3.1.1",
|
|
112
112
|
"pretty-format": "^29.7.0",
|
|
113
113
|
"react": "^18.2.0",
|
|
114
114
|
"react-dom": "^18.2.0",
|
|
115
115
|
"remark": "^15.0.1",
|
|
116
|
-
"sass": "^1.69.
|
|
117
|
-
"storybook": "^7.6.
|
|
116
|
+
"sass": "^1.69.6",
|
|
117
|
+
"storybook": "^7.6.6",
|
|
118
118
|
"storybook-addon-markdown-docs": "^2.0.0",
|
|
119
119
|
"storybook-dark-mode": "^3.0.3",
|
|
120
120
|
"storybook-version": "^0.1.1",
|
|
121
|
-
"terser": "^5.
|
|
122
|
-
"ts-node": "^10.9.
|
|
123
|
-
"typescript": "~5.3.
|
|
124
|
-
"unplugin-auto-import": "^0.17.
|
|
121
|
+
"terser": "^5.26.0",
|
|
122
|
+
"ts-node": "^10.9.2",
|
|
123
|
+
"typescript": "~5.3.3",
|
|
124
|
+
"unplugin-auto-import": "^0.17.3",
|
|
125
125
|
"unplugin-vue-components": "^0.26.0",
|
|
126
|
-
"vite": "^5.0.
|
|
126
|
+
"vite": "^5.0.10",
|
|
127
127
|
"vite-plugin-eslint": "^1.8.1",
|
|
128
128
|
"vite-plugin-externalize-deps": "^0.8.0",
|
|
129
|
-
"vue-tsc": "^1.8.
|
|
129
|
+
"vue-tsc": "^1.8.27",
|
|
130
130
|
"yargs": "^17.7.2"
|
|
131
131
|
},
|
|
132
132
|
"typesVersions": {
|