yuyeon 0.2.1-rc.1 → 0.2.1-rc.3
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 +5440 -7129
- package/dist/yuyeon.umd.cjs +4 -26
- package/lib/components/alert/YAlert.mjs +2 -2
- package/lib/components/alert/YAlert.mjs.map +1 -1
- package/lib/components/alert/YAlert.scss +75 -76
- package/lib/components/alert/index.mjs.map +1 -1
- package/lib/components/app/YApp.mjs +3 -2
- package/lib/components/app/YApp.mjs.map +1 -1
- package/lib/components/app/YApp.scss +14 -14
- package/lib/components/app/index.mjs.map +1 -1
- package/lib/components/badge/YBadge.mjs +2 -2
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/badge/YBadge.scss +76 -76
- package/lib/components/badge/index.mjs.map +1 -1
- package/lib/components/bench/YBench.mjs +2 -3
- package/lib/components/bench/YBench.mjs.map +1 -1
- package/lib/components/bench/index.mjs.map +1 -1
- package/lib/components/button/YButton.mjs +4 -4
- package/lib/components/button/YButton.mjs.map +1 -1
- package/lib/components/button/YButton.scss +128 -129
- package/lib/components/button/index.mjs.map +1 -1
- package/lib/components/card/YCard.mjs +3 -2
- package/lib/components/card/YCard.mjs.map +1 -1
- package/lib/components/card/YCard.scss +45 -43
- package/lib/components/card/YCardBody.mjs +2 -1
- package/lib/components/card/YCardBody.mjs.map +1 -1
- package/lib/components/card/YCardFooter.mjs +2 -1
- package/lib/components/card/YCardFooter.mjs.map +1 -1
- package/lib/components/card/YCardHeader.mjs +2 -1
- package/lib/components/card/YCardHeader.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.mjs +2 -2
- package/lib/components/checkbox/YCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YCheckbox.scss +48 -48
- package/lib/components/checkbox/YInputCheckbox.mjs +2 -1
- package/lib/components/checkbox/YInputCheckbox.mjs.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.scss +84 -86
- package/lib/components/checkbox/index.mjs +1 -1
- package/lib/components/checkbox/index.mjs.map +1 -1
- package/lib/components/chip/YChip.mjs +50 -42
- package/lib/components/chip/YChip.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.mjs +3 -3
- package/lib/components/date-picker/YDateCalendar.mjs.map +1 -1
- package/lib/components/date-picker/YDateCalendar.scss +84 -82
- package/lib/components/date-picker/YDatePicker.mjs +2 -2
- package/lib/components/date-picker/YDatePicker.mjs.map +1 -1
- package/lib/components/date-picker/YDatePicker.scss +3 -3
- package/lib/components/date-picker/YDatePickerControl.mjs +2 -2
- package/lib/components/date-picker/YDatePickerControl.mjs.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.scss +35 -35
- package/lib/components/date-picker/YMonthPicker.mjs +3 -3
- package/lib/components/date-picker/YMonthPicker.mjs.map +1 -1
- package/lib/components/date-picker/YMonthPicker.scss +25 -25
- package/lib/components/date-picker/YYearPicker.mjs +3 -2
- package/lib/components/date-picker/YYearPicker.mjs.map +1 -1
- package/lib/components/date-picker/YYearPicker.scss +23 -23
- package/lib/components/date-picker/index.mjs.map +1 -1
- package/lib/components/dialog/YDialog.mjs +3 -3
- package/lib/components/dialog/YDialog.mjs.map +1 -1
- package/lib/components/dialog/YDialog.scss +50 -50
- package/lib/components/dialog/index.mjs.map +1 -1
- package/lib/components/divider/YDivider.mjs +1 -2
- package/lib/components/divider/YDivider.mjs.map +1 -1
- package/lib/components/divider/YDivider.scss +2 -3
- package/lib/components/divider/index.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.mjs +2 -2
- package/lib/components/dropdown/YDropdown.mjs.map +1 -1
- package/lib/components/dropdown/YDropdown.scss +27 -28
- package/lib/components/dropdown/index.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.mjs +2 -2
- package/lib/components/field-input/YFieldInput.mjs.map +1 -1
- package/lib/components/field-input/YFieldInput.scss +66 -66
- package/lib/components/field-input/index.mjs.map +1 -1
- package/lib/components/form/YForm.mjs +3 -2
- package/lib/components/form/YForm.mjs.map +1 -1
- package/lib/components/hover/YHover.mjs +2 -2
- package/lib/components/hover/YHover.mjs.map +1 -1
- package/lib/components/hover/index.mjs.map +1 -1
- package/lib/components/icon/YIcon.mjs +3 -2
- package/lib/components/icon/YIcon.mjs.map +1 -1
- package/lib/components/icon/YIcon.scss +18 -18
- package/lib/components/icon/index.mjs.map +1 -1
- package/lib/components/icons/YIconCheckbox.mjs +1 -1
- package/lib/components/icons/YIconCheckbox.mjs.map +1 -1
- package/lib/components/icons/YIconCheckbox.scss +60 -60
- package/lib/components/icons/YIconClear.mjs +1 -1
- package/lib/components/icons/YIconClear.mjs.map +1 -1
- package/lib/components/icons/YIconDropdown.mjs +1 -1
- package/lib/components/icons/YIconDropdown.mjs.map +1 -1
- package/lib/components/icons/YIconExpand.mjs +1 -1
- package/lib/components/icons/YIconExpand.mjs.map +1 -1
- package/lib/components/icons/YIconPageControl.mjs +1 -1
- package/lib/components/icons/YIconPageControl.mjs.map +1 -1
- package/lib/components/icons/YIconSort.mjs +1 -1
- package/lib/components/icons/YIconSort.mjs.map +1 -1
- package/lib/components/icons/YIconSort.scss +24 -23
- package/lib/components/icons/index.mjs +1 -1
- package/lib/components/icons/index.mjs.map +1 -1
- package/lib/components/img/YImg.mjs +6 -7
- package/lib/components/img/YImg.mjs.map +1 -1
- package/lib/components/input/YInput.mjs +3 -4
- package/lib/components/input/YInput.mjs.map +1 -1
- package/lib/components/input/YInput.scss +258 -254
- package/lib/components/input/index.mjs.map +1 -1
- package/lib/components/ip-field/YIpField.scss +74 -74
- package/lib/components/ip-field/YIpv4Field.mjs +2 -2
- package/lib/components/ip-field/YIpv4Field.mjs.map +1 -1
- package/lib/components/ip-field/index.mjs.map +1 -1
- package/lib/components/layer/YLayer.mjs +2 -2
- package/lib/components/layer/YLayer.mjs.map +1 -1
- package/lib/components/layer/YLayer.scss +38 -38
- package/lib/components/layer/active-delay.mjs.map +1 -1
- package/lib/components/layer/active-stack.mjs.map +1 -1
- package/lib/components/layer/base.mjs.map +1 -1
- package/lib/components/layer/content.mjs.map +1 -1
- package/lib/components/layer/scroll-strategies.mjs +1 -1
- package/lib/components/layer/scroll-strategies.mjs.map +1 -1
- package/lib/components/list/YList.mjs +2 -2
- package/lib/components/list/YList.mjs.map +1 -1
- package/lib/components/list/YList.scss +3 -3
- package/lib/components/list/YListItem.mjs +2 -2
- package/lib/components/list/YListItem.mjs.map +1 -1
- package/lib/components/list/YListItem.scss +62 -62
- package/lib/components/list/index.mjs.map +1 -1
- package/lib/components/loading/YSpinnerRing.mjs +1 -1
- package/lib/components/loading/YSpinnerRing.mjs.map +1 -1
- package/lib/components/menu/YMenu.mjs +5 -4
- package/lib/components/menu/YMenu.mjs.map +1 -1
- package/lib/components/menu/YMenu.scss +25 -22
- package/lib/components/menu/index.mjs.map +1 -1
- package/lib/components/navigation/YNavigation.mjs +2 -1
- package/lib/components/navigation/YNavigation.mjs.map +1 -1
- package/lib/components/pagination/YPagination.mjs +2 -2
- package/lib/components/pagination/YPagination.mjs.map +1 -1
- package/lib/components/pagination/YPagination.scss +52 -51
- package/lib/components/pagination/index.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.mjs.map +1 -1
- package/lib/components/panel/YDividePanel.scss +43 -43
- package/lib/components/panel/index.mjs.map +1 -1
- package/lib/components/plate/YPlate.mjs +2 -1
- package/lib/components/plate/YPlate.mjs.map +1 -1
- package/lib/components/plate/YPlate.scss +9 -9
- package/lib/components/progress-bar/YProgressBar.mjs +40 -52
- package/lib/components/progress-bar/YProgressBar.mjs.map +1 -1
- package/lib/components/progress-bar/YProgressBar.scss +10 -4
- package/lib/components/select/YSelect.mjs +3 -5
- package/lib/components/select/YSelect.mjs.map +1 -1
- package/lib/components/select/YSelect.scss +43 -43
- package/lib/components/select/index.mjs.map +1 -1
- package/lib/components/snackbar/YSnackbar.mjs +8 -9
- package/lib/components/snackbar/YSnackbar.mjs.map +1 -1
- package/lib/components/snackbar/YSnackbar.scss +38 -38
- package/lib/components/switch/YSwitch.mjs +2 -1
- package/lib/components/switch/YSwitch.mjs.map +1 -1
- package/lib/components/switch/YSwitch.scss +204 -198
- package/lib/components/tab/YTab.mjs +2 -3
- package/lib/components/tab/YTab.mjs.map +1 -1
- package/lib/components/tab/YTab.scss +6 -3
- package/lib/components/tab/YTabs.mjs +2 -2
- package/lib/components/tab/YTabs.mjs.map +1 -1
- package/lib/components/tab/YTabs.scss +8 -10
- package/lib/components/tab/index.mjs.map +1 -1
- package/lib/components/tab/types.mjs.map +1 -1
- package/lib/components/table/YDataTable.mjs +5 -5
- package/lib/components/table/YDataTable.mjs.map +1 -1
- package/lib/components/table/YDataTableBody.mjs +2 -2
- package/lib/components/table/YDataTableBody.mjs.map +1 -1
- package/lib/components/table/YDataTableCell.mjs +2 -1
- package/lib/components/table/YDataTableCell.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.mjs +1 -1
- package/lib/components/table/YDataTableControl.mjs.map +1 -1
- package/lib/components/table/YDataTableControl.scss +7 -7
- package/lib/components/table/YDataTableHead.mjs +2 -3
- package/lib/components/table/YDataTableHead.mjs.map +1 -1
- package/lib/components/table/YDataTableLayer.mjs +2 -1
- package/lib/components/table/YDataTableLayer.mjs.map +1 -1
- package/lib/components/table/YDataTableRow.mjs +2 -1
- package/lib/components/table/YDataTableRow.mjs.map +1 -1
- package/lib/components/table/YDataTableServer.mjs +3 -4
- package/lib/components/table/YDataTableServer.mjs.map +1 -1
- package/lib/components/table/YTable.mjs +2 -2
- package/lib/components/table/YTable.mjs.map +1 -1
- package/lib/components/table/YTable.scss +157 -152
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs.map +1 -1
- package/lib/components/table/composibles/options.mjs.map +1 -1
- package/lib/components/table/composibles/pagination.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs +1 -1
- package/lib/components/table/composibles/selection.mjs.map +1 -1
- package/lib/components/table/composibles/sorted-items.mjs +1 -1
- package/lib/components/table/composibles/sorted-items.mjs.map +1 -1
- package/lib/components/table/composibles/sorting.mjs +1 -2
- package/lib/components/table/composibles/sorting.mjs.map +1 -1
- package/lib/components/table/index.mjs.map +1 -1
- package/lib/components/table/types/common.mjs.map +1 -1
- package/lib/components/table/types/header.mjs.map +1 -1
- package/lib/components/table/types/index.mjs.map +1 -1
- package/lib/components/table/types/row.mjs.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.mjs +4 -2
- package/lib/components/text-ellipsis/YTextEllipsis.mjs.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.scss +43 -43
- package/lib/components/text-ellipsis/index.mjs.map +1 -1
- package/lib/components/text-highlighter/YTextHighlighter.mjs +2 -1
- package/lib/components/text-highlighter/YTextHighlighter.mjs.map +1 -1
- package/lib/components/text-interpolation/YTi.mjs +2 -1
- package/lib/components/text-interpolation/YTi.mjs.map +1 -1
- package/lib/components/text-interpolation/index.mjs.map +1 -1
- package/lib/components/textarea/YTextarea.mjs +2 -2
- package/lib/components/textarea/YTextarea.mjs.map +1 -1
- package/lib/components/textarea/YTextarea.scss +25 -25
- package/lib/components/textarea/index.mjs.map +1 -1
- package/lib/components/toggle-button/YToggleButton.mjs.map +1 -1
- package/lib/components/toggle-button/index.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.mjs +3 -3
- package/lib/components/tooltip/YTooltip.mjs.map +1 -1
- package/lib/components/tooltip/YTooltip.scss +19 -19
- package/lib/components/tooltip/index.mjs.map +1 -1
- package/lib/components/transitions/expand-transition.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.mjs +1 -1
- package/lib/components/tree-view/YTreeView.mjs.map +1 -1
- package/lib/components/tree-view/YTreeView.scss +81 -79
- package/lib/components/tree-view/YTreeViewNode.mjs +2 -1
- package/lib/components/tree-view/YTreeViewNode.mjs.map +1 -1
- package/lib/components/tree-view/index.mjs.map +1 -1
- package/lib/components/tree-view/types.mjs.map +1 -1
- package/lib/components/tree-view/util.mjs.map +1 -1
- package/lib/composables/choice.mjs.map +1 -1
- package/lib/composables/communication.mjs.map +1 -1
- package/lib/composables/component.mjs.map +1 -1
- package/lib/composables/coordinate/arrangement.mjs.map +1 -1
- package/lib/composables/coordinate/levitation.mjs.map +1 -1
- package/lib/composables/coordinate/utils/point.mjs.map +1 -1
- package/lib/composables/date/factory.mjs.map +1 -1
- package/lib/composables/date/index.mjs +1 -1
- package/lib/composables/date/index.mjs.map +1 -1
- package/lib/composables/date/setting.mjs.map +1 -1
- package/lib/composables/date/types.mjs.map +1 -1
- package/lib/composables/defaults/index.mjs +3 -3
- package/lib/composables/defaults/index.mjs.map +1 -1
- package/lib/composables/defaults/types.mjs.map +1 -1
- package/lib/composables/dimension.mjs +1 -1
- package/lib/composables/dimension.mjs.map +1 -1
- package/lib/composables/focus.mjs +1 -1
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/i18n/index.mjs.map +1 -1
- package/lib/composables/icon.mjs +5 -4
- package/lib/composables/icon.mjs.map +1 -1
- package/lib/composables/layer-group.mjs +1 -1
- package/lib/composables/layer-group.mjs.map +1 -1
- package/lib/composables/layout.mjs +1 -1
- package/lib/composables/layout.mjs.map +1 -1
- package/lib/composables/list-items.mjs.map +1 -1
- package/lib/composables/progress.mjs +7 -2
- package/lib/composables/progress.mjs.map +1 -1
- package/lib/composables/ref.mjs +1 -1
- package/lib/composables/ref.mjs.map +1 -1
- package/lib/composables/resize-observer.mjs +1 -3
- package/lib/composables/resize-observer.mjs.map +1 -1
- package/lib/composables/scope.mjs +1 -2
- package/lib/composables/scope.mjs.map +1 -1
- package/lib/composables/theme/factory.mjs.map +1 -1
- package/lib/composables/theme/index.mjs +1 -1
- package/lib/composables/theme/index.mjs.map +1 -1
- package/lib/composables/theme/setting.mjs.map +1 -1
- package/lib/composables/theme/types.mjs.map +1 -1
- package/lib/composables/timing.mjs +1 -1
- package/lib/composables/timing.mjs.map +1 -1
- package/lib/composables/transition.mjs +1 -1
- package/lib/composables/transition.mjs.map +1 -1
- package/lib/composables/validation.mjs +1 -1
- package/lib/composables/validation.mjs.map +1 -1
- package/lib/composables/vue-router.mjs +1 -1
- package/lib/composables/vue-router.mjs.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/lib/util/anchor.mjs.map +1 -1
- package/lib/util/array.mjs.map +1 -1
- package/lib/util/component/component.mjs +2 -1
- package/lib/util/component/component.mjs.map +1 -1
- package/lib/util/component/index.mjs +2 -1
- package/lib/util/component/index.mjs.map +1 -1
- package/lib/util/component/inject-self.mjs.map +1 -1
- package/lib/util/component/props.mjs +1 -1
- package/lib/util/component/props.mjs.map +1 -1
- package/lib/util/date/index.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/reactivity.mjs +3 -3
- package/lib/util/reactivity.mjs.map +1 -1
- package/lib/util/rect.mjs.map +1 -1
- package/lib/util/ui.mjs.map +1 -1
- package/lib/util/validation.mjs.map +1 -1
- package/package.json +1 -1
- package/types/abstract/items.d.ts +4 -4
- package/types/components/app/YApp.d.ts +1 -1
- package/types/components/badge/YBadge.d.ts +5 -39
- package/types/components/bench/YBench.d.ts +1 -1
- package/types/components/button/YButton.d.ts +10 -69
- package/types/components/card/YCard.d.ts +1 -6
- package/types/components/card/YCardBody.d.ts +1 -1
- package/types/components/card/YCardFooter.d.ts +1 -1
- package/types/components/card/YCardHeader.d.ts +1 -1
- package/types/components/checkbox/YCheckbox.d.ts +1 -26
- package/types/components/checkbox/YInputCheckbox.d.ts +2 -26
- package/types/components/checkbox/index.d.ts +1 -0
- package/types/components/chip/YChip.d.ts +29 -25
- package/types/components/date-picker/YDateCalendar.d.ts +3 -31
- package/types/components/date-picker/YDatePicker.d.ts +13 -42
- package/types/components/date-picker/YDatePickerControl.d.ts +12 -44
- package/types/components/date-picker/YMonthPicker.d.ts +1 -5
- package/types/components/date-picker/YYearPicker.d.ts +1 -7
- package/types/components/dialog/YDialog.d.ts +72 -315
- package/types/components/divider/YDivider.d.ts +1 -3
- package/types/components/dropdown/YDropdown.d.ts +70 -243
- package/types/components/field-input/YFieldInput.d.ts +14 -120
- package/types/components/form/YForm.d.ts +2 -24
- package/types/components/hover/YHover.d.ts +4 -26
- package/types/components/icon/YIcon.d.ts +3 -18
- package/types/components/icons/YIconCheckbox.d.ts +1 -9
- package/types/components/icons/YIconClear.d.ts +1 -1
- package/types/components/icons/YIconDropdown.d.ts +1 -1
- package/types/components/icons/YIconExpand.d.ts +1 -1
- package/types/components/icons/YIconPageControl.d.ts +1 -8
- package/types/components/icons/YIconSort.d.ts +1 -10
- package/types/components/icons/index.d.ts +8 -46
- package/types/components/img/YImg.d.ts +7 -47
- package/types/components/input/YInput.d.ts +11 -99
- package/types/components/ip-field/YIpv4Field.d.ts +2 -70
- package/types/components/layer/YLayer.d.ts +35 -152
- package/types/components/layer/content.d.ts +1 -1
- package/types/components/layer/scroll-strategies.d.ts +1 -1
- package/types/components/list/YList.d.ts +1 -6
- package/types/components/list/YListItem.d.ts +3 -21
- package/types/components/loading/YSpinnerRing.d.ts +1 -1
- package/types/components/menu/YMenu.d.ts +17 -282
- package/types/components/navigation/YNavigation.d.ts +1 -1
- package/types/components/pagination/YPagination.d.ts +7 -47
- package/types/components/plate/YPlate.d.ts +1 -3
- package/types/components/progress-bar/YProgressBar.d.ts +3 -43
- package/types/components/select/YSelect.d.ts +248 -872
- package/types/components/snackbar/YSnackbar.d.ts +43 -188
- package/types/components/switch/YSwitch.d.ts +1 -43
- package/types/components/tab/YTab.d.ts +14 -80
- package/types/components/tab/YTabs.d.ts +6 -39
- package/types/components/table/YDataTable.d.ts +17 -166
- package/types/components/table/YDataTableBody.d.ts +3 -26
- package/types/components/table/YDataTableCell.d.ts +1 -30
- package/types/components/table/YDataTableControl.d.ts +3 -18
- package/types/components/table/YDataTableHead.d.ts +3 -21
- package/types/components/table/YDataTableLayer.d.ts +1 -3
- package/types/components/table/YDataTableRow.d.ts +1 -9
- package/types/components/table/YDataTableServer.d.ts +20 -172
- package/types/components/table/YTable.d.ts +5 -24
- package/types/components/table/composibles/header.d.ts +1 -1
- package/types/components/table/composibles/items.d.ts +3 -3
- package/types/components/table/composibles/pagination.d.ts +3 -3
- package/types/components/table/composibles/selection.d.ts +4 -4
- package/types/components/table/composibles/sorting.d.ts +1 -1
- package/types/components/table/types/index.d.ts +1 -1
- package/types/components/text-ellipsis/YTextEllipsis.d.ts +1 -8
- package/types/components/text-highlighter/YTextHighlighter.d.ts +2 -17
- package/types/components/text-interpolation/YTi.d.ts +1 -10
- package/types/components/textarea/YTextarea.d.ts +15 -111
- package/types/components/tooltip/YTooltip.d.ts +27 -261
- package/types/components/tree-view/YTreeView.d.ts +2 -2
- package/types/components/tree-view/YTreeViewNode.d.ts +10 -67
- package/types/composables/choice.d.ts +1 -1
- package/types/composables/coordinate/index.d.ts +6 -6
- package/types/composables/coordinate/utils/point.d.ts +1 -1
- package/types/composables/form.d.ts +2 -2
- package/types/composables/icon.d.ts +5 -22
- package/types/composables/layer-group.d.ts +1 -1
- package/types/composables/list-items.d.ts +10 -10
- package/types/composables/progress.d.ts +1 -0
- package/types/composables/timing.d.ts +1 -1
- package/types/composables/transition.d.ts +1 -1
- package/types/composables/validation.d.ts +3 -3
- package/types/composables/vue-router.d.ts +1 -1
- package/types/index.d.ts +1 -1
- package/types/util/Rect.d.ts +1 -1
- package/types/util/component/component.d.ts +2 -1
- package/types/util/component/index.d.ts +4 -4
- package/types/util/component/inject-self.d.ts +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
4
4
|
extended?: unknown;
|
|
@@ -57,7 +57,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
57
57
|
} : Omit<{
|
|
58
58
|
type: PropType<"error" | "warning" | "success" | 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"]>;
|
|
62
62
|
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
63
63
|
};
|
|
@@ -73,7 +73,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
73
73
|
type: PropType<string>;
|
|
74
74
|
} : Omit<{
|
|
75
75
|
type: PropType<string>;
|
|
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"];
|
|
79
79
|
};
|
|
@@ -87,7 +87,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
87
87
|
} : Omit<{
|
|
88
88
|
type: PropType<string | number>;
|
|
89
89
|
default: number;
|
|
90
|
-
}, "
|
|
90
|
+
}, "type" | "default"> & {
|
|
91
91
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
92
92
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
93
93
|
};
|
|
@@ -99,7 +99,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
99
99
|
type: PropType<string | number>;
|
|
100
100
|
} : Omit<{
|
|
101
101
|
type: PropType<string | number>;
|
|
102
|
-
}, "
|
|
102
|
+
}, "type" | "default"> & {
|
|
103
103
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
104
104
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
105
105
|
};
|
|
@@ -113,7 +113,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
113
113
|
} : Omit<{
|
|
114
114
|
type: PropType<string>;
|
|
115
115
|
default: string;
|
|
116
|
-
}, "
|
|
116
|
+
}, "type" | "default"> & {
|
|
117
117
|
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
118
118
|
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
119
119
|
};
|
|
@@ -125,7 +125,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
125
125
|
type: PropType<any>;
|
|
126
126
|
} : Omit<{
|
|
127
127
|
type: PropType<any>;
|
|
128
|
-
}, "
|
|
128
|
+
}, "type" | "default"> & {
|
|
129
129
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
130
130
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
131
131
|
};
|
|
@@ -135,7 +135,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
135
135
|
} : Omit<{
|
|
136
136
|
type: PropType<boolean>;
|
|
137
137
|
default: boolean;
|
|
138
|
-
}, "
|
|
138
|
+
}, "type" | "default"> & {
|
|
139
139
|
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
140
140
|
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
141
141
|
};
|
|
@@ -145,7 +145,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
145
145
|
} : Omit<{
|
|
146
146
|
type: PropType<boolean>;
|
|
147
147
|
default: boolean;
|
|
148
|
-
}, "
|
|
148
|
+
}, "type" | "default"> & {
|
|
149
149
|
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
150
150
|
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
151
151
|
};
|
|
@@ -155,7 +155,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
155
155
|
} : Omit<{
|
|
156
156
|
type: PropType<boolean>;
|
|
157
157
|
default: () => false;
|
|
158
|
-
}, "
|
|
158
|
+
}, "type" | "default"> & {
|
|
159
159
|
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
160
160
|
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
161
161
|
};
|
|
@@ -177,7 +177,7 @@ export declare const pressYTextareaPropsOptions: <Defaults extends {
|
|
|
177
177
|
} : Omit<{
|
|
178
178
|
type: PropType<string>;
|
|
179
179
|
default: string;
|
|
180
|
-
}, "
|
|
180
|
+
}, "type" | "default"> & {
|
|
181
181
|
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
182
182
|
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
183
183
|
};
|
|
@@ -325,7 +325,7 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
325
325
|
"onMousedown:display"?: ((...args: any[]) => any) | undefined;
|
|
326
326
|
"onMouseup:display"?: ((...args: any[]) => any) | undefined;
|
|
327
327
|
"onClick:leading"?: ((...args: any[]) => any) | undefined;
|
|
328
|
-
}, any,
|
|
328
|
+
}, any, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "click" | "error" | "focus" | "mousedown" | "mouseup" | "mousedown:display" | "mouseup:display" | "click:leading" | "update:modelValue" | "update:focused")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & Readonly<import('vue').ExtractPropTypes<{
|
|
329
329
|
extended: PropType<any>;
|
|
330
330
|
focused: BooleanConstructor;
|
|
331
331
|
'onUpdate:focused': PropType<(v: boolean) => void>;
|
|
@@ -397,23 +397,7 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
397
397
|
autoSelect: boolean;
|
|
398
398
|
floating: boolean;
|
|
399
399
|
floated: boolean;
|
|
400
|
-
}, true, {},
|
|
401
|
-
prepend: any;
|
|
402
|
-
append: any;
|
|
403
|
-
label: any;
|
|
404
|
-
default: import('../input').YInputDefaultSlotProps;
|
|
405
|
-
leading: {
|
|
406
|
-
error: boolean;
|
|
407
|
-
};
|
|
408
|
-
trailing: any;
|
|
409
|
-
'leading-out': any;
|
|
410
|
-
'trailing-out': any;
|
|
411
|
-
'helper-text': {
|
|
412
|
-
error: boolean;
|
|
413
|
-
errorResult: string | undefined;
|
|
414
|
-
errors: any[];
|
|
415
|
-
};
|
|
416
|
-
}>, {
|
|
400
|
+
}, true, {}, {}, {
|
|
417
401
|
P: {};
|
|
418
402
|
B: {};
|
|
419
403
|
D: {};
|
|
@@ -494,7 +478,7 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
494
478
|
floated: boolean;
|
|
495
479
|
}> | undefined>;
|
|
496
480
|
input$: import('vue').Ref<any>;
|
|
497
|
-
},
|
|
481
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
498
482
|
'update:modelValue': (v: any) => true;
|
|
499
483
|
'update:focused': (v: boolean) => true;
|
|
500
484
|
'mousedown:display': (e: MouseEvent) => true;
|
|
@@ -505,85 +489,5 @@ export declare const YTextarea: import('vue').DefineComponent<{
|
|
|
505
489
|
click: (e: MouseEvent) => true;
|
|
506
490
|
keydown: (e: KeyboardEvent) => true;
|
|
507
491
|
keyup: (e: KeyboardEvent) => true;
|
|
508
|
-
}, string
|
|
509
|
-
extended: PropType<any>;
|
|
510
|
-
focused: BooleanConstructor;
|
|
511
|
-
'onUpdate:focused': PropType<(v: boolean) => void>;
|
|
512
|
-
readonly: PropType<boolean>;
|
|
513
|
-
disabled: PropType<boolean>;
|
|
514
|
-
status: {
|
|
515
|
-
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
516
|
-
validator(value: string): boolean;
|
|
517
|
-
};
|
|
518
|
-
helperText: StringConstructor;
|
|
519
|
-
validators: PropType<string[] | ((v: any) => string | boolean)[]>;
|
|
520
|
-
validateOn: {
|
|
521
|
-
type: PropType<string>;
|
|
522
|
-
};
|
|
523
|
-
validationValue: null;
|
|
524
|
-
maxErrors: {
|
|
525
|
-
type: PropType<string | number>;
|
|
526
|
-
default: number;
|
|
527
|
-
};
|
|
528
|
-
name: StringConstructor;
|
|
529
|
-
width: {
|
|
530
|
-
type: PropType<string | number>;
|
|
531
|
-
};
|
|
532
|
-
height: (NumberConstructor | StringConstructor)[];
|
|
533
|
-
displayTag: {
|
|
534
|
-
type: PropType<string>;
|
|
535
|
-
default: string;
|
|
536
|
-
};
|
|
537
|
-
label: PropType<string>;
|
|
538
|
-
modelValue: {
|
|
539
|
-
type: PropType<any>;
|
|
540
|
-
};
|
|
541
|
-
autoSelect: {
|
|
542
|
-
type: PropType<boolean>;
|
|
543
|
-
default: boolean;
|
|
544
|
-
};
|
|
545
|
-
floating: {
|
|
546
|
-
type: PropType<boolean>;
|
|
547
|
-
default: boolean;
|
|
548
|
-
};
|
|
549
|
-
floated: {
|
|
550
|
-
type: PropType<boolean>;
|
|
551
|
-
default: () => false;
|
|
552
|
-
};
|
|
553
|
-
placeholder: PropType<string>;
|
|
554
|
-
required: PropType<boolean>;
|
|
555
|
-
loading: PropType<boolean>;
|
|
556
|
-
variation: {
|
|
557
|
-
type: PropType<string>;
|
|
558
|
-
default: string;
|
|
559
|
-
};
|
|
560
|
-
outlined: PropType<boolean>;
|
|
561
|
-
filled: PropType<boolean>;
|
|
562
|
-
ceramic: PropType<boolean>;
|
|
563
|
-
displayText: PropType<string | ((value: any) => string)>;
|
|
564
|
-
whenInputValid: PropType<number | boolean>;
|
|
565
|
-
}>> & {
|
|
566
|
-
onInput?: ((v: any) => any) | undefined;
|
|
567
|
-
onBlur?: ((e: FocusEvent) => any) | undefined;
|
|
568
|
-
onChange?: ((v: any, e: Event) => any) | undefined;
|
|
569
|
-
onClick?: ((e: MouseEvent) => any) | undefined;
|
|
570
|
-
onFocus?: ((e: FocusEvent) => any) | undefined;
|
|
571
|
-
onKeydown?: ((e: KeyboardEvent) => any) | undefined;
|
|
572
|
-
onKeyup?: ((e: KeyboardEvent) => any) | undefined;
|
|
573
|
-
"onUpdate:modelValue"?: ((v: any) => any) | undefined;
|
|
574
|
-
"onUpdate:focused"?: ((v: boolean) => any) | undefined;
|
|
575
|
-
"onMousedown:display"?: ((e: MouseEvent) => any) | undefined;
|
|
576
|
-
}, {
|
|
577
|
-
variation: string;
|
|
578
|
-
focused: boolean;
|
|
579
|
-
maxErrors: string | number;
|
|
580
|
-
displayTag: string;
|
|
581
|
-
autoSelect: boolean;
|
|
582
|
-
floating: boolean;
|
|
583
|
-
floated: boolean;
|
|
584
|
-
}, SlotsType<{
|
|
585
|
-
default: any;
|
|
586
|
-
label: any;
|
|
587
|
-
'helper-text': any;
|
|
588
|
-
}>>;
|
|
492
|
+
}, string>;
|
|
589
493
|
export type YTextarea = InstanceType<typeof YTextarea>;
|
|
@@ -9,7 +9,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
9
9
|
is?: import('vue').Component | undefined;
|
|
10
10
|
})>;
|
|
11
11
|
default: string;
|
|
12
|
-
}, "
|
|
12
|
+
}, "type" | "default"> & {
|
|
13
13
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
14
14
|
is?: import('vue').Component | undefined;
|
|
15
15
|
})>>;
|
|
@@ -27,14 +27,14 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
27
27
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
28
28
|
default: string;
|
|
29
29
|
validator: (val: any) => boolean;
|
|
30
|
-
}, "
|
|
30
|
+
}, "type" | "default"> & {
|
|
31
31
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
32
32
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
33
33
|
};
|
|
34
34
|
coordinateStrategy: Omit<{
|
|
35
35
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
36
36
|
default: string;
|
|
37
|
-
}, "
|
|
37
|
+
}, "type" | "default"> & {
|
|
38
38
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
39
39
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
40
40
|
};
|
|
@@ -45,7 +45,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
45
45
|
align: Omit<{
|
|
46
46
|
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
47
47
|
default: string;
|
|
48
|
-
}, "
|
|
48
|
+
}, "type" | "default"> & {
|
|
49
49
|
type: PropType<string>;
|
|
50
50
|
default: string;
|
|
51
51
|
};
|
|
@@ -55,7 +55,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
55
55
|
};
|
|
56
56
|
offset: Omit<{
|
|
57
57
|
type: PropType<string | number | number[]>;
|
|
58
|
-
}, "
|
|
58
|
+
}, "type" | "default"> & {
|
|
59
59
|
type: PropType<NonNullable<string | number | number[]>>;
|
|
60
60
|
default: NonNullable<string | number | number[]>;
|
|
61
61
|
};
|
|
@@ -81,10 +81,10 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
81
81
|
type: PropType<boolean>;
|
|
82
82
|
};
|
|
83
83
|
classes: {
|
|
84
|
-
type: PropType<string | Record<string, any
|
|
84
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
85
85
|
};
|
|
86
86
|
contentClasses: {
|
|
87
|
-
type: PropType<string | Record<string, any
|
|
87
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
88
88
|
};
|
|
89
89
|
closeClickScrim: {
|
|
90
90
|
type: PropType<boolean>;
|
|
@@ -100,7 +100,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
100
100
|
openOnHover: Omit<{
|
|
101
101
|
type: PropType<boolean>;
|
|
102
102
|
default: boolean;
|
|
103
|
-
}, "
|
|
103
|
+
}, "type" | "default"> & {
|
|
104
104
|
type: PropType<boolean>;
|
|
105
105
|
default: boolean;
|
|
106
106
|
};
|
|
@@ -118,7 +118,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
118
118
|
};
|
|
119
119
|
contained: BooleanConstructor;
|
|
120
120
|
tooltipClasses: {
|
|
121
|
-
type: PropType<string | Record<string, any
|
|
121
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
122
122
|
};
|
|
123
123
|
preventClip: {
|
|
124
124
|
type: PropType<boolean>;
|
|
@@ -184,10 +184,10 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
184
184
|
type: PropType<boolean>;
|
|
185
185
|
};
|
|
186
186
|
classes: {
|
|
187
|
-
type: PropType<string | Record<string, any
|
|
187
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
188
188
|
};
|
|
189
189
|
contentClasses: {
|
|
190
|
-
type: PropType<string | Record<string, any
|
|
190
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
191
191
|
};
|
|
192
192
|
closeClickScrim: {
|
|
193
193
|
type: PropType<boolean>;
|
|
@@ -1835,128 +1835,11 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
1835
1835
|
}>;
|
|
1836
1836
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
1837
1837
|
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
1838
|
-
},
|
|
1838
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1839
1839
|
'update:modelValue': (value: boolean) => true;
|
|
1840
1840
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
1841
1841
|
afterLeave: () => true;
|
|
1842
|
-
}, string
|
|
1843
|
-
minWidth: PropType<string | number>;
|
|
1844
|
-
width: PropType<string | number>;
|
|
1845
|
-
maxWidth: PropType<string | number>;
|
|
1846
|
-
minHeight: PropType<string | number>;
|
|
1847
|
-
height: PropType<string | number>;
|
|
1848
|
-
maxHeight: PropType<string | number>;
|
|
1849
|
-
scrollStrategy: {
|
|
1850
|
-
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1851
|
-
default: string;
|
|
1852
|
-
validator: (val: any) => boolean;
|
|
1853
|
-
};
|
|
1854
|
-
coordinateStrategy: {
|
|
1855
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1856
|
-
default: string;
|
|
1857
|
-
};
|
|
1858
|
-
position: {
|
|
1859
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1860
|
-
default: string;
|
|
1861
|
-
};
|
|
1862
|
-
align: {
|
|
1863
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1864
|
-
default: string;
|
|
1865
|
-
};
|
|
1866
|
-
origin: {
|
|
1867
|
-
type: StringConstructor;
|
|
1868
|
-
default: string;
|
|
1869
|
-
};
|
|
1870
|
-
offset: {
|
|
1871
|
-
type: PropType<string | number | number[]>;
|
|
1872
|
-
};
|
|
1873
|
-
viewportMargin: {
|
|
1874
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1875
|
-
default: number;
|
|
1876
|
-
};
|
|
1877
|
-
closeClickContent: {
|
|
1878
|
-
type: PropType<boolean>;
|
|
1879
|
-
};
|
|
1880
|
-
base: PropType<import('../layer/base').BaseType>;
|
|
1881
|
-
transition: {
|
|
1882
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
1883
|
-
is?: import('vue').Component | undefined;
|
|
1884
|
-
})>;
|
|
1885
|
-
default: string;
|
|
1886
|
-
};
|
|
1887
|
-
theme: PropType<string>;
|
|
1888
|
-
modelValue: {
|
|
1889
|
-
type: PropType<boolean>;
|
|
1890
|
-
};
|
|
1891
|
-
scrim: {
|
|
1892
|
-
type: PropType<boolean>;
|
|
1893
|
-
};
|
|
1894
|
-
scrimOpacity: {
|
|
1895
|
-
type: PropType<number>;
|
|
1896
|
-
};
|
|
1897
|
-
eager: {
|
|
1898
|
-
type: PropType<boolean>;
|
|
1899
|
-
};
|
|
1900
|
-
classes: {
|
|
1901
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
1902
|
-
};
|
|
1903
|
-
contentClasses: {
|
|
1904
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
1905
|
-
};
|
|
1906
|
-
closeClickScrim: {
|
|
1907
|
-
type: PropType<boolean>;
|
|
1908
|
-
};
|
|
1909
|
-
contentStyles: {
|
|
1910
|
-
type: PropType<import('vue').CSSProperties>;
|
|
1911
|
-
default: () => void;
|
|
1912
|
-
};
|
|
1913
|
-
disabled: {
|
|
1914
|
-
type: PropType<boolean>;
|
|
1915
|
-
default: boolean;
|
|
1916
|
-
};
|
|
1917
|
-
openOnHover: {
|
|
1918
|
-
type: PropType<boolean>;
|
|
1919
|
-
default: boolean;
|
|
1920
|
-
};
|
|
1921
|
-
openDelay: {
|
|
1922
|
-
type: PropType<number>;
|
|
1923
|
-
default: number;
|
|
1924
|
-
};
|
|
1925
|
-
closeDelay: {
|
|
1926
|
-
type: PropType<number>;
|
|
1927
|
-
default: number;
|
|
1928
|
-
};
|
|
1929
|
-
zIndex: {
|
|
1930
|
-
type: PropType<string | number>;
|
|
1931
|
-
default: number;
|
|
1932
|
-
};
|
|
1933
|
-
contained: BooleanConstructor;
|
|
1934
|
-
modal: PropType<boolean>;
|
|
1935
|
-
}>> & {
|
|
1936
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
1937
|
-
onAfterLeave?: (() => any) | undefined;
|
|
1938
|
-
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
1939
|
-
}, {
|
|
1940
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
1941
|
-
disabled: boolean;
|
|
1942
|
-
closeDelay: number;
|
|
1943
|
-
openDelay: number;
|
|
1944
|
-
transition: string | (import('vue').TransitionProps & {
|
|
1945
|
-
is?: import('vue').Component | undefined;
|
|
1946
|
-
});
|
|
1947
|
-
coordinateStrategy: "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
1948
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
1949
|
-
origin: string;
|
|
1950
|
-
viewportMargin: string | number | unknown[];
|
|
1951
|
-
zIndex: string | number;
|
|
1952
|
-
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
1953
|
-
contentStyles: import('vue').CSSProperties;
|
|
1954
|
-
openOnHover: boolean;
|
|
1955
|
-
contained: boolean;
|
|
1956
|
-
}, import('vue').SlotsType<{
|
|
1957
|
-
base: any;
|
|
1958
|
-
default: any;
|
|
1959
|
-
}>> | undefined>;
|
|
1842
|
+
}, string> | undefined>;
|
|
1960
1843
|
el$: import('vue').Ref<import('vue').DefineComponent<{
|
|
1961
1844
|
minWidth: PropType<string | number>;
|
|
1962
1845
|
width: PropType<string | number>;
|
|
@@ -2016,10 +1899,10 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
2016
1899
|
type: PropType<boolean>;
|
|
2017
1900
|
};
|
|
2018
1901
|
classes: {
|
|
2019
|
-
type: PropType<string | Record<string, any
|
|
1902
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2020
1903
|
};
|
|
2021
1904
|
contentClasses: {
|
|
2022
|
-
type: PropType<string | Record<string, any
|
|
1905
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
2023
1906
|
};
|
|
2024
1907
|
closeClickScrim: {
|
|
2025
1908
|
type: PropType<boolean>;
|
|
@@ -3667,128 +3550,11 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3667
3550
|
}>;
|
|
3668
3551
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
3669
3552
|
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
3670
|
-
},
|
|
3553
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
3671
3554
|
'update:modelValue': (value: boolean) => true;
|
|
3672
3555
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
3673
3556
|
afterLeave: () => true;
|
|
3674
|
-
}, string
|
|
3675
|
-
minWidth: PropType<string | number>;
|
|
3676
|
-
width: PropType<string | number>;
|
|
3677
|
-
maxWidth: PropType<string | number>;
|
|
3678
|
-
minHeight: PropType<string | number>;
|
|
3679
|
-
height: PropType<string | number>;
|
|
3680
|
-
maxHeight: PropType<string | number>;
|
|
3681
|
-
scrollStrategy: {
|
|
3682
|
-
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3683
|
-
default: string;
|
|
3684
|
-
validator: (val: any) => boolean;
|
|
3685
|
-
};
|
|
3686
|
-
coordinateStrategy: {
|
|
3687
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3688
|
-
default: string;
|
|
3689
|
-
};
|
|
3690
|
-
position: {
|
|
3691
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
3692
|
-
default: string;
|
|
3693
|
-
};
|
|
3694
|
-
align: {
|
|
3695
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
3696
|
-
default: string;
|
|
3697
|
-
};
|
|
3698
|
-
origin: {
|
|
3699
|
-
type: StringConstructor;
|
|
3700
|
-
default: string;
|
|
3701
|
-
};
|
|
3702
|
-
offset: {
|
|
3703
|
-
type: PropType<string | number | number[]>;
|
|
3704
|
-
};
|
|
3705
|
-
viewportMargin: {
|
|
3706
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
3707
|
-
default: number;
|
|
3708
|
-
};
|
|
3709
|
-
closeClickContent: {
|
|
3710
|
-
type: PropType<boolean>;
|
|
3711
|
-
};
|
|
3712
|
-
base: PropType<import('../layer/base').BaseType>;
|
|
3713
|
-
transition: {
|
|
3714
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
3715
|
-
is?: import('vue').Component | undefined;
|
|
3716
|
-
})>;
|
|
3717
|
-
default: string;
|
|
3718
|
-
};
|
|
3719
|
-
theme: PropType<string>;
|
|
3720
|
-
modelValue: {
|
|
3721
|
-
type: PropType<boolean>;
|
|
3722
|
-
};
|
|
3723
|
-
scrim: {
|
|
3724
|
-
type: PropType<boolean>;
|
|
3725
|
-
};
|
|
3726
|
-
scrimOpacity: {
|
|
3727
|
-
type: PropType<number>;
|
|
3728
|
-
};
|
|
3729
|
-
eager: {
|
|
3730
|
-
type: PropType<boolean>;
|
|
3731
|
-
};
|
|
3732
|
-
classes: {
|
|
3733
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
3734
|
-
};
|
|
3735
|
-
contentClasses: {
|
|
3736
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
3737
|
-
};
|
|
3738
|
-
closeClickScrim: {
|
|
3739
|
-
type: PropType<boolean>;
|
|
3740
|
-
};
|
|
3741
|
-
contentStyles: {
|
|
3742
|
-
type: PropType<import('vue').CSSProperties>;
|
|
3743
|
-
default: () => void;
|
|
3744
|
-
};
|
|
3745
|
-
disabled: {
|
|
3746
|
-
type: PropType<boolean>;
|
|
3747
|
-
default: boolean;
|
|
3748
|
-
};
|
|
3749
|
-
openOnHover: {
|
|
3750
|
-
type: PropType<boolean>;
|
|
3751
|
-
default: boolean;
|
|
3752
|
-
};
|
|
3753
|
-
openDelay: {
|
|
3754
|
-
type: PropType<number>;
|
|
3755
|
-
default: number;
|
|
3756
|
-
};
|
|
3757
|
-
closeDelay: {
|
|
3758
|
-
type: PropType<number>;
|
|
3759
|
-
default: number;
|
|
3760
|
-
};
|
|
3761
|
-
zIndex: {
|
|
3762
|
-
type: PropType<string | number>;
|
|
3763
|
-
default: number;
|
|
3764
|
-
};
|
|
3765
|
-
contained: BooleanConstructor;
|
|
3766
|
-
modal: PropType<boolean>;
|
|
3767
|
-
}>> & {
|
|
3768
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
3769
|
-
onAfterLeave?: (() => any) | undefined;
|
|
3770
|
-
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
3771
|
-
}, {
|
|
3772
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
3773
|
-
disabled: boolean;
|
|
3774
|
-
closeDelay: number;
|
|
3775
|
-
openDelay: number;
|
|
3776
|
-
transition: string | (import('vue').TransitionProps & {
|
|
3777
|
-
is?: import('vue').Component | undefined;
|
|
3778
|
-
});
|
|
3779
|
-
coordinateStrategy: "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
3780
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
3781
|
-
origin: string;
|
|
3782
|
-
viewportMargin: string | number | unknown[];
|
|
3783
|
-
zIndex: string | number;
|
|
3784
|
-
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
3785
|
-
contentStyles: import('vue').CSSProperties;
|
|
3786
|
-
openOnHover: boolean;
|
|
3787
|
-
contained: boolean;
|
|
3788
|
-
}, import('vue').SlotsType<{
|
|
3789
|
-
base: any;
|
|
3790
|
-
default: any;
|
|
3791
|
-
}>> | undefined>;
|
|
3557
|
+
}, string> | undefined>;
|
|
3792
3558
|
baseEl: import('vue').ComputedRef<any>;
|
|
3793
3559
|
active: import('vue').WritableComputedRef<boolean>;
|
|
3794
3560
|
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
@@ -3797,7 +3563,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3797
3563
|
is?: import('vue').Component | undefined;
|
|
3798
3564
|
})>;
|
|
3799
3565
|
default: string;
|
|
3800
|
-
}, "
|
|
3566
|
+
}, "type" | "default"> & {
|
|
3801
3567
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
3802
3568
|
is?: import('vue').Component | undefined;
|
|
3803
3569
|
})>>;
|
|
@@ -3815,14 +3581,14 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3815
3581
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3816
3582
|
default: string;
|
|
3817
3583
|
validator: (val: any) => boolean;
|
|
3818
|
-
}, "
|
|
3584
|
+
}, "type" | "default"> & {
|
|
3819
3585
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
3820
3586
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
3821
3587
|
};
|
|
3822
3588
|
coordinateStrategy: Omit<{
|
|
3823
3589
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3824
3590
|
default: string;
|
|
3825
|
-
}, "
|
|
3591
|
+
}, "type" | "default"> & {
|
|
3826
3592
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
3827
3593
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
3828
3594
|
};
|
|
@@ -3833,7 +3599,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3833
3599
|
align: Omit<{
|
|
3834
3600
|
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
3835
3601
|
default: string;
|
|
3836
|
-
}, "
|
|
3602
|
+
}, "type" | "default"> & {
|
|
3837
3603
|
type: PropType<string>;
|
|
3838
3604
|
default: string;
|
|
3839
3605
|
};
|
|
@@ -3843,7 +3609,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3843
3609
|
};
|
|
3844
3610
|
offset: Omit<{
|
|
3845
3611
|
type: PropType<string | number | number[]>;
|
|
3846
|
-
}, "
|
|
3612
|
+
}, "type" | "default"> & {
|
|
3847
3613
|
type: PropType<NonNullable<string | number | number[]>>;
|
|
3848
3614
|
default: NonNullable<string | number | number[]>;
|
|
3849
3615
|
};
|
|
@@ -3869,10 +3635,10 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3869
3635
|
type: PropType<boolean>;
|
|
3870
3636
|
};
|
|
3871
3637
|
classes: {
|
|
3872
|
-
type: PropType<string | Record<string, any
|
|
3638
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3873
3639
|
};
|
|
3874
3640
|
contentClasses: {
|
|
3875
|
-
type: PropType<string | Record<string, any
|
|
3641
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3876
3642
|
};
|
|
3877
3643
|
closeClickScrim: {
|
|
3878
3644
|
type: PropType<boolean>;
|
|
@@ -3888,7 +3654,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3888
3654
|
openOnHover: Omit<{
|
|
3889
3655
|
type: PropType<boolean>;
|
|
3890
3656
|
default: boolean;
|
|
3891
|
-
}, "
|
|
3657
|
+
}, "type" | "default"> & {
|
|
3892
3658
|
type: PropType<boolean>;
|
|
3893
3659
|
default: boolean;
|
|
3894
3660
|
};
|
|
@@ -3906,7 +3672,7 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3906
3672
|
};
|
|
3907
3673
|
contained: BooleanConstructor;
|
|
3908
3674
|
tooltipClasses: {
|
|
3909
|
-
type: PropType<string | Record<string, any
|
|
3675
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
3910
3676
|
};
|
|
3911
3677
|
preventClip: {
|
|
3912
3678
|
type: PropType<boolean>;
|
|
@@ -3915,8 +3681,8 @@ export declare const YTooltip: import('vue').DefineComponent<{
|
|
|
3915
3681
|
}>> & {
|
|
3916
3682
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
3917
3683
|
}, {
|
|
3918
|
-
align: string;
|
|
3919
3684
|
disabled: boolean;
|
|
3685
|
+
align: string;
|
|
3920
3686
|
closeDelay: number;
|
|
3921
3687
|
openDelay: number;
|
|
3922
3688
|
transition: NonNullable<string | (import('vue').TransitionProps & {
|