yuyeon 0.3.3 → 0.3.4-beta.13
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 +3109 -3082
- 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 +8 -6
- package/lib/components/table/YDataTable.js.map +1 -1
- package/lib/components/table/YDataTableBody.js +2 -3
- 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 +1 -2
- package/lib/components/table/YDataTableLayerRow.js.map +1 -1
- package/lib/components/table/YDataTableLayerRows.js +1 -2
- package/lib/components/table/YDataTableLayerRows.js.map +1 -1
- package/lib/components/table/YDataTableRow.js +1 -2
- package/lib/components/table/YDataTableRow.js.map +1 -1
- package/lib/components/table/YDataTableServer.js +8 -6
- 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.map +1 -1
- package/lib/components/table/composables/header.js.map +1 -1
- 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.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/plate-wave/plate-wave.scss +17 -6
- 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 +8 -7
- package/lib/util/ui.js.map +1 -1
- package/lib/util/validation.js.map +1 -1
- package/package.json +132 -123
- package/types/abstract/items.d.ts +4 -4
- package/types/components/alert/YAlert.d.ts +2 -2
- package/types/components/badge/YBadge.d.ts +0 -3
- package/types/components/button/YButton.d.ts +3 -3
- package/types/components/checkbox/YCheckbox.d.ts +4 -4
- package/types/components/chip/YChip.d.ts +0 -3
- package/types/components/date-picker/YDateCalendar.d.ts +3 -3
- package/types/components/date-picker/YDatePickerControl.d.ts +7 -7
- package/types/components/dialog/YDialog.d.ts +108 -6480
- 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 +87 -87
- package/types/components/field-input/YFieldInput.d.ts +20 -14
- package/types/components/form/YForm.d.ts +3 -3
- package/types/components/icon/YIcon.d.ts +4 -4
- 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 +26 -26
- package/types/components/input/YInput.d.ts +13 -13
- package/types/components/ip-field/YIpv4Field.d.ts +5 -5
- package/types/components/layer/YLayer.d.ts +55 -3240
- package/types/components/layer/scroll-strategies.d.ts +4 -4
- package/types/components/menu/YMenu.d.ts +74 -6446
- package/types/components/pagination/YPagination.d.ts +3 -3
- 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 +178 -496
- package/types/components/slider/YSlider.d.ts +1 -1
- package/types/components/snackbar/YSnackbar.d.ts +55 -55
- package/types/components/tab/YTab.d.ts +3 -3
- package/types/components/tab/YTabs.d.ts +1 -1
- package/types/components/table/YDataTable.d.ts +33 -87
- package/types/components/table/YDataTableBody.d.ts +3 -3
- package/types/components/table/YDataTableCell.d.ts +2 -2
- package/types/components/table/YDataTableControl.d.ts +18 -6
- package/types/components/table/YDataTableLayer.d.ts +2 -2
- package/types/components/table/YDataTableRow.d.ts +1 -1
- package/types/components/table/YDataTableServer.d.ts +54 -99
- package/types/components/table/YTable.d.ts +3 -3
- package/types/components/table/composables/expand.d.ts +4 -4
- package/types/components/table/composables/header.d.ts +16 -48
- package/types/components/table/composables/items.d.ts +2 -2
- package/types/components/table/composables/pagination.d.ts +10 -10
- package/types/components/table/composables/selection.d.ts +6 -6
- package/types/components/table/composables/sorting.d.ts +8 -14
- package/types/components/table/types/item.d.ts +1 -1
- package/types/components/textarea/YTextarea.d.ts +30 -30
- package/types/components/tooltip/YTooltip.d.ts +67 -67
- package/types/components/tree-view/YTreeView.d.ts +7 -7
- package/types/components/tree-view/YTreeViewNode.d.ts +5 -5
- package/types/components/tree-view/tree-view.d.ts +2 -2
- package/types/composables/choice.d.ts +2 -2
- package/types/composables/coordinate/index.d.ts +27 -3205
- package/types/composables/dimension.d.ts +6 -6
- package/types/composables/form.d.ts +17 -27
- package/types/composables/list-items.d.ts +3 -3
- package/types/composables/style-color.d.ts +0 -1
- package/types/composables/theme/index.d.ts +1 -0
- package/types/composables/transition.d.ts +10 -10
- package/types/composables/validation.d.ts +6 -6
- 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 +58 -52
- package/types/src/abstract/items.d.ts +49 -0
- package/types/src/components/alert/YAlert.d.ts +13 -0
- package/types/src/components/alert/index.d.ts +1 -0
- package/types/src/components/app/YApp.d.ts +8 -0
- package/types/src/components/app/index.d.ts +1 -0
- package/types/src/components/badge/YBadge.d.ts +126 -0
- package/types/src/components/badge/index.d.ts +1 -0
- package/types/src/components/bench/YBench.d.ts +4 -0
- package/types/src/components/bench/index.d.ts +1 -0
- package/types/src/components/button/YButton.d.ts +189 -0
- package/types/src/components/button/index.d.ts +1 -0
- package/types/src/components/card/YCard.d.ts +9 -0
- package/types/src/components/card/YCardBody.d.ts +2 -0
- package/types/src/components/card/YCardFooter.d.ts +2 -0
- package/types/src/components/card/YCardHeader.d.ts +2 -0
- package/types/src/components/card/index.d.ts +4 -0
- package/types/src/components/checkbox/YCheckbox.d.ts +23 -0
- package/types/src/components/checkbox/YInputCheckbox.d.ts +31 -0
- package/types/src/components/checkbox/index.d.ts +4 -0
- package/types/src/components/chip/YChip.d.ts +37 -0
- package/types/src/components/chip/index.d.ts +1 -0
- package/types/src/components/date-picker/YDateCalendar.d.ts +115 -0
- package/types/src/components/date-picker/YDatePicker.d.ts +94 -0
- package/types/src/components/date-picker/YDatePickerControl.d.ts +97 -0
- package/types/src/components/date-picker/YMonthPicker.d.ts +25 -0
- package/types/src/components/date-picker/YYearPicker.d.ts +38 -0
- package/types/src/components/date-picker/index.d.ts +3 -0
- package/types/src/components/default-provider/YDefaultProvider.d.ts +0 -0
- package/types/src/components/default-provider/index.d.ts +0 -0
- package/types/src/components/dialog/YDialog.d.ts +715 -0
- package/types/src/components/dialog/index.d.ts +1 -0
- package/types/src/components/divider/YDivider.d.ts +14 -0
- package/types/src/components/divider/index.d.ts +1 -0
- package/types/src/components/draggable/YDraggable.d.ts +36 -0
- package/types/src/components/draggable/index.d.ts +1 -0
- package/types/src/components/dropdown/YDropdown.d.ts +574 -0
- package/types/src/components/dropdown/index.d.ts +1 -0
- package/types/src/components/field-input/YFieldInput.d.ts +322 -0
- package/types/src/components/field-input/index.d.ts +1 -0
- package/types/src/components/form/YForm.d.ts +20 -0
- package/types/src/components/form/index.d.ts +1 -0
- package/types/src/components/hover/YHover.d.ts +57 -0
- package/types/src/components/hover/index.d.ts +1 -0
- package/types/src/components/icon/YIcon.d.ts +67 -0
- package/types/src/components/icon/index.d.ts +1 -0
- package/types/src/components/icons/YIconCheckbox.d.ts +6 -0
- package/types/src/components/icons/YIconClear.d.ts +1 -0
- package/types/src/components/icons/YIconDropdown.d.ts +1 -0
- package/types/src/components/icons/YIconExpand.d.ts +1 -0
- package/types/src/components/icons/YIconPageControl.d.ts +14 -0
- package/types/src/components/icons/YIconSort.d.ts +10 -0
- package/types/src/components/icons/index.d.ts +51 -0
- package/types/src/components/img/YImg.d.ts +133 -0
- package/types/src/components/img/index.d.ts +0 -0
- package/types/src/components/index.d.ts +38 -0
- package/types/src/components/input/YInput.d.ts +249 -0
- package/types/src/components/input/index.d.ts +1 -0
- package/types/src/components/ip-field/YIpv4Field.d.ts +65 -0
- package/types/src/components/ip-field/index.d.ts +1 -0
- package/types/src/components/layer/YLayer.d.ts +436 -0
- package/types/src/components/layer/active-delay.d.ts +4 -0
- package/types/src/components/layer/active-stack.d.ts +16 -0
- package/types/src/components/layer/base.d.ts +28 -0
- package/types/src/components/layer/content.d.ts +21 -0
- package/types/src/components/layer/index.d.ts +1 -0
- package/types/src/components/layer/scroll-strategies.d.ts +41 -0
- package/types/src/components/list/YList.d.ts +19 -0
- package/types/src/components/list/YListItem.d.ts +42 -0
- package/types/src/components/list/index.d.ts +2 -0
- package/types/src/components/loading/YSpinnerRing.d.ts +3 -0
- package/types/src/components/loading/index.d.ts +1 -0
- package/types/src/components/menu/YMenu.d.ts +517 -0
- package/types/src/components/menu/index.d.ts +1 -0
- package/types/src/components/navigation/YNavigation.d.ts +1 -0
- package/types/src/components/navigation/index.d.ts +1 -0
- package/types/src/components/pagination/YPagination.d.ts +137 -0
- package/types/src/components/pagination/index.d.ts +1 -0
- package/types/src/components/panel/YDividePanel.d.ts +5 -0
- package/types/src/components/panel/index.d.ts +1 -0
- package/types/src/components/plate/YPlate.d.ts +9 -0
- package/types/src/components/plate/index.d.ts +1 -0
- package/types/src/components/progress-bar/YProgressBar.d.ts +38 -0
- package/types/src/components/progress-bar/index.d.ts +1 -0
- package/types/src/components/progress-ring/YProgressRing.d.ts +34 -0
- package/types/src/components/progress-ring/index.d.ts +1 -0
- package/types/src/components/radio/YRadio.d.ts +25 -0
- package/types/src/components/radio/YRadioIcon.d.ts +6 -0
- package/types/src/components/radio/index.d.ts +2 -0
- package/types/src/components/select/YSelect.d.ts +1221 -0
- package/types/src/components/select/index.d.ts +1 -0
- package/types/src/components/slider/YSlider.d.ts +16 -0
- package/types/src/components/slider/index.d.ts +1 -0
- package/types/src/components/slider/slider.d.ts +0 -0
- package/types/src/components/snackbar/YSnackbar.d.ts +452 -0
- package/types/src/components/snackbar/index.d.ts +1 -0
- package/types/src/components/switch/YSwitch.d.ts +137 -0
- package/types/src/components/switch/index.d.ts +1 -0
- package/types/src/components/tab/YTab.d.ts +218 -0
- package/types/src/components/tab/YTabs.d.ts +98 -0
- package/types/src/components/tab/index.d.ts +3 -0
- package/types/src/components/tab/shared.d.ts +4 -0
- package/types/src/components/tab/types.d.ts +5 -0
- package/types/src/components/table/YDataTable.d.ts +459 -0
- package/types/src/components/table/YDataTableBody.d.ts +99 -0
- package/types/src/components/table/YDataTableCell.d.ts +32 -0
- package/types/src/components/table/YDataTableControl.d.ts +68 -0
- package/types/src/components/table/YDataTableHead.d.ts +54 -0
- package/types/src/components/table/YDataTableLayer.d.ts +13 -0
- package/types/src/components/table/YDataTableLayerRow.d.ts +22 -0
- package/types/src/components/table/YDataTableLayerRows.d.ts +9 -0
- package/types/src/components/table/YDataTableRow.d.ts +53 -0
- package/types/src/components/table/YDataTableServer.d.ts +502 -0
- package/types/src/components/table/YTable.d.ts +65 -0
- package/types/src/components/table/composables/expand.d.ts +42 -0
- package/types/src/components/table/composables/header.d.ts +175 -0
- package/types/src/components/table/composables/items.d.ts +55 -0
- package/types/src/components/table/composables/measure.d.ts +8 -0
- package/types/src/components/table/composables/options.d.ts +11 -0
- package/types/src/components/table/composables/pagination.d.ts +81 -0
- package/types/src/components/table/composables/provides.d.ts +15 -0
- package/types/src/components/table/composables/selection.d.ts +82 -0
- package/types/src/components/table/composables/sorted-items.d.ts +7 -0
- package/types/src/components/table/composables/sorting.d.ts +56 -0
- package/types/src/components/table/index.d.ts +10 -0
- package/types/src/components/table/types/common.d.ts +2 -0
- package/types/src/components/table/types/header.d.ts +25 -0
- package/types/src/components/table/types/index.d.ts +59 -0
- package/types/src/components/table/types/item.d.ts +23 -0
- package/types/src/components/table/types/row.d.ts +4 -0
- package/types/src/components/text-ellipsis/YTextEllipsis.d.ts +11 -0
- package/types/src/components/text-ellipsis/index.d.ts +1 -0
- package/types/src/components/text-highlighter/YTextHighlighter.d.ts +26 -0
- package/types/src/components/text-highlighter/index.d.ts +1 -0
- package/types/src/components/text-interpolation/YTi.d.ts +11 -0
- package/types/src/components/text-interpolation/index.d.ts +1 -0
- package/types/src/components/textarea/YTextarea.d.ts +583 -0
- package/types/src/components/textarea/index.d.ts +1 -0
- package/types/src/components/toggle-button/YToggleButton.d.ts +4 -0
- package/types/src/components/toggle-button/index.d.ts +1 -0
- package/types/src/components/tooltip/YTooltip.d.ts +502 -0
- package/types/src/components/tooltip/index.d.ts +1 -0
- package/types/src/components/transitions/expand-transition.d.ts +20 -0
- package/types/src/components/transitions/index.d.ts +38 -0
- package/types/src/components/tree-view/YTreeView.d.ts +172 -0
- package/types/src/components/tree-view/YTreeViewNode.d.ts +176 -0
- package/types/src/components/tree-view/index.d.ts +2 -0
- package/types/src/components/tree-view/tree-view.d.ts +51 -0
- package/types/src/components/tree-view/types.d.ts +17 -0
- package/types/src/components/tree-view/util.d.ts +6 -0
- package/types/src/composables/choice-link.d.ts +3 -0
- package/types/src/composables/choice.d.ts +113 -0
- package/types/src/composables/communication.d.ts +8 -0
- package/types/src/composables/component.d.ts +3 -0
- package/types/src/composables/coordinate/arrangement.d.ts +7 -0
- package/types/src/composables/coordinate/index.d.ts +87 -0
- package/types/src/composables/coordinate/levitation.d.ts +7 -0
- package/types/src/composables/coordinate/types.d.ts +7 -0
- package/types/src/composables/coordinate/utils/point.d.ts +22 -0
- package/types/src/composables/date/factory.d.ts +3 -0
- package/types/src/composables/date/index.d.ts +12 -0
- package/types/src/composables/date/setting.d.ts +5 -0
- package/types/src/composables/date/types.d.ts +13 -0
- package/types/src/composables/defaults/index.d.ts +11 -0
- package/types/src/composables/defaults/share.d.ts +4 -0
- package/types/src/composables/defaults/types.d.ts +12 -0
- package/types/src/composables/dimension.d.ts +54 -0
- package/types/src/composables/focus.d.ts +30 -0
- package/types/src/composables/form.d.ts +132 -0
- package/types/src/composables/i18n/index.d.ts +9 -0
- package/types/src/composables/i18n/locale.d.ts +3 -0
- package/types/src/composables/i18n/rtl.d.ts +21 -0
- package/types/src/composables/i18n/share.d.ts +1 -0
- package/types/src/composables/icon.d.ts +79 -0
- package/types/src/composables/index.d.ts +10 -0
- package/types/src/composables/layer-group.d.ts +10 -0
- package/types/src/composables/layout.d.ts +10 -0
- package/types/src/composables/list-items.d.ts +113 -0
- package/types/src/composables/progress.d.ts +4 -0
- package/types/src/composables/ref.d.ts +6 -0
- package/types/src/composables/resize-observer.d.ts +24 -0
- package/types/src/composables/scope.d.ts +3 -0
- package/types/src/composables/style-color.d.ts +14 -0
- package/types/src/composables/theme/factory.d.ts +4 -0
- package/types/src/composables/theme/helper.d.ts +3 -0
- package/types/src/composables/theme/index.d.ts +57 -0
- package/types/src/composables/theme/setting.d.ts +11 -0
- package/types/src/composables/theme/types.d.ts +29 -0
- package/types/src/composables/timing.d.ts +20 -0
- package/types/src/composables/transition.d.ts +40 -0
- package/types/src/composables/validation.d.ts +82 -0
- package/types/src/composables/vue-router.d.ts +43 -0
- package/types/src/declares.d.ts +1 -0
- package/types/src/directives/complement-click/index.d.ts +26 -0
- package/types/src/directives/index.d.ts +2 -0
- package/types/src/directives/plate-wave/index.d.ts +20 -0
- package/types/src/directives/theme-class/index.d.ts +4 -0
- package/types/src/etc/index.d.ts +1 -0
- package/types/src/globals.d.ts +20 -0
- package/types/src/i18n/built-in.d.ts +3 -0
- package/types/src/i18n/config.d.ts +81 -0
- package/types/src/i18n/types.d.ts +20 -0
- package/types/src/index.d.ts +13 -0
- package/types/src/locales/en.d.ts +6 -0
- package/types/src/locales/index.d.ts +2 -0
- package/types/src/locales/ko.d.ts +6 -0
- package/types/src/mixins/di.d.ts +2 -0
- package/types/src/mixins/rebind-attrs.d.ts +5 -0
- package/types/src/shims.d.ts +64 -0
- package/types/src/types/index.d.ts +9 -0
- package/types/src/util/anchor.d.ts +23 -0
- package/types/src/util/array.d.ts +2 -0
- package/types/src/util/collection.d.ts +1 -0
- package/types/src/util/color/apca.d.ts +29 -0
- package/types/src/util/color/const.d.ts +5 -0
- package/types/src/util/color/contrast/contrast.d.ts +74 -0
- package/types/src/util/color/conversion.d.ts +131 -0
- package/types/src/util/color/hct/cam16.d.ts +116 -0
- package/types/src/util/color/hct/hct-solver.d.ts +131 -0
- package/types/src/util/color/hct/hct.d.ts +71 -0
- package/types/src/util/color/hct/viewing-conditions.d.ts +58 -0
- package/types/src/util/color/index.d.ts +5 -0
- package/types/src/util/color/palettes/core-palette.d.ts +44 -0
- package/types/src/util/color/palettes/tonal-palette.d.ts +40 -0
- package/types/src/util/color/types.d.ts +14 -0
- package/types/src/util/color/utils/math-utils.d.ts +82 -0
- package/types/src/util/common.d.ts +17 -0
- package/types/src/util/component/component.d.ts +5 -0
- package/types/src/util/component/index.d.ts +11 -0
- package/types/src/util/component/inject-self.d.ts +3 -0
- package/types/src/util/component/props.d.ts +32 -0
- package/types/src/util/component/types.d.ts +21 -0
- package/types/src/util/date/adapters/yuyeon-date-adapter.d.ts +43 -0
- package/types/src/util/date/built-in.d.ts +41 -0
- package/types/src/util/date/index.d.ts +3 -0
- package/types/src/util/date/types.d.ts +167 -0
- package/types/src/util/debounce.d.ts +11 -0
- package/types/src/util/dom.d.ts +5 -0
- package/types/src/util/environments.d.ts +6 -0
- package/types/src/util/frame-scheduler.d.ts +7 -0
- package/types/src/util/index.d.ts +16 -0
- package/types/src/util/reactivity.d.ts +7 -0
- package/types/src/util/rect.d.ts +36 -0
- package/types/src/util/scroll.d.ts +3 -0
- package/types/src/util/string.d.ts +9 -0
- package/types/src/util/ui.d.ts +4 -0
- package/types/src/util/validation.d.ts +3 -0
- 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 {
|
|
@@ -57,13 +58,13 @@ export declare const pressSelectPropsOptions: <Defaults extends {
|
|
|
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>>;
|
|
@@ -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 modelValue?: boolean | undefined;
|
|
143
|
-
readonly width?: string | number | undefined;
|
|
144
|
-
readonly height?: string | number | 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
|
-
disabled: boolean;
|
|
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 modelValue?: boolean | undefined;
|
|
210
|
-
readonly width?: string | number | undefined;
|
|
211
|
-
readonly height?: string | number | 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">>;
|
|
105
|
+
type: PropType<YMenu["$props"]>;
|
|
235
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,17 +129,17 @@ 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;
|
|
@@ -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,17 +194,17 @@ 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;
|
|
@@ -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,17 +260,17 @@ 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;
|
|
@@ -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,17 +325,17 @@ 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;
|
|
@@ -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
434
|
}, "type" | "default"> & {
|
|
563
|
-
type: PropType<unknown extends Defaults["align"] ? "
|
|
564
|
-
default: unknown extends Defaults["align"] ? "
|
|
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<
|
|
441
|
+
type: PropType<number | string | number[]>;
|
|
570
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
449
|
}, "type" | "default"> & {
|
|
578
|
-
type: PropType<NonNullable<"default" | "
|
|
579
|
-
default: NonNullable<"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
455
|
}, "type" | "default"> & {
|
|
584
|
-
type: PropType<NonNullable<"default" | "
|
|
585
|
-
default: NonNullable<"default" | "
|
|
456
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
457
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
586
458
|
}, "type" | "default"> & {
|
|
587
|
-
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "
|
|
588
|
-
default: unknown extends Defaults["position"] ? NonNullable<"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;
|
|
@@ -628,10 +500,10 @@ 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"]>;
|
|
@@ -641,14 +513,14 @@ 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<
|
|
523
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
652
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"];
|
|
@@ -658,10 +530,10 @@ 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"]>;
|
|
@@ -809,6 +681,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
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"];
|
|
@@ -850,13 +726,13 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
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>>;
|
|
@@ -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 modelValue?: boolean | undefined;
|
|
936
|
-
readonly width?: string | number | undefined;
|
|
937
|
-
readonly height?: string | number | 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
|
-
disabled: boolean;
|
|
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 modelValue?: boolean | undefined;
|
|
1003
|
-
readonly width?: string | number | undefined;
|
|
1004
|
-
readonly height?: string | number | 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">>;
|
|
773
|
+
type: PropType<YMenu["$props"]>;
|
|
1028
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,17 +797,17 @@ 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;
|
|
@@ -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,17 +862,17 @@ 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;
|
|
@@ -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,17 +928,17 @@ 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;
|
|
@@ -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,17 +993,17 @@ 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;
|
|
@@ -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)[];
|
|
@@ -1332,18 +1078,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
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
1090
|
}, "type" | "default"> & {
|
|
1345
|
-
type: PropType<NonNullable<"default" | "
|
|
1346
|
-
default: NonNullable<"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;
|
|
@@ -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[]>;
|
|
@@ -1437,7 +1184,7 @@ 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>>;
|
|
@@ -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 modelValue?: boolean | undefined;
|
|
1496
|
-
readonly width?: string | number | undefined;
|
|
1497
|
-
readonly height?: string | number | 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)[];
|