yuyeon 0.2.1-rc.1 → 0.2.1-rc.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/dist/style.css +1 -1
- package/dist/yuyeon.js +5262 -6924
- package/dist/yuyeon.umd.cjs +4 -26
- package/lib/components/alert/YAlert.mjs +2 -2
- package/lib/components/alert/YAlert.mjs.map +1 -1
- package/lib/components/alert/YAlert.scss +75 -76
- package/lib/components/alert/index.mjs.map +1 -1
- package/lib/components/app/YApp.mjs +3 -2
- package/lib/components/app/YApp.mjs.map +1 -1
- package/lib/components/app/YApp.scss +14 -14
- package/lib/components/app/index.mjs.map +1 -1
- package/lib/components/badge/YBadge.mjs +2 -2
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/badge/YBadge.scss +76 -76
- package/lib/components/badge/index.mjs.map +1 -1
- package/lib/components/bench/YBench.mjs +2 -3
- package/lib/components/bench/YBench.mjs.map +1 -1
- package/lib/components/bench/index.mjs.map +1 -1
- package/lib/components/button/YButton.mjs +4 -4
- package/lib/components/button/YButton.mjs.map +1 -1
- package/lib/components/button/YButton.scss +128 -129
- package/lib/components/button/index.mjs.map +1 -1
- package/lib/components/card/YCard.mjs +3 -2
- package/lib/components/card/YCard.mjs.map +1 -1
- package/lib/components/card/YCard.scss +45 -43
- package/lib/components/card/YCardBody.mjs +2 -1
- package/lib/components/card/YCardBody.mjs.map +1 -1
- package/lib/components/card/YCardFooter.mjs +2 -1
- package/lib/components/card/YCardFooter.mjs.map +1 -1
- package/lib/components/card/YCardHeader.mjs +2 -1
- package/lib/components/card/YCardHeader.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.mjs +2 -2
- package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.scss +48 -48
- package/lib/components/checkbox/YInputCheckbox.mjs +2 -1
- package/lib/components/checkbox/YInputCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.scss +84 -86
- package/lib/components/checkbox/index.mjs +1 -1
- package/lib/components/checkbox/index.mjs.map +1 -1
- package/lib/components/chip/YChip.mjs +50 -42
- package/lib/components/chip/YChip.mjs.map +1 -1
- package/lib/components/chip/YChip.scss +6 -1
- package/lib/components/date-picker/YDateCalendar.mjs +3 -3
- package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.scss +84 -82
- package/lib/components/date-picker/YDatePicker.mjs +2 -2
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YDatePicker.scss +3 -3
- package/lib/components/date-picker/YDatePickerControl.mjs +2 -2
- package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.scss +35 -35
- package/lib/components/date-picker/YMonthPicker.mjs +3 -3
- package/lib/components/date-picker/YMonthPicker.mjs.map +1 -1
- package/lib/components/date-picker/YMonthPicker.scss +25 -25
- package/lib/components/date-picker/YYearPicker.mjs +3 -2
- package/lib/components/date-picker/YYearPicker.mjs.map +1 -1
- package/lib/components/date-picker/YYearPicker.scss +23 -23
- package/lib/components/date-picker/index.mjs.map +1 -1
- package/lib/components/dialog/YDialog.mjs +3 -3
- package/lib/components/dialog/YDialog.mjs.map +1 -1
- package/lib/components/dialog/YDialog.scss +50 -50
- package/lib/components/dialog/index.mjs.map +1 -1
- package/lib/components/divider/YDivider.mjs +1 -2
- package/lib/components/divider/YDivider.mjs.map +1 -1
- package/lib/components/divider/YDivider.scss +2 -3
- package/lib/components/divider/index.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs +2 -2
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.scss +27 -28
- package/lib/components/dropdown/index.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.mjs +2 -2
- package/lib/components/field-input/YFieldInput.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.scss +66 -66
- package/lib/components/field-input/index.mjs.map +1 -1
- package/lib/components/form/YForm.mjs +3 -2
- package/lib/components/form/YForm.mjs.map +1 -1
- package/lib/components/hover/YHover.mjs +2 -2
- package/lib/components/hover/YHover.mjs.map +1 -1
- package/lib/components/hover/index.mjs.map +1 -1
- package/lib/components/icon/YIcon.mjs +3 -2
- package/lib/components/icon/YIcon.mjs.map +1 -1
- package/lib/components/icon/YIcon.scss +18 -18
- package/lib/components/icon/index.mjs.map +1 -1
- package/lib/components/icons/YIconCheckbox.mjs +1 -1
- package/lib/components/icons/YIconCheckbox.mjs.map +1 -1
- package/lib/components/icons/YIconCheckbox.scss +60 -60
- package/lib/components/icons/YIconClear.mjs +1 -1
- package/lib/components/icons/YIconClear.mjs.map +1 -1
- package/lib/components/icons/YIconDropdown.mjs +1 -1
- package/lib/components/icons/YIconDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconExpand.mjs +1 -1
- package/lib/components/icons/YIconExpand.mjs.map +1 -1
- package/lib/components/icons/YIconPageControl.mjs +1 -1
- package/lib/components/icons/YIconPageControl.mjs.map +1 -1
- package/lib/components/icons/YIconSort.mjs +1 -1
- package/lib/components/icons/YIconSort.mjs.map +1 -1
- package/lib/components/icons/YIconSort.scss +24 -23
- package/lib/components/icons/index.mjs +1 -1
- package/lib/components/icons/index.mjs.map +1 -1
- package/lib/components/img/YImg.mjs +6 -7
- package/lib/components/img/YImg.mjs.map +1 -1
- package/lib/components/input/YInput.mjs +3 -4
- package/lib/components/input/YInput.mjs.map +1 -1
- package/lib/components/input/YInput.scss +258 -254
- package/lib/components/input/index.mjs.map +1 -1
- package/lib/components/ip-field/YIpField.scss +74 -74
- package/lib/components/ip-field/YIpv4Field.mjs +2 -2
- package/lib/components/ip-field/YIpv4Field.mjs.map +1 -1
- package/lib/components/ip-field/index.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs +2 -2
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/layer/YLayer.scss +38 -38
- package/lib/components/layer/active-delay.mjs.map +1 -1
- package/lib/components/layer/active-stack.mjs.map +1 -1
- package/lib/components/layer/base.mjs.map +1 -1
- package/lib/components/layer/content.mjs.map +1 -1
- package/lib/components/layer/scroll-strategies.mjs +1 -1
- package/lib/components/layer/scroll-strategies.mjs.map +1 -1
- package/lib/components/list/YList.mjs +2 -2
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/list/YList.scss +3 -3
- package/lib/components/list/YListItem.mjs +2 -2
- package/lib/components/list/YListItem.mjs.map +1 -1
- package/lib/components/list/YListItem.scss +62 -62
- package/lib/components/list/index.mjs.map +1 -1
- package/lib/components/loading/YSpinnerRing.mjs +1 -1
- package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
- package/lib/components/menu/YMenu.mjs +5 -4
- package/lib/components/menu/YMenu.mjs.map +1 -1
- package/lib/components/menu/YMenu.scss +25 -22
- package/lib/components/menu/index.mjs.map +1 -1
- package/lib/components/navigation/YNavigation.mjs +2 -1
- package/lib/components/navigation/YNavigation.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs +2 -2
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/pagination/YPagination.scss +52 -51
- package/lib/components/pagination/index.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.scss +43 -43
- package/lib/components/panel/index.mjs.map +1 -1
- package/lib/components/plate/YPlate.mjs +2 -1
- package/lib/components/plate/YPlate.mjs.map +1 -1
- package/lib/components/plate/YPlate.scss +9 -9
- package/lib/components/progress-bar/YProgressBar.mjs +40 -52
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.scss +10 -4
- package/lib/components/select/YSelect.mjs +6 -15
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/select/YSelect.scss +43 -43
- package/lib/components/select/index.mjs.map +1 -1
- package/lib/components/slider/YSlider.mjs +26 -0
- package/lib/components/slider/YSlider.mjs.map +1 -0
- package/lib/components/slider/index.mjs +2 -0
- package/lib/components/slider/index.mjs.map +1 -0
- package/lib/components/snackbar/YSnackbar.mjs +8 -9
- package/lib/components/snackbar/YSnackbar.mjs.map +1 -1
- package/lib/components/snackbar/YSnackbar.scss +38 -38
- package/lib/components/switch/YSwitch.mjs +2 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/switch/YSwitch.scss +204 -198
- package/lib/components/tab/YTab.mjs +2 -3
- package/lib/components/tab/YTab.mjs.map +1 -1
- package/lib/components/tab/YTab.scss +6 -3
- package/lib/components/tab/YTabs.mjs +2 -2
- package/lib/components/tab/YTabs.mjs.map +1 -1
- package/lib/components/tab/YTabs.scss +8 -10
- package/lib/components/tab/index.mjs.map +1 -1
- package/lib/components/tab/types.mjs.map +1 -1
- package/lib/components/table/YDataTable.mjs +5 -5
- package/lib/components/table/YDataTable.mjs.map +1 -1
- package/lib/components/table/YDataTableBody.mjs +2 -2
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableCell.mjs +2 -1
- package/lib/components/table/YDataTableCell.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.mjs +1 -1
- package/lib/components/table/YDataTableControl.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.scss +7 -7
- package/lib/components/table/YDataTableHead.mjs +2 -3
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/table/YDataTableLayer.mjs +2 -1
- package/lib/components/table/YDataTableLayer.mjs.map +1 -1
- package/lib/components/table/YDataTableRow.mjs +2 -1
- package/lib/components/table/YDataTableRow.mjs.map +1 -1
- package/lib/components/table/YDataTableServer.mjs +8 -7
- package/lib/components/table/YDataTableServer.mjs.map +1 -1
- package/lib/components/table/YTable.mjs +14 -19
- package/lib/components/table/YTable.mjs.map +1 -1
- package/lib/components/table/YTable.scss +157 -152
- package/lib/components/table/composibles/header.mjs +10 -3
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs.map +1 -1
- package/lib/components/table/composibles/measure.mjs +37 -0
- package/lib/components/table/composibles/measure.mjs.map +1 -0
- package/lib/components/table/composibles/options.mjs.map +1 -1
- package/lib/components/table/composibles/pagination.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs +13 -5
- package/lib/components/table/composibles/selection.mjs.map +1 -1
- package/lib/components/table/composibles/sorted-items.mjs +1 -1
- package/lib/components/table/composibles/sorted-items.mjs.map +1 -1
- package/lib/components/table/composibles/sorting.mjs +1 -2
- package/lib/components/table/composibles/sorting.mjs.map +1 -1
- package/lib/components/table/index.mjs.map +1 -1
- package/lib/components/table/types/common.mjs.map +1 -1
- package/lib/components/table/types/header.mjs.map +1 -1
- package/lib/components/table/types/index.mjs.map +1 -1
- package/lib/components/table/types/row.mjs.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.mjs +4 -2
- package/lib/components/text-ellipsis/YTextEllipsis.mjs.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.scss +43 -43
- package/lib/components/text-ellipsis/index.mjs.map +1 -1
- package/lib/components/text-highlighter/YTextHighlighter.mjs +2 -1
- package/lib/components/text-highlighter/YTextHighlighter.mjs.map +1 -1
- package/lib/components/text-interpolation/YTi.mjs +2 -1
- package/lib/components/text-interpolation/YTi.mjs.map +1 -1
- package/lib/components/text-interpolation/index.mjs.map +1 -1
- package/lib/components/textarea/YTextarea.mjs +2 -2
- package/lib/components/textarea/YTextarea.mjs.map +1 -1
- package/lib/components/textarea/YTextarea.scss +25 -25
- package/lib/components/textarea/index.mjs.map +1 -1
- package/lib/components/toggle-button/YToggleButton.mjs.map +1 -1
- package/lib/components/toggle-button/index.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs +3 -3
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.scss +19 -19
- package/lib/components/tooltip/index.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.mjs +1 -1
- package/lib/components/tree-view/YTreeView.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.scss +81 -79
- package/lib/components/tree-view/YTreeViewNode.mjs +2 -1
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/components/tree-view/index.mjs.map +1 -1
- package/lib/components/tree-view/types.mjs.map +1 -1
- package/lib/components/tree-view/util.mjs.map +1 -1
- package/lib/composables/choice.mjs.map +1 -1
- package/lib/composables/communication.mjs.map +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/coordinate/arrangement.mjs.map +1 -1
- package/lib/composables/coordinate/levitation.mjs.map +1 -1
- package/lib/composables/coordinate/utils/point.mjs.map +1 -1
- package/lib/composables/date/factory.mjs.map +1 -1
- package/lib/composables/date/index.mjs +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/composables/date/setting.mjs.map +1 -1
- package/lib/composables/date/types.mjs.map +1 -1
- package/lib/composables/defaults/index.mjs +3 -3
- package/lib/composables/defaults/index.mjs.map +1 -1
- package/lib/composables/defaults/types.mjs.map +1 -1
- package/lib/composables/dimension.mjs +1 -1
- package/lib/composables/dimension.mjs.map +1 -1
- package/lib/composables/focus.mjs +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/i18n/index.mjs.map +1 -1
- package/lib/composables/icon.mjs +5 -4
- package/lib/composables/icon.mjs.map +1 -1
- package/lib/composables/layer-group.mjs +1 -1
- package/lib/composables/layer-group.mjs.map +1 -1
- package/lib/composables/layout.mjs +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/progress.mjs +7 -2
- package/lib/composables/progress.mjs.map +1 -1
- package/lib/composables/ref.mjs +1 -1
- package/lib/composables/ref.mjs.map +1 -1
- package/lib/composables/resize-observer.mjs +1 -3
- package/lib/composables/resize-observer.mjs.map +1 -1
- package/lib/composables/scope.mjs +1 -2
- package/lib/composables/scope.mjs.map +1 -1
- package/lib/composables/theme/factory.mjs.map +1 -1
- package/lib/composables/theme/index.mjs +1 -1
- package/lib/composables/theme/index.mjs.map +1 -1
- package/lib/composables/theme/setting.mjs.map +1 -1
- package/lib/composables/theme/types.mjs.map +1 -1
- package/lib/composables/timing.mjs +1 -1
- package/lib/composables/timing.mjs.map +1 -1
- package/lib/composables/transition.mjs +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/vue-router.mjs +1 -1
- package/lib/composables/vue-router.mjs.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/array.mjs.map +1 -1
- package/lib/util/color/const.mjs +1 -1
- package/lib/util/color/const.mjs.map +1 -1
- package/lib/util/component/component.mjs +2 -1
- package/lib/util/component/component.mjs.map +1 -1
- package/lib/util/component/index.mjs +2 -1
- package/lib/util/component/index.mjs.map +1 -1
- package/lib/util/component/inject-self.mjs.map +1 -1
- package/lib/util/component/props.mjs +1 -1
- package/lib/util/component/props.mjs.map +1 -1
- package/lib/util/date/index.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/reactivity.mjs +3 -3
- package/lib/util/reactivity.mjs.map +1 -1
- package/lib/util/rect.mjs.map +1 -1
- package/lib/util/ui.mjs.map +1 -1
- package/lib/util/validation.mjs.map +1 -1
- package/package.json +1 -1
- package/types/abstract/items.d.ts +4 -4
- package/types/components/app/YApp.d.ts +1 -1
- package/types/components/badge/YBadge.d.ts +5 -39
- package/types/components/bench/YBench.d.ts +1 -1
- package/types/components/button/YButton.d.ts +10 -69
- package/types/components/card/YCard.d.ts +1 -6
- package/types/components/card/YCardBody.d.ts +1 -1
- package/types/components/card/YCardFooter.d.ts +1 -1
- package/types/components/card/YCardHeader.d.ts +1 -1
- package/types/components/checkbox/YCheckbox.d.ts +1 -26
- package/types/components/checkbox/YInputCheckbox.d.ts +2 -26
- package/types/components/checkbox/index.d.ts +1 -0
- package/types/components/chip/YChip.d.ts +29 -25
- package/types/components/date-picker/YDateCalendar.d.ts +3 -31
- package/types/components/date-picker/YDatePicker.d.ts +13 -42
- package/types/components/date-picker/YDatePickerControl.d.ts +12 -44
- package/types/components/date-picker/YMonthPicker.d.ts +1 -5
- package/types/components/date-picker/YYearPicker.d.ts +1 -7
- package/types/components/dialog/YDialog.d.ts +72 -315
- package/types/components/divider/YDivider.d.ts +1 -3
- package/types/components/dropdown/YDropdown.d.ts +70 -243
- package/types/components/field-input/YFieldInput.d.ts +14 -120
- package/types/components/form/YForm.d.ts +2 -24
- package/types/components/hover/YHover.d.ts +4 -26
- package/types/components/icon/YIcon.d.ts +3 -18
- package/types/components/icons/YIconCheckbox.d.ts +1 -9
- package/types/components/icons/YIconClear.d.ts +1 -1
- package/types/components/icons/YIconDropdown.d.ts +1 -1
- package/types/components/icons/YIconExpand.d.ts +1 -1
- package/types/components/icons/YIconPageControl.d.ts +1 -8
- package/types/components/icons/YIconSort.d.ts +1 -10
- package/types/components/icons/index.d.ts +8 -46
- package/types/components/img/YImg.d.ts +7 -47
- package/types/components/input/YInput.d.ts +11 -99
- package/types/components/ip-field/YIpv4Field.d.ts +2 -70
- package/types/components/layer/YLayer.d.ts +35 -152
- package/types/components/layer/content.d.ts +1 -1
- package/types/components/layer/scroll-strategies.d.ts +1 -1
- package/types/components/list/YList.d.ts +1 -6
- package/types/components/list/YListItem.d.ts +3 -21
- package/types/components/loading/YSpinnerRing.d.ts +1 -1
- package/types/components/menu/YMenu.d.ts +17 -282
- package/types/components/navigation/YNavigation.d.ts +1 -1
- package/types/components/pagination/YPagination.d.ts +7 -47
- package/types/components/plate/YPlate.d.ts +1 -3
- package/types/components/progress-bar/YProgressBar.d.ts +3 -43
- package/types/components/select/YSelect.d.ts +263 -899
- package/types/components/slider/YSlider.d.ts +16 -0
- package/types/components/slider/index.d.ts +0 -0
- package/types/components/snackbar/YSnackbar.d.ts +43 -188
- package/types/components/switch/YSwitch.d.ts +1 -43
- package/types/components/tab/YTab.d.ts +14 -80
- package/types/components/tab/YTabs.d.ts +6 -39
- package/types/components/table/YDataTable.d.ts +28 -177
- package/types/components/table/YDataTableBody.d.ts +3 -26
- package/types/components/table/YDataTableCell.d.ts +1 -30
- package/types/components/table/YDataTableControl.d.ts +3 -18
- package/types/components/table/YDataTableHead.d.ts +3 -21
- package/types/components/table/YDataTableLayer.d.ts +1 -3
- package/types/components/table/YDataTableRow.d.ts +1 -9
- package/types/components/table/YDataTableServer.d.ts +31 -183
- package/types/components/table/YTable.d.ts +5 -24
- package/types/components/table/composibles/header.d.ts +1 -1
- package/types/components/table/composibles/items.d.ts +3 -3
- package/types/components/table/composibles/measure.d.ts +8 -0
- package/types/components/table/composibles/pagination.d.ts +3 -3
- package/types/components/table/composibles/selection.d.ts +13 -13
- package/types/components/table/composibles/sorting.d.ts +1 -1
- package/types/components/table/types/index.d.ts +1 -1
- package/types/components/text-ellipsis/YTextEllipsis.d.ts +1 -8
- package/types/components/text-highlighter/YTextHighlighter.d.ts +2 -17
- package/types/components/text-interpolation/YTi.d.ts +1 -10
- package/types/components/textarea/YTextarea.d.ts +15 -111
- package/types/components/tooltip/YTooltip.d.ts +27 -261
- package/types/components/tree-view/YTreeView.d.ts +2 -2
- package/types/components/tree-view/YTreeViewNode.d.ts +10 -67
- package/types/composables/choice.d.ts +1 -1
- package/types/composables/coordinate/index.d.ts +6 -6
- package/types/composables/coordinate/utils/point.d.ts +1 -1
- package/types/composables/form.d.ts +2 -2
- package/types/composables/icon.d.ts +5 -22
- package/types/composables/layer-group.d.ts +1 -1
- package/types/composables/list-items.d.ts +10 -10
- package/types/composables/progress.d.ts +1 -0
- package/types/composables/timing.d.ts +1 -1
- package/types/composables/transition.d.ts +1 -1
- package/types/composables/validation.d.ts +3 -3
- package/types/composables/vue-router.d.ts +1 -1
- package/types/index.d.ts +1 -1
- package/types/util/Rect.d.ts +1 -1
- package/types/util/component/component.d.ts +2 -1
- package/types/util/component/index.d.ts +4 -4
- package/types/util/component/inject-self.d.ts +1 -1
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import { PropType
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
2
|
import { ListItem } from '../../composables/list-items';
|
|
3
3
|
import { deepEqual } from '../../util/common';
|
|
4
4
|
import { YIconIconProp } from '../icon';
|
|
5
5
|
|
|
6
|
-
export type
|
|
7
|
-
export declare function returnItemEquals(optionsItem: any, valueItem: any, valueKey?: string): boolean;
|
|
6
|
+
export type ItemComparator = (optionsItem: any, valueItem: any, valueKey?: string) => boolean;
|
|
8
7
|
export declare const pressSelectPropsOptions: <Defaults extends {
|
|
9
8
|
returnItem?: unknown;
|
|
10
9
|
items?: unknown;
|
|
@@ -13,8 +12,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
13
12
|
itemChildren?: unknown;
|
|
14
13
|
opened?: unknown;
|
|
15
14
|
multiple?: unknown;
|
|
16
|
-
|
|
17
|
-
valueEquals?: unknown;
|
|
15
|
+
itemComparator?: unknown;
|
|
18
16
|
defaultSelect?: unknown;
|
|
19
17
|
menuProps?: unknown;
|
|
20
18
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
@@ -28,23 +26,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
28
26
|
} : Omit<{
|
|
29
27
|
type: PropType<any[]>;
|
|
30
28
|
default: () => never[];
|
|
31
|
-
}, "
|
|
29
|
+
}, "type" | "default"> & {
|
|
32
30
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
33
31
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
34
32
|
};
|
|
35
33
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
36
34
|
type: PropType<string>;
|
|
37
35
|
default: string;
|
|
38
|
-
}, "
|
|
36
|
+
}, "type" | "default"> & {
|
|
39
37
|
type: PropType<string>;
|
|
40
38
|
default: string;
|
|
41
39
|
} : Omit<Omit<{
|
|
42
40
|
type: PropType<string>;
|
|
43
41
|
default: string;
|
|
44
|
-
}, "
|
|
42
|
+
}, "type" | "default"> & {
|
|
45
43
|
type: PropType<string>;
|
|
46
44
|
default: string;
|
|
47
|
-
}, "
|
|
45
|
+
}, "type" | "default"> & {
|
|
48
46
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
49
47
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
50
48
|
};
|
|
@@ -54,23 +52,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
54
52
|
} : Omit<{
|
|
55
53
|
type: PropType<string>;
|
|
56
54
|
default: string;
|
|
57
|
-
}, "
|
|
55
|
+
}, "type" | "default"> & {
|
|
58
56
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
59
57
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
60
58
|
};
|
|
61
59
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
62
60
|
type: PropType<string | boolean>;
|
|
63
61
|
default: string;
|
|
64
|
-
}, "
|
|
62
|
+
}, "type" | "default"> & {
|
|
65
63
|
type: PropType<NonNullable<string | boolean>>;
|
|
66
64
|
default: NonNullable<string | boolean>;
|
|
67
65
|
} : Omit<Omit<{
|
|
68
66
|
type: PropType<string | boolean>;
|
|
69
67
|
default: string;
|
|
70
|
-
}, "
|
|
68
|
+
}, "type" | "default"> & {
|
|
71
69
|
type: PropType<NonNullable<string | boolean>>;
|
|
72
70
|
default: NonNullable<string | boolean>;
|
|
73
|
-
}, "
|
|
71
|
+
}, "type" | "default"> & {
|
|
74
72
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
75
73
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
76
74
|
};
|
|
@@ -82,19 +80,15 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
82
80
|
type: PropType<unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]>;
|
|
83
81
|
default: unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"];
|
|
84
82
|
};
|
|
85
|
-
|
|
86
|
-
type: PropType<
|
|
87
|
-
default: unknown extends Defaults["weakEquals"] ? boolean : boolean | Defaults["weakEquals"];
|
|
88
|
-
};
|
|
89
|
-
valueEquals: unknown extends Defaults["valueEquals"] ? {
|
|
90
|
-
type: PropType<SelectEquals>;
|
|
83
|
+
itemComparator: unknown extends Defaults["itemComparator"] ? {
|
|
84
|
+
type: PropType<ItemComparator>;
|
|
91
85
|
default: typeof deepEqual;
|
|
92
86
|
} : Omit<{
|
|
93
|
-
type: PropType<
|
|
87
|
+
type: PropType<ItemComparator>;
|
|
94
88
|
default: typeof deepEqual;
|
|
95
|
-
}, "
|
|
96
|
-
type: PropType<unknown extends Defaults["
|
|
97
|
-
default: unknown extends Defaults["
|
|
89
|
+
}, "type" | "default"> & {
|
|
90
|
+
type: PropType<unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"]>;
|
|
91
|
+
default: unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"];
|
|
98
92
|
};
|
|
99
93
|
defaultSelect: unknown extends Defaults["defaultSelect"] ? BooleanConstructor : {
|
|
100
94
|
type: PropType<unknown extends Defaults["defaultSelect"] ? boolean : boolean | Defaults["defaultSelect"]>;
|
|
@@ -102,8 +96,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
102
96
|
};
|
|
103
97
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
104
98
|
type: PropType<Partial<{
|
|
105
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
106
99
|
disabled: boolean;
|
|
100
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
107
101
|
closeDelay: number;
|
|
108
102
|
openDelay: number;
|
|
109
103
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -122,8 +116,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
122
116
|
openOnClickBase: boolean;
|
|
123
117
|
closeCondition: boolean | Function;
|
|
124
118
|
}> & Omit<{
|
|
125
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
126
119
|
readonly disabled: boolean;
|
|
120
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
127
121
|
readonly closeDelay: number;
|
|
128
122
|
readonly openDelay: number;
|
|
129
123
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -141,12 +135,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
141
135
|
readonly preventClip: boolean;
|
|
142
136
|
readonly openOnClickBase: boolean;
|
|
143
137
|
readonly base?: import('../layer/base').BaseType;
|
|
138
|
+
readonly modelValue?: boolean | undefined;
|
|
144
139
|
readonly width?: string | number | undefined;
|
|
145
140
|
readonly height?: string | number | undefined;
|
|
146
|
-
readonly modelValue?: boolean | undefined;
|
|
147
141
|
readonly theme?: string | undefined;
|
|
148
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
149
142
|
readonly minWidth?: string | number | undefined;
|
|
143
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
150
144
|
readonly offset?: string | number | number[] | undefined;
|
|
151
145
|
readonly minHeight?: string | number | undefined;
|
|
152
146
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -155,10 +149,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
155
149
|
readonly scrim?: boolean | undefined;
|
|
156
150
|
readonly scrimOpacity?: number | undefined;
|
|
157
151
|
readonly eager?: boolean | undefined;
|
|
158
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
152
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
159
153
|
readonly closeClickScrim?: boolean | undefined;
|
|
160
154
|
readonly preventCloseBubble?: boolean | undefined;
|
|
161
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
155
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
162
156
|
readonly closeCondition?: boolean | Function | undefined;
|
|
163
157
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
164
158
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -169,7 +163,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
169
163
|
is?: import('vue').Component | undefined;
|
|
170
164
|
})>;
|
|
171
165
|
default: string;
|
|
172
|
-
}, "
|
|
166
|
+
}, "type" | "default"> & {
|
|
173
167
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
174
168
|
is?: import('vue').Component | undefined;
|
|
175
169
|
})>>;
|
|
@@ -188,14 +182,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
188
182
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
189
183
|
default: string;
|
|
190
184
|
validator: (val: any) => boolean;
|
|
191
|
-
}, "
|
|
185
|
+
}, "type" | "default"> & {
|
|
192
186
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
193
187
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
194
188
|
};
|
|
195
189
|
coordinateStrategy: Omit<{
|
|
196
190
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
197
191
|
default: string;
|
|
198
|
-
}, "
|
|
192
|
+
}, "type" | "default"> & {
|
|
199
193
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
200
194
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
201
195
|
};
|
|
@@ -236,10 +230,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
236
230
|
type: PropType<boolean>;
|
|
237
231
|
};
|
|
238
232
|
classes: {
|
|
239
|
-
type: PropType<string | Record<string, any
|
|
233
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
240
234
|
};
|
|
241
235
|
contentClasses: {
|
|
242
|
-
type: PropType<string | Record<string, any
|
|
236
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
243
237
|
};
|
|
244
238
|
closeClickScrim: {
|
|
245
239
|
type: PropType<boolean>;
|
|
@@ -270,7 +264,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
270
264
|
};
|
|
271
265
|
contained: BooleanConstructor;
|
|
272
266
|
menuClasses: {
|
|
273
|
-
type: PropType<string | Record<string, any
|
|
267
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
274
268
|
};
|
|
275
269
|
openOnClickBase: {
|
|
276
270
|
type: PropType<boolean>;
|
|
@@ -288,11 +282,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
288
282
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
289
283
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
290
284
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
291
|
-
}, "
|
|
285
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
292
286
|
} : Omit<{
|
|
293
287
|
type: PropType<Partial<{
|
|
294
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
295
288
|
disabled: boolean;
|
|
289
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
296
290
|
closeDelay: number;
|
|
297
291
|
openDelay: number;
|
|
298
292
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -311,8 +305,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
311
305
|
openOnClickBase: boolean;
|
|
312
306
|
closeCondition: boolean | Function;
|
|
313
307
|
}> & Omit<{
|
|
314
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
315
308
|
readonly disabled: boolean;
|
|
309
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
316
310
|
readonly closeDelay: number;
|
|
317
311
|
readonly openDelay: number;
|
|
318
312
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -330,12 +324,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
330
324
|
readonly preventClip: boolean;
|
|
331
325
|
readonly openOnClickBase: boolean;
|
|
332
326
|
readonly base?: import('../layer/base').BaseType;
|
|
327
|
+
readonly modelValue?: boolean | undefined;
|
|
333
328
|
readonly width?: string | number | undefined;
|
|
334
329
|
readonly height?: string | number | undefined;
|
|
335
|
-
readonly modelValue?: boolean | undefined;
|
|
336
330
|
readonly theme?: string | undefined;
|
|
337
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
338
331
|
readonly minWidth?: string | number | undefined;
|
|
332
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
339
333
|
readonly offset?: string | number | number[] | undefined;
|
|
340
334
|
readonly minHeight?: string | number | undefined;
|
|
341
335
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -344,10 +338,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
344
338
|
readonly scrim?: boolean | undefined;
|
|
345
339
|
readonly scrimOpacity?: number | undefined;
|
|
346
340
|
readonly eager?: boolean | undefined;
|
|
347
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
341
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
348
342
|
readonly closeClickScrim?: boolean | undefined;
|
|
349
343
|
readonly preventCloseBubble?: boolean | undefined;
|
|
350
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
344
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
351
345
|
readonly closeCondition?: boolean | Function | undefined;
|
|
352
346
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
353
347
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -358,7 +352,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
358
352
|
is?: import('vue').Component | undefined;
|
|
359
353
|
})>;
|
|
360
354
|
default: string;
|
|
361
|
-
}, "
|
|
355
|
+
}, "type" | "default"> & {
|
|
362
356
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
363
357
|
is?: import('vue').Component | undefined;
|
|
364
358
|
})>>;
|
|
@@ -377,14 +371,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
377
371
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
378
372
|
default: string;
|
|
379
373
|
validator: (val: any) => boolean;
|
|
380
|
-
}, "
|
|
374
|
+
}, "type" | "default"> & {
|
|
381
375
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
382
376
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
383
377
|
};
|
|
384
378
|
coordinateStrategy: Omit<{
|
|
385
379
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
386
380
|
default: string;
|
|
387
|
-
}, "
|
|
381
|
+
}, "type" | "default"> & {
|
|
388
382
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
389
383
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
390
384
|
};
|
|
@@ -425,10 +419,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
425
419
|
type: PropType<boolean>;
|
|
426
420
|
};
|
|
427
421
|
classes: {
|
|
428
|
-
type: PropType<string | Record<string, any
|
|
422
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
429
423
|
};
|
|
430
424
|
contentClasses: {
|
|
431
|
-
type: PropType<string | Record<string, any
|
|
425
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
432
426
|
};
|
|
433
427
|
closeClickScrim: {
|
|
434
428
|
type: PropType<boolean>;
|
|
@@ -459,7 +453,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
459
453
|
};
|
|
460
454
|
contained: BooleanConstructor;
|
|
461
455
|
menuClasses: {
|
|
462
|
-
type: PropType<string | Record<string, any
|
|
456
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
463
457
|
};
|
|
464
458
|
openOnClickBase: {
|
|
465
459
|
type: PropType<boolean>;
|
|
@@ -477,11 +471,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
477
471
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
478
472
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
479
473
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
480
|
-
}, "
|
|
481
|
-
}, "
|
|
474
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
475
|
+
}, "type" | "default"> & {
|
|
482
476
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
483
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
484
477
|
disabled: boolean;
|
|
478
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
485
479
|
closeDelay: number;
|
|
486
480
|
openDelay: number;
|
|
487
481
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -500,8 +494,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
500
494
|
openOnClickBase: boolean;
|
|
501
495
|
closeCondition: boolean | Function;
|
|
502
496
|
}> & Omit<{
|
|
503
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
504
497
|
readonly disabled: boolean;
|
|
498
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
505
499
|
readonly closeDelay: number;
|
|
506
500
|
readonly openDelay: number;
|
|
507
501
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -519,12 +513,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
519
513
|
readonly preventClip: boolean;
|
|
520
514
|
readonly openOnClickBase: boolean;
|
|
521
515
|
readonly base?: import('../layer/base').BaseType;
|
|
516
|
+
readonly modelValue?: boolean | undefined;
|
|
522
517
|
readonly width?: string | number | undefined;
|
|
523
518
|
readonly height?: string | number | undefined;
|
|
524
|
-
readonly modelValue?: boolean | undefined;
|
|
525
519
|
readonly theme?: string | undefined;
|
|
526
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
527
520
|
readonly minWidth?: string | number | undefined;
|
|
521
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
528
522
|
readonly offset?: string | number | number[] | undefined;
|
|
529
523
|
readonly minHeight?: string | number | undefined;
|
|
530
524
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -533,10 +527,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
533
527
|
readonly scrim?: boolean | undefined;
|
|
534
528
|
readonly scrimOpacity?: number | undefined;
|
|
535
529
|
readonly eager?: boolean | undefined;
|
|
536
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
530
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
537
531
|
readonly closeClickScrim?: boolean | undefined;
|
|
538
532
|
readonly preventCloseBubble?: boolean | undefined;
|
|
539
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
533
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
540
534
|
readonly closeCondition?: boolean | Function | undefined;
|
|
541
535
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
542
536
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -547,7 +541,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
547
541
|
is?: import('vue').Component | undefined;
|
|
548
542
|
})>;
|
|
549
543
|
default: string;
|
|
550
|
-
}, "
|
|
544
|
+
}, "type" | "default"> & {
|
|
551
545
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
552
546
|
is?: import('vue').Component | undefined;
|
|
553
547
|
})>>;
|
|
@@ -566,14 +560,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
566
560
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
567
561
|
default: string;
|
|
568
562
|
validator: (val: any) => boolean;
|
|
569
|
-
}, "
|
|
563
|
+
}, "type" | "default"> & {
|
|
570
564
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
571
565
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
572
566
|
};
|
|
573
567
|
coordinateStrategy: Omit<{
|
|
574
568
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
575
569
|
default: string;
|
|
576
|
-
}, "
|
|
570
|
+
}, "type" | "default"> & {
|
|
577
571
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
578
572
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
579
573
|
};
|
|
@@ -614,10 +608,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
614
608
|
type: PropType<boolean>;
|
|
615
609
|
};
|
|
616
610
|
classes: {
|
|
617
|
-
type: PropType<string | Record<string, any
|
|
611
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
618
612
|
};
|
|
619
613
|
contentClasses: {
|
|
620
|
-
type: PropType<string | Record<string, any
|
|
614
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
621
615
|
};
|
|
622
616
|
closeClickScrim: {
|
|
623
617
|
type: PropType<boolean>;
|
|
@@ -648,7 +642,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
648
642
|
};
|
|
649
643
|
contained: BooleanConstructor;
|
|
650
644
|
menuClasses: {
|
|
651
|
-
type: PropType<string | Record<string, any
|
|
645
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
652
646
|
};
|
|
653
647
|
openOnClickBase: {
|
|
654
648
|
type: PropType<boolean>;
|
|
@@ -666,9 +660,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
666
660
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
667
661
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
668
662
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
669
|
-
}, "
|
|
670
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
663
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
671
664
|
disabled: boolean;
|
|
665
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
672
666
|
closeDelay: number;
|
|
673
667
|
openDelay: number;
|
|
674
668
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -687,8 +681,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
687
681
|
openOnClickBase: boolean;
|
|
688
682
|
closeCondition: boolean | Function;
|
|
689
683
|
}> & Omit<{
|
|
690
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
691
684
|
readonly disabled: boolean;
|
|
685
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
692
686
|
readonly closeDelay: number;
|
|
693
687
|
readonly openDelay: number;
|
|
694
688
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -706,12 +700,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
706
700
|
readonly preventClip: boolean;
|
|
707
701
|
readonly openOnClickBase: boolean;
|
|
708
702
|
readonly base?: import('../layer/base').BaseType;
|
|
703
|
+
readonly modelValue?: boolean | undefined;
|
|
709
704
|
readonly width?: string | number | undefined;
|
|
710
705
|
readonly height?: string | number | undefined;
|
|
711
|
-
readonly modelValue?: boolean | undefined;
|
|
712
706
|
readonly theme?: string | undefined;
|
|
713
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
714
707
|
readonly minWidth?: string | number | undefined;
|
|
708
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
715
709
|
readonly offset?: string | number | number[] | undefined;
|
|
716
710
|
readonly minHeight?: string | number | undefined;
|
|
717
711
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -720,10 +714,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
720
714
|
readonly scrim?: boolean | undefined;
|
|
721
715
|
readonly scrimOpacity?: number | undefined;
|
|
722
716
|
readonly eager?: boolean | undefined;
|
|
723
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
717
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
724
718
|
readonly closeClickScrim?: boolean | undefined;
|
|
725
719
|
readonly preventCloseBubble?: boolean | undefined;
|
|
726
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
720
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
727
721
|
readonly closeCondition?: boolean | Function | undefined;
|
|
728
722
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
729
723
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -734,7 +728,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
734
728
|
is?: import('vue').Component | undefined;
|
|
735
729
|
})>;
|
|
736
730
|
default: string;
|
|
737
|
-
}, "
|
|
731
|
+
}, "type" | "default"> & {
|
|
738
732
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
739
733
|
is?: import('vue').Component | undefined;
|
|
740
734
|
})>>;
|
|
@@ -753,14 +747,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
753
747
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
754
748
|
default: string;
|
|
755
749
|
validator: (val: any) => boolean;
|
|
756
|
-
}, "
|
|
750
|
+
}, "type" | "default"> & {
|
|
757
751
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
758
752
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
759
753
|
};
|
|
760
754
|
coordinateStrategy: Omit<{
|
|
761
755
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
762
756
|
default: string;
|
|
763
|
-
}, "
|
|
757
|
+
}, "type" | "default"> & {
|
|
764
758
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
765
759
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
766
760
|
};
|
|
@@ -801,10 +795,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
801
795
|
type: PropType<boolean>;
|
|
802
796
|
};
|
|
803
797
|
classes: {
|
|
804
|
-
type: PropType<string | Record<string, any
|
|
798
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
805
799
|
};
|
|
806
800
|
contentClasses: {
|
|
807
|
-
type: PropType<string | Record<string, any
|
|
801
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
808
802
|
};
|
|
809
803
|
closeClickScrim: {
|
|
810
804
|
type: PropType<boolean>;
|
|
@@ -835,7 +829,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
835
829
|
};
|
|
836
830
|
contained: BooleanConstructor;
|
|
837
831
|
menuClasses: {
|
|
838
|
-
type: PropType<string | Record<string, any
|
|
832
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
839
833
|
};
|
|
840
834
|
openOnClickBase: {
|
|
841
835
|
type: PropType<boolean>;
|
|
@@ -853,10 +847,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
853
847
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
854
848
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
855
849
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
856
|
-
}, "
|
|
850
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>>;
|
|
857
851
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
858
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
859
852
|
disabled: boolean;
|
|
853
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
860
854
|
closeDelay: number;
|
|
861
855
|
openDelay: number;
|
|
862
856
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -875,8 +869,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
875
869
|
openOnClickBase: boolean;
|
|
876
870
|
closeCondition: boolean | Function;
|
|
877
871
|
}> & Omit<{
|
|
878
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
879
872
|
readonly disabled: boolean;
|
|
873
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
880
874
|
readonly closeDelay: number;
|
|
881
875
|
readonly openDelay: number;
|
|
882
876
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -894,12 +888,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
894
888
|
readonly preventClip: boolean;
|
|
895
889
|
readonly openOnClickBase: boolean;
|
|
896
890
|
readonly base?: import('../layer/base').BaseType;
|
|
891
|
+
readonly modelValue?: boolean | undefined;
|
|
897
892
|
readonly width?: string | number | undefined;
|
|
898
893
|
readonly height?: string | number | undefined;
|
|
899
|
-
readonly modelValue?: boolean | undefined;
|
|
900
894
|
readonly theme?: string | undefined;
|
|
901
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
902
895
|
readonly minWidth?: string | number | undefined;
|
|
896
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
903
897
|
readonly offset?: string | number | number[] | undefined;
|
|
904
898
|
readonly minHeight?: string | number | undefined;
|
|
905
899
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -908,10 +902,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
908
902
|
readonly scrim?: boolean | undefined;
|
|
909
903
|
readonly scrimOpacity?: number | undefined;
|
|
910
904
|
readonly eager?: boolean | undefined;
|
|
911
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
905
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
912
906
|
readonly closeClickScrim?: boolean | undefined;
|
|
913
907
|
readonly preventCloseBubble?: boolean | undefined;
|
|
914
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
908
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
915
909
|
readonly closeCondition?: boolean | Function | undefined;
|
|
916
910
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
917
911
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -922,7 +916,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
922
916
|
is?: import('vue').Component | undefined;
|
|
923
917
|
})>;
|
|
924
918
|
default: string;
|
|
925
|
-
}, "
|
|
919
|
+
}, "type" | "default"> & {
|
|
926
920
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
927
921
|
is?: import('vue').Component | undefined;
|
|
928
922
|
})>>;
|
|
@@ -941,14 +935,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
941
935
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
942
936
|
default: string;
|
|
943
937
|
validator: (val: any) => boolean;
|
|
944
|
-
}, "
|
|
938
|
+
}, "type" | "default"> & {
|
|
945
939
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
946
940
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
947
941
|
};
|
|
948
942
|
coordinateStrategy: Omit<{
|
|
949
943
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
950
944
|
default: string;
|
|
951
|
-
}, "
|
|
945
|
+
}, "type" | "default"> & {
|
|
952
946
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
953
947
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
954
948
|
};
|
|
@@ -989,10 +983,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
989
983
|
type: PropType<boolean>;
|
|
990
984
|
};
|
|
991
985
|
classes: {
|
|
992
|
-
type: PropType<string | Record<string, any
|
|
986
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
993
987
|
};
|
|
994
988
|
contentClasses: {
|
|
995
|
-
type: PropType<string | Record<string, any
|
|
989
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
996
990
|
};
|
|
997
991
|
closeClickScrim: {
|
|
998
992
|
type: PropType<boolean>;
|
|
@@ -1023,7 +1017,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1023
1017
|
};
|
|
1024
1018
|
contained: BooleanConstructor;
|
|
1025
1019
|
menuClasses: {
|
|
1026
|
-
type: PropType<string | Record<string, any
|
|
1020
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1027
1021
|
};
|
|
1028
1022
|
openOnClickBase: {
|
|
1029
1023
|
type: PropType<boolean>;
|
|
@@ -1041,9 +1035,9 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1041
1035
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1042
1036
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1043
1037
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1044
|
-
}, "
|
|
1045
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1038
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
1046
1039
|
disabled: boolean;
|
|
1040
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1047
1041
|
closeDelay: number;
|
|
1048
1042
|
openDelay: number;
|
|
1049
1043
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1062,8 +1056,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1062
1056
|
openOnClickBase: boolean;
|
|
1063
1057
|
closeCondition: boolean | Function;
|
|
1064
1058
|
}> & Omit<{
|
|
1065
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1066
1059
|
readonly disabled: boolean;
|
|
1060
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1067
1061
|
readonly closeDelay: number;
|
|
1068
1062
|
readonly openDelay: number;
|
|
1069
1063
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1081,12 +1075,12 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1081
1075
|
readonly preventClip: boolean;
|
|
1082
1076
|
readonly openOnClickBase: boolean;
|
|
1083
1077
|
readonly base?: import('../layer/base').BaseType;
|
|
1078
|
+
readonly modelValue?: boolean | undefined;
|
|
1084
1079
|
readonly width?: string | number | undefined;
|
|
1085
1080
|
readonly height?: string | number | undefined;
|
|
1086
|
-
readonly modelValue?: boolean | undefined;
|
|
1087
1081
|
readonly theme?: string | undefined;
|
|
1088
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1089
1082
|
readonly minWidth?: string | number | undefined;
|
|
1083
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1090
1084
|
readonly offset?: string | number | number[] | undefined;
|
|
1091
1085
|
readonly minHeight?: string | number | undefined;
|
|
1092
1086
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -1095,10 +1089,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1095
1089
|
readonly scrim?: boolean | undefined;
|
|
1096
1090
|
readonly scrimOpacity?: number | undefined;
|
|
1097
1091
|
readonly eager?: boolean | undefined;
|
|
1098
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
1092
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1099
1093
|
readonly closeClickScrim?: boolean | undefined;
|
|
1100
1094
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1101
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
1095
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1102
1096
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1103
1097
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1104
1098
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -1109,7 +1103,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1109
1103
|
is?: import('vue').Component | undefined;
|
|
1110
1104
|
})>;
|
|
1111
1105
|
default: string;
|
|
1112
|
-
}, "
|
|
1106
|
+
}, "type" | "default"> & {
|
|
1113
1107
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
1114
1108
|
is?: import('vue').Component | undefined;
|
|
1115
1109
|
})>>;
|
|
@@ -1128,14 +1122,14 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1128
1122
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1129
1123
|
default: string;
|
|
1130
1124
|
validator: (val: any) => boolean;
|
|
1131
|
-
}, "
|
|
1125
|
+
}, "type" | "default"> & {
|
|
1132
1126
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
1133
1127
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1134
1128
|
};
|
|
1135
1129
|
coordinateStrategy: Omit<{
|
|
1136
1130
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1137
1131
|
default: string;
|
|
1138
|
-
}, "
|
|
1132
|
+
}, "type" | "default"> & {
|
|
1139
1133
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
1140
1134
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1141
1135
|
};
|
|
@@ -1176,10 +1170,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1176
1170
|
type: PropType<boolean>;
|
|
1177
1171
|
};
|
|
1178
1172
|
classes: {
|
|
1179
|
-
type: PropType<string | Record<string, any
|
|
1173
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1180
1174
|
};
|
|
1181
1175
|
contentClasses: {
|
|
1182
|
-
type: PropType<string | Record<string, any
|
|
1176
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1183
1177
|
};
|
|
1184
1178
|
closeClickScrim: {
|
|
1185
1179
|
type: PropType<boolean>;
|
|
@@ -1210,7 +1204,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1210
1204
|
};
|
|
1211
1205
|
contained: BooleanConstructor;
|
|
1212
1206
|
menuClasses: {
|
|
1213
|
-
type: PropType<string | Record<string, any
|
|
1207
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1214
1208
|
};
|
|
1215
1209
|
openOnClickBase: {
|
|
1216
1210
|
type: PropType<boolean>;
|
|
@@ -1228,7 +1222,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1228
1222
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1229
1223
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1230
1224
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1231
|
-
}, "
|
|
1225
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1232
1226
|
};
|
|
1233
1227
|
};
|
|
1234
1228
|
export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
@@ -1277,8 +1271,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1277
1271
|
itemChildren?: unknown;
|
|
1278
1272
|
opened?: unknown;
|
|
1279
1273
|
multiple?: unknown;
|
|
1280
|
-
|
|
1281
|
-
valueEquals?: unknown;
|
|
1274
|
+
itemComparator?: unknown;
|
|
1282
1275
|
defaultSelect?: unknown;
|
|
1283
1276
|
menuProps?: unknown;
|
|
1284
1277
|
maxHeight?: unknown;
|
|
@@ -1292,7 +1285,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1292
1285
|
} : Omit<{
|
|
1293
1286
|
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1294
1287
|
default: string;
|
|
1295
|
-
}, "
|
|
1288
|
+
}, "type" | "default"> & {
|
|
1296
1289
|
type: PropType<unknown extends Defaults["align"] ? "top" | "bottom" | "start" | "end" | "center" : NonNullable<"top" | "bottom" | "start" | "end" | "center"> | Defaults["align"]>;
|
|
1297
1290
|
default: unknown extends Defaults["align"] ? "top" | "bottom" | "start" | "end" | "center" : NonNullable<"top" | "bottom" | "start" | "end" | "center"> | Defaults["align"];
|
|
1298
1291
|
};
|
|
@@ -1300,23 +1293,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1300
1293
|
type: PropType<string | number | number[]>;
|
|
1301
1294
|
} : Omit<{
|
|
1302
1295
|
type: PropType<string | number | number[]>;
|
|
1303
|
-
}, "
|
|
1296
|
+
}, "type" | "default"> & {
|
|
1304
1297
|
type: PropType<unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"]>;
|
|
1305
1298
|
default: unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"];
|
|
1306
1299
|
};
|
|
1307
1300
|
position: unknown extends Defaults["position"] ? Omit<{
|
|
1308
1301
|
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1309
1302
|
default: string;
|
|
1310
|
-
}, "
|
|
1303
|
+
}, "type" | "default"> & {
|
|
1311
1304
|
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
1312
1305
|
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1313
1306
|
} : Omit<Omit<{
|
|
1314
1307
|
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1315
1308
|
default: string;
|
|
1316
|
-
}, "
|
|
1309
|
+
}, "type" | "default"> & {
|
|
1317
1310
|
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
1318
1311
|
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1319
|
-
}, "
|
|
1312
|
+
}, "type" | "default"> & {
|
|
1320
1313
|
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> : NonNullable<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">> | Defaults["position"]>;
|
|
1321
1314
|
default: unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> : NonNullable<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">> | Defaults["position"];
|
|
1322
1315
|
};
|
|
@@ -1326,7 +1319,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1326
1319
|
} : Omit<{
|
|
1327
1320
|
type: StringConstructor;
|
|
1328
1321
|
default: string;
|
|
1329
|
-
}, "
|
|
1322
|
+
}, "type" | "default"> & {
|
|
1330
1323
|
type: PropType<unknown extends Defaults["origin"] ? string : string | Defaults["origin"]>;
|
|
1331
1324
|
default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
|
|
1332
1325
|
};
|
|
@@ -1336,7 +1329,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1336
1329
|
} : Omit<{
|
|
1337
1330
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1338
1331
|
default: number;
|
|
1339
|
-
}, "
|
|
1332
|
+
}, "type" | "default"> & {
|
|
1340
1333
|
type: PropType<unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"]>;
|
|
1341
1334
|
default: unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"];
|
|
1342
1335
|
};
|
|
@@ -1366,7 +1359,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1366
1359
|
} : Omit<{
|
|
1367
1360
|
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
1368
1361
|
validator(value: string): boolean;
|
|
1369
|
-
}, "
|
|
1362
|
+
}, "type" | "default"> & {
|
|
1370
1363
|
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
1371
1364
|
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
1372
1365
|
};
|
|
@@ -1382,7 +1375,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1382
1375
|
type: PropType<string>;
|
|
1383
1376
|
} : Omit<{
|
|
1384
1377
|
type: PropType<string>;
|
|
1385
|
-
}, "
|
|
1378
|
+
}, "type" | "default"> & {
|
|
1386
1379
|
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
1387
1380
|
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
1388
1381
|
};
|
|
@@ -1396,7 +1389,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1396
1389
|
} : Omit<{
|
|
1397
1390
|
type: PropType<string | number>;
|
|
1398
1391
|
default: number;
|
|
1399
|
-
}, "
|
|
1392
|
+
}, "type" | "default"> & {
|
|
1400
1393
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
1401
1394
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
1402
1395
|
};
|
|
@@ -1408,7 +1401,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1408
1401
|
type: PropType<string | number>;
|
|
1409
1402
|
} : Omit<{
|
|
1410
1403
|
type: PropType<string | number>;
|
|
1411
|
-
}, "
|
|
1404
|
+
}, "type" | "default"> & {
|
|
1412
1405
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
1413
1406
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
1414
1407
|
};
|
|
@@ -1422,7 +1415,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1422
1415
|
} : Omit<{
|
|
1423
1416
|
type: PropType<string>;
|
|
1424
1417
|
default: string;
|
|
1425
|
-
}, "
|
|
1418
|
+
}, "type" | "default"> & {
|
|
1426
1419
|
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
1427
1420
|
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
1428
1421
|
};
|
|
@@ -1434,7 +1427,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1434
1427
|
type: PropType<any>;
|
|
1435
1428
|
} : Omit<{
|
|
1436
1429
|
type: PropType<any>;
|
|
1437
|
-
}, "
|
|
1430
|
+
}, "type" | "default"> & {
|
|
1438
1431
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
1439
1432
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
1440
1433
|
};
|
|
@@ -1444,7 +1437,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1444
1437
|
} : Omit<{
|
|
1445
1438
|
type: PropType<boolean>;
|
|
1446
1439
|
default: boolean;
|
|
1447
|
-
}, "
|
|
1440
|
+
}, "type" | "default"> & {
|
|
1448
1441
|
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
1449
1442
|
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
1450
1443
|
};
|
|
@@ -1454,7 +1447,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1454
1447
|
} : Omit<{
|
|
1455
1448
|
type: PropType<boolean>;
|
|
1456
1449
|
default: boolean;
|
|
1457
|
-
}, "
|
|
1450
|
+
}, "type" | "default"> & {
|
|
1458
1451
|
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
1459
1452
|
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
1460
1453
|
};
|
|
@@ -1464,7 +1457,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1464
1457
|
} : Omit<{
|
|
1465
1458
|
type: PropType<boolean>;
|
|
1466
1459
|
default: () => false;
|
|
1467
|
-
}, "
|
|
1460
|
+
}, "type" | "default"> & {
|
|
1468
1461
|
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
1469
1462
|
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
1470
1463
|
};
|
|
@@ -1486,7 +1479,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1486
1479
|
} : Omit<{
|
|
1487
1480
|
type: PropType<string>;
|
|
1488
1481
|
default: string;
|
|
1489
|
-
}, "
|
|
1482
|
+
}, "type" | "default"> & {
|
|
1490
1483
|
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
1491
1484
|
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
1492
1485
|
};
|
|
@@ -1524,7 +1517,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1524
1517
|
} : Omit<{
|
|
1525
1518
|
type: PropType<string>;
|
|
1526
1519
|
default: string;
|
|
1527
|
-
}, "
|
|
1520
|
+
}, "type" | "default"> & {
|
|
1528
1521
|
type: PropType<unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"]>;
|
|
1529
1522
|
default: unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"];
|
|
1530
1523
|
};
|
|
@@ -1534,7 +1527,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1534
1527
|
} : Omit<{
|
|
1535
1528
|
type: PropType<string>;
|
|
1536
1529
|
default: string;
|
|
1537
|
-
}, "
|
|
1530
|
+
}, "type" | "default"> & {
|
|
1538
1531
|
type: PropType<unknown extends Defaults["type"] ? string : string | Defaults["type"]>;
|
|
1539
1532
|
default: unknown extends Defaults["type"] ? string : string | Defaults["type"];
|
|
1540
1533
|
};
|
|
@@ -1548,23 +1541,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1548
1541
|
} : Omit<{
|
|
1549
1542
|
type: PropType<any[]>;
|
|
1550
1543
|
default: () => never[];
|
|
1551
|
-
}, "
|
|
1544
|
+
}, "type" | "default"> & {
|
|
1552
1545
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
1553
1546
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
1554
1547
|
};
|
|
1555
1548
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
1556
1549
|
type: PropType<string>;
|
|
1557
1550
|
default: string;
|
|
1558
|
-
}, "
|
|
1551
|
+
}, "type" | "default"> & {
|
|
1559
1552
|
type: PropType<string>;
|
|
1560
1553
|
default: string;
|
|
1561
1554
|
} : Omit<Omit<{
|
|
1562
1555
|
type: PropType<string>;
|
|
1563
1556
|
default: string;
|
|
1564
|
-
}, "
|
|
1557
|
+
}, "type" | "default"> & {
|
|
1565
1558
|
type: PropType<string>;
|
|
1566
1559
|
default: string;
|
|
1567
|
-
}, "
|
|
1560
|
+
}, "type" | "default"> & {
|
|
1568
1561
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
1569
1562
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
1570
1563
|
};
|
|
@@ -1574,23 +1567,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1574
1567
|
} : Omit<{
|
|
1575
1568
|
type: PropType<string>;
|
|
1576
1569
|
default: string;
|
|
1577
|
-
}, "
|
|
1570
|
+
}, "type" | "default"> & {
|
|
1578
1571
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
1579
1572
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
1580
1573
|
};
|
|
1581
1574
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
1582
1575
|
type: PropType<string | boolean>;
|
|
1583
1576
|
default: string;
|
|
1584
|
-
}, "
|
|
1577
|
+
}, "type" | "default"> & {
|
|
1585
1578
|
type: PropType<NonNullable<string | boolean>>;
|
|
1586
1579
|
default: NonNullable<string | boolean>;
|
|
1587
1580
|
} : Omit<Omit<{
|
|
1588
1581
|
type: PropType<string | boolean>;
|
|
1589
1582
|
default: string;
|
|
1590
|
-
}, "
|
|
1583
|
+
}, "type" | "default"> & {
|
|
1591
1584
|
type: PropType<NonNullable<string | boolean>>;
|
|
1592
1585
|
default: NonNullable<string | boolean>;
|
|
1593
|
-
}, "
|
|
1586
|
+
}, "type" | "default"> & {
|
|
1594
1587
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
1595
1588
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
1596
1589
|
};
|
|
@@ -1602,19 +1595,15 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1602
1595
|
type: PropType<unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"]>;
|
|
1603
1596
|
default: unknown extends Defaults["multiple"] ? boolean : boolean | Defaults["multiple"];
|
|
1604
1597
|
};
|
|
1605
|
-
|
|
1606
|
-
type: PropType<
|
|
1607
|
-
default: unknown extends Defaults["weakEquals"] ? boolean : boolean | Defaults["weakEquals"];
|
|
1608
|
-
};
|
|
1609
|
-
valueEquals: unknown extends Defaults["valueEquals"] ? {
|
|
1610
|
-
type: PropType<SelectEquals>;
|
|
1598
|
+
itemComparator: unknown extends Defaults["itemComparator"] ? {
|
|
1599
|
+
type: PropType<ItemComparator>;
|
|
1611
1600
|
default: typeof deepEqual;
|
|
1612
1601
|
} : Omit<{
|
|
1613
|
-
type: PropType<
|
|
1602
|
+
type: PropType<ItemComparator>;
|
|
1614
1603
|
default: typeof deepEqual;
|
|
1615
|
-
}, "
|
|
1616
|
-
type: PropType<unknown extends Defaults["
|
|
1617
|
-
default: unknown extends Defaults["
|
|
1604
|
+
}, "type" | "default"> & {
|
|
1605
|
+
type: PropType<unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"]>;
|
|
1606
|
+
default: unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"];
|
|
1618
1607
|
};
|
|
1619
1608
|
defaultSelect: unknown extends Defaults["defaultSelect"] ? BooleanConstructor : {
|
|
1620
1609
|
type: PropType<unknown extends Defaults["defaultSelect"] ? boolean : boolean | Defaults["defaultSelect"]>;
|
|
@@ -1622,8 +1611,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1622
1611
|
};
|
|
1623
1612
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
1624
1613
|
type: PropType<Partial<{
|
|
1625
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1626
1614
|
disabled: boolean;
|
|
1615
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1627
1616
|
closeDelay: number;
|
|
1628
1617
|
openDelay: number;
|
|
1629
1618
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1642,8 +1631,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1642
1631
|
openOnClickBase: boolean;
|
|
1643
1632
|
closeCondition: boolean | Function;
|
|
1644
1633
|
}> & Omit<{
|
|
1645
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1646
1634
|
readonly disabled: boolean;
|
|
1635
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1647
1636
|
readonly closeDelay: number;
|
|
1648
1637
|
readonly openDelay: number;
|
|
1649
1638
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1661,12 +1650,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1661
1650
|
readonly preventClip: boolean;
|
|
1662
1651
|
readonly openOnClickBase: boolean;
|
|
1663
1652
|
readonly base?: import('../layer/base').BaseType;
|
|
1653
|
+
readonly modelValue?: boolean | undefined;
|
|
1664
1654
|
readonly width?: string | number | undefined;
|
|
1665
1655
|
readonly height?: string | number | undefined;
|
|
1666
|
-
readonly modelValue?: boolean | undefined;
|
|
1667
1656
|
readonly theme?: string | undefined;
|
|
1668
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1669
1657
|
readonly minWidth?: string | number | undefined;
|
|
1658
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1670
1659
|
readonly offset?: string | number | number[] | undefined;
|
|
1671
1660
|
readonly minHeight?: string | number | undefined;
|
|
1672
1661
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -1675,10 +1664,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1675
1664
|
readonly scrim?: boolean | undefined;
|
|
1676
1665
|
readonly scrimOpacity?: number | undefined;
|
|
1677
1666
|
readonly eager?: boolean | undefined;
|
|
1678
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
1667
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1679
1668
|
readonly closeClickScrim?: boolean | undefined;
|
|
1680
1669
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1681
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
1670
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1682
1671
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1683
1672
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1684
1673
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -1689,7 +1678,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1689
1678
|
is?: import('vue').Component | undefined;
|
|
1690
1679
|
})>;
|
|
1691
1680
|
default: string;
|
|
1692
|
-
}, "
|
|
1681
|
+
}, "type" | "default"> & {
|
|
1693
1682
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
1694
1683
|
is?: import('vue').Component | undefined;
|
|
1695
1684
|
})>>;
|
|
@@ -1708,14 +1697,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1708
1697
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1709
1698
|
default: string;
|
|
1710
1699
|
validator: (val: any) => boolean;
|
|
1711
|
-
}, "
|
|
1700
|
+
}, "type" | "default"> & {
|
|
1712
1701
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
1713
1702
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1714
1703
|
};
|
|
1715
1704
|
coordinateStrategy: Omit<{
|
|
1716
1705
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1717
1706
|
default: string;
|
|
1718
|
-
}, "
|
|
1707
|
+
}, "type" | "default"> & {
|
|
1719
1708
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
1720
1709
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1721
1710
|
};
|
|
@@ -1756,10 +1745,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1756
1745
|
type: PropType<boolean>;
|
|
1757
1746
|
};
|
|
1758
1747
|
classes: {
|
|
1759
|
-
type: PropType<string | Record<string, any
|
|
1748
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1760
1749
|
};
|
|
1761
1750
|
contentClasses: {
|
|
1762
|
-
type: PropType<string | Record<string, any
|
|
1751
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1763
1752
|
};
|
|
1764
1753
|
closeClickScrim: {
|
|
1765
1754
|
type: PropType<boolean>;
|
|
@@ -1790,7 +1779,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1790
1779
|
};
|
|
1791
1780
|
contained: BooleanConstructor;
|
|
1792
1781
|
menuClasses: {
|
|
1793
|
-
type: PropType<string | Record<string, any
|
|
1782
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1794
1783
|
};
|
|
1795
1784
|
openOnClickBase: {
|
|
1796
1785
|
type: PropType<boolean>;
|
|
@@ -1808,11 +1797,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1808
1797
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1809
1798
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1810
1799
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1811
|
-
}, "
|
|
1800
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1812
1801
|
} : Omit<{
|
|
1813
1802
|
type: PropType<Partial<{
|
|
1814
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1815
1803
|
disabled: boolean;
|
|
1804
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1816
1805
|
closeDelay: number;
|
|
1817
1806
|
openDelay: number;
|
|
1818
1807
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1831,8 +1820,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1831
1820
|
openOnClickBase: boolean;
|
|
1832
1821
|
closeCondition: boolean | Function;
|
|
1833
1822
|
}> & Omit<{
|
|
1834
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1835
1823
|
readonly disabled: boolean;
|
|
1824
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1836
1825
|
readonly closeDelay: number;
|
|
1837
1826
|
readonly openDelay: number;
|
|
1838
1827
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -1850,12 +1839,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1850
1839
|
readonly preventClip: boolean;
|
|
1851
1840
|
readonly openOnClickBase: boolean;
|
|
1852
1841
|
readonly base?: import('../layer/base').BaseType;
|
|
1842
|
+
readonly modelValue?: boolean | undefined;
|
|
1853
1843
|
readonly width?: string | number | undefined;
|
|
1854
1844
|
readonly height?: string | number | undefined;
|
|
1855
|
-
readonly modelValue?: boolean | undefined;
|
|
1856
1845
|
readonly theme?: string | undefined;
|
|
1857
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1858
1846
|
readonly minWidth?: string | number | undefined;
|
|
1847
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1859
1848
|
readonly offset?: string | number | number[] | undefined;
|
|
1860
1849
|
readonly minHeight?: string | number | undefined;
|
|
1861
1850
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -1864,10 +1853,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1864
1853
|
readonly scrim?: boolean | undefined;
|
|
1865
1854
|
readonly scrimOpacity?: number | undefined;
|
|
1866
1855
|
readonly eager?: boolean | undefined;
|
|
1867
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
1856
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1868
1857
|
readonly closeClickScrim?: boolean | undefined;
|
|
1869
1858
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1870
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
1859
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1871
1860
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1872
1861
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1873
1862
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -1878,7 +1867,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1878
1867
|
is?: import('vue').Component | undefined;
|
|
1879
1868
|
})>;
|
|
1880
1869
|
default: string;
|
|
1881
|
-
}, "
|
|
1870
|
+
}, "type" | "default"> & {
|
|
1882
1871
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
1883
1872
|
is?: import('vue').Component | undefined;
|
|
1884
1873
|
})>>;
|
|
@@ -1897,14 +1886,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1897
1886
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1898
1887
|
default: string;
|
|
1899
1888
|
validator: (val: any) => boolean;
|
|
1900
|
-
}, "
|
|
1889
|
+
}, "type" | "default"> & {
|
|
1901
1890
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
1902
1891
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1903
1892
|
};
|
|
1904
1893
|
coordinateStrategy: Omit<{
|
|
1905
1894
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1906
1895
|
default: string;
|
|
1907
|
-
}, "
|
|
1896
|
+
}, "type" | "default"> & {
|
|
1908
1897
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
1909
1898
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1910
1899
|
};
|
|
@@ -1945,10 +1934,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1945
1934
|
type: PropType<boolean>;
|
|
1946
1935
|
};
|
|
1947
1936
|
classes: {
|
|
1948
|
-
type: PropType<string | Record<string, any
|
|
1937
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1949
1938
|
};
|
|
1950
1939
|
contentClasses: {
|
|
1951
|
-
type: PropType<string | Record<string, any
|
|
1940
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1952
1941
|
};
|
|
1953
1942
|
closeClickScrim: {
|
|
1954
1943
|
type: PropType<boolean>;
|
|
@@ -1979,7 +1968,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1979
1968
|
};
|
|
1980
1969
|
contained: BooleanConstructor;
|
|
1981
1970
|
menuClasses: {
|
|
1982
|
-
type: PropType<string | Record<string, any
|
|
1971
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1983
1972
|
};
|
|
1984
1973
|
openOnClickBase: {
|
|
1985
1974
|
type: PropType<boolean>;
|
|
@@ -1997,11 +1986,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1997
1986
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1998
1987
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1999
1988
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2000
|
-
}, "
|
|
2001
|
-
}, "
|
|
1989
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1990
|
+
}, "type" | "default"> & {
|
|
2002
1991
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
2003
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2004
1992
|
disabled: boolean;
|
|
1993
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2005
1994
|
closeDelay: number;
|
|
2006
1995
|
openDelay: number;
|
|
2007
1996
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2020,8 +2009,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2020
2009
|
openOnClickBase: boolean;
|
|
2021
2010
|
closeCondition: boolean | Function;
|
|
2022
2011
|
}> & Omit<{
|
|
2023
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2024
2012
|
readonly disabled: boolean;
|
|
2013
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2025
2014
|
readonly closeDelay: number;
|
|
2026
2015
|
readonly openDelay: number;
|
|
2027
2016
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2039,12 +2028,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2039
2028
|
readonly preventClip: boolean;
|
|
2040
2029
|
readonly openOnClickBase: boolean;
|
|
2041
2030
|
readonly base?: import('../layer/base').BaseType;
|
|
2031
|
+
readonly modelValue?: boolean | undefined;
|
|
2042
2032
|
readonly width?: string | number | undefined;
|
|
2043
2033
|
readonly height?: string | number | undefined;
|
|
2044
|
-
readonly modelValue?: boolean | undefined;
|
|
2045
2034
|
readonly theme?: string | undefined;
|
|
2046
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2047
2035
|
readonly minWidth?: string | number | undefined;
|
|
2036
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2048
2037
|
readonly offset?: string | number | number[] | undefined;
|
|
2049
2038
|
readonly minHeight?: string | number | undefined;
|
|
2050
2039
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -2053,10 +2042,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2053
2042
|
readonly scrim?: boolean | undefined;
|
|
2054
2043
|
readonly scrimOpacity?: number | undefined;
|
|
2055
2044
|
readonly eager?: boolean | undefined;
|
|
2056
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2045
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2057
2046
|
readonly closeClickScrim?: boolean | undefined;
|
|
2058
2047
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2059
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2048
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2060
2049
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2061
2050
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2062
2051
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2067,7 +2056,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2067
2056
|
is?: import('vue').Component | undefined;
|
|
2068
2057
|
})>;
|
|
2069
2058
|
default: string;
|
|
2070
|
-
}, "
|
|
2059
|
+
}, "type" | "default"> & {
|
|
2071
2060
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2072
2061
|
is?: import('vue').Component | undefined;
|
|
2073
2062
|
})>>;
|
|
@@ -2086,14 +2075,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2086
2075
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2087
2076
|
default: string;
|
|
2088
2077
|
validator: (val: any) => boolean;
|
|
2089
|
-
}, "
|
|
2078
|
+
}, "type" | "default"> & {
|
|
2090
2079
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
2091
2080
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2092
2081
|
};
|
|
2093
2082
|
coordinateStrategy: Omit<{
|
|
2094
2083
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2095
2084
|
default: string;
|
|
2096
|
-
}, "
|
|
2085
|
+
}, "type" | "default"> & {
|
|
2097
2086
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2098
2087
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2099
2088
|
};
|
|
@@ -2134,10 +2123,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2134
2123
|
type: PropType<boolean>;
|
|
2135
2124
|
};
|
|
2136
2125
|
classes: {
|
|
2137
|
-
type: PropType<string | Record<string, any
|
|
2126
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2138
2127
|
};
|
|
2139
2128
|
contentClasses: {
|
|
2140
|
-
type: PropType<string | Record<string, any
|
|
2129
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2141
2130
|
};
|
|
2142
2131
|
closeClickScrim: {
|
|
2143
2132
|
type: PropType<boolean>;
|
|
@@ -2168,7 +2157,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2168
2157
|
};
|
|
2169
2158
|
contained: BooleanConstructor;
|
|
2170
2159
|
menuClasses: {
|
|
2171
|
-
type: PropType<string | Record<string, any
|
|
2160
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2172
2161
|
};
|
|
2173
2162
|
openOnClickBase: {
|
|
2174
2163
|
type: PropType<boolean>;
|
|
@@ -2186,9 +2175,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2186
2175
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2187
2176
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2188
2177
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2189
|
-
}, "
|
|
2190
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2178
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
2191
2179
|
disabled: boolean;
|
|
2180
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2192
2181
|
closeDelay: number;
|
|
2193
2182
|
openDelay: number;
|
|
2194
2183
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2207,8 +2196,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2207
2196
|
openOnClickBase: boolean;
|
|
2208
2197
|
closeCondition: boolean | Function;
|
|
2209
2198
|
}> & Omit<{
|
|
2210
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2211
2199
|
readonly disabled: boolean;
|
|
2200
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2212
2201
|
readonly closeDelay: number;
|
|
2213
2202
|
readonly openDelay: number;
|
|
2214
2203
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2226,12 +2215,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2226
2215
|
readonly preventClip: boolean;
|
|
2227
2216
|
readonly openOnClickBase: boolean;
|
|
2228
2217
|
readonly base?: import('../layer/base').BaseType;
|
|
2218
|
+
readonly modelValue?: boolean | undefined;
|
|
2229
2219
|
readonly width?: string | number | undefined;
|
|
2230
2220
|
readonly height?: string | number | undefined;
|
|
2231
|
-
readonly modelValue?: boolean | undefined;
|
|
2232
2221
|
readonly theme?: string | undefined;
|
|
2233
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2234
2222
|
readonly minWidth?: string | number | undefined;
|
|
2223
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2235
2224
|
readonly offset?: string | number | number[] | undefined;
|
|
2236
2225
|
readonly minHeight?: string | number | undefined;
|
|
2237
2226
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -2240,10 +2229,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2240
2229
|
readonly scrim?: boolean | undefined;
|
|
2241
2230
|
readonly scrimOpacity?: number | undefined;
|
|
2242
2231
|
readonly eager?: boolean | undefined;
|
|
2243
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2232
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2244
2233
|
readonly closeClickScrim?: boolean | undefined;
|
|
2245
2234
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2246
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2235
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2247
2236
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2248
2237
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2249
2238
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2254,7 +2243,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2254
2243
|
is?: import('vue').Component | undefined;
|
|
2255
2244
|
})>;
|
|
2256
2245
|
default: string;
|
|
2257
|
-
}, "
|
|
2246
|
+
}, "type" | "default"> & {
|
|
2258
2247
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2259
2248
|
is?: import('vue').Component | undefined;
|
|
2260
2249
|
})>>;
|
|
@@ -2273,14 +2262,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2273
2262
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2274
2263
|
default: string;
|
|
2275
2264
|
validator: (val: any) => boolean;
|
|
2276
|
-
}, "
|
|
2265
|
+
}, "type" | "default"> & {
|
|
2277
2266
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
2278
2267
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2279
2268
|
};
|
|
2280
2269
|
coordinateStrategy: Omit<{
|
|
2281
2270
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2282
2271
|
default: string;
|
|
2283
|
-
}, "
|
|
2272
|
+
}, "type" | "default"> & {
|
|
2284
2273
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2285
2274
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2286
2275
|
};
|
|
@@ -2321,10 +2310,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2321
2310
|
type: PropType<boolean>;
|
|
2322
2311
|
};
|
|
2323
2312
|
classes: {
|
|
2324
|
-
type: PropType<string | Record<string, any
|
|
2313
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2325
2314
|
};
|
|
2326
2315
|
contentClasses: {
|
|
2327
|
-
type: PropType<string | Record<string, any
|
|
2316
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2328
2317
|
};
|
|
2329
2318
|
closeClickScrim: {
|
|
2330
2319
|
type: PropType<boolean>;
|
|
@@ -2355,7 +2344,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2355
2344
|
};
|
|
2356
2345
|
contained: BooleanConstructor;
|
|
2357
2346
|
menuClasses: {
|
|
2358
|
-
type: PropType<string | Record<string, any
|
|
2347
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2359
2348
|
};
|
|
2360
2349
|
openOnClickBase: {
|
|
2361
2350
|
type: PropType<boolean>;
|
|
@@ -2373,10 +2362,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2373
2362
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2374
2363
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2375
2364
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2376
|
-
}, "
|
|
2365
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"]>;
|
|
2377
2366
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
2378
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2379
2367
|
disabled: boolean;
|
|
2368
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2380
2369
|
closeDelay: number;
|
|
2381
2370
|
openDelay: number;
|
|
2382
2371
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2395,8 +2384,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2395
2384
|
openOnClickBase: boolean;
|
|
2396
2385
|
closeCondition: boolean | Function;
|
|
2397
2386
|
}> & Omit<{
|
|
2398
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2399
2387
|
readonly disabled: boolean;
|
|
2388
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2400
2389
|
readonly closeDelay: number;
|
|
2401
2390
|
readonly openDelay: number;
|
|
2402
2391
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2414,12 +2403,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2414
2403
|
readonly preventClip: boolean;
|
|
2415
2404
|
readonly openOnClickBase: boolean;
|
|
2416
2405
|
readonly base?: import('../layer/base').BaseType;
|
|
2406
|
+
readonly modelValue?: boolean | undefined;
|
|
2417
2407
|
readonly width?: string | number | undefined;
|
|
2418
2408
|
readonly height?: string | number | undefined;
|
|
2419
|
-
readonly modelValue?: boolean | undefined;
|
|
2420
2409
|
readonly theme?: string | undefined;
|
|
2421
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2422
2410
|
readonly minWidth?: string | number | undefined;
|
|
2411
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2423
2412
|
readonly offset?: string | number | number[] | undefined;
|
|
2424
2413
|
readonly minHeight?: string | number | undefined;
|
|
2425
2414
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -2428,10 +2417,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2428
2417
|
readonly scrim?: boolean | undefined;
|
|
2429
2418
|
readonly scrimOpacity?: number | undefined;
|
|
2430
2419
|
readonly eager?: boolean | undefined;
|
|
2431
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2420
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2432
2421
|
readonly closeClickScrim?: boolean | undefined;
|
|
2433
2422
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2434
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2423
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2435
2424
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2436
2425
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2437
2426
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2442,7 +2431,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2442
2431
|
is?: import('vue').Component | undefined;
|
|
2443
2432
|
})>;
|
|
2444
2433
|
default: string;
|
|
2445
|
-
}, "
|
|
2434
|
+
}, "type" | "default"> & {
|
|
2446
2435
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2447
2436
|
is?: import('vue').Component | undefined;
|
|
2448
2437
|
})>>;
|
|
@@ -2461,14 +2450,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2461
2450
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2462
2451
|
default: string;
|
|
2463
2452
|
validator: (val: any) => boolean;
|
|
2464
|
-
}, "
|
|
2453
|
+
}, "type" | "default"> & {
|
|
2465
2454
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
2466
2455
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2467
2456
|
};
|
|
2468
2457
|
coordinateStrategy: Omit<{
|
|
2469
2458
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2470
2459
|
default: string;
|
|
2471
|
-
}, "
|
|
2460
|
+
}, "type" | "default"> & {
|
|
2472
2461
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2473
2462
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2474
2463
|
};
|
|
@@ -2509,10 +2498,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2509
2498
|
type: PropType<boolean>;
|
|
2510
2499
|
};
|
|
2511
2500
|
classes: {
|
|
2512
|
-
type: PropType<string | Record<string, any
|
|
2501
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2513
2502
|
};
|
|
2514
2503
|
contentClasses: {
|
|
2515
|
-
type: PropType<string | Record<string, any
|
|
2504
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2516
2505
|
};
|
|
2517
2506
|
closeClickScrim: {
|
|
2518
2507
|
type: PropType<boolean>;
|
|
@@ -2543,7 +2532,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2543
2532
|
};
|
|
2544
2533
|
contained: BooleanConstructor;
|
|
2545
2534
|
menuClasses: {
|
|
2546
|
-
type: PropType<string | Record<string, any
|
|
2535
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2547
2536
|
};
|
|
2548
2537
|
openOnClickBase: {
|
|
2549
2538
|
type: PropType<boolean>;
|
|
@@ -2561,9 +2550,9 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2561
2550
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2562
2551
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2563
2552
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2564
|
-
}, "
|
|
2565
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2553
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
2566
2554
|
disabled: boolean;
|
|
2555
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2567
2556
|
closeDelay: number;
|
|
2568
2557
|
openDelay: number;
|
|
2569
2558
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2582,8 +2571,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2582
2571
|
openOnClickBase: boolean;
|
|
2583
2572
|
closeCondition: boolean | Function;
|
|
2584
2573
|
}> & Omit<{
|
|
2585
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2586
2574
|
readonly disabled: boolean;
|
|
2575
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2587
2576
|
readonly closeDelay: number;
|
|
2588
2577
|
readonly openDelay: number;
|
|
2589
2578
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2601,12 +2590,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2601
2590
|
readonly preventClip: boolean;
|
|
2602
2591
|
readonly openOnClickBase: boolean;
|
|
2603
2592
|
readonly base?: import('../layer/base').BaseType;
|
|
2593
|
+
readonly modelValue?: boolean | undefined;
|
|
2604
2594
|
readonly width?: string | number | undefined;
|
|
2605
2595
|
readonly height?: string | number | undefined;
|
|
2606
|
-
readonly modelValue?: boolean | undefined;
|
|
2607
2596
|
readonly theme?: string | undefined;
|
|
2608
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2609
2597
|
readonly minWidth?: string | number | undefined;
|
|
2598
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2610
2599
|
readonly offset?: string | number | number[] | undefined;
|
|
2611
2600
|
readonly minHeight?: string | number | undefined;
|
|
2612
2601
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -2615,10 +2604,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2615
2604
|
readonly scrim?: boolean | undefined;
|
|
2616
2605
|
readonly scrimOpacity?: number | undefined;
|
|
2617
2606
|
readonly eager?: boolean | undefined;
|
|
2618
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2607
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2619
2608
|
readonly closeClickScrim?: boolean | undefined;
|
|
2620
2609
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2621
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2610
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2622
2611
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2623
2612
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2624
2613
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2629,7 +2618,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2629
2618
|
is?: import('vue').Component | undefined;
|
|
2630
2619
|
})>;
|
|
2631
2620
|
default: string;
|
|
2632
|
-
}, "
|
|
2621
|
+
}, "type" | "default"> & {
|
|
2633
2622
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2634
2623
|
is?: import('vue').Component | undefined;
|
|
2635
2624
|
})>>;
|
|
@@ -2648,14 +2637,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2648
2637
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2649
2638
|
default: string;
|
|
2650
2639
|
validator: (val: any) => boolean;
|
|
2651
|
-
}, "
|
|
2640
|
+
}, "type" | "default"> & {
|
|
2652
2641
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
2653
2642
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2654
2643
|
};
|
|
2655
2644
|
coordinateStrategy: Omit<{
|
|
2656
2645
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2657
2646
|
default: string;
|
|
2658
|
-
}, "
|
|
2647
|
+
}, "type" | "default"> & {
|
|
2659
2648
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2660
2649
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2661
2650
|
};
|
|
@@ -2696,10 +2685,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2696
2685
|
type: PropType<boolean>;
|
|
2697
2686
|
};
|
|
2698
2687
|
classes: {
|
|
2699
|
-
type: PropType<string | Record<string, any
|
|
2688
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2700
2689
|
};
|
|
2701
2690
|
contentClasses: {
|
|
2702
|
-
type: PropType<string | Record<string, any
|
|
2691
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2703
2692
|
};
|
|
2704
2693
|
closeClickScrim: {
|
|
2705
2694
|
type: PropType<boolean>;
|
|
@@ -2730,7 +2719,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2730
2719
|
};
|
|
2731
2720
|
contained: BooleanConstructor;
|
|
2732
2721
|
menuClasses: {
|
|
2733
|
-
type: PropType<string | Record<string, any
|
|
2722
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2734
2723
|
};
|
|
2735
2724
|
openOnClickBase: {
|
|
2736
2725
|
type: PropType<boolean>;
|
|
@@ -2748,7 +2737,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2748
2737
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2749
2738
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2750
2739
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2751
|
-
}, "
|
|
2740
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"];
|
|
2752
2741
|
};
|
|
2753
2742
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
2754
2743
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -2756,7 +2745,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2756
2745
|
} : Omit<{
|
|
2757
2746
|
type: (NumberConstructor | StringConstructor)[];
|
|
2758
2747
|
default: number;
|
|
2759
|
-
}, "
|
|
2748
|
+
}, "type" | "default"> & {
|
|
2760
2749
|
type: PropType<unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"]>;
|
|
2761
2750
|
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
2762
2751
|
};
|
|
@@ -2766,7 +2755,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2766
2755
|
} : Omit<{
|
|
2767
2756
|
type: PropType<YIconIconProp>;
|
|
2768
2757
|
default: string;
|
|
2769
|
-
}, "
|
|
2758
|
+
}, "type" | "default"> & {
|
|
2770
2759
|
type: PropType<unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"]>;
|
|
2771
2760
|
default: unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"];
|
|
2772
2761
|
};
|
|
@@ -2776,7 +2765,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2776
2765
|
} : Omit<{
|
|
2777
2766
|
type: PropType<number>;
|
|
2778
2767
|
default: number;
|
|
2779
|
-
}, "
|
|
2768
|
+
}, "type" | "default"> & {
|
|
2780
2769
|
type: PropType<unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"]>;
|
|
2781
2770
|
default: unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"];
|
|
2782
2771
|
};
|
|
@@ -2786,7 +2775,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2786
2775
|
} : Omit<{
|
|
2787
2776
|
type: PropType<number>;
|
|
2788
2777
|
default: number;
|
|
2789
|
-
}, "
|
|
2778
|
+
}, "type" | "default"> & {
|
|
2790
2779
|
type: PropType<unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"]>;
|
|
2791
2780
|
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
2792
2781
|
};
|
|
@@ -2802,7 +2791,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2802
2791
|
position: Omit<{
|
|
2803
2792
|
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2804
2793
|
default: string;
|
|
2805
|
-
}, "
|
|
2794
|
+
}, "type" | "default"> & {
|
|
2806
2795
|
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
2807
2796
|
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2808
2797
|
};
|
|
@@ -2888,7 +2877,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2888
2877
|
itemKey: Omit<{
|
|
2889
2878
|
type: PropType<string>;
|
|
2890
2879
|
default: string;
|
|
2891
|
-
}, "
|
|
2880
|
+
}, "type" | "default"> & {
|
|
2892
2881
|
type: PropType<string>;
|
|
2893
2882
|
default: string;
|
|
2894
2883
|
};
|
|
@@ -2899,22 +2888,21 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2899
2888
|
itemChildren: Omit<{
|
|
2900
2889
|
type: PropType<string | boolean>;
|
|
2901
2890
|
default: string;
|
|
2902
|
-
}, "
|
|
2891
|
+
}, "type" | "default"> & {
|
|
2903
2892
|
type: PropType<NonNullable<string | boolean>>;
|
|
2904
2893
|
default: NonNullable<string | boolean>;
|
|
2905
2894
|
};
|
|
2906
2895
|
opened: PropType<boolean>;
|
|
2907
2896
|
multiple: BooleanConstructor;
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
type: PropType<SelectEquals>;
|
|
2897
|
+
itemComparator: {
|
|
2898
|
+
type: PropType<ItemComparator>;
|
|
2911
2899
|
default: typeof deepEqual;
|
|
2912
2900
|
};
|
|
2913
2901
|
defaultSelect: BooleanConstructor;
|
|
2914
2902
|
menuProps: {
|
|
2915
2903
|
type: PropType<Partial<{
|
|
2916
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2917
2904
|
disabled: boolean;
|
|
2905
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2918
2906
|
closeDelay: number;
|
|
2919
2907
|
openDelay: number;
|
|
2920
2908
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2933,8 +2921,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2933
2921
|
openOnClickBase: boolean;
|
|
2934
2922
|
closeCondition: boolean | Function;
|
|
2935
2923
|
}> & Omit<{
|
|
2936
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2937
2924
|
readonly disabled: boolean;
|
|
2925
|
+
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2938
2926
|
readonly closeDelay: number;
|
|
2939
2927
|
readonly openDelay: number;
|
|
2940
2928
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -2952,12 +2940,12 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2952
2940
|
readonly preventClip: boolean;
|
|
2953
2941
|
readonly openOnClickBase: boolean;
|
|
2954
2942
|
readonly base?: import('../layer/base').BaseType;
|
|
2943
|
+
readonly modelValue?: boolean | undefined;
|
|
2955
2944
|
readonly width?: string | number | undefined;
|
|
2956
2945
|
readonly height?: string | number | undefined;
|
|
2957
|
-
readonly modelValue?: boolean | undefined;
|
|
2958
2946
|
readonly theme?: string | undefined;
|
|
2959
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2960
2947
|
readonly minWidth?: string | number | undefined;
|
|
2948
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2961
2949
|
readonly offset?: string | number | number[] | undefined;
|
|
2962
2950
|
readonly minHeight?: string | number | undefined;
|
|
2963
2951
|
readonly maxWidth?: string | number | undefined;
|
|
@@ -2966,10 +2954,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2966
2954
|
readonly scrim?: boolean | undefined;
|
|
2967
2955
|
readonly scrimOpacity?: number | undefined;
|
|
2968
2956
|
readonly eager?: boolean | undefined;
|
|
2969
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2957
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2970
2958
|
readonly closeClickScrim?: boolean | undefined;
|
|
2971
2959
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2972
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2960
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2973
2961
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2974
2962
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2975
2963
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2980,7 +2968,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2980
2968
|
is?: import('vue').Component | undefined;
|
|
2981
2969
|
})>;
|
|
2982
2970
|
default: string;
|
|
2983
|
-
}, "
|
|
2971
|
+
}, "type" | "default"> & {
|
|
2984
2972
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2985
2973
|
is?: import('vue').Component | undefined;
|
|
2986
2974
|
})>>;
|
|
@@ -2999,14 +2987,14 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2999
2987
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3000
2988
|
default: string;
|
|
3001
2989
|
validator: (val: any) => boolean;
|
|
3002
|
-
}, "
|
|
2990
|
+
}, "type" | "default"> & {
|
|
3003
2991
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
3004
2992
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3005
2993
|
};
|
|
3006
2994
|
coordinateStrategy: Omit<{
|
|
3007
2995
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3008
2996
|
default: string;
|
|
3009
|
-
}, "
|
|
2997
|
+
}, "type" | "default"> & {
|
|
3010
2998
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
3011
2999
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3012
3000
|
};
|
|
@@ -3047,10 +3035,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3047
3035
|
type: PropType<boolean>;
|
|
3048
3036
|
};
|
|
3049
3037
|
classes: {
|
|
3050
|
-
type: PropType<string | Record<string, any
|
|
3038
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3051
3039
|
};
|
|
3052
3040
|
contentClasses: {
|
|
3053
|
-
type: PropType<string | Record<string, any
|
|
3041
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3054
3042
|
};
|
|
3055
3043
|
closeClickScrim: {
|
|
3056
3044
|
type: PropType<boolean>;
|
|
@@ -3081,7 +3069,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3081
3069
|
};
|
|
3082
3070
|
contained: BooleanConstructor;
|
|
3083
3071
|
menuClasses: {
|
|
3084
|
-
type: PropType<string | Record<string, any
|
|
3072
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3085
3073
|
};
|
|
3086
3074
|
openOnClickBase: {
|
|
3087
3075
|
type: PropType<boolean>;
|
|
@@ -3099,7 +3087,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3099
3087
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3100
3088
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
3101
3089
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
3102
|
-
}, "
|
|
3090
|
+
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
3103
3091
|
};
|
|
3104
3092
|
maxHeight: {
|
|
3105
3093
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -3130,7 +3118,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3130
3118
|
is?: import('vue').Component | undefined;
|
|
3131
3119
|
})>;
|
|
3132
3120
|
default: string;
|
|
3133
|
-
}, "
|
|
3121
|
+
}, "type" | "default"> & {
|
|
3134
3122
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
3135
3123
|
is?: import('vue').Component | undefined;
|
|
3136
3124
|
})>>;
|
|
@@ -3149,14 +3137,14 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3149
3137
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3150
3138
|
default: string;
|
|
3151
3139
|
validator: (val: any) => boolean;
|
|
3152
|
-
}, "
|
|
3140
|
+
}, "type" | "default"> & {
|
|
3153
3141
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
3154
3142
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3155
3143
|
};
|
|
3156
3144
|
coordinateStrategy: Omit<{
|
|
3157
3145
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3158
3146
|
default: string;
|
|
3159
|
-
}, "
|
|
3147
|
+
}, "type" | "default"> & {
|
|
3160
3148
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
3161
3149
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3162
3150
|
};
|
|
@@ -3197,10 +3185,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3197
3185
|
type: PropType<boolean>;
|
|
3198
3186
|
};
|
|
3199
3187
|
classes: {
|
|
3200
|
-
type: PropType<string | Record<string, any
|
|
3188
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3201
3189
|
};
|
|
3202
3190
|
contentClasses: {
|
|
3203
|
-
type: PropType<string | Record<string, any
|
|
3191
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3204
3192
|
};
|
|
3205
3193
|
closeClickScrim: {
|
|
3206
3194
|
type: PropType<boolean>;
|
|
@@ -3231,7 +3219,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3231
3219
|
};
|
|
3232
3220
|
contained: BooleanConstructor;
|
|
3233
3221
|
menuClasses: {
|
|
3234
|
-
type: PropType<string | Record<string, any
|
|
3222
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3235
3223
|
};
|
|
3236
3224
|
openOnClickBase: {
|
|
3237
3225
|
type: PropType<boolean>;
|
|
@@ -3309,10 +3297,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3309
3297
|
type: PropType<boolean>;
|
|
3310
3298
|
};
|
|
3311
3299
|
classes: {
|
|
3312
|
-
type: PropType<string | Record<string, any
|
|
3300
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3313
3301
|
};
|
|
3314
3302
|
contentClasses: {
|
|
3315
|
-
type: PropType<string | Record<string, any
|
|
3303
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3316
3304
|
};
|
|
3317
3305
|
closeClickScrim: {
|
|
3318
3306
|
type: PropType<boolean>;
|
|
@@ -4960,128 +4948,11 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
4960
4948
|
}>;
|
|
4961
4949
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
4962
4950
|
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
4963
|
-
},
|
|
4951
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4964
4952
|
'update:modelValue': (value: boolean) => true;
|
|
4965
4953
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
4966
4954
|
afterLeave: () => true;
|
|
4967
|
-
}, string
|
|
4968
|
-
minWidth: PropType<string | number>;
|
|
4969
|
-
width: PropType<string | number>;
|
|
4970
|
-
maxWidth: PropType<string | number>;
|
|
4971
|
-
minHeight: PropType<string | number>;
|
|
4972
|
-
height: PropType<string | number>;
|
|
4973
|
-
maxHeight: PropType<string | number>;
|
|
4974
|
-
scrollStrategy: {
|
|
4975
|
-
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
4976
|
-
default: string;
|
|
4977
|
-
validator: (val: any) => boolean;
|
|
4978
|
-
};
|
|
4979
|
-
coordinateStrategy: {
|
|
4980
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
4981
|
-
default: string;
|
|
4982
|
-
};
|
|
4983
|
-
position: {
|
|
4984
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
4985
|
-
default: string;
|
|
4986
|
-
};
|
|
4987
|
-
align: {
|
|
4988
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
4989
|
-
default: string;
|
|
4990
|
-
};
|
|
4991
|
-
origin: {
|
|
4992
|
-
type: StringConstructor;
|
|
4993
|
-
default: string;
|
|
4994
|
-
};
|
|
4995
|
-
offset: {
|
|
4996
|
-
type: PropType<string | number | number[]>;
|
|
4997
|
-
};
|
|
4998
|
-
viewportMargin: {
|
|
4999
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5000
|
-
default: number;
|
|
5001
|
-
};
|
|
5002
|
-
closeClickContent: {
|
|
5003
|
-
type: PropType<boolean>;
|
|
5004
|
-
};
|
|
5005
|
-
base: PropType<import('../layer/base').BaseType>;
|
|
5006
|
-
transition: {
|
|
5007
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
5008
|
-
is?: import('vue').Component | undefined;
|
|
5009
|
-
})>;
|
|
5010
|
-
default: string;
|
|
5011
|
-
};
|
|
5012
|
-
theme: PropType<string>;
|
|
5013
|
-
modelValue: {
|
|
5014
|
-
type: PropType<boolean>;
|
|
5015
|
-
};
|
|
5016
|
-
scrim: {
|
|
5017
|
-
type: PropType<boolean>;
|
|
5018
|
-
};
|
|
5019
|
-
scrimOpacity: {
|
|
5020
|
-
type: PropType<number>;
|
|
5021
|
-
};
|
|
5022
|
-
eager: {
|
|
5023
|
-
type: PropType<boolean>;
|
|
5024
|
-
};
|
|
5025
|
-
classes: {
|
|
5026
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
5027
|
-
};
|
|
5028
|
-
contentClasses: {
|
|
5029
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
5030
|
-
};
|
|
5031
|
-
closeClickScrim: {
|
|
5032
|
-
type: PropType<boolean>;
|
|
5033
|
-
};
|
|
5034
|
-
contentStyles: {
|
|
5035
|
-
type: PropType<import('vue').CSSProperties>;
|
|
5036
|
-
default: () => void;
|
|
5037
|
-
};
|
|
5038
|
-
disabled: {
|
|
5039
|
-
type: PropType<boolean>;
|
|
5040
|
-
default: boolean;
|
|
5041
|
-
};
|
|
5042
|
-
openOnHover: {
|
|
5043
|
-
type: PropType<boolean>;
|
|
5044
|
-
default: boolean;
|
|
5045
|
-
};
|
|
5046
|
-
openDelay: {
|
|
5047
|
-
type: PropType<number>;
|
|
5048
|
-
default: number;
|
|
5049
|
-
};
|
|
5050
|
-
closeDelay: {
|
|
5051
|
-
type: PropType<number>;
|
|
5052
|
-
default: number;
|
|
5053
|
-
};
|
|
5054
|
-
zIndex: {
|
|
5055
|
-
type: PropType<string | number>;
|
|
5056
|
-
default: number;
|
|
5057
|
-
};
|
|
5058
|
-
contained: BooleanConstructor;
|
|
5059
|
-
modal: PropType<boolean>;
|
|
5060
|
-
}>> & {
|
|
5061
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
5062
|
-
onAfterLeave?: (() => any) | undefined;
|
|
5063
|
-
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
5064
|
-
}, {
|
|
5065
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
5066
|
-
disabled: boolean;
|
|
5067
|
-
closeDelay: number;
|
|
5068
|
-
openDelay: number;
|
|
5069
|
-
transition: string | (import('vue').TransitionProps & {
|
|
5070
|
-
is?: import('vue').Component | undefined;
|
|
5071
|
-
});
|
|
5072
|
-
coordinateStrategy: "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
5073
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
5074
|
-
origin: string;
|
|
5075
|
-
viewportMargin: string | number | unknown[];
|
|
5076
|
-
zIndex: string | number;
|
|
5077
|
-
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
5078
|
-
contentStyles: import('vue').CSSProperties;
|
|
5079
|
-
openOnHover: boolean;
|
|
5080
|
-
contained: boolean;
|
|
5081
|
-
}, SlotsType<{
|
|
5082
|
-
base: any;
|
|
5083
|
-
default: any;
|
|
5084
|
-
}>> | undefined>;
|
|
4955
|
+
}, string> | undefined>;
|
|
5085
4956
|
baseEl: import('vue').ComputedRef<any>;
|
|
5086
4957
|
classes: import('vue').ComputedRef<{
|
|
5087
4958
|
'y-menu': boolean;
|
|
@@ -5092,13 +4963,13 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5092
4963
|
readonly rxValue: any;
|
|
5093
4964
|
};
|
|
5094
4965
|
hovered: import('vue').ComputedRef<boolean>;
|
|
5095
|
-
},
|
|
4966
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "afterLeave" | "hoverContent")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
5096
4967
|
transition: Omit<{
|
|
5097
4968
|
type: PropType<string | (import('vue').TransitionProps & {
|
|
5098
4969
|
is?: import('vue').Component | undefined;
|
|
5099
4970
|
})>;
|
|
5100
4971
|
default: string;
|
|
5101
|
-
}, "
|
|
4972
|
+
}, "type" | "default"> & {
|
|
5102
4973
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
5103
4974
|
is?: import('vue').Component | undefined;
|
|
5104
4975
|
})>>;
|
|
@@ -5117,14 +4988,14 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5117
4988
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5118
4989
|
default: string;
|
|
5119
4990
|
validator: (val: any) => boolean;
|
|
5120
|
-
}, "
|
|
4991
|
+
}, "type" | "default"> & {
|
|
5121
4992
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
5122
4993
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5123
4994
|
};
|
|
5124
4995
|
coordinateStrategy: Omit<{
|
|
5125
4996
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5126
4997
|
default: string;
|
|
5127
|
-
}, "
|
|
4998
|
+
}, "type" | "default"> & {
|
|
5128
4999
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
5129
5000
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5130
5001
|
};
|
|
@@ -5165,10 +5036,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5165
5036
|
type: PropType<boolean>;
|
|
5166
5037
|
};
|
|
5167
5038
|
classes: {
|
|
5168
|
-
type: PropType<string | Record<string, any
|
|
5039
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5169
5040
|
};
|
|
5170
5041
|
contentClasses: {
|
|
5171
|
-
type: PropType<string | Record<string, any
|
|
5042
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5172
5043
|
};
|
|
5173
5044
|
closeClickScrim: {
|
|
5174
5045
|
type: PropType<boolean>;
|
|
@@ -5199,7 +5070,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5199
5070
|
};
|
|
5200
5071
|
contained: BooleanConstructor;
|
|
5201
5072
|
menuClasses: {
|
|
5202
|
-
type: PropType<string | Record<string, any
|
|
5073
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5203
5074
|
};
|
|
5204
5075
|
openOnClickBase: {
|
|
5205
5076
|
type: PropType<boolean>;
|
|
@@ -5218,8 +5089,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5218
5089
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
5219
5090
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
5220
5091
|
}, {
|
|
5221
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
5222
5092
|
disabled: boolean;
|
|
5093
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
5223
5094
|
closeDelay: number;
|
|
5224
5095
|
openDelay: number;
|
|
5225
5096
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -5237,10 +5108,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5237
5108
|
preventClip: boolean;
|
|
5238
5109
|
openOnClickBase: boolean;
|
|
5239
5110
|
closeCondition: boolean | Function;
|
|
5240
|
-
}, true, {},
|
|
5241
|
-
default: any;
|
|
5242
|
-
base: any;
|
|
5243
|
-
}>, {
|
|
5111
|
+
}, true, {}, {}, {
|
|
5244
5112
|
P: {};
|
|
5245
5113
|
B: {};
|
|
5246
5114
|
D: {};
|
|
@@ -5253,7 +5121,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5253
5121
|
is?: import('vue').Component | undefined;
|
|
5254
5122
|
})>;
|
|
5255
5123
|
default: string;
|
|
5256
|
-
}, "
|
|
5124
|
+
}, "type" | "default"> & {
|
|
5257
5125
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
5258
5126
|
is?: import('vue').Component | undefined;
|
|
5259
5127
|
})>>;
|
|
@@ -5272,14 +5140,14 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5272
5140
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5273
5141
|
default: string;
|
|
5274
5142
|
validator: (val: any) => boolean;
|
|
5275
|
-
}, "
|
|
5143
|
+
}, "type" | "default"> & {
|
|
5276
5144
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
5277
5145
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5278
5146
|
};
|
|
5279
5147
|
coordinateStrategy: Omit<{
|
|
5280
5148
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5281
5149
|
default: string;
|
|
5282
|
-
}, "
|
|
5150
|
+
}, "type" | "default"> & {
|
|
5283
5151
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
5284
5152
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5285
5153
|
};
|
|
@@ -5320,10 +5188,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5320
5188
|
type: PropType<boolean>;
|
|
5321
5189
|
};
|
|
5322
5190
|
classes: {
|
|
5323
|
-
type: PropType<string | Record<string, any
|
|
5191
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5324
5192
|
};
|
|
5325
5193
|
contentClasses: {
|
|
5326
|
-
type: PropType<string | Record<string, any
|
|
5194
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5327
5195
|
};
|
|
5328
5196
|
closeClickScrim: {
|
|
5329
5197
|
type: PropType<boolean>;
|
|
@@ -5354,7 +5222,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5354
5222
|
};
|
|
5355
5223
|
contained: BooleanConstructor;
|
|
5356
5224
|
menuClasses: {
|
|
5357
|
-
type: PropType<string | Record<string, any
|
|
5225
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5358
5226
|
};
|
|
5359
5227
|
openOnClickBase: {
|
|
5360
5228
|
type: PropType<boolean>;
|
|
@@ -5432,10 +5300,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5432
5300
|
type: PropType<boolean>;
|
|
5433
5301
|
};
|
|
5434
5302
|
classes: {
|
|
5435
|
-
type: PropType<string | Record<string, any
|
|
5303
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5436
5304
|
};
|
|
5437
5305
|
contentClasses: {
|
|
5438
|
-
type: PropType<string | Record<string, any
|
|
5306
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5439
5307
|
};
|
|
5440
5308
|
closeClickScrim: {
|
|
5441
5309
|
type: PropType<boolean>;
|
|
@@ -7083,128 +6951,11 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7083
6951
|
}>;
|
|
7084
6952
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
7085
6953
|
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
7086
|
-
},
|
|
6954
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7087
6955
|
'update:modelValue': (value: boolean) => true;
|
|
7088
6956
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
7089
6957
|
afterLeave: () => true;
|
|
7090
|
-
}, string
|
|
7091
|
-
minWidth: PropType<string | number>;
|
|
7092
|
-
width: PropType<string | number>;
|
|
7093
|
-
maxWidth: PropType<string | number>;
|
|
7094
|
-
minHeight: PropType<string | number>;
|
|
7095
|
-
height: PropType<string | number>;
|
|
7096
|
-
maxHeight: PropType<string | number>;
|
|
7097
|
-
scrollStrategy: {
|
|
7098
|
-
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
7099
|
-
default: string;
|
|
7100
|
-
validator: (val: any) => boolean;
|
|
7101
|
-
};
|
|
7102
|
-
coordinateStrategy: {
|
|
7103
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
7104
|
-
default: string;
|
|
7105
|
-
};
|
|
7106
|
-
position: {
|
|
7107
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
7108
|
-
default: string;
|
|
7109
|
-
};
|
|
7110
|
-
align: {
|
|
7111
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
7112
|
-
default: string;
|
|
7113
|
-
};
|
|
7114
|
-
origin: {
|
|
7115
|
-
type: StringConstructor;
|
|
7116
|
-
default: string;
|
|
7117
|
-
};
|
|
7118
|
-
offset: {
|
|
7119
|
-
type: PropType<string | number | number[]>;
|
|
7120
|
-
};
|
|
7121
|
-
viewportMargin: {
|
|
7122
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
7123
|
-
default: number;
|
|
7124
|
-
};
|
|
7125
|
-
closeClickContent: {
|
|
7126
|
-
type: PropType<boolean>;
|
|
7127
|
-
};
|
|
7128
|
-
base: PropType<import('../layer/base').BaseType>;
|
|
7129
|
-
transition: {
|
|
7130
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
7131
|
-
is?: import('vue').Component | undefined;
|
|
7132
|
-
})>;
|
|
7133
|
-
default: string;
|
|
7134
|
-
};
|
|
7135
|
-
theme: PropType<string>;
|
|
7136
|
-
modelValue: {
|
|
7137
|
-
type: PropType<boolean>;
|
|
7138
|
-
};
|
|
7139
|
-
scrim: {
|
|
7140
|
-
type: PropType<boolean>;
|
|
7141
|
-
};
|
|
7142
|
-
scrimOpacity: {
|
|
7143
|
-
type: PropType<number>;
|
|
7144
|
-
};
|
|
7145
|
-
eager: {
|
|
7146
|
-
type: PropType<boolean>;
|
|
7147
|
-
};
|
|
7148
|
-
classes: {
|
|
7149
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
7150
|
-
};
|
|
7151
|
-
contentClasses: {
|
|
7152
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
7153
|
-
};
|
|
7154
|
-
closeClickScrim: {
|
|
7155
|
-
type: PropType<boolean>;
|
|
7156
|
-
};
|
|
7157
|
-
contentStyles: {
|
|
7158
|
-
type: PropType<import('vue').CSSProperties>;
|
|
7159
|
-
default: () => void;
|
|
7160
|
-
};
|
|
7161
|
-
disabled: {
|
|
7162
|
-
type: PropType<boolean>;
|
|
7163
|
-
default: boolean;
|
|
7164
|
-
};
|
|
7165
|
-
openOnHover: {
|
|
7166
|
-
type: PropType<boolean>;
|
|
7167
|
-
default: boolean;
|
|
7168
|
-
};
|
|
7169
|
-
openDelay: {
|
|
7170
|
-
type: PropType<number>;
|
|
7171
|
-
default: number;
|
|
7172
|
-
};
|
|
7173
|
-
closeDelay: {
|
|
7174
|
-
type: PropType<number>;
|
|
7175
|
-
default: number;
|
|
7176
|
-
};
|
|
7177
|
-
zIndex: {
|
|
7178
|
-
type: PropType<string | number>;
|
|
7179
|
-
default: number;
|
|
7180
|
-
};
|
|
7181
|
-
contained: BooleanConstructor;
|
|
7182
|
-
modal: PropType<boolean>;
|
|
7183
|
-
}>> & {
|
|
7184
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
7185
|
-
onAfterLeave?: (() => any) | undefined;
|
|
7186
|
-
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
7187
|
-
}, {
|
|
7188
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7189
|
-
disabled: boolean;
|
|
7190
|
-
closeDelay: number;
|
|
7191
|
-
openDelay: number;
|
|
7192
|
-
transition: string | (import('vue').TransitionProps & {
|
|
7193
|
-
is?: import('vue').Component | undefined;
|
|
7194
|
-
});
|
|
7195
|
-
coordinateStrategy: "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
7196
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
7197
|
-
origin: string;
|
|
7198
|
-
viewportMargin: string | number | unknown[];
|
|
7199
|
-
zIndex: string | number;
|
|
7200
|
-
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
7201
|
-
contentStyles: import('vue').CSSProperties;
|
|
7202
|
-
openOnHover: boolean;
|
|
7203
|
-
contained: boolean;
|
|
7204
|
-
}, SlotsType<{
|
|
7205
|
-
base: any;
|
|
7206
|
-
default: any;
|
|
7207
|
-
}>> | undefined>;
|
|
6958
|
+
}, string> | undefined>;
|
|
7208
6959
|
baseEl: import('vue').ComputedRef<any>;
|
|
7209
6960
|
classes: import('vue').ComputedRef<{
|
|
7210
6961
|
'y-menu': boolean;
|
|
@@ -7216,8 +6967,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7216
6967
|
};
|
|
7217
6968
|
hovered: import('vue').ComputedRef<boolean>;
|
|
7218
6969
|
}, {}, {}, {}, {
|
|
7219
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7220
6970
|
disabled: boolean;
|
|
6971
|
+
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7221
6972
|
closeDelay: number;
|
|
7222
6973
|
openDelay: number;
|
|
7223
6974
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -7240,396 +6991,9 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7240
6991
|
opened: import('vue').Ref<any> & {
|
|
7241
6992
|
readonly rxValue: any;
|
|
7242
6993
|
};
|
|
7243
|
-
},
|
|
6994
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7244
6995
|
'update:modelValue': (value: any) => boolean;
|
|
7245
6996
|
'update:opened': (opened: boolean) => boolean;
|
|
7246
6997
|
'click:item': (item: any, e: MouseEvent) => boolean;
|
|
7247
|
-
}, string
|
|
7248
|
-
align: {
|
|
7249
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
7250
|
-
default: string;
|
|
7251
|
-
};
|
|
7252
|
-
offset: {
|
|
7253
|
-
type: PropType<string | number | number[]>;
|
|
7254
|
-
};
|
|
7255
|
-
position: Omit<{
|
|
7256
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
7257
|
-
default: string;
|
|
7258
|
-
}, "default" | "type"> & {
|
|
7259
|
-
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
7260
|
-
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
7261
|
-
};
|
|
7262
|
-
origin: {
|
|
7263
|
-
type: StringConstructor;
|
|
7264
|
-
default: string;
|
|
7265
|
-
};
|
|
7266
|
-
viewportMargin: {
|
|
7267
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
7268
|
-
default: number;
|
|
7269
|
-
};
|
|
7270
|
-
extended: PropType<any>;
|
|
7271
|
-
focused: BooleanConstructor;
|
|
7272
|
-
'onUpdate:focused': PropType<(v: boolean) => void>;
|
|
7273
|
-
readonly: PropType<boolean>;
|
|
7274
|
-
disabled: PropType<boolean>;
|
|
7275
|
-
status: {
|
|
7276
|
-
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
7277
|
-
validator(value: string): boolean;
|
|
7278
|
-
};
|
|
7279
|
-
helperText: StringConstructor;
|
|
7280
|
-
validators: PropType<string[] | ((v: any) => string | boolean)[]>;
|
|
7281
|
-
validateOn: {
|
|
7282
|
-
type: PropType<string>;
|
|
7283
|
-
};
|
|
7284
|
-
validationValue: null;
|
|
7285
|
-
maxErrors: {
|
|
7286
|
-
type: PropType<string | number>;
|
|
7287
|
-
default: number;
|
|
7288
|
-
};
|
|
7289
|
-
name: StringConstructor;
|
|
7290
|
-
width: {
|
|
7291
|
-
type: PropType<string | number>;
|
|
7292
|
-
};
|
|
7293
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
7294
|
-
displayTag: {
|
|
7295
|
-
type: PropType<string>;
|
|
7296
|
-
default: string;
|
|
7297
|
-
};
|
|
7298
|
-
label: PropType<string>;
|
|
7299
|
-
modelValue: {
|
|
7300
|
-
type: PropType<any>;
|
|
7301
|
-
};
|
|
7302
|
-
autoSelect: {
|
|
7303
|
-
type: PropType<boolean>;
|
|
7304
|
-
default: boolean;
|
|
7305
|
-
};
|
|
7306
|
-
floating: {
|
|
7307
|
-
type: PropType<boolean>;
|
|
7308
|
-
default: boolean;
|
|
7309
|
-
};
|
|
7310
|
-
floated: {
|
|
7311
|
-
type: PropType<boolean>;
|
|
7312
|
-
default: () => false;
|
|
7313
|
-
};
|
|
7314
|
-
placeholder: PropType<string>;
|
|
7315
|
-
required: PropType<boolean>;
|
|
7316
|
-
loading: PropType<boolean>;
|
|
7317
|
-
variation: {
|
|
7318
|
-
type: PropType<string>;
|
|
7319
|
-
default: string;
|
|
7320
|
-
};
|
|
7321
|
-
outlined: PropType<boolean>;
|
|
7322
|
-
filled: PropType<boolean>;
|
|
7323
|
-
ceramic: PropType<boolean>;
|
|
7324
|
-
enableClear: PropType<boolean>;
|
|
7325
|
-
inputAlign: PropType<string>;
|
|
7326
|
-
displayText: PropType<string | ((value: any) => string)>;
|
|
7327
|
-
whenInputValid: PropType<number | boolean>;
|
|
7328
|
-
tabindex: {
|
|
7329
|
-
type: PropType<string>;
|
|
7330
|
-
default: string;
|
|
7331
|
-
};
|
|
7332
|
-
type: {
|
|
7333
|
-
type: PropType<string>;
|
|
7334
|
-
default: string;
|
|
7335
|
-
};
|
|
7336
|
-
returnItem: BooleanConstructor;
|
|
7337
|
-
items: {
|
|
7338
|
-
type: PropType<any[]>;
|
|
7339
|
-
default: () => never[];
|
|
7340
|
-
};
|
|
7341
|
-
itemKey: Omit<{
|
|
7342
|
-
type: PropType<string>;
|
|
7343
|
-
default: string;
|
|
7344
|
-
}, "default" | "type"> & {
|
|
7345
|
-
type: PropType<string>;
|
|
7346
|
-
default: string;
|
|
7347
|
-
};
|
|
7348
|
-
itemText: {
|
|
7349
|
-
type: PropType<string>;
|
|
7350
|
-
default: string;
|
|
7351
|
-
};
|
|
7352
|
-
itemChildren: Omit<{
|
|
7353
|
-
type: PropType<string | boolean>;
|
|
7354
|
-
default: string;
|
|
7355
|
-
}, "default" | "type"> & {
|
|
7356
|
-
type: PropType<NonNullable<string | boolean>>;
|
|
7357
|
-
default: NonNullable<string | boolean>;
|
|
7358
|
-
};
|
|
7359
|
-
opened: PropType<boolean>;
|
|
7360
|
-
multiple: BooleanConstructor;
|
|
7361
|
-
weakEquals: BooleanConstructor;
|
|
7362
|
-
valueEquals: {
|
|
7363
|
-
type: PropType<SelectEquals>;
|
|
7364
|
-
default: typeof deepEqual;
|
|
7365
|
-
};
|
|
7366
|
-
defaultSelect: BooleanConstructor;
|
|
7367
|
-
menuProps: {
|
|
7368
|
-
type: PropType<Partial<{
|
|
7369
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7370
|
-
disabled: boolean;
|
|
7371
|
-
closeDelay: number;
|
|
7372
|
-
openDelay: number;
|
|
7373
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
7374
|
-
is?: import('vue').Component | undefined;
|
|
7375
|
-
})>;
|
|
7376
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
7377
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
7378
|
-
origin: string;
|
|
7379
|
-
viewportMargin: string | number | unknown[];
|
|
7380
|
-
zIndex: string | number;
|
|
7381
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
7382
|
-
contentStyles: import('vue').CSSProperties;
|
|
7383
|
-
openOnHover: boolean;
|
|
7384
|
-
contained: boolean;
|
|
7385
|
-
preventClip: boolean;
|
|
7386
|
-
openOnClickBase: boolean;
|
|
7387
|
-
closeCondition: boolean | Function;
|
|
7388
|
-
}> & Omit<{
|
|
7389
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
7390
|
-
readonly disabled: boolean;
|
|
7391
|
-
readonly closeDelay: number;
|
|
7392
|
-
readonly openDelay: number;
|
|
7393
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
7394
|
-
is?: import('vue').Component | undefined;
|
|
7395
|
-
})>;
|
|
7396
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
7397
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
7398
|
-
readonly origin: string;
|
|
7399
|
-
readonly viewportMargin: string | number | unknown[];
|
|
7400
|
-
readonly zIndex: string | number;
|
|
7401
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
7402
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
7403
|
-
readonly openOnHover: boolean;
|
|
7404
|
-
readonly contained: boolean;
|
|
7405
|
-
readonly preventClip: boolean;
|
|
7406
|
-
readonly openOnClickBase: boolean;
|
|
7407
|
-
readonly base?: import('../layer/base').BaseType;
|
|
7408
|
-
readonly width?: string | number | undefined;
|
|
7409
|
-
readonly height?: string | number | undefined;
|
|
7410
|
-
readonly modelValue?: boolean | undefined;
|
|
7411
|
-
readonly theme?: string | undefined;
|
|
7412
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
7413
|
-
readonly minWidth?: string | number | undefined;
|
|
7414
|
-
readonly offset?: string | number | number[] | undefined;
|
|
7415
|
-
readonly minHeight?: string | number | undefined;
|
|
7416
|
-
readonly maxWidth?: string | number | undefined;
|
|
7417
|
-
readonly maxHeight?: string | number | undefined;
|
|
7418
|
-
readonly closeClickContent?: boolean | undefined;
|
|
7419
|
-
readonly scrim?: boolean | undefined;
|
|
7420
|
-
readonly scrimOpacity?: number | undefined;
|
|
7421
|
-
readonly eager?: boolean | undefined;
|
|
7422
|
-
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
7423
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
7424
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
7425
|
-
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
7426
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
7427
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7428
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
7429
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
7430
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
7431
|
-
transition: Omit<{
|
|
7432
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
7433
|
-
is?: import('vue').Component | undefined;
|
|
7434
|
-
})>;
|
|
7435
|
-
default: string;
|
|
7436
|
-
}, "default" | "type"> & {
|
|
7437
|
-
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
7438
|
-
is?: import('vue').Component | undefined;
|
|
7439
|
-
})>>;
|
|
7440
|
-
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
7441
|
-
is?: import('vue').Component | undefined;
|
|
7442
|
-
})>;
|
|
7443
|
-
};
|
|
7444
|
-
preventCloseBubble: PropType<boolean>;
|
|
7445
|
-
minWidth: PropType<string | number>;
|
|
7446
|
-
width: PropType<string | number>;
|
|
7447
|
-
maxWidth: PropType<string | number>;
|
|
7448
|
-
minHeight: PropType<string | number>;
|
|
7449
|
-
height: PropType<string | number>;
|
|
7450
|
-
maxHeight: PropType<string | number>;
|
|
7451
|
-
scrollStrategy: Omit<{
|
|
7452
|
-
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
7453
|
-
default: string;
|
|
7454
|
-
validator: (val: any) => boolean;
|
|
7455
|
-
}, "default" | "type"> & {
|
|
7456
|
-
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
7457
|
-
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
7458
|
-
};
|
|
7459
|
-
coordinateStrategy: Omit<{
|
|
7460
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
7461
|
-
default: string;
|
|
7462
|
-
}, "default" | "type"> & {
|
|
7463
|
-
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
7464
|
-
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
7465
|
-
};
|
|
7466
|
-
position: {
|
|
7467
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
7468
|
-
default: string;
|
|
7469
|
-
};
|
|
7470
|
-
align: {
|
|
7471
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
7472
|
-
default: string;
|
|
7473
|
-
};
|
|
7474
|
-
origin: {
|
|
7475
|
-
type: StringConstructor;
|
|
7476
|
-
default: string;
|
|
7477
|
-
};
|
|
7478
|
-
offset: {
|
|
7479
|
-
type: PropType<string | number | number[]>;
|
|
7480
|
-
};
|
|
7481
|
-
viewportMargin: {
|
|
7482
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
7483
|
-
default: number;
|
|
7484
|
-
};
|
|
7485
|
-
closeClickContent: {
|
|
7486
|
-
type: PropType<boolean>;
|
|
7487
|
-
};
|
|
7488
|
-
base: PropType<import('../layer/base').BaseType>;
|
|
7489
|
-
theme: PropType<string>;
|
|
7490
|
-
modelValue: {
|
|
7491
|
-
type: PropType<boolean>;
|
|
7492
|
-
};
|
|
7493
|
-
scrim: {
|
|
7494
|
-
type: PropType<boolean>;
|
|
7495
|
-
};
|
|
7496
|
-
scrimOpacity: {
|
|
7497
|
-
type: PropType<number>;
|
|
7498
|
-
};
|
|
7499
|
-
eager: {
|
|
7500
|
-
type: PropType<boolean>;
|
|
7501
|
-
};
|
|
7502
|
-
classes: {
|
|
7503
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
7504
|
-
};
|
|
7505
|
-
contentClasses: {
|
|
7506
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
7507
|
-
};
|
|
7508
|
-
closeClickScrim: {
|
|
7509
|
-
type: PropType<boolean>;
|
|
7510
|
-
};
|
|
7511
|
-
contentStyles: {
|
|
7512
|
-
type: PropType<import('vue').CSSProperties>;
|
|
7513
|
-
default: () => void;
|
|
7514
|
-
};
|
|
7515
|
-
disabled: {
|
|
7516
|
-
type: PropType<boolean>;
|
|
7517
|
-
default: boolean;
|
|
7518
|
-
};
|
|
7519
|
-
openOnHover: {
|
|
7520
|
-
type: PropType<boolean>;
|
|
7521
|
-
default: boolean;
|
|
7522
|
-
};
|
|
7523
|
-
openDelay: {
|
|
7524
|
-
type: PropType<number>;
|
|
7525
|
-
default: number;
|
|
7526
|
-
};
|
|
7527
|
-
closeDelay: {
|
|
7528
|
-
type: PropType<number>;
|
|
7529
|
-
default: number;
|
|
7530
|
-
};
|
|
7531
|
-
zIndex: {
|
|
7532
|
-
type: PropType<string | number>;
|
|
7533
|
-
default: number;
|
|
7534
|
-
};
|
|
7535
|
-
contained: BooleanConstructor;
|
|
7536
|
-
menuClasses: {
|
|
7537
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
7538
|
-
};
|
|
7539
|
-
openOnClickBase: {
|
|
7540
|
-
type: PropType<boolean>;
|
|
7541
|
-
default: boolean;
|
|
7542
|
-
};
|
|
7543
|
-
closeCondition: {
|
|
7544
|
-
type: (BooleanConstructor | FunctionConstructor)[];
|
|
7545
|
-
default: undefined;
|
|
7546
|
-
};
|
|
7547
|
-
preventClip: {
|
|
7548
|
-
type: PropType<boolean>;
|
|
7549
|
-
default: boolean;
|
|
7550
|
-
};
|
|
7551
|
-
}>> & {
|
|
7552
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
7553
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
7554
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
7555
|
-
}, "align" | "disabled" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
7556
|
-
};
|
|
7557
|
-
maxHeight: {
|
|
7558
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
7559
|
-
default: number;
|
|
7560
|
-
};
|
|
7561
|
-
dropdownIcon: {
|
|
7562
|
-
type: PropType<YIconIconProp>;
|
|
7563
|
-
default: string;
|
|
7564
|
-
};
|
|
7565
|
-
openDelay: {
|
|
7566
|
-
type: PropType<number>;
|
|
7567
|
-
default: number;
|
|
7568
|
-
};
|
|
7569
|
-
closeDelay: {
|
|
7570
|
-
type: PropType<number>;
|
|
7571
|
-
default: number;
|
|
7572
|
-
};
|
|
7573
|
-
}>> & {
|
|
7574
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
7575
|
-
"onUpdate:opened"?: ((opened: boolean) => any) | undefined;
|
|
7576
|
-
"onClick:item"?: ((item: any, e: MouseEvent) => any) | undefined;
|
|
7577
|
-
}, {
|
|
7578
|
-
type: string;
|
|
7579
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7580
|
-
multiple: boolean;
|
|
7581
|
-
returnItem: boolean;
|
|
7582
|
-
variation: string;
|
|
7583
|
-
focused: boolean;
|
|
7584
|
-
maxErrors: string | number;
|
|
7585
|
-
displayTag: string;
|
|
7586
|
-
autoSelect: boolean;
|
|
7587
|
-
floating: boolean;
|
|
7588
|
-
floated: boolean;
|
|
7589
|
-
tabindex: string;
|
|
7590
|
-
closeDelay: number;
|
|
7591
|
-
openDelay: number;
|
|
7592
|
-
maxHeight: string | number;
|
|
7593
|
-
position: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
7594
|
-
origin: string;
|
|
7595
|
-
viewportMargin: string | number | unknown[];
|
|
7596
|
-
items: any[];
|
|
7597
|
-
itemKey: string;
|
|
7598
|
-
itemText: string;
|
|
7599
|
-
itemChildren: NonNullable<string | boolean>;
|
|
7600
|
-
dropdownIcon: YIconIconProp;
|
|
7601
|
-
weakEquals: boolean;
|
|
7602
|
-
valueEquals: SelectEquals;
|
|
7603
|
-
defaultSelect: boolean;
|
|
7604
|
-
}, SlotsType<{
|
|
7605
|
-
base: any;
|
|
7606
|
-
selection: {
|
|
7607
|
-
displayText: string;
|
|
7608
|
-
placeholder: undefined | string;
|
|
7609
|
-
items: any[];
|
|
7610
|
-
internalItems: ListItem[];
|
|
7611
|
-
};
|
|
7612
|
-
leading: any;
|
|
7613
|
-
label: any;
|
|
7614
|
-
'helper-text': any;
|
|
7615
|
-
menu: any;
|
|
7616
|
-
'menu-prepend': any;
|
|
7617
|
-
'menu-append': any;
|
|
7618
|
-
'dropdown-icon': any;
|
|
7619
|
-
item: {
|
|
7620
|
-
item: any;
|
|
7621
|
-
selected: boolean;
|
|
7622
|
-
select: () => void;
|
|
7623
|
-
};
|
|
7624
|
-
'item-leading': {
|
|
7625
|
-
item: any;
|
|
7626
|
-
selected: boolean;
|
|
7627
|
-
select: () => void;
|
|
7628
|
-
};
|
|
7629
|
-
'item-trailing': {
|
|
7630
|
-
item: any;
|
|
7631
|
-
selected: boolean;
|
|
7632
|
-
select: () => void;
|
|
7633
|
-
};
|
|
7634
|
-
}>>;
|
|
6998
|
+
}, string>;
|
|
7635
6999
|
export type YSelect = InstanceType<typeof YSelect>;
|