@volverjs/ui-vue 0.0.10-beta.9 → 0.0.10
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/LICENSE +1 -1
- package/README.md +150 -54
- package/bin/icons.cjs +1 -1
- package/bin/icons.js +26 -22
- package/dist/Volver.d.ts +24 -12
- package/dist/components/VvAccordion/VvAccordion.es.js +140 -274
- package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
- package/dist/components/VvAccordion/VvAccordion.vue.d.ts +35 -15
- package/dist/components/VvAccordion/index.d.ts +8 -9
- package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +399 -357
- package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
- package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +66 -19
- package/dist/components/VvAccordionGroup/index.d.ts +16 -8
- package/dist/components/VvAction/VvAction.es.js +63 -144
- package/dist/components/VvAction/VvAction.umd.js +1 -1
- package/dist/components/VvAction/VvAction.vue.d.ts +53 -30
- package/dist/components/VvAction/index.d.ts +22 -10
- package/dist/components/VvAlert/VvAlert.es.js +250 -453
- package/dist/components/VvAlert/VvAlert.umd.js +1 -1
- package/dist/components/VvAlert/VvAlert.vue.d.ts +40 -26
- package/dist/components/VvAlert/index.d.ts +20 -11
- package/dist/components/VvAlertGroup/VvAlertGroup.es.js +253 -446
- package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
- package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +28 -21
- package/dist/components/VvAlertGroup/index.d.ts +10 -18
- package/dist/components/VvAvatar/VvAvatar.es.js +23 -199
- package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
- package/dist/components/VvAvatar/VvAvatar.vue.d.ts +15 -7
- package/dist/components/VvAvatar/index.d.ts +4 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +54 -226
- package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
- package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +19 -12
- package/dist/components/VvAvatarGroup/index.d.ts +6 -3
- package/dist/components/VvBadge/VvBadge.es.js +20 -200
- package/dist/components/VvBadge/VvBadge.umd.js +1 -1
- package/dist/components/VvBadge/VvBadge.vue.d.ts +15 -7
- package/dist/components/VvBadge/index.d.ts +4 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +88 -174
- package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
- package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +31 -22
- package/dist/components/VvBreadcrumb/index.d.ts +5 -2
- package/dist/components/VvButton/VvButton.es.js +430 -557
- package/dist/components/VvButton/VvButton.umd.js +1 -1
- package/dist/components/VvButton/VvButton.vue.d.ts +98 -55
- package/dist/components/VvButton/index.d.ts +48 -30
- package/dist/components/VvButtonGroup/VvButtonGroup.es.js +46 -207
- package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
- package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +38 -19
- package/dist/components/VvButtonGroup/index.d.ts +13 -4
- package/dist/components/VvCard/VvCard.es.js +19 -198
- package/dist/components/VvCard/VvCard.umd.js +1 -1
- package/dist/components/VvCard/VvCard.vue.d.ts +21 -10
- package/dist/components/VvCard/index.d.ts +4 -1
- package/dist/components/VvCheckbox/VvCheckbox.es.js +139 -303
- package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
- package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +119 -45
- package/dist/components/VvCheckbox/index.d.ts +52 -19
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +308 -444
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
- package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +126 -44
- package/dist/components/VvCheckboxGroup/index.d.ts +49 -12
- package/dist/components/VvCombobox/VvCombobox.es.js +2395 -2126
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.vue.d.ts +292 -672
- package/dist/components/VvCombobox/index.d.ts +468 -132
- package/dist/components/VvDialog/VvDialog.es.js +129 -482
- package/dist/components/VvDialog/VvDialog.umd.js +1 -1
- package/dist/components/VvDialog/VvDialog.vue.d.ts +29 -11
- package/dist/components/VvDialog/index.d.ts +12 -0
- package/dist/components/VvDropdown/VvDropdown.es.js +117 -165
- package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
- package/dist/components/VvDropdown/VvDropdown.vue.d.ts +119 -332
- package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +64 -29
- package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +15 -3
- package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +13 -5
- package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +43 -14
- package/dist/components/VvDropdown/index.d.ts +52 -118
- package/dist/components/VvDropdownAction/VvDropdownAction.es.js +97 -162
- package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
- package/dist/components/VvDropdownItem/VvDropdownItem.es.js +90 -4
- package/dist/components/VvDropdownItem/VvDropdownItem.umd.js +1 -1
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +18 -186
- package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
- package/dist/components/VvDropdownOption/VvDropdownOption.es.js +116 -250
- package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.es.js +34 -113
- package/dist/components/VvIcon/VvIcon.umd.js +1 -1
- package/dist/components/VvIcon/VvIcon.vue.d.ts +4 -68
- package/dist/components/VvIcon/index.d.ts +34 -49
- package/dist/components/VvInputFile/VvInputFile.es.js +1704 -0
- package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
- package/dist/components/VvInputFile/VvInputFile.vue.d.ts +330 -0
- package/dist/components/VvInputFile/index.d.ts +197 -0
- package/dist/components/VvInputText/VvInputText.es.js +1616 -635
- package/dist/components/VvInputText/VvInputText.umd.js +1 -1
- package/dist/components/VvInputText/VvInputText.vue.d.ts +255 -90
- package/dist/components/VvInputText/VvInputTextActions.d.ts +4 -3
- package/dist/components/VvInputText/index.d.ts +116 -44
- package/dist/components/VvNav/VvNav.es.js +102 -173
- package/dist/components/VvNav/VvNav.umd.js +1 -1
- package/dist/components/VvNav/VvNav.vue.d.ts +35 -13
- package/dist/components/VvNav/VvNavItem.vue.d.ts +7 -3
- package/dist/components/VvNav/VvNavSeparator.vue.d.ts +1 -1
- package/dist/components/VvNav/index.d.ts +5 -2
- package/dist/components/VvNavItem/VvNavItem.es.js +70 -146
- package/dist/components/VvNavItem/VvNavItem.umd.js +1 -1
- package/dist/components/VvNavSeparator/VvNavSeparator.es.js +1 -1
- package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.es.js +21 -195
- package/dist/components/VvProgress/VvProgress.umd.js +1 -1
- package/dist/components/VvProgress/VvProgress.vue.d.ts +13 -6
- package/dist/components/VvProgress/index.d.ts +4 -1
- package/dist/components/VvRadio/VvRadio.es.js +137 -302
- package/dist/components/VvRadio/VvRadio.umd.js +1 -1
- package/dist/components/VvRadio/VvRadio.vue.d.ts +117 -43
- package/dist/components/VvRadio/index.d.ts +50 -17
- package/dist/components/VvRadioGroup/VvRadioGroup.es.js +306 -443
- package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
- package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +126 -44
- package/dist/components/VvRadioGroup/index.d.ts +49 -12
- package/dist/components/VvSelect/VvSelect.es.js +643 -702
- package/dist/components/VvSelect/VvSelect.umd.js +1 -1
- package/dist/components/VvSelect/VvSelect.vue.d.ts +117 -199
- package/dist/components/VvSelect/index.d.ts +221 -16
- package/dist/components/VvTab/VvTab.es.js +133 -196
- package/dist/components/VvTab/VvTab.umd.js +1 -1
- package/dist/components/VvTab/VvTab.vue.d.ts +37 -13
- package/dist/components/VvTab/index.d.ts +6 -3
- package/dist/components/VvTextarea/VvTextarea.es.js +1395 -585
- package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
- package/dist/components/VvTextarea/VvTextarea.vue.d.ts +230 -66
- package/dist/components/VvTextarea/index.d.ts +105 -20
- package/dist/components/VvTooltip/VvTooltip.es.js +23 -194
- package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
- package/dist/components/VvTooltip/VvTooltip.vue.d.ts +18 -11
- package/dist/components/VvTooltip/index.d.ts +5 -2
- package/dist/components/common/HintSlot.d.ts +8 -9
- package/dist/components/common/VvInputClearAction.d.ts +52 -0
- package/dist/components/common/VvInputPasswordAction.d.ts +71 -0
- package/dist/components/common/VvInputStepAction.d.ts +50 -0
- package/dist/components/index.d.ts +10 -0
- package/dist/components/index.es.js +3853 -1880
- package/dist/components/index.umd.js +1 -1
- package/dist/composables/alert/useAlerInject.d.ts +4 -0
- package/dist/composables/alert/useAlert.d.ts +71 -6
- 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/useDropdownInject.d.ts +12 -0
- package/dist/composables/dropdown/{useProvideDropdown.d.ts → useDropdownProvide.d.ts} +8 -8
- package/dist/composables/dropdown/useDropdownVirtualElement.d.ts +17 -0
- package/dist/composables/group/useGroupStateInject.d.ts +9 -0
- package/dist/composables/group/useGroupStateProvide.d.ts +6 -0
- package/dist/composables/index.d.ts +3 -0
- package/dist/composables/index.es.js +175 -9
- package/dist/composables/index.umd.js +1 -1
- package/dist/composables/useBlurhash.d.ts +7 -0
- package/dist/composables/useComponentFocus.d.ts +2 -2
- package/dist/composables/useComponentIcon.d.ts +9 -8
- package/dist/composables/useOptions.d.ts +5 -5
- package/dist/composables/usePersistence.d.ts +3 -0
- package/dist/composables/useUniqueId.d.ts +1 -1
- package/dist/composables/useVolver.d.ts +3 -0
- package/dist/constants.d.ts +35 -33
- package/dist/directives/index.d.ts +3 -3
- package/dist/directives/index.es.js +161 -232
- package/dist/directives/index.umd.js +1 -1
- package/dist/directives/v-contextmenu.es.js +131 -31
- package/dist/directives/v-contextmenu.umd.js +1 -1
- package/dist/directives/v-tooltip.d.ts +1 -1
- package/dist/directives/v-tooltip.es.js +24 -195
- package/dist/directives/v-tooltip.umd.js +1 -1
- package/dist/icons.d.ts +17 -17
- package/dist/icons.es.js +14 -1884
- package/dist/icons.umd.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +89 -16
- package/dist/index.umd.js +1 -1
- package/dist/props/index.d.ts +314 -200
- package/dist/resolvers/unplugin.d.ts +7 -2
- package/dist/resolvers/unplugin.es.js +91 -14
- package/dist/resolvers/unplugin.umd.js +1 -1
- package/dist/stories/Accordion/Accordion.settings.d.ts +2 -57
- package/dist/stories/Accordion/Accordion.stories.d.ts +1 -1
- package/dist/stories/Accordion/AccordionSlots.stories.d.ts +1 -1
- package/dist/stories/AccordionGroup/AccordionGroup.settings.d.ts +2 -66
- package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +3 -163
- package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +1648 -788
- package/dist/stories/Alert/Alert.settings.d.ts +2 -109
- package/dist/stories/Alert/Alert.stories.d.ts +1 -1
- package/dist/stories/Alert/AlertModifiers.stories.d.ts +2 -2
- package/dist/stories/Alert/AlertSlots.stories.d.ts +2 -2
- package/dist/stories/AlertGroup/AlertGroup.settings.d.ts +2 -85
- package/dist/stories/AlertGroup/AlertGroup.stories.d.ts +1 -1
- package/dist/stories/AlertGroup/AlertGroupPosition.stories.d.ts +2 -2
- package/dist/stories/AlertGroup/AlertGroupSlots.stories.d.ts +2 -2
- package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +3 -3
- package/dist/stories/Avatar/Avatar.settings.d.ts +1 -1
- package/dist/stories/Avatar/Avatar.stories.d.ts +1 -1
- package/dist/stories/Avatar/AvatarBadge.stories.d.ts +1 -1
- package/dist/stories/Avatar/AvatarModifiers.stories.d.ts +1 -1
- package/dist/stories/Avatar/AvatarSlots.stories.d.ts +1 -1
- package/dist/stories/AvatarGroup/AvatarGroup.settings.d.ts +2 -38
- package/dist/stories/AvatarGroup/AvatarGroup.stories.d.ts +1 -1
- package/dist/stories/AvatarGroup/AvatarGroupModifiers.stories.d.ts +1 -1
- package/dist/stories/AvatarGroup/AvatarGroupSlotDefault.stories.d.ts +1 -1
- package/dist/stories/Badge/Badge.settings.d.ts +2 -26
- package/dist/stories/Badge/Badge.stories.d.ts +1 -1
- package/dist/stories/Badge/Badge.test.d.ts +1 -1
- package/dist/stories/Badge/BadgeSlots.stories.d.ts +1 -1
- package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
- package/dist/stories/Breadcrumb/Breadcrumb.settings.d.ts +2 -18
- package/dist/stories/Breadcrumb/Breadcrumb.stories.d.ts +1 -1
- package/dist/stories/Breadcrumb/Breadcrumb.test.d.ts +1 -1
- package/dist/stories/Breadcrumb/BreadcrumbSlots.stories.d.ts +1 -1
- package/dist/stories/Button/Button.settings.d.ts +2 -194
- package/dist/stories/Button/Button.stories.d.ts +1 -1
- package/dist/stories/Button/ButtonIcon.stories.d.ts +1 -1
- package/dist/stories/Button/ButtonLink.stories.d.ts +1 -1
- package/dist/stories/Button/ButtonLoading.stories.d.ts +1 -1
- package/dist/stories/Button/ButtonModifiers.stories.d.ts +1 -1
- package/dist/stories/Button/ButtonSlots.stories.d.ts +1 -1
- package/dist/stories/Button/ButtonState.stories.d.ts +1 -1
- package/dist/stories/Button/ButtonToggle.stories.d.ts +1 -1
- package/dist/stories/ButtonGroup/ButtonGroup.settings.d.ts +2 -40
- package/dist/stories/ButtonGroup/ButtonGroup.stories.d.ts +1 -1
- package/dist/stories/ButtonGroup/ButtonGroupModifiers.stories.d.ts +1 -1
- package/dist/stories/ButtonGroup/ButtonGroupSlots.stories.d.ts +1 -1
- package/dist/stories/ButtonGroup/ButtonGroupToggle.stories.d.ts +1 -1
- package/dist/stories/Card/Card.settings.d.ts +2 -63
- package/dist/stories/Card/Card.stories.d.ts +1 -1
- package/dist/stories/Card/Card.test.d.ts +1 -1
- package/dist/stories/Card/CardSlots.stories.d.ts +1 -1
- package/dist/stories/Checkbox/Checkbox.settings.d.ts +2 -132
- package/dist/stories/Checkbox/Checkbox.stories.d.ts +1 -1
- package/dist/stories/Checkbox/CheckboxBinary.stories.d.ts +1 -1
- package/dist/stories/Checkbox/CheckboxSlots.stories.d.ts +1 -1
- package/dist/stories/CheckboxGroup/CheckboxGroup.settings.d.ts +1 -141
- package/dist/stories/CheckboxGroup/CheckboxGroup.stories.d.ts +1 -1
- package/dist/stories/CheckboxGroup/CheckboxGroupOptions.stories.d.ts +1 -1
- package/dist/stories/CheckboxGroup/CheckboxGroupSlots.stories.d.ts +1 -1
- package/dist/stories/Combobox/Combobox.settings.d.ts +2 -617
- package/dist/stories/Combobox/Combobox.stories.d.ts +4 -1
- package/dist/stories/Combobox/ComboboxIconPosition.stories.d.ts +1 -1
- package/dist/stories/Combobox/ComboboxMultiple.stories.d.ts +2 -1
- package/dist/stories/Combobox/ComboboxOptions.stories.d.ts +1 -1
- package/dist/stories/Combobox/ComboboxSlots.stories.d.ts +1 -1
- package/dist/stories/Dialog/Dialog.settings.d.ts +2 -47
- package/dist/stories/Dialog/Dialog.stories.d.ts +1 -1
- package/dist/stories/Dialog/DialogModifiers.stories.d.ts +8 -0
- package/dist/stories/Dialog/DialogSlots.stories.d.ts +1 -1
- package/dist/stories/Dropdown/Dropdown.settings.d.ts +2 -205
- package/dist/stories/Dropdown/Dropdown.stories.d.ts +1 -1
- package/dist/stories/Dropdown/DropdownContextmenuDirective.stories.d.ts +1 -1
- package/dist/stories/Dropdown/DropdownMultilevel.stories.d.ts +1 -1
- package/dist/stories/Dropdown/DropdownSlots.stories.d.ts +1 -1
- package/dist/stories/Icon/Icon.settings.d.ts +3 -68
- package/dist/stories/Icon/Icon.stories.d.ts +1 -1
- package/dist/stories/Icon/IconsCollection.stories.d.ts +1 -1
- package/dist/stories/InputFile/InputFile.settings.d.ts +6 -0
- package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
- package/dist/stories/InputFile/InputFileDropArea.stories.d.ts +9 -0
- package/dist/stories/InputFile/InputFileIconPosition.stories.d.ts +8 -0
- package/dist/stories/InputFile/InputFileSlots.stories.d.ts +7 -0
- package/dist/stories/InputText/InputText.settings.d.ts +2 -438
- package/dist/stories/InputText/InputText.stories.d.ts +3 -1
- package/dist/stories/InputText/InputText.test.d.ts +3 -0
- package/dist/stories/InputText/InputTextIconPosition.stories.d.ts +1 -1
- package/dist/stories/InputText/InputTextIso.stories.d.ts +10 -0
- package/dist/stories/InputText/InputTextLength.stories.d.ts +1 -1
- package/dist/stories/InputText/InputTextMask.stories.d.ts +1 -1
- package/dist/stories/InputText/InputTextMinMax.stories.d.ts +1 -1
- package/dist/stories/InputText/InputTextSlots.stories.d.ts +1 -1
- package/dist/stories/InputText/InputTextType.stories.d.ts +1 -1
- package/dist/stories/Nav/Nav.settings.d.ts +2 -10
- package/dist/stories/Nav/Nav.stories.d.ts +1 -1
- package/dist/stories/Nav/NavModifiers.stories.d.ts +1 -1
- package/dist/stories/Progress/Progress.settings.d.ts +2 -27
- package/dist/stories/Progress/Progress.stories.d.ts +1 -1
- package/dist/stories/Radio/Radio.settings.d.ts +1 -110
- package/dist/stories/Radio/Radio.stories.d.ts +1 -1
- package/dist/stories/Radio/RadioSlots.stories.d.ts +1 -1
- package/dist/stories/RadioGroup/RadioGroup.settings.d.ts +1 -141
- package/dist/stories/RadioGroup/RadioGroup.stories.d.ts +1 -1
- package/dist/stories/RadioGroup/RadioGroupOptions.stories.d.ts +1 -1
- package/dist/stories/RadioGroup/RadioGroupSlots.stories.d.ts +1 -1
- package/dist/stories/Select/Select.settings.d.ts +2 -246
- package/dist/stories/Select/Select.stories.d.ts +2 -1
- package/dist/stories/Select/SelectIconPosition.stories.d.ts +1 -1
- package/dist/stories/Select/SelectOptions.stories.d.ts +1 -1
- package/dist/stories/Select/SelectSlots.stories.d.ts +1 -1
- package/dist/stories/Tab/Tab.settings.d.ts +1 -1
- package/dist/stories/Tab/Tab.stories.d.ts +1 -1
- package/dist/stories/Textarea/Textarea.settings.d.ts +2 -287
- package/dist/stories/Textarea/Textarea.stories.d.ts +1 -1
- package/dist/stories/Textarea/TextareaLength.stories.d.ts +1 -1
- package/dist/stories/Textarea/TextareaSlots.stories.d.ts +1 -1
- package/dist/stories/Textarea/TextareatIconPosition.stories.d.ts +1 -1
- package/dist/stories/Tooltip/Tooltip.settings.d.ts +1 -1
- package/dist/stories/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/stories/Tooltip/TooltipDirective.stories.d.ts +1 -1
- package/dist/stories/argTypes.d.ts +27 -866
- package/dist/test/expect.d.ts +1 -2
- package/dist/test/options.d.ts +1 -1
- package/dist/test/sleep.d.ts +1 -1
- package/dist/types/alert.d.ts +9 -7
- package/dist/types/blurhash.d.ts +12 -0
- package/dist/types/floating-ui.d.ts +1 -1
- package/dist/types/group.d.ts +37 -15
- package/dist/types/index.d.ts +2 -0
- package/dist/types/input-file.d.ts +9 -0
- package/dist/types/nav.d.ts +2 -2
- package/dist/utils/DateUtilities.d.ts +31 -0
- package/dist/utils/DomUtilities.d.ts +1 -0
- package/dist/utils/FileUtilities.d.ts +14 -0
- package/dist/utils/ObjectUtilities.d.ts +8 -9
- package/dist/workers/blurhash.d.ts +1 -0
- package/package.json +360 -379
- package/auto-imports.d.ts +0 -316
- package/dist/components/VvInputText/VvInputClearAction.d.ts +0 -36
- package/dist/components/VvInputText/VvInputPasswordAction.d.ts +0 -56
- package/dist/components/VvInputText/VvInputStepAction.d.ts +0 -37
- package/dist/composables/alert/useInjectAlert.d.ts +0 -9
- package/dist/composables/dropdown/useInjectDropdown.d.ts +0 -32
- package/dist/composables/group/useInjectedGroupState.d.ts +0 -10
- package/dist/composables/group/useProvideGroupState.d.ts +0 -6
- package/env.d.ts +0 -1
- package/src/Volver.ts +0 -295
- package/src/assets/icons/detailed/add-circle.svg +0 -12
- package/src/assets/icons/detailed/add.svg +0 -8
- package/src/assets/icons/detailed/align-center.svg +0 -12
- package/src/assets/icons/detailed/align-justify.svg +0 -12
- package/src/assets/icons/detailed/align-left.svg +0 -12
- package/src/assets/icons/detailed/align-right.svg +0 -12
- package/src/assets/icons/detailed/analysis-2.svg +0 -20
- package/src/assets/icons/detailed/analysis-3.svg +0 -8
- package/src/assets/icons/detailed/analysis.svg +0 -16
- package/src/assets/icons/detailed/apple.svg +0 -16
- package/src/assets/icons/detailed/arrow-down.svg +0 -8
- package/src/assets/icons/detailed/arrow-left.svg +0 -8
- package/src/assets/icons/detailed/arrow-right.svg +0 -8
- package/src/assets/icons/detailed/arrow-up.svg +0 -8
- package/src/assets/icons/detailed/attachment.svg +0 -8
- package/src/assets/icons/detailed/back-to-front.svg +0 -17
- package/src/assets/icons/detailed/bell-active.svg +0 -14
- package/src/assets/icons/detailed/bell.svg +0 -14
- package/src/assets/icons/detailed/bold.svg +0 -8
- package/src/assets/icons/detailed/bookmark-active.svg +0 -12
- package/src/assets/icons/detailed/bookmark.svg +0 -12
- package/src/assets/icons/detailed/building.svg +0 -26
- package/src/assets/icons/detailed/bullet-list.svg +0 -22
- package/src/assets/icons/detailed/calendar.svg +0 -26
- package/src/assets/icons/detailed/camera-off.svg +0 -12
- package/src/assets/icons/detailed/camera-on.svg +0 -17
- package/src/assets/icons/detailed/catalog.svg +0 -15
- package/src/assets/icons/detailed/certificate.svg +0 -10
- package/src/assets/icons/detailed/chat.svg +0 -6
- package/src/assets/icons/detailed/check-badge.svg +0 -9
- package/src/assets/icons/detailed/check-circle.svg +0 -10
- package/src/assets/icons/detailed/check.svg +0 -6
- package/src/assets/icons/detailed/checkbox.svg +0 -8
- package/src/assets/icons/detailed/chevron-down-circle.svg +0 -10
- package/src/assets/icons/detailed/chevron-down.svg +0 -6
- package/src/assets/icons/detailed/chevron-left-circle.svg +0 -10
- package/src/assets/icons/detailed/chevron-left.svg +0 -6
- package/src/assets/icons/detailed/chevron-right-circle.svg +0 -7
- package/src/assets/icons/detailed/chevron-up-circle.svg +0 -10
- package/src/assets/icons/detailed/chevron-up.svg +0 -6
- package/src/assets/icons/detailed/circle.svg +0 -8
- package/src/assets/icons/detailed/classroom.svg +0 -38
- package/src/assets/icons/detailed/clear-field.svg +0 -14
- package/src/assets/icons/detailed/clear-style.svg +0 -9
- package/src/assets/icons/detailed/close-circle.svg +0 -14
- package/src/assets/icons/detailed/close-loader.svg +0 -6
- package/src/assets/icons/detailed/close.svg +0 -8
- package/src/assets/icons/detailed/coffee.svg +0 -21
- package/src/assets/icons/detailed/color.svg +0 -20
- package/src/assets/icons/detailed/contact-us.svg +0 -27
- package/src/assets/icons/detailed/copy.svg +0 -10
- package/src/assets/icons/detailed/courses.svg +0 -22
- package/src/assets/icons/detailed/dashboard.svg +0 -20
- package/src/assets/icons/detailed/download.svg +0 -10
- package/src/assets/icons/detailed/drag.svg +0 -10
- package/src/assets/icons/detailed/duplicate.svg +0 -23
- package/src/assets/icons/detailed/edit.svg +0 -16
- package/src/assets/icons/detailed/elearning.svg +0 -13
- package/src/assets/icons/detailed/email.svg +0 -11
- package/src/assets/icons/detailed/error-2.svg +0 -8
- package/src/assets/icons/detailed/error.svg +0 -12
- package/src/assets/icons/detailed/exercise.svg +0 -26
- package/src/assets/icons/detailed/external-link.svg +0 -11
- package/src/assets/icons/detailed/extract.svg +0 -20
- package/src/assets/icons/detailed/eye-off.svg +0 -15
- package/src/assets/icons/detailed/eye-on.svg +0 -8
- package/src/assets/icons/detailed/fail.svg +0 -11
- package/src/assets/icons/detailed/fast-back.svg +0 -20
- package/src/assets/icons/detailed/fast-forward.svg +0 -20
- package/src/assets/icons/detailed/file-add.svg +0 -19
- package/src/assets/icons/detailed/file-duplicate.svg +0 -16
- package/src/assets/icons/detailed/file-remove.svg +0 -17
- package/src/assets/icons/detailed/file-required.svg +0 -23
- package/src/assets/icons/detailed/file.svg +0 -13
- package/src/assets/icons/detailed/filter-2.svg +0 -22
- package/src/assets/icons/detailed/filter-active.svg +0 -12
- package/src/assets/icons/detailed/filter.svg +0 -12
- package/src/assets/icons/detailed/flag.svg +0 -11
- package/src/assets/icons/detailed/folder.svg +0 -14
- package/src/assets/icons/detailed/full-width.svg +0 -11
- package/src/assets/icons/detailed/go-to-back.svg +0 -19
- package/src/assets/icons/detailed/grid.svg +0 -20
- package/src/assets/icons/detailed/group-add.svg +0 -24
- package/src/assets/icons/detailed/group.svg +0 -16
- package/src/assets/icons/detailed/heart-active.svg +0 -12
- package/src/assets/icons/detailed/heart.svg +0 -12
- package/src/assets/icons/detailed/highlighter.svg +0 -10
- package/src/assets/icons/detailed/home.svg +0 -12
- package/src/assets/icons/detailed/hourglass.svg +0 -12
- package/src/assets/icons/detailed/image.svg +0 -15
- package/src/assets/icons/detailed/info-badge.svg +0 -9
- package/src/assets/icons/detailed/information.svg +0 -12
- package/src/assets/icons/detailed/italic.svg +0 -10
- package/src/assets/icons/detailed/key.svg +0 -5
- package/src/assets/icons/detailed/language.svg +0 -14
- package/src/assets/icons/detailed/learning-path.svg +0 -7
- package/src/assets/icons/detailed/light-off.svg +0 -10
- package/src/assets/icons/detailed/light-on.svg +0 -18
- package/src/assets/icons/detailed/link.svg +0 -12
- package/src/assets/icons/detailed/lock.svg +0 -13
- package/src/assets/icons/detailed/login.svg +0 -11
- package/src/assets/icons/detailed/logout.svg +0 -11
- package/src/assets/icons/detailed/maximaze.svg +0 -12
- package/src/assets/icons/detailed/menu.svg +0 -9
- package/src/assets/icons/detailed/merge.svg +0 -20
- package/src/assets/icons/detailed/minimize.svg +0 -14
- package/src/assets/icons/detailed/mixed-class.svg +0 -40
- package/src/assets/icons/detailed/more-horizontal.svg +0 -7
- package/src/assets/icons/detailed/more-vertical.svg +0 -7
- package/src/assets/icons/detailed/news.svg +0 -12
- package/src/assets/icons/detailed/no-prerequisites.svg +0 -13
- package/src/assets/icons/detailed/notes.svg +0 -14
- package/src/assets/icons/detailed/number-code.svg +0 -34
- package/src/assets/icons/detailed/numbered-list.svg +0 -18
- package/src/assets/icons/detailed/on-site.svg +0 -22
- package/src/assets/icons/detailed/order-down.svg +0 -12
- package/src/assets/icons/detailed/order-up.svg +0 -12
- package/src/assets/icons/detailed/paste.svg +0 -14
- package/src/assets/icons/detailed/pausa.svg +0 -8
- package/src/assets/icons/detailed/pdf.svg +0 -12
- package/src/assets/icons/detailed/phone.svg +0 -10
- package/src/assets/icons/detailed/pin-map.svg +0 -12
- package/src/assets/icons/detailed/pin.svg +0 -15
- package/src/assets/icons/detailed/pizza.svg +0 -17
- package/src/assets/icons/detailed/play.svg +0 -11
- package/src/assets/icons/detailed/plug-in.svg +0 -10
- package/src/assets/icons/detailed/pointer.svg +0 -12
- package/src/assets/icons/detailed/printer.svg +0 -26
- package/src/assets/icons/detailed/profile-add.svg +0 -20
- package/src/assets/icons/detailed/profile.svg +0 -10
- package/src/assets/icons/detailed/push-pin-off.svg +0 -11
- package/src/assets/icons/detailed/push-pin-on.svg +0 -9
- package/src/assets/icons/detailed/qrcode.svg +0 -28
- package/src/assets/icons/detailed/question-badge.svg +0 -10
- package/src/assets/icons/detailed/radio.svg +0 -8
- package/src/assets/icons/detailed/redo.svg +0 -9
- package/src/assets/icons/detailed/relations.svg +0 -32
- package/src/assets/icons/detailed/reload.svg +0 -13
- package/src/assets/icons/detailed/remove-circle.svg +0 -10
- package/src/assets/icons/detailed/remove.svg +0 -5
- package/src/assets/icons/detailed/reorder.svg +0 -12
- package/src/assets/icons/detailed/repeat.svg +0 -12
- package/src/assets/icons/detailed/repository.svg +0 -18
- package/src/assets/icons/detailed/request-form.svg +0 -18
- package/src/assets/icons/detailed/resize-100%.svg +0 -15
- package/src/assets/icons/detailed/resize-height.svg +0 -12
- package/src/assets/icons/detailed/resize-width.svg +0 -12
- package/src/assets/icons/detailed/search.svg +0 -12
- package/src/assets/icons/detailed/sequential-prerequisites.svg +0 -20
- package/src/assets/icons/detailed/settings.svg +0 -14
- package/src/assets/icons/detailed/share.svg +0 -20
- package/src/assets/icons/detailed/sketch.svg +0 -12
- package/src/assets/icons/detailed/skills.svg +0 -20
- package/src/assets/icons/detailed/skip-back.svg +0 -12
- package/src/assets/icons/detailed/skip-forward.svg +0 -13
- package/src/assets/icons/detailed/sms.svg +0 -18
- package/src/assets/icons/detailed/sso-access.svg +0 -18
- package/src/assets/icons/detailed/star-active.svg +0 -6
- package/src/assets/icons/detailed/star.svg +0 -6
- package/src/assets/icons/detailed/success.svg +0 -10
- package/src/assets/icons/detailed/sun.svg +0 -24
- package/src/assets/icons/detailed/sunrise.svg +0 -18
- package/src/assets/icons/detailed/support.svg +0 -18
- package/src/assets/icons/detailed/survey.svg +0 -24
- package/src/assets/icons/detailed/table.svg +0 -11
- package/src/assets/icons/detailed/tematic-channels.svg +0 -12
- package/src/assets/icons/detailed/test.svg +0 -14
- package/src/assets/icons/detailed/text-body.svg +0 -8
- package/src/assets/icons/detailed/text-edit.svg +0 -11
- package/src/assets/icons/detailed/text-style.svg +0 -10
- package/src/assets/icons/detailed/time.svg +0 -10
- package/src/assets/icons/detailed/toilet-piper.svg +0 -15
- package/src/assets/icons/detailed/training-points.svg +0 -16
- package/src/assets/icons/detailed/trash.svg +0 -19
- package/src/assets/icons/detailed/underline.svg +0 -8
- package/src/assets/icons/detailed/undo.svg +0 -9
- package/src/assets/icons/detailed/unlock.svg +0 -13
- package/src/assets/icons/detailed/upload.svg +0 -10
- package/src/assets/icons/detailed/user-add.svg +0 -16
- package/src/assets/icons/detailed/user-badge.svg +0 -11
- package/src/assets/icons/detailed/user.svg +0 -8
- package/src/assets/icons/detailed/video-off.svg +0 -17
- package/src/assets/icons/detailed/video-on.svg +0 -16
- package/src/assets/icons/detailed/video-rec.svg +0 -19
- package/src/assets/icons/detailed/view-card.svg +0 -12
- package/src/assets/icons/detailed/view-list.svg +0 -20
- package/src/assets/icons/detailed/view.svg +0 -7
- package/src/assets/icons/detailed/voice-off.svg +0 -14
- package/src/assets/icons/detailed/voice-on.svg +0 -16
- package/src/assets/icons/detailed/volume-down.svg +0 -14
- package/src/assets/icons/detailed/volume-off.svg +0 -19
- package/src/assets/icons/detailed/volume-up.svg +0 -16
- package/src/assets/icons/detailed/warning.svg +0 -16
- package/src/assets/icons/detailed/webinar.svg +0 -57
- package/src/assets/icons/detailed/whiteboard.svg +0 -16
- package/src/assets/icons/detailed/wine.svg +0 -22
- package/src/assets/icons/detailed/zip.svg +0 -17
- package/src/assets/icons/detailed/zoom-in.svg +0 -18
- package/src/assets/icons/detailed/zoom-out.svg +0 -16
- package/src/assets/icons/detailed.json +0 -1
- package/src/assets/icons/normal/add-circle.svg +0 -12
- package/src/assets/icons/normal/add.svg +0 -4
- package/src/assets/icons/normal/align-center.svg +0 -11
- package/src/assets/icons/normal/align-justify.svg +0 -11
- package/src/assets/icons/normal/align-left.svg +0 -11
- package/src/assets/icons/normal/align-right.svg +0 -11
- package/src/assets/icons/normal/analysis-2.svg +0 -18
- package/src/assets/icons/normal/analysis-3.svg +0 -8
- package/src/assets/icons/normal/analysis.svg +0 -14
- package/src/assets/icons/normal/apple.svg +0 -16
- package/src/assets/icons/normal/arrow-down.svg +0 -8
- package/src/assets/icons/normal/arrow-left.svg +0 -8
- package/src/assets/icons/normal/arrow-right.svg +0 -8
- package/src/assets/icons/normal/arrow-up.svg +0 -8
- package/src/assets/icons/normal/attachment.svg +0 -6
- package/src/assets/icons/normal/back-to-front.svg +0 -15
- package/src/assets/icons/normal/bell-active.svg +0 -14
- package/src/assets/icons/normal/bell.svg +0 -14
- package/src/assets/icons/normal/bold.svg +0 -8
- package/src/assets/icons/normal/bookmark active.svg +0 -12
- package/src/assets/icons/normal/bookmark.svg +0 -10
- package/src/assets/icons/normal/building.svg +0 -21
- package/src/assets/icons/normal/bulleted-list.svg +0 -23
- package/src/assets/icons/normal/calendar.svg +0 -20
- package/src/assets/icons/normal/camera-off.svg +0 -17
- package/src/assets/icons/normal/camera-on.svg +0 -16
- package/src/assets/icons/normal/catalog.svg +0 -13
- package/src/assets/icons/normal/certificate.svg +0 -12
- package/src/assets/icons/normal/chat.svg +0 -6
- package/src/assets/icons/normal/check-badge.svg +0 -9
- package/src/assets/icons/normal/check-circle.svg +0 -10
- package/src/assets/icons/normal/check.svg +0 -4
- package/src/assets/icons/normal/checkbox.svg +0 -8
- package/src/assets/icons/normal/chevron-down-circle.svg +0 -10
- package/src/assets/icons/normal/chevron-down.svg +0 -6
- package/src/assets/icons/normal/chevron-left-circle.svg +0 -10
- package/src/assets/icons/normal/chevron-left.svg +0 -6
- package/src/assets/icons/normal/chevron-right-circle.svg +0 -10
- package/src/assets/icons/normal/chevron-right.svg +0 -7
- package/src/assets/icons/normal/chevron-up-circle.svg +0 -10
- package/src/assets/icons/normal/chevron-up.svg +0 -6
- package/src/assets/icons/normal/circle.svg +0 -8
- package/src/assets/icons/normal/classroom.svg +0 -36
- package/src/assets/icons/normal/clear-field.svg +0 -14
- package/src/assets/icons/normal/clear-style.svg +0 -18
- package/src/assets/icons/normal/close-circle.svg +0 -14
- package/src/assets/icons/normal/close-loader.svg +0 -6
- package/src/assets/icons/normal/close.svg +0 -8
- package/src/assets/icons/normal/coffee.svg +0 -26
- package/src/assets/icons/normal/color.svg +0 -18
- package/src/assets/icons/normal/contact-us.svg +0 -29
- package/src/assets/icons/normal/copy.svg +0 -10
- package/src/assets/icons/normal/courses.svg +0 -22
- package/src/assets/icons/normal/dashboard.svg +0 -18
- package/src/assets/icons/normal/download.svg +0 -10
- package/src/assets/icons/normal/drag.svg +0 -5
- package/src/assets/icons/normal/dulicate.svg +0 -22
- package/src/assets/icons/normal/edit.svg +0 -16
- package/src/assets/icons/normal/elearning.svg +0 -16
- package/src/assets/icons/normal/email.svg +0 -11
- package/src/assets/icons/normal/error-2.svg +0 -8
- package/src/assets/icons/normal/error.svg +0 -12
- package/src/assets/icons/normal/exercise.svg +0 -26
- package/src/assets/icons/normal/external-link.svg +0 -11
- package/src/assets/icons/normal/extract.svg +0 -14
- package/src/assets/icons/normal/eye-off.svg +0 -14
- package/src/assets/icons/normal/eye-on.svg +0 -16
- package/src/assets/icons/normal/fail.svg +0 -11
- package/src/assets/icons/normal/fast-back.svg +0 -19
- package/src/assets/icons/normal/fast-forward.svg +0 -17
- package/src/assets/icons/normal/file-add.svg +0 -16
- package/src/assets/icons/normal/file-duplicate.svg +0 -22
- package/src/assets/icons/normal/file-remove.svg +0 -14
- package/src/assets/icons/normal/file-required.svg +0 -24
- package/src/assets/icons/normal/file.svg +0 -13
- package/src/assets/icons/normal/filter-2.svg +0 -20
- package/src/assets/icons/normal/filter-active.svg +0 -12
- package/src/assets/icons/normal/filter.svg +0 -12
- package/src/assets/icons/normal/flag.svg +0 -10
- package/src/assets/icons/normal/folder.svg +0 -12
- package/src/assets/icons/normal/full-width.svg +0 -9
- package/src/assets/icons/normal/go-to-back.svg +0 -19
- package/src/assets/icons/normal/grid.svg +0 -20
- package/src/assets/icons/normal/group-add.svg +0 -18
- package/src/assets/icons/normal/group.svg +0 -14
- package/src/assets/icons/normal/heart-active.svg +0 -10
- package/src/assets/icons/normal/heart.svg +0 -10
- package/src/assets/icons/normal/highlighter.svg +0 -11
- package/src/assets/icons/normal/home.svg +0 -12
- package/src/assets/icons/normal/hourglass.svg +0 -8
- package/src/assets/icons/normal/image.svg +0 -15
- package/src/assets/icons/normal/info-badge.svg +0 -9
- package/src/assets/icons/normal/information.svg +0 -12
- package/src/assets/icons/normal/italic.svg +0 -10
- package/src/assets/icons/normal/key.svg +0 -8
- package/src/assets/icons/normal/language.svg +0 -14
- package/src/assets/icons/normal/learning-path.svg +0 -7
- package/src/assets/icons/normal/light-off.svg +0 -10
- package/src/assets/icons/normal/light-on.svg +0 -17
- package/src/assets/icons/normal/link.svg +0 -12
- package/src/assets/icons/normal/lock.svg +0 -12
- package/src/assets/icons/normal/login.svg +0 -10
- package/src/assets/icons/normal/logout.svg +0 -10
- package/src/assets/icons/normal/maximize.svg +0 -10
- package/src/assets/icons/normal/menu.svg +0 -8
- package/src/assets/icons/normal/merge.svg +0 -20
- package/src/assets/icons/normal/minimize.svg +0 -12
- package/src/assets/icons/normal/mixed-class.svg +0 -36
- package/src/assets/icons/normal/more-horizontal.svg +0 -7
- package/src/assets/icons/normal/more-vertical.svg +0 -7
- package/src/assets/icons/normal/news.svg +0 -9
- package/src/assets/icons/normal/no-prerequisites.svg +0 -12
- package/src/assets/icons/normal/notes.svg +0 -15
- package/src/assets/icons/normal/number-code.svg +0 -34
- package/src/assets/icons/normal/numbered-list.svg +0 -19
- package/src/assets/icons/normal/on-site.svg +0 -18
- package/src/assets/icons/normal/order-down.svg +0 -12
- package/src/assets/icons/normal/order-up.svg +0 -11
- package/src/assets/icons/normal/paste.svg +0 -14
- package/src/assets/icons/normal/pausa.svg +0 -7
- package/src/assets/icons/normal/pdf.svg +0 -12
- package/src/assets/icons/normal/phone.svg +0 -10
- package/src/assets/icons/normal/pin-map.svg +0 -10
- package/src/assets/icons/normal/pin.svg +0 -12
- package/src/assets/icons/normal/pizza.svg +0 -17
- package/src/assets/icons/normal/play.svg +0 -9
- package/src/assets/icons/normal/plug-in.svg +0 -10
- package/src/assets/icons/normal/pointer.svg +0 -12
- package/src/assets/icons/normal/printer.svg +0 -28
- package/src/assets/icons/normal/profile-add.svg +0 -28
- package/src/assets/icons/normal/profile.svg +0 -15
- package/src/assets/icons/normal/push pin on.svg +0 -9
- package/src/assets/icons/normal/push-pin-off.svg +0 -23
- package/src/assets/icons/normal/qrcode.svg +0 -26
- package/src/assets/icons/normal/question-badge.svg +0 -10
- package/src/assets/icons/normal/radio.svg +0 -8
- package/src/assets/icons/normal/redo.svg +0 -9
- package/src/assets/icons/normal/relations.svg +0 -28
- package/src/assets/icons/normal/reload.svg +0 -12
- package/src/assets/icons/normal/remove-circle.svg +0 -10
- package/src/assets/icons/normal/remove.svg +0 -4
- package/src/assets/icons/normal/reorder.svg +0 -12
- package/src/assets/icons/normal/repeat.svg +0 -12
- package/src/assets/icons/normal/repository.svg +0 -18
- package/src/assets/icons/normal/request-form.svg +0 -18
- package/src/assets/icons/normal/resize-100%.svg +0 -17
- package/src/assets/icons/normal/resize-height.svg +0 -12
- package/src/assets/icons/normal/resize-width.svg +0 -12
- package/src/assets/icons/normal/search.svg +0 -10
- package/src/assets/icons/normal/sequential-prerequisites.svg +0 -20
- package/src/assets/icons/normal/settings.svg +0 -14
- package/src/assets/icons/normal/share.svg +0 -20
- package/src/assets/icons/normal/sketch.svg +0 -11
- package/src/assets/icons/normal/skills.svg +0 -16
- package/src/assets/icons/normal/skip-back.svg +0 -12
- package/src/assets/icons/normal/skip-forward.svg +0 -13
- package/src/assets/icons/normal/sms.svg +0 -20
- package/src/assets/icons/normal/sso-access.svg +0 -20
- package/src/assets/icons/normal/star-active.svg +0 -4
- package/src/assets/icons/normal/star.svg +0 -4
- package/src/assets/icons/normal/success.svg +0 -10
- package/src/assets/icons/normal/sun.svg +0 -24
- package/src/assets/icons/normal/sunrise.svg +0 -18
- package/src/assets/icons/normal/support.svg +0 -18
- package/src/assets/icons/normal/survey.svg +0 -24
- package/src/assets/icons/normal/table.svg +0 -11
- package/src/assets/icons/normal/tematic-channels.svg +0 -10
- package/src/assets/icons/normal/test.svg +0 -15
- package/src/assets/icons/normal/text-body.svg +0 -8
- package/src/assets/icons/normal/text-edit.svg +0 -11
- package/src/assets/icons/normal/text-style.svg +0 -10
- package/src/assets/icons/normal/time.svg +0 -10
- package/src/assets/icons/normal/toilet-paper.svg +0 -15
- package/src/assets/icons/normal/training-points.svg +0 -16
- package/src/assets/icons/normal/trash.svg +0 -19
- package/src/assets/icons/normal/underline.svg +0 -8
- package/src/assets/icons/normal/undo.svg +0 -9
- package/src/assets/icons/normal/unlock.svg +0 -13
- package/src/assets/icons/normal/upload.svg +0 -10
- package/src/assets/icons/normal/user-add.svg +0 -14
- package/src/assets/icons/normal/user-badge.svg +0 -11
- package/src/assets/icons/normal/user.svg +0 -5
- package/src/assets/icons/normal/video-off.svg +0 -11
- package/src/assets/icons/normal/video-on.svg +0 -20
- package/src/assets/icons/normal/video-rec.svg +0 -23
- package/src/assets/icons/normal/view-card.svg +0 -10
- package/src/assets/icons/normal/view-list.svg +0 -18
- package/src/assets/icons/normal/view.svg +0 -8
- package/src/assets/icons/normal/voice-off.svg +0 -18
- package/src/assets/icons/normal/voice-on.svg +0 -15
- package/src/assets/icons/normal/volume-down.svg +0 -14
- package/src/assets/icons/normal/volume-off.svg +0 -18
- package/src/assets/icons/normal/volume-up.svg +0 -16
- package/src/assets/icons/normal/warning.svg +0 -16
- package/src/assets/icons/normal/webinar.svg +0 -36
- package/src/assets/icons/normal/whiteboard.svg +0 -17
- package/src/assets/icons/normal/wine.svg +0 -22
- package/src/assets/icons/normal/zip.svg +0 -19
- package/src/assets/icons/normal/zoom-in.svg +0 -16
- package/src/assets/icons/normal/zoom-out.svg +0 -14
- package/src/assets/icons/normal.json +0 -1
- package/src/assets/icons/simple/add-circle.svg +0 -12
- package/src/assets/icons/simple/add.svg +0 -8
- package/src/assets/icons/simple/align-center.svg +0 -12
- package/src/assets/icons/simple/align-justify.svg +0 -12
- package/src/assets/icons/simple/align-left.svg +0 -12
- package/src/assets/icons/simple/align-right.svg +0 -12
- package/src/assets/icons/simple/analysis-2.svg +0 -21
- package/src/assets/icons/simple/analysis-3.svg +0 -8
- package/src/assets/icons/simple/analysis.svg +0 -16
- package/src/assets/icons/simple/apple.svg +0 -18
- package/src/assets/icons/simple/arrow-down.svg +0 -8
- package/src/assets/icons/simple/arrow-left.svg +0 -8
- package/src/assets/icons/simple/arrow-right.svg +0 -8
- package/src/assets/icons/simple/arrow-up.svg +0 -8
- package/src/assets/icons/simple/attachment.svg +0 -10
- package/src/assets/icons/simple/bck-to-front.svg +0 -19
- package/src/assets/icons/simple/bell-active.svg +0 -14
- package/src/assets/icons/simple/bell.svg +0 -14
- package/src/assets/icons/simple/bold.svg +0 -8
- package/src/assets/icons/simple/bookmark-active.svg +0 -12
- package/src/assets/icons/simple/bookmark.svg +0 -12
- package/src/assets/icons/simple/building.svg +0 -25
- package/src/assets/icons/simple/bulleted-list.svg +0 -22
- package/src/assets/icons/simple/calendar.svg +0 -22
- package/src/assets/icons/simple/camera-off.svg +0 -12
- package/src/assets/icons/simple/camera-on.svg +0 -16
- package/src/assets/icons/simple/catalog.svg +0 -14
- package/src/assets/icons/simple/certificate.svg +0 -15
- package/src/assets/icons/simple/chat.svg +0 -9
- package/src/assets/icons/simple/check-badge.svg +0 -9
- package/src/assets/icons/simple/check-circle.svg +0 -10
- package/src/assets/icons/simple/check.svg +0 -6
- package/src/assets/icons/simple/checkbox.svg +0 -6
- package/src/assets/icons/simple/chevron-down-circle.svg +0 -10
- package/src/assets/icons/simple/chevron-down.svg +0 -6
- package/src/assets/icons/simple/chevron-left-circle.svg +0 -10
- package/src/assets/icons/simple/chevron-left.svg +0 -6
- package/src/assets/icons/simple/chevron-right-circle.svg +0 -10
- package/src/assets/icons/simple/chevron-right.svg +0 -7
- package/src/assets/icons/simple/chevron-up-circle.svg +0 -10
- package/src/assets/icons/simple/chevron-up.svg +0 -6
- package/src/assets/icons/simple/circle.svg +0 -8
- package/src/assets/icons/simple/classroom.svg +0 -38
- package/src/assets/icons/simple/clear-field.svg +0 -11
- package/src/assets/icons/simple/clear-style.svg +0 -15
- package/src/assets/icons/simple/close-circle.svg +0 -14
- package/src/assets/icons/simple/close-loader.svg +0 -6
- package/src/assets/icons/simple/close.svg +0 -10
- package/src/assets/icons/simple/coffee.svg +0 -28
- package/src/assets/icons/simple/color.svg +0 -20
- package/src/assets/icons/simple/contact-us.svg +0 -26
- package/src/assets/icons/simple/copy.svg +0 -10
- package/src/assets/icons/simple/courses.svg +0 -21
- package/src/assets/icons/simple/dashboard.svg +0 -20
- package/src/assets/icons/simple/download.svg +0 -10
- package/src/assets/icons/simple/drag.svg +0 -10
- package/src/assets/icons/simple/duplicate.svg +0 -24
- package/src/assets/icons/simple/edit.svg +0 -17
- package/src/assets/icons/simple/elearning.svg +0 -17
- package/src/assets/icons/simple/email.svg +0 -11
- package/src/assets/icons/simple/error-2.svg +0 -8
- package/src/assets/icons/simple/error.svg +0 -12
- package/src/assets/icons/simple/exercise.svg +0 -30
- package/src/assets/icons/simple/external-link.svg +0 -13
- package/src/assets/icons/simple/extract.svg +0 -17
- package/src/assets/icons/simple/eye-off.svg +0 -13
- package/src/assets/icons/simple/eye-on.svg +0 -11
- package/src/assets/icons/simple/fail.svg +0 -11
- package/src/assets/icons/simple/fast-back.svg +0 -20
- package/src/assets/icons/simple/fast-forward.svg +0 -19
- package/src/assets/icons/simple/file-add.svg +0 -20
- package/src/assets/icons/simple/file-duplicate.svg +0 -22
- package/src/assets/icons/simple/file-remove.svg +0 -18
- package/src/assets/icons/simple/file-required.svg +0 -24
- package/src/assets/icons/simple/file.svg +0 -14
- package/src/assets/icons/simple/filter-2.svg +0 -24
- package/src/assets/icons/simple/filter-active.svg +0 -13
- package/src/assets/icons/simple/filter.svg +0 -12
- package/src/assets/icons/simple/flag.svg +0 -12
- package/src/assets/icons/simple/folder.svg +0 -14
- package/src/assets/icons/simple/full-width.svg +0 -11
- package/src/assets/icons/simple/go-to-back.svg +0 -18
- package/src/assets/icons/simple/grid.svg +0 -20
- package/src/assets/icons/simple/group-add.svg +0 -24
- package/src/assets/icons/simple/group.svg +0 -18
- package/src/assets/icons/simple/heart-active.svg +0 -12
- package/src/assets/icons/simple/heart.svg +0 -12
- package/src/assets/icons/simple/highlighter.svg +0 -12
- package/src/assets/icons/simple/home.svg +0 -13
- package/src/assets/icons/simple/hourglass.svg +0 -11
- package/src/assets/icons/simple/image.svg +0 -15
- package/src/assets/icons/simple/info-badge.svg +0 -9
- package/src/assets/icons/simple/information.svg +0 -12
- package/src/assets/icons/simple/italic.svg +0 -12
- package/src/assets/icons/simple/key.svg +0 -11
- package/src/assets/icons/simple/language.svg +0 -12
- package/src/assets/icons/simple/learning-path.svg +0 -9
- package/src/assets/icons/simple/light-off.svg +0 -7
- package/src/assets/icons/simple/light-on.svg +0 -18
- package/src/assets/icons/simple/link.svg +0 -14
- package/src/assets/icons/simple/lock.svg +0 -13
- package/src/assets/icons/simple/login.svg +0 -11
- package/src/assets/icons/simple/logout.svg +0 -11
- package/src/assets/icons/simple/maximaze.svg +0 -12
- package/src/assets/icons/simple/menu.svg +0 -10
- package/src/assets/icons/simple/merge.svg +0 -20
- package/src/assets/icons/simple/minimaze.svg +0 -12
- package/src/assets/icons/simple/mixed-class.svg +0 -40
- package/src/assets/icons/simple/more-horizontal.svg +0 -8
- package/src/assets/icons/simple/more-vertical.svg +0 -8
- package/src/assets/icons/simple/news.svg +0 -12
- package/src/assets/icons/simple/no-prerequisites.svg +0 -17
- package/src/assets/icons/simple/notes.svg +0 -14
- package/src/assets/icons/simple/number-code.svg +0 -29
- package/src/assets/icons/simple/numbered-list.svg +0 -18
- package/src/assets/icons/simple/on-site.svg +0 -18
- package/src/assets/icons/simple/order-down.svg +0 -12
- package/src/assets/icons/simple/order-up.svg +0 -12
- package/src/assets/icons/simple/paste.svg +0 -14
- package/src/assets/icons/simple/pausa.svg +0 -8
- package/src/assets/icons/simple/pdf.svg +0 -12
- package/src/assets/icons/simple/phone.svg +0 -10
- package/src/assets/icons/simple/pin-map.svg +0 -13
- package/src/assets/icons/simple/pin.svg +0 -14
- package/src/assets/icons/simple/pizza.svg +0 -17
- package/src/assets/icons/simple/play.svg +0 -10
- package/src/assets/icons/simple/plug-in.svg +0 -10
- package/src/assets/icons/simple/pointer.svg +0 -6
- package/src/assets/icons/simple/printer.svg +0 -28
- package/src/assets/icons/simple/profile-add.svg +0 -28
- package/src/assets/icons/simple/profile.svg +0 -13
- package/src/assets/icons/simple/push-pin-off.svg +0 -11
- package/src/assets/icons/simple/push-pin-on.svg +0 -12
- package/src/assets/icons/simple/qrcode.svg +0 -26
- package/src/assets/icons/simple/question-badge.svg +0 -10
- package/src/assets/icons/simple/radio.svg +0 -8
- package/src/assets/icons/simple/redo.svg +0 -9
- package/src/assets/icons/simple/relations.svg +0 -28
- package/src/assets/icons/simple/reload.svg +0 -12
- package/src/assets/icons/simple/remove-circle.svg +0 -10
- package/src/assets/icons/simple/remove.svg +0 -6
- package/src/assets/icons/simple/repeart.svg +0 -14
- package/src/assets/icons/simple/repository.svg +0 -18
- package/src/assets/icons/simple/request-form.svg +0 -20
- package/src/assets/icons/simple/resize-100%.svg +0 -15
- package/src/assets/icons/simple/resize-height.svg +0 -12
- package/src/assets/icons/simple/resize-width.svg +0 -14
- package/src/assets/icons/simple/search.svg +0 -10
- package/src/assets/icons/simple/sequential-prerequisites.svg +0 -22
- package/src/assets/icons/simple/settings.svg +0 -17
- package/src/assets/icons/simple/share.svg +0 -21
- package/src/assets/icons/simple/sketch.svg +0 -13
- package/src/assets/icons/simple/skills.svg +0 -17
- package/src/assets/icons/simple/skip-back.svg +0 -14
- package/src/assets/icons/simple/skip-forward.svg +0 -14
- package/src/assets/icons/simple/sms.svg +0 -22
- package/src/assets/icons/simple/sso-access.svg +0 -20
- package/src/assets/icons/simple/star-active.svg +0 -6
- package/src/assets/icons/simple/star.svg +0 -6
- package/src/assets/icons/simple/success.svg +0 -12
- package/src/assets/icons/simple/sun.svg +0 -22
- package/src/assets/icons/simple/sunrise.svg +0 -18
- package/src/assets/icons/simple/support.svg +0 -18
- package/src/assets/icons/simple/survey.svg +0 -32
- package/src/assets/icons/simple/table.svg +0 -11
- package/src/assets/icons/simple/tematic-channels.svg +0 -15
- package/src/assets/icons/simple/test.svg +0 -23
- package/src/assets/icons/simple/text-body.svg +0 -7
- package/src/assets/icons/simple/text-edit.svg +0 -11
- package/src/assets/icons/simple/text-style.svg +0 -10
- package/src/assets/icons/simple/time.svg +0 -10
- package/src/assets/icons/simple/toilet-paper.svg +0 -17
- package/src/assets/icons/simple/training-points.svg +0 -18
- package/src/assets/icons/simple/trash.svg +0 -20
- package/src/assets/icons/simple/underline.svg +0 -9
- package/src/assets/icons/simple/undo.svg +0 -9
- package/src/assets/icons/simple/unlock.svg +0 -15
- package/src/assets/icons/simple/upload.svg +0 -10
- package/src/assets/icons/simple/user-add.svg +0 -18
- package/src/assets/icons/simple/user-badge.svg +0 -12
- package/src/assets/icons/simple/user.svg +0 -8
- package/src/assets/icons/simple/video-off.svg +0 -17
- package/src/assets/icons/simple/video-on.svg +0 -17
- package/src/assets/icons/simple/video-rec.svg +0 -20
- package/src/assets/icons/simple/view-card.svg +0 -12
- package/src/assets/icons/simple/view-list.svg +0 -20
- package/src/assets/icons/simple/view.svg +0 -17
- package/src/assets/icons/simple/voice-off.svg +0 -16
- package/src/assets/icons/simple/voice-on.svg +0 -16
- package/src/assets/icons/simple/volume-down.svg +0 -15
- package/src/assets/icons/simple/volume-off.svg +0 -16
- package/src/assets/icons/simple/volume-up.svg +0 -16
- package/src/assets/icons/simple/warning.svg +0 -14
- package/src/assets/icons/simple/webinar.svg +0 -19
- package/src/assets/icons/simple/whiteboard.svg +0 -16
- package/src/assets/icons/simple/wine.svg +0 -24
- package/src/assets/icons/simple/zip.svg +0 -22
- package/src/assets/icons/simple/zoom-in.svg +0 -18
- package/src/assets/icons/simple/zoom-out.svg +0 -17
- package/src/assets/icons/simple.json +0 -1
- package/src/components/VvAccordion/VvAccordion.vue +0 -109
- package/src/components/VvAccordion/index.ts +0 -96
- package/src/components/VvAccordionGroup/VvAccordionGroup.vue +0 -115
- package/src/components/VvAccordionGroup/index.ts +0 -50
- package/src/components/VvAction/VvAction.vue +0 -148
- package/src/components/VvAction/index.ts +0 -5
- package/src/components/VvAlert/VvAlert.vue +0 -76
- package/src/components/VvAlert/index.ts +0 -162
- package/src/components/VvAlertGroup/VvAlertGroup.vue +0 -64
- package/src/components/VvAlertGroup/index.ts +0 -132
- package/src/components/VvAvatar/VvAvatar.vue +0 -21
- package/src/components/VvAvatar/index.ts +0 -9
- package/src/components/VvAvatarGroup/VvAvatarGroup.vue +0 -65
- package/src/components/VvAvatarGroup/index.ts +0 -28
- package/src/components/VvBadge/VvBadge.vue +0 -20
- package/src/components/VvBadge/index.ts +0 -6
- package/src/components/VvBreadcrumb/VvBreadcrumb.vue +0 -55
- package/src/components/VvBreadcrumb/index.ts +0 -7
- package/src/components/VvButton/VvButton.vue +0 -164
- package/src/components/VvButton/index.ts +0 -132
- package/src/components/VvButtonGroup/VvButtonGroup.vue +0 -74
- package/src/components/VvButtonGroup/index.ts +0 -28
- package/src/components/VvCard/VvCard.vue +0 -37
- package/src/components/VvCard/index.ts +0 -6
- package/src/components/VvCheckbox/VvCheckbox.vue +0 -198
- package/src/components/VvCheckbox/index.ts +0 -65
- package/src/components/VvCheckboxGroup/VvCheckboxGroup.vue +0 -99
- package/src/components/VvCheckboxGroup/index.ts +0 -5
- package/src/components/VvCombobox/VvCombobox.vue +0 -629
- package/src/components/VvCombobox/index.ts +0 -179
- package/src/components/VvDialog/VvDialog.vue +0 -144
- package/src/components/VvDialog/index.ts +0 -42
- package/src/components/VvDropdown/VvDropdown.vue +0 -475
- package/src/components/VvDropdown/VvDropdownAction.vue +0 -46
- package/src/components/VvDropdown/VvDropdownItem.vue +0 -32
- package/src/components/VvDropdown/VvDropdownOptgroup.vue +0 -18
- package/src/components/VvDropdown/VvDropdownOption.vue +0 -72
- package/src/components/VvDropdown/index.ts +0 -32
- package/src/components/VvIcon/README.md +0 -64
- package/src/components/VvIcon/VvIcon.vue +0 -139
- package/src/components/VvIcon/index.ts +0 -103
- package/src/components/VvInputText/VvInputClearAction.ts +0 -52
- package/src/components/VvInputText/VvInputPasswordAction.ts +0 -68
- package/src/components/VvInputText/VvInputStepAction.ts +0 -49
- package/src/components/VvInputText/VvInputText.vue +0 -547
- package/src/components/VvInputText/VvInputTextActions.ts +0 -97
- package/src/components/VvInputText/index.ts +0 -199
- package/src/components/VvNav/VvNav.vue +0 -44
- package/src/components/VvNav/VvNavItem.vue +0 -18
- package/src/components/VvNav/VvNavSeparator.vue +0 -11
- package/src/components/VvNav/index.ts +0 -8
- package/src/components/VvProgress/VvProgress.vue +0 -34
- package/src/components/VvProgress/index.ts +0 -32
- package/src/components/VvRadio/VvRadio.vue +0 -124
- package/src/components/VvRadio/index.ts +0 -46
- package/src/components/VvRadioGroup/VvRadioGroup.vue +0 -103
- package/src/components/VvRadioGroup/index.ts +0 -5
- package/src/components/VvSelect/VvSelect.vue +0 -247
- package/src/components/VvSelect/index.ts +0 -69
- package/src/components/VvTab/VvTab.vue +0 -77
- package/src/components/VvTab/index.ts +0 -19
- package/src/components/VvTextarea/VvTextarea.vue +0 -225
- package/src/components/VvTextarea/index.ts +0 -50
- package/src/components/VvTooltip/VvTooltip.vue +0 -23
- package/src/components/VvTooltip/index.ts +0 -18
- package/src/components/common/HintSlot.ts +0 -175
- package/src/components/index.ts +0 -24
- package/src/composables/alert/useAlert.ts +0 -103
- package/src/composables/alert/useInjectAlert.ts +0 -8
- package/src/composables/alert/useProvideAlert.ts +0 -23
- package/src/composables/dropdown/useInjectDropdown.ts +0 -26
- package/src/composables/dropdown/useProvideDropdown.ts +0 -94
- package/src/composables/group/useInjectedGroupState.ts +0 -51
- package/src/composables/group/useProvideGroupState.ts +0 -20
- package/src/composables/index.ts +0 -1
- package/src/composables/useComponentFocus.ts +0 -16
- package/src/composables/useComponentIcon.ts +0 -41
- package/src/composables/useDebouncedInput.ts +0 -32
- package/src/composables/useDefaults.ts +0 -89
- package/src/composables/useModifiers.ts +0 -36
- package/src/composables/useOptions.ts +0 -47
- package/src/composables/useTextCount.ts +0 -57
- package/src/composables/useUniqueId.ts +0 -5
- package/src/composables/useVolver.ts +0 -5
- package/src/constants.ts +0 -138
- package/src/directives/index.ts +0 -4
- package/src/directives/v-contextmenu.ts +0 -40
- package/src/directives/v-tooltip.ts +0 -24
- package/src/icons.ts +0 -7
- package/src/index.ts +0 -14
- package/src/props/index.ts +0 -487
- package/src/resolvers/unplugin.ts +0 -169
- package/src/shims.d.ts +0 -13
- package/src/stories/Accordion/Accordion.settings.ts +0 -57
- package/src/stories/Accordion/Accordion.stories.ts +0 -45
- package/src/stories/Accordion/Accordion.test.ts +0 -67
- package/src/stories/Accordion/AccordionSlots.stories.ts +0 -29
- package/src/stories/AccordionGroup/AccordionGroup.settings.ts +0 -77
- package/src/stories/AccordionGroup/AccordionGroup.stories.ts +0 -62
- package/src/stories/AccordionGroup/AccordionGroup.test.ts +0 -56
- package/src/stories/AccordionGroup/AccordionGroupSlots.stories.ts +0 -53
- package/src/stories/Alert/Alert.settings.ts +0 -122
- package/src/stories/Alert/Alert.stories.ts +0 -60
- package/src/stories/Alert/Alert.test.ts +0 -99
- package/src/stories/Alert/AlertModifiers.stories.ts +0 -77
- package/src/stories/Alert/AlertSlots.stories.ts +0 -74
- package/src/stories/AlertGroup/AlertGroup.settings.ts +0 -110
- package/src/stories/AlertGroup/AlertGroup.stories.ts +0 -50
- package/src/stories/AlertGroup/AlertGroup.test.ts +0 -89
- package/src/stories/AlertGroup/AlertGroupPosition.stories.ts +0 -103
- package/src/stories/AlertGroup/AlertGroupSlots.stories.ts +0 -67
- package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +0 -118
- package/src/stories/Avatar/Avatar.settings.ts +0 -37
- package/src/stories/Avatar/Avatar.stories.ts +0 -42
- package/src/stories/Avatar/Avatar.test.ts +0 -34
- package/src/stories/Avatar/AvatarBadge.stories.ts +0 -36
- package/src/stories/Avatar/AvatarModifiers.stories.ts +0 -100
- package/src/stories/Avatar/AvatarSlots.stories.ts +0 -34
- package/src/stories/AvatarGroup/AvatarGroup.settings.ts +0 -60
- package/src/stories/AvatarGroup/AvatarGroup.stories.ts +0 -35
- package/src/stories/AvatarGroup/AvatarGroup.test.ts +0 -36
- package/src/stories/AvatarGroup/AvatarGroupModifiers.stories.ts +0 -31
- package/src/stories/AvatarGroup/AvatarGroupSlotDefault.stories.ts +0 -39
- package/src/stories/Badge/Badge.settings.ts +0 -26
- package/src/stories/Badge/Badge.stories.ts +0 -43
- package/src/stories/Badge/Badge.test.ts +0 -12
- package/src/stories/Badge/BadgeSlots.stories.ts +0 -23
- package/src/stories/Breadcrumb/Breadcrumb.settings.ts +0 -40
- package/src/stories/Breadcrumb/Breadcrumb.stories.ts +0 -41
- package/src/stories/Breadcrumb/Breadcrumb.test.ts +0 -52
- package/src/stories/Breadcrumb/BreadcrumbSlots.stories.ts +0 -37
- package/src/stories/Button/Button.settings.ts +0 -159
- package/src/stories/Button/Button.stories.ts +0 -38
- package/src/stories/Button/Button.test.ts +0 -48
- package/src/stories/Button/ButtonIcon.stories.ts +0 -67
- package/src/stories/Button/ButtonLink.stories.ts +0 -40
- package/src/stories/Button/ButtonLoading.stories.ts +0 -41
- package/src/stories/Button/ButtonModifiers.stories.ts +0 -148
- package/src/stories/Button/ButtonSlots.stories.ts +0 -87
- package/src/stories/Button/ButtonState.stories.ts +0 -42
- package/src/stories/Button/ButtonToggle.stories.ts +0 -52
- package/src/stories/ButtonGroup/ButtonGroup.settings.ts +0 -32
- package/src/stories/ButtonGroup/ButtonGroup.stories.ts +0 -39
- package/src/stories/ButtonGroup/ButtonGroup.test.ts +0 -35
- package/src/stories/ButtonGroup/ButtonGroupModifiers.stories.ts +0 -39
- package/src/stories/ButtonGroup/ButtonGroupSlots.stories.ts +0 -38
- package/src/stories/ButtonGroup/ButtonGroupToggle.stories.ts +0 -41
- package/src/stories/Card/Card.settings.ts +0 -55
- package/src/stories/Card/Card.stories.ts +0 -46
- package/src/stories/Card/Card.test.ts +0 -23
- package/src/stories/Card/CardSlots.stories.ts +0 -81
- package/src/stories/Checkbox/Checkbox.settings.ts +0 -41
- package/src/stories/Checkbox/Checkbox.stories.ts +0 -97
- package/src/stories/Checkbox/Checkbox.test.ts +0 -81
- package/src/stories/Checkbox/CheckboxBinary.stories.ts +0 -33
- package/src/stories/Checkbox/CheckboxSlots.stories.ts +0 -31
- package/src/stories/CheckboxGroup/CheckboxGroup.settings.ts +0 -15
- package/src/stories/CheckboxGroup/CheckboxGroup.stories.ts +0 -87
- package/src/stories/CheckboxGroup/CheckboxGroup.test.ts +0 -83
- package/src/stories/CheckboxGroup/CheckboxGroupOptions.stories.ts +0 -53
- package/src/stories/CheckboxGroup/CheckboxGroupSlots.stories.ts +0 -47
- package/src/stories/Combobox/Combobox.settings.ts +0 -403
- package/src/stories/Combobox/Combobox.stories.ts +0 -176
- package/src/stories/Combobox/Combobox.test.ts +0 -110
- package/src/stories/Combobox/ComboboxIconPosition.stories.ts +0 -43
- package/src/stories/Combobox/ComboboxMultiple.stories.ts +0 -41
- package/src/stories/Combobox/ComboboxOptions.stories.ts +0 -114
- package/src/stories/Combobox/ComboboxSlots.stories.ts +0 -104
- package/src/stories/Dialog/Dialog.settings.ts +0 -45
- package/src/stories/Dialog/Dialog.stories.ts +0 -51
- package/src/stories/Dialog/Dialog.test.ts +0 -69
- package/src/stories/Dialog/DialogSlots.stories.ts +0 -39
- package/src/stories/Dropdown/Dropdown.settings.ts +0 -69
- package/src/stories/Dropdown/Dropdown.stories.ts +0 -107
- package/src/stories/Dropdown/Dropdown.test.ts +0 -21
- package/src/stories/Dropdown/DropdownContextmenuDirective.stories.ts +0 -49
- package/src/stories/Dropdown/DropdownMultilevel.stories.ts +0 -61
- package/src/stories/Dropdown/DropdownSlots.stories.ts +0 -95
- package/src/stories/Icon/Icon.settings.ts +0 -72
- package/src/stories/Icon/Icon.stories.ts +0 -48
- package/src/stories/Icon/IconsCollection.stories.ts +0 -53
- package/src/stories/InputText/InputText.settings.ts +0 -259
- package/src/stories/InputText/InputText.stories.ts +0 -113
- package/src/stories/InputText/InputText.test.ts +0 -144
- package/src/stories/InputText/InputTextIconPosition.stories.ts +0 -43
- package/src/stories/InputText/InputTextLength.stories.ts +0 -58
- package/src/stories/InputText/InputTextMask.stories.ts +0 -122
- package/src/stories/InputText/InputTextMinMax.stories.ts +0 -51
- package/src/stories/InputText/InputTextSlots.stories.ts +0 -39
- package/src/stories/InputText/InputTextType.stories.ts +0 -119
- package/src/stories/Nav/Nav.settings.ts +0 -35
- package/src/stories/Nav/Nav.stories.ts +0 -33
- package/src/stories/Nav/Nav.test.ts +0 -21
- package/src/stories/Nav/NavModifiers.stories.ts +0 -47
- package/src/stories/Progress/Progress.settings.ts +0 -30
- package/src/stories/Progress/Progress.stories.ts +0 -41
- package/src/stories/Progress/Progress.test.ts +0 -9
- package/src/stories/Radio/Radio.settings.ts +0 -15
- package/src/stories/Radio/Radio.stories.ts +0 -81
- package/src/stories/Radio/Radio.test.ts +0 -70
- package/src/stories/Radio/RadioSlots.stories.ts +0 -31
- package/src/stories/RadioGroup/RadioGroup.settings.ts +0 -15
- package/src/stories/RadioGroup/RadioGroup.stories.ts +0 -88
- package/src/stories/RadioGroup/RadioGroup.test.ts +0 -83
- package/src/stories/RadioGroup/RadioGroupOptions.stories.ts +0 -53
- package/src/stories/RadioGroup/RadioGroupSlots.stories.ts +0 -47
- package/src/stories/Select/Select.settings.ts +0 -80
- package/src/stories/Select/Select.stories.ts +0 -113
- package/src/stories/Select/Select.test.ts +0 -85
- package/src/stories/Select/SelectIconPosition.stories.ts +0 -43
- package/src/stories/Select/SelectOptions.stories.ts +0 -77
- package/src/stories/Select/SelectSlots.stories.ts +0 -39
- package/src/stories/Tab/Tab.settings.ts +0 -41
- package/src/stories/Tab/Tab.stories.ts +0 -70
- package/src/stories/Tab/Tab.test.ts +0 -29
- package/src/stories/Textarea/Textarea.settings.ts +0 -88
- package/src/stories/Textarea/Textarea.stories.ts +0 -107
- package/src/stories/Textarea/Textarea.test.ts +0 -90
- package/src/stories/Textarea/TextareaLength.stories.ts +0 -58
- package/src/stories/Textarea/TextareaSlots.stories.ts +0 -39
- package/src/stories/Textarea/TextareatIconPosition.stories.ts +0 -43
- package/src/stories/Tooltip/Tooltip.settings.ts +0 -25
- package/src/stories/Tooltip/Tooltip.stories.ts +0 -40
- package/src/stories/Tooltip/Tooltip.test.ts +0 -60
- package/src/stories/Tooltip/TooltipDirective.stories.ts +0 -68
- package/src/stories/argTypes.ts +0 -562
- package/src/test/expect.ts +0 -88
- package/src/test/options.ts +0 -17
- package/src/test/sleep.ts +0 -2
- package/src/test/types.d.ts +0 -17
- package/src/types/alert.ts +0 -20
- package/src/types/floating-ui.ts +0 -7
- package/src/types/generic.ts +0 -6
- package/src/types/group.ts +0 -44
- package/src/types/index.ts +0 -5
- package/src/types/nav.ts +0 -19
- package/src/utils/ObjectUtilities.ts +0 -288
|
@@ -1,778 +1,398 @@
|
|
|
1
1
|
import type { Option } from '../../types/generic';
|
|
2
|
-
declare const _default:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
type: (ObjectConstructor | ArrayConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
9
|
-
default: undefined;
|
|
10
|
-
};
|
|
11
|
-
noResultsLabel: {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: string;
|
|
14
|
-
};
|
|
15
|
-
noOptionsLabel: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
selectedHintLabel: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
};
|
|
23
|
-
deselectActionLabel: {
|
|
24
|
-
type: StringConstructor;
|
|
25
|
-
default: string;
|
|
26
|
-
};
|
|
27
|
-
selectHintLabel: {
|
|
28
|
-
type: StringConstructor;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
deselectHintLabel: {
|
|
32
|
-
type: StringConstructor;
|
|
33
|
-
default: string;
|
|
34
|
-
};
|
|
35
|
-
closeLabel: {
|
|
36
|
-
type: StringConstructor;
|
|
37
|
-
default: string;
|
|
38
|
-
};
|
|
39
|
-
placeholder: StringConstructor;
|
|
40
|
-
searchable: BooleanConstructor;
|
|
41
|
-
searchFunction: {
|
|
42
|
-
type: globalThis.PropType<(search: string, options: (string | Option)[]) => (string | Option)[] | Promise<(string | Option)[]>>;
|
|
43
|
-
default: undefined;
|
|
44
|
-
};
|
|
45
|
-
searchPlaceholder: {
|
|
46
|
-
type: StringConstructor;
|
|
47
|
-
default: string;
|
|
48
|
-
};
|
|
49
|
-
debounceSearch: {
|
|
50
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
51
|
-
default: number;
|
|
52
|
-
};
|
|
53
|
-
multiple: BooleanConstructor;
|
|
54
|
-
maxValues: (StringConstructor | NumberConstructor)[];
|
|
55
|
-
separator: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
native: BooleanConstructor;
|
|
60
|
-
badges: BooleanConstructor;
|
|
61
|
-
badgeModifiers: {
|
|
62
|
-
type: globalThis.PropType<string | string[]>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
triggerWidth: {
|
|
66
|
-
default: boolean;
|
|
67
|
-
type: BooleanConstructor;
|
|
68
|
-
};
|
|
69
|
-
dropdownModifiers: {
|
|
70
|
-
type: globalThis.PropType<string | string[]>;
|
|
71
|
-
default: string;
|
|
72
|
-
};
|
|
73
|
-
autoOpen: {
|
|
74
|
-
type: BooleanConstructor;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
|
-
keepOpen: {
|
|
78
|
-
type: BooleanConstructor;
|
|
79
|
-
default: boolean;
|
|
80
|
-
};
|
|
81
|
-
label: (StringConstructor | NumberConstructor)[];
|
|
82
|
-
placement: {
|
|
83
|
-
type: globalThis.PropType<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
|
|
84
|
-
default: import("../../constants").Side;
|
|
85
|
-
validator: (value: never) => boolean;
|
|
86
|
-
};
|
|
87
|
-
strategy: {
|
|
88
|
-
type: globalThis.PropType<"absolute" | "fixed">;
|
|
89
|
-
default: undefined;
|
|
90
|
-
validator: (value: import("../../constants").Strategy) => boolean;
|
|
91
|
-
};
|
|
92
|
-
offset: {
|
|
93
|
-
type: globalThis.PropType<string | import("@floating-ui/core").OffsetOptions | undefined>;
|
|
94
|
-
default: number;
|
|
95
|
-
};
|
|
96
|
-
shift: {
|
|
97
|
-
type: globalThis.PropType<boolean | {
|
|
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
|
+
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";
|
|
7
|
+
size: boolean | {
|
|
98
8
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
99
9
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
100
10
|
altBoundary?: boolean | undefined;
|
|
101
11
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
12
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
13
|
+
apply?: ((args: import("@floating-ui/dom").MiddlewareState & {
|
|
14
|
+
availableWidth: number;
|
|
15
|
+
availableHeight: number;
|
|
16
|
+
}) => void | Promise<void>) | undefined;
|
|
17
|
+
} | import("@floating-ui/dom").Derivable<{
|
|
18
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
19
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
20
|
+
altBoundary?: boolean | undefined;
|
|
21
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
22
|
+
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
23
|
+
apply?: ((args: import("@floating-ui/dom").MiddlewareState & {
|
|
24
|
+
availableWidth: number;
|
|
25
|
+
availableHeight: number;
|
|
26
|
+
}) => void | Promise<void>) | undefined;
|
|
27
|
+
}> | undefined;
|
|
28
|
+
shift: boolean | {
|
|
102
29
|
crossAxis?: boolean | undefined;
|
|
30
|
+
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
31
|
+
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
32
|
+
altBoundary?: boolean | undefined;
|
|
33
|
+
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
103
34
|
mainAxis?: boolean | undefined;
|
|
104
35
|
limiter?: {
|
|
105
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
36
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
106
37
|
options?: any;
|
|
107
38
|
} | undefined;
|
|
108
39
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
109
40
|
} | import("@floating-ui/dom").Derivable<{
|
|
41
|
+
crossAxis?: boolean | undefined;
|
|
110
42
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
111
43
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
112
44
|
altBoundary?: boolean | undefined;
|
|
113
45
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
114
|
-
crossAxis?: boolean | undefined;
|
|
115
46
|
mainAxis?: boolean | undefined;
|
|
116
47
|
limiter?: {
|
|
117
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
48
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
118
49
|
options?: any;
|
|
119
50
|
} | undefined;
|
|
120
51
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
121
|
-
}> | undefined
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
52
|
+
}> | undefined;
|
|
53
|
+
label: string | number;
|
|
54
|
+
disabled: boolean;
|
|
55
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any>;
|
|
56
|
+
modifiers: string | string[];
|
|
57
|
+
closeLabel: string;
|
|
58
|
+
icon: string | import("../VvIcon").VvIconProps;
|
|
59
|
+
iconPosition: "before" | "after";
|
|
60
|
+
flip: boolean | {
|
|
61
|
+
crossAxis?: boolean | "alignment" | undefined;
|
|
126
62
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
127
63
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
128
64
|
altBoundary?: boolean | undefined;
|
|
129
65
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
130
|
-
crossAxis?: boolean | undefined;
|
|
131
66
|
mainAxis?: boolean | undefined;
|
|
132
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
133
|
-
fallbackStrategy?: "
|
|
134
|
-
fallbackAxisSideDirection?: "
|
|
67
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
68
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
69
|
+
fallbackAxisSideDirection?: "none" | "start" | "end" | undefined;
|
|
135
70
|
flipAlignment?: boolean | undefined;
|
|
136
71
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
137
72
|
} | import("@floating-ui/dom").Derivable<{
|
|
73
|
+
crossAxis?: boolean | "alignment" | undefined;
|
|
138
74
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
139
75
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
140
76
|
altBoundary?: boolean | undefined;
|
|
141
77
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
142
|
-
crossAxis?: boolean | undefined;
|
|
143
78
|
mainAxis?: boolean | undefined;
|
|
144
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
145
|
-
fallbackStrategy?: "
|
|
146
|
-
fallbackAxisSideDirection?: "
|
|
79
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
80
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
81
|
+
fallbackAxisSideDirection?: "none" | "start" | "end" | undefined;
|
|
147
82
|
flipAlignment?: boolean | undefined;
|
|
148
83
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
149
|
-
}> | undefined
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
84
|
+
}> | undefined;
|
|
85
|
+
required: boolean;
|
|
86
|
+
loading: boolean;
|
|
87
|
+
loadingLabel: string;
|
|
88
|
+
unselectable: boolean;
|
|
89
|
+
multiple: boolean;
|
|
90
|
+
readonly: boolean;
|
|
91
|
+
hintLabel: string;
|
|
92
|
+
invalid: boolean;
|
|
93
|
+
invalidLabel: string | unknown[];
|
|
94
|
+
valid: boolean;
|
|
95
|
+
validLabel: string | unknown[];
|
|
96
|
+
tabindex: string | number;
|
|
97
|
+
options: T[];
|
|
98
|
+
labelKey: string | Function;
|
|
99
|
+
valueKey: string | Function;
|
|
100
|
+
disabledKey: string | Function;
|
|
101
|
+
transitionName: string;
|
|
102
|
+
offset: string | import("@floating-ui/dom").OffsetOptions | undefined;
|
|
103
|
+
autoPlacement: boolean | {
|
|
104
|
+
crossAxis?: boolean | undefined;
|
|
105
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
106
|
+
autoAlignment?: boolean | undefined;
|
|
107
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
154
108
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
155
109
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
156
110
|
altBoundary?: boolean | undefined;
|
|
157
111
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
158
112
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
159
|
-
apply?: ((args: {
|
|
160
|
-
x: number;
|
|
161
|
-
y: number;
|
|
162
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
163
|
-
placement: import("@floating-ui/utils").Placement;
|
|
164
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
165
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
166
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
167
|
-
platform: import("@floating-ui/core").Platform;
|
|
168
|
-
elements: import("@floating-ui/dom").Elements;
|
|
169
|
-
} & {
|
|
170
|
-
availableWidth: number;
|
|
171
|
-
availableHeight: number;
|
|
172
|
-
}) => void | Promise<void>) | undefined;
|
|
173
113
|
} | import("@floating-ui/dom").Derivable<{
|
|
114
|
+
crossAxis?: boolean | undefined;
|
|
115
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
116
|
+
autoAlignment?: boolean | undefined;
|
|
117
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
174
118
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
175
119
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
176
120
|
altBoundary?: boolean | undefined;
|
|
177
121
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
178
122
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
123
|
+
}> | undefined;
|
|
124
|
+
arrow: boolean;
|
|
125
|
+
keepOpen: boolean;
|
|
126
|
+
autofocusFirst: boolean;
|
|
127
|
+
triggerWidth: boolean;
|
|
128
|
+
focusOnHover: boolean;
|
|
129
|
+
deselectHintLabel: string;
|
|
130
|
+
selectHintLabel: string;
|
|
131
|
+
selectedHintLabel: string;
|
|
132
|
+
autoselectFirst: boolean;
|
|
133
|
+
showClearAction: boolean;
|
|
134
|
+
iconClear: string | import("../VvIcon").VvIconProps;
|
|
135
|
+
labelClear: string;
|
|
136
|
+
searchFunction: (search: string, options: T[]) => T[] | Promise<T[]>;
|
|
137
|
+
noResultsLabel: string;
|
|
138
|
+
noOptionsLabel: string;
|
|
139
|
+
selectedOptionNotFoundLabel: string;
|
|
140
|
+
deselectActionLabel: string;
|
|
141
|
+
addOptionHintLabel: string;
|
|
142
|
+
addable: boolean;
|
|
143
|
+
searchable: boolean;
|
|
144
|
+
keepSearch: boolean;
|
|
145
|
+
searchPlaceholder: string;
|
|
146
|
+
debounceSearch: string | number;
|
|
147
|
+
minValues: string | number;
|
|
148
|
+
separator: string;
|
|
149
|
+
native: boolean;
|
|
150
|
+
badges: boolean;
|
|
151
|
+
badgeModifiers: string | string[];
|
|
152
|
+
dropdownModifiers: string | string[];
|
|
153
|
+
autoOpen: boolean;
|
|
154
|
+
}> & Omit<{
|
|
155
|
+
readonly floating: boolean;
|
|
156
|
+
readonly placement: "top" | "right" | "bottom" | "left" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
|
157
|
+
readonly size: boolean | {
|
|
200
158
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
201
159
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
202
160
|
altBoundary?: boolean | undefined;
|
|
203
161
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
204
|
-
crossAxis?: boolean | undefined;
|
|
205
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
206
|
-
autoAlignment?: boolean | undefined;
|
|
207
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
208
162
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
163
|
+
apply?: ((args: import("@floating-ui/dom").MiddlewareState & {
|
|
164
|
+
availableWidth: number;
|
|
165
|
+
availableHeight: number;
|
|
166
|
+
}) => void | Promise<void>) | undefined;
|
|
209
167
|
} | import("@floating-ui/dom").Derivable<{
|
|
210
168
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
211
169
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
212
170
|
altBoundary?: boolean | undefined;
|
|
213
171
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
214
|
-
crossAxis?: boolean | undefined;
|
|
215
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
216
|
-
autoAlignment?: boolean | undefined;
|
|
217
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
218
172
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
autofocusFirst: {
|
|
227
|
-
type: BooleanConstructor;
|
|
228
|
-
default: boolean;
|
|
229
|
-
};
|
|
230
|
-
unselectable: {
|
|
231
|
-
type: BooleanConstructor;
|
|
232
|
-
default: boolean;
|
|
233
|
-
};
|
|
234
|
-
floating: BooleanConstructor;
|
|
235
|
-
icon: {
|
|
236
|
-
type: (ObjectConstructor | StringConstructor)[];
|
|
237
|
-
};
|
|
238
|
-
iconPosition: {
|
|
239
|
-
type: globalThis.PropType<"before" | "after">;
|
|
240
|
-
default: import("../../constants").Position;
|
|
241
|
-
validation: (value: import("../../constants").Position) => boolean;
|
|
242
|
-
};
|
|
243
|
-
options: {
|
|
244
|
-
type: globalThis.PropType<(string | Option)[]>;
|
|
245
|
-
default: () => never[];
|
|
246
|
-
};
|
|
247
|
-
labelKey: {
|
|
248
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
249
|
-
default: string;
|
|
250
|
-
};
|
|
251
|
-
valueKey: {
|
|
252
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
253
|
-
default: string;
|
|
254
|
-
};
|
|
255
|
-
disabledKey: {
|
|
256
|
-
type: (StringConstructor | FunctionConstructor)[];
|
|
257
|
-
default: string;
|
|
258
|
-
};
|
|
259
|
-
modifiers: globalThis.PropType<string | string[]>;
|
|
260
|
-
readonly: BooleanConstructor;
|
|
261
|
-
disabled: BooleanConstructor;
|
|
262
|
-
loading: BooleanConstructor;
|
|
263
|
-
loadingLabel: {
|
|
264
|
-
type: StringConstructor;
|
|
265
|
-
default: string;
|
|
266
|
-
};
|
|
267
|
-
hintLabel: {
|
|
268
|
-
type: StringConstructor;
|
|
269
|
-
default: string;
|
|
270
|
-
};
|
|
271
|
-
invalid: BooleanConstructor;
|
|
272
|
-
invalidLabel: (ArrayConstructor | StringConstructor)[];
|
|
273
|
-
valid: BooleanConstructor;
|
|
274
|
-
validLabel: (ArrayConstructor | StringConstructor)[];
|
|
275
|
-
tabindex: {
|
|
276
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
277
|
-
default: number;
|
|
278
|
-
};
|
|
279
|
-
name: {
|
|
280
|
-
type: StringConstructor;
|
|
281
|
-
required: boolean;
|
|
282
|
-
};
|
|
283
|
-
id: (StringConstructor | NumberConstructor)[];
|
|
284
|
-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
285
|
-
[x: string]: (...args: any[]) => void;
|
|
286
|
-
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
287
|
-
transitionName: {
|
|
288
|
-
type: StringConstructor;
|
|
289
|
-
default: string;
|
|
290
|
-
};
|
|
291
|
-
modelValue: {
|
|
292
|
-
type: (ObjectConstructor | ArrayConstructor | StringConstructor | BooleanConstructor | NumberConstructor)[];
|
|
293
|
-
default: undefined;
|
|
294
|
-
};
|
|
295
|
-
noResultsLabel: {
|
|
296
|
-
type: StringConstructor;
|
|
297
|
-
default: string;
|
|
298
|
-
};
|
|
299
|
-
noOptionsLabel: {
|
|
300
|
-
type: StringConstructor;
|
|
301
|
-
default: string;
|
|
302
|
-
};
|
|
303
|
-
selectedHintLabel: {
|
|
304
|
-
type: StringConstructor;
|
|
305
|
-
default: string;
|
|
306
|
-
};
|
|
307
|
-
deselectActionLabel: {
|
|
308
|
-
type: StringConstructor;
|
|
309
|
-
default: string;
|
|
310
|
-
};
|
|
311
|
-
selectHintLabel: {
|
|
312
|
-
type: StringConstructor;
|
|
313
|
-
default: string;
|
|
314
|
-
};
|
|
315
|
-
deselectHintLabel: {
|
|
316
|
-
type: StringConstructor;
|
|
317
|
-
default: string;
|
|
318
|
-
};
|
|
319
|
-
closeLabel: {
|
|
320
|
-
type: StringConstructor;
|
|
321
|
-
default: string;
|
|
322
|
-
};
|
|
323
|
-
placeholder: StringConstructor;
|
|
324
|
-
searchable: BooleanConstructor;
|
|
325
|
-
searchFunction: {
|
|
326
|
-
type: globalThis.PropType<(search: string, options: (string | Option)[]) => (string | Option)[] | Promise<(string | Option)[]>>;
|
|
327
|
-
default: undefined;
|
|
328
|
-
};
|
|
329
|
-
searchPlaceholder: {
|
|
330
|
-
type: StringConstructor;
|
|
331
|
-
default: string;
|
|
332
|
-
};
|
|
333
|
-
debounceSearch: {
|
|
334
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
335
|
-
default: number;
|
|
336
|
-
};
|
|
337
|
-
multiple: BooleanConstructor;
|
|
338
|
-
maxValues: (StringConstructor | NumberConstructor)[];
|
|
339
|
-
separator: {
|
|
340
|
-
type: StringConstructor;
|
|
341
|
-
default: string;
|
|
342
|
-
};
|
|
343
|
-
native: BooleanConstructor;
|
|
344
|
-
badges: BooleanConstructor;
|
|
345
|
-
badgeModifiers: {
|
|
346
|
-
type: globalThis.PropType<string | string[]>;
|
|
347
|
-
default: string;
|
|
348
|
-
};
|
|
349
|
-
triggerWidth: {
|
|
350
|
-
default: boolean;
|
|
351
|
-
type: BooleanConstructor;
|
|
352
|
-
};
|
|
353
|
-
dropdownModifiers: {
|
|
354
|
-
type: globalThis.PropType<string | string[]>;
|
|
355
|
-
default: string;
|
|
356
|
-
};
|
|
357
|
-
autoOpen: {
|
|
358
|
-
type: BooleanConstructor;
|
|
359
|
-
default: boolean;
|
|
360
|
-
};
|
|
361
|
-
keepOpen: {
|
|
362
|
-
type: BooleanConstructor;
|
|
363
|
-
default: boolean;
|
|
364
|
-
};
|
|
365
|
-
label: (StringConstructor | NumberConstructor)[];
|
|
366
|
-
placement: {
|
|
367
|
-
type: globalThis.PropType<"left" | "right" | "top" | "bottom" | "top-start" | "top-end" | "bottom-start" | "bottom-end" | "left-start" | "left-end" | "right-start" | "right-end">;
|
|
368
|
-
default: import("../../constants").Side;
|
|
369
|
-
validator: (value: never) => boolean;
|
|
370
|
-
};
|
|
371
|
-
strategy: {
|
|
372
|
-
type: globalThis.PropType<"absolute" | "fixed">;
|
|
373
|
-
default: undefined;
|
|
374
|
-
validator: (value: import("../../constants").Strategy) => boolean;
|
|
375
|
-
};
|
|
376
|
-
offset: {
|
|
377
|
-
type: globalThis.PropType<string | import("@floating-ui/core").OffsetOptions | undefined>;
|
|
378
|
-
default: number;
|
|
379
|
-
};
|
|
380
|
-
shift: {
|
|
381
|
-
type: globalThis.PropType<boolean | {
|
|
173
|
+
apply?: ((args: import("@floating-ui/dom").MiddlewareState & {
|
|
174
|
+
availableWidth: number;
|
|
175
|
+
availableHeight: number;
|
|
176
|
+
}) => void | Promise<void>) | undefined;
|
|
177
|
+
}>;
|
|
178
|
+
readonly shift: boolean | {
|
|
179
|
+
crossAxis?: boolean | undefined;
|
|
382
180
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
383
181
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
384
182
|
altBoundary?: boolean | undefined;
|
|
385
183
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
386
|
-
crossAxis?: boolean | undefined;
|
|
387
184
|
mainAxis?: boolean | undefined;
|
|
388
185
|
limiter?: {
|
|
389
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
186
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
390
187
|
options?: any;
|
|
391
188
|
} | undefined;
|
|
392
189
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
393
190
|
} | import("@floating-ui/dom").Derivable<{
|
|
191
|
+
crossAxis?: boolean | undefined;
|
|
394
192
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
395
193
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
396
194
|
altBoundary?: boolean | undefined;
|
|
397
195
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
398
|
-
crossAxis?: boolean | undefined;
|
|
399
196
|
mainAxis?: boolean | undefined;
|
|
400
197
|
limiter?: {
|
|
401
|
-
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/
|
|
198
|
+
fn: (state: import("@floating-ui/core").MiddlewareState) => import("@floating-ui/utils").Coords;
|
|
402
199
|
options?: any;
|
|
403
200
|
} | undefined;
|
|
404
201
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
202
|
+
}>;
|
|
203
|
+
readonly disabled: boolean;
|
|
204
|
+
readonly closeLabel: string;
|
|
205
|
+
readonly iconPosition: "before" | "after";
|
|
206
|
+
readonly flip: boolean | {
|
|
207
|
+
crossAxis?: boolean | "alignment" | undefined;
|
|
410
208
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
411
209
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
412
210
|
altBoundary?: boolean | undefined;
|
|
413
211
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
414
|
-
crossAxis?: boolean | undefined;
|
|
415
212
|
mainAxis?: boolean | undefined;
|
|
416
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
417
|
-
fallbackStrategy?: "
|
|
418
|
-
fallbackAxisSideDirection?: "
|
|
213
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
214
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
215
|
+
fallbackAxisSideDirection?: "none" | "start" | "end" | undefined;
|
|
419
216
|
flipAlignment?: boolean | undefined;
|
|
420
217
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
421
218
|
} | import("@floating-ui/dom").Derivable<{
|
|
219
|
+
crossAxis?: boolean | "alignment" | undefined;
|
|
422
220
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
423
221
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
424
222
|
altBoundary?: boolean | undefined;
|
|
425
223
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
426
|
-
crossAxis?: boolean | undefined;
|
|
427
224
|
mainAxis?: boolean | undefined;
|
|
428
|
-
fallbackPlacements?: import("@floating-ui/utils").Placement
|
|
429
|
-
fallbackStrategy?: "
|
|
430
|
-
fallbackAxisSideDirection?: "
|
|
225
|
+
fallbackPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
226
|
+
fallbackStrategy?: "bestFit" | "initialPlacement" | undefined;
|
|
227
|
+
fallbackAxisSideDirection?: "none" | "start" | "end" | undefined;
|
|
431
228
|
flipAlignment?: boolean | undefined;
|
|
432
229
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
433
|
-
}
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
230
|
+
}>;
|
|
231
|
+
readonly required: boolean;
|
|
232
|
+
readonly loading: boolean;
|
|
233
|
+
readonly loadingLabel: string;
|
|
234
|
+
readonly unselectable: boolean;
|
|
235
|
+
readonly multiple: boolean;
|
|
236
|
+
readonly readonly: boolean;
|
|
237
|
+
readonly hintLabel: string;
|
|
238
|
+
readonly invalid: boolean;
|
|
239
|
+
readonly valid: boolean;
|
|
240
|
+
readonly tabindex: string | number;
|
|
241
|
+
readonly options: T[];
|
|
242
|
+
readonly labelKey: string | Function;
|
|
243
|
+
readonly valueKey: string | Function;
|
|
244
|
+
readonly disabledKey: string | Function;
|
|
245
|
+
readonly transitionName: string;
|
|
246
|
+
readonly offset: string | import("@floating-ui/dom").OffsetOptions;
|
|
247
|
+
readonly autoPlacement: boolean | {
|
|
248
|
+
crossAxis?: boolean | undefined;
|
|
249
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
250
|
+
autoAlignment?: boolean | undefined;
|
|
251
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
438
252
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
439
253
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
440
254
|
altBoundary?: boolean | undefined;
|
|
441
255
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
442
256
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
443
|
-
apply?: ((args: {
|
|
444
|
-
x: number;
|
|
445
|
-
y: number;
|
|
446
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
447
|
-
placement: import("@floating-ui/utils").Placement;
|
|
448
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
449
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
450
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
451
|
-
platform: import("@floating-ui/core").Platform;
|
|
452
|
-
elements: import("@floating-ui/dom").Elements;
|
|
453
|
-
} & {
|
|
454
|
-
availableWidth: number;
|
|
455
|
-
availableHeight: number;
|
|
456
|
-
}) => void | Promise<void>) | undefined;
|
|
457
257
|
} | import("@floating-ui/dom").Derivable<{
|
|
458
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
459
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
460
|
-
altBoundary?: boolean | undefined;
|
|
461
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
462
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
463
|
-
apply?: ((args: {
|
|
464
|
-
x: number;
|
|
465
|
-
y: number;
|
|
466
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
467
|
-
placement: import("@floating-ui/utils").Placement;
|
|
468
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
469
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
470
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
471
|
-
platform: import("@floating-ui/core").Platform;
|
|
472
|
-
elements: import("@floating-ui/dom").Elements;
|
|
473
|
-
} & {
|
|
474
|
-
availableWidth: number;
|
|
475
|
-
availableHeight: number;
|
|
476
|
-
}) => void | Promise<void>) | undefined;
|
|
477
|
-
}> | undefined>;
|
|
478
|
-
default: () => {
|
|
479
|
-
padding: number;
|
|
480
|
-
};
|
|
481
|
-
};
|
|
482
|
-
autoPlacement: {
|
|
483
|
-
type: globalThis.PropType<boolean | {
|
|
484
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
485
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
486
|
-
altBoundary?: boolean | undefined;
|
|
487
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
488
258
|
crossAxis?: boolean | undefined;
|
|
489
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
259
|
+
alignment?: (import("@floating-ui/utils").Alignment | null) | undefined;
|
|
490
260
|
autoAlignment?: boolean | undefined;
|
|
491
|
-
allowedPlacements?: import("@floating-ui/utils").Placement
|
|
492
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
493
|
-
} | import("@floating-ui/dom").Derivable<{
|
|
261
|
+
allowedPlacements?: Array<import("@floating-ui/utils").Placement> | undefined;
|
|
494
262
|
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
495
263
|
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
496
264
|
altBoundary?: boolean | undefined;
|
|
497
265
|
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
498
|
-
crossAxis?: boolean | undefined;
|
|
499
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
500
|
-
autoAlignment?: boolean | undefined;
|
|
501
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
502
266
|
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
503
|
-
}
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
};
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
closeLabel: string;
|
|
631
|
-
iconPosition: "before" | "after";
|
|
632
|
-
loading: boolean;
|
|
633
|
-
loadingLabel: string;
|
|
634
|
-
hintLabel: string;
|
|
635
|
-
tabindex: string | number;
|
|
636
|
-
labelKey: string | Function;
|
|
637
|
-
valueKey: string | Function;
|
|
638
|
-
disabledKey: string | Function;
|
|
639
|
-
transitionName: string;
|
|
640
|
-
offset: string | import("@floating-ui/core").OffsetOptions | undefined;
|
|
641
|
-
size: boolean | {
|
|
642
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
643
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
644
|
-
altBoundary?: boolean | undefined;
|
|
645
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
646
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
647
|
-
apply?: ((args: {
|
|
648
|
-
x: number;
|
|
649
|
-
y: number;
|
|
650
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
651
|
-
placement: import("@floating-ui/utils").Placement;
|
|
652
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
653
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
654
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
655
|
-
platform: import("@floating-ui/core").Platform;
|
|
656
|
-
elements: import("@floating-ui/dom").Elements;
|
|
657
|
-
} & {
|
|
658
|
-
availableWidth: number;
|
|
659
|
-
availableHeight: number;
|
|
660
|
-
}) => void | Promise<void>) | undefined;
|
|
661
|
-
} | import("@floating-ui/dom").Derivable<{
|
|
662
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
663
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
664
|
-
altBoundary?: boolean | undefined;
|
|
665
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
666
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
667
|
-
apply?: ((args: {
|
|
668
|
-
x: number;
|
|
669
|
-
y: number;
|
|
670
|
-
initialPlacement: import("@floating-ui/utils").Placement;
|
|
671
|
-
placement: import("@floating-ui/utils").Placement;
|
|
672
|
-
strategy: import("@floating-ui/utils").Strategy;
|
|
673
|
-
middlewareData: import("@floating-ui/core").MiddlewareData;
|
|
674
|
-
rects: import("@floating-ui/utils").ElementRects;
|
|
675
|
-
platform: import("@floating-ui/core").Platform;
|
|
676
|
-
elements: import("@floating-ui/dom").Elements;
|
|
677
|
-
} & {
|
|
678
|
-
availableWidth: number;
|
|
679
|
-
availableHeight: number;
|
|
680
|
-
}) => void | Promise<void>) | undefined;
|
|
681
|
-
}> | undefined;
|
|
682
|
-
autoPlacement: boolean | {
|
|
683
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
684
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
685
|
-
altBoundary?: boolean | undefined;
|
|
686
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
687
|
-
crossAxis?: boolean | undefined;
|
|
688
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
689
|
-
autoAlignment?: boolean | undefined;
|
|
690
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
691
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
692
|
-
} | import("@floating-ui/dom").Derivable<{
|
|
693
|
-
rootBoundary?: import("@floating-ui/core").RootBoundary | undefined;
|
|
694
|
-
elementContext?: import("@floating-ui/core").ElementContext | undefined;
|
|
695
|
-
altBoundary?: boolean | undefined;
|
|
696
|
-
padding?: import("@floating-ui/utils").Padding | undefined;
|
|
697
|
-
crossAxis?: boolean | undefined;
|
|
698
|
-
alignment?: import("@floating-ui/utils").Alignment | null | undefined;
|
|
699
|
-
autoAlignment?: boolean | undefined;
|
|
700
|
-
allowedPlacements?: import("@floating-ui/utils").Placement[] | undefined;
|
|
701
|
-
boundary?: import("@floating-ui/dom").Boundary | undefined;
|
|
702
|
-
}> | undefined;
|
|
703
|
-
arrow: boolean;
|
|
704
|
-
keepOpen: boolean;
|
|
705
|
-
autofocusFirst: boolean;
|
|
706
|
-
triggerWidth: boolean;
|
|
707
|
-
deselectHintLabel: string;
|
|
708
|
-
selectHintLabel: string;
|
|
709
|
-
selectedHintLabel: string;
|
|
710
|
-
noResultsLabel: string;
|
|
711
|
-
noOptionsLabel: string;
|
|
712
|
-
deselectActionLabel: string;
|
|
713
|
-
searchable: boolean;
|
|
714
|
-
searchFunction: (search: string, options: (string | Option)[]) => (string | Option)[] | Promise<(string | Option)[]>;
|
|
715
|
-
searchPlaceholder: string;
|
|
716
|
-
debounceSearch: string | number;
|
|
717
|
-
separator: string;
|
|
718
|
-
native: boolean;
|
|
719
|
-
badges: boolean;
|
|
720
|
-
badgeModifiers: string | string[];
|
|
721
|
-
dropdownModifiers: string | string[];
|
|
722
|
-
autoOpen: boolean;
|
|
723
|
-
}, {}>, {
|
|
724
|
-
"dropdown::before"?(_: {}): any;
|
|
725
|
-
before?(_: {
|
|
726
|
-
valid: boolean;
|
|
727
|
-
invalid: boolean;
|
|
728
|
-
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
729
|
-
}): any;
|
|
730
|
-
value?(_: {
|
|
731
|
-
selectedOptions: (string | Option)[];
|
|
732
|
-
onInput: (option: string | Option) => void;
|
|
733
|
-
}): any;
|
|
734
|
-
after?(_: {
|
|
735
|
-
valid: boolean;
|
|
736
|
-
invalid: boolean;
|
|
737
|
-
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
738
|
-
}): any;
|
|
739
|
-
option?(_: {
|
|
740
|
-
option: string | Option;
|
|
741
|
-
selectedOptions: (string | Option)[];
|
|
742
|
-
selected: boolean;
|
|
743
|
-
disabled: boolean;
|
|
744
|
-
}): any;
|
|
745
|
-
"no-options"?(_: {}): any;
|
|
746
|
-
"no-results"?(_: {}): any;
|
|
747
|
-
"dropdown::after"?(_: {}): any;
|
|
748
|
-
hint?(_: {
|
|
749
|
-
modelValue: unknown;
|
|
750
|
-
valid: boolean;
|
|
751
|
-
invalid: boolean;
|
|
752
|
-
loading: boolean;
|
|
753
|
-
}): any;
|
|
754
|
-
loading?(_: {
|
|
755
|
-
modelValue: unknown;
|
|
756
|
-
valid: boolean;
|
|
757
|
-
invalid: boolean;
|
|
758
|
-
loading: boolean;
|
|
759
|
-
}): any;
|
|
760
|
-
valid?(_: {
|
|
761
|
-
modelValue: unknown;
|
|
762
|
-
valid: boolean;
|
|
763
|
-
invalid: boolean;
|
|
764
|
-
loading: boolean;
|
|
765
|
-
}): any;
|
|
766
|
-
invalid?(_: {
|
|
767
|
-
modelValue: unknown;
|
|
768
|
-
valid: boolean;
|
|
769
|
-
invalid: boolean;
|
|
770
|
-
loading: boolean;
|
|
771
|
-
}): any;
|
|
772
|
-
}>;
|
|
773
|
-
export default _default;
|
|
774
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
775
|
-
new (): {
|
|
776
|
-
$slots: S;
|
|
777
|
-
};
|
|
267
|
+
}>;
|
|
268
|
+
readonly arrow: boolean;
|
|
269
|
+
readonly keepOpen: boolean;
|
|
270
|
+
readonly autofocusFirst: boolean;
|
|
271
|
+
readonly triggerWidth: boolean;
|
|
272
|
+
readonly focusOnHover: boolean;
|
|
273
|
+
readonly deselectHintLabel: string;
|
|
274
|
+
readonly selectHintLabel: string;
|
|
275
|
+
readonly selectedHintLabel: string;
|
|
276
|
+
readonly autoselectFirst: boolean;
|
|
277
|
+
readonly showClearAction: boolean;
|
|
278
|
+
readonly iconClear: string | import("../VvIcon").VvIconProps;
|
|
279
|
+
readonly labelClear: string;
|
|
280
|
+
readonly noResultsLabel: string;
|
|
281
|
+
readonly noOptionsLabel: string;
|
|
282
|
+
readonly selectedOptionNotFoundLabel: string;
|
|
283
|
+
readonly deselectActionLabel: string;
|
|
284
|
+
readonly addOptionHintLabel: string;
|
|
285
|
+
readonly addable: boolean;
|
|
286
|
+
readonly searchable: boolean;
|
|
287
|
+
readonly keepSearch: boolean;
|
|
288
|
+
readonly searchPlaceholder: string;
|
|
289
|
+
readonly debounceSearch: string | number;
|
|
290
|
+
readonly minValues: string | number;
|
|
291
|
+
readonly separator: string;
|
|
292
|
+
readonly native: boolean;
|
|
293
|
+
readonly badges: boolean;
|
|
294
|
+
readonly badgeModifiers: string | string[];
|
|
295
|
+
readonly dropdownModifiers: string | string[];
|
|
296
|
+
readonly autoOpen: boolean;
|
|
297
|
+
readonly strategy?: "absolute" | "fixed" | undefined;
|
|
298
|
+
readonly name?: string | undefined;
|
|
299
|
+
readonly label?: string | number | undefined;
|
|
300
|
+
readonly modelValue?: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
301
|
+
readonly modifiers?: string | string[] | undefined;
|
|
302
|
+
readonly id?: string | number | undefined;
|
|
303
|
+
readonly placeholder?: string | undefined;
|
|
304
|
+
readonly icon?: string | import("../VvIcon").VvIconProps | undefined;
|
|
305
|
+
readonly invalidLabel?: string | unknown[] | undefined;
|
|
306
|
+
readonly validLabel?: string | unknown[] | undefined;
|
|
307
|
+
readonly searchFunction?: ((search: string, options: T[]) => T[] | Promise<T[]>) | undefined;
|
|
308
|
+
readonly maxValues?: string | number | undefined;
|
|
309
|
+
readonly onClear?: (() => any) | undefined;
|
|
310
|
+
readonly "onUpdate:modelValue"?: ((args_0: any) => any) | undefined;
|
|
311
|
+
readonly onBlur?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
312
|
+
readonly onFocus?: ((args_0: import("@vueuse/core").MaybeElement) => any) | undefined;
|
|
313
|
+
readonly "onUpdate:search"?: ((...args: unknown[]) => any) | undefined;
|
|
314
|
+
readonly "onUpdate:options"?: ((args_0: (string | Option)[]) => any) | undefined;
|
|
315
|
+
readonly "onChange:search"?: ((args_0: string) => any) | undefined;
|
|
316
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "floating" | "placement" | "strategy" | "size" | "shift" | "label" | "disabled" | "modelValue" | "modifiers" | "closeLabel" | "icon" | "iconPosition" | "flip" | "required" | "loading" | "loadingLabel" | "unselectable" | "multiple" | "readonly" | "hintLabel" | "invalid" | "invalidLabel" | "valid" | "validLabel" | "tabindex" | "options" | "labelKey" | "valueKey" | "disabledKey" | "transitionName" | "offset" | "autoPlacement" | "arrow" | "keepOpen" | "autofocusFirst" | "triggerWidth" | "focusOnHover" | "deselectHintLabel" | "selectHintLabel" | "selectedHintLabel" | "autoselectFirst" | "showClearAction" | "iconClear" | "labelClear" | "searchFunction" | "noResultsLabel" | "noOptionsLabel" | "selectedOptionNotFoundLabel" | "deselectActionLabel" | "addOptionHintLabel" | "addable" | "searchable" | "keepSearch" | "searchPlaceholder" | "debounceSearch" | "minValues" | "separator" | "native" | "badges" | "badgeModifiers" | "dropdownModifiers" | "autoOpen">, "name" | "id" | "onFocus" | "onBlur" | "placeholder" | "onClear" | "onUpdate:modelValue" | "maxValues" | "onUpdate:search" | "onUpdate:options" | "onChange:search" | ("floating" | "placement" | "strategy" | "size" | "shift" | "label" | "disabled" | "modelValue" | "modifiers" | "closeLabel" | "icon" | "iconPosition" | "flip" | "required" | "loading" | "loadingLabel" | "unselectable" | "multiple" | "readonly" | "hintLabel" | "invalid" | "invalidLabel" | "valid" | "validLabel" | "tabindex" | "options" | "labelKey" | "valueKey" | "disabledKey" | "transitionName" | "offset" | "autoPlacement" | "arrow" | "keepOpen" | "autofocusFirst" | "triggerWidth" | "focusOnHover" | "deselectHintLabel" | "selectHintLabel" | "selectedHintLabel" | "autoselectFirst" | "showClearAction" | "iconClear" | "labelClear" | "searchFunction" | "noResultsLabel" | "noOptionsLabel" | "selectedOptionNotFoundLabel" | "deselectActionLabel" | "addOptionHintLabel" | "addable" | "searchable" | "keepSearch" | "searchPlaceholder" | "debounceSearch" | "minValues" | "separator" | "native" | "badges" | "badgeModifiers" | "dropdownModifiers" | "autoOpen")> & {
|
|
317
|
+
search?: string;
|
|
318
|
+
} & {}> & import("vue").PublicProps;
|
|
319
|
+
expose(exposed: import("vue").ShallowUnwrapRef<{}>): void;
|
|
320
|
+
attrs: any;
|
|
321
|
+
slots: {
|
|
322
|
+
'dropdown::before'?: (props: {}) => any;
|
|
323
|
+
} & {
|
|
324
|
+
before?: (props: {
|
|
325
|
+
valid: boolean;
|
|
326
|
+
invalid: boolean;
|
|
327
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
328
|
+
}) => any;
|
|
329
|
+
} & {
|
|
330
|
+
value?: (props: {
|
|
331
|
+
selectedOptions: T[];
|
|
332
|
+
onInput: (option: string | Option) => void;
|
|
333
|
+
}) => any;
|
|
334
|
+
} & {
|
|
335
|
+
placeholder?: (props: {}) => any;
|
|
336
|
+
} & {
|
|
337
|
+
after?: (props: {
|
|
338
|
+
valid: boolean;
|
|
339
|
+
invalid: boolean;
|
|
340
|
+
modelValue: string | number | boolean | unknown[] | Record<string, any> | undefined;
|
|
341
|
+
}) => any;
|
|
342
|
+
} & {
|
|
343
|
+
option?: (props: {
|
|
344
|
+
option: T;
|
|
345
|
+
selectedOptions: T[];
|
|
346
|
+
selected: boolean;
|
|
347
|
+
disabled: boolean;
|
|
348
|
+
}) => any;
|
|
349
|
+
} & {
|
|
350
|
+
option?: (props: {
|
|
351
|
+
option: T;
|
|
352
|
+
selectedOptions: T[];
|
|
353
|
+
selected: boolean;
|
|
354
|
+
disabled: boolean;
|
|
355
|
+
}) => any;
|
|
356
|
+
} & {
|
|
357
|
+
'no-options'?: (props: {}) => any;
|
|
358
|
+
} & {
|
|
359
|
+
'no-results'?: (props: {}) => any;
|
|
360
|
+
} & {
|
|
361
|
+
'dropdown::after'?: (props: {}) => any;
|
|
362
|
+
} & {
|
|
363
|
+
hint?: (props: {
|
|
364
|
+
modelValue: unknown;
|
|
365
|
+
valid: boolean;
|
|
366
|
+
invalid: boolean;
|
|
367
|
+
loading: boolean;
|
|
368
|
+
}) => any;
|
|
369
|
+
} & {
|
|
370
|
+
loading?: (props: {
|
|
371
|
+
modelValue: unknown;
|
|
372
|
+
valid: boolean;
|
|
373
|
+
invalid: boolean;
|
|
374
|
+
loading: boolean;
|
|
375
|
+
}) => any;
|
|
376
|
+
} & {
|
|
377
|
+
valid?: (props: {
|
|
378
|
+
modelValue: unknown;
|
|
379
|
+
valid: boolean;
|
|
380
|
+
invalid: boolean;
|
|
381
|
+
loading: boolean;
|
|
382
|
+
}) => any;
|
|
383
|
+
} & {
|
|
384
|
+
invalid?: (props: {
|
|
385
|
+
modelValue: unknown;
|
|
386
|
+
valid: boolean;
|
|
387
|
+
invalid: boolean;
|
|
388
|
+
loading: boolean;
|
|
389
|
+
}) => any;
|
|
390
|
+
};
|
|
391
|
+
emit: (((evt: "clear") => void) & ((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: "update:options", args_0: (string | Option)[]) => void) & ((evt: "change:search", args_0: string) => void)) & ((evt: "update:search", value: string) => void);
|
|
392
|
+
}>) => import("vue").VNode & {
|
|
393
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
|
778
394
|
};
|
|
395
|
+
export default _default;
|
|
396
|
+
type __VLS_PrettifyLocal<T> = {
|
|
397
|
+
[K in keyof T as K]: T[K];
|
|
398
|
+
} & {};
|