@volverjs/ui-vue 0.0.7 → 0.0.8-beta.10

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.
Files changed (43) hide show
  1. package/auto-imports.d.ts +1 -0
  2. package/dist/components/VvAlert/VvAlert.es.js +27 -18
  3. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  4. package/dist/components/VvAlert/VvAlert.vue.d.ts +4 -0
  5. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +27 -18
  6. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  7. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +4 -3
  8. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  9. package/dist/components/VvCombobox/VvCombobox.es.js +555 -106
  10. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  11. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +3 -0
  12. package/dist/components/VvCombobox/index.d.ts +1 -0
  13. package/dist/components/VvDropdown/VvDropdown.es.js +56 -28
  14. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  15. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +11 -2
  16. package/dist/components/VvDropdown/index.d.ts +7 -1
  17. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +4 -3
  18. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  19. package/dist/components/VvSelect/VvSelect.es.js +4 -3
  20. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  21. package/dist/components/index.es.js +110 -58
  22. package/dist/components/index.umd.js +1 -1
  23. package/dist/icons.es.js +3 -3
  24. package/dist/icons.umd.js +1 -1
  25. package/dist/stories/Alert/Alert.settings.d.ts +10 -0
  26. package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +1 -0
  27. package/package.json +37 -33
  28. package/src/assets/icons/detailed.json +1 -1
  29. package/src/assets/icons/normal.json +1 -1
  30. package/src/assets/icons/simple.json +1 -1
  31. package/src/components/VvAlert/VvAlert.vue +29 -11
  32. package/src/components/VvCombobox/VvCombobox.vue +48 -26
  33. package/src/components/VvCombobox/index.ts +1 -0
  34. package/src/components/VvDropdown/VvDropdown.vue +59 -26
  35. package/src/components/VvDropdown/index.ts +8 -2
  36. package/src/composables/useOptions.ts +4 -3
  37. package/src/stories/Alert/Alert.settings.ts +10 -0
  38. package/src/stories/Alert/Alert.test.ts +8 -4
  39. package/src/stories/Combobox/Combobox.settings.ts +22 -1
  40. package/src/stories/Combobox/Combobox.test.ts +5 -6
  41. package/src/stories/Combobox/ComboboxOptions.stories.ts +18 -0
  42. package/src/stories/Select/Select.test.ts +3 -3
  43. package/src/stories/Tooltip/Tooltip.test.ts +3 -1
@@ -82,6 +82,16 @@ export declare const argTypes: {
82
82
  };
83
83
  };
84
84
  };
85
+ close: {
86
+ control: {
87
+ type: string;
88
+ };
89
+ table: {
90
+ type: {
91
+ summary: string;
92
+ };
93
+ };
94
+ };
85
95
  default: {
86
96
  control: {
87
97
  type: string;
@@ -7,3 +7,4 @@ export declare const ArrayOfObjects: Story;
7
7
  export declare const OptionLabelKey: Story;
8
8
  export declare const OptionValueKey: Story;
9
9
  export declare const GroupedOptions: Story;
10
+ export declare const DotPathOptions: Story;
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.7",
22
+ "version": "0.0.8-beta.10",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },
@@ -39,15 +39,18 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@floating-ui/vue": "^1.0.0",
42
- "@iconify/tools": "^2.2.6",
42
+ "@iconify/tools": "^3.0.1",
43
43
  "@iconify/vue": "4.1.1",
44
- "@volverjs/style": "0.1.11-beta.1",
45
44
  "@vueuse/core": "^10.1.2",
46
45
  "jsdom": "^22.0.0",
47
46
  "maska": "^2.1.9",
48
47
  "mitt": "^3.0.0",
49
48
  "nanoid": "^4.0.2",
50
- "vue": "^3.3.2"
49
+ "ts-dot-prop": "^2.1.2",
50
+ "vue": "^3.3.4"
51
+ },
52
+ "peerDependencies": {
53
+ "@volverjs/style": "0.*"
51
54
  },
