@volverjs/ui-vue 0.0.10-beta.46 → 0.0.10-beta.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/auto-imports.d.ts +19 -11
- package/bin/icons.js +1 -0
- package/dist/components/VvAccordion/VvAccordion.es.js +4 -5
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +8 -11
- package/dist/components/VvAccordion/index.d.ts +2 -2
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +45 -46
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +11 -13
- package/dist/components/VvAccordionGroup/index.d.ts +2 -2
- package/dist/components/VvAction/VvAction.vue.d.ts +8 -10
- package/dist/components/VvAction/index.d.ts +1 -1
- package/dist/components/VvAlert/VvAlert.es.js +158 -161
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +20 -22
- package/dist/components/VvAlert/index.d.ts +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +271 -274
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +9 -11
- package/dist/components/VvAlertGroup/index.d.ts +2 -2
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +6 -6
- package/dist/components/VvAvatar/index.d.ts +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +21 -22
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +6 -6
- package/dist/components/VvAvatarGroup/index.d.ts +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +6 -6
- package/dist/components/VvBadge/index.d.ts +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +23 -23
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +19 -19
- package/dist/components/VvBreadcrumb/index.d.ts +1 -1
- package/dist/components/VvButton/VvButton.es.js +313 -314
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +14 -16
- package/dist/components/VvButton/index.d.ts +9 -9
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +2 -2
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +6 -8
- package/dist/components/VvButtonGroup/index.d.ts +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +6 -6
- package/dist/components/VvCard/index.d.ts +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +186 -187
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +11 -13
- package/dist/components/VvCheckbox/index.d.ts +7 -7
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +190 -191
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +11 -13
- package/dist/components/VvCheckboxGroup/index.d.ts +2 -2
- package/dist/components/VvCombobox/VvCombobox.es.js +1864 -1865
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +72 -291
- package/dist/components/VvCombobox/index.d.ts +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +7 -9
- package/dist/components/VvDialog/index.d.ts +1 -1
- package/dist/components/VvDropdown/VvDropdown.es.js +9 -10
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +51 -51
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +22 -16
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +4 -4
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +6 -6
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +2 -2
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +2 -2
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +2 -2
- package/dist/components/VvIcon/VvIcon.vue.d.ts +2 -23
- package/dist/components/VvInputFile/VvInputFile.es.js +661 -656
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -1
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +19 -19
- package/dist/components/VvInputFile/index.d.ts +4 -4
- package/dist/components/VvInputText/VvInputClearAction.d.ts +10 -6
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +11 -7
- package/dist/components/VvInputText/VvInputStepAction.d.ts +10 -6
- package/dist/components/VvInputText/VvInputText.es.js +715 -716
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +30 -32
- package/dist/components/VvInputText/index.d.ts +1 -1
- package/dist/components/VvNav/VvNav.es.js +5 -5
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +8 -10
- package/dist/components/VvNav/VvNavItem.vue.d.ts +1 -1
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
- package/dist/components/VvNav/index.d.ts +2 -2
- package/dist/components/VvProgress/VvProgress.vue.d.ts +6 -6
- package/dist/components/VvProgress/index.d.ts +1 -1
- package/dist/components/VvRadio/VvRadio.es.js +186 -187
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +10 -12
- package/dist/components/VvRadio/index.d.ts +5 -5
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +190 -191
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +11 -13
- package/dist/components/VvRadioGroup/index.d.ts +2 -2
- package/dist/components/VvSelect/VvSelect.es.js +337 -338
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +20 -131
- package/dist/components/VvSelect/index.d.ts +7 -7
- package/dist/components/VvTab/VvTab.es.js +18 -18
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +6 -8
- package/dist/components/VvTab/index.d.ts +1 -1
- package/dist/components/VvTextarea/VvTextarea.es.js +292 -293
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +14 -16
- package/dist/components/VvTextarea/index.d.ts +3 -3
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +8 -8
- package/dist/components/common/HintSlot.d.ts +6 -6
- package/dist/components/index.d.ts +1 -1
- package/dist/components/index.es.js +2761 -2758
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlert.d.ts +4 -4
- package/dist/composables/alert/{useProvideAlert.d.ts → useAlertProvide.d.ts} +1 -1
- package/dist/composables/dropdown/useDropdownContextmenu.d.ts +18 -0
- package/dist/composables/dropdown/{useProvideDropdown.d.ts → useDropdownProvide.d.ts} +6 -6
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
- package/dist/composables/group/{useInjectedGroupState.d.ts → useGroupStateInject.d.ts} +1 -1
- package/dist/composables/group/{useProvideGroupState.d.ts → useGroupStateProvide.d.ts} +2 -2
- package/dist/composables/index.d.ts +2 -0
- package/dist/composables/index.es.js +87 -3
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/useComponentFocus.d.ts +1 -1
- package/dist/composables/useOptions.d.ts +1 -1
- package/dist/composables/usePersistence.d.ts +1 -1
- package/dist/composables/useUniqueId.d.ts +1 -1
- package/dist/constants.d.ts +3 -3
- package/dist/directives/index.d.ts +2 -2
- package/dist/directives/index.es.js +145 -39
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-contextmenu.es.js +137 -31
- package/dist/directives/v-contextmenu.umd.js +1 -1
- package/dist/icons.d.ts +17 -17
- package/dist/icons.es.js +424 -424
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +4 -4
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +178 -474
- package/dist/stories/Alert/Alert.settings.d.ts +1 -1
- package/dist/stories/Alert/AlertModifiers.stories.d.ts +1 -1
- package/dist/stories/Alert/AlertSlots.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
- package/dist/stories/Button/Button.settings.d.ts +1 -1
- package/dist/stories/Combobox/Combobox.settings.d.ts +1 -1
- package/dist/stories/Nav/Nav.settings.d.ts +1 -1
- package/dist/stories/Tab/Tab.settings.d.ts +1 -1
- package/dist/types/floating-ui.d.ts +1 -1
- package/dist/types/group.d.ts +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/utils/DomUtilities.d.ts +1 -0
- package/package.json +41 -41
- package/src/Volver.ts +3 -3
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvAccordion/VvAccordion.vue +5 -5
- package/src/components/VvAccordion/index.ts +2 -2
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +5 -5
- package/src/components/VvAction/VvAction.vue +1 -1
- package/src/components/VvAlert/VvAlert.vue +1 -1
- package/src/components/VvAlert/index.ts +1 -1
- package/src/components/VvAlertGroup/VvAlertGroup.vue +1 -1
- package/src/components/VvAlertGroup/index.ts +3 -3
- package/src/components/VvAvatarGroup/VvAvatarGroup.vue +1 -1
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +2 -2
- package/src/components/VvBreadcrumb/index.ts +1 -1
- package/src/components/VvButton/VvButton.vue +3 -3
- package/src/components/VvButton/index.ts +4 -4
- package/src/components/VvButtonGroup/VvButtonGroup.vue +3 -3
- package/src/components/VvCheckbox/VvCheckbox.vue +2 -2
- package/src/components/VvCheckbox/index.ts +2 -2
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +2 -2
- package/src/components/VvCombobox/VvCombobox.vue +9 -9
- package/src/components/VvCombobox/index.ts +15 -15
- package/src/components/VvDropdown/VvDropdown.vue +19 -19
- package/src/components/VvDropdown/VvDropdownAction.vue +1 -1
- package/src/components/VvDropdown/VvDropdownItem.vue +1 -1
- package/src/components/VvDropdown/VvDropdownOption.vue +1 -1
- package/src/components/VvDropdown/index.ts +2 -2
- package/src/components/VvIcon/VvIcon.vue +2 -2
- package/src/components/VvInputFile/VvInputFile.vue +17 -11
- package/src/components/VvInputFile/index.ts +7 -7
- package/src/components/VvInputText/VvInputPasswordAction.ts +1 -1
- package/src/components/VvInputText/VvInputText.vue +19 -19
- package/src/components/VvInputText/VvInputTextActions.ts +4 -4
- package/src/components/VvInputText/index.ts +2 -2
- package/src/components/VvNav/VvNav.vue +1 -1
- package/src/components/VvRadio/VvRadio.vue +1 -1
- package/src/components/VvRadio/index.ts +2 -2
- package/src/components/VvRadioGroup/VvRadioGroup.vue +2 -2
- package/src/components/VvSelect/VvSelect.vue +6 -6
- package/src/components/VvSelect/index.ts +12 -12
- package/src/components/VvTab/VvTab.vue +2 -2
- package/src/components/VvTab/index.ts +1 -1
- package/src/components/VvTextarea/VvTextarea.vue +1 -1
- package/src/components/common/HintSlot.ts +14 -14
- package/src/components/index.ts +1 -1
- package/src/composables/alert/useAlert.ts +2 -2
- package/src/composables/alert/{useProvideAlert.ts → useAlertProvide.ts} +2 -2
- package/src/composables/dropdown/useDropdownContextmenu.ts +22 -0
- package/src/composables/dropdown/{useProvideDropdown.ts → useDropdownProvide.ts} +9 -9
- package/src/composables/dropdown/useDropdownVirtualElement.ts +53 -0
- package/src/composables/group/{useInjectedGroupState.ts → useGroupStateInject.ts} +2 -2
- package/src/composables/group/{useProvideGroupState.ts → useGroupStateProvide.ts} +2 -2
- package/src/composables/index.ts +2 -0
- package/src/composables/useBlurhash.ts +2 -2
- package/src/composables/useOptions.ts +1 -1
- package/src/composables/usePersistence.ts +1 -1
- package/src/composables/useTextCount.ts +2 -2
- package/src/composables/useUniqueId.ts +2 -3
- package/src/constants.ts +5 -5
- package/src/directives/index.ts +2 -2
- package/src/directives/v-contextmenu.ts +21 -29
- package/src/directives/v-tooltip.ts +2 -2
- package/src/icons.ts +2 -2
- package/src/index.ts +1 -1
- package/src/props/index.ts +7 -7
- package/src/resolvers/unplugin.ts +5 -5
- package/src/stories/Accordion/Accordion.stories.ts +2 -2
- package/src/stories/Accordion/Accordion.test.ts +1 -1
- package/src/stories/Accordion/AccordionSlots.stories.ts +2 -2
- package/src/stories/AccordionGroup/AccordionGroup.stories.ts +2 -2
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +1 -1
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +3 -3
- package/src/stories/Alert/Alert.settings.ts +1 -1
- package/src/stories/Alert/Alert.stories.ts +2 -2
- package/src/stories/Alert/Alert.test.ts +1 -1
- package/src/stories/Alert/AlertModifiers.stories.ts +2 -2
- package/src/stories/Alert/AlertSlots.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroup.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroup.test.ts +3 -3
- package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +2 -2
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
- package/src/stories/Avatar/Avatar.stories.ts +2 -2
- package/src/stories/Avatar/Avatar.test.ts +1 -1
- package/src/stories/Avatar/AvatarBadge.stories.ts +1 -1
- package/src/stories/Avatar/AvatarModifiers.stories.ts +2 -2
- package/src/stories/Avatar/AvatarSlots.stories.ts +2 -2
- package/src/stories/AvatarGroup/AvatarGroup.stories.ts +2 -2
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +1 -1
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +2 -2
- package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +3 -3
- package/src/stories/Badge/Badge.stories.ts +2 -2
- package/src/stories/Badge/Badge.test.ts +1 -1
- package/src/stories/Badge/BadgeSlots.stories.ts +2 -2
- package/src/stories/Blurhash/BlurhashComposable.stories.ts +37 -117
- package/src/stories/Breadcrumb/Breadcrumb.stories.ts +2 -2
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +5 -5
- package/src/stories/Button/Button.settings.ts +3 -3
- package/src/stories/Button/Button.stories.ts +2 -2
- package/src/stories/Button/Button.test.ts +1 -1
- package/src/stories/Button/ButtonIcon.stories.ts +2 -2
- package/src/stories/Button/ButtonLink.stories.ts +2 -2
- package/src/stories/Button/ButtonLoading.stories.ts +2 -2
- package/src/stories/Button/ButtonModifiers.stories.ts +2 -2
- package/src/stories/Button/ButtonSlots.stories.ts +3 -3
- package/src/stories/Button/ButtonState.stories.ts +2 -2
- package/src/stories/Button/ButtonToggle.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroup.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +1 -1
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +2 -2
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +2 -2
- package/src/stories/Card/Card.stories.ts +2 -2
- package/src/stories/Card/Card.test.ts +1 -1
- package/src/stories/Card/CardSlots.stories.ts +2 -2
- package/src/stories/Checkbox/Checkbox.stories.ts +2 -2
- package/src/stories/Checkbox/Checkbox.test.ts +1 -1
- package/src/stories/Checkbox/CheckboxBinary.stories.ts +2 -2
- package/src/stories/Checkbox/CheckboxSlots.stories.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +2 -2
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +3 -3
- package/src/stories/Combobox/Combobox.settings.ts +9 -9
- package/src/stories/Combobox/Combobox.stories.ts +2 -2
- package/src/stories/Combobox/Combobox.test.ts +2 -2
- package/src/stories/Combobox/ComboboxIconPosition.stories.ts +2 -2
- package/src/stories/Combobox/ComboboxMultiple.stories.ts +2 -2
- package/src/stories/Combobox/ComboboxOptions.stories.ts +2 -2
- package/src/stories/Combobox/ComboboxSlots.stories.ts +3 -3
- package/src/stories/Dialog/Dialog.stories.ts +2 -2
- package/src/stories/Dialog/Dialog.test.ts +1 -1
- package/src/stories/Dialog/DialogModifiers.stories.ts +2 -2
- package/src/stories/Dialog/DialogSlots.stories.ts +2 -2
- package/src/stories/Dropdown/Dropdown.settings.ts +1 -1
- package/src/stories/Dropdown/Dropdown.stories.ts +4 -4
- package/src/stories/Dropdown/Dropdown.test.ts +1 -1
- package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +3 -4
- package/src/stories/Dropdown/DropdownMultilevel.stories.ts +4 -4
- package/src/stories/Dropdown/DropdownSlots.stories.ts +4 -4
- package/src/stories/Icon/Icon.settings.ts +1 -1
- package/src/stories/Icon/Icon.stories.ts +2 -2
- package/src/stories/Icon/IconsCollection.stories.ts +3 -3
- package/src/stories/InputFile/InputFile.settings.ts +1 -1
- package/src/stories/InputFile/InputFile.stories.ts +1 -1
- package/src/stories/InputFile/InputFileDropArea.stories.ts +2 -2
- package/src/stories/InputFile/InputFileIconPosition.stories.ts +2 -2
- package/src/stories/InputFile/InputFileSlots.stories.ts +2 -2
- package/src/stories/InputText/InputText.settings.ts +2 -2
- package/src/stories/InputText/InputText.stories.ts +2 -2
- package/src/stories/InputText/InputText.test.ts +2 -2
- package/src/stories/InputText/InputTextIconPosition.stories.ts +2 -2
- package/src/stories/InputText/InputTextLength.stories.ts +2 -2
- package/src/stories/InputText/InputTextMask.stories.ts +2 -2
- package/src/stories/InputText/InputTextMinMax.stories.ts +2 -2
- package/src/stories/InputText/InputTextSlots.stories.ts +2 -2
- package/src/stories/InputText/InputTextType.stories.ts +2 -2
- package/src/stories/Nav/Nav.settings.ts +1 -1
- package/src/stories/Nav/Nav.stories.ts +2 -2
- package/src/stories/Nav/Nav.test.ts +1 -1
- package/src/stories/Nav/NavModifiers.stories.ts +2 -2
- package/src/stories/Progress/Progress.stories.ts +2 -2
- package/src/stories/Progress/Progress.test.ts +2 -2
- package/src/stories/Radio/Radio.stories.ts +2 -2
- package/src/stories/Radio/Radio.test.ts +1 -1
- package/src/stories/Radio/RadioSlots.stories.ts +2 -2
- package/src/stories/RadioGroup/RadioGroup.stories.ts +2 -2
- package/src/stories/RadioGroup/RadioGroup.test.ts +2 -2
- package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +2 -2
- package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +3 -3
- package/src/stories/Select/Select.settings.ts +10 -10
- package/src/stories/Select/Select.stories.ts +2 -2
- package/src/stories/Select/Select.test.ts +1 -1
- package/src/stories/Select/SelectIconPosition.stories.ts +2 -2
- package/src/stories/Select/SelectOptions.stories.ts +2 -2
- package/src/stories/Select/SelectSlots.stories.ts +2 -2
- package/src/stories/Tab/Tab.settings.ts +1 -1
- package/src/stories/Tab/Tab.stories.ts +1 -1
- package/src/stories/Tab/Tab.test.ts +1 -1
- package/src/stories/Textarea/Textarea.settings.ts +1 -1
- package/src/stories/Textarea/Textarea.stories.ts +2 -2
- package/src/stories/Textarea/Textarea.test.ts +1 -1
- package/src/stories/Textarea/TextareaLength.stories.ts +2 -2
- package/src/stories/Textarea/TextareaSlots.stories.ts +2 -2
- package/src/stories/Textarea/TextareatIconPosition.stories.ts +2 -2
- package/src/stories/Tooltip/Tooltip.stories.ts +3 -3
- package/src/stories/Tooltip/Tooltip.test.ts +1 -1
- package/src/stories/Tooltip/TooltipDirective.stories.ts +3 -3
- package/src/test/expect.ts +3 -3
- package/src/test/types.d.ts +2 -2
- package/src/types/floating-ui.ts +1 -1
- package/src/types/group.ts +1 -1
- package/src/types/index.ts +2 -2
- package/src/utils/DomUtilities.ts +15 -0
- package/src/utils/ObjectUtilities.ts +4 -4
- package/src/workers/blurhash.ts +1 -1
- package/dist/composables/alert/{useInjectAlert.d.ts → useAlerInject.d.ts} +0 -0
- package/dist/composables/dropdown/{useInjectDropdown.d.ts → useDropdownInject.d.ts} +0 -0
- package/src/assets/icons/normal/{dulicate.svg → duplicate.svg} +0 -0
- package/src/composables/alert/{useInjectAlert.ts → useAlerInject.ts} +0 -0
- package/src/composables/dropdown/{useInjectDropdown.ts → useDropdownInject.ts} +1 -1
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import type { Option } from '../../types/generic';
|
|
2
|
-
declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?:
|
|
3
|
-
props:
|
|
2
|
+
declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
3
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{
|
|
4
4
|
floating: boolean;
|
|
5
|
+
placement: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
6
|
+
strategy: "absolute" | "fixed";
|
|
5
7
|
size: boolean | {
|
|
6
8
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
7
9
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
@@ -12,7 +14,7 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
12
14
|
availableWidth: number;
|
|
13
15
|
availableHeight: number;
|
|
14
16
|
}) => void | Promise<void>) | undefined;
|
|
15
|
-
} | import("@floating-ui/
|
|
17
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
16
18
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
17
19
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
18
20
|
altBoundary?: boolean | undefined;
|
|
@@ -24,23 +26,23 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
24
26
|
}) => void | Promise<void>) | undefined;
|
|
25
27
|
}> | undefined;
|
|
26
28
|
shift: boolean | {
|
|
29
|
+
crossAxis?: boolean | undefined;
|
|
27
30
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
28
31
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
29
32
|
altBoundary?: boolean | undefined;
|
|
30
33
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
31
|
-
crossAxis?: boolean | undefined;
|
|
32
34
|
mainAxis?: boolean | undefined;
|
|
33
35
|
limiter?: {
|
|
34
36
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
35
37
|
options?: any;
|
|
36
38
|
} | undefined;
|
|
37
39
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
38
|
-
} | import("@floating-ui/
|
|
40
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
41
|
+
crossAxis?: boolean | undefined;
|
|
39
42
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
40
43
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
41
44
|
altBoundary?: boolean | undefined;
|
|
42
45
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
43
|
-
crossAxis?: boolean | undefined;
|
|
44
46
|
mainAxis?: boolean | undefined;
|
|
45
47
|
limiter?: {
|
|
46
48
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
@@ -52,72 +54,70 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
52
54
|
disabled: boolean;
|
|
53
55
|
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
54
56
|
modifiers: string | string[];
|
|
55
|
-
|
|
57
|
+
closeLabel: string;
|
|
58
|
+
icon: string | import("../VvIcon").VvIconProps;
|
|
59
|
+
iconPosition: "before" | "after";
|
|
56
60
|
flip: boolean | {
|
|
61
|
+
crossAxis?: boolean | undefined;
|
|
57
62
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
58
63
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
59
64
|
altBoundary?: boolean | undefined;
|
|
60
65
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
61
|
-
crossAxis?: boolean | undefined;
|
|
62
66
|
mainAxis?: boolean | undefined;
|
|
63
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
64
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
65
|
-
fallbackAxisSideDirection?: "
|
|
67
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
68
|
+
fallbackStrategy?: ("bestFit" | "initialPlacement") | undefined;
|
|
69
|
+
fallbackAxisSideDirection?: ("none" | "start" | "end") | undefined;
|
|
66
70
|
flipAlignment?: boolean | undefined;
|
|
67
71
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
68
|
-
} | import("@floating-ui/
|
|
72
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
73
|
+
crossAxis?: boolean | undefined;
|
|
69
74
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
70
75
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
71
76
|
altBoundary?: boolean | undefined;
|
|
72
77
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
73
|
-
crossAxis?: boolean | undefined;
|
|
74
78
|
mainAxis?: boolean | undefined;
|
|
75
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
76
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
77
|
-
fallbackAxisSideDirection?: "
|
|
79
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
80
|
+
fallbackStrategy?: ("bestFit" | "initialPlacement") | undefined;
|
|
81
|
+
fallbackAxisSideDirection?: ("none" | "start" | "end") | undefined;
|
|
78
82
|
flipAlignment?: boolean | undefined;
|
|
79
83
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
80
84
|
}> | undefined;
|
|
81
|
-
icon: string | import("../VvIcon/index.js").VvIconProps;
|
|
82
|
-
closeLabel: string;
|
|
83
|
-
iconPosition: "before" | "after";
|
|
84
85
|
loading: boolean;
|
|
85
86
|
loadingLabel: string;
|
|
86
87
|
unselectable: boolean;
|
|
87
88
|
multiple: boolean;
|
|
89
|
+
readonly: boolean;
|
|
88
90
|
hintLabel: string;
|
|
89
|
-
valid: boolean;
|
|
90
|
-
validLabel: string | unknown[];
|
|
91
91
|
invalid: boolean;
|
|
92
92
|
invalidLabel: string | unknown[];
|
|
93
|
+
valid: boolean;
|
|
94
|
+
validLabel: string | unknown[];
|
|
93
95
|
tabindex: string | number;
|
|
94
96
|
options: T[];
|
|
95
97
|
labelKey: string | Function;
|
|
96
98
|
valueKey: string | Function;
|
|
97
99
|
disabledKey: string | Function;
|
|
98
|
-
placement: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
99
|
-
strategy: "absolute" | "fixed";
|
|
100
100
|
transitionName: string;
|
|
101
|
-
offset: string | import("@floating-ui/
|
|
101
|
+
offset: string | import("@floating-ui/dom").OffsetOptions | undefined;
|
|
102
102
|
autoPlacement: boolean | {
|
|
103
|
+
crossAxis?: boolean | undefined;
|
|
104
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
105
|
+
autoAlignment?: boolean | undefined;
|
|
106
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
103
107
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
104
108
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
105
109
|
altBoundary?: boolean | undefined;
|
|
106
110
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
111
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
112
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
107
113
|
crossAxis?: boolean | undefined;
|
|
108
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
114
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
109
115
|
autoAlignment?: boolean | undefined;
|
|
110
|
-
allowedPlacements?: import("@floating-ui/utils").Placement
|
|
111
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
112
|
-
} | import("@floating-ui/core").Derivable<{
|
|
116
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
113
117
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
114
118
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
115
119
|
altBoundary?: boolean | undefined;
|
|
116
120
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
117
|
-
crossAxis?: boolean | undefined;
|
|
118
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
119
|
-
autoAlignment?: boolean | undefined;
|
|
120
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
121
121
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
122
122
|
}> | undefined;
|
|
123
123
|
arrow: boolean;
|
|
@@ -144,6 +144,7 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
144
144
|
autoOpen: boolean;
|
|
145
145
|
}> & Omit<{
|
|
146
146
|
readonly floating: boolean;
|
|
147
|
+
readonly placement: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
147
148
|
readonly size: boolean | {
|
|
148
149
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
149
150
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
@@ -154,7 +155,7 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
154
155
|
availableWidth: number;
|
|
155
156
|
availableHeight: number;
|
|
156
157
|
}) => void | Promise<void>) | undefined;
|
|
157
|
-
} | import("@floating-ui/
|
|
158
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
158
159
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
159
160
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
160
161
|
altBoundary?: boolean | undefined;
|
|
@@ -166,23 +167,23 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
166
167
|
}) => void | Promise<void>) | undefined;
|
|
167
168
|
}> | undefined;
|
|
168
169
|
readonly shift: boolean | {
|
|
170
|
+
crossAxis?: boolean | undefined;
|
|
169
171
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
170
172
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
171
173
|
altBoundary?: boolean | undefined;
|
|
172
174
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
173
|
-
crossAxis?: boolean | undefined;
|
|
174
175
|
mainAxis?: boolean | undefined;
|
|
175
176
|
limiter?: {
|
|
176
177
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
177
178
|
options?: any;
|
|
178
179
|
} | undefined;
|
|
179
180
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
180
|
-
} | import("@floating-ui/
|
|
181
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
182
|
+
crossAxis?: boolean | undefined;
|
|
181
183
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
182
184
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
183
185
|
altBoundary?: boolean | undefined;
|
|
184
186
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
185
|
-
crossAxis?: boolean | undefined;
|
|
186
187
|
mainAxis?: boolean | undefined;
|
|
187
188
|
limiter?: {
|
|
188
189
|
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
@@ -191,68 +192,67 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
191
192
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
192
193
|
}> | undefined;
|
|
193
194
|
readonly disabled: boolean;
|
|
194
|
-
readonly
|
|
195
|
+
readonly closeLabel: string;
|
|
196
|
+
readonly iconPosition: "before" | "after";
|
|
195
197
|
readonly flip: boolean | {
|
|
198
|
+
crossAxis?: boolean | undefined;
|
|
196
199
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
197
200
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
198
201
|
altBoundary?: boolean | undefined;
|
|
199
202
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
200
|
-
crossAxis?: boolean | undefined;
|
|
201
203
|
mainAxis?: boolean | undefined;
|
|
202
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
203
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
204
|
-
fallbackAxisSideDirection?: "
|
|
204
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
205
|
+
fallbackStrategy?: ("bestFit" | "initialPlacement") | undefined;
|
|
206
|
+
fallbackAxisSideDirection?: ("none" | "start" | "end") | undefined;
|
|
205
207
|
flipAlignment?: boolean | undefined;
|
|
206
208
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
207
|
-
} | import("@floating-ui/
|
|
209
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
210
|
+
crossAxis?: boolean | undefined;
|
|
208
211
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
209
212
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
210
213
|
altBoundary?: boolean | undefined;
|
|
211
214
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
212
|
-
crossAxis?: boolean | undefined;
|
|
213
215
|
mainAxis?: boolean | undefined;
|
|
214
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
215
|
-
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
216
|
-
fallbackAxisSideDirection?: "
|
|
216
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
217
|
+
fallbackStrategy?: ("bestFit" | "initialPlacement") | undefined;
|
|
218
|
+
fallbackAxisSideDirection?: ("none" | "start" | "end") | undefined;
|
|
217
219
|
flipAlignment?: boolean | undefined;
|
|
218
220
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
219
221
|
}> | undefined;
|
|
220
|
-
readonly closeLabel: string;
|
|
221
|
-
readonly iconPosition: "before" | "after";
|
|
222
222
|
readonly loading: boolean;
|
|
223
223
|
readonly loadingLabel: string;
|
|
224
224
|
readonly unselectable: boolean;
|
|
225
225
|
readonly multiple: boolean;
|
|
226
|
+
readonly readonly: boolean;
|
|
226
227
|
readonly hintLabel: string;
|
|
227
|
-
readonly valid: boolean;
|
|
228
228
|
readonly invalid: boolean;
|
|
229
|
+
readonly valid: boolean;
|
|
229
230
|
readonly tabindex: string | number;
|
|
230
231
|
readonly options: T[];
|
|
231
232
|
readonly labelKey: string | Function;
|
|
232
233
|
readonly valueKey: string | Function;
|
|
233
234
|
readonly disabledKey: string | Function;
|
|
234
|
-
readonly placement: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
235
235
|
readonly transitionName: string;
|
|
236
|
-
readonly offset: string | import("@floating-ui/
|
|
236
|
+
readonly offset: string | import("@floating-ui/dom").OffsetOptions | undefined;
|
|
237
237
|
readonly autoPlacement: boolean | {
|
|
238
|
+
crossAxis?: boolean | undefined;
|
|
239
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
240
|
+
autoAlignment?: boolean | undefined;
|
|
241
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
238
242
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
239
243
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
240
244
|
altBoundary?: boolean | undefined;
|
|
241
245
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
246
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
247
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
242
248
|
crossAxis?: boolean | undefined;
|
|
243
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
249
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
244
250
|
autoAlignment?: boolean | undefined;
|
|
245
|
-
allowedPlacements?: import("@floating-ui/utils").Placement
|
|
246
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
247
|
-
} | import("@floating-ui/core").Derivable<{
|
|
251
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
248
252
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
249
253
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
250
254
|
altBoundary?: boolean | undefined;
|
|
251
255
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
252
|
-
crossAxis?: boolean | undefined;
|
|
253
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
254
|
-
autoAlignment?: boolean | undefined;
|
|
255
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
256
256
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
257
257
|
}> | undefined;
|
|
258
258
|
readonly arrow: boolean;
|
|
@@ -276,246 +276,27 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
276
276
|
readonly badgeModifiers: string | string[];
|
|
277
277
|
readonly dropdownModifiers: string | string[];
|
|
278
278
|
readonly autoOpen: boolean;
|
|
279
|
+
readonly strategy?: "absolute" | "fixed" | undefined;
|
|
279
280
|
readonly name?: string | undefined;
|
|
280
281
|
readonly label?: string | number | undefined;
|
|
281
282
|
readonly modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
282
283
|
readonly modifiers?: string | string[] | undefined;
|
|
283
284
|
readonly id?: string | number | undefined;
|
|
284
|
-
readonly icon?: string | import("../VvIcon
|
|
285
|
-
readonly validLabel?: string | unknown[] | undefined;
|
|
285
|
+
readonly icon?: string | import("../VvIcon").VvIconProps | undefined;
|
|
286
286
|
readonly invalidLabel?: string | unknown[] | undefined;
|
|
287
|
-
readonly
|
|
287
|
+
readonly validLabel?: string | unknown[] | undefined;
|
|
288
288
|
readonly placeholder?: string | undefined;
|
|
289
289
|
readonly searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
|
|
290
290
|
readonly maxValues?: string | number | undefined;
|
|
291
|
-
|
|
292
|
-
onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
293
|
-
|
|
294
|
-
"onUpdate:search"?: ((args_0: string) => any) | undefined;
|
|
295
|
-
"onChange:search"?: ((args_0: string) => any) | undefined;
|
|
296
|
-
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps &
|
|
297
|
-
options: {
|
|
298
|
-
type: globalThis.PropType<T[]>;
|
|
299
|
-
default: () => never[];
|
|
300
|
-
};
|
|
301
|
-
searchFunction: {
|
|
302
|
-
type: globalThis.PropType<(search: string, options: T[]) => T[] | Promise<T[]>>;
|
|
303
|
-
default: undefined;
|
|
304
|
-
};
|
|
305
|
-
transitionName: {
|
|
306
|
-
type: StringConstructor;
|
|
307
|
-
default: string;
|
|
308
|
-
};
|
|
309
|
-
modelValue: {
|
|
310
|
-
type: (ObjectConstructor | ArrayConstructor | BooleanConstructor | StringConstructor | NumberConstructor)[];
|
|
311
|
-
default: undefined;
|
|
312
|
-
};
|
|
313
|
-
noResultsLabel: {
|
|
314
|
-
type: StringConstructor;
|
|
315
|
-
default: string;
|
|
316
|
-
};
|
|
317
|
-
noOptionsLabel: {
|
|
318
|
-
type: StringConstructor;
|
|
319
|
-
default: string;
|
|
320
|
-
};
|
|
321
|
-
selectedHintLabel: {
|
|
322
|
-
type: StringConstructor;
|
|
323
|
-
default: string;
|
|
324
|
-
};
|
|
325
|
-
deselectActionLabel: {
|
|
326
|
-
type: StringConstructor;
|
|
327
|
-
default: string;
|
|
328
|
-
};
|
|
329
|
-
selectHintLabel: {
|
|
330
|
-
type: StringConstructor;
|
|
331
|
-
default: string;
|
|
332
|
-
};
|
|
333
|
-
deselectHintLabel: {
|
|
334
|
-
type: StringConstructor;
|
|
335
|
-
default: string;
|
|
336
|
-
};
|
|
337
|
-
closeLabel: {
|
|
338
|
-
type: StringConstructor;
|
|
339
|
-
default: string;
|
|
340
|
-
};
|
|
341
|
-
placeholder: StringConstructor;
|
|
342
|
-
searchable: BooleanConstructor;
|
|
343
|
-
searchPlaceholder: {
|
|
344
|
-
type: StringConstructor;
|
|
345
|
-
default: string;
|
|
346
|
-
};
|
|
347
|
-
debounceSearch: {
|
|
348
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
349
|
-
default: number;
|
|
350
|
-
};
|
|
351
|
-
multiple: BooleanConstructor;
|
|
352
|
-
minValues: {
|
|
353
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
354
|
-
default: number;
|
|
355
|
-
};
|
|
356
|
-
maxValues: (StringConstructor | NumberConstructor)[];
|
|
357
|
-
unselectable: {
|
|
358
|
-
type: BooleanConstructor;
|
|
359
|
-
default: boolean;
|
|
360
|
-
};
|
|
361
|
-
separator: {
|
|
362
|
-
type: StringConstructor;
|
|
363
|
-
default: string;
|
|
364
|
-
};
|
|
365
|
-
native: BooleanConstructor;
|
|
366
|
-
badges: BooleanConstructor;
|
|
367
|
-
badgeModifiers: {
|
|
368
|
-
type: globalThis.PropType<string | string[]>;
|
|
369
|
-
default: string;
|
|
370
|
-
};
|
|
371
|
-
triggerWidth: {
|
|
372
|
-
default: boolean;
|
|
373
|
-
type: BooleanConstructor;
|
|
374
|
-
};
|
|
375
|
-
dropdownModifiers: {
|
|
376
|
-
type: globalThis.PropType<string | string[]>;
|
|
377
|
-
default: string;
|
|
378
|
-
};
|
|
379
|
-
autoOpen: {
|
|
380
|
-
type: BooleanConstructor;
|
|
381
|
-
default: boolean;
|
|
382
|
-
};
|
|
383
|
-
autoselectFirst: {
|
|
384
|
-
type: BooleanConstructor;
|
|
385
|
-
default: boolean;
|
|
386
|
-
};
|
|
387
|
-
keepOpen: {
|
|
388
|
-
type: BooleanConstructor;
|
|
389
|
-
default: boolean;
|
|
390
|
-
};
|
|
391
|
-
label: {
|
|
392
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
393
|
-
default: undefined;
|
|
394
|
-
};
|
|
395
|
-
placement: {
|
|
396
|
-
type: globalThis.PropType<`${import("../../constants").Side}` | `${import("../../constants").Placement}`>;
|
|
397
|
-
default: import("../../constants").Side;
|
|
398
|
-
validator: (value: import("../../constants").Side & import("../../constants").Placement) => boolean;
|
|
399
|
-
};
|
|
400
|
-
strategy: {
|
|
401
|
-
type: globalThis.PropType<`${import("../../constants").Strategy}`>;
|
|
402
|
-
default: undefined;
|
|
403
|
-
validator: (value: import("../../constants").Strategy) => boolean;
|
|
404
|
-
};
|
|
405
|
-
offset: {
|
|
406
|
-
type: globalThis.PropType<import("../../index.js").OffsetOptions | number | string>;
|
|
407
|
-
default: number;
|
|
408
|
-
};
|
|
409
|
-
shift: {
|
|
410
|
-
type: globalThis.PropType<import("../../index.js").ShiftOptions | boolean>;
|
|
411
|
-
default: boolean;
|
|
412
|
-
};
|
|
413
|
-
flip: {
|
|
414
|
-
type: globalThis.PropType<import("../../index.js").FlipOptions | boolean>;
|
|
415
|
-
default: boolean;
|
|
416
|
-
};
|
|
417
|
-
size: {
|
|
418
|
-
type: globalThis.PropType<import("../../index.js").SizeOptions | boolean>;
|
|
419
|
-
default: () => {
|
|
420
|
-
padding: number;
|
|
421
|
-
};
|
|
422
|
-
};
|
|
423
|
-
autoPlacement: {
|
|
424
|
-
type: globalThis.PropType<import("../../index.js").AutoPlacementOptions | boolean>;
|
|
425
|
-
default: boolean;
|
|
426
|
-
};
|
|
427
|
-
arrow: {
|
|
428
|
-
type: BooleanConstructor;
|
|
429
|
-
default: boolean;
|
|
430
|
-
};
|
|
431
|
-
autofocusFirst: {
|
|
432
|
-
type: BooleanConstructor;
|
|
433
|
-
default: boolean;
|
|
434
|
-
};
|
|
435
|
-
floating: {
|
|
436
|
-
type: BooleanConstructor;
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
|
-
icon: {
|
|
440
|
-
type: globalThis.PropType<string | import("../VvIcon/index.js").VvIconProps>;
|
|
441
|
-
default: undefined;
|
|
442
|
-
};
|
|
443
|
-
iconPosition: {
|
|
444
|
-
type: globalThis.PropType<`${import("../../constants").Position}`>;
|
|
445
|
-
default: import("../../constants").Position;
|
|
446
|
-
validation: (value: import("../../constants").Position) => boolean;
|
|
447
|
-
};
|
|
448
|
-
labelKey: {
|
|
449
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
450
|
-
default: string;
|
|
451
|
-
};
|
|
452
|
-
valueKey: {
|
|
453
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
454
|
-
default: string;
|
|
455
|
-
};
|
|
456
|
-
disabledKey: {
|
|
457
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
458
|
-
default: string;
|
|
459
|
-
};
|
|
460
|
-
modifiers: {
|
|
461
|
-
type: globalThis.PropType<string | string[]>;
|
|
462
|
-
default: undefined;
|
|
463
|
-
};
|
|
464
|
-
readonly: {
|
|
465
|
-
type: BooleanConstructor;
|
|
466
|
-
default: boolean;
|
|
467
|
-
};
|
|
468
|
-
disabled: {
|
|
469
|
-
type: BooleanConstructor;
|
|
470
|
-
default: boolean;
|
|
471
|
-
};
|
|
472
|
-
loading: {
|
|
473
|
-
type: BooleanConstructor;
|
|
474
|
-
default: boolean;
|
|
475
|
-
};
|
|
476
|
-
loadingLabel: {
|
|
477
|
-
type: StringConstructor;
|
|
478
|
-
default: string;
|
|
479
|
-
};
|
|
480
|
-
hintLabel: {
|
|
481
|
-
type: StringConstructor;
|
|
482
|
-
default: string;
|
|
483
|
-
};
|
|
484
|
-
invalid: {
|
|
485
|
-
type: BooleanConstructor;
|
|
486
|
-
default: boolean;
|
|
487
|
-
};
|
|
488
|
-
invalidLabel: {
|
|
489
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
490
|
-
default: undefined;
|
|
491
|
-
};
|
|
492
|
-
valid: {
|
|
493
|
-
type: BooleanConstructor;
|
|
494
|
-
default: boolean;
|
|
495
|
-
};
|
|
496
|
-
validLabel: {
|
|
497
|
-
type: (ArrayConstructor | StringConstructor)[];
|
|
498
|
-
default: undefined;
|
|
499
|
-
};
|
|
500
|
-
tabindex: {
|
|
501
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
502
|
-
default: number;
|
|
503
|
-
};
|
|
504
|
-
name: {
|
|
505
|
-
type: StringConstructor;
|
|
506
|
-
required: boolean;
|
|
507
|
-
};
|
|
508
|
-
id: (StringConstructor | NumberConstructor)[];
|
|
509
|
-
}>> & {
|
|
510
|
-
onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
511
|
-
onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
512
|
-
"onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
|
|
513
|
-
"onUpdate:search"?: ((args_0: string) => any) | undefined;
|
|
514
|
-
"onChange:search"?: ((args_0: string) => any) | undefined;
|
|
515
|
-
}, "floating" | "size" | "shift" | "label" | "disabled" | "modelValue" | "modifiers" | "readonly" | "flip" | "icon" | "closeLabel" | "iconPosition" | "loading" | "loadingLabel" | "unselectable" | "multiple" | "hintLabel" | "valid" | "validLabel" | "invalid" | "invalidLabel" | "tabindex" | "options" | "labelKey" | "valueKey" | "disabledKey" | "placement" | "strategy" | "transitionName" | "offset" | "autoPlacement" | "arrow" | "keepOpen" | "autofocusFirst" | "triggerWidth" | "deselectHintLabel" | "selectHintLabel" | "selectedHintLabel" | "autoselectFirst" | "searchFunction" | "noResultsLabel" | "noOptionsLabel" | "deselectActionLabel" | "searchable" | "searchPlaceholder" | "debounceSearch" | "minValues" | "separator" | "native" | "badges" | "badgeModifiers" | "dropdownModifiers" | "autoOpen">, "name" | "id" | "onFocus" | "onBlur" | "onUpdate:modelValue" | "placeholder" | "onUpdate:search" | "onChange:search" | "maxValues" | ("floating" | "size" | "shift" | "label" | "disabled" | "modelValue" | "modifiers" | "readonly" | "flip" | "icon" | "closeLabel" | "iconPosition" | "loading" | "loadingLabel" | "unselectable" | "multiple" | "hintLabel" | "valid" | "validLabel" | "invalid" | "invalidLabel" | "tabindex" | "options" | "labelKey" | "valueKey" | "disabledKey" | "placement" | "strategy" | "transitionName" | "offset" | "autoPlacement" | "arrow" | "keepOpen" | "autofocusFirst" | "triggerWidth" | "deselectHintLabel" | "selectHintLabel" | "selectedHintLabel" | "autoselectFirst" | "searchFunction" | "noResultsLabel" | "noOptionsLabel" | "deselectActionLabel" | "searchable" | "searchPlaceholder" | "debounceSearch" | "minValues" | "separator" | "native" | "badges" | "badgeModifiers" | "dropdownModifiers" | "autoOpen")> & {}> & import("vue").PublicProps;
|
|
291
|
+
readonly "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
|
|
292
|
+
readonly onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
293
|
+
readonly onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
294
|
+
readonly "onUpdate:search"?: ((args_0: string) => any) | undefined;
|
|
295
|
+
readonly "onChange:search"?: ((args_0: string) => any) | undefined;
|
|
296
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "floating" | "placement" | "strategy" | "size" | "shift" | "label" | "disabled" | "modelValue" | "modifiers" | "closeLabel" | "icon" | "iconPosition" | "flip" | "loading" | "loadingLabel" | "unselectable" | "multiple" | "readonly" | "hintLabel" | "invalid" | "invalidLabel" | "valid" | "validLabel" | "tabindex" | "options" | "labelKey" | "valueKey" | "disabledKey" | "transitionName" | "offset" | "autoPlacement" | "arrow" | "keepOpen" | "autofocusFirst" | "triggerWidth" | "deselectHintLabel" | "selectHintLabel" | "selectedHintLabel" | "autoselectFirst" | "searchFunction" | "noResultsLabel" | "noOptionsLabel" | "deselectActionLabel" | "searchable" | "searchPlaceholder" | "debounceSearch" | "minValues" | "separator" | "native" | "badges" | "badgeModifiers" | "dropdownModifiers" | "autoOpen">, "name" | "id" | "onFocus" | "onBlur" | "onUpdate:modelValue" | "placeholder" | "maxValues" | "onUpdate:search" | "onChange:search" | ("floating" | "placement" | "strategy" | "size" | "shift" | "label" | "disabled" | "modelValue" | "modifiers" | "closeLabel" | "icon" | "iconPosition" | "flip" | "loading" | "loadingLabel" | "unselectable" | "multiple" | "readonly" | "hintLabel" | "invalid" | "invalidLabel" | "valid" | "validLabel" | "tabindex" | "options" | "labelKey" | "valueKey" | "disabledKey" | "transitionName" | "offset" | "autoPlacement" | "arrow" | "keepOpen" | "autofocusFirst" | "triggerWidth" | "deselectHintLabel" | "selectHintLabel" | "selectedHintLabel" | "autoselectFirst" | "searchFunction" | "noResultsLabel" | "noOptionsLabel" | "deselectActionLabel" | "searchable" | "searchPlaceholder" | "debounceSearch" | "minValues" | "separator" | "native" | "badges" | "badgeModifiers" | "dropdownModifiers" | "autoOpen")> & Partial<{}> & {}> & import("vue").PublicProps;
|
|
516
297
|
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
517
298
|
attrs: any;
|
|
518
|
-
slots:
|
|
299
|
+
slots: {
|
|
519
300
|
"dropdown::before"?(_: {}): any;
|
|
520
301
|
before?(_: {
|
|
521
302
|
valid: boolean;
|
|
@@ -570,14 +351,14 @@ declare const _default: <T extends string | Option>(__VLS_props: NonNullable<Awa
|
|
|
570
351
|
invalid: boolean;
|
|
571
352
|
loading: boolean;
|
|
572
353
|
}): any;
|
|
573
|
-
}
|
|
574
|
-
emit: ((
|
|
354
|
+
};
|
|
355
|
+
emit: ((evt: "update:modelValue", args_0: any) => void) & ((evt: "blur", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "focus", args_0: import("@vueuse/core").MaybeElement) => void) & ((evt: "update:search", args_0: string) => void) & ((evt: "change:search", args_0: string) => void);
|
|
575
356
|
}>) => globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
576
357
|
[key: string]: any;
|
|
577
358
|
}> & {
|
|
578
359
|
__ctx?: Awaited<typeof __VLS_setup>;
|
|
579
360
|
};
|
|
580
361
|
export default _default;
|
|
581
|
-
type
|
|
362
|
+
type __VLS_PrettifyLocal<T> = {
|
|
582
363
|
[K in keyof T]: T[K];
|
|
583
364
|
} & {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
2
|
title: StringConstructor;
|
|
3
3
|
modelValue: {
|
|
4
4
|
type: BooleanConstructor;
|
|
@@ -19,15 +19,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
19
19
|
};
|
|
20
20
|
id: (StringConstructor | NumberConstructor)[];
|
|
21
21
|
modifiers: {
|
|
22
|
-
type:
|
|
22
|
+
type: PropType<string | string[]>;
|
|
23
23
|
default: undefined;
|
|
24
24
|
};
|
|
25
|
-
}
|
|
25
|
+
}>, {
|
|
26
26
|
close: () => void;
|
|
27
27
|
open: () => void;
|
|
28
|
-
},
|
|
29
|
-
[x: string]: (...args: any[]) => void;
|
|
30
|
-
}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
28
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
31
29
|
title: StringConstructor;
|
|
32
30
|
modelValue: {
|
|
33
31
|
type: BooleanConstructor;
|
|
@@ -48,16 +46,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
|
|
|
48
46
|
};
|
|
49
47
|
id: (StringConstructor | NumberConstructor)[];
|
|
50
48
|
modifiers: {
|
|
51
|
-
type:
|
|
49
|
+
type: PropType<string | string[]>;
|
|
52
50
|
default: undefined;
|
|
53
51
|
};
|
|
54
|
-
}
|
|
52
|
+
}>> & Readonly<{}>, {
|
|
55
53
|
modelValue: boolean;
|
|
56
54
|
modifiers: string | string[];
|
|
57
55
|
transition: string;
|
|
58
56
|
keepOpen: boolean;
|
|
59
57
|
labelClose: string;
|
|
60
|
-
}, {}>, {
|
|
58
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, {
|
|
61
59
|
header?(_: {}): any;
|
|
62
60
|
default?(_: {}): any;
|
|
63
61
|
footer?(_: {}): any;
|