yuyeon 0.3.3 → 0.3.4-beta.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/style.css +1 -1
- package/dist/yuyeon.js +3109 -3082
- package/dist/yuyeon.umd.cjs +3 -3
- package/lib/abstract/items.js.map +1 -1
- package/lib/components/alert/YAlert.js +3 -4
- package/lib/components/alert/YAlert.js.map +1 -1
- package/lib/components/alert/index.js.map +1 -1
- package/lib/components/app/YApp.js +2 -2
- package/lib/components/app/YApp.js.map +1 -1
- package/lib/components/app/index.js.map +1 -1
- package/lib/components/badge/YBadge.js +3 -3
- package/lib/components/badge/YBadge.js.map +1 -1
- package/lib/components/badge/YBadge.scss +3 -2
- package/lib/components/badge/index.js.map +1 -1
- package/lib/components/bench/YBench.js +3 -4
- package/lib/components/bench/YBench.js.map +1 -1
- package/lib/components/bench/index.js.map +1 -1
- package/lib/components/button/YButton.js +1 -2
- package/lib/components/button/YButton.js.map +1 -1
- package/lib/components/button/index.js.map +1 -1
- package/lib/components/card/YCard.js.map +1 -1
- package/lib/components/card/YCard.scss +2 -2
- package/lib/components/card/YCardBody.js.map +1 -1
- package/lib/components/card/YCardFooter.js.map +1 -1
- package/lib/components/card/YCardHeader.js.map +1 -1
- package/lib/components/card/index.js.map +1 -1
- package/lib/components/checkbox/YCheckbox.js +1 -2
- package/lib/components/checkbox/YCheckbox.js.map +1 -1
- package/lib/components/checkbox/YInputCheckbox.js +1 -2
- package/lib/components/checkbox/YInputCheckbox.js.map +1 -1
- package/lib/components/checkbox/index.js.map +1 -1
- package/lib/components/chip/YChip.js +1 -2
- package/lib/components/chip/YChip.js.map +1 -1
- package/lib/components/chip/index.js.map +1 -1
- package/lib/components/date-picker/YDateCalendar.js +55 -53
- package/lib/components/date-picker/YDateCalendar.js.map +1 -1
- package/lib/components/date-picker/YDatePicker.js +24 -25
- package/lib/components/date-picker/YDatePicker.js.map +1 -1
- package/lib/components/date-picker/YDatePickerControl.js +19 -20
- package/lib/components/date-picker/YDatePickerControl.js.map +1 -1
- package/lib/components/date-picker/YMonthPicker.js +10 -11
- package/lib/components/date-picker/YMonthPicker.js.map +1 -1
- package/lib/components/date-picker/YYearPicker.js +11 -13
- package/lib/components/date-picker/YYearPicker.js.map +1 -1
- package/lib/components/date-picker/index.js.map +1 -1
- package/lib/components/default-provider/YDefaultProvider.js.map +1 -1
- package/lib/components/default-provider/index.js.map +1 -1
- package/lib/components/dialog/YDialog.js +32 -32
- package/lib/components/dialog/YDialog.js.map +1 -1
- package/lib/components/dialog/index.js.map +1 -1
- package/lib/components/divider/YDivider.js +5 -5
- package/lib/components/divider/YDivider.js.map +1 -1
- package/lib/components/divider/index.js.map +1 -1
- package/lib/components/draggable/YDraggable.js +10 -11
- package/lib/components/draggable/YDraggable.js.map +1 -1
- package/lib/components/draggable/index.js +2 -0
- package/lib/components/draggable/index.js.map +1 -0
- package/lib/components/dropdown/YDropdown.js +16 -17
- package/lib/components/dropdown/YDropdown.js.map +1 -1
- package/lib/components/dropdown/index.js.map +1 -1
- package/lib/components/field-input/YFieldInput.js +42 -40
- package/lib/components/field-input/YFieldInput.js.map +1 -1
- package/lib/components/field-input/index.js.map +1 -1
- package/lib/components/form/YForm.js +12 -14
- package/lib/components/form/YForm.js.map +1 -1
- package/lib/components/form/index.js.map +1 -1
- package/lib/components/hover/YHover.js +9 -8
- package/lib/components/hover/YHover.js.map +1 -1
- package/lib/components/hover/index.js.map +1 -1
- package/lib/components/icon/YIcon.js +2 -4
- package/lib/components/icon/YIcon.js.map +1 -1
- package/lib/components/icon/index.js.map +1 -1
- package/lib/components/icons/YIconCheckbox.js +7 -6
- package/lib/components/icons/YIconCheckbox.js.map +1 -1
- package/lib/components/icons/YIconClear.js +2 -1
- package/lib/components/icons/YIconClear.js.map +1 -1
- package/lib/components/icons/YIconDropdown.js +2 -1
- package/lib/components/icons/YIconDropdown.js.map +1 -1
- package/lib/components/icons/YIconExpand.js +1 -0
- package/lib/components/icons/YIconExpand.js.map +1 -1
- package/lib/components/icons/YIconPageControl.js +7 -6
- package/lib/components/icons/YIconPageControl.js.map +1 -1
- package/lib/components/icons/YIconSort.js +6 -5
- package/lib/components/icons/YIconSort.js.map +1 -1
- package/lib/components/icons/YIconSort.scss +2 -0
- package/lib/components/icons/index.js.map +1 -1
- package/lib/components/img/YImg.js +30 -31
- package/lib/components/img/YImg.js.map +1 -1
- package/lib/components/img/index.js.map +1 -1
- package/lib/components/index.js.map +1 -1
- package/lib/components/input/YInput.js +1 -2
- package/lib/components/input/YInput.js.map +1 -1
- package/lib/components/input/YInput.scss +10 -9
- package/lib/components/input/index.js.map +1 -1
- package/lib/components/ip-field/YIpv4Field.js +1 -2
- package/lib/components/ip-field/YIpv4Field.js.map +1 -1
- package/lib/components/ip-field/index.js.map +1 -1
- package/lib/components/layer/YLayer.js +4 -3
- package/lib/components/layer/YLayer.js.map +1 -1
- package/lib/components/layer/active-delay.js.map +1 -1
- package/lib/components/layer/active-stack.js.map +1 -1
- package/lib/components/layer/base.js.map +1 -1
- package/lib/components/layer/content.js.map +1 -1
- package/lib/components/layer/index.js.map +1 -1
- package/lib/components/layer/scroll-strategies.js.map +1 -1
- package/lib/components/list/YList.js +1 -2
- package/lib/components/list/YList.js.map +1 -1
- package/lib/components/list/YListItem.js +1 -2
- package/lib/components/list/YListItem.js.map +1 -1
- package/lib/components/list/index.js.map +1 -1
- package/lib/components/loading/YSpinnerRing.js.map +1 -1
- package/lib/components/loading/index.js.map +1 -1
- package/lib/components/menu/YMenu.js +5 -8
- package/lib/components/menu/YMenu.js.map +1 -1
- package/lib/components/menu/YMenu.scss +3 -4
- package/lib/components/menu/index.js.map +1 -1
- package/lib/components/navigation/YNavigation.js +1 -2
- package/lib/components/navigation/YNavigation.js.map +1 -1
- package/lib/components/navigation/index.js.map +1 -1
- package/lib/components/pagination/YPagination.js +1 -2
- package/lib/components/pagination/YPagination.js.map +1 -1
- package/lib/components/pagination/index.js.map +1 -1
- package/lib/components/panel/YDividePanel.js +1 -2
- package/lib/components/panel/YDividePanel.js.map +1 -1
- package/lib/components/panel/YDividePanel.scss +1 -0
- package/lib/components/panel/index.js.map +1 -1
- package/lib/components/plate/YPlate.js +3 -4
- package/lib/components/plate/YPlate.js.map +1 -1
- package/lib/components/plate/index.js.map +1 -1
- package/lib/components/progress-bar/YProgressBar.js +1 -2
- package/lib/components/progress-bar/YProgressBar.js.map +1 -1
- package/lib/components/progress-bar/index.js.map +1 -1
- package/lib/components/progress-ring/YProgressRing.js +3 -4
- package/lib/components/progress-ring/YProgressRing.js.map +1 -1
- package/lib/components/progress-ring/index.js.map +1 -1
- package/lib/components/radio/YRadio.js +58 -0
- package/lib/components/radio/YRadio.js.map +1 -0
- package/lib/components/radio/YRadio.scss +38 -0
- package/lib/components/radio/YRadioIcon.js +33 -0
- package/lib/components/radio/YRadioIcon.js.map +1 -0
- package/lib/components/radio/YRadioIcon.scss +43 -0
- package/lib/components/radio/index.js +3 -0
- package/lib/components/radio/index.js.map +1 -0
- package/lib/components/select/YSelect.js +41 -43
- package/lib/components/select/YSelect.js.map +1 -1
- package/lib/components/select/index.js.map +1 -1
- package/lib/components/slider/YSlider.js.map +1 -1
- package/lib/components/slider/index.js.map +1 -1
- package/lib/components/slider/slider.js.map +1 -1
- package/lib/components/snackbar/YSnackbar.js +6 -6
- package/lib/components/snackbar/YSnackbar.js.map +1 -1
- package/lib/components/snackbar/index.js.map +1 -1
- package/lib/components/switch/YSwitch.js +1 -2
- package/lib/components/switch/YSwitch.js.map +1 -1
- package/lib/components/switch/index.js.map +1 -1
- package/lib/components/tab/YTab.js +2 -3
- package/lib/components/tab/YTab.js.map +1 -1
- package/lib/components/tab/YTab.scss +1 -1
- package/lib/components/tab/YTabs.js +1 -2
- package/lib/components/tab/YTabs.js.map +1 -1
- package/lib/components/tab/index.js.map +1 -1
- package/lib/components/tab/shared.js.map +1 -1
- package/lib/components/tab/types.js.map +1 -1
- package/lib/components/table/YDataTable.js +8 -6
- package/lib/components/table/YDataTable.js.map +1 -1
- package/lib/components/table/YDataTableBody.js +2 -3
- package/lib/components/table/YDataTableBody.js.map +1 -1
- package/lib/components/table/YDataTableCell.js +1 -2
- package/lib/components/table/YDataTableCell.js.map +1 -1
- package/lib/components/table/YDataTableControl.js +8 -6
- package/lib/components/table/YDataTableControl.js.map +1 -1
- package/lib/components/table/YDataTableControl.scss +10 -0
- package/lib/components/table/YDataTableHead.js +1 -1
- package/lib/components/table/YDataTableHead.js.map +1 -1
- package/lib/components/table/YDataTableLayer.js +1 -2
- package/lib/components/table/YDataTableLayer.js.map +1 -1
- package/lib/components/table/YDataTableLayerRow.js +1 -2
- package/lib/components/table/YDataTableLayerRow.js.map +1 -1
- package/lib/components/table/YDataTableLayerRows.js +1 -2
- package/lib/components/table/YDataTableLayerRows.js.map +1 -1
- package/lib/components/table/YDataTableRow.js +1 -2
- package/lib/components/table/YDataTableRow.js.map +1 -1
- package/lib/components/table/YDataTableServer.js +8 -6
- package/lib/components/table/YDataTableServer.js.map +1 -1
- package/lib/components/table/YTable.js +1 -2
- package/lib/components/table/YTable.js.map +1 -1
- package/lib/components/table/composables/expand.js.map +1 -1
- package/lib/components/table/composables/header.js.map +1 -1
- package/lib/components/table/composables/items.js.map +1 -1
- package/lib/components/table/composables/measure.js +1 -1
- package/lib/components/table/composables/measure.js.map +1 -1
- package/lib/components/table/composables/options.js.map +1 -1
- package/lib/components/table/composables/pagination.js.map +1 -1
- package/lib/components/table/composables/provides.js.map +1 -1
- package/lib/components/table/composables/selection.js.map +1 -1
- package/lib/components/table/composables/sorted-items.js.map +1 -1
- package/lib/components/table/composables/sorting.js.map +1 -1
- package/lib/components/table/index.js.map +1 -1
- package/lib/components/table/types/common.js.map +1 -1
- package/lib/components/table/types/header.js.map +1 -1
- package/lib/components/table/types/index.js.map +1 -1
- package/lib/components/table/types/item.js.map +1 -1
- package/lib/components/table/types/row.js.map +1 -1
- package/lib/components/text-ellipsis/YTextEllipsis.js +1 -2
- package/lib/components/text-ellipsis/YTextEllipsis.js.map +1 -1
- package/lib/components/text-ellipsis/index.js.map +1 -1
- package/lib/components/text-highlighter/YTextHighlighter.js +2 -1
- package/lib/components/text-highlighter/YTextHighlighter.js.map +1 -1
- package/lib/components/text-highlighter/index.js.map +1 -1
- package/lib/components/text-interpolation/YTi.js +2 -2
- package/lib/components/text-interpolation/YTi.js.map +1 -1
- package/lib/components/text-interpolation/index.js.map +1 -1
- package/lib/components/textarea/YTextarea.js +1 -2
- package/lib/components/textarea/YTextarea.js.map +1 -1
- package/lib/components/textarea/index.js.map +1 -1
- package/lib/components/toggle-button/YToggleButton.js.map +1 -1
- package/lib/components/toggle-button/index.js.map +1 -1
- package/lib/components/tooltip/YTooltip.js +1 -2
- package/lib/components/tooltip/YTooltip.js.map +1 -1
- package/lib/components/tooltip/index.js.map +1 -1
- package/lib/components/transitions/expand-transition.js.map +1 -1
- package/lib/components/transitions/index.js.map +1 -1
- package/lib/components/tree-view/YTreeView.js +1 -2
- package/lib/components/tree-view/YTreeView.js.map +1 -1
- package/lib/components/tree-view/YTreeViewNode.js +7 -4
- package/lib/components/tree-view/YTreeViewNode.js.map +1 -1
- package/lib/components/tree-view/index.js.map +1 -1
- package/lib/components/tree-view/tree-view.js.map +1 -1
- package/lib/components/tree-view/types.js.map +1 -1
- package/lib/components/tree-view/util.js.map +1 -1
- package/lib/composables/choice-link.js.map +1 -1
- package/lib/composables/choice.js.map +1 -1
- package/lib/composables/communication.js.map +1 -1
- package/lib/composables/component.js.map +1 -1
- package/lib/composables/coordinate/arrangement.js.map +1 -1
- package/lib/composables/coordinate/index.js.map +1 -1
- package/lib/composables/coordinate/levitation.js +2 -2
- package/lib/composables/coordinate/levitation.js.map +1 -1
- package/lib/composables/coordinate/types.js.map +1 -1
- package/lib/composables/coordinate/utils/point.js.map +1 -1
- package/lib/composables/date/factory.js.map +1 -1
- package/lib/composables/date/index.js.map +1 -1
- package/lib/composables/date/setting.js.map +1 -1
- package/lib/composables/date/types.js.map +1 -1
- package/lib/composables/defaults/index.js.map +1 -1
- package/lib/composables/defaults/share.js.map +1 -1
- package/lib/composables/defaults/types.js.map +1 -1
- package/lib/composables/dimension.js.map +1 -1
- package/lib/composables/focus.js.map +1 -1
- package/lib/composables/form.js +5 -5
- package/lib/composables/form.js.map +1 -1
- package/lib/composables/i18n/index.js.map +1 -1
- package/lib/composables/i18n/locale.js.map +1 -1
- package/lib/composables/i18n/rtl.js.map +1 -1
- package/lib/composables/i18n/share.js.map +1 -1
- package/lib/composables/icon.js +1 -2
- package/lib/composables/icon.js.map +1 -1
- package/lib/composables/index.js.map +1 -1
- package/lib/composables/layer-group.js.map +1 -1
- package/lib/composables/layout.js.map +1 -1
- package/lib/composables/list-items.js.map +1 -1
- package/lib/composables/progress.js.map +1 -1
- package/lib/composables/ref.js.map +1 -1
- package/lib/composables/resize-observer.js.map +1 -1
- package/lib/composables/scope.js.map +1 -1
- package/lib/composables/style-color.js +1 -2
- package/lib/composables/style-color.js.map +1 -1
- package/lib/composables/theme/factory.js.map +1 -1
- package/lib/composables/theme/helper.js.map +1 -1
- package/lib/composables/theme/index.js +8 -1
- package/lib/composables/theme/index.js.map +1 -1
- package/lib/composables/theme/setting.js.map +1 -1
- package/lib/composables/theme/types.js.map +1 -1
- package/lib/composables/timing.js.map +1 -1
- package/lib/composables/transition.js.map +1 -1
- package/lib/composables/validation.js +7 -4
- package/lib/composables/validation.js.map +1 -1
- package/lib/composables/vue-router.js.map +1 -1
- package/lib/directives/complement-click/index.js.map +1 -1
- package/lib/directives/index.js +3 -0
- package/lib/directives/index.js.map +1 -0
- package/lib/directives/plate-wave/index.js +2 -2
- package/lib/directives/plate-wave/index.js.map +1 -1
- package/lib/directives/plate-wave/plate-wave.scss +17 -6
- package/lib/directives/theme-class/index.js +24 -0
- package/lib/directives/theme-class/index.js.map +1 -0
- package/lib/etc/index.js.map +1 -1
- package/lib/i18n/built-in.js.map +1 -1
- package/lib/i18n/config.js.map +1 -1
- package/lib/i18n/types.js.map +1 -1
- package/lib/index.js +3 -3
- package/lib/index.js.map +1 -1
- package/lib/locales/en.js.map +1 -1
- package/lib/locales/index.js.map +1 -1
- package/lib/locales/ko.js.map +1 -1
- package/lib/mixins/di.js.map +1 -1
- package/lib/mixins/rebind-attrs.js +0 -2
- package/lib/mixins/rebind-attrs.js.map +1 -1
- package/lib/styles/_elevation.scss +0 -1
- package/lib/styles/base.scss +3 -1
- package/lib/styles/settings/_elevation.scss +12 -12
- package/lib/styles/settings/_provided.scss +23 -23
- package/lib/styles/theme/dark.scss +3 -3
- package/lib/styles/theme/index.scss +0 -1
- package/lib/styles/theme/light.scss +3 -3
- package/lib/styles/util/_mixin.scss +16 -16
- package/lib/types/index.js.map +1 -1
- package/lib/util/anchor.js.map +1 -1
- package/lib/util/array.js.map +1 -1
- package/lib/util/collection.js.map +1 -1
- package/lib/util/color/apca.js +1 -0
- package/lib/util/color/apca.js.map +1 -1
- package/lib/util/color/const.js.map +1 -1
- package/lib/util/color/contrast/contrast.js.map +1 -1
- package/lib/util/color/conversion.js.map +1 -1
- package/lib/util/color/hct/cam16.js.map +1 -1
- package/lib/util/color/hct/hct-solver.js +6 -6
- package/lib/util/color/hct/hct-solver.js.map +1 -1
- package/lib/util/color/hct/hct.js.map +1 -1
- package/lib/util/color/hct/viewing-conditions.js +6 -4
- package/lib/util/color/hct/viewing-conditions.js.map +1 -1
- package/lib/util/color/index.js +13 -13
- package/lib/util/color/index.js.map +1 -1
- package/lib/util/color/palettes/core-palette.js.map +1 -1
- package/lib/util/color/palettes/tonal-palette.js +3 -3
- package/lib/util/color/palettes/tonal-palette.js.map +1 -1
- package/lib/util/color/types.js.map +1 -1
- package/lib/util/color/utils/math-utils.js +62 -62
- package/lib/util/color/utils/math-utils.js.map +1 -1
- package/lib/util/common.js +28 -13
- package/lib/util/common.js.map +1 -1
- package/lib/util/component/component.js.map +1 -1
- package/lib/util/component/index.js.map +1 -1
- package/lib/util/component/inject-self.js.map +1 -1
- package/lib/util/component/props.js.map +1 -1
- package/lib/util/component/types.js.map +1 -1
- package/lib/util/date/adapters/yuyeon-date-adapter.js +3 -3
- package/lib/util/date/adapters/yuyeon-date-adapter.js.map +1 -1
- package/lib/util/date/built-in.js +2 -0
- package/lib/util/date/built-in.js.map +1 -1
- package/lib/util/date/index.js +1 -1
- package/lib/util/date/index.js.map +1 -1
- package/lib/util/date/types.js.map +1 -1
- package/lib/util/debounce.js +1 -1
- package/lib/util/debounce.js.map +1 -1
- package/lib/util/dom.js +10 -1
- package/lib/util/dom.js.map +1 -1
- package/lib/util/environments.js.map +1 -1
- package/lib/util/frame-scheduler.js +3 -3
- package/lib/util/frame-scheduler.js.map +1 -1
- package/lib/util/index.js +11 -11
- package/lib/util/index.js.map +1 -1
- package/lib/util/reactivity.js +3 -3
- package/lib/util/reactivity.js.map +1 -1
- package/lib/util/rect.js.map +1 -1
- package/lib/util/scroll.js.map +1 -1
- package/lib/util/string.js +6 -1
- package/lib/util/string.js.map +1 -1
- package/lib/util/ui.js +8 -7
- package/lib/util/ui.js.map +1 -1
- package/lib/util/validation.js.map +1 -1
- package/package.json +132 -123
- package/types/abstract/items.d.ts +4 -4
- package/types/components/alert/YAlert.d.ts +2 -2
- package/types/components/badge/YBadge.d.ts +0 -3
- package/types/components/button/YButton.d.ts +3 -3
- package/types/components/checkbox/YCheckbox.d.ts +4 -4
- package/types/components/chip/YChip.d.ts +0 -3
- package/types/components/date-picker/YDateCalendar.d.ts +3 -3
- package/types/components/date-picker/YDatePickerControl.d.ts +7 -7
- package/types/components/dialog/YDialog.d.ts +108 -6480
- package/types/components/draggable/YDraggable.d.ts +6 -6
- package/types/components/draggable/index.d.ts +1 -0
- package/types/components/dropdown/YDropdown.d.ts +87 -87
- package/types/components/field-input/YFieldInput.d.ts +20 -14
- package/types/components/form/YForm.d.ts +3 -3
- package/types/components/icon/YIcon.d.ts +4 -4
- package/types/components/icons/YIconPageControl.d.ts +1 -1
- package/types/components/icons/YIconSort.d.ts +1 -1
- package/types/components/icons/index.d.ts +4 -4
- package/types/components/img/YImg.d.ts +26 -26
- package/types/components/input/YInput.d.ts +13 -13
- package/types/components/ip-field/YIpv4Field.d.ts +5 -5
- package/types/components/layer/YLayer.d.ts +55 -3240
- package/types/components/layer/scroll-strategies.d.ts +4 -4
- package/types/components/menu/YMenu.d.ts +74 -6446
- package/types/components/pagination/YPagination.d.ts +3 -3
- package/types/components/radio/YRadio.d.ts +25 -0
- package/types/components/radio/YRadioIcon.d.ts +6 -0
- package/types/components/radio/index.d.ts +2 -0
- package/types/components/select/YSelect.d.ts +178 -496
- package/types/components/slider/YSlider.d.ts +1 -1
- package/types/components/snackbar/YSnackbar.d.ts +55 -55
- package/types/components/tab/YTab.d.ts +3 -3
- package/types/components/tab/YTabs.d.ts +1 -1
- package/types/components/table/YDataTable.d.ts +33 -87
- package/types/components/table/YDataTableBody.d.ts +3 -3
- package/types/components/table/YDataTableCell.d.ts +2 -2
- package/types/components/table/YDataTableControl.d.ts +18 -6
- package/types/components/table/YDataTableLayer.d.ts +2 -2
- package/types/components/table/YDataTableRow.d.ts +1 -1
- package/types/components/table/YDataTableServer.d.ts +54 -99
- package/types/components/table/YTable.d.ts +3 -3
- package/types/components/table/composables/expand.d.ts +4 -4
- package/types/components/table/composables/header.d.ts +16 -48
- package/types/components/table/composables/items.d.ts +2 -2
- package/types/components/table/composables/pagination.d.ts +10 -10
- package/types/components/table/composables/selection.d.ts +6 -6
- package/types/components/table/composables/sorting.d.ts +8 -14
- package/types/components/table/types/item.d.ts +1 -1
- package/types/components/textarea/YTextarea.d.ts +30 -30
- package/types/components/tooltip/YTooltip.d.ts +67 -67
- package/types/components/tree-view/YTreeView.d.ts +7 -7
- package/types/components/tree-view/YTreeViewNode.d.ts +5 -5
- package/types/components/tree-view/tree-view.d.ts +2 -2
- package/types/composables/choice.d.ts +2 -2
- package/types/composables/coordinate/index.d.ts +27 -3205
- package/types/composables/dimension.d.ts +6 -6
- package/types/composables/form.d.ts +17 -27
- package/types/composables/list-items.d.ts +3 -3
- package/types/composables/style-color.d.ts +0 -1
- package/types/composables/theme/index.d.ts +1 -0
- package/types/composables/transition.d.ts +10 -10
- package/types/composables/validation.d.ts +6 -6
- package/types/composables/vue-router.d.ts +3 -3
- package/types/declares.d.ts +1 -0
- package/types/directives/index.d.ts +2 -0
- package/types/directives/plate-wave/index.d.ts +7 -1
- package/types/globals.d.ts +19 -20
- package/types/shims.d.ts +58 -52
- package/types/src/abstract/items.d.ts +49 -0
- package/types/src/components/alert/YAlert.d.ts +13 -0
- package/types/src/components/alert/index.d.ts +1 -0
- package/types/src/components/app/YApp.d.ts +8 -0
- package/types/src/components/app/index.d.ts +1 -0
- package/types/src/components/badge/YBadge.d.ts +126 -0
- package/types/src/components/badge/index.d.ts +1 -0
- package/types/src/components/bench/YBench.d.ts +4 -0
- package/types/src/components/bench/index.d.ts +1 -0
- package/types/src/components/button/YButton.d.ts +189 -0
- package/types/src/components/button/index.d.ts +1 -0
- package/types/src/components/card/YCard.d.ts +9 -0
- package/types/src/components/card/YCardBody.d.ts +2 -0
- package/types/src/components/card/YCardFooter.d.ts +2 -0
- package/types/src/components/card/YCardHeader.d.ts +2 -0
- package/types/src/components/card/index.d.ts +4 -0
- package/types/src/components/checkbox/YCheckbox.d.ts +23 -0
- package/types/src/components/checkbox/YInputCheckbox.d.ts +31 -0
- package/types/src/components/checkbox/index.d.ts +4 -0
- package/types/src/components/chip/YChip.d.ts +37 -0
- package/types/src/components/chip/index.d.ts +1 -0
- package/types/src/components/date-picker/YDateCalendar.d.ts +115 -0
- package/types/src/components/date-picker/YDatePicker.d.ts +94 -0
- package/types/src/components/date-picker/YDatePickerControl.d.ts +97 -0
- package/types/src/components/date-picker/YMonthPicker.d.ts +25 -0
- package/types/src/components/date-picker/YYearPicker.d.ts +38 -0
- package/types/src/components/date-picker/index.d.ts +3 -0
- package/types/src/components/default-provider/YDefaultProvider.d.ts +0 -0
- package/types/src/components/default-provider/index.d.ts +0 -0
- package/types/src/components/dialog/YDialog.d.ts +715 -0
- package/types/src/components/dialog/index.d.ts +1 -0
- package/types/src/components/divider/YDivider.d.ts +14 -0
- package/types/src/components/divider/index.d.ts +1 -0
- package/types/src/components/draggable/YDraggable.d.ts +36 -0
- package/types/src/components/draggable/index.d.ts +1 -0
- package/types/src/components/dropdown/YDropdown.d.ts +574 -0
- package/types/src/components/dropdown/index.d.ts +1 -0
- package/types/src/components/field-input/YFieldInput.d.ts +322 -0
- package/types/src/components/field-input/index.d.ts +1 -0
- package/types/src/components/form/YForm.d.ts +20 -0
- package/types/src/components/form/index.d.ts +1 -0
- package/types/src/components/hover/YHover.d.ts +57 -0
- package/types/src/components/hover/index.d.ts +1 -0
- package/types/src/components/icon/YIcon.d.ts +67 -0
- package/types/src/components/icon/index.d.ts +1 -0
- package/types/src/components/icons/YIconCheckbox.d.ts +6 -0
- package/types/src/components/icons/YIconClear.d.ts +1 -0
- package/types/src/components/icons/YIconDropdown.d.ts +1 -0
- package/types/src/components/icons/YIconExpand.d.ts +1 -0
- package/types/src/components/icons/YIconPageControl.d.ts +14 -0
- package/types/src/components/icons/YIconSort.d.ts +10 -0
- package/types/src/components/icons/index.d.ts +51 -0
- package/types/src/components/img/YImg.d.ts +133 -0
- package/types/src/components/img/index.d.ts +0 -0
- package/types/src/components/index.d.ts +38 -0
- package/types/src/components/input/YInput.d.ts +249 -0
- package/types/src/components/input/index.d.ts +1 -0
- package/types/src/components/ip-field/YIpv4Field.d.ts +65 -0
- package/types/src/components/ip-field/index.d.ts +1 -0
- package/types/src/components/layer/YLayer.d.ts +436 -0
- package/types/src/components/layer/active-delay.d.ts +4 -0
- package/types/src/components/layer/active-stack.d.ts +16 -0
- package/types/src/components/layer/base.d.ts +28 -0
- package/types/src/components/layer/content.d.ts +21 -0
- package/types/src/components/layer/index.d.ts +1 -0
- package/types/src/components/layer/scroll-strategies.d.ts +41 -0
- package/types/src/components/list/YList.d.ts +19 -0
- package/types/src/components/list/YListItem.d.ts +42 -0
- package/types/src/components/list/index.d.ts +2 -0
- package/types/src/components/loading/YSpinnerRing.d.ts +3 -0
- package/types/src/components/loading/index.d.ts +1 -0
- package/types/src/components/menu/YMenu.d.ts +517 -0
- package/types/src/components/menu/index.d.ts +1 -0
- package/types/src/components/navigation/YNavigation.d.ts +1 -0
- package/types/src/components/navigation/index.d.ts +1 -0
- package/types/src/components/pagination/YPagination.d.ts +137 -0
- package/types/src/components/pagination/index.d.ts +1 -0
- package/types/src/components/panel/YDividePanel.d.ts +5 -0
- package/types/src/components/panel/index.d.ts +1 -0
- package/types/src/components/plate/YPlate.d.ts +9 -0
- package/types/src/components/plate/index.d.ts +1 -0
- package/types/src/components/progress-bar/YProgressBar.d.ts +38 -0
- package/types/src/components/progress-bar/index.d.ts +1 -0
- package/types/src/components/progress-ring/YProgressRing.d.ts +34 -0
- package/types/src/components/progress-ring/index.d.ts +1 -0
- package/types/src/components/radio/YRadio.d.ts +25 -0
- package/types/src/components/radio/YRadioIcon.d.ts +6 -0
- package/types/src/components/radio/index.d.ts +2 -0
- package/types/src/components/select/YSelect.d.ts +1221 -0
- package/types/src/components/select/index.d.ts +1 -0
- package/types/src/components/slider/YSlider.d.ts +16 -0
- package/types/src/components/slider/index.d.ts +1 -0
- package/types/src/components/slider/slider.d.ts +0 -0
- package/types/src/components/snackbar/YSnackbar.d.ts +452 -0
- package/types/src/components/snackbar/index.d.ts +1 -0
- package/types/src/components/switch/YSwitch.d.ts +137 -0
- package/types/src/components/switch/index.d.ts +1 -0
- package/types/src/components/tab/YTab.d.ts +218 -0
- package/types/src/components/tab/YTabs.d.ts +98 -0
- package/types/src/components/tab/index.d.ts +3 -0
- package/types/src/components/tab/shared.d.ts +4 -0
- package/types/src/components/tab/types.d.ts +5 -0
- package/types/src/components/table/YDataTable.d.ts +459 -0
- package/types/src/components/table/YDataTableBody.d.ts +99 -0
- package/types/src/components/table/YDataTableCell.d.ts +32 -0
- package/types/src/components/table/YDataTableControl.d.ts +68 -0
- package/types/src/components/table/YDataTableHead.d.ts +54 -0
- package/types/src/components/table/YDataTableLayer.d.ts +13 -0
- package/types/src/components/table/YDataTableLayerRow.d.ts +22 -0
- package/types/src/components/table/YDataTableLayerRows.d.ts +9 -0
- package/types/src/components/table/YDataTableRow.d.ts +53 -0
- package/types/src/components/table/YDataTableServer.d.ts +502 -0
- package/types/src/components/table/YTable.d.ts +65 -0
- package/types/src/components/table/composables/expand.d.ts +42 -0
- package/types/src/components/table/composables/header.d.ts +175 -0
- package/types/src/components/table/composables/items.d.ts +55 -0
- package/types/src/components/table/composables/measure.d.ts +8 -0
- package/types/src/components/table/composables/options.d.ts +11 -0
- package/types/src/components/table/composables/pagination.d.ts +81 -0
- package/types/src/components/table/composables/provides.d.ts +15 -0
- package/types/src/components/table/composables/selection.d.ts +82 -0
- package/types/src/components/table/composables/sorted-items.d.ts +7 -0
- package/types/src/components/table/composables/sorting.d.ts +56 -0
- package/types/src/components/table/index.d.ts +10 -0
- package/types/src/components/table/types/common.d.ts +2 -0
- package/types/src/components/table/types/header.d.ts +25 -0
- package/types/src/components/table/types/index.d.ts +59 -0
- package/types/src/components/table/types/item.d.ts +23 -0
- package/types/src/components/table/types/row.d.ts +4 -0
- package/types/src/components/text-ellipsis/YTextEllipsis.d.ts +11 -0
- package/types/src/components/text-ellipsis/index.d.ts +1 -0
- package/types/src/components/text-highlighter/YTextHighlighter.d.ts +26 -0
- package/types/src/components/text-highlighter/index.d.ts +1 -0
- package/types/src/components/text-interpolation/YTi.d.ts +11 -0
- package/types/src/components/text-interpolation/index.d.ts +1 -0
- package/types/src/components/textarea/YTextarea.d.ts +583 -0
- package/types/src/components/textarea/index.d.ts +1 -0
- package/types/src/components/toggle-button/YToggleButton.d.ts +4 -0
- package/types/src/components/toggle-button/index.d.ts +1 -0
- package/types/src/components/tooltip/YTooltip.d.ts +502 -0
- package/types/src/components/tooltip/index.d.ts +1 -0
- package/types/src/components/transitions/expand-transition.d.ts +20 -0
- package/types/src/components/transitions/index.d.ts +38 -0
- package/types/src/components/tree-view/YTreeView.d.ts +172 -0
- package/types/src/components/tree-view/YTreeViewNode.d.ts +176 -0
- package/types/src/components/tree-view/index.d.ts +2 -0
- package/types/src/components/tree-view/tree-view.d.ts +51 -0
- package/types/src/components/tree-view/types.d.ts +17 -0
- package/types/src/components/tree-view/util.d.ts +6 -0
- package/types/src/composables/choice-link.d.ts +3 -0
- package/types/src/composables/choice.d.ts +113 -0
- package/types/src/composables/communication.d.ts +8 -0
- package/types/src/composables/component.d.ts +3 -0
- package/types/src/composables/coordinate/arrangement.d.ts +7 -0
- package/types/src/composables/coordinate/index.d.ts +87 -0
- package/types/src/composables/coordinate/levitation.d.ts +7 -0
- package/types/src/composables/coordinate/types.d.ts +7 -0
- package/types/src/composables/coordinate/utils/point.d.ts +22 -0
- package/types/src/composables/date/factory.d.ts +3 -0
- package/types/src/composables/date/index.d.ts +12 -0
- package/types/src/composables/date/setting.d.ts +5 -0
- package/types/src/composables/date/types.d.ts +13 -0
- package/types/src/composables/defaults/index.d.ts +11 -0
- package/types/src/composables/defaults/share.d.ts +4 -0
- package/types/src/composables/defaults/types.d.ts +12 -0
- package/types/src/composables/dimension.d.ts +54 -0
- package/types/src/composables/focus.d.ts +30 -0
- package/types/src/composables/form.d.ts +132 -0
- package/types/src/composables/i18n/index.d.ts +9 -0
- package/types/src/composables/i18n/locale.d.ts +3 -0
- package/types/src/composables/i18n/rtl.d.ts +21 -0
- package/types/src/composables/i18n/share.d.ts +1 -0
- package/types/src/composables/icon.d.ts +79 -0
- package/types/src/composables/index.d.ts +10 -0
- package/types/src/composables/layer-group.d.ts +10 -0
- package/types/src/composables/layout.d.ts +10 -0
- package/types/src/composables/list-items.d.ts +113 -0
- package/types/src/composables/progress.d.ts +4 -0
- package/types/src/composables/ref.d.ts +6 -0
- package/types/src/composables/resize-observer.d.ts +24 -0
- package/types/src/composables/scope.d.ts +3 -0
- package/types/src/composables/style-color.d.ts +14 -0
- package/types/src/composables/theme/factory.d.ts +4 -0
- package/types/src/composables/theme/helper.d.ts +3 -0
- package/types/src/composables/theme/index.d.ts +57 -0
- package/types/src/composables/theme/setting.d.ts +11 -0
- package/types/src/composables/theme/types.d.ts +29 -0
- package/types/src/composables/timing.d.ts +20 -0
- package/types/src/composables/transition.d.ts +40 -0
- package/types/src/composables/validation.d.ts +82 -0
- package/types/src/composables/vue-router.d.ts +43 -0
- package/types/src/declares.d.ts +1 -0
- package/types/src/directives/complement-click/index.d.ts +26 -0
- package/types/src/directives/index.d.ts +2 -0
- package/types/src/directives/plate-wave/index.d.ts +20 -0
- package/types/src/directives/theme-class/index.d.ts +4 -0
- package/types/src/etc/index.d.ts +1 -0
- package/types/src/globals.d.ts +20 -0
- package/types/src/i18n/built-in.d.ts +3 -0
- package/types/src/i18n/config.d.ts +81 -0
- package/types/src/i18n/types.d.ts +20 -0
- package/types/src/index.d.ts +13 -0
- package/types/src/locales/en.d.ts +6 -0
- package/types/src/locales/index.d.ts +2 -0
- package/types/src/locales/ko.d.ts +6 -0
- package/types/src/mixins/di.d.ts +2 -0
- package/types/src/mixins/rebind-attrs.d.ts +5 -0
- package/types/src/shims.d.ts +64 -0
- package/types/src/types/index.d.ts +9 -0
- package/types/src/util/anchor.d.ts +23 -0
- package/types/src/util/array.d.ts +2 -0
- package/types/src/util/collection.d.ts +1 -0
- package/types/src/util/color/apca.d.ts +29 -0
- package/types/src/util/color/const.d.ts +5 -0
- package/types/src/util/color/contrast/contrast.d.ts +74 -0
- package/types/src/util/color/conversion.d.ts +131 -0
- package/types/src/util/color/hct/cam16.d.ts +116 -0
- package/types/src/util/color/hct/hct-solver.d.ts +131 -0
- package/types/src/util/color/hct/hct.d.ts +71 -0
- package/types/src/util/color/hct/viewing-conditions.d.ts +58 -0
- package/types/src/util/color/index.d.ts +5 -0
- package/types/src/util/color/palettes/core-palette.d.ts +44 -0
- package/types/src/util/color/palettes/tonal-palette.d.ts +40 -0
- package/types/src/util/color/types.d.ts +14 -0
- package/types/src/util/color/utils/math-utils.d.ts +82 -0
- package/types/src/util/common.d.ts +17 -0
- package/types/src/util/component/component.d.ts +5 -0
- package/types/src/util/component/index.d.ts +11 -0
- package/types/src/util/component/inject-self.d.ts +3 -0
- package/types/src/util/component/props.d.ts +32 -0
- package/types/src/util/component/types.d.ts +21 -0
- package/types/src/util/date/adapters/yuyeon-date-adapter.d.ts +43 -0
- package/types/src/util/date/built-in.d.ts +41 -0
- package/types/src/util/date/index.d.ts +3 -0
- package/types/src/util/date/types.d.ts +167 -0
- package/types/src/util/debounce.d.ts +11 -0
- package/types/src/util/dom.d.ts +5 -0
- package/types/src/util/environments.d.ts +6 -0
- package/types/src/util/frame-scheduler.d.ts +7 -0
- package/types/src/util/index.d.ts +16 -0
- package/types/src/util/reactivity.d.ts +7 -0
- package/types/src/util/rect.d.ts +36 -0
- package/types/src/util/scroll.d.ts +3 -0
- package/types/src/util/string.d.ts +9 -0
- package/types/src/util/ui.d.ts +4 -0
- package/types/src/util/validation.d.ts +3 -0
- package/types/types/index.d.ts +3 -0
- package/types/util/anchor.d.ts +1 -1
- package/types/util/common.d.ts +3 -0
- package/types/util/component/component.d.ts +1 -2
- package/types/util/component/props.d.ts +1 -1
- package/types/util/component/types.d.ts +1 -1
- package/types/util/date/index.d.ts +1 -1
- package/types/util/dom.d.ts +2 -0
- package/types/util/index.d.ts +11 -11
- package/types/util/string.d.ts +1 -0
- /package/types/directives/{theme-class.d.ts → theme-class/index.d.ts} +0 -0
|
@@ -11,6 +11,6 @@ export declare const pressYSliderPropsOptions: <Defaults extends {
|
|
|
11
11
|
export declare const YSlider: import('vue').DefineComponent<{
|
|
12
12
|
modelValue: PropType<number>;
|
|
13
13
|
}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
14
|
-
'update:modelValue': () =>
|
|
14
|
+
'update:modelValue': () => true;
|
|
15
15
|
}, string>;
|
|
16
16
|
export type YSlider = InstanceType<typeof YSlider>;
|
|
@@ -46,25 +46,25 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
46
46
|
default: unknown extends Defaults["modelValue"] ? boolean : boolean | Defaults["modelValue"];
|
|
47
47
|
};
|
|
48
48
|
contentClasses: unknown extends Defaults["contentClasses"] ? {
|
|
49
|
-
type: PropType<string | string
|
|
49
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
50
50
|
} : Omit<{
|
|
51
|
-
type: PropType<string | string
|
|
51
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
52
52
|
}, "type" | "default"> & {
|
|
53
|
-
type: PropType<unknown extends Defaults["contentClasses"] ? string |
|
|
54
|
-
default: unknown extends Defaults["contentClasses"] ? string |
|
|
53
|
+
type: PropType<unknown extends Defaults["contentClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["contentClasses"]>;
|
|
54
|
+
default: unknown extends Defaults["contentClasses"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["contentClasses"];
|
|
55
55
|
};
|
|
56
56
|
transition: unknown extends Defaults["transition"] ? {
|
|
57
|
-
type: PropType<any>;
|
|
57
|
+
type: PropType<string | any>;
|
|
58
58
|
default: () => {
|
|
59
59
|
name: string;
|
|
60
|
-
onBeforeEnter: (direction:
|
|
60
|
+
onBeforeEnter: (direction: "top" | "bottom") => (el: HTMLElement) => void;
|
|
61
61
|
onEnter(el: HTMLElement, done: () => void): void;
|
|
62
62
|
};
|
|
63
63
|
} : Omit<{
|
|
64
|
-
type: PropType<any>;
|
|
64
|
+
type: PropType<string | any>;
|
|
65
65
|
default: () => {
|
|
66
66
|
name: string;
|
|
67
|
-
onBeforeEnter: (direction:
|
|
67
|
+
onBeforeEnter: (direction: "top" | "bottom") => (el: HTMLElement) => void;
|
|
68
68
|
onEnter(el: HTMLElement, done: () => void): void;
|
|
69
69
|
};
|
|
70
70
|
}, "type" | "default"> & {
|
|
@@ -116,41 +116,41 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
116
116
|
default: unknown extends Defaults["maxHeight"] ? string | number : NonNullable<string | number> | Defaults["maxHeight"];
|
|
117
117
|
};
|
|
118
118
|
scrollStrategy: unknown extends Defaults["scrollStrategy"] ? Omit<{
|
|
119
|
-
type: PropType<
|
|
119
|
+
type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
|
|
120
120
|
default: string;
|
|
121
121
|
validator: (val: any) => boolean;
|
|
122
122
|
}, "type" | "default"> & {
|
|
123
|
-
type: PropType<NonNullable<"close" | "none" |
|
|
124
|
-
default: NonNullable<"close" | "none" |
|
|
123
|
+
type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
124
|
+
default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
125
125
|
} : Omit<Omit<{
|
|
126
|
-
type: PropType<
|
|
126
|
+
type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
|
|
127
127
|
default: string;
|
|
128
128
|
validator: (val: any) => boolean;
|
|
129
129
|
}, "type" | "default"> & {
|
|
130
|
-
type: PropType<NonNullable<"close" | "none" |
|
|
131
|
-
default: NonNullable<"close" | "none" |
|
|
130
|
+
type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
131
|
+
default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
132
132
|
}, "type" | "default"> & {
|
|
133
|
-
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" |
|
|
134
|
-
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" |
|
|
133
|
+
type: PropType<unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition"> : Defaults["scrollStrategy"] | NonNullable<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>>;
|
|
134
|
+
default: unknown extends Defaults["scrollStrategy"] ? NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition"> : Defaults["scrollStrategy"] | NonNullable<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
135
135
|
};
|
|
136
136
|
coordinateStrategy: unknown extends Defaults["coordinateStrategy"] ? {
|
|
137
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
137
|
+
type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
138
138
|
default: string;
|
|
139
139
|
} : Omit<{
|
|
140
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
140
|
+
type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
141
141
|
default: string;
|
|
142
142
|
}, "type" | "default"> & {
|
|
143
143
|
type: PropType<unknown extends Defaults["coordinateStrategy"] ? "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn : NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn> | Defaults["coordinateStrategy"]>;
|
|
144
144
|
default: unknown extends Defaults["coordinateStrategy"] ? "levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn : NonNullable<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn> | Defaults["coordinateStrategy"];
|
|
145
145
|
};
|
|
146
146
|
position: unknown extends Defaults["position"] ? Omit<{
|
|
147
|
-
type: PropType<"default" | "top" | "
|
|
147
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
148
148
|
default: string;
|
|
149
149
|
}, "type" | "default"> & {
|
|
150
150
|
type: PropType<string>;
|
|
151
151
|
default: string;
|
|
152
152
|
} : Omit<Omit<{
|
|
153
|
-
type: PropType<"default" | "top" | "
|
|
153
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
154
154
|
default: string;
|
|
155
155
|
}, "type" | "default"> & {
|
|
156
156
|
type: PropType<string>;
|
|
@@ -160,14 +160,14 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
160
160
|
default: unknown extends Defaults["position"] ? string : string | Defaults["position"];
|
|
161
161
|
};
|
|
162
162
|
align: unknown extends Defaults["align"] ? {
|
|
163
|
-
type: PropType<"
|
|
163
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
164
164
|
default: string;
|
|
165
165
|
} : Omit<{
|
|
166
|
-
type: PropType<"
|
|
166
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
167
167
|
default: string;
|
|
168
168
|
}, "type" | "default"> & {
|
|
169
|
-
type: PropType<unknown extends Defaults["align"] ? "
|
|
170
|
-
default: unknown extends Defaults["align"] ? "
|
|
169
|
+
type: PropType<unknown extends Defaults["align"] ? "bottom" | "top" | "start" | "end" | "center" : NonNullable<"bottom" | "top" | "start" | "end" | "center"> | Defaults["align"]>;
|
|
170
|
+
default: unknown extends Defaults["align"] ? "bottom" | "top" | "start" | "end" | "center" : NonNullable<"bottom" | "top" | "start" | "end" | "center"> | Defaults["align"];
|
|
171
171
|
};
|
|
172
172
|
origin: unknown extends Defaults["origin"] ? {
|
|
173
173
|
type: StringConstructor;
|
|
@@ -180,9 +180,9 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
180
180
|
default: unknown extends Defaults["origin"] ? string : string | Defaults["origin"];
|
|
181
181
|
};
|
|
182
182
|
offset: unknown extends Defaults["offset"] ? {
|
|
183
|
-
type: PropType<
|
|
183
|
+
type: PropType<number | string | number[]>;
|
|
184
184
|
} : Omit<{
|
|
185
|
-
type: PropType<
|
|
185
|
+
type: PropType<number | string | number[]>;
|
|
186
186
|
}, "type" | "default"> & {
|
|
187
187
|
type: PropType<unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"]>;
|
|
188
188
|
default: unknown extends Defaults["offset"] ? string | number | number[] : NonNullable<string | number | number[]> | Defaults["offset"];
|
|
@@ -234,12 +234,12 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
234
234
|
default: unknown extends Defaults["eager"] ? boolean : boolean | Defaults["eager"];
|
|
235
235
|
};
|
|
236
236
|
classes: unknown extends Defaults["classes"] ? {
|
|
237
|
-
type: PropType<string | string
|
|
237
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
238
238
|
} : Omit<{
|
|
239
|
-
type: PropType<string | string
|
|
239
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
240
240
|
}, "type" | "default"> & {
|
|
241
|
-
type: PropType<unknown extends Defaults["classes"] ? string |
|
|
242
|
-
default: unknown extends Defaults["classes"] ? string |
|
|
241
|
+
type: PropType<unknown extends Defaults["classes"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["classes"]>;
|
|
242
|
+
default: unknown extends Defaults["classes"] ? string | Record<string, any> | string[] : NonNullable<string | Record<string, any> | string[]> | Defaults["classes"];
|
|
243
243
|
};
|
|
244
244
|
closeClickScrim: unknown extends Defaults["closeClickScrim"] ? {
|
|
245
245
|
type: PropType<boolean>;
|
|
@@ -250,14 +250,14 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
250
250
|
default: unknown extends Defaults["closeClickScrim"] ? boolean : boolean | Defaults["closeClickScrim"];
|
|
251
251
|
};
|
|
252
252
|
contentStyles: unknown extends Defaults["contentStyles"] ? {
|
|
253
|
-
type: PropType<import('
|
|
253
|
+
type: PropType<import('../../types').CssProperties>;
|
|
254
254
|
default: () => void;
|
|
255
255
|
} : Omit<{
|
|
256
|
-
type: PropType<import('
|
|
256
|
+
type: PropType<import('../../types').CssProperties>;
|
|
257
257
|
default: () => void;
|
|
258
258
|
}, "type" | "default"> & {
|
|
259
|
-
type: PropType<unknown extends Defaults["contentStyles"] ? import('
|
|
260
|
-
default: unknown extends Defaults["contentStyles"] ? import('
|
|
259
|
+
type: PropType<unknown extends Defaults["contentStyles"] ? import('../../types').CssProperties : import('../../types').CssProperties | Defaults["contentStyles"]>;
|
|
260
|
+
default: unknown extends Defaults["contentStyles"] ? import('../../types').CssProperties : import('../../types').CssProperties | Defaults["contentStyles"];
|
|
261
261
|
};
|
|
262
262
|
disabled: unknown extends Defaults["disabled"] ? {
|
|
263
263
|
type: PropType<boolean>;
|
|
@@ -308,10 +308,10 @@ export declare const pressYSnackbarPropsOptions: <Defaults extends {
|
|
|
308
308
|
default: unknown extends Defaults["closeDelay"] ? number : number | Defaults["closeDelay"];
|
|
309
309
|
};
|
|
310
310
|
zIndex: unknown extends Defaults["zIndex"] ? {
|
|
311
|
-
type: PropType<
|
|
311
|
+
type: PropType<number | string>;
|
|
312
312
|
default: number;
|
|
313
313
|
} : Omit<{
|
|
314
|
-
type: PropType<
|
|
314
|
+
type: PropType<number | string>;
|
|
315
315
|
default: number;
|
|
316
316
|
}, "type" | "default"> & {
|
|
317
317
|
type: PropType<unknown extends Defaults["zIndex"] ? string | number : NonNullable<string | number> | Defaults["zIndex"]>;
|
|
@@ -331,13 +331,13 @@ export declare const YSnackbar: import('vue').DefineComponent<{
|
|
|
331
331
|
type: PropType<boolean>;
|
|
332
332
|
};
|
|
333
333
|
contentClasses: {
|
|
334
|
-
type: PropType<string | string
|
|
334
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
335
335
|
};
|
|
336
336
|
transition: {
|
|
337
|
-
type: PropType<any>;
|
|
337
|
+
type: PropType<string | any>;
|
|
338
338
|
default: () => {
|
|
339
339
|
name: string;
|
|
340
|
-
onBeforeEnter: (direction:
|
|
340
|
+
onBeforeEnter: (direction: "top" | "bottom") => (el: HTMLElement) => void;
|
|
341
341
|
onEnter(el: HTMLElement, done: () => void): void;
|
|
342
342
|
};
|
|
343
343
|
};
|
|
@@ -349,33 +349,33 @@ export declare const YSnackbar: import('vue').DefineComponent<{
|
|
|
349
349
|
type: BooleanConstructor;
|
|
350
350
|
default: boolean;
|
|
351
351
|
};
|
|
352
|
-
minWidth: PropType<
|
|
353
|
-
width: PropType<
|
|
354
|
-
maxWidth: PropType<
|
|
355
|
-
minHeight: PropType<
|
|
356
|
-
height: PropType<
|
|
357
|
-
maxHeight: PropType<
|
|
352
|
+
minWidth: PropType<number | string>;
|
|
353
|
+
width: PropType<number | string>;
|
|
354
|
+
maxWidth: PropType<number | string>;
|
|
355
|
+
minHeight: PropType<number | string>;
|
|
356
|
+
height: PropType<number | string>;
|
|
357
|
+
maxHeight: PropType<number | string>;
|
|
358
358
|
scrollStrategy: Omit<{
|
|
359
|
-
type: PropType<
|
|
359
|
+
type: PropType<import('../layer/scroll-strategies').StrategyProps["scrollStrategy"]>;
|
|
360
360
|
default: string;
|
|
361
361
|
validator: (val: any) => boolean;
|
|
362
362
|
}, "type" | "default"> & {
|
|
363
|
-
type: PropType<NonNullable<"close" | "none" |
|
|
364
|
-
default: NonNullable<"close" | "none" |
|
|
363
|
+
type: PropType<NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">>;
|
|
364
|
+
default: NonNullable<"close" | "none" | ((data: import('../layer/scroll-strategies').ScrollStrategyData, props: import('../layer/scroll-strategies').StrategyProps, scope: import('vue').EffectScope) => void) | "block" | "reposition">;
|
|
365
365
|
};
|
|
366
366
|
coordinateStrategy: {
|
|
367
|
-
type: PropType<"levitation" | "arrangement" | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
367
|
+
type: PropType<("levitation" | "arrangement") | import('../../composables/coordinate').CoordinateStrategyFn>;
|
|
368
368
|
default: string;
|
|
369
369
|
};
|
|
370
370
|
position: Omit<{
|
|
371
|
-
type: PropType<"default" | "top" | "
|
|
371
|
+
type: PropType<"default" | "top" | "end" | "right" | "bottom" | "left" | "start">;
|
|
372
372
|
default: string;
|
|
373
373
|
}, "type" | "default"> & {
|
|
374
374
|
type: PropType<string>;
|
|
375
375
|
default: string;
|
|
376
376
|
};
|
|
377
377
|
align: {
|
|
378
|
-
type: PropType<"
|
|
378
|
+
type: PropType<"start" | "center" | "end" | "top" | "bottom">;
|
|
379
379
|
default: string;
|
|
380
380
|
};
|
|
381
381
|
origin: {
|
|
@@ -383,7 +383,7 @@ export declare const YSnackbar: import('vue').DefineComponent<{
|
|
|
383
383
|
default: string;
|
|
384
384
|
};
|
|
385
385
|
offset: {
|
|
386
|
-
type: PropType<
|
|
386
|
+
type: PropType<number | string | number[]>;
|
|
387
387
|
};
|
|
388
388
|
viewportMargin: {
|
|
389
389
|
type: (ArrayConstructor | NumberConstructor | StringConstructor)[];
|
|
@@ -402,13 +402,13 @@ export declare const YSnackbar: import('vue').DefineComponent<{
|
|
|
402
402
|
type: PropType<boolean>;
|
|
403
403
|
};
|
|
404
404
|
classes: {
|
|
405
|
-
type: PropType<string | string
|
|
405
|
+
type: PropType<string[] | string | Record<string, any>>;
|
|
406
406
|
};
|
|
407
407
|
closeClickScrim: {
|
|
408
408
|
type: PropType<boolean>;
|
|
409
409
|
};
|
|
410
410
|
contentStyles: {
|
|
411
|
-
type: PropType<import('
|
|
411
|
+
type: PropType<import('../../types').CssProperties>;
|
|
412
412
|
default: () => void;
|
|
413
413
|
};
|
|
414
414
|
disabled: {
|
|
@@ -431,7 +431,7 @@ export declare const YSnackbar: import('vue').DefineComponent<{
|
|
|
431
431
|
default: number;
|
|
432
432
|
};
|
|
433
433
|
zIndex: {
|
|
434
|
-
type: PropType<
|
|
434
|
+
type: PropType<number | string>;
|
|
435
435
|
default: number;
|
|
436
436
|
};
|
|
437
437
|
contained: BooleanConstructor;
|
|
@@ -49,9 +49,9 @@ export declare const pressYTabPropsOptions: <Defaults extends {
|
|
|
49
49
|
type: PropType<unknown extends Defaults["replace"] ? boolean : boolean | Defaults["replace"]>;
|
|
50
50
|
default: unknown extends Defaults["replace"] ? boolean : boolean | Defaults["replace"];
|
|
51
51
|
};
|
|
52
|
-
to: unknown extends Defaults["to"] ? PropType<import('vue-router').
|
|
53
|
-
type: PropType<unknown extends Defaults["to"] ? import('vue-router').
|
|
54
|
-
default: unknown extends Defaults["to"] ? import('vue-router').
|
|
52
|
+
to: unknown extends Defaults["to"] ? PropType<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric> : {
|
|
53
|
+
type: PropType<unknown extends Defaults["to"] ? string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric : NonNullable<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric> | Defaults["to"]>;
|
|
54
|
+
default: unknown extends Defaults["to"] ? string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric : NonNullable<string | import('vue-router').RouteLocationAsRelativeGeneric | import('vue-router').RouteLocationAsPathGeneric> | Defaults["to"];
|
|
55
55
|
};
|
|
56
56
|
exact: unknown extends Defaults["exact"] ? BooleanConstructor : {
|
|
57
57
|
type: PropType<unknown extends Defaults["exact"] ? boolean : boolean | Defaults["exact"]>;
|
|
@@ -93,6 +93,6 @@ export declare const YTabs: import('vue').DefineComponent<{
|
|
|
93
93
|
}, {
|
|
94
94
|
selected: import('vue').Ref<readonly number[], readonly number[]>;
|
|
95
95
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
96
|
-
'update:modelValue': (value: any) =>
|
|
96
|
+
'update:modelValue': (value: any) => true;
|
|
97
97
|
}, string>;
|
|
98
98
|
export type YTabs = InstanceType<typeof YTabs>;
|
|
@@ -57,9 +57,9 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
57
57
|
default: unknown extends Defaults["fixedHead"] ? boolean : boolean | Defaults["fixedHead"];
|
|
58
58
|
};
|
|
59
59
|
height: unknown extends Defaults["height"] ? {
|
|
60
|
-
type: PropType<
|
|
60
|
+
type: PropType<number | string>;
|
|
61
61
|
} : Omit<{
|
|
62
|
-
type: PropType<
|
|
62
|
+
type: PropType<number | string>;
|
|
63
63
|
}, "type" | "default"> & {
|
|
64
64
|
type: PropType<unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"]>;
|
|
65
65
|
default: unknown extends Defaults["height"] ? string | number : NonNullable<string | number> | Defaults["height"];
|
|
@@ -127,14 +127,14 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
127
127
|
default: unknown extends Defaults["enableSelect"] ? boolean : boolean | Defaults["enableSelect"];
|
|
128
128
|
};
|
|
129
129
|
selectStrategy: unknown extends Defaults["selectStrategy"] ? {
|
|
130
|
-
type: PropType<"
|
|
130
|
+
type: PropType<"single" | "page" | "all">;
|
|
131
131
|
default: string;
|
|
132
132
|
} : Omit<{
|
|
133
|
-
type: PropType<"
|
|
133
|
+
type: PropType<"single" | "page" | "all">;
|
|
134
134
|
default: string;
|
|
135
135
|
}, "type" | "default"> & {
|
|
136
|
-
type: PropType<unknown extends Defaults["selectStrategy"] ? "
|
|
137
|
-
default: unknown extends Defaults["selectStrategy"] ? "
|
|
136
|
+
type: PropType<unknown extends Defaults["selectStrategy"] ? "all" | "page" | "single" : NonNullable<"all" | "page" | "single"> | Defaults["selectStrategy"]>;
|
|
137
|
+
default: unknown extends Defaults["selectStrategy"] ? "all" | "page" | "single" : NonNullable<"all" | "page" | "single"> | Defaults["selectStrategy"];
|
|
138
138
|
};
|
|
139
139
|
modelValue: unknown extends Defaults["modelValue"] ? {
|
|
140
140
|
type: PropType<readonly any[]>;
|
|
@@ -147,48 +147,42 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
147
147
|
default: unknown extends Defaults["modelValue"] ? readonly any[] : readonly any[] | Defaults["modelValue"];
|
|
148
148
|
};
|
|
149
149
|
itemComparator: unknown extends Defaults["itemComparator"] ? {
|
|
150
|
-
type: PropType<
|
|
150
|
+
type: PropType<typeof import('../../util').deepEqual | string>;
|
|
151
151
|
default: () => typeof import('../../util').deepEqual;
|
|
152
152
|
} : Omit<{
|
|
153
|
-
type: PropType<
|
|
153
|
+
type: PropType<typeof import('../../util').deepEqual | string>;
|
|
154
154
|
default: () => typeof import('../../util').deepEqual;
|
|
155
155
|
}, "type" | "default"> & {
|
|
156
156
|
type: PropType<unknown extends Defaults["itemComparator"] ? string | typeof import('../../util').deepEqual : NonNullable<string | typeof import('../../util').deepEqual> | Defaults["itemComparator"]>;
|
|
157
157
|
default: unknown extends Defaults["itemComparator"] ? string | typeof import('../../util').deepEqual : NonNullable<string | typeof import('../../util').deepEqual> | Defaults["itemComparator"];
|
|
158
158
|
};
|
|
159
159
|
sortBy: unknown extends Defaults["sortBy"] ? {
|
|
160
|
-
type: PropType<
|
|
161
|
-
readonly key: string;
|
|
162
|
-
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
163
|
-
}[]>;
|
|
160
|
+
type: PropType<import('vue').DeepReadonly<import('./types').SortOption[]>>;
|
|
164
161
|
default: () => never[];
|
|
165
162
|
} : Omit<{
|
|
166
|
-
type: PropType<
|
|
167
|
-
readonly key: string;
|
|
168
|
-
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
169
|
-
}[]>;
|
|
163
|
+
type: PropType<import('vue').DeepReadonly<import('./types').SortOption[]>>;
|
|
170
164
|
default: () => never[];
|
|
171
165
|
}, "type" | "default"> & {
|
|
172
166
|
type: PropType<unknown extends Defaults["sortBy"] ? readonly {
|
|
173
167
|
readonly key: string;
|
|
174
|
-
readonly order?: boolean | "
|
|
168
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
175
169
|
}[] : readonly {
|
|
176
170
|
readonly key: string;
|
|
177
|
-
readonly order?: boolean | "
|
|
171
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
178
172
|
}[] | Defaults["sortBy"]>;
|
|
179
173
|
default: unknown extends Defaults["sortBy"] ? readonly {
|
|
180
174
|
readonly key: string;
|
|
181
|
-
readonly order?: boolean | "
|
|
175
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
182
176
|
}[] : readonly {
|
|
183
177
|
readonly key: string;
|
|
184
|
-
readonly order?: boolean | "
|
|
178
|
+
readonly order?: boolean | "asc" | "desc" | undefined;
|
|
185
179
|
}[] | Defaults["sortBy"];
|
|
186
180
|
};
|
|
187
181
|
items: unknown extends Defaults["items"] ? {
|
|
188
|
-
type: PropType<
|
|
182
|
+
type: PropType<import('./composables/items').DataTableItemsProps["items"]>;
|
|
189
183
|
default: () => never[];
|
|
190
184
|
} : Omit<{
|
|
191
|
-
type: PropType<
|
|
185
|
+
type: PropType<import('./composables/items').DataTableItemsProps["items"]>;
|
|
192
186
|
default: () => never[];
|
|
193
187
|
}, "type" | "default"> & {
|
|
194
188
|
type: PropType<unknown extends Defaults["items"] ? any[] : any[] | Defaults["items"]>;
|
|
@@ -219,42 +213,10 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
219
213
|
default: unknown extends Defaults["returnItem"] ? boolean : boolean | Defaults["returnItem"];
|
|
220
214
|
};
|
|
221
215
|
headers: unknown extends Defaults["headers"] ? {
|
|
222
|
-
type: PropType<
|
|
223
|
-
readonly key: string;
|
|
224
|
-
readonly text: string;
|
|
225
|
-
readonly value?: any;
|
|
226
|
-
readonly colspan?: number | undefined;
|
|
227
|
-
readonly rowspan?: number | undefined;
|
|
228
|
-
readonly fixed?: boolean | "left" | "right" | undefined;
|
|
229
|
-
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
230
|
-
readonly headerClasses?: string | readonly string[] | undefined;
|
|
231
|
-
readonly align?: "start" | "end" | "center" | undefined;
|
|
232
|
-
readonly width?: string | number | undefined;
|
|
233
|
-
readonly minWidth?: string | undefined;
|
|
234
|
-
readonly maxWidth?: string | undefined;
|
|
235
|
-
readonly sortable?: boolean | undefined;
|
|
236
|
-
readonly sort?: import('./types').DataTableCompareFn | undefined;
|
|
237
|
-
readonly mustSort?: boolean | undefined;
|
|
238
|
-
}[]>;
|
|
216
|
+
type: PropType<import('vue').DeepReadonly<import('./types').DataTableHeader[]>>;
|
|
239
217
|
default: () => never[];
|
|
240
218
|
} : Omit<{
|
|
241
|
-
type: PropType<
|
|
242
|
-
readonly key: string;
|
|
243
|
-
readonly text: string;
|
|
244
|
-
readonly value?: any;
|
|
245
|
-
readonly colspan?: number | undefined;
|
|
246
|
-
readonly rowspan?: number | undefined;
|
|
247
|
-
readonly fixed?: boolean | "left" | "right" | undefined;
|
|
248
|
-
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
249
|
-
readonly headerClasses?: string | readonly string[] | undefined;
|
|
250
|
-
readonly align?: "start" | "end" | "center" | undefined;
|
|
251
|
-
readonly width?: string | number | undefined;
|
|
252
|
-
readonly minWidth?: string | undefined;
|
|
253
|
-
readonly maxWidth?: string | undefined;
|
|
254
|
-
readonly sortable?: boolean | undefined;
|
|
255
|
-
readonly sort?: import('./types').DataTableCompareFn | undefined;
|
|
256
|
-
readonly mustSort?: boolean | undefined;
|
|
257
|
-
}[]>;
|
|
219
|
+
type: PropType<import('vue').DeepReadonly<import('./types').DataTableHeader[]>>;
|
|
258
220
|
default: () => never[];
|
|
259
221
|
}, "type" | "default"> & {
|
|
260
222
|
type: PropType<unknown extends Defaults["headers"] ? readonly {
|
|
@@ -267,7 +229,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
267
229
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
268
230
|
readonly headerClasses?: string | readonly string[] | undefined;
|
|
269
231
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
270
|
-
readonly width?:
|
|
232
|
+
readonly width?: number | string | undefined;
|
|
271
233
|
readonly minWidth?: string | undefined;
|
|
272
234
|
readonly maxWidth?: string | undefined;
|
|
273
235
|
readonly sortable?: boolean | undefined;
|
|
@@ -283,7 +245,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
283
245
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
284
246
|
readonly headerClasses?: string | readonly string[] | undefined;
|
|
285
247
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
286
|
-
readonly width?:
|
|
248
|
+
readonly width?: number | string | undefined;
|
|
287
249
|
readonly minWidth?: string | undefined;
|
|
288
250
|
readonly maxWidth?: string | undefined;
|
|
289
251
|
readonly sortable?: boolean | undefined;
|
|
@@ -300,7 +262,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
300
262
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
301
263
|
readonly headerClasses?: string | readonly string[] | undefined;
|
|
302
264
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
303
|
-
readonly width?:
|
|
265
|
+
readonly width?: number | string | undefined;
|
|
304
266
|
readonly minWidth?: string | undefined;
|
|
305
267
|
readonly maxWidth?: string | undefined;
|
|
306
268
|
readonly sortable?: boolean | undefined;
|
|
@@ -316,7 +278,7 @@ export declare const pressDataTableProps: <Defaults extends {
|
|
|
316
278
|
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
317
279
|
readonly headerClasses?: string | readonly string[] | undefined;
|
|
318
280
|
readonly align?: "start" | "end" | "center" | undefined;
|
|
319
|
-
readonly width?:
|
|
281
|
+
readonly width?: number | string | undefined;
|
|
320
282
|
readonly minWidth?: string | undefined;
|
|
321
283
|
readonly maxWidth?: string | undefined;
|
|
322
284
|
readonly sortable?: boolean | undefined;
|
|
@@ -396,7 +358,7 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
396
358
|
type: PropType<boolean>;
|
|
397
359
|
};
|
|
398
360
|
height: {
|
|
399
|
-
type: PropType<
|
|
361
|
+
type: PropType<number | string>;
|
|
400
362
|
};
|
|
401
363
|
flexHeight: {
|
|
402
364
|
type: PropType<boolean>;
|
|
@@ -420,7 +382,7 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
420
382
|
};
|
|
421
383
|
enableSelect: BooleanConstructor;
|
|
422
384
|
selectStrategy: {
|
|
423
|
-
type: PropType<"
|
|
385
|
+
type: PropType<"single" | "page" | "all">;
|
|
424
386
|
default: string;
|
|
425
387
|
};
|
|
426
388
|
modelValue: {
|
|
@@ -428,18 +390,15 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
428
390
|
default: () => never[];
|
|
429
391
|
};
|
|
430
392
|
itemComparator: {
|
|
431
|
-
type: PropType<
|
|
393
|
+
type: PropType<typeof import('../../util').deepEqual | string>;
|
|
432
394
|
default: () => typeof import('../../util').deepEqual;
|
|
433
395
|
};
|
|
434
396
|
sortBy: {
|
|
435
|
-
type: PropType<
|
|
436
|
-
readonly key: string;
|
|
437
|
-
readonly order?: boolean | "desc" | "asc" | undefined;
|
|
438
|
-
}[]>;
|
|
397
|
+
type: PropType<import('vue').DeepReadonly<import('./types').SortOption[]>>;
|
|
439
398
|
default: () => never[];
|
|
440
399
|
};
|
|
441
400
|
items: {
|
|
442
|
-
type: PropType<
|
|
401
|
+
type: PropType<import('./composables/items').DataTableItemsProps["items"]>;
|
|
443
402
|
default: () => never[];
|
|
444
403
|
};
|
|
445
404
|
itemKey: {
|
|
@@ -452,23 +411,7 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
452
411
|
};
|
|
453
412
|
returnItem: BooleanConstructor;
|
|
454
413
|
headers: {
|
|
455
|
-
type: PropType<
|
|
456
|
-
readonly key: string;
|
|
457
|
-
readonly text: string;
|
|
458
|
-
readonly value?: any;
|
|
459
|
-
readonly colspan?: number | undefined;
|
|
460
|
-
readonly rowspan?: number | undefined;
|
|
461
|
-
readonly fixed?: boolean | "left" | "right" | undefined;
|
|
462
|
-
readonly classes?: string | readonly string[] | import('./types/common').DataTableCellClassesFn | undefined;
|
|
463
|
-
readonly headerClasses?: string | readonly string[] | undefined;
|
|
464
|
-
readonly align?: "start" | "end" | "center" | undefined;
|
|
465
|
-
readonly width?: string | number | undefined;
|
|
466
|
-
readonly minWidth?: string | undefined;
|
|
467
|
-
readonly maxWidth?: string | undefined;
|
|
468
|
-
readonly sortable?: boolean | undefined;
|
|
469
|
-
readonly sort?: import('./types').DataTableCompareFn | undefined;
|
|
470
|
-
readonly mustSort?: boolean | undefined;
|
|
471
|
-
}[]>;
|
|
414
|
+
type: PropType<import('vue').DeepReadonly<import('./types').DataTableHeader[]>>;
|
|
472
415
|
default: () => never[];
|
|
473
416
|
};
|
|
474
417
|
width: PropType<string | number>;
|
|
@@ -489,13 +432,16 @@ export declare const YDataTable: import('vue').DefineComponent<{
|
|
|
489
432
|
'onMousedown:row': PropType<(e: Event, value: any) => void>;
|
|
490
433
|
'onKeydown:row': PropType<(e: Event, value: any) => void>;
|
|
491
434
|
page: {
|
|
492
|
-
type: PropType<
|
|
435
|
+
type: PropType<number | string>;
|
|
493
436
|
default: number;
|
|
494
437
|
};
|
|
495
438
|
pageSize: {
|
|
496
|
-
type: PropType<
|
|
439
|
+
type: PropType<number | string>;
|
|
497
440
|
default: number;
|
|
498
441
|
};
|
|
442
|
+
paginationProps: {
|
|
443
|
+
type: ObjectConstructor;
|
|
444
|
+
};
|
|
499
445
|
}, {
|
|
500
446
|
paginatedItems: import('vue').ComputedRef<readonly any[]>;
|
|
501
447
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
@@ -16,10 +16,10 @@ export declare const pressYDataTableBodyProps: <Defaults extends {
|
|
|
16
16
|
'onKeydown:row'?: unknown;
|
|
17
17
|
} = {}>(defaults?: Defaults | undefined) => {
|
|
18
18
|
items: unknown extends Defaults["items"] ? {
|
|
19
|
-
type: PropType<readonly DataTableItem
|
|
19
|
+
type: PropType<readonly DataTableItem[]>;
|
|
20
20
|
default: () => never[];
|
|
21
21
|
} : Omit<{
|
|
22
|
-
type: PropType<readonly DataTableItem
|
|
22
|
+
type: PropType<readonly DataTableItem[]>;
|
|
23
23
|
default: () => never[];
|
|
24
24
|
}, "type" | "default"> & {
|
|
25
25
|
type: PropType<unknown extends Defaults["items"] ? readonly DataTableItem<any>[] : readonly DataTableItem<any>[] | Defaults["items"]>;
|
|
@@ -78,7 +78,7 @@ export declare const pressYDataTableBodyProps: <Defaults extends {
|
|
|
78
78
|
};
|
|
79
79
|
export declare const YDataTableBody: import('vue').DefineComponent<{
|
|
80
80
|
items: {
|
|
81
|
-
type: PropType<readonly DataTableItem
|
|
81
|
+
type: PropType<readonly DataTableItem[]>;
|
|
82
82
|
default: () => never[];
|
|
83
83
|
};
|
|
84
84
|
loading: (BooleanConstructor | StringConstructor)[];
|
|
@@ -3,7 +3,7 @@ import { FixedPropType } from './types';
|
|
|
3
3
|
|
|
4
4
|
export declare const YDataTableCell: import('vue').DefineComponent<{
|
|
5
5
|
type: {
|
|
6
|
-
type: PropType<"
|
|
6
|
+
type: PropType<"head" | "data">;
|
|
7
7
|
default: string;
|
|
8
8
|
};
|
|
9
9
|
fixed: {
|
|
@@ -25,7 +25,7 @@ export declare const YDataTableCell: import('vue').DefineComponent<{
|
|
|
25
25
|
type: PropType<string | number>;
|
|
26
26
|
};
|
|
27
27
|
align: {
|
|
28
|
-
type: PropType<"start" | "
|
|
28
|
+
type: PropType<"start" | "center" | "end">;
|
|
29
29
|
default: string;
|
|
30
30
|
};
|
|
31
31
|
}, void, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "click"[], "click">;
|