yuyeon 0.1.2-rc.2 → 0.2.0
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 +5052 -6665
- package/dist/yuyeon.umd.cjs +4 -26
- package/lib/abstract/items.mjs +1 -1
- package/lib/abstract/items.mjs.map +1 -1
- package/lib/components/alert/YAlert.mjs +2 -1
- 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 +2 -2
- 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 +2 -2
- 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 +4 -3
- 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 +4 -3
- 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 +2 -3
- 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 +1 -1
- package/lib/components/layer/base.mjs.map +1 -1
- package/lib/components/layer/content.mjs +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 +3 -4
- 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 +3 -2
- 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 +1 -1
- package/lib/components/table/composibles/header.mjs.map +1 -1
- package/lib/components/table/composibles/items.mjs +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 +1 -1
- package/lib/components/table/composibles/pagination.mjs.map +1 -1
- package/lib/components/table/composibles/selection.mjs +2 -2
- 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 +2 -3
- 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 +4 -4
- 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 +3 -2
- 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 +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/index.mjs +1 -1
- package/lib/composables/coordinate/index.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 +2 -2
- 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 +99 -0
- package/lib/composables/defaults/index.mjs.map +1 -0
- package/lib/composables/defaults/share.mjs +2 -0
- package/lib/composables/defaults/share.mjs.map +1 -0
- package/lib/composables/defaults/types.mjs +2 -0
- package/lib/composables/defaults/types.mjs.map +1 -0
- package/lib/composables/dimension.mjs +1 -1
- package/lib/composables/dimension.mjs.map +1 -1
- package/lib/composables/focus.mjs +2 -2
- package/lib/composables/focus.mjs.map +1 -1
- package/lib/composables/form.mjs +1 -1
- package/lib/composables/form.mjs.map +1 -1
- package/lib/composables/i18n/index.mjs +2 -2
- 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 +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 +2 -4
- 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 +2 -2
- 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 +7 -2
- 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 +22 -0
- package/lib/util/component/component.mjs.map +1 -0
- package/lib/util/component/index.mjs +65 -0
- package/lib/util/component/index.mjs.map +1 -0
- package/lib/util/component/inject-self.mjs +10 -0
- package/lib/util/component/inject-self.mjs.map +1 -0
- package/lib/util/component/props.mjs +41 -0
- package/lib/util/component/props.mjs.map +1 -0
- package/lib/util/component/types.mjs +2 -0
- package/lib/util/component/types.mjs.map +1 -0
- package/lib/util/date/index.mjs.map +1 -1
- package/lib/util/dom.mjs.map +1 -1
- package/lib/util/index.mjs +1 -1
- package/lib/util/index.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/lib/util/vue-component/index.mjs +63 -0
- package/lib/util/vue-component/index.mjs.map +1 -0
- package/lib/util/vue-component/props.mjs +37 -0
- package/lib/util/vue-component/props.mjs.map +1 -0
- package/lib/util/vue-component/types.mjs +2 -0
- package/lib/util/vue-component/types.mjs.map +1 -0
- package/package.json +1 -1
- package/types/abstract/items.d.ts +4 -4
- package/types/components/alert/YAlert.d.ts +2 -13
- package/types/components/app/YApp.d.ts +1 -1
- package/types/components/badge/YBadge.d.ts +7 -41
- 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 +2 -13
- package/types/components/date-picker/YDateCalendar.d.ts +7 -35
- package/types/components/date-picker/YDatePicker.d.ts +19 -48
- package/types/components/date-picker/YDatePickerControl.d.ts +12 -44
- package/types/components/date-picker/YMonthPicker.d.ts +3 -7
- package/types/components/date-picker/YYearPicker.d.ts +3 -9
- package/types/components/dialog/YDialog.d.ts +66 -309
- package/types/components/divider/YDivider.d.ts +1 -3
- package/types/components/dropdown/YDropdown.d.ts +68 -241
- package/types/components/field-input/YFieldInput.d.ts +16 -122
- 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 +6 -21
- 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 +13 -101
- package/types/components/ip-field/YIpv4Field.d.ts +3 -71
- package/types/components/layer/YLayer.d.ts +38 -155
- 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 +20 -285
- package/types/components/navigation/YNavigation.d.ts +1 -1
- package/types/components/pagination/YPagination.d.ts +20 -60
- 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 +220 -844
- package/types/components/snackbar/YSnackbar.d.ts +43 -168
- 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 +20 -116
- package/types/components/tooltip/YTooltip.d.ts +30 -264
- package/types/components/tree-view/YTreeView.d.ts +4 -4
- 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 +8 -8
- package/types/composables/coordinate/utils/point.d.ts +1 -1
- package/types/composables/defaults/index.d.ts +11 -0
- package/types/composables/defaults/share.d.ts +4 -0
- package/types/composables/defaults/types.d.ts +12 -0
- package/types/composables/form.d.ts +3 -3
- 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/globals.d.ts +1 -0
- package/types/util/Rect.d.ts +1 -1
- package/types/util/component/component.d.ts +5 -0
- package/types/util/component/index.d.ts +11 -0
- package/types/util/component/inject-self.d.ts +3 -0
- package/types/util/component/props.d.ts +32 -0
- package/types/util/component/types.d.ts +21 -0
- package/types/util/index.d.ts +1 -1
- package/types/util/vue-component/index.d.ts +10 -0
- package/types/util/vue-component/props.d.ts +31 -0
- package/types/util/vue-component/types.d.ts +4 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { PropType
|
|
2
|
-
import { YInputDefaultSlotProps } from '../input';
|
|
1
|
+
import { PropType } from 'vue';
|
|
3
2
|
|
|
4
3
|
export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
5
4
|
extended?: unknown;
|
|
@@ -62,7 +61,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
62
61
|
} : Omit<{
|
|
63
62
|
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
64
63
|
validator(value: string): boolean;
|
|
65
|
-
}, "
|
|
64
|
+
}, "type" | "default"> & {
|
|
66
65
|
type: PropType<unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"]>;
|
|
67
66
|
default: unknown extends Defaults["status"] ? "error" | "warning" | "success" | undefined : NonNullable<"error" | "warning" | "success" | undefined> | Defaults["status"];
|
|
68
67
|
};
|
|
@@ -78,7 +77,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
78
77
|
type: PropType<string>;
|
|
79
78
|
} : Omit<{
|
|
80
79
|
type: PropType<string>;
|
|
81
|
-
}, "
|
|
80
|
+
}, "type" | "default"> & {
|
|
82
81
|
type: PropType<unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"]>;
|
|
83
82
|
default: unknown extends Defaults["validateOn"] ? string : string | Defaults["validateOn"];
|
|
84
83
|
};
|
|
@@ -92,7 +91,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
92
91
|
} : Omit<{
|
|
93
92
|
type: PropType<string | number>;
|
|
94
93
|
default: number;
|
|
95
|
-
}, "
|
|
94
|
+
}, "type" | "default"> & {
|
|
96
95
|
type: PropType<unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"]>;
|
|
97
96
|
default: unknown extends Defaults["maxErrors"] ? string | number : NonNullable<string | number> | Defaults["maxErrors"];
|
|
98
97
|
};
|
|
@@ -104,11 +103,11 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
104
103
|
type: PropType<string | number>;
|
|
105
104
|
} : Omit<{
|
|
106
105
|
type: PropType<string | number>;
|
|
107
|
-
}, "
|
|
106
|
+
}, "type" | "default"> & {
|
|
108
107
|
type: PropType<unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"]>;
|
|
109
108
|
default: unknown extends Defaults["width"] ? string | number : NonNullable<string | number> | Defaults["width"];
|
|
110
109
|
};
|
|
111
|
-
height: unknown extends Defaults["height"] ? (
|
|
110
|
+
height: unknown extends Defaults["height"] ? (NumberConstructor | StringConstructor)[] : {
|
|
112
111
|
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
113
112
|
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
114
113
|
};
|
|
@@ -118,7 +117,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
118
117
|
} : Omit<{
|
|
119
118
|
type: PropType<string>;
|
|
120
119
|
default: string;
|
|
121
|
-
}, "
|
|
120
|
+
}, "type" | "default"> & {
|
|
122
121
|
type: PropType<unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"]>;
|
|
123
122
|
default: unknown extends Defaults["displayTag"] ? string : string | Defaults["displayTag"];
|
|
124
123
|
};
|
|
@@ -130,7 +129,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
130
129
|
type: PropType<any>;
|
|
131
130
|
} : Omit<{
|
|
132
131
|
type: PropType<any>;
|
|
133
|
-
}, "
|
|
132
|
+
}, "type" | "default"> & {
|
|
134
133
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
135
134
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
136
135
|
};
|
|
@@ -140,7 +139,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
140
139
|
} : Omit<{
|
|
141
140
|
type: PropType<boolean>;
|
|
142
141
|
default: boolean;
|
|
143
|
-
}, "
|
|
142
|
+
}, "type" | "default"> & {
|
|
144
143
|
type: PropType<unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"]>;
|
|
145
144
|
default: unknown extends Defaults["autoSelect"] ? boolean : boolean | Defaults["autoSelect"];
|
|
146
145
|
};
|
|
@@ -150,7 +149,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
150
149
|
} : Omit<{
|
|
151
150
|
type: PropType<boolean>;
|
|
152
151
|
default: boolean;
|
|
153
|
-
}, "
|
|
152
|
+
}, "type" | "default"> & {
|
|
154
153
|
type: PropType<unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"]>;
|
|
155
154
|
default: unknown extends Defaults["floating"] ? boolean : boolean | Defaults["floating"];
|
|
156
155
|
};
|
|
@@ -160,7 +159,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
160
159
|
} : Omit<{
|
|
161
160
|
type: PropType<boolean>;
|
|
162
161
|
default: () => false;
|
|
163
|
-
}, "
|
|
162
|
+
}, "type" | "default"> & {
|
|
164
163
|
type: PropType<unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"]>;
|
|
165
164
|
default: unknown extends Defaults["floated"] ? boolean : boolean | Defaults["floated"];
|
|
166
165
|
};
|
|
@@ -182,7 +181,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
182
181
|
} : Omit<{
|
|
183
182
|
type: PropType<string>;
|
|
184
183
|
default: string;
|
|
185
|
-
}, "
|
|
184
|
+
}, "type" | "default"> & {
|
|
186
185
|
type: PropType<unknown extends Defaults["variation"] ? string : string | Defaults["variation"]>;
|
|
187
186
|
default: unknown extends Defaults["variation"] ? string : string | Defaults["variation"];
|
|
188
187
|
};
|
|
@@ -220,7 +219,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
220
219
|
} : Omit<{
|
|
221
220
|
type: PropType<string>;
|
|
222
221
|
default: string;
|
|
223
|
-
}, "
|
|
222
|
+
}, "type" | "default"> & {
|
|
224
223
|
type: PropType<unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"]>;
|
|
225
224
|
default: unknown extends Defaults["tabindex"] ? string : string | Defaults["tabindex"];
|
|
226
225
|
};
|
|
@@ -230,7 +229,7 @@ export declare const pressYFieldInputPropsOptions: <Defaults extends {
|
|
|
230
229
|
} : Omit<{
|
|
231
230
|
type: PropType<string>;
|
|
232
231
|
default: string;
|
|
233
|
-
}, "
|
|
232
|
+
}, "type" | "default"> & {
|
|
234
233
|
type: PropType<unknown extends Defaults["type"] ? string : string | Defaults["type"]>;
|
|
235
234
|
default: unknown extends Defaults["type"] ? string : string | Defaults["type"];
|
|
236
235
|
};
|
|
@@ -259,7 +258,7 @@ export declare const YFieldInput: import('vue').DefineComponent<{
|
|
|
259
258
|
width: {
|
|
260
259
|
type: PropType<string | number>;
|
|
261
260
|
};
|
|
262
|
-
height: (
|
|
261
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
263
262
|
displayTag: {
|
|
264
263
|
type: PropType<string>;
|
|
265
264
|
default: string;
|
|
@@ -307,110 +306,5 @@ export declare const YFieldInput: import('vue').DefineComponent<{
|
|
|
307
306
|
readonly rxValue: any;
|
|
308
307
|
};
|
|
309
308
|
inValue: import('vue').Ref<any>;
|
|
310
|
-
},
|
|
311
|
-
extended: PropType<any>;
|
|
312
|
-
focused: BooleanConstructor;
|
|
313
|
-
'onUpdate:focused': PropType<(v: boolean) => void>;
|
|
314
|
-
readonly: PropType<boolean>;
|
|
315
|
-
disabled: PropType<boolean>;
|
|
316
|
-
status: {
|
|
317
|
-
type: PropType<"error" | "warning" | "success" | undefined>;
|
|
318
|
-
validator(value: string): boolean;
|
|
319
|
-
};
|
|
320
|
-
helperText: StringConstructor;
|
|
321
|
-
validators: PropType<string[] | ((v: any) => string | boolean)[]>;
|
|
322
|
-
validateOn: {
|
|
323
|
-
type: PropType<string>;
|
|
324
|
-
};
|
|
325
|
-
validationValue: null;
|
|
326
|
-
maxErrors: {
|
|
327
|
-
type: PropType<string | number>;
|
|
328
|
-
default: number;
|
|
329
|
-
};
|
|
330
|
-
name: StringConstructor;
|
|
331
|
-
width: {
|
|
332
|
-
type: PropType<string | number>;
|
|
333
|
-
};
|
|
334
|
-
height: (StringConstructor | NumberConstructor)[];
|
|
335
|
-
displayTag: {
|
|
336
|
-
type: PropType<string>;
|
|
337
|
-
default: string;
|
|
338
|
-
};
|
|
339
|
-
label: PropType<string>;
|
|
340
|
-
modelValue: {
|
|
341
|
-
type: PropType<any>;
|
|
342
|
-
};
|
|
343
|
-
autoSelect: {
|
|
344
|
-
type: PropType<boolean>;
|
|
345
|
-
default: boolean;
|
|
346
|
-
};
|
|
347
|
-
floating: {
|
|
348
|
-
type: PropType<boolean>;
|
|
349
|
-
default: boolean;
|
|
350
|
-
};
|
|
351
|
-
floated: {
|
|
352
|
-
type: PropType<boolean>;
|
|
353
|
-
default: () => false;
|
|
354
|
-
};
|
|
355
|
-
placeholder: PropType<string>;
|
|
356
|
-
required: PropType<boolean>;
|
|
357
|
-
loading: PropType<boolean>;
|
|
358
|
-
variation: {
|
|
359
|
-
type: PropType<string>;
|
|
360
|
-
default: string;
|
|
361
|
-
};
|
|
362
|
-
outlined: PropType<boolean>;
|
|
363
|
-
filled: PropType<boolean>;
|
|
364
|
-
ceramic: PropType<boolean>;
|
|
365
|
-
enableClear: PropType<boolean>;
|
|
366
|
-
inputAlign: PropType<string>;
|
|
367
|
-
displayText: PropType<string | ((value: any) => string)>;
|
|
368
|
-
whenInputValid: PropType<number | boolean>;
|
|
369
|
-
tabindex: {
|
|
370
|
-
type: PropType<string>;
|
|
371
|
-
default: string;
|
|
372
|
-
};
|
|
373
|
-
type: {
|
|
374
|
-
type: PropType<string>;
|
|
375
|
-
default: string;
|
|
376
|
-
};
|
|
377
|
-
}>> & {
|
|
378
|
-
onInput?: ((...args: any[]) => any) | undefined;
|
|
379
|
-
onBlur?: ((...args: any[]) => any) | undefined;
|
|
380
|
-
onChange?: ((...args: any[]) => any) | undefined;
|
|
381
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
382
|
-
onFocus?: ((...args: any[]) => any) | undefined;
|
|
383
|
-
onKeydown?: ((...args: any[]) => any) | undefined;
|
|
384
|
-
onKeyup?: ((...args: any[]) => any) | undefined;
|
|
385
|
-
onMousedown?: ((...args: any[]) => any) | undefined;
|
|
386
|
-
onMouseup?: ((...args: any[]) => any) | undefined;
|
|
387
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
388
|
-
"onUpdate:focused"?: ((...args: any[]) => any) | undefined;
|
|
389
|
-
"onMousedown:display"?: ((...args: any[]) => any) | undefined;
|
|
390
|
-
}, {
|
|
391
|
-
type: string;
|
|
392
|
-
variation: string;
|
|
393
|
-
focused: boolean;
|
|
394
|
-
maxErrors: string | number;
|
|
395
|
-
displayTag: string;
|
|
396
|
-
autoSelect: boolean;
|
|
397
|
-
floating: boolean;
|
|
398
|
-
floated: boolean;
|
|
399
|
-
tabindex: string;
|
|
400
|
-
}, SlotsType<{
|
|
401
|
-
prepend: any;
|
|
402
|
-
append: any;
|
|
403
|
-
label: any;
|
|
404
|
-
default: 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
|
-
};
|
|
415
|
-
}>>;
|
|
309
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mousedown" | "mouseup" | "mousedown:display" | "update:modelValue" | "update:focused")[], "input" | "blur" | "change" | "click" | "focus" | "keydown" | "keyup" | "mousedown" | "mouseup" | "mousedown:display" | "update:modelValue" | "update:focused">;
|
|
416
310
|
export type YFieldInput = InstanceType<typeof YFieldInput>;
|
|
@@ -12,31 +12,9 @@ export declare const YForm: import('vue').DefineComponent<{
|
|
|
12
12
|
type: import('vue').PropType<string>;
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
|
-
}, void,
|
|
15
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
16
16
|
'update:modelValue': (val: boolean | null) => true;
|
|
17
17
|
submit: (e: SubmitEventPromise) => true;
|
|
18
18
|
'keydown.enter': (e: Event) => true;
|
|
19
|
-
}, string
|
|
20
|
-
readonly: BooleanConstructor;
|
|
21
|
-
disabled: BooleanConstructor;
|
|
22
|
-
loading: BooleanConstructor;
|
|
23
|
-
modelValue: {
|
|
24
|
-
type: import('vue').PropType<boolean | null>;
|
|
25
|
-
default: null;
|
|
26
|
-
};
|
|
27
|
-
validateOn: {
|
|
28
|
-
type: import('vue').PropType<string>;
|
|
29
|
-
default: string;
|
|
30
|
-
};
|
|
31
|
-
}>> & {
|
|
32
|
-
onSubmit?: ((e: SubmitEventPromise) => any) | undefined;
|
|
33
|
-
"onUpdate:modelValue"?: ((val: boolean | null) => any) | undefined;
|
|
34
|
-
"onKeydown.enter"?: ((e: Event) => any) | undefined;
|
|
35
|
-
}, {
|
|
36
|
-
modelValue: boolean | null;
|
|
37
|
-
disabled: boolean;
|
|
38
|
-
loading: boolean;
|
|
39
|
-
validateOn: string;
|
|
40
|
-
readonly: boolean;
|
|
41
|
-
}, {}>;
|
|
19
|
+
}, string>;
|
|
42
20
|
export type YForm = InstanceType<typeof YForm>;
|
|
@@ -14,7 +14,7 @@ export declare const pressYHoverPropsOptions: <Defaults extends {
|
|
|
14
14
|
} : Omit<{
|
|
15
15
|
type: BooleanConstructor;
|
|
16
16
|
default: undefined;
|
|
17
|
-
}, "
|
|
17
|
+
}, "type" | "default"> & {
|
|
18
18
|
type: import('vue').PropType<unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"]>;
|
|
19
19
|
default: unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"];
|
|
20
20
|
};
|
|
@@ -24,7 +24,7 @@ export declare const pressYHoverPropsOptions: <Defaults extends {
|
|
|
24
24
|
} : Omit<{
|
|
25
25
|
type: NumberConstructor;
|
|
26
26
|
default: number;
|
|
27
|
-
}, "
|
|
27
|
+
}, "type" | "default"> & {
|
|
28
28
|
type: import('vue').PropType<unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"]>;
|
|
29
29
|
default: unknown extends Defaults["openDelay"] ? number : number | Defaults["openDelay"];
|
|
30
30
|
};
|
|
@@ -34,7 +34,7 @@ export declare const pressYHoverPropsOptions: <Defaults extends {
|
|
|
34
34
|
} : Omit<{
|
|
35
35
|
type: NumberConstructor;
|
|
36
36
|
default: number;
|
|
37
|
-
}, "
|
|
37
|
+
}, "type" | "default"> & {
|
|
38
38
|
type: import('vue').PropType<unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"]>;
|
|
39
39
|
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
40
40
|
};
|
|
@@ -53,27 +53,5 @@ export declare const YHover: import('vue').DefineComponent<{
|
|
|
53
53
|
type: NumberConstructor;
|
|
54
54
|
default: number;
|
|
55
55
|
};
|
|
56
|
-
}, void,
|
|
57
|
-
disabled: BooleanConstructor;
|
|
58
|
-
modelValue: {
|
|
59
|
-
type: BooleanConstructor;
|
|
60
|
-
default: undefined;
|
|
61
|
-
};
|
|
62
|
-
openDelay: {
|
|
63
|
-
type: NumberConstructor;
|
|
64
|
-
default: number;
|
|
65
|
-
};
|
|
66
|
-
closeDelay: {
|
|
67
|
-
type: NumberConstructor;
|
|
68
|
-
default: number;
|
|
69
|
-
};
|
|
70
|
-
}>> & {
|
|
71
|
-
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
72
|
-
onHover?: ((...args: any[]) => any) | undefined;
|
|
73
|
-
}, {
|
|
74
|
-
modelValue: boolean;
|
|
75
|
-
disabled: boolean;
|
|
76
|
-
closeDelay: number;
|
|
77
|
-
openDelay: number;
|
|
78
|
-
}, {}>;
|
|
56
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("update:modelValue" | "hover")[], "update:modelValue" | "hover">;
|
|
79
57
|
export type YHover = InstanceType<typeof YHover>;
|
|
@@ -32,15 +32,15 @@ export declare const pressYIconPropsOptions: <Defaults extends {
|
|
|
32
32
|
} : Omit<{
|
|
33
33
|
type: StringConstructor;
|
|
34
34
|
default: string;
|
|
35
|
-
}, "
|
|
35
|
+
}, "type" | "default"> & {
|
|
36
36
|
type: PropType<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
37
37
|
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
38
38
|
};
|
|
39
39
|
size: unknown extends Defaults["size"] ? {
|
|
40
|
-
type: (
|
|
40
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
41
41
|
} : Omit<{
|
|
42
|
-
type: (
|
|
43
|
-
}, "
|
|
42
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
43
|
+
}, "type" | "default"> & {
|
|
44
44
|
type: PropType<unknown extends Defaults["size"] ? string | number : NonNullable<string | number> | Defaults["size"]>;
|
|
45
45
|
default: unknown extends Defaults["size"] ? string | number : NonNullable<string | number> | Defaults["size"];
|
|
46
46
|
};
|
|
@@ -59,24 +59,9 @@ export declare const YIcon: import('vue').DefineComponent<{
|
|
|
59
59
|
default: string;
|
|
60
60
|
};
|
|
61
61
|
size: {
|
|
62
|
-
type: (
|
|
62
|
+
type: (NumberConstructor | StringConstructor)[];
|
|
63
63
|
};
|
|
64
64
|
class: PropType<any>;
|
|
65
|
-
}, void,
|
|
66
|
-
theme: PropType<string>;
|
|
67
|
-
color: StringConstructor;
|
|
68
|
-
gap: StringConstructor;
|
|
69
|
-
icon: PropType<IconValue>;
|
|
70
|
-
tag: {
|
|
71
|
-
type: StringConstructor;
|
|
72
|
-
default: string;
|
|
73
|
-
};
|
|
74
|
-
size: {
|
|
75
|
-
type: (StringConstructor | NumberConstructor)[];
|
|
76
|
-
};
|
|
77
|
-
class: PropType<any>;
|
|
78
|
-
}>>, {
|
|
79
|
-
tag: string;
|
|
80
|
-
}, {}>;
|
|
65
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
81
66
|
export type YIconIconProp = IconValue & Omit<PropType<YIcon['$props']>, 'icon'>;
|
|
82
67
|
export type YIcon = InstanceType<typeof YIcon>;
|
|
@@ -3,12 +3,4 @@ export declare const YIconCheckbox: import('vue').DefineComponent<{
|
|
|
3
3
|
checked: BooleanConstructor;
|
|
4
4
|
indeterminate: BooleanConstructor;
|
|
5
5
|
disabled: BooleanConstructor;
|
|
6
|
-
}, unknown,
|
|
7
|
-
checked: BooleanConstructor;
|
|
8
|
-
indeterminate: BooleanConstructor;
|
|
9
|
-
disabled: BooleanConstructor;
|
|
10
|
-
}>>, {
|
|
11
|
-
disabled: boolean;
|
|
12
|
-
indeterminate: boolean;
|
|
13
|
-
checked: boolean;
|
|
14
|
-
}, {}>;
|
|
6
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const YIconClear: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
1
|
+
export declare const YIconClear: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const YIconDropdown: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
1
|
+
export declare const YIconDropdown: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const YIconExpand: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
1
|
+
export declare const YIconExpand: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -11,11 +11,4 @@ export declare const YIconPageControl: import('vue').DefineComponent<{
|
|
|
11
11
|
type: PropType<"first" | "last" | "next" | "prev">;
|
|
12
12
|
default: string;
|
|
13
13
|
};
|
|
14
|
-
}, unknown,
|
|
15
|
-
type: {
|
|
16
|
-
type: PropType<"first" | "last" | "next" | "prev">;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
|
-
}>>, {
|
|
20
|
-
type: "first" | "last" | "next" | "prev";
|
|
21
|
-
}, {}>;
|
|
14
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -7,13 +7,4 @@ export declare const YIconSort: import('vue').DefineComponent<{
|
|
|
7
7
|
disabled: {
|
|
8
8
|
type: BooleanConstructor;
|
|
9
9
|
};
|
|
10
|
-
}, unknown,
|
|
11
|
-
direction: {
|
|
12
|
-
type: PropType<"desc" | "asc">;
|
|
13
|
-
};
|
|
14
|
-
disabled: {
|
|
15
|
-
type: BooleanConstructor;
|
|
16
|
-
};
|
|
17
|
-
}>>, {
|
|
18
|
-
disabled: boolean;
|
|
19
|
-
}, {}>;
|
|
10
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
@@ -4,49 +4,27 @@ export * from './YIconCheckbox';
|
|
|
4
4
|
export * from './YIconPageControl';
|
|
5
5
|
export * from './YIconSort';
|
|
6
6
|
export declare const builtSet: {
|
|
7
|
-
expand: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
8
|
-
dropdown: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
9
|
-
clear: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string
|
|
7
|
+
expand: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
8
|
+
dropdown: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
9
|
+
clear: import('vue').DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
10
10
|
checkbox: import('vue').DefineComponent<{
|
|
11
11
|
checked: BooleanConstructor;
|
|
12
12
|
indeterminate: BooleanConstructor;
|
|
13
13
|
disabled: BooleanConstructor;
|
|
14
|
-
}, unknown,
|
|
15
|
-
checked: BooleanConstructor;
|
|
16
|
-
indeterminate: BooleanConstructor;
|
|
17
|
-
disabled: BooleanConstructor;
|
|
18
|
-
}>>, {
|
|
19
|
-
disabled: boolean;
|
|
20
|
-
indeterminate: boolean;
|
|
21
|
-
checked: boolean;
|
|
22
|
-
}, {}>;
|
|
14
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
23
15
|
pageControl: import('vue').DefineComponent<{
|
|
24
16
|
type: {
|
|
25
17
|
type: import('vue').PropType<"first" | "last" | "next" | "prev">;
|
|
26
18
|
default: string;
|
|
27
19
|
};
|
|
28
|
-
}, unknown,
|
|
29
|
-
type: {
|
|
30
|
-
type: import('vue').PropType<"first" | "last" | "next" | "prev">;
|
|
31
|
-
default: string;
|
|
32
|
-
};
|
|
33
|
-
}>>, {
|
|
34
|
-
type: "first" | "last" | "next" | "prev";
|
|
35
|
-
}, {}>;
|
|
20
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
36
21
|
next: {
|
|
37
22
|
component: import('vue').DefineComponent<{
|
|
38
23
|
type: {
|
|
39
24
|
type: import('vue').PropType<"first" | "last" | "next" | "prev">;
|
|
40
25
|
default: string;
|
|
41
26
|
};
|
|
42
|
-
}, unknown,
|
|
43
|
-
type: {
|
|
44
|
-
type: import('vue').PropType<"first" | "last" | "next" | "prev">;
|
|
45
|
-
default: string;
|
|
46
|
-
};
|
|
47
|
-
}>>, {
|
|
48
|
-
type: "first" | "last" | "next" | "prev";
|
|
49
|
-
}, {}>;
|
|
27
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
50
28
|
props: {
|
|
51
29
|
type: string;
|
|
52
30
|
};
|
|
@@ -57,14 +35,7 @@ export declare const builtSet: {
|
|
|
57
35
|
type: import('vue').PropType<"first" | "last" | "next" | "prev">;
|
|
58
36
|
default: string;
|
|
59
37
|
};
|
|
60
|
-
}, unknown,
|
|
61
|
-
type: {
|
|
62
|
-
type: import('vue').PropType<"first" | "last" | "next" | "prev">;
|
|
63
|
-
default: string;
|
|
64
|
-
};
|
|
65
|
-
}>>, {
|
|
66
|
-
type: "first" | "last" | "next" | "prev";
|
|
67
|
-
}, {}>;
|
|
38
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
68
39
|
props: {
|
|
69
40
|
type: string;
|
|
70
41
|
};
|
|
@@ -76,14 +47,5 @@ export declare const builtSet: {
|
|
|
76
47
|
disabled: {
|
|
77
48
|
type: BooleanConstructor;
|
|
78
49
|
};
|
|
79
|
-
}, unknown,
|
|
80
|
-
direction: {
|
|
81
|
-
type: import('vue').PropType<"desc" | "asc">;
|
|
82
|
-
};
|
|
83
|
-
disabled: {
|
|
84
|
-
type: BooleanConstructor;
|
|
85
|
-
};
|
|
86
|
-
}>>, {
|
|
87
|
-
disabled: boolean;
|
|
88
|
-
}, {}>;
|
|
50
|
+
}, unknown, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
89
51
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PropType
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
2
|
|
|
3
3
|
export declare const pressYImgPropsOptions: <Defaults extends {
|
|
4
4
|
minWidth?: unknown;
|
|
@@ -44,7 +44,7 @@ export declare const pressYImgPropsOptions: <Defaults extends {
|
|
|
44
44
|
} : Omit<{
|
|
45
45
|
type: PropType<"fill" | "contain" | "cover" | "scale-down">;
|
|
46
46
|
default: string;
|
|
47
|
-
}, "
|
|
47
|
+
}, "type" | "default"> & {
|
|
48
48
|
type: PropType<unknown extends Defaults["objectFit"] ? "fill" | "contain" | "cover" | "scale-down" : Defaults["objectFit"] | NonNullable<"fill" | "contain" | "cover" | "scale-down">>;
|
|
49
49
|
default: unknown extends Defaults["objectFit"] ? "fill" | "contain" | "cover" | "scale-down" : Defaults["objectFit"] | NonNullable<"fill" | "contain" | "cover" | "scale-down">;
|
|
50
50
|
};
|
|
@@ -57,7 +57,7 @@ export declare const pressYImgPropsOptions: <Defaults extends {
|
|
|
57
57
|
is?: import('vue').Component | undefined;
|
|
58
58
|
})>;
|
|
59
59
|
default: string;
|
|
60
|
-
}, "
|
|
60
|
+
}, "type" | "default"> & {
|
|
61
61
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
62
62
|
is?: import('vue').Component | undefined;
|
|
63
63
|
})>>;
|
|
@@ -69,14 +69,14 @@ export declare const pressYImgPropsOptions: <Defaults extends {
|
|
|
69
69
|
is?: import('vue').Component | undefined;
|
|
70
70
|
})>;
|
|
71
71
|
default: string;
|
|
72
|
-
}, "
|
|
72
|
+
}, "type" | "default"> & {
|
|
73
73
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
74
74
|
is?: import('vue').Component | undefined;
|
|
75
75
|
})>>;
|
|
76
76
|
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
77
77
|
is?: import('vue').Component | undefined;
|
|
78
78
|
})>;
|
|
79
|
-
}, "
|
|
79
|
+
}, "type" | "default"> & {
|
|
80
80
|
type: PropType<unknown extends Defaults["transition"] ? NonNullable<string | (import('vue').TransitionProps & {
|
|
81
81
|
is?: import('vue').Component | undefined;
|
|
82
82
|
})> : NonNullable<NonNullable<string | (import('vue').TransitionProps & {
|
|
@@ -119,7 +119,7 @@ export declare const YImg: import('vue').DefineComponent<{
|
|
|
119
119
|
is?: import('vue').Component | undefined;
|
|
120
120
|
})>;
|
|
121
121
|
default: string;
|
|
122
|
-
}, "
|
|
122
|
+
}, "type" | "default"> & {
|
|
123
123
|
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
124
124
|
is?: import('vue').Component | undefined;
|
|
125
125
|
})>>;
|
|
@@ -130,44 +130,4 @@ export declare const YImg: import('vue').DefineComponent<{
|
|
|
130
130
|
src: PropType<string>;
|
|
131
131
|
crossorigin: PropType<"" | "anonymous" | "use-credentials" | undefined>;
|
|
132
132
|
referrerpolicy: PropType<("" | "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined>;
|
|
133
|
-
}, void,
|
|
134
|
-
minWidth: PropType<string | number>;
|
|
135
|
-
width: PropType<string | number>;
|
|
136
|
-
maxWidth: PropType<string | number>;
|
|
137
|
-
minHeight: PropType<string | number>;
|
|
138
|
-
height: PropType<string | number>;
|
|
139
|
-
maxHeight: PropType<string | number>;
|
|
140
|
-
objectFit: {
|
|
141
|
-
type: PropType<"fill" | "contain" | "cover" | "scale-down">;
|
|
142
|
-
default: string;
|
|
143
|
-
};
|
|
144
|
-
eager: BooleanConstructor;
|
|
145
|
-
transition: Omit<{
|
|
146
|
-
type: PropType<string | (import('vue').TransitionProps & {
|
|
147
|
-
is?: import('vue').Component | undefined;
|
|
148
|
-
})>;
|
|
149
|
-
default: string;
|
|
150
|
-
}, "default" | "type"> & {
|
|
151
|
-
type: PropType<NonNullable<string | (import('vue').TransitionProps & {
|
|
152
|
-
is?: import('vue').Component | undefined;
|
|
153
|
-
})>>;
|
|
154
|
-
default: NonNullable<string | (import('vue').TransitionProps & {
|
|
155
|
-
is?: import('vue').Component | undefined;
|
|
156
|
-
})>;
|
|
157
|
-
};
|
|
158
|
-
src: PropType<string>;
|
|
159
|
-
crossorigin: PropType<"" | "anonymous" | "use-credentials" | undefined>;
|
|
160
|
-
referrerpolicy: PropType<("" | "origin" | "no-referrer" | "no-referrer-when-downgrade" | "origin-when-cross-origin" | "same-origin" | "strict-origin" | "strict-origin-when-cross-origin" | "unsafe-url") | undefined>;
|
|
161
|
-
}>> & {
|
|
162
|
-
onError?: ((...args: any[]) => any) | undefined;
|
|
163
|
-
onLoad?: ((...args: any[]) => any) | undefined;
|
|
164
|
-
onLoaded?: ((...args: any[]) => any) | undefined;
|
|
165
|
-
}, {
|
|
166
|
-
transition: NonNullable<string | (import('vue').TransitionProps & {
|
|
167
|
-
is?: import('vue').Component | undefined;
|
|
168
|
-
})>;
|
|
169
|
-
objectFit: "fill" | "contain" | "cover" | "scale-down";
|
|
170
|
-
eager: boolean;
|
|
171
|
-
}, SlotsType<{
|
|
172
|
-
placeholder: any;
|
|
173
|
-
}>>;
|
|
133
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("error" | "load" | "loaded")[], "error" | "load" | "loaded">;
|