@volverjs/ui-vue 0.0.9-beta.16 → 0.0.9-beta.18

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.
@@ -145,42 +145,64 @@ export declare const argTypes: {
145
145
  };
146
146
  };
147
147
  };
148
- mask: {
148
+ iMask: {
149
149
  description: string;
150
150
  control: {
151
151
  type: string;
152
152
  };
153
153
  };
154
- maskEager: {
154
+ masked: {
155
155
  description: string;
156
- table: {
157
- defaultValue: {
158
- summary: boolean;
159
- };
156
+ control: {
157
+ type: string;
160
158
  };
161
159
  };
162
- maskReversed: {
160
+ autoWidth: {
163
161
  description: string;
162
+ control: {
163
+ type: string;
164
+ };
164
165
  table: {
165
166
  defaultValue: {
166
167
  summary: boolean;
167
168
  };
169
+ type: {
170
+ summary: string;
171
+ };
168
172
  };
169
173
  };
170
- maskTokens: {
174
+ hideActions: {
171
175
  description: string;
176
+ control: {
177
+ type: string;
178
+ };
172
179
  table: {
173
180
  defaultValue: {
181
+ summary: boolean;
182
+ };
183
+ type: {
174
184
  summary: string;
175
185
  };
176
186
  };
177
187
  };
178
- maskTokensReplace: {
188
+ unit: {
189
+ description: string;
190
+ control: {
191
+ type: string;
192
+ };
193
+ };
194
+ selectOnFocus: {
179
195
  description: string;
196
+ control: {
197
+ type: string;
198
+ };
180
199
  table: {
181
200
  defaultValue: {
182
201
  summary: boolean;
183
202
  };
203
+ type: {
204
+ summary: string;
205
+ };
184
206
  };
185
207
  };
186
208
  before: {
@@ -11,5 +11,4 @@ export declare const Invalid: Story;
11
11
  export declare const Hint: Story;
12
12
  export declare const Loading: Story;
13
13
  export declare const Floating: Story;
14
- export declare const Mask: Story;
15
14
  export declare const Unit: Story;
@@ -0,0 +1,12 @@
1
+ import type { Meta, StoryObj } from '@storybook/vue3';
2
+ import VvInputText from '@/components/VvInputText/VvInputText.vue';
3
+ declare const meta: Meta<typeof VvInputText>;
4
+ export default meta;
5
+ type Story = StoryObj<typeof VvInputText>;
6
+ export declare const RegExp: Story;
7
+ export declare const PhoneNumber: Story;
8
+ export declare const Pattern: Story;
9
+ export declare const IntlNumber: Story;
10
+ export declare const DatePlaceholder: Story;
11
+ export declare const PhoneOrEmail: Story;
12
+ export declare const Currency: Story;
package/package.json CHANGED
@@ -19,11 +19,11 @@
19
19
  "bugs": {
20
20
  "url": "https://github.com/volverjs/ui-vue/issues"
21
21
  },
22
- "version": "0.0.9-beta.16",
22
+ "version": "0.0.9-beta.18",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },
26
- "packageManager": "pnpm@8.5.0",
26
+ "packageManager": "pnpm@8.6.12",
27
27
  "type": "module",
28
28
  "main": "./dist/Volver.umd.js",
29
29
  "module": "./dist/Volver.es.js",
@@ -39,51 +39,51 @@
39
39
  ],
40
40
  "dependencies": {
41
41
  "@floating-ui/vue": "^1.0.2",
42
- "@iconify/tools": "^3.0.2",
42
+ "@iconify/tools": "^3.0.4",
43
43
  "@iconify/vue": "^4.1.1",
44
- "@vueuse/core": "^10.2.1",
44
+ "@vueuse/core": "^10.3.0",
45
45
  "jsdom": "^22.1.0",
46
- "maska": "^2.1.9",
47
46
  "mitt": "^3.0.1",
48
47
  "nanoid": "^4.0.2",
49
48
  "ts-dot-prop": "^2.1.3",
50
- "vue": "^3.3.4"
49
+ "vue": "^3.3.4",
50
+ "vue-imask": "^7.1.3"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "@volverjs/style": "0.*"
54
54
  },
55
55
  "devDependencies": {
56
- "@babel/core": "^7.22.9",
57
- "@babel/preset-env": "^7.22.9",
56
+ "@babel/core": "^7.22.10",
57
+ "@babel/preset-env": "^7.22.10",
58
58
  "@babel/preset-typescript": "^7.22.5",
59
59
  "@iconify/types": "^2.0.0",
60
60
  "@iconify/utils": "^2.1.7",
61
61
  "@mdx-js/react": "^2.3.0",
62
- "@rushstack/eslint-patch": "^1.3.2",
63
- "@storybook/addon-a11y": "^7.1.1",
64
- "@storybook/addon-actions": "^7.1.1",
65
- "@storybook/addon-docs": "^7.1.1",
66
- "@storybook/addon-essentials": "^7.1.1",
67
- "@storybook/addon-interactions": "^7.1.1",
68
- "@storybook/addon-links": "^7.1.1",
69
- "@storybook/channel-postmessage": "^7.1.1",
70
- "@storybook/channel-websocket": "^7.1.1",
71
- "@storybook/cli": "^7.1.1",
72
- "@storybook/client-api": "^7.1.1",
73
- "@storybook/client-logger": "^7.1.1",
74
- "@storybook/core-common": "^7.1.1",
62
+ "@rushstack/eslint-patch": "^1.3.3",
63
+ "@storybook/addon-a11y": "^7.2.1",
64
+ "@storybook/addon-actions": "^7.2.1",
65
+ "@storybook/addon-docs": "^7.2.1",
66
+ "@storybook/addon-essentials": "^7.2.1",
67
+ "@storybook/addon-interactions": "^7.2.1",
68
+ "@storybook/addon-links": "^7.2.1",
69
+ "@storybook/channel-postmessage": "^7.2.1",
70
+ "@storybook/channel-websocket": "^7.2.1",
71
+ "@storybook/cli": "^7.2.1",
72
+ "@storybook/client-api": "^7.2.1",
73
+ "@storybook/client-logger": "^7.2.1",
74
+ "@storybook/core-common": "^7.2.1",
75
75
  "@storybook/jest": "^0.1.0",
76
- "@storybook/preview-api": "^7.1.1",
77
- "@storybook/preview-web": "^7.1.1",
78
- "@storybook/test-runner": "^0.11.0",
76
+ "@storybook/preview-api": "^7.2.1",
77
+ "@storybook/preview-web": "^7.2.1",
78
+ "@storybook/test-runner": "^0.13.0",
79
79
  "@storybook/testing-library": "^0.2.0",
80
- "@storybook/vue3": "^7.1.1",
81
- "@storybook/vue3-vite": "^7.1.1",
80
+ "@storybook/vue3": "^7.2.1",
81
+ "@storybook/vue3-vite": "^7.2.1",
82
82
  "@tsconfig/node18": "^18.2.0",
83
83
  "@types/jest-axe": "^3.5.5",
84
84
  "@types/jsdom": "^21.1.1",
85
- "@types/node": "^20.4.5",
86
- "@types/react": "^18.2.17",
85
+ "@types/node": "^20.4.9",
86
+ "@types/react": "^18.2.19",
87
87
  "@types/yargs": "^17.0.24",
88
88
  "@vitejs/plugin-vue": "^4.2.3",
89
89
  "@volverjs/style": "0.1.12-beta.4",
@@ -93,34 +93,35 @@
93
93
  "@vue/test-utils": "^2.4.1",
94
94
  "@vue/tsconfig": "^0.4.0",
95
95
  "change-case": "^4.1.2",
96
- "eslint": "^8.45.0",
97
- "eslint-config-prettier": "^8.9.0",
98
- "eslint-mdx": "^2.1.0",
99
- "eslint-plugin-mdx": "^2.1.0",
96
+ "eslint": "^8.46.0",
97
+ "eslint-config-prettier": "^9.0.0",
98
+ "eslint-mdx": "^2.2.0",
99
+ "eslint-plugin-mdx": "^2.2.0",
100
+ "eslint-plugin-prettier": "^5.0.0",
100
101
  "eslint-plugin-storybook": "^0.6.13",
101
- "eslint-plugin-vue": "^9.15.1",
102
+ "eslint-plugin-vue": "^9.17.0",
102
103
  "glob": "7.2.3",
103
104
  "jest-axe": "^8.0.0",
104
105
  "jest-diff": "^29.6.2",
105
106
  "jest-get-type": "^29.4.3",
106
107
  "jsdom": "^22.1.0",
107
108
  "npm-run-all": "^4.1.5",
108
- "prettier": "^3.0.0",
109
+ "prettier": "^3.0.1",
109
110
  "pretty-format": "^29.6.2",
110
111
  "react": "^18.2.0",
111
112
  "react-dom": "^18.2.0",
112
113
  "remark": "^14.0.3",
113
- "sass": "^1.64.1",
114
- "storybook": "^7.1.1",
114
+ "sass": "^1.64.2",
115
+ "storybook": "^7.2.1",
115
116
  "storybook-addon-markdown-docs": "^2.0.0",
116
- "storybook-dark-mode": "^3.0.0",
117
+ "storybook-dark-mode": "^3.0.1",
117
118
  "storybook-version": "^0.1.1",
118
119
  "terser": "^5.19.2",
119
120
  "ts-node": "^10.9.1",
120
121
  "typescript": "~5.1.6",
121
122
  "unplugin-auto-import": "^0.16.6",
122
123
  "unplugin-vue-components": "^0.25.1",
123
- "vite": "^4.4.7",
124
+ "vite": "^4.4.9",
124
125
  "vite-plugin-eslint": "^1.8.1",
125
126
  "vite-plugin-externalize-deps": "^0.7.0",
126
127
  "vue-tsc": "^1.8.8",