@volverjs/ui-vue 0.0.10-beta.35 → 0.0.10-beta.36
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/README.md +78 -77
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +5 -5
- package/dist/Volver.d.ts +10 -10
- package/dist/components/VvAccordion/VvAccordion.es.js +11 -11
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +17 -17
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAction/VvAction.es.js +6 -6
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +23 -21
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/index.d.ts +2 -2
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +351 -349
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +3 -3
- package/dist/components/VvAlertGroup/index.d.ts +1 -1
- package/dist/components/VvAvatar/VvAvatar.es.js +4 -1
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +11 -3
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +10 -10
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvButton/VvButton.es.js +31 -25
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +208 -202
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +3 -3
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +21 -15
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +2 -2
- package/dist/components/VvCombobox/VvCombobox.es.js +454 -446
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +5 -5
- package/dist/components/VvCombobox/index.d.ts +5 -10
- package/dist/components/VvDialog/VvDialog.es.js +11 -11
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +29 -25
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +12 -8
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +11 -14
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +1 -1
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.es.js +61 -55
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +2 -2
- package/dist/components/VvInputFile/index.d.ts +6 -6
- package/dist/components/VvInputText/VvInputText.es.js +287 -286
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +2 -2
- package/dist/components/VvInputText/index.d.ts +7 -2
- package/dist/components/VvNav/VvNav.es.js +23 -20
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNavItem/VvNavItem.es.js +6 -6
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +208 -202
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +2 -2
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +21 -15
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +2 -2
- package/dist/components/VvSelect/VvSelect.es.js +22 -20
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +2 -2
- package/dist/components/VvTab/VvTab.es.js +29 -23
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +29 -27
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +2 -2
- package/dist/components/VvTooltip/VvTooltip.es.js +4 -1
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/common/HintSlot.d.ts +3 -4
- package/dist/components/index.es.js +893 -876
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +2 -2
- package/dist/composables/index.es.js +10 -10
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/useBlurhash.d.ts +1 -1
- package/dist/composables/usePersistence.d.ts +2 -1
- package/dist/composables/useUniqueId.d.ts +1 -1
- package/dist/directives/index.es.js +5 -2
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-contextmenu.es.js +1 -1
- package/dist/directives/v-contextmenu.umd.js +1 -1
- package/dist/directives/v-tooltip.es.js +4 -1
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/index.es.js +2 -2
- package/dist/stories/Alert/AlertModifiers.stories.d.ts +1 -1
- package/dist/stories/Alert/AlertSlots.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Badge/Badge.test.d.ts +1 -1
- package/dist/stories/Combobox/Combobox.settings.d.ts +1 -1
- package/dist/test/options.d.ts +1 -1
- package/dist/test/sleep.d.ts +1 -1
- package/dist/types/alert.d.ts +1 -1
- package/dist/utils/ObjectUtilities.d.ts +7 -7
- package/package.json +232 -239
- package/src/Volver.ts +243 -243
- 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/VvAccordion/VvAccordion.vue +155 -155
- package/src/components/VvAccordion/index.ts +62 -62
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +220 -219
- package/src/components/VvAccordionGroup/index.ts +41 -41
- package/src/components/VvAction/VvAction.vue +144 -142
- package/src/components/VvAlert/VvAlert.vue +72 -70
- package/src/components/VvAlert/index.ts +147 -150
- package/src/components/VvAlertGroup/VvAlertGroup.vue +56 -55
- package/src/components/VvAlertGroup/index.ts +99 -103
- package/src/components/VvAvatar/VvAvatar.vue +20 -14
- package/src/components/VvAvatar/index.ts +5 -5
- package/src/components/VvAvatarGroup/VvAvatarGroup.vue +58 -53
- package/src/components/VvAvatarGroup/index.ts +21 -21
- package/src/components/VvBadge/VvBadge.vue +15 -14
- package/src/components/VvBadge/index.ts +2 -2
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +49 -48
- package/src/components/VvBreadcrumb/index.ts +2 -2
- package/src/components/VvButton/VvButton.vue +163 -162
- package/src/components/VvButton/index.ts +102 -102
- package/src/components/VvButtonGroup/VvButtonGroup.vue +72 -72
- package/src/components/VvButtonGroup/index.ts +22 -22
- package/src/components/VvCard/VvCard.vue +30 -30
- package/src/components/VvCard/index.ts +2 -2
- package/src/components/VvCheckbox/VvCheckbox.vue +185 -180
- package/src/components/VvCheckbox/index.ts +44 -44
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +88 -86
- package/src/components/VvCombobox/VvCombobox.vue +633 -623
- package/src/components/VvCombobox/index.ts +166 -166
- package/src/components/VvDialog/VvDialog.vue +131 -129
- package/src/components/VvDialog/index.ts +35 -35
- package/src/components/VvDropdown/VvDropdown.vue +464 -452
- package/src/components/VvDropdown/VvDropdownAction.vue +37 -39
- package/src/components/VvDropdown/VvDropdownItem.vue +29 -28
- package/src/components/VvDropdown/VvDropdownOptgroup.vue +13 -12
- package/src/components/VvDropdown/VvDropdownOption.vue +47 -47
- package/src/components/VvDropdown/index.ts +53 -53
- package/src/components/VvIcon/README.md +1 -1
- package/src/components/VvIcon/VvIcon.vue +133 -133
- package/src/components/VvIcon/index.ts +77 -77
- package/src/components/VvInputFile/VvInputFile.vue +367 -363
- package/src/components/VvInputFile/index.ts +125 -125
- package/src/components/VvInputText/VvInputClearAction.ts +50 -50
- package/src/components/VvInputText/VvInputPasswordAction.ts +65 -65
- package/src/components/VvInputText/VvInputStepAction.ts +43 -43
- package/src/components/VvInputText/VvInputText.vue +636 -637
- package/src/components/VvInputText/VvInputTextActions.ts +86 -86
- package/src/components/VvInputText/index.ts +198 -198
- package/src/components/VvNav/VvNav.vue +40 -33
- package/src/components/VvNav/VvNavItem.vue +12 -12
- package/src/components/VvNav/VvNavSeparator.vue +6 -6
- package/src/components/VvNav/index.ts +2 -2
- package/src/components/VvProgress/VvProgress.vue +27 -26
- package/src/components/VvProgress/index.ts +28 -28
- package/src/components/VvRadio/VvRadio.vue +115 -112
- package/src/components/VvRadio/index.ts +27 -27
- package/src/components/VvRadioGroup/VvRadioGroup.vue +91 -89
- package/src/components/VvSelect/VvSelect.vue +241 -238
- package/src/components/VvSelect/index.ts +62 -62
- package/src/components/VvTab/VvTab.vue +79 -73
- package/src/components/VvTab/index.ts +12 -12
- package/src/components/VvTextarea/VvTextarea.vue +218 -216
- package/src/components/VvTextarea/index.ts +35 -35
- package/src/components/VvTooltip/VvTooltip.vue +22 -16
- package/src/components/VvTooltip/index.ts +12 -12
- package/src/components/common/HintSlot.ts +149 -150
- package/src/composables/alert/useAlert.ts +74 -74
- package/src/composables/alert/useInjectAlert.ts +1 -1
- package/src/composables/alert/useProvideAlert.ts +10 -10
- package/src/composables/dropdown/useInjectDropdown.ts +6 -6
- package/src/composables/dropdown/useProvideDropdown.ts +62 -62
- package/src/composables/group/useInjectedGroupState.ts +41 -41
- package/src/composables/group/useProvideGroupState.ts +1 -2
- package/src/composables/useBlurhash.ts +52 -60
- package/src/composables/useComponentFocus.ts +9 -9
- package/src/composables/useComponentIcon.ts +35 -35
- package/src/composables/useDebouncedInput.ts +25 -25
- package/src/composables/useDefaults.ts +77 -76
- package/src/composables/useModifiers.ts +29 -29
- package/src/composables/useOptions.ts +45 -43
- package/src/composables/usePersistence.ts +70 -72
- package/src/composables/useTextCount.ts +44 -44
- package/src/composables/useUniqueId.ts +3 -2
- package/src/composables/useVolver.ts +1 -1
- package/src/constants.ts +70 -70
- package/src/directives/v-contextmenu.ts +34 -34
- package/src/directives/v-tooltip.ts +17 -17
- package/src/index.ts +3 -3
- package/src/props/index.ts +453 -453
- package/src/resolvers/unplugin.ts +138 -138
- package/src/shims.d.ts +4 -5
- package/src/stories/Accordion/Accordion.settings.ts +49 -49
- package/src/stories/Accordion/Accordion.stories.ts +21 -21
- package/src/stories/Accordion/Accordion.test.ts +56 -54
- package/src/stories/Accordion/AccordionSlots.stories.ts +13 -13
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +69 -67
- package/src/stories/AccordionGroup/AccordionGroup.stories.ts +37 -37
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +49 -47
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +34 -34
- package/src/stories/Alert/Alert.settings.ts +115 -115
- package/src/stories/Alert/Alert.stories.ts +30 -30
- package/src/stories/Alert/Alert.test.ts +78 -78
- package/src/stories/Alert/AlertModifiers.stories.ts +45 -45
- package/src/stories/Alert/AlertSlots.stories.ts +35 -35
- package/src/stories/AlertGroup/AlertGroup.settings.ts +104 -104
- package/src/stories/AlertGroup/AlertGroup.stories.ts +25 -25
- package/src/stories/AlertGroup/AlertGroup.test.ts +67 -67
- package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +68 -68
- package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +23 -23
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +57 -57
- package/src/stories/Avatar/Avatar.settings.ts +29 -29
- package/src/stories/Avatar/Avatar.stories.ts +23 -23
- package/src/stories/Avatar/Avatar.test.ts +22 -22
- package/src/stories/Avatar/AvatarBadge.stories.ts +15 -15
- package/src/stories/Avatar/AvatarModifiers.stories.ts +61 -61
- package/src/stories/Avatar/AvatarSlots.stories.ts +18 -18
- package/src/stories/AvatarGroup/AvatarGroup.settings.ts +53 -53
- package/src/stories/AvatarGroup/AvatarGroup.stories.ts +17 -17
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +24 -24
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +15 -15
- package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +17 -17
- package/src/stories/Badge/Badge.settings.ts +20 -20
- package/src/stories/Badge/Badge.stories.ts +23 -23
- package/src/stories/Badge/Badge.test.ts +8 -8
- package/src/stories/Badge/BadgeSlots.stories.ts +10 -10
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +77 -76
- package/src/stories/Breadcrumb/Breadcrumb.settings.ts +34 -34
- package/src/stories/Breadcrumb/Breadcrumb.stories.ts +22 -22
- package/src/stories/Breadcrumb/Breadcrumb.test.ts +44 -43
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +17 -17
- package/src/stories/Button/Button.settings.ts +144 -144
- package/src/stories/Button/Button.stories.ts +18 -18
- package/src/stories/Button/Button.test.ts +41 -40
- package/src/stories/Button/ButtonIcon.stories.ts +42 -42
- package/src/stories/Button/ButtonLink.stories.ts +24 -24
- package/src/stories/Button/ButtonLoading.stories.ts +22 -22
- package/src/stories/Button/ButtonModifiers.stories.ts +91 -91
- package/src/stories/Button/ButtonSlots.stories.ts +47 -47
- package/src/stories/Button/ButtonState.stories.ts +23 -23
- package/src/stories/Button/ButtonToggle.stories.ts +30 -30
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +32 -32
- package/src/stories/ButtonGroup/ButtonGroup.stories.ts +19 -19
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +23 -22
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +20 -20
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +18 -18
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +22 -22
- package/src/stories/Card/Card.settings.ts +48 -48
- package/src/stories/Card/Card.stories.ts +22 -22
- package/src/stories/Card/Card.test.ts +14 -14
- package/src/stories/Card/CardSlots.stories.ts +42 -42
- package/src/stories/Checkbox/Checkbox.settings.ts +35 -35
- package/src/stories/Checkbox/Checkbox.stories.ts +57 -57
- package/src/stories/Checkbox/Checkbox.test.ts +63 -62
- package/src/stories/Checkbox/CheckboxBinary.stories.ts +17 -17
- package/src/stories/Checkbox/CheckboxSlots.stories.ts +15 -15
- package/src/stories/CheckboxGroup/CheckboxGroup.settings.ts +9 -9
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +50 -50
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +63 -63
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +34 -34
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +23 -23
- package/src/stories/Combobox/Combobox.settings.ts +390 -390
- package/src/stories/Combobox/Combobox.stories.ts +107 -107
- package/src/stories/Combobox/Combobox.test.ts +89 -87
- package/src/stories/Combobox/ComboboxIconPosition.stories.ts +24 -24
- package/src/stories/Combobox/ComboboxMultiple.stories.ts +22 -22
- package/src/stories/Combobox/ComboboxOptions.stories.ts +84 -84
- package/src/stories/Combobox/ComboboxSlots.stories.ts +55 -55
- package/src/stories/Dialog/Dialog.settings.ts +39 -39
- package/src/stories/Dialog/Dialog.stories.ts +28 -28
- package/src/stories/Dialog/Dialog.test.ts +49 -49
- package/src/stories/Dialog/DialogSlots.stories.ts +20 -20
- package/src/stories/Dropdown/Dropdown.settings.ts +62 -62
- package/src/stories/Dropdown/Dropdown.stories.ts +59 -59
- package/src/stories/Dropdown/Dropdown.test.ts +9 -9
- package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +16 -16
- package/src/stories/Dropdown/DropdownMultilevel.stories.ts +18 -18
- package/src/stories/Dropdown/DropdownSlots.stories.ts +49 -49
- package/src/stories/Icon/Icon.settings.ts +64 -64
- package/src/stories/Icon/Icon.stories.ts +28 -28
- package/src/stories/Icon/IconsCollection.stories.ts +22 -22
- package/src/stories/InputFile/InputFile.settings.ts +29 -29
- package/src/stories/InputFile/InputFile.stories.ts +54 -54
- package/src/stories/InputFile/InputFileDropArea.stories.ts +34 -34
- package/src/stories/InputFile/InputFileIconPosition.stories.ts +24 -24
- package/src/stories/InputFile/InputFileSlots.stories.ts +17 -17
- package/src/stories/InputText/InputText.settings.ts +245 -246
- package/src/stories/InputText/InputText.stories.ts +67 -67
- package/src/stories/InputText/InputText.test.ts +118 -117
- package/src/stories/InputText/InputTextIconPosition.stories.ts +24 -24
- package/src/stories/InputText/InputTextLength.stories.ts +33 -33
- package/src/stories/InputText/InputTextMask.stories.ts +91 -91
- package/src/stories/InputText/InputTextMinMax.stories.ts +29 -29
- package/src/stories/InputText/InputTextSlots.stories.ts +20 -20
- package/src/stories/InputText/InputTextType.stories.ts +70 -70
- package/src/stories/Nav/Nav.settings.ts +25 -25
- package/src/stories/Nav/Nav.stories.ts +17 -17
- package/src/stories/Nav/Nav.test.ts +10 -10
- package/src/stories/Nav/NavModifiers.stories.ts +25 -25
- package/src/stories/Progress/Progress.settings.ts +23 -23
- package/src/stories/Progress/Progress.stories.ts +23 -23
- package/src/stories/Progress/Progress.test.ts +4 -4
- package/src/stories/Radio/Radio.settings.ts +9 -9
- package/src/stories/Radio/Radio.stories.ts +47 -47
- package/src/stories/Radio/Radio.test.ts +54 -53
- package/src/stories/Radio/RadioSlots.stories.ts +15 -15
- package/src/stories/RadioGroup/RadioGroup.settings.ts +9 -9
- package/src/stories/RadioGroup/RadioGroup.stories.ts +50 -50
- package/src/stories/RadioGroup/RadioGroup.test.ts +63 -63
- package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +34 -34
- package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +23 -23
- package/src/stories/Select/Select.settings.ts +70 -70
- package/src/stories/Select/Select.stories.ts +66 -66
- package/src/stories/Select/Select.test.ts +65 -64
- package/src/stories/Select/SelectIconPosition.stories.ts +24 -24
- package/src/stories/Select/SelectOptions.stories.ts +54 -54
- package/src/stories/Select/SelectSlots.stories.ts +20 -20
- package/src/stories/Tab/Tab.settings.ts +32 -32
- package/src/stories/Tab/Tab.stories.ts +17 -17
- package/src/stories/Tab/Tab.test.ts +17 -17
- package/src/stories/Textarea/Textarea.settings.ts +78 -79
- package/src/stories/Textarea/Textarea.stories.ts +63 -63
- package/src/stories/Textarea/Textarea.test.ts +70 -69
- package/src/stories/Textarea/TextareaLength.stories.ts +33 -33
- package/src/stories/Textarea/TextareaSlots.stories.ts +20 -20
- package/src/stories/Textarea/TextareatIconPosition.stories.ts +24 -24
- package/src/stories/Tooltip/Tooltip.settings.ts +16 -16
- package/src/stories/Tooltip/Tooltip.stories.ts +18 -18
- package/src/stories/Tooltip/Tooltip.test.ts +53 -52
- package/src/stories/Tooltip/TooltipDirective.stories.ts +37 -37
- package/src/stories/argTypes.ts +484 -485
- package/src/test/expect.ts +71 -74
- package/src/test/options.ts +17 -16
- package/src/test/sleep.ts +3 -2
- package/src/test/types.d.ts +11 -11
- package/src/types/alert.ts +18 -18
- package/src/types/blurhash.ts +18 -18
- package/src/types/generic.ts +1 -2
- package/src/types/group.ts +21 -21
- package/src/types/input-file.ts +17 -17
- package/src/types/nav.ts +13 -13
- package/src/utils/ObjectUtilities.ts +192 -177
package/dist/index.es.js
CHANGED
|
@@ -178,8 +178,8 @@ class Volver {
|
|
|
178
178
|
const VolverPlugin = {
|
|
179
179
|
/**
|
|
180
180
|
* Vue.use() hook
|
|
181
|
-
* @param {App}
|
|
182
|
-
* @param {
|
|
181
|
+
* @param {App} app
|
|
182
|
+
* @param {object} options
|
|
183
183
|
*/
|
|
184
184
|
install(app, options = {}) {
|
|
185
185
|
const volver = new Volver(options);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/vue3';
|
|
2
|
-
import VvAlert from '@/components/VvAlert/VvAlert.vue';
|
|
3
2
|
import { type Story } from './Alert.stories';
|
|
3
|
+
import VvAlert from '@/components/VvAlert/VvAlert.vue';
|
|
4
4
|
declare const meta: Meta<typeof VvAlert>;
|
|
5
5
|
export default meta;
|
|
6
6
|
export declare const Notification: Story;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/vue3';
|
|
2
|
-
import VvAlert from '@/components/VvAlert/VvAlert.vue';
|
|
3
2
|
import { type Story } from './Alert.stories';
|
|
3
|
+
import VvAlert from '@/components/VvAlert/VvAlert.vue';
|
|
4
4
|
declare const meta: Meta<typeof VvAlert>;
|
|
5
5
|
export default meta;
|
|
6
6
|
export declare const Default: Story;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/vue3';
|
|
2
|
-
import VvAlertGroup from '@/components/VvAlertGroup/VvAlertGroup.vue';
|
|
3
2
|
import { type Story } from './AlertGroup.stories';
|
|
3
|
+
import VvAlertGroup from '@/components/VvAlertGroup/VvAlertGroup.vue';
|
|
4
4
|
declare const meta: Meta<typeof VvAlertGroup>;
|
|
5
5
|
export default meta;
|
|
6
6
|
export declare const TopStart: Story;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/vue3';
|
|
2
|
-
import VvAlertGroup from '@/components/VvAlertGroup/VvAlertGroup.vue';
|
|
3
2
|
import { type Story } from './AlertGroup.stories';
|
|
3
|
+
import VvAlertGroup from '@/components/VvAlertGroup/VvAlertGroup.vue';
|
|
4
4
|
declare const meta: Meta<typeof VvAlertGroup>;
|
|
5
5
|
export default meta;
|
|
6
6
|
export declare const Default: Story;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Meta } from '@storybook/vue3';
|
|
2
|
-
import VvAlertGroup from '@/components/VvAlertGroup/VvAlertGroup.vue';
|
|
3
2
|
import { type Story } from './AlertGroup.stories';
|
|
3
|
+
import VvAlertGroup from '@/components/VvAlertGroup/VvAlertGroup.vue';
|
|
4
4
|
declare const meta: Meta<typeof VvAlertGroup>;
|
|
5
5
|
export default meta;
|
|
6
6
|
export declare const Default: Story;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import type { PlayAttributes } from '@/test/types';
|
|
2
|
-
export declare
|
|
2
|
+
export declare function defaultTest({ canvasElement, args }: PlayAttributes): Promise<void>;
|
package/dist/test/options.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare function getOptionValue(args: any, index: number): any;
|
package/dist/test/sleep.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare
|
|
1
|
+
export declare function sleep(ms?: number): Promise<unknown>;
|
package/dist/types/alert.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { VvIconProps } from '@/components/VvIcon';
|
|
2
|
-
import { AlertRole } from '@/constants';
|
|
2
|
+
import type { AlertRole } from '@/constants';
|
|
3
3
|
export type AlertModifier = 'success' | 'info' | 'warning' | 'danger' | 'brand' | 'accent' | string;
|
|
4
4
|
export type Alert = {
|
|
5
5
|
id: string | number;
|
|
@@ -18,7 +18,7 @@ export declare function deepEquals(a: any, b: any): boolean;
|
|
|
18
18
|
* Find and return field or nested field from object (also nested dotted field)
|
|
19
19
|
* @param {object} data object that contains the field
|
|
20
20
|
* @param {string} field ex: "prop1" or "prop1.prop12"
|
|
21
|
-
* @returns {boolean}
|
|
21
|
+
* @returns {boolean} the field value
|
|
22
22
|
*/
|
|
23
23
|
export declare function resolveFieldData(data: Record<string, unknown>, field: string): unknown;
|
|
24
24
|
/**
|
|
@@ -42,14 +42,14 @@ export declare function findIndexInList<Type = unknown>(value: Type, list: Type[
|
|
|
42
42
|
export declare function contains<Type = unknown>(value: Type, list: Type[]): boolean;
|
|
43
43
|
/**
|
|
44
44
|
* @param {boolean | string | null | undefined | number | Array<unknown> | object} value element to checj
|
|
45
|
-
* @returns {boolean}
|
|
45
|
+
* @returns {boolean} true if value is empty
|
|
46
46
|
*/
|
|
47
47
|
export declare function isEmpty(value: boolean | string | null | undefined | number | unknown[] | object | Ref): boolean;
|
|
48
48
|
/**
|
|
49
49
|
* Return the object entries that match the predicate passed
|
|
50
|
-
* @param {
|
|
50
|
+
* @param {object} value
|
|
51
51
|
* @param {Function} predicate
|
|
52
|
-
* @returns {
|
|
52
|
+
* @returns {object} the object entries
|
|
53
53
|
*/
|
|
54
54
|
export declare function pickBy(value: Record<string, unknown>, predicate: (k: string) => boolean): {
|
|
55
55
|
[k: string]: unknown;
|
|
@@ -58,18 +58,18 @@ export declare function pickBy(value: Record<string, unknown>, predicate: (k: st
|
|
|
58
58
|
* Remove a value from an Array
|
|
59
59
|
* @param {any} value the element to remove
|
|
60
60
|
* @param {Array<any>} list
|
|
61
|
-
* @returns {Array<any>}
|
|
61
|
+
* @returns {Array<any>} the list without the value
|
|
62
62
|
*/
|
|
63
63
|
export declare function removeFromList<Type = unknown>(value: Type, list: Type[]): Type[];
|
|
64
64
|
/**
|
|
65
65
|
* @param {any} value
|
|
66
|
-
* @returns {boolean}
|
|
66
|
+
* @returns {boolean} true if value is a string
|
|
67
67
|
*/
|
|
68
68
|
export declare function isString(value: unknown): boolean;
|
|
69
69
|
/**
|
|
70
70
|
* Convert props definition to object with "prop" as key and default as value
|
|
71
71
|
* @param {ComponentObjectPropsOptions} props vue component props
|
|
72
|
-
* @returns {
|
|
72
|
+
* @returns {object}
|
|
73
73
|
*/
|
|
74
74
|
export declare function propsToObject(props: any): Record<string, unknown>;
|
|
75
75
|
/**
|
package/package.json
CHANGED
|
@@ -1,16 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volverjs/ui-vue",
|
|
3
|
+
"type": "module",
|
|
4
|
+
"version": "0.0.10-beta.36",
|
|
3
5
|
"description": "@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.",
|
|
4
6
|
"author": "8 Wave S.r.l.",
|
|
5
7
|
"license": "MIT",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"vue",
|
|
8
|
-
"design-system",
|
|
9
|
-
"volver",
|
|
10
|
-
"volverjs",
|
|
11
|
-
"components library",
|
|
12
|
-
"ui"
|
|
13
|
-
],
|
|
14
8
|
"homepage": "https://volverjs.github.io/ui-vue",
|
|
15
9
|
"repository": {
|
|
16
10
|
"type": "git",
|
|
@@ -19,236 +13,14 @@
|
|
|
19
13
|
"bugs": {
|
|
20
14
|
"url": "https://github.com/volverjs/ui-vue/issues"
|
|
21
15
|
},
|
|
22
|
-
"
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
"
|
|
29
|
-
},
|
|
30
|
-
"files": [
|
|
31
|
-
"bin",
|
|
32
|
-
"dist",
|
|
33
|
-
"src",
|
|
34
|
-
"*.d.ts"
|
|
16
|
+
"keywords": [
|
|
17
|
+
"vue",
|
|
18
|
+
"design-system",
|
|
19
|
+
"volver",
|
|
20
|
+
"volverjs",
|
|
21
|
+
"components library",
|
|
22
|
+
"ui"
|
|
35
23
|
],
|
|
36
|
-
"dependencies": {
|
|
37
|
-
"@floating-ui/vue": "^1.0.6",
|
|
38
|
-
"@iconify/tools": "^4.0.4",
|
|
39
|
-
"@iconify/vue": "^4.1.2",
|
|
40
|
-
"@storybook/test": "^8.1.5",
|
|
41
|
-
"@vueuse/core": "^10.10.0",
|
|
42
|
-
"blurhash": "^2.0.5",
|
|
43
|
-
"comlink": "^4.4.1",
|
|
44
|
-
"jsdom": "^24.1.0",
|
|
45
|
-
"mitt": "^3.0.1",
|
|
46
|
-
"pica": "^9.0.1",
|
|
47
|
-
"ts-dot-prop": "^2.1.4",
|
|
48
|
-
"uid": "^2.0.2",
|
|
49
|
-
"vue": "^3.4.27",
|
|
50
|
-
"vue-imask": "^7.6.1",
|
|
51
|
-
"vuedraggable": "^4.1.0"
|
|
52
|
-
},
|
|
53
|
-
"peerDependencies": {
|
|
54
|
-
"@volverjs/style": "0.*"
|
|
55
|
-
},
|
|
56
|
-
"devDependencies": {
|
|
57
|
-
"@babel/core": "^7.24.6",
|
|
58
|
-
"@babel/preset-env": "^7.24.6",
|
|
59
|
-
"@babel/preset-typescript": "^7.24.6",
|
|
60
|
-
"@iconify/types": "^2.0.0",
|
|
61
|
-
"@iconify/utils": "^2.1.24",
|
|
62
|
-
"@nabla/vite-plugin-eslint": "^2.0.4",
|
|
63
|
-
"@rushstack/eslint-patch": "^1.10.3",
|
|
64
|
-
"@storybook/addon-a11y": "^8.1.5",
|
|
65
|
-
"@storybook/addon-actions": "^8.1.5",
|
|
66
|
-
"@storybook/addon-docs": "^8.1.5",
|
|
67
|
-
"@storybook/addon-essentials": "^8.1.5",
|
|
68
|
-
"@storybook/addon-interactions": "^8.1.5",
|
|
69
|
-
"@storybook/addon-links": "^8.1.5",
|
|
70
|
-
"@storybook/cli": "^8.1.5",
|
|
71
|
-
"@storybook/client-logger": "^8.1.5",
|
|
72
|
-
"@storybook/core-common": "^8.1.5",
|
|
73
|
-
"@storybook/preview-api": "^8.1.5",
|
|
74
|
-
"@storybook/test-runner": "^0.18.2",
|
|
75
|
-
"@storybook/vue3": "^8.1.5",
|
|
76
|
-
"@storybook/vue3-vite": "^8.1.5",
|
|
77
|
-
"@tsconfig/node18": "^18.2.4",
|
|
78
|
-
"@types/jest-axe": "^3.5.9",
|
|
79
|
-
"@types/jsdom": "^21.1.7",
|
|
80
|
-
"@types/node": "^20.14.1",
|
|
81
|
-
"@types/pica": "^9.0.4",
|
|
82
|
-
"@types/yargs": "^17.0.32",
|
|
83
|
-
"@vitejs/plugin-vue": "^5.0.5",
|
|
84
|
-
"@volverjs/style": "0.1.12-beta.15",
|
|
85
|
-
"@vue/compiler-sfc": "^3.4.27",
|
|
86
|
-
"@vue/eslint-config-prettier": "^9.0.0",
|
|
87
|
-
"@vue/eslint-config-typescript": "^13.0.0",
|
|
88
|
-
"@vue/test-utils": "^2.4.6",
|
|
89
|
-
"@vue/tsconfig": "^0.5.1",
|
|
90
|
-
"change-case": "^5.4.4",
|
|
91
|
-
"chokidar": "^3.6.0",
|
|
92
|
-
"eslint": "^8.57.0",
|
|
93
|
-
"eslint-config-prettier": "^9.1.0",
|
|
94
|
-
"eslint-mdx": "^3.1.5",
|
|
95
|
-
"eslint-plugin-mdx": "^3.1.5",
|
|
96
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
97
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
98
|
-
"eslint-plugin-vue": "^9.26.0",
|
|
99
|
-
"glob": "7.2.3",
|
|
100
|
-
"jest-axe": "^8.0.0",
|
|
101
|
-
"jest-diff": "^29.7.0",
|
|
102
|
-
"jest-get-type": "^29.6.3",
|
|
103
|
-
"jsdom": "^24.1.0",
|
|
104
|
-
"npm-run-all": "^4.1.5",
|
|
105
|
-
"prettier": "^3.3.0",
|
|
106
|
-
"pretty-format": "^29.7.0",
|
|
107
|
-
"remark": "^15.0.1",
|
|
108
|
-
"sass": "^1.77.4",
|
|
109
|
-
"storybook": "^8.1.5",
|
|
110
|
-
"storybook-addon-markdown-docs": "^2.0.0",
|
|
111
|
-
"storybook-dark-mode": "^4.0.1",
|
|
112
|
-
"terser": "^5.31.0",
|
|
113
|
-
"ts-node": "^10.9.2",
|
|
114
|
-
"typescript": "~5.4.5",
|
|
115
|
-
"unplugin-auto-import": "^0.17.6",
|
|
116
|
-
"unplugin-vue-components": "^0.27.0",
|
|
117
|
-
"vite": "^5.2.12",
|
|
118
|
-
"vite-plugin-externalize-deps": "^0.8.0",
|
|
119
|
-
"vue-tsc": "^2.0.19",
|
|
120
|
-
"yargs": "^17.7.2"
|
|
121
|
-
},
|
|
122
|
-
"typesVersions": {
|
|
123
|
-
"*": {
|
|
124
|
-
"*": [
|
|
125
|
-
"dist/index.d.ts"
|
|
126
|
-
],
|
|
127
|
-
"resolvers/unplugin": [
|
|
128
|
-
"dist/resolvers/unplugin.d.ts"
|
|
129
|
-
],
|
|
130
|
-
"icons": [
|
|
131
|
-
"dist/icons.d.ts"
|
|
132
|
-
],
|
|
133
|
-
"directives": [
|
|
134
|
-
"dist/directives/index.d.ts"
|
|
135
|
-
],
|
|
136
|
-
"v-contextmenu": [
|
|
137
|
-
"dist/directives/v-contextmenu.d.ts"
|
|
138
|
-
],
|
|
139
|
-
"v-tooltip": [
|
|
140
|
-
"dist/directives/v-tooltip.d.ts"
|
|
141
|
-
],
|
|
142
|
-
"composables": [
|
|
143
|
-
"dist/composables/index.d.ts"
|
|
144
|
-
],
|
|
145
|
-
"components": [
|
|
146
|
-
"dist/components/index.d.ts"
|
|
147
|
-
],
|
|
148
|
-
"vv-accordion": [
|
|
149
|
-
"dist/components/VvAccordion/VvAccordion.vue.d.ts"
|
|
150
|
-
],
|
|
151
|
-
"vv-accordion-group": [
|
|
152
|
-
"dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts"
|
|
153
|
-
],
|
|
154
|
-
"vv-action": [
|
|
155
|
-
"dist/components/VvAction/VvAction.vue.d.ts"
|
|
156
|
-
],
|
|
157
|
-
"vv-alert": [
|
|
158
|
-
"dist/components/VvAlert/VvAlert.vue.d.ts"
|
|
159
|
-
],
|
|
160
|
-
"vv-alert-group": [
|
|
161
|
-
"dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts"
|
|
162
|
-
],
|
|
163
|
-
"vv-avatar": [
|
|
164
|
-
"dist/components/VvAvatar/VvAvatar.vue.d.ts"
|
|
165
|
-
],
|
|
166
|
-
"vv-avatar-group": [
|
|
167
|
-
"dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts"
|
|
168
|
-
],
|
|
169
|
-
"vv-badge": [
|
|
170
|
-
"dist/components/VvBadge/VvBadge.vue.d.ts"
|
|
171
|
-
],
|
|
172
|
-
"vv-breadcrumb": [
|
|
173
|
-
"dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts"
|
|
174
|
-
],
|
|
175
|
-
"vv-button": [
|
|
176
|
-
"dist/components/VvButton/VvButton.vue.d.ts"
|
|
177
|
-
],
|
|
178
|
-
"vv-button-group": [
|
|
179
|
-
"dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts"
|
|
180
|
-
],
|
|
181
|
-
"vv-card": [
|
|
182
|
-
"dist/components/VvCard/VvCard.vue.d.ts"
|
|
183
|
-
],
|
|
184
|
-
"vv-checkbox": [
|
|
185
|
-
"dist/components/VvCheckbox/VvCheckbox.vue.d.ts"
|
|
186
|
-
],
|
|
187
|
-
"vv-checkbox-group": [
|
|
188
|
-
"dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts"
|
|
189
|
-
],
|
|
190
|
-
"vv-combobox": [
|
|
191
|
-
"dist/components/VvCombobox/VvCombobox.vue.d.ts"
|
|
192
|
-
],
|
|
193
|
-
"vv-dialog": [
|
|
194
|
-
"dist/components/VvDialog/VvDialog.vue.d.ts"
|
|
195
|
-
],
|
|
196
|
-
"vv-dropdown": [
|
|
197
|
-
"dist/components/VvDropdown/VvDropdown.vue.d.ts"
|
|
198
|
-
],
|
|
199
|
-
"vv-dropdown-action": [
|
|
200
|
-
"dist/components/VvDropdownAction/VvDropdownAction.vue.d.ts"
|
|
201
|
-
],
|
|
202
|
-
"vv-dropdown-item": [
|
|
203
|
-
"dist/components/VvDropdownItem/VvDropdownItem.vue.d.ts"
|
|
204
|
-
],
|
|
205
|
-
"vv-dropdown-optgroup": [
|
|
206
|
-
"dist/components/VvDropdownOptgroup/VvDropdownOptgroup.vue.d.ts"
|
|
207
|
-
],
|
|
208
|
-
"vv-dropdown-option": [
|
|
209
|
-
"dist/components/VvDropdownOption/VvDropdownOption.vue.d.ts"
|
|
210
|
-
],
|
|
211
|
-
"vv-icon": [
|
|
212
|
-
"dist/components/VvIcon/VvIcon.vue.d.ts"
|
|
213
|
-
],
|
|
214
|
-
"vv-input-file": [
|
|
215
|
-
"dist/components/VvInputFile/VvInputFile.vue.d.ts"
|
|
216
|
-
],
|
|
217
|
-
"vv-input-text": [
|
|
218
|
-
"dist/components/VvInputText/VvInputText.vue.d.ts"
|
|
219
|
-
],
|
|
220
|
-
"vv-nav": [
|
|
221
|
-
"dist/components/VvNav/VvNav.vue.d.ts"
|
|
222
|
-
],
|
|
223
|
-
"vv-nav-item": [
|
|
224
|
-
"dist/components/VvNavItem/VvNavItem.vue.d.ts"
|
|
225
|
-
],
|
|
226
|
-
"vv-nav-separator": [
|
|
227
|
-
"dist/components/VvNavSeparator/VvNavSeparator.vue.d.ts"
|
|
228
|
-
],
|
|
229
|
-
"vv-progress": [
|
|
230
|
-
"dist/components/VvProgress/VvProgress.vue.d.ts"
|
|
231
|
-
],
|
|
232
|
-
"vv-radio": [
|
|
233
|
-
"dist/components/VvRadio/VvRadio.vue.d.ts"
|
|
234
|
-
],
|
|
235
|
-
"vv-radio-group": [
|
|
236
|
-
"dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts"
|
|
237
|
-
],
|
|
238
|
-
"vv-select": [
|
|
239
|
-
"dist/components/VvSelect/VvSelect.vue.d.ts"
|
|
240
|
-
],
|
|
241
|
-
"vv-tab": [
|
|
242
|
-
"dist/components/VvTab/VvTab.vue.d.ts"
|
|
243
|
-
],
|
|
244
|
-
"vv-textarea": [
|
|
245
|
-
"dist/components/VvTextarea/VvTextarea.vue.d.ts"
|
|
246
|
-
],
|
|
247
|
-
"vv-tooltip": [
|
|
248
|
-
"dist/components/VvTooltip/VvTooltip.vue.d.ts"
|
|
249
|
-
]
|
|
250
|
-
}
|
|
251
|
-
},
|
|
252
24
|
"exports": {
|
|
253
25
|
".": {
|
|
254
26
|
"types": "./dist/index.d.ts",
|
|
@@ -463,14 +235,235 @@
|
|
|
463
235
|
"default": "./dist/components/VvTooltip/VvTooltip.umd.js"
|
|
464
236
|
}
|
|
465
237
|
},
|
|
238
|
+
"main": "./dist/Volver.umd.js",
|
|
239
|
+
"module": "./dist/Volver.es.js",
|
|
240
|
+
"types": "./dist/index.d.ts",
|
|
241
|
+
"typesVersions": {
|
|
242
|
+
"*": {
|
|
243
|
+
"*": [
|
|
244
|
+
"dist/index.d.ts"
|
|
245
|
+
],
|
|
246
|
+
"resolvers/unplugin": [
|
|
247
|
+
"dist/resolvers/unplugin.d.ts"
|
|
248
|
+
],
|
|
249
|
+
"icons": [
|
|
250
|
+
"dist/icons.d.ts"
|
|
251
|
+
],
|
|
252
|
+
"directives": [
|
|
253
|
+
"dist/directives/index.d.ts"
|
|
254
|
+
],
|
|
255
|
+
"v-contextmenu": [
|
|
256
|
+
"dist/directives/v-contextmenu.d.ts"
|
|
257
|
+
],
|
|
258
|
+
"v-tooltip": [
|
|
259
|
+
"dist/directives/v-tooltip.d.ts"
|
|
260
|
+
],
|
|
261
|
+
"composables": [
|
|
262
|
+
"dist/composables/index.d.ts"
|
|
263
|
+
],
|
|
264
|
+
"components": [
|
|
265
|
+
"dist/components/index.d.ts"
|
|
266
|
+
],
|
|
267
|
+
"vv-accordion": [
|
|
268
|
+
"dist/components/VvAccordion/VvAccordion.vue.d.ts"
|
|
269
|
+
],
|
|
270
|
+
"vv-accordion-group": [
|
|
271
|
+
"dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts"
|
|
272
|
+
],
|
|
273
|
+
"vv-action": [
|
|
274
|
+
"dist/components/VvAction/VvAction.vue.d.ts"
|
|
275
|
+
],
|
|
276
|
+
"vv-alert": [
|
|
277
|
+
"dist/components/VvAlert/VvAlert.vue.d.ts"
|
|
278
|
+
],
|
|
279
|
+
"vv-alert-group": [
|
|
280
|
+
"dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts"
|
|
281
|
+
],
|
|
282
|
+
"vv-avatar": [
|
|
283
|
+
"dist/components/VvAvatar/VvAvatar.vue.d.ts"
|
|
284
|
+
],
|
|
285
|
+
"vv-avatar-group": [
|
|
286
|
+
"dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts"
|
|
287
|
+
],
|
|
288
|
+
"vv-badge": [
|
|
289
|
+
"dist/components/VvBadge/VvBadge.vue.d.ts"
|
|
290
|
+
],
|
|
291
|
+
"vv-breadcrumb": [
|
|
292
|
+
"dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts"
|
|
293
|
+
],
|
|
294
|
+
"vv-button": [
|
|
295
|
+
"dist/components/VvButton/VvButton.vue.d.ts"
|
|
296
|
+
],
|
|
297
|
+
"vv-button-group": [
|
|
298
|
+
"dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts"
|
|
299
|
+
],
|
|
300
|
+
"vv-card": [
|
|
301
|
+
"dist/components/VvCard/VvCard.vue.d.ts"
|
|
302
|
+
],
|
|
303
|
+
"vv-checkbox": [
|
|
304
|
+
"dist/components/VvCheckbox/VvCheckbox.vue.d.ts"
|
|
305
|
+
],
|
|
306
|
+
"vv-checkbox-group": [
|
|
307
|
+
"dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts"
|
|
308
|
+
],
|
|
309
|
+
"vv-combobox": [
|
|
310
|
+
"dist/components/VvCombobox/VvCombobox.vue.d.ts"
|
|
311
|
+
],
|
|
312
|
+
"vv-dialog": [
|
|
313
|
+
"dist/components/VvDialog/VvDialog.vue.d.ts"
|
|
314
|
+
],
|
|
315
|
+
"vv-dropdown": [
|
|
316
|
+
"dist/components/VvDropdown/VvDropdown.vue.d.ts"
|
|
317
|
+
],
|
|
318
|
+
"vv-dropdown-action": [
|
|
319
|
+
"dist/components/VvDropdownAction/VvDropdownAction.vue.d.ts"
|
|
320
|
+
],
|
|
321
|
+
"vv-dropdown-item": [
|
|
322
|
+
"dist/components/VvDropdownItem/VvDropdownItem.vue.d.ts"
|
|
323
|
+
],
|
|
324
|
+
"vv-dropdown-optgroup": [
|
|
325
|
+
"dist/components/VvDropdownOptgroup/VvDropdownOptgroup.vue.d.ts"
|
|
326
|
+
],
|
|
327
|
+
"vv-dropdown-option": [
|
|
328
|
+
"dist/components/VvDropdownOption/VvDropdownOption.vue.d.ts"
|
|
329
|
+
],
|
|
330
|
+
"vv-icon": [
|
|
331
|
+
"dist/components/VvIcon/VvIcon.vue.d.ts"
|
|
332
|
+
],
|
|
333
|
+
"vv-input-file": [
|
|
334
|
+
"dist/components/VvInputFile/VvInputFile.vue.d.ts"
|
|
335
|
+
],
|
|
336
|
+
"vv-input-text": [
|
|
337
|
+
"dist/components/VvInputText/VvInputText.vue.d.ts"
|
|
338
|
+
],
|
|
339
|
+
"vv-nav": [
|
|
340
|
+
"dist/components/VvNav/VvNav.vue.d.ts"
|
|
341
|
+
],
|
|
342
|
+
"vv-nav-item": [
|
|
343
|
+
"dist/components/VvNavItem/VvNavItem.vue.d.ts"
|
|
344
|
+
],
|
|
345
|
+
"vv-nav-separator": [
|
|
346
|
+
"dist/components/VvNavSeparator/VvNavSeparator.vue.d.ts"
|
|
347
|
+
],
|
|
348
|
+
"vv-progress": [
|
|
349
|
+
"dist/components/VvProgress/VvProgress.vue.d.ts"
|
|
350
|
+
],
|
|
351
|
+
"vv-radio": [
|
|
352
|
+
"dist/components/VvRadio/VvRadio.vue.d.ts"
|
|
353
|
+
],
|
|
354
|
+
"vv-radio-group": [
|
|
355
|
+
"dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts"
|
|
356
|
+
],
|
|
357
|
+
"vv-select": [
|
|
358
|
+
"dist/components/VvSelect/VvSelect.vue.d.ts"
|
|
359
|
+
],
|
|
360
|
+
"vv-tab": [
|
|
361
|
+
"dist/components/VvTab/VvTab.vue.d.ts"
|
|
362
|
+
],
|
|
363
|
+
"vv-textarea": [
|
|
364
|
+
"dist/components/VvTextarea/VvTextarea.vue.d.ts"
|
|
365
|
+
],
|
|
366
|
+
"vv-tooltip": [
|
|
367
|
+
"dist/components/VvTooltip/VvTooltip.vue.d.ts"
|
|
368
|
+
]
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"bin": {
|
|
372
|
+
"generate-icons": "./bin/icons.js"
|
|
373
|
+
},
|
|
374
|
+
"files": [
|
|
375
|
+
"*.d.ts",
|
|
376
|
+
"bin",
|
|
377
|
+
"dist",
|
|
378
|
+
"src"
|
|
379
|
+
],
|
|
380
|
+
"peerDependencies": {
|
|
381
|
+
"@volverjs/style": "0.*"
|
|
382
|
+
},
|
|
383
|
+
"dependencies": {
|
|
384
|
+
"@floating-ui/vue": "^1.0.6",
|
|
385
|
+
"@iconify/tools": "^4.0.4",
|
|
386
|
+
"@iconify/vue": "^4.1.2",
|
|
387
|
+
"@storybook/test": "^8.1.6",
|
|
388
|
+
"@vueuse/core": "^10.10.0",
|
|
389
|
+
"blurhash": "^2.0.5",
|
|
390
|
+
"comlink": "^4.4.1",
|
|
391
|
+
"jsdom": "^24.1.0",
|
|
392
|
+
"mitt": "^3.0.1",
|
|
393
|
+
"pica": "^9.0.1",
|
|
394
|
+
"ts-dot-prop": "^2.1.4",
|
|
395
|
+
"uid": "^2.0.2",
|
|
396
|
+
"vue": "^3.4.27",
|
|
397
|
+
"vue-imask": "^7.6.1",
|
|
398
|
+
"vuedraggable": "^4.1.0"
|
|
399
|
+
},
|
|
400
|
+
"devDependencies": {
|
|
401
|
+
"@antfu/eslint-config": "^2.20.0",
|
|
402
|
+
"@babel/core": "^7.24.7",
|
|
403
|
+
"@babel/preset-env": "^7.24.7",
|
|
404
|
+
"@babel/preset-typescript": "^7.24.7",
|
|
405
|
+
"@iconify/types": "^2.0.0",
|
|
406
|
+
"@iconify/utils": "^2.1.24",
|
|
407
|
+
"@nabla/vite-plugin-eslint": "^2.0.4",
|
|
408
|
+
"@storybook/addon-a11y": "^8.1.6",
|
|
409
|
+
"@storybook/addon-actions": "^8.1.6",
|
|
410
|
+
"@storybook/addon-docs": "^8.1.6",
|
|
411
|
+
"@storybook/addon-essentials": "^8.1.6",
|
|
412
|
+
"@storybook/addon-interactions": "^8.1.6",
|
|
413
|
+
"@storybook/addon-links": "^8.1.6",
|
|
414
|
+
"@storybook/cli": "^8.1.6",
|
|
415
|
+
"@storybook/client-logger": "^8.1.6",
|
|
416
|
+
"@storybook/core-common": "^8.1.6",
|
|
417
|
+
"@storybook/preview-api": "^8.1.6",
|
|
418
|
+
"@storybook/test-runner": "^0.18.2",
|
|
419
|
+
"@storybook/vue3": "^8.1.6",
|
|
420
|
+
"@storybook/vue3-vite": "^8.1.6",
|
|
421
|
+
"@tsconfig/node18": "^18.2.4",
|
|
422
|
+
"@types/jest-axe": "^3.5.9",
|
|
423
|
+
"@types/jsdom": "^21.1.7",
|
|
424
|
+
"@types/node": "^20.14.2",
|
|
425
|
+
"@types/pica": "^9.0.4",
|
|
426
|
+
"@types/yargs": "^17.0.32",
|
|
427
|
+
"@vitejs/plugin-vue": "^5.0.5",
|
|
428
|
+
"@volverjs/style": "0.1.12-beta.15",
|
|
429
|
+
"@vue/compiler-sfc": "^3.4.27",
|
|
430
|
+
"@vue/eslint-config-typescript": "^13.0.0",
|
|
431
|
+
"@vue/test-utils": "^2.4.6",
|
|
432
|
+
"@vue/tsconfig": "^0.5.1",
|
|
433
|
+
"change-case": "^5.4.4",
|
|
434
|
+
"chokidar": "^3.6.0",
|
|
435
|
+
"eslint": "^9.4.0",
|
|
436
|
+
"glob": "7.2.3",
|
|
437
|
+
"jest-axe": "^8.0.0",
|
|
438
|
+
"jest-diff": "^29.7.0",
|
|
439
|
+
"jest-get-type": "^29.6.3",
|
|
440
|
+
"jsdom": "^24.1.0",
|
|
441
|
+
"npm-run-all": "^4.1.5",
|
|
442
|
+
"prettier": "^3.3.1",
|
|
443
|
+
"pretty-format": "^29.7.0",
|
|
444
|
+
"remark": "^15.0.1",
|
|
445
|
+
"sass": "^1.77.4",
|
|
446
|
+
"storybook": "^8.1.6",
|
|
447
|
+
"storybook-addon-markdown-docs": "^2.0.0",
|
|
448
|
+
"storybook-dark-mode": "^4.0.1",
|
|
449
|
+
"terser": "^5.31.0",
|
|
450
|
+
"ts-node": "^10.9.2",
|
|
451
|
+
"typescript": "~5.4.5",
|
|
452
|
+
"unplugin-auto-import": "^0.17.6",
|
|
453
|
+
"unplugin-vue-components": "^0.27.0",
|
|
454
|
+
"vite": "^5.2.12",
|
|
455
|
+
"vite-plugin-externalize-deps": "^0.8.0",
|
|
456
|
+
"vue-tsc": "^2.0.19",
|
|
457
|
+
"yargs": "^17.7.2"
|
|
458
|
+
},
|
|
466
459
|
"scripts": {
|
|
467
460
|
"dev": "storybook dev -p 6006",
|
|
468
461
|
"styleguide": "storybook build",
|
|
469
462
|
"build": "npm run generate-icons && npm run generate-tsd && node ./scripts/build.js",
|
|
470
463
|
"hot": "node ./scripts/build.js --hot",
|
|
471
464
|
"type-check": "vue-tsc --noEmit",
|
|
472
|
-
"lint": "eslint .
|
|
473
|
-
"lint:fix": "eslint . --
|
|
465
|
+
"lint": "eslint .",
|
|
466
|
+
"lint:fix": "eslint . --fix",
|
|
474
467
|
"generate-icons": "node --loader ts-node/esm ./scripts/icons.ts --srcPath=src/assets/icons",
|
|
475
468
|
"generate-tsd": "vue-tsc --declaration --emitDeclarationOnly",
|
|
476
469
|
"test-local": "test-storybook --stories-json",
|