@volverjs/ui-vue 0.0.10-beta.37 → 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/VvAlertGroup/VvAlertGroup.es.js +1 -0
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- 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 +24 -7
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- 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 +80 -41
- 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/VvDialog.vue.d.ts +9 -0
- package/dist/{components → src/components}/VvDialog/index.d.ts +5 -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/src/stories/Dialog/DialogModifiers.stories.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/VvAlertGroup/VvAlertGroup.vue +1 -0
- package/src/components/VvCombobox/VvCombobox.vue +17 -19
- package/src/components/VvCombobox/index.ts +29 -8
- package/src/components/VvDialog/VvDialog.vue +18 -8
- package/src/components/VvDialog/index.ts +3 -1
- 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/Dialog/Dialog.settings.ts +9 -1
- package/src/stories/Dialog/DialogModifiers.stories.ts +42 -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}/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/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
package/dist/{components/VvCombobox/VvCombobox.vue.d.ts → src/components/VvCombobox/index.d.ts}
RENAMED
|
@@ -1,79 +1,163 @@
|
|
|
1
|
+
import type { PropType } from 'vue';
|
|
2
|
+
import type { MaybeElement } from '@vueuse/core';
|
|
1
3
|
import type { Option } from '../../types/generic';
|
|
2
|
-
|
|
4
|
+
export type VvComboboxEvents = {
|
|
5
|
+
'update:modelValue': [any];
|
|
6
|
+
'update:search': [string];
|
|
7
|
+
/**
|
|
8
|
+
* @deprecated use update:search instead
|
|
9
|
+
*/
|
|
10
|
+
'change:search': [string];
|
|
11
|
+
'focus': [MaybeElement];
|
|
12
|
+
'blur': [MaybeElement];
|
|
13
|
+
};
|
|
14
|
+
export declare const VvComboboxProps: {
|
|
15
|
+
/**
|
|
16
|
+
* Dropdown show / hide transition name
|
|
17
|
+
*/
|
|
3
18
|
transitionName: {
|
|
4
19
|
type: StringConstructor;
|
|
5
20
|
default: string;
|
|
6
21
|
};
|
|
22
|
+
/**
|
|
23
|
+
* modelValue can be a string, number, boolean, object or array of string, number, boolean, object
|
|
24
|
+
*/
|
|
7
25
|
modelValue: {
|
|
8
26
|
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
9
27
|
default: undefined;
|
|
10
28
|
};
|
|
29
|
+
/**
|
|
30
|
+
* Label for no search results
|
|
31
|
+
*/
|
|
11
32
|
noResultsLabel: {
|
|
12
33
|
type: StringConstructor;
|
|
13
34
|
default: string;
|
|
14
35
|
};
|
|
36
|
+
/**
|
|
37
|
+
* Label for no options available
|
|
38
|
+
*/
|
|
15
39
|
noOptionsLabel: {
|
|
16
40
|
type: StringConstructor;
|
|
17
41
|
default: string;
|
|
18
42
|
};
|
|
43
|
+
/**
|
|
44
|
+
* Label for selected option hint
|
|
45
|
+
*/
|
|
19
46
|
selectedHintLabel: {
|
|
20
47
|
type: StringConstructor;
|
|
21
48
|
default: string;
|
|
22
49
|
};
|
|
50
|
+
/**
|
|
51
|
+
* Label for deselect action button
|
|
52
|
+
*/
|
|
23
53
|
deselectActionLabel: {
|
|
24
54
|
type: StringConstructor;
|
|
25
55
|
default: string;
|
|
26
56
|
};
|
|
57
|
+
/**
|
|
58
|
+
* Label for select option hint
|
|
59
|
+
*/
|
|
27
60
|
selectHintLabel: {
|
|
28
61
|
type: StringConstructor;
|
|
29
62
|
default: string;
|
|
30
63
|
};
|
|
64
|
+
/**
|
|
65
|
+
* Label for deselected option hint
|
|
66
|
+
*/
|
|
31
67
|
deselectHintLabel: {
|
|
32
68
|
type: StringConstructor;
|
|
33
69
|
default: string;
|
|
34
70
|
};
|
|
71
|
+
/**
|
|
72
|
+
* Label close button
|
|
73
|
+
*/
|
|
35
74
|
closeLabel: {
|
|
36
75
|
type: StringConstructor;
|
|
37
76
|
default: string;
|
|
38
77
|
};
|
|
78
|
+
/**
|
|
79
|
+
* Select input placeholder
|
|
80
|
+
*/
|
|
39
81
|
placeholder: StringConstructor;
|
|
82
|
+
/**
|
|
83
|
+
* Use input text to search on options
|
|
84
|
+
*/
|
|
40
85
|
searchable: BooleanConstructor;
|
|
86
|
+
/**
|
|
87
|
+
* Search function to filter options
|
|
88
|
+
*/
|
|
41
89
|
searchFunction: {
|
|
42
|
-
type:
|
|
90
|
+
type: PropType<(search: string, options: (Option | string)[]) => (Option | string)[] | Promise<(Option | string)[]>>;
|
|
43
91
|
default: undefined;
|
|
44
92
|
};
|
|
93
|
+
/**
|
|
94
|
+
* On searchable select is the input search placeholder
|
|
95
|
+
*/
|
|
45
96
|
searchPlaceholder: {
|
|
46
97
|
type: StringConstructor;
|
|
47
98
|
default: string;
|
|
48
99
|
};
|
|
100
|
+
/**
|
|
101
|
+
* The input search debounce time in ms
|
|
102
|
+
*/
|
|
49
103
|
debounceSearch: {
|
|
50
104
|
type: (StringConstructor | NumberConstructor)[];
|
|
51
105
|
default: number;
|
|
52
106
|
};
|
|
107
|
+
/**
|
|
108
|
+
* Manage modelValue as string[] or object[]
|
|
109
|
+
*/
|
|
53
110
|
multiple: BooleanConstructor;
|
|
111
|
+
/**
|
|
112
|
+
* The max number of selected values
|
|
113
|
+
*/
|
|
54
114
|
maxValues: (StringConstructor | NumberConstructor)[];
|
|
115
|
+
/**
|
|
116
|
+
* The select label separator visible to the user
|
|
117
|
+
*/
|
|
55
118
|
separator: {
|
|
56
119
|
type: StringConstructor;
|
|
57
120
|
default: string;
|
|
58
121
|
};
|
|
122
|
+
/**
|
|
123
|
+
* Show native select
|
|
124
|
+
*/
|
|
59
125
|
native: BooleanConstructor;
|
|
126
|
+
/**
|
|
127
|
+
* Show badges
|
|
128
|
+
*/
|
|
60
129
|
badges: BooleanConstructor;
|
|
130
|
+
/**
|
|
131
|
+
* Badge modifiers
|
|
132
|
+
*/
|
|
61
133
|
badgeModifiers: {
|
|
62
|
-
type:
|
|
134
|
+
type: PropType<string | string[]>;
|
|
63
135
|
default: string;
|
|
64
136
|
};
|
|
137
|
+
/**
|
|
138
|
+
* Set dropdown width to the same as the trigger
|
|
139
|
+
*/
|
|
65
140
|
triggerWidth: {
|
|
66
141
|
default: boolean;
|
|
67
142
|
type: BooleanConstructor;
|
|
68
143
|
};
|
|
144
|
+
/**
|
|
145
|
+
* Dropdown modifiers
|
|
146
|
+
*/
|
|
69
147
|
dropdownModifiers: {
|
|
70
|
-
type:
|
|
148
|
+
type: PropType<string | string[]>;
|
|
71
149
|
default: string;
|
|
72
150
|
};
|
|
151
|
+
/**
|
|
152
|
+
* Open dropdown on focus
|
|
153
|
+
*/
|
|
73
154
|
autoOpen: {
|
|
74
155
|
type: BooleanConstructor;
|
|
75
156
|
default: boolean;
|
|
76
157
|
};
|
|
158
|
+
/**
|
|
159
|
+
* Keep open dropdown on single select
|
|
160
|
+
*/
|
|
77
161
|
keepOpen: {
|
|
78
162
|
type: BooleanConstructor;
|
|
79
163
|
default: boolean;
|
|
@@ -83,21 +167,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
83
167
|
default: undefined;
|
|
84
168
|
};
|
|
85
169
|
placement: {
|
|
86
|
-
type:
|
|
170
|
+
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
87
171
|
default: import("../../constants").Side;
|
|
88
172
|
validator: (value: never) => boolean;
|
|
89
173
|
};
|
|
90
174
|
strategy: {
|
|
91
|
-
type:
|
|
175
|
+
type: PropType<"absolute" | "fixed">;
|
|
92
176
|
default: undefined;
|
|
93
177
|
validator: (value: import("../../constants").Strategy) => boolean;
|
|
94
178
|
};
|
|
95
179
|
offset: {
|
|
96
|
-
type:
|
|
180
|
+
type: PropType<string | import("@floating-ui/core").OffsetOptions | undefined>;
|
|
97
181
|
default: number;
|
|
98
182
|
};
|
|
99
183
|
shift: {
|
|
100
|
-
type:
|
|
184
|
+
type: PropType<boolean | {
|
|
101
185
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
102
186
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
103
187
|
altBoundary?: boolean | undefined;
|
|
@@ -125,7 +209,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
125
209
|
default: boolean;
|
|
126
210
|
};
|
|
127
211
|
flip: {
|
|
128
|
-
type:
|
|
212
|
+
type: PropType<boolean | {
|
|
129
213
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
130
214
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
131
215
|
altBoundary?: boolean | undefined;
|
|
@@ -153,7 +237,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
153
237
|
default: boolean;
|
|
154
238
|
};
|
|
155
239
|
size: {
|
|
156
|
-
type:
|
|
240
|
+
type: PropType<boolean | {
|
|
157
241
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
158
242
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
159
243
|
altBoundary?: boolean | undefined;
|
|
@@ -199,7 +283,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
199
283
|
};
|
|
200
284
|
};
|
|
201
285
|
autoPlacement: {
|
|
202
|
-
type:
|
|
286
|
+
type: PropType<boolean | {
|
|
203
287
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
204
288
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
205
289
|
altBoundary?: boolean | undefined;
|
|
@@ -239,17 +323,19 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
239
323
|
default: boolean;
|
|
240
324
|
};
|
|
241
325
|
icon: {
|
|
242
|
-
type:
|
|
326
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
243
327
|
default: undefined;
|
|
244
328
|
};
|
|
245
329
|
iconPosition: {
|
|
246
|
-
type:
|
|
330
|
+
type: PropType<"before" | "after">;
|
|
247
331
|
default: import("../../constants").Position;
|
|
248
332
|
validation: (value: import("../../constants").Position) => boolean;
|
|
249
333
|
};
|
|
250
334
|
options: {
|
|
251
|
-
type:
|
|
252
|
-
default: () => never[];
|
|
335
|
+
type: PropType<(string | Option)[]>;
|
|
336
|
+
default: () => never[]; /**
|
|
337
|
+
* Show native select
|
|
338
|
+
*/
|
|
253
339
|
};
|
|
254
340
|
labelKey: {
|
|
255
341
|
type: (StringConstructor | FunctionConstructor)[];
|
|
@@ -264,7 +350,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
264
350
|
default: string;
|
|
265
351
|
};
|
|
266
352
|
modifiers: {
|
|
267
|
-
type:
|
|
353
|
+
type: PropType<string | string[]>;
|
|
268
354
|
default: undefined;
|
|
269
355
|
};
|
|
270
356
|
readonly: {
|
|
@@ -274,7 +360,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
274
360
|
disabled: {
|
|
275
361
|
type: BooleanConstructor;
|
|
276
362
|
default: boolean;
|
|
277
|
-
};
|
|
363
|
+
}; /**
|
|
364
|
+
* Label for select option hint
|
|
365
|
+
*/
|
|
278
366
|
loading: {
|
|
279
367
|
type: BooleanConstructor;
|
|
280
368
|
default: boolean;
|
|
@@ -312,83 +400,157 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
312
400
|
required: boolean;
|
|
313
401
|
};
|
|
314
402
|
id: (StringConstructor | NumberConstructor)[];
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
|
|
403
|
+
};
|
|
404
|
+
export declare function useVvComboboxProps<T extends Option | string>(): {
|
|
405
|
+
options: {
|
|
406
|
+
type: PropType<T[]>;
|
|
407
|
+
default: () => never[]; /**
|
|
408
|
+
* Show native select
|
|
409
|
+
*/
|
|
410
|
+
};
|
|
411
|
+
searchFunction: {
|
|
412
|
+
type: PropType<(search: string, options: T[]) => T[] | Promise<T[]>>;
|
|
413
|
+
default: undefined;
|
|
414
|
+
};
|
|
415
|
+
/**
|
|
416
|
+
* Dropdown show / hide transition name
|
|
417
|
+
*/
|
|
318
418
|
transitionName: {
|
|
319
419
|
type: StringConstructor;
|
|
320
420
|
default: string;
|
|
321
421
|
};
|
|
422
|
+
/**
|
|
423
|
+
* modelValue can be a string, number, boolean, object or array of string, number, boolean, object
|
|
424
|
+
*/
|
|
322
425
|
modelValue: {
|
|
323
426
|
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
324
427
|
default: undefined;
|
|
325
428
|
};
|
|
429
|
+
/**
|
|
430
|
+
* Label for no search results
|
|
431
|
+
*/
|
|
326
432
|
noResultsLabel: {
|
|
327
433
|
type: StringConstructor;
|
|
328
434
|
default: string;
|
|
329
435
|
};
|
|
436
|
+
/**
|
|
437
|
+
* Label for no options available
|
|
438
|
+
*/
|
|
330
439
|
noOptionsLabel: {
|
|
331
440
|
type: StringConstructor;
|
|
332
441
|
default: string;
|
|
333
442
|
};
|
|
443
|
+
/**
|
|
444
|
+
* Label for selected option hint
|
|
445
|
+
*/
|
|
334
446
|
selectedHintLabel: {
|
|
335
447
|
type: StringConstructor;
|
|
336
448
|
default: string;
|
|
337
449
|
};
|
|
450
|
+
/**
|
|
451
|
+
* Label for deselect action button
|
|
452
|
+
*/
|
|
338
453
|
deselectActionLabel: {
|
|
339
454
|
type: StringConstructor;
|
|
340
455
|
default: string;
|
|
341
456
|
};
|
|
457
|
+
/**
|
|
458
|
+
* Label for select option hint
|
|
459
|
+
*/
|
|
342
460
|
selectHintLabel: {
|
|
343
461
|
type: StringConstructor;
|
|
344
462
|
default: string;
|
|
345
463
|
};
|
|
464
|
+
/**
|
|
465
|
+
* Label for deselected option hint
|
|
466
|
+
*/
|
|
346
467
|
deselectHintLabel: {
|
|
347
468
|
type: StringConstructor;
|
|
348
469
|
default: string;
|
|
349
470
|
};
|
|
471
|
+
/**
|
|
472
|
+
* Label close button
|
|
473
|
+
*/
|
|
350
474
|
closeLabel: {
|
|
351
475
|
type: StringConstructor;
|
|
352
476
|
default: string;
|
|
353
477
|
};
|
|
478
|
+
/**
|
|
479
|
+
* Select input placeholder
|
|
480
|
+
*/
|
|
354
481
|
placeholder: StringConstructor;
|
|
482
|
+
/**
|
|
483
|
+
* Use input text to search on options
|
|
484
|
+
*/
|
|
355
485
|
searchable: BooleanConstructor;
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
};
|
|
486
|
+
/**
|
|
487
|
+
* On searchable select is the input search placeholder
|
|
488
|
+
*/
|
|
360
489
|
searchPlaceholder: {
|
|
361
490
|
type: StringConstructor;
|
|
362
491
|
default: string;
|
|
363
492
|
};
|
|
493
|
+
/**
|
|
494
|
+
* The input search debounce time in ms
|
|
495
|
+
*/
|
|
364
496
|
debounceSearch: {
|
|
365
497
|
type: (StringConstructor | NumberConstructor)[];
|
|
366
498
|
default: number;
|
|
367
499
|
};
|
|
500
|
+
/**
|
|
501
|
+
* Manage modelValue as string[] or object[]
|
|
502
|
+
*/
|
|
368
503
|
multiple: BooleanConstructor;
|
|
504
|
+
/**
|
|
505
|
+
* The max number of selected values
|
|
506
|
+
*/
|
|
369
507
|
maxValues: (StringConstructor | NumberConstructor)[];
|
|
508
|
+
/**
|
|
509
|
+
* The select label separator visible to the user
|
|
510
|
+
*/
|
|
370
511
|
separator: {
|
|
371
512
|
type: StringConstructor;
|
|
372
513
|
default: string;
|
|
373
514
|
};
|
|
515
|
+
/**
|
|
516
|
+
* Show native select
|
|
517
|
+
*/
|
|
374
518
|
native: BooleanConstructor;
|
|
519
|
+
/**
|
|
520
|
+
* Show badges
|
|
521
|
+
*/
|
|
375
522
|
badges: BooleanConstructor;
|
|
523
|
+
/**
|
|
524
|
+
* Badge modifiers
|
|
525
|
+
*/
|
|
376
526
|
badgeModifiers: {
|
|
377
|
-
type:
|
|
527
|
+
type: PropType<string | string[]>;
|
|
378
528
|
default: string;
|
|
379
529
|
};
|
|
530
|
+
/**
|
|
531
|
+
* Set dropdown width to the same as the trigger
|
|
532
|
+
*/
|
|
380
533
|
triggerWidth: {
|
|
381
534
|
default: boolean;
|
|
382
535
|
type: BooleanConstructor;
|
|
383
536
|
};
|
|
537
|
+
/**
|
|
538
|
+
* Dropdown modifiers
|
|
539
|
+
*/
|
|
384
540
|
dropdownModifiers: {
|
|
385
|
-
type:
|
|
541
|
+
type: PropType<string | string[]>;
|
|
386
542
|
default: string;
|
|
387
543
|
};
|
|
544
|
+
/**
|
|
545
|
+
* Open dropdown on focus
|
|
546
|
+
*/
|
|
388
547
|
autoOpen: {
|
|
389
548
|
type: BooleanConstructor;
|
|
390
549
|
default: boolean;
|
|
391
550
|
};
|
|
551
|
+
/**
|
|
552
|
+
* Keep open dropdown on single select
|
|
553
|
+
*/
|
|
392
554
|
keepOpen: {
|
|
393
555
|
type: BooleanConstructor;
|
|
394
556
|
default: boolean;
|
|
@@ -398,21 +560,21 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
398
560
|
default: undefined;
|
|
399
561
|
};
|
|
400
562
|
placement: {
|
|
401
|
-
type:
|
|
563
|
+
type: PropType<"top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end">;
|
|
402
564
|
default: import("../../constants").Side;
|
|
403
565
|
validator: (value: never) => boolean;
|
|
404
566
|
};
|
|
405
567
|
strategy: {
|
|
406
|
-
type:
|
|
568
|
+
type: PropType<"absolute" | "fixed">;
|
|
407
569
|
default: undefined;
|
|
408
570
|
validator: (value: import("../../constants").Strategy) => boolean;
|
|
409
571
|
};
|
|
410
572
|
offset: {
|
|
411
|
-
type:
|
|
573
|
+
type: PropType<string | import("@floating-ui/core").OffsetOptions | undefined>;
|
|
412
574
|
default: number;
|
|
413
575
|
};
|
|
414
576
|
shift: {
|
|
415
|
-
type:
|
|
577
|
+
type: PropType<boolean | {
|
|
416
578
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
417
579
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
418
580
|
altBoundary?: boolean | undefined;
|
|
@@ -440,7 +602,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
440
602
|
default: boolean;
|
|
441
603
|
};
|
|
442
604
|
flip: {
|
|
443
|
-
type:
|
|
605
|
+
type: PropType<boolean | {
|
|
444
606
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
445
607
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
446
608
|
altBoundary?: boolean | undefined;
|
|
@@ -468,7 +630,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
468
630
|
default: boolean;
|
|
469
631
|
};
|
|
470
632
|
size: {
|
|
471
|
-
type:
|
|
633
|
+
type: PropType<boolean | {
|
|
472
634
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
473
635
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
474
636
|
altBoundary?: boolean | undefined;
|
|
@@ -514,7 +676,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
514
676
|
};
|
|
515
677
|
};
|
|
516
678
|
autoPlacement: {
|
|
517
|
-
type:
|
|
679
|
+
type: PropType<boolean | {
|
|
518
680
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
519
681
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
520
682
|
altBoundary?: boolean | undefined;
|
|
@@ -554,18 +716,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
554
716
|
default: boolean;
|
|
555
717
|
};
|
|
556
718
|
icon: {
|
|
557
|
-
type:
|
|
719
|
+
type: PropType<string | import("../VvIcon").VvIconProps>;
|
|
558
720
|
default: undefined;
|
|
559
721
|
};
|
|
560
722
|
iconPosition: {
|
|
561
|
-
type:
|
|
723
|
+
type: PropType<"before" | "after">;
|
|
562
724
|
default: import("../../constants").Position;
|
|
563
725
|
validation: (value: import("../../constants").Position) => boolean;
|
|
564
726
|
};
|
|
565
|
-
options: {
|
|
566
|
-
type: globalThis.PropType<(string | Option)[]>;
|
|
567
|
-
default: () => never[];
|
|
568
|
-
};
|
|
569
727
|
labelKey: {
|
|
570
728
|
type: (StringConstructor | FunctionConstructor)[];
|
|
571
729
|
default: string;
|
|
@@ -579,7 +737,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
579
737
|
default: string;
|
|
580
738
|
};
|
|
581
739
|
modifiers: {
|
|
582
|
-
type:
|
|
740
|
+
type: PropType<string | string[]>;
|
|
583
741
|
default: undefined;
|
|
584
742
|
};
|
|
585
743
|
readonly: {
|
|
@@ -589,7 +747,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
589
747
|
disabled: {
|
|
590
748
|
type: BooleanConstructor;
|
|
591
749
|
default: boolean;
|
|
592
|
-
};
|
|
750
|
+
}; /**
|
|
751
|
+
* Label for select option hint
|
|
752
|
+
*/
|
|
593
753
|
loading: {
|
|
594
754
|
type: BooleanConstructor;
|
|
595
755
|
default: boolean;
|
|
@@ -627,225 +787,4 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
627
787
|
required: boolean;
|
|
628
788
|
};
|
|
629
789
|
id: (StringConstructor | NumberConstructor)[];
|
|
630
|
-
}>>, {
|
|
631
|
-
floating: boolean;
|
|
632
|
-
options: (string | Option)[];
|
|
633
|
-
size: boolean | {
|
|
634
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
635
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
636
|
-
altBoundary?: boolean | undefined;
|
|
637
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
638
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
639
|
-
apply?: ((args: {
|
|
640
|
-
x: number;
|
|
641
|
-
y: number;
|
|
642
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
643
|
-
placement: import("@floating-ui/utils").Placement;
|
|
644
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
645
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
646
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
647
|
-
platform: import("@floating-ui/core").Platform;
|
|
648
|
-
elements: import("@floating-ui/dom").Elements;
|
|
649
|
-
} & {
|
|
650
|
-
availableWidth: number;
|
|
651
|
-
availableHeight: number;
|
|
652
|
-
}) => void | Promise<void>) | undefined;
|
|
653
|
-
} | import("@floating-ui/core").Derivable<{
|
|
654
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
655
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
656
|
-
altBoundary?: boolean | undefined;
|
|
657
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
658
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
659
|
-
apply?: ((args: {
|
|
660
|
-
x: number;
|
|
661
|
-
y: number;
|
|
662
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
663
|
-
placement: import("@floating-ui/utils").Placement;
|
|
664
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
665
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
666
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
667
|
-
platform: import("@floating-ui/core").Platform;
|
|
668
|
-
elements: import("@floating-ui/dom").Elements;
|
|
669
|
-
} & {
|
|
670
|
-
availableWidth: number;
|
|
671
|
-
availableHeight: number;
|
|
672
|
-
}) => void | Promise<void>) | undefined;
|
|
673
|
-
}> | undefined;
|
|
674
|
-
label: string | number;
|
|
675
|
-
disabled: boolean;
|
|
676
|
-
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
677
|
-
modifiers: string | string[];
|
|
678
|
-
shift: boolean | {
|
|
679
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
680
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
681
|
-
altBoundary?: boolean | undefined;
|
|
682
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
683
|
-
crossAxis?: boolean | undefined;
|
|
684
|
-
mainAxis?: boolean | undefined;
|
|
685
|
-
limiter?: {
|
|
686
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
687
|
-
options?: any;
|
|
688
|
-
} | undefined;
|
|
689
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
690
|
-
} | import("@floating-ui/core").Derivable<{
|
|
691
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
692
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
693
|
-
altBoundary?: boolean | undefined;
|
|
694
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
695
|
-
crossAxis?: boolean | undefined;
|
|
696
|
-
mainAxis?: boolean | undefined;
|
|
697
|
-
limiter?: {
|
|
698
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
699
|
-
options?: any;
|
|
700
|
-
} | undefined;
|
|
701
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
702
|
-
}> | undefined;
|
|
703
|
-
readonly: boolean;
|
|
704
|
-
flip: boolean | {
|
|
705
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
706
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
707
|
-
altBoundary?: boolean | undefined;
|
|
708
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
709
|
-
crossAxis?: boolean | undefined;
|
|
710
|
-
mainAxis?: boolean | undefined;
|
|
711
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
712
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
713
|
-
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
714
|
-
flipAlignment?: boolean | undefined;
|
|
715
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
716
|
-
} | import("@floating-ui/core").Derivable<{
|
|
717
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
718
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
719
|
-
altBoundary?: boolean | undefined;
|
|
720
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
721
|
-
crossAxis?: boolean | undefined;
|
|
722
|
-
mainAxis?: boolean | undefined;
|
|
723
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
724
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
725
|
-
fallbackAxisSideDirection?: "start" | "end" | "none" | undefined;
|
|
726
|
-
flipAlignment?: boolean | undefined;
|
|
727
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
728
|
-
}> | undefined;
|
|
729
|
-
icon: string | import("../VvIcon/index.js").VvIconProps;
|
|
730
|
-
closeLabel: string;
|
|
731
|
-
iconPosition: "before" | "after";
|
|
732
|
-
loading: boolean;
|
|
733
|
-
loadingLabel: string;
|
|
734
|
-
unselectable: boolean;
|
|
735
|
-
multiple: boolean;
|
|
736
|
-
hintLabel: string;
|
|
737
|
-
valid: boolean;
|
|
738
|
-
validLabel: string | unknown[];
|
|
739
|
-
invalid: boolean;
|
|
740
|
-
invalidLabel: string | unknown[];
|
|
741
|
-
tabindex: string | number;
|
|
742
|
-
labelKey: string | Function;
|
|
743
|
-
valueKey: string | Function;
|
|
744
|
-
disabledKey: string | Function;
|
|
745
|
-
placement: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
746
|
-
strategy: "absolute" | "fixed";
|
|
747
|
-
transitionName: string;
|
|
748
|
-
offset: string | import("@floating-ui/core").OffsetOptions | undefined;
|
|
749
|
-
autoPlacement: boolean | {
|
|
750
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
751
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
752
|
-
altBoundary?: boolean | undefined;
|
|
753
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
754
|
-
crossAxis?: boolean | undefined;
|
|
755
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
756
|
-
autoAlignment?: boolean | undefined;
|
|
757
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
758
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
759
|
-
} | import("@floating-ui/core").Derivable<{
|
|
760
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
761
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
762
|
-
altBoundary?: boolean | undefined;
|
|
763
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
764
|
-
crossAxis?: boolean | undefined;
|
|
765
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
766
|
-
autoAlignment?: boolean | undefined;
|
|
767
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
768
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
769
|
-
}> | undefined;
|
|
770
|
-
arrow: boolean;
|
|
771
|
-
keepOpen: boolean;
|
|
772
|
-
autofocusFirst: boolean;
|
|
773
|
-
triggerWidth: boolean;
|
|
774
|
-
deselectHintLabel: string;
|
|
775
|
-
selectHintLabel: string;
|
|
776
|
-
selectedHintLabel: string;
|
|
777
|
-
noResultsLabel: string;
|
|
778
|
-
noOptionsLabel: string;
|
|
779
|
-
deselectActionLabel: string;
|
|
780
|
-
searchable: boolean;
|
|
781
|
-
searchFunction: (search: string, options: (string | Option)[]) => (string | Option)[] | Promise<(string | Option)[]>;
|
|
782
|
-
searchPlaceholder: string;
|
|
783
|
-
debounceSearch: string | number;
|
|
784
|
-
separator: string;
|
|
785
|
-
native: boolean;
|
|
786
|
-
badges: boolean;
|
|
787
|
-
badgeModifiers: string | string[];
|
|
788
|
-
dropdownModifiers: string | string[];
|
|
789
|
-
autoOpen: boolean;
|
|
790
|
-
}, {}>, {
|
|
791
|
-
"dropdown::before"?(_: {}): any;
|
|
792
|
-
before?(_: {
|
|
793
|
-
valid: boolean;
|
|
794
|
-
invalid: boolean;
|
|
795
|
-
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
796
|
-
}): any;
|
|
797
|
-
value?(_: {
|
|
798
|
-
selectedOptions: (string | Option)[];
|
|
799
|
-
onInput: (option: string | Option) => void;
|
|
800
|
-
}): any;
|
|
801
|
-
after?(_: {
|
|
802
|
-
valid: boolean;
|
|
803
|
-
invalid: boolean;
|
|
804
|
-
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
805
|
-
}): any;
|
|
806
|
-
option?(_: {
|
|
807
|
-
option: string | Option;
|
|
808
|
-
selectedOptions: (string | Option)[];
|
|
809
|
-
selected: boolean;
|
|
810
|
-
disabled: boolean;
|
|
811
|
-
}): any;
|
|
812
|
-
option?(_: {
|
|
813
|
-
option: string | Option;
|
|
814
|
-
selectedOptions: (string | Option)[];
|
|
815
|
-
selected: boolean;
|
|
816
|
-
disabled: boolean;
|
|
817
|
-
}): any;
|
|
818
|
-
"no-options"?(_: {}): any;
|
|
819
|
-
"no-results"?(_: {}): any;
|
|
820
|
-
"dropdown::after"?(_: {}): any;
|
|
821
|
-
hint?(_: {
|
|
822
|
-
modelValue: unknown;
|
|
823
|
-
valid: boolean;
|
|
824
|
-
invalid: boolean;
|
|
825
|
-
loading: boolean;
|
|
826
|
-
}): any;
|
|
827
|
-
loading?(_: {
|
|
828
|
-
modelValue: unknown;
|
|
829
|
-
valid: boolean;
|
|
830
|
-
invalid: boolean;
|
|
831
|
-
loading: boolean;
|
|
832
|
-
}): any;
|
|
833
|
-
valid?(_: {
|
|
834
|
-
modelValue: unknown;
|
|
835
|
-
valid: boolean;
|
|
836
|
-
invalid: boolean;
|
|
837
|
-
loading: boolean;
|
|
838
|
-
}): any;
|
|
839
|
-
invalid?(_: {
|
|
840
|
-
modelValue: unknown;
|
|
841
|
-
valid: boolean;
|
|
842
|
-
invalid: boolean;
|
|
843
|
-
loading: boolean;
|
|
844
|
-
}): any;
|
|
845
|
-
}>;
|
|
846
|
-
export default _default;
|
|
847
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
848
|
-
new (): {
|
|
849
|
-
$slots: S;
|
|
850
|
-
};
|
|
851
790
|
};
|