@volverjs/ui-vue 0.0.9 → 0.0.10-beta.1

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.
@@ -8,3 +8,4 @@ export declare const OptionLabelKey: Story;
8
8
  export declare const OptionValueKey: Story;
9
9
  export declare const GroupedOptions: Story;
10
10
  export declare const DotPathOptions: Story;
11
+ export declare const ObjectValue: Story;
@@ -3,7 +3,7 @@ import VvInputText from '@/components/VvInputText/VvInputText.vue';
3
3
  declare const meta: Meta<typeof VvInputText>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof VvInputText>;
6
- export declare const RegExp: Story;
6
+ export declare const Regex: Story;
7
7
  export declare const PhoneNumber: Story;
8
8
  export declare const Pattern: Story;
9
9
  export declare const IntlNumber: 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.9",
22
+ "version": "0.0.10-beta.1",
23
23
  "engines": {
24
24
  "node": ">= 16.x"
25
25
  },
@@ -120,7 +120,7 @@
120
120
  "ts-node": "^10.9.1",
121
121
  "typescript": "~5.2.2",
122
122
  "unplugin-auto-import": "^0.16.6",
123
- "unplugin-vue-components": "^0.25.1",
123
+ "unplugin-vue-components": "^0.25.2",
124
124
  "vite": "^4.4.9",
125
125
  "vite-plugin-eslint": "^1.8.1",
126
126
  "vite-plugin-externalize-deps": "^0.7.0",