yuyeon 0.2.1-rc.1 → 0.2.1-rc.11
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 +5514 -7176
- 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/chip/YChip.scss +6 -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 +6 -15
- 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/slider/YSlider.mjs +26 -0
- package/lib/components/slider/YSlider.mjs.map +1 -0
- package/lib/components/slider/index.mjs +2 -0
- package/lib/components/slider/index.mjs.map +1 -0
- 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 +4 -4
- 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 +8 -7
- package/lib/components/table/YDataTableServer.mjs.map +1 -1
- package/lib/components/table/YTable.mjs +14 -19
- package/lib/components/table/YTable.mjs.map +1 -1
- package/lib/components/table/YTable.scss +157 -152
- package/lib/components/table/composibles/header.mjs +10 -3
- 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/measure.mjs +37 -0
- package/lib/components/table/composibles/measure.mjs.map +1 -0
- 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 +13 -5
- 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/color/const.mjs +1 -1
- package/lib/util/color/const.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 +263 -899
- package/types/components/slider/YSlider.d.ts +16 -0
- package/types/components/slider/index.d.ts +0 -0
- 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 +35 -177
- 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 +38 -183
- package/types/components/table/YTable.d.ts +5 -24
- package/types/components/table/composibles/header.d.ts +9 -1
- package/types/components/table/composibles/items.d.ts +3 -3
- package/types/components/table/composibles/measure.d.ts +8 -0
- package/types/components/table/composibles/pagination.d.ts +3 -3
- package/types/components/table/composibles/selection.d.ts +13 -13
- package/types/components/table/composibles/sorting.d.ts +1 -1
- package/types/components/table/types/header.d.ts +1 -0
- 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,3 @@
|
|
|
1
|
-
import { SlotsType } from 'vue';
|
|
2
1
|
|
|
3
2
|
export declare const pressYListItemProps: <Defaults extends {
|
|
4
3
|
theme?: unknown;
|
|
@@ -16,7 +15,7 @@ export declare const pressYListItemProps: <Defaults extends {
|
|
|
16
15
|
} : Omit<{
|
|
17
16
|
type: StringConstructor;
|
|
18
17
|
default: string;
|
|
19
|
-
}, "
|
|
18
|
+
}, "type" | "default"> & {
|
|
20
19
|
type: import('vue').PropType<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
21
20
|
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
22
21
|
};
|
|
@@ -37,24 +36,7 @@ export declare const YListItem: import('vue').DefineComponent<{
|
|
|
37
36
|
};
|
|
38
37
|
onClick: FunctionConstructor;
|
|
39
38
|
disabled: BooleanConstructor;
|
|
40
|
-
}, void,
|
|
39
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
41
40
|
click: (e: MouseEvent) => true;
|
|
42
|
-
}, string
|
|
43
|
-
theme: import('vue').PropType<string>;
|
|
44
|
-
tag: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
default: string;
|
|
47
|
-
};
|
|
48
|
-
onClick: FunctionConstructor;
|
|
49
|
-
disabled: BooleanConstructor;
|
|
50
|
-
}>> & {
|
|
51
|
-
onClick?: ((e: MouseEvent) => any) | undefined;
|
|
52
|
-
}, {
|
|
53
|
-
disabled: boolean;
|
|
54
|
-
tag: string;
|
|
55
|
-
}, SlotsType<{
|
|
56
|
-
default: any;
|
|
57
|
-
leading: any;
|
|
58
|
-
trailing: any;
|
|
59
|
-
}>>;
|
|
41
|
+
}, string>;
|
|
60
42
|
export type YListItem = InstanceType<typeof YListItem>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
|
|
2
|
-
export declare const YSpinnerRing: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
2
|
+
export declare const YSpinnerRing: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
3
3
|
export type YSpinnerRing = InstanceType<typeof YSpinnerRing>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare const YMenuPropOptions: {
|
|
4
4
|
preventCloseBubble: PropType<boolean>;
|
|
@@ -12,14 +12,14 @@ export declare const YMenuPropOptions: {
|
|
|
12
12
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
13
13
|
default: string;
|
|
14
14
|
validator: (val: any) => boolean;
|
|
15
|
-
}, "
|
|
15
|
+
}, "type" | "default"> & {
|
|
16
16
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
17
17
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
18
18
|
};
|
|
19
19
|
coordinateStrategy: Omit<{
|
|
20
20
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
21
21
|
default: string;
|
|
22
|
-
}, "
|
|
22
|
+
}, "type" | "default"> & {
|
|
23
23
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
24
24
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
25
25
|
};
|
|
@@ -66,10 +66,10 @@ export declare const YMenuPropOptions: {
|
|
|
66
66
|
type: PropType<boolean>;
|
|
67
67
|
};
|
|
68
68
|
classes: {
|
|
69
|
-
type: PropType<string | Record<string, any
|
|
69
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
70
70
|
};
|
|
71
71
|
contentClasses: {
|
|
72
|
-
type: PropType<string | Record<string, any
|
|
72
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
73
73
|
};
|
|
74
74
|
closeClickScrim: {
|
|
75
75
|
type: PropType<boolean>;
|
|
@@ -100,7 +100,7 @@ export declare const YMenuPropOptions: {
|
|
|
100
100
|
};
|
|
101
101
|
contained: BooleanConstructor;
|
|
102
102
|
menuClasses: {
|
|
103
|
-
type: PropType<string | Record<string, any
|
|
103
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
104
104
|
};
|
|
105
105
|
openOnClickBase: {
|
|
106
106
|
type: PropType<boolean>;
|
|
@@ -124,7 +124,7 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
124
124
|
is?: import('vue').Component | undefined;
|
|
125
125
|
})>;
|
|
126
126
|
default: string;
|
|
127
|
-
}, "
|
|
127
|
+
}, "type" | "default"> & {
|
|
128
128
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
129
129
|
is?: import('vue').Component | undefined;
|
|
130
130
|
})>>;
|
|
@@ -143,14 +143,14 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
143
143
|
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
144
144
|
default: string;
|
|
145
145
|
validator: (val: any) => boolean;
|
|
146
|
-
}, "
|
|
146
|
+
}, "type" | "default"> & {
|
|
147
147
|
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
148
148
|
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
149
149
|
};
|
|
150
150
|
coordinateStrategy: Omit<{
|
|
151
151
|
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
152
152
|
default: string;
|
|
153
|
-
}, "
|
|
153
|
+
}, "type" | "default"> & {
|
|
154
154
|
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
155
155
|
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
156
156
|
};
|
|
@@ -191,10 +191,10 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
191
191
|
type: PropType<boolean>;
|
|
192
192
|
};
|
|
193
193
|
classes: {
|
|
194
|
-
type: PropType<string | Record<string, any
|
|
194
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
195
195
|
};
|
|
196
196
|
contentClasses: {
|
|
197
|
-
type: PropType<string | Record<string, any
|
|
197
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
198
198
|
};
|
|
199
199
|
closeClickScrim: {
|
|
200
200
|
type: PropType<boolean>;
|
|
@@ -225,7 +225,7 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
225
225
|
};
|
|
226
226
|
contained: BooleanConstructor;
|
|
227
227
|
menuClasses: {
|
|
228
|
-
type: PropType<string | Record<string, any
|
|
228
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
229
229
|
};
|
|
230
230
|
openOnClickBase: {
|
|
231
231
|
type: PropType<boolean>;
|
|
@@ -299,10 +299,10 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
299
299
|
type: PropType<boolean>;
|
|
300
300
|
};
|
|
301
301
|
classes: {
|
|
302
|
-
type: PropType<string | Record<string, any
|
|
302
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
303
303
|
};
|
|
304
304
|
contentClasses: {
|
|
305
|
-
type: PropType<string | Record<string, any
|
|
305
|
+
type: PropType<string | string[] | Record<string, any>>;
|
|
306
306
|
};
|
|
307
307
|
closeClickScrim: {
|
|
308
308
|
type: PropType<boolean>;
|
|
@@ -1950,128 +1950,11 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
1950
1950
|
}>;
|
|
1951
1951
|
layerGroupState: WeakMap<HTMLElement, Set<any>>;
|
|
1952
1952
|
getActiveLayers: () => import('vue').ComponentInternalInstance[];
|
|
1953
|
-
},
|
|
1953
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
1954
1954
|
'update:modelValue': (value: boolean) => true;
|
|
1955
1955
|
'click:complement': (mouseEvent: MouseEvent) => true;
|
|
1956
1956
|
afterLeave: () => true;
|
|
1957
|
-
}, string
|
|
1958
|
-
minWidth: PropType<string | number>;
|
|
1959
|
-
width: PropType<string | number>;
|
|
1960
|
-
maxWidth: PropType<string | number>;
|
|
1961
|
-
minHeight: PropType<string | number>;
|
|
1962
|
-
height: PropType<string | number>;
|
|
1963
|
-
maxHeight: PropType<string | number>;
|
|
1964
|
-
scrollStrategy: {
|
|
1965
|
-
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
1966
|
-
default: string;
|
|
1967
|
-
validator: (val: any) => boolean;
|
|
1968
|
-
};
|
|
1969
|
-
coordinateStrategy: {
|
|
1970
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
1971
|
-
default: string;
|
|
1972
|
-
};
|
|
1973
|
-
position: {
|
|
1974
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
1975
|
-
default: string;
|
|
1976
|
-
};
|
|
1977
|
-
align: {
|
|
1978
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
1979
|
-
default: string;
|
|
1980
|
-
};
|
|
1981
|
-
origin: {
|
|
1982
|
-
type: StringConstructor;
|
|
1983
|
-
default: string;
|
|
1984
|
-
};
|
|
1985
|
-
offset: {
|
|
1986
|
-
type: PropType<string | number | number[]>;
|
|
1987
|
-
};
|
|
1988
|
-
viewportMargin: {
|
|
1989
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
1990
|
-
default: number;
|
|
1991
|
-
};
|
|
1992
|
-
closeClickContent: {
|
|
1993
|
-
type: PropType<boolean>;
|
|
1994
|
-
};
|
|
1995
|
-
base: PropType<import('../layer/base').BaseType>;
|
|
1996
|
-
transition: {
|
|
1997
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
1998
|
-
is?: import('vue').Component | undefined;
|
|
1999
|
-
})>;
|
|
2000
|
-
default: string;
|
|
2001
|
-
};
|
|
2002
|
-
theme: PropType<string>;
|
|
2003
|
-
modelValue: {
|
|
2004
|
-
type: PropType<boolean>;
|
|
2005
|
-
};
|
|
2006
|
-
scrim: {
|
|
2007
|
-
type: PropType<boolean>;
|
|
2008
|
-
};
|
|
2009
|
-
scrimOpacity: {
|
|
2010
|
-
type: PropType<number>;
|
|
2011
|
-
};
|
|
2012
|
-
eager: {
|
|
2013
|
-
type: PropType<boolean>;
|
|
2014
|
-
};
|
|
2015
|
-
classes: {
|
|
2016
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
2017
|
-
};
|
|
2018
|
-
contentClasses: {
|
|
2019
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
2020
|
-
};
|
|
2021
|
-
closeClickScrim: {
|
|
2022
|
-
type: PropType<boolean>;
|
|
2023
|
-
};
|
|
2024
|
-
contentStyles: {
|
|
2025
|
-
type: PropType<import('vue').CSSProperties>;
|
|
2026
|
-
default: () => void;
|
|
2027
|
-
};
|
|
2028
|
-
disabled: {
|
|
2029
|
-
type: PropType<boolean>;
|
|
2030
|
-
default: boolean;
|
|
2031
|
-
};
|
|
2032
|
-
openOnHover: {
|
|
2033
|
-
type: PropType<boolean>;
|
|
2034
|
-
default: boolean;
|
|
2035
|
-
};
|
|
2036
|
-
openDelay: {
|
|
2037
|
-
type: PropType<number>;
|
|
2038
|
-
default: number;
|
|
2039
|
-
};
|
|
2040
|
-
closeDelay: {
|
|
2041
|
-
type: PropType<number>;
|
|
2042
|
-
default: number;
|
|
2043
|
-
};
|
|
2044
|
-
zIndex: {
|
|
2045
|
-
type: PropType<string | number>;
|
|
2046
|
-
default: number;
|
|
2047
|
-
};
|
|
2048
|
-
contained: BooleanConstructor;
|
|
2049
|
-
modal: PropType<boolean>;
|
|
2050
|
-
}>> & {
|
|
2051
|
-
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
2052
|
-
onAfterLeave?: (() => any) | undefined;
|
|
2053
|
-
"onClick:complement"?: ((mouseEvent: MouseEvent) => any) | undefined;
|
|
2054
|
-
}, {
|
|
2055
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2056
|
-
disabled: boolean;
|
|
2057
|
-
closeDelay: number;
|
|
2058
|
-
openDelay: number;
|
|
2059
|
-
transition: string | (import('vue').TransitionProps & {
|
|
2060
|
-
is?: import('vue').Component | undefined;
|
|
2061
|
-
});
|
|
2062
|
-
coordinateStrategy: "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn;
|
|
2063
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2064
|
-
origin: string;
|
|
2065
|
-
viewportMargin: string | number | unknown[];
|
|
2066
|
-
zIndex: string | number;
|
|
2067
|
-
scrollStrategy: "close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition";
|
|
2068
|
-
contentStyles: import('vue').CSSProperties;
|
|
2069
|
-
openOnHover: boolean;
|
|
2070
|
-
contained: boolean;
|
|
2071
|
-
}, SlotsType<{
|
|
2072
|
-
base: any;
|
|
2073
|
-
default: any;
|
|
2074
|
-
}>> | undefined>;
|
|
1957
|
+
}, string> | undefined>;
|
|
2075
1958
|
baseEl: import('vue').ComputedRef<any>;
|
|
2076
1959
|
classes: import('vue').ComputedRef<{
|
|
2077
1960
|
'y-menu': boolean;
|
|
@@ -2082,153 +1965,5 @@ export declare const YMenu: import('vue').DefineComponent<{
|
|
|
2082
1965
|
readonly rxValue: any;
|
|
2083
1966
|
};
|
|
2084
1967
|
hovered: import('vue').ComputedRef<boolean>;
|
|
2085
|
-
},
|
|
2086
|
-
transition: Omit<{
|
|
2087
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
2088
|
-
is?: import('vue').Component | undefined;
|
|
2089
|
-
})>;
|
|
2090
|
-
default: string;
|
|
2091
|
-
}, "default" | "type"> & {
|
|
2092
|
-
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
2093
|
-
is?: import('vue').Component | undefined;
|
|
2094
|
-
})>>;
|
|
2095
|
-
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
2096
|
-
is?: import('vue').Component | undefined;
|
|
2097
|
-
})>;
|
|
2098
|
-
};
|
|
2099
|
-
preventCloseBubble: PropType<boolean>;
|
|
2100
|
-
minWidth: PropType<string | number>;
|
|
2101
|
-
width: PropType<string | number>;
|
|
2102
|
-
maxWidth: PropType<string | number>;
|
|
2103
|
-
minHeight: PropType<string | number>;
|
|
2104
|
-
height: PropType<string | number>;
|
|
2105
|
-
maxHeight: PropType<string | number>;
|
|
2106
|
-
scrollStrategy: Omit<{
|
|
2107
|
-
type: PropType<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2108
|
-
default: string;
|
|
2109
|
-
validator: (val: any) => boolean;
|
|
2110
|
-
}, "default" | "type"> & {
|
|
2111
|
-
type: PropType<NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">>;
|
|
2112
|
-
default: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2113
|
-
};
|
|
2114
|
-
coordinateStrategy: Omit<{
|
|
2115
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2116
|
-
default: string;
|
|
2117
|
-
}, "default" | "type"> & {
|
|
2118
|
-
type: PropType<NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>>;
|
|
2119
|
-
default: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2120
|
-
};
|
|
2121
|
-
position: {
|
|
2122
|
-
type: PropType<"default" | "top" | "bottom" | "start" | "end" | "left" | "right">;
|
|
2123
|
-
default: string;
|
|
2124
|
-
};
|
|
2125
|
-
align: {
|
|
2126
|
-
type: PropType<"top" | "bottom" | "start" | "end" | "center">;
|
|
2127
|
-
default: string;
|
|
2128
|
-
};
|
|
2129
|
-
origin: {
|
|
2130
|
-
type: StringConstructor;
|
|
2131
|
-
default: string;
|
|
2132
|
-
};
|
|
2133
|
-
offset: {
|
|
2134
|
-
type: PropType<string | number | number[]>;
|
|
2135
|
-
};
|
|
2136
|
-
viewportMargin: {
|
|
2137
|
-
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
2138
|
-
default: number;
|
|
2139
|
-
};
|
|
2140
|
-
closeClickContent: {
|
|
2141
|
-
type: PropType<boolean>;
|
|
2142
|
-
};
|
|
2143
|
-
base: PropType<import('../layer/base').BaseType>;
|
|
2144
|
-
theme: PropType<string>;
|
|
2145
|
-
modelValue: {
|
|
2146
|
-
type: PropType<boolean>;
|
|
2147
|
-
};
|
|
2148
|
-
scrim: {
|
|
2149
|
-
type: PropType<boolean>;
|
|
2150
|
-
};
|
|
2151
|
-
scrimOpacity: {
|
|
2152
|
-
type: PropType<number>;
|
|
2153
|
-
};
|
|
2154
|
-
eager: {
|
|
2155
|
-
type: PropType<boolean>;
|
|
2156
|
-
};
|
|
2157
|
-
classes: {
|
|
2158
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
2159
|
-
};
|
|
2160
|
-
contentClasses: {
|
|
2161
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
2162
|
-
};
|
|
2163
|
-
closeClickScrim: {
|
|
2164
|
-
type: PropType<boolean>;
|
|
2165
|
-
};
|
|
2166
|
-
contentStyles: {
|
|
2167
|
-
type: PropType<import('vue').CSSProperties>;
|
|
2168
|
-
default: () => void;
|
|
2169
|
-
};
|
|
2170
|
-
disabled: {
|
|
2171
|
-
type: PropType<boolean>;
|
|
2172
|
-
default: boolean;
|
|
2173
|
-
};
|
|
2174
|
-
openOnHover: {
|
|
2175
|
-
type: PropType<boolean>;
|
|
2176
|
-
default: boolean;
|
|
2177
|
-
};
|
|
2178
|
-
openDelay: {
|
|
2179
|
-
type: PropType<number>;
|
|
2180
|
-
default: number;
|
|
2181
|
-
};
|
|
2182
|
-
closeDelay: {
|
|
2183
|
-
type: PropType<number>;
|
|
2184
|
-
default: number;
|
|
2185
|
-
};
|
|
2186
|
-
zIndex: {
|
|
2187
|
-
type: PropType<string | number>;
|
|
2188
|
-
default: number;
|
|
2189
|
-
};
|
|
2190
|
-
contained: BooleanConstructor;
|
|
2191
|
-
menuClasses: {
|
|
2192
|
-
type: PropType<string | Record<string, any> | string[]>;
|
|
2193
|
-
};
|
|
2194
|
-
openOnClickBase: {
|
|
2195
|
-
type: PropType<boolean>;
|
|
2196
|
-
default: boolean;
|
|
2197
|
-
};
|
|
2198
|
-
closeCondition: {
|
|
2199
|
-
type: (BooleanConstructor | FunctionConstructor)[];
|
|
2200
|
-
default: undefined;
|
|
2201
|
-
};
|
|
2202
|
-
preventClip: {
|
|
2203
|
-
type: PropType<boolean>;
|
|
2204
|
-
default: boolean;
|
|
2205
|
-
};
|
|
2206
|
-
}>> & {
|
|
2207
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
2208
|
-
onAfterLeave?: ((...args: any[]) => any) | undefined;
|
|
2209
|
-
onHoverContent?: ((...args: any[]) => any) | undefined;
|
|
2210
|
-
}, {
|
|
2211
|
-
align: "top" | "bottom" | "start" | "end" | "center";
|
|
2212
|
-
disabled: boolean;
|
|
2213
|
-
closeDelay: number;
|
|
2214
|
-
openDelay: number;
|
|
2215
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
2216
|
-
is?: import('vue').Component | undefined;
|
|
2217
|
-
})>;
|
|
2218
|
-
coordinateStrategy: NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
2219
|
-
position: "default" | "top" | "bottom" | "start" | "end" | "left" | "right";
|
|
2220
|
-
origin: string;
|
|
2221
|
-
viewportMargin: string | number | unknown[];
|
|
2222
|
-
zIndex: string | number;
|
|
2223
|
-
scrollStrategy: NonNullable<"close" | "none" | "block" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "reposition">;
|
|
2224
|
-
contentStyles: import('vue').CSSProperties;
|
|
2225
|
-
openOnHover: boolean;
|
|
2226
|
-
contained: boolean;
|
|
2227
|
-
preventClip: boolean;
|
|
2228
|
-
openOnClickBase: boolean;
|
|
2229
|
-
closeCondition: boolean | Function;
|
|
2230
|
-
}, SlotsType<{
|
|
2231
|
-
default: any;
|
|
2232
|
-
base: any;
|
|
2233
|
-
}>>;
|
|
1968
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "afterLeave" | "hoverContent")[], "update:modelValue" | "afterLeave" | "hoverContent">;
|
|
2234
1969
|
export type YMenu = InstanceType<typeof YMenu>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const YNavigation: import('vue').DefineComponent<{}, import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
1
|
+
export declare const YNavigation: import('vue').DefineComponent<{}, import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -20,7 +20,7 @@ export declare const pressYPaginationProps: <Defaults extends {
|
|
|
20
20
|
} : Omit<{
|
|
21
21
|
type: (NumberConstructor | StringConstructor)[];
|
|
22
22
|
default: number;
|
|
23
|
-
}, "
|
|
23
|
+
}, "type" | "default"> & {
|
|
24
24
|
type: PropType<unknown extends Defaults["start"] ? string | number : NonNullable<string | number> | Defaults["start"]>;
|
|
25
25
|
default: unknown extends Defaults["start"] ? string | number : NonNullable<string | number> | Defaults["start"];
|
|
26
26
|
};
|
|
@@ -30,7 +30,7 @@ export declare const pressYPaginationProps: <Defaults extends {
|
|
|
30
30
|
} : Omit<{
|
|
31
31
|
type: NumberConstructor;
|
|
32
32
|
default: (props: any) => number;
|
|
33
|
-
}, "
|
|
33
|
+
}, "type" | "default"> & {
|
|
34
34
|
type: PropType<unknown extends Defaults["modelValue"] ? number : number | Defaults["modelValue"]>;
|
|
35
35
|
default: unknown extends Defaults["modelValue"] ? number : number | Defaults["modelValue"];
|
|
36
36
|
};
|
|
@@ -46,7 +46,7 @@ export declare const pressYPaginationProps: <Defaults extends {
|
|
|
46
46
|
type: (NumberConstructor | StringConstructor)[];
|
|
47
47
|
default: number;
|
|
48
48
|
validator: (val: number) => boolean;
|
|
49
|
-
}, "
|
|
49
|
+
}, "type" | "default"> & {
|
|
50
50
|
type: PropType<unknown extends Defaults["length"] ? string | number : NonNullable<string | number> | Defaults["length"]>;
|
|
51
51
|
default: unknown extends Defaults["length"] ? string | number : NonNullable<string | number> | Defaults["length"];
|
|
52
52
|
};
|
|
@@ -68,7 +68,7 @@ export declare const pressYPaginationProps: <Defaults extends {
|
|
|
68
68
|
} : Omit<{
|
|
69
69
|
type: (NumberConstructor | StringConstructor)[];
|
|
70
70
|
default: number;
|
|
71
|
-
}, "
|
|
71
|
+
}, "type" | "default"> & {
|
|
72
72
|
type: PropType<unknown extends Defaults["gap"] ? string | number : NonNullable<string | number> | Defaults["gap"]>;
|
|
73
73
|
default: unknown extends Defaults["gap"] ? string | number : NonNullable<string | number> | Defaults["gap"];
|
|
74
74
|
};
|
|
@@ -90,7 +90,7 @@ export declare const pressYPaginationProps: <Defaults extends {
|
|
|
90
90
|
} : Omit<{
|
|
91
91
|
type: PropType<"start" | "end" | "center">;
|
|
92
92
|
default: string;
|
|
93
|
-
}, "
|
|
93
|
+
}, "type" | "default"> & {
|
|
94
94
|
type: PropType<unknown extends Defaults["align"] ? "start" | "end" | "center" : Defaults["align"] | NonNullable<"start" | "end" | "center">>;
|
|
95
95
|
default: unknown extends Defaults["align"] ? "start" | "end" | "center" : Defaults["align"] | NonNullable<"start" | "end" | "center">;
|
|
96
96
|
};
|
|
@@ -130,48 +130,8 @@ export declare const YPagination: import('vue').DefineComponent<{
|
|
|
130
130
|
readonly rxValue: any;
|
|
131
131
|
};
|
|
132
132
|
refs: import('vue').Ref<(ComponentPublicInstance | undefined)[]>;
|
|
133
|
-
},
|
|
133
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
134
134
|
'update:modelValue': (value: number) => true;
|
|
135
135
|
change: (value: number, control?: string) => true;
|
|
136
|
-
}, string
|
|
137
|
-
start: {
|
|
138
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
139
|
-
default: number;
|
|
140
|
-
};
|
|
141
|
-
modelValue: {
|
|
142
|
-
type: NumberConstructor;
|
|
143
|
-
default: (props: any) => number;
|
|
144
|
-
};
|
|
145
|
-
disabled: BooleanConstructor;
|
|
146
|
-
length: {
|
|
147
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
148
|
-
default: number;
|
|
149
|
-
validator: (val: number) => boolean;
|
|
150
|
-
};
|
|
151
|
-
totalVisible: (NumberConstructor | StringConstructor)[];
|
|
152
|
-
maxVisible: (NumberConstructor | StringConstructor)[];
|
|
153
|
-
showEndButton: BooleanConstructor;
|
|
154
|
-
gap: {
|
|
155
|
-
type: (NumberConstructor | StringConstructor)[];
|
|
156
|
-
default: number;
|
|
157
|
-
};
|
|
158
|
-
color: StringConstructor;
|
|
159
|
-
activeColor: StringConstructor;
|
|
160
|
-
buttonVariation: StringConstructor[];
|
|
161
|
-
align: {
|
|
162
|
-
type: PropType<"start" | "end" | "center">;
|
|
163
|
-
default: string;
|
|
164
|
-
};
|
|
165
|
-
}>> & {
|
|
166
|
-
onChange?: ((value: number, control?: string | undefined) => any) | undefined;
|
|
167
|
-
"onUpdate:modelValue"?: ((value: number) => any) | undefined;
|
|
168
|
-
}, {
|
|
169
|
-
length: string | number;
|
|
170
|
-
start: string | number;
|
|
171
|
-
align: "start" | "end" | "center";
|
|
172
|
-
disabled: boolean;
|
|
173
|
-
modelValue: number;
|
|
174
|
-
gap: string | number;
|
|
175
|
-
showEndButton: boolean;
|
|
176
|
-
}, {}>;
|
|
136
|
+
}, string>;
|
|
177
137
|
export type YPagination = InstanceType<typeof YPagination>;
|
|
@@ -5,7 +5,5 @@ import { PropType } from 'vue';
|
|
|
5
5
|
*/
|
|
6
6
|
export declare const YPlate: import('vue').DefineComponent<{
|
|
7
7
|
variation: PropType<Record<string, any>>;
|
|
8
|
-
}, void,
|
|
9
|
-
variation: PropType<Record<string, any>>;
|
|
10
|
-
}>>, {}, {}>;
|
|
8
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
11
9
|
export type YPlate = InstanceType<typeof YPlate>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare const YProgressBar: import('vue').DefineComponent<{
|
|
4
4
|
value: {
|
|
@@ -33,46 +33,6 @@ export declare const YProgressBar: import('vue').DefineComponent<{
|
|
|
33
33
|
reverse: BooleanConstructor;
|
|
34
34
|
}, {
|
|
35
35
|
numValue: import('vue').ComputedRef<number>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}, {
|
|
39
|
-
classes(): Record<string, boolean>;
|
|
40
|
-
leadColor(): string;
|
|
41
|
-
styles(): StyleValue;
|
|
42
|
-
}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
|
|
43
|
-
value: {
|
|
44
|
-
type: PropType<number>;
|
|
45
|
-
};
|
|
46
|
-
rounded: {
|
|
47
|
-
type: PropType<boolean>;
|
|
48
|
-
};
|
|
49
|
-
height: {
|
|
50
|
-
type: PropType<number>;
|
|
51
|
-
};
|
|
52
|
-
noRewindTransition: {
|
|
53
|
-
type: PropType<boolean>;
|
|
54
|
-
};
|
|
55
|
-
outlined: {
|
|
56
|
-
type: PropType<boolean>;
|
|
57
|
-
};
|
|
58
|
-
innerText: {
|
|
59
|
-
type: PropType<boolean>;
|
|
60
|
-
};
|
|
61
|
-
color: {
|
|
62
|
-
type: PropType<string>;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
textColor: {
|
|
66
|
-
type: PropType<string>;
|
|
67
|
-
};
|
|
68
|
-
outlineColor: {
|
|
69
|
-
type: PropType<string>;
|
|
70
|
-
};
|
|
71
|
-
indeterminate: BooleanConstructor;
|
|
72
|
-
reverse: BooleanConstructor;
|
|
73
|
-
}>>, {
|
|
74
|
-
reverse: boolean;
|
|
75
|
-
color: string;
|
|
76
|
-
indeterminate: boolean;
|
|
77
|
-
}, {}>;
|
|
36
|
+
delta: import('vue').ShallowRef<number>;
|
|
37
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
78
38
|
export type YProgressBar = InstanceType<typeof YProgressBar>;
|