52
55
  "devDependencies": {
53
56
  "@babel/core": "^7.21.8",
@@ -56,46 +59,47 @@
56
59
  "@iconify/types": "^2.0.0",
57
60
  "@iconify/utils": "^2.1.5",
58
61
  "@mdx-js/react": "^2.3.0",
59
- "@rushstack/eslint-patch": "^1.2.0",
60
- "@storybook/addon-a11y": "7.0.11",
61
- "@storybook/addon-actions": "7.0.11",
62
- "@storybook/addon-docs": "7.0.11",
63
- "@storybook/addon-essentials": "7.0.11",
64
- "@storybook/addon-interactions": "7.0.11",
65
- "@storybook/addon-links": "7.0.11",
66
- "@storybook/channel-postmessage": "7.0.11",
67
- "@storybook/channel-websocket": "7.0.11",
68
- "@storybook/cli": "7.0.11",
69
- "@storybook/client-api": "7.0.11",
70
- "@storybook/client-logger": "7.0.11",
71
- "@storybook/core-common": "7.0.11",
62
+ "@rushstack/eslint-patch": "^1.3.0",
63
+ "@storybook/addon-a11y": "^7.0.17",
64
+ "@storybook/addon-actions": "^7.0.17",
65
+ "@storybook/addon-docs": "^7.0.17",
66
+ "@storybook/addon-essentials": "^7.0.17",
67
+ "@storybook/addon-interactions": "^7.0.17",
68
+ "@storybook/addon-links": "^7.0.17",
69
+ "@storybook/channel-postmessage": "^7.0.17",
70
+ "@storybook/channel-websocket": "^7.0.17",
71
+ "@storybook/cli": "^7.0.17",
72
+ "@storybook/client-api": "^7.0.17",
73
+ "@storybook/client-logger": "^7.0.17",
74
+ "@storybook/core-common": "^7.0.17",
72
75
  "@storybook/jest": "^0.1.0",
73
- "@storybook/preview-api": "7.0.11",
74
- "@storybook/preview-web": "7.0.11",
76
+ "@storybook/preview-api": "^7.0.17",
77
+ "@storybook/preview-web": "^7.0.17",
75
78
  "@storybook/test-runner": "^0.10.0",
76
79
  "@storybook/testing-library": "^0.1.0",
77
- "@storybook/vue3": "7.0.11",
78
- "@storybook/vue3-vite": "7.0.11",
80
+ "@storybook/vue3": "^7.0.17",
81
+ "@storybook/vue3-vite": "^7.0.17",
79
82
  "@tsconfig/node18": "^2.0.1",
80
83
  "@types/jest-axe": "^3.5.5",
81
84
  "@types/jsdom": "^21.1.1",
82
- "@types/node": "20.1.3",
83
- "@types/react": "^18.2.6",
85
+ "@types/node": "^20.2.4",
86
+ "@types/react": "^18.2.7",
84
87
  "@types/yargs": "^17.0.24",
85
88
  "@vitejs/plugin-vue": "^4.2.3",
86
- "@vue/compiler-sfc": "^3.3.2",
89
+ "@volverjs/style": "^0.1.11",
90
+ "@vue/compiler-sfc": "^3.3.4",
87
91
  "@vue/eslint-config-prettier": "^7.1.0",
88
92
  "@vue/eslint-config-typescript": "^11.0.3",
89
93
  "@vue/test-utils": "^2.3.2",
90
94
  "@vue/tsconfig": "^0.4.0",
91
95
  "change-case": "^4.1.2",
92
- "eslint": "^8.40.0",
96
+ "eslint": "^8.41.0",
93
97
  "eslint-config-prettier": "^8.8.0",
94
98
  "eslint-mdx": "^2.1.0",
95
99
  "eslint-plugin-mdx": "^2.1.0",
96
100
  "eslint-plugin-storybook": "^0.6.12",
97
- "eslint-plugin-vue": "^9.12.0",
98
- "glob": "^7.2.3",
101
+ "eslint-plugin-vue": "^9.14.1",
102
+ "glob": "7.2.3",
99
103
  "jest-axe": "^7.0.1",
100
104
  "jest-diff": "^29.5.0",
101
105
  "jest-get-type": "^29.4.3",
@@ -105,21 +109,21 @@
105
109
  "pretty-format": "^29.5.0",
106
110
  "react": "^18.2.0",
107
111
  "react-dom": "^18.2.0",
108
- "remark": "^14.0.2",
112
+ "remark": "^14.0.3",
109
113
  "sass": "^1.62.1",
110
- "storybook": "7.0.11",
114
+ "storybook": "7.0.17",
111
115
  "storybook-addon-markdown-docs": "^1.0.5",
112
116
  "storybook-dark-mode": "^3.0.0",
113
117
  "storybook-version": "^0.1.1",
114
- "terser": "^5.17.3",
118
+ "terser": "^5.17.6",
115
119
  "ts-node": "^10.9.1",
116
120
  "typescript": "~5.0.4",
117
- "unplugin-auto-import": "^0.15.3",
121
+ "unplugin-auto-import": "^0.16.2",
118
122
  "unplugin-vue-components": "^0.24.1",
119
- "vite": "^4.3.5",
123
+ "vite": "^4.3.9",
120
124
  "vite-plugin-eslint": "^1.8.1",
121
125
  "vite-plugin-externalize-deps": "^0.6.0",
122
- "vue-tsc": "^1.6.4",
126
+ "vue-tsc": "^1.6.5",
123
127
  "yargs": "^17.7.2"
124
128
  },
125
129
  "typesVersions": {