yuyeon 0.3.2-rc.9 → 0.3.4-beta.12
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 +3841 -3625
- package/dist/yuyeon.umd.cjs +3 -3
- package/lib/abstract/items.js.map +1 -1
- package/lib/components/alert/YAlert.js +3 -4
- package/lib/components/alert/YAlert.js.map +1 -1
- package/lib/components/alert/index.js.map +1 -1
- package/lib/components/app/YApp.js +2 -2
- package/lib/components/app/YApp.js.map +1 -1
- package/lib/components/app/index.js.map +1 -1
- package/lib/components/badge/YBadge.js +3 -3
- package/lib/components/badge/YBadge.js.map +1 -1
- package/lib/components/badge/YBadge.scss +3 -2
- package/lib/components/badge/index.js.map +1 -1
- package/lib/components/bench/YBench.js +3 -4
- package/lib/components/bench/YBench.js.map +1 -1
- package/lib/components/bench/index.js.map +1 -1
- package/lib/components/button/YButton.js +1 -2
- package/lib/components/button/YButton.js.map +1 -1
- package/lib/components/button/index.js.map +1 -1
- package/lib/components/card/YCard.js.map +1 -1
- package/lib/components/card/YCard.scss +2 -2
- package/lib/components/card/YCardBody.js.map +1 -1
- package/lib/components/card/YCardFooter.js.map +1 -1
- package/lib/components/card/YCardHeader.js.map +1 -1
- package/lib/components/card/index.js.map +1 -1
- package/lib/components/checkbox/YCheckbox.js +1 -2
- package/lib/components/checkbox/YCheckbox.js.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.js +1 -2
- package/lib/components/checkbox/YInputCheckbox.js.map +1 -1
- package/lib/components/checkbox/index.js.map +1 -1
- package/lib/components/chip/YChip.js +1 -2
- package/lib/components/chip/YChip.js.map +1 -1
- package/lib/components/chip/index.js.map +1 -1
- package/lib/components/date-picker/YDateCalendar.js +55 -53
- package/lib/components/date-picker/YDateCalendar.js.map +1 -1
- package/lib/components/date-picker/YDatePicker.js +24 -25
- package/lib/components/date-picker/YDatePicker.js.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.js +19 -20
- package/lib/components/date-picker/YDatePickerControl.js.map +1 -1
- package/lib/components/date-picker/YMonthPicker.js +10 -11
- package/lib/components/date-picker/YMonthPicker.js.map +1 -1
- package/lib/components/date-picker/YYearPicker.js +11 -13
- package/lib/components/date-picker/YYearPicker.js.map +1 -1
- package/lib/components/date-picker/index.js.map +1 -1
- package/lib/components/default-provider/YDefaultProvider.js.map +1 -1
- package/lib/components/default-provider/index.js.map +1 -1
- package/lib/components/dialog/YDialog.js +32 -32
- package/lib/components/dialog/YDialog.js.map +1 -1
- package/lib/components/dialog/index.js.map +1 -1
- package/lib/components/divider/YDivider.js +5 -5
- package/lib/components/divider/YDivider.js.map +1 -1
- package/lib/components/divider/index.js.map +1 -1
- package/lib/components/draggable/YDraggable.js +10 -11
- package/lib/components/draggable/YDraggable.js.map +1 -1
- package/lib/components/draggable/index.js +2 -0
- package/lib/components/draggable/index.js.map +1 -0
- package/lib/components/dropdown/YDropdown.js +16 -17
- package/lib/components/dropdown/YDropdown.js.map +1 -1
- package/lib/components/dropdown/index.js.map +1 -1
- package/lib/components/field-input/YFieldInput.js +42 -40
- package/lib/components/field-input/YFieldInput.js.map +1 -1
- package/lib/components/field-input/index.js.map +1 -1
- package/lib/components/form/YForm.js +12 -14
- package/lib/components/form/YForm.js.map +1 -1
- package/lib/components/form/index.js.map +1 -1
- package/lib/components/hover/YHover.js +9 -8
- package/lib/components/hover/YHover.js.map +1 -1
- package/lib/components/hover/index.js.map +1 -1
- package/lib/components/icon/YIcon.js +2 -4
- package/lib/components/icon/YIcon.js.map +1 -1
- package/lib/components/icon/index.js.map +1 -1
- package/lib/components/icons/YIconCheckbox.js +7 -6
- package/lib/components/icons/YIconCheckbox.js.map +1 -1
- package/lib/components/icons/YIconClear.js +2 -1
- package/lib/components/icons/YIconClear.js.map +1 -1
- package/lib/components/icons/YIconDropdown.js +2 -1
- package/lib/components/icons/YIconDropdown.js.map +1 -1
- package/lib/components/icons/YIconExpand.js +1 -0
- package/lib/components/icons/YIconExpand.js.map +1 -1
- package/lib/components/icons/YIconPageControl.js +7 -6
- package/lib/components/icons/YIconPageControl.js.map +1 -1
- package/lib/components/icons/YIconSort.js +6 -5
- package/lib/components/icons/YIconSort.js.map +1 -1
- package/lib/components/icons/YIconSort.scss +2 -0
- package/lib/components/icons/index.js.map +1 -1
- package/lib/components/img/YImg.js +30 -31
- package/lib/components/img/YImg.js.map +1 -1
- package/lib/components/img/index.js.map +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/YInput.js +1 -2
- package/lib/components/input/YInput.js.map +1 -1
- package/lib/components/input/YInput.scss +10 -9
- package/lib/components/input/index.js.map +1 -1
- package/lib/components/ip-field/YIpv4Field.js +1 -2
- package/lib/components/ip-field/YIpv4Field.js.map +1 -1
- package/lib/components/ip-field/index.js.map +1 -1
- package/lib/components/layer/YLayer.js +4 -3
- package/lib/components/layer/YLayer.js.map +1 -1
- package/lib/components/layer/active-delay.js.map +1 -1
- package/lib/components/layer/active-stack.js.map +1 -1
- package/lib/components/layer/base.js.map +1 -1
- package/lib/components/layer/content.js.map +1 -1
- package/lib/components/layer/index.js.map +1 -1
- package/lib/components/layer/scroll-strategies.js.map +1 -1
- package/lib/components/list/YList.js +1 -2
- package/lib/components/list/YList.js.map +1 -1
- package/lib/components/list/YListItem.js +1 -2
- package/lib/components/list/YListItem.js.map +1 -1
- package/lib/components/list/index.js.map +1 -1
- package/lib/components/loading/YSpinnerRing.js.map +1 -1
- package/lib/components/loading/index.js.map +1 -1
- package/lib/components/menu/YMenu.js +5 -8
- package/lib/components/menu/YMenu.js.map +1 -1
- package/lib/components/menu/YMenu.scss +3 -4
- package/lib/components/menu/index.js.map +1 -1
- package/lib/components/navigation/YNavigation.js +1 -2
- package/lib/components/navigation/YNavigation.js.map +1 -1
- package/lib/components/navigation/index.js.map +1 -1
- package/lib/components/pagination/YPagination.js +1 -2
- package/lib/components/pagination/YPagination.js.map +1 -1
- package/lib/components/pagination/index.js.map +1 -1
- package/lib/components/panel/YDividePanel.js +1 -2
- package/lib/components/panel/YDividePanel.js.map +1 -1
- package/lib/components/panel/YDividePanel.scss +1 -0
- package/lib/components/panel/index.js.map +1 -1
- package/lib/components/plate/YPlate.js +3 -4
- package/lib/components/plate/YPlate.js.map +1 -1
- package/lib/components/plate/index.js.map +1 -1
- package/lib/components/progress-bar/YProgressBar.js +1 -2
- package/lib/components/progress-bar/YProgressBar.js.map +1 -1
- package/lib/components/progress-bar/index.js.map +1 -1
- package/lib/components/progress-ring/YProgressRing.js +3 -4
- package/lib/components/progress-ring/YProgressRing.js.map +1 -1
- package/lib/components/progress-ring/index.js.map +1 -1
- package/lib/components/radio/YRadio.js +58 -0
- package/lib/components/radio/YRadio.js.map +1 -0
- package/lib/components/radio/YRadio.scss +38 -0
- package/lib/components/radio/YRadioIcon.js +33 -0
- package/lib/components/radio/YRadioIcon.js.map +1 -0
- package/lib/components/radio/YRadioIcon.scss +43 -0
- package/lib/components/radio/index.js +3 -0
- package/lib/components/radio/index.js.map +1 -0
- package/lib/components/select/YSelect.js +41 -43
- package/lib/components/select/YSelect.js.map +1 -1
- package/lib/components/select/index.js.map +1 -1
- package/lib/components/slider/YSlider.js.map +1 -1
- package/lib/components/slider/index.js.map +1 -1
- package/lib/components/slider/slider.js.map +1 -1
- package/lib/components/snackbar/YSnackbar.js +6 -6
- package/lib/components/snackbar/YSnackbar.js.map +1 -1
- package/lib/components/snackbar/index.js.map +1 -1
- package/lib/components/switch/YSwitch.js +1 -2
- package/lib/components/switch/YSwitch.js.map +1 -1
- package/lib/components/switch/index.js.map +1 -1
- package/lib/components/tab/YTab.js +2 -3
- package/lib/components/tab/YTab.js.map +1 -1
- package/lib/components/tab/YTab.scss +1 -1
- package/lib/components/tab/YTabs.js +1 -2
- package/lib/components/tab/YTabs.js.map +1 -1
- package/lib/components/tab/index.js.map +1 -1
- package/lib/components/tab/shared.js.map +1 -1
- package/lib/components/tab/types.js.map +1 -1
- package/lib/components/table/YDataTable.js +26 -14
- package/lib/components/table/YDataTable.js.map +1 -1
- package/lib/components/table/YDataTableBody.js +14 -19
- package/lib/components/table/YDataTableBody.js.map +1 -1
- package/lib/components/table/YDataTableCell.js +1 -2
- package/lib/components/table/YDataTableCell.js.map +1 -1
- package/lib/components/table/YDataTableControl.js +8 -6
- package/lib/components/table/YDataTableControl.js.map +1 -1
- package/lib/components/table/YDataTableControl.scss +10 -0
- package/lib/components/table/YDataTableHead.js +1 -1
- package/lib/components/table/YDataTableHead.js.map +1 -1
- package/lib/components/table/YDataTableLayer.js +1 -2
- package/lib/components/table/YDataTableLayer.js.map +1 -1
- package/lib/components/table/YDataTableLayerRow.js +86 -0
- package/lib/components/table/YDataTableLayerRow.js.map +1 -0
- package/lib/components/table/YDataTableLayerRow.vue +7 -6
- package/lib/components/table/YDataTableLayerRows.js +59 -0
- package/lib/components/table/YDataTableLayerRows.js.map +1 -0
- package/lib/components/table/YDataTableLayerRows.scss +14 -0
- package/lib/components/table/YDataTableRow.js +14 -7
- package/lib/components/table/YDataTableRow.js.map +1 -1
- package/lib/components/table/YDataTableRows.scss +14 -0
- package/lib/components/table/YDataTableServer.js +19 -8
- package/lib/components/table/YDataTableServer.js.map +1 -1
- package/lib/components/table/YTable.js +1 -2
- package/lib/components/table/YTable.js.map +1 -1
- package/lib/components/table/composables/expand.js +49 -0
- package/lib/components/table/composables/expand.js.map +1 -0
- package/lib/components/table/composables/header.js.map +1 -1
- package/lib/components/table/composables/items.js +8 -2
- package/lib/components/table/composables/items.js.map +1 -1
- package/lib/components/table/composables/measure.js +1 -1
- package/lib/components/table/composables/measure.js.map +1 -1
- package/lib/components/table/composables/options.js.map +1 -1
- package/lib/components/table/composables/pagination.js.map +1 -1
- package/lib/components/table/composables/provides.js.map +1 -1
- package/lib/components/table/composables/selection.js.map +1 -1
- package/lib/components/table/composables/sorted-items.js.map +1 -1
- package/lib/components/table/composables/sorting.js.map +1 -1
- package/lib/components/table/index.js +2 -0
- package/lib/components/table/index.js.map +1 -1
- package/lib/components/table/types/common.js.map +1 -1
- package/lib/components/table/types/header.js.map +1 -1
- package/lib/components/table/types/index.js.map +1 -1
- package/lib/components/table/types/item.js.map +1 -1
- package/lib/components/table/types/row.js.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.js +1 -2
- package/lib/components/text-ellipsis/YTextEllipsis.js.map +1 -1
- package/lib/components/text-ellipsis/index.js.map +1 -1
- package/lib/components/text-highlighter/YTextHighlighter.js +2 -1
- package/lib/components/text-highlighter/YTextHighlighter.js.map +1 -1
- package/lib/components/text-highlighter/index.js.map +1 -1
- package/lib/components/text-interpolation/YTi.js +2 -2
- package/lib/components/text-interpolation/YTi.js.map +1 -1
- package/lib/components/text-interpolation/index.js.map +1 -1
- package/lib/components/textarea/YTextarea.js +1 -2
- package/lib/components/textarea/YTextarea.js.map +1 -1
- package/lib/components/textarea/index.js.map +1 -1
- package/lib/components/toggle-button/YToggleButton.js.map +1 -1
- package/lib/components/toggle-button/index.js.map +1 -1
- package/lib/components/tooltip/YTooltip.js +1 -2
- package/lib/components/tooltip/YTooltip.js.map +1 -1
- package/lib/components/tooltip/index.js.map +1 -1
- package/lib/components/transitions/expand-transition.js.map +1 -1
- package/lib/components/transitions/index.js.map +1 -1
- package/lib/components/tree-view/YTreeView.js +1 -2
- package/lib/components/tree-view/YTreeView.js.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.js +7 -4
- package/lib/components/tree-view/YTreeViewNode.js.map +1 -1
- package/lib/components/tree-view/index.js.map +1 -1
- package/lib/components/tree-view/tree-view.js.map +1 -1
- package/lib/components/tree-view/types.js.map +1 -1
- package/lib/components/tree-view/util.js.map +1 -1
- package/lib/composables/choice-link.js.map +1 -1
- package/lib/composables/choice.js.map +1 -1
- package/lib/composables/communication.js.map +1 -1
- package/lib/composables/component.js.map +1 -1
- package/lib/composables/coordinate/arrangement.js.map +1 -1
- package/lib/composables/coordinate/index.js.map +1 -1
- package/lib/composables/coordinate/levitation.js +2 -2
- package/lib/composables/coordinate/levitation.js.map +1 -1
- package/lib/composables/coordinate/types.js.map +1 -1
- package/lib/composables/coordinate/utils/point.js.map +1 -1
- package/lib/composables/date/factory.js.map +1 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/date/setting.js.map +1 -1
- package/lib/composables/date/types.js.map +1 -1
- package/lib/composables/defaults/index.js.map +1 -1
- package/lib/composables/defaults/share.js.map +1 -1
- package/lib/composables/defaults/types.js.map +1 -1
- package/lib/composables/dimension.js.map +1 -1
- package/lib/composables/focus.js.map +1 -1
- package/lib/composables/form.js +5 -5
- package/lib/composables/form.js.map +1 -1
- package/lib/composables/i18n/index.js.map +1 -1
- package/lib/composables/i18n/locale.js.map +1 -1
- package/lib/composables/i18n/rtl.js.map +1 -1
- package/lib/composables/i18n/share.js.map +1 -1
- package/lib/composables/icon.js +1 -2
- package/lib/composables/icon.js.map +1 -1
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/layer-group.js.map +1 -1
- package/lib/composables/layout.js.map +1 -1
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/progress.js.map +1 -1
- package/lib/composables/ref.js.map +1 -1
- package/lib/composables/resize-observer.js.map +1 -1
- package/lib/composables/scope.js.map +1 -1
- package/lib/composables/style-color.js +1 -2
- package/lib/composables/style-color.js.map +1 -1
- package/lib/composables/theme/factory.js.map +1 -1
- package/lib/composables/theme/helper.js.map +1 -1
- package/lib/composables/theme/index.js +8 -1
- package/lib/composables/theme/index.js.map +1 -1
- package/lib/composables/theme/setting.js.map +1 -1
- package/lib/composables/theme/types.js.map +1 -1
- package/lib/composables/timing.js.map +1 -1
- package/lib/composables/transition.js.map +1 -1
- package/lib/composables/validation.js +7 -4
- package/lib/composables/validation.js.map +1 -1
- package/lib/composables/vue-router.js.map +1 -1
- package/lib/directives/complement-click/index.js.map +1 -1
- package/lib/directives/index.js +3 -0
- package/lib/directives/index.js.map +1 -0
- package/lib/directives/plate-wave/index.js +2 -2
- package/lib/directives/plate-wave/index.js.map +1 -1
- package/lib/directives/theme-class/index.js +24 -0
- package/lib/directives/theme-class/index.js.map +1 -0
- package/lib/etc/index.js.map +1 -1
- package/lib/i18n/built-in.js.map +1 -1
- package/lib/i18n/config.js.map +1 -1
- package/lib/i18n/types.js.map +1 -1
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/locales/en.js.map +1 -1
- package/lib/locales/index.js.map +1 -1
- package/lib/locales/ko.js.map +1 -1
- package/lib/mixins/di.js.map +1 -1
- package/lib/mixins/rebind-attrs.js +0 -2
- package/lib/mixins/rebind-attrs.js.map +1 -1
- package/lib/styles/_elevation.scss +0 -1
- package/lib/styles/base.scss +3 -1
- package/lib/styles/settings/_elevation.scss +12 -12
- package/lib/styles/settings/_provided.scss +23 -23
- package/lib/styles/theme/dark.scss +3 -3
- package/lib/styles/theme/index.scss +0 -1
- package/lib/styles/theme/light.scss +3 -3
- package/lib/styles/util/_mixin.scss +16 -16
- package/lib/types/index.js.map +1 -1
- package/lib/util/anchor.js.map +1 -1
- package/lib/util/array.js.map +1 -1
- package/lib/util/collection.js.map +1 -1
- package/lib/util/color/apca.js +1 -0
- package/lib/util/color/apca.js.map +1 -1
- package/lib/util/color/const.js.map +1 -1
- package/lib/util/color/contrast/contrast.js.map +1 -1
- package/lib/util/color/conversion.js.map +1 -1
- package/lib/util/color/hct/cam16.js.map +1 -1
- package/lib/util/color/hct/hct-solver.js +6 -6
- package/lib/util/color/hct/hct-solver.js.map +1 -1
- package/lib/util/color/hct/hct.js.map +1 -1
- package/lib/util/color/hct/viewing-conditions.js +6 -4
- package/lib/util/color/hct/viewing-conditions.js.map +1 -1
- package/lib/util/color/index.js +13 -13
- package/lib/util/color/index.js.map +1 -1
- package/lib/util/color/palettes/core-palette.js.map +1 -1
- package/lib/util/color/palettes/tonal-palette.js +3 -3
- package/lib/util/color/palettes/tonal-palette.js.map +1 -1
- package/lib/util/color/types.js.map +1 -1
- package/lib/util/color/utils/math-utils.js +62 -62
- package/lib/util/color/utils/math-utils.js.map +1 -1
- package/lib/util/common.js +28 -13
- package/lib/util/common.js.map +1 -1
- package/lib/util/component/component.js.map +1 -1
- package/lib/util/component/index.js.map +1 -1
- package/lib/util/component/inject-self.js.map +1 -1
- package/lib/util/component/props.js.map +1 -1
- package/lib/util/component/types.js.map +1 -1
- package/lib/util/date/adapters/yuyeon-date-adapter.js +3 -3
- package/lib/util/date/adapters/yuyeon-date-adapter.js.map +1 -1
- package/lib/util/date/built-in.js +2 -0
- package/lib/util/date/built-in.js.map +1 -1
- package/lib/util/date/index.js +1 -1
- package/lib/util/date/index.js.map +1 -1
- package/lib/util/date/types.js.map +1 -1
- package/lib/util/debounce.js +1 -1
- package/lib/util/debounce.js.map +1 -1
- package/lib/util/dom.js +10 -1
- package/lib/util/dom.js.map +1 -1
- package/lib/util/environments.js.map +1 -1
- package/lib/util/frame-scheduler.js +3 -3
- package/lib/util/frame-scheduler.js.map +1 -1
- package/lib/util/index.js +11 -11
- package/lib/util/index.js.map +1 -1
- package/lib/util/reactivity.js +3 -3
- package/lib/util/reactivity.js.map +1 -1
- package/lib/util/rect.js.map +1 -1
- package/lib/util/scroll.js.map +1 -1
- package/lib/util/string.js +6 -1
- package/lib/util/string.js.map +1 -1
- package/lib/util/ui.js.map +1 -1
- package/lib/util/validation.js.map +1 -1
- package/package.json +132 -120
- package/types/abstract/items.d.ts +8 -8
- package/types/components/alert/YAlert.d.ts +2 -2
- package/types/components/badge/YBadge.d.ts +4 -7
- package/types/components/button/YButton.d.ts +11 -11
- package/types/components/checkbox/YCheckbox.d.ts +4 -4
- package/types/components/chip/YChip.d.ts +1 -4
- package/types/components/date-picker/YDateCalendar.d.ts +4 -4
- package/types/components/date-picker/YDatePicker.d.ts +1 -1
- package/types/components/date-picker/YDatePickerControl.d.ts +12 -12
- package/types/components/dialog/YDialog.d.ts +158 -6530
- package/types/components/draggable/YDraggable.d.ts +6 -6
- package/types/components/draggable/index.d.ts +1 -0
- package/types/components/dropdown/YDropdown.d.ts +139 -139
- package/types/components/field-input/YFieldInput.d.ts +33 -27
- package/types/components/form/YForm.d.ts +3 -3
- package/types/components/hover/YHover.d.ts +3 -3
- package/types/components/icon/YIcon.d.ts +6 -6
- package/types/components/icons/YIconPageControl.d.ts +1 -1
- package/types/components/icons/YIconSort.d.ts +1 -1
- package/types/components/icons/index.d.ts +4 -4
- package/types/components/img/YImg.d.ts +31 -31
- package/types/components/input/YInput.d.ts +22 -22
- package/types/components/ip-field/YIpv4Field.d.ts +6 -6
- package/types/components/layer/YLayer.d.ts +81 -3266
- package/types/components/layer/content.d.ts +1 -1
- package/types/components/layer/scroll-strategies.d.ts +5 -5
- package/types/components/list/YListItem.d.ts +1 -1
- package/types/components/menu/YMenu.d.ts +83 -6455
- package/types/components/pagination/YPagination.d.ts +8 -8
- package/types/components/radio/YRadio.d.ts +25 -0
- package/types/components/radio/YRadioIcon.d.ts +6 -0
- package/types/components/radio/index.d.ts +2 -0
- package/types/components/select/YSelect.d.ts +235 -553
- package/types/components/slider/YSlider.d.ts +1 -1
- package/types/components/snackbar/YSnackbar.d.ts +88 -88
- package/types/components/switch/YSwitch.d.ts +10 -10
- package/types/components/tab/YTab.d.ts +15 -15
- package/types/components/tab/YTabs.d.ts +5 -5
- package/types/components/table/YDataTable.d.ts +70 -102
- package/types/components/table/YDataTableBody.d.ts +6 -8
- package/types/components/table/YDataTableCell.d.ts +2 -2
- package/types/components/table/YDataTableControl.d.ts +20 -8
- package/types/components/table/YDataTableHead.d.ts +2 -2
- package/types/components/table/YDataTableLayer.d.ts +2 -2
- package/types/components/table/YDataTableLayerRow.d.ts +22 -0
- package/types/components/table/YDataTableLayerRows.d.ts +9 -0
- package/types/components/table/YDataTableRow.d.ts +1 -1
- package/types/components/table/YDataTableServer.d.ts +94 -117
- package/types/components/table/YTable.d.ts +7 -7
- package/types/components/table/composables/expand.d.ts +42 -0
- package/types/components/table/composables/header.d.ts +17 -49
- package/types/components/table/composables/items.d.ts +5 -5
- package/types/components/table/composables/pagination.d.ts +12 -12
- package/types/components/table/composables/selection.d.ts +9 -9
- package/types/components/table/composables/sorting.d.ts +9 -15
- package/types/components/table/index.d.ts +2 -0
- package/types/components/table/types/item.d.ts +2 -1
- package/types/components/textarea/YTextarea.d.ts +48 -48
- package/types/components/tooltip/YTooltip.d.ts +113 -113
- package/types/components/tree-view/YTreeView.d.ts +11 -11
- package/types/components/tree-view/YTreeViewNode.d.ts +13 -13
- package/types/components/tree-view/tree-view.d.ts +2 -2
- package/types/composables/choice.d.ts +3 -3
- package/types/composables/coordinate/index.d.ts +35 -3213
- package/types/composables/dimension.d.ts +6 -6
- package/types/composables/form.d.ts +19 -29
- package/types/composables/icon.d.ts +2 -2
- package/types/composables/list-items.d.ts +13 -13
- package/types/composables/style-color.d.ts +0 -1
- package/types/composables/theme/index.d.ts +1 -0
- package/types/composables/transition.d.ts +11 -11
- package/types/composables/validation.d.ts +9 -9
- package/types/composables/vue-router.d.ts +3 -3
- package/types/declares.d.ts +1 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/plate-wave/index.d.ts +7 -1
- package/types/globals.d.ts +19 -20
- package/types/shims.d.ts +64 -56
- package/types/types/index.d.ts +3 -0
- package/types/util/anchor.d.ts +1 -1
- package/types/util/common.d.ts +3 -0
- package/types/util/component/component.d.ts +1 -2
- package/types/util/component/props.d.ts +1 -1
- package/types/util/component/types.d.ts +1 -1
- package/types/util/date/index.d.ts +1 -1
- package/types/util/dom.d.ts +2 -0
- package/types/util/index.d.ts +11 -11
- package/types/util/string.d.ts +1 -0
- /package/types/directives/{theme-class.d.ts → theme-class/index.d.ts} +0 -0
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { deepEqual } from '../../util/common';
|
|
3
3
|
import { YIconIconProp } from '../icon';
|
|
4
|
+
import { YMenu } from '../menu';
|
|
4
5
|
|
|
5
6
|
export type ItemComparator = (optionsItem: any, valueItem: any, valueKey?: string) => boolean;
|
|
6
7
|
export declare const pressSelectPropsOptions: <Defaults extends {
|
|
@@ -26,23 +27,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
26
27
|
} : Omit<{
|
|
27
28
|
type: PropType<any[]>;
|
|
28
29
|
default: () => never[];
|
|
29
|
-
}, "
|
|
30
|
+
}, "type" | "default"> & {
|
|
30
31
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
31
32
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
32
33
|
};
|
|
33
34
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
34
35
|
type: PropType<string>;
|
|
35
36
|
default: string;
|
|
36
|
-
}, "
|
|
37
|
+
}, "type" | "default"> & {
|
|
37
38
|
type: PropType<string>;
|
|
38
39
|
default: string;
|
|
39
40
|
} : Omit<Omit<{
|
|
40
41
|
type: PropType<string>;
|
|
41
42
|
default: string;
|
|
42
|
-
}, "
|
|
43
|
+
}, "type" | "default"> & {
|
|
43
44
|
type: PropType<string>;
|
|
44
45
|
default: string;
|
|
45
|
-
}, "
|
|
46
|
+
}, "type" | "default"> & {
|
|
46
47
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
47
48
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
48
49
|
};
|
|
@@ -52,23 +53,23 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
52
53
|
} : Omit<{
|
|
53
54
|
type: PropType<string>;
|
|
54
55
|
default: string;
|
|
55
|
-
}, "
|
|
56
|
+
}, "type" | "default"> & {
|
|
56
57
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
57
58
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
58
59
|
};
|
|
59
60
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
60
|
-
type: PropType<
|
|
61
|
+
type: PropType<boolean | string>;
|
|
61
62
|
default: string;
|
|
62
|
-
}, "
|
|
63
|
+
}, "type" | "default"> & {
|
|
63
64
|
type: PropType<NonNullable<string | boolean>>;
|
|
64
65
|
default: NonNullable<string | boolean>;
|
|
65
66
|
} : Omit<Omit<{
|
|
66
|
-
type: PropType<
|
|
67
|
+
type: PropType<boolean | string>;
|
|
67
68
|
default: string;
|
|
68
|
-
}, "
|
|
69
|
+
}, "type" | "default"> & {
|
|
69
70
|
type: PropType<NonNullable<string | boolean>>;
|
|
70
71
|
default: NonNullable<string | boolean>;
|
|
71
|
-
}, "
|
|
72
|
+
}, "type" | "default"> & {
|
|
72
73
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
73
74
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
74
75
|
};
|
|
@@ -90,7 +91,7 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
90
91
|
} : Omit<{
|
|
91
92
|
type: PropType<ItemComparator>;
|
|
92
93
|
default: typeof deepEqual;
|
|
93
|
-
}, "
|
|
94
|
+
}, "type" | "default"> & {
|
|
94
95
|
type: PropType<unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"]>;
|
|
95
96
|
default: unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"];
|
|
96
97
|
};
|
|
@@ -99,156 +100,26 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
99
100
|
default: unknown extends Defaults["defaultSelect"] ? boolean : boolean | Defaults["defaultSelect"];
|
|
100
101
|
};
|
|
101
102
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
102
|
-
type: PropType<
|
|
103
|
-
disabled: boolean;
|
|
104
|
-
closeDelay: number;
|
|
105
|
-
openDelay: number;
|
|
106
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
107
|
-
is?: import('vue').Component | undefined;
|
|
108
|
-
})>;
|
|
109
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
110
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
111
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
112
|
-
origin: string;
|
|
113
|
-
viewportMargin: string | number | unknown[];
|
|
114
|
-
zIndex: string | number;
|
|
115
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
116
|
-
contentStyles: import('vue').CSSProperties;
|
|
117
|
-
openOnHover: boolean;
|
|
118
|
-
contained: boolean;
|
|
119
|
-
preventClip: boolean;
|
|
120
|
-
openOnClickBase: boolean;
|
|
121
|
-
closeCondition: boolean | Function;
|
|
122
|
-
}> & Omit<{
|
|
123
|
-
readonly disabled: boolean;
|
|
124
|
-
readonly closeDelay: number;
|
|
125
|
-
readonly openDelay: number;
|
|
126
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
127
|
-
is?: import('vue').Component | undefined;
|
|
128
|
-
})>;
|
|
129
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
130
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
131
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
132
|
-
readonly origin: string;
|
|
133
|
-
readonly viewportMargin: string | number | unknown[];
|
|
134
|
-
readonly zIndex: string | number;
|
|
135
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
136
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
137
|
-
readonly openOnHover: boolean;
|
|
138
|
-
readonly contained: boolean;
|
|
139
|
-
readonly preventClip: boolean;
|
|
140
|
-
readonly openOnClickBase: boolean;
|
|
141
|
-
readonly base?: import('../layer/base').BaseType;
|
|
142
|
-
readonly width?: string | number | undefined;
|
|
143
|
-
readonly height?: string | number | undefined;
|
|
144
|
-
readonly modelValue?: boolean | undefined;
|
|
145
|
-
readonly theme?: string | undefined;
|
|
146
|
-
readonly minWidth?: string | number | undefined;
|
|
147
|
-
readonly offset?: string | number | number[] | undefined;
|
|
148
|
-
readonly minHeight?: string | number | undefined;
|
|
149
|
-
readonly maxWidth?: string | number | undefined;
|
|
150
|
-
readonly maxHeight?: string | number | undefined;
|
|
151
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
152
|
-
readonly closeClickContent?: boolean | undefined;
|
|
153
|
-
readonly scrim?: boolean | undefined;
|
|
154
|
-
readonly scrimOpacity?: number | undefined;
|
|
155
|
-
readonly eager?: boolean | undefined;
|
|
156
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
157
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
158
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
159
|
-
readonly maximized?: boolean | undefined;
|
|
160
|
-
readonly layerGroup?: string | Element | undefined;
|
|
161
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
162
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
163
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
164
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
165
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
166
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
167
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
103
|
+
type: PropType<YMenu["$props"]>;
|
|
168
104
|
} : Omit<{
|
|
169
|
-
type: PropType<
|
|
170
|
-
|
|
171
|
-
closeDelay: number;
|
|
172
|
-
openDelay: number;
|
|
173
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
174
|
-
is?: import('vue').Component | undefined;
|
|
175
|
-
})>;
|
|
176
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
177
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
178
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
179
|
-
origin: string;
|
|
180
|
-
viewportMargin: string | number | unknown[];
|
|
181
|
-
zIndex: string | number;
|
|
182
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
183
|
-
contentStyles: import('vue').CSSProperties;
|
|
184
|
-
openOnHover: boolean;
|
|
185
|
-
contained: boolean;
|
|
186
|
-
preventClip: boolean;
|
|
187
|
-
openOnClickBase: boolean;
|
|
188
|
-
closeCondition: boolean | Function;
|
|
189
|
-
}> & Omit<{
|
|
190
|
-
readonly disabled: boolean;
|
|
191
|
-
readonly closeDelay: number;
|
|
192
|
-
readonly openDelay: number;
|
|
193
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
194
|
-
is?: import('vue').Component | undefined;
|
|
195
|
-
})>;
|
|
196
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
197
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
198
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
199
|
-
readonly origin: string;
|
|
200
|
-
readonly viewportMargin: string | number | unknown[];
|
|
201
|
-
readonly zIndex: string | number;
|
|
202
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
203
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
204
|
-
readonly openOnHover: boolean;
|
|
205
|
-
readonly contained: boolean;
|
|
206
|
-
readonly preventClip: boolean;
|
|
207
|
-
readonly openOnClickBase: boolean;
|
|
208
|
-
readonly base?: import('../layer/base').BaseType;
|
|
209
|
-
readonly width?: string | number | undefined;
|
|
210
|
-
readonly height?: string | number | undefined;
|
|
211
|
-
readonly modelValue?: boolean | undefined;
|
|
212
|
-
readonly theme?: string | undefined;
|
|
213
|
-
readonly minWidth?: string | number | undefined;
|
|
214
|
-
readonly offset?: string | number | number[] | undefined;
|
|
215
|
-
readonly minHeight?: string | number | undefined;
|
|
216
|
-
readonly maxWidth?: string | number | undefined;
|
|
217
|
-
readonly maxHeight?: string | number | undefined;
|
|
218
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
219
|
-
readonly closeClickContent?: boolean | undefined;
|
|
220
|
-
readonly scrim?: boolean | undefined;
|
|
221
|
-
readonly scrimOpacity?: number | undefined;
|
|
222
|
-
readonly eager?: boolean | undefined;
|
|
223
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
224
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
225
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
226
|
-
readonly maximized?: boolean | undefined;
|
|
227
|
-
readonly layerGroup?: string | Element | undefined;
|
|
228
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
229
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
230
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
231
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
232
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
233
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
234
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
235
|
-
}, "default" | "type"> & {
|
|
105
|
+
type: PropType<YMenu["$props"]>;
|
|
106
|
+
}, "type" | "default"> & {
|
|
236
107
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
237
108
|
disabled: boolean;
|
|
238
109
|
closeDelay: number;
|
|
239
110
|
openDelay: number;
|
|
240
111
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
241
|
-
is?: import('vue').Component
|
|
112
|
+
is?: import('vue').Component;
|
|
242
113
|
})>;
|
|
243
|
-
align: "
|
|
114
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
244
115
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
245
|
-
position: "default" | "
|
|
116
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
246
117
|
origin: string;
|
|
247
118
|
viewportMargin: string | number | unknown[];
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
contentStyles: import('vue').CSSProperties;
|
|
119
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
120
|
+
contentStyles: import('../../types').CssProperties;
|
|
251
121
|
openOnHover: boolean;
|
|
122
|
+
zIndex: string | number;
|
|
252
123
|
contained: boolean;
|
|
253
124
|
preventClip: boolean;
|
|
254
125
|
openOnClickBase: boolean;
|
|
@@ -258,24 +129,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
258
129
|
readonly closeDelay: number;
|
|
259
130
|
readonly openDelay: number;
|
|
260
131
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
261
|
-
is?: import('vue').Component
|
|
132
|
+
is?: import('vue').Component;
|
|
262
133
|
})>;
|
|
263
|
-
readonly align: "
|
|
134
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
264
135
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
265
|
-
readonly position: "default" | "
|
|
136
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
266
137
|
readonly origin: string;
|
|
267
138
|
readonly viewportMargin: string | number | unknown[];
|
|
268
|
-
readonly
|
|
269
|
-
readonly
|
|
270
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
139
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
140
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
271
141
|
readonly openOnHover: boolean;
|
|
142
|
+
readonly zIndex: string | number;
|
|
272
143
|
readonly contained: boolean;
|
|
273
144
|
readonly preventClip: boolean;
|
|
274
145
|
readonly openOnClickBase: boolean;
|
|
275
146
|
readonly base?: import('../layer/base').BaseType;
|
|
147
|
+
readonly modelValue?: boolean | undefined;
|
|
276
148
|
readonly width?: string | number | undefined;
|
|
277
149
|
readonly height?: string | number | undefined;
|
|
278
|
-
readonly modelValue?: boolean | undefined;
|
|
279
150
|
readonly theme?: string | undefined;
|
|
280
151
|
readonly minWidth?: string | number | undefined;
|
|
281
152
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -287,33 +158,33 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
287
158
|
readonly scrim?: boolean | undefined;
|
|
288
159
|
readonly scrimOpacity?: number | undefined;
|
|
289
160
|
readonly eager?: boolean | undefined;
|
|
290
|
-
readonly classes?: string |
|
|
291
|
-
readonly contentClasses?: string |
|
|
161
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
162
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
292
163
|
readonly closeClickScrim?: boolean | undefined;
|
|
293
164
|
readonly maximized?: boolean | undefined;
|
|
294
165
|
readonly layerGroup?: string | Element | undefined;
|
|
295
166
|
readonly preventCloseBubble?: boolean | undefined;
|
|
296
|
-
readonly menuClasses?: string |
|
|
167
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
297
168
|
readonly closeCondition?: boolean | Function | undefined;
|
|
298
169
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
299
170
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
300
171
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
301
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
172
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
302
173
|
disabled: boolean;
|
|
303
174
|
closeDelay: number;
|
|
304
175
|
openDelay: number;
|
|
305
176
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
306
|
-
is?: import('vue').Component
|
|
177
|
+
is?: import('vue').Component;
|
|
307
178
|
})>;
|
|
308
|
-
align: "
|
|
179
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
309
180
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
310
|
-
position: "default" | "
|
|
181
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
311
182
|
origin: string;
|
|
312
183
|
viewportMargin: string | number | unknown[];
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
contentStyles: import('vue').CSSProperties;
|
|
184
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
185
|
+
contentStyles: import('../../types').CssProperties;
|
|
316
186
|
openOnHover: boolean;
|
|
187
|
+
zIndex: string | number;
|
|
317
188
|
contained: boolean;
|
|
318
189
|
preventClip: boolean;
|
|
319
190
|
openOnClickBase: boolean;
|
|
@@ -323,24 +194,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
323
194
|
readonly closeDelay: number;
|
|
324
195
|
readonly openDelay: number;
|
|
325
196
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
326
|
-
is?: import('vue').Component
|
|
197
|
+
is?: import('vue').Component;
|
|
327
198
|
})>;
|
|
328
|
-
readonly align: "
|
|
199
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
329
200
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
330
|
-
readonly position: "default" | "
|
|
201
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
331
202
|
readonly origin: string;
|
|
332
203
|
readonly viewportMargin: string | number | unknown[];
|
|
333
|
-
readonly
|
|
334
|
-
readonly
|
|
335
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
204
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
205
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
336
206
|
readonly openOnHover: boolean;
|
|
207
|
+
readonly zIndex: string | number;
|
|
337
208
|
readonly contained: boolean;
|
|
338
209
|
readonly preventClip: boolean;
|
|
339
210
|
readonly openOnClickBase: boolean;
|
|
340
211
|
readonly base?: import('../layer/base').BaseType;
|
|
212
|
+
readonly modelValue?: boolean | undefined;
|
|
341
213
|
readonly width?: string | number | undefined;
|
|
342
214
|
readonly height?: string | number | undefined;
|
|
343
|
-
readonly modelValue?: boolean | undefined;
|
|
344
215
|
readonly theme?: string | undefined;
|
|
345
216
|
readonly minWidth?: string | number | undefined;
|
|
346
217
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -352,34 +223,34 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
352
223
|
readonly scrim?: boolean | undefined;
|
|
353
224
|
readonly scrimOpacity?: number | undefined;
|
|
354
225
|
readonly eager?: boolean | undefined;
|
|
355
|
-
readonly classes?: string |
|
|
356
|
-
readonly contentClasses?: string |
|
|
226
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
227
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
357
228
|
readonly closeClickScrim?: boolean | undefined;
|
|
358
229
|
readonly maximized?: boolean | undefined;
|
|
359
230
|
readonly layerGroup?: string | Element | undefined;
|
|
360
231
|
readonly preventCloseBubble?: boolean | undefined;
|
|
361
|
-
readonly menuClasses?: string |
|
|
232
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
362
233
|
readonly closeCondition?: boolean | Function | undefined;
|
|
363
234
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
364
235
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
365
236
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
366
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
237
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>>;
|
|
367
238
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
368
239
|
disabled: boolean;
|
|
369
240
|
closeDelay: number;
|
|
370
241
|
openDelay: number;
|
|
371
242
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
372
|
-
is?: import('vue').Component
|
|
243
|
+
is?: import('vue').Component;
|
|
373
244
|
})>;
|
|
374
|
-
align: "
|
|
245
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
375
246
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
376
|
-
position: "default" | "
|
|
247
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
377
248
|
origin: string;
|
|
378
249
|
viewportMargin: string | number | unknown[];
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
contentStyles: import('vue').CSSProperties;
|
|
250
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
251
|
+
contentStyles: import('../../types').CssProperties;
|
|
382
252
|
openOnHover: boolean;
|
|
253
|
+
zIndex: string | number;
|
|
383
254
|
contained: boolean;
|
|
384
255
|
preventClip: boolean;
|
|
385
256
|
openOnClickBase: boolean;
|
|
@@ -389,24 +260,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
389
260
|
readonly closeDelay: number;
|
|
390
261
|
readonly openDelay: number;
|
|
391
262
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
392
|
-
is?: import('vue').Component
|
|
263
|
+
is?: import('vue').Component;
|
|
393
264
|
})>;
|
|
394
|
-
readonly align: "
|
|
265
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
395
266
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
396
|
-
readonly position: "default" | "
|
|
267
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
397
268
|
readonly origin: string;
|
|
398
269
|
readonly viewportMargin: string | number | unknown[];
|
|
399
|
-
readonly
|
|
400
|
-
readonly
|
|
401
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
270
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
271
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
402
272
|
readonly openOnHover: boolean;
|
|
273
|
+
readonly zIndex: string | number;
|
|
403
274
|
readonly contained: boolean;
|
|
404
275
|
readonly preventClip: boolean;
|
|
405
276
|
readonly openOnClickBase: boolean;
|
|
406
277
|
readonly base?: import('../layer/base').BaseType;
|
|
278
|
+
readonly modelValue?: boolean | undefined;
|
|
407
279
|
readonly width?: string | number | undefined;
|
|
408
280
|
readonly height?: string | number | undefined;
|
|
409
|
-
readonly modelValue?: boolean | undefined;
|
|
410
281
|
readonly theme?: string | undefined;
|
|
411
282
|
readonly minWidth?: string | number | undefined;
|
|
412
283
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -418,33 +289,33 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
418
289
|
readonly scrim?: boolean | undefined;
|
|
419
290
|
readonly scrimOpacity?: number | undefined;
|
|
420
291
|
readonly eager?: boolean | undefined;
|
|
421
|
-
readonly classes?: string |
|
|
422
|
-
readonly contentClasses?: string |
|
|
292
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
293
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
423
294
|
readonly closeClickScrim?: boolean | undefined;
|
|
424
295
|
readonly maximized?: boolean | undefined;
|
|
425
296
|
readonly layerGroup?: string | Element | undefined;
|
|
426
297
|
readonly preventCloseBubble?: boolean | undefined;
|
|
427
|
-
readonly menuClasses?: string |
|
|
298
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
428
299
|
readonly closeCondition?: boolean | Function | undefined;
|
|
429
300
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
430
301
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
431
302
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
432
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
303
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : Defaults["menuProps"] | NonNullable<Partial<{
|
|
433
304
|
disabled: boolean;
|
|
434
305
|
closeDelay: number;
|
|
435
306
|
openDelay: number;
|
|
436
307
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
437
|
-
is?: import('vue').Component
|
|
308
|
+
is?: import('vue').Component;
|
|
438
309
|
})>;
|
|
439
|
-
align: "
|
|
310
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
440
311
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
441
|
-
position: "default" | "
|
|
312
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
442
313
|
origin: string;
|
|
443
314
|
viewportMargin: string | number | unknown[];
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
contentStyles: import('vue').CSSProperties;
|
|
315
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
316
|
+
contentStyles: import('../../types').CssProperties;
|
|
447
317
|
openOnHover: boolean;
|
|
318
|
+
zIndex: string | number;
|
|
448
319
|
contained: boolean;
|
|
449
320
|
preventClip: boolean;
|
|
450
321
|
openOnClickBase: boolean;
|
|
@@ -454,24 +325,24 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
454
325
|
readonly closeDelay: number;
|
|
455
326
|
readonly openDelay: number;
|
|
456
327
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
457
|
-
is?: import('vue').Component
|
|
328
|
+
is?: import('vue').Component;
|
|
458
329
|
})>;
|
|
459
|
-
readonly align: "
|
|
330
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
460
331
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
461
|
-
readonly position: "default" | "
|
|
332
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
462
333
|
readonly origin: string;
|
|
463
334
|
readonly viewportMargin: string | number | unknown[];
|
|
464
|
-
readonly
|
|
465
|
-
readonly
|
|
466
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
335
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
336
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
467
337
|
readonly openOnHover: boolean;
|
|
338
|
+
readonly zIndex: string | number;
|
|
468
339
|
readonly contained: boolean;
|
|
469
340
|
readonly preventClip: boolean;
|
|
470
341
|
readonly openOnClickBase: boolean;
|
|
471
342
|
readonly base?: import('../layer/base').BaseType;
|
|
343
|
+
readonly modelValue?: boolean | undefined;
|
|
472
344
|
readonly width?: string | number | undefined;
|
|
473
345
|
readonly height?: string | number | undefined;
|
|
474
|
-
readonly modelValue?: boolean | undefined;
|
|
475
346
|
readonly theme?: string | undefined;
|
|
476
347
|
readonly minWidth?: string | number | undefined;
|
|
477
348
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -483,18 +354,18 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
483
354
|
readonly scrim?: boolean | undefined;
|
|
484
355
|
readonly scrimOpacity?: number | undefined;
|
|
485
356
|
readonly eager?: boolean | undefined;
|
|
486
|
-
readonly classes?: string |
|
|
487
|
-
readonly contentClasses?: string |
|
|
357
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
358
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
488
359
|
readonly closeClickScrim?: boolean | undefined;
|
|
489
360
|
readonly maximized?: boolean | undefined;
|
|
490
361
|
readonly layerGroup?: string | Element | undefined;
|
|
491
362
|
readonly preventCloseBubble?: boolean | undefined;
|
|
492
|
-
readonly menuClasses?: string |
|
|
363
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
493
364
|
readonly closeCondition?: boolean | Function | undefined;
|
|
494
365
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
495
366
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
496
367
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
497
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
368
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
498
369
|
};
|
|
499
370
|
};
|
|
500
371
|
export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
@@ -537,6 +408,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
537
408
|
whenInputValid?: unknown;
|
|
538
409
|
tabindex?: unknown;
|
|
539
410
|
type?: unknown;
|
|
411
|
+
inputStyle?: unknown;
|
|
540
412
|
returnItem?: unknown;
|
|
541
413
|
items?: unknown;
|
|
542
414
|
itemKey?: unknown;
|
|
@@ -554,38 +426,38 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
554
426
|
closeDelay?: unknown;
|
|
555
427
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
556
428
|
align: unknown extends Defaults["align"] ? {
|
|
557
|
-
type: PropType<"
|
|
429
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
558
430
|
default: string;
|
|
559
431
|
} : Omit<{
|
|
560
|
-
type: PropType<"
|
|
432
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
561
433
|
default: string;
|
|
562
|
-
}, "
|
|
563
|
-
type: PropType<unknown extends Defaults["align"] ? "
|
|
564
|
-
default: unknown extends Defaults["align"] ? "
|
|
434
|
+
}, "type" | "default"> & {
|
|
435
|
+
type: PropType<unknown extends Defaults["align"] ? "bottom" | "top" | "start" | "end" | "center" : NonNullable<"bottom" | "top" | "start" | "end" | "center"> | Defaults["align"]>;
|
|
436
|
+
default: unknown extends Defaults["align"] ? "bottom" | "top" | "start" | "end" | "center" : NonNullable<"bottom" | "top" | "start" | "end" | "center"> | Defaults["align"];
|
|
565
437
|
};
|
|
566
438
|
offset: unknown extends Defaults["offset"] ? {
|
|
567
|
-
type: PropType<
|
|
439
|
+
type: PropType<number | string | number[]>;
|
|
568
440
|
} : Omit<{
|
|
569
|
-
type: PropType<
|
|
570
|
-
}, "
|
|
441
|
+
type: PropType<number | string | number[]>;
|
|
442
|
+
}, "type" | "default"> & {
|
|
571
443
|
type: PropType<unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"]>;
|
|
572
444
|
default: unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"];
|
|
573
445
|
};
|
|
574
446
|
position: unknown extends Defaults["position"] ? Omit<{
|
|
575
|
-
type: PropType<"default" | "top" | "
|
|
447
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
576
448
|
default: string;
|
|
577
|
-
}, "
|
|
578
|
-
type: PropType<NonNullable<"default" | "
|
|
579
|
-
default: NonNullable<"default" | "
|
|
449
|
+
}, "type" | "default"> & {
|
|
450
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
451
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
580
452
|
} : Omit<Omit<{
|
|
581
|
-
type: PropType<"default" | "top" | "
|
|
453
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
582
454
|
default: string;
|
|
583
|
-
}, "
|
|
584
|
-
type: PropType<NonNullable<"default" | "
|
|
585
|
-
default: NonNullable<"default" | "
|
|
586
|
-
}, "
|
|
587
|
-
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "
|
|
588
|
-
default: unknown extends Defaults["position"] ? NonNullable<"default" | "
|
|
455
|
+
}, "type" | "default"> & {
|
|
456
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
457
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
458
|
+
}, "type" | "default"> & {
|
|
459
|
+
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> : NonNullable<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">> | Defaults["position"]>;
|
|
460
|
+
default: unknown extends Defaults["position"] ? NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> : NonNullable<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">> | Defaults["position"];
|
|
589
461
|
};
|
|
590
462
|
origin: unknown extends Defaults["origin"] ? {
|
|
591
463
|
type: StringConstructor;
|
|
@@ -593,17 +465,17 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
593
465
|
} : Omit<{
|
|
594
466
|
type: StringConstructor;
|
|
595
467
|
default: string;
|
|
596
|
-
}, "
|
|
468
|
+
}, "type" | "default"> & {
|
|
597
469
|
type: PropType<unknown extends Defaults["origin"] ? string : string | Defaults["origin"]>;
|
|
598
470
|
default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
|
|
599
471
|
};
|
|
600
472
|
viewportMargin: unknown extends Defaults["viewportMargin"] ? {
|
|
601
|
-
type: (
|
|
473
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
602
474
|
default: number;
|
|
603
475
|
} : Omit<{
|
|
604
|
-
type: (
|
|
476
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
605
477
|
default: number;
|
|
606
|
-
}, "
|
|
478
|
+
}, "type" | "default"> & {
|
|
607
479
|
type: PropType<unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"]>;
|
|
608
480
|
default: unknown extends Defaults["viewportMargin"] ? string | number | unknown[] : NonNullable<string | number | unknown[]> | Defaults["viewportMargin"];
|
|
609
481
|
};
|
|
@@ -628,12 +500,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
628
500
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
629
501
|
};
|
|
630
502
|
status: unknown extends Defaults["status"] ? {
|
|
631
|
-
type: PropType<"
|
|
503
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
632
504
|
validator(value: string): boolean;
|
|
633
505
|
} : Omit<{
|
|
634
|
-
type: PropType<"
|
|
506
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
635
507
|
validator(value: string): boolean;
|
|
636
|
-
}, "
|
|
508
|
+
}, "type" | "default"> & {
|
|
637
509
|
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
638
510
|
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
639
511
|
};
|
|
@@ -641,15 +513,15 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
641
513
|
type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
|
|
642
514
|
default: unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"];
|
|
643
515
|
};
|
|
644
|
-
validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) =>
|
|
645
|
-
type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) =>
|
|
646
|
-
default: unknown extends Defaults["validators"] ? string[] | ((v: any) =>
|
|
516
|
+
validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) => boolean | string)[]> : {
|
|
517
|
+
type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"]>;
|
|
518
|
+
default: unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"];
|
|
647
519
|
};
|
|
648
520
|
validateOn: unknown extends Defaults["validateOn"] ? {
|
|
649
|
-
type: PropType<
|
|
521
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
650
522
|
} : Omit<{
|
|
651
|
-
type: PropType<
|
|
652
|
-
}, "
|
|
523
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
524
|
+
}, "type" | "default"> & {
|
|
653
525
|
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
654
526
|
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
655
527
|
};
|
|
@@ -658,12 +530,12 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
658
530
|
default: unknown extends Defaults["validationValue"] ? any : any;
|
|
659
531
|
};
|
|
660
532
|
maxErrors: unknown extends Defaults["maxErrors"] ? {
|
|
661
|
-
type: PropType<
|
|
533
|
+
type: PropType<number | string>;
|
|
662
534
|
default: number;
|
|
663
535
|
} : Omit<{
|
|
664
|
-
type: PropType<
|
|
536
|
+
type: PropType<number | string>;
|
|
665
537
|
default: number;
|
|
666
|
-
}, "
|
|
538
|
+
}, "type" | "default"> & {
|
|
667
539
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
668
540
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
669
541
|
};
|
|
@@ -675,7 +547,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
675
547
|
type: PropType<string | number>;
|
|
676
548
|
} : Omit<{
|
|
677
549
|
type: PropType<string | number>;
|
|
678
|
-
}, "
|
|
550
|
+
}, "type" | "default"> & {
|
|
679
551
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
680
552
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
681
553
|
};
|
|
@@ -689,7 +561,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
689
561
|
} : Omit<{
|
|
690
562
|
type: PropType<string>;
|
|
691
563
|
default: string;
|
|
692
|
-
}, "
|
|
564
|
+
}, "type" | "default"> & {
|
|
693
565
|
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
694
566
|
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
695
567
|
};
|
|
@@ -701,7 +573,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
701
573
|
type: PropType<any>;
|
|
702
574
|
} : Omit<{
|
|
703
575
|
type: PropType<any>;
|
|
704
|
-
}, "
|
|
576
|
+
}, "type" | "default"> & {
|
|
705
577
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
706
578
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
707
579
|
};
|
|
@@ -711,7 +583,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
711
583
|
} : Omit<{
|
|
712
584
|
type: PropType<boolean>;
|
|
713
585
|
default: boolean;
|
|
714
|
-
}, "
|
|
586
|
+
}, "type" | "default"> & {
|
|
715
587
|
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
716
588
|
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
717
589
|
};
|
|
@@ -721,7 +593,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
721
593
|
} : Omit<{
|
|
722
594
|
type: PropType<boolean>;
|
|
723
595
|
default: boolean;
|
|
724
|
-
}, "
|
|
596
|
+
}, "type" | "default"> & {
|
|
725
597
|
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
726
598
|
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
727
599
|
};
|
|
@@ -731,7 +603,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
731
603
|
} : Omit<{
|
|
732
604
|
type: PropType<boolean>;
|
|
733
605
|
default: () => false;
|
|
734
|
-
}, "
|
|
606
|
+
}, "type" | "default"> & {
|
|
735
607
|
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
736
608
|
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
737
609
|
};
|
|
@@ -753,7 +625,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
753
625
|
} : Omit<{
|
|
754
626
|
type: PropType<string>;
|
|
755
627
|
default: string;
|
|
756
|
-
}, "
|
|
628
|
+
}, "type" | "default"> & {
|
|
757
629
|
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
758
630
|
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
759
631
|
};
|
|
@@ -795,7 +667,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
795
667
|
} : Omit<{
|
|
796
668
|
type: PropType<string>;
|
|
797
669
|
default: string;
|
|
798
|
-
}, "
|
|
670
|
+
}, "type" | "default"> & {
|
|
799
671
|
type: PropType<unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"]>;
|
|
800
672
|
default: unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"];
|
|
801
673
|
};
|
|
@@ -805,10 +677,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
805
677
|
} : Omit<{
|
|
806
678
|
type: PropType<string>;
|
|
807
679
|
default: string;
|
|
808
|
-
}, "
|
|
680
|
+
}, "type" | "default"> & {
|
|
809
681
|
type: PropType<unknown extends Defaults["type"] ? string : string | Defaults["type"]>;
|
|
810
682
|
default: unknown extends Defaults["type"] ? string : string | Defaults["type"];
|
|
811
683
|
};
|
|
684
|
+
inputStyle: unknown extends Defaults["inputStyle"] ? PropType<any> : {
|
|
685
|
+
type: PropType<unknown extends Defaults["inputStyle"] ? any : any>;
|
|
686
|
+
default: unknown extends Defaults["inputStyle"] ? any : any;
|
|
687
|
+
};
|
|
812
688
|
returnItem: unknown extends Defaults["returnItem"] ? BooleanConstructor : {
|
|
813
689
|
type: PropType<unknown extends Defaults["returnItem"] ? boolean : boolean | Defaults["returnItem"]>;
|
|
814
690
|
default: unknown extends Defaults["returnItem"] ? boolean : boolean | Defaults["returnItem"];
|
|
@@ -819,23 +695,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
819
695
|
} : Omit<{
|
|
820
696
|
type: PropType<any[]>;
|
|
821
697
|
default: () => never[];
|
|
822
|
-
}, "
|
|
698
|
+
}, "type" | "default"> & {
|
|
823
699
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
824
700
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
825
701
|
};
|
|
826
702
|
itemKey: unknown extends Defaults["itemKey"] ? Omit<{
|
|
827
703
|
type: PropType<string>;
|
|
828
704
|
default: string;
|
|
829
|
-
}, "
|
|
705
|
+
}, "type" | "default"> & {
|
|
830
706
|
type: PropType<string>;
|
|
831
707
|
default: string;
|
|
832
708
|
} : Omit<Omit<{
|
|
833
709
|
type: PropType<string>;
|
|
834
710
|
default: string;
|
|
835
|
-
}, "
|
|
711
|
+
}, "type" | "default"> & {
|
|
836
712
|
type: PropType<string>;
|
|
837
713
|
default: string;
|
|
838
|
-
}, "
|
|
714
|
+
}, "type" | "default"> & {
|
|
839
715
|
type: PropType<unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"]>;
|
|
840
716
|
default: unknown extends Defaults["itemKey"] ? string : string | Defaults["itemKey"];
|
|
841
717
|
};
|
|
@@ -845,23 +721,23 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
845
721
|
} : Omit<{
|
|
846
722
|
type: PropType<string>;
|
|
847
723
|
default: string;
|
|
848
|
-
}, "
|
|
724
|
+
}, "type" | "default"> & {
|
|
849
725
|
type: PropType<unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"]>;
|
|
850
726
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
851
727
|
};
|
|
852
728
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
853
|
-
type: PropType<
|
|
729
|
+
type: PropType<boolean | string>;
|
|
854
730
|
default: string;
|
|
855
|
-
}, "
|
|
731
|
+
}, "type" | "default"> & {
|
|
856
732
|
type: PropType<NonNullable<string | boolean>>;
|
|
857
733
|
default: NonNullable<string | boolean>;
|
|
858
734
|
} : Omit<Omit<{
|
|
859
|
-
type: PropType<
|
|
735
|
+
type: PropType<boolean | string>;
|
|
860
736
|
default: string;
|
|
861
|
-
}, "
|
|
737
|
+
}, "type" | "default"> & {
|
|
862
738
|
type: PropType<NonNullable<string | boolean>>;
|
|
863
739
|
default: NonNullable<string | boolean>;
|
|
864
|
-
}, "
|
|
740
|
+
}, "type" | "default"> & {
|
|
865
741
|
type: PropType<unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"]>;
|
|
866
742
|
default: unknown extends Defaults["itemChildren"] ? NonNullable<string | boolean> : NonNullable<NonNullable<string | boolean>> | Defaults["itemChildren"];
|
|
867
743
|
};
|
|
@@ -883,7 +759,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
883
759
|
} : Omit<{
|
|
884
760
|
type: PropType<ItemComparator>;
|
|
885
761
|
default: typeof deepEqual;
|
|
886
|
-
}, "
|
|
762
|
+
}, "type" | "default"> & {
|
|
887
763
|
type: PropType<unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"]>;
|
|
888
764
|
default: unknown extends Defaults["itemComparator"] ? ItemComparator : ItemComparator | Defaults["itemComparator"];
|
|
889
765
|
};
|
|
@@ -892,156 +768,26 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
892
768
|
default: unknown extends Defaults["defaultSelect"] ? boolean : boolean | Defaults["defaultSelect"];
|
|
893
769
|
};
|
|
894
770
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
895
|
-
type: PropType<
|
|
896
|
-
disabled: boolean;
|
|
897
|
-
closeDelay: number;
|
|
898
|
-
openDelay: number;
|
|
899
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
900
|
-
is?: import('vue').Component | undefined;
|
|
901
|
-
})>;
|
|
902
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
903
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
904
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
905
|
-
origin: string;
|
|
906
|
-
viewportMargin: string | number | unknown[];
|
|
907
|
-
zIndex: string | number;
|
|
908
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
909
|
-
contentStyles: import('vue').CSSProperties;
|
|
910
|
-
openOnHover: boolean;
|
|
911
|
-
contained: boolean;
|
|
912
|
-
preventClip: boolean;
|
|
913
|
-
openOnClickBase: boolean;
|
|
914
|
-
closeCondition: boolean | Function;
|
|
915
|
-
}> & Omit<{
|
|
916
|
-
readonly disabled: boolean;
|
|
917
|
-
readonly closeDelay: number;
|
|
918
|
-
readonly openDelay: number;
|
|
919
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
920
|
-
is?: import('vue').Component | undefined;
|
|
921
|
-
})>;
|
|
922
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
923
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
924
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
925
|
-
readonly origin: string;
|
|
926
|
-
readonly viewportMargin: string | number | unknown[];
|
|
927
|
-
readonly zIndex: string | number;
|
|
928
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
929
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
930
|
-
readonly openOnHover: boolean;
|
|
931
|
-
readonly contained: boolean;
|
|
932
|
-
readonly preventClip: boolean;
|
|
933
|
-
readonly openOnClickBase: boolean;
|
|
934
|
-
readonly base?: import('../layer/base').BaseType;
|
|
935
|
-
readonly width?: string | number | undefined;
|
|
936
|
-
readonly height?: string | number | undefined;
|
|
937
|
-
readonly modelValue?: boolean | undefined;
|
|
938
|
-
readonly theme?: string | undefined;
|
|
939
|
-
readonly minWidth?: string | number | undefined;
|
|
940
|
-
readonly offset?: string | number | number[] | undefined;
|
|
941
|
-
readonly minHeight?: string | number | undefined;
|
|
942
|
-
readonly maxWidth?: string | number | undefined;
|
|
943
|
-
readonly maxHeight?: string | number | undefined;
|
|
944
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
945
|
-
readonly closeClickContent?: boolean | undefined;
|
|
946
|
-
readonly scrim?: boolean | undefined;
|
|
947
|
-
readonly scrimOpacity?: number | undefined;
|
|
948
|
-
readonly eager?: boolean | undefined;
|
|
949
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
950
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
951
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
952
|
-
readonly maximized?: boolean | undefined;
|
|
953
|
-
readonly layerGroup?: string | Element | undefined;
|
|
954
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
955
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
956
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
957
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
958
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
959
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
960
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
771
|
+
type: PropType<YMenu["$props"]>;
|
|
961
772
|
} : Omit<{
|
|
962
|
-
type: PropType<
|
|
963
|
-
|
|
964
|
-
closeDelay: number;
|
|
965
|
-
openDelay: number;
|
|
966
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
967
|
-
is?: import('vue').Component | undefined;
|
|
968
|
-
})>;
|
|
969
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
970
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
971
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
972
|
-
origin: string;
|
|
973
|
-
viewportMargin: string | number | unknown[];
|
|
974
|
-
zIndex: string | number;
|
|
975
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
976
|
-
contentStyles: import('vue').CSSProperties;
|
|
977
|
-
openOnHover: boolean;
|
|
978
|
-
contained: boolean;
|
|
979
|
-
preventClip: boolean;
|
|
980
|
-
openOnClickBase: boolean;
|
|
981
|
-
closeCondition: boolean | Function;
|
|
982
|
-
}> & Omit<{
|
|
983
|
-
readonly disabled: boolean;
|
|
984
|
-
readonly closeDelay: number;
|
|
985
|
-
readonly openDelay: number;
|
|
986
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
987
|
-
is?: import('vue').Component | undefined;
|
|
988
|
-
})>;
|
|
989
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
990
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
991
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
992
|
-
readonly origin: string;
|
|
993
|
-
readonly viewportMargin: string | number | unknown[];
|
|
994
|
-
readonly zIndex: string | number;
|
|
995
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
996
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
997
|
-
readonly openOnHover: boolean;
|
|
998
|
-
readonly contained: boolean;
|
|
999
|
-
readonly preventClip: boolean;
|
|
1000
|
-
readonly openOnClickBase: boolean;
|
|
1001
|
-
readonly base?: import('../layer/base').BaseType;
|
|
1002
|
-
readonly width?: string | number | undefined;
|
|
1003
|
-
readonly height?: string | number | undefined;
|
|
1004
|
-
readonly modelValue?: boolean | undefined;
|
|
1005
|
-
readonly theme?: string | undefined;
|
|
1006
|
-
readonly minWidth?: string | number | undefined;
|
|
1007
|
-
readonly offset?: string | number | number[] | undefined;
|
|
1008
|
-
readonly minHeight?: string | number | undefined;
|
|
1009
|
-
readonly maxWidth?: string | number | undefined;
|
|
1010
|
-
readonly maxHeight?: string | number | undefined;
|
|
1011
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
1012
|
-
readonly closeClickContent?: boolean | undefined;
|
|
1013
|
-
readonly scrim?: boolean | undefined;
|
|
1014
|
-
readonly scrimOpacity?: number | undefined;
|
|
1015
|
-
readonly eager?: boolean | undefined;
|
|
1016
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1017
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1018
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
1019
|
-
readonly maximized?: boolean | undefined;
|
|
1020
|
-
readonly layerGroup?: string | Element | undefined;
|
|
1021
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
1022
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1023
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
1024
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1025
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1026
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1027
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1028
|
-
}, "default" | "type"> & {
|
|
773
|
+
type: PropType<YMenu["$props"]>;
|
|
774
|
+
}, "type" | "default"> & {
|
|
1029
775
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
1030
776
|
disabled: boolean;
|
|
1031
777
|
closeDelay: number;
|
|
1032
778
|
openDelay: number;
|
|
1033
779
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1034
|
-
is?: import('vue').Component
|
|
780
|
+
is?: import('vue').Component;
|
|
1035
781
|
})>;
|
|
1036
|
-
align: "
|
|
782
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1037
783
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1038
|
-
position: "default" | "
|
|
784
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1039
785
|
origin: string;
|
|
1040
786
|
viewportMargin: string | number | unknown[];
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
contentStyles: import('vue').CSSProperties;
|
|
787
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
788
|
+
contentStyles: import('../../types').CssProperties;
|
|
1044
789
|
openOnHover: boolean;
|
|
790
|
+
zIndex: string | number;
|
|
1045
791
|
contained: boolean;
|
|
1046
792
|
preventClip: boolean;
|
|
1047
793
|
openOnClickBase: boolean;
|
|
@@ -1051,24 +797,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1051
797
|
readonly closeDelay: number;
|
|
1052
798
|
readonly openDelay: number;
|
|
1053
799
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1054
|
-
is?: import('vue').Component
|
|
800
|
+
is?: import('vue').Component;
|
|
1055
801
|
})>;
|
|
1056
|
-
readonly align: "
|
|
802
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1057
803
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1058
|
-
readonly position: "default" | "
|
|
804
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1059
805
|
readonly origin: string;
|
|
1060
806
|
readonly viewportMargin: string | number | unknown[];
|
|
1061
|
-
readonly
|
|
1062
|
-
readonly
|
|
1063
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
807
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
808
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
1064
809
|
readonly openOnHover: boolean;
|
|
810
|
+
readonly zIndex: string | number;
|
|
1065
811
|
readonly contained: boolean;
|
|
1066
812
|
readonly preventClip: boolean;
|
|
1067
813
|
readonly openOnClickBase: boolean;
|
|
1068
814
|
readonly base?: import('../layer/base').BaseType;
|
|
815
|
+
readonly modelValue?: boolean | undefined;
|
|
1069
816
|
readonly width?: string | number | undefined;
|
|
1070
817
|
readonly height?: string | number | undefined;
|
|
1071
|
-
readonly modelValue?: boolean | undefined;
|
|
1072
818
|
readonly theme?: string | undefined;
|
|
1073
819
|
readonly minWidth?: string | number | undefined;
|
|
1074
820
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -1080,33 +826,33 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1080
826
|
readonly scrim?: boolean | undefined;
|
|
1081
827
|
readonly scrimOpacity?: number | undefined;
|
|
1082
828
|
readonly eager?: boolean | undefined;
|
|
1083
|
-
readonly classes?: string |
|
|
1084
|
-
readonly contentClasses?: string |
|
|
829
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
830
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1085
831
|
readonly closeClickScrim?: boolean | undefined;
|
|
1086
832
|
readonly maximized?: boolean | undefined;
|
|
1087
833
|
readonly layerGroup?: string | Element | undefined;
|
|
1088
834
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1089
|
-
readonly menuClasses?: string |
|
|
835
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1090
836
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1091
837
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1092
838
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1093
839
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1094
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
840
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
1095
841
|
disabled: boolean;
|
|
1096
842
|
closeDelay: number;
|
|
1097
843
|
openDelay: number;
|
|
1098
844
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1099
|
-
is?: import('vue').Component
|
|
845
|
+
is?: import('vue').Component;
|
|
1100
846
|
})>;
|
|
1101
|
-
align: "
|
|
847
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1102
848
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1103
|
-
position: "default" | "
|
|
849
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1104
850
|
origin: string;
|
|
1105
851
|
viewportMargin: string | number | unknown[];
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
contentStyles: import('vue').CSSProperties;
|
|
852
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
853
|
+
contentStyles: import('../../types').CssProperties;
|
|
1109
854
|
openOnHover: boolean;
|
|
855
|
+
zIndex: string | number;
|
|
1110
856
|
contained: boolean;
|
|
1111
857
|
preventClip: boolean;
|
|
1112
858
|
openOnClickBase: boolean;
|
|
@@ -1116,24 +862,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1116
862
|
readonly closeDelay: number;
|
|
1117
863
|
readonly openDelay: number;
|
|
1118
864
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1119
|
-
is?: import('vue').Component
|
|
865
|
+
is?: import('vue').Component;
|
|
1120
866
|
})>;
|
|
1121
|
-
readonly align: "
|
|
867
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1122
868
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1123
|
-
readonly position: "default" | "
|
|
869
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1124
870
|
readonly origin: string;
|
|
1125
871
|
readonly viewportMargin: string | number | unknown[];
|
|
1126
|
-
readonly
|
|
1127
|
-
readonly
|
|
1128
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
872
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
873
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
1129
874
|
readonly openOnHover: boolean;
|
|
875
|
+
readonly zIndex: string | number;
|
|
1130
876
|
readonly contained: boolean;
|
|
1131
877
|
readonly preventClip: boolean;
|
|
1132
878
|
readonly openOnClickBase: boolean;
|
|
1133
879
|
readonly base?: import('../layer/base').BaseType;
|
|
880
|
+
readonly modelValue?: boolean | undefined;
|
|
1134
881
|
readonly width?: string | number | undefined;
|
|
1135
882
|
readonly height?: string | number | undefined;
|
|
1136
|
-
readonly modelValue?: boolean | undefined;
|
|
1137
883
|
readonly theme?: string | undefined;
|
|
1138
884
|
readonly minWidth?: string | number | undefined;
|
|
1139
885
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -1145,34 +891,34 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1145
891
|
readonly scrim?: boolean | undefined;
|
|
1146
892
|
readonly scrimOpacity?: number | undefined;
|
|
1147
893
|
readonly eager?: boolean | undefined;
|
|
1148
|
-
readonly classes?: string |
|
|
1149
|
-
readonly contentClasses?: string |
|
|
894
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
895
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1150
896
|
readonly closeClickScrim?: boolean | undefined;
|
|
1151
897
|
readonly maximized?: boolean | undefined;
|
|
1152
898
|
readonly layerGroup?: string | Element | undefined;
|
|
1153
899
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1154
|
-
readonly menuClasses?: string |
|
|
900
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1155
901
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1156
902
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1157
903
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1158
904
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1159
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
905
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"]>;
|
|
1160
906
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
1161
907
|
disabled: boolean;
|
|
1162
908
|
closeDelay: number;
|
|
1163
909
|
openDelay: number;
|
|
1164
910
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1165
|
-
is?: import('vue').Component
|
|
911
|
+
is?: import('vue').Component;
|
|
1166
912
|
})>;
|
|
1167
|
-
align: "
|
|
913
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1168
914
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1169
|
-
position: "default" | "
|
|
915
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1170
916
|
origin: string;
|
|
1171
917
|
viewportMargin: string | number | unknown[];
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
contentStyles: import('vue').CSSProperties;
|
|
918
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
919
|
+
contentStyles: import('../../types').CssProperties;
|
|
1175
920
|
openOnHover: boolean;
|
|
921
|
+
zIndex: string | number;
|
|
1176
922
|
contained: boolean;
|
|
1177
923
|
preventClip: boolean;
|
|
1178
924
|
openOnClickBase: boolean;
|
|
@@ -1182,24 +928,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1182
928
|
readonly closeDelay: number;
|
|
1183
929
|
readonly openDelay: number;
|
|
1184
930
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1185
|
-
is?: import('vue').Component
|
|
931
|
+
is?: import('vue').Component;
|
|
1186
932
|
})>;
|
|
1187
|
-
readonly align: "
|
|
933
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1188
934
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1189
|
-
readonly position: "default" | "
|
|
935
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1190
936
|
readonly origin: string;
|
|
1191
937
|
readonly viewportMargin: string | number | unknown[];
|
|
1192
|
-
readonly
|
|
1193
|
-
readonly
|
|
1194
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
938
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
939
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
1195
940
|
readonly openOnHover: boolean;
|
|
941
|
+
readonly zIndex: string | number;
|
|
1196
942
|
readonly contained: boolean;
|
|
1197
943
|
readonly preventClip: boolean;
|
|
1198
944
|
readonly openOnClickBase: boolean;
|
|
1199
945
|
readonly base?: import('../layer/base').BaseType;
|
|
946
|
+
readonly modelValue?: boolean | undefined;
|
|
1200
947
|
readonly width?: string | number | undefined;
|
|
1201
948
|
readonly height?: string | number | undefined;
|
|
1202
|
-
readonly modelValue?: boolean | undefined;
|
|
1203
949
|
readonly theme?: string | undefined;
|
|
1204
950
|
readonly minWidth?: string | number | undefined;
|
|
1205
951
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -1211,33 +957,33 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1211
957
|
readonly scrim?: boolean | undefined;
|
|
1212
958
|
readonly scrimOpacity?: number | undefined;
|
|
1213
959
|
readonly eager?: boolean | undefined;
|
|
1214
|
-
readonly classes?: string |
|
|
1215
|
-
readonly contentClasses?: string |
|
|
960
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
961
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1216
962
|
readonly closeClickScrim?: boolean | undefined;
|
|
1217
963
|
readonly maximized?: boolean | undefined;
|
|
1218
964
|
readonly layerGroup?: string | Element | undefined;
|
|
1219
965
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1220
|
-
readonly menuClasses?: string |
|
|
966
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1221
967
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1222
968
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1223
969
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1224
970
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1225
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
971
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition"> : NonNullable<Partial<{
|
|
1226
972
|
disabled: boolean;
|
|
1227
973
|
closeDelay: number;
|
|
1228
974
|
openDelay: number;
|
|
1229
975
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1230
|
-
is?: import('vue').Component
|
|
976
|
+
is?: import('vue').Component;
|
|
1231
977
|
})>;
|
|
1232
|
-
align: "
|
|
978
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1233
979
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1234
|
-
position: "default" | "
|
|
980
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1235
981
|
origin: string;
|
|
1236
982
|
viewportMargin: string | number | unknown[];
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
contentStyles: import('vue').CSSProperties;
|
|
983
|
+
scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
984
|
+
contentStyles: import('../../types').CssProperties;
|
|
1240
985
|
openOnHover: boolean;
|
|
986
|
+
zIndex: string | number;
|
|
1241
987
|
contained: boolean;
|
|
1242
988
|
preventClip: boolean;
|
|
1243
989
|
openOnClickBase: boolean;
|
|
@@ -1247,24 +993,24 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1247
993
|
readonly closeDelay: number;
|
|
1248
994
|
readonly openDelay: number;
|
|
1249
995
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1250
|
-
is?: import('vue').Component
|
|
996
|
+
is?: import('vue').Component;
|
|
1251
997
|
})>;
|
|
1252
|
-
readonly align: "
|
|
998
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1253
999
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1254
|
-
readonly position: "default" | "
|
|
1000
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1255
1001
|
readonly origin: string;
|
|
1256
1002
|
readonly viewportMargin: string | number | unknown[];
|
|
1257
|
-
readonly
|
|
1258
|
-
readonly
|
|
1259
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
1003
|
+
readonly scrollStrategy: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
1004
|
+
readonly contentStyles: import('../../types').CssProperties;
|
|
1260
1005
|
readonly openOnHover: boolean;
|
|
1006
|
+
readonly zIndex: string | number;
|
|
1261
1007
|
readonly contained: boolean;
|
|
1262
1008
|
readonly preventClip: boolean;
|
|
1263
1009
|
readonly openOnClickBase: boolean;
|
|
1264
1010
|
readonly base?: import('../layer/base').BaseType;
|
|
1011
|
+
readonly modelValue?: boolean | undefined;
|
|
1265
1012
|
readonly width?: string | number | undefined;
|
|
1266
1013
|
readonly height?: string | number | undefined;
|
|
1267
|
-
readonly modelValue?: boolean | undefined;
|
|
1268
1014
|
readonly theme?: string | undefined;
|
|
1269
1015
|
readonly minWidth?: string | number | undefined;
|
|
1270
1016
|
readonly offset?: string | number | number[] | undefined;
|
|
@@ -1276,18 +1022,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1276
1022
|
readonly scrim?: boolean | undefined;
|
|
1277
1023
|
readonly scrimOpacity?: number | undefined;
|
|
1278
1024
|
readonly eager?: boolean | undefined;
|
|
1279
|
-
readonly classes?: string |
|
|
1280
|
-
readonly contentClasses?: string |
|
|
1025
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1026
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1281
1027
|
readonly closeClickScrim?: boolean | undefined;
|
|
1282
1028
|
readonly maximized?: boolean | undefined;
|
|
1283
1029
|
readonly layerGroup?: string | Element | undefined;
|
|
1284
1030
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1285
|
-
readonly menuClasses?: string |
|
|
1031
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1286
1032
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1287
1033
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1288
1034
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1289
1035
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1290
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "
|
|
1036
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "scrollStrategy" | "contentStyles" | "openOnHover" | "zIndex" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">> | Defaults["menuProps"];
|
|
1291
1037
|
};
|
|
1292
1038
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
1293
1039
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -1295,7 +1041,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1295
1041
|
} : Omit<{
|
|
1296
1042
|
type: (NumberConstructor | StringConstructor)[];
|
|
1297
1043
|
default: number;
|
|
1298
|
-
}, "
|
|
1044
|
+
}, "type" | "default"> & {
|
|
1299
1045
|
type: PropType<unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"]>;
|
|
1300
1046
|
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
1301
1047
|
};
|
|
@@ -1305,7 +1051,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1305
1051
|
} : Omit<{
|
|
1306
1052
|
type: PropType<YIconIconProp>;
|
|
1307
1053
|
default: string;
|
|
1308
|
-
}, "
|
|
1054
|
+
}, "type" | "default"> & {
|
|
1309
1055
|
type: PropType<unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"]>;
|
|
1310
1056
|
default: unknown extends Defaults["dropdownIcon"] ? YIconIconProp : NonNullable<YIconIconProp> | Defaults["dropdownIcon"];
|
|
1311
1057
|
};
|
|
@@ -1315,7 +1061,7 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1315
1061
|
} : Omit<{
|
|
1316
1062
|
type: PropType<number>;
|
|
1317
1063
|
default: number;
|
|
1318
|
-
}, "
|
|
1064
|
+
}, "type" | "default"> & {
|
|
1319
1065
|
type: PropType<unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"]>;
|
|
1320
1066
|
default: unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"];
|
|
1321
1067
|
};
|
|
@@ -1325,32 +1071,32 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1325
1071
|
} : Omit<{
|
|
1326
1072
|
type: PropType<number>;
|
|
1327
1073
|
default: number;
|
|
1328
|
-
}, "
|
|
1074
|
+
}, "type" | "default"> & {
|
|
1329
1075
|
type: PropType<unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"]>;
|
|
1330
1076
|
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
1331
1077
|
};
|
|
1332
1078
|
};
|
|
1333
1079
|
export declare const YSelect: import('vue').DefineComponent<{
|
|
1334
1080
|
align: {
|
|
1335
|
-
type: PropType<"
|
|
1081
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
1336
1082
|
default: string;
|
|
1337
1083
|
};
|
|
1338
1084
|
offset: {
|
|
1339
|
-
type: PropType<
|
|
1085
|
+
type: PropType<number | string | number[]>;
|
|
1340
1086
|
};
|
|
1341
1087
|
position: Omit<{
|
|
1342
|
-
type: PropType<"default" | "top" | "
|
|
1088
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
1343
1089
|
default: string;
|
|
1344
|
-
}, "
|
|
1345
|
-
type: PropType<NonNullable<"default" | "
|
|
1346
|
-
default: NonNullable<"default" | "
|
|
1090
|
+
}, "type" | "default"> & {
|
|
1091
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
1092
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1347
1093
|
};
|
|
1348
1094
|
origin: {
|
|
1349
1095
|
type: StringConstructor;
|
|
1350
1096
|
default: string;
|
|
1351
1097
|
};
|
|
1352
1098
|
viewportMargin: {
|
|
1353
|
-
type: (
|
|
1099
|
+
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1354
1100
|
default: number;
|
|
1355
1101
|
};
|
|
1356
1102
|
extended: PropType<any>;
|
|
@@ -1359,17 +1105,17 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1359
1105
|
readonly: PropType<boolean>;
|
|
1360
1106
|
disabled: PropType<boolean>;
|
|
1361
1107
|
status: {
|
|
1362
|
-
type: PropType<"
|
|
1108
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
1363
1109
|
validator(value: string): boolean;
|
|
1364
1110
|
};
|
|
1365
1111
|
helperText: StringConstructor;
|
|
1366
|
-
validators: PropType<
|
|
1112
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
1367
1113
|
validateOn: {
|
|
1368
|
-
type: PropType<
|
|
1114
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
1369
1115
|
};
|
|
1370
1116
|
validationValue: null;
|
|
1371
1117
|
maxErrors: {
|
|
1372
|
-
type: PropType<
|
|
1118
|
+
type: PropType<number | string>;
|
|
1373
1119
|
default: number;
|
|
1374
1120
|
};
|
|
1375
1121
|
name: StringConstructor;
|
|
@@ -1411,7 +1157,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1411
1157
|
inputAlign: PropType<string>;
|
|
1412
1158
|
inlineLabel: PropType<boolean>;
|
|
1413
1159
|
displayText: PropType<string | ((value: any) => string)>;
|
|
1414
|
-
whenInputValid: PropType<
|
|
1160
|
+
whenInputValid: PropType<boolean | number>;
|
|
1415
1161
|
tabindex: {
|
|
1416
1162
|
type: PropType<string>;
|
|
1417
1163
|
default: string;
|
|
@@ -1420,6 +1166,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1420
1166
|
type: PropType<string>;
|
|
1421
1167
|
default: string;
|
|
1422
1168
|
};
|
|
1169
|
+
inputStyle: PropType<any>;
|
|
1423
1170
|
returnItem: BooleanConstructor;
|
|
1424
1171
|
items: {
|
|
1425
1172
|
type: PropType<any[]>;
|
|
@@ -1428,7 +1175,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1428
1175
|
itemKey: Omit<{
|
|
1429
1176
|
type: PropType<string>;
|
|
1430
1177
|
default: string;
|
|
1431
|
-
}, "
|
|
1178
|
+
}, "type" | "default"> & {
|
|
1432
1179
|
type: PropType<string>;
|
|
1433
1180
|
default: string;
|
|
1434
1181
|
};
|
|
@@ -1437,9 +1184,9 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1437
1184
|
default: string;
|
|
1438
1185
|
};
|
|
1439
1186
|
itemChildren: Omit<{
|
|
1440
|
-
type: PropType<
|
|
1187
|
+
type: PropType<boolean | string>;
|
|
1441
1188
|
default: string;
|
|
1442
|
-
}, "
|
|
1189
|
+
}, "type" | "default"> & {
|
|
1443
1190
|
type: PropType<NonNullable<string | boolean>>;
|
|
1444
1191
|
default: NonNullable<string | boolean>;
|
|
1445
1192
|
};
|
|
@@ -1452,72 +1199,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1452
1199
|
};
|
|
1453
1200
|
defaultSelect: BooleanConstructor;
|
|
1454
1201
|
menuProps: {
|
|
1455
|
-
type: PropType<
|
|
1456
|
-
disabled: boolean;
|
|
1457
|
-
closeDelay: number;
|
|
1458
|
-
openDelay: number;
|
|
1459
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1460
|
-
is?: import('vue').Component | undefined;
|
|
1461
|
-
})>;
|
|
1462
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1463
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1464
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1465
|
-
origin: string;
|
|
1466
|
-
viewportMargin: string | number | unknown[];
|
|
1467
|
-
zIndex: string | number;
|
|
1468
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1469
|
-
contentStyles: import('vue').CSSProperties;
|
|
1470
|
-
openOnHover: boolean;
|
|
1471
|
-
contained: boolean;
|
|
1472
|
-
preventClip: boolean;
|
|
1473
|
-
openOnClickBase: boolean;
|
|
1474
|
-
closeCondition: boolean | Function;
|
|
1475
|
-
}> & Omit<{
|
|
1476
|
-
readonly disabled: boolean;
|
|
1477
|
-
readonly closeDelay: number;
|
|
1478
|
-
readonly openDelay: number;
|
|
1479
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1480
|
-
is?: import('vue').Component | undefined;
|
|
1481
|
-
})>;
|
|
1482
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1483
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1484
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1485
|
-
readonly origin: string;
|
|
1486
|
-
readonly viewportMargin: string | number | unknown[];
|
|
1487
|
-
readonly zIndex: string | number;
|
|
1488
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1489
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
1490
|
-
readonly openOnHover: boolean;
|
|
1491
|
-
readonly contained: boolean;
|
|
1492
|
-
readonly preventClip: boolean;
|
|
1493
|
-
readonly openOnClickBase: boolean;
|
|
1494
|
-
readonly base?: import('../layer/base').BaseType;
|
|
1495
|
-
readonly width?: string | number | undefined;
|
|
1496
|
-
readonly height?: string | number | undefined;
|
|
1497
|
-
readonly modelValue?: boolean | undefined;
|
|
1498
|
-
readonly theme?: string | undefined;
|
|
1499
|
-
readonly minWidth?: string | number | undefined;
|
|
1500
|
-
readonly offset?: string | number | number[] | undefined;
|
|
1501
|
-
readonly minHeight?: string | number | undefined;
|
|
1502
|
-
readonly maxWidth?: string | number | undefined;
|
|
1503
|
-
readonly maxHeight?: string | number | undefined;
|
|
1504
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
1505
|
-
readonly closeClickContent?: boolean | undefined;
|
|
1506
|
-
readonly scrim?: boolean | undefined;
|
|
1507
|
-
readonly scrimOpacity?: number | undefined;
|
|
1508
|
-
readonly eager?: boolean | undefined;
|
|
1509
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1510
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1511
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
1512
|
-
readonly maximized?: boolean | undefined;
|
|
1513
|
-
readonly layerGroup?: string | Element | undefined;
|
|
1514
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
1515
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1516
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
1517
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1518
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1519
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1520
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "closeDelay" | "openDelay" | "transition" | "align" | "coordinateStrategy" | "position" | "origin" | "viewportMargin" | "zIndex" | "scrollStrategy" | "contentStyles" | "openOnHover" | "contained" | "preventClip" | "openOnClickBase" | "closeCondition">>;
|
|
1202
|
+
type: PropType<YMenu["$props"]>;
|
|
1521
1203
|
};
|
|
1522
1204
|
maxHeight: {
|
|
1523
1205
|
type: (NumberConstructor | StringConstructor)[];
|