@volverjs/ui-vue 0.0.6-beta.7 → 0.0.7-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.
- package/README.md +3 -5
- package/auto-imports.d.ts +2 -0
- package/dist/components/VvAccordion/VvAccordion.es.js +220 -4
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +8 -8
- package/dist/components/VvAccordion/index.d.ts +1 -4
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +221 -8
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +6 -6
- package/dist/components/VvAccordionGroup/index.d.ts +2 -5
- package/dist/components/VvAction/VvAction.es.js +12 -8
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +4 -4
- package/dist/components/VvAction/index.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +661 -0
- package/dist/components/VvAlert/VvAlert.umd.js +1 -0
- package/dist/components/VvAlert/VvAlert.vue.d.ts +104 -0
- package/dist/components/VvAlert/index.d.ts +95 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +799 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +89 -0
- package/dist/components/VvAlertGroup/index.d.ts +55 -0
- package/dist/components/VvAvatar/VvAvatar.es.js +3 -3
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +2 -2
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +3 -3
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +2 -2
- package/dist/components/VvBadge/VvBadge.es.js +3 -3
- package/dist/components/VvBadge/VvBadge.vue.d.ts +2 -2
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +3 -3
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +3 -3
- package/dist/components/VvButton/VvButton.es.js +14 -10
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +13 -13
- package/dist/components/VvButton/index.d.ts +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +3 -3
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +4 -4
- package/dist/components/VvCard/VvCard.es.js +221 -2
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +5 -5
- package/dist/components/VvCheckbox/VvCheckbox.es.js +3 -3
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +18 -18
- package/dist/components/VvCheckbox/index.d.ts +3 -3
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +3 -3
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +16 -16
- package/dist/components/VvCheckboxGroup/index.d.ts +3 -3
- package/dist/components/VvCombobox/VvCombobox.es.js +65 -60
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +56 -44
- package/dist/components/VvCombobox/index.d.ts +13 -7
- package/dist/components/VvDialog/VvDialog.es.js +19 -14
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +7 -7
- package/dist/components/VvDialog/index.d.ts +2 -2
- package/dist/components/VvDropdown/VvDropdown.es.js +22 -23
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +16 -16
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +2 -2
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +4 -4
- package/dist/components/VvDropdown/index.d.ts +1 -1
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +17 -11
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +9 -5
- package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +3 -3
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +12 -8
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +1 -1
- package/dist/components/VvInputText/VvInputClearAction.d.ts +2 -2
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
- package/dist/components/VvInputText/VvInputText.es.js +5 -5
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +30 -30
- package/dist/components/VvInputText/index.d.ts +5 -5
- package/dist/components/VvNav/VvNav.es.js +12 -8
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +1 -1
- package/dist/components/VvNavItemTitle/VvNavItemTitle.vue.d.ts +1 -1
- package/dist/components/VvNavSeparator/VvNavSeparator.d.ts +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +3 -3
- package/dist/components/VvProgress/VvProgress.vue.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +3 -3
- package/dist/components/VvRadio/VvRadio.vue.d.ts +18 -18
- package/dist/components/VvRadio/index.d.ts +3 -3
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +3 -3
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +16 -16
- package/dist/components/VvRadioGroup/index.d.ts +3 -3
- package/dist/components/VvSelect/VvSelect.es.js +3 -3
- package/dist/components/VvSelect/VvSelect.vue.d.ts +26 -26
- package/dist/components/VvSelect/index.d.ts +4 -4
- package/dist/components/VvTab/VvTab.es.js +12 -8
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +3 -3
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +24 -24
- package/dist/components/VvTextarea/index.d.ts +3 -3
- package/dist/components/VvTooltip/VvTooltip.es.js +3 -3
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +2 -2
- package/dist/components/common/HintSlot.d.ts +1 -1
- package/dist/components/index.es.js +773 -769
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useInjectAlert.d.ts +9 -0
- package/dist/composables/alert/useProvideAlert.d.ts +10 -0
- package/dist/composables/dropdown/useInjectDropdown.d.ts +17 -16
- package/dist/composables/dropdown/useProvideDropdown.d.ts +7 -3
- package/dist/composables/useVolver.d.ts +1 -2
- package/dist/constants.d.ts +33 -4
- package/dist/directives/index.es.js +3 -3
- package/dist/directives/v-tooltip.es.js +3 -3
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/props/index.d.ts +16 -16
- package/dist/resolvers/unplugin.es.js +6 -3
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/Accordion/Accordion.settings.d.ts +18 -17
- package/dist/stories/Accordion/Accordion.stories.d.ts +7 -0
- package/dist/stories/Accordion/AccordionSlots.stories.d.ts +7 -0
- package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +23 -4
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +134 -0
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +894 -0
- package/dist/stories/Alert/Alert.settings.d.ts +105 -0
- package/dist/stories/Alert/Alert.stories.d.ts +9 -0
- package/dist/stories/Alert/Alert.test.d.ts +2 -0
- package/dist/stories/Alert/AlertModifiers.stories.d.ts +13 -0
- package/dist/stories/Alert/AlertSlots.stories.d.ts +10 -0
- package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +97 -0
- package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +8 -0
- package/dist/stories/AlertGroup/AlertGroup.test.d.ts +2 -0
- package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +14 -0
- package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +8 -0
- package/dist/stories/Avatar/Avatar.settings.d.ts +2 -33
- package/dist/stories/Avatar/Avatar.stories.d.ts +7 -0
- package/dist/stories/Avatar/AvatarBadge.stories.d.ts +6 -0
- package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +13 -0
- package/dist/stories/Avatar/AvatarSlots.stories.d.ts +6 -0
- package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +0 -6
- package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +6 -0
- package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +7 -0
- package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +6 -0
- package/dist/stories/Badge/Badge.settings.d.ts +0 -3
- package/dist/stories/Badge/Badge.stories.d.ts +7 -0
- package/dist/stories/Badge/BadgeSlots.stories.d.ts +6 -0
- package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +7 -0
- package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
- package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +6 -0
- package/dist/stories/Button/Button.settings.d.ts +1 -18
- package/dist/stories/Button/Button.stories.d.ts +6 -0
- package/dist/stories/Button/ButtonIcon.stories.d.ts +10 -0
- package/dist/stories/Button/ButtonLink.stories.d.ts +7 -0
- package/dist/stories/Button/ButtonLoading.stories.d.ts +8 -0
- package/dist/stories/Button/ButtonModifiers.stories.d.ts +17 -0
- package/dist/stories/Button/ButtonSlots.stories.d.ts +9 -0
- package/dist/stories/Button/ButtonState.stories.d.ts +8 -0
- package/dist/stories/Button/ButtonToggle.stories.d.ts +9 -0
- package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +0 -4
- package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +6 -0
- package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +8 -0
- package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +6 -0
- package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +8 -0
- package/dist/stories/Card/Card.settings.d.ts +0 -3
- package/dist/stories/Card/Card.stories.d.ts +6 -0
- package/dist/stories/Card/CardSlots.stories.d.ts +9 -0
- package/dist/stories/Checkbox/Checkbox.settings.d.ts +1 -21
- package/dist/stories/Checkbox/Checkbox.stories.d.ts +13 -0
- package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +7 -0
- package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +7 -0
- package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -27
- package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +12 -0
- package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +8 -0
- package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +7 -0
- package/dist/stories/Combobox/Combobox.settings.d.ts +2 -54
- package/dist/stories/Combobox/Combobox.stories.d.ts +21 -0
- package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +8 -0
- package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +8 -0
- package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +9 -0
- package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +10 -0
- package/dist/stories/Dialog/Dialog.settings.d.ts +1 -1
- package/dist/stories/Dialog/Dialog.stories.d.ts +7 -0
- package/dist/stories/Dialog/DialogSlots.stories.d.ts +8 -0
- package/dist/stories/Dropdown/Dropdown.settings.d.ts +1 -1
- package/dist/stories/Dropdown/Dropdown.stories.d.ts +9 -0
- package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +6 -0
- package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +6 -0
- package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +8 -0
- package/dist/stories/Icon/Icon.settings.d.ts +1 -3
- package/dist/stories/Icon/Icon.stories.d.ts +8 -0
- package/dist/stories/Icon/IconsCollection.stories.d.ts +6 -0
- package/dist/stories/InputText/InputText.settings.d.ts +1 -74
- package/dist/stories/InputText/InputText.stories.d.ts +15 -0
- package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +8 -0
- package/dist/stories/InputText/InputTextLength.stories.d.ts +10 -0
- package/dist/stories/InputText/InputTextMinMax.stories.d.ts +9 -0
- package/dist/stories/InputText/InputTextSlots.stories.d.ts +8 -0
- package/dist/stories/InputText/InputTextType.stories.d.ts +18 -0
- package/dist/stories/Nav/Nav.settings.d.ts +0 -3
- package/dist/stories/Nav/Nav.stories.d.ts +6 -0
- package/dist/stories/Nav/NavModifiers.stories.d.ts +9 -0
- package/dist/stories/Progress/Progress.settings.d.ts +0 -6
- package/dist/stories/Progress/Progress.stories.d.ts +7 -0
- package/dist/stories/Radio/Radio.settings.d.ts +1 -19
- package/dist/stories/Radio/Radio.stories.d.ts +11 -0
- package/dist/stories/Radio/RadioSlots.stories.d.ts +7 -0
- package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -27
- package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +12 -0
- package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +8 -0
- package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +7 -0
- package/dist/stories/Select/Select.settings.d.ts +1 -47
- package/dist/stories/Select/Select.stories.d.ts +15 -0
- package/dist/stories/Select/SelectIconPosition.stories.d.ts +8 -0
- package/dist/stories/Select/SelectOptions.stories.d.ts +9 -0
- package/dist/stories/Select/SelectSlots.stories.d.ts +8 -0
- package/dist/stories/Tab/Tab.stories.d.ts +6 -0
- package/dist/stories/Textarea/Textarea.settings.d.ts +1 -43
- package/dist/stories/Textarea/Textarea.stories.d.ts +14 -0
- package/dist/stories/Textarea/TextareaLength.stories.d.ts +10 -0
- package/dist/stories/Textarea/TextareaSlots.stories.d.ts +8 -0
- package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +8 -0
- package/dist/stories/Tooltip/Tooltip.settings.d.ts +2 -39
- package/dist/stories/Tooltip/Tooltip.stories.d.ts +6 -0
- package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +10 -0
- package/dist/stories/argTypes.d.ts +5 -125
- package/package.json +66 -49
- 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/index.ts +2 -4
- package/src/components/VvAccordionGroup/index.ts +3 -4
- package/src/components/VvAction/VvAction.vue +1 -1
- package/src/components/VvAlert/VvAlert.vue +54 -0
- package/src/components/VvAlert/index.ts +162 -0
- package/src/components/VvAlertGroup/VvAlertGroup.vue +34 -0
- package/src/components/VvAlertGroup/index.ts +122 -0
- package/src/components/VvCard/index.ts +3 -1
- package/src/components/VvCombobox/VvCombobox.vue +22 -26
- package/src/components/VvCombobox/index.ts +9 -3
- package/src/components/VvDialog/VvDialog.vue +11 -7
- package/src/components/VvDialog/index.ts +2 -2
- package/src/components/VvDropdown/VvDropdown.vue +8 -4
- package/src/components/VvDropdown/VvDropdownItem.vue +2 -2
- package/src/composables/alert/useInjectAlert.ts +8 -0
- package/src/composables/alert/useProvideAlert.ts +23 -0
- package/src/composables/dropdown/useInjectDropdown.ts +3 -28
- package/src/composables/dropdown/useProvideDropdown.ts +14 -15
- package/src/composables/useVolver.ts +1 -2
- package/src/constants.ts +42 -4
- package/src/props/index.ts +3 -3
- package/src/resolvers/unplugin.ts +6 -3
- package/src/stories/Accordion/Accordion.settings.ts +18 -7
- package/src/stories/Accordion/Accordion.stories.ts +45 -0
- package/src/stories/Accordion/AccordionSlots.stories.ts +29 -0
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +22 -0
- package/src/stories/AccordionGroup/AccordionGroup.stories.ts +62 -0
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +53 -0
- package/src/stories/Alert/Alert.settings.ts +110 -0
- package/src/stories/Alert/Alert.stories.ts +60 -0
- package/src/stories/Alert/Alert.test.ts +95 -0
- package/src/stories/Alert/AlertModifiers.stories.ts +77 -0
- package/src/stories/Alert/AlertSlots.stories.ts +74 -0
- package/src/stories/AlertGroup/AlertGroup.settings.ts +110 -0
- package/src/stories/AlertGroup/AlertGroup.stories.ts +50 -0
- package/src/stories/AlertGroup/AlertGroup.test.ts +76 -0
- package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +103 -0
- package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +67 -0
- package/src/stories/Avatar/Avatar.settings.ts +7 -6
- package/src/stories/Avatar/Avatar.stories.ts +42 -0
- package/src/stories/Avatar/Avatar.test.ts +1 -1
- package/src/stories/Avatar/AvatarBadge.stories.ts +36 -0
- package/src/stories/Avatar/AvatarModifiers.stories.ts +100 -0
- package/src/stories/Avatar/AvatarSlots.stories.ts +34 -0
- package/src/stories/AvatarGroup/AvatarGroup.stories.ts +35 -0
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +31 -0
- package/src/stories/AvatarGroup/{AvatarGroupSlotDefault.stories.mdx → AvatarGroupSlotDefault.stories.ts} +24 -30
- package/src/stories/Badge/Badge.stories.ts +43 -0
- package/src/stories/Badge/BadgeSlots.stories.ts +23 -0
- package/src/stories/Breadcrumb/Breadcrumb.stories.ts +41 -0
- package/src/stories/Breadcrumb/Breadcrumb.test.ts +1 -1
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +37 -0
- package/src/stories/Button/Button.settings.ts +2 -11
- package/src/stories/Button/Button.stories.ts +38 -0
- package/src/stories/Button/ButtonIcon.stories.ts +67 -0
- package/src/stories/Button/ButtonLink.stories.ts +40 -0
- package/src/stories/Button/ButtonLoading.stories.ts +41 -0
- package/src/stories/Button/ButtonModifiers.stories.ts +158 -0
- package/src/stories/Button/ButtonSlots.stories.ts +87 -0
- package/src/stories/Button/ButtonState.stories.ts +42 -0
- package/src/stories/Button/ButtonToggle.stories.ts +52 -0
- package/src/stories/ButtonGroup/ButtonGroup.stories.ts +39 -0
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +39 -0
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +38 -0
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +41 -0
- package/src/stories/Card/Card.stories.ts +46 -0
- package/src/stories/Card/CardSlots.stories.ts +81 -0
- package/src/stories/Checkbox/Checkbox.settings.ts +0 -2
- package/src/stories/Checkbox/Checkbox.stories.ts +97 -0
- package/src/stories/Checkbox/CheckboxBinary.stories.ts +33 -0
- package/src/stories/Checkbox/CheckboxSlots.stories.ts +31 -0
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +87 -0
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +53 -0
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +47 -0
- package/src/stories/Combobox/Combobox.settings.ts +3 -23
- package/src/stories/Combobox/Combobox.stories.ts +176 -0
- package/src/stories/Combobox/Combobox.test.ts +2 -2
- package/src/stories/Combobox/ComboboxIconPosition.stories.ts +43 -0
- package/src/stories/Combobox/ComboboxMultiple.stories.ts +41 -0
- package/src/stories/Combobox/ComboboxOptions.stories.ts +78 -0
- package/src/stories/Combobox/ComboboxSlots.stories.ts +104 -0
- package/src/stories/Dialog/Dialog.settings.ts +1 -1
- package/src/stories/Dialog/Dialog.stories.ts +51 -0
- package/src/stories/Dialog/Dialog.test.ts +2 -2
- package/src/stories/Dialog/DialogSlots.stories.ts +39 -0
- package/src/stories/Dropdown/Dropdown.stories.ts +107 -0
- package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +49 -0
- package/src/stories/Dropdown/DropdownMultilevel.stories.ts +61 -0
- package/src/stories/Dropdown/DropdownSlots.stories.ts +95 -0
- package/src/stories/Icon/Icon.settings.ts +1 -0
- package/src/stories/Icon/Icon.stories.ts +48 -0
- package/src/stories/Icon/IconsCollection.stories.ts +53 -0
- package/src/stories/InputText/InputText.settings.ts +3 -39
- package/src/stories/InputText/InputText.stories.ts +121 -0
- package/src/stories/InputText/InputTextIconPosition.stories.ts +43 -0
- package/src/stories/InputText/InputTextLength.stories.ts +58 -0
- package/src/stories/InputText/InputTextMinMax.stories.ts +51 -0
- package/src/stories/InputText/InputTextSlots.stories.ts +39 -0
- package/src/stories/InputText/InputTextType.stories.ts +119 -0
- package/src/stories/Nav/Nav.stories.ts +33 -0
- package/src/stories/Nav/NavModifiers.stories.ts +47 -0
- package/src/stories/Progress/Progress.settings.ts +0 -3
- package/src/stories/Progress/Progress.stories.ts +41 -0
- package/src/stories/Radio/Radio.stories.ts +81 -0
- package/src/stories/Radio/RadioSlots.stories.ts +31 -0
- package/src/stories/RadioGroup/RadioGroup.stories.ts +88 -0
- package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +53 -0
- package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +47 -0
- package/src/stories/Select/Select.settings.ts +0 -5
- package/src/stories/Select/Select.stories.ts +113 -0
- package/src/stories/Select/SelectIconPosition.stories.ts +43 -0
- package/src/stories/Select/SelectOptions.stories.ts +77 -0
- package/src/stories/Select/SelectSlots.stories.ts +39 -0
- package/src/stories/Tab/Tab.stories.ts +70 -0
- package/src/stories/Textarea/Textarea.settings.ts +0 -8
- package/src/stories/Textarea/Textarea.stories.ts +107 -0
- package/src/stories/Textarea/TextareaLength.stories.ts +58 -0
- package/src/stories/Textarea/TextareaSlots.stories.ts +39 -0
- package/src/stories/Textarea/TextareatIconPosition.stories.ts +43 -0
- package/src/stories/Tooltip/Tooltip.settings.ts +4 -4
- package/src/stories/Tooltip/Tooltip.stories.ts +40 -0
- package/src/stories/Tooltip/TooltipDirective.stories.ts +68 -0
- package/src/stories/argTypes.ts +5 -59
- package/src/stories/Accordion/Accordion.stories.mdx +0 -45
- package/src/stories/Accordion/AccordionSlots.stories.mdx +0 -58
- package/src/stories/AccordionGroup/AccordionGroup.stories.mdx +0 -58
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.mdx +0 -59
- package/src/stories/Avatar/Avatar.stories.mdx +0 -40
- package/src/stories/Avatar/AvatarBadge.stories.mdx +0 -41
- package/src/stories/Avatar/AvatarModifiers.stories.mdx +0 -87
- package/src/stories/Avatar/AvatarSlotDefault.stories.mdx +0 -29
- package/src/stories/AvatarGroup/AvatarGroup.stories.mdx +0 -30
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.mdx +0 -24
- package/src/stories/Badge/Badge.stories.mdx +0 -51
- package/src/stories/Badge/BadgeSlots.stories.mdx +0 -20
- package/src/stories/Breadcrumb/Breadcrumb.stories.mdx +0 -50
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.mdx +0 -43
- package/src/stories/Button/Button.stories.mdx +0 -35
- package/src/stories/Button/ButtonIcon.stories.mdx +0 -153
- package/src/stories/Button/ButtonLink.stories.mdx +0 -72
- package/src/stories/Button/ButtonLoading.stories.mdx +0 -108
- package/src/stories/Button/ButtonModifiers.stories.mdx +0 -257
- package/src/stories/Button/ButtonSlots.stories.mdx +0 -116
- package/src/stories/Button/ButtonState.stories.mdx +0 -66
- package/src/stories/Button/ButtonToggle.stories.mdx +0 -112
- package/src/stories/ButtonGroup/ButtonGroup.stories.mdx +0 -37
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.mdx +0 -52
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.mdx +0 -37
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.mdx +0 -73
- package/src/stories/Card/Card.stories.mdx +0 -40
- package/src/stories/Card/CardSlots.stories.mdx +0 -98
- package/src/stories/Checkbox/Checkbox.stories.mdx +0 -164
- package/src/stories/Checkbox/CheckboxBinary.stories.mdx +0 -68
- package/src/stories/Checkbox/CheckboxSlots.stories.mdx +0 -46
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.mdx +0 -135
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.mdx +0 -100
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.mdx +0 -68
- package/src/stories/Combobox/Combobox.stories.mdx +0 -324
- package/src/stories/Combobox/ComboboxIconPosition.stories.mdx +0 -78
- package/src/stories/Combobox/ComboboxMultiple.stories.mdx +0 -73
- package/src/stories/Combobox/ComboboxOptions.stories.mdx +0 -135
- package/src/stories/Combobox/ComboboxSlots.stories.mdx +0 -153
- package/src/stories/Dialog/Dialog.stories.mdx +0 -56
- package/src/stories/Dialog/DialogSlots.stories.mdx +0 -63
- package/src/stories/Dropdown/Dropdown.stories.mdx +0 -124
- package/src/stories/Dropdown/DropdownContextmenuDirective.stories.mdx +0 -41
- package/src/stories/Dropdown/DropdownMultilevel.stories.mdx +0 -56
- package/src/stories/Dropdown/DropdownSlots.stories.mdx +0 -114
- package/src/stories/Icon/Icon.stories.mdx +0 -91
- package/src/stories/Icon/IconsCollection.stories.mdx +0 -69
- package/src/stories/InputText/InputText.stories.mdx +0 -211
- package/src/stories/InputText/InputTextIconPosition.stories.mdx +0 -78
- package/src/stories/InputText/InputTextLength.stories.mdx +0 -110
- package/src/stories/InputText/InputTextMinMax.stories.mdx +0 -112
- package/src/stories/InputText/InputTextSlots.stories.mdx +0 -69
- package/src/stories/InputText/InputTextType.stories.mdx +0 -259
- package/src/stories/Nav/Nav.stories.mdx +0 -28
- package/src/stories/Nav/NavModifiers.stories.mdx +0 -48
- package/src/stories/Progress/Progress.stories.mdx +0 -30
- package/src/stories/Radio/Radio.stories.mdx +0 -128
- package/src/stories/Radio/RadioSlots.stories.mdx +0 -46
- package/src/stories/RadioGroup/RadioGroup.stories.mdx +0 -135
- package/src/stories/RadioGroup/RadioGroupOptions.stories.mdx +0 -100
- package/src/stories/RadioGroup/RadioGroupSlots.stories.mdx +0 -68
- package/src/stories/Select/Select.stories.mdx +0 -196
- package/src/stories/Select/SelectIconPosition.stories.mdx +0 -78
- package/src/stories/Select/SelectOptions.stories.mdx +0 -135
- package/src/stories/Select/SelectSlots.stories.mdx +0 -48
- package/src/stories/Tab/Tab.stories.mdx +0 -65
- package/src/stories/Textarea/Textarea.stories.mdx +0 -187
- package/src/stories/Textarea/TextareaLength.stories.mdx +0 -110
- package/src/stories/Textarea/TextareaSlots.stories.mdx +0 -69
- package/src/stories/Textarea/TextareatIconPosition.stories.mdx +0 -78
- package/src/stories/Tooltip/Tooltip.stories.mdx +0 -102
- package/src/stories/Tooltip/TooltipDirective.stories.mdx +0 -99
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvButtonGroup from '@/components/VvButtonGroup/VvButtonGroup.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvButtonGroup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvButtonGroup>;
|
|
6
|
+
export declare const Toggle: Story;
|
|
7
|
+
export declare const Multiple: Story;
|
|
8
|
+
export declare const Unselectable: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCard from '@/components/VvCard/VvCard.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCard>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCard>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Header: Story;
|
|
8
|
+
export declare const Content: Story;
|
|
9
|
+
export declare const Footer: Story;
|
|
@@ -13,7 +13,6 @@ export declare const defaultArgs: {
|
|
|
13
13
|
};
|
|
14
14
|
export declare const argTypes: {
|
|
15
15
|
indeterminate: {
|
|
16
|
-
type: string;
|
|
17
16
|
description: string;
|
|
18
17
|
table: {
|
|
19
18
|
defaultValue: {
|
|
@@ -28,7 +27,6 @@ export declare const argTypes: {
|
|
|
28
27
|
};
|
|
29
28
|
};
|
|
30
29
|
switch: {
|
|
31
|
-
type: string;
|
|
32
30
|
description: string;
|
|
33
31
|
table: {
|
|
34
32
|
defaultValue: {
|
|
@@ -37,21 +35,18 @@ export declare const argTypes: {
|
|
|
37
35
|
};
|
|
38
36
|
};
|
|
39
37
|
label: {
|
|
40
|
-
type: string;
|
|
41
38
|
description: string;
|
|
42
39
|
control: {
|
|
43
40
|
type: string;
|
|
44
41
|
};
|
|
45
42
|
};
|
|
46
43
|
value: {
|
|
47
|
-
type: string[];
|
|
48
44
|
description: string;
|
|
49
45
|
control: {
|
|
50
46
|
type: string;
|
|
51
47
|
};
|
|
52
48
|
};
|
|
53
49
|
readonly: {
|
|
54
|
-
type: string;
|
|
55
50
|
description: string;
|
|
56
51
|
table: {
|
|
57
52
|
defaultValue: {
|
|
@@ -60,7 +55,7 @@ export declare const argTypes: {
|
|
|
60
55
|
};
|
|
61
56
|
};
|
|
62
57
|
disabled: {
|
|
63
|
-
|
|
58
|
+
control: string;
|
|
64
59
|
description: string;
|
|
65
60
|
table: {
|
|
66
61
|
defaultValue: {
|
|
@@ -92,7 +87,6 @@ export declare const argTypes: {
|
|
|
92
87
|
};
|
|
93
88
|
};
|
|
94
89
|
invalid: {
|
|
95
|
-
type: string;
|
|
96
90
|
description: string;
|
|
97
91
|
table: {
|
|
98
92
|
defaultValue: {
|
|
@@ -101,16 +95,12 @@ export declare const argTypes: {
|
|
|
101
95
|
};
|
|
102
96
|
};
|
|
103
97
|
invalidLabel: {
|
|
104
|
-
type: {
|
|
105
|
-
summary: string[];
|
|
106
|
-
};
|
|
107
98
|
description: string;
|
|
108
99
|
control: {
|
|
109
100
|
type: string;
|
|
110
101
|
};
|
|
111
102
|
};
|
|
112
103
|
valid: {
|
|
113
|
-
type: string;
|
|
114
104
|
description: string;
|
|
115
105
|
table: {
|
|
116
106
|
defaultValue: {
|
|
@@ -119,16 +109,12 @@ export declare const argTypes: {
|
|
|
119
109
|
};
|
|
120
110
|
};
|
|
121
111
|
validLabel: {
|
|
122
|
-
type: {
|
|
123
|
-
summary: string[];
|
|
124
|
-
};
|
|
125
112
|
description: string;
|
|
126
113
|
control: {
|
|
127
114
|
type: string;
|
|
128
115
|
};
|
|
129
116
|
};
|
|
130
117
|
tabindex: {
|
|
131
|
-
type: string;
|
|
132
118
|
description: string;
|
|
133
119
|
control: {
|
|
134
120
|
type: string;
|
|
@@ -140,9 +126,6 @@ export declare const argTypes: {
|
|
|
140
126
|
};
|
|
141
127
|
};
|
|
142
128
|
id: {
|
|
143
|
-
type: {
|
|
144
|
-
summary: string[];
|
|
145
|
-
};
|
|
146
129
|
description: string;
|
|
147
130
|
control: {
|
|
148
131
|
type: string;
|
|
@@ -154,9 +137,6 @@ export declare const argTypes: {
|
|
|
154
137
|
};
|
|
155
138
|
};
|
|
156
139
|
name: {
|
|
157
|
-
type: {
|
|
158
|
-
summary: string;
|
|
159
|
-
};
|
|
160
140
|
description: string;
|
|
161
141
|
control: {
|
|
162
142
|
type: string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCheckbox from '@/components/VvCheckbox/VvCheckbox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCheckbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCheckbox>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Disabled: Story;
|
|
8
|
+
export declare const Readonly: Story;
|
|
9
|
+
export declare const Switch: Story;
|
|
10
|
+
export declare const Invalid: Story;
|
|
11
|
+
export declare const Valid: Story;
|
|
12
|
+
export declare const Indeterminate: Story;
|
|
13
|
+
export declare const Hint: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCheckbox from '@/components/VvCheckbox/VvCheckbox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCheckbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCheckbox>;
|
|
6
|
+
export declare const TrueFalse: Story;
|
|
7
|
+
export declare const YesNo: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCheckbox from '@/components/VvCheckbox/VvCheckbox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCheckbox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCheckbox>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const HintSlot: Story;
|
|
@@ -11,23 +11,18 @@ export declare const defaultArgs: {
|
|
|
11
11
|
};
|
|
12
12
|
export declare const argTypes: {
|
|
13
13
|
label: {
|
|
14
|
-
type: string;
|
|
15
14
|
description: string;
|
|
16
15
|
control: {
|
|
17
16
|
type: string;
|
|
18
17
|
};
|
|
19
18
|
};
|
|
20
19
|
name: {
|
|
21
|
-
type: {
|
|
22
|
-
summary: string;
|
|
23
|
-
};
|
|
24
20
|
description: string;
|
|
25
21
|
control: {
|
|
26
22
|
type: string;
|
|
27
23
|
};
|
|
28
24
|
};
|
|
29
25
|
vertical: {
|
|
30
|
-
type: string;
|
|
31
26
|
description: string;
|
|
32
27
|
table: {
|
|
33
28
|
defaultValue: {
|
|
@@ -48,7 +43,6 @@ export declare const argTypes: {
|
|
|
48
43
|
};
|
|
49
44
|
};
|
|
50
45
|
readonly: {
|
|
51
|
-
type: string;
|
|
52
46
|
description: string;
|
|
53
47
|
table: {
|
|
54
48
|
defaultValue: {
|
|
@@ -57,7 +51,7 @@ export declare const argTypes: {
|
|
|
57
51
|
};
|
|
58
52
|
};
|
|
59
53
|
disabled: {
|
|
60
|
-
|
|
54
|
+
control: string;
|
|
61
55
|
description: string;
|
|
62
56
|
table: {
|
|
63
57
|
defaultValue: {
|
|
@@ -89,18 +83,12 @@ export declare const argTypes: {
|
|
|
89
83
|
};
|
|
90
84
|
};
|
|
91
85
|
options: {
|
|
92
|
-
type: {
|
|
93
|
-
summary: string[];
|
|
94
|
-
};
|
|
95
86
|
description: string;
|
|
96
87
|
control: {
|
|
97
88
|
type: string;
|
|
98
89
|
};
|
|
99
90
|
};
|
|
100
91
|
labelKey: {
|
|
101
|
-
type: {
|
|
102
|
-
summary: string[];
|
|
103
|
-
};
|
|
104
92
|
description: string;
|
|
105
93
|
control: {
|
|
106
94
|
type: string;
|
|
@@ -112,9 +100,6 @@ export declare const argTypes: {
|
|
|
112
100
|
};
|
|
113
101
|
};
|
|
114
102
|
valueKey: {
|
|
115
|
-
type: {
|
|
116
|
-
summary: string[];
|
|
117
|
-
};
|
|
118
103
|
description: string;
|
|
119
104
|
control: {
|
|
120
105
|
type: string;
|
|
@@ -126,9 +111,6 @@ export declare const argTypes: {
|
|
|
126
111
|
};
|
|
127
112
|
};
|
|
128
113
|
disabledKey: {
|
|
129
|
-
type: {
|
|
130
|
-
summary: string[];
|
|
131
|
-
};
|
|
132
114
|
description: string;
|
|
133
115
|
control: {
|
|
134
116
|
type: string;
|
|
@@ -140,7 +122,6 @@ export declare const argTypes: {
|
|
|
140
122
|
};
|
|
141
123
|
};
|
|
142
124
|
invalid: {
|
|
143
|
-
type: string;
|
|
144
125
|
description: string;
|
|
145
126
|
table: {
|
|
146
127
|
defaultValue: {
|
|
@@ -149,16 +130,12 @@ export declare const argTypes: {
|
|
|
149
130
|
};
|
|
150
131
|
};
|
|
151
132
|
invalidLabel: {
|
|
152
|
-
type: {
|
|
153
|
-
summary: string[];
|
|
154
|
-
};
|
|
155
133
|
description: string;
|
|
156
134
|
control: {
|
|
157
135
|
type: string;
|
|
158
136
|
};
|
|
159
137
|
};
|
|
160
138
|
valid: {
|
|
161
|
-
type: string;
|
|
162
139
|
description: string;
|
|
163
140
|
table: {
|
|
164
141
|
defaultValue: {
|
|
@@ -167,9 +144,6 @@ export declare const argTypes: {
|
|
|
167
144
|
};
|
|
168
145
|
};
|
|
169
146
|
validLabel: {
|
|
170
|
-
type: {
|
|
171
|
-
summary: string[];
|
|
172
|
-
};
|
|
173
147
|
description: string;
|
|
174
148
|
control: {
|
|
175
149
|
type: string;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCheckboxGroup from '@/components/VvCheckboxGroup/VvCheckboxGroup.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCheckboxGroup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCheckboxGroup>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Disabled: Story;
|
|
8
|
+
export declare const Readonly: Story;
|
|
9
|
+
export declare const Vertical: Story;
|
|
10
|
+
export declare const Invalid: Story;
|
|
11
|
+
export declare const Valid: Story;
|
|
12
|
+
export declare const Hint: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCheckboxGroup from '@/components/VvCheckboxGroup/VvCheckboxGroup.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCheckboxGroup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCheckboxGroup>;
|
|
6
|
+
export declare const ArrayOfObjects: Story;
|
|
7
|
+
export declare const OptionLabelKey: Story;
|
|
8
|
+
export declare const OptionValueKey: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCheckboxGroup from '@/components/VvCheckboxGroup/VvCheckboxGroup.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCheckboxGroup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCheckboxGroup>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Hint: Story;
|
|
@@ -18,7 +18,6 @@ export declare const argTypes: {
|
|
|
18
18
|
};
|
|
19
19
|
};
|
|
20
20
|
multiple: {
|
|
21
|
-
type: string;
|
|
22
21
|
description: string;
|
|
23
22
|
table: {
|
|
24
23
|
defaultValue: {
|
|
@@ -27,14 +26,12 @@ export declare const argTypes: {
|
|
|
27
26
|
};
|
|
28
27
|
};
|
|
29
28
|
label: {
|
|
30
|
-
type: string;
|
|
31
29
|
description: string;
|
|
32
30
|
control: {
|
|
33
31
|
type: string;
|
|
34
32
|
};
|
|
35
33
|
};
|
|
36
34
|
noResultsLabel: {
|
|
37
|
-
type: string;
|
|
38
35
|
description: string;
|
|
39
36
|
control: {
|
|
40
37
|
type: string;
|
|
@@ -46,14 +43,12 @@ export declare const argTypes: {
|
|
|
46
43
|
};
|
|
47
44
|
};
|
|
48
45
|
placeholder: {
|
|
49
|
-
type: string;
|
|
50
46
|
description: string;
|
|
51
47
|
control: {
|
|
52
48
|
type: string;
|
|
53
49
|
};
|
|
54
50
|
};
|
|
55
51
|
searchable: {
|
|
56
|
-
type: string;
|
|
57
52
|
description: string;
|
|
58
53
|
table: {
|
|
59
54
|
defaultValue: {
|
|
@@ -62,14 +57,12 @@ export declare const argTypes: {
|
|
|
62
57
|
};
|
|
63
58
|
};
|
|
64
59
|
searchPlaceholder: {
|
|
65
|
-
type: string;
|
|
66
60
|
description: string;
|
|
67
61
|
control: {
|
|
68
62
|
type: string;
|
|
69
63
|
};
|
|
70
64
|
};
|
|
71
65
|
debounceSearch: {
|
|
72
|
-
type: string;
|
|
73
66
|
description: string;
|
|
74
67
|
control: {
|
|
75
68
|
type: string;
|
|
@@ -77,15 +70,11 @@ export declare const argTypes: {
|
|
|
77
70
|
};
|
|
78
71
|
maxValues: {
|
|
79
72
|
description: string;
|
|
80
|
-
type: {
|
|
81
|
-
summary: string[];
|
|
82
|
-
};
|
|
83
73
|
control: {
|
|
84
74
|
type: string;
|
|
85
75
|
};
|
|
86
76
|
};
|
|
87
77
|
separator: {
|
|
88
|
-
type: string;
|
|
89
78
|
description: string;
|
|
90
79
|
control: {
|
|
91
80
|
type: string;
|
|
@@ -97,7 +86,6 @@ export declare const argTypes: {
|
|
|
97
86
|
};
|
|
98
87
|
};
|
|
99
88
|
native: {
|
|
100
|
-
type: string;
|
|
101
89
|
description: string;
|
|
102
90
|
table: {
|
|
103
91
|
defaultValue: {
|
|
@@ -106,7 +94,6 @@ export declare const argTypes: {
|
|
|
106
94
|
};
|
|
107
95
|
};
|
|
108
96
|
badges: {
|
|
109
|
-
type: string;
|
|
110
97
|
description: string;
|
|
111
98
|
table: {
|
|
112
99
|
defaultValue: {
|
|
@@ -115,9 +102,6 @@ export declare const argTypes: {
|
|
|
115
102
|
};
|
|
116
103
|
};
|
|
117
104
|
badgeModifiers: {
|
|
118
|
-
type: {
|
|
119
|
-
summary: string[];
|
|
120
|
-
};
|
|
121
105
|
description: string;
|
|
122
106
|
control: {
|
|
123
107
|
type: string;
|
|
@@ -129,16 +113,12 @@ export declare const argTypes: {
|
|
|
129
113
|
};
|
|
130
114
|
};
|
|
131
115
|
dropdownModifiers: {
|
|
132
|
-
type: {
|
|
133
|
-
summary: string[];
|
|
134
|
-
};
|
|
135
116
|
control: {
|
|
136
117
|
type: string;
|
|
137
118
|
};
|
|
138
119
|
description: string;
|
|
139
120
|
};
|
|
140
121
|
autoOpen: {
|
|
141
|
-
type: string;
|
|
142
122
|
description: string;
|
|
143
123
|
table: {
|
|
144
124
|
defaultValue: {
|
|
@@ -146,8 +126,7 @@ export declare const argTypes: {
|
|
|
146
126
|
};
|
|
147
127
|
};
|
|
148
128
|
};
|
|
149
|
-
|
|
150
|
-
type: string;
|
|
129
|
+
keepOpen: {
|
|
151
130
|
description: string;
|
|
152
131
|
table: {
|
|
153
132
|
defaultValue: {
|
|
@@ -358,7 +337,6 @@ export declare const argTypes: {
|
|
|
358
337
|
};
|
|
359
338
|
};
|
|
360
339
|
unselectable: {
|
|
361
|
-
type: string;
|
|
362
340
|
description: string;
|
|
363
341
|
table: {
|
|
364
342
|
defaultValue: {
|
|
@@ -367,7 +345,6 @@ export declare const argTypes: {
|
|
|
367
345
|
};
|
|
368
346
|
};
|
|
369
347
|
floating: {
|
|
370
|
-
type: string;
|
|
371
348
|
description: string;
|
|
372
349
|
table: {
|
|
373
350
|
defaultValue: {
|
|
@@ -395,18 +372,12 @@ export declare const argTypes: {
|
|
|
395
372
|
};
|
|
396
373
|
};
|
|
397
374
|
options: {
|
|
398
|
-
type: {
|
|
399
|
-
summary: string[];
|
|
400
|
-
};
|
|
401
375
|
description: string;
|
|
402
376
|
control: {
|
|
403
377
|
type: string;
|
|
404
378
|
};
|
|
405
379
|
};
|
|
406
380
|
labelKey: {
|
|
407
|
-
type: {
|
|
408
|
-
summary: string[];
|
|
409
|
-
};
|
|
410
381
|
description: string;
|
|
411
382
|
control: {
|
|
412
383
|
type: string;
|
|
@@ -418,9 +389,6 @@ export declare const argTypes: {
|
|
|
418
389
|
};
|
|
419
390
|
};
|
|
420
391
|
valueKey: {
|
|
421
|
-
type: {
|
|
422
|
-
summary: string[];
|
|
423
|
-
};
|
|
424
392
|
description: string;
|
|
425
393
|
control: {
|
|
426
394
|
type: string;
|
|
@@ -432,9 +400,6 @@ export declare const argTypes: {
|
|
|
432
400
|
};
|
|
433
401
|
};
|
|
434
402
|
disabledKey: {
|
|
435
|
-
type: {
|
|
436
|
-
summary: string[];
|
|
437
|
-
};
|
|
438
403
|
description: string;
|
|
439
404
|
control: {
|
|
440
405
|
type: string;
|
|
@@ -446,9 +411,6 @@ export declare const argTypes: {
|
|
|
446
411
|
};
|
|
447
412
|
};
|
|
448
413
|
modifiers: {
|
|
449
|
-
type: {
|
|
450
|
-
summary: string[];
|
|
451
|
-
};
|
|
452
414
|
description: string;
|
|
453
415
|
options: never[];
|
|
454
416
|
control: {
|
|
@@ -456,7 +418,6 @@ export declare const argTypes: {
|
|
|
456
418
|
};
|
|
457
419
|
};
|
|
458
420
|
readonly: {
|
|
459
|
-
type: string;
|
|
460
421
|
description: string;
|
|
461
422
|
table: {
|
|
462
423
|
defaultValue: {
|
|
@@ -465,7 +426,7 @@ export declare const argTypes: {
|
|
|
465
426
|
};
|
|
466
427
|
};
|
|
467
428
|
disabled: {
|
|
468
|
-
|
|
429
|
+
control: string;
|
|
469
430
|
description: string;
|
|
470
431
|
table: {
|
|
471
432
|
defaultValue: {
|
|
@@ -474,7 +435,6 @@ export declare const argTypes: {
|
|
|
474
435
|
};
|
|
475
436
|
};
|
|
476
437
|
loading: {
|
|
477
|
-
type: string;
|
|
478
438
|
description: string;
|
|
479
439
|
table: {
|
|
480
440
|
defaultValue: {
|
|
@@ -483,9 +443,6 @@ export declare const argTypes: {
|
|
|
483
443
|
};
|
|
484
444
|
};
|
|
485
445
|
loadingLabel: {
|
|
486
|
-
type: {
|
|
487
|
-
summary: string;
|
|
488
|
-
};
|
|
489
446
|
description: string;
|
|
490
447
|
control: {
|
|
491
448
|
type: string;
|
|
@@ -515,7 +472,6 @@ export declare const argTypes: {
|
|
|
515
472
|
};
|
|
516
473
|
};
|
|
517
474
|
invalid: {
|
|
518
|
-
type: string;
|
|
519
475
|
description: string;
|
|
520
476
|
table: {
|
|
521
477
|
defaultValue: {
|
|
@@ -524,16 +480,12 @@ export declare const argTypes: {
|
|
|
524
480
|
};
|
|
525
481
|
};
|
|
526
482
|
invalidLabel: {
|
|
527
|
-
type: {
|
|
528
|
-
summary: string[];
|
|
529
|
-
};
|
|
530
483
|
description: string;
|
|
531
484
|
control: {
|
|
532
485
|
type: string;
|
|
533
486
|
};
|
|
534
487
|
};
|
|
535
488
|
valid: {
|
|
536
|
-
type: string;
|
|
537
489
|
description: string;
|
|
538
490
|
table: {
|
|
539
491
|
defaultValue: {
|
|
@@ -542,16 +494,12 @@ export declare const argTypes: {
|
|
|
542
494
|
};
|
|
543
495
|
};
|
|
544
496
|
validLabel: {
|
|
545
|
-
type: {
|
|
546
|
-
summary: string[];
|
|
547
|
-
};
|
|
548
497
|
description: string;
|
|
549
498
|
control: {
|
|
550
499
|
type: string;
|
|
551
500
|
};
|
|
552
501
|
};
|
|
553
502
|
tabindex: {
|
|
554
|
-
type: string;
|
|
555
503
|
description: string;
|
|
556
504
|
control: {
|
|
557
505
|
type: string;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCombobox from '@/components/VvCombobox/VvCombobox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCombobox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCombobox>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Disabled: Story;
|
|
8
|
+
export declare const Readonly: Story;
|
|
9
|
+
export declare const Unselectable: Story;
|
|
10
|
+
export declare const Valid: Story;
|
|
11
|
+
export declare const Invalid: Story;
|
|
12
|
+
export declare const Hint: Story;
|
|
13
|
+
export declare const Loading: Story;
|
|
14
|
+
export declare const Searchable: Story;
|
|
15
|
+
export declare const Floating: Story;
|
|
16
|
+
export declare const Native: Story;
|
|
17
|
+
export declare const Arrow: Story;
|
|
18
|
+
export declare const Badges: Story;
|
|
19
|
+
export declare const AutoOpen: Story;
|
|
20
|
+
export declare const KeepOpen: Story;
|
|
21
|
+
export declare const Size: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCombobox from '@/components/VvCombobox/VvCombobox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCombobox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCombobox>;
|
|
6
|
+
export declare const DefaultIconPosition: Story;
|
|
7
|
+
export declare const After: Story;
|
|
8
|
+
export declare const Src: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCombobox from '@/components/VvCombobox/VvCombobox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCombobox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCombobox>;
|
|
6
|
+
export declare const DefaultMultiple: Story;
|
|
7
|
+
export declare const MaxValues: Story;
|
|
8
|
+
export declare const Separator: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCombobox from '@/components/VvCombobox/VvCombobox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCombobox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCombobox>;
|
|
6
|
+
export declare const ArrayOfObjects: Story;
|
|
7
|
+
export declare const OptionLabelKey: Story;
|
|
8
|
+
export declare const OptionValueKey: Story;
|
|
9
|
+
export declare const GroupedOptions: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvCombobox from '@/components/VvCombobox/VvCombobox.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvCombobox>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvCombobox>;
|
|
6
|
+
export declare const Before: Story;
|
|
7
|
+
export declare const After: Story;
|
|
8
|
+
export declare const Value: Story;
|
|
9
|
+
export declare const Option: Story;
|
|
10
|
+
export declare const Hint: Story;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvDialog from '@/components/VvDialog/VvDialog.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvDialog>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvDialog>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const KeepOpen: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvDialog from '@/components/VvDialog/VvDialog.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvDialog>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvDialog>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const HeaderSlot: Story;
|
|
8
|
+
export declare const FooterSlot: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvDropdown from '@/components/VvDropdown/VvDropdown.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvDropdown>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvDropdown>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Arrow: Story;
|
|
8
|
+
export declare const AutoPlacement: Story;
|
|
9
|
+
export declare const TriggerWidth: Story;
|