yuyeon 0.1.2-rc.1 → 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 +5201 -6810
- 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 +5 -5
- package/lib/components/badge/YBadge.mjs.map +1 -1
- package/lib/components/badge/YBadge.scss +76 -75
- 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 +7 -5
- 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 +6 -8
- 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
|
@@ -17,7 +17,7 @@ export declare const pressYTabsPropOptions: <Defaults extends {
|
|
|
17
17
|
} : Omit<{
|
|
18
18
|
type: null;
|
|
19
19
|
default: undefined;
|
|
20
|
-
}, "
|
|
20
|
+
}, "type" | "default"> & {
|
|
21
21
|
type: PropType<unknown extends Defaults["modelValue"] ? any : any>;
|
|
22
22
|
default: unknown extends Defaults["modelValue"] ? any : any;
|
|
23
23
|
};
|
|
@@ -31,7 +31,7 @@ export declare const pressYTabsPropOptions: <Defaults extends {
|
|
|
31
31
|
} : Omit<{
|
|
32
32
|
type: PropType<NonNullable<boolean | "force">>;
|
|
33
33
|
default: NonNullable<boolean | "force">;
|
|
34
|
-
}, "
|
|
34
|
+
}, "type" | "default"> & {
|
|
35
35
|
type: PropType<unknown extends Defaults["mandatory"] ? NonNullable<boolean | "force"> : Defaults["mandatory"] | NonNullable<NonNullable<boolean | "force">>>;
|
|
36
36
|
default: unknown extends Defaults["mandatory"] ? NonNullable<boolean | "force"> : Defaults["mandatory"] | NonNullable<NonNullable<boolean | "force">>;
|
|
37
37
|
};
|
|
@@ -45,7 +45,7 @@ export declare const pressYTabsPropOptions: <Defaults extends {
|
|
|
45
45
|
} : Omit<{
|
|
46
46
|
type: PropType<string>;
|
|
47
47
|
default: string;
|
|
48
|
-
}, "
|
|
48
|
+
}, "type" | "default"> & {
|
|
49
49
|
type: PropType<unknown extends Defaults["selectedClass"] ? string : string | Defaults["selectedClass"]>;
|
|
50
50
|
default: unknown extends Defaults["selectedClass"] ? string : string | Defaults["selectedClass"];
|
|
51
51
|
};
|
|
@@ -61,7 +61,7 @@ export declare const pressYTabsPropOptions: <Defaults extends {
|
|
|
61
61
|
type: PropType<YTabPropItem[]>;
|
|
62
62
|
} : Omit<{
|
|
63
63
|
type: PropType<YTabPropItem[]>;
|
|
64
|
-
}, "
|
|
64
|
+
}, "type" | "default"> & {
|
|
65
65
|
type: PropType<unknown extends Defaults["items"] ? YTabPropItem[] : YTabPropItem[] | Defaults["items"]>;
|
|
66
66
|
default: unknown extends Defaults["items"] ? YTabPropItem[] : YTabPropItem[] | Defaults["items"];
|
|
67
67
|
};
|
|
@@ -92,40 +92,7 @@ export declare const YTabs: import('vue').DefineComponent<{
|
|
|
92
92
|
};
|
|
93
93
|
}, {
|
|
94
94
|
selected: import('vue').Ref<readonly number[]>;
|
|
95
|
-
},
|
|
95
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
96
96
|
'update:modelValue': (value: any) => boolean;
|
|
97
|
-
}, string
|
|
98
|
-
modelValue: {
|
|
99
|
-
type: null;
|
|
100
|
-
default: undefined;
|
|
101
|
-
};
|
|
102
|
-
multiple: BooleanConstructor;
|
|
103
|
-
mandatory: {
|
|
104
|
-
type: PropType<NonNullable<boolean | "force">>;
|
|
105
|
-
default: NonNullable<boolean | "force">;
|
|
106
|
-
};
|
|
107
|
-
max: NumberConstructor;
|
|
108
|
-
selectedClass: {
|
|
109
|
-
type: PropType<string>;
|
|
110
|
-
default: string;
|
|
111
|
-
};
|
|
112
|
-
disabled: BooleanConstructor;
|
|
113
|
-
returnItem: PropType<boolean>;
|
|
114
|
-
items: {
|
|
115
|
-
type: PropType<YTabPropItem[]>;
|
|
116
|
-
};
|
|
117
|
-
tag: {
|
|
118
|
-
type: PropType<"div" | "nav" | "ol" | "ul">;
|
|
119
|
-
default: string;
|
|
120
|
-
};
|
|
121
|
-
}>> & {
|
|
122
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
123
|
-
}, {
|
|
124
|
-
modelValue: any;
|
|
125
|
-
multiple: boolean;
|
|
126
|
-
disabled: boolean;
|
|
127
|
-
mandatory: NonNullable<boolean | "force">;
|
|
128
|
-
selectedClass: string;
|
|
129
|
-
tag: "div" | "nav" | "ol" | "ul";
|
|
130
|
-
}, {}>;
|
|
97
|
+
}, string>;
|
|
131
98
|
export type YTabs = InstanceType<typeof YTabs>;
|
|
@@ -39,7 +39,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
39
39
|
} : Omit<{
|
|
40
40
|
type: PropType<string>;
|
|
41
41
|
default: string;
|
|
42
|
-
}, "
|
|
42
|
+
}, "type" | "default"> & {
|
|
43
43
|
type: PropType<unknown extends Defaults["tag"] ? string : string | Defaults["tag"]>;
|
|
44
44
|
default: unknown extends Defaults["tag"] ? string : string | Defaults["tag"];
|
|
45
45
|
};
|
|
@@ -47,7 +47,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
47
47
|
type: PropType<boolean>;
|
|
48
48
|
} : Omit<{
|
|
49
49
|
type: PropType<boolean>;
|
|
50
|
-
}, "
|
|
50
|
+
}, "type" | "default"> & {
|
|
51
51
|
type: PropType<unknown extends Defaults["fixedHead"] ? boolean : boolean | Defaults["fixedHead"]>;
|
|
52
52
|
default: unknown extends Defaults["fixedHead"] ? boolean : boolean | Defaults["fixedHead"];
|
|
53
53
|
};
|
|
@@ -55,7 +55,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
55
55
|
type: PropType<string | number>;
|
|
56
56
|
} : Omit<{
|
|
57
57
|
type: PropType<string | number>;
|
|
58
|
-
}, "
|
|
58
|
+
}, "type" | "default"> & {
|
|
59
59
|
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
60
60
|
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
61
61
|
};
|
|
@@ -63,7 +63,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
63
63
|
type: PropType<boolean>;
|
|
64
64
|
} : Omit<{
|
|
65
65
|
type: PropType<boolean>;
|
|
66
|
-
}, "
|
|
66
|
+
}, "type" | "default"> & {
|
|
67
67
|
type: PropType<unknown extends Defaults["flexHeight"] ? boolean : boolean | Defaults["flexHeight"]>;
|
|
68
68
|
default: unknown extends Defaults["flexHeight"] ? boolean : boolean | Defaults["flexHeight"];
|
|
69
69
|
};
|
|
@@ -81,7 +81,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
81
81
|
} : Omit<{
|
|
82
82
|
type: StringConstructor;
|
|
83
83
|
default: string;
|
|
84
|
-
}, "
|
|
84
|
+
}, "type" | "default"> & {
|
|
85
85
|
type: PropType<unknown extends Defaults["sortAscIcon"] ? string : string | Defaults["sortAscIcon"]>;
|
|
86
86
|
default: unknown extends Defaults["sortAscIcon"] ? string : string | Defaults["sortAscIcon"];
|
|
87
87
|
};
|
|
@@ -91,7 +91,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
91
91
|
} : Omit<{
|
|
92
92
|
type: StringConstructor;
|
|
93
93
|
default: string;
|
|
94
|
-
}, "
|
|
94
|
+
}, "type" | "default"> & {
|
|
95
95
|
type: PropType<unknown extends Defaults["sortDescIcon"] ? string : string | Defaults["sortDescIcon"]>;
|
|
96
96
|
default: unknown extends Defaults["sortDescIcon"] ? string : string | Defaults["sortDescIcon"];
|
|
97
97
|
};
|
|
@@ -113,7 +113,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
113
113
|
} : Omit<{
|
|
114
114
|
type: PropType<"page" | "all" | "single">;
|
|
115
115
|
default: string;
|
|
116
|
-
}, "
|
|
116
|
+
}, "type" | "default"> & {
|
|
117
117
|
type: PropType<unknown extends Defaults["selectStrategy"] ? "page" | "all" | "single" : NonNullable<"page" | "all" | "single"> | Defaults["selectStrategy"]>;
|
|
118
118
|
default: unknown extends Defaults["selectStrategy"] ? "page" | "all" | "single" : NonNullable<"page" | "all" | "single"> | Defaults["selectStrategy"];
|
|
119
119
|
};
|
|
@@ -123,7 +123,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
123
123
|
} : Omit<{
|
|
124
124
|
type: PropType<readonly any[]>;
|
|
125
125
|
default: () => never[];
|
|
126
|
-
}, "
|
|
126
|
+
}, "type" | "default"> & {
|
|
127
127
|
type: PropType<unknown extends Defaults["modelValue"] ? readonly any[] : readonly any[] | Defaults["modelValue"]>;
|
|
128
128
|
default: unknown extends Defaults["modelValue"] ? readonly any[] : readonly any[] | Defaults["modelValue"];
|
|
129
129
|
};
|
|
@@ -133,7 +133,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
133
133
|
} : Omit<{
|
|
134
134
|
type: PropType<typeof import('../../util').deepEqual>;
|
|
135
135
|
default: typeof import('../../util').deepEqual;
|
|
136
|
-
}, "
|
|
136
|
+
}, "type" | "default"> & {
|
|
137
137
|
type: PropType<unknown extends Defaults["valueEqual"] ? typeof import('../../util').deepEqual : typeof import('../../util').deepEqual | Defaults["valueEqual"]>;
|
|
138
138
|
default: unknown extends Defaults["valueEqual"] ? typeof import('../../util').deepEqual : typeof import('../../util').deepEqual | Defaults["valueEqual"];
|
|
139
139
|
};
|
|
@@ -149,7 +149,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
149
149
|
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
150
150
|
}[]>;
|
|
151
151
|
default: () => never[];
|
|
152
|
-
}, "
|
|
152
|
+
}, "type" | "default"> & {
|
|
153
153
|
type: PropType<unknown extends Defaults["sortBy"] ? readonly {
|
|
154
154
|
readonly key: string;
|
|
155
155
|
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
@@ -171,7 +171,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
171
171
|
} : Omit<{
|
|
172
172
|
type: PropType<any[]>;
|
|
173
173
|
default: () => never[];
|
|
174
|
-
}, "
|
|
174
|
+
}, "type" | "default"> & {
|
|
175
175
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
176
176
|
default: unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"];
|
|
177
177
|
};
|
|
@@ -181,7 +181,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
181
181
|
} : Omit<{
|
|
182
182
|
type: PropType<any>;
|
|
183
183
|
default: string;
|
|
184
|
-
}, "
|
|
184
|
+
}, "type" | "default"> & {
|
|
185
185
|
type: PropType<unknown extends Defaults["itemKey"] ? any : any>;
|
|
186
186
|
default: unknown extends Defaults["itemKey"] ? any : any;
|
|
187
187
|
};
|
|
@@ -191,7 +191,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
191
191
|
} : Omit<{
|
|
192
192
|
type: PropType<any>;
|
|
193
193
|
default: null;
|
|
194
|
-
}, "
|
|
194
|
+
}, "type" | "default"> & {
|
|
195
195
|
type: PropType<unknown extends Defaults["itemSelectable"] ? any : any>;
|
|
196
196
|
default: unknown extends Defaults["itemSelectable"] ? any : any;
|
|
197
197
|
};
|
|
@@ -235,7 +235,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
235
235
|
readonly mustSort?: boolean | undefined;
|
|
236
236
|
}[]>;
|
|
237
237
|
default: () => never[];
|
|
238
|
-
}, "
|
|
238
|
+
}, "type" | "default"> & {
|
|
239
239
|
type: PropType<unknown extends Defaults["headers"] ? readonly {
|
|
240
240
|
readonly key: string;
|
|
241
241
|
readonly text: string;
|
|
@@ -325,7 +325,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
325
325
|
} : Omit<{
|
|
326
326
|
type: StringConstructor;
|
|
327
327
|
default: string;
|
|
328
|
-
}, "
|
|
328
|
+
}, "type" | "default"> & {
|
|
329
329
|
type: PropType<unknown extends Defaults["noDataText"] ? string : string | Defaults["noDataText"]>;
|
|
330
330
|
default: unknown extends Defaults["noDataText"] ? string : string | Defaults["noDataText"];
|
|
331
331
|
};
|
|
@@ -452,7 +452,7 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
452
452
|
};
|
|
453
453
|
}, {
|
|
454
454
|
paginatedItems: import('vue').ComputedRef<readonly any[]>;
|
|
455
|
-
},
|
|
455
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
456
456
|
'update:modelValue': (value: any[]) => true;
|
|
457
457
|
'update:page': (page: number) => true;
|
|
458
458
|
'update:pageSize': (pageSize: number) => true;
|
|
@@ -462,154 +462,5 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
462
462
|
row: any;
|
|
463
463
|
}) => true;
|
|
464
464
|
scroll: (e: Event) => true;
|
|
465
|
-
}, string
|
|
466
|
-
tag: {
|
|
467
|
-
type: PropType<string>;
|
|
468
|
-
default: string;
|
|
469
|
-
};
|
|
470
|
-
fixedHead: {
|
|
471
|
-
type: PropType<boolean>;
|
|
472
|
-
};
|
|
473
|
-
height: {
|
|
474
|
-
type: PropType<string | number>;
|
|
475
|
-
};
|
|
476
|
-
flexHeight: {
|
|
477
|
-
type: PropType<boolean>;
|
|
478
|
-
};
|
|
479
|
-
onScroll: PropType<(e: Event) => void>;
|
|
480
|
-
multiSort: BooleanConstructor;
|
|
481
|
-
sortAscIcon: {
|
|
482
|
-
type: StringConstructor;
|
|
483
|
-
default: string;
|
|
484
|
-
};
|
|
485
|
-
sortDescIcon: {
|
|
486
|
-
type: StringConstructor;
|
|
487
|
-
default: string;
|
|
488
|
-
};
|
|
489
|
-
dualSortIcon: BooleanConstructor;
|
|
490
|
-
sticky: BooleanConstructor;
|
|
491
|
-
enableSelect: BooleanConstructor;
|
|
492
|
-
selectStrategy: {
|
|
493
|
-
type: PropType<"page" | "all" | "single">;
|
|
494
|
-
default: string;
|
|
495
|
-
};
|
|
496
|
-
modelValue: {
|
|
497
|
-
type: PropType<readonly any[]>;
|
|
498
|
-
default: () => never[];
|
|
499
|
-
};
|
|
500
|
-
valueEqual: {
|
|
501
|
-
type: PropType<typeof import('../../util').deepEqual>;
|
|
502
|
-
default: typeof import('../../util').deepEqual;
|
|
503
|
-
};
|
|
504
|
-
sortBy: {
|
|
505
|
-
type: PropType<readonly {
|
|
506
|
-
readonly key: string;
|
|
507
|
-
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
508
|
-
}[]>;
|
|
509
|
-
default: () => never[];
|
|
510
|
-
};
|
|
511
|
-
items: {
|
|
512
|
-
type: PropType<any[]>;
|
|
513
|
-
default: () => never[];
|
|
514
|
-
};
|
|
515
|
-
itemKey: {
|
|
516
|
-
type: PropType<any>;
|
|
517
|
-
default: string;
|
|
518
|
-
};
|
|
519
|
-
itemSelectable: {
|
|
520
|
-
type: PropType<any>;
|
|
521
|
-
default: null;
|
|
522
|
-
};
|
|
523
|
-
returnItem: BooleanConstructor;
|
|
524
|
-
headers: {
|
|
525
|
-
type: PropType<readonly {
|
|
526
|
-
readonly key: string;
|
|
527
|
-
readonly text: string;
|
|
528
|
-
readonly value?: any;
|
|
529
|
-
readonly colspan?: number | undefined;
|
|
530
|
-
readonly rowspan?: number | undefined;
|
|
531
|
-
readonly fixed?: boolean | undefined;
|
|
532
|
-
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
533
|
-
readonly align?: "start" | "end" | "center" | undefined;
|
|
534
|
-
readonly width?: string | number | undefined;
|
|
535
|
-
readonly minWidth?: string | undefined;
|
|
536
|
-
readonly maxWidth?: string | undefined;
|
|
537
|
-
readonly sortable?: boolean | undefined;
|
|
538
|
-
readonly sort?: import('./types').DataTableCompareFn | undefined;
|
|
539
|
-
readonly mustSort?: boolean | undefined;
|
|
540
|
-
}[]>;
|
|
541
|
-
default: () => never[];
|
|
542
|
-
};
|
|
543
|
-
width: PropType<string | number>;
|
|
544
|
-
search: PropType<string>;
|
|
545
|
-
loading: (BooleanConstructor | StringConstructor)[];
|
|
546
|
-
loadingText: StringConstructor;
|
|
547
|
-
hideNoData: BooleanConstructor;
|
|
548
|
-
noDataText: {
|
|
549
|
-
type: StringConstructor;
|
|
550
|
-
default: string;
|
|
551
|
-
};
|
|
552
|
-
rowProps: PropType<import('./types').RowProps<any>>;
|
|
553
|
-
rowHeight: NumberConstructor;
|
|
554
|
-
'onClick:row': PropType<(e: Event, value: any) => void>;
|
|
555
|
-
'onDblclick:row': PropType<(e: Event, value: any) => void>;
|
|
556
|
-
'onContextmenu:row': PropType<(e: Event, value: any) => void>;
|
|
557
|
-
page: {
|
|
558
|
-
type: PropType<string | number>;
|
|
559
|
-
default: number;
|
|
560
|
-
};
|
|
561
|
-
pageSize: {
|
|
562
|
-
type: PropType<string | number>;
|
|
563
|
-
default: number;
|
|
564
|
-
};
|
|
565
|
-
}>> & {
|
|
566
|
-
onScroll?: ((e: Event) => any) | undefined;
|
|
567
|
-
"onUpdate:modelValue"?: ((value: any[]) => any) | undefined;
|
|
568
|
-
"onClick:row"?: ((e: Event, value: {
|
|
569
|
-
row: any;
|
|
570
|
-
}) => any) | undefined;
|
|
571
|
-
"onUpdate:sortBy"?: ((sortBy: any) => any) | undefined;
|
|
572
|
-
"onUpdate:options"?: ((options: any) => any) | undefined;
|
|
573
|
-
"onUpdate:page"?: ((page: number) => any) | undefined;
|
|
574
|
-
"onUpdate:pageSize"?: ((pageSize: number) => any) | undefined;
|
|
575
|
-
}, {
|
|
576
|
-
modelValue: readonly any[];
|
|
577
|
-
returnItem: boolean;
|
|
578
|
-
page: string | number;
|
|
579
|
-
sticky: boolean;
|
|
580
|
-
items: any[];
|
|
581
|
-
itemKey: any;
|
|
582
|
-
enableSelect: boolean;
|
|
583
|
-
selectStrategy: "page" | "all" | "single";
|
|
584
|
-
tag: string;
|
|
585
|
-
headers: readonly {
|
|
586
|
-
readonly key: string;
|
|
587
|
-
readonly text: string;
|
|
588
|
-
readonly value?: any;
|
|
589
|
-
readonly colspan?: number | undefined;
|
|
590
|
-
readonly rowspan?: number | undefined;
|
|
591
|
-
readonly fixed?: boolean | undefined;
|
|
592
|
-
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
593
|
-
readonly align?: "start" | "end" | "center" | undefined;
|
|
594
|
-
readonly width?: string | number | undefined;
|
|
595
|
-
readonly minWidth?: string | undefined;
|
|
596
|
-
readonly maxWidth?: string | undefined;
|
|
597
|
-
readonly sortable?: boolean | undefined;
|
|
598
|
-
readonly sort?: import('./types').DataTableCompareFn | undefined;
|
|
599
|
-
readonly mustSort?: boolean | undefined;
|
|
600
|
-
}[];
|
|
601
|
-
itemSelectable: any;
|
|
602
|
-
valueEqual: typeof import('../../util').deepEqual;
|
|
603
|
-
sortBy: readonly {
|
|
604
|
-
readonly key: string;
|
|
605
|
-
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
606
|
-
}[];
|
|
607
|
-
hideNoData: boolean;
|
|
608
|
-
noDataText: string;
|
|
609
|
-
pageSize: string | number;
|
|
610
|
-
multiSort: boolean;
|
|
611
|
-
sortAscIcon: string;
|
|
612
|
-
sortDescIcon: string;
|
|
613
|
-
dualSortIcon: boolean;
|
|
614
|
-
}, {}>;
|
|
465
|
+
}, string>;
|
|
615
466
|
export type YDataTable = InstanceType<typeof YDataTable>;
|
|
@@ -19,7 +19,7 @@ export declare const pressYDataTableBodyProps: <Defaults extends {
|
|
|
19
19
|
} : Omit<{
|
|
20
20
|
type: PropType<readonly DataTableItem<any>[]>;
|
|
21
21
|
default: () => never[];
|
|
22
|
-
}, "
|
|
22
|
+
}, "type" | "default"> & {
|
|
23
23
|
type: PropType<unknown extends Defaults["items"] ? readonly DataTableItem<any>[] : readonly DataTableItem<any>[] | Defaults["items"]>;
|
|
24
24
|
default: unknown extends Defaults["items"] ? readonly DataTableItem<any>[] : readonly DataTableItem<any>[] | Defaults["items"];
|
|
25
25
|
};
|
|
@@ -41,7 +41,7 @@ export declare const pressYDataTableBodyProps: <Defaults extends {
|
|
|
41
41
|
} : Omit<{
|
|
42
42
|
type: StringConstructor;
|
|
43
43
|
default: string;
|
|
44
|
-
}, "
|
|
44
|
+
}, "type" | "default"> & {
|
|
45
45
|
type: PropType<unknown extends Defaults["noDataText"] ? string : string | Defaults["noDataText"]>;
|
|
46
46
|
default: unknown extends Defaults["noDataText"] ? string : string | Defaults["noDataText"];
|
|
47
47
|
};
|
|
@@ -83,28 +83,5 @@ export declare const YDataTableBody: import('vue').DefineComponent<{
|
|
|
83
83
|
'onClick:row': PropType<(e: Event, value: any) => void>;
|
|
84
84
|
'onDblclick:row': PropType<(e: Event, value: any) => void>;
|
|
85
85
|
'onContextmenu:row': PropType<(e: Event, value: any) => void>;
|
|
86
|
-
}, {},
|
|
87
|
-
items: {
|
|
88
|
-
type: PropType<readonly DataTableItem<any>[]>;
|
|
89
|
-
default: () => never[];
|
|
90
|
-
};
|
|
91
|
-
loading: (BooleanConstructor | StringConstructor)[];
|
|
92
|
-
loadingText: StringConstructor;
|
|
93
|
-
hideNoData: BooleanConstructor;
|
|
94
|
-
noDataText: {
|
|
95
|
-
type: StringConstructor;
|
|
96
|
-
default: string;
|
|
97
|
-
};
|
|
98
|
-
rowProps: PropType<RowProps<any>>;
|
|
99
|
-
rowHeight: NumberConstructor;
|
|
100
|
-
'onClick:row': PropType<(e: Event, value: any) => void>;
|
|
101
|
-
'onDblclick:row': PropType<(e: Event, value: any) => void>;
|
|
102
|
-
'onContextmenu:row': PropType<(e: Event, value: any) => void>;
|
|
103
|
-
}>> & {
|
|
104
|
-
"onClick:row"?: ((...args: any[]) => any) | undefined;
|
|
105
|
-
}, {
|
|
106
|
-
items: readonly DataTableItem<any>[];
|
|
107
|
-
hideNoData: boolean;
|
|
108
|
-
noDataText: string;
|
|
109
|
-
}, {}>;
|
|
86
|
+
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click:row"[], "click:row">;
|
|
110
87
|
export type YDataTableBody = InstanceType<typeof YDataTableBody>;
|
|
@@ -24,34 +24,5 @@ export declare const YDataTableCell: import('vue').DefineComponent<{
|
|
|
24
24
|
type: PropType<"start" | "end" | "center">;
|
|
25
25
|
default: string;
|
|
26
26
|
};
|
|
27
|
-
}, void,
|
|
28
|
-
type: {
|
|
29
|
-
type: PropType<"data" | "head">;
|
|
30
|
-
default: string;
|
|
31
|
-
};
|
|
32
|
-
fixed: {
|
|
33
|
-
type: PropType<"last" | "lead">;
|
|
34
|
-
};
|
|
35
|
-
fixedOffset: {
|
|
36
|
-
type: PropType<number>;
|
|
37
|
-
};
|
|
38
|
-
width: {
|
|
39
|
-
type: PropType<string | number>;
|
|
40
|
-
};
|
|
41
|
-
maxWidth: {
|
|
42
|
-
type: PropType<string | number>;
|
|
43
|
-
};
|
|
44
|
-
height: {
|
|
45
|
-
type: PropType<string | number>;
|
|
46
|
-
};
|
|
47
|
-
align: {
|
|
48
|
-
type: PropType<"start" | "end" | "center">;
|
|
49
|
-
default: string;
|
|
50
|
-
};
|
|
51
|
-
}>> & {
|
|
52
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
53
|
-
}, {
|
|
54
|
-
type: "data" | "head";
|
|
55
|
-
align: "start" | "end" | "center";
|
|
56
|
-
}, {}>;
|
|
27
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click">;
|
|
57
28
|
export type YDataTableCell = InstanceType<typeof YDataTableCell>;
|
|
@@ -13,7 +13,7 @@ export declare const pressYDataTableControlPropsOptions: <Defaults extends {
|
|
|
13
13
|
} : Omit<{
|
|
14
14
|
type: PropType<string | number>;
|
|
15
15
|
default: number;
|
|
16
|
-
}, "
|
|
16
|
+
}, "type" | "default"> & {
|
|
17
17
|
type: PropType<unknown extends Defaults["page"] ? string | number : NonNullable<string | number> | Defaults["page"]>;
|
|
18
18
|
default: unknown extends Defaults["page"] ? string | number : NonNullable<string | number> | Defaults["page"];
|
|
19
19
|
};
|
|
@@ -23,7 +23,7 @@ export declare const pressYDataTableControlPropsOptions: <Defaults extends {
|
|
|
23
23
|
} : Omit<{
|
|
24
24
|
type: PropType<string | number>;
|
|
25
25
|
default: number;
|
|
26
|
-
}, "
|
|
26
|
+
}, "type" | "default"> & {
|
|
27
27
|
type: PropType<unknown extends Defaults["pageSize"] ? string | number : NonNullable<string | number> | Defaults["pageSize"]>;
|
|
28
28
|
default: unknown extends Defaults["pageSize"] ? string | number : NonNullable<string | number> | Defaults["pageSize"];
|
|
29
29
|
};
|
|
@@ -52,20 +52,5 @@ export declare const YDataTableControl: import('vue').DefineComponent<{
|
|
|
52
52
|
pageLength: PropType<number>;
|
|
53
53
|
setPageSize: PropType<(pageSize: number) => void>;
|
|
54
54
|
setPage: PropType<(page: number) => void>;
|
|
55
|
-
}, void,
|
|
56
|
-
page: {
|
|
57
|
-
type: PropType<string | number>;
|
|
58
|
-
default: number;
|
|
59
|
-
};
|
|
60
|
-
pageSize: {
|
|
61
|
-
type: PropType<string | number>;
|
|
62
|
-
default: number;
|
|
63
|
-
};
|
|
64
|
-
pageLength: PropType<number>;
|
|
65
|
-
setPageSize: PropType<(pageSize: number) => void>;
|
|
66
|
-
setPage: PropType<(page: number) => void>;
|
|
67
|
-
}>>, {
|
|
68
|
-
page: string | number;
|
|
69
|
-
pageSize: string | number;
|
|
70
|
-
}, {}>;
|
|
55
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
71
56
|
export type YDataTableControl = InstanceType<typeof YDataTableControl>;
|
|
@@ -15,7 +15,7 @@ export declare const pressYDataTableHeadProps: <Defaults extends {
|
|
|
15
15
|
} : Omit<{
|
|
16
16
|
type: StringConstructor;
|
|
17
17
|
default: string;
|
|
18
|
-
}, "
|
|
18
|
+
}, "type" | "default"> & {
|
|
19
19
|
type: import('vue').PropType<unknown extends Defaults["sortAscIcon"] ? string : string | Defaults["sortAscIcon"]>;
|
|
20
20
|
default: unknown extends Defaults["sortAscIcon"] ? string : string | Defaults["sortAscIcon"];
|
|
21
21
|
};
|
|
@@ -25,7 +25,7 @@ export declare const pressYDataTableHeadProps: <Defaults extends {
|
|
|
25
25
|
} : Omit<{
|
|
26
26
|
type: StringConstructor;
|
|
27
27
|
default: string;
|
|
28
|
-
}, "
|
|
28
|
+
}, "type" | "default"> & {
|
|
29
29
|
type: import('vue').PropType<unknown extends Defaults["sortDescIcon"] ? string : string | Defaults["sortDescIcon"]>;
|
|
30
30
|
default: unknown extends Defaults["sortDescIcon"] ? string : string | Defaults["sortDescIcon"];
|
|
31
31
|
};
|
|
@@ -50,23 +50,5 @@ export declare const YDataTableHead: import('vue').DefineComponent<{
|
|
|
50
50
|
};
|
|
51
51
|
dualSortIcon: BooleanConstructor;
|
|
52
52
|
sticky: BooleanConstructor;
|
|
53
|
-
}, void,
|
|
54
|
-
multiSort: BooleanConstructor;
|
|
55
|
-
sortAscIcon: {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: string;
|
|
58
|
-
};
|
|
59
|
-
sortDescIcon: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
};
|
|
63
|
-
dualSortIcon: BooleanConstructor;
|
|
64
|
-
sticky: BooleanConstructor;
|
|
65
|
-
}>>, {
|
|
66
|
-
sticky: boolean;
|
|
67
|
-
multiSort: boolean;
|
|
68
|
-
sortAscIcon: string;
|
|
69
|
-
sortDescIcon: string;
|
|
70
|
-
dualSortIcon: boolean;
|
|
71
|
-
}, {}>;
|
|
53
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
72
54
|
export type YDataTableHead = InstanceType<typeof YDataTableHead>;
|
|
@@ -6,7 +6,5 @@ export declare const YDataTableLayer: import('vue').DefineComponent<{
|
|
|
6
6
|
YTableWire: {
|
|
7
7
|
containerRect: Ref<DOMRect>;
|
|
8
8
|
} | undefined;
|
|
9
|
-
},
|
|
10
|
-
slotProps: PropType<any>;
|
|
11
|
-
}>>, {}, {}>;
|
|
9
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
12
10
|
export type YDataTableLayer = InstanceType<typeof YDataTableLayer>;
|
|
@@ -37,13 +37,5 @@ export declare const YDataTableRow: import('vue').DefineComponent<{
|
|
|
37
37
|
onHover: PropType<(...args: any[]) => void>;
|
|
38
38
|
item: PropType<DataTableItem<any>>;
|
|
39
39
|
cellProps: PropType<CellProps>;
|
|
40
|
-
}, void,
|
|
41
|
-
index: PropType<number>;
|
|
42
|
-
onClick: PropType<(...args: any[]) => void>;
|
|
43
|
-
onContextmenu: PropType<(...args: any[]) => void>;
|
|
44
|
-
onDblclick: PropType<(...args: any[]) => void>;
|
|
45
|
-
onHover: PropType<(...args: any[]) => void>;
|
|
46
|
-
item: PropType<DataTableItem<any>>;
|
|
47
|
-
cellProps: PropType<CellProps>;
|
|
48
|
-
}>>, {}, {}>;
|
|
40
|
+
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string>;
|
|
49
41
|
export type YDataTableRow = InstanceType<typeof YDataTableRow>;
|