@volverjs/ui-vue 0.0.10-beta.33 → 0.0.10-beta.34
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/VvAvatar/VvAvatar.es.js +6 -1
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +7 -2
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.es.js +6 -1
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +6 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +22 -0
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +6 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvCard/VvCard.es.js +6 -1
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +22 -0
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +22 -0
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +22 -0
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +23 -23
- package/dist/components/VvCombobox/index.d.ts +7 -7
- package/dist/components/VvDialog/VvDialog.es.js +6 -1
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +23 -23
- package/dist/components/VvDropdown/index.d.ts +7 -7
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +5 -0
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +6 -1
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.es.js +22 -0
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +1 -1
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvNav/VvNav.es.js +5 -0
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +22 -0
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +22 -0
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvTab/VvTab.es.js +5 -0
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/index.es.js +23 -1
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +7 -7
- package/package.json +4 -4
- 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/VvAlert/index.ts +1 -1
- package/src/components/VvInputText/VvInputText.vue +1 -1
- package/src/stories/Avatar/AvatarModifiers.stories.ts +1 -2
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +0 -1
- package/src/stories/Button/Button.settings.ts +0 -1
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +0 -1
- package/src/stories/Checkbox/Checkbox.settings.ts +0 -1
- package/src/stories/InputText/InputText.settings.ts +1 -0
- package/src/stories/Textarea/Textarea.settings.ts +1 -0
- package/src/stories/Tooltip/Tooltip.settings.ts +0 -1
- package/src/stories/argTypes.ts +1 -0
package/dist/props/index.d.ts
CHANGED
|
@@ -284,7 +284,7 @@ export declare const DropdownProps: {
|
|
|
284
284
|
* @see https://floating-ui.com/docs/offset
|
|
285
285
|
*/
|
|
286
286
|
offset: {
|
|
287
|
-
type: PropType<string | import("@floating-ui/
|
|
287
|
+
type: PropType<string | import("@floating-ui/core").OffsetOptions | undefined>;
|
|
288
288
|
default: number;
|
|
289
289
|
};
|
|
290
290
|
/**
|
|
@@ -304,7 +304,7 @@ export declare const DropdownProps: {
|
|
|
304
304
|
options?: any;
|
|
305
305
|
} | undefined;
|
|
306
306
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
307
|
-
} | import("@floating-ui/
|
|
307
|
+
} | import("@floating-ui/core").Derivable<{
|
|
308
308
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
309
309
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
310
310
|
altBoundary?: boolean | undefined;
|
|
@@ -332,11 +332,11 @@ export declare const DropdownProps: {
|
|
|
332
332
|
crossAxis?: boolean | undefined;
|
|
333
333
|
mainAxis?: boolean | undefined;
|
|
334
334
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
335
|
-
fallbackStrategy?: "
|
|
335
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
336
336
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
337
337
|
flipAlignment?: boolean | undefined;
|
|
338
338
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
339
|
-
} | import("@floating-ui/
|
|
339
|
+
} | import("@floating-ui/core").Derivable<{
|
|
340
340
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
341
341
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
342
342
|
altBoundary?: boolean | undefined;
|
|
@@ -344,7 +344,7 @@ export declare const DropdownProps: {
|
|
|
344
344
|
crossAxis?: boolean | undefined;
|
|
345
345
|
mainAxis?: boolean | undefined;
|
|
346
346
|
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
347
|
-
fallbackStrategy?: "
|
|
347
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
348
348
|
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
349
349
|
flipAlignment?: boolean | undefined;
|
|
350
350
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
@@ -376,7 +376,7 @@ export declare const DropdownProps: {
|
|
|
376
376
|
availableWidth: number;
|
|
377
377
|
availableHeight: number;
|
|
378
378
|
}) => void | Promise<void>) | undefined;
|
|
379
|
-
} | import("@floating-ui/
|
|
379
|
+
} | import("@floating-ui/core").Derivable<{
|
|
380
380
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
381
381
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
382
382
|
altBoundary?: boolean | undefined;
|
|
@@ -416,7 +416,7 @@ export declare const DropdownProps: {
|
|
|
416
416
|
autoAlignment?: boolean | undefined;
|
|
417
417
|
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
418
418
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
419
|
-
} | import("@floating-ui/
|
|
419
|
+
} | import("@floating-ui/core").Derivable<{
|
|
420
420
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
421
421
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
422
422
|
altBoundary?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -19,8 +19,7 @@
|
|
|
19
19
|
"bugs": {
|
|
20
20
|
"url": "https://github.com/volverjs/ui-vue/issues"
|
|
21
21
|
},
|
|
22
|
-
"version": "0.0.10-beta.
|
|
23
|
-
"packageManager": "pnpm@9.1.4",
|
|
22
|
+
"version": "0.0.10-beta.34",
|
|
24
23
|
"type": "module",
|
|
25
24
|
"main": "./dist/Volver.umd.js",
|
|
26
25
|
"module": "./dist/Volver.es.js",
|
|
@@ -90,7 +89,7 @@
|
|
|
90
89
|
"@vue/tsconfig": "^0.5.1",
|
|
91
90
|
"change-case": "^5.4.4",
|
|
92
91
|
"chokidar": "^3.6.0",
|
|
93
|
-
"eslint": "^
|
|
92
|
+
"eslint": "^8.57.0",
|
|
94
93
|
"eslint-config-prettier": "^9.1.0",
|
|
95
94
|
"eslint-mdx": "^3.1.5",
|
|
96
95
|
"eslint-plugin-mdx": "^3.1.5",
|
|
@@ -470,7 +469,8 @@
|
|
|
470
469
|
"build": "npm run generate-icons && npm run generate-tsd && node ./scripts/build.js",
|
|
471
470
|
"hot": "node ./scripts/build.js --hot",
|
|
472
471
|
"type-check": "vue-tsc --noEmit",
|
|
473
|
-
"lint": "eslint . --ext .vue,.js,.ts,.mdx
|
|
472
|
+
"lint": "eslint . --ext .vue,.js,.ts,.mdx",
|
|
473
|
+
"lint:fix": "eslint . --ext .vue,.js,.ts,.mdx --fix",
|
|
474
474
|
"generate-icons": "node --loader ts-node/esm ./scripts/icons.ts --srcPath=src/assets/icons",
|
|
475
475
|
"generate-tsd": "vue-tsc --declaration --emitDeclarationOnly",
|
|
476
476
|
"test-local": "test-storybook --stories-json",
|