@volverjs/ui-vue 0.0.6-beta.6 → 0.0.6
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 +11 -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 +39 -29
- 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 +154 -101
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +46 -10
- package/dist/components/VvCheckbox/index.d.ts +8 -3
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +190 -104
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +44 -8
- package/dist/components/VvCheckboxGroup/index.d.ts +8 -3
- package/dist/components/VvCombobox/VvCombobox.es.js +271 -174
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +73 -37
- package/dist/components/VvCombobox/index.d.ts +13 -7
- package/dist/components/VvDialog/VvDialog.es.js +44 -33
- 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 +39 -25
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +21 -17
- 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.es.js +25 -19
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +3 -3
- package/dist/components/VvIcon/index.d.ts +2 -2
- 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 +165 -141
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +46 -22
- 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 +154 -101
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +46 -10
- package/dist/components/VvRadio/index.d.ts +8 -3
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +190 -104
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +44 -8
- package/dist/components/VvRadioGroup/index.d.ts +8 -3
- package/dist/components/VvSelect/VvSelect.es.js +166 -140
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +42 -18
- 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 +163 -139
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +40 -16
- 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 +38 -12
- package/dist/components/index.es.js +1066 -768
- 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/useOptions.d.ts +2 -2
- 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 +38 -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 +68 -52
- 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/VvCheckbox/VvCheckbox.vue +23 -2
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +15 -2
- package/src/components/VvCombobox/VvCombobox.vue +41 -24
- 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 +23 -5
- package/src/components/VvDropdown/VvDropdownItem.vue +2 -2
- package/src/components/VvIcon/VvIcon.vue +37 -34
- package/src/components/VvIcon/index.ts +2 -2
- package/src/components/VvInputText/VvInputText.vue +26 -9
- package/src/components/VvRadio/VvRadio.vue +23 -2
- package/src/components/VvRadioGroup/VvRadioGroup.vue +15 -2
- package/src/components/VvSelect/VvSelect.vue +26 -9
- package/src/components/VvTextarea/VvTextarea.vue +26 -9
- package/src/components/common/HintSlot.ts +129 -170
- 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/useOptions.ts +9 -7
- package/src/composables/useVolver.ts +1 -2
- package/src/constants.ts +42 -4
- package/src/props/index.ts +5 -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
|
@@ -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 VvRadioGroup from '@/components/VvRadioGroup/VvRadioGroup.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvRadioGroup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvRadioGroup>;
|
|
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 VvRadioGroup from '@/components/VvRadioGroup/VvRadioGroup.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvRadioGroup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvRadioGroup>;
|
|
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 VvRadioGroup from '@/components/VvRadioGroup/VvRadioGroup.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvRadioGroup>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvRadioGroup>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Hint: Story;
|
|
@@ -6,7 +6,6 @@ export declare const defaultArgs: {
|
|
|
6
6
|
};
|
|
7
7
|
export declare const argTypes: {
|
|
8
8
|
multiple: {
|
|
9
|
-
type: string;
|
|
10
9
|
description: string;
|
|
11
10
|
table: {
|
|
12
11
|
defaultValue: {
|
|
@@ -15,7 +14,6 @@ export declare const argTypes: {
|
|
|
15
14
|
};
|
|
16
15
|
};
|
|
17
16
|
required: {
|
|
18
|
-
type: string;
|
|
19
17
|
description: string;
|
|
20
18
|
table: {
|
|
21
19
|
defaultValue: {
|
|
@@ -24,28 +22,24 @@ export declare const argTypes: {
|
|
|
24
22
|
};
|
|
25
23
|
};
|
|
26
24
|
size: {
|
|
27
|
-
type: string;
|
|
28
25
|
description: string;
|
|
29
26
|
control: {
|
|
30
27
|
type: string;
|
|
31
28
|
};
|
|
32
29
|
};
|
|
33
30
|
label: {
|
|
34
|
-
type: string;
|
|
35
31
|
description: string;
|
|
36
32
|
control: {
|
|
37
33
|
type: string;
|
|
38
34
|
};
|
|
39
35
|
};
|
|
40
36
|
placeholder: {
|
|
41
|
-
type: string;
|
|
42
37
|
description: string;
|
|
43
38
|
control: {
|
|
44
39
|
type: string;
|
|
45
40
|
};
|
|
46
41
|
};
|
|
47
42
|
unselectable: {
|
|
48
|
-
type: string;
|
|
49
43
|
description: string;
|
|
50
44
|
table: {
|
|
51
45
|
defaultValue: {
|
|
@@ -54,7 +48,6 @@ export declare const argTypes: {
|
|
|
54
48
|
};
|
|
55
49
|
};
|
|
56
50
|
floating: {
|
|
57
|
-
type: string;
|
|
58
51
|
description: string;
|
|
59
52
|
table: {
|
|
60
53
|
defaultValue: {
|
|
@@ -82,18 +75,12 @@ export declare const argTypes: {
|
|
|
82
75
|
};
|
|
83
76
|
};
|
|
84
77
|
options: {
|
|
85
|
-
type: {
|
|
86
|
-
summary: string[];
|
|
87
|
-
};
|
|
88
78
|
description: string;
|
|
89
79
|
control: {
|
|
90
80
|
type: string;
|
|
91
81
|
};
|
|
92
82
|
};
|
|
93
83
|
labelKey: {
|
|
94
|
-
type: {
|
|
95
|
-
summary: string[];
|
|
96
|
-
};
|
|
97
84
|
description: string;
|
|
98
85
|
control: {
|
|
99
86
|
type: string;
|
|
@@ -105,9 +92,6 @@ export declare const argTypes: {
|
|
|
105
92
|
};
|
|
106
93
|
};
|
|
107
94
|
valueKey: {
|
|
108
|
-
type: {
|
|
109
|
-
summary: string[];
|
|
110
|
-
};
|
|
111
95
|
description: string;
|
|
112
96
|
control: {
|
|
113
97
|
type: string;
|
|
@@ -119,9 +103,6 @@ export declare const argTypes: {
|
|
|
119
103
|
};
|
|
120
104
|
};
|
|
121
105
|
disabledKey: {
|
|
122
|
-
type: {
|
|
123
|
-
summary: string[];
|
|
124
|
-
};
|
|
125
106
|
description: string;
|
|
126
107
|
control: {
|
|
127
108
|
type: string;
|
|
@@ -133,9 +114,6 @@ export declare const argTypes: {
|
|
|
133
114
|
};
|
|
134
115
|
};
|
|
135
116
|
modifiers: {
|
|
136
|
-
type: {
|
|
137
|
-
summary: string[];
|
|
138
|
-
};
|
|
139
117
|
description: string;
|
|
140
118
|
options: never[];
|
|
141
119
|
control: {
|
|
@@ -143,7 +121,6 @@ export declare const argTypes: {
|
|
|
143
121
|
};
|
|
144
122
|
};
|
|
145
123
|
readonly: {
|
|
146
|
-
type: string;
|
|
147
124
|
description: string;
|
|
148
125
|
table: {
|
|
149
126
|
defaultValue: {
|
|
@@ -152,7 +129,7 @@ export declare const argTypes: {
|
|
|
152
129
|
};
|
|
153
130
|
};
|
|
154
131
|
disabled: {
|
|
155
|
-
|
|
132
|
+
control: string;
|
|
156
133
|
description: string;
|
|
157
134
|
table: {
|
|
158
135
|
defaultValue: {
|
|
@@ -161,7 +138,6 @@ export declare const argTypes: {
|
|
|
161
138
|
};
|
|
162
139
|
};
|
|
163
140
|
loading: {
|
|
164
|
-
type: string;
|
|
165
141
|
description: string;
|
|
166
142
|
table: {
|
|
167
143
|
defaultValue: {
|
|
@@ -170,9 +146,6 @@ export declare const argTypes: {
|
|
|
170
146
|
};
|
|
171
147
|
};
|
|
172
148
|
loadingLabel: {
|
|
173
|
-
type: {
|
|
174
|
-
summary: string;
|
|
175
|
-
};
|
|
176
149
|
description: string;
|
|
177
150
|
control: {
|
|
178
151
|
type: string;
|
|
@@ -202,7 +175,6 @@ export declare const argTypes: {
|
|
|
202
175
|
};
|
|
203
176
|
};
|
|
204
177
|
invalid: {
|
|
205
|
-
type: string;
|
|
206
178
|
description: string;
|
|
207
179
|
table: {
|
|
208
180
|
defaultValue: {
|
|
@@ -211,16 +183,12 @@ export declare const argTypes: {
|
|
|
211
183
|
};
|
|
212
184
|
};
|
|
213
185
|
invalidLabel: {
|
|
214
|
-
type: {
|
|
215
|
-
summary: string[];
|
|
216
|
-
};
|
|
217
186
|
description: string;
|
|
218
187
|
control: {
|
|
219
188
|
type: string;
|
|
220
189
|
};
|
|
221
190
|
};
|
|
222
191
|
valid: {
|
|
223
|
-
type: string;
|
|
224
192
|
description: string;
|
|
225
193
|
table: {
|
|
226
194
|
defaultValue: {
|
|
@@ -229,16 +197,12 @@ export declare const argTypes: {
|
|
|
229
197
|
};
|
|
230
198
|
};
|
|
231
199
|
validLabel: {
|
|
232
|
-
type: {
|
|
233
|
-
summary: string[];
|
|
234
|
-
};
|
|
235
200
|
description: string;
|
|
236
201
|
control: {
|
|
237
202
|
type: string;
|
|
238
203
|
};
|
|
239
204
|
};
|
|
240
205
|
tabindex: {
|
|
241
|
-
type: string;
|
|
242
206
|
description: string;
|
|
243
207
|
control: {
|
|
244
208
|
type: string;
|
|
@@ -250,9 +214,6 @@ export declare const argTypes: {
|
|
|
250
214
|
};
|
|
251
215
|
};
|
|
252
216
|
autocomplete: {
|
|
253
|
-
type: {
|
|
254
|
-
summary: string;
|
|
255
|
-
};
|
|
256
217
|
description: string;
|
|
257
218
|
control: {
|
|
258
219
|
type: string;
|
|
@@ -264,7 +225,6 @@ export declare const argTypes: {
|
|
|
264
225
|
};
|
|
265
226
|
};
|
|
266
227
|
autofocus: {
|
|
267
|
-
type: string;
|
|
268
228
|
description: string;
|
|
269
229
|
table: {
|
|
270
230
|
defaultValue: {
|
|
@@ -273,9 +233,6 @@ export declare const argTypes: {
|
|
|
273
233
|
};
|
|
274
234
|
};
|
|
275
235
|
id: {
|
|
276
|
-
type: {
|
|
277
|
-
summary: string[];
|
|
278
|
-
};
|
|
279
236
|
description: string;
|
|
280
237
|
control: {
|
|
281
238
|
type: string;
|
|
@@ -287,9 +244,6 @@ export declare const argTypes: {
|
|
|
287
244
|
};
|
|
288
245
|
};
|
|
289
246
|
name: {
|
|
290
|
-
type: {
|
|
291
|
-
summary: string;
|
|
292
|
-
};
|
|
293
247
|
description: string;
|
|
294
248
|
control: {
|
|
295
249
|
type: string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvSelect from '@/components/VvSelect/VvSelect.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvSelect>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvSelect>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Disabled: Story;
|
|
8
|
+
export declare const Readonly: Story;
|
|
9
|
+
export declare const Multiple: Story;
|
|
10
|
+
export declare const Unselectable: Story;
|
|
11
|
+
export declare const Valid: Story;
|
|
12
|
+
export declare const Invalid: Story;
|
|
13
|
+
export declare const Hint: Story;
|
|
14
|
+
export declare const Loading: Story;
|
|
15
|
+
export declare const Floating: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvSelect from '@/components/VvSelect/VvSelect.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvSelect>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvSelect>;
|
|
6
|
+
export declare const DefaultIconPosition: Story;
|
|
7
|
+
export declare const After: Story;
|
|
8
|
+
export declare const Src: Story;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvSelect from '@/components/VvSelect/VvSelect.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvSelect>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvSelect>;
|
|
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,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvSelect from '@/components/VvSelect/VvSelect.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvSelect>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvSelect>;
|
|
6
|
+
export declare const Before: Story;
|
|
7
|
+
export declare const After: Story;
|
|
8
|
+
export declare const Hint: Story;
|
|
@@ -7,7 +7,6 @@ export declare const defaultArgs: {
|
|
|
7
7
|
};
|
|
8
8
|
export declare const argTypes: {
|
|
9
9
|
cols: {
|
|
10
|
-
type: string;
|
|
11
10
|
description: string;
|
|
12
11
|
control: {
|
|
13
12
|
type: string;
|
|
@@ -19,7 +18,6 @@ export declare const argTypes: {
|
|
|
19
18
|
};
|
|
20
19
|
};
|
|
21
20
|
rows: {
|
|
22
|
-
type: string;
|
|
23
21
|
description: string;
|
|
24
22
|
control: {
|
|
25
23
|
type: string;
|
|
@@ -31,9 +29,6 @@ export declare const argTypes: {
|
|
|
31
29
|
};
|
|
32
30
|
};
|
|
33
31
|
wrap: {
|
|
34
|
-
type: {
|
|
35
|
-
summary: string;
|
|
36
|
-
};
|
|
37
32
|
description: string;
|
|
38
33
|
options: string[];
|
|
39
34
|
control: {
|
|
@@ -46,9 +41,6 @@ export declare const argTypes: {
|
|
|
46
41
|
};
|
|
47
42
|
};
|
|
48
43
|
spellcheck: {
|
|
49
|
-
type: {
|
|
50
|
-
summary: string[];
|
|
51
|
-
};
|
|
52
44
|
description: string;
|
|
53
45
|
options: (string | boolean)[];
|
|
54
46
|
control: {
|
|
@@ -106,28 +98,24 @@ export declare const argTypes: {
|
|
|
106
98
|
};
|
|
107
99
|
};
|
|
108
100
|
minlength: {
|
|
109
|
-
type: string;
|
|
110
101
|
description: string;
|
|
111
102
|
control: {
|
|
112
103
|
type: string;
|
|
113
104
|
};
|
|
114
105
|
};
|
|
115
106
|
maxlength: {
|
|
116
|
-
type: string;
|
|
117
107
|
description: string;
|
|
118
108
|
control: {
|
|
119
109
|
type: string;
|
|
120
110
|
};
|
|
121
111
|
};
|
|
122
112
|
placeholder: {
|
|
123
|
-
type: string;
|
|
124
113
|
description: string;
|
|
125
114
|
control: {
|
|
126
115
|
type: string;
|
|
127
116
|
};
|
|
128
117
|
};
|
|
129
118
|
required: {
|
|
130
|
-
type: string;
|
|
131
119
|
description: string;
|
|
132
120
|
table: {
|
|
133
121
|
defaultValue: {
|
|
@@ -136,14 +124,12 @@ export declare const argTypes: {
|
|
|
136
124
|
};
|
|
137
125
|
};
|
|
138
126
|
label: {
|
|
139
|
-
type: string;
|
|
140
127
|
description: string;
|
|
141
128
|
control: {
|
|
142
129
|
type: string;
|
|
143
130
|
};
|
|
144
131
|
};
|
|
145
132
|
floating: {
|
|
146
|
-
type: string;
|
|
147
133
|
description: string;
|
|
148
134
|
table: {
|
|
149
135
|
defaultValue: {
|
|
@@ -171,7 +157,6 @@ export declare const argTypes: {
|
|
|
171
157
|
};
|
|
172
158
|
};
|
|
173
159
|
debounce: {
|
|
174
|
-
type: string;
|
|
175
160
|
description: string;
|
|
176
161
|
control: {
|
|
177
162
|
type: string;
|
|
@@ -194,9 +179,6 @@ export declare const argTypes: {
|
|
|
194
179
|
};
|
|
195
180
|
};
|
|
196
181
|
modifiers: {
|
|
197
|
-
type: {
|
|
198
|
-
summary: string[];
|
|
199
|
-
};
|
|
200
182
|
description: string;
|
|
201
183
|
options: never[];
|
|
202
184
|
control: {
|
|
@@ -204,7 +186,6 @@ export declare const argTypes: {
|
|
|
204
186
|
};
|
|
205
187
|
};
|
|
206
188
|
loading: {
|
|
207
|
-
type: string;
|
|
208
189
|
description: string;
|
|
209
190
|
table: {
|
|
210
191
|
defaultValue: {
|
|
@@ -213,16 +194,12 @@ export declare const argTypes: {
|
|
|
213
194
|
};
|
|
214
195
|
};
|
|
215
196
|
loadingLabel: {
|
|
216
|
-
type: {
|
|
217
|
-
summary: string;
|
|
218
|
-
};
|
|
219
197
|
description: string;
|
|
220
198
|
control: {
|
|
221
199
|
type: string;
|
|
222
200
|
};
|
|
223
201
|
};
|
|
224
202
|
invalid: {
|
|
225
|
-
type: string;
|
|
226
203
|
description: string;
|
|
227
204
|
table: {
|
|
228
205
|
defaultValue: {
|
|
@@ -231,16 +208,12 @@ export declare const argTypes: {
|
|
|
231
208
|
};
|
|
232
209
|
};
|
|
233
210
|
invalidLabel: {
|
|
234
|
-
type: {
|
|
235
|
-
summary: string[];
|
|
236
|
-
};
|
|
237
211
|
description: string;
|
|
238
212
|
control: {
|
|
239
213
|
type: string;
|
|
240
214
|
};
|
|
241
215
|
};
|
|
242
216
|
valid: {
|
|
243
|
-
type: string;
|
|
244
217
|
description: string;
|
|
245
218
|
table: {
|
|
246
219
|
defaultValue: {
|
|
@@ -249,16 +222,12 @@ export declare const argTypes: {
|
|
|
249
222
|
};
|
|
250
223
|
};
|
|
251
224
|
validLabel: {
|
|
252
|
-
type: {
|
|
253
|
-
summary: string[];
|
|
254
|
-
};
|
|
255
225
|
description: string;
|
|
256
226
|
control: {
|
|
257
227
|
type: string;
|
|
258
228
|
};
|
|
259
229
|
};
|
|
260
230
|
readonly: {
|
|
261
|
-
type: string;
|
|
262
231
|
description: string;
|
|
263
232
|
table: {
|
|
264
233
|
defaultValue: {
|
|
@@ -267,7 +236,7 @@ export declare const argTypes: {
|
|
|
267
236
|
};
|
|
268
237
|
};
|
|
269
238
|
disabled: {
|
|
270
|
-
|
|
239
|
+
control: string;
|
|
271
240
|
description: string;
|
|
272
241
|
table: {
|
|
273
242
|
defaultValue: {
|
|
@@ -276,7 +245,6 @@ export declare const argTypes: {
|
|
|
276
245
|
};
|
|
277
246
|
};
|
|
278
247
|
tabindex: {
|
|
279
|
-
type: string;
|
|
280
248
|
description: string;
|
|
281
249
|
control: {
|
|
282
250
|
type: string;
|
|
@@ -288,9 +256,6 @@ export declare const argTypes: {
|
|
|
288
256
|
};
|
|
289
257
|
};
|
|
290
258
|
autocomplete: {
|
|
291
|
-
type: {
|
|
292
|
-
summary: string;
|
|
293
|
-
};
|
|
294
259
|
description: string;
|
|
295
260
|
control: {
|
|
296
261
|
type: string;
|
|
@@ -302,7 +267,6 @@ export declare const argTypes: {
|
|
|
302
267
|
};
|
|
303
268
|
};
|
|
304
269
|
autofocus: {
|
|
305
|
-
type: string;
|
|
306
270
|
description: string;
|
|
307
271
|
table: {
|
|
308
272
|
defaultValue: {
|
|
@@ -311,9 +275,6 @@ export declare const argTypes: {
|
|
|
311
275
|
};
|
|
312
276
|
};
|
|
313
277
|
id: {
|
|
314
|
-
type: {
|
|
315
|
-
summary: string[];
|
|
316
|
-
};
|
|
317
278
|
description: string;
|
|
318
279
|
control: {
|
|
319
280
|
type: string;
|
|
@@ -325,9 +286,6 @@ export declare const argTypes: {
|
|
|
325
286
|
};
|
|
326
287
|
};
|
|
327
288
|
name: {
|
|
328
|
-
type: {
|
|
329
|
-
summary: string;
|
|
330
|
-
};
|
|
331
289
|
description: string;
|
|
332
290
|
control: {
|
|
333
291
|
type: string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvTextarea from '@/components/VvTextarea/VvTextarea.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvTextarea>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvTextarea>;
|
|
6
|
+
export declare const Default: Story;
|
|
7
|
+
export declare const Disabled: Story;
|
|
8
|
+
export declare const Readonly: Story;
|
|
9
|
+
export declare const Valid: Story;
|
|
10
|
+
export declare const Invalid: Story;
|
|
11
|
+
export declare const Hint: Story;
|
|
12
|
+
export declare const Loading: Story;
|
|
13
|
+
export declare const Floating: Story;
|
|
14
|
+
export declare const Resizable: Story;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvTextarea from '@/components/VvTextarea/VvTextarea.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvTextarea>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvTextarea>;
|
|
6
|
+
export declare const Maxlength: Story;
|
|
7
|
+
export declare const Minlength: Story;
|
|
8
|
+
export declare const Count: Story;
|
|
9
|
+
export declare const Limit: Story;
|
|
10
|
+
export declare const Countdown: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvTextarea from '@/components/VvTextarea/VvTextarea.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvTextarea>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvTextarea>;
|
|
6
|
+
export declare const Before: Story;
|
|
7
|
+
export declare const After: Story;
|
|
8
|
+
export declare const Hint: Story;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
+
import VvTextarea from '@/components/VvTextarea/VvTextarea.vue';
|
|
3
|
+
declare const meta: Meta<typeof VvTextarea>;
|
|
4
|
+
export default meta;
|
|
5
|
+
type Story = StoryObj<typeof VvTextarea>;
|
|
6
|
+
export declare const DefaultIconPosition: Story;
|
|
7
|
+
export declare const After: Story;
|
|
8
|
+
export declare const Src: Story;
|
|
@@ -1,42 +1,5 @@
|
|
|
1
|
+
import type { ArgTypes } from '@storybook/types';
|
|
1
2
|
export declare const defaultArgs: {
|
|
2
3
|
value: string;
|
|
3
4
|
};
|
|
4
|
-
export declare const argTypes:
|
|
5
|
-
position: {
|
|
6
|
-
type: {
|
|
7
|
-
summary: string;
|
|
8
|
-
};
|
|
9
|
-
control: {
|
|
10
|
-
type: string;
|
|
11
|
-
};
|
|
12
|
-
table: {
|
|
13
|
-
defaultValue: {
|
|
14
|
-
summary: string;
|
|
15
|
-
};
|
|
16
|
-
};
|
|
17
|
-
description: string;
|
|
18
|
-
options: (string | undefined)[];
|
|
19
|
-
};
|
|
20
|
-
default: {
|
|
21
|
-
description: string;
|
|
22
|
-
control: {
|
|
23
|
-
type: string;
|
|
24
|
-
};
|
|
25
|
-
table: {
|
|
26
|
-
category: string;
|
|
27
|
-
type: {
|
|
28
|
-
summary: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
modifiers: {
|
|
33
|
-
type: {
|
|
34
|
-
summary: string[];
|
|
35
|
-
};
|
|
36
|
-
description: string;
|
|
37
|
-
options: never[];
|
|
38
|
-
control: {
|
|
39
|
-
type: string;
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
};
|
|
5
|
+
export declare const argTypes: ArgTypes;
|