yuyeon 0.2.1-rc.1 → 0.2.1-rc.2
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 +5789 -7457
- 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 +2 -2
- package/lib/components/chip/YChip.mjs.map +1 -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 +2 -2
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.scss +6 -4
- package/lib/components/select/YSelect.mjs +3 -5
- 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/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 +3 -4
- package/lib/components/table/YDataTableServer.mjs.map +1 -1
- package/lib/components/table/YTable.mjs +2 -2
- package/lib/components/table/YTable.mjs.map +1 -1
- package/lib/components/table/YTable.scss +157 -152
- 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/options.mjs.map +1 -1
- package/lib/components/table/composibles/pagination.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs +1 -1
- 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/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 +3 -3
- 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/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 +2 -13
- 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 +134 -377
- package/types/components/divider/YDivider.d.ts +1 -3
- package/types/components/dropdown/YDropdown.d.ts +104 -277
- 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 +45 -162
- 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 +23 -288
- package/types/components/navigation/YNavigation.d.ts +1 -1
- package/types/components/pagination/YPagination.d.ts +12 -52
- package/types/components/plate/YPlate.d.ts +1 -3
- package/types/components/progress-bar/YProgressBar.d.ts +1 -36
- package/types/components/select/YSelect.d.ts +468 -1092
- package/types/components/snackbar/YSnackbar.d.ts +51 -196
- 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 +24 -173
- package/types/components/table/YDataTableBody.d.ts +3 -26
- package/types/components/table/YDataTableCell.d.ts +2 -31
- 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 +27 -179
- package/types/components/table/YTable.d.ts +5 -24
- package/types/components/table/composibles/header.d.ts +9 -9
- package/types/components/table/composibles/items.d.ts +3 -3
- package/types/components/table/composibles/pagination.d.ts +3 -3
- package/types/components/table/composibles/selection.d.ts +4 -4
- 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 +41 -275
- 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 +14 -14
- 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/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/util/Rect.d.ts +1 -1
- package/types/util/anchor.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,4 +1,4 @@
|
|
|
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';
|
|
@@ -28,23 +28,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
28
28
|
} : Omit<{
|
|
29
29
|
type: PropType<any[]>;
|
|
30
30
|
default: () => never[];
|
|
31
|
-
}, "
|
|
31
|
+
}, "type" | "default"> & {
|
|
32
32
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
33
33
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
34
34
|
};
|
|
35
35
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
36
36
|
type: PropType<string>;
|
|
37
37
|
default: string;
|
|
38
|
-
}, "
|
|
38
|
+
}, "type" | "default"> & {
|
|
39
39
|
type: PropType<string>;
|
|
40
40
|
default: string;
|
|
41
41
|
} : Omit<Omit<{
|
|
42
42
|
type: PropType<string>;
|
|
43
43
|
default: string;
|
|
44
|
-
}, "
|
|
44
|
+
}, "type" | "default"> & {
|
|
45
45
|
type: PropType<string>;
|
|
46
46
|
default: string;
|
|
47
|
-
}, "
|
|
47
|
+
}, "type" | "default"> & {
|
|
48
48
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
49
49
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
50
50
|
};
|
|
@@ -54,23 +54,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
54
54
|
} : Omit<{
|
|
55
55
|
type: PropType<string>;
|
|
56
56
|
default: string;
|
|
57
|
-
}, "
|
|
57
|
+
}, "type" | "default"> & {
|
|
58
58
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
59
59
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
60
60
|
};
|
|
61
61
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
62
62
|
type: PropType<string | boolean>;
|
|
63
63
|
default: string;
|
|
64
|
-
}, "
|
|
64
|
+
}, "type" | "default"> & {
|
|
65
65
|
type: PropType<NonNullable<string | boolean>>;
|
|
66
66
|
default: NonNullable<string | boolean>;
|
|
67
67
|
} : Omit<Omit<{
|
|
68
68
|
type: PropType<string | boolean>;
|
|
69
69
|
default: string;
|
|
70
|
-
}, "
|
|
70
|
+
}, "type" | "default"> & {
|
|
71
71
|
type: PropType<NonNullable<string | boolean>>;
|
|
72
72
|
default: NonNullable<string | boolean>;
|
|
73
|
-
}, "
|
|
73
|
+
}, "type" | "default"> & {
|
|
74
74
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
75
75
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
76
76
|
};
|
|
@@ -92,7 +92,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
92
92
|
} : Omit<{
|
|
93
93
|
type: PropType<SelectEquals>;
|
|
94
94
|
default: typeof deepEqual;
|
|
95
|
-
}, "
|
|
95
|
+
}, "type" | "default"> & {
|
|
96
96
|
type: PropType<unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"]>;
|
|
97
97
|
default: unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"];
|
|
98
98
|
};
|
|
@@ -102,18 +102,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
102
102
|
};
|
|
103
103
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
104
104
|
type: PropType<Partial<{
|
|
105
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
106
105
|
disabled: boolean;
|
|
107
|
-
|
|
108
|
-
openDelay: number;
|
|
109
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
110
|
-
is?: import('vue').Component | undefined;
|
|
111
|
-
})>;
|
|
106
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
112
107
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
113
|
-
position: "default" | "
|
|
108
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
114
109
|
origin: string;
|
|
115
110
|
viewportMargin: string | number | unknown[];
|
|
116
111
|
zIndex: string | number;
|
|
112
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
113
|
+
is?: import('vue').Component | undefined;
|
|
114
|
+
})>;
|
|
115
|
+
closeDelay: number;
|
|
116
|
+
openDelay: number;
|
|
117
117
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
118
118
|
contentStyles: import('vue').CSSProperties;
|
|
119
119
|
openOnHover: boolean;
|
|
@@ -122,18 +122,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
122
122
|
openOnClickBase: boolean;
|
|
123
123
|
closeCondition: boolean | Function;
|
|
124
124
|
}> & Omit<{
|
|
125
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
126
125
|
readonly disabled: boolean;
|
|
127
|
-
readonly
|
|
128
|
-
readonly openDelay: number;
|
|
129
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
130
|
-
is?: import('vue').Component | undefined;
|
|
131
|
-
})>;
|
|
126
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
132
127
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
133
|
-
readonly position: "default" | "
|
|
128
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
134
129
|
readonly origin: string;
|
|
135
130
|
readonly viewportMargin: string | number | unknown[];
|
|
136
131
|
readonly zIndex: string | number;
|
|
132
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
133
|
+
is?: import('vue').Component | undefined;
|
|
134
|
+
})>;
|
|
135
|
+
readonly closeDelay: number;
|
|
136
|
+
readonly openDelay: number;
|
|
137
137
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
138
138
|
readonly contentStyles: import('vue').CSSProperties;
|
|
139
139
|
readonly openOnHover: boolean;
|
|
@@ -141,11 +141,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
141
141
|
readonly preventClip: boolean;
|
|
142
142
|
readonly openOnClickBase: boolean;
|
|
143
143
|
readonly base?: import('../layer/base').BaseType;
|
|
144
|
+
readonly modelValue?: boolean | undefined;
|
|
144
145
|
readonly width?: string | number | undefined;
|
|
145
146
|
readonly height?: string | number | undefined;
|
|
146
|
-
readonly modelValue?: boolean | undefined;
|
|
147
147
|
readonly theme?: string | undefined;
|
|
148
|
-
readonly classes?: string | Record<string, any> |
|
|
148
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
149
149
|
readonly minWidth?: string | number | undefined;
|
|
150
150
|
readonly offset?: string | number | number[] | undefined;
|
|
151
151
|
readonly minHeight?: string | number | undefined;
|
|
@@ -155,10 +155,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
155
155
|
readonly scrim?: boolean | undefined;
|
|
156
156
|
readonly scrimOpacity?: number | undefined;
|
|
157
157
|
readonly eager?: boolean | undefined;
|
|
158
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
158
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
159
159
|
readonly closeClickScrim?: boolean | undefined;
|
|
160
160
|
readonly preventCloseBubble?: boolean | undefined;
|
|
161
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
161
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
162
162
|
readonly closeCondition?: boolean | Function | undefined;
|
|
163
163
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
164
164
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -169,7 +169,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
169
169
|
is?: import('vue').Component | undefined;
|
|
170
170
|
})>;
|
|
171
171
|
default: string;
|
|
172
|
-
}, "
|
|
172
|
+
}, "type" | "default"> & {
|
|
173
173
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
174
174
|
is?: import('vue').Component | undefined;
|
|
175
175
|
})>>;
|
|
@@ -188,23 +188,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
188
188
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
189
189
|
default: string;
|
|
190
190
|
validator: (val: any) => boolean;
|
|
191
|
-
}, "
|
|
191
|
+
}, "type" | "default"> & {
|
|
192
192
|
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
193
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
194
194
|
};
|
|
195
195
|
coordinateStrategy: Omit<{
|
|
196
196
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
197
197
|
default: string;
|
|
198
|
-
}, "
|
|
198
|
+
}, "type" | "default"> & {
|
|
199
199
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
200
200
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
201
201
|
};
|
|
202
202
|
position: {
|
|
203
|
-
type: PropType<"default" | "
|
|
203
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
204
204
|
default: string;
|
|
205
205
|
};
|
|
206
206
|
align: {
|
|
207
|
-
type: PropType<"
|
|
207
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
208
208
|
default: string;
|
|
209
209
|
};
|
|
210
210
|
origin: {
|
|
@@ -236,10 +236,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
236
236
|
type: PropType<boolean>;
|
|
237
237
|
};
|
|
238
238
|
classes: {
|
|
239
|
-
type: PropType<string | Record<string, any
|
|
239
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
240
240
|
};
|
|
241
241
|
contentClasses: {
|
|
242
|
-
type: PropType<string | Record<string, any
|
|
242
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
243
243
|
};
|
|
244
244
|
closeClickScrim: {
|
|
245
245
|
type: PropType<boolean>;
|
|
@@ -270,7 +270,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
270
270
|
};
|
|
271
271
|
contained: BooleanConstructor;
|
|
272
272
|
menuClasses: {
|
|
273
|
-
type: PropType<string | Record<string, any
|
|
273
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
274
274
|
};
|
|
275
275
|
openOnClickBase: {
|
|
276
276
|
type: PropType<boolean>;
|
|
@@ -288,21 +288,21 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
288
288
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
289
289
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
290
290
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
291
|
-
}, "
|
|
291
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
292
292
|
} : Omit<{
|
|
293
293
|
type: PropType<Partial<{
|
|
294
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
295
294
|
disabled: boolean;
|
|
296
|
-
|
|
297
|
-
openDelay: number;
|
|
298
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
299
|
-
is?: import('vue').Component | undefined;
|
|
300
|
-
})>;
|
|
295
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
301
296
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
302
|
-
position: "default" | "
|
|
297
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
303
298
|
origin: string;
|
|
304
299
|
viewportMargin: string | number | unknown[];
|
|
305
300
|
zIndex: string | number;
|
|
301
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
302
|
+
is?: import('vue').Component | undefined;
|
|
303
|
+
})>;
|
|
304
|
+
closeDelay: number;
|
|
305
|
+
openDelay: number;
|
|
306
306
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
307
307
|
contentStyles: import('vue').CSSProperties;
|
|
308
308
|
openOnHover: boolean;
|
|
@@ -311,18 +311,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
311
311
|
openOnClickBase: boolean;
|
|
312
312
|
closeCondition: boolean | Function;
|
|
313
313
|
}> & Omit<{
|
|
314
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
315
314
|
readonly disabled: boolean;
|
|
316
|
-
readonly
|
|
317
|
-
readonly openDelay: number;
|
|
318
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
319
|
-
is?: import('vue').Component | undefined;
|
|
320
|
-
})>;
|
|
315
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
321
316
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
322
|
-
readonly position: "default" | "
|
|
317
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
323
318
|
readonly origin: string;
|
|
324
319
|
readonly viewportMargin: string | number | unknown[];
|
|
325
320
|
readonly zIndex: string | number;
|
|
321
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
322
|
+
is?: import('vue').Component | undefined;
|
|
323
|
+
})>;
|
|
324
|
+
readonly closeDelay: number;
|
|
325
|
+
readonly openDelay: number;
|
|
326
326
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
327
327
|
readonly contentStyles: import('vue').CSSProperties;
|
|
328
328
|
readonly openOnHover: boolean;
|
|
@@ -330,11 +330,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
330
330
|
readonly preventClip: boolean;
|
|
331
331
|
readonly openOnClickBase: boolean;
|
|
332
332
|
readonly base?: import('../layer/base').BaseType;
|
|
333
|
+
readonly modelValue?: boolean | undefined;
|
|
333
334
|
readonly width?: string | number | undefined;
|
|
334
335
|
readonly height?: string | number | undefined;
|
|
335
|
-
readonly modelValue?: boolean | undefined;
|
|
336
336
|
readonly theme?: string | undefined;
|
|
337
|
-
readonly classes?: string | Record<string, any> |
|
|
337
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
338
338
|
readonly minWidth?: string | number | undefined;
|
|
339
339
|
readonly offset?: string | number | number[] | undefined;
|
|
340
340
|
readonly minHeight?: string | number | undefined;
|
|
@@ -344,10 +344,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
344
344
|
readonly scrim?: boolean | undefined;
|
|
345
345
|
readonly scrimOpacity?: number | undefined;
|
|
346
346
|
readonly eager?: boolean | undefined;
|
|
347
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
347
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
348
348
|
readonly closeClickScrim?: boolean | undefined;
|
|
349
349
|
readonly preventCloseBubble?: boolean | undefined;
|
|
350
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
350
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
351
351
|
readonly closeCondition?: boolean | Function | undefined;
|
|
352
352
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
353
353
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -358,7 +358,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
358
358
|
is?: import('vue').Component | undefined;
|
|
359
359
|
})>;
|
|
360
360
|
default: string;
|
|
361
|
-
}, "
|
|
361
|
+
}, "type" | "default"> & {
|
|
362
362
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
363
363
|
is?: import('vue').Component | undefined;
|
|
364
364
|
})>>;
|
|
@@ -377,23 +377,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
377
377
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
378
378
|
default: string;
|
|
379
379
|
validator: (val: any) => boolean;
|
|
380
|
-
}, "
|
|
380
|
+
}, "type" | "default"> & {
|
|
381
381
|
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
382
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
383
383
|
};
|
|
384
384
|
coordinateStrategy: Omit<{
|
|
385
385
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
386
386
|
default: string;
|
|
387
|
-
}, "
|
|
387
|
+
}, "type" | "default"> & {
|
|
388
388
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
389
389
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
390
390
|
};
|
|
391
391
|
position: {
|
|
392
|
-
type: PropType<"default" | "
|
|
392
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
393
393
|
default: string;
|
|
394
394
|
};
|
|
395
395
|
align: {
|
|
396
|
-
type: PropType<"
|
|
396
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
397
397
|
default: string;
|
|
398
398
|
};
|
|
399
399
|
origin: {
|
|
@@ -425,10 +425,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
425
425
|
type: PropType<boolean>;
|
|
426
426
|
};
|
|
427
427
|
classes: {
|
|
428
|
-
type: PropType<string | Record<string, any
|
|
428
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
429
429
|
};
|
|
430
430
|
contentClasses: {
|
|
431
|
-
type: PropType<string | Record<string, any
|
|
431
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
432
432
|
};
|
|
433
433
|
closeClickScrim: {
|
|
434
434
|
type: PropType<boolean>;
|
|
@@ -459,7 +459,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
459
459
|
};
|
|
460
460
|
contained: BooleanConstructor;
|
|
461
461
|
menuClasses: {
|
|
462
|
-
type: PropType<string | Record<string, any
|
|
462
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
463
463
|
};
|
|
464
464
|
openOnClickBase: {
|
|
465
465
|
type: PropType<boolean>;
|
|
@@ -477,21 +477,21 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
477
477
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
478
478
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
479
479
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
480
|
-
}, "
|
|
481
|
-
}, "
|
|
480
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
481
|
+
}, "type" | "default"> & {
|
|
482
482
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
483
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
484
483
|
disabled: boolean;
|
|
485
|
-
|
|
486
|
-
openDelay: number;
|
|
487
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
488
|
-
is?: import('vue').Component | undefined;
|
|
489
|
-
})>;
|
|
484
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
490
485
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
491
|
-
position: "default" | "
|
|
486
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
492
487
|
origin: string;
|
|
493
488
|
viewportMargin: string | number | unknown[];
|
|
494
489
|
zIndex: string | number;
|
|
490
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
491
|
+
is?: import('vue').Component | undefined;
|
|
492
|
+
})>;
|
|
493
|
+
closeDelay: number;
|
|
494
|
+
openDelay: number;
|
|
495
495
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
496
496
|
contentStyles: import('vue').CSSProperties;
|
|
497
497
|
openOnHover: boolean;
|
|
@@ -500,18 +500,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
500
500
|
openOnClickBase: boolean;
|
|
501
501
|
closeCondition: boolean | Function;
|
|
502
502
|
}> & Omit<{
|
|
503
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
504
503
|
readonly disabled: boolean;
|
|
505
|
-
readonly
|
|
506
|
-
readonly openDelay: number;
|
|
507
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
508
|
-
is?: import('vue').Component | undefined;
|
|
509
|
-
})>;
|
|
504
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
510
505
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
511
|
-
readonly position: "default" | "
|
|
506
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
512
507
|
readonly origin: string;
|
|
513
508
|
readonly viewportMargin: string | number | unknown[];
|
|
514
509
|
readonly zIndex: string | number;
|
|
510
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
511
|
+
is?: import('vue').Component | undefined;
|
|
512
|
+
})>;
|
|
513
|
+
readonly closeDelay: number;
|
|
514
|
+
readonly openDelay: number;
|
|
515
515
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
516
516
|
readonly contentStyles: import('vue').CSSProperties;
|
|
517
517
|
readonly openOnHover: boolean;
|
|
@@ -519,11 +519,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
519
519
|
readonly preventClip: boolean;
|
|
520
520
|
readonly openOnClickBase: boolean;
|
|
521
521
|
readonly base?: import('../layer/base').BaseType;
|
|
522
|
+
readonly modelValue?: boolean | undefined;
|
|
522
523
|
readonly width?: string | number | undefined;
|
|
523
524
|
readonly height?: string | number | undefined;
|
|
524
|
-
readonly modelValue?: boolean | undefined;
|
|
525
525
|
readonly theme?: string | undefined;
|
|
526
|
-
readonly classes?: string | Record<string, any> |
|
|
526
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
527
527
|
readonly minWidth?: string | number | undefined;
|
|
528
528
|
readonly offset?: string | number | number[] | undefined;
|
|
529
529
|
readonly minHeight?: string | number | undefined;
|
|
@@ -533,10 +533,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
533
533
|
readonly scrim?: boolean | undefined;
|
|
534
534
|
readonly scrimOpacity?: number | undefined;
|
|
535
535
|
readonly eager?: boolean | undefined;
|
|
536
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
536
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
537
537
|
readonly closeClickScrim?: boolean | undefined;
|
|
538
538
|
readonly preventCloseBubble?: boolean | undefined;
|
|
539
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
539
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
540
540
|
readonly closeCondition?: boolean | Function | undefined;
|
|
541
541
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
542
542
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -547,7 +547,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
547
547
|
is?: import('vue').Component | undefined;
|
|
548
548
|
})>;
|
|
549
549
|
default: string;
|
|
550
|
-
}, "
|
|
550
|
+
}, "type" | "default"> & {
|
|
551
551
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
552
552
|
is?: import('vue').Component | undefined;
|
|
553
553
|
})>>;
|
|
@@ -566,23 +566,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
566
566
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
567
567
|
default: string;
|
|
568
568
|
validator: (val: any) => boolean;
|
|
569
|
-
}, "
|
|
569
|
+
}, "type" | "default"> & {
|
|
570
570
|
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
571
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
572
572
|
};
|
|
573
573
|
coordinateStrategy: Omit<{
|
|
574
574
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
575
575
|
default: string;
|
|
576
|
-
}, "
|
|
576
|
+
}, "type" | "default"> & {
|
|
577
577
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
578
578
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
579
579
|
};
|
|
580
580
|
position: {
|
|
581
|
-
type: PropType<"default" | "
|
|
581
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
582
582
|
default: string;
|
|
583
583
|
};
|
|
584
584
|
align: {
|
|
585
|
-
type: PropType<"
|
|
585
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
586
586
|
default: string;
|
|
587
587
|
};
|
|
588
588
|
origin: {
|
|
@@ -614,10 +614,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
614
614
|
type: PropType<boolean>;
|
|
615
615
|
};
|
|
616
616
|
classes: {
|
|
617
|
-
type: PropType<string | Record<string, any
|
|
617
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
618
618
|
};
|
|
619
619
|
contentClasses: {
|
|
620
|
-
type: PropType<string | Record<string, any
|
|
620
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
621
621
|
};
|
|
622
622
|
closeClickScrim: {
|
|
623
623
|
type: PropType<boolean>;
|
|
@@ -648,7 +648,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
648
648
|
};
|
|
649
649
|
contained: BooleanConstructor;
|
|
650
650
|
menuClasses: {
|
|
651
|
-
type: PropType<string | Record<string, any
|
|
651
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
652
652
|
};
|
|
653
653
|
openOnClickBase: {
|
|
654
654
|
type: PropType<boolean>;
|
|
@@ -666,19 +666,19 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
666
666
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
667
667
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
668
668
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
669
|
-
}, "
|
|
670
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
669
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
671
670
|
disabled: boolean;
|
|
672
|
-
|
|
673
|
-
openDelay: number;
|
|
674
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
675
|
-
is?: import('vue').Component | undefined;
|
|
676
|
-
})>;
|
|
671
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
677
672
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
678
|
-
position: "default" | "
|
|
673
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
679
674
|
origin: string;
|
|
680
675
|
viewportMargin: string | number | unknown[];
|
|
681
676
|
zIndex: string | number;
|
|
677
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
678
|
+
is?: import('vue').Component | undefined;
|
|
679
|
+
})>;
|
|
680
|
+
closeDelay: number;
|
|
681
|
+
openDelay: number;
|
|
682
682
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
683
683
|
contentStyles: import('vue').CSSProperties;
|
|
684
684
|
openOnHover: boolean;
|
|
@@ -687,18 +687,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
687
687
|
openOnClickBase: boolean;
|
|
688
688
|
closeCondition: boolean | Function;
|
|
689
689
|
}> & Omit<{
|
|
690
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
691
690
|
readonly disabled: boolean;
|
|
692
|
-
readonly
|
|
693
|
-
readonly openDelay: number;
|
|
694
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
695
|
-
is?: import('vue').Component | undefined;
|
|
696
|
-
})>;
|
|
691
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
697
692
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
698
|
-
readonly position: "default" | "
|
|
693
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
699
694
|
readonly origin: string;
|
|
700
695
|
readonly viewportMargin: string | number | unknown[];
|
|
701
696
|
readonly zIndex: string | number;
|
|
697
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
698
|
+
is?: import('vue').Component | undefined;
|
|
699
|
+
})>;
|
|
700
|
+
readonly closeDelay: number;
|
|
701
|
+
readonly openDelay: number;
|
|
702
702
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
703
703
|
readonly contentStyles: import('vue').CSSProperties;
|
|
704
704
|
readonly openOnHover: boolean;
|
|
@@ -706,11 +706,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
706
706
|
readonly preventClip: boolean;
|
|
707
707
|
readonly openOnClickBase: boolean;
|
|
708
708
|
readonly base?: import('../layer/base').BaseType;
|
|
709
|
+
readonly modelValue?: boolean | undefined;
|
|
709
710
|
readonly width?: string | number | undefined;
|
|
710
711
|
readonly height?: string | number | undefined;
|
|
711
|
-
readonly modelValue?: boolean | undefined;
|
|
712
712
|
readonly theme?: string | undefined;
|
|
713
|
-
readonly classes?: string | Record<string, any> |
|
|
713
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
714
714
|
readonly minWidth?: string | number | undefined;
|
|
715
715
|
readonly offset?: string | number | number[] | undefined;
|
|
716
716
|
readonly minHeight?: string | number | undefined;
|
|
@@ -720,10 +720,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
720
720
|
readonly scrim?: boolean | undefined;
|
|
721
721
|
readonly scrimOpacity?: number | undefined;
|
|
722
722
|
readonly eager?: boolean | undefined;
|
|
723
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
723
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
724
724
|
readonly closeClickScrim?: boolean | undefined;
|
|
725
725
|
readonly preventCloseBubble?: boolean | undefined;
|
|
726
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
726
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
727
727
|
readonly closeCondition?: boolean | Function | undefined;
|
|
728
728
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
729
729
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -734,7 +734,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
734
734
|
is?: import('vue').Component | undefined;
|
|
735
735
|
})>;
|
|
736
736
|
default: string;
|
|
737
|
-
}, "
|
|
737
|
+
}, "type" | "default"> & {
|
|
738
738
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
739
739
|
is?: import('vue').Component | undefined;
|
|
740
740
|
})>>;
|
|
@@ -753,23 +753,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
753
753
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
754
754
|
default: string;
|
|
755
755
|
validator: (val: any) => boolean;
|
|
756
|
-
}, "
|
|
756
|
+
}, "type" | "default"> & {
|
|
757
757
|
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
758
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
759
759
|
};
|
|
760
760
|
coordinateStrategy: Omit<{
|
|
761
761
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
762
762
|
default: string;
|
|
763
|
-
}, "
|
|
763
|
+
}, "type" | "default"> & {
|
|
764
764
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
765
765
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
766
766
|
};
|
|
767
767
|
position: {
|
|
768
|
-
type: PropType<"default" | "
|
|
768
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
769
769
|
default: string;
|
|
770
770
|
};
|
|
771
771
|
align: {
|
|
772
|
-
type: PropType<"
|
|
772
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
773
773
|
default: string;
|
|
774
774
|
};
|
|
775
775
|
origin: {
|
|
@@ -801,10 +801,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
801
801
|
type: PropType<boolean>;
|
|
802
802
|
};
|
|
803
803
|
classes: {
|
|
804
|
-
type: PropType<string | Record<string, any
|
|
804
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
805
805
|
};
|
|
806
806
|
contentClasses: {
|
|
807
|
-
type: PropType<string | Record<string, any
|
|
807
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
808
808
|
};
|
|
809
809
|
closeClickScrim: {
|
|
810
810
|
type: PropType<boolean>;
|
|
@@ -835,7 +835,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
835
835
|
};
|
|
836
836
|
contained: BooleanConstructor;
|
|
837
837
|
menuClasses: {
|
|
838
|
-
type: PropType<string | Record<string, any
|
|
838
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
839
839
|
};
|
|
840
840
|
openOnClickBase: {
|
|
841
841
|
type: PropType<boolean>;
|
|
@@ -853,20 +853,20 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
853
853
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
854
854
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
855
855
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
856
|
-
}, "
|
|
856
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>>;
|
|
857
857
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
858
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
859
858
|
disabled: boolean;
|
|
860
|
-
|
|
861
|
-
openDelay: number;
|
|
862
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
863
|
-
is?: import('vue').Component | undefined;
|
|
864
|
-
})>;
|
|
859
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
865
860
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
866
|
-
position: "default" | "
|
|
861
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
867
862
|
origin: string;
|
|
868
863
|
viewportMargin: string | number | unknown[];
|
|
869
864
|
zIndex: string | number;
|
|
865
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
866
|
+
is?: import('vue').Component | undefined;
|
|
867
|
+
})>;
|
|
868
|
+
closeDelay: number;
|
|
869
|
+
openDelay: number;
|
|
870
870
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
871
871
|
contentStyles: import('vue').CSSProperties;
|
|
872
872
|
openOnHover: boolean;
|
|
@@ -875,18 +875,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
875
875
|
openOnClickBase: boolean;
|
|
876
876
|
closeCondition: boolean | Function;
|
|
877
877
|
}> & Omit<{
|
|
878
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
879
878
|
readonly disabled: boolean;
|
|
880
|
-
readonly
|
|
881
|
-
readonly openDelay: number;
|
|
882
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
883
|
-
is?: import('vue').Component | undefined;
|
|
884
|
-
})>;
|
|
879
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
885
880
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
886
|
-
readonly position: "default" | "
|
|
881
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
887
882
|
readonly origin: string;
|
|
888
883
|
readonly viewportMargin: string | number | unknown[];
|
|
889
884
|
readonly zIndex: string | number;
|
|
885
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
886
|
+
is?: import('vue').Component | undefined;
|
|
887
|
+
})>;
|
|
888
|
+
readonly closeDelay: number;
|
|
889
|
+
readonly openDelay: number;
|
|
890
890
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
891
891
|
readonly contentStyles: import('vue').CSSProperties;
|
|
892
892
|
readonly openOnHover: boolean;
|
|
@@ -894,11 +894,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
894
894
|
readonly preventClip: boolean;
|
|
895
895
|
readonly openOnClickBase: boolean;
|
|
896
896
|
readonly base?: import('../layer/base').BaseType;
|
|
897
|
+
readonly modelValue?: boolean | undefined;
|
|
897
898
|
readonly width?: string | number | undefined;
|
|
898
899
|
readonly height?: string | number | undefined;
|
|
899
|
-
readonly modelValue?: boolean | undefined;
|
|
900
900
|
readonly theme?: string | undefined;
|
|
901
|
-
readonly classes?: string | Record<string, any> |
|
|
901
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
902
902
|
readonly minWidth?: string | number | undefined;
|
|
903
903
|
readonly offset?: string | number | number[] | undefined;
|
|
904
904
|
readonly minHeight?: string | number | undefined;
|
|
@@ -908,10 +908,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
908
908
|
readonly scrim?: boolean | undefined;
|
|
909
909
|
readonly scrimOpacity?: number | undefined;
|
|
910
910
|
readonly eager?: boolean | undefined;
|
|
911
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
911
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
912
912
|
readonly closeClickScrim?: boolean | undefined;
|
|
913
913
|
readonly preventCloseBubble?: boolean | undefined;
|
|
914
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
914
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
915
915
|
readonly closeCondition?: boolean | Function | undefined;
|
|
916
916
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
917
917
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -922,7 +922,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
922
922
|
is?: import('vue').Component | undefined;
|
|
923
923
|
})>;
|
|
924
924
|
default: string;
|
|
925
|
-
}, "
|
|
925
|
+
}, "type" | "default"> & {
|
|
926
926
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
927
927
|
is?: import('vue').Component | undefined;
|
|
928
928
|
})>>;
|
|
@@ -941,23 +941,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
941
941
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
942
942
|
default: string;
|
|
943
943
|
validator: (val: any) => boolean;
|
|
944
|
-
}, "
|
|
944
|
+
}, "type" | "default"> & {
|
|
945
945
|
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
946
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
947
947
|
};
|
|
948
948
|
coordinateStrategy: Omit<{
|
|
949
949
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
950
950
|
default: string;
|
|
951
|
-
}, "
|
|
951
|
+
}, "type" | "default"> & {
|
|
952
952
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
953
953
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
954
954
|
};
|
|
955
955
|
position: {
|
|
956
|
-
type: PropType<"default" | "
|
|
956
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
957
957
|
default: string;
|
|
958
958
|
};
|
|
959
959
|
align: {
|
|
960
|
-
type: PropType<"
|
|
960
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
961
961
|
default: string;
|
|
962
962
|
};
|
|
963
963
|
origin: {
|
|
@@ -989,10 +989,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
989
989
|
type: PropType<boolean>;
|
|
990
990
|
};
|
|
991
991
|
classes: {
|
|
992
|
-
type: PropType<string | Record<string, any
|
|
992
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
993
993
|
};
|
|
994
994
|
contentClasses: {
|
|
995
|
-
type: PropType<string | Record<string, any
|
|
995
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
996
996
|
};
|
|
997
997
|
closeClickScrim: {
|
|
998
998
|
type: PropType<boolean>;
|
|
@@ -1023,7 +1023,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1023
1023
|
};
|
|
1024
1024
|
contained: BooleanConstructor;
|
|
1025
1025
|
menuClasses: {
|
|
1026
|
-
type: PropType<string | Record<string, any
|
|
1026
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1027
1027
|
};
|
|
1028
1028
|
openOnClickBase: {
|
|
1029
1029
|
type: PropType<boolean>;
|
|
@@ -1041,19 +1041,19 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1041
1041
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1042
1042
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1043
1043
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1044
|
-
}, "
|
|
1045
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1044
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
1046
1045
|
disabled: boolean;
|
|
1047
|
-
|
|
1048
|
-
openDelay: number;
|
|
1049
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1050
|
-
is?: import('vue').Component | undefined;
|
|
1051
|
-
})>;
|
|
1046
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
1052
1047
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1053
|
-
position: "default" | "
|
|
1048
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1054
1049
|
origin: string;
|
|
1055
1050
|
viewportMargin: string | number | unknown[];
|
|
1056
1051
|
zIndex: string | number;
|
|
1052
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1053
|
+
is?: import('vue').Component | undefined;
|
|
1054
|
+
})>;
|
|
1055
|
+
closeDelay: number;
|
|
1056
|
+
openDelay: number;
|
|
1057
1057
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1058
1058
|
contentStyles: import('vue').CSSProperties;
|
|
1059
1059
|
openOnHover: boolean;
|
|
@@ -1062,18 +1062,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1062
1062
|
openOnClickBase: boolean;
|
|
1063
1063
|
closeCondition: boolean | Function;
|
|
1064
1064
|
}> & Omit<{
|
|
1065
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1066
1065
|
readonly disabled: boolean;
|
|
1067
|
-
readonly
|
|
1068
|
-
readonly openDelay: number;
|
|
1069
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1070
|
-
is?: import('vue').Component | undefined;
|
|
1071
|
-
})>;
|
|
1066
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
1072
1067
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1073
|
-
readonly position: "default" | "
|
|
1068
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1074
1069
|
readonly origin: string;
|
|
1075
1070
|
readonly viewportMargin: string | number | unknown[];
|
|
1076
1071
|
readonly zIndex: string | number;
|
|
1072
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1073
|
+
is?: import('vue').Component | undefined;
|
|
1074
|
+
})>;
|
|
1075
|
+
readonly closeDelay: number;
|
|
1076
|
+
readonly openDelay: number;
|
|
1077
1077
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1078
1078
|
readonly contentStyles: import('vue').CSSProperties;
|
|
1079
1079
|
readonly openOnHover: boolean;
|
|
@@ -1081,11 +1081,11 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1081
1081
|
readonly preventClip: boolean;
|
|
1082
1082
|
readonly openOnClickBase: boolean;
|
|
1083
1083
|
readonly base?: import('../layer/base').BaseType;
|
|
1084
|
+
readonly modelValue?: boolean | undefined;
|
|
1084
1085
|
readonly width?: string | number | undefined;
|
|
1085
1086
|
readonly height?: string | number | undefined;
|
|
1086
|
-
readonly modelValue?: boolean | undefined;
|
|
1087
1087
|
readonly theme?: string | undefined;
|
|
1088
|
-
readonly classes?: string | Record<string, any> |
|
|
1088
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1089
1089
|
readonly minWidth?: string | number | undefined;
|
|
1090
1090
|
readonly offset?: string | number | number[] | undefined;
|
|
1091
1091
|
readonly minHeight?: string | number | undefined;
|
|
@@ -1095,10 +1095,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1095
1095
|
readonly scrim?: boolean | undefined;
|
|
1096
1096
|
readonly scrimOpacity?: number | undefined;
|
|
1097
1097
|
readonly eager?: boolean | undefined;
|
|
1098
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
1098
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1099
1099
|
readonly closeClickScrim?: boolean | undefined;
|
|
1100
1100
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1101
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
1101
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1102
1102
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1103
1103
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1104
1104
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -1109,7 +1109,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1109
1109
|
is?: import('vue').Component | undefined;
|
|
1110
1110
|
})>;
|
|
1111
1111
|
default: string;
|
|
1112
|
-
}, "
|
|
1112
|
+
}, "type" | "default"> & {
|
|
1113
1113
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
1114
1114
|
is?: import('vue').Component | undefined;
|
|
1115
1115
|
})>>;
|
|
@@ -1128,23 +1128,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1128
1128
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1129
1129
|
default: string;
|
|
1130
1130
|
validator: (val: any) => boolean;
|
|
1131
|
-
}, "
|
|
1131
|
+
}, "type" | "default"> & {
|
|
1132
1132
|
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
1133
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1134
1134
|
};
|
|
1135
1135
|
coordinateStrategy: Omit<{
|
|
1136
1136
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1137
1137
|
default: string;
|
|
1138
|
-
}, "
|
|
1138
|
+
}, "type" | "default"> & {
|
|
1139
1139
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
1140
1140
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1141
1141
|
};
|
|
1142
1142
|
position: {
|
|
1143
|
-
type: PropType<"default" | "
|
|
1143
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1144
1144
|
default: string;
|
|
1145
1145
|
};
|
|
1146
1146
|
align: {
|
|
1147
|
-
type: PropType<"
|
|
1147
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
1148
1148
|
default: string;
|
|
1149
1149
|
};
|
|
1150
1150
|
origin: {
|
|
@@ -1176,10 +1176,10 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1176
1176
|
type: PropType<boolean>;
|
|
1177
1177
|
};
|
|
1178
1178
|
classes: {
|
|
1179
|
-
type: PropType<string | Record<string, any
|
|
1179
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1180
1180
|
};
|
|
1181
1181
|
contentClasses: {
|
|
1182
|
-
type: PropType<string | Record<string, any
|
|
1182
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1183
1183
|
};
|
|
1184
1184
|
closeClickScrim: {
|
|
1185
1185
|
type: PropType<boolean>;
|
|
@@ -1210,7 +1210,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1210
1210
|
};
|
|
1211
1211
|
contained: BooleanConstructor;
|
|
1212
1212
|
menuClasses: {
|
|
1213
|
-
type: PropType<string | Record<string, any
|
|
1213
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1214
1214
|
};
|
|
1215
1215
|
openOnClickBase: {
|
|
1216
1216
|
type: PropType<boolean>;
|
|
@@ -1228,7 +1228,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1228
1228
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1229
1229
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1230
1230
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1231
|
-
}, "
|
|
1231
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1232
1232
|
};
|
|
1233
1233
|
};
|
|
1234
1234
|
export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
@@ -1287,38 +1287,38 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1287
1287
|
closeDelay?: unknown;
|
|
1288
1288
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
1289
1289
|
align: unknown extends Defaults["align"] ? {
|
|
1290
|
-
type: PropType<"
|
|
1290
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
1291
1291
|
default: string;
|
|
1292
1292
|
} : Omit<{
|
|
1293
|
-
type: PropType<"
|
|
1293
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
1294
1294
|
default: string;
|
|
1295
|
-
}, "
|
|
1296
|
-
type: PropType<unknown extends Defaults["align"] ? "
|
|
1297
|
-
default: unknown extends Defaults["align"] ? "
|
|
1295
|
+
}, "type" | "default"> & {
|
|
1296
|
+
type: PropType<unknown extends Defaults["align"] ? "bottom" | "center" | "top" | "start" | "end" : NonNullable<"bottom" | "center" | "top" | "start" | "end"> | Defaults["align"]>;
|
|
1297
|
+
default: unknown extends Defaults["align"] ? "bottom" | "center" | "top" | "start" | "end" : NonNullable<"bottom" | "center" | "top" | "start" | "end"> | Defaults["align"];
|
|
1298
1298
|
};
|
|
1299
1299
|
offset: unknown extends Defaults["offset"] ? {
|
|
1300
1300
|
type: PropType<string | number | number[]>;
|
|
1301
1301
|
} : Omit<{
|
|
1302
1302
|
type: PropType<string | number | number[]>;
|
|
1303
|
-
}, "
|
|
1303
|
+
}, "type" | "default"> & {
|
|
1304
1304
|
type: PropType<unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"]>;
|
|
1305
1305
|
default: unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"];
|
|
1306
1306
|
};
|
|
1307
1307
|
position: unknown extends Defaults["position"] ? Omit<{
|
|
1308
|
-
type: PropType<"default" | "
|
|
1308
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1309
1309
|
default: string;
|
|
1310
|
-
}, "
|
|
1311
|
-
type: PropType<NonNullable<"default" | "
|
|
1312
|
-
default: NonNullable<"default" | "
|
|
1310
|
+
}, "type" | "default"> & {
|
|
1311
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
1312
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1313
1313
|
} : Omit<Omit<{
|
|
1314
|
-
type: PropType<"default" | "
|
|
1314
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1315
1315
|
default: string;
|
|
1316
|
-
}, "
|
|
1317
|
-
type: PropType<NonNullable<"default" | "
|
|
1318
|
-
default: NonNullable<"default" | "
|
|
1319
|
-
}, "
|
|
1320
|
-
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "
|
|
1321
|
-
default: unknown extends Defaults["position"] ? NonNullable<"default" | "
|
|
1316
|
+
}, "type" | "default"> & {
|
|
1317
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
1318
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1319
|
+
}, "type" | "default"> & {
|
|
1320
|
+
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> : NonNullable<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">> | Defaults["position"]>;
|
|
1321
|
+
default: unknown extends Defaults["position"] ? NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> : NonNullable<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">> | Defaults["position"];
|
|
1322
1322
|
};
|
|
1323
1323
|
origin: unknown extends Defaults["origin"] ? {
|
|
1324
1324
|
type: StringConstructor;
|
|
@@ -1326,7 +1326,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1326
1326
|
} : Omit<{
|
|
1327
1327
|
type: StringConstructor;
|
|
1328
1328
|
default: string;
|
|
1329
|
-
}, "
|
|
1329
|
+
}, "type" | "default"> & {
|
|
1330
1330
|
type: PropType<unknown extends Defaults["origin"] ? string : string | Defaults["origin"]>;
|
|
1331
1331
|
default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
|
|
1332
1332
|
};
|
|
@@ -1336,7 +1336,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1336
1336
|
} : Omit<{
|
|
1337
1337
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1338
1338
|
default: number;
|
|
1339
|
-
}, "
|
|
1339
|
+
}, "type" | "default"> & {
|
|
1340
1340
|
type: PropType<unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"]>;
|
|
1341
1341
|
default: unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"];
|
|
1342
1342
|
};
|
|
@@ -1366,7 +1366,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1366
1366
|
} : Omit<{
|
|
1367
1367
|
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
1368
1368
|
validator(value: string): boolean;
|
|
1369
|
-
}, "
|
|
1369
|
+
}, "type" | "default"> & {
|
|
1370
1370
|
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
1371
1371
|
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
1372
1372
|
};
|
|
@@ -1382,7 +1382,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1382
1382
|
type: PropType<string>;
|
|
1383
1383
|
} : Omit<{
|
|
1384
1384
|
type: PropType<string>;
|
|
1385
|
-
}, "
|
|
1385
|
+
}, "type" | "default"> & {
|
|
1386
1386
|
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
1387
1387
|
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
1388
1388
|
};
|
|
@@ -1396,7 +1396,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1396
1396
|
} : Omit<{
|
|
1397
1397
|
type: PropType<string | number>;
|
|
1398
1398
|
default: number;
|
|
1399
|
-
}, "
|
|
1399
|
+
}, "type" | "default"> & {
|
|
1400
1400
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
1401
1401
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
1402
1402
|
};
|
|
@@ -1408,7 +1408,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1408
1408
|
type: PropType<string | number>;
|
|
1409
1409
|
} : Omit<{
|
|
1410
1410
|
type: PropType<string | number>;
|
|
1411
|
-
}, "
|
|
1411
|
+
}, "type" | "default"> & {
|
|
1412
1412
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
1413
1413
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
1414
1414
|
};
|
|
@@ -1422,7 +1422,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1422
1422
|
} : Omit<{
|
|
1423
1423
|
type: PropType<string>;
|
|
1424
1424
|
default: string;
|
|
1425
|
-
}, "
|
|
1425
|
+
}, "type" | "default"> & {
|
|
1426
1426
|
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
1427
1427
|
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
1428
1428
|
};
|
|
@@ -1434,7 +1434,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1434
1434
|
type: PropType<any>;
|
|
1435
1435
|
} : Omit<{
|
|
1436
1436
|
type: PropType<any>;
|
|
1437
|
-
}, "
|
|
1437
|
+
}, "type" | "default"> & {
|
|
1438
1438
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
1439
1439
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
1440
1440
|
};
|
|
@@ -1444,7 +1444,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1444
1444
|
} : Omit<{
|
|
1445
1445
|
type: PropType<boolean>;
|
|
1446
1446
|
default: boolean;
|
|
1447
|
-
}, "
|
|
1447
|
+
}, "type" | "default"> & {
|
|
1448
1448
|
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
1449
1449
|
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
1450
1450
|
};
|
|
@@ -1454,7 +1454,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1454
1454
|
} : Omit<{
|
|
1455
1455
|
type: PropType<boolean>;
|
|
1456
1456
|
default: boolean;
|
|
1457
|
-
}, "
|
|
1457
|
+
}, "type" | "default"> & {
|
|
1458
1458
|
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
1459
1459
|
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
1460
1460
|
};
|
|
@@ -1464,7 +1464,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1464
1464
|
} : Omit<{
|
|
1465
1465
|
type: PropType<boolean>;
|
|
1466
1466
|
default: () => false;
|
|
1467
|
-
}, "
|
|
1467
|
+
}, "type" | "default"> & {
|
|
1468
1468
|
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
1469
1469
|
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
1470
1470
|
};
|
|
@@ -1486,7 +1486,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1486
1486
|
} : Omit<{
|
|
1487
1487
|
type: PropType<string>;
|
|
1488
1488
|
default: string;
|
|
1489
|
-
}, "
|
|
1489
|
+
}, "type" | "default"> & {
|
|
1490
1490
|
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
1491
1491
|
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
1492
1492
|
};
|
|
@@ -1524,7 +1524,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1524
1524
|
} : Omit<{
|
|
1525
1525
|
type: PropType<string>;
|
|
1526
1526
|
default: string;
|
|
1527
|
-
}, "
|
|
1527
|
+
}, "type" | "default"> & {
|
|
1528
1528
|
type: PropType<unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"]>;
|
|
1529
1529
|
default: unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"];
|
|
1530
1530
|
};
|
|
@@ -1534,7 +1534,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1534
1534
|
} : Omit<{
|
|
1535
1535
|
type: PropType<string>;
|
|
1536
1536
|
default: string;
|
|
1537
|
-
}, "
|
|
1537
|
+
}, "type" | "default"> & {
|
|
1538
1538
|
type: PropType<unknown extends Defaults["type"] ? string : string | Defaults["type"]>;
|
|
1539
1539
|
default: unknown extends Defaults["type"] ? string : string | Defaults["type"];
|
|
1540
1540
|
};
|
|
@@ -1548,23 +1548,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1548
1548
|
} : Omit<{
|
|
1549
1549
|
type: PropType<any[]>;
|
|
1550
1550
|
default: () => never[];
|
|
1551
|
-
}, "
|
|
1551
|
+
}, "type" | "default"> & {
|
|
1552
1552
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
1553
1553
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
1554
1554
|
};
|
|
1555
1555
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
1556
1556
|
type: PropType<string>;
|
|
1557
1557
|
default: string;
|
|
1558
|
-
}, "
|
|
1558
|
+
}, "type" | "default"> & {
|
|
1559
1559
|
type: PropType<string>;
|
|
1560
1560
|
default: string;
|
|
1561
1561
|
} : Omit<Omit<{
|
|
1562
1562
|
type: PropType<string>;
|
|
1563
1563
|
default: string;
|
|
1564
|
-
}, "
|
|
1564
|
+
}, "type" | "default"> & {
|
|
1565
1565
|
type: PropType<string>;
|
|
1566
1566
|
default: string;
|
|
1567
|
-
}, "
|
|
1567
|
+
}, "type" | "default"> & {
|
|
1568
1568
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
1569
1569
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
1570
1570
|
};
|
|
@@ -1574,23 +1574,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1574
1574
|
} : Omit<{
|
|
1575
1575
|
type: PropType<string>;
|
|
1576
1576
|
default: string;
|
|
1577
|
-
}, "
|
|
1577
|
+
}, "type" | "default"> & {
|
|
1578
1578
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
1579
1579
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
1580
1580
|
};
|
|
1581
1581
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
1582
1582
|
type: PropType<string | boolean>;
|
|
1583
1583
|
default: string;
|
|
1584
|
-
}, "
|
|
1584
|
+
}, "type" | "default"> & {
|
|
1585
1585
|
type: PropType<NonNullable<string | boolean>>;
|
|
1586
1586
|
default: NonNullable<string | boolean>;
|
|
1587
1587
|
} : Omit<Omit<{
|
|
1588
1588
|
type: PropType<string | boolean>;
|
|
1589
1589
|
default: string;
|
|
1590
|
-
}, "
|
|
1590
|
+
}, "type" | "default"> & {
|
|
1591
1591
|
type: PropType<NonNullable<string | boolean>>;
|
|
1592
1592
|
default: NonNullable<string | boolean>;
|
|
1593
|
-
}, "
|
|
1593
|
+
}, "type" | "default"> & {
|
|
1594
1594
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
1595
1595
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
1596
1596
|
};
|
|
@@ -1612,7 +1612,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1612
1612
|
} : Omit<{
|
|
1613
1613
|
type: PropType<SelectEquals>;
|
|
1614
1614
|
default: typeof deepEqual;
|
|
1615
|
-
}, "
|
|
1615
|
+
}, "type" | "default"> & {
|
|
1616
1616
|
type: PropType<unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"]>;
|
|
1617
1617
|
default: unknown extends Defaults["valueEquals"] ? SelectEquals : SelectEquals | Defaults["valueEquals"];
|
|
1618
1618
|
};
|
|
@@ -1622,18 +1622,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1622
1622
|
};
|
|
1623
1623
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
1624
1624
|
type: PropType<Partial<{
|
|
1625
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1626
1625
|
disabled: boolean;
|
|
1627
|
-
|
|
1628
|
-
openDelay: number;
|
|
1629
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1630
|
-
is?: import('vue').Component | undefined;
|
|
1631
|
-
})>;
|
|
1626
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
1632
1627
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1633
|
-
position: "default" | "
|
|
1628
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1634
1629
|
origin: string;
|
|
1635
1630
|
viewportMargin: string | number | unknown[];
|
|
1636
1631
|
zIndex: string | number;
|
|
1632
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1633
|
+
is?: import('vue').Component | undefined;
|
|
1634
|
+
})>;
|
|
1635
|
+
closeDelay: number;
|
|
1636
|
+
openDelay: number;
|
|
1637
1637
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1638
1638
|
contentStyles: import('vue').CSSProperties;
|
|
1639
1639
|
openOnHover: boolean;
|
|
@@ -1642,18 +1642,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1642
1642
|
openOnClickBase: boolean;
|
|
1643
1643
|
closeCondition: boolean | Function;
|
|
1644
1644
|
}> & Omit<{
|
|
1645
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1646
1645
|
readonly disabled: boolean;
|
|
1647
|
-
readonly
|
|
1648
|
-
readonly openDelay: number;
|
|
1649
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1650
|
-
is?: import('vue').Component | undefined;
|
|
1651
|
-
})>;
|
|
1646
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
1652
1647
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1653
|
-
readonly position: "default" | "
|
|
1648
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1654
1649
|
readonly origin: string;
|
|
1655
1650
|
readonly viewportMargin: string | number | unknown[];
|
|
1656
1651
|
readonly zIndex: string | number;
|
|
1652
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1653
|
+
is?: import('vue').Component | undefined;
|
|
1654
|
+
})>;
|
|
1655
|
+
readonly closeDelay: number;
|
|
1656
|
+
readonly openDelay: number;
|
|
1657
1657
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1658
1658
|
readonly contentStyles: import('vue').CSSProperties;
|
|
1659
1659
|
readonly openOnHover: boolean;
|
|
@@ -1661,11 +1661,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1661
1661
|
readonly preventClip: boolean;
|
|
1662
1662
|
readonly openOnClickBase: boolean;
|
|
1663
1663
|
readonly base?: import('../layer/base').BaseType;
|
|
1664
|
+
readonly modelValue?: boolean | undefined;
|
|
1664
1665
|
readonly width?: string | number | undefined;
|
|
1665
1666
|
readonly height?: string | number | undefined;
|
|
1666
|
-
readonly modelValue?: boolean | undefined;
|
|
1667
1667
|
readonly theme?: string | undefined;
|
|
1668
|
-
readonly classes?: string | Record<string, any> |
|
|
1668
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1669
1669
|
readonly minWidth?: string | number | undefined;
|
|
1670
1670
|
readonly offset?: string | number | number[] | undefined;
|
|
1671
1671
|
readonly minHeight?: string | number | undefined;
|
|
@@ -1675,10 +1675,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1675
1675
|
readonly scrim?: boolean | undefined;
|
|
1676
1676
|
readonly scrimOpacity?: number | undefined;
|
|
1677
1677
|
readonly eager?: boolean | undefined;
|
|
1678
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
1678
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1679
1679
|
readonly closeClickScrim?: boolean | undefined;
|
|
1680
1680
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1681
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
1681
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1682
1682
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1683
1683
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1684
1684
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -1689,7 +1689,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1689
1689
|
is?: import('vue').Component | undefined;
|
|
1690
1690
|
})>;
|
|
1691
1691
|
default: string;
|
|
1692
|
-
}, "
|
|
1692
|
+
}, "type" | "default"> & {
|
|
1693
1693
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
1694
1694
|
is?: import('vue').Component | undefined;
|
|
1695
1695
|
})>>;
|
|
@@ -1708,23 +1708,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1708
1708
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1709
1709
|
default: string;
|
|
1710
1710
|
validator: (val: any) => boolean;
|
|
1711
|
-
}, "
|
|
1711
|
+
}, "type" | "default"> & {
|
|
1712
1712
|
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
1713
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1714
1714
|
};
|
|
1715
1715
|
coordinateStrategy: Omit<{
|
|
1716
1716
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1717
1717
|
default: string;
|
|
1718
|
-
}, "
|
|
1718
|
+
}, "type" | "default"> & {
|
|
1719
1719
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
1720
1720
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1721
1721
|
};
|
|
1722
1722
|
position: {
|
|
1723
|
-
type: PropType<"default" | "
|
|
1723
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1724
1724
|
default: string;
|
|
1725
1725
|
};
|
|
1726
1726
|
align: {
|
|
1727
|
-
type: PropType<"
|
|
1727
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
1728
1728
|
default: string;
|
|
1729
1729
|
};
|
|
1730
1730
|
origin: {
|
|
@@ -1756,10 +1756,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1756
1756
|
type: PropType<boolean>;
|
|
1757
1757
|
};
|
|
1758
1758
|
classes: {
|
|
1759
|
-
type: PropType<string | Record<string, any
|
|
1759
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1760
1760
|
};
|
|
1761
1761
|
contentClasses: {
|
|
1762
|
-
type: PropType<string | Record<string, any
|
|
1762
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1763
1763
|
};
|
|
1764
1764
|
closeClickScrim: {
|
|
1765
1765
|
type: PropType<boolean>;
|
|
@@ -1790,7 +1790,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1790
1790
|
};
|
|
1791
1791
|
contained: BooleanConstructor;
|
|
1792
1792
|
menuClasses: {
|
|
1793
|
-
type: PropType<string | Record<string, any
|
|
1793
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1794
1794
|
};
|
|
1795
1795
|
openOnClickBase: {
|
|
1796
1796
|
type: PropType<boolean>;
|
|
@@ -1808,21 +1808,21 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1808
1808
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1809
1809
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1810
1810
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1811
|
-
}, "
|
|
1811
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1812
1812
|
} : Omit<{
|
|
1813
1813
|
type: PropType<Partial<{
|
|
1814
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1815
1814
|
disabled: boolean;
|
|
1816
|
-
|
|
1817
|
-
openDelay: number;
|
|
1818
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1819
|
-
is?: import('vue').Component | undefined;
|
|
1820
|
-
})>;
|
|
1815
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
1821
1816
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1822
|
-
position: "default" | "
|
|
1817
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1823
1818
|
origin: string;
|
|
1824
1819
|
viewportMargin: string | number | unknown[];
|
|
1825
1820
|
zIndex: string | number;
|
|
1821
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1822
|
+
is?: import('vue').Component | undefined;
|
|
1823
|
+
})>;
|
|
1824
|
+
closeDelay: number;
|
|
1825
|
+
openDelay: number;
|
|
1826
1826
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1827
1827
|
contentStyles: import('vue').CSSProperties;
|
|
1828
1828
|
openOnHover: boolean;
|
|
@@ -1831,18 +1831,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1831
1831
|
openOnClickBase: boolean;
|
|
1832
1832
|
closeCondition: boolean | Function;
|
|
1833
1833
|
}> & Omit<{
|
|
1834
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1835
1834
|
readonly disabled: boolean;
|
|
1836
|
-
readonly
|
|
1837
|
-
readonly openDelay: number;
|
|
1838
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1839
|
-
is?: import('vue').Component | undefined;
|
|
1840
|
-
})>;
|
|
1835
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
1841
1836
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1842
|
-
readonly position: "default" | "
|
|
1837
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1843
1838
|
readonly origin: string;
|
|
1844
1839
|
readonly viewportMargin: string | number | unknown[];
|
|
1845
1840
|
readonly zIndex: string | number;
|
|
1841
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1842
|
+
is?: import('vue').Component | undefined;
|
|
1843
|
+
})>;
|
|
1844
|
+
readonly closeDelay: number;
|
|
1845
|
+
readonly openDelay: number;
|
|
1846
1846
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1847
1847
|
readonly contentStyles: import('vue').CSSProperties;
|
|
1848
1848
|
readonly openOnHover: boolean;
|
|
@@ -1850,11 +1850,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1850
1850
|
readonly preventClip: boolean;
|
|
1851
1851
|
readonly openOnClickBase: boolean;
|
|
1852
1852
|
readonly base?: import('../layer/base').BaseType;
|
|
1853
|
+
readonly modelValue?: boolean | undefined;
|
|
1853
1854
|
readonly width?: string | number | undefined;
|
|
1854
1855
|
readonly height?: string | number | undefined;
|
|
1855
|
-
readonly modelValue?: boolean | undefined;
|
|
1856
1856
|
readonly theme?: string | undefined;
|
|
1857
|
-
readonly classes?: string | Record<string, any> |
|
|
1857
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1858
1858
|
readonly minWidth?: string | number | undefined;
|
|
1859
1859
|
readonly offset?: string | number | number[] | undefined;
|
|
1860
1860
|
readonly minHeight?: string | number | undefined;
|
|
@@ -1864,10 +1864,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1864
1864
|
readonly scrim?: boolean | undefined;
|
|
1865
1865
|
readonly scrimOpacity?: number | undefined;
|
|
1866
1866
|
readonly eager?: boolean | undefined;
|
|
1867
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
1867
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1868
1868
|
readonly closeClickScrim?: boolean | undefined;
|
|
1869
1869
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1870
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
1870
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1871
1871
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1872
1872
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1873
1873
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -1878,7 +1878,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1878
1878
|
is?: import('vue').Component | undefined;
|
|
1879
1879
|
})>;
|
|
1880
1880
|
default: string;
|
|
1881
|
-
}, "
|
|
1881
|
+
}, "type" | "default"> & {
|
|
1882
1882
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
1883
1883
|
is?: import('vue').Component | undefined;
|
|
1884
1884
|
})>>;
|
|
@@ -1897,23 +1897,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1897
1897
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1898
1898
|
default: string;
|
|
1899
1899
|
validator: (val: any) => boolean;
|
|
1900
|
-
}, "
|
|
1900
|
+
}, "type" | "default"> & {
|
|
1901
1901
|
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
1902
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1903
1903
|
};
|
|
1904
1904
|
coordinateStrategy: Omit<{
|
|
1905
1905
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1906
1906
|
default: string;
|
|
1907
|
-
}, "
|
|
1907
|
+
}, "type" | "default"> & {
|
|
1908
1908
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
1909
1909
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1910
1910
|
};
|
|
1911
1911
|
position: {
|
|
1912
|
-
type: PropType<"default" | "
|
|
1912
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1913
1913
|
default: string;
|
|
1914
1914
|
};
|
|
1915
1915
|
align: {
|
|
1916
|
-
type: PropType<"
|
|
1916
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
1917
1917
|
default: string;
|
|
1918
1918
|
};
|
|
1919
1919
|
origin: {
|
|
@@ -1945,10 +1945,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1945
1945
|
type: PropType<boolean>;
|
|
1946
1946
|
};
|
|
1947
1947
|
classes: {
|
|
1948
|
-
type: PropType<string | Record<string, any
|
|
1948
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1949
1949
|
};
|
|
1950
1950
|
contentClasses: {
|
|
1951
|
-
type: PropType<string | Record<string, any
|
|
1951
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1952
1952
|
};
|
|
1953
1953
|
closeClickScrim: {
|
|
1954
1954
|
type: PropType<boolean>;
|
|
@@ -1979,7 +1979,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1979
1979
|
};
|
|
1980
1980
|
contained: BooleanConstructor;
|
|
1981
1981
|
menuClasses: {
|
|
1982
|
-
type: PropType<string | Record<string, any
|
|
1982
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
1983
1983
|
};
|
|
1984
1984
|
openOnClickBase: {
|
|
1985
1985
|
type: PropType<boolean>;
|
|
@@ -1997,21 +1997,21 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1997
1997
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1998
1998
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1999
1999
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2000
|
-
}, "
|
|
2001
|
-
}, "
|
|
2000
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
2001
|
+
}, "type" | "default"> & {
|
|
2002
2002
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
2003
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2004
2003
|
disabled: boolean;
|
|
2005
|
-
|
|
2006
|
-
openDelay: number;
|
|
2007
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2008
|
-
is?: import('vue').Component | undefined;
|
|
2009
|
-
})>;
|
|
2004
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
2010
2005
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2011
|
-
position: "default" | "
|
|
2006
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2012
2007
|
origin: string;
|
|
2013
2008
|
viewportMargin: string | number | unknown[];
|
|
2014
2009
|
zIndex: string | number;
|
|
2010
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2011
|
+
is?: import('vue').Component | undefined;
|
|
2012
|
+
})>;
|
|
2013
|
+
closeDelay: number;
|
|
2014
|
+
openDelay: number;
|
|
2015
2015
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2016
2016
|
contentStyles: import('vue').CSSProperties;
|
|
2017
2017
|
openOnHover: boolean;
|
|
@@ -2020,18 +2020,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2020
2020
|
openOnClickBase: boolean;
|
|
2021
2021
|
closeCondition: boolean | Function;
|
|
2022
2022
|
}> & Omit<{
|
|
2023
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2024
2023
|
readonly disabled: boolean;
|
|
2025
|
-
readonly
|
|
2026
|
-
readonly openDelay: number;
|
|
2027
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2028
|
-
is?: import('vue').Component | undefined;
|
|
2029
|
-
})>;
|
|
2024
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
2030
2025
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2031
|
-
readonly position: "default" | "
|
|
2026
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2032
2027
|
readonly origin: string;
|
|
2033
2028
|
readonly viewportMargin: string | number | unknown[];
|
|
2034
2029
|
readonly zIndex: string | number;
|
|
2030
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2031
|
+
is?: import('vue').Component | undefined;
|
|
2032
|
+
})>;
|
|
2033
|
+
readonly closeDelay: number;
|
|
2034
|
+
readonly openDelay: number;
|
|
2035
2035
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2036
2036
|
readonly contentStyles: import('vue').CSSProperties;
|
|
2037
2037
|
readonly openOnHover: boolean;
|
|
@@ -2039,11 +2039,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2039
2039
|
readonly preventClip: boolean;
|
|
2040
2040
|
readonly openOnClickBase: boolean;
|
|
2041
2041
|
readonly base?: import('../layer/base').BaseType;
|
|
2042
|
+
readonly modelValue?: boolean | undefined;
|
|
2042
2043
|
readonly width?: string | number | undefined;
|
|
2043
2044
|
readonly height?: string | number | undefined;
|
|
2044
|
-
readonly modelValue?: boolean | undefined;
|
|
2045
2045
|
readonly theme?: string | undefined;
|
|
2046
|
-
readonly classes?: string | Record<string, any> |
|
|
2046
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2047
2047
|
readonly minWidth?: string | number | undefined;
|
|
2048
2048
|
readonly offset?: string | number | number[] | undefined;
|
|
2049
2049
|
readonly minHeight?: string | number | undefined;
|
|
@@ -2053,10 +2053,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2053
2053
|
readonly scrim?: boolean | undefined;
|
|
2054
2054
|
readonly scrimOpacity?: number | undefined;
|
|
2055
2055
|
readonly eager?: boolean | undefined;
|
|
2056
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2056
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2057
2057
|
readonly closeClickScrim?: boolean | undefined;
|
|
2058
2058
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2059
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2059
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2060
2060
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2061
2061
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2062
2062
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2067,7 +2067,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2067
2067
|
is?: import('vue').Component | undefined;
|
|
2068
2068
|
})>;
|
|
2069
2069
|
default: string;
|
|
2070
|
-
}, "
|
|
2070
|
+
}, "type" | "default"> & {
|
|
2071
2071
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2072
2072
|
is?: import('vue').Component | undefined;
|
|
2073
2073
|
})>>;
|
|
@@ -2086,23 +2086,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2086
2086
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2087
2087
|
default: string;
|
|
2088
2088
|
validator: (val: any) => boolean;
|
|
2089
|
-
}, "
|
|
2089
|
+
}, "type" | "default"> & {
|
|
2090
2090
|
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
2091
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2092
2092
|
};
|
|
2093
2093
|
coordinateStrategy: Omit<{
|
|
2094
2094
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2095
2095
|
default: string;
|
|
2096
|
-
}, "
|
|
2096
|
+
}, "type" | "default"> & {
|
|
2097
2097
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2098
2098
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2099
2099
|
};
|
|
2100
2100
|
position: {
|
|
2101
|
-
type: PropType<"default" | "
|
|
2101
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
2102
2102
|
default: string;
|
|
2103
2103
|
};
|
|
2104
2104
|
align: {
|
|
2105
|
-
type: PropType<"
|
|
2105
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
2106
2106
|
default: string;
|
|
2107
2107
|
};
|
|
2108
2108
|
origin: {
|
|
@@ -2134,10 +2134,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2134
2134
|
type: PropType<boolean>;
|
|
2135
2135
|
};
|
|
2136
2136
|
classes: {
|
|
2137
|
-
type: PropType<string | Record<string, any
|
|
2137
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2138
2138
|
};
|
|
2139
2139
|
contentClasses: {
|
|
2140
|
-
type: PropType<string | Record<string, any
|
|
2140
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2141
2141
|
};
|
|
2142
2142
|
closeClickScrim: {
|
|
2143
2143
|
type: PropType<boolean>;
|
|
@@ -2168,7 +2168,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2168
2168
|
};
|
|
2169
2169
|
contained: BooleanConstructor;
|
|
2170
2170
|
menuClasses: {
|
|
2171
|
-
type: PropType<string | Record<string, any
|
|
2171
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2172
2172
|
};
|
|
2173
2173
|
openOnClickBase: {
|
|
2174
2174
|
type: PropType<boolean>;
|
|
@@ -2186,19 +2186,19 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2186
2186
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2187
2187
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2188
2188
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2189
|
-
}, "
|
|
2190
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2189
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
2191
2190
|
disabled: boolean;
|
|
2192
|
-
|
|
2193
|
-
openDelay: number;
|
|
2194
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2195
|
-
is?: import('vue').Component | undefined;
|
|
2196
|
-
})>;
|
|
2191
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
2197
2192
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2198
|
-
position: "default" | "
|
|
2193
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2199
2194
|
origin: string;
|
|
2200
2195
|
viewportMargin: string | number | unknown[];
|
|
2201
2196
|
zIndex: string | number;
|
|
2197
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2198
|
+
is?: import('vue').Component | undefined;
|
|
2199
|
+
})>;
|
|
2200
|
+
closeDelay: number;
|
|
2201
|
+
openDelay: number;
|
|
2202
2202
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2203
2203
|
contentStyles: import('vue').CSSProperties;
|
|
2204
2204
|
openOnHover: boolean;
|
|
@@ -2207,18 +2207,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2207
2207
|
openOnClickBase: boolean;
|
|
2208
2208
|
closeCondition: boolean | Function;
|
|
2209
2209
|
}> & Omit<{
|
|
2210
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2211
2210
|
readonly disabled: boolean;
|
|
2212
|
-
readonly
|
|
2213
|
-
readonly openDelay: number;
|
|
2214
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2215
|
-
is?: import('vue').Component | undefined;
|
|
2216
|
-
})>;
|
|
2211
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
2217
2212
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2218
|
-
readonly position: "default" | "
|
|
2213
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2219
2214
|
readonly origin: string;
|
|
2220
2215
|
readonly viewportMargin: string | number | unknown[];
|
|
2221
2216
|
readonly zIndex: string | number;
|
|
2217
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2218
|
+
is?: import('vue').Component | undefined;
|
|
2219
|
+
})>;
|
|
2220
|
+
readonly closeDelay: number;
|
|
2221
|
+
readonly openDelay: number;
|
|
2222
2222
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2223
2223
|
readonly contentStyles: import('vue').CSSProperties;
|
|
2224
2224
|
readonly openOnHover: boolean;
|
|
@@ -2226,11 +2226,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2226
2226
|
readonly preventClip: boolean;
|
|
2227
2227
|
readonly openOnClickBase: boolean;
|
|
2228
2228
|
readonly base?: import('../layer/base').BaseType;
|
|
2229
|
+
readonly modelValue?: boolean | undefined;
|
|
2229
2230
|
readonly width?: string | number | undefined;
|
|
2230
2231
|
readonly height?: string | number | undefined;
|
|
2231
|
-
readonly modelValue?: boolean | undefined;
|
|
2232
2232
|
readonly theme?: string | undefined;
|
|
2233
|
-
readonly classes?: string | Record<string, any> |
|
|
2233
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2234
2234
|
readonly minWidth?: string | number | undefined;
|
|
2235
2235
|
readonly offset?: string | number | number[] | undefined;
|
|
2236
2236
|
readonly minHeight?: string | number | undefined;
|
|
@@ -2240,10 +2240,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2240
2240
|
readonly scrim?: boolean | undefined;
|
|
2241
2241
|
readonly scrimOpacity?: number | undefined;
|
|
2242
2242
|
readonly eager?: boolean | undefined;
|
|
2243
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2243
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2244
2244
|
readonly closeClickScrim?: boolean | undefined;
|
|
2245
2245
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2246
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2246
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2247
2247
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2248
2248
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2249
2249
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2254,7 +2254,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2254
2254
|
is?: import('vue').Component | undefined;
|
|
2255
2255
|
})>;
|
|
2256
2256
|
default: string;
|
|
2257
|
-
}, "
|
|
2257
|
+
}, "type" | "default"> & {
|
|
2258
2258
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2259
2259
|
is?: import('vue').Component | undefined;
|
|
2260
2260
|
})>>;
|
|
@@ -2273,23 +2273,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2273
2273
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2274
2274
|
default: string;
|
|
2275
2275
|
validator: (val: any) => boolean;
|
|
2276
|
-
}, "
|
|
2276
|
+
}, "type" | "default"> & {
|
|
2277
2277
|
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
2278
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2279
2279
|
};
|
|
2280
2280
|
coordinateStrategy: Omit<{
|
|
2281
2281
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2282
2282
|
default: string;
|
|
2283
|
-
}, "
|
|
2283
|
+
}, "type" | "default"> & {
|
|
2284
2284
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2285
2285
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2286
2286
|
};
|
|
2287
2287
|
position: {
|
|
2288
|
-
type: PropType<"default" | "
|
|
2288
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
2289
2289
|
default: string;
|
|
2290
2290
|
};
|
|
2291
2291
|
align: {
|
|
2292
|
-
type: PropType<"
|
|
2292
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
2293
2293
|
default: string;
|
|
2294
2294
|
};
|
|
2295
2295
|
origin: {
|
|
@@ -2321,10 +2321,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2321
2321
|
type: PropType<boolean>;
|
|
2322
2322
|
};
|
|
2323
2323
|
classes: {
|
|
2324
|
-
type: PropType<string | Record<string, any
|
|
2324
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2325
2325
|
};
|
|
2326
2326
|
contentClasses: {
|
|
2327
|
-
type: PropType<string | Record<string, any
|
|
2327
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2328
2328
|
};
|
|
2329
2329
|
closeClickScrim: {
|
|
2330
2330
|
type: PropType<boolean>;
|
|
@@ -2355,7 +2355,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2355
2355
|
};
|
|
2356
2356
|
contained: BooleanConstructor;
|
|
2357
2357
|
menuClasses: {
|
|
2358
|
-
type: PropType<string | Record<string, any
|
|
2358
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2359
2359
|
};
|
|
2360
2360
|
openOnClickBase: {
|
|
2361
2361
|
type: PropType<boolean>;
|
|
@@ -2373,20 +2373,20 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2373
2373
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2374
2374
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2375
2375
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2376
|
-
}, "
|
|
2376
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"]>;
|
|
2377
2377
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
2378
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2379
2378
|
disabled: boolean;
|
|
2380
|
-
|
|
2381
|
-
openDelay: number;
|
|
2382
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2383
|
-
is?: import('vue').Component | undefined;
|
|
2384
|
-
})>;
|
|
2379
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
2385
2380
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2386
|
-
position: "default" | "
|
|
2381
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2387
2382
|
origin: string;
|
|
2388
2383
|
viewportMargin: string | number | unknown[];
|
|
2389
2384
|
zIndex: string | number;
|
|
2385
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2386
|
+
is?: import('vue').Component | undefined;
|
|
2387
|
+
})>;
|
|
2388
|
+
closeDelay: number;
|
|
2389
|
+
openDelay: number;
|
|
2390
2390
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2391
2391
|
contentStyles: import('vue').CSSProperties;
|
|
2392
2392
|
openOnHover: boolean;
|
|
@@ -2395,18 +2395,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2395
2395
|
openOnClickBase: boolean;
|
|
2396
2396
|
closeCondition: boolean | Function;
|
|
2397
2397
|
}> & Omit<{
|
|
2398
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2399
2398
|
readonly disabled: boolean;
|
|
2400
|
-
readonly
|
|
2401
|
-
readonly openDelay: number;
|
|
2402
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2403
|
-
is?: import('vue').Component | undefined;
|
|
2404
|
-
})>;
|
|
2399
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
2405
2400
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2406
|
-
readonly position: "default" | "
|
|
2401
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2407
2402
|
readonly origin: string;
|
|
2408
2403
|
readonly viewportMargin: string | number | unknown[];
|
|
2409
2404
|
readonly zIndex: string | number;
|
|
2405
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2406
|
+
is?: import('vue').Component | undefined;
|
|
2407
|
+
})>;
|
|
2408
|
+
readonly closeDelay: number;
|
|
2409
|
+
readonly openDelay: number;
|
|
2410
2410
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2411
2411
|
readonly contentStyles: import('vue').CSSProperties;
|
|
2412
2412
|
readonly openOnHover: boolean;
|
|
@@ -2414,11 +2414,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2414
2414
|
readonly preventClip: boolean;
|
|
2415
2415
|
readonly openOnClickBase: boolean;
|
|
2416
2416
|
readonly base?: import('../layer/base').BaseType;
|
|
2417
|
+
readonly modelValue?: boolean | undefined;
|
|
2417
2418
|
readonly width?: string | number | undefined;
|
|
2418
2419
|
readonly height?: string | number | undefined;
|
|
2419
|
-
readonly modelValue?: boolean | undefined;
|
|
2420
2420
|
readonly theme?: string | undefined;
|
|
2421
|
-
readonly classes?: string | Record<string, any> |
|
|
2421
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2422
2422
|
readonly minWidth?: string | number | undefined;
|
|
2423
2423
|
readonly offset?: string | number | number[] | undefined;
|
|
2424
2424
|
readonly minHeight?: string | number | undefined;
|
|
@@ -2428,10 +2428,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2428
2428
|
readonly scrim?: boolean | undefined;
|
|
2429
2429
|
readonly scrimOpacity?: number | undefined;
|
|
2430
2430
|
readonly eager?: boolean | undefined;
|
|
2431
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2431
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2432
2432
|
readonly closeClickScrim?: boolean | undefined;
|
|
2433
2433
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2434
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2434
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2435
2435
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2436
2436
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2437
2437
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2442,7 +2442,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2442
2442
|
is?: import('vue').Component | undefined;
|
|
2443
2443
|
})>;
|
|
2444
2444
|
default: string;
|
|
2445
|
-
}, "
|
|
2445
|
+
}, "type" | "default"> & {
|
|
2446
2446
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2447
2447
|
is?: import('vue').Component | undefined;
|
|
2448
2448
|
})>>;
|
|
@@ -2461,23 +2461,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2461
2461
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2462
2462
|
default: string;
|
|
2463
2463
|
validator: (val: any) => boolean;
|
|
2464
|
-
}, "
|
|
2464
|
+
}, "type" | "default"> & {
|
|
2465
2465
|
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
2466
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2467
2467
|
};
|
|
2468
2468
|
coordinateStrategy: Omit<{
|
|
2469
2469
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2470
2470
|
default: string;
|
|
2471
|
-
}, "
|
|
2471
|
+
}, "type" | "default"> & {
|
|
2472
2472
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2473
2473
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2474
2474
|
};
|
|
2475
2475
|
position: {
|
|
2476
|
-
type: PropType<"default" | "
|
|
2476
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
2477
2477
|
default: string;
|
|
2478
2478
|
};
|
|
2479
2479
|
align: {
|
|
2480
|
-
type: PropType<"
|
|
2480
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
2481
2481
|
default: string;
|
|
2482
2482
|
};
|
|
2483
2483
|
origin: {
|
|
@@ -2509,10 +2509,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2509
2509
|
type: PropType<boolean>;
|
|
2510
2510
|
};
|
|
2511
2511
|
classes: {
|
|
2512
|
-
type: PropType<string | Record<string, any
|
|
2512
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2513
2513
|
};
|
|
2514
2514
|
contentClasses: {
|
|
2515
|
-
type: PropType<string | Record<string, any
|
|
2515
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2516
2516
|
};
|
|
2517
2517
|
closeClickScrim: {
|
|
2518
2518
|
type: PropType<boolean>;
|
|
@@ -2543,7 +2543,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2543
2543
|
};
|
|
2544
2544
|
contained: BooleanConstructor;
|
|
2545
2545
|
menuClasses: {
|
|
2546
|
-
type: PropType<string | Record<string, any
|
|
2546
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2547
2547
|
};
|
|
2548
2548
|
openOnClickBase: {
|
|
2549
2549
|
type: PropType<boolean>;
|
|
@@ -2561,19 +2561,19 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2561
2561
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2562
2562
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2563
2563
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2564
|
-
}, "
|
|
2565
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2564
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
2566
2565
|
disabled: boolean;
|
|
2567
|
-
|
|
2568
|
-
openDelay: number;
|
|
2569
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2570
|
-
is?: import('vue').Component | undefined;
|
|
2571
|
-
})>;
|
|
2566
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
2572
2567
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2573
|
-
position: "default" | "
|
|
2568
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2574
2569
|
origin: string;
|
|
2575
2570
|
viewportMargin: string | number | unknown[];
|
|
2576
2571
|
zIndex: string | number;
|
|
2572
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2573
|
+
is?: import('vue').Component | undefined;
|
|
2574
|
+
})>;
|
|
2575
|
+
closeDelay: number;
|
|
2576
|
+
openDelay: number;
|
|
2577
2577
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2578
2578
|
contentStyles: import('vue').CSSProperties;
|
|
2579
2579
|
openOnHover: boolean;
|
|
@@ -2582,18 +2582,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2582
2582
|
openOnClickBase: boolean;
|
|
2583
2583
|
closeCondition: boolean | Function;
|
|
2584
2584
|
}> & Omit<{
|
|
2585
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2586
2585
|
readonly disabled: boolean;
|
|
2587
|
-
readonly
|
|
2588
|
-
readonly openDelay: number;
|
|
2589
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2590
|
-
is?: import('vue').Component | undefined;
|
|
2591
|
-
})>;
|
|
2586
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
2592
2587
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2593
|
-
readonly position: "default" | "
|
|
2588
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2594
2589
|
readonly origin: string;
|
|
2595
2590
|
readonly viewportMargin: string | number | unknown[];
|
|
2596
2591
|
readonly zIndex: string | number;
|
|
2592
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2593
|
+
is?: import('vue').Component | undefined;
|
|
2594
|
+
})>;
|
|
2595
|
+
readonly closeDelay: number;
|
|
2596
|
+
readonly openDelay: number;
|
|
2597
2597
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2598
2598
|
readonly contentStyles: import('vue').CSSProperties;
|
|
2599
2599
|
readonly openOnHover: boolean;
|
|
@@ -2601,11 +2601,11 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2601
2601
|
readonly preventClip: boolean;
|
|
2602
2602
|
readonly openOnClickBase: boolean;
|
|
2603
2603
|
readonly base?: import('../layer/base').BaseType;
|
|
2604
|
+
readonly modelValue?: boolean | undefined;
|
|
2604
2605
|
readonly width?: string | number | undefined;
|
|
2605
2606
|
readonly height?: string | number | undefined;
|
|
2606
|
-
readonly modelValue?: boolean | undefined;
|
|
2607
2607
|
readonly theme?: string | undefined;
|
|
2608
|
-
readonly classes?: string | Record<string, any> |
|
|
2608
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2609
2609
|
readonly minWidth?: string | number | undefined;
|
|
2610
2610
|
readonly offset?: string | number | number[] | undefined;
|
|
2611
2611
|
readonly minHeight?: string | number | undefined;
|
|
@@ -2615,10 +2615,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2615
2615
|
readonly scrim?: boolean | undefined;
|
|
2616
2616
|
readonly scrimOpacity?: number | undefined;
|
|
2617
2617
|
readonly eager?: boolean | undefined;
|
|
2618
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2618
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2619
2619
|
readonly closeClickScrim?: boolean | undefined;
|
|
2620
2620
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2621
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2621
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2622
2622
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2623
2623
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2624
2624
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2629,7 +2629,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2629
2629
|
is?: import('vue').Component | undefined;
|
|
2630
2630
|
})>;
|
|
2631
2631
|
default: string;
|
|
2632
|
-
}, "
|
|
2632
|
+
}, "type" | "default"> & {
|
|
2633
2633
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2634
2634
|
is?: import('vue').Component | undefined;
|
|
2635
2635
|
})>>;
|
|
@@ -2648,23 +2648,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2648
2648
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2649
2649
|
default: string;
|
|
2650
2650
|
validator: (val: any) => boolean;
|
|
2651
|
-
}, "
|
|
2651
|
+
}, "type" | "default"> & {
|
|
2652
2652
|
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
2653
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2654
2654
|
};
|
|
2655
2655
|
coordinateStrategy: Omit<{
|
|
2656
2656
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2657
2657
|
default: string;
|
|
2658
|
-
}, "
|
|
2658
|
+
}, "type" | "default"> & {
|
|
2659
2659
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2660
2660
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2661
2661
|
};
|
|
2662
2662
|
position: {
|
|
2663
|
-
type: PropType<"default" | "
|
|
2663
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
2664
2664
|
default: string;
|
|
2665
2665
|
};
|
|
2666
2666
|
align: {
|
|
2667
|
-
type: PropType<"
|
|
2667
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
2668
2668
|
default: string;
|
|
2669
2669
|
};
|
|
2670
2670
|
origin: {
|
|
@@ -2696,10 +2696,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2696
2696
|
type: PropType<boolean>;
|
|
2697
2697
|
};
|
|
2698
2698
|
classes: {
|
|
2699
|
-
type: PropType<string | Record<string, any
|
|
2699
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2700
2700
|
};
|
|
2701
2701
|
contentClasses: {
|
|
2702
|
-
type: PropType<string | Record<string, any
|
|
2702
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2703
2703
|
};
|
|
2704
2704
|
closeClickScrim: {
|
|
2705
2705
|
type: PropType<boolean>;
|
|
@@ -2730,7 +2730,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2730
2730
|
};
|
|
2731
2731
|
contained: BooleanConstructor;
|
|
2732
2732
|
menuClasses: {
|
|
2733
|
-
type: PropType<string | Record<string, any
|
|
2733
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2734
2734
|
};
|
|
2735
2735
|
openOnClickBase: {
|
|
2736
2736
|
type: PropType<boolean>;
|
|
@@ -2748,7 +2748,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2748
2748
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2749
2749
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2750
2750
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2751
|
-
}, "
|
|
2751
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"];
|
|
2752
2752
|
};
|
|
2753
2753
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
2754
2754
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -2756,7 +2756,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2756
2756
|
} : Omit<{
|
|
2757
2757
|
type: (NumberConstructor | StringConstructor)[];
|
|
2758
2758
|
default: number;
|
|
2759
|
-
}, "
|
|
2759
|
+
}, "type" | "default"> & {
|
|
2760
2760
|
type: PropType<unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"]>;
|
|
2761
2761
|
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
2762
2762
|
};
|
|
@@ -2766,7 +2766,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2766
2766
|
} : Omit<{
|
|
2767
2767
|
type: PropType<YIconIconProp>;
|
|
2768
2768
|
default: string;
|
|
2769
|
-
}, "
|
|
2769
|
+
}, "type" | "default"> & {
|
|
2770
2770
|
type: PropType<unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"]>;
|
|
2771
2771
|
default: unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"];
|
|
2772
2772
|
};
|
|
@@ -2776,7 +2776,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2776
2776
|
} : Omit<{
|
|
2777
2777
|
type: PropType<number>;
|
|
2778
2778
|
default: number;
|
|
2779
|
-
}, "
|
|
2779
|
+
}, "type" | "default"> & {
|
|
2780
2780
|
type: PropType<unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"]>;
|
|
2781
2781
|
default: unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"];
|
|
2782
2782
|
};
|
|
@@ -2786,25 +2786,25 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2786
2786
|
} : Omit<{
|
|
2787
2787
|
type: PropType<number>;
|
|
2788
2788
|
default: number;
|
|
2789
|
-
}, "
|
|
2789
|
+
}, "type" | "default"> & {
|
|
2790
2790
|
type: PropType<unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"]>;
|
|
2791
2791
|
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
2792
2792
|
};
|
|
2793
2793
|
};
|
|
2794
2794
|
export declare const YSelect: import('vue').DefineComponent<{
|
|
2795
2795
|
align: {
|
|
2796
|
-
type: PropType<"
|
|
2796
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
2797
2797
|
default: string;
|
|
2798
2798
|
};
|
|
2799
2799
|
offset: {
|
|
2800
2800
|
type: PropType<string | number | number[]>;
|
|
2801
2801
|
};
|
|
2802
2802
|
position: Omit<{
|
|
2803
|
-
type: PropType<"default" | "
|
|
2803
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
2804
2804
|
default: string;
|
|
2805
|
-
}, "
|
|
2806
|
-
type: PropType<NonNullable<"default" | "
|
|
2807
|
-
default: NonNullable<"default" | "
|
|
2805
|
+
}, "type" | "default"> & {
|
|
2806
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
2807
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
2808
2808
|
};
|
|
2809
2809
|
origin: {
|
|
2810
2810
|
type: StringConstructor;
|
|
@@ -2888,7 +2888,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2888
2888
|
itemKey: Omit<{
|
|
2889
2889
|
type: PropType<string>;
|
|
2890
2890
|
default: string;
|
|
2891
|
-
}, "
|
|
2891
|
+
}, "type" | "default"> & {
|
|
2892
2892
|
type: PropType<string>;
|
|
2893
2893
|
default: string;
|
|
2894
2894
|
};
|
|
@@ -2899,7 +2899,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2899
2899
|
itemChildren: Omit<{
|
|
2900
2900
|
type: PropType<string | boolean>;
|
|
2901
2901
|
default: string;
|
|
2902
|
-
}, "
|
|
2902
|
+
}, "type" | "default"> & {
|
|
2903
2903
|
type: PropType<NonNullable<string | boolean>>;
|
|
2904
2904
|
default: NonNullable<string | boolean>;
|
|
2905
2905
|
};
|
|
@@ -2913,18 +2913,18 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2913
2913
|
defaultSelect: BooleanConstructor;
|
|
2914
2914
|
menuProps: {
|
|
2915
2915
|
type: PropType<Partial<{
|
|
2916
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2917
2916
|
disabled: boolean;
|
|
2918
|
-
|
|
2919
|
-
openDelay: number;
|
|
2920
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2921
|
-
is?: import('vue').Component | undefined;
|
|
2922
|
-
})>;
|
|
2917
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
2923
2918
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2924
|
-
position: "default" | "
|
|
2919
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2925
2920
|
origin: string;
|
|
2926
2921
|
viewportMargin: string | number | unknown[];
|
|
2927
2922
|
zIndex: string | number;
|
|
2923
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2924
|
+
is?: import('vue').Component | undefined;
|
|
2925
|
+
})>;
|
|
2926
|
+
closeDelay: number;
|
|
2927
|
+
openDelay: number;
|
|
2928
2928
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2929
2929
|
contentStyles: import('vue').CSSProperties;
|
|
2930
2930
|
openOnHover: boolean;
|
|
@@ -2933,18 +2933,18 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2933
2933
|
openOnClickBase: boolean;
|
|
2934
2934
|
closeCondition: boolean | Function;
|
|
2935
2935
|
}> & Omit<{
|
|
2936
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
2937
2936
|
readonly disabled: boolean;
|
|
2938
|
-
readonly
|
|
2939
|
-
readonly openDelay: number;
|
|
2940
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2941
|
-
is?: import('vue').Component | undefined;
|
|
2942
|
-
})>;
|
|
2937
|
+
readonly align: "bottom" | "center" | "top" | "start" | "end";
|
|
2943
2938
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2944
|
-
readonly position: "default" | "
|
|
2939
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
2945
2940
|
readonly origin: string;
|
|
2946
2941
|
readonly viewportMargin: string | number | unknown[];
|
|
2947
2942
|
readonly zIndex: string | number;
|
|
2943
|
+
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2944
|
+
is?: import('vue').Component | undefined;
|
|
2945
|
+
})>;
|
|
2946
|
+
readonly closeDelay: number;
|
|
2947
|
+
readonly openDelay: number;
|
|
2948
2948
|
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2949
2949
|
readonly contentStyles: import('vue').CSSProperties;
|
|
2950
2950
|
readonly openOnHover: boolean;
|
|
@@ -2952,11 +2952,11 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2952
2952
|
readonly preventClip: boolean;
|
|
2953
2953
|
readonly openOnClickBase: boolean;
|
|
2954
2954
|
readonly base?: import('../layer/base').BaseType;
|
|
2955
|
+
readonly modelValue?: boolean | undefined;
|
|
2955
2956
|
readonly width?: string | number | undefined;
|
|
2956
2957
|
readonly height?: string | number | undefined;
|
|
2957
|
-
readonly modelValue?: boolean | undefined;
|
|
2958
2958
|
readonly theme?: string | undefined;
|
|
2959
|
-
readonly classes?: string | Record<string, any> |
|
|
2959
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2960
2960
|
readonly minWidth?: string | number | undefined;
|
|
2961
2961
|
readonly offset?: string | number | number[] | undefined;
|
|
2962
2962
|
readonly minHeight?: string | number | undefined;
|
|
@@ -2966,10 +2966,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2966
2966
|
readonly scrim?: boolean | undefined;
|
|
2967
2967
|
readonly scrimOpacity?: number | undefined;
|
|
2968
2968
|
readonly eager?: boolean | undefined;
|
|
2969
|
-
readonly contentClasses?: string | Record<string, any> |
|
|
2969
|
+
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
2970
2970
|
readonly closeClickScrim?: boolean | undefined;
|
|
2971
2971
|
readonly preventCloseBubble?: boolean | undefined;
|
|
2972
|
-
readonly menuClasses?: string | Record<string, any> |
|
|
2972
|
+
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
2973
2973
|
readonly closeCondition?: boolean | Function | undefined;
|
|
2974
2974
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2975
2975
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
@@ -2980,7 +2980,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2980
2980
|
is?: import('vue').Component | undefined;
|
|
2981
2981
|
})>;
|
|
2982
2982
|
default: string;
|
|
2983
|
-
}, "
|
|
2983
|
+
}, "type" | "default"> & {
|
|
2984
2984
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2985
2985
|
is?: import('vue').Component | undefined;
|
|
2986
2986
|
})>>;
|
|
@@ -2999,23 +2999,23 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2999
2999
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3000
3000
|
default: string;
|
|
3001
3001
|
validator: (val: any) => boolean;
|
|
3002
|
-
}, "
|
|
3002
|
+
}, "type" | "default"> & {
|
|
3003
3003
|
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
3004
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3005
3005
|
};
|
|
3006
3006
|
coordinateStrategy: Omit<{
|
|
3007
3007
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3008
3008
|
default: string;
|
|
3009
|
-
}, "
|
|
3009
|
+
}, "type" | "default"> & {
|
|
3010
3010
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
3011
3011
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3012
3012
|
};
|
|
3013
3013
|
position: {
|
|
3014
|
-
type: PropType<"default" | "
|
|
3014
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
3015
3015
|
default: string;
|
|
3016
3016
|
};
|
|
3017
3017
|
align: {
|
|
3018
|
-
type: PropType<"
|
|
3018
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
3019
3019
|
default: string;
|
|
3020
3020
|
};
|
|
3021
3021
|
origin: {
|
|
@@ -3047,10 +3047,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3047
3047
|
type: PropType<boolean>;
|
|
3048
3048
|
};
|
|
3049
3049
|
classes: {
|
|
3050
|
-
type: PropType<string | Record<string, any
|
|
3050
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3051
3051
|
};
|
|
3052
3052
|
contentClasses: {
|
|
3053
|
-
type: PropType<string | Record<string, any
|
|
3053
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3054
3054
|
};
|
|
3055
3055
|
closeClickScrim: {
|
|
3056
3056
|
type: PropType<boolean>;
|
|
@@ -3081,7 +3081,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3081
3081
|
};
|
|
3082
3082
|
contained: BooleanConstructor;
|
|
3083
3083
|
menuClasses: {
|
|
3084
|
-
type: PropType<string | Record<string, any
|
|
3084
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3085
3085
|
};
|
|
3086
3086
|
openOnClickBase: {
|
|
3087
3087
|
type: PropType<boolean>;
|
|
@@ -3099,7 +3099,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3099
3099
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3100
3100
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
3101
3101
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
3102
|
-
}, "
|
|
3102
|
+
}, "disabled" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "transition" | "closeDelay" | "openDelay" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
3103
3103
|
};
|
|
3104
3104
|
maxHeight: {
|
|
3105
3105
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -3130,7 +3130,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3130
3130
|
is?: import('vue').Component | undefined;
|
|
3131
3131
|
})>;
|
|
3132
3132
|
default: string;
|
|
3133
|
-
}, "
|
|
3133
|
+
}, "type" | "default"> & {
|
|
3134
3134
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
3135
3135
|
is?: import('vue').Component | undefined;
|
|
3136
3136
|
})>>;
|
|
@@ -3149,23 +3149,23 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3149
3149
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3150
3150
|
default: string;
|
|
3151
3151
|
validator: (val: any) => boolean;
|
|
3152
|
-
}, "
|
|
3152
|
+
}, "type" | "default"> & {
|
|
3153
3153
|
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
3154
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3155
3155
|
};
|
|
3156
3156
|
coordinateStrategy: Omit<{
|
|
3157
3157
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3158
3158
|
default: string;
|
|
3159
|
-
}, "
|
|
3159
|
+
}, "type" | "default"> & {
|
|
3160
3160
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
3161
3161
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3162
3162
|
};
|
|
3163
3163
|
position: {
|
|
3164
|
-
type: PropType<"default" | "
|
|
3164
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
3165
3165
|
default: string;
|
|
3166
3166
|
};
|
|
3167
3167
|
align: {
|
|
3168
|
-
type: PropType<"
|
|
3168
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
3169
3169
|
default: string;
|
|
3170
3170
|
};
|
|
3171
3171
|
origin: {
|
|
@@ -3197,10 +3197,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3197
3197
|
type: PropType<boolean>;
|
|
3198
3198
|
};
|
|
3199
3199
|
classes: {
|
|
3200
|
-
type: PropType<string | Record<string, any
|
|
3200
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3201
3201
|
};
|
|
3202
3202
|
contentClasses: {
|
|
3203
|
-
type: PropType<string | Record<string, any
|
|
3203
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3204
3204
|
};
|
|
3205
3205
|
closeClickScrim: {
|
|
3206
3206
|
type: PropType<boolean>;
|
|
@@ -3231,7 +3231,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3231
3231
|
};
|
|
3232
3232
|
contained: BooleanConstructor;
|
|
3233
3233
|
menuClasses: {
|
|
3234
|
-
type: PropType<string | Record<string, any
|
|
3234
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3235
3235
|
};
|
|
3236
3236
|
openOnClickBase: {
|
|
3237
3237
|
type: PropType<boolean>;
|
|
@@ -3267,11 +3267,11 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3267
3267
|
default: string;
|
|
3268
3268
|
};
|
|
3269
3269
|
position: {
|
|
3270
|
-
type: PropType<"default" | "
|
|
3270
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
3271
3271
|
default: string;
|
|
3272
3272
|
};
|
|
3273
3273
|
align: {
|
|
3274
|
-
type: PropType<"
|
|
3274
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
3275
3275
|
default: string;
|
|
3276
3276
|
};
|
|
3277
3277
|
origin: {
|
|
@@ -3309,10 +3309,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3309
3309
|
type: PropType<boolean>;
|
|
3310
3310
|
};
|
|
3311
3311
|
classes: {
|
|
3312
|
-
type: PropType<string | Record<string, any
|
|
3312
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3313
3313
|
};
|
|
3314
3314
|
contentClasses: {
|
|
3315
|
-
type: PropType<string | Record<string, any
|
|
3315
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3316
3316
|
};
|
|
3317
3317
|
closeClickScrim: {
|
|
3318
3318
|
type: PropType<boolean>;
|
|
@@ -4960,128 +4960,11 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
4960
4960
|
}>;
|
|
4961
4961
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
4962
4962
|
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
4963
|
-
},
|
|
4963
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
4964
4964
|
'update:modelValue': (value: boolean) => true;
|
|
4965
4965
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
4966
4966
|
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>;
|
|
4967
|
+
}, string> | undefined>;
|
|
5085
4968
|
baseEl: import('vue').ComputedRef<any>;
|
|
5086
4969
|
classes: import('vue').ComputedRef<{
|
|
5087
4970
|
'y-menu': boolean;
|
|
@@ -5092,13 +4975,13 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5092
4975
|
readonly rxValue: any;
|
|
5093
4976
|
};
|
|
5094
4977
|
hovered: import('vue').ComputedRef<boolean>;
|
|
5095
|
-
},
|
|
4978
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "afterLeave" | "hoverContent")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
5096
4979
|
transition: Omit<{
|
|
5097
4980
|
type: PropType<string | (import('vue').TransitionProps & {
|
|
5098
4981
|
is?: import('vue').Component | undefined;
|
|
5099
4982
|
})>;
|
|
5100
4983
|
default: string;
|
|
5101
|
-
}, "
|
|
4984
|
+
}, "type" | "default"> & {
|
|
5102
4985
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
5103
4986
|
is?: import('vue').Component | undefined;
|
|
5104
4987
|
})>>;
|
|
@@ -5117,23 +5000,23 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5117
5000
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5118
5001
|
default: string;
|
|
5119
5002
|
validator: (val: any) => boolean;
|
|
5120
|
-
}, "
|
|
5003
|
+
}, "type" | "default"> & {
|
|
5121
5004
|
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
5005
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5123
5006
|
};
|
|
5124
5007
|
coordinateStrategy: Omit<{
|
|
5125
5008
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5126
5009
|
default: string;
|
|
5127
|
-
}, "
|
|
5010
|
+
}, "type" | "default"> & {
|
|
5128
5011
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
5129
5012
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5130
5013
|
};
|
|
5131
5014
|
position: {
|
|
5132
|
-
type: PropType<"default" | "
|
|
5015
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
5133
5016
|
default: string;
|
|
5134
5017
|
};
|
|
5135
5018
|
align: {
|
|
5136
|
-
type: PropType<"
|
|
5019
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
5137
5020
|
default: string;
|
|
5138
5021
|
};
|
|
5139
5022
|
origin: {
|
|
@@ -5165,10 +5048,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5165
5048
|
type: PropType<boolean>;
|
|
5166
5049
|
};
|
|
5167
5050
|
classes: {
|
|
5168
|
-
type: PropType<string | Record<string, any
|
|
5051
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5169
5052
|
};
|
|
5170
5053
|
contentClasses: {
|
|
5171
|
-
type: PropType<string | Record<string, any
|
|
5054
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5172
5055
|
};
|
|
5173
5056
|
closeClickScrim: {
|
|
5174
5057
|
type: PropType<boolean>;
|
|
@@ -5199,7 +5082,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5199
5082
|
};
|
|
5200
5083
|
contained: BooleanConstructor;
|
|
5201
5084
|
menuClasses: {
|
|
5202
|
-
type: PropType<string | Record<string, any
|
|
5085
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5203
5086
|
};
|
|
5204
5087
|
openOnClickBase: {
|
|
5205
5088
|
type: PropType<boolean>;
|
|
@@ -5218,18 +5101,18 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5218
5101
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
5219
5102
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
5220
5103
|
}, {
|
|
5221
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
5222
5104
|
disabled: boolean;
|
|
5223
|
-
|
|
5224
|
-
openDelay: number;
|
|
5225
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
5226
|
-
is?: import('vue').Component | undefined;
|
|
5227
|
-
})>;
|
|
5105
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
5228
5106
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5229
|
-
position: "default" | "
|
|
5107
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
5230
5108
|
origin: string;
|
|
5231
5109
|
viewportMargin: string | number | unknown[];
|
|
5232
5110
|
zIndex: string | number;
|
|
5111
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
5112
|
+
is?: import('vue').Component | undefined;
|
|
5113
|
+
})>;
|
|
5114
|
+
closeDelay: number;
|
|
5115
|
+
openDelay: number;
|
|
5233
5116
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5234
5117
|
contentStyles: import('vue').CSSProperties;
|
|
5235
5118
|
openOnHover: boolean;
|
|
@@ -5237,10 +5120,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5237
5120
|
preventClip: boolean;
|
|
5238
5121
|
openOnClickBase: boolean;
|
|
5239
5122
|
closeCondition: boolean | Function;
|
|
5240
|
-
}, true, {},
|
|
5241
|
-
default: any;
|
|
5242
|
-
base: any;
|
|
5243
|
-
}>, {
|
|
5123
|
+
}, true, {}, {}, {
|
|
5244
5124
|
P: {};
|
|
5245
5125
|
B: {};
|
|
5246
5126
|
D: {};
|
|
@@ -5253,7 +5133,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5253
5133
|
is?: import('vue').Component | undefined;
|
|
5254
5134
|
})>;
|
|
5255
5135
|
default: string;
|
|
5256
|
-
}, "
|
|
5136
|
+
}, "type" | "default"> & {
|
|
5257
5137
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
5258
5138
|
is?: import('vue').Component | undefined;
|
|
5259
5139
|
})>>;
|
|
@@ -5272,23 +5152,23 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5272
5152
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5273
5153
|
default: string;
|
|
5274
5154
|
validator: (val: any) => boolean;
|
|
5275
|
-
}, "
|
|
5155
|
+
}, "type" | "default"> & {
|
|
5276
5156
|
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
5157
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
5278
5158
|
};
|
|
5279
5159
|
coordinateStrategy: Omit<{
|
|
5280
5160
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5281
5161
|
default: string;
|
|
5282
|
-
}, "
|
|
5162
|
+
}, "type" | "default"> & {
|
|
5283
5163
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
5284
5164
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
5285
5165
|
};
|
|
5286
5166
|
position: {
|
|
5287
|
-
type: PropType<"default" | "
|
|
5167
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
5288
5168
|
default: string;
|
|
5289
5169
|
};
|
|
5290
5170
|
align: {
|
|
5291
|
-
type: PropType<"
|
|
5171
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
5292
5172
|
default: string;
|
|
5293
5173
|
};
|
|
5294
5174
|
origin: {
|
|
@@ -5320,10 +5200,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5320
5200
|
type: PropType<boolean>;
|
|
5321
5201
|
};
|
|
5322
5202
|
classes: {
|
|
5323
|
-
type: PropType<string | Record<string, any
|
|
5203
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5324
5204
|
};
|
|
5325
5205
|
contentClasses: {
|
|
5326
|
-
type: PropType<string | Record<string, any
|
|
5206
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5327
5207
|
};
|
|
5328
5208
|
closeClickScrim: {
|
|
5329
5209
|
type: PropType<boolean>;
|
|
@@ -5354,7 +5234,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5354
5234
|
};
|
|
5355
5235
|
contained: BooleanConstructor;
|
|
5356
5236
|
menuClasses: {
|
|
5357
|
-
type: PropType<string | Record<string, any
|
|
5237
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5358
5238
|
};
|
|
5359
5239
|
openOnClickBase: {
|
|
5360
5240
|
type: PropType<boolean>;
|
|
@@ -5390,11 +5270,11 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5390
5270
|
default: string;
|
|
5391
5271
|
};
|
|
5392
5272
|
position: {
|
|
5393
|
-
type: PropType<"default" | "
|
|
5273
|
+
type: PropType<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
5394
5274
|
default: string;
|
|
5395
5275
|
};
|
|
5396
5276
|
align: {
|
|
5397
|
-
type: PropType<"
|
|
5277
|
+
type: PropType<"bottom" | "center" | "top" | "start" | "end">;
|
|
5398
5278
|
default: string;
|
|
5399
5279
|
};
|
|
5400
5280
|
origin: {
|
|
@@ -5432,10 +5312,10 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5432
5312
|
type: PropType<boolean>;
|
|
5433
5313
|
};
|
|
5434
5314
|
classes: {
|
|
5435
|
-
type: PropType<string | Record<string, any
|
|
5315
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5436
5316
|
};
|
|
5437
5317
|
contentClasses: {
|
|
5438
|
-
type: PropType<string | Record<string, any
|
|
5318
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
5439
5319
|
};
|
|
5440
5320
|
closeClickScrim: {
|
|
5441
5321
|
type: PropType<boolean>;
|
|
@@ -7083,128 +6963,11 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7083
6963
|
}>;
|
|
7084
6964
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
7085
6965
|
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
7086
|
-
},
|
|
6966
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7087
6967
|
'update:modelValue': (value: boolean) => true;
|
|
7088
6968
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
7089
6969
|
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>;
|
|
6970
|
+
}, string> | undefined>;
|
|
7208
6971
|
baseEl: import('vue').ComputedRef<any>;
|
|
7209
6972
|
classes: import('vue').ComputedRef<{
|
|
7210
6973
|
'y-menu': boolean;
|
|
@@ -7216,18 +6979,18 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7216
6979
|
};
|
|
7217
6980
|
hovered: import('vue').ComputedRef<boolean>;
|
|
7218
6981
|
}, {}, {}, {}, {
|
|
7219
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
7220
6982
|
disabled: boolean;
|
|
7221
|
-
|
|
7222
|
-
openDelay: number;
|
|
7223
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
7224
|
-
is?: import('vue').Component | undefined;
|
|
7225
|
-
})>;
|
|
6983
|
+
align: "bottom" | "center" | "top" | "start" | "end";
|
|
7226
6984
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
7227
|
-
position: "default" | "
|
|
6985
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
7228
6986
|
origin: string;
|
|
7229
6987
|
viewportMargin: string | number | unknown[];
|
|
7230
6988
|
zIndex: string | number;
|
|
6989
|
+
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
6990
|
+
is?: import('vue').Component | undefined;
|
|
6991
|
+
})>;
|
|
6992
|
+
closeDelay: number;
|
|
6993
|
+
openDelay: number;
|
|
7231
6994
|
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
7232
6995
|
contentStyles: import('vue').CSSProperties;
|
|
7233
6996
|
openOnHover: boolean;
|
|
@@ -7240,396 +7003,9 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
7240
7003
|
opened: import('vue').Ref<any> & {
|
|
7241
7004
|
readonly rxValue: any;
|
|
7242
7005
|
};
|
|
7243
|
-
},
|
|
7006
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
7244
7007
|
'update:modelValue': (value: any) => boolean;
|
|
7245
7008
|
'update:opened': (opened: boolean) => boolean;
|
|
7246
7009
|
'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
|
-
}>>;
|
|
7010
|
+
}, string>;
|
|
7635
7011
|
export type YSelect = InstanceType<typeof YSelect>;
|