yuyeon 0.1.2-rc.2 → 0.2.0
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 +5052 -6665
- package/dist/yuyeon.umd.cjs +4 -26
- package/lib/abstract/items.mjs +1 -1
- package/lib/abstract/items.mjs.map +1 -1
- package/lib/components/alert/YAlert.mjs +2 -1
- 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 +2 -2
- 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 +4 -3
- 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 +4 -3
- 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 +2 -3
- 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 +1 -1
- package/lib/components/layer/base.mjs.map +1 -1
- package/lib/components/layer/content.mjs +1 -1
- package/lib/components/layer/content.mjs.map +1 -1
- package/lib/components/layer/scroll-strategies.mjs +1 -1
- package/lib/components/layer/scroll-strategies.mjs.map +1 -1
- package/lib/components/list/YList.mjs +2 -2
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/list/YList.scss +3 -3
- package/lib/components/list/YListItem.mjs +2 -2
- package/lib/components/list/YListItem.mjs.map +1 -1
- package/lib/components/list/YListItem.scss +62 -62
- package/lib/components/list/index.mjs.map +1 -1
- package/lib/components/loading/YSpinnerRing.mjs +1 -1
- package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
- package/lib/components/menu/YMenu.mjs +5 -4
- package/lib/components/menu/YMenu.mjs.map +1 -1
- package/lib/components/menu/YMenu.scss +25 -22
- package/lib/components/menu/index.mjs.map +1 -1
- package/lib/components/navigation/YNavigation.mjs +2 -1
- package/lib/components/navigation/YNavigation.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs +2 -2
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/pagination/YPagination.scss +52 -51
- package/lib/components/pagination/index.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.scss +43 -43
- package/lib/components/panel/index.mjs.map +1 -1
- package/lib/components/plate/YPlate.mjs +2 -1
- package/lib/components/plate/YPlate.mjs.map +1 -1
- package/lib/components/plate/YPlate.scss +9 -9
- package/lib/components/progress-bar/YProgressBar.mjs +40 -52
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.scss +10 -4
- package/lib/components/select/YSelect.mjs +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 +3 -4
- 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 +3 -2
- 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 +1 -1
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs +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 +1 -1
- package/lib/components/table/composibles/pagination.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs +2 -2
- 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 +2 -3
- 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 +4 -4
- 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 +3 -2
- 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 +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/index.mjs +1 -1
- package/lib/composables/coordinate/index.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 +2 -2
- 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 +99 -0
- package/lib/composables/defaults/index.mjs.map +1 -0
- package/lib/composables/defaults/share.mjs +2 -0
- package/lib/composables/defaults/share.mjs.map +1 -0
- package/lib/composables/defaults/types.mjs +2 -0
- package/lib/composables/defaults/types.mjs.map +1 -0
- package/lib/composables/dimension.mjs +1 -1
- package/lib/composables/dimension.mjs.map +1 -1
- package/lib/composables/focus.mjs +2 -2
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/i18n/index.mjs +2 -2
- 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 +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/progress.mjs +7 -2
- package/lib/composables/progress.mjs.map +1 -1
- package/lib/composables/ref.mjs +1 -1
- package/lib/composables/ref.mjs.map +1 -1
- package/lib/composables/resize-observer.mjs +2 -4
- 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 +2 -2
- 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 +7 -2
- 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 +22 -0
- package/lib/util/component/component.mjs.map +1 -0
- package/lib/util/component/index.mjs +65 -0
- package/lib/util/component/index.mjs.map +1 -0
- package/lib/util/component/inject-self.mjs +10 -0
- package/lib/util/component/inject-self.mjs.map +1 -0
- package/lib/util/component/props.mjs +41 -0
- package/lib/util/component/props.mjs.map +1 -0
- package/lib/util/component/types.mjs +2 -0
- package/lib/util/component/types.mjs.map +1 -0
- package/lib/util/date/index.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/index.mjs +1 -1
- package/lib/util/index.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/lib/util/vue-component/index.mjs +63 -0
- package/lib/util/vue-component/index.mjs.map +1 -0
- package/lib/util/vue-component/props.mjs +37 -0
- package/lib/util/vue-component/props.mjs.map +1 -0
- package/lib/util/vue-component/types.mjs +2 -0
- package/lib/util/vue-component/types.mjs.map +1 -0
- package/package.json +1 -1
- package/types/abstract/items.d.ts +4 -4
- package/types/components/alert/YAlert.d.ts +2 -13
- package/types/components/app/YApp.d.ts +1 -1
- package/types/components/badge/YBadge.d.ts +7 -41
- 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 +7 -35
- package/types/components/date-picker/YDatePicker.d.ts +19 -48
- package/types/components/date-picker/YDatePickerControl.d.ts +12 -44
- package/types/components/date-picker/YMonthPicker.d.ts +3 -7
- package/types/components/date-picker/YYearPicker.d.ts +3 -9
- package/types/components/dialog/YDialog.d.ts +66 -309
- package/types/components/divider/YDivider.d.ts +1 -3
- package/types/components/dropdown/YDropdown.d.ts +68 -241
- package/types/components/field-input/YFieldInput.d.ts +16 -122
- 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 +6 -21
- 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 +13 -101
- package/types/components/ip-field/YIpv4Field.d.ts +3 -71
- package/types/components/layer/YLayer.d.ts +38 -155
- 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 +20 -285
- package/types/components/navigation/YNavigation.d.ts +1 -1
- package/types/components/pagination/YPagination.d.ts +20 -60
- package/types/components/plate/YPlate.d.ts +1 -3
- package/types/components/progress-bar/YProgressBar.d.ts +3 -43
- package/types/components/select/YSelect.d.ts +220 -844
- package/types/components/snackbar/YSnackbar.d.ts +43 -168
- 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 +17 -166
- package/types/components/table/YDataTableBody.d.ts +3 -26
- package/types/components/table/YDataTableCell.d.ts +1 -30
- package/types/components/table/YDataTableControl.d.ts +3 -18
- package/types/components/table/YDataTableHead.d.ts +3 -21
- package/types/components/table/YDataTableLayer.d.ts +1 -3
- package/types/components/table/YDataTableRow.d.ts +1 -9
- package/types/components/table/YDataTableServer.d.ts +20 -172
- package/types/components/table/YTable.d.ts +5 -24
- package/types/components/table/composibles/header.d.ts +1 -1
- package/types/components/table/composibles/items.d.ts +3 -3
- package/types/components/table/composibles/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 +20 -116
- package/types/components/tooltip/YTooltip.d.ts +30 -264
- package/types/components/tree-view/YTreeView.d.ts +4 -4
- 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 +8 -8
- package/types/composables/coordinate/utils/point.d.ts +1 -1
- package/types/composables/defaults/index.d.ts +11 -0
- package/types/composables/defaults/share.d.ts +4 -0
- package/types/composables/defaults/types.d.ts +12 -0
- package/types/composables/form.d.ts +3 -3
- package/types/composables/icon.d.ts +5 -22
- package/types/composables/layer-group.d.ts +1 -1
- package/types/composables/list-items.d.ts +10 -10
- package/types/composables/progress.d.ts +1 -0
- package/types/composables/timing.d.ts +1 -1
- package/types/composables/transition.d.ts +1 -1
- package/types/composables/validation.d.ts +3 -3
- package/types/composables/vue-router.d.ts +1 -1
- package/types/globals.d.ts +1 -0
- package/types/util/Rect.d.ts +1 -1
- package/types/util/component/component.d.ts +5 -0
- package/types/util/component/index.d.ts +11 -0
- package/types/util/component/inject-self.d.ts +3 -0
- package/types/util/component/props.d.ts +32 -0
- package/types/util/component/types.d.ts +21 -0
- package/types/util/index.d.ts +1 -1
- package/types/util/vue-component/index.d.ts +10 -0
- package/types/util/vue-component/props.d.ts +31 -0
- package/types/util/vue-component/types.d.ts +4 -0
|
@@ -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
|
};
|
|
@@ -145,8 +145,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
145
145
|
readonly width?: string | number | undefined;
|
|
146
146
|
readonly height?: string | number | undefined;
|
|
147
147
|
readonly theme?: string | undefined;
|
|
148
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
149
148
|
readonly minWidth?: string | number | undefined;
|
|
149
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
150
150
|
readonly offset?: string | number | number[] | undefined;
|
|
151
151
|
readonly minHeight?: string | number | undefined;
|
|
152
152
|
readonly maxWidth?: 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,14 +188,14 @@ 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
|
};
|
|
@@ -215,7 +215,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
215
215
|
type: PropType<string | number | number[]>;
|
|
216
216
|
};
|
|
217
217
|
viewportMargin: {
|
|
218
|
-
type: (ArrayConstructor |
|
|
218
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
219
219
|
default: number;
|
|
220
220
|
};
|
|
221
221
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -334,8 +334,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
334
334
|
readonly width?: string | number | undefined;
|
|
335
335
|
readonly height?: string | number | undefined;
|
|
336
336
|
readonly theme?: string | undefined;
|
|
337
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
338
337
|
readonly minWidth?: string | number | undefined;
|
|
338
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
339
339
|
readonly offset?: string | number | number[] | undefined;
|
|
340
340
|
readonly minHeight?: string | number | undefined;
|
|
341
341
|
readonly maxWidth?: 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,14 +377,14 @@ 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
|
};
|
|
@@ -404,7 +404,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
404
404
|
type: PropType<string | number | number[]>;
|
|
405
405
|
};
|
|
406
406
|
viewportMargin: {
|
|
407
|
-
type: (ArrayConstructor |
|
|
407
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
408
408
|
default: number;
|
|
409
409
|
};
|
|
410
410
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -478,7 +478,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
478
478
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
479
479
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
480
480
|
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
481
|
-
}, "
|
|
481
|
+
}, "type" | "default"> & {
|
|
482
482
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
483
483
|
disabled: boolean;
|
|
484
484
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
@@ -523,8 +523,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
523
523
|
readonly width?: string | number | undefined;
|
|
524
524
|
readonly height?: string | number | undefined;
|
|
525
525
|
readonly theme?: string | undefined;
|
|
526
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
527
526
|
readonly minWidth?: string | number | undefined;
|
|
527
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
528
528
|
readonly offset?: string | number | number[] | undefined;
|
|
529
529
|
readonly minHeight?: string | number | undefined;
|
|
530
530
|
readonly maxWidth?: 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,14 +566,14 @@ 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
|
};
|
|
@@ -593,7 +593,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
593
593
|
type: PropType<string | number | number[]>;
|
|
594
594
|
};
|
|
595
595
|
viewportMargin: {
|
|
596
|
-
type: (ArrayConstructor |
|
|
596
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
597
597
|
default: number;
|
|
598
598
|
};
|
|
599
599
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -710,8 +710,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
710
710
|
readonly width?: string | number | undefined;
|
|
711
711
|
readonly height?: string | number | undefined;
|
|
712
712
|
readonly theme?: string | undefined;
|
|
713
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
714
713
|
readonly minWidth?: string | number | undefined;
|
|
714
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
715
715
|
readonly offset?: string | number | number[] | undefined;
|
|
716
716
|
readonly minHeight?: string | number | undefined;
|
|
717
717
|
readonly maxWidth?: 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,14 +753,14 @@ 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
|
};
|
|
@@ -780,7 +780,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
780
780
|
type: PropType<string | number | number[]>;
|
|
781
781
|
};
|
|
782
782
|
viewportMargin: {
|
|
783
|
-
type: (ArrayConstructor |
|
|
783
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
784
784
|
default: number;
|
|
785
785
|
};
|
|
786
786
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -898,8 +898,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
898
898
|
readonly width?: string | number | undefined;
|
|
899
899
|
readonly height?: string | number | undefined;
|
|
900
900
|
readonly theme?: string | undefined;
|
|
901
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
902
901
|
readonly minWidth?: string | number | undefined;
|
|
902
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
903
903
|
readonly offset?: string | number | number[] | undefined;
|
|
904
904
|
readonly minHeight?: string | number | undefined;
|
|
905
905
|
readonly maxWidth?: 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,14 +941,14 @@ 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
|
};
|
|
@@ -968,7 +968,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
968
968
|
type: PropType<string | number | number[]>;
|
|
969
969
|
};
|
|
970
970
|
viewportMargin: {
|
|
971
|
-
type: (ArrayConstructor |
|
|
971
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
972
972
|
default: number;
|
|
973
973
|
};
|
|
974
974
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -1085,8 +1085,8 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1085
1085
|
readonly width?: string | number | undefined;
|
|
1086
1086
|
readonly height?: string | number | undefined;
|
|
1087
1087
|
readonly theme?: string | undefined;
|
|
1088
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1089
1088
|
readonly minWidth?: string | number | undefined;
|
|
1089
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1090
1090
|
readonly offset?: string | number | number[] | undefined;
|
|
1091
1091
|
readonly minHeight?: string | number | undefined;
|
|
1092
1092
|
readonly maxWidth?: 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,14 +1128,14 @@ 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
|
};
|
|
@@ -1155,7 +1155,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
1155
1155
|
type: PropType<string | number | number[]>;
|
|
1156
1156
|
};
|
|
1157
1157
|
viewportMargin: {
|
|
1158
|
-
type: (ArrayConstructor |
|
|
1158
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1159
1159
|
default: number;
|
|
1160
1160
|
};
|
|
1161
1161
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -1292,7 +1292,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1292
1292
|
} : Omit<{
|
|
1293
1293
|
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1294
1294
|
default: string;
|
|
1295
|
-
}, "
|
|
1295
|
+
}, "type" | "default"> & {
|
|
1296
1296
|
type: PropType<unknown extends Defaults["align"] ? "top" | "bottom" | "start" | "end" | "center" : NonNullable<"top" | "bottom" | "start" | "end" | "center"> | Defaults["align"]>;
|
|
1297
1297
|
default: unknown extends Defaults["align"] ? "top" | "bottom" | "start" | "end" | "center" : NonNullable<"top" | "bottom" | "start" | "end" | "center"> | Defaults["align"];
|
|
1298
1298
|
};
|
|
@@ -1300,23 +1300,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
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
1308
|
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1309
1309
|
default: string;
|
|
1310
|
-
}, "
|
|
1310
|
+
}, "type" | "default"> & {
|
|
1311
1311
|
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
1312
1312
|
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1313
1313
|
} : Omit<Omit<{
|
|
1314
1314
|
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1315
1315
|
default: string;
|
|
1316
|
-
}, "
|
|
1316
|
+
}, "type" | "default"> & {
|
|
1317
1317
|
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
1318
1318
|
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1319
|
-
}, "
|
|
1319
|
+
}, "type" | "default"> & {
|
|
1320
1320
|
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> : NonNullable<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">> | Defaults["position"]>;
|
|
1321
1321
|
default: unknown extends Defaults["position"] ? NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right"> : NonNullable<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">> | Defaults["position"];
|
|
1322
1322
|
};
|
|
@@ -1326,17 +1326,17 @@ 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
|
};
|
|
1333
1333
|
viewportMargin: unknown extends Defaults["viewportMargin"] ? {
|
|
1334
|
-
type: (ArrayConstructor |
|
|
1334
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1335
1335
|
default: number;
|
|
1336
1336
|
} : Omit<{
|
|
1337
|
-
type: (ArrayConstructor |
|
|
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,11 +1408,11 @@ 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
|
};
|
|
1415
|
-
height: unknown extends Defaults["height"] ? (
|
|
1415
|
+
height: unknown extends Defaults["height"] ? (NumberConstructor | StringConstructor)[] : {
|
|
1416
1416
|
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
1417
1417
|
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
1418
1418
|
};
|
|
@@ -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
|
};
|
|
@@ -1665,8 +1665,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1665
1665
|
readonly width?: string | number | undefined;
|
|
1666
1666
|
readonly height?: string | number | undefined;
|
|
1667
1667
|
readonly theme?: string | undefined;
|
|
1668
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1669
1668
|
readonly minWidth?: string | number | undefined;
|
|
1669
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1670
1670
|
readonly offset?: string | number | number[] | undefined;
|
|
1671
1671
|
readonly minHeight?: string | number | undefined;
|
|
1672
1672
|
readonly maxWidth?: 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,14 +1708,14 @@ 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
|
};
|
|
@@ -1735,7 +1735,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1735
1735
|
type: PropType<string | number | number[]>;
|
|
1736
1736
|
};
|
|
1737
1737
|
viewportMargin: {
|
|
1738
|
-
type: (ArrayConstructor |
|
|
1738
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1739
1739
|
default: number;
|
|
1740
1740
|
};
|
|
1741
1741
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -1854,8 +1854,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1854
1854
|
readonly width?: string | number | undefined;
|
|
1855
1855
|
readonly height?: string | number | undefined;
|
|
1856
1856
|
readonly theme?: string | undefined;
|
|
1857
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1858
1857
|
readonly minWidth?: string | number | undefined;
|
|
1858
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1859
1859
|
readonly offset?: string | number | number[] | undefined;
|
|
1860
1860
|
readonly minHeight?: string | number | undefined;
|
|
1861
1861
|
readonly maxWidth?: 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,14 +1897,14 @@ 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
|
};
|
|
@@ -1924,7 +1924,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1924
1924
|
type: PropType<string | number | number[]>;
|
|
1925
1925
|
};
|
|
1926
1926
|
viewportMargin: {
|
|
1927
|
-
type: (ArrayConstructor |
|
|
1927
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1928
1928
|
default: number;
|
|
1929
1929
|
};
|
|
1930
1930
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -1998,7 +1998,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1998
1998
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1999
1999
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2000
2000
|
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
2001
|
-
}, "
|
|
2001
|
+
}, "type" | "default"> & {
|
|
2002
2002
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
2003
2003
|
disabled: boolean;
|
|
2004
2004
|
align: "top" | "bottom" | "start" | "end" | "center";
|
|
@@ -2043,8 +2043,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2043
2043
|
readonly width?: string | number | undefined;
|
|
2044
2044
|
readonly height?: string | number | undefined;
|
|
2045
2045
|
readonly theme?: string | undefined;
|
|
2046
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2047
2046
|
readonly minWidth?: string | number | undefined;
|
|
2047
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2048
2048
|
readonly offset?: string | number | number[] | undefined;
|
|
2049
2049
|
readonly minHeight?: string | number | undefined;
|
|
2050
2050
|
readonly maxWidth?: 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,14 +2086,14 @@ 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
|
};
|
|
@@ -2113,7 +2113,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2113
2113
|
type: PropType<string | number | number[]>;
|
|
2114
2114
|
};
|
|
2115
2115
|
viewportMargin: {
|
|
2116
|
-
type: (ArrayConstructor |
|
|
2116
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2117
2117
|
default: number;
|
|
2118
2118
|
};
|
|
2119
2119
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -2230,8 +2230,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2230
2230
|
readonly width?: string | number | undefined;
|
|
2231
2231
|
readonly height?: string | number | undefined;
|
|
2232
2232
|
readonly theme?: string | undefined;
|
|
2233
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2234
2233
|
readonly minWidth?: string | number | undefined;
|
|
2234
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2235
2235
|
readonly offset?: string | number | number[] | undefined;
|
|
2236
2236
|
readonly minHeight?: string | number | undefined;
|
|
2237
2237
|
readonly maxWidth?: 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,14 +2273,14 @@ 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
|
};
|
|
@@ -2300,7 +2300,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2300
2300
|
type: PropType<string | number | number[]>;
|
|
2301
2301
|
};
|
|
2302
2302
|
viewportMargin: {
|
|
2303
|
-
type: (ArrayConstructor |
|
|
2303
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2304
2304
|
default: number;
|
|
2305
2305
|
};
|
|
2306
2306
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -2418,8 +2418,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2418
2418
|
readonly width?: string | number | undefined;
|
|
2419
2419
|
readonly height?: string | number | undefined;
|
|
2420
2420
|
readonly theme?: string | undefined;
|
|
2421
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2422
2421
|
readonly minWidth?: string | number | undefined;
|
|
2422
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2423
2423
|
readonly offset?: string | number | number[] | undefined;
|
|
2424
2424
|
readonly minHeight?: string | number | undefined;
|
|
2425
2425
|
readonly maxWidth?: 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,14 +2461,14 @@ 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
|
};
|
|
@@ -2488,7 +2488,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2488
2488
|
type: PropType<string | number | number[]>;
|
|
2489
2489
|
};
|
|
2490
2490
|
viewportMargin: {
|
|
2491
|
-
type: (ArrayConstructor |
|
|
2491
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2492
2492
|
default: number;
|
|
2493
2493
|
};
|
|
2494
2494
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -2605,8 +2605,8 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2605
2605
|
readonly width?: string | number | undefined;
|
|
2606
2606
|
readonly height?: string | number | undefined;
|
|
2607
2607
|
readonly theme?: string | undefined;
|
|
2608
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2609
2608
|
readonly minWidth?: string | number | undefined;
|
|
2609
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2610
2610
|
readonly offset?: string | number | number[] | undefined;
|
|
2611
2611
|
readonly minHeight?: string | number | undefined;
|
|
2612
2612
|
readonly maxWidth?: 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,14 +2648,14 @@ 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
|
};
|
|
@@ -2675,7 +2675,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2675
2675
|
type: PropType<string | number | number[]>;
|
|
2676
2676
|
};
|
|
2677
2677
|
viewportMargin: {
|
|
2678
|
-
type: (ArrayConstructor |
|
|
2678
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2679
2679
|
default: number;
|
|
2680
2680
|
};
|
|
2681
2681
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -2751,12 +2751,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
2751
2751
|
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"];
|
|
2752
2752
|
};
|
|
2753
2753
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
2754
|
-
type: (
|
|
2754
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
2755
2755
|
default: number;
|
|
2756
2756
|
} : Omit<{
|
|
2757
|
-
type: (
|
|
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,7 +2786,7 @@ 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
|
};
|
|
@@ -2802,7 +2802,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2802
2802
|
position: Omit<{
|
|
2803
2803
|
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2804
2804
|
default: string;
|
|
2805
|
-
}, "
|
|
2805
|
+
}, "type" | "default"> & {
|
|
2806
2806
|
type: PropType<NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">>;
|
|
2807
2807
|
default: NonNullable<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2808
2808
|
};
|
|
@@ -2811,7 +2811,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2811
2811
|
default: string;
|
|
2812
2812
|
};
|
|
2813
2813
|
viewportMargin: {
|
|
2814
|
-
type: (ArrayConstructor |
|
|
2814
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2815
2815
|
default: number;
|
|
2816
2816
|
};
|
|
2817
2817
|
extended: PropType<any>;
|
|
@@ -2837,7 +2837,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2837
2837
|
width: {
|
|
2838
2838
|
type: PropType<string | number>;
|
|
2839
2839
|
};
|
|
2840
|
-
height: (
|
|
2840
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
2841
2841
|
displayTag: {
|
|
2842
2842
|
type: PropType<string>;
|
|
2843
2843
|
default: string;
|
|
@@ -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
|
};
|
|
@@ -2956,8 +2956,8 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
2956
2956
|
readonly width?: string | number | undefined;
|
|
2957
2957
|
readonly height?: string | number | undefined;
|
|
2958
2958
|
readonly theme?: string | undefined;
|
|
2959
|
-
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
2960
2959
|
readonly minWidth?: string | number | undefined;
|
|
2960
|
+
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
2961
2961
|
readonly offset?: string | number | number[] | undefined;
|
|
2962
2962
|
readonly minHeight?: string | number | undefined;
|
|
2963
2963
|
readonly maxWidth?: 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,14 +2999,14 @@ 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
|
};
|
|
@@ -3026,7 +3026,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3026
3026
|
type: PropType<string | number | number[]>;
|
|
3027
3027
|
};
|
|
3028
3028
|
viewportMargin: {
|
|
3029
|
-
type: (ArrayConstructor |
|
|
3029
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3030
3030
|
default: number;
|
|
3031
3031
|
};
|
|
3032
3032
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -3102,7 +3102,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3102
3102
|
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
3103
3103
|
};
|
|
3104
3104
|
maxHeight: {
|
|
3105
|
-
type: (
|
|
3105
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
3106
3106
|
default: number;
|
|
3107
3107
|
};
|
|
3108
3108
|
dropdownIcon: {
|
|
@@ -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,14 +3149,14 @@ 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
|
};
|
|
@@ -3176,7 +3176,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3176
3176
|
type: PropType<string | number | number[]>;
|
|
3177
3177
|
};
|
|
3178
3178
|
viewportMargin: {
|
|
3179
|
-
type: (ArrayConstructor |
|
|
3179
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3180
3180
|
default: number;
|
|
3181
3181
|
};
|
|
3182
3182
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -3282,7 +3282,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
3282
3282
|
type: PropType<string | number | number[]>;
|
|
3283
3283
|
};
|
|
3284
3284
|
viewportMargin: {
|
|
3285
|
-
type: (ArrayConstructor |
|
|
3285
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3286
3286
|
default: number;
|
|
3287
3287
|
};
|
|
3288
3288
|
closeClickContent: {
|
|
@@ -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 | StringConstructor | NumberConstructor)[];
|
|
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
|
-
disabled: boolean;
|
|
5066
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
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,14 +5000,14 @@ 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
|
};
|
|
@@ -5144,7 +5027,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5144
5027
|
type: PropType<string | number | number[]>;
|
|
5145
5028
|
};
|
|
5146
5029
|
viewportMargin: {
|
|
5147
|
-
type: (ArrayConstructor |
|
|
5030
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5148
5031
|
default: number;
|
|
5149
5032
|
};
|
|
5150
5033
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -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,14 +5152,14 @@ 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
|
};
|
|
@@ -5299,7 +5179,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5299
5179
|
type: PropType<string | number | number[]>;
|
|
5300
5180
|
};
|
|
5301
5181
|
viewportMargin: {
|
|
5302
|
-
type: (ArrayConstructor |
|
|
5182
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5303
5183
|
default: number;
|
|
5304
5184
|
};
|
|
5305
5185
|
closeClickContent: {
|
|
@@ -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>;
|
|
@@ -5405,7 +5285,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
5405
5285
|
type: PropType<string | number | number[]>;
|
|
5406
5286
|
};
|
|
5407
5287
|
viewportMargin: {
|
|
5408
|
-
type: (ArrayConstructor |
|
|
5288
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
5409
5289
|
default: number;
|
|
5410
5290
|
};
|
|
5411
5291
|
closeClickContent: {
|
|
@@ -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 | StringConstructor | NumberConstructor)[];
|
|
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
|
-
disabled: boolean;
|
|
7189
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
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;
|
|
@@ -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 | StringConstructor | NumberConstructor)[];
|
|
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: (StringConstructor | NumberConstructor)[];
|
|
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
|
-
disabled: boolean;
|
|
7370
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
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 disabled: boolean;
|
|
7390
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
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 modelValue?: boolean | undefined;
|
|
7409
|
-
readonly width?: string | number | undefined;
|
|
7410
|
-
readonly height?: string | number | 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 | StringConstructor | NumberConstructor)[];
|
|
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
|
-
}, "disabled" | "align" | "closeDelay" | "openDelay" | "transition" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
7556
|
-
};
|
|
7557
|
-
maxHeight: {
|
|
7558
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
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
|
-
multiple: boolean;
|
|
7580
|
-
returnItem: boolean;
|
|
7581
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
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>;
|