yuyeon 0.3.4-rc.3 → 0.3.5
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 +4170 -3973
- 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 +7 -5
- 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 +59 -54
- 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.map +1 -1
- 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 +39 -39
- 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 +42 -37
- package/lib/components/img/YImg.js.map +1 -1
- package/lib/components/img/index.js +1 -1
- package/lib/components/img/index.js.map +1 -1
- package/lib/components/index.js +1 -0
- 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 +38 -25
- 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 +11 -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 +24 -27
- 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 +1 -1
- package/lib/components/radio/YRadio.js.map +1 -1
- package/lib/components/radio/YRadioIcon.js.map +1 -1
- package/lib/components/radio/YRadioIcon.scss +2 -3
- package/lib/components/radio/index.js.map +1 -1
- package/lib/components/select/YSelect.js +41 -42
- 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 +1 -2
- 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 +1 -1
- package/lib/components/table/YDataTableControl.js.map +1 -1
- 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 +3 -4
- 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 +1 -2
- 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.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 +18 -19
- 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 +1 -2
- 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 +23 -13
- package/lib/composables/coordinate/index.js.map +1 -1
- package/lib/composables/coordinate/levitation.js +81 -52
- 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 +6 -5
- 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 +13 -5
- package/lib/composables/timing.js.map +1 -1
- package/lib/composables/transition.js.map +1 -1
- package/lib/composables/validation.js +4 -1
- 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 +3 -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 +9 -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 +4 -3
- package/types/components/date-picker/YDatePickerControl.d.ts +7 -7
- package/types/components/dialog/YDialog.d.ts +116 -6484
- package/types/components/draggable/YDraggable.d.ts +6 -6
- package/types/components/dropdown/YDropdown.d.ts +87 -87
- package/types/components/field-input/YFieldInput.d.ts +14 -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 +30 -27
- package/types/components/img/index.d.ts +1 -0
- package/types/components/index.d.ts +1 -0
- 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 +59 -3242
- package/types/components/layer/base.d.ts +4 -0
- package/types/components/layer/scroll-strategies.d.ts +4 -4
- package/types/components/menu/YMenu.d.ts +83 -6451
- package/types/components/pagination/YPagination.d.ts +3 -3
- package/types/components/select/YSelect.d.ts +172 -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 +30 -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 +6 -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 +37 -94
- 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 +28 -3207
- package/types/composables/coordinate/levitation.d.ts +4 -2
- package/types/composables/coordinate/types.d.ts +1 -0
- 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 +22 -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 +9 -3
- 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/components/table/composibles/header.d.ts +0 -207
- package/types/components/table/composibles/items.d.ts +0 -55
- package/types/components/table/composibles/measure.d.ts +0 -8
- package/types/components/table/composibles/options.d.ts +0 -11
- package/types/components/table/composibles/pagination.d.ts +0 -81
- package/types/components/table/composibles/selection.d.ts +0 -82
- package/types/components/table/composibles/sorted-items.d.ts +0 -7
- package/types/components/table/composibles/sorting.d.ts +0 -62
- /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 {
|
|
@@ -555,38 +426,38 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
555
426
|
closeDelay?: unknown;
|
|
556
427
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
557
428
|
align: unknown extends Defaults["align"] ? {
|
|
558
|
-
type: PropType<"
|
|
429
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
559
430
|
default: string;
|
|
560
431
|
} : Omit<{
|
|
561
|
-
type: PropType<"
|
|
432
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
562
433
|
default: string;
|
|
563
434
|
}, "type" | "default"> & {
|
|
564
|
-
type: PropType<unknown extends Defaults["align"] ? "
|
|
565
|
-
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"];
|
|
566
437
|
};
|
|
567
438
|
offset: unknown extends Defaults["offset"] ? {
|
|
568
|
-
type: PropType<
|
|
439
|
+
type: PropType<number | string | number[]>;
|
|
569
440
|
} : Omit<{
|
|
570
|
-
type: PropType<
|
|
441
|
+
type: PropType<number | string | number[]>;
|
|
571
442
|
}, "type" | "default"> & {
|
|
572
443
|
type: PropType<unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"]>;
|
|
573
444
|
default: unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"];
|
|
574
445
|
};
|
|
575
446
|
position: unknown extends Defaults["position"] ? Omit<{
|
|
576
|
-
type: PropType<"default" | "top" | "
|
|
447
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
577
448
|
default: string;
|
|
578
449
|
}, "type" | "default"> & {
|
|
579
|
-
type: PropType<NonNullable<"default" | "
|
|
580
|
-
default: NonNullable<"default" | "
|
|
450
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
451
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
581
452
|
} : Omit<Omit<{
|
|
582
|
-
type: PropType<"default" | "top" | "
|
|
453
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
583
454
|
default: string;
|
|
584
455
|
}, "type" | "default"> & {
|
|
585
|
-
type: PropType<NonNullable<"default" | "
|
|
586
|
-
default: NonNullable<"default" | "
|
|
456
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
457
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
587
458
|
}, "type" | "default"> & {
|
|
588
|
-
type: PropType<unknown extends Defaults["position"] ? NonNullable<"default" | "
|
|
589
|
-
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"];
|
|
590
461
|
};
|
|
591
462
|
origin: unknown extends Defaults["origin"] ? {
|
|
592
463
|
type: StringConstructor;
|
|
@@ -629,10 +500,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
629
500
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
630
501
|
};
|
|
631
502
|
status: unknown extends Defaults["status"] ? {
|
|
632
|
-
type: PropType<"
|
|
503
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
633
504
|
validator(value: string): boolean;
|
|
634
505
|
} : Omit<{
|
|
635
|
-
type: PropType<"
|
|
506
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
636
507
|
validator(value: string): boolean;
|
|
637
508
|
}, "type" | "default"> & {
|
|
638
509
|
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
@@ -642,14 +513,14 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
642
513
|
type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
|
|
643
514
|
default: unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"];
|
|
644
515
|
};
|
|
645
|
-
validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) =>
|
|
646
|
-
type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) =>
|
|
647
|
-
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"];
|
|
648
519
|
};
|
|
649
520
|
validateOn: unknown extends Defaults["validateOn"] ? {
|
|
650
|
-
type: PropType<
|
|
521
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
651
522
|
} : Omit<{
|
|
652
|
-
type: PropType<
|
|
523
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
653
524
|
}, "type" | "default"> & {
|
|
654
525
|
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
655
526
|
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
@@ -659,10 +530,10 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
659
530
|
default: unknown extends Defaults["validationValue"] ? any : any;
|
|
660
531
|
};
|
|
661
532
|
maxErrors: unknown extends Defaults["maxErrors"] ? {
|
|
662
|
-
type: PropType<
|
|
533
|
+
type: PropType<number | string>;
|
|
663
534
|
default: number;
|
|
664
535
|
} : Omit<{
|
|
665
|
-
type: PropType<
|
|
536
|
+
type: PropType<number | string>;
|
|
666
537
|
default: number;
|
|
667
538
|
}, "type" | "default"> & {
|
|
668
539
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
@@ -855,13 +726,13 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
855
726
|
default: unknown extends Defaults["itemText"] ? string : string | Defaults["itemText"];
|
|
856
727
|
};
|
|
857
728
|
itemChildren: unknown extends Defaults["itemChildren"] ? Omit<{
|
|
858
|
-
type: PropType<
|
|
729
|
+
type: PropType<boolean | string>;
|
|
859
730
|
default: string;
|
|
860
731
|
}, "type" | "default"> & {
|
|
861
732
|
type: PropType<NonNullable<string | boolean>>;
|
|
862
733
|
default: NonNullable<string | boolean>;
|
|
863
734
|
} : Omit<Omit<{
|
|
864
|
-
type: PropType<
|
|
735
|
+
type: PropType<boolean | string>;
|
|
865
736
|
default: string;
|
|
866
737
|
}, "type" | "default"> & {
|
|
867
738
|
type: PropType<NonNullable<string | boolean>>;
|
|
@@ -897,156 +768,26 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
897
768
|
default: unknown extends Defaults["defaultSelect"] ? boolean : boolean | Defaults["defaultSelect"];
|
|
898
769
|
};
|
|
899
770
|
menuProps: unknown extends Defaults["menuProps"] ? {
|
|
900
|
-
type: PropType<
|
|
901
|
-
disabled: boolean;
|
|
902
|
-
closeDelay: number;
|
|
903
|
-
openDelay: number;
|
|
904
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
905
|
-
is?: import('vue').Component | undefined;
|
|
906
|
-
})>;
|
|
907
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
908
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
909
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
910
|
-
origin: string;
|
|
911
|
-
viewportMargin: string | number | unknown[];
|
|
912
|
-
zIndex: string | number;
|
|
913
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
914
|
-
contentStyles: import('vue').CSSProperties;
|
|
915
|
-
openOnHover: boolean;
|
|
916
|
-
contained: boolean;
|
|
917
|
-
preventClip: boolean;
|
|
918
|
-
openOnClickBase: boolean;
|
|
919
|
-
closeCondition: boolean | Function;
|
|
920
|
-
}> & Omit<{
|
|
921
|
-
readonly disabled: boolean;
|
|
922
|
-
readonly closeDelay: number;
|
|
923
|
-
readonly openDelay: number;
|
|
924
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
925
|
-
is?: import('vue').Component | undefined;
|
|
926
|
-
})>;
|
|
927
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
928
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
929
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
930
|
-
readonly origin: string;
|
|
931
|
-
readonly viewportMargin: string | number | unknown[];
|
|
932
|
-
readonly zIndex: string | number;
|
|
933
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
934
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
935
|
-
readonly openOnHover: boolean;
|
|
936
|
-
readonly contained: boolean;
|
|
937
|
-
readonly preventClip: boolean;
|
|
938
|
-
readonly openOnClickBase: boolean;
|
|
939
|
-
readonly base?: import('../layer/base').BaseType;
|
|
940
|
-
readonly modelValue?: boolean | undefined;
|
|
941
|
-
readonly width?: string | number | undefined;
|
|
942
|
-
readonly height?: string | number | undefined;
|
|
943
|
-
readonly theme?: string | undefined;
|
|
944
|
-
readonly minWidth?: string | number | undefined;
|
|
945
|
-
readonly offset?: string | number | number[] | undefined;
|
|
946
|
-
readonly minHeight?: string | number | undefined;
|
|
947
|
-
readonly maxWidth?: string | number | undefined;
|
|
948
|
-
readonly maxHeight?: string | number | undefined;
|
|
949
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
950
|
-
readonly closeClickContent?: boolean | undefined;
|
|
951
|
-
readonly scrim?: boolean | undefined;
|
|
952
|
-
readonly scrimOpacity?: number | undefined;
|
|
953
|
-
readonly eager?: boolean | undefined;
|
|
954
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
955
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
956
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
957
|
-
readonly maximized?: boolean | undefined;
|
|
958
|
-
readonly layerGroup?: string | Element | undefined;
|
|
959
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
960
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
961
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
962
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
963
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
964
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
965
|
-
} & 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"]>;
|
|
966
772
|
} : Omit<{
|
|
967
|
-
type: PropType<
|
|
968
|
-
disabled: boolean;
|
|
969
|
-
closeDelay: number;
|
|
970
|
-
openDelay: number;
|
|
971
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
972
|
-
is?: import('vue').Component | undefined;
|
|
973
|
-
})>;
|
|
974
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
975
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
976
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
977
|
-
origin: string;
|
|
978
|
-
viewportMargin: string | number | unknown[];
|
|
979
|
-
zIndex: string | number;
|
|
980
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
981
|
-
contentStyles: import('vue').CSSProperties;
|
|
982
|
-
openOnHover: boolean;
|
|
983
|
-
contained: boolean;
|
|
984
|
-
preventClip: boolean;
|
|
985
|
-
openOnClickBase: boolean;
|
|
986
|
-
closeCondition: boolean | Function;
|
|
987
|
-
}> & Omit<{
|
|
988
|
-
readonly disabled: boolean;
|
|
989
|
-
readonly closeDelay: number;
|
|
990
|
-
readonly openDelay: number;
|
|
991
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
992
|
-
is?: import('vue').Component | undefined;
|
|
993
|
-
})>;
|
|
994
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
995
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
996
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
997
|
-
readonly origin: string;
|
|
998
|
-
readonly viewportMargin: string | number | unknown[];
|
|
999
|
-
readonly zIndex: string | number;
|
|
1000
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1001
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
1002
|
-
readonly openOnHover: boolean;
|
|
1003
|
-
readonly contained: boolean;
|
|
1004
|
-
readonly preventClip: boolean;
|
|
1005
|
-
readonly openOnClickBase: boolean;
|
|
1006
|
-
readonly base?: import('../layer/base').BaseType;
|
|
1007
|
-
readonly modelValue?: boolean | undefined;
|
|
1008
|
-
readonly width?: string | number | undefined;
|
|
1009
|
-
readonly height?: string | number | undefined;
|
|
1010
|
-
readonly theme?: string | undefined;
|
|
1011
|
-
readonly minWidth?: string | number | undefined;
|
|
1012
|
-
readonly offset?: string | number | number[] | undefined;
|
|
1013
|
-
readonly minHeight?: string | number | undefined;
|
|
1014
|
-
readonly maxWidth?: string | number | undefined;
|
|
1015
|
-
readonly maxHeight?: string | number | undefined;
|
|
1016
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
1017
|
-
readonly closeClickContent?: boolean | undefined;
|
|
1018
|
-
readonly scrim?: boolean | undefined;
|
|
1019
|
-
readonly scrimOpacity?: number | undefined;
|
|
1020
|
-
readonly eager?: boolean | undefined;
|
|
1021
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1022
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1023
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
1024
|
-
readonly maximized?: boolean | undefined;
|
|
1025
|
-
readonly layerGroup?: string | Element | undefined;
|
|
1026
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
1027
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1028
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
1029
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1030
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1031
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1032
|
-
} & 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"]>;
|
|
1033
774
|
}, "type" | "default"> & {
|
|
1034
775
|
type: PropType<unknown extends Defaults["menuProps"] ? Partial<{
|
|
1035
776
|
disabled: boolean;
|
|
1036
777
|
closeDelay: number;
|
|
1037
778
|
openDelay: number;
|
|
1038
779
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1039
|
-
is?: import('vue').Component
|
|
780
|
+
is?: import('vue').Component;
|
|
1040
781
|
})>;
|
|
1041
|
-
align: "
|
|
782
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1042
783
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1043
|
-
position: "default" | "
|
|
784
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1044
785
|
origin: string;
|
|
1045
786
|
viewportMargin: string | number | unknown[];
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
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;
|
|
1049
789
|
openOnHover: boolean;
|
|
790
|
+
zIndex: string | number;
|
|
1050
791
|
contained: boolean;
|
|
1051
792
|
preventClip: boolean;
|
|
1052
793
|
openOnClickBase: boolean;
|
|
@@ -1056,17 +797,17 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1056
797
|
readonly closeDelay: number;
|
|
1057
798
|
readonly openDelay: number;
|
|
1058
799
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1059
|
-
is?: import('vue').Component
|
|
800
|
+
is?: import('vue').Component;
|
|
1060
801
|
})>;
|
|
1061
|
-
readonly align: "
|
|
802
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1062
803
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1063
|
-
readonly position: "default" | "
|
|
804
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1064
805
|
readonly origin: string;
|
|
1065
806
|
readonly viewportMargin: string | number | unknown[];
|
|
1066
|
-
readonly
|
|
1067
|
-
readonly
|
|
1068
|
-
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;
|
|
1069
809
|
readonly openOnHover: boolean;
|
|
810
|
+
readonly zIndex: string | number;
|
|
1070
811
|
readonly contained: boolean;
|
|
1071
812
|
readonly preventClip: boolean;
|
|
1072
813
|
readonly openOnClickBase: boolean;
|
|
@@ -1085,33 +826,33 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1085
826
|
readonly scrim?: boolean | undefined;
|
|
1086
827
|
readonly scrimOpacity?: number | undefined;
|
|
1087
828
|
readonly eager?: boolean | undefined;
|
|
1088
|
-
readonly classes?: string |
|
|
1089
|
-
readonly contentClasses?: string |
|
|
829
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
830
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1090
831
|
readonly closeClickScrim?: boolean | undefined;
|
|
1091
832
|
readonly maximized?: boolean | undefined;
|
|
1092
833
|
readonly layerGroup?: string | Element | undefined;
|
|
1093
834
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1094
|
-
readonly menuClasses?: string |
|
|
835
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1095
836
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1096
837
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1097
838
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1098
839
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1099
|
-
} & 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<{
|
|
1100
841
|
disabled: boolean;
|
|
1101
842
|
closeDelay: number;
|
|
1102
843
|
openDelay: number;
|
|
1103
844
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1104
|
-
is?: import('vue').Component
|
|
845
|
+
is?: import('vue').Component;
|
|
1105
846
|
})>;
|
|
1106
|
-
align: "
|
|
847
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1107
848
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1108
|
-
position: "default" | "
|
|
849
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1109
850
|
origin: string;
|
|
1110
851
|
viewportMargin: string | number | unknown[];
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
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;
|
|
1114
854
|
openOnHover: boolean;
|
|
855
|
+
zIndex: string | number;
|
|
1115
856
|
contained: boolean;
|
|
1116
857
|
preventClip: boolean;
|
|
1117
858
|
openOnClickBase: boolean;
|
|
@@ -1121,17 +862,17 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1121
862
|
readonly closeDelay: number;
|
|
1122
863
|
readonly openDelay: number;
|
|
1123
864
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1124
|
-
is?: import('vue').Component
|
|
865
|
+
is?: import('vue').Component;
|
|
1125
866
|
})>;
|
|
1126
|
-
readonly align: "
|
|
867
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1127
868
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1128
|
-
readonly position: "default" | "
|
|
869
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1129
870
|
readonly origin: string;
|
|
1130
871
|
readonly viewportMargin: string | number | unknown[];
|
|
1131
|
-
readonly
|
|
1132
|
-
readonly
|
|
1133
|
-
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;
|
|
1134
874
|
readonly openOnHover: boolean;
|
|
875
|
+
readonly zIndex: string | number;
|
|
1135
876
|
readonly contained: boolean;
|
|
1136
877
|
readonly preventClip: boolean;
|
|
1137
878
|
readonly openOnClickBase: boolean;
|
|
@@ -1150,34 +891,34 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1150
891
|
readonly scrim?: boolean | undefined;
|
|
1151
892
|
readonly scrimOpacity?: number | undefined;
|
|
1152
893
|
readonly eager?: boolean | undefined;
|
|
1153
|
-
readonly classes?: string |
|
|
1154
|
-
readonly contentClasses?: string |
|
|
894
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
895
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1155
896
|
readonly closeClickScrim?: boolean | undefined;
|
|
1156
897
|
readonly maximized?: boolean | undefined;
|
|
1157
898
|
readonly layerGroup?: string | Element | undefined;
|
|
1158
899
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1159
|
-
readonly menuClasses?: string |
|
|
900
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1160
901
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1161
902
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1162
903
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1163
904
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1164
|
-
} & 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"]>;
|
|
1165
906
|
default: unknown extends Defaults["menuProps"] ? Partial<{
|
|
1166
907
|
disabled: boolean;
|
|
1167
908
|
closeDelay: number;
|
|
1168
909
|
openDelay: number;
|
|
1169
910
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1170
|
-
is?: import('vue').Component
|
|
911
|
+
is?: import('vue').Component;
|
|
1171
912
|
})>;
|
|
1172
|
-
align: "
|
|
913
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1173
914
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1174
|
-
position: "default" | "
|
|
915
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1175
916
|
origin: string;
|
|
1176
917
|
viewportMargin: string | number | unknown[];
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
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;
|
|
1180
920
|
openOnHover: boolean;
|
|
921
|
+
zIndex: string | number;
|
|
1181
922
|
contained: boolean;
|
|
1182
923
|
preventClip: boolean;
|
|
1183
924
|
openOnClickBase: boolean;
|
|
@@ -1187,17 +928,17 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1187
928
|
readonly closeDelay: number;
|
|
1188
929
|
readonly openDelay: number;
|
|
1189
930
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1190
|
-
is?: import('vue').Component
|
|
931
|
+
is?: import('vue').Component;
|
|
1191
932
|
})>;
|
|
1192
|
-
readonly align: "
|
|
933
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1193
934
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1194
|
-
readonly position: "default" | "
|
|
935
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1195
936
|
readonly origin: string;
|
|
1196
937
|
readonly viewportMargin: string | number | unknown[];
|
|
1197
|
-
readonly
|
|
1198
|
-
readonly
|
|
1199
|
-
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;
|
|
1200
940
|
readonly openOnHover: boolean;
|
|
941
|
+
readonly zIndex: string | number;
|
|
1201
942
|
readonly contained: boolean;
|
|
1202
943
|
readonly preventClip: boolean;
|
|
1203
944
|
readonly openOnClickBase: boolean;
|
|
@@ -1216,33 +957,33 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1216
957
|
readonly scrim?: boolean | undefined;
|
|
1217
958
|
readonly scrimOpacity?: number | undefined;
|
|
1218
959
|
readonly eager?: boolean | undefined;
|
|
1219
|
-
readonly classes?: string |
|
|
1220
|
-
readonly contentClasses?: string |
|
|
960
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
961
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1221
962
|
readonly closeClickScrim?: boolean | undefined;
|
|
1222
963
|
readonly maximized?: boolean | undefined;
|
|
1223
964
|
readonly layerGroup?: string | Element | undefined;
|
|
1224
965
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1225
|
-
readonly menuClasses?: string |
|
|
966
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1226
967
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1227
968
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1228
969
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1229
970
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1230
|
-
} & 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<{
|
|
1231
972
|
disabled: boolean;
|
|
1232
973
|
closeDelay: number;
|
|
1233
974
|
openDelay: number;
|
|
1234
975
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1235
|
-
is?: import('vue').Component
|
|
976
|
+
is?: import('vue').Component;
|
|
1236
977
|
})>;
|
|
1237
|
-
align: "
|
|
978
|
+
align: "bottom" | "top" | "start" | "end" | "center";
|
|
1238
979
|
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1239
|
-
position: "default" | "
|
|
980
|
+
position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1240
981
|
origin: string;
|
|
1241
982
|
viewportMargin: string | number | unknown[];
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
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;
|
|
1245
985
|
openOnHover: boolean;
|
|
986
|
+
zIndex: string | number;
|
|
1246
987
|
contained: boolean;
|
|
1247
988
|
preventClip: boolean;
|
|
1248
989
|
openOnClickBase: boolean;
|
|
@@ -1252,17 +993,17 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1252
993
|
readonly closeDelay: number;
|
|
1253
994
|
readonly openDelay: number;
|
|
1254
995
|
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1255
|
-
is?: import('vue').Component
|
|
996
|
+
is?: import('vue').Component;
|
|
1256
997
|
})>;
|
|
1257
|
-
readonly align: "
|
|
998
|
+
readonly align: "bottom" | "top" | "start" | "end" | "center";
|
|
1258
999
|
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1259
|
-
readonly position: "default" | "
|
|
1000
|
+
readonly position: "default" | "bottom" | "left" | "right" | "top" | "start" | "end";
|
|
1260
1001
|
readonly origin: string;
|
|
1261
1002
|
readonly viewportMargin: string | number | unknown[];
|
|
1262
|
-
readonly
|
|
1263
|
-
readonly
|
|
1264
|
-
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;
|
|
1265
1005
|
readonly openOnHover: boolean;
|
|
1006
|
+
readonly zIndex: string | number;
|
|
1266
1007
|
readonly contained: boolean;
|
|
1267
1008
|
readonly preventClip: boolean;
|
|
1268
1009
|
readonly openOnClickBase: boolean;
|
|
@@ -1281,18 +1022,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1281
1022
|
readonly scrim?: boolean | undefined;
|
|
1282
1023
|
readonly scrimOpacity?: number | undefined;
|
|
1283
1024
|
readonly eager?: boolean | undefined;
|
|
1284
|
-
readonly classes?: string |
|
|
1285
|
-
readonly contentClasses?: string |
|
|
1025
|
+
readonly classes?: string | Record<string, any> | string[] | undefined;
|
|
1026
|
+
readonly contentClasses?: string | Record<string, any> | string[] | undefined;
|
|
1286
1027
|
readonly closeClickScrim?: boolean | undefined;
|
|
1287
1028
|
readonly maximized?: boolean | undefined;
|
|
1288
1029
|
readonly layerGroup?: string | Element | undefined;
|
|
1289
1030
|
readonly preventCloseBubble?: boolean | undefined;
|
|
1290
|
-
readonly menuClasses?: string |
|
|
1031
|
+
readonly menuClasses?: string | Record<string, any> | string[] | undefined;
|
|
1291
1032
|
readonly closeCondition?: boolean | Function | undefined;
|
|
1292
1033
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1293
1034
|
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1294
1035
|
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1295
|
-
} & 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"];
|
|
1296
1037
|
};
|
|
1297
1038
|
maxHeight: unknown extends Defaults["maxHeight"] ? {
|
|
1298
1039
|
type: (NumberConstructor | StringConstructor)[];
|
|
@@ -1337,18 +1078,18 @@ export declare const pressYSelectPropsOptions: <Defaults extends {
|
|
|
1337
1078
|
};
|
|
1338
1079
|
export declare const YSelect: import('vue').DefineComponent<{
|
|
1339
1080
|
align: {
|
|
1340
|
-
type: PropType<"
|
|
1081
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
1341
1082
|
default: string;
|
|
1342
1083
|
};
|
|
1343
1084
|
offset: {
|
|
1344
|
-
type: PropType<
|
|
1085
|
+
type: PropType<number | string | number[]>;
|
|
1345
1086
|
};
|
|
1346
1087
|
position: Omit<{
|
|
1347
|
-
type: PropType<"default" | "top" | "
|
|
1088
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
1348
1089
|
default: string;
|
|
1349
1090
|
}, "type" | "default"> & {
|
|
1350
|
-
type: PropType<NonNullable<"default" | "
|
|
1351
|
-
default: NonNullable<"default" | "
|
|
1091
|
+
type: PropType<NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">>;
|
|
1092
|
+
default: NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end">;
|
|
1352
1093
|
};
|
|
1353
1094
|
origin: {
|
|
1354
1095
|
type: StringConstructor;
|
|
@@ -1364,17 +1105,17 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1364
1105
|
readonly: PropType<boolean>;
|
|
1365
1106
|
disabled: PropType<boolean>;
|
|
1366
1107
|
status: {
|
|
1367
|
-
type: PropType<"
|
|
1108
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
1368
1109
|
validator(value: string): boolean;
|
|
1369
1110
|
};
|
|
1370
1111
|
helperText: StringConstructor;
|
|
1371
|
-
validators: PropType<
|
|
1112
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
1372
1113
|
validateOn: {
|
|
1373
|
-
type: PropType<
|
|
1114
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
1374
1115
|
};
|
|
1375
1116
|
validationValue: null;
|
|
1376
1117
|
maxErrors: {
|
|
1377
|
-
type: PropType<
|
|
1118
|
+
type: PropType<number | string>;
|
|
1378
1119
|
default: number;
|
|
1379
1120
|
};
|
|
1380
1121
|
name: StringConstructor;
|
|
@@ -1416,7 +1157,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1416
1157
|
inputAlign: PropType<string>;
|
|
1417
1158
|
inlineLabel: PropType<boolean>;
|
|
1418
1159
|
displayText: PropType<string | ((value: any) => string)>;
|
|
1419
|
-
whenInputValid: PropType<
|
|
1160
|
+
whenInputValid: PropType<boolean | number>;
|
|
1420
1161
|
tabindex: {
|
|
1421
1162
|
type: PropType<string>;
|
|
1422
1163
|
default: string;
|
|
@@ -1443,7 +1184,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1443
1184
|
default: string;
|
|
1444
1185
|
};
|
|
1445
1186
|
itemChildren: Omit<{
|
|
1446
|
-
type: PropType<
|
|
1187
|
+
type: PropType<boolean | string>;
|
|
1447
1188
|
default: string;
|
|
1448
1189
|
}, "type" | "default"> & {
|
|
1449
1190
|
type: PropType<NonNullable<string | boolean>>;
|
|
@@ -1458,72 +1199,7 @@ export declare const YSelect: import('vue').DefineComponent<{
|
|
|
1458
1199
|
};
|
|
1459
1200
|
defaultSelect: BooleanConstructor;
|
|
1460
1201
|
menuProps: {
|
|
1461
|
-
type: PropType<
|
|
1462
|
-
disabled: boolean;
|
|
1463
|
-
closeDelay: number;
|
|
1464
|
-
openDelay: number;
|
|
1465
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1466
|
-
is?: import('vue').Component | undefined;
|
|
1467
|
-
})>;
|
|
1468
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1469
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1470
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1471
|
-
origin: string;
|
|
1472
|
-
viewportMargin: string | number | unknown[];
|
|
1473
|
-
zIndex: string | number;
|
|
1474
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1475
|
-
contentStyles: import('vue').CSSProperties;
|
|
1476
|
-
openOnHover: boolean;
|
|
1477
|
-
contained: boolean;
|
|
1478
|
-
preventClip: boolean;
|
|
1479
|
-
openOnClickBase: boolean;
|
|
1480
|
-
closeCondition: boolean | Function;
|
|
1481
|
-
}> & Omit<{
|
|
1482
|
-
readonly disabled: boolean;
|
|
1483
|
-
readonly closeDelay: number;
|
|
1484
|
-
readonly openDelay: number;
|
|
1485
|
-
readonly transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
1486
|
-
is?: import('vue').Component | undefined;
|
|
1487
|
-
})>;
|
|
1488
|
-
readonly align: "top" | "bottom" | "start" | "end" | "center";
|
|
1489
|
-
readonly coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1490
|
-
readonly position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1491
|
-
readonly origin: string;
|
|
1492
|
-
readonly viewportMargin: string | number | unknown[];
|
|
1493
|
-
readonly zIndex: string | number;
|
|
1494
|
-
readonly scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1495
|
-
readonly contentStyles: import('vue').CSSProperties;
|
|
1496
|
-
readonly openOnHover: boolean;
|
|
1497
|
-
readonly contained: boolean;
|
|
1498
|
-
readonly preventClip: boolean;
|
|
1499
|
-
readonly openOnClickBase: boolean;
|
|
1500
|
-
readonly base?: import('../layer/base').BaseType;
|
|
1501
|
-
readonly modelValue?: boolean | undefined;
|
|
1502
|
-
readonly width?: string | number | undefined;
|
|
1503
|
-
readonly height?: string | number | undefined;
|
|
1504
|
-
readonly theme?: string | undefined;
|
|
1505
|
-
readonly minWidth?: string | number | undefined;
|
|
1506
|
-
readonly offset?: string | number | number[] | undefined;
|
|
1507
|
-
readonly minHeight?: string | number | undefined;
|
|
1508
|
-
readonly maxWidth?: string | number | undefined;
|
|
1509
|
-
readonly maxHeight?: string | number | undefined;
|
|
1510
|
-
readonly baseProps?: Record<string, any> | undefined;
|
|
1511
|
-
readonly closeClickContent?: boolean | undefined;
|
|
1512
|
-
readonly scrim?: boolean | undefined;
|
|
1513
|
-
readonly scrimOpacity?: number | undefined;
|
|
1514
|
-
readonly eager?: boolean | undefined;
|
|
1515
|
-
readonly classes?: string | string[] | Record<string, any> | undefined;
|
|
1516
|
-
readonly contentClasses?: string | string[] | Record<string, any> | undefined;
|
|
1517
|
-
readonly closeClickScrim?: boolean | undefined;
|
|
1518
|
-
readonly maximized?: boolean | undefined;
|
|
1519
|
-
readonly layerGroup?: string | Element | undefined;
|
|
1520
|
-
readonly preventCloseBubble?: boolean | undefined;
|
|
1521
|
-
readonly menuClasses?: string | string[] | Record<string, any> | undefined;
|
|
1522
|
-
readonly closeCondition?: boolean | Function | undefined;
|
|
1523
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
1524
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
1525
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
1526
|
-
} & 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"]>;
|
|
1527
1203
|
};
|
|
1528
1204
|
maxHeight: {
|
|
1529
1205
|
type: (NumberConstructor | StringConstructor)[];
|