yuyeon 0.3.3 → 0.3.4-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/yuyeon.js +3109 -3082
- package/dist/yuyeon.umd.cjs +3 -3
- package/lib/abstract/items.js.map +1 -1
- package/lib/components/alert/YAlert.js +3 -4
- package/lib/components/alert/YAlert.js.map +1 -1
- package/lib/components/alert/index.js.map +1 -1
- package/lib/components/app/YApp.js +2 -2
- package/lib/components/app/YApp.js.map +1 -1
- package/lib/components/app/index.js.map +1 -1
- package/lib/components/badge/YBadge.js +3 -3
- package/lib/components/badge/YBadge.js.map +1 -1
- package/lib/components/badge/YBadge.scss +3 -2
- package/lib/components/badge/index.js.map +1 -1
- package/lib/components/bench/YBench.js +3 -4
- package/lib/components/bench/YBench.js.map +1 -1
- package/lib/components/bench/index.js.map +1 -1
- package/lib/components/button/YButton.js +1 -2
- package/lib/components/button/YButton.js.map +1 -1
- package/lib/components/button/index.js.map +1 -1
- package/lib/components/card/YCard.js.map +1 -1
- package/lib/components/card/YCard.scss +2 -2
- package/lib/components/card/YCardBody.js.map +1 -1
- package/lib/components/card/YCardFooter.js.map +1 -1
- package/lib/components/card/YCardHeader.js.map +1 -1
- package/lib/components/card/index.js.map +1 -1
- package/lib/components/checkbox/YCheckbox.js +1 -2
- package/lib/components/checkbox/YCheckbox.js.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.js +1 -2
- package/lib/components/checkbox/YInputCheckbox.js.map +1 -1
- package/lib/components/checkbox/index.js.map +1 -1
- package/lib/components/chip/YChip.js +1 -2
- package/lib/components/chip/YChip.js.map +1 -1
- package/lib/components/chip/index.js.map +1 -1
- package/lib/components/date-picker/YDateCalendar.js +55 -53
- package/lib/components/date-picker/YDateCalendar.js.map +1 -1
- package/lib/components/date-picker/YDatePicker.js +24 -25
- package/lib/components/date-picker/YDatePicker.js.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.js +19 -20
- package/lib/components/date-picker/YDatePickerControl.js.map +1 -1
- package/lib/components/date-picker/YMonthPicker.js +10 -11
- package/lib/components/date-picker/YMonthPicker.js.map +1 -1
- package/lib/components/date-picker/YYearPicker.js +11 -13
- package/lib/components/date-picker/YYearPicker.js.map +1 -1
- package/lib/components/date-picker/index.js.map +1 -1
- package/lib/components/default-provider/YDefaultProvider.js.map +1 -1
- package/lib/components/default-provider/index.js.map +1 -1
- package/lib/components/dialog/YDialog.js +32 -32
- package/lib/components/dialog/YDialog.js.map +1 -1
- package/lib/components/dialog/index.js.map +1 -1
- package/lib/components/divider/YDivider.js +5 -5
- package/lib/components/divider/YDivider.js.map +1 -1
- package/lib/components/divider/index.js.map +1 -1
- package/lib/components/draggable/YDraggable.js +10 -11
- package/lib/components/draggable/YDraggable.js.map +1 -1
- package/lib/components/draggable/index.js +2 -0
- package/lib/components/draggable/index.js.map +1 -0
- package/lib/components/dropdown/YDropdown.js +16 -17
- package/lib/components/dropdown/YDropdown.js.map +1 -1
- package/lib/components/dropdown/index.js.map +1 -1
- package/lib/components/field-input/YFieldInput.js +42 -40
- package/lib/components/field-input/YFieldInput.js.map +1 -1
- package/lib/components/field-input/index.js.map +1 -1
- package/lib/components/form/YForm.js +12 -14
- package/lib/components/form/YForm.js.map +1 -1
- package/lib/components/form/index.js.map +1 -1
- package/lib/components/hover/YHover.js +9 -8
- package/lib/components/hover/YHover.js.map +1 -1
- package/lib/components/hover/index.js.map +1 -1
- package/lib/components/icon/YIcon.js +2 -4
- package/lib/components/icon/YIcon.js.map +1 -1
- package/lib/components/icon/index.js.map +1 -1
- package/lib/components/icons/YIconCheckbox.js +7 -6
- package/lib/components/icons/YIconCheckbox.js.map +1 -1
- package/lib/components/icons/YIconClear.js +2 -1
- package/lib/components/icons/YIconClear.js.map +1 -1
- package/lib/components/icons/YIconDropdown.js +2 -1
- package/lib/components/icons/YIconDropdown.js.map +1 -1
- package/lib/components/icons/YIconExpand.js +1 -0
- package/lib/components/icons/YIconExpand.js.map +1 -1
- package/lib/components/icons/YIconPageControl.js +7 -6
- package/lib/components/icons/YIconPageControl.js.map +1 -1
- package/lib/components/icons/YIconSort.js +6 -5
- package/lib/components/icons/YIconSort.js.map +1 -1
- package/lib/components/icons/YIconSort.scss +2 -0
- package/lib/components/icons/index.js.map +1 -1
- package/lib/components/img/YImg.js +30 -31
- package/lib/components/img/YImg.js.map +1 -1
- package/lib/components/img/index.js.map +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/YInput.js +1 -2
- package/lib/components/input/YInput.js.map +1 -1
- package/lib/components/input/YInput.scss +10 -9
- package/lib/components/input/index.js.map +1 -1
- package/lib/components/ip-field/YIpv4Field.js +1 -2
- package/lib/components/ip-field/YIpv4Field.js.map +1 -1
- package/lib/components/ip-field/index.js.map +1 -1
- package/lib/components/layer/YLayer.js +4 -3
- package/lib/components/layer/YLayer.js.map +1 -1
- package/lib/components/layer/active-delay.js.map +1 -1
- package/lib/components/layer/active-stack.js.map +1 -1
- package/lib/components/layer/base.js.map +1 -1
- package/lib/components/layer/content.js.map +1 -1
- package/lib/components/layer/index.js.map +1 -1
- package/lib/components/layer/scroll-strategies.js.map +1 -1
- package/lib/components/list/YList.js +1 -2
- package/lib/components/list/YList.js.map +1 -1
- package/lib/components/list/YListItem.js +1 -2
- package/lib/components/list/YListItem.js.map +1 -1
- package/lib/components/list/index.js.map +1 -1
- package/lib/components/loading/YSpinnerRing.js.map +1 -1
- package/lib/components/loading/index.js.map +1 -1
- package/lib/components/menu/YMenu.js +5 -8
- package/lib/components/menu/YMenu.js.map +1 -1
- package/lib/components/menu/YMenu.scss +3 -4
- package/lib/components/menu/index.js.map +1 -1
- package/lib/components/navigation/YNavigation.js +1 -2
- package/lib/components/navigation/YNavigation.js.map +1 -1
- package/lib/components/navigation/index.js.map +1 -1
- package/lib/components/pagination/YPagination.js +1 -2
- package/lib/components/pagination/YPagination.js.map +1 -1
- package/lib/components/pagination/index.js.map +1 -1
- package/lib/components/panel/YDividePanel.js +1 -2
- package/lib/components/panel/YDividePanel.js.map +1 -1
- package/lib/components/panel/YDividePanel.scss +1 -0
- package/lib/components/panel/index.js.map +1 -1
- package/lib/components/plate/YPlate.js +3 -4
- package/lib/components/plate/YPlate.js.map +1 -1
- package/lib/components/plate/index.js.map +1 -1
- package/lib/components/progress-bar/YProgressBar.js +1 -2
- package/lib/components/progress-bar/YProgressBar.js.map +1 -1
- package/lib/components/progress-bar/index.js.map +1 -1
- package/lib/components/progress-ring/YProgressRing.js +3 -4
- package/lib/components/progress-ring/YProgressRing.js.map +1 -1
- package/lib/components/progress-ring/index.js.map +1 -1
- package/lib/components/radio/YRadio.js +58 -0
- package/lib/components/radio/YRadio.js.map +1 -0
- package/lib/components/radio/YRadio.scss +38 -0
- package/lib/components/radio/YRadioIcon.js +33 -0
- package/lib/components/radio/YRadioIcon.js.map +1 -0
- package/lib/components/radio/YRadioIcon.scss +43 -0
- package/lib/components/radio/index.js +3 -0
- package/lib/components/radio/index.js.map +1 -0
- package/lib/components/select/YSelect.js +41 -43
- package/lib/components/select/YSelect.js.map +1 -1
- package/lib/components/select/index.js.map +1 -1
- package/lib/components/slider/YSlider.js.map +1 -1
- package/lib/components/slider/index.js.map +1 -1
- package/lib/components/slider/slider.js.map +1 -1
- package/lib/components/snackbar/YSnackbar.js +6 -6
- package/lib/components/snackbar/YSnackbar.js.map +1 -1
- package/lib/components/snackbar/index.js.map +1 -1
- package/lib/components/switch/YSwitch.js +1 -2
- package/lib/components/switch/YSwitch.js.map +1 -1
- package/lib/components/switch/index.js.map +1 -1
- package/lib/components/tab/YTab.js +2 -3
- package/lib/components/tab/YTab.js.map +1 -1
- package/lib/components/tab/YTab.scss +1 -1
- package/lib/components/tab/YTabs.js +1 -2
- package/lib/components/tab/YTabs.js.map +1 -1
- package/lib/components/tab/index.js.map +1 -1
- package/lib/components/tab/shared.js.map +1 -1
- package/lib/components/tab/types.js.map +1 -1
- package/lib/components/table/YDataTable.js +8 -6
- package/lib/components/table/YDataTable.js.map +1 -1
- package/lib/components/table/YDataTableBody.js +2 -3
- package/lib/components/table/YDataTableBody.js.map +1 -1
- package/lib/components/table/YDataTableCell.js +1 -2
- package/lib/components/table/YDataTableCell.js.map +1 -1
- package/lib/components/table/YDataTableControl.js +8 -6
- package/lib/components/table/YDataTableControl.js.map +1 -1
- package/lib/components/table/YDataTableControl.scss +10 -0
- package/lib/components/table/YDataTableHead.js +1 -1
- package/lib/components/table/YDataTableHead.js.map +1 -1
- package/lib/components/table/YDataTableLayer.js +1 -2
- package/lib/components/table/YDataTableLayer.js.map +1 -1
- package/lib/components/table/YDataTableLayerRow.js +1 -2
- package/lib/components/table/YDataTableLayerRow.js.map +1 -1
- package/lib/components/table/YDataTableLayerRows.js +1 -2
- package/lib/components/table/YDataTableLayerRows.js.map +1 -1
- package/lib/components/table/YDataTableRow.js +1 -2
- package/lib/components/table/YDataTableRow.js.map +1 -1
- package/lib/components/table/YDataTableServer.js +8 -6
- package/lib/components/table/YDataTableServer.js.map +1 -1
- package/lib/components/table/YTable.js +1 -2
- package/lib/components/table/YTable.js.map +1 -1
- package/lib/components/table/composables/expand.js.map +1 -1
- package/lib/components/table/composables/header.js.map +1 -1
- package/lib/components/table/composables/items.js.map +1 -1
- package/lib/components/table/composables/measure.js +1 -1
- package/lib/components/table/composables/measure.js.map +1 -1
- package/lib/components/table/composables/options.js.map +1 -1
- package/lib/components/table/composables/pagination.js.map +1 -1
- package/lib/components/table/composables/provides.js.map +1 -1
- package/lib/components/table/composables/selection.js.map +1 -1
- package/lib/components/table/composables/sorted-items.js.map +1 -1
- package/lib/components/table/composables/sorting.js.map +1 -1
- package/lib/components/table/index.js.map +1 -1
- package/lib/components/table/types/common.js.map +1 -1
- package/lib/components/table/types/header.js.map +1 -1
- package/lib/components/table/types/index.js.map +1 -1
- package/lib/components/table/types/item.js.map +1 -1
- package/lib/components/table/types/row.js.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.js +1 -2
- package/lib/components/text-ellipsis/YTextEllipsis.js.map +1 -1
- package/lib/components/text-ellipsis/index.js.map +1 -1
- package/lib/components/text-highlighter/YTextHighlighter.js +2 -1
- package/lib/components/text-highlighter/YTextHighlighter.js.map +1 -1
- package/lib/components/text-highlighter/index.js.map +1 -1
- package/lib/components/text-interpolation/YTi.js +2 -2
- package/lib/components/text-interpolation/YTi.js.map +1 -1
- package/lib/components/text-interpolation/index.js.map +1 -1
- package/lib/components/textarea/YTextarea.js +1 -2
- package/lib/components/textarea/YTextarea.js.map +1 -1
- package/lib/components/textarea/index.js.map +1 -1
- package/lib/components/toggle-button/YToggleButton.js.map +1 -1
- package/lib/components/toggle-button/index.js.map +1 -1
- package/lib/components/tooltip/YTooltip.js +1 -2
- package/lib/components/tooltip/YTooltip.js.map +1 -1
- package/lib/components/tooltip/index.js.map +1 -1
- package/lib/components/transitions/expand-transition.js.map +1 -1
- package/lib/components/transitions/index.js.map +1 -1
- package/lib/components/tree-view/YTreeView.js +1 -2
- package/lib/components/tree-view/YTreeView.js.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.js +7 -4
- package/lib/components/tree-view/YTreeViewNode.js.map +1 -1
- package/lib/components/tree-view/index.js.map +1 -1
- package/lib/components/tree-view/tree-view.js.map +1 -1
- package/lib/components/tree-view/types.js.map +1 -1
- package/lib/components/tree-view/util.js.map +1 -1
- package/lib/composables/choice-link.js.map +1 -1
- package/lib/composables/choice.js.map +1 -1
- package/lib/composables/communication.js.map +1 -1
- package/lib/composables/component.js.map +1 -1
- package/lib/composables/coordinate/arrangement.js.map +1 -1
- package/lib/composables/coordinate/index.js.map +1 -1
- package/lib/composables/coordinate/levitation.js +2 -2
- package/lib/composables/coordinate/levitation.js.map +1 -1
- package/lib/composables/coordinate/types.js.map +1 -1
- package/lib/composables/coordinate/utils/point.js.map +1 -1
- package/lib/composables/date/factory.js.map +1 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/date/setting.js.map +1 -1
- package/lib/composables/date/types.js.map +1 -1
- package/lib/composables/defaults/index.js.map +1 -1
- package/lib/composables/defaults/share.js.map +1 -1
- package/lib/composables/defaults/types.js.map +1 -1
- package/lib/composables/dimension.js.map +1 -1
- package/lib/composables/focus.js.map +1 -1
- package/lib/composables/form.js +5 -5
- package/lib/composables/form.js.map +1 -1
- package/lib/composables/i18n/index.js.map +1 -1
- package/lib/composables/i18n/locale.js.map +1 -1
- package/lib/composables/i18n/rtl.js.map +1 -1
- package/lib/composables/i18n/share.js.map +1 -1
- package/lib/composables/icon.js +1 -2
- package/lib/composables/icon.js.map +1 -1
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/layer-group.js.map +1 -1
- package/lib/composables/layout.js.map +1 -1
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/progress.js.map +1 -1
- package/lib/composables/ref.js.map +1 -1
- package/lib/composables/resize-observer.js.map +1 -1
- package/lib/composables/scope.js.map +1 -1
- package/lib/composables/style-color.js +1 -2
- package/lib/composables/style-color.js.map +1 -1
- package/lib/composables/theme/factory.js.map +1 -1
- package/lib/composables/theme/helper.js.map +1 -1
- package/lib/composables/theme/index.js +8 -1
- package/lib/composables/theme/index.js.map +1 -1
- package/lib/composables/theme/setting.js.map +1 -1
- package/lib/composables/theme/types.js.map +1 -1
- package/lib/composables/timing.js.map +1 -1
- package/lib/composables/transition.js.map +1 -1
- package/lib/composables/validation.js +7 -4
- package/lib/composables/validation.js.map +1 -1
- package/lib/composables/vue-router.js.map +1 -1
- package/lib/directives/complement-click/index.js.map +1 -1
- package/lib/directives/index.js +3 -0
- package/lib/directives/index.js.map +1 -0
- package/lib/directives/plate-wave/index.js +2 -2
- package/lib/directives/plate-wave/index.js.map +1 -1
- package/lib/directives/plate-wave/plate-wave.scss +17 -6
- package/lib/directives/theme-class/index.js +24 -0
- package/lib/directives/theme-class/index.js.map +1 -0
- package/lib/etc/index.js.map +1 -1
- package/lib/i18n/built-in.js.map +1 -1
- package/lib/i18n/config.js.map +1 -1
- package/lib/i18n/types.js.map +1 -1
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/locales/en.js.map +1 -1
- package/lib/locales/index.js.map +1 -1
- package/lib/locales/ko.js.map +1 -1
- package/lib/mixins/di.js.map +1 -1
- package/lib/mixins/rebind-attrs.js +0 -2
- package/lib/mixins/rebind-attrs.js.map +1 -1
- package/lib/styles/_elevation.scss +0 -1
- package/lib/styles/base.scss +3 -1
- package/lib/styles/settings/_elevation.scss +12 -12
- package/lib/styles/settings/_provided.scss +23 -23
- package/lib/styles/theme/dark.scss +3 -3
- package/lib/styles/theme/index.scss +0 -1
- package/lib/styles/theme/light.scss +3 -3
- package/lib/styles/util/_mixin.scss +16 -16
- package/lib/types/index.js.map +1 -1
- package/lib/util/anchor.js.map +1 -1
- package/lib/util/array.js.map +1 -1
- package/lib/util/collection.js.map +1 -1
- package/lib/util/color/apca.js +1 -0
- package/lib/util/color/apca.js.map +1 -1
- package/lib/util/color/const.js.map +1 -1
- package/lib/util/color/contrast/contrast.js.map +1 -1
- package/lib/util/color/conversion.js.map +1 -1
- package/lib/util/color/hct/cam16.js.map +1 -1
- package/lib/util/color/hct/hct-solver.js +6 -6
- package/lib/util/color/hct/hct-solver.js.map +1 -1
- package/lib/util/color/hct/hct.js.map +1 -1
- package/lib/util/color/hct/viewing-conditions.js +6 -4
- package/lib/util/color/hct/viewing-conditions.js.map +1 -1
- package/lib/util/color/index.js +13 -13
- package/lib/util/color/index.js.map +1 -1
- package/lib/util/color/palettes/core-palette.js.map +1 -1
- package/lib/util/color/palettes/tonal-palette.js +3 -3
- package/lib/util/color/palettes/tonal-palette.js.map +1 -1
- package/lib/util/color/types.js.map +1 -1
- package/lib/util/color/utils/math-utils.js +62 -62
- package/lib/util/color/utils/math-utils.js.map +1 -1
- package/lib/util/common.js +28 -13
- package/lib/util/common.js.map +1 -1
- package/lib/util/component/component.js.map +1 -1
- package/lib/util/component/index.js.map +1 -1
- package/lib/util/component/inject-self.js.map +1 -1
- package/lib/util/component/props.js.map +1 -1
- package/lib/util/component/types.js.map +1 -1
- package/lib/util/date/adapters/yuyeon-date-adapter.js +3 -3
- package/lib/util/date/adapters/yuyeon-date-adapter.js.map +1 -1
- package/lib/util/date/built-in.js +2 -0
- package/lib/util/date/built-in.js.map +1 -1
- package/lib/util/date/index.js +1 -1
- package/lib/util/date/index.js.map +1 -1
- package/lib/util/date/types.js.map +1 -1
- package/lib/util/debounce.js +1 -1
- package/lib/util/debounce.js.map +1 -1
- package/lib/util/dom.js +10 -1
- package/lib/util/dom.js.map +1 -1
- package/lib/util/environments.js.map +1 -1
- package/lib/util/frame-scheduler.js +3 -3
- package/lib/util/frame-scheduler.js.map +1 -1
- package/lib/util/index.js +11 -11
- package/lib/util/index.js.map +1 -1
- package/lib/util/reactivity.js +3 -3
- package/lib/util/reactivity.js.map +1 -1
- package/lib/util/rect.js.map +1 -1
- package/lib/util/scroll.js.map +1 -1
- package/lib/util/string.js +6 -1
- package/lib/util/string.js.map +1 -1
- package/lib/util/ui.js +8 -7
- package/lib/util/ui.js.map +1 -1
- package/lib/util/validation.js.map +1 -1
- package/package.json +132 -123
- package/types/abstract/items.d.ts +4 -4
- package/types/components/alert/YAlert.d.ts +2 -2
- package/types/components/badge/YBadge.d.ts +0 -3
- package/types/components/button/YButton.d.ts +3 -3
- package/types/components/checkbox/YCheckbox.d.ts +4 -4
- package/types/components/chip/YChip.d.ts +0 -3
- package/types/components/date-picker/YDateCalendar.d.ts +3 -3
- package/types/components/date-picker/YDatePickerControl.d.ts +7 -7
- package/types/components/dialog/YDialog.d.ts +108 -6480
- package/types/components/draggable/YDraggable.d.ts +6 -6
- package/types/components/draggable/index.d.ts +1 -0
- package/types/components/dropdown/YDropdown.d.ts +87 -87
- package/types/components/field-input/YFieldInput.d.ts +20 -14
- package/types/components/form/YForm.d.ts +3 -3
- package/types/components/icon/YIcon.d.ts +4 -4
- package/types/components/icons/YIconPageControl.d.ts +1 -1
- package/types/components/icons/YIconSort.d.ts +1 -1
- package/types/components/icons/index.d.ts +4 -4
- package/types/components/img/YImg.d.ts +26 -26
- package/types/components/input/YInput.d.ts +13 -13
- package/types/components/ip-field/YIpv4Field.d.ts +5 -5
- package/types/components/layer/YLayer.d.ts +55 -3240
- package/types/components/layer/scroll-strategies.d.ts +4 -4
- package/types/components/menu/YMenu.d.ts +74 -6446
- package/types/components/pagination/YPagination.d.ts +3 -3
- package/types/components/radio/YRadio.d.ts +25 -0
- package/types/components/radio/YRadioIcon.d.ts +6 -0
- package/types/components/radio/index.d.ts +2 -0
- package/types/components/select/YSelect.d.ts +178 -496
- package/types/components/slider/YSlider.d.ts +1 -1
- package/types/components/snackbar/YSnackbar.d.ts +55 -55
- package/types/components/tab/YTab.d.ts +3 -3
- package/types/components/tab/YTabs.d.ts +1 -1
- package/types/components/table/YDataTable.d.ts +33 -87
- package/types/components/table/YDataTableBody.d.ts +3 -3
- package/types/components/table/YDataTableCell.d.ts +2 -2
- package/types/components/table/YDataTableControl.d.ts +18 -6
- package/types/components/table/YDataTableLayer.d.ts +2 -2
- package/types/components/table/YDataTableRow.d.ts +1 -1
- package/types/components/table/YDataTableServer.d.ts +54 -99
- package/types/components/table/YTable.d.ts +3 -3
- package/types/components/table/composables/expand.d.ts +4 -4
- package/types/components/table/composables/header.d.ts +16 -48
- package/types/components/table/composables/items.d.ts +2 -2
- package/types/components/table/composables/pagination.d.ts +10 -10
- package/types/components/table/composables/selection.d.ts +6 -6
- package/types/components/table/composables/sorting.d.ts +8 -14
- package/types/components/table/types/item.d.ts +1 -1
- package/types/components/textarea/YTextarea.d.ts +30 -30
- package/types/components/tooltip/YTooltip.d.ts +67 -67
- package/types/components/tree-view/YTreeView.d.ts +7 -7
- package/types/components/tree-view/YTreeViewNode.d.ts +5 -5
- package/types/components/tree-view/tree-view.d.ts +2 -2
- package/types/composables/choice.d.ts +2 -2
- package/types/composables/coordinate/index.d.ts +27 -3205
- package/types/composables/dimension.d.ts +6 -6
- package/types/composables/form.d.ts +17 -27
- package/types/composables/list-items.d.ts +3 -3
- package/types/composables/style-color.d.ts +0 -1
- package/types/composables/theme/index.d.ts +1 -0
- package/types/composables/transition.d.ts +10 -10
- package/types/composables/validation.d.ts +6 -6
- package/types/composables/vue-router.d.ts +3 -3
- package/types/declares.d.ts +1 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/plate-wave/index.d.ts +7 -1
- package/types/globals.d.ts +19 -20
- package/types/shims.d.ts +58 -52
- package/types/src/abstract/items.d.ts +49 -0
- package/types/src/components/alert/YAlert.d.ts +13 -0
- package/types/src/components/alert/index.d.ts +1 -0
- package/types/src/components/app/YApp.d.ts +8 -0
- package/types/src/components/app/index.d.ts +1 -0
- package/types/src/components/badge/YBadge.d.ts +126 -0
- package/types/src/components/badge/index.d.ts +1 -0
- package/types/src/components/bench/YBench.d.ts +4 -0
- package/types/src/components/bench/index.d.ts +1 -0
- package/types/src/components/button/YButton.d.ts +189 -0
- package/types/src/components/button/index.d.ts +1 -0
- package/types/src/components/card/YCard.d.ts +9 -0
- package/types/src/components/card/YCardBody.d.ts +2 -0
- package/types/src/components/card/YCardFooter.d.ts +2 -0
- package/types/src/components/card/YCardHeader.d.ts +2 -0
- package/types/src/components/card/index.d.ts +4 -0
- package/types/src/components/checkbox/YCheckbox.d.ts +23 -0
- package/types/src/components/checkbox/YInputCheckbox.d.ts +31 -0
- package/types/src/components/checkbox/index.d.ts +4 -0
- package/types/src/components/chip/YChip.d.ts +37 -0
- package/types/src/components/chip/index.d.ts +1 -0
- package/types/src/components/date-picker/YDateCalendar.d.ts +115 -0
- package/types/src/components/date-picker/YDatePicker.d.ts +94 -0
- package/types/src/components/date-picker/YDatePickerControl.d.ts +97 -0
- package/types/src/components/date-picker/YMonthPicker.d.ts +25 -0
- package/types/src/components/date-picker/YYearPicker.d.ts +38 -0
- package/types/src/components/date-picker/index.d.ts +3 -0
- package/types/src/components/default-provider/YDefaultProvider.d.ts +0 -0
- package/types/src/components/default-provider/index.d.ts +0 -0
- package/types/src/components/dialog/YDialog.d.ts +715 -0
- package/types/src/components/dialog/index.d.ts +1 -0
- package/types/src/components/divider/YDivider.d.ts +14 -0
- package/types/src/components/divider/index.d.ts +1 -0
- package/types/src/components/draggable/YDraggable.d.ts +36 -0
- package/types/src/components/draggable/index.d.ts +1 -0
- package/types/src/components/dropdown/YDropdown.d.ts +574 -0
- package/types/src/components/dropdown/index.d.ts +1 -0
- package/types/src/components/field-input/YFieldInput.d.ts +322 -0
- package/types/src/components/field-input/index.d.ts +1 -0
- package/types/src/components/form/YForm.d.ts +20 -0
- package/types/src/components/form/index.d.ts +1 -0
- package/types/src/components/hover/YHover.d.ts +57 -0
- package/types/src/components/hover/index.d.ts +1 -0
- package/types/src/components/icon/YIcon.d.ts +67 -0
- package/types/src/components/icon/index.d.ts +1 -0
- package/types/src/components/icons/YIconCheckbox.d.ts +6 -0
- package/types/src/components/icons/YIconClear.d.ts +1 -0
- package/types/src/components/icons/YIconDropdown.d.ts +1 -0
- package/types/src/components/icons/YIconExpand.d.ts +1 -0
- package/types/src/components/icons/YIconPageControl.d.ts +14 -0
- package/types/src/components/icons/YIconSort.d.ts +10 -0
- package/types/src/components/icons/index.d.ts +51 -0
- package/types/src/components/img/YImg.d.ts +133 -0
- package/types/src/components/img/index.d.ts +0 -0
- package/types/src/components/index.d.ts +38 -0
- package/types/src/components/input/YInput.d.ts +249 -0
- package/types/src/components/input/index.d.ts +1 -0
- package/types/src/components/ip-field/YIpv4Field.d.ts +65 -0
- package/types/src/components/ip-field/index.d.ts +1 -0
- package/types/src/components/layer/YLayer.d.ts +436 -0
- package/types/src/components/layer/active-delay.d.ts +4 -0
- package/types/src/components/layer/active-stack.d.ts +16 -0
- package/types/src/components/layer/base.d.ts +28 -0
- package/types/src/components/layer/content.d.ts +21 -0
- package/types/src/components/layer/index.d.ts +1 -0
- package/types/src/components/layer/scroll-strategies.d.ts +41 -0
- package/types/src/components/list/YList.d.ts +19 -0
- package/types/src/components/list/YListItem.d.ts +42 -0
- package/types/src/components/list/index.d.ts +2 -0
- package/types/src/components/loading/YSpinnerRing.d.ts +3 -0
- package/types/src/components/loading/index.d.ts +1 -0
- package/types/src/components/menu/YMenu.d.ts +517 -0
- package/types/src/components/menu/index.d.ts +1 -0
- package/types/src/components/navigation/YNavigation.d.ts +1 -0
- package/types/src/components/navigation/index.d.ts +1 -0
- package/types/src/components/pagination/YPagination.d.ts +137 -0
- package/types/src/components/pagination/index.d.ts +1 -0
- package/types/src/components/panel/YDividePanel.d.ts +5 -0
- package/types/src/components/panel/index.d.ts +1 -0
- package/types/src/components/plate/YPlate.d.ts +9 -0
- package/types/src/components/plate/index.d.ts +1 -0
- package/types/src/components/progress-bar/YProgressBar.d.ts +38 -0
- package/types/src/components/progress-bar/index.d.ts +1 -0
- package/types/src/components/progress-ring/YProgressRing.d.ts +34 -0
- package/types/src/components/progress-ring/index.d.ts +1 -0
- package/types/src/components/radio/YRadio.d.ts +25 -0
- package/types/src/components/radio/YRadioIcon.d.ts +6 -0
- package/types/src/components/radio/index.d.ts +2 -0
- package/types/src/components/select/YSelect.d.ts +1221 -0
- package/types/src/components/select/index.d.ts +1 -0
- package/types/src/components/slider/YSlider.d.ts +16 -0
- package/types/src/components/slider/index.d.ts +1 -0
- package/types/src/components/slider/slider.d.ts +0 -0
- package/types/src/components/snackbar/YSnackbar.d.ts +452 -0
- package/types/src/components/snackbar/index.d.ts +1 -0
- package/types/src/components/switch/YSwitch.d.ts +137 -0
- package/types/src/components/switch/index.d.ts +1 -0
- package/types/src/components/tab/YTab.d.ts +218 -0
- package/types/src/components/tab/YTabs.d.ts +98 -0
- package/types/src/components/tab/index.d.ts +3 -0
- package/types/src/components/tab/shared.d.ts +4 -0
- package/types/src/components/tab/types.d.ts +5 -0
- package/types/src/components/table/YDataTable.d.ts +459 -0
- package/types/src/components/table/YDataTableBody.d.ts +99 -0
- package/types/src/components/table/YDataTableCell.d.ts +32 -0
- package/types/src/components/table/YDataTableControl.d.ts +68 -0
- package/types/src/components/table/YDataTableHead.d.ts +54 -0
- package/types/src/components/table/YDataTableLayer.d.ts +13 -0
- package/types/src/components/table/YDataTableLayerRow.d.ts +22 -0
- package/types/src/components/table/YDataTableLayerRows.d.ts +9 -0
- package/types/src/components/table/YDataTableRow.d.ts +53 -0
- package/types/src/components/table/YDataTableServer.d.ts +502 -0
- package/types/src/components/table/YTable.d.ts +65 -0
- package/types/src/components/table/composables/expand.d.ts +42 -0
- package/types/src/components/table/composables/header.d.ts +175 -0
- package/types/src/components/table/composables/items.d.ts +55 -0
- package/types/src/components/table/composables/measure.d.ts +8 -0
- package/types/src/components/table/composables/options.d.ts +11 -0
- package/types/src/components/table/composables/pagination.d.ts +81 -0
- package/types/src/components/table/composables/provides.d.ts +15 -0
- package/types/src/components/table/composables/selection.d.ts +82 -0
- package/types/src/components/table/composables/sorted-items.d.ts +7 -0
- package/types/src/components/table/composables/sorting.d.ts +56 -0
- package/types/src/components/table/index.d.ts +10 -0
- package/types/src/components/table/types/common.d.ts +2 -0
- package/types/src/components/table/types/header.d.ts +25 -0
- package/types/src/components/table/types/index.d.ts +59 -0
- package/types/src/components/table/types/item.d.ts +23 -0
- package/types/src/components/table/types/row.d.ts +4 -0
- package/types/src/components/text-ellipsis/YTextEllipsis.d.ts +11 -0
- package/types/src/components/text-ellipsis/index.d.ts +1 -0
- package/types/src/components/text-highlighter/YTextHighlighter.d.ts +26 -0
- package/types/src/components/text-highlighter/index.d.ts +1 -0
- package/types/src/components/text-interpolation/YTi.d.ts +11 -0
- package/types/src/components/text-interpolation/index.d.ts +1 -0
- package/types/src/components/textarea/YTextarea.d.ts +583 -0
- package/types/src/components/textarea/index.d.ts +1 -0
- package/types/src/components/toggle-button/YToggleButton.d.ts +4 -0
- package/types/src/components/toggle-button/index.d.ts +1 -0
- package/types/src/components/tooltip/YTooltip.d.ts +502 -0
- package/types/src/components/tooltip/index.d.ts +1 -0
- package/types/src/components/transitions/expand-transition.d.ts +20 -0
- package/types/src/components/transitions/index.d.ts +38 -0
- package/types/src/components/tree-view/YTreeView.d.ts +172 -0
- package/types/src/components/tree-view/YTreeViewNode.d.ts +176 -0
- package/types/src/components/tree-view/index.d.ts +2 -0
- package/types/src/components/tree-view/tree-view.d.ts +51 -0
- package/types/src/components/tree-view/types.d.ts +17 -0
- package/types/src/components/tree-view/util.d.ts +6 -0
- package/types/src/composables/choice-link.d.ts +3 -0
- package/types/src/composables/choice.d.ts +113 -0
- package/types/src/composables/communication.d.ts +8 -0
- package/types/src/composables/component.d.ts +3 -0
- package/types/src/composables/coordinate/arrangement.d.ts +7 -0
- package/types/src/composables/coordinate/index.d.ts +87 -0
- package/types/src/composables/coordinate/levitation.d.ts +7 -0
- package/types/src/composables/coordinate/types.d.ts +7 -0
- package/types/src/composables/coordinate/utils/point.d.ts +22 -0
- package/types/src/composables/date/factory.d.ts +3 -0
- package/types/src/composables/date/index.d.ts +12 -0
- package/types/src/composables/date/setting.d.ts +5 -0
- package/types/src/composables/date/types.d.ts +13 -0
- package/types/src/composables/defaults/index.d.ts +11 -0
- package/types/src/composables/defaults/share.d.ts +4 -0
- package/types/src/composables/defaults/types.d.ts +12 -0
- package/types/src/composables/dimension.d.ts +54 -0
- package/types/src/composables/focus.d.ts +30 -0
- package/types/src/composables/form.d.ts +132 -0
- package/types/src/composables/i18n/index.d.ts +9 -0
- package/types/src/composables/i18n/locale.d.ts +3 -0
- package/types/src/composables/i18n/rtl.d.ts +21 -0
- package/types/src/composables/i18n/share.d.ts +1 -0
- package/types/src/composables/icon.d.ts +79 -0
- package/types/src/composables/index.d.ts +10 -0
- package/types/src/composables/layer-group.d.ts +10 -0
- package/types/src/composables/layout.d.ts +10 -0
- package/types/src/composables/list-items.d.ts +113 -0
- package/types/src/composables/progress.d.ts +4 -0
- package/types/src/composables/ref.d.ts +6 -0
- package/types/src/composables/resize-observer.d.ts +24 -0
- package/types/src/composables/scope.d.ts +3 -0
- package/types/src/composables/style-color.d.ts +14 -0
- package/types/src/composables/theme/factory.d.ts +4 -0
- package/types/src/composables/theme/helper.d.ts +3 -0
- package/types/src/composables/theme/index.d.ts +57 -0
- package/types/src/composables/theme/setting.d.ts +11 -0
- package/types/src/composables/theme/types.d.ts +29 -0
- package/types/src/composables/timing.d.ts +20 -0
- package/types/src/composables/transition.d.ts +40 -0
- package/types/src/composables/validation.d.ts +82 -0
- package/types/src/composables/vue-router.d.ts +43 -0
- package/types/src/declares.d.ts +1 -0
- package/types/src/directives/complement-click/index.d.ts +26 -0
- package/types/src/directives/index.d.ts +2 -0
- package/types/src/directives/plate-wave/index.d.ts +20 -0
- package/types/src/directives/theme-class/index.d.ts +4 -0
- package/types/src/etc/index.d.ts +1 -0
- package/types/src/globals.d.ts +20 -0
- package/types/src/i18n/built-in.d.ts +3 -0
- package/types/src/i18n/config.d.ts +81 -0
- package/types/src/i18n/types.d.ts +20 -0
- package/types/src/index.d.ts +13 -0
- package/types/src/locales/en.d.ts +6 -0
- package/types/src/locales/index.d.ts +2 -0
- package/types/src/locales/ko.d.ts +6 -0
- package/types/src/mixins/di.d.ts +2 -0
- package/types/src/mixins/rebind-attrs.d.ts +5 -0
- package/types/src/shims.d.ts +64 -0
- package/types/src/types/index.d.ts +9 -0
- package/types/src/util/anchor.d.ts +23 -0
- package/types/src/util/array.d.ts +2 -0
- package/types/src/util/collection.d.ts +1 -0
- package/types/src/util/color/apca.d.ts +29 -0
- package/types/src/util/color/const.d.ts +5 -0
- package/types/src/util/color/contrast/contrast.d.ts +74 -0
- package/types/src/util/color/conversion.d.ts +131 -0
- package/types/src/util/color/hct/cam16.d.ts +116 -0
- package/types/src/util/color/hct/hct-solver.d.ts +131 -0
- package/types/src/util/color/hct/hct.d.ts +71 -0
- package/types/src/util/color/hct/viewing-conditions.d.ts +58 -0
- package/types/src/util/color/index.d.ts +5 -0
- package/types/src/util/color/palettes/core-palette.d.ts +44 -0
- package/types/src/util/color/palettes/tonal-palette.d.ts +40 -0
- package/types/src/util/color/types.d.ts +14 -0
- package/types/src/util/color/utils/math-utils.d.ts +82 -0
- package/types/src/util/common.d.ts +17 -0
- package/types/src/util/component/component.d.ts +5 -0
- package/types/src/util/component/index.d.ts +11 -0
- package/types/src/util/component/inject-self.d.ts +3 -0
- package/types/src/util/component/props.d.ts +32 -0
- package/types/src/util/component/types.d.ts +21 -0
- package/types/src/util/date/adapters/yuyeon-date-adapter.d.ts +43 -0
- package/types/src/util/date/built-in.d.ts +41 -0
- package/types/src/util/date/index.d.ts +3 -0
- package/types/src/util/date/types.d.ts +167 -0
- package/types/src/util/debounce.d.ts +11 -0
- package/types/src/util/dom.d.ts +5 -0
- package/types/src/util/environments.d.ts +6 -0
- package/types/src/util/frame-scheduler.d.ts +7 -0
- package/types/src/util/index.d.ts +16 -0
- package/types/src/util/reactivity.d.ts +7 -0
- package/types/src/util/rect.d.ts +36 -0
- package/types/src/util/scroll.d.ts +3 -0
- package/types/src/util/string.d.ts +9 -0
- package/types/src/util/ui.d.ts +4 -0
- package/types/src/util/validation.d.ts +3 -0
- package/types/types/index.d.ts +3 -0
- package/types/util/anchor.d.ts +1 -1
- package/types/util/common.d.ts +3 -0
- package/types/util/component/component.d.ts +1 -2
- package/types/util/component/props.d.ts +1 -1
- package/types/util/component/types.d.ts +1 -1
- package/types/util/date/index.d.ts +1 -1
- package/types/util/dom.d.ts +2 -0
- package/types/util/index.d.ts +11 -11
- package/types/util/string.d.ts +1 -0
- /package/types/directives/{theme-class.d.ts → theme-class/index.d.ts} +0 -0
|
@@ -37,14 +37,14 @@ export declare const pressDataTableSelectionProps: <Defaults extends {
|
|
|
37
37
|
default: unknown extends Defaults["enableSelect"] ? boolean : boolean | Defaults["enableSelect"];
|
|
38
38
|
};
|
|
39
39
|
selectStrategy: unknown extends Defaults["selectStrategy"] ? {
|
|
40
|
-
type: PropType<"
|
|
40
|
+
type: PropType<"single" | "page" | "all">;
|
|
41
41
|
default: string;
|
|
42
42
|
} : Omit<{
|
|
43
|
-
type: PropType<"
|
|
43
|
+
type: PropType<"single" | "page" | "all">;
|
|
44
44
|
default: string;
|
|
45
45
|
}, "type" | "default"> & {
|
|
46
|
-
type: PropType<unknown extends Defaults["selectStrategy"] ? "
|
|
47
|
-
default: unknown extends Defaults["selectStrategy"] ? "
|
|
46
|
+
type: PropType<unknown extends Defaults["selectStrategy"] ? "all" | "page" | "single" : Defaults["selectStrategy"] | NonNullable<"all" | "page" | "single">>;
|
|
47
|
+
default: unknown extends Defaults["selectStrategy"] ? "all" | "page" | "single" : Defaults["selectStrategy"] | NonNullable<"all" | "page" | "single">;
|
|
48
48
|
};
|
|
49
49
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
50
50
|
type: PropType<readonly any[]>;
|
|
@@ -57,10 +57,10 @@ export declare const pressDataTableSelectionProps: <Defaults extends {
|
|
|
57
57
|
default: unknown extends Defaults["modelValue"] ? readonly any[] : readonly any[] | Defaults["modelValue"];
|
|
58
58
|
};
|
|
59
59
|
itemComparator: unknown extends Defaults["itemComparator"] ? {
|
|
60
|
-
type: PropType<
|
|
60
|
+
type: PropType<typeof deepEqual | string>;
|
|
61
61
|
default: () => typeof deepEqual;
|
|
62
62
|
} : Omit<{
|
|
63
|
-
type: PropType<
|
|
63
|
+
type: PropType<typeof deepEqual | string>;
|
|
64
64
|
default: () => typeof deepEqual;
|
|
65
65
|
}, "type" | "default"> & {
|
|
66
66
|
type: PropType<unknown extends Defaults["itemComparator"] ? string | typeof deepEqual : Defaults["itemComparator"] | NonNullable<string | typeof deepEqual>>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType, Ref } from 'vue';
|
|
1
|
+
import { DeepReadonly, PropType, Ref } from 'vue';
|
|
2
2
|
import { DataTableProvideSortingData, InternalDataTableHeader, SortOption } from '../types';
|
|
3
3
|
|
|
4
4
|
export declare const pressDataTableSortProps: <Defaults extends {
|
|
@@ -6,31 +6,25 @@ export declare const pressDataTableSortProps: <Defaults extends {
|
|
|
6
6
|
multiSort?: unknown;
|
|
7
7
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
8
8
|
sortBy: unknown extends Defaults["sortBy"] ? {
|
|
9
|
-
type: PropType<
|
|
10
|
-
readonly key: string;
|
|
11
|
-
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
12
|
-
}[]>;
|
|
9
|
+
type: PropType<DeepReadonly<SortOption[]>>;
|
|
13
10
|
default: () => never[];
|
|
14
11
|
} : Omit<{
|
|
15
|
-
type: PropType<
|
|
16
|
-
readonly key: string;
|
|
17
|
-
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
18
|
-
}[]>;
|
|
12
|
+
type: PropType<DeepReadonly<SortOption[]>>;
|
|
19
13
|
default: () => never[];
|
|
20
14
|
}, "type" | "default"> & {
|
|
21
15
|
type: PropType<unknown extends Defaults["sortBy"] ? readonly {
|
|
22
16
|
readonly key: string;
|
|
23
|
-
readonly order?: boolean | "
|
|
17
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
24
18
|
}[] : readonly {
|
|
25
19
|
readonly key: string;
|
|
26
|
-
readonly order?: boolean | "
|
|
20
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
27
21
|
}[] | Defaults["sortBy"]>;
|
|
28
22
|
default: unknown extends Defaults["sortBy"] ? readonly {
|
|
29
23
|
readonly key: string;
|
|
30
|
-
readonly order?: boolean | "
|
|
24
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
31
25
|
}[] : readonly {
|
|
32
26
|
readonly key: string;
|
|
33
|
-
readonly order?: boolean | "
|
|
27
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
34
28
|
}[] | Defaults["sortBy"];
|
|
35
29
|
};
|
|
36
30
|
multiSort: unknown extends Defaults["multiSort"] ? BooleanConstructor : {
|
|
@@ -55,7 +49,7 @@ export declare function provideSorting(options: {
|
|
|
55
49
|
multiSort?: Ref<boolean>;
|
|
56
50
|
}): DataTableProvideSortingData;
|
|
57
51
|
export declare function useSorting(): {
|
|
58
|
-
sortBy: Ref<readonly SortOption[]
|
|
52
|
+
sortBy: Ref<readonly SortOption[]>;
|
|
59
53
|
toggleSort: (col: InternalDataTableHeader) => void;
|
|
60
54
|
isSorted: (col: InternalDataTableHeader) => boolean;
|
|
61
55
|
};
|
|
@@ -52,10 +52,10 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
52
52
|
default: unknown extends Defaults["disabled"] ? boolean : boolean | Defaults["disabled"];
|
|
53
53
|
};
|
|
54
54
|
status: unknown extends Defaults["status"] ? {
|
|
55
|
-
type: PropType<"
|
|
55
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
56
56
|
validator(value: string): boolean;
|
|
57
57
|
} : Omit<{
|
|
58
|
-
type: PropType<"
|
|
58
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
59
59
|
validator(value: string): boolean;
|
|
60
60
|
}, "type" | "default"> & {
|
|
61
61
|
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
@@ -65,14 +65,14 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
65
65
|
type: PropType<unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"]>;
|
|
66
66
|
default: unknown extends Defaults["helperText"] ? string : string | Defaults["helperText"];
|
|
67
67
|
};
|
|
68
|
-
validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) =>
|
|
69
|
-
type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) =>
|
|
70
|
-
default: unknown extends Defaults["validators"] ? string[] | ((v: any) =>
|
|
68
|
+
validators: unknown extends Defaults["validators"] ? PropType<string[] | ((v: any) => boolean | string)[]> : {
|
|
69
|
+
type: PropType<unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"]>;
|
|
70
|
+
default: unknown extends Defaults["validators"] ? string[] | ((v: any) => boolean | string)[] : NonNullable<string[] | ((v: any) => boolean | string)[]> | Defaults["validators"];
|
|
71
71
|
};
|
|
72
72
|
validateOn: unknown extends Defaults["validateOn"] ? {
|
|
73
|
-
type: PropType<
|
|
73
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
74
74
|
} : Omit<{
|
|
75
|
-
type: PropType<
|
|
75
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
76
76
|
}, "type" | "default"> & {
|
|
77
77
|
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
78
78
|
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
@@ -82,10 +82,10 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
82
82
|
default: unknown extends Defaults["validationValue"] ? any : any;
|
|
83
83
|
};
|
|
84
84
|
maxErrors: unknown extends Defaults["maxErrors"] ? {
|
|
85
|
-
type: PropType<
|
|
85
|
+
type: PropType<number | string>;
|
|
86
86
|
default: number;
|
|
87
87
|
} : Omit<{
|
|
88
|
-
type: PropType<
|
|
88
|
+
type: PropType<number | string>;
|
|
89
89
|
default: number;
|
|
90
90
|
}, "type" | "default"> & {
|
|
91
91
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
@@ -209,17 +209,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
209
209
|
readonly: PropType<boolean>;
|
|
210
210
|
disabled: PropType<boolean>;
|
|
211
211
|
status: {
|
|
212
|
-
type: PropType<"
|
|
212
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
213
213
|
validator(value: string): boolean;
|
|
214
214
|
};
|
|
215
215
|
helperText: StringConstructor;
|
|
216
|
-
validators: PropType<
|
|
216
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
217
217
|
validateOn: {
|
|
218
|
-
type: PropType<
|
|
218
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
219
219
|
};
|
|
220
220
|
validationValue: null;
|
|
221
221
|
maxErrors: {
|
|
222
|
-
type: PropType<
|
|
222
|
+
type: PropType<number | string>;
|
|
223
223
|
default: number;
|
|
224
224
|
};
|
|
225
225
|
name: StringConstructor;
|
|
@@ -258,7 +258,7 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
258
258
|
filled: PropType<boolean>;
|
|
259
259
|
ceramic: PropType<boolean>;
|
|
260
260
|
displayText: PropType<string | ((value: any) => string)>;
|
|
261
|
-
whenInputValid: PropType<
|
|
261
|
+
whenInputValid: PropType<boolean | number>;
|
|
262
262
|
}, {
|
|
263
263
|
el$: import('vue').Ref<import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('vue').ExtractPropTypes<{
|
|
264
264
|
extended: PropType<any>;
|
|
@@ -267,17 +267,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
267
267
|
readonly: PropType<boolean>;
|
|
268
268
|
disabled: PropType<boolean>;
|
|
269
269
|
status: {
|
|
270
|
-
type: PropType<"
|
|
270
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
271
271
|
validator(value: string): boolean;
|
|
272
272
|
};
|
|
273
273
|
helperText: StringConstructor;
|
|
274
|
-
validators: PropType<
|
|
274
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
275
275
|
validateOn: {
|
|
276
|
-
type: PropType<
|
|
276
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
277
277
|
};
|
|
278
278
|
validationValue: null;
|
|
279
279
|
maxErrors: {
|
|
280
|
-
type: PropType<
|
|
280
|
+
type: PropType<number | string>;
|
|
281
281
|
default: number;
|
|
282
282
|
};
|
|
283
283
|
name: StringConstructor;
|
|
@@ -347,17 +347,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
347
347
|
readonly: PropType<boolean>;
|
|
348
348
|
disabled: PropType<boolean>;
|
|
349
349
|
status: {
|
|
350
|
-
type: PropType<"
|
|
350
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
351
351
|
validator(value: string): boolean;
|
|
352
352
|
};
|
|
353
353
|
helperText: StringConstructor;
|
|
354
|
-
validators: PropType<
|
|
354
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
355
355
|
validateOn: {
|
|
356
|
-
type: PropType<
|
|
356
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
357
357
|
};
|
|
358
358
|
validationValue: null;
|
|
359
359
|
maxErrors: {
|
|
360
|
-
type: PropType<
|
|
360
|
+
type: PropType<number | string>;
|
|
361
361
|
default: number;
|
|
362
362
|
};
|
|
363
363
|
name: StringConstructor;
|
|
@@ -420,17 +420,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
420
420
|
readonly: PropType<boolean>;
|
|
421
421
|
disabled: PropType<boolean>;
|
|
422
422
|
status: {
|
|
423
|
-
type: PropType<"
|
|
423
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
424
424
|
validator(value: string): boolean;
|
|
425
425
|
};
|
|
426
426
|
helperText: StringConstructor;
|
|
427
|
-
validators: PropType<
|
|
427
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
428
428
|
validateOn: {
|
|
429
|
-
type: PropType<
|
|
429
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
430
430
|
};
|
|
431
431
|
validationValue: null;
|
|
432
432
|
maxErrors: {
|
|
433
|
-
type: PropType<
|
|
433
|
+
type: PropType<number | string>;
|
|
434
434
|
default: number;
|
|
435
435
|
};
|
|
436
436
|
name: StringConstructor;
|
|
@@ -500,17 +500,17 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
500
500
|
readonly: PropType<boolean>;
|
|
501
501
|
disabled: PropType<boolean>;
|
|
502
502
|
status: {
|
|
503
|
-
type: PropType<"
|
|
503
|
+
type: PropType<"success" | "warning" | "error" | undefined>;
|
|
504
504
|
validator(value: string): boolean;
|
|
505
505
|
};
|
|
506
506
|
helperText: StringConstructor;
|
|
507
|
-
validators: PropType<
|
|
507
|
+
validators: PropType<((v: any) => boolean | string)[] | string[]>;
|
|
508
508
|
validateOn: {
|
|
509
|
-
type: PropType<
|
|
509
|
+
type: PropType<import('../../composables/validation').ValidationProps["validateOn"]>;
|
|
510
510
|
};
|
|
511
511
|
validationValue: null;
|
|
512
512
|
maxErrors: {
|
|
513
|
-
type: PropType<
|
|
513
|
+
type: PropType<number | string>;
|
|
514
514
|
default: number;
|
|
515
515
|
};
|
|
516
516
|
name: StringConstructor;
|
|
@@ -40,38 +40,38 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
40
40
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
41
41
|
transition: unknown extends Defaults["transition"] ? Omit<{
|
|
42
42
|
type: PropType<string | (import('vue').TransitionProps & {
|
|
43
|
-
is?: import('vue').Component
|
|
43
|
+
is?: import('vue').Component;
|
|
44
44
|
})>;
|
|
45
45
|
default: string;
|
|
46
46
|
}, "type" | "default"> & {
|
|
47
47
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
48
|
-
is?: import('vue').Component
|
|
48
|
+
is?: import('vue').Component;
|
|
49
49
|
})>>;
|
|
50
50
|
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
51
|
-
is?: import('vue').Component
|
|
51
|
+
is?: import('vue').Component;
|
|
52
52
|
})>;
|
|
53
53
|
} : Omit<Omit<{
|
|
54
54
|
type: PropType<string | (import('vue').TransitionProps & {
|
|
55
|
-
is?: import('vue').Component
|
|
55
|
+
is?: import('vue').Component;
|
|
56
56
|
})>;
|
|
57
57
|
default: string;
|
|
58
58
|
}, "type" | "default"> & {
|
|
59
59
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
60
|
-
is?: import('vue').Component
|
|
60
|
+
is?: import('vue').Component;
|
|
61
61
|
})>>;
|
|
62
62
|
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
63
|
-
is?: import('vue').Component
|
|
63
|
+
is?: import('vue').Component;
|
|
64
64
|
})>;
|
|
65
65
|
}, "type" | "default"> & {
|
|
66
66
|
type: PropType<unknown extends Defaults["transition"] ? NonNullable<string | (import('vue').TransitionProps & {
|
|
67
|
-
is?: import('vue').Component
|
|
67
|
+
is?: import('vue').Component;
|
|
68
68
|
})> : Defaults["transition"] | NonNullable<NonNullable<string | (import('vue').TransitionProps & {
|
|
69
|
-
is?: import('vue').Component
|
|
69
|
+
is?: import('vue').Component;
|
|
70
70
|
})>>>;
|
|
71
71
|
default: unknown extends Defaults["transition"] ? NonNullable<string | (import('vue').TransitionProps & {
|
|
72
|
-
is?: import('vue').Component
|
|
72
|
+
is?: import('vue').Component;
|
|
73
73
|
})> : Defaults["transition"] | NonNullable<NonNullable<string | (import('vue').TransitionProps & {
|
|
74
|
-
is?: import('vue').Component
|
|
74
|
+
is?: import('vue').Component;
|
|
75
75
|
})>>;
|
|
76
76
|
};
|
|
77
77
|
minWidth: unknown extends Defaults["minWidth"] ? PropType<string | number> : {
|
|
@@ -99,31 +99,31 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
99
99
|
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
100
100
|
};
|
|
101
101
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
|
102
|
-
type: PropType<
|
|
102
|
+
type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
|
|
103
103
|
default: string;
|
|
104
104
|
validator: (val: any) => boolean;
|
|
105
105
|
}, "type" | "default"> & {
|
|
106
|
-
type: PropType<NonNullable<"close" | "none" |
|
|
107
|
-
default: NonNullable<"close" | "none" |
|
|
106
|
+
type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
107
|
+
default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
108
108
|
} : Omit<Omit<{
|
|
109
|
-
type: PropType<
|
|
109
|
+
type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
|
|
110
110
|
default: string;
|
|
111
111
|
validator: (val: any) => boolean;
|
|
112
112
|
}, "type" | "default"> & {
|
|
113
|
-
type: PropType<NonNullable<"close" | "none" |
|
|
114
|
-
default: NonNullable<"close" | "none" |
|
|
113
|
+
type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
114
|
+
default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
115
115
|
}, "type" | "default"> & {
|
|
116
|
-
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" |
|
|
117
|
-
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" |
|
|
116
|
+
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition"> : NonNullable<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">> | Defaults["scrollStrategy"]>;
|
|
117
|
+
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition"> : NonNullable<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">> | Defaults["scrollStrategy"];
|
|
118
118
|
};
|
|
119
119
|
coordinateStrategy: unknown extends Defaults["coordinateStrategy"] ? Omit<{
|
|
120
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
120
|
+
type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
121
121
|
default: string;
|
|
122
122
|
}, "type" | "default"> & {
|
|
123
123
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
124
124
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
125
125
|
} : Omit<Omit<{
|
|
126
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
126
|
+
type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
127
127
|
default: string;
|
|
128
128
|
}, "type" | "default"> & {
|
|
129
129
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
@@ -133,23 +133,23 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
133
133
|
default: unknown extends Defaults["coordinateStrategy"] ? NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn> : Defaults["coordinateStrategy"] | NonNullable<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
134
134
|
};
|
|
135
135
|
position: unknown extends Defaults["position"] ? {
|
|
136
|
-
type: PropType<"default" | "top" | "
|
|
136
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
137
137
|
default: string;
|
|
138
138
|
} : Omit<{
|
|
139
|
-
type: PropType<"default" | "top" | "
|
|
139
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
140
140
|
default: string;
|
|
141
141
|
}, "type" | "default"> & {
|
|
142
|
-
type: PropType<unknown extends Defaults["position"] ? "default" | "
|
|
143
|
-
default: unknown extends Defaults["position"] ? "default" | "
|
|
142
|
+
type: PropType<unknown extends Defaults["position"] ? "default" | "bottom" | "left" | "right" | "top" | "start" | "end" : NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> | Defaults["position"]>;
|
|
143
|
+
default: unknown extends Defaults["position"] ? "default" | "bottom" | "left" | "right" | "top" | "start" | "end" : NonNullable<"default" | "bottom" | "left" | "right" | "top" | "start" | "end"> | Defaults["position"];
|
|
144
144
|
};
|
|
145
145
|
align: unknown extends Defaults["align"] ? Omit<{
|
|
146
|
-
type: PropType<"
|
|
146
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
147
147
|
default: string;
|
|
148
148
|
}, "type" | "default"> & {
|
|
149
149
|
type: PropType<string>;
|
|
150
150
|
default: string;
|
|
151
151
|
} : Omit<Omit<{
|
|
152
|
-
type: PropType<"
|
|
152
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
153
153
|
default: string;
|
|
154
154
|
}, "type" | "default"> & {
|
|
155
155
|
type: PropType<string>;
|
|
@@ -169,12 +169,12 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
169
169
|
default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
|
|
170
170
|
};
|
|
171
171
|
offset: unknown extends Defaults["offset"] ? Omit<{
|
|
172
|
-
type: PropType<
|
|
172
|
+
type: PropType<number | string | number[]>;
|
|
173
173
|
}, "type" | "default"> & {
|
|
174
174
|
type: PropType<NonNullable<string | number | number[]>>;
|
|
175
175
|
default: NonNullable<string | number | number[]>;
|
|
176
176
|
} : Omit<Omit<{
|
|
177
|
-
type: PropType<
|
|
177
|
+
type: PropType<number | string | number[]>;
|
|
178
178
|
}, "type" | "default"> & {
|
|
179
179
|
type: PropType<NonNullable<string | number | number[]>>;
|
|
180
180
|
default: NonNullable<string | number | number[]>;
|
|
@@ -245,20 +245,20 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
245
245
|
default: unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"];
|
|
246
246
|
};
|
|
247
247
|
classes: unknown extends Defaults["classes"] ? {
|
|
248
|
-
type: PropType<string | string
|
|
248
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
249
249
|
} : Omit<{
|
|
250
|
-
type: PropType<string | string
|
|
250
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
251
251
|
}, "type" | "default"> & {
|
|
252
|
-
type: PropType<unknown extends Defaults["classes"] ? string |
|
|
253
|
-
default: unknown extends Defaults["classes"] ? string |
|
|
252
|
+
type: PropType<unknown extends Defaults["classes"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["classes"]>;
|
|
253
|
+
default: unknown extends Defaults["classes"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["classes"];
|
|
254
254
|
};
|
|
255
255
|
contentClasses: unknown extends Defaults["contentClasses"] ? {
|
|
256
|
-
type: PropType<string | string
|
|
256
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
257
257
|
} : Omit<{
|
|
258
|
-
type: PropType<string | string
|
|
258
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
259
259
|
}, "type" | "default"> & {
|
|
260
|
-
type: PropType<unknown extends Defaults["contentClasses"] ? string |
|
|
261
|
-
default: unknown extends Defaults["contentClasses"] ? string |
|
|
260
|
+
type: PropType<unknown extends Defaults["contentClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["contentClasses"]>;
|
|
261
|
+
default: unknown extends Defaults["contentClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["contentClasses"];
|
|
262
262
|
};
|
|
263
263
|
closeClickScrim: unknown extends Defaults["closeClickScrim"] ? {
|
|
264
264
|
type: PropType<boolean>;
|
|
@@ -269,14 +269,14 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
269
269
|
default: unknown extends Defaults["closeClickScrim"] ? boolean : boolean | Defaults["closeClickScrim"];
|
|
270
270
|
};
|
|
271
271
|
contentStyles: unknown extends Defaults["contentStyles"] ? {
|
|
272
|
-
type: PropType<import('
|
|
272
|
+
type: PropType<import('../../types').CssProperties>;
|
|
273
273
|
default: () => void;
|
|
274
274
|
} : Omit<{
|
|
275
|
-
type: PropType<import('
|
|
275
|
+
type: PropType<import('../../types').CssProperties>;
|
|
276
276
|
default: () => void;
|
|
277
277
|
}, "type" | "default"> & {
|
|
278
|
-
type: PropType<unknown extends Defaults["contentStyles"] ? import('
|
|
279
|
-
default: unknown extends Defaults["contentStyles"] ? import('
|
|
278
|
+
type: PropType<unknown extends Defaults["contentStyles"] ? import('../../types').CssProperties : import('../../types').CssProperties | Defaults["contentStyles"]>;
|
|
279
|
+
default: unknown extends Defaults["contentStyles"] ? import('../../types').CssProperties : import('../../types').CssProperties | Defaults["contentStyles"];
|
|
280
280
|
};
|
|
281
281
|
disabled: unknown extends Defaults["disabled"] ? {
|
|
282
282
|
type: PropType<boolean>;
|
|
@@ -333,10 +333,10 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
333
333
|
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
334
334
|
};
|
|
335
335
|
zIndex: unknown extends Defaults["zIndex"] ? {
|
|
336
|
-
type: PropType<
|
|
336
|
+
type: PropType<number | string>;
|
|
337
337
|
default: number;
|
|
338
338
|
} : Omit<{
|
|
339
|
-
type: PropType<
|
|
339
|
+
type: PropType<number | string>;
|
|
340
340
|
default: number;
|
|
341
341
|
}, "type" | "default"> & {
|
|
342
342
|
type: PropType<unknown extends Defaults["zIndex"] ? string | number : NonNullable<string | number> | Defaults["zIndex"]>;
|
|
@@ -351,12 +351,12 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
351
351
|
default: unknown extends Defaults["layerGroup"] ? string | Element : NonNullable<string | Element> | Defaults["layerGroup"];
|
|
352
352
|
};
|
|
353
353
|
tooltipClasses: unknown extends Defaults["tooltipClasses"] ? {
|
|
354
|
-
type: PropType<string | string
|
|
354
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
355
355
|
} : Omit<{
|
|
356
|
-
type: PropType<string | string
|
|
356
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
357
357
|
}, "type" | "default"> & {
|
|
358
|
-
type: PropType<unknown extends Defaults["tooltipClasses"] ? string |
|
|
359
|
-
default: unknown extends Defaults["tooltipClasses"] ? string |
|
|
358
|
+
type: PropType<unknown extends Defaults["tooltipClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["tooltipClasses"]>;
|
|
359
|
+
default: unknown extends Defaults["tooltipClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["tooltipClasses"];
|
|
360
360
|
};
|
|
361
361
|
preventClip: unknown extends Defaults["preventClip"] ? {
|
|
362
362
|
type: PropType<boolean>;
|
|
@@ -375,44 +375,44 @@ export declare const pressYTooltipPropsOptions: <Defaults extends {
|
|
|
375
375
|
export declare const YTooltip: import('vue').DefineComponent<{
|
|
376
376
|
transition: Omit<{
|
|
377
377
|
type: PropType<string | (import('vue').TransitionProps & {
|
|
378
|
-
is?: import('vue').Component
|
|
378
|
+
is?: import('vue').Component;
|
|
379
379
|
})>;
|
|
380
380
|
default: string;
|
|
381
381
|
}, "type" | "default"> & {
|
|
382
382
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
383
|
-
is?: import('vue').Component
|
|
383
|
+
is?: import('vue').Component;
|
|
384
384
|
})>>;
|
|
385
385
|
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
386
|
-
is?: import('vue').Component
|
|
386
|
+
is?: import('vue').Component;
|
|
387
387
|
})>;
|
|
388
388
|
};
|
|
389
|
-
minWidth: PropType<
|
|
390
|
-
width: PropType<
|
|
391
|
-
maxWidth: PropType<
|
|
392
|
-
minHeight: PropType<
|
|
393
|
-
height: PropType<
|
|
394
|
-
maxHeight: PropType<
|
|
389
|
+
minWidth: PropType<number | string>;
|
|
390
|
+
width: PropType<number | string>;
|
|
391
|
+
maxWidth: PropType<number | string>;
|
|
392
|
+
minHeight: PropType<number | string>;
|
|
393
|
+
height: PropType<number | string>;
|
|
394
|
+
maxHeight: PropType<number | string>;
|
|
395
395
|
scrollStrategy: Omit<{
|
|
396
|
-
type: PropType<
|
|
396
|
+
type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
|
|
397
397
|
default: string;
|
|
398
398
|
validator: (val: any) => boolean;
|
|
399
399
|
}, "type" | "default"> & {
|
|
400
|
-
type: PropType<NonNullable<"close" | "none" |
|
|
401
|
-
default: NonNullable<"close" | "none" |
|
|
400
|
+
type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
401
|
+
default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
402
402
|
};
|
|
403
403
|
coordinateStrategy: Omit<{
|
|
404
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
404
|
+
type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
405
405
|
default: string;
|
|
406
406
|
}, "type" | "default"> & {
|
|
407
407
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
408
408
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
409
409
|
};
|
|
410
410
|
position: {
|
|
411
|
-
type: PropType<"default" | "top" | "
|
|
411
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
412
412
|
default: string;
|
|
413
413
|
};
|
|
414
414
|
align: Omit<{
|
|
415
|
-
type: PropType<"
|
|
415
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
416
416
|
default: string;
|
|
417
417
|
}, "type" | "default"> & {
|
|
418
418
|
type: PropType<string>;
|
|
@@ -423,7 +423,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
423
423
|
default: string;
|
|
424
424
|
};
|
|
425
425
|
offset: Omit<{
|
|
426
|
-
type: PropType<
|
|
426
|
+
type: PropType<number | string | number[]>;
|
|
427
427
|
}, "type" | "default"> & {
|
|
428
428
|
type: PropType<NonNullable<string | number | number[]>>;
|
|
429
429
|
default: NonNullable<string | number | number[]>;
|
|
@@ -451,16 +451,16 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
451
451
|
type: PropType<boolean>;
|
|
452
452
|
};
|
|
453
453
|
classes: {
|
|
454
|
-
type: PropType<string | string
|
|
454
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
455
455
|
};
|
|
456
456
|
contentClasses: {
|
|
457
|
-
type: PropType<string | string
|
|
457
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
458
458
|
};
|
|
459
459
|
closeClickScrim: {
|
|
460
460
|
type: PropType<boolean>;
|
|
461
461
|
};
|
|
462
462
|
contentStyles: {
|
|
463
|
-
type: PropType<import('
|
|
463
|
+
type: PropType<import('../../types').CssProperties>;
|
|
464
464
|
default: () => void;
|
|
465
465
|
};
|
|
466
466
|
disabled: {
|
|
@@ -486,13 +486,13 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
486
486
|
default: number;
|
|
487
487
|
};
|
|
488
488
|
zIndex: {
|
|
489
|
-
type: PropType<
|
|
489
|
+
type: PropType<number | string>;
|
|
490
490
|
default: number;
|
|
491
491
|
};
|
|
492
492
|
contained: BooleanConstructor;
|
|
493
493
|
layerGroup: PropType<string | Element>;
|
|
494
494
|
tooltipClasses: {
|
|
495
|
-
type: PropType<string | string
|
|
495
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
496
496
|
};
|
|
497
497
|
preventClip: {
|
|
498
498
|
type: PropType<boolean>;
|