@volverjs/ui-vue 0.0.10-beta.38 → 0.0.10-beta.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +12 -5
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +49 -25
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.es.js +2 -0
- package/dist/components/VvInputFile/VvInputFile.es.js +15 -9
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +12 -5
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.es.js +30 -11
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/index.es.js +66 -34
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/dist/src/components/VvCombobox/VvCombobox.vue.d.ts +698 -0
- package/dist/{components/VvCombobox/VvCombobox.vue.d.ts → src/components/VvCombobox/index.d.ts} +201 -262
- package/dist/{components → src/components}/VvDialog/index.d.ts +1 -0
- package/dist/{components → src/components}/VvInputFile/VvInputFile.vue.d.ts +40 -8
- package/dist/{components → src/components}/VvInputFile/index.d.ts +17 -7
- package/dist/src/components/VvSelect/VvSelect.vue.d.ts +230 -0
- package/dist/{components/VvSelect/VvSelect.vue.d.ts → src/components/VvSelect/index.d.ts} +64 -82
- package/dist/{composables → src/composables}/useComponentFocus.d.ts +1 -1
- package/dist/src/composables/useOptions.d.ts +8 -0
- package/dist/{types → src/types}/input-file.d.ts +2 -2
- package/package.json +7 -7
- 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/VvCombobox/VvCombobox.vue +17 -19
- package/src/components/VvCombobox/index.ts +29 -8
- package/src/components/VvDialog/VvDialog.vue +1 -0
- package/src/components/VvDialog/index.ts +1 -0
- package/src/components/VvInputFile/VvInputFile.vue +15 -12
- package/src/components/VvInputFile/index.ts +6 -0
- package/src/components/VvSelect/VvSelect.vue +11 -10
- package/src/components/VvSelect/index.ts +19 -1
- package/src/composables/useComponentFocus.ts +1 -1
- package/src/composables/useOptions.ts +19 -13
- package/src/stories/Combobox/Combobox.stories.ts +1 -0
- package/src/stories/Combobox/ComboboxIconPosition.stories.ts +1 -0
- package/src/stories/Combobox/ComboboxMultiple.stories.ts +1 -0
- package/src/stories/Combobox/ComboboxOptions.stories.ts +1 -0
- package/src/stories/Combobox/ComboboxSlots.stories.ts +1 -0
- package/src/stories/Select/Select.stories.ts +1 -0
- package/src/stories/Select/SelectIconPosition.stories.ts +1 -0
- package/src/stories/Select/SelectOptions.stories.ts +1 -0
- package/src/stories/Select/SelectSlots.stories.ts +1 -0
- package/src/types/input-file.ts +2 -2
- package/dist/components/VvCombobox/index.d.ts +0 -391
- package/dist/components/VvSelect/index.d.ts +0 -127
- package/dist/composables/useOptions.d.ts +0 -8
- /package/dist/{Volver.d.ts → src/Volver.d.ts} +0 -0
- /package/dist/{components → src/components}/VvAccordion/VvAccordion.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvAccordion/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvAccordionGroup/VvAccordionGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvAccordionGroup/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvAction/VvAction.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvAction/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvAlert/VvAlert.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvAlert/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvAlertGroup/VvAlertGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvAlertGroup/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvAvatar/VvAvatar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvAvatar/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvAvatarGroup/VvAvatarGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvAvatarGroup/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvBadge/VvBadge.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvBadge/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvBreadcrumb/VvBreadcrumb.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvBreadcrumb/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvButton/VvButton.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvButton/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvButtonGroup/VvButtonGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvButtonGroup/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvCard/VvCard.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvCard/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvCheckbox/VvCheckbox.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvCheckbox/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvCheckboxGroup/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvDialog/VvDialog.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvDropdown/VvDropdown.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvDropdown/VvDropdownAction.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvDropdown/VvDropdownItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvDropdown/VvDropdownOptgroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvDropdown/VvDropdownOption.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvDropdown/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvIcon/VvIcon.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvIcon/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvInputText/VvInputClearAction.d.ts +0 -0
- /package/dist/{components → src/components}/VvInputText/VvInputPasswordAction.d.ts +0 -0
- /package/dist/{components → src/components}/VvInputText/VvInputStepAction.d.ts +0 -0
- /package/dist/{components → src/components}/VvInputText/VvInputText.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvInputText/VvInputTextActions.d.ts +0 -0
- /package/dist/{components → src/components}/VvInputText/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvNav/VvNav.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvNav/VvNavItem.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvNav/VvNavSeparator.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvNav/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvProgress/VvProgress.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvProgress/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvRadio/VvRadio.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvRadio/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvRadioGroup/VvRadioGroup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvRadioGroup/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvTab/VvTab.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvTab/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvTextarea/VvTextarea.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvTextarea/index.d.ts +0 -0
- /package/dist/{components → src/components}/VvTooltip/VvTooltip.vue.d.ts +0 -0
- /package/dist/{components → src/components}/VvTooltip/index.d.ts +0 -0
- /package/dist/{components → src/components}/common/HintSlot.d.ts +0 -0
- /package/dist/{components → src/components}/index.d.ts +0 -0
- /package/dist/{composables → src/composables}/alert/useAlert.d.ts +0 -0
- /package/dist/{composables → src/composables}/alert/useInjectAlert.d.ts +0 -0
- /package/dist/{composables → src/composables}/alert/useProvideAlert.d.ts +0 -0
- /package/dist/{composables → src/composables}/dropdown/useInjectDropdown.d.ts +0 -0
- /package/dist/{composables → src/composables}/dropdown/useProvideDropdown.d.ts +0 -0
- /package/dist/{composables → src/composables}/group/useInjectedGroupState.d.ts +0 -0
- /package/dist/{composables → src/composables}/group/useProvideGroupState.d.ts +0 -0
- /package/dist/{composables → src/composables}/index.d.ts +0 -0
- /package/dist/{composables → src/composables}/useBlurhash.d.ts +0 -0
- /package/dist/{composables → src/composables}/useComponentIcon.d.ts +0 -0
- /package/dist/{composables → src/composables}/useDebouncedInput.d.ts +0 -0
- /package/dist/{composables → src/composables}/useDefaults.d.ts +0 -0
- /package/dist/{composables → src/composables}/useModifiers.d.ts +0 -0
- /package/dist/{composables → src/composables}/usePersistence.d.ts +0 -0
- /package/dist/{composables → src/composables}/useTextCount.d.ts +0 -0
- /package/dist/{composables → src/composables}/useUniqueId.d.ts +0 -0
- /package/dist/{composables → src/composables}/useVolver.d.ts +0 -0
- /package/dist/{constants.d.ts → src/constants.d.ts} +0 -0
- /package/dist/{directives → src/directives}/index.d.ts +0 -0
- /package/dist/{directives → src/directives}/v-contextmenu.d.ts +0 -0
- /package/dist/{directives → src/directives}/v-tooltip.d.ts +0 -0
- /package/dist/{icons.d.ts → src/icons.d.ts} +0 -0
- /package/dist/{index.d.ts → src/index.d.ts} +0 -0
- /package/dist/{props → src/props}/index.d.ts +0 -0
- /package/dist/{resolvers → src/resolvers}/unplugin.d.ts +0 -0
- /package/dist/{stories → src/stories}/Accordion/Accordion.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Accordion/Accordion.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Accordion/Accordion.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Accordion/AccordionSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroup.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroup.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroup.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/AccordionGroup/AccordionGroupSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Alert/Alert.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Alert/Alert.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Alert/Alert.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Alert/AlertModifiers.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Alert/AlertSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AlertGroup/AlertGroup.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/AlertGroup/AlertGroup.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AlertGroup/AlertGroup.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/AlertGroup/AlertGroupPosition.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AlertGroup/AlertGroupSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AlertGroup/AlertGroupWithComposable.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Avatar/Avatar.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Avatar/Avatar.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Avatar/Avatar.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Avatar/AvatarBadge.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Avatar/AvatarModifiers.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Avatar/AvatarSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroup.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroup.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroup.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroupModifiers.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Badge/Badge.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Badge/Badge.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Badge/Badge.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Badge/BadgeSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Blurhash/BlurhashComposable.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Breadcrumb/Breadcrumb.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Breadcrumb/Breadcrumb.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Breadcrumb/Breadcrumb.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Breadcrumb/BreadcrumbSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/Button.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/Button.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/Button.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/ButtonIcon.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/ButtonLink.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/ButtonLoading.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/ButtonModifiers.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/ButtonSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/ButtonState.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Button/ButtonToggle.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroup.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroup.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroup.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroupModifiers.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroupSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/ButtonGroup/ButtonGroupToggle.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Card/Card.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Card/Card.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Card/Card.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Card/CardSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Checkbox/Checkbox.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Checkbox/Checkbox.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Checkbox/Checkbox.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Checkbox/CheckboxBinary.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Checkbox/CheckboxSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroup.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroup.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroup.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Combobox/Combobox.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Combobox/Combobox.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Combobox/Combobox.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Combobox/ComboboxIconPosition.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Combobox/ComboboxMultiple.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Combobox/ComboboxOptions.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Combobox/ComboboxSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dialog/Dialog.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dialog/Dialog.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dialog/Dialog.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dialog/DialogModifiers.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dialog/DialogSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dropdown/Dropdown.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dropdown/Dropdown.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dropdown/Dropdown.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dropdown/DropdownContextmenuDirective.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dropdown/DropdownMultilevel.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Dropdown/DropdownSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Icon/Icon.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Icon/Icon.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Icon/IconsCollection.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputFile/InputFile.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputFile/InputFile.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputFile/InputFileDropArea.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputFile/InputFileIconPosition.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputFile/InputFileSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputText.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputText.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputText.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputTextIconPosition.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputTextLength.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputTextMask.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputTextMinMax.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputTextSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/InputText/InputTextType.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Nav/Nav.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Nav/Nav.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Nav/Nav.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Nav/NavModifiers.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Progress/Progress.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Progress/Progress.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Progress/Progress.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Radio/Radio.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Radio/Radio.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Radio/Radio.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Radio/RadioSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/RadioGroup/RadioGroup.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/RadioGroup/RadioGroup.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/RadioGroup/RadioGroup.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/RadioGroup/RadioGroupOptions.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/RadioGroup/RadioGroupSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Select/Select.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Select/Select.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Select/Select.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Select/SelectIconPosition.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Select/SelectOptions.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Select/SelectSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Tab/Tab.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Tab/Tab.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Tab/Tab.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Textarea/Textarea.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Textarea/Textarea.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Textarea/Textarea.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Textarea/TextareaLength.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Textarea/TextareaSlots.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Textarea/TextareatIconPosition.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Tooltip/Tooltip.settings.d.ts +0 -0
- /package/dist/{stories → src/stories}/Tooltip/Tooltip.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/Tooltip/Tooltip.test.d.ts +0 -0
- /package/dist/{stories → src/stories}/Tooltip/TooltipDirective.stories.d.ts +0 -0
- /package/dist/{stories → src/stories}/argTypes.d.ts +0 -0
- /package/dist/{test → src/test}/expect.d.ts +0 -0
- /package/dist/{test → src/test}/options.d.ts +0 -0
- /package/dist/{test → src/test}/sleep.d.ts +0 -0
- /package/dist/{types → src/types}/alert.d.ts +0 -0
- /package/dist/{types → src/types}/blurhash.d.ts +0 -0
- /package/dist/{types → src/types}/floating-ui.d.ts +0 -0
- /package/dist/{types → src/types}/generic.d.ts +0 -0
- /package/dist/{types → src/types}/group.d.ts +0 -0
- /package/dist/{types → src/types}/index.d.ts +0 -0
- /package/dist/{types → src/types}/nav.d.ts +0 -0
- /package/dist/{utils → src/utils}/ObjectUtilities.d.ts +0 -0
- /package/dist/{workers → src/workers}/blurhash.d.ts +0 -0
|
@@ -1,391 +0,0 @@
|
|
|
1
|
-
import type { PropType } from 'vue';
|
|
2
|
-
import type { Option } from '../../types/generic';
|
|
3
|
-
export declare const VvComboboxEvents: string[];
|
|
4
|
-
export declare const VvComboboxProps: {
|
|
5
|
-
/**
|
|
6
|
-
* Dropdown show / hide transition name
|
|
7
|
-
*/
|
|
8
|
-
transitionName: {
|
|
9
|
-
type: StringConstructor;
|
|
10
|
-
default: string;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* modelValue can be a string, number, boolean, object or array of string, number, boolean, object
|
|
14
|
-
*/
|
|
15
|
-
modelValue: {
|
|
16
|
-
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
17
|
-
default: undefined;
|
|
18
|
-
};
|
|
19
|
-
/**
|
|
20
|
-
* Label for no search results
|
|
21
|
-
*/
|
|
22
|
-
noResultsLabel: {
|
|
23
|
-
type: StringConstructor;
|
|
24
|
-
default: string;
|
|
25
|
-
};
|
|
26
|
-
/**
|
|
27
|
-
* Label for no options available
|
|
28
|
-
*/
|
|
29
|
-
noOptionsLabel: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
/**
|
|
34
|
-
* Label for selected option hint
|
|
35
|
-
*/
|
|
36
|
-
selectedHintLabel: {
|
|
37
|
-
type: StringConstructor;
|
|
38
|
-
default: string;
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* Label for deselect action button
|
|
42
|
-
*/
|
|
43
|
-
deselectActionLabel: {
|
|
44
|
-
type: StringConstructor;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
/**
|
|
48
|
-
* Label for select option hint
|
|
49
|
-
*/
|
|
50
|
-
selectHintLabel: {
|
|
51
|
-
type: StringConstructor;
|
|
52
|
-
default: string;
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
* Label for deselected option hint
|
|
56
|
-
*/
|
|
57
|
-
deselectHintLabel: {
|
|
58
|
-
type: StringConstructor;
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
/**
|
|
62
|
-
* Label close button
|
|
63
|
-
*/
|
|
64
|
-
closeLabel: {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
};
|
|
68
|
-
/**
|
|
69
|
-
* Select input placeholder
|
|
70
|
-
*/
|
|
71
|
-
placeholder: StringConstructor;
|
|
72
|
-
/**
|
|
73
|
-
* Use input text to search on options
|
|
74
|
-
*/
|
|
75
|
-
searchable: BooleanConstructor;
|
|
76
|
-
/**
|
|
77
|
-
* Search function to filter options
|
|
78
|
-
*/
|
|
79
|
-
searchFunction: {
|
|
80
|
-
type: PropType<(search: string, options: (Option | string)[]) => (Option | string)[] | Promise<(Option | string)[]>>;
|
|
81
|
-
default: undefined;
|
|
82
|
-
};
|
|
83
|
-
/**
|
|
84
|
-
* On searchable select is the input search placeholder
|
|
85
|
-
*/
|
|
86
|
-
searchPlaceholder: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: string;
|
|
89
|
-
};
|
|
90
|
-
/**
|
|
91
|
-
* The input search debounce time in ms
|
|
92
|
-
*/
|
|
93
|
-
debounceSearch: {
|
|
94
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
95
|
-
default: number;
|
|
96
|
-
};
|
|
97
|
-
/**
|
|
98
|
-
* Manage modelValue as string[] or object[]
|
|
99
|
-
*/
|
|
100
|
-
multiple: BooleanConstructor;
|
|
101
|
-
/**
|
|
102
|
-
* The max number of selected values
|
|
103
|
-
*/
|
|
104
|
-
maxValues: (StringConstructor | NumberConstructor)[];
|
|
105
|
-
/**
|
|
106
|
-
* The select label separator visible to the user
|
|
107
|
-
*/
|
|
108
|
-
separator: {
|
|
109
|
-
type: StringConstructor;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
/**
|
|
113
|
-
* Show native select
|
|
114
|
-
*/
|
|
115
|
-
native: BooleanConstructor;
|
|
116
|
-
/**
|
|
117
|
-
* Show badges
|
|
118
|
-
*/
|
|
119
|
-
badges: BooleanConstructor;
|
|
120
|
-
/**
|
|
121
|
-
* Badge modifiers
|
|
122
|
-
*/
|
|
123
|
-
badgeModifiers: {
|
|
124
|
-
type: PropType<string | string[]>;
|
|
125
|
-
default: string;
|
|
126
|
-
};
|
|
127
|
-
/**
|
|
128
|
-
* Set dropdown width to the same as the trigger
|
|
129
|
-
*/
|
|
130
|
-
triggerWidth: {
|
|
131
|
-
default: boolean;
|
|
132
|
-
type: BooleanConstructor;
|
|
133
|
-
};
|
|
134
|
-
/**
|
|
135
|
-
* Dropdown modifiers
|
|
136
|
-
*/
|
|
137
|
-
dropdownModifiers: {
|
|
138
|
-
type: PropType<string | string[]>;
|
|
139
|
-
default: string;
|
|
140
|
-
};
|
|
141
|
-
/**
|
|
142
|
-
* Open dropdown on focus
|
|
143
|
-
*/
|
|
144
|
-
autoOpen: {
|
|
145
|
-
type: BooleanConstructor;
|
|
146
|
-
default: boolean;
|
|
147
|
-
};
|
|
148
|
-
/**
|
|
149
|
-
* Keep open dropdown on single select
|
|
150
|
-
*/
|
|
151
|
-
keepOpen: {
|
|
152
|
-
type: BooleanConstructor;
|
|
153
|
-
default: boolean;
|
|
154
|
-
};
|
|
155
|
-
label: {
|
|
156
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
157
|
-
default: undefined;
|
|
158
|
-
};
|
|
159
|
-
placement: {
|
|
160
|
-
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
161
|
-
default: import("../../constants").Side;
|
|
162
|
-
validator: (value: never) => boolean;
|
|
163
|
-
};
|
|
164
|
-
strategy: {
|
|
165
|
-
type: PropType<"absolute" | "fixed">;
|
|
166
|
-
default: undefined;
|
|
167
|
-
validator: (value: import("../../constants").Strategy) => boolean;
|
|
168
|
-
};
|
|
169
|
-
offset: {
|
|
170
|
-
type: PropType<string | import("@floating-ui/core").OffsetOptions | undefined>;
|
|
171
|
-
default: number;
|
|
172
|
-
};
|
|
173
|
-
shift: {
|
|
174
|
-
type: PropType<boolean | {
|
|
175
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
176
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
177
|
-
altBoundary?: boolean | undefined;
|
|
178
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
179
|
-
crossAxis?: boolean | undefined;
|
|
180
|
-
mainAxis?: boolean | undefined;
|
|
181
|
-
limiter?: {
|
|
182
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
183
|
-
options?: any;
|
|
184
|
-
} | undefined;
|
|
185
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
186
|
-
} | import("@floating-ui/core").Derivable<{
|
|
187
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
188
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
189
|
-
altBoundary?: boolean | undefined;
|
|
190
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
191
|
-
crossAxis?: boolean | undefined;
|
|
192
|
-
mainAxis?: boolean | undefined;
|
|
193
|
-
limiter?: {
|
|
194
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
195
|
-
options?: any;
|
|
196
|
-
} | undefined;
|
|
197
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
198
|
-
}> | undefined>;
|
|
199
|
-
default: boolean;
|
|
200
|
-
};
|
|
201
|
-
flip: {
|
|
202
|
-
type: PropType<boolean | {
|
|
203
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
204
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
205
|
-
altBoundary?: boolean | undefined;
|
|
206
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
207
|
-
crossAxis?: boolean | undefined;
|
|
208
|
-
mainAxis?: boolean | undefined;
|
|
209
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
210
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
211
|
-
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
212
|
-
flipAlignment?: boolean | undefined;
|
|
213
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
214
|
-
} | import("@floating-ui/core").Derivable<{
|
|
215
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
216
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
217
|
-
altBoundary?: boolean | undefined;
|
|
218
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
219
|
-
crossAxis?: boolean | undefined;
|
|
220
|
-
mainAxis?: boolean | undefined;
|
|
221
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
222
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
223
|
-
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
224
|
-
flipAlignment?: boolean | undefined;
|
|
225
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
226
|
-
}> | undefined>;
|
|
227
|
-
default: boolean;
|
|
228
|
-
};
|
|
229
|
-
size: {
|
|
230
|
-
type: PropType<boolean | {
|
|
231
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
232
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
233
|
-
altBoundary?: boolean | undefined;
|
|
234
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
235
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
236
|
-
apply?: ((args: {
|
|
237
|
-
x: number;
|
|
238
|
-
y: number;
|
|
239
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
240
|
-
placement: import("@floating-ui/utils").Placement;
|
|
241
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
242
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
243
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
244
|
-
platform: import("@floating-ui/core").Platform;
|
|
245
|
-
elements: import("@floating-ui/dom").Elements;
|
|
246
|
-
} & {
|
|
247
|
-
availableWidth: number;
|
|
248
|
-
availableHeight: number;
|
|
249
|
-
}) => void | Promise<void>) | undefined;
|
|
250
|
-
} | import("@floating-ui/core").Derivable<{
|
|
251
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
252
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
253
|
-
altBoundary?: boolean | undefined;
|
|
254
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
255
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
256
|
-
apply?: ((args: {
|
|
257
|
-
x: number;
|
|
258
|
-
y: number;
|
|
259
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
260
|
-
placement: import("@floating-ui/utils").Placement;
|
|
261
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
262
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
263
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
264
|
-
platform: import("@floating-ui/core").Platform;
|
|
265
|
-
elements: import("@floating-ui/dom").Elements;
|
|
266
|
-
} & {
|
|
267
|
-
availableWidth: number;
|
|
268
|
-
availableHeight: number;
|
|
269
|
-
}) => void | Promise<void>) | undefined;
|
|
270
|
-
}> | undefined>;
|
|
271
|
-
default: () => {
|
|
272
|
-
padding: number;
|
|
273
|
-
};
|
|
274
|
-
};
|
|
275
|
-
autoPlacement: {
|
|
276
|
-
type: PropType<boolean | {
|
|
277
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
278
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
279
|
-
altBoundary?: boolean | undefined;
|
|
280
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
281
|
-
crossAxis?: boolean | undefined;
|
|
282
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
283
|
-
autoAlignment?: boolean | undefined;
|
|
284
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
285
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
286
|
-
} | import("@floating-ui/core").Derivable<{
|
|
287
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
288
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
289
|
-
altBoundary?: boolean | undefined;
|
|
290
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
291
|
-
crossAxis?: boolean | undefined;
|
|
292
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
293
|
-
autoAlignment?: boolean | undefined;
|
|
294
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
295
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
296
|
-
}> | undefined>;
|
|
297
|
-
default: boolean;
|
|
298
|
-
};
|
|
299
|
-
arrow: {
|
|
300
|
-
type: BooleanConstructor;
|
|
301
|
-
default: boolean;
|
|
302
|
-
};
|
|
303
|
-
autofocusFirst: {
|
|
304
|
-
type: BooleanConstructor;
|
|
305
|
-
default: boolean;
|
|
306
|
-
};
|
|
307
|
-
unselectable: {
|
|
308
|
-
type: BooleanConstructor;
|
|
309
|
-
default: boolean;
|
|
310
|
-
};
|
|
311
|
-
floating: {
|
|
312
|
-
type: BooleanConstructor;
|
|
313
|
-
default: boolean;
|
|
314
|
-
};
|
|
315
|
-
icon: {
|
|
316
|
-
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
317
|
-
default: undefined;
|
|
318
|
-
};
|
|
319
|
-
iconPosition: {
|
|
320
|
-
type: PropType<"before" | "after">;
|
|
321
|
-
default: import("../../constants").Position;
|
|
322
|
-
validation: (value: import("../../constants").Position) => boolean;
|
|
323
|
-
};
|
|
324
|
-
options: {
|
|
325
|
-
type: PropType<(string | Option)[]>;
|
|
326
|
-
default: () => never[];
|
|
327
|
-
};
|
|
328
|
-
labelKey: {
|
|
329
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
330
|
-
default: string;
|
|
331
|
-
};
|
|
332
|
-
valueKey: {
|
|
333
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
334
|
-
default: string;
|
|
335
|
-
};
|
|
336
|
-
disabledKey: {
|
|
337
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
338
|
-
default: string;
|
|
339
|
-
};
|
|
340
|
-
modifiers: {
|
|
341
|
-
type: PropType<string | string[]>;
|
|
342
|
-
default: undefined;
|
|
343
|
-
}; /**
|
|
344
|
-
* The max number of selected values
|
|
345
|
-
*/
|
|
346
|
-
readonly: {
|
|
347
|
-
type: BooleanConstructor;
|
|
348
|
-
default: boolean;
|
|
349
|
-
};
|
|
350
|
-
disabled: {
|
|
351
|
-
type: BooleanConstructor;
|
|
352
|
-
default: boolean;
|
|
353
|
-
};
|
|
354
|
-
loading: {
|
|
355
|
-
type: BooleanConstructor;
|
|
356
|
-
default: boolean;
|
|
357
|
-
};
|
|
358
|
-
loadingLabel: {
|
|
359
|
-
type: StringConstructor;
|
|
360
|
-
default: string;
|
|
361
|
-
};
|
|
362
|
-
hintLabel: {
|
|
363
|
-
type: StringConstructor;
|
|
364
|
-
default: string;
|
|
365
|
-
};
|
|
366
|
-
invalid: {
|
|
367
|
-
type: BooleanConstructor;
|
|
368
|
-
default: boolean;
|
|
369
|
-
};
|
|
370
|
-
invalidLabel: {
|
|
371
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
372
|
-
default: undefined;
|
|
373
|
-
};
|
|
374
|
-
valid: {
|
|
375
|
-
type: BooleanConstructor;
|
|
376
|
-
default: boolean;
|
|
377
|
-
};
|
|
378
|
-
validLabel: {
|
|
379
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
380
|
-
default: undefined;
|
|
381
|
-
};
|
|
382
|
-
tabindex: {
|
|
383
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
384
|
-
default: number;
|
|
385
|
-
};
|
|
386
|
-
name: {
|
|
387
|
-
type: StringConstructor;
|
|
388
|
-
required: boolean;
|
|
389
|
-
};
|
|
390
|
-
id: (StringConstructor | NumberConstructor)[];
|
|
391
|
-
};
|
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
export declare const VvSelectProps: {
|
|
2
|
-
/**
|
|
3
|
-
* This Boolean attribute indicates that multiple options can be selected in the list.
|
|
4
|
-
* If it is not specified, then only one option can be selected at a time.
|
|
5
|
-
* When multiple is specified, most browsers will show a scrolling list box instead of a single line dropdown.
|
|
6
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attr-multiple
|
|
7
|
-
*/
|
|
8
|
-
multiple: BooleanConstructor;
|
|
9
|
-
/**
|
|
10
|
-
* A Boolean attribute indicating that an option with a non-empty string value must be selected.
|
|
11
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attr-required
|
|
12
|
-
*/
|
|
13
|
-
required: BooleanConstructor;
|
|
14
|
-
/**
|
|
15
|
-
* If the control is presented as a scrolling list box (e.g. when multiple is specified),
|
|
16
|
-
* this attribute represents the number of rows in the list that should be visible at one time.
|
|
17
|
-
* Browsers are not required to present a select element as a scrolled list box. The default value is 0.
|
|
18
|
-
* @see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/select#attr-size
|
|
19
|
-
*/
|
|
20
|
-
size: (StringConstructor | NumberConstructor)[];
|
|
21
|
-
/**
|
|
22
|
-
* modelValue can be a string, number, boolean, object or array of string, number, boolean, object
|
|
23
|
-
*/
|
|
24
|
-
modelValue: {
|
|
25
|
-
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
26
|
-
default: undefined;
|
|
27
|
-
};
|
|
28
|
-
/**
|
|
29
|
-
* Select placeholder
|
|
30
|
-
*/
|
|
31
|
-
placeholder: StringConstructor;
|
|
32
|
-
label: {
|
|
33
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
34
|
-
default: undefined;
|
|
35
|
-
};
|
|
36
|
-
unselectable: {
|
|
37
|
-
type: BooleanConstructor;
|
|
38
|
-
default: boolean;
|
|
39
|
-
};
|
|
40
|
-
floating: {
|
|
41
|
-
type: BooleanConstructor;
|
|
42
|
-
default: boolean;
|
|
43
|
-
};
|
|
44
|
-
icon: {
|
|
45
|
-
type: globalThis.PropType<string | import("../VvIcon").VvIconProps>;
|
|
46
|
-
default: undefined;
|
|
47
|
-
};
|
|
48
|
-
iconPosition: {
|
|
49
|
-
type: globalThis.PropType<"before" | "after">;
|
|
50
|
-
default: import("../../constants").Position;
|
|
51
|
-
validation: (value: import("../../constants").Position) => boolean;
|
|
52
|
-
};
|
|
53
|
-
options: {
|
|
54
|
-
type: globalThis.PropType<(string | import("../..").Option)[]>;
|
|
55
|
-
default: () => never[];
|
|
56
|
-
};
|
|
57
|
-
labelKey: {
|
|
58
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
59
|
-
default: string;
|
|
60
|
-
};
|
|
61
|
-
valueKey: {
|
|
62
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
disabledKey: {
|
|
66
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
67
|
-
default: string;
|
|
68
|
-
};
|
|
69
|
-
modifiers: {
|
|
70
|
-
type: globalThis.PropType<string | string[]>;
|
|
71
|
-
default: undefined;
|
|
72
|
-
};
|
|
73
|
-
readonly: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
disabled: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
loading: {
|
|
82
|
-
type: BooleanConstructor;
|
|
83
|
-
default: boolean;
|
|
84
|
-
};
|
|
85
|
-
loadingLabel: {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
default: string;
|
|
88
|
-
};
|
|
89
|
-
hintLabel: {
|
|
90
|
-
type: StringConstructor;
|
|
91
|
-
default: string;
|
|
92
|
-
};
|
|
93
|
-
invalid: {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: boolean;
|
|
96
|
-
};
|
|
97
|
-
invalidLabel: {
|
|
98
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
99
|
-
default: undefined;
|
|
100
|
-
};
|
|
101
|
-
valid: {
|
|
102
|
-
type: BooleanConstructor;
|
|
103
|
-
default: boolean;
|
|
104
|
-
};
|
|
105
|
-
validLabel: {
|
|
106
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
107
|
-
default: undefined;
|
|
108
|
-
};
|
|
109
|
-
tabindex: {
|
|
110
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
111
|
-
default: number;
|
|
112
|
-
};
|
|
113
|
-
autocomplete: {
|
|
114
|
-
type: StringConstructor;
|
|
115
|
-
default: string;
|
|
116
|
-
};
|
|
117
|
-
autofocus: {
|
|
118
|
-
type: BooleanConstructor;
|
|
119
|
-
default: boolean;
|
|
120
|
-
};
|
|
121
|
-
name: {
|
|
122
|
-
type: StringConstructor;
|
|
123
|
-
required: boolean;
|
|
124
|
-
};
|
|
125
|
-
id: (StringConstructor | NumberConstructor)[];
|
|
126
|
-
};
|
|
127
|
-
export declare const VvSelectEmits: string[];
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import type { Option } from '../types/generic';
|
|
2
|
-
export declare function useOptions(props: any): {
|
|
3
|
-
options: globalThis.Ref<any>;
|
|
4
|
-
getOptionLabel: (option: string | Option) => string;
|
|
5
|
-
getOptionValue: (option: string | Option) => any;
|
|
6
|
-
isOptionDisabled: (option: string | Option) => boolean;
|
|
7
|
-
getOptionGrouped: (option: string | Option) => Option[];
|
|
8
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|