@sdata/web-vue 4.5.1 → 4.5.2
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/es/_components/{icon-hover.vue.d.ts → icon-hover.vue.d.vue.ts} +1 -1
- package/es/_components/input-label/{input-label.vue.d.ts → input-label.vue.d.vue.ts} +12 -10
- package/es/_components/picker/{input-range.vue.d.ts → input-range.vue.d.vue.ts} +12 -12
- package/es/_components/picker/{input.vue.d.ts → input.vue.d.vue.ts} +7 -7
- package/es/_components/{resize-trigger.vue.d.ts → resize-trigger.vue.d.vue.ts} +2 -2
- package/es/_components/select-view/{select-view.vue.d.ts → select-view.vue.d.vue.ts} +15 -13
- package/es/_components/virtual-list/{virtual-list.vue.d.ts → virtual-list.vue.d.vue.ts} +45 -33
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_hooks/use-trigger.d.ts +1 -1
- package/es/_utils/color.d.ts +5 -5
- package/es/_utils/constant.d.ts +8 -8
- package/es/_utils/date.d.ts +8 -8
- package/es/_utils/debounce.d.ts +1 -1
- package/es/_utils/dom.d.ts +1 -1
- package/es/_utils/style.d.ts +1 -1
- package/es/_utils/throttle-by-raf.d.ts +1 -1
- package/es/_utils/vue-utils.d.ts +4 -4
- package/es/affix/{affix.vue.d.ts → affix.vue.d.vue.ts} +2 -1
- package/es/alert/{alert.vue.d.ts → alert.vue.d.vue.ts} +7 -7
- package/es/alert/index.d.ts +17 -17
- package/es/anchor/{anchor.vue.d.ts → anchor.vue.d.vue.ts} +5 -5
- package/es/anchor/index.d.ts +15 -15
- package/es/anchor/utils.d.ts +2 -2
- package/es/auto-complete/{auto-complete.vue.d.ts → auto-complete.vue.d.vue.ts} +134 -132
- package/es/auto-complete/index.d.ts +392 -392
- package/es/avatar/index.d.ts +29 -29
- package/es/back-top/index.d.ts +3 -3
- package/es/badge/{badge.vue.d.ts → badge.vue.d.vue.ts} +2 -2
- package/es/basic-crud-table/{basic-crud-modal.vue.d.ts → basic-crud-modal.vue.d.vue.ts} +98 -98
- package/es/basic-crud-table/basic-crud-table.vue.d.vue.ts +935 -0
- package/es/basic-crud-table/index.d.ts +1394 -1394
- package/es/border-beam/index.d.ts +3 -3
- package/es/breadcrumb/index.d.ts +6 -6
- package/es/button/{button.vue.d.ts → button.vue.d.vue.ts} +5 -5
- package/es/button/constants.d.ts +1 -1
- package/es/button/index.d.ts +39 -39
- package/es/calendar/components/{index.vue.d.ts → index.vue.d.vue.ts} +68 -68
- package/es/calendar/core/config.d.ts +52 -68
- package/es/calendar/core/events.d.ts +1 -1
- package/es/calendar/core/i18n.d.ts +1 -1
- package/es/calendar/core/index.d.ts +4 -4
- package/es/calendar/core/props-definitions.d.ts +178 -263
- package/es/calendar/core/view.d.ts +11 -5
- package/es/calendar/index.d.ts +141 -141
- package/es/calendar/modules/drag-and-drop.d.ts +1 -1
- package/es/calendar/utils/conversions.d.ts +3 -3
- package/es/calendar/utils/date.d.ts +44 -22
- package/es/calendar/utils/special-hours-allow-events.d.ts +16 -16
- package/es/card/{card-meta.vue.d.ts → card-meta.vue.d.vue.ts} +1 -1
- package/es/card/index.d.ts +18 -18
- package/es/carousel/{carousel.vue.d.ts → carousel.vue.d.vue.ts} +14 -11
- package/es/carousel/index.d.ts +24 -24
- package/es/cascader/{cascader-panel.vue.d.ts → cascader-panel.vue.d.vue.ts} +4 -4
- package/es/cascader/{cascader.vue.d.ts → cascader.vue.d.vue.ts} +29 -29
- package/es/cascader/hooks/use-selected-path.d.ts +1 -1
- package/es/checkbox/index.d.ts +15 -15
- package/es/clamp/index.d.ts +46 -46
- package/es/collapse/{collapse.vue.d.ts → collapse.vue.d.vue.ts} +4 -4
- package/es/collapse/index.d.ts +10 -10
- package/es/color-picker/{color-picker.vue.d.ts → color-picker.vue.d.vue.ts} +23 -23
- package/es/color-picker/{control-bar.vue.d.ts → control-bar.vue.d.vue.ts} +2 -2
- package/es/color-picker/index.d.ts +64 -64
- package/es/color-picker/utils.d.ts +8 -8
- package/es/comment/{comment.vue.d.ts → comment.vue.d.vue.ts} +8 -8
- package/es/comment/index.d.ts +15 -15
- package/es/config-provider/index.d.ts +57 -57
- package/es/cropper/index.d.ts +44 -44
- package/es/date-picker/hooks/use-format.d.ts +2 -2
- package/es/date-picker/hooks/use-is-disabled-date.d.ts +1 -1
- package/es/date-picker/index.d.ts +343 -343
- package/es/date-picker/panels/date/{index.vue.d.ts → index.vue.d.vue.ts} +12 -12
- package/es/date-picker/panels/{shortcuts.vue.d.ts → shortcuts.vue.d.vue.ts} +2 -2
- package/es/date-picker/{picker-panel.vue.d.ts → picker-panel.vue.d.vue.ts} +23 -23
- package/es/date-picker/{picker.vue.d.ts → picker.vue.d.vue.ts} +214 -214
- package/es/date-picker/{range-picker-panel.vue.d.ts → range-picker-panel.vue.d.vue.ts} +34 -34
- package/es/date-picker/{range-picker.vue.d.ts → range-picker.vue.d.vue.ts} +256 -256
- package/es/descriptions/{descriptions.vue.d.ts → descriptions.vue.d.vue.ts} +8 -8
- package/es/descriptions/index.d.ts +39 -39
- package/es/divider/index.d.ts +9 -9
- package/es/drawer/{drawer.vue.d.ts → drawer.vue.d.vue.ts} +23 -23
- package/es/drawer/index.d.ts +79 -78
- package/es/drawer/utils.d.ts +1 -1
- package/es/dropdown/{dropdown-button.vue.d.ts → dropdown-button.vue.d.vue.ts} +9 -9
- package/es/dropdown/{dropdown-option.vue.d.ts → dropdown-option.vue.d.vue.ts} +3 -3
- package/es/dropdown/{dropdown-submenu.vue.d.ts → dropdown-submenu.vue.d.vue.ts} +10 -10
- package/es/dropdown/{dropdown.vue.d.ts → dropdown.vue.d.vue.ts} +7 -7
- package/es/dropdown/index.d.ts +86 -86
- package/es/ellipsis/{ellipsis.vue.d.ts → ellipsis.vue.d.vue.ts} +3 -3
- package/es/ellipsis/index.d.ts +12 -12
- package/es/ellipsis/{performant-ellipsis.vue.d.ts → performant-ellipsis.vue.d.vue.ts} +3 -3
- package/es/file-previewer/index.d.ts +18 -102
- package/es/form/{form-item.vue.d.ts → form-item.vue.d.vue.ts} +11 -11
- package/es/form/{form.vue.d.ts → form.vue.d.vue.ts} +6 -6
- package/es/form/index.d.ts +41 -41
- package/es/form/interface.d.ts +2 -2
- package/es/form/utils.d.ts +1 -1
- package/es/grid/{grid-col.vue.d.ts → grid-col.vue.d.vue.ts} +2 -2
- package/es/grid/{grid-row.vue.d.ts → grid-row.vue.d.vue.ts} +8 -8
- package/es/grid/index.d.ts +24 -24
- package/es/icon/sd-vue-icon.d.ts +2 -1
- package/es/icon-component/{icon-font.vue.d.ts → icon-font.vue.d.vue.ts} +2 -2
- package/es/icon-component/{icon.vue.d.ts → icon.vue.d.vue.ts} +2 -2
- package/es/icon-component/index.d.ts +5 -4
- package/es/image/{image.vue.d.ts → image.vue.d.vue.ts} +11 -11
- package/es/image/{preview.vue.d.ts → preview.vue.d.vue.ts} +7 -5
- package/es/input/index.d.ts +407 -407
- package/es/input/{input-password.vue.d.ts → input-password.vue.d.vue.ts} +8 -6
- package/es/input/{input-search.vue.d.ts → input-search.vue.d.vue.ts} +118 -116
- package/es/input/{input.vue.d.ts → input.vue.d.vue.ts} +18 -16
- package/es/input-mask/index.d.ts +35 -35
- package/es/input-number/index.d.ts +388 -388
- package/es/input-number/{input-number.vue.d.ts → input-number.vue.d.vue.ts} +132 -130
- package/es/input-tag/index.d.ts +55 -55
- package/es/input-tag/{input-tag.vue.d.ts → input-tag.vue.d.vue.ts} +25 -23
- package/es/json-form/index.d.ts +33 -33
- package/es/json-form/{json-form.vue.d.ts → json-form.vue.d.vue.ts} +17 -10
- package/es/json-form/types.d.ts +28 -28
- package/es/kv-list/constants.d.ts +1 -1
- package/es/kv-list/index.d.ts +9 -283
- package/es/layout/index.d.ts +41 -41
- package/es/layout/{sider.vue.d.ts → sider.vue.d.vue.ts} +15 -15
- package/es/link/index.d.ts +18 -18
- package/es/link/{link.vue.d.ts → link.vue.d.vue.ts} +5 -5
- package/es/list/index.d.ts +663 -663
- package/es/list/{list.vue.d.ts → list.vue.d.vue.ts} +168 -167
- package/es/mention/index.d.ts +678 -678
- package/es/mention/{mention.vue.d.ts → mention.vue.d.vue.ts} +235 -233
- package/es/menu/{base-menu.vue.d.ts → base-menu.vue.d.vue.ts} +24 -24
- package/es/menu/hooks/use-menu-data-collector.d.ts +2 -2
- package/es/menu/{item.vue.d.ts → item.vue.d.vue.ts} +3 -2
- package/es/menu/{menu.vue.d.ts → menu.vue.d.vue.ts} +8 -8
- package/es/message/index.d.ts +2 -2
- package/es/message/interface.d.ts +1 -1
- package/es/message/{message.vue.d.ts → message.vue.d.vue.ts} +4 -4
- package/es/modal/index.d.ts +82 -80
- package/es/modal/{modal.vue.d.ts → modal.vue.d.vue.ts} +25 -25
- package/es/model-selector/index.d.ts +6 -6
- package/es/model-selector/model-selector-trigger-element.vue.d.vue.ts +7 -0
- package/es/model-selector/types.d.ts +1 -1
- package/es/notification/index.d.ts +2 -2
- package/es/notification/interface.d.ts +1 -1
- package/es/notification/{notification-list.vue.d.ts → notification-list.vue.d.vue.ts} +3 -3
- package/es/notification/{notification.vue.d.ts → notification.vue.d.vue.ts} +3 -3
- package/es/number-flow/index.d.ts +5 -5
- package/es/pagination/index.d.ts +14 -14
- package/es/pagination/interface.d.ts +1 -1
- package/es/popconfirm/index.d.ts +31 -31
- package/es/popconfirm/{popconfirm.vue.d.ts → popconfirm.vue.d.vue.ts} +6 -6
- package/es/popover/index.d.ts +26 -26
- package/es/popover/{popover.vue.d.ts → popover.vue.d.vue.ts} +5 -5
- package/es/progress/{circle.vue.d.ts → circle.vue.d.vue.ts} +3 -3
- package/es/progress/index.d.ts +15 -15
- package/es/progress/{line.vue.d.ts → line.vue.d.vue.ts} +9 -9
- package/es/progress/{progress.vue.d.ts → progress.vue.d.vue.ts} +5 -5
- package/es/qr-code/index.d.ts +39 -39
- package/es/qr-code/{qr-code.vue.d.ts → qr-code.vue.d.vue.ts} +12 -12
- package/es/radio/context.d.ts +1 -1
- package/es/radio/index.d.ts +33 -33
- package/es/rate/index.d.ts +23 -23
- package/es/rate/{rate.vue.d.ts → rate.vue.d.vue.ts} +9 -9
- package/es/resize-box/index.d.ts +23 -23
- package/es/resize-box/{resize-box.vue.d.ts → resize-box.vue.d.vue.ts} +11 -11
- package/es/result/index.d.ts +3 -3
- package/es/result/{result.vue.d.ts → result.vue.d.vue.ts} +1 -1
- package/es/result/utils.d.ts +1 -1
- package/es/rich-text-editor/index.d.ts +29 -29
- package/es/rich-text-editor/{rich-text-editor.vue.d.ts → rich-text-editor.vue.d.vue.ts} +49 -30
- package/es/scrollbar/index.d.ts +33 -33
- package/es/scrollbar/{scrollbar.vue.d.ts → scrollbar.vue.d.vue.ts} +19 -19
- package/es/select/hooks/use-options.d.ts +9 -9
- package/es/select/hooks/use-select.d.ts +11 -11
- package/es/select/index.d.ts +147 -147
- package/es/select/{select.vue.d.ts → select.vue.d.vue.ts} +49 -49
- package/es/select/utils.d.ts +4 -4
- package/es/sender/index.d.ts +14 -14
- package/es/sender/{sender-switch.vue.d.ts → sender-switch.vue.d.vue.ts} +2 -2
- package/es/skeleton/index.d.ts +4 -4
- package/es/skeleton/{shape.vue.d.ts → shape.vue.d.vue.ts} +3 -3
- package/es/slider/index.d.ts +21 -21
- package/es/slider/{slider-button.vue.d.ts → slider-button.vue.d.vue.ts} +5 -5
- package/es/space/index.d.ts +9 -9
- package/es/split/index.d.ts +34 -34
- package/es/split/{split.vue.d.ts → split.vue.d.vue.ts} +17 -17
- package/es/statistic/index.d.ts +15 -15
- package/es/steps/index.d.ts +20 -20
- package/es/steps/interface.d.ts +2 -2
- package/es/steps/{step.vue.d.ts → step.vue.d.vue.ts} +2 -2
- package/es/steps/{steps.vue.d.ts → steps.vue.d.vue.ts} +4 -4
- package/es/style/color/palette-dark.d.ts +4 -1
- package/es/style/color/palette.d.ts +4 -1
- package/es/switch/index.d.ts +29 -29
- package/es/switch/{switch.vue.d.ts → switch.vue.d.vue.ts} +15 -15
- package/es/table/hooks/use-drag.d.ts +1 -1
- package/es/table/hooks/use-expand.d.ts +3 -3
- package/es/table/hooks/use-row-selection.d.ts +4 -4
- package/es/table/hooks/use-sorter.d.ts +3 -3
- package/es/table/index.d.ts +181 -181
- package/es/table/interface.d.ts +1 -1
- package/es/table/{table-column.vue.d.ts → table-column.vue.d.vue.ts} +8 -8
- package/es/table/{table-td.vue.d.ts → table-td.vue.d.vue.ts} +5 -5
- package/es/table/{table.vue.d.ts → table.vue.d.vue.ts} +51 -51
- package/es/table/utils.d.ts +1 -1
- package/es/tabs/index.d.ts +58 -58
- package/es/tabs/{tabs-nav-ink.vue.d.ts → tabs-nav-ink.vue.d.vue.ts} +2 -1
- package/es/tabs/{tabs-nav.vue.d.ts → tabs-nav.vue.d.vue.ts} +3 -3
- package/es/tabs/{tabs.vue.d.ts → tabs.vue.d.vue.ts} +19 -19
- package/es/tabs/utils.d.ts +1 -1
- package/es/tag/index.d.ts +39 -39
- package/es/tag/interface.d.ts +1 -1
- package/es/tag/{tag.vue.d.ts → tag.vue.d.vue.ts} +14 -14
- package/es/tag-group/index.d.ts +3 -3
- package/es/tag-group/{tag-group.vue.d.ts → tag-group.vue.d.vue.ts} +1 -1
- package/es/textarea/index.d.ts +25 -25
- package/es/textarea/{textarea.vue.d.ts → textarea.vue.d.vue.ts} +10 -10
- package/es/theme-provider/index.d.ts +12 -12
- package/es/time-picker/hooks/use-time-state.d.ts +4 -4
- package/es/time-picker/index.d.ts +60 -60
- package/es/time-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +14 -14
- package/es/time-picker/{range-panel.vue.d.ts → range-panel.vue.d.vue.ts} +6 -6
- package/es/time-picker/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +2 -2
- package/es/time-picker/{time-picker.vue.d.ts → time-picker.vue.d.vue.ts} +22 -22
- package/es/timeline/index.d.ts +9 -9
- package/es/toolbar/index.d.ts +5 -5
- package/es/tooltip/index.d.ts +14 -14
- package/es/tour/index.d.ts +23 -23
- package/es/transfer/index.d.ts +23 -23
- package/es/transfer/{transfer-list-item.vue.d.ts → transfer-list-item.vue.d.vue.ts} +4 -4
- package/es/transfer/{transfer-view.vue.d.ts → transfer-view.vue.d.vue.ts} +7 -5
- package/es/tree/hooks/use-draggable.d.ts +1 -1
- package/es/tree/hooks/use-tree-data.d.ts +40 -40
- package/es/tree/{node.vue.d.ts → node.vue.d.vue.ts} +2 -2
- package/es/tree/{tree.vue.d.ts → tree.vue.d.vue.ts} +93 -93
- package/es/tree-select/{panel.vue.d.ts → panel.vue.d.vue.ts} +4 -4
- package/es/tree-select/{tree-select.vue.d.ts → tree-select.vue.d.vue.ts} +52 -52
- package/es/trigger/index.d.ts +40 -40
- package/es/typography/{base.vue.d.ts → base.vue.d.vue.ts} +17 -17
- package/es/typography/index.d.ts +9 -9
- package/es/typography/{paragraph.vue.d.ts → paragraph.vue.d.vue.ts} +3 -3
- package/es/typography/{text.vue.d.ts → text.vue.d.vue.ts} +2 -2
- package/es/upload/index.d.ts +41 -41
- package/es/upload/{upload.vue.d.ts → upload.vue.d.vue.ts} +24 -20
- package/es/upload/utils.d.ts +1 -1
- package/es/verification-code/index.d.ts +20 -20
- package/es/verification-code/{verification-code.vue.d.ts → verification-code.vue.d.vue.ts} +7 -7
- package/es/watermark/hooks/use-theme.d.ts +2 -2
- package/es/watermark/index.d.ts +9 -9
- package/json/web-types.json +1 -1
- package/package.json +2 -2
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +0 -935
- package/es/model-selector/model-selector-trigger-element.vue.d.ts +0 -7
- package/es/_components/auto-tooltip/{auto-tooltip.vue.d.ts → auto-tooltip.vue.d.vue.ts} +0 -0
- package/es/_components/{client-only.vue.d.ts → client-only.vue.d.vue.ts} +0 -0
- package/es/_components/{feedback-icon.vue.d.ts → feedback-icon.vue.d.vue.ts} +0 -0
- package/es/_components/{resize-observer.vue.d.ts → resize-observer.vue.d.vue.ts} +0 -0
- package/es/_components/transition/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
- package/es/anchor/{anchor-link.vue.d.ts → anchor-link.vue.d.vue.ts} +0 -0
- package/es/avatar/{avatar-group.vue.d.ts → avatar-group.vue.d.vue.ts} +0 -0
- package/es/avatar/{avatar.vue.d.ts → avatar.vue.d.vue.ts} +2 -2
- package/es/back-top/{back-top.vue.d.ts → back-top.vue.d.vue.ts} +1 -1
- package/es/bloom-menu/{bloom-menu.vue.d.ts → bloom-menu.vue.d.vue.ts} +2 -2
- package/es/border-beam/{border-beam.vue.d.ts → border-beam.vue.d.vue.ts} +1 -1
- package/es/breadcrumb/{breadcrumb-item.vue.d.ts → breadcrumb-item.vue.d.vue.ts} +0 -0
- package/es/breadcrumb/{breadcrumb.vue.d.ts → breadcrumb.vue.d.vue.ts} +0 -0
- package/es/button/{button-group.vue.d.ts → button-group.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{body.vue.d.ts → body.vue.d.vue.ts} +19 -19
- package/es/calendar/components/{cell.vue.d.ts → cell.vue.d.vue.ts} +35 -35
- package/es/calendar/components/{event.vue.d.ts → event.vue.d.vue.ts} +4 -4
- package/es/calendar/components/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{headings-bar.vue.d.ts → headings-bar.vue.d.vue.ts} +0 -0
- package/es/calendar/components/{time-column.vue.d.ts → time-column.vue.d.vue.ts} +0 -0
- package/es/card/{card-actions.vue.d.ts → card-actions.vue.d.vue.ts} +0 -0
- package/es/card/{card-grid.vue.d.ts → card-grid.vue.d.vue.ts} +0 -0
- package/es/card/{card.vue.d.ts → card.vue.d.vue.ts} +3 -3
- package/es/carousel/{carousel-arrow.vue.d.ts → carousel-arrow.vue.d.vue.ts} +3 -3
- package/es/carousel/{carousel-indicator.vue.d.ts → carousel-indicator.vue.d.vue.ts} +2 -2
- package/es/carousel/{carousel-item.vue.d.ts → carousel-item.vue.d.vue.ts} +0 -0
- package/es/cascader/{base-cascader-panel.vue.d.ts → base-cascader-panel.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-column.vue.d.ts → cascader-column.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-option.vue.d.ts → cascader-option.vue.d.vue.ts} +1 -1
- package/es/cascader/{cascader-search-panel.vue.d.ts → cascader-search-panel.vue.d.vue.ts} +1 -1
- package/es/checkbox/{checkbox-group.vue.d.ts → checkbox-group.vue.d.vue.ts} +2 -2
- package/es/checkbox/{checkbox.vue.d.ts → checkbox.vue.d.vue.ts} +2 -2
- package/es/checkbox/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
- package/es/collapse/{collapse-item.vue.d.ts → collapse-item.vue.d.vue.ts} +0 -0
- package/es/color-picker/{gradient-thumb.vue.d.ts → gradient-thumb.vue.d.vue.ts} +0 -0
- package/es/color-picker/{palette.vue.d.ts → palette.vue.d.vue.ts} +0 -0
- package/es/color-picker/{panel.vue.d.ts → panel.vue.d.vue.ts} +3 -3
- package/es/config-provider/{config-provider.vue.d.ts → config-provider.vue.d.vue.ts} +5 -5
- package/es/config-provider/{theme-provider.vue.d.ts → theme-provider.vue.d.vue.ts} +1 -1
- package/es/copy/{copy.vue.d.ts → copy.vue.d.vue.ts} +0 -0
- package/es/cropper/{cropper.vue.d.ts → cropper.vue.d.vue.ts} +17 -17
- package/es/date-picker/panels/{body.vue.d.ts → body.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/{footer.vue.d.ts → footer.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/month/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/quarter/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/panels/week/{index.vue.d.ts → index.vue.d.vue.ts} +3 -3
- package/es/date-picker/panels/{week-list.vue.d.ts → week-list.vue.d.vue.ts} +0 -0
- package/es/date-picker/panels/year/{index.vue.d.ts → index.vue.d.vue.ts} +2 -2
- package/es/date-picker/pickers/{date-picker.vue.d.ts → date-picker.vue.d.vue.ts} +3 -3
- package/es/date-picker/pickers/{month-picker.vue.d.ts → month-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{quarter-picker.vue.d.ts → quarter-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{week-picker.vue.d.ts → week-picker.vue.d.vue.ts} +0 -0
- package/es/date-picker/pickers/{year-picker.vue.d.ts → year-picker.vue.d.vue.ts} +0 -0
- package/es/descriptions/{descriptions-item.vue.d.ts → descriptions-item.vue.d.vue.ts} +0 -0
- package/es/divider/{divider.vue.d.ts → divider.vue.d.vue.ts} +0 -0
- package/es/dropdown/{dropdown-group.vue.d.ts → dropdown-group.vue.d.vue.ts} +0 -0
- package/es/dropdown/{dropdown-panel.vue.d.ts → dropdown-panel.vue.d.vue.ts} +3 -3
- package/es/empty/{empty.vue.d.ts → empty.vue.d.vue.ts} +0 -0
- package/es/file-previewer/{file-previewer.vue.d.ts → file-previewer.vue.d.vue.ts} +4 -4
- package/es/form/{form-item-label.vue.d.ts → form-item-label.vue.d.vue.ts} +1 -1
- package/es/form/{form-item-message.vue.d.ts → form-item-message.vue.d.vue.ts} +0 -0
- package/es/grid/{grid-item.vue.d.ts → grid-item.vue.d.vue.ts} +0 -0
- package/es/grid/{grid.vue.d.ts → grid.vue.d.vue.ts} +1 -1
- package/es/icon/icon-align-center/{icon-align-center.vue.d.ts → icon-align-center.vue.d.vue.ts} +0 -0
- package/es/icon/icon-align-left/{icon-align-left.vue.d.ts → icon-align-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-align-right/{icon-align-right.vue.d.ts → icon-align-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-alipay-circle/{icon-alipay-circle.vue.d.ts → icon-alipay-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-apps/{icon-apps.vue.d.ts → icon-apps.vue.d.vue.ts} +0 -0
- package/es/icon/icon-archive/{icon-archive.vue.d.ts → icon-archive.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-down/{icon-arrow-down.vue.d.ts → icon-arrow-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-fall/{icon-arrow-fall.vue.d.ts → icon-arrow-fall.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-left/{icon-arrow-left.vue.d.ts → icon-arrow-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-right/{icon-arrow-right.vue.d.ts → icon-arrow-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-rise/{icon-arrow-rise.vue.d.ts → icon-arrow-rise.vue.d.vue.ts} +0 -0
- package/es/icon/icon-arrow-up/{icon-arrow-up.vue.d.ts → icon-arrow-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-at/{icon-at.vue.d.ts → icon-at.vue.d.vue.ts} +0 -0
- package/es/icon/icon-attachment/{icon-attachment.vue.d.ts → icon-attachment.vue.d.vue.ts} +0 -0
- package/es/icon/icon-backward/{icon-backward.vue.d.ts → icon-backward.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bar-chart/{icon-bar-chart.vue.d.ts → icon-bar-chart.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bg-colors/{icon-bg-colors.vue.d.ts → icon-bg-colors.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bold/{icon-bold.vue.d.ts → icon-bold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-book/{icon-book.vue.d.ts → icon-book.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bookmark/{icon-bookmark.vue.d.ts → icon-bookmark.vue.d.vue.ts} +0 -0
- package/es/icon/icon-branch/{icon-branch.vue.d.ts → icon-branch.vue.d.vue.ts} +0 -0
- package/es/icon/icon-brush/{icon-brush.vue.d.ts → icon-brush.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bug/{icon-bug.vue.d.ts → icon-bug.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bulb/{icon-bulb.vue.d.ts → icon-bulb.vue.d.vue.ts} +0 -0
- package/es/icon/icon-bytedance-color/{icon-bytedance-color.vue.d.ts → icon-bytedance-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-calendar/{icon-calendar.vue.d.ts → icon-calendar.vue.d.vue.ts} +0 -0
- package/es/icon/icon-calendar-clock/{icon-calendar-clock.vue.d.ts → icon-calendar-clock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-camera/{icon-camera.vue.d.ts → icon-camera.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-down/{icon-caret-down.vue.d.ts → icon-caret-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-left/{icon-caret-left.vue.d.ts → icon-caret-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-right/{icon-caret-right.vue.d.ts → icon-caret-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-caret-up/{icon-caret-up.vue.d.ts → icon-caret-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check/{icon-check.vue.d.ts → icon-check.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-circle/{icon-check-circle.vue.d.ts → icon-check-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-circle-fill/{icon-check-circle-fill.vue.d.ts → icon-check-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-check-square/{icon-check-square.vue.d.ts → icon-check-square.vue.d.vue.ts} +0 -0
- package/es/icon/icon-chinese-fill/{icon-chinese-fill.vue.d.ts → icon-chinese-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-clock-circle/{icon-clock-circle.vue.d.ts → icon-clock-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close/{icon-close.vue.d.ts → icon-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close-circle/{icon-close-circle.vue.d.ts → icon-close-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-close-circle-fill/{icon-close-circle-fill.vue.d.ts → icon-close-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-cloud/{icon-cloud.vue.d.ts → icon-cloud.vue.d.vue.ts} +0 -0
- package/es/icon/icon-cloud-download/{icon-cloud-download.vue.d.ts → icon-cloud-download.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code/{icon-code.vue.d.ts → icon-code.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-block/{icon-code-block.vue.d.ts → icon-code-block.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-sandbox/{icon-code-sandbox.vue.d.ts → icon-code-sandbox.vue.d.vue.ts} +0 -0
- package/es/icon/icon-code-square/{icon-code-square.vue.d.ts → icon-code-square.vue.d.vue.ts} +0 -0
- package/es/icon/icon-codepen/{icon-codepen.vue.d.ts → icon-codepen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-command/{icon-command.vue.d.ts → icon-command.vue.d.vue.ts} +0 -0
- package/es/icon/icon-common/{icon-common.vue.d.ts → icon-common.vue.d.vue.ts} +0 -0
- package/es/icon/icon-compass/{icon-compass.vue.d.ts → icon-compass.vue.d.vue.ts} +0 -0
- package/es/icon/icon-computer/{icon-computer.vue.d.ts → icon-computer.vue.d.vue.ts} +0 -0
- package/es/icon/icon-copy/{icon-copy.vue.d.ts → icon-copy.vue.d.vue.ts} +0 -0
- package/es/icon/icon-copyright/{icon-copyright.vue.d.ts → icon-copyright.vue.d.vue.ts} +0 -0
- package/es/icon/icon-customer-service/{icon-customer-service.vue.d.ts → icon-customer-service.vue.d.vue.ts} +0 -0
- package/es/icon/icon-dashboard/{icon-dashboard.vue.d.ts → icon-dashboard.vue.d.vue.ts} +0 -0
- package/es/icon/icon-delete/{icon-delete.vue.d.ts → icon-delete.vue.d.vue.ts} +0 -0
- package/es/icon/icon-desktop/{icon-desktop.vue.d.ts → icon-desktop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-dice/{icon-dice.vue.d.ts → icon-dice.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-down/{icon-double-down.vue.d.ts → icon-double-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-left/{icon-double-left.vue.d.ts → icon-double-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-right/{icon-double-right.vue.d.ts → icon-double-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-double-up/{icon-double-up.vue.d.ts → icon-double-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-down/{icon-down.vue.d.ts → icon-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-down-circle/{icon-down-circle.vue.d.ts → icon-down-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-download/{icon-download.vue.d.ts → icon-download.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-arrow/{icon-drag-arrow.vue.d.ts → icon-drag-arrow.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-dot/{icon-drag-dot.vue.d.ts → icon-drag-dot.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drag-dot-vertical/{icon-drag-dot-vertical.vue.d.ts → icon-drag-dot-vertical.vue.d.vue.ts} +0 -0
- package/es/icon/icon-drive-file/{icon-drive-file.vue.d.ts → icon-drive-file.vue.d.vue.ts} +0 -0
- package/es/icon/icon-ear/{icon-ear.vue.d.ts → icon-ear.vue.d.vue.ts} +0 -0
- package/es/icon/icon-edit/{icon-edit.vue.d.ts → icon-edit.vue.d.vue.ts} +0 -0
- package/es/icon/icon-email/{icon-email.vue.d.ts → icon-email.vue.d.vue.ts} +0 -0
- package/es/icon/icon-empty/{icon-empty.vue.d.ts → icon-empty.vue.d.vue.ts} +0 -0
- package/es/icon/icon-english-fill/{icon-english-fill.vue.d.ts → icon-english-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eraser/{icon-eraser.vue.d.ts → icon-eraser.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation/{icon-exclamation.vue.d.ts → icon-exclamation.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-circle/{icon-exclamation-circle.vue.d.ts → icon-exclamation-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-circle-fill/{icon-exclamation-circle-fill.vue.d.ts → icon-exclamation-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-exclamation-polygon-fill/{icon-exclamation-polygon-fill.vue.d.ts → icon-exclamation-polygon-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-expand/{icon-expand.vue.d.ts → icon-expand.vue.d.vue.ts} +0 -0
- package/es/icon/icon-experiment/{icon-experiment.vue.d.ts → icon-experiment.vue.d.vue.ts} +0 -0
- package/es/icon/icon-export/{icon-export.vue.d.ts → icon-export.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eye/{icon-eye.vue.d.ts → icon-eye.vue.d.vue.ts} +0 -0
- package/es/icon/icon-eye-invisible/{icon-eye-invisible.vue.d.ts → icon-eye-invisible.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-frown-fill/{icon-face-frown-fill.vue.d.ts → icon-face-frown-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-meh-fill/{icon-face-meh-fill.vue.d.ts → icon-face-meh-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-face-smile-fill/{icon-face-smile-fill.vue.d.ts → icon-face-smile-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook/{icon-facebook.vue.d.ts → icon-facebook.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook-circle-fill/{icon-facebook-circle-fill.vue.d.ts → icon-facebook-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-facebook-square-fill/{icon-facebook-square-fill.vue.d.ts → icon-facebook-square-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file/{icon-file.vue.d.ts → icon-file.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-audio/{icon-file-audio.vue.d.ts → icon-file-audio.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-image/{icon-file-image.vue.d.ts → icon-file-image.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-pdf/{icon-file-pdf.vue.d.ts → icon-file-pdf.vue.d.vue.ts} +0 -0
- package/es/icon/icon-file-video/{icon-file-video.vue.d.ts → icon-file-video.vue.d.vue.ts} +0 -0
- package/es/icon/icon-filter/{icon-filter.vue.d.ts → icon-filter.vue.d.vue.ts} +0 -0
- package/es/icon/icon-find-replace/{icon-find-replace.vue.d.ts → icon-find-replace.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fire/{icon-fire.vue.d.ts → icon-fire.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder/{icon-folder.vue.d.ts → icon-folder.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder-add/{icon-folder-add.vue.d.ts → icon-folder-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-folder-delete/{icon-folder-delete.vue.d.ts → icon-folder-delete.vue.d.vue.ts} +0 -0
- package/es/icon/icon-font-colors/{icon-font-colors.vue.d.ts → icon-font-colors.vue.d.vue.ts} +0 -0
- package/es/icon/icon-formula/{icon-formula.vue.d.ts → icon-formula.vue.d.vue.ts} +0 -0
- package/es/icon/icon-forward/{icon-forward.vue.d.ts → icon-forward.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fullscreen/{icon-fullscreen.vue.d.ts → icon-fullscreen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-fullscreen-exit/{icon-fullscreen-exit.vue.d.ts → icon-fullscreen-exit.vue.d.vue.ts} +0 -0
- package/es/icon/icon-gift/{icon-gift.vue.d.ts → icon-gift.vue.d.vue.ts} +0 -0
- package/es/icon/icon-github/{icon-github.vue.d.ts → icon-github.vue.d.vue.ts} +0 -0
- package/es/icon/icon-gitlab/{icon-gitlab.vue.d.ts → icon-gitlab.vue.d.vue.ts} +0 -0
- package/es/icon/icon-google/{icon-google.vue.d.ts → icon-google.vue.d.vue.ts} +0 -0
- package/es/icon/icon-google-circle-fill/{icon-google-circle-fill.vue.d.ts → icon-google-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h1/{icon-h1.vue.d.ts → icon-h1.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h2/{icon-h2.vue.d.ts → icon-h2.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h3/{icon-h3.vue.d.ts → icon-h3.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h4/{icon-h4.vue.d.ts → icon-h4.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h5/{icon-h5.vue.d.ts → icon-h5.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h6/{icon-h6.vue.d.ts → icon-h6.vue.d.vue.ts} +0 -0
- package/es/icon/icon-h7/{icon-h7.vue.d.ts → icon-h7.vue.d.vue.ts} +0 -0
- package/es/icon/icon-heart/{icon-heart.vue.d.ts → icon-heart.vue.d.vue.ts} +0 -0
- package/es/icon/icon-heart-fill/{icon-heart-fill.vue.d.ts → icon-heart-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-highlight/{icon-highlight.vue.d.ts → icon-highlight.vue.d.vue.ts} +0 -0
- package/es/icon/icon-history/{icon-history.vue.d.ts → icon-history.vue.d.vue.ts} +0 -0
- package/es/icon/icon-home/{icon-home.vue.d.ts → icon-home.vue.d.vue.ts} +0 -0
- package/es/icon/icon-idcard/{icon-idcard.vue.d.ts → icon-idcard.vue.d.vue.ts} +0 -0
- package/es/icon/icon-image/{icon-image.vue.d.ts → icon-image.vue.d.vue.ts} +0 -0
- package/es/icon/icon-image-close/{icon-image-close.vue.d.ts → icon-image-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-import/{icon-import.vue.d.ts → icon-import.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info/{icon-info.vue.d.ts → icon-info.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info-circle/{icon-info-circle.vue.d.ts → icon-info-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-info-circle-fill/{icon-info-circle-fill.vue.d.ts → icon-info-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-interaction/{icon-interaction.vue.d.ts → icon-interaction.vue.d.vue.ts} +0 -0
- package/es/icon/icon-italic/{icon-italic.vue.d.ts → icon-italic.vue.d.vue.ts} +0 -0
- package/es/icon/icon-language/{icon-language.vue.d.ts → icon-language.vue.d.vue.ts} +0 -0
- package/es/icon/icon-lark-color/{icon-lark-color.vue.d.ts → icon-lark-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-launch/{icon-launch.vue.d.ts → icon-launch.vue.d.vue.ts} +0 -0
- package/es/icon/icon-layers/{icon-layers.vue.d.ts → icon-layers.vue.d.vue.ts} +0 -0
- package/es/icon/icon-layout/{icon-layout.vue.d.ts → icon-layout.vue.d.vue.ts} +0 -0
- package/es/icon/icon-left/{icon-left.vue.d.ts → icon-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-left-circle/{icon-left-circle.vue.d.ts → icon-left-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-line-height/{icon-line-height.vue.d.ts → icon-line-height.vue.d.vue.ts} +0 -0
- package/es/icon/icon-link/{icon-link.vue.d.ts → icon-link.vue.d.vue.ts} +0 -0
- package/es/icon/icon-list/{icon-list.vue.d.ts → icon-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-live-broadcast/{icon-live-broadcast.vue.d.ts → icon-live-broadcast.vue.d.vue.ts} +0 -0
- package/es/icon/icon-loading/{icon-loading.vue.d.ts → icon-loading.vue.d.vue.ts} +0 -0
- package/es/icon/icon-location/{icon-location.vue.d.ts → icon-location.vue.d.vue.ts} +0 -0
- package/es/icon/icon-lock/{icon-lock.vue.d.ts → icon-lock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-loop/{icon-loop.vue.d.ts → icon-loop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-man/{icon-man.vue.d.ts → icon-man.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu/{icon-menu.vue.d.ts → icon-menu.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu-fold/{icon-menu-fold.vue.d.ts → icon-menu-fold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-menu-unfold/{icon-menu-unfold.vue.d.ts → icon-menu-unfold.vue.d.vue.ts} +0 -0
- package/es/icon/icon-message/{icon-message.vue.d.ts → icon-message.vue.d.vue.ts} +0 -0
- package/es/icon/icon-message-banned/{icon-message-banned.vue.d.ts → icon-message-banned.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mind-mapping/{icon-mind-mapping.vue.d.ts → icon-mind-mapping.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus/{icon-minus.vue.d.ts → icon-minus.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus-circle/{icon-minus-circle.vue.d.ts → icon-minus-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-minus-circle-fill/{icon-minus-circle-fill.vue.d.ts → icon-minus-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mobile/{icon-mobile.vue.d.ts → icon-mobile.vue.d.vue.ts} +0 -0
- package/es/icon/icon-moon/{icon-moon.vue.d.ts → icon-moon.vue.d.vue.ts} +0 -0
- package/es/icon/icon-moon-fill/{icon-moon-fill.vue.d.ts → icon-moon-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-more/{icon-more.vue.d.ts → icon-more.vue.d.vue.ts} +0 -0
- package/es/icon/icon-more-vertical/{icon-more-vertical.vue.d.ts → icon-more-vertical.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mosaic/{icon-mosaic.vue.d.ts → icon-mosaic.vue.d.vue.ts} +0 -0
- package/es/icon/icon-music/{icon-music.vue.d.ts → icon-music.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mute/{icon-mute.vue.d.ts → icon-mute.vue.d.vue.ts} +0 -0
- package/es/icon/icon-mute-fill/{icon-mute-fill.vue.d.ts → icon-mute-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-nav/{icon-nav.vue.d.ts → icon-nav.vue.d.vue.ts} +0 -0
- package/es/icon/icon-notification/{icon-notification.vue.d.ts → icon-notification.vue.d.vue.ts} +0 -0
- package/es/icon/icon-notification-close/{icon-notification-close.vue.d.ts → icon-notification-close.vue.d.vue.ts} +0 -0
- package/es/icon/icon-oblique-line/{icon-oblique-line.vue.d.ts → icon-oblique-line.vue.d.vue.ts} +0 -0
- package/es/icon/icon-ordered-list/{icon-ordered-list.vue.d.ts → icon-ordered-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-original-size/{icon-original-size.vue.d.ts → icon-original-size.vue.d.vue.ts} +0 -0
- package/es/icon/icon-palette/{icon-palette.vue.d.ts → icon-palette.vue.d.vue.ts} +0 -0
- package/es/icon/icon-paste/{icon-paste.vue.d.ts → icon-paste.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause/{icon-pause.vue.d.ts → icon-pause.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause-circle/{icon-pause-circle.vue.d.ts → icon-pause-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pause-circle-fill/{icon-pause-circle-fill.vue.d.ts → icon-pause-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pen/{icon-pen.vue.d.ts → icon-pen.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pen-fill/{icon-pen-fill.vue.d.ts → icon-pen-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-phone/{icon-phone.vue.d.ts → icon-phone.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-arrow/{icon-play-arrow.vue.d.ts → icon-play-arrow.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-arrow-fill/{icon-play-arrow-fill.vue.d.ts → icon-play-arrow-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-circle/{icon-play-circle.vue.d.ts → icon-play-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-play-circle-fill/{icon-play-circle-fill.vue.d.ts → icon-play-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus/{icon-plus.vue.d.ts → icon-plus.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus-circle/{icon-plus-circle.vue.d.ts → icon-plus-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-plus-circle-fill/{icon-plus-circle-fill.vue.d.ts → icon-plus-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-poweroff/{icon-poweroff.vue.d.ts → icon-poweroff.vue.d.vue.ts} +0 -0
- package/es/icon/icon-printer/{icon-printer.vue.d.ts → icon-printer.vue.d.vue.ts} +0 -0
- package/es/icon/icon-public/{icon-public.vue.d.ts → icon-public.vue.d.vue.ts} +0 -0
- package/es/icon/icon-pushpin/{icon-pushpin.vue.d.ts → icon-pushpin.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq/{icon-qq.vue.d.ts → icon-qq.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq-circle-fill/{icon-qq-circle-fill.vue.d.ts → icon-qq-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qq-zone/{icon-qq-zone.vue.d.ts → icon-qq-zone.vue.d.vue.ts} +0 -0
- package/es/icon/icon-qrcode/{icon-qrcode.vue.d.ts → icon-qrcode.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question/{icon-question.vue.d.ts → icon-question.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question-circle/{icon-question-circle.vue.d.ts → icon-question-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-question-circle-fill/{icon-question-circle-fill.vue.d.ts → icon-question-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-quote/{icon-quote.vue.d.ts → icon-quote.vue.d.vue.ts} +0 -0
- package/es/icon/icon-record/{icon-record.vue.d.ts → icon-record.vue.d.vue.ts} +0 -0
- package/es/icon/icon-record-stop/{icon-record-stop.vue.d.ts → icon-record-stop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-redo/{icon-redo.vue.d.ts → icon-redo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-refresh/{icon-refresh.vue.d.ts → icon-refresh.vue.d.vue.ts} +0 -0
- package/es/icon/icon-relation/{icon-relation.vue.d.ts → icon-relation.vue.d.vue.ts} +0 -0
- package/es/icon/icon-reply/{icon-reply.vue.d.ts → icon-reply.vue.d.vue.ts} +0 -0
- package/es/icon/icon-right/{icon-right.vue.d.ts → icon-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-right-circle/{icon-right-circle.vue.d.ts → icon-right-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-robot/{icon-robot.vue.d.ts → icon-robot.vue.d.vue.ts} +0 -0
- package/es/icon/icon-robot-add/{icon-robot-add.vue.d.ts → icon-robot-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-rotate-left/{icon-rotate-left.vue.d.ts → icon-rotate-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-rotate-right/{icon-rotate-right.vue.d.ts → icon-rotate-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-safe/{icon-safe.vue.d.ts → icon-safe.vue.d.vue.ts} +0 -0
- package/es/icon/icon-save/{icon-save.vue.d.ts → icon-save.vue.d.vue.ts} +0 -0
- package/es/icon/icon-scan/{icon-scan.vue.d.ts → icon-scan.vue.d.vue.ts} +0 -0
- package/es/icon/icon-schedule/{icon-schedule.vue.d.ts → icon-schedule.vue.d.vue.ts} +0 -0
- package/es/icon/icon-scissor/{icon-scissor.vue.d.ts → icon-scissor.vue.d.vue.ts} +0 -0
- package/es/icon/icon-search/{icon-search.vue.d.ts → icon-search.vue.d.vue.ts} +0 -0
- package/es/icon/icon-select-all/{icon-select-all.vue.d.ts → icon-select-all.vue.d.vue.ts} +0 -0
- package/es/icon/icon-send/{icon-send.vue.d.ts → icon-send.vue.d.vue.ts} +0 -0
- package/es/icon/icon-settings/{icon-settings.vue.d.ts → icon-settings.vue.d.vue.ts} +0 -0
- package/es/icon/icon-shake/{icon-shake.vue.d.ts → icon-shake.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-alt/{icon-share-alt.vue.d.ts → icon-share-alt.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-external/{icon-share-external.vue.d.ts → icon-share-external.vue.d.vue.ts} +0 -0
- package/es/icon/icon-share-internal/{icon-share-internal.vue.d.ts → icon-share-internal.vue.d.vue.ts} +0 -0
- package/es/icon/icon-shrink/{icon-shrink.vue.d.ts → icon-shrink.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skin/{icon-skin.vue.d.ts → icon-skin.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-next/{icon-skip-next.vue.d.ts → icon-skip-next.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-next-fill/{icon-skip-next-fill.vue.d.ts → icon-skip-next-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-previous/{icon-skip-previous.vue.d.ts → icon-skip-previous.vue.d.vue.ts} +0 -0
- package/es/icon/icon-skip-previous-fill/{icon-skip-previous-fill.vue.d.ts → icon-skip-previous-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort/{icon-sort.vue.d.ts → icon-sort.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort-ascending/{icon-sort-ascending.vue.d.ts → icon-sort-ascending.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sort-descending/{icon-sort-descending.vue.d.ts → icon-sort-descending.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sound/{icon-sound.vue.d.ts → icon-sound.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sound-fill/{icon-sound-fill.vue.d.ts → icon-sound-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-stamp/{icon-stamp.vue.d.ts → icon-stamp.vue.d.vue.ts} +0 -0
- package/es/icon/icon-star/{icon-star.vue.d.ts → icon-star.vue.d.vue.ts} +0 -0
- package/es/icon/icon-star-fill/{icon-star-fill.vue.d.ts → icon-star-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-stop/{icon-stop.vue.d.ts → icon-stop.vue.d.vue.ts} +0 -0
- package/es/icon/icon-storage/{icon-storage.vue.d.ts → icon-storage.vue.d.vue.ts} +0 -0
- package/es/icon/icon-strikethrough/{icon-strikethrough.vue.d.ts → icon-strikethrough.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribe/{icon-subscribe.vue.d.ts → icon-subscribe.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribe-add/{icon-subscribe-add.vue.d.ts → icon-subscribe-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-subscribed/{icon-subscribed.vue.d.ts → icon-subscribed.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sun/{icon-sun.vue.d.ts → icon-sun.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sun-fill/{icon-sun-fill.vue.d.ts → icon-sun-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-swap/{icon-swap.vue.d.ts → icon-swap.vue.d.vue.ts} +0 -0
- package/es/icon/icon-sync/{icon-sync.vue.d.ts → icon-sync.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tag/{icon-tag.vue.d.ts → icon-tag.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tags/{icon-tags.vue.d.ts → icon-tags.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-down/{icon-thumb-down.vue.d.ts → icon-thumb-down.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-down-fill/{icon-thumb-down-fill.vue.d.ts → icon-thumb-down-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-up/{icon-thumb-up.vue.d.ts → icon-thumb-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thumb-up-fill/{icon-thumb-up-fill.vue.d.ts → icon-thumb-up-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-thunderbolt/{icon-thunderbolt.vue.d.ts → icon-thunderbolt.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tiktok-color/{icon-tiktok-color.vue.d.ts → icon-tiktok-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-bottom/{icon-to-bottom.vue.d.ts → icon-to-bottom.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-left/{icon-to-left.vue.d.ts → icon-to-left.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-right/{icon-to-right.vue.d.ts → icon-to-right.vue.d.vue.ts} +0 -0
- package/es/icon/icon-to-top/{icon-to-top.vue.d.ts → icon-to-top.vue.d.vue.ts} +0 -0
- package/es/icon/icon-tool/{icon-tool.vue.d.ts → icon-tool.vue.d.vue.ts} +0 -0
- package/es/icon/icon-translate/{icon-translate.vue.d.ts → icon-translate.vue.d.vue.ts} +0 -0
- package/es/icon/icon-trophy/{icon-trophy.vue.d.ts → icon-trophy.vue.d.vue.ts} +0 -0
- package/es/icon/icon-twitter/{icon-twitter.vue.d.ts → icon-twitter.vue.d.vue.ts} +0 -0
- package/es/icon/icon-twitter-circle-fill/{icon-twitter-circle-fill.vue.d.ts → icon-twitter-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-underline/{icon-underline.vue.d.ts → icon-underline.vue.d.vue.ts} +0 -0
- package/es/icon/icon-undo/{icon-undo.vue.d.ts → icon-undo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-unlock/{icon-unlock.vue.d.ts → icon-unlock.vue.d.vue.ts} +0 -0
- package/es/icon/icon-unordered-list/{icon-unordered-list.vue.d.ts → icon-unordered-list.vue.d.vue.ts} +0 -0
- package/es/icon/icon-up/{icon-up.vue.d.ts → icon-up.vue.d.vue.ts} +0 -0
- package/es/icon/icon-up-circle/{icon-up-circle.vue.d.ts → icon-up-circle.vue.d.vue.ts} +0 -0
- package/es/icon/icon-upload/{icon-upload.vue.d.ts → icon-upload.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user/{icon-user.vue.d.ts → icon-user.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user-add/{icon-user-add.vue.d.ts → icon-user-add.vue.d.vue.ts} +0 -0
- package/es/icon/icon-user-group/{icon-user-group.vue.d.ts → icon-user-group.vue.d.vue.ts} +0 -0
- package/es/icon/icon-video-camera/{icon-video-camera.vue.d.ts → icon-video-camera.vue.d.vue.ts} +0 -0
- package/es/icon/icon-voice/{icon-voice.vue.d.ts → icon-voice.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wechat/{icon-wechat.vue.d.ts → icon-wechat.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wechatpay/{icon-wechatpay.vue.d.ts → icon-wechatpay.vue.d.vue.ts} +0 -0
- package/es/icon/icon-weibo/{icon-weibo.vue.d.ts → icon-weibo.vue.d.vue.ts} +0 -0
- package/es/icon/icon-weibo-circle-fill/{icon-weibo-circle-fill.vue.d.ts → icon-weibo-circle-fill.vue.d.vue.ts} +0 -0
- package/es/icon/icon-wifi/{icon-wifi.vue.d.ts → icon-wifi.vue.d.vue.ts} +0 -0
- package/es/icon/icon-woman/{icon-woman.vue.d.ts → icon-woman.vue.d.vue.ts} +0 -0
- package/es/icon/icon-xigua-color/{icon-xigua-color.vue.d.ts → icon-xigua-color.vue.d.vue.ts} +0 -0
- package/es/icon/icon-zoom-in/{icon-zoom-in.vue.d.ts → icon-zoom-in.vue.d.vue.ts} +0 -0
- package/es/icon/icon-zoom-out/{icon-zoom-out.vue.d.ts → icon-zoom-out.vue.d.vue.ts} +0 -0
- package/es/image/{image-footer.vue.d.ts → image-footer.vue.d.vue.ts} +0 -0
- package/es/image/{preview-action.vue.d.ts → preview-action.vue.d.vue.ts} +0 -0
- package/es/image/{preview-arrow.vue.d.ts → preview-arrow.vue.d.vue.ts} +0 -0
- package/es/image/{preview-group.vue.d.ts → preview-group.vue.d.vue.ts} +5 -5
- package/es/image/{preview-toolbar.vue.d.ts → preview-toolbar.vue.d.vue.ts} +0 -0
- package/es/input/{input-group.vue.d.ts → input-group.vue.d.vue.ts} +0 -0
- package/es/input-mask/{input-mask.vue.d.ts → input-mask.vue.d.vue.ts} +13 -13
- package/es/json-form/{json-form-component.vue.d.ts → json-form-component.vue.d.vue.ts} +0 -0
- package/es/json-form/{json-form-item.vue.d.ts → json-form-item.vue.d.vue.ts} +1 -1
- package/es/kv-list/{kv-list-row.vue.d.ts → kv-list-row.vue.d.vue.ts} +2 -2
- package/es/kv-list/{kv-list.vue.d.ts → kv-list.vue.d.vue.ts} +2 -2
- package/es/layout/{content.vue.d.ts → content.vue.d.vue.ts} +0 -0
- package/es/layout/{footer.vue.d.ts → footer.vue.d.vue.ts} +0 -0
- package/es/layout/{header.vue.d.ts → header.vue.d.vue.ts} +0 -0
- package/es/layout/{layout.vue.d.ts → layout.vue.d.vue.ts} +0 -0
- package/es/list/{list-item-meta.vue.d.ts → list-item-meta.vue.d.vue.ts} +0 -0
- package/es/list/{list-item.vue.d.ts → list-item.vue.d.vue.ts} +0 -0
- package/es/menu/{indent.vue.d.ts → indent.vue.d.vue.ts} +0 -0
- package/es/menu/{item-group.vue.d.ts → item-group.vue.d.vue.ts} +0 -0
- package/es/menu/{overflow-wrap.vue.d.ts → overflow-wrap.vue.d.vue.ts} +0 -0
- package/es/menu/{sub-menu-inline.vue.d.ts → sub-menu-inline.vue.d.vue.ts} +0 -0
- package/es/menu/{sub-menu-pop.vue.d.ts → sub-menu-pop.vue.d.vue.ts} +1 -1
- package/es/menu/{sub-menu.vue.d.ts → sub-menu.vue.d.vue.ts} +2 -2
- package/es/message/{message-list.vue.d.ts → message-list.vue.d.vue.ts} +3 -3
- package/es/model-selector/{model-selector-content.vue.d.ts → model-selector-content.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-dialog.vue.d.ts → model-selector-dialog.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-empty.vue.d.ts → model-selector-empty.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-group.vue.d.ts → model-selector-group.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-input.vue.d.ts → model-selector-input.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-item.vue.d.ts → model-selector-item.vue.d.vue.ts} +2 -2
- package/es/model-selector/{model-selector-list.vue.d.ts → model-selector-list.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-logo-group.vue.d.ts → model-selector-logo-group.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-logo.vue.d.ts → model-selector-logo.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-name.vue.d.ts → model-selector-name.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-separator.vue.d.ts → model-selector-separator.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-shortcut.vue.d.ts → model-selector-shortcut.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector-trigger.vue.d.ts → model-selector-trigger.vue.d.vue.ts} +0 -0
- package/es/model-selector/{model-selector.vue.d.ts → model-selector.vue.d.vue.ts} +0 -0
- package/es/number-flow/{number-flow-group.vue.d.ts → number-flow-group.vue.d.vue.ts} +0 -0
- package/es/number-flow/{number-flow.vue.d.ts → number-flow.vue.d.vue.ts} +2 -2
- package/es/page-header/{page-header.vue.d.ts → page-header.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-item-ellipsis.vue.d.ts → page-item-ellipsis.vue.d.vue.ts} +1 -1
- package/es/pagination/{page-item-step.vue.d.ts → page-item-step.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-item.vue.d.ts → page-item.vue.d.vue.ts} +0 -0
- package/es/pagination/{page-jumper.vue.d.ts → page-jumper.vue.d.vue.ts} +1 -1
- package/es/pagination/{page-options.vue.d.ts → page-options.vue.d.vue.ts} +0 -0
- package/es/pagination/{pagination.vue.d.ts → pagination.vue.d.vue.ts} +4 -4
- package/es/progress/{steps.vue.d.ts → steps.vue.d.vue.ts} +2 -2
- package/es/qr-code/{qr-code-status.vue.d.ts → qr-code-status.vue.d.vue.ts} +0 -0
- package/es/radio/{radio-group.vue.d.ts → radio-group.vue.d.vue.ts} +3 -3
- package/es/radio/{radio.vue.d.ts → radio.vue.d.vue.ts} +3 -3
- package/es/regex-vis/{regex-vis.vue.d.ts → regex-vis.vue.d.vue.ts} +2 -2
- package/es/result/{403.vue.d.ts → 403.vue.d.vue.ts} +0 -0
- package/es/result/{404.vue.d.ts → 404.vue.d.vue.ts} +0 -0
- package/es/result/{500.vue.d.ts → 500.vue.d.vue.ts} +0 -0
- package/es/rich-text-editor/{rich-text-node-renderer.vue.d.ts → rich-text-node-renderer.vue.d.vue.ts} +2 -2
- package/es/secret/{secret.vue.d.ts → secret.vue.d.vue.ts} +0 -0
- package/es/select/{select-dropdown.vue.d.ts → select-dropdown.vue.d.vue.ts} +3 -3
- package/es/selectable-card/{selectable-card.vue.d.ts → selectable-card.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-header.vue.d.ts → sender-header.vue.d.vue.ts} +3 -3
- package/es/sender/{sender-recording-icon.vue.d.ts → sender-recording-icon.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-skill-tag.vue.d.ts → sender-skill-tag.vue.d.vue.ts} +0 -0
- package/es/sender/{sender-stop-loading-icon.vue.d.ts → sender-stop-loading-icon.vue.d.vue.ts} +0 -0
- package/es/skeleton/{line.vue.d.ts → line.vue.d.vue.ts} +1 -1
- package/es/skeleton/{skeleton.vue.d.ts → skeleton.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-dots.vue.d.ts → slider-dots.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-input.vue.d.ts → slider-input.vue.d.vue.ts} +3 -3
- package/es/slider/{slider-marks.vue.d.ts → slider-marks.vue.d.vue.ts} +0 -0
- package/es/slider/{slider-ticks.vue.d.ts → slider-ticks.vue.d.vue.ts} +0 -0
- package/es/slider/{slider.vue.d.ts → slider.vue.d.vue.ts} +6 -6
- package/es/space/{space.vue.d.ts → space.vue.d.vue.ts} +0 -0
- package/es/spin/{dot-loading.vue.d.ts → dot-loading.vue.d.vue.ts} +0 -0
- package/es/spin/{spin.vue.d.ts → spin.vue.d.vue.ts} +0 -0
- package/es/statistic/{countdown.vue.d.ts → countdown.vue.d.vue.ts} +2 -2
- package/es/statistic/{statistic.vue.d.ts → statistic.vue.d.vue.ts} +3 -3
- package/es/table/{table-operation-td.vue.d.ts → table-operation-td.vue.d.vue.ts} +2 -2
- package/es/table/{table-operation-th.vue.d.ts → table-operation-th.vue.d.vue.ts} +1 -1
- package/es/table/{table-tbody.vue.d.ts → table-tbody.vue.d.vue.ts} +0 -0
- package/es/table/{table-th.vue.d.ts → table-th.vue.d.vue.ts} +1 -1
- package/es/table/{table-thead.vue.d.ts → table-thead.vue.d.vue.ts} +0 -0
- package/es/table/{table-tr.vue.d.ts → table-tr.vue.d.vue.ts} +0 -0
- package/es/tabs/{tab-pane.vue.d.ts → tab-pane.vue.d.vue.ts} +0 -0
- package/es/tabs/{tabs-button.vue.d.ts → tabs-button.vue.d.vue.ts} +1 -1
- package/es/tabs/{tabs-tab.vue.d.ts → tabs-tab.vue.d.vue.ts} +0 -0
- package/es/thinking-orb/{thinking-orb.vue.d.ts → thinking-orb.vue.d.vue.ts} +0 -0
- package/es/timeline/{item.vue.d.ts → item.vue.d.vue.ts} +1 -1
- package/es/timeline/{timeline.vue.d.ts → timeline.vue.d.vue.ts} +0 -0
- package/es/toolbar/{toolbar.vue.d.ts → toolbar.vue.d.vue.ts} +2 -2
- package/es/tooltip/{tooltip.vue.d.ts → tooltip.vue.d.vue.ts} +5 -5
- package/es/tour/{tour.vue.d.ts → tour.vue.d.vue.ts} +7 -7
- package/es/transfer/{transfer.vue.d.ts → transfer.vue.d.vue.ts} +8 -8
- package/es/tree/{base-node.vue.d.ts → base-node.vue.d.vue.ts} +4 -4
- package/es/tree/{expand-transition.vue.d.ts → expand-transition.vue.d.vue.ts} +0 -0
- package/es/tree/{node-switcher.vue.d.ts → node-switcher.vue.d.vue.ts} +0 -0
- package/es/tree/{transition-node-list.vue.d.ts → transition-node-list.vue.d.vue.ts} +0 -0
- package/es/trigger/{trigger.vue.d.ts → trigger.vue.d.vue.ts} +6 -6
- package/es/typography/{edit-content.vue.d.ts → edit-content.vue.d.vue.ts} +2 -2
- package/es/typography/{operations.vue.d.ts → operations.vue.d.vue.ts} +4 -4
- package/es/typography/{title.vue.d.ts → title.vue.d.vue.ts} +0 -0
- package/es/typography/{typography-content.vue.d.ts → typography-content.vue.d.vue.ts} +0 -0
- package/es/typography/{typography-operations.vue.d.ts → typography-operations.vue.d.vue.ts} +0 -0
- package/es/typography/{typography.vue.d.ts → typography.vue.d.vue.ts} +0 -0
- package/es/typography/utils/{inner-text-renderer.vue.d.ts → inner-text-renderer.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-button.vue.d.ts → upload-button.vue.d.vue.ts} +3 -3
- package/es/upload/{upload-list-item.vue.d.ts → upload-list-item.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-list.vue.d.ts → upload-list.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-picture-item.vue.d.ts → upload-picture-item.vue.d.vue.ts} +0 -0
- package/es/upload/{upload-progress.vue.d.ts → upload-progress.vue.d.vue.ts} +0 -0
- package/es/watermark/{watermark.vue.d.ts → watermark.vue.d.vue.ts} +3 -3
package/es/list/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ declare const List: {
|
|
|
7
7
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
8
8
|
data: import("vue").PropType<any[]>;
|
|
9
9
|
size: {
|
|
10
|
-
type: import("vue").PropType<
|
|
10
|
+
type: import("vue").PropType<'small' | 'medium' | 'large'>;
|
|
11
11
|
default: string;
|
|
12
12
|
};
|
|
13
13
|
bordered: {
|
|
@@ -22,12 +22,12 @@ declare const List: {
|
|
|
22
22
|
type: BooleanConstructor;
|
|
23
23
|
default: boolean;
|
|
24
24
|
};
|
|
25
|
-
spinProps: import("vue").PropType<import("
|
|
25
|
+
spinProps: import("vue").PropType<import("..").SpinProps>;
|
|
26
26
|
hoverable: {
|
|
27
27
|
type: BooleanConstructor;
|
|
28
28
|
default: boolean;
|
|
29
29
|
};
|
|
30
|
-
paginationProps: import("vue").PropType<import("
|
|
30
|
+
paginationProps: import("vue").PropType<import("..").PaginationProps>;
|
|
31
31
|
gridProps: ObjectConstructor;
|
|
32
32
|
maxHeight: {
|
|
33
33
|
type: import("vue").PropType<string | number>;
|
|
@@ -37,36 +37,35 @@ declare const List: {
|
|
|
37
37
|
type: NumberConstructor;
|
|
38
38
|
default: number;
|
|
39
39
|
};
|
|
40
|
-
virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface
|
|
40
|
+
virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
41
41
|
scrollbar: {
|
|
42
|
-
type: import("vue").PropType<boolean | import("
|
|
42
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
43
43
|
default: boolean;
|
|
44
44
|
};
|
|
45
45
|
}>> & Readonly<{
|
|
46
|
-
onScroll?: (() => any) | undefined;
|
|
47
|
-
onReachBottom?: (() => any) | undefined;
|
|
48
|
-
onPageSizeChange?: ((_pageSize: number) => any) | undefined;
|
|
49
46
|
onPageChange?: ((_page: number) => any) | undefined;
|
|
47
|
+
onPageSizeChange?: ((_pageSize: number) => any) | undefined;
|
|
48
|
+
onReachBottom?: (() => any) | undefined;
|
|
49
|
+
onScroll?: (() => any) | undefined;
|
|
50
50
|
}>, {
|
|
51
51
|
virtualListRef: import("vue").Ref<({
|
|
52
52
|
$: import("vue").ComponentInternalInstance;
|
|
53
53
|
$data: {};
|
|
54
54
|
$props: Partial<{
|
|
55
|
-
shift: boolean;
|
|
56
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
57
|
-
enabled: boolean;
|
|
58
|
-
emitUpdate: boolean;
|
|
59
|
-
disableTransform: boolean;
|
|
60
|
-
flowMode: boolean;
|
|
61
|
-
skipHover: boolean;
|
|
62
55
|
items: unknown[];
|
|
63
56
|
height: string | number;
|
|
64
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
57
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
65
58
|
direction: "horizontal" | "vertical";
|
|
66
59
|
listTag: string;
|
|
67
60
|
itemTag: string;
|
|
68
|
-
itemSize: import("../_components/virtual-list/interface
|
|
61
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
69
62
|
minItemSize: string | number | null;
|
|
63
|
+
shift: boolean;
|
|
64
|
+
emitUpdate: boolean;
|
|
65
|
+
disableTransform: boolean;
|
|
66
|
+
flowMode: boolean;
|
|
67
|
+
skipHover: boolean;
|
|
68
|
+
enabled: boolean;
|
|
70
69
|
threshold: number;
|
|
71
70
|
fixedSize: boolean;
|
|
72
71
|
estimatedSize: number;
|
|
@@ -76,51 +75,52 @@ declare const List: {
|
|
|
76
75
|
contentAttrs: Record<string, unknown> | undefined;
|
|
77
76
|
listStyle: import("vue").CSSProperties | undefined;
|
|
78
77
|
paddingPosition: "content" | "list";
|
|
78
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
79
79
|
}> & Omit<{
|
|
80
|
-
readonly shift: boolean;
|
|
81
|
-
readonly scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
82
|
-
readonly enabled: boolean;
|
|
83
|
-
readonly emitUpdate: boolean;
|
|
84
|
-
readonly disableTransform: boolean;
|
|
85
|
-
readonly flowMode: boolean;
|
|
86
|
-
readonly skipHover: boolean;
|
|
87
80
|
readonly items: unknown[];
|
|
88
|
-
readonly
|
|
81
|
+
readonly height?: string | number | undefined;
|
|
82
|
+
readonly keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
89
83
|
readonly direction: "horizontal" | "vertical";
|
|
90
84
|
readonly listTag: string;
|
|
91
85
|
readonly itemTag: string;
|
|
92
|
-
readonly
|
|
93
|
-
readonly fixedSize: boolean;
|
|
94
|
-
readonly paddingPosition: "content" | "list";
|
|
86
|
+
readonly itemSize?: import("../_components/virtual-list/interface").ItemSizeValue | undefined;
|
|
95
87
|
readonly gridItems?: number | undefined;
|
|
96
88
|
readonly itemSecondarySize?: number | undefined;
|
|
89
|
+
readonly minItemSize?: string | number | null | undefined;
|
|
97
90
|
readonly sizeField?: string | undefined;
|
|
98
91
|
readonly typeField?: string | undefined;
|
|
99
92
|
readonly buffer?: number | undefined;
|
|
93
|
+
readonly shift: boolean;
|
|
94
|
+
readonly cache?: import("virtua").CacheSnapshot | undefined;
|
|
100
95
|
readonly prerender?: number | undefined;
|
|
96
|
+
readonly emitUpdate: boolean;
|
|
97
|
+
readonly disableTransform: boolean;
|
|
98
|
+
readonly flowMode: boolean;
|
|
101
99
|
readonly hiddenPosition?: number | undefined;
|
|
102
100
|
readonly updateInterval?: number | undefined;
|
|
103
|
-
readonly
|
|
104
|
-
readonly
|
|
105
|
-
readonly
|
|
106
|
-
readonly
|
|
107
|
-
readonly
|
|
101
|
+
readonly skipHover: boolean;
|
|
102
|
+
readonly enabled: boolean;
|
|
103
|
+
readonly listClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
104
|
+
readonly itemClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
105
|
+
readonly threshold: number;
|
|
106
|
+
readonly fixedSize: boolean;
|
|
108
107
|
readonly estimatedSize?: number | undefined;
|
|
109
108
|
readonly component?: string | Record<string, unknown> | undefined;
|
|
110
109
|
readonly listAttrs?: Record<string, unknown> | undefined;
|
|
111
110
|
readonly contentWrapperAttrs?: Record<string, unknown> | undefined;
|
|
112
111
|
readonly contentAttrs?: Record<string, unknown> | undefined;
|
|
113
112
|
readonly listStyle?: import("vue").CSSProperties | undefined;
|
|
114
|
-
readonly
|
|
115
|
-
readonly
|
|
116
|
-
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
113
|
+
readonly paddingPosition: "content" | "list";
|
|
114
|
+
readonly scrollbar: boolean | import("..").ScrollbarProps;
|
|
117
115
|
readonly onHidden?: (() => any) | undefined;
|
|
118
|
-
readonly onVisible?: (() => any) | undefined;
|
|
119
|
-
readonly onResize?: (() => any) | undefined;
|
|
120
116
|
readonly onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
121
|
-
readonly
|
|
117
|
+
readonly onResize?: (() => any) | undefined;
|
|
118
|
+
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
122
119
|
readonly onScrollEnd?: (() => any) | undefined;
|
|
123
|
-
|
|
120
|
+
readonly onScrollStart?: (() => any) | undefined;
|
|
121
|
+
readonly onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
122
|
+
readonly onVisible?: (() => any) | undefined;
|
|
123
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold">;
|
|
124
124
|
$attrs: import("vue").Attrs;
|
|
125
125
|
$refs: {
|
|
126
126
|
[x: string]: unknown;
|
|
@@ -131,7 +131,7 @@ declare const List: {
|
|
|
131
131
|
$root: import("vue").ComponentPublicInstance | null;
|
|
132
132
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
133
133
|
$host: Element | null;
|
|
134
|
-
$emit: ((event: "
|
|
134
|
+
$emit: ((event: "hidden") => void) & ((event: "reachBottom", _ev: Event) => void) & ((event: "resize") => void) & ((event: "scroll", _ev: Event) => void) & ((event: "scrollEnd") => void) & ((event: "scrollStart") => void) & ((event: "update", _startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => void) & ((event: "visible") => void);
|
|
135
135
|
$el: any;
|
|
136
136
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
137
137
|
items: {
|
|
@@ -143,11 +143,11 @@ declare const List: {
|
|
|
143
143
|
default: undefined;
|
|
144
144
|
};
|
|
145
145
|
keyField: {
|
|
146
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
146
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
147
147
|
default: string;
|
|
148
148
|
};
|
|
149
149
|
direction: {
|
|
150
|
-
type: import("vue").PropType<
|
|
150
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
151
151
|
default: string;
|
|
152
152
|
};
|
|
153
153
|
listTag: {
|
|
@@ -159,7 +159,7 @@ declare const List: {
|
|
|
159
159
|
default: string;
|
|
160
160
|
};
|
|
161
161
|
itemSize: {
|
|
162
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
162
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
163
163
|
default: undefined;
|
|
164
164
|
};
|
|
165
165
|
gridItems: NumberConstructor;
|
|
@@ -185,10 +185,10 @@ declare const List: {
|
|
|
185
185
|
default: boolean;
|
|
186
186
|
};
|
|
187
187
|
listClass: {
|
|
188
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
188
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
189
189
|
};
|
|
190
190
|
itemClass: {
|
|
191
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
191
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
192
192
|
};
|
|
193
193
|
threshold: {
|
|
194
194
|
type: NumberConstructor;
|
|
@@ -223,25 +223,25 @@ declare const List: {
|
|
|
223
223
|
default: undefined;
|
|
224
224
|
};
|
|
225
225
|
paddingPosition: {
|
|
226
|
-
type: import("vue").PropType<
|
|
226
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
227
227
|
default: string;
|
|
228
228
|
};
|
|
229
229
|
scrollbar: {
|
|
230
|
-
type: import("vue").PropType<boolean | import("
|
|
230
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
231
231
|
default: boolean;
|
|
232
232
|
};
|
|
233
233
|
}>> & Readonly<{
|
|
234
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
235
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
236
234
|
onHidden?: (() => any) | undefined;
|
|
237
|
-
onVisible?: (() => any) | undefined;
|
|
238
|
-
onResize?: (() => any) | undefined;
|
|
239
235
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
240
|
-
|
|
236
|
+
onResize?: (() => any) | undefined;
|
|
237
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
241
238
|
onScrollEnd?: (() => any) | undefined;
|
|
239
|
+
onScrollStart?: (() => any) | undefined;
|
|
240
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
241
|
+
onVisible?: (() => any) | undefined;
|
|
242
242
|
}>, {
|
|
243
|
-
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface
|
|
244
|
-
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface
|
|
243
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
244
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
245
245
|
findItemIndex: (offset: number) => number;
|
|
246
246
|
getItemOffset: (index: number) => number;
|
|
247
247
|
getItemSize: (index: number) => number;
|
|
@@ -251,32 +251,31 @@ declare const List: {
|
|
|
251
251
|
scrollToBottom: () => void;
|
|
252
252
|
forceUpdate: () => void;
|
|
253
253
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
254
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
254
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
255
255
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
256
|
-
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
257
|
-
scroll: (_ev: Event) => any;
|
|
258
256
|
hidden: () => any;
|
|
259
|
-
visible: () => any;
|
|
260
|
-
resize: () => any;
|
|
261
257
|
reachBottom: (_ev: Event) => any;
|
|
262
|
-
|
|
258
|
+
resize: () => any;
|
|
259
|
+
scroll: (_ev: Event) => any;
|
|
263
260
|
scrollEnd: () => any;
|
|
261
|
+
scrollStart: () => any;
|
|
262
|
+
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
263
|
+
visible: () => any;
|
|
264
264
|
}, string, {
|
|
265
|
-
shift: boolean;
|
|
266
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
267
|
-
enabled: boolean;
|
|
268
|
-
emitUpdate: boolean;
|
|
269
|
-
disableTransform: boolean;
|
|
270
|
-
flowMode: boolean;
|
|
271
|
-
skipHover: boolean;
|
|
272
265
|
items: unknown[];
|
|
273
266
|
height: string | number;
|
|
274
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
267
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
275
268
|
direction: "horizontal" | "vertical";
|
|
276
269
|
listTag: string;
|
|
277
270
|
itemTag: string;
|
|
278
|
-
itemSize: import("../_components/virtual-list/interface
|
|
271
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
279
272
|
minItemSize: string | number | null;
|
|
273
|
+
shift: boolean;
|
|
274
|
+
emitUpdate: boolean;
|
|
275
|
+
disableTransform: boolean;
|
|
276
|
+
flowMode: boolean;
|
|
277
|
+
skipHover: boolean;
|
|
278
|
+
enabled: boolean;
|
|
280
279
|
threshold: number;
|
|
281
280
|
fixedSize: boolean;
|
|
282
281
|
estimatedSize: number;
|
|
@@ -286,42 +285,42 @@ declare const List: {
|
|
|
286
285
|
contentAttrs: Record<string, unknown> | undefined;
|
|
287
286
|
listStyle: import("vue").CSSProperties | undefined;
|
|
288
287
|
paddingPosition: "content" | "list";
|
|
288
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
289
289
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
290
|
-
beforeCreate?: (() => void) | (() => void)
|
|
291
|
-
created?: (() => void) | (() => void)
|
|
292
|
-
beforeMount?: (() => void) | (() => void)
|
|
293
|
-
mounted?: (() => void) | (() => void)
|
|
294
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
295
|
-
updated?: (() => void) | (() => void)
|
|
296
|
-
activated?: (() => void) | (() => void)
|
|
297
|
-
deactivated?: (() => void) | (() => void)
|
|
298
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
299
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
300
|
-
destroyed?: (() => void) | (() => void)
|
|
301
|
-
unmounted?: (() => void) | (() => void)
|
|
302
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
303
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
304
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
290
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
291
|
+
created?: (() => void)[] | (() => void);
|
|
292
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
293
|
+
mounted?: (() => void)[] | (() => void);
|
|
294
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
295
|
+
updated?: (() => void)[] | (() => void);
|
|
296
|
+
activated?: (() => void)[] | (() => void);
|
|
297
|
+
deactivated?: (() => void)[] | (() => void);
|
|
298
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
299
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
300
|
+
destroyed?: (() => void)[] | (() => void);
|
|
301
|
+
unmounted?: (() => void)[] | (() => void);
|
|
302
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
303
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
304
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
305
305
|
};
|
|
306
306
|
$forceUpdate: () => void;
|
|
307
307
|
$nextTick: typeof import("vue").nextTick;
|
|
308
308
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
309
309
|
} & Readonly<{
|
|
310
|
-
shift: boolean;
|
|
311
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
312
|
-
enabled: boolean;
|
|
313
|
-
emitUpdate: boolean;
|
|
314
|
-
disableTransform: boolean;
|
|
315
|
-
flowMode: boolean;
|
|
316
|
-
skipHover: boolean;
|
|
317
310
|
items: unknown[];
|
|
318
311
|
height: string | number;
|
|
319
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
312
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
320
313
|
direction: "horizontal" | "vertical";
|
|
321
314
|
listTag: string;
|
|
322
315
|
itemTag: string;
|
|
323
|
-
itemSize: import("../_components/virtual-list/interface
|
|
316
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
324
317
|
minItemSize: string | number | null;
|
|
318
|
+
shift: boolean;
|
|
319
|
+
emitUpdate: boolean;
|
|
320
|
+
disableTransform: boolean;
|
|
321
|
+
flowMode: boolean;
|
|
322
|
+
skipHover: boolean;
|
|
323
|
+
enabled: boolean;
|
|
325
324
|
threshold: number;
|
|
326
325
|
fixedSize: boolean;
|
|
327
326
|
estimatedSize: number;
|
|
@@ -331,6 +330,7 @@ declare const List: {
|
|
|
331
330
|
contentAttrs: Record<string, unknown> | undefined;
|
|
332
331
|
listStyle: import("vue").CSSProperties | undefined;
|
|
333
332
|
paddingPosition: "content" | "list";
|
|
333
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
334
334
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
335
335
|
items: {
|
|
336
336
|
type: import("vue").PropType<unknown[]>;
|
|
@@ -341,11 +341,11 @@ declare const List: {
|
|
|
341
341
|
default: undefined;
|
|
342
342
|
};
|
|
343
343
|
keyField: {
|
|
344
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
344
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
345
345
|
default: string;
|
|
346
346
|
};
|
|
347
347
|
direction: {
|
|
348
|
-
type: import("vue").PropType<
|
|
348
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
349
349
|
default: string;
|
|
350
350
|
};
|
|
351
351
|
listTag: {
|
|
@@ -357,7 +357,7 @@ declare const List: {
|
|
|
357
357
|
default: string;
|
|
358
358
|
};
|
|
359
359
|
itemSize: {
|
|
360
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
360
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
361
361
|
default: undefined;
|
|
362
362
|
};
|
|
363
363
|
gridItems: NumberConstructor;
|
|
@@ -383,10 +383,10 @@ declare const List: {
|
|
|
383
383
|
default: boolean;
|
|
384
384
|
};
|
|
385
385
|
listClass: {
|
|
386
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
386
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
387
387
|
};
|
|
388
388
|
itemClass: {
|
|
389
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
389
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
390
390
|
};
|
|
391
391
|
threshold: {
|
|
392
392
|
type: NumberConstructor;
|
|
@@ -421,25 +421,25 @@ declare const List: {
|
|
|
421
421
|
default: undefined;
|
|
422
422
|
};
|
|
423
423
|
paddingPosition: {
|
|
424
|
-
type: import("vue").PropType<
|
|
424
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
425
425
|
default: string;
|
|
426
426
|
};
|
|
427
427
|
scrollbar: {
|
|
428
|
-
type: import("vue").PropType<boolean | import("
|
|
428
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
429
429
|
default: boolean;
|
|
430
430
|
};
|
|
431
431
|
}>> & Readonly<{
|
|
432
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
433
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
434
432
|
onHidden?: (() => any) | undefined;
|
|
435
|
-
onVisible?: (() => any) | undefined;
|
|
436
|
-
onResize?: (() => any) | undefined;
|
|
437
433
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
438
|
-
|
|
434
|
+
onResize?: (() => any) | undefined;
|
|
435
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
439
436
|
onScrollEnd?: (() => any) | undefined;
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
437
|
+
onScrollStart?: (() => any) | undefined;
|
|
438
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
439
|
+
onVisible?: (() => any) | undefined;
|
|
440
|
+
}>, "cacheSnapshot" | "findItemIndex" | "forceUpdate" | "getDynamicItemSize" | "getItemOffset" | "getItemSize" | "restoreCache" | "scrollTo" | "scrollToBottom" | "scrollToItem" | "scrollToPosition" | "updateVisibleItems" | ("component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold")> & {
|
|
441
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
442
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
443
443
|
findItemIndex: (offset: number) => number;
|
|
444
444
|
getItemOffset: (index: number) => number;
|
|
445
445
|
getItemSize: (index: number) => number;
|
|
@@ -449,7 +449,7 @@ declare const List: {
|
|
|
449
449
|
scrollToBottom: () => void;
|
|
450
450
|
forceUpdate: () => void;
|
|
451
451
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
452
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
452
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
453
453
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
454
454
|
$slots: {
|
|
455
455
|
before?: (props: {}) => any;
|
|
@@ -476,21 +476,20 @@ declare const List: {
|
|
|
476
476
|
$: import("vue").ComponentInternalInstance;
|
|
477
477
|
$data: {};
|
|
478
478
|
$props: Partial<{
|
|
479
|
-
shift: boolean;
|
|
480
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
481
|
-
enabled: boolean;
|
|
482
|
-
emitUpdate: boolean;
|
|
483
|
-
disableTransform: boolean;
|
|
484
|
-
flowMode: boolean;
|
|
485
|
-
skipHover: boolean;
|
|
486
479
|
items: unknown[];
|
|
487
480
|
height: string | number;
|
|
488
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
481
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
489
482
|
direction: "horizontal" | "vertical";
|
|
490
483
|
listTag: string;
|
|
491
484
|
itemTag: string;
|
|
492
|
-
itemSize: import("../_components/virtual-list/interface
|
|
485
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
493
486
|
minItemSize: string | number | null;
|
|
487
|
+
shift: boolean;
|
|
488
|
+
emitUpdate: boolean;
|
|
489
|
+
disableTransform: boolean;
|
|
490
|
+
flowMode: boolean;
|
|
491
|
+
skipHover: boolean;
|
|
492
|
+
enabled: boolean;
|
|
494
493
|
threshold: number;
|
|
495
494
|
fixedSize: boolean;
|
|
496
495
|
estimatedSize: number;
|
|
@@ -500,51 +499,52 @@ declare const List: {
|
|
|
500
499
|
contentAttrs: Record<string, unknown> | undefined;
|
|
501
500
|
listStyle: import("vue").CSSProperties | undefined;
|
|
502
501
|
paddingPosition: "content" | "list";
|
|
502
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
503
503
|
}> & Omit<{
|
|
504
|
-
readonly shift: boolean;
|
|
505
|
-
readonly scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
506
|
-
readonly enabled: boolean;
|
|
507
|
-
readonly emitUpdate: boolean;
|
|
508
|
-
readonly disableTransform: boolean;
|
|
509
|
-
readonly flowMode: boolean;
|
|
510
|
-
readonly skipHover: boolean;
|
|
511
504
|
readonly items: unknown[];
|
|
512
|
-
readonly
|
|
505
|
+
readonly height?: string | number | undefined;
|
|
506
|
+
readonly keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
513
507
|
readonly direction: "horizontal" | "vertical";
|
|
514
508
|
readonly listTag: string;
|
|
515
509
|
readonly itemTag: string;
|
|
516
|
-
readonly
|
|
517
|
-
readonly fixedSize: boolean;
|
|
518
|
-
readonly paddingPosition: "content" | "list";
|
|
510
|
+
readonly itemSize?: import("../_components/virtual-list/interface").ItemSizeValue | undefined;
|
|
519
511
|
readonly gridItems?: number | undefined;
|
|
520
512
|
readonly itemSecondarySize?: number | undefined;
|
|
513
|
+
readonly minItemSize?: string | number | null | undefined;
|
|
521
514
|
readonly sizeField?: string | undefined;
|
|
522
515
|
readonly typeField?: string | undefined;
|
|
523
516
|
readonly buffer?: number | undefined;
|
|
517
|
+
readonly shift: boolean;
|
|
518
|
+
readonly cache?: import("virtua").CacheSnapshot | undefined;
|
|
524
519
|
readonly prerender?: number | undefined;
|
|
520
|
+
readonly emitUpdate: boolean;
|
|
521
|
+
readonly disableTransform: boolean;
|
|
522
|
+
readonly flowMode: boolean;
|
|
525
523
|
readonly hiddenPosition?: number | undefined;
|
|
526
524
|
readonly updateInterval?: number | undefined;
|
|
527
|
-
readonly
|
|
528
|
-
readonly
|
|
529
|
-
readonly
|
|
530
|
-
readonly
|
|
531
|
-
readonly
|
|
525
|
+
readonly skipHover: boolean;
|
|
526
|
+
readonly enabled: boolean;
|
|
527
|
+
readonly listClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
528
|
+
readonly itemClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
529
|
+
readonly threshold: number;
|
|
530
|
+
readonly fixedSize: boolean;
|
|
532
531
|
readonly estimatedSize?: number | undefined;
|
|
533
532
|
readonly component?: string | Record<string, unknown> | undefined;
|
|
534
533
|
readonly listAttrs?: Record<string, unknown> | undefined;
|
|
535
534
|
readonly contentWrapperAttrs?: Record<string, unknown> | undefined;
|
|
536
535
|
readonly contentAttrs?: Record<string, unknown> | undefined;
|
|
537
536
|
readonly listStyle?: import("vue").CSSProperties | undefined;
|
|
538
|
-
readonly
|
|
539
|
-
readonly
|
|
540
|
-
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
537
|
+
readonly paddingPosition: "content" | "list";
|
|
538
|
+
readonly scrollbar: boolean | import("..").ScrollbarProps;
|
|
541
539
|
readonly onHidden?: (() => any) | undefined;
|
|
542
|
-
readonly onVisible?: (() => any) | undefined;
|
|
543
|
-
readonly onResize?: (() => any) | undefined;
|
|
544
540
|
readonly onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
545
|
-
readonly
|
|
541
|
+
readonly onResize?: (() => any) | undefined;
|
|
542
|
+
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
546
543
|
readonly onScrollEnd?: (() => any) | undefined;
|
|
547
|
-
|
|
544
|
+
readonly onScrollStart?: (() => any) | undefined;
|
|
545
|
+
readonly onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
546
|
+
readonly onVisible?: (() => any) | undefined;
|
|
547
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold">;
|
|
548
548
|
$attrs: import("vue").Attrs;
|
|
549
549
|
$refs: {
|
|
550
550
|
[x: string]: unknown;
|
|
@@ -555,7 +555,7 @@ declare const List: {
|
|
|
555
555
|
$root: import("vue").ComponentPublicInstance | null;
|
|
556
556
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
557
557
|
$host: Element | null;
|
|
558
|
-
$emit: ((event: "
|
|
558
|
+
$emit: ((event: "hidden") => void) & ((event: "reachBottom", _ev: Event) => void) & ((event: "resize") => void) & ((event: "scroll", _ev: Event) => void) & ((event: "scrollEnd") => void) & ((event: "scrollStart") => void) & ((event: "update", _startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => void) & ((event: "visible") => void);
|
|
559
559
|
$el: any;
|
|
560
560
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
561
561
|
items: {
|
|
@@ -567,11 +567,11 @@ declare const List: {
|
|
|
567
567
|
default: undefined;
|
|
568
568
|
};
|
|
569
569
|
keyField: {
|
|
570
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
570
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
571
571
|
default: string;
|
|
572
572
|
};
|
|
573
573
|
direction: {
|
|
574
|
-
type: import("vue").PropType<
|
|
574
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
575
575
|
default: string;
|
|
576
576
|
};
|
|
577
577
|
listTag: {
|
|
@@ -583,7 +583,7 @@ declare const List: {
|
|
|
583
583
|
default: string;
|
|
584
584
|
};
|
|
585
585
|
itemSize: {
|
|
586
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
586
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
587
587
|
default: undefined;
|
|
588
588
|
};
|
|
589
589
|
gridItems: NumberConstructor;
|
|
@@ -609,10 +609,10 @@ declare const List: {
|
|
|
609
609
|
default: boolean;
|
|
610
610
|
};
|
|
611
611
|
listClass: {
|
|
612
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
612
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
613
613
|
};
|
|
614
614
|
itemClass: {
|
|
615
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
615
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
616
616
|
};
|
|
617
617
|
threshold: {
|
|
618
618
|
type: NumberConstructor;
|
|
@@ -647,25 +647,25 @@ declare const List: {
|
|
|
647
647
|
default: undefined;
|
|
648
648
|
};
|
|
649
649
|
paddingPosition: {
|
|
650
|
-
type: import("vue").PropType<
|
|
650
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
651
651
|
default: string;
|
|
652
652
|
};
|
|
653
653
|
scrollbar: {
|
|
654
|
-
type: import("vue").PropType<boolean | import("
|
|
654
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
655
655
|
default: boolean;
|
|
656
656
|
};
|
|
657
657
|
}>> & Readonly<{
|
|
658
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
659
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
660
658
|
onHidden?: (() => any) | undefined;
|
|
661
|
-
onVisible?: (() => any) | undefined;
|
|
662
|
-
onResize?: (() => any) | undefined;
|
|
663
659
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
664
|
-
|
|
660
|
+
onResize?: (() => any) | undefined;
|
|
661
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
665
662
|
onScrollEnd?: (() => any) | undefined;
|
|
663
|
+
onScrollStart?: (() => any) | undefined;
|
|
664
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
665
|
+
onVisible?: (() => any) | undefined;
|
|
666
666
|
}>, {
|
|
667
|
-
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface
|
|
668
|
-
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface
|
|
667
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
668
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
669
669
|
findItemIndex: (offset: number) => number;
|
|
670
670
|
getItemOffset: (index: number) => number;
|
|
671
671
|
getItemSize: (index: number) => number;
|
|
@@ -675,32 +675,31 @@ declare const List: {
|
|
|
675
675
|
scrollToBottom: () => void;
|
|
676
676
|
forceUpdate: () => void;
|
|
677
677
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
678
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
678
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
679
679
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
680
|
-
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
681
|
-
scroll: (_ev: Event) => any;
|
|
682
680
|
hidden: () => any;
|
|
683
|
-
visible: () => any;
|
|
684
|
-
resize: () => any;
|
|
685
681
|
reachBottom: (_ev: Event) => any;
|
|
686
|
-
|
|
682
|
+
resize: () => any;
|
|
683
|
+
scroll: (_ev: Event) => any;
|
|
687
684
|
scrollEnd: () => any;
|
|
685
|
+
scrollStart: () => any;
|
|
686
|
+
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
687
|
+
visible: () => any;
|
|
688
688
|
}, string, {
|
|
689
|
-
shift: boolean;
|
|
690
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
691
|
-
enabled: boolean;
|
|
692
|
-
emitUpdate: boolean;
|
|
693
|
-
disableTransform: boolean;
|
|
694
|
-
flowMode: boolean;
|
|
695
|
-
skipHover: boolean;
|
|
696
689
|
items: unknown[];
|
|
697
690
|
height: string | number;
|
|
698
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
691
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
699
692
|
direction: "horizontal" | "vertical";
|
|
700
693
|
listTag: string;
|
|
701
694
|
itemTag: string;
|
|
702
|
-
itemSize: import("../_components/virtual-list/interface
|
|
695
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
703
696
|
minItemSize: string | number | null;
|
|
697
|
+
shift: boolean;
|
|
698
|
+
emitUpdate: boolean;
|
|
699
|
+
disableTransform: boolean;
|
|
700
|
+
flowMode: boolean;
|
|
701
|
+
skipHover: boolean;
|
|
702
|
+
enabled: boolean;
|
|
704
703
|
threshold: number;
|
|
705
704
|
fixedSize: boolean;
|
|
706
705
|
estimatedSize: number;
|
|
@@ -710,42 +709,42 @@ declare const List: {
|
|
|
710
709
|
contentAttrs: Record<string, unknown> | undefined;
|
|
711
710
|
listStyle: import("vue").CSSProperties | undefined;
|
|
712
711
|
paddingPosition: "content" | "list";
|
|
712
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
713
713
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
714
|
-
beforeCreate?: (() => void) | (() => void)
|
|
715
|
-
created?: (() => void) | (() => void)
|
|
716
|
-
beforeMount?: (() => void) | (() => void)
|
|
717
|
-
mounted?: (() => void) | (() => void)
|
|
718
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
719
|
-
updated?: (() => void) | (() => void)
|
|
720
|
-
activated?: (() => void) | (() => void)
|
|
721
|
-
deactivated?: (() => void) | (() => void)
|
|
722
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
723
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
724
|
-
destroyed?: (() => void) | (() => void)
|
|
725
|
-
unmounted?: (() => void) | (() => void)
|
|
726
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
727
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
728
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
714
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
715
|
+
created?: (() => void)[] | (() => void);
|
|
716
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
717
|
+
mounted?: (() => void)[] | (() => void);
|
|
718
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
719
|
+
updated?: (() => void)[] | (() => void);
|
|
720
|
+
activated?: (() => void)[] | (() => void);
|
|
721
|
+
deactivated?: (() => void)[] | (() => void);
|
|
722
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
723
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
724
|
+
destroyed?: (() => void)[] | (() => void);
|
|
725
|
+
unmounted?: (() => void)[] | (() => void);
|
|
726
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
727
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
728
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
729
729
|
};
|
|
730
730
|
$forceUpdate: () => void;
|
|
731
731
|
$nextTick: typeof import("vue").nextTick;
|
|
732
732
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
733
733
|
} & Readonly<{
|
|
734
|
-
shift: boolean;
|
|
735
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
736
|
-
enabled: boolean;
|
|
737
|
-
emitUpdate: boolean;
|
|
738
|
-
disableTransform: boolean;
|
|
739
|
-
flowMode: boolean;
|
|
740
|
-
skipHover: boolean;
|
|
741
734
|
items: unknown[];
|
|
742
735
|
height: string | number;
|
|
743
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
736
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
744
737
|
direction: "horizontal" | "vertical";
|
|
745
738
|
listTag: string;
|
|
746
739
|
itemTag: string;
|
|
747
|
-
itemSize: import("../_components/virtual-list/interface
|
|
740
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
748
741
|
minItemSize: string | number | null;
|
|
742
|
+
shift: boolean;
|
|
743
|
+
emitUpdate: boolean;
|
|
744
|
+
disableTransform: boolean;
|
|
745
|
+
flowMode: boolean;
|
|
746
|
+
skipHover: boolean;
|
|
747
|
+
enabled: boolean;
|
|
749
748
|
threshold: number;
|
|
750
749
|
fixedSize: boolean;
|
|
751
750
|
estimatedSize: number;
|
|
@@ -755,6 +754,7 @@ declare const List: {
|
|
|
755
754
|
contentAttrs: Record<string, unknown> | undefined;
|
|
756
755
|
listStyle: import("vue").CSSProperties | undefined;
|
|
757
756
|
paddingPosition: "content" | "list";
|
|
757
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
758
758
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
759
759
|
items: {
|
|
760
760
|
type: import("vue").PropType<unknown[]>;
|
|
@@ -765,11 +765,11 @@ declare const List: {
|
|
|
765
765
|
default: undefined;
|
|
766
766
|
};
|
|
767
767
|
keyField: {
|
|
768
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
768
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
769
769
|
default: string;
|
|
770
770
|
};
|
|
771
771
|
direction: {
|
|
772
|
-
type: import("vue").PropType<
|
|
772
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
773
773
|
default: string;
|
|
774
774
|
};
|
|
775
775
|
listTag: {
|
|
@@ -781,7 +781,7 @@ declare const List: {
|
|
|
781
781
|
default: string;
|
|
782
782
|
};
|
|
783
783
|
itemSize: {
|
|
784
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
784
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
785
785
|
default: undefined;
|
|
786
786
|
};
|
|
787
787
|
gridItems: NumberConstructor;
|
|
@@ -807,10 +807,10 @@ declare const List: {
|
|
|
807
807
|
default: boolean;
|
|
808
808
|
};
|
|
809
809
|
listClass: {
|
|
810
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
810
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
811
811
|
};
|
|
812
812
|
itemClass: {
|
|
813
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
813
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
814
814
|
};
|
|
815
815
|
threshold: {
|
|
816
816
|
type: NumberConstructor;
|
|
@@ -845,25 +845,25 @@ declare const List: {
|
|
|
845
845
|
default: undefined;
|
|
846
846
|
};
|
|
847
847
|
paddingPosition: {
|
|
848
|
-
type: import("vue").PropType<
|
|
848
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
849
849
|
default: string;
|
|
850
850
|
};
|
|
851
851
|
scrollbar: {
|
|
852
|
-
type: import("vue").PropType<boolean | import("
|
|
852
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
853
853
|
default: boolean;
|
|
854
854
|
};
|
|
855
855
|
}>> & Readonly<{
|
|
856
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
857
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
858
856
|
onHidden?: (() => any) | undefined;
|
|
859
|
-
onVisible?: (() => any) | undefined;
|
|
860
|
-
onResize?: (() => any) | undefined;
|
|
861
857
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
862
|
-
|
|
858
|
+
onResize?: (() => any) | undefined;
|
|
859
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
863
860
|
onScrollEnd?: (() => any) | undefined;
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
861
|
+
onScrollStart?: (() => any) | undefined;
|
|
862
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
863
|
+
onVisible?: (() => any) | undefined;
|
|
864
|
+
}>, "cacheSnapshot" | "findItemIndex" | "forceUpdate" | "getDynamicItemSize" | "getItemOffset" | "getItemSize" | "restoreCache" | "scrollTo" | "scrollToBottom" | "scrollToItem" | "scrollToPosition" | "updateVisibleItems" | ("component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold")> & {
|
|
865
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
866
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
867
867
|
findItemIndex: (offset: number) => number;
|
|
868
868
|
getItemOffset: (index: number) => number;
|
|
869
869
|
getItemSize: (index: number) => number;
|
|
@@ -873,7 +873,7 @@ declare const List: {
|
|
|
873
873
|
scrollToBottom: () => void;
|
|
874
874
|
forceUpdate: () => void;
|
|
875
875
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
876
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
876
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
877
877
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
878
878
|
$slots: {
|
|
879
879
|
before?: (props: {}) => any;
|
|
@@ -897,21 +897,21 @@ declare const List: {
|
|
|
897
897
|
empty?: (props: {}) => any;
|
|
898
898
|
};
|
|
899
899
|
}) | undefined>;
|
|
900
|
-
scrollIntoView: (options: import("../_components/virtual-list/interface
|
|
900
|
+
scrollIntoView: (options: import("../_components/virtual-list/interface").ScrollIntoViewOptions) => void;
|
|
901
901
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
902
|
-
scroll: () => void;
|
|
903
|
-
reachBottom: () => void;
|
|
904
|
-
pageSizeChange: (_pageSize: number) => void;
|
|
905
902
|
pageChange: (_page: number) => void;
|
|
903
|
+
pageSizeChange: (_pageSize: number) => void;
|
|
904
|
+
reachBottom: () => void;
|
|
905
|
+
scroll: () => void;
|
|
906
906
|
}, import("vue").PublicProps, {
|
|
907
|
+
size: "large" | "medium" | "small";
|
|
908
|
+
bordered: boolean;
|
|
907
909
|
split: boolean;
|
|
908
|
-
size: "small" | "medium" | "large";
|
|
909
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
910
910
|
loading: boolean;
|
|
911
|
+
hoverable: boolean;
|
|
911
912
|
maxHeight: string | number;
|
|
912
913
|
bottomOffset: number;
|
|
913
|
-
|
|
914
|
-
hoverable: boolean;
|
|
914
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
915
915
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
916
916
|
P: {};
|
|
917
917
|
B: {};
|
|
@@ -922,7 +922,7 @@ declare const List: {
|
|
|
922
922
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
923
923
|
data: import("vue").PropType<any[]>;
|
|
924
924
|
size: {
|
|
925
|
-
type: import("vue").PropType<
|
|
925
|
+
type: import("vue").PropType<'small' | 'medium' | 'large'>;
|
|
926
926
|
default: string;
|
|
927
927
|
};
|
|
928
928
|
bordered: {
|
|
@@ -937,12 +937,12 @@ declare const List: {
|
|
|
937
937
|
type: BooleanConstructor;
|
|
938
938
|
default: boolean;
|
|
939
939
|
};
|
|
940
|
-
spinProps: import("vue").PropType<import("
|
|
940
|
+
spinProps: import("vue").PropType<import("..").SpinProps>;
|
|
941
941
|
hoverable: {
|
|
942
942
|
type: BooleanConstructor;
|
|
943
943
|
default: boolean;
|
|
944
944
|
};
|
|
945
|
-
paginationProps: import("vue").PropType<import("
|
|
945
|
+
paginationProps: import("vue").PropType<import("..").PaginationProps>;
|
|
946
946
|
gridProps: ObjectConstructor;
|
|
947
947
|
maxHeight: {
|
|
948
948
|
type: import("vue").PropType<string | number>;
|
|
@@ -952,36 +952,35 @@ declare const List: {
|
|
|
952
952
|
type: NumberConstructor;
|
|
953
953
|
default: number;
|
|
954
954
|
};
|
|
955
|
-
virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface
|
|
955
|
+
virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
956
956
|
scrollbar: {
|
|
957
|
-
type: import("vue").PropType<boolean | import("
|
|
957
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
958
958
|
default: boolean;
|
|
959
959
|
};
|
|
960
960
|
}>> & Readonly<{
|
|
961
|
-
onScroll?: (() => any) | undefined;
|
|
962
|
-
onReachBottom?: (() => any) | undefined;
|
|
963
|
-
onPageSizeChange?: ((_pageSize: number) => any) | undefined;
|
|
964
961
|
onPageChange?: ((_page: number) => any) | undefined;
|
|
962
|
+
onPageSizeChange?: ((_pageSize: number) => any) | undefined;
|
|
963
|
+
onReachBottom?: (() => any) | undefined;
|
|
964
|
+
onScroll?: (() => any) | undefined;
|
|
965
965
|
}>, {
|
|
966
966
|
virtualListRef: import("vue").Ref<({
|
|
967
967
|
$: import("vue").ComponentInternalInstance;
|
|
968
968
|
$data: {};
|
|
969
969
|
$props: Partial<{
|
|
970
|
-
shift: boolean;
|
|
971
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
972
|
-
enabled: boolean;
|
|
973
|
-
emitUpdate: boolean;
|
|
974
|
-
disableTransform: boolean;
|
|
975
|
-
flowMode: boolean;
|
|
976
|
-
skipHover: boolean;
|
|
977
970
|
items: unknown[];
|
|
978
971
|
height: string | number;
|
|
979
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
972
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
980
973
|
direction: "horizontal" | "vertical";
|
|
981
974
|
listTag: string;
|
|
982
975
|
itemTag: string;
|
|
983
|
-
itemSize: import("../_components/virtual-list/interface
|
|
976
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
984
977
|
minItemSize: string | number | null;
|
|
978
|
+
shift: boolean;
|
|
979
|
+
emitUpdate: boolean;
|
|
980
|
+
disableTransform: boolean;
|
|
981
|
+
flowMode: boolean;
|
|
982
|
+
skipHover: boolean;
|
|
983
|
+
enabled: boolean;
|
|
985
984
|
threshold: number;
|
|
986
985
|
fixedSize: boolean;
|
|
987
986
|
estimatedSize: number;
|
|
@@ -991,51 +990,52 @@ declare const List: {
|
|
|
991
990
|
contentAttrs: Record<string, unknown> | undefined;
|
|
992
991
|
listStyle: import("vue").CSSProperties | undefined;
|
|
993
992
|
paddingPosition: "content" | "list";
|
|
993
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
994
994
|
}> & Omit<{
|
|
995
|
-
readonly shift: boolean;
|
|
996
|
-
readonly scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
997
|
-
readonly enabled: boolean;
|
|
998
|
-
readonly emitUpdate: boolean;
|
|
999
|
-
readonly disableTransform: boolean;
|
|
1000
|
-
readonly flowMode: boolean;
|
|
1001
|
-
readonly skipHover: boolean;
|
|
1002
995
|
readonly items: unknown[];
|
|
1003
|
-
readonly
|
|
996
|
+
readonly height?: string | number | undefined;
|
|
997
|
+
readonly keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1004
998
|
readonly direction: "horizontal" | "vertical";
|
|
1005
999
|
readonly listTag: string;
|
|
1006
1000
|
readonly itemTag: string;
|
|
1007
|
-
readonly
|
|
1008
|
-
readonly fixedSize: boolean;
|
|
1009
|
-
readonly paddingPosition: "content" | "list";
|
|
1001
|
+
readonly itemSize?: import("../_components/virtual-list/interface").ItemSizeValue | undefined;
|
|
1010
1002
|
readonly gridItems?: number | undefined;
|
|
1011
1003
|
readonly itemSecondarySize?: number | undefined;
|
|
1004
|
+
readonly minItemSize?: string | number | null | undefined;
|
|
1012
1005
|
readonly sizeField?: string | undefined;
|
|
1013
1006
|
readonly typeField?: string | undefined;
|
|
1014
1007
|
readonly buffer?: number | undefined;
|
|
1008
|
+
readonly shift: boolean;
|
|
1009
|
+
readonly cache?: import("virtua").CacheSnapshot | undefined;
|
|
1015
1010
|
readonly prerender?: number | undefined;
|
|
1011
|
+
readonly emitUpdate: boolean;
|
|
1012
|
+
readonly disableTransform: boolean;
|
|
1013
|
+
readonly flowMode: boolean;
|
|
1016
1014
|
readonly hiddenPosition?: number | undefined;
|
|
1017
1015
|
readonly updateInterval?: number | undefined;
|
|
1018
|
-
readonly
|
|
1019
|
-
readonly
|
|
1020
|
-
readonly
|
|
1021
|
-
readonly
|
|
1022
|
-
readonly
|
|
1016
|
+
readonly skipHover: boolean;
|
|
1017
|
+
readonly enabled: boolean;
|
|
1018
|
+
readonly listClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
1019
|
+
readonly itemClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
1020
|
+
readonly threshold: number;
|
|
1021
|
+
readonly fixedSize: boolean;
|
|
1023
1022
|
readonly estimatedSize?: number | undefined;
|
|
1024
1023
|
readonly component?: string | Record<string, unknown> | undefined;
|
|
1025
1024
|
readonly listAttrs?: Record<string, unknown> | undefined;
|
|
1026
1025
|
readonly contentWrapperAttrs?: Record<string, unknown> | undefined;
|
|
1027
1026
|
readonly contentAttrs?: Record<string, unknown> | undefined;
|
|
1028
1027
|
readonly listStyle?: import("vue").CSSProperties | undefined;
|
|
1029
|
-
readonly
|
|
1030
|
-
readonly
|
|
1031
|
-
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
1028
|
+
readonly paddingPosition: "content" | "list";
|
|
1029
|
+
readonly scrollbar: boolean | import("..").ScrollbarProps;
|
|
1032
1030
|
readonly onHidden?: (() => any) | undefined;
|
|
1033
|
-
readonly onVisible?: (() => any) | undefined;
|
|
1034
|
-
readonly onResize?: (() => any) | undefined;
|
|
1035
1031
|
readonly onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1036
|
-
readonly
|
|
1032
|
+
readonly onResize?: (() => any) | undefined;
|
|
1033
|
+
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
1037
1034
|
readonly onScrollEnd?: (() => any) | undefined;
|
|
1038
|
-
|
|
1035
|
+
readonly onScrollStart?: (() => any) | undefined;
|
|
1036
|
+
readonly onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1037
|
+
readonly onVisible?: (() => any) | undefined;
|
|
1038
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold">;
|
|
1039
1039
|
$attrs: import("vue").Attrs;
|
|
1040
1040
|
$refs: {
|
|
1041
1041
|
[x: string]: unknown;
|
|
@@ -1046,7 +1046,7 @@ declare const List: {
|
|
|
1046
1046
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1047
1047
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1048
1048
|
$host: Element | null;
|
|
1049
|
-
$emit: ((event: "
|
|
1049
|
+
$emit: ((event: "hidden") => void) & ((event: "reachBottom", _ev: Event) => void) & ((event: "resize") => void) & ((event: "scroll", _ev: Event) => void) & ((event: "scrollEnd") => void) & ((event: "scrollStart") => void) & ((event: "update", _startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => void) & ((event: "visible") => void);
|
|
1050
1050
|
$el: any;
|
|
1051
1051
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1052
1052
|
items: {
|
|
@@ -1058,11 +1058,11 @@ declare const List: {
|
|
|
1058
1058
|
default: undefined;
|
|
1059
1059
|
};
|
|
1060
1060
|
keyField: {
|
|
1061
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1061
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
1062
1062
|
default: string;
|
|
1063
1063
|
};
|
|
1064
1064
|
direction: {
|
|
1065
|
-
type: import("vue").PropType<
|
|
1065
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
1066
1066
|
default: string;
|
|
1067
1067
|
};
|
|
1068
1068
|
listTag: {
|
|
@@ -1074,7 +1074,7 @@ declare const List: {
|
|
|
1074
1074
|
default: string;
|
|
1075
1075
|
};
|
|
1076
1076
|
itemSize: {
|
|
1077
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1077
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
1078
1078
|
default: undefined;
|
|
1079
1079
|
};
|
|
1080
1080
|
gridItems: NumberConstructor;
|
|
@@ -1100,10 +1100,10 @@ declare const List: {
|
|
|
1100
1100
|
default: boolean;
|
|
1101
1101
|
};
|
|
1102
1102
|
listClass: {
|
|
1103
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1103
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1104
1104
|
};
|
|
1105
1105
|
itemClass: {
|
|
1106
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1106
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1107
1107
|
};
|
|
1108
1108
|
threshold: {
|
|
1109
1109
|
type: NumberConstructor;
|
|
@@ -1138,25 +1138,25 @@ declare const List: {
|
|
|
1138
1138
|
default: undefined;
|
|
1139
1139
|
};
|
|
1140
1140
|
paddingPosition: {
|
|
1141
|
-
type: import("vue").PropType<
|
|
1141
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
1142
1142
|
default: string;
|
|
1143
1143
|
};
|
|
1144
1144
|
scrollbar: {
|
|
1145
|
-
type: import("vue").PropType<boolean | import("
|
|
1145
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
1146
1146
|
default: boolean;
|
|
1147
1147
|
};
|
|
1148
1148
|
}>> & Readonly<{
|
|
1149
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1150
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1151
1149
|
onHidden?: (() => any) | undefined;
|
|
1152
|
-
onVisible?: (() => any) | undefined;
|
|
1153
|
-
onResize?: (() => any) | undefined;
|
|
1154
1150
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1155
|
-
|
|
1151
|
+
onResize?: (() => any) | undefined;
|
|
1152
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1156
1153
|
onScrollEnd?: (() => any) | undefined;
|
|
1154
|
+
onScrollStart?: (() => any) | undefined;
|
|
1155
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1156
|
+
onVisible?: (() => any) | undefined;
|
|
1157
1157
|
}>, {
|
|
1158
|
-
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface
|
|
1159
|
-
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface
|
|
1158
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1159
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1160
1160
|
findItemIndex: (offset: number) => number;
|
|
1161
1161
|
getItemOffset: (index: number) => number;
|
|
1162
1162
|
getItemSize: (index: number) => number;
|
|
@@ -1166,32 +1166,31 @@ declare const List: {
|
|
|
1166
1166
|
scrollToBottom: () => void;
|
|
1167
1167
|
forceUpdate: () => void;
|
|
1168
1168
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
1169
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
1169
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
1170
1170
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1171
|
-
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
1172
|
-
scroll: (_ev: Event) => any;
|
|
1173
1171
|
hidden: () => any;
|
|
1174
|
-
visible: () => any;
|
|
1175
|
-
resize: () => any;
|
|
1176
1172
|
reachBottom: (_ev: Event) => any;
|
|
1177
|
-
|
|
1173
|
+
resize: () => any;
|
|
1174
|
+
scroll: (_ev: Event) => any;
|
|
1178
1175
|
scrollEnd: () => any;
|
|
1176
|
+
scrollStart: () => any;
|
|
1177
|
+
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
1178
|
+
visible: () => any;
|
|
1179
1179
|
}, string, {
|
|
1180
|
-
shift: boolean;
|
|
1181
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1182
|
-
enabled: boolean;
|
|
1183
|
-
emitUpdate: boolean;
|
|
1184
|
-
disableTransform: boolean;
|
|
1185
|
-
flowMode: boolean;
|
|
1186
|
-
skipHover: boolean;
|
|
1187
1180
|
items: unknown[];
|
|
1188
1181
|
height: string | number;
|
|
1189
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1182
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1190
1183
|
direction: "horizontal" | "vertical";
|
|
1191
1184
|
listTag: string;
|
|
1192
1185
|
itemTag: string;
|
|
1193
|
-
itemSize: import("../_components/virtual-list/interface
|
|
1186
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
1194
1187
|
minItemSize: string | number | null;
|
|
1188
|
+
shift: boolean;
|
|
1189
|
+
emitUpdate: boolean;
|
|
1190
|
+
disableTransform: boolean;
|
|
1191
|
+
flowMode: boolean;
|
|
1192
|
+
skipHover: boolean;
|
|
1193
|
+
enabled: boolean;
|
|
1195
1194
|
threshold: number;
|
|
1196
1195
|
fixedSize: boolean;
|
|
1197
1196
|
estimatedSize: number;
|
|
@@ -1201,42 +1200,42 @@ declare const List: {
|
|
|
1201
1200
|
contentAttrs: Record<string, unknown> | undefined;
|
|
1202
1201
|
listStyle: import("vue").CSSProperties | undefined;
|
|
1203
1202
|
paddingPosition: "content" | "list";
|
|
1203
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1204
1204
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1205
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1206
|
-
created?: (() => void) | (() => void)
|
|
1207
|
-
beforeMount?: (() => void) | (() => void)
|
|
1208
|
-
mounted?: (() => void) | (() => void)
|
|
1209
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1210
|
-
updated?: (() => void) | (() => void)
|
|
1211
|
-
activated?: (() => void) | (() => void)
|
|
1212
|
-
deactivated?: (() => void) | (() => void)
|
|
1213
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1214
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1215
|
-
destroyed?: (() => void) | (() => void)
|
|
1216
|
-
unmounted?: (() => void) | (() => void)
|
|
1217
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1218
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1219
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1205
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1206
|
+
created?: (() => void)[] | (() => void);
|
|
1207
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1208
|
+
mounted?: (() => void)[] | (() => void);
|
|
1209
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1210
|
+
updated?: (() => void)[] | (() => void);
|
|
1211
|
+
activated?: (() => void)[] | (() => void);
|
|
1212
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1213
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1214
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1215
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1216
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1217
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1218
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1219
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1220
1220
|
};
|
|
1221
1221
|
$forceUpdate: () => void;
|
|
1222
1222
|
$nextTick: typeof import("vue").nextTick;
|
|
1223
1223
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1224
1224
|
} & Readonly<{
|
|
1225
|
-
shift: boolean;
|
|
1226
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1227
|
-
enabled: boolean;
|
|
1228
|
-
emitUpdate: boolean;
|
|
1229
|
-
disableTransform: boolean;
|
|
1230
|
-
flowMode: boolean;
|
|
1231
|
-
skipHover: boolean;
|
|
1232
1225
|
items: unknown[];
|
|
1233
1226
|
height: string | number;
|
|
1234
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1227
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1235
1228
|
direction: "horizontal" | "vertical";
|
|
1236
1229
|
listTag: string;
|
|
1237
1230
|
itemTag: string;
|
|
1238
|
-
itemSize: import("../_components/virtual-list/interface
|
|
1231
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
1239
1232
|
minItemSize: string | number | null;
|
|
1233
|
+
shift: boolean;
|
|
1234
|
+
emitUpdate: boolean;
|
|
1235
|
+
disableTransform: boolean;
|
|
1236
|
+
flowMode: boolean;
|
|
1237
|
+
skipHover: boolean;
|
|
1238
|
+
enabled: boolean;
|
|
1240
1239
|
threshold: number;
|
|
1241
1240
|
fixedSize: boolean;
|
|
1242
1241
|
estimatedSize: number;
|
|
@@ -1246,6 +1245,7 @@ declare const List: {
|
|
|
1246
1245
|
contentAttrs: Record<string, unknown> | undefined;
|
|
1247
1246
|
listStyle: import("vue").CSSProperties | undefined;
|
|
1248
1247
|
paddingPosition: "content" | "list";
|
|
1248
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1249
1249
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1250
1250
|
items: {
|
|
1251
1251
|
type: import("vue").PropType<unknown[]>;
|
|
@@ -1256,11 +1256,11 @@ declare const List: {
|
|
|
1256
1256
|
default: undefined;
|
|
1257
1257
|
};
|
|
1258
1258
|
keyField: {
|
|
1259
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1259
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
1260
1260
|
default: string;
|
|
1261
1261
|
};
|
|
1262
1262
|
direction: {
|
|
1263
|
-
type: import("vue").PropType<
|
|
1263
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
1264
1264
|
default: string;
|
|
1265
1265
|
};
|
|
1266
1266
|
listTag: {
|
|
@@ -1272,7 +1272,7 @@ declare const List: {
|
|
|
1272
1272
|
default: string;
|
|
1273
1273
|
};
|
|
1274
1274
|
itemSize: {
|
|
1275
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1275
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
1276
1276
|
default: undefined;
|
|
1277
1277
|
};
|
|
1278
1278
|
gridItems: NumberConstructor;
|
|
@@ -1298,10 +1298,10 @@ declare const List: {
|
|
|
1298
1298
|
default: boolean;
|
|
1299
1299
|
};
|
|
1300
1300
|
listClass: {
|
|
1301
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1301
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1302
1302
|
};
|
|
1303
1303
|
itemClass: {
|
|
1304
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1304
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1305
1305
|
};
|
|
1306
1306
|
threshold: {
|
|
1307
1307
|
type: NumberConstructor;
|
|
@@ -1336,25 +1336,25 @@ declare const List: {
|
|
|
1336
1336
|
default: undefined;
|
|
1337
1337
|
};
|
|
1338
1338
|
paddingPosition: {
|
|
1339
|
-
type: import("vue").PropType<
|
|
1339
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
1340
1340
|
default: string;
|
|
1341
1341
|
};
|
|
1342
1342
|
scrollbar: {
|
|
1343
|
-
type: import("vue").PropType<boolean | import("
|
|
1343
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
1344
1344
|
default: boolean;
|
|
1345
1345
|
};
|
|
1346
1346
|
}>> & Readonly<{
|
|
1347
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1348
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1349
1347
|
onHidden?: (() => any) | undefined;
|
|
1350
|
-
onVisible?: (() => any) | undefined;
|
|
1351
|
-
onResize?: (() => any) | undefined;
|
|
1352
1348
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1353
|
-
|
|
1349
|
+
onResize?: (() => any) | undefined;
|
|
1350
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1354
1351
|
onScrollEnd?: (() => any) | undefined;
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1352
|
+
onScrollStart?: (() => any) | undefined;
|
|
1353
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1354
|
+
onVisible?: (() => any) | undefined;
|
|
1355
|
+
}>, "cacheSnapshot" | "findItemIndex" | "forceUpdate" | "getDynamicItemSize" | "getItemOffset" | "getItemSize" | "restoreCache" | "scrollTo" | "scrollToBottom" | "scrollToItem" | "scrollToPosition" | "updateVisibleItems" | ("component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold")> & {
|
|
1356
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1357
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1358
1358
|
findItemIndex: (offset: number) => number;
|
|
1359
1359
|
getItemOffset: (index: number) => number;
|
|
1360
1360
|
getItemSize: (index: number) => number;
|
|
@@ -1364,7 +1364,7 @@ declare const List: {
|
|
|
1364
1364
|
scrollToBottom: () => void;
|
|
1365
1365
|
forceUpdate: () => void;
|
|
1366
1366
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
1367
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
1367
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
1368
1368
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1369
1369
|
$slots: {
|
|
1370
1370
|
before?: (props: {}) => any;
|
|
@@ -1391,21 +1391,20 @@ declare const List: {
|
|
|
1391
1391
|
$: import("vue").ComponentInternalInstance;
|
|
1392
1392
|
$data: {};
|
|
1393
1393
|
$props: Partial<{
|
|
1394
|
-
shift: boolean;
|
|
1395
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1396
|
-
enabled: boolean;
|
|
1397
|
-
emitUpdate: boolean;
|
|
1398
|
-
disableTransform: boolean;
|
|
1399
|
-
flowMode: boolean;
|
|
1400
|
-
skipHover: boolean;
|
|
1401
1394
|
items: unknown[];
|
|
1402
1395
|
height: string | number;
|
|
1403
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1396
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1404
1397
|
direction: "horizontal" | "vertical";
|
|
1405
1398
|
listTag: string;
|
|
1406
1399
|
itemTag: string;
|
|
1407
|
-
itemSize: import("../_components/virtual-list/interface
|
|
1400
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
1408
1401
|
minItemSize: string | number | null;
|
|
1402
|
+
shift: boolean;
|
|
1403
|
+
emitUpdate: boolean;
|
|
1404
|
+
disableTransform: boolean;
|
|
1405
|
+
flowMode: boolean;
|
|
1406
|
+
skipHover: boolean;
|
|
1407
|
+
enabled: boolean;
|
|
1409
1408
|
threshold: number;
|
|
1410
1409
|
fixedSize: boolean;
|
|
1411
1410
|
estimatedSize: number;
|
|
@@ -1415,51 +1414,52 @@ declare const List: {
|
|
|
1415
1414
|
contentAttrs: Record<string, unknown> | undefined;
|
|
1416
1415
|
listStyle: import("vue").CSSProperties | undefined;
|
|
1417
1416
|
paddingPosition: "content" | "list";
|
|
1417
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1418
1418
|
}> & Omit<{
|
|
1419
|
-
readonly shift: boolean;
|
|
1420
|
-
readonly scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1421
|
-
readonly enabled: boolean;
|
|
1422
|
-
readonly emitUpdate: boolean;
|
|
1423
|
-
readonly disableTransform: boolean;
|
|
1424
|
-
readonly flowMode: boolean;
|
|
1425
|
-
readonly skipHover: boolean;
|
|
1426
1419
|
readonly items: unknown[];
|
|
1427
|
-
readonly
|
|
1420
|
+
readonly height?: string | number | undefined;
|
|
1421
|
+
readonly keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1428
1422
|
readonly direction: "horizontal" | "vertical";
|
|
1429
1423
|
readonly listTag: string;
|
|
1430
1424
|
readonly itemTag: string;
|
|
1431
|
-
readonly
|
|
1432
|
-
readonly fixedSize: boolean;
|
|
1433
|
-
readonly paddingPosition: "content" | "list";
|
|
1425
|
+
readonly itemSize?: import("../_components/virtual-list/interface").ItemSizeValue | undefined;
|
|
1434
1426
|
readonly gridItems?: number | undefined;
|
|
1435
1427
|
readonly itemSecondarySize?: number | undefined;
|
|
1428
|
+
readonly minItemSize?: string | number | null | undefined;
|
|
1436
1429
|
readonly sizeField?: string | undefined;
|
|
1437
1430
|
readonly typeField?: string | undefined;
|
|
1438
1431
|
readonly buffer?: number | undefined;
|
|
1432
|
+
readonly shift: boolean;
|
|
1433
|
+
readonly cache?: import("virtua").CacheSnapshot | undefined;
|
|
1439
1434
|
readonly prerender?: number | undefined;
|
|
1435
|
+
readonly emitUpdate: boolean;
|
|
1436
|
+
readonly disableTransform: boolean;
|
|
1437
|
+
readonly flowMode: boolean;
|
|
1440
1438
|
readonly hiddenPosition?: number | undefined;
|
|
1441
1439
|
readonly updateInterval?: number | undefined;
|
|
1442
|
-
readonly
|
|
1443
|
-
readonly
|
|
1444
|
-
readonly
|
|
1445
|
-
readonly
|
|
1446
|
-
readonly
|
|
1440
|
+
readonly skipHover: boolean;
|
|
1441
|
+
readonly enabled: boolean;
|
|
1442
|
+
readonly listClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
1443
|
+
readonly itemClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
1444
|
+
readonly threshold: number;
|
|
1445
|
+
readonly fixedSize: boolean;
|
|
1447
1446
|
readonly estimatedSize?: number | undefined;
|
|
1448
1447
|
readonly component?: string | Record<string, unknown> | undefined;
|
|
1449
1448
|
readonly listAttrs?: Record<string, unknown> | undefined;
|
|
1450
1449
|
readonly contentWrapperAttrs?: Record<string, unknown> | undefined;
|
|
1451
1450
|
readonly contentAttrs?: Record<string, unknown> | undefined;
|
|
1452
1451
|
readonly listStyle?: import("vue").CSSProperties | undefined;
|
|
1453
|
-
readonly
|
|
1454
|
-
readonly
|
|
1455
|
-
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
1452
|
+
readonly paddingPosition: "content" | "list";
|
|
1453
|
+
readonly scrollbar: boolean | import("..").ScrollbarProps;
|
|
1456
1454
|
readonly onHidden?: (() => any) | undefined;
|
|
1457
|
-
readonly onVisible?: (() => any) | undefined;
|
|
1458
|
-
readonly onResize?: (() => any) | undefined;
|
|
1459
1455
|
readonly onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1460
|
-
readonly
|
|
1456
|
+
readonly onResize?: (() => any) | undefined;
|
|
1457
|
+
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
1461
1458
|
readonly onScrollEnd?: (() => any) | undefined;
|
|
1462
|
-
|
|
1459
|
+
readonly onScrollStart?: (() => any) | undefined;
|
|
1460
|
+
readonly onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1461
|
+
readonly onVisible?: (() => any) | undefined;
|
|
1462
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold">;
|
|
1463
1463
|
$attrs: import("vue").Attrs;
|
|
1464
1464
|
$refs: {
|
|
1465
1465
|
[x: string]: unknown;
|
|
@@ -1470,7 +1470,7 @@ declare const List: {
|
|
|
1470
1470
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1471
1471
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1472
1472
|
$host: Element | null;
|
|
1473
|
-
$emit: ((event: "
|
|
1473
|
+
$emit: ((event: "hidden") => void) & ((event: "reachBottom", _ev: Event) => void) & ((event: "resize") => void) & ((event: "scroll", _ev: Event) => void) & ((event: "scrollEnd") => void) & ((event: "scrollStart") => void) & ((event: "update", _startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => void) & ((event: "visible") => void);
|
|
1474
1474
|
$el: any;
|
|
1475
1475
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1476
1476
|
items: {
|
|
@@ -1482,11 +1482,11 @@ declare const List: {
|
|
|
1482
1482
|
default: undefined;
|
|
1483
1483
|
};
|
|
1484
1484
|
keyField: {
|
|
1485
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1485
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
1486
1486
|
default: string;
|
|
1487
1487
|
};
|
|
1488
1488
|
direction: {
|
|
1489
|
-
type: import("vue").PropType<
|
|
1489
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
1490
1490
|
default: string;
|
|
1491
1491
|
};
|
|
1492
1492
|
listTag: {
|
|
@@ -1498,7 +1498,7 @@ declare const List: {
|
|
|
1498
1498
|
default: string;
|
|
1499
1499
|
};
|
|
1500
1500
|
itemSize: {
|
|
1501
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1501
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
1502
1502
|
default: undefined;
|
|
1503
1503
|
};
|
|
1504
1504
|
gridItems: NumberConstructor;
|
|
@@ -1524,10 +1524,10 @@ declare const List: {
|
|
|
1524
1524
|
default: boolean;
|
|
1525
1525
|
};
|
|
1526
1526
|
listClass: {
|
|
1527
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1527
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1528
1528
|
};
|
|
1529
1529
|
itemClass: {
|
|
1530
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1530
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1531
1531
|
};
|
|
1532
1532
|
threshold: {
|
|
1533
1533
|
type: NumberConstructor;
|
|
@@ -1562,25 +1562,25 @@ declare const List: {
|
|
|
1562
1562
|
default: undefined;
|
|
1563
1563
|
};
|
|
1564
1564
|
paddingPosition: {
|
|
1565
|
-
type: import("vue").PropType<
|
|
1565
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
1566
1566
|
default: string;
|
|
1567
1567
|
};
|
|
1568
1568
|
scrollbar: {
|
|
1569
|
-
type: import("vue").PropType<boolean | import("
|
|
1569
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
1570
1570
|
default: boolean;
|
|
1571
1571
|
};
|
|
1572
1572
|
}>> & Readonly<{
|
|
1573
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1574
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1575
1573
|
onHidden?: (() => any) | undefined;
|
|
1576
|
-
onVisible?: (() => any) | undefined;
|
|
1577
|
-
onResize?: (() => any) | undefined;
|
|
1578
1574
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1579
|
-
|
|
1575
|
+
onResize?: (() => any) | undefined;
|
|
1576
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1580
1577
|
onScrollEnd?: (() => any) | undefined;
|
|
1578
|
+
onScrollStart?: (() => any) | undefined;
|
|
1579
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1580
|
+
onVisible?: (() => any) | undefined;
|
|
1581
1581
|
}>, {
|
|
1582
|
-
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface
|
|
1583
|
-
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface
|
|
1582
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1583
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1584
1584
|
findItemIndex: (offset: number) => number;
|
|
1585
1585
|
getItemOffset: (index: number) => number;
|
|
1586
1586
|
getItemSize: (index: number) => number;
|
|
@@ -1590,32 +1590,31 @@ declare const List: {
|
|
|
1590
1590
|
scrollToBottom: () => void;
|
|
1591
1591
|
forceUpdate: () => void;
|
|
1592
1592
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
1593
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
1593
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
1594
1594
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1595
|
-
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
1596
|
-
scroll: (_ev: Event) => any;
|
|
1597
1595
|
hidden: () => any;
|
|
1598
|
-
visible: () => any;
|
|
1599
|
-
resize: () => any;
|
|
1600
1596
|
reachBottom: (_ev: Event) => any;
|
|
1601
|
-
|
|
1597
|
+
resize: () => any;
|
|
1598
|
+
scroll: (_ev: Event) => any;
|
|
1602
1599
|
scrollEnd: () => any;
|
|
1600
|
+
scrollStart: () => any;
|
|
1601
|
+
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
1602
|
+
visible: () => any;
|
|
1603
1603
|
}, string, {
|
|
1604
|
-
shift: boolean;
|
|
1605
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1606
|
-
enabled: boolean;
|
|
1607
|
-
emitUpdate: boolean;
|
|
1608
|
-
disableTransform: boolean;
|
|
1609
|
-
flowMode: boolean;
|
|
1610
|
-
skipHover: boolean;
|
|
1611
1604
|
items: unknown[];
|
|
1612
1605
|
height: string | number;
|
|
1613
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1606
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1614
1607
|
direction: "horizontal" | "vertical";
|
|
1615
1608
|
listTag: string;
|
|
1616
1609
|
itemTag: string;
|
|
1617
|
-
itemSize: import("../_components/virtual-list/interface
|
|
1610
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
1618
1611
|
minItemSize: string | number | null;
|
|
1612
|
+
shift: boolean;
|
|
1613
|
+
emitUpdate: boolean;
|
|
1614
|
+
disableTransform: boolean;
|
|
1615
|
+
flowMode: boolean;
|
|
1616
|
+
skipHover: boolean;
|
|
1617
|
+
enabled: boolean;
|
|
1619
1618
|
threshold: number;
|
|
1620
1619
|
fixedSize: boolean;
|
|
1621
1620
|
estimatedSize: number;
|
|
@@ -1625,42 +1624,42 @@ declare const List: {
|
|
|
1625
1624
|
contentAttrs: Record<string, unknown> | undefined;
|
|
1626
1625
|
listStyle: import("vue").CSSProperties | undefined;
|
|
1627
1626
|
paddingPosition: "content" | "list";
|
|
1627
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1628
1628
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
1629
|
-
beforeCreate?: (() => void) | (() => void)
|
|
1630
|
-
created?: (() => void) | (() => void)
|
|
1631
|
-
beforeMount?: (() => void) | (() => void)
|
|
1632
|
-
mounted?: (() => void) | (() => void)
|
|
1633
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
1634
|
-
updated?: (() => void) | (() => void)
|
|
1635
|
-
activated?: (() => void) | (() => void)
|
|
1636
|
-
deactivated?: (() => void) | (() => void)
|
|
1637
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
1638
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
1639
|
-
destroyed?: (() => void) | (() => void)
|
|
1640
|
-
unmounted?: (() => void) | (() => void)
|
|
1641
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1642
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
1643
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
1629
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
1630
|
+
created?: (() => void)[] | (() => void);
|
|
1631
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
1632
|
+
mounted?: (() => void)[] | (() => void);
|
|
1633
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
1634
|
+
updated?: (() => void)[] | (() => void);
|
|
1635
|
+
activated?: (() => void)[] | (() => void);
|
|
1636
|
+
deactivated?: (() => void)[] | (() => void);
|
|
1637
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
1638
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
1639
|
+
destroyed?: (() => void)[] | (() => void);
|
|
1640
|
+
unmounted?: (() => void)[] | (() => void);
|
|
1641
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1642
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
1643
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
1644
1644
|
};
|
|
1645
1645
|
$forceUpdate: () => void;
|
|
1646
1646
|
$nextTick: typeof import("vue").nextTick;
|
|
1647
1647
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
1648
1648
|
} & Readonly<{
|
|
1649
|
-
shift: boolean;
|
|
1650
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1651
|
-
enabled: boolean;
|
|
1652
|
-
emitUpdate: boolean;
|
|
1653
|
-
disableTransform: boolean;
|
|
1654
|
-
flowMode: boolean;
|
|
1655
|
-
skipHover: boolean;
|
|
1656
1649
|
items: unknown[];
|
|
1657
1650
|
height: string | number;
|
|
1658
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1651
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1659
1652
|
direction: "horizontal" | "vertical";
|
|
1660
1653
|
listTag: string;
|
|
1661
1654
|
itemTag: string;
|
|
1662
|
-
itemSize: import("../_components/virtual-list/interface
|
|
1655
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
1663
1656
|
minItemSize: string | number | null;
|
|
1657
|
+
shift: boolean;
|
|
1658
|
+
emitUpdate: boolean;
|
|
1659
|
+
disableTransform: boolean;
|
|
1660
|
+
flowMode: boolean;
|
|
1661
|
+
skipHover: boolean;
|
|
1662
|
+
enabled: boolean;
|
|
1664
1663
|
threshold: number;
|
|
1665
1664
|
fixedSize: boolean;
|
|
1666
1665
|
estimatedSize: number;
|
|
@@ -1670,6 +1669,7 @@ declare const List: {
|
|
|
1670
1669
|
contentAttrs: Record<string, unknown> | undefined;
|
|
1671
1670
|
listStyle: import("vue").CSSProperties | undefined;
|
|
1672
1671
|
paddingPosition: "content" | "list";
|
|
1672
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1673
1673
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
1674
1674
|
items: {
|
|
1675
1675
|
type: import("vue").PropType<unknown[]>;
|
|
@@ -1680,11 +1680,11 @@ declare const List: {
|
|
|
1680
1680
|
default: undefined;
|
|
1681
1681
|
};
|
|
1682
1682
|
keyField: {
|
|
1683
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1683
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
1684
1684
|
default: string;
|
|
1685
1685
|
};
|
|
1686
1686
|
direction: {
|
|
1687
|
-
type: import("vue").PropType<
|
|
1687
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
1688
1688
|
default: string;
|
|
1689
1689
|
};
|
|
1690
1690
|
listTag: {
|
|
@@ -1696,7 +1696,7 @@ declare const List: {
|
|
|
1696
1696
|
default: string;
|
|
1697
1697
|
};
|
|
1698
1698
|
itemSize: {
|
|
1699
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1699
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
1700
1700
|
default: undefined;
|
|
1701
1701
|
};
|
|
1702
1702
|
gridItems: NumberConstructor;
|
|
@@ -1722,10 +1722,10 @@ declare const List: {
|
|
|
1722
1722
|
default: boolean;
|
|
1723
1723
|
};
|
|
1724
1724
|
listClass: {
|
|
1725
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1725
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1726
1726
|
};
|
|
1727
1727
|
itemClass: {
|
|
1728
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1728
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
1729
1729
|
};
|
|
1730
1730
|
threshold: {
|
|
1731
1731
|
type: NumberConstructor;
|
|
@@ -1760,25 +1760,25 @@ declare const List: {
|
|
|
1760
1760
|
default: undefined;
|
|
1761
1761
|
};
|
|
1762
1762
|
paddingPosition: {
|
|
1763
|
-
type: import("vue").PropType<
|
|
1763
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
1764
1764
|
default: string;
|
|
1765
1765
|
};
|
|
1766
1766
|
scrollbar: {
|
|
1767
|
-
type: import("vue").PropType<boolean | import("
|
|
1767
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
1768
1768
|
default: boolean;
|
|
1769
1769
|
};
|
|
1770
1770
|
}>> & Readonly<{
|
|
1771
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1772
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1773
1771
|
onHidden?: (() => any) | undefined;
|
|
1774
|
-
onVisible?: (() => any) | undefined;
|
|
1775
|
-
onResize?: (() => any) | undefined;
|
|
1776
1772
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1777
|
-
|
|
1773
|
+
onResize?: (() => any) | undefined;
|
|
1774
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
1778
1775
|
onScrollEnd?: (() => any) | undefined;
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1776
|
+
onScrollStart?: (() => any) | undefined;
|
|
1777
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1778
|
+
onVisible?: (() => any) | undefined;
|
|
1779
|
+
}>, "cacheSnapshot" | "findItemIndex" | "forceUpdate" | "getDynamicItemSize" | "getItemOffset" | "getItemSize" | "restoreCache" | "scrollTo" | "scrollToBottom" | "scrollToItem" | "scrollToPosition" | "updateVisibleItems" | ("component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold")> & {
|
|
1780
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1781
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
1782
1782
|
findItemIndex: (offset: number) => number;
|
|
1783
1783
|
getItemOffset: (index: number) => number;
|
|
1784
1784
|
getItemSize: (index: number) => number;
|
|
@@ -1788,7 +1788,7 @@ declare const List: {
|
|
|
1788
1788
|
scrollToBottom: () => void;
|
|
1789
1789
|
forceUpdate: () => void;
|
|
1790
1790
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
1791
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
1791
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
1792
1792
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
1793
1793
|
$slots: {
|
|
1794
1794
|
before?: (props: {}) => any;
|
|
@@ -1812,16 +1812,16 @@ declare const List: {
|
|
|
1812
1812
|
empty?: (props: {}) => any;
|
|
1813
1813
|
};
|
|
1814
1814
|
}) | undefined>;
|
|
1815
|
-
scrollIntoView: (options: import("../_components/virtual-list/interface
|
|
1815
|
+
scrollIntoView: (options: import("../_components/virtual-list/interface").ScrollIntoViewOptions) => void;
|
|
1816
1816
|
}, {}, {}, {}, {
|
|
1817
|
+
size: "large" | "medium" | "small";
|
|
1818
|
+
bordered: boolean;
|
|
1817
1819
|
split: boolean;
|
|
1818
|
-
size: "small" | "medium" | "large";
|
|
1819
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1820
1820
|
loading: boolean;
|
|
1821
|
+
hoverable: boolean;
|
|
1821
1822
|
maxHeight: string | number;
|
|
1822
1823
|
bottomOffset: number;
|
|
1823
|
-
|
|
1824
|
-
hoverable: boolean;
|
|
1824
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1825
1825
|
}>;
|
|
1826
1826
|
__isFragment?: never;
|
|
1827
1827
|
__isTeleport?: never;
|
|
@@ -1829,7 +1829,7 @@ declare const List: {
|
|
|
1829
1829
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1830
1830
|
data: import("vue").PropType<any[]>;
|
|
1831
1831
|
size: {
|
|
1832
|
-
type: import("vue").PropType<
|
|
1832
|
+
type: import("vue").PropType<'small' | 'medium' | 'large'>;
|
|
1833
1833
|
default: string;
|
|
1834
1834
|
};
|
|
1835
1835
|
bordered: {
|
|
@@ -1844,12 +1844,12 @@ declare const List: {
|
|
|
1844
1844
|
type: BooleanConstructor;
|
|
1845
1845
|
default: boolean;
|
|
1846
1846
|
};
|
|
1847
|
-
spinProps: import("vue").PropType<import("
|
|
1847
|
+
spinProps: import("vue").PropType<import("..").SpinProps>;
|
|
1848
1848
|
hoverable: {
|
|
1849
1849
|
type: BooleanConstructor;
|
|
1850
1850
|
default: boolean;
|
|
1851
1851
|
};
|
|
1852
|
-
paginationProps: import("vue").PropType<import("
|
|
1852
|
+
paginationProps: import("vue").PropType<import("..").PaginationProps>;
|
|
1853
1853
|
gridProps: ObjectConstructor;
|
|
1854
1854
|
maxHeight: {
|
|
1855
1855
|
type: import("vue").PropType<string | number>;
|
|
@@ -1859,36 +1859,35 @@ declare const List: {
|
|
|
1859
1859
|
type: NumberConstructor;
|
|
1860
1860
|
default: number;
|
|
1861
1861
|
};
|
|
1862
|
-
virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1862
|
+
virtualListProps: import("vue").PropType<import("../_components/virtual-list/interface").VirtualListProps>;
|
|
1863
1863
|
scrollbar: {
|
|
1864
|
-
type: import("vue").PropType<boolean | import("
|
|
1864
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
1865
1865
|
default: boolean;
|
|
1866
1866
|
};
|
|
1867
1867
|
}>> & Readonly<{
|
|
1868
|
-
onScroll?: (() => any) | undefined;
|
|
1869
|
-
onReachBottom?: (() => any) | undefined;
|
|
1870
|
-
onPageSizeChange?: ((_pageSize: number) => any) | undefined;
|
|
1871
1868
|
onPageChange?: ((_page: number) => any) | undefined;
|
|
1869
|
+
onPageSizeChange?: ((_pageSize: number) => any) | undefined;
|
|
1870
|
+
onReachBottom?: (() => any) | undefined;
|
|
1871
|
+
onScroll?: (() => any) | undefined;
|
|
1872
1872
|
}>, {
|
|
1873
1873
|
virtualListRef: import("vue").Ref<({
|
|
1874
1874
|
$: import("vue").ComponentInternalInstance;
|
|
1875
1875
|
$data: {};
|
|
1876
1876
|
$props: Partial<{
|
|
1877
|
-
shift: boolean;
|
|
1878
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1879
|
-
enabled: boolean;
|
|
1880
|
-
emitUpdate: boolean;
|
|
1881
|
-
disableTransform: boolean;
|
|
1882
|
-
flowMode: boolean;
|
|
1883
|
-
skipHover: boolean;
|
|
1884
1877
|
items: unknown[];
|
|
1885
1878
|
height: string | number;
|
|
1886
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1879
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1887
1880
|
direction: "horizontal" | "vertical";
|
|
1888
1881
|
listTag: string;
|
|
1889
1882
|
itemTag: string;
|
|
1890
|
-
itemSize: import("../_components/virtual-list/interface
|
|
1883
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
1891
1884
|
minItemSize: string | number | null;
|
|
1885
|
+
shift: boolean;
|
|
1886
|
+
emitUpdate: boolean;
|
|
1887
|
+
disableTransform: boolean;
|
|
1888
|
+
flowMode: boolean;
|
|
1889
|
+
skipHover: boolean;
|
|
1890
|
+
enabled: boolean;
|
|
1892
1891
|
threshold: number;
|
|
1893
1892
|
fixedSize: boolean;
|
|
1894
1893
|
estimatedSize: number;
|
|
@@ -1898,51 +1897,52 @@ declare const List: {
|
|
|
1898
1897
|
contentAttrs: Record<string, unknown> | undefined;
|
|
1899
1898
|
listStyle: import("vue").CSSProperties | undefined;
|
|
1900
1899
|
paddingPosition: "content" | "list";
|
|
1900
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
1901
1901
|
}> & Omit<{
|
|
1902
|
-
readonly shift: boolean;
|
|
1903
|
-
readonly scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
1904
|
-
readonly enabled: boolean;
|
|
1905
|
-
readonly emitUpdate: boolean;
|
|
1906
|
-
readonly disableTransform: boolean;
|
|
1907
|
-
readonly flowMode: boolean;
|
|
1908
|
-
readonly skipHover: boolean;
|
|
1909
1902
|
readonly items: unknown[];
|
|
1910
|
-
readonly
|
|
1903
|
+
readonly height?: string | number | undefined;
|
|
1904
|
+
readonly keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
1911
1905
|
readonly direction: "horizontal" | "vertical";
|
|
1912
1906
|
readonly listTag: string;
|
|
1913
1907
|
readonly itemTag: string;
|
|
1914
|
-
readonly
|
|
1915
|
-
readonly fixedSize: boolean;
|
|
1916
|
-
readonly paddingPosition: "content" | "list";
|
|
1908
|
+
readonly itemSize?: import("../_components/virtual-list/interface").ItemSizeValue | undefined;
|
|
1917
1909
|
readonly gridItems?: number | undefined;
|
|
1918
1910
|
readonly itemSecondarySize?: number | undefined;
|
|
1911
|
+
readonly minItemSize?: string | number | null | undefined;
|
|
1919
1912
|
readonly sizeField?: string | undefined;
|
|
1920
1913
|
readonly typeField?: string | undefined;
|
|
1921
1914
|
readonly buffer?: number | undefined;
|
|
1915
|
+
readonly shift: boolean;
|
|
1916
|
+
readonly cache?: import("virtua").CacheSnapshot | undefined;
|
|
1922
1917
|
readonly prerender?: number | undefined;
|
|
1918
|
+
readonly emitUpdate: boolean;
|
|
1919
|
+
readonly disableTransform: boolean;
|
|
1920
|
+
readonly flowMode: boolean;
|
|
1923
1921
|
readonly hiddenPosition?: number | undefined;
|
|
1924
1922
|
readonly updateInterval?: number | undefined;
|
|
1925
|
-
readonly
|
|
1926
|
-
readonly
|
|
1927
|
-
readonly
|
|
1928
|
-
readonly
|
|
1929
|
-
readonly
|
|
1923
|
+
readonly skipHover: boolean;
|
|
1924
|
+
readonly enabled: boolean;
|
|
1925
|
+
readonly listClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
1926
|
+
readonly itemClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
1927
|
+
readonly threshold: number;
|
|
1928
|
+
readonly fixedSize: boolean;
|
|
1930
1929
|
readonly estimatedSize?: number | undefined;
|
|
1931
1930
|
readonly component?: string | Record<string, unknown> | undefined;
|
|
1932
1931
|
readonly listAttrs?: Record<string, unknown> | undefined;
|
|
1933
1932
|
readonly contentWrapperAttrs?: Record<string, unknown> | undefined;
|
|
1934
1933
|
readonly contentAttrs?: Record<string, unknown> | undefined;
|
|
1935
1934
|
readonly listStyle?: import("vue").CSSProperties | undefined;
|
|
1936
|
-
readonly
|
|
1937
|
-
readonly
|
|
1938
|
-
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
1935
|
+
readonly paddingPosition: "content" | "list";
|
|
1936
|
+
readonly scrollbar: boolean | import("..").ScrollbarProps;
|
|
1939
1937
|
readonly onHidden?: (() => any) | undefined;
|
|
1940
|
-
readonly onVisible?: (() => any) | undefined;
|
|
1941
|
-
readonly onResize?: (() => any) | undefined;
|
|
1942
1938
|
readonly onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
1943
|
-
readonly
|
|
1939
|
+
readonly onResize?: (() => any) | undefined;
|
|
1940
|
+
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
1944
1941
|
readonly onScrollEnd?: (() => any) | undefined;
|
|
1945
|
-
|
|
1942
|
+
readonly onScrollStart?: (() => any) | undefined;
|
|
1943
|
+
readonly onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
1944
|
+
readonly onVisible?: (() => any) | undefined;
|
|
1945
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold">;
|
|
1946
1946
|
$attrs: import("vue").Attrs;
|
|
1947
1947
|
$refs: {
|
|
1948
1948
|
[x: string]: unknown;
|
|
@@ -1953,7 +1953,7 @@ declare const List: {
|
|
|
1953
1953
|
$root: import("vue").ComponentPublicInstance | null;
|
|
1954
1954
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
1955
1955
|
$host: Element | null;
|
|
1956
|
-
$emit: ((event: "
|
|
1956
|
+
$emit: ((event: "hidden") => void) & ((event: "reachBottom", _ev: Event) => void) & ((event: "resize") => void) & ((event: "scroll", _ev: Event) => void) & ((event: "scrollEnd") => void) & ((event: "scrollStart") => void) & ((event: "update", _startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => void) & ((event: "visible") => void);
|
|
1957
1957
|
$el: any;
|
|
1958
1958
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
1959
1959
|
items: {
|
|
@@ -1965,11 +1965,11 @@ declare const List: {
|
|
|
1965
1965
|
default: undefined;
|
|
1966
1966
|
};
|
|
1967
1967
|
keyField: {
|
|
1968
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
1968
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
1969
1969
|
default: string;
|
|
1970
1970
|
};
|
|
1971
1971
|
direction: {
|
|
1972
|
-
type: import("vue").PropType<
|
|
1972
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
1973
1973
|
default: string;
|
|
1974
1974
|
};
|
|
1975
1975
|
listTag: {
|
|
@@ -1981,7 +1981,7 @@ declare const List: {
|
|
|
1981
1981
|
default: string;
|
|
1982
1982
|
};
|
|
1983
1983
|
itemSize: {
|
|
1984
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
1984
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
1985
1985
|
default: undefined;
|
|
1986
1986
|
};
|
|
1987
1987
|
gridItems: NumberConstructor;
|
|
@@ -2007,10 +2007,10 @@ declare const List: {
|
|
|
2007
2007
|
default: boolean;
|
|
2008
2008
|
};
|
|
2009
2009
|
listClass: {
|
|
2010
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2010
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2011
2011
|
};
|
|
2012
2012
|
itemClass: {
|
|
2013
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2013
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2014
2014
|
};
|
|
2015
2015
|
threshold: {
|
|
2016
2016
|
type: NumberConstructor;
|
|
@@ -2045,25 +2045,25 @@ declare const List: {
|
|
|
2045
2045
|
default: undefined;
|
|
2046
2046
|
};
|
|
2047
2047
|
paddingPosition: {
|
|
2048
|
-
type: import("vue").PropType<
|
|
2048
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
2049
2049
|
default: string;
|
|
2050
2050
|
};
|
|
2051
2051
|
scrollbar: {
|
|
2052
|
-
type: import("vue").PropType<boolean | import("
|
|
2052
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
2053
2053
|
default: boolean;
|
|
2054
2054
|
};
|
|
2055
2055
|
}>> & Readonly<{
|
|
2056
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2057
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2058
2056
|
onHidden?: (() => any) | undefined;
|
|
2059
|
-
onVisible?: (() => any) | undefined;
|
|
2060
|
-
onResize?: (() => any) | undefined;
|
|
2061
2057
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
2062
|
-
|
|
2058
|
+
onResize?: (() => any) | undefined;
|
|
2059
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2063
2060
|
onScrollEnd?: (() => any) | undefined;
|
|
2061
|
+
onScrollStart?: (() => any) | undefined;
|
|
2062
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2063
|
+
onVisible?: (() => any) | undefined;
|
|
2064
2064
|
}>, {
|
|
2065
|
-
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface
|
|
2066
|
-
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface
|
|
2065
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2066
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2067
2067
|
findItemIndex: (offset: number) => number;
|
|
2068
2068
|
getItemOffset: (index: number) => number;
|
|
2069
2069
|
getItemSize: (index: number) => number;
|
|
@@ -2073,32 +2073,31 @@ declare const List: {
|
|
|
2073
2073
|
scrollToBottom: () => void;
|
|
2074
2074
|
forceUpdate: () => void;
|
|
2075
2075
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
2076
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
2076
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
2077
2077
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2078
|
-
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
2079
|
-
scroll: (_ev: Event) => any;
|
|
2080
2078
|
hidden: () => any;
|
|
2081
|
-
visible: () => any;
|
|
2082
|
-
resize: () => any;
|
|
2083
2079
|
reachBottom: (_ev: Event) => any;
|
|
2084
|
-
|
|
2080
|
+
resize: () => any;
|
|
2081
|
+
scroll: (_ev: Event) => any;
|
|
2085
2082
|
scrollEnd: () => any;
|
|
2083
|
+
scrollStart: () => any;
|
|
2084
|
+
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
2085
|
+
visible: () => any;
|
|
2086
2086
|
}, string, {
|
|
2087
|
-
shift: boolean;
|
|
2088
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
2089
|
-
enabled: boolean;
|
|
2090
|
-
emitUpdate: boolean;
|
|
2091
|
-
disableTransform: boolean;
|
|
2092
|
-
flowMode: boolean;
|
|
2093
|
-
skipHover: boolean;
|
|
2094
2087
|
items: unknown[];
|
|
2095
2088
|
height: string | number;
|
|
2096
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2089
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
2097
2090
|
direction: "horizontal" | "vertical";
|
|
2098
2091
|
listTag: string;
|
|
2099
2092
|
itemTag: string;
|
|
2100
|
-
itemSize: import("../_components/virtual-list/interface
|
|
2093
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
2101
2094
|
minItemSize: string | number | null;
|
|
2095
|
+
shift: boolean;
|
|
2096
|
+
emitUpdate: boolean;
|
|
2097
|
+
disableTransform: boolean;
|
|
2098
|
+
flowMode: boolean;
|
|
2099
|
+
skipHover: boolean;
|
|
2100
|
+
enabled: boolean;
|
|
2102
2101
|
threshold: number;
|
|
2103
2102
|
fixedSize: boolean;
|
|
2104
2103
|
estimatedSize: number;
|
|
@@ -2108,42 +2107,42 @@ declare const List: {
|
|
|
2108
2107
|
contentAttrs: Record<string, unknown> | undefined;
|
|
2109
2108
|
listStyle: import("vue").CSSProperties | undefined;
|
|
2110
2109
|
paddingPosition: "content" | "list";
|
|
2110
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2111
2111
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2112
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2113
|
-
created?: (() => void) | (() => void)
|
|
2114
|
-
beforeMount?: (() => void) | (() => void)
|
|
2115
|
-
mounted?: (() => void) | (() => void)
|
|
2116
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2117
|
-
updated?: (() => void) | (() => void)
|
|
2118
|
-
activated?: (() => void) | (() => void)
|
|
2119
|
-
deactivated?: (() => void) | (() => void)
|
|
2120
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2121
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2122
|
-
destroyed?: (() => void) | (() => void)
|
|
2123
|
-
unmounted?: (() => void) | (() => void)
|
|
2124
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2125
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2126
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2112
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2113
|
+
created?: (() => void)[] | (() => void);
|
|
2114
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2115
|
+
mounted?: (() => void)[] | (() => void);
|
|
2116
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2117
|
+
updated?: (() => void)[] | (() => void);
|
|
2118
|
+
activated?: (() => void)[] | (() => void);
|
|
2119
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2120
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2121
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2122
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2123
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2124
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2125
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2126
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2127
2127
|
};
|
|
2128
2128
|
$forceUpdate: () => void;
|
|
2129
2129
|
$nextTick: typeof import("vue").nextTick;
|
|
2130
2130
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
2131
2131
|
} & Readonly<{
|
|
2132
|
-
shift: boolean;
|
|
2133
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
2134
|
-
enabled: boolean;
|
|
2135
|
-
emitUpdate: boolean;
|
|
2136
|
-
disableTransform: boolean;
|
|
2137
|
-
flowMode: boolean;
|
|
2138
|
-
skipHover: boolean;
|
|
2139
2132
|
items: unknown[];
|
|
2140
2133
|
height: string | number;
|
|
2141
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2134
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
2142
2135
|
direction: "horizontal" | "vertical";
|
|
2143
2136
|
listTag: string;
|
|
2144
2137
|
itemTag: string;
|
|
2145
|
-
itemSize: import("../_components/virtual-list/interface
|
|
2138
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
2146
2139
|
minItemSize: string | number | null;
|
|
2140
|
+
shift: boolean;
|
|
2141
|
+
emitUpdate: boolean;
|
|
2142
|
+
disableTransform: boolean;
|
|
2143
|
+
flowMode: boolean;
|
|
2144
|
+
skipHover: boolean;
|
|
2145
|
+
enabled: boolean;
|
|
2147
2146
|
threshold: number;
|
|
2148
2147
|
fixedSize: boolean;
|
|
2149
2148
|
estimatedSize: number;
|
|
@@ -2153,6 +2152,7 @@ declare const List: {
|
|
|
2153
2152
|
contentAttrs: Record<string, unknown> | undefined;
|
|
2154
2153
|
listStyle: import("vue").CSSProperties | undefined;
|
|
2155
2154
|
paddingPosition: "content" | "list";
|
|
2155
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2156
2156
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2157
2157
|
items: {
|
|
2158
2158
|
type: import("vue").PropType<unknown[]>;
|
|
@@ -2163,11 +2163,11 @@ declare const List: {
|
|
|
2163
2163
|
default: undefined;
|
|
2164
2164
|
};
|
|
2165
2165
|
keyField: {
|
|
2166
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2166
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
2167
2167
|
default: string;
|
|
2168
2168
|
};
|
|
2169
2169
|
direction: {
|
|
2170
|
-
type: import("vue").PropType<
|
|
2170
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
2171
2171
|
default: string;
|
|
2172
2172
|
};
|
|
2173
2173
|
listTag: {
|
|
@@ -2179,7 +2179,7 @@ declare const List: {
|
|
|
2179
2179
|
default: string;
|
|
2180
2180
|
};
|
|
2181
2181
|
itemSize: {
|
|
2182
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2182
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
2183
2183
|
default: undefined;
|
|
2184
2184
|
};
|
|
2185
2185
|
gridItems: NumberConstructor;
|
|
@@ -2205,10 +2205,10 @@ declare const List: {
|
|
|
2205
2205
|
default: boolean;
|
|
2206
2206
|
};
|
|
2207
2207
|
listClass: {
|
|
2208
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2208
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2209
2209
|
};
|
|
2210
2210
|
itemClass: {
|
|
2211
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2211
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2212
2212
|
};
|
|
2213
2213
|
threshold: {
|
|
2214
2214
|
type: NumberConstructor;
|
|
@@ -2243,25 +2243,25 @@ declare const List: {
|
|
|
2243
2243
|
default: undefined;
|
|
2244
2244
|
};
|
|
2245
2245
|
paddingPosition: {
|
|
2246
|
-
type: import("vue").PropType<
|
|
2246
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
2247
2247
|
default: string;
|
|
2248
2248
|
};
|
|
2249
2249
|
scrollbar: {
|
|
2250
|
-
type: import("vue").PropType<boolean | import("
|
|
2250
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
2251
2251
|
default: boolean;
|
|
2252
2252
|
};
|
|
2253
2253
|
}>> & Readonly<{
|
|
2254
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2255
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2256
2254
|
onHidden?: (() => any) | undefined;
|
|
2257
|
-
onVisible?: (() => any) | undefined;
|
|
2258
|
-
onResize?: (() => any) | undefined;
|
|
2259
2255
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
2260
|
-
|
|
2256
|
+
onResize?: (() => any) | undefined;
|
|
2257
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2261
2258
|
onScrollEnd?: (() => any) | undefined;
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
|
|
2259
|
+
onScrollStart?: (() => any) | undefined;
|
|
2260
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2261
|
+
onVisible?: (() => any) | undefined;
|
|
2262
|
+
}>, "cacheSnapshot" | "findItemIndex" | "forceUpdate" | "getDynamicItemSize" | "getItemOffset" | "getItemSize" | "restoreCache" | "scrollTo" | "scrollToBottom" | "scrollToItem" | "scrollToPosition" | "updateVisibleItems" | ("component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold")> & {
|
|
2263
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2264
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2265
2265
|
findItemIndex: (offset: number) => number;
|
|
2266
2266
|
getItemOffset: (index: number) => number;
|
|
2267
2267
|
getItemSize: (index: number) => number;
|
|
@@ -2271,7 +2271,7 @@ declare const List: {
|
|
|
2271
2271
|
scrollToBottom: () => void;
|
|
2272
2272
|
forceUpdate: () => void;
|
|
2273
2273
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
2274
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
2274
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
2275
2275
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2276
2276
|
$slots: {
|
|
2277
2277
|
before?: (props: {}) => any;
|
|
@@ -2298,21 +2298,20 @@ declare const List: {
|
|
|
2298
2298
|
$: import("vue").ComponentInternalInstance;
|
|
2299
2299
|
$data: {};
|
|
2300
2300
|
$props: Partial<{
|
|
2301
|
-
shift: boolean;
|
|
2302
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
2303
|
-
enabled: boolean;
|
|
2304
|
-
emitUpdate: boolean;
|
|
2305
|
-
disableTransform: boolean;
|
|
2306
|
-
flowMode: boolean;
|
|
2307
|
-
skipHover: boolean;
|
|
2308
2301
|
items: unknown[];
|
|
2309
2302
|
height: string | number;
|
|
2310
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2303
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
2311
2304
|
direction: "horizontal" | "vertical";
|
|
2312
2305
|
listTag: string;
|
|
2313
2306
|
itemTag: string;
|
|
2314
|
-
itemSize: import("../_components/virtual-list/interface
|
|
2307
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
2315
2308
|
minItemSize: string | number | null;
|
|
2309
|
+
shift: boolean;
|
|
2310
|
+
emitUpdate: boolean;
|
|
2311
|
+
disableTransform: boolean;
|
|
2312
|
+
flowMode: boolean;
|
|
2313
|
+
skipHover: boolean;
|
|
2314
|
+
enabled: boolean;
|
|
2316
2315
|
threshold: number;
|
|
2317
2316
|
fixedSize: boolean;
|
|
2318
2317
|
estimatedSize: number;
|
|
@@ -2322,51 +2321,52 @@ declare const List: {
|
|
|
2322
2321
|
contentAttrs: Record<string, unknown> | undefined;
|
|
2323
2322
|
listStyle: import("vue").CSSProperties | undefined;
|
|
2324
2323
|
paddingPosition: "content" | "list";
|
|
2324
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2325
2325
|
}> & Omit<{
|
|
2326
|
-
readonly shift: boolean;
|
|
2327
|
-
readonly scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
2328
|
-
readonly enabled: boolean;
|
|
2329
|
-
readonly emitUpdate: boolean;
|
|
2330
|
-
readonly disableTransform: boolean;
|
|
2331
|
-
readonly flowMode: boolean;
|
|
2332
|
-
readonly skipHover: boolean;
|
|
2333
2326
|
readonly items: unknown[];
|
|
2334
|
-
readonly
|
|
2327
|
+
readonly height?: string | number | undefined;
|
|
2328
|
+
readonly keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
2335
2329
|
readonly direction: "horizontal" | "vertical";
|
|
2336
2330
|
readonly listTag: string;
|
|
2337
2331
|
readonly itemTag: string;
|
|
2338
|
-
readonly
|
|
2339
|
-
readonly fixedSize: boolean;
|
|
2340
|
-
readonly paddingPosition: "content" | "list";
|
|
2332
|
+
readonly itemSize?: import("../_components/virtual-list/interface").ItemSizeValue | undefined;
|
|
2341
2333
|
readonly gridItems?: number | undefined;
|
|
2342
2334
|
readonly itemSecondarySize?: number | undefined;
|
|
2335
|
+
readonly minItemSize?: string | number | null | undefined;
|
|
2343
2336
|
readonly sizeField?: string | undefined;
|
|
2344
2337
|
readonly typeField?: string | undefined;
|
|
2345
2338
|
readonly buffer?: number | undefined;
|
|
2339
|
+
readonly shift: boolean;
|
|
2340
|
+
readonly cache?: import("virtua").CacheSnapshot | undefined;
|
|
2346
2341
|
readonly prerender?: number | undefined;
|
|
2342
|
+
readonly emitUpdate: boolean;
|
|
2343
|
+
readonly disableTransform: boolean;
|
|
2344
|
+
readonly flowMode: boolean;
|
|
2347
2345
|
readonly hiddenPosition?: number | undefined;
|
|
2348
2346
|
readonly updateInterval?: number | undefined;
|
|
2349
|
-
readonly
|
|
2350
|
-
readonly
|
|
2351
|
-
readonly
|
|
2352
|
-
readonly
|
|
2353
|
-
readonly
|
|
2347
|
+
readonly skipHover: boolean;
|
|
2348
|
+
readonly enabled: boolean;
|
|
2349
|
+
readonly listClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
2350
|
+
readonly itemClass?: import("../_components/virtual-list/interface").ClassValue | undefined;
|
|
2351
|
+
readonly threshold: number;
|
|
2352
|
+
readonly fixedSize: boolean;
|
|
2354
2353
|
readonly estimatedSize?: number | undefined;
|
|
2355
2354
|
readonly component?: string | Record<string, unknown> | undefined;
|
|
2356
2355
|
readonly listAttrs?: Record<string, unknown> | undefined;
|
|
2357
2356
|
readonly contentWrapperAttrs?: Record<string, unknown> | undefined;
|
|
2358
2357
|
readonly contentAttrs?: Record<string, unknown> | undefined;
|
|
2359
2358
|
readonly listStyle?: import("vue").CSSProperties | undefined;
|
|
2360
|
-
readonly
|
|
2361
|
-
readonly
|
|
2362
|
-
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
2359
|
+
readonly paddingPosition: "content" | "list";
|
|
2360
|
+
readonly scrollbar: boolean | import("..").ScrollbarProps;
|
|
2363
2361
|
readonly onHidden?: (() => any) | undefined;
|
|
2364
|
-
readonly onVisible?: (() => any) | undefined;
|
|
2365
|
-
readonly onResize?: (() => any) | undefined;
|
|
2366
2362
|
readonly onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
2367
|
-
readonly
|
|
2363
|
+
readonly onResize?: (() => any) | undefined;
|
|
2364
|
+
readonly onScroll?: ((_ev: Event) => any) | undefined;
|
|
2368
2365
|
readonly onScrollEnd?: (() => any) | undefined;
|
|
2369
|
-
|
|
2366
|
+
readonly onScrollStart?: (() => any) | undefined;
|
|
2367
|
+
readonly onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2368
|
+
readonly onVisible?: (() => any) | undefined;
|
|
2369
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, "component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold">;
|
|
2370
2370
|
$attrs: import("vue").Attrs;
|
|
2371
2371
|
$refs: {
|
|
2372
2372
|
[x: string]: unknown;
|
|
@@ -2377,7 +2377,7 @@ declare const List: {
|
|
|
2377
2377
|
$root: import("vue").ComponentPublicInstance | null;
|
|
2378
2378
|
$parent: import("vue").ComponentPublicInstance | null;
|
|
2379
2379
|
$host: Element | null;
|
|
2380
|
-
$emit: ((event: "
|
|
2380
|
+
$emit: ((event: "hidden") => void) & ((event: "reachBottom", _ev: Event) => void) & ((event: "resize") => void) & ((event: "scroll", _ev: Event) => void) & ((event: "scrollEnd") => void) & ((event: "scrollStart") => void) & ((event: "update", _startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => void) & ((event: "visible") => void);
|
|
2381
2381
|
$el: any;
|
|
2382
2382
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
2383
2383
|
items: {
|
|
@@ -2389,11 +2389,11 @@ declare const List: {
|
|
|
2389
2389
|
default: undefined;
|
|
2390
2390
|
};
|
|
2391
2391
|
keyField: {
|
|
2392
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2392
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
2393
2393
|
default: string;
|
|
2394
2394
|
};
|
|
2395
2395
|
direction: {
|
|
2396
|
-
type: import("vue").PropType<
|
|
2396
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
2397
2397
|
default: string;
|
|
2398
2398
|
};
|
|
2399
2399
|
listTag: {
|
|
@@ -2405,7 +2405,7 @@ declare const List: {
|
|
|
2405
2405
|
default: string;
|
|
2406
2406
|
};
|
|
2407
2407
|
itemSize: {
|
|
2408
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2408
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
2409
2409
|
default: undefined;
|
|
2410
2410
|
};
|
|
2411
2411
|
gridItems: NumberConstructor;
|
|
@@ -2431,10 +2431,10 @@ declare const List: {
|
|
|
2431
2431
|
default: boolean;
|
|
2432
2432
|
};
|
|
2433
2433
|
listClass: {
|
|
2434
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2434
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2435
2435
|
};
|
|
2436
2436
|
itemClass: {
|
|
2437
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2437
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2438
2438
|
};
|
|
2439
2439
|
threshold: {
|
|
2440
2440
|
type: NumberConstructor;
|
|
@@ -2469,25 +2469,25 @@ declare const List: {
|
|
|
2469
2469
|
default: undefined;
|
|
2470
2470
|
};
|
|
2471
2471
|
paddingPosition: {
|
|
2472
|
-
type: import("vue").PropType<
|
|
2472
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
2473
2473
|
default: string;
|
|
2474
2474
|
};
|
|
2475
2475
|
scrollbar: {
|
|
2476
|
-
type: import("vue").PropType<boolean | import("
|
|
2476
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
2477
2477
|
default: boolean;
|
|
2478
2478
|
};
|
|
2479
2479
|
}>> & Readonly<{
|
|
2480
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2481
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2482
2480
|
onHidden?: (() => any) | undefined;
|
|
2483
|
-
onVisible?: (() => any) | undefined;
|
|
2484
|
-
onResize?: (() => any) | undefined;
|
|
2485
2481
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
2486
|
-
|
|
2482
|
+
onResize?: (() => any) | undefined;
|
|
2483
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2487
2484
|
onScrollEnd?: (() => any) | undefined;
|
|
2485
|
+
onScrollStart?: (() => any) | undefined;
|
|
2486
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2487
|
+
onVisible?: (() => any) | undefined;
|
|
2488
2488
|
}>, {
|
|
2489
|
-
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface
|
|
2490
|
-
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface
|
|
2489
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2490
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2491
2491
|
findItemIndex: (offset: number) => number;
|
|
2492
2492
|
getItemOffset: (index: number) => number;
|
|
2493
2493
|
getItemSize: (index: number) => number;
|
|
@@ -2497,32 +2497,31 @@ declare const List: {
|
|
|
2497
2497
|
scrollToBottom: () => void;
|
|
2498
2498
|
forceUpdate: () => void;
|
|
2499
2499
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
2500
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
2500
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
2501
2501
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2502
|
-
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
2503
|
-
scroll: (_ev: Event) => any;
|
|
2504
2502
|
hidden: () => any;
|
|
2505
|
-
visible: () => any;
|
|
2506
|
-
resize: () => any;
|
|
2507
2503
|
reachBottom: (_ev: Event) => any;
|
|
2508
|
-
|
|
2504
|
+
resize: () => any;
|
|
2505
|
+
scroll: (_ev: Event) => any;
|
|
2509
2506
|
scrollEnd: () => any;
|
|
2507
|
+
scrollStart: () => any;
|
|
2508
|
+
update: (_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any;
|
|
2509
|
+
visible: () => any;
|
|
2510
2510
|
}, string, {
|
|
2511
|
-
shift: boolean;
|
|
2512
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
2513
|
-
enabled: boolean;
|
|
2514
|
-
emitUpdate: boolean;
|
|
2515
|
-
disableTransform: boolean;
|
|
2516
|
-
flowMode: boolean;
|
|
2517
|
-
skipHover: boolean;
|
|
2518
2511
|
items: unknown[];
|
|
2519
2512
|
height: string | number;
|
|
2520
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2513
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
2521
2514
|
direction: "horizontal" | "vertical";
|
|
2522
2515
|
listTag: string;
|
|
2523
2516
|
itemTag: string;
|
|
2524
|
-
itemSize: import("../_components/virtual-list/interface
|
|
2517
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
2525
2518
|
minItemSize: string | number | null;
|
|
2519
|
+
shift: boolean;
|
|
2520
|
+
emitUpdate: boolean;
|
|
2521
|
+
disableTransform: boolean;
|
|
2522
|
+
flowMode: boolean;
|
|
2523
|
+
skipHover: boolean;
|
|
2524
|
+
enabled: boolean;
|
|
2526
2525
|
threshold: number;
|
|
2527
2526
|
fixedSize: boolean;
|
|
2528
2527
|
estimatedSize: number;
|
|
@@ -2532,42 +2531,42 @@ declare const List: {
|
|
|
2532
2531
|
contentAttrs: Record<string, unknown> | undefined;
|
|
2533
2532
|
listStyle: import("vue").CSSProperties | undefined;
|
|
2534
2533
|
paddingPosition: "content" | "list";
|
|
2534
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2535
2535
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & {
|
|
2536
|
-
beforeCreate?: (() => void) | (() => void)
|
|
2537
|
-
created?: (() => void) | (() => void)
|
|
2538
|
-
beforeMount?: (() => void) | (() => void)
|
|
2539
|
-
mounted?: (() => void) | (() => void)
|
|
2540
|
-
beforeUpdate?: (() => void) | (() => void)
|
|
2541
|
-
updated?: (() => void) | (() => void)
|
|
2542
|
-
activated?: (() => void) | (() => void)
|
|
2543
|
-
deactivated?: (() => void) | (() => void)
|
|
2544
|
-
beforeDestroy?: (() => void) | (() => void)
|
|
2545
|
-
beforeUnmount?: (() => void) | (() => void)
|
|
2546
|
-
destroyed?: (() => void) | (() => void)
|
|
2547
|
-
unmounted?: (() => void) | (() => void)
|
|
2548
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2549
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)
|
|
2550
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)
|
|
2536
|
+
beforeCreate?: (() => void)[] | (() => void);
|
|
2537
|
+
created?: (() => void)[] | (() => void);
|
|
2538
|
+
beforeMount?: (() => void)[] | (() => void);
|
|
2539
|
+
mounted?: (() => void)[] | (() => void);
|
|
2540
|
+
beforeUpdate?: (() => void)[] | (() => void);
|
|
2541
|
+
updated?: (() => void)[] | (() => void);
|
|
2542
|
+
activated?: (() => void)[] | (() => void);
|
|
2543
|
+
deactivated?: (() => void)[] | (() => void);
|
|
2544
|
+
beforeDestroy?: (() => void)[] | (() => void);
|
|
2545
|
+
beforeUnmount?: (() => void)[] | (() => void);
|
|
2546
|
+
destroyed?: (() => void)[] | (() => void);
|
|
2547
|
+
unmounted?: (() => void)[] | (() => void);
|
|
2548
|
+
renderTracked?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2549
|
+
renderTriggered?: ((e: import("vue").DebuggerEvent) => void)[] | ((e: import("vue").DebuggerEvent) => void);
|
|
2550
|
+
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void)[] | ((err: unknown, instance: import("vue").ComponentPublicInstance | null, info: string) => boolean | void);
|
|
2551
2551
|
};
|
|
2552
2552
|
$forceUpdate: () => void;
|
|
2553
2553
|
$nextTick: typeof import("vue").nextTick;
|
|
2554
2554
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import("@vue/reactivity").OnCleanup]) => any : (...args: [any, any, import("@vue/reactivity").OnCleanup]) => any, options?: import("vue").WatchOptions): import("vue").WatchStopHandle;
|
|
2555
2555
|
} & Readonly<{
|
|
2556
|
-
shift: boolean;
|
|
2557
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
2558
|
-
enabled: boolean;
|
|
2559
|
-
emitUpdate: boolean;
|
|
2560
|
-
disableTransform: boolean;
|
|
2561
|
-
flowMode: boolean;
|
|
2562
|
-
skipHover: boolean;
|
|
2563
2556
|
items: unknown[];
|
|
2564
2557
|
height: string | number;
|
|
2565
|
-
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2558
|
+
keyField: string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey);
|
|
2566
2559
|
direction: "horizontal" | "vertical";
|
|
2567
2560
|
listTag: string;
|
|
2568
2561
|
itemTag: string;
|
|
2569
|
-
itemSize: import("../_components/virtual-list/interface
|
|
2562
|
+
itemSize: import("../_components/virtual-list/interface").ItemSizeValue;
|
|
2570
2563
|
minItemSize: string | number | null;
|
|
2564
|
+
shift: boolean;
|
|
2565
|
+
emitUpdate: boolean;
|
|
2566
|
+
disableTransform: boolean;
|
|
2567
|
+
flowMode: boolean;
|
|
2568
|
+
skipHover: boolean;
|
|
2569
|
+
enabled: boolean;
|
|
2571
2570
|
threshold: number;
|
|
2572
2571
|
fixedSize: boolean;
|
|
2573
2572
|
estimatedSize: number;
|
|
@@ -2577,6 +2576,7 @@ declare const List: {
|
|
|
2577
2576
|
contentAttrs: Record<string, unknown> | undefined;
|
|
2578
2577
|
listStyle: import("vue").CSSProperties | undefined;
|
|
2579
2578
|
paddingPosition: "content" | "list";
|
|
2579
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2580
2580
|
}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
|
2581
2581
|
items: {
|
|
2582
2582
|
type: import("vue").PropType<unknown[]>;
|
|
@@ -2587,11 +2587,11 @@ declare const List: {
|
|
|
2587
2587
|
default: undefined;
|
|
2588
2588
|
};
|
|
2589
2589
|
keyField: {
|
|
2590
|
-
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface
|
|
2590
|
+
type: import("vue").PropType<string | ((item: unknown, index: number) => import("../_components/virtual-list/interface").VirtualItemKey)>;
|
|
2591
2591
|
default: string;
|
|
2592
2592
|
};
|
|
2593
2593
|
direction: {
|
|
2594
|
-
type: import("vue").PropType<
|
|
2594
|
+
type: import("vue").PropType<'vertical' | 'horizontal'>;
|
|
2595
2595
|
default: string;
|
|
2596
2596
|
};
|
|
2597
2597
|
listTag: {
|
|
@@ -2603,7 +2603,7 @@ declare const List: {
|
|
|
2603
2603
|
default: string;
|
|
2604
2604
|
};
|
|
2605
2605
|
itemSize: {
|
|
2606
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2606
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ItemSizeValue>;
|
|
2607
2607
|
default: undefined;
|
|
2608
2608
|
};
|
|
2609
2609
|
gridItems: NumberConstructor;
|
|
@@ -2629,10 +2629,10 @@ declare const List: {
|
|
|
2629
2629
|
default: boolean;
|
|
2630
2630
|
};
|
|
2631
2631
|
listClass: {
|
|
2632
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2632
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2633
2633
|
};
|
|
2634
2634
|
itemClass: {
|
|
2635
|
-
type: import("vue").PropType<import("../_components/virtual-list/interface
|
|
2635
|
+
type: import("vue").PropType<import("../_components/virtual-list/interface").ClassValue>;
|
|
2636
2636
|
};
|
|
2637
2637
|
threshold: {
|
|
2638
2638
|
type: NumberConstructor;
|
|
@@ -2667,25 +2667,25 @@ declare const List: {
|
|
|
2667
2667
|
default: undefined;
|
|
2668
2668
|
};
|
|
2669
2669
|
paddingPosition: {
|
|
2670
|
-
type: import("vue").PropType<
|
|
2670
|
+
type: import("vue").PropType<'content' | 'list'>;
|
|
2671
2671
|
default: string;
|
|
2672
2672
|
};
|
|
2673
2673
|
scrollbar: {
|
|
2674
|
-
type: import("vue").PropType<boolean | import("
|
|
2674
|
+
type: import("vue").PropType<boolean | import("..").ScrollbarProps>;
|
|
2675
2675
|
default: boolean;
|
|
2676
2676
|
};
|
|
2677
2677
|
}>> & Readonly<{
|
|
2678
|
-
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2679
|
-
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2680
2678
|
onHidden?: (() => any) | undefined;
|
|
2681
|
-
onVisible?: (() => any) | undefined;
|
|
2682
|
-
onResize?: (() => any) | undefined;
|
|
2683
2679
|
onReachBottom?: ((_ev: Event) => any) | undefined;
|
|
2684
|
-
|
|
2680
|
+
onResize?: (() => any) | undefined;
|
|
2681
|
+
onScroll?: ((_ev: Event) => any) | undefined;
|
|
2685
2682
|
onScrollEnd?: (() => any) | undefined;
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2683
|
+
onScrollStart?: (() => any) | undefined;
|
|
2684
|
+
onUpdate?: ((_startIndex: number, _endIndex: number, _visibleStartIndex: number, _visibleEndIndex: number) => any) | undefined;
|
|
2685
|
+
onVisible?: (() => any) | undefined;
|
|
2686
|
+
}>, "cacheSnapshot" | "findItemIndex" | "forceUpdate" | "getDynamicItemSize" | "getItemOffset" | "getItemSize" | "restoreCache" | "scrollTo" | "scrollToBottom" | "scrollToItem" | "scrollToPosition" | "updateVisibleItems" | ("component" | "contentAttrs" | "contentWrapperAttrs" | "direction" | "disableTransform" | "emitUpdate" | "enabled" | "estimatedSize" | "fixedSize" | "flowMode" | "height" | "itemSize" | "itemTag" | "items" | "keyField" | "listAttrs" | "listStyle" | "listTag" | "minItemSize" | "paddingPosition" | "scrollbar" | "shift" | "skipHover" | "threshold")> & {
|
|
2687
|
+
scrollToItem: (index: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2688
|
+
scrollToPosition: (position: number, options?: import("../_components/virtual-list/interface").ScrollToOptions) => void;
|
|
2689
2689
|
findItemIndex: (offset: number) => number;
|
|
2690
2690
|
getItemOffset: (index: number) => number;
|
|
2691
2691
|
getItemSize: (index: number) => number;
|
|
@@ -2695,7 +2695,7 @@ declare const List: {
|
|
|
2695
2695
|
scrollToBottom: () => void;
|
|
2696
2696
|
forceUpdate: () => void;
|
|
2697
2697
|
getDynamicItemSize: (_item: unknown, index?: number) => number;
|
|
2698
|
-
scrollTo: (options: import("../_components/virtual-list/interface
|
|
2698
|
+
scrollTo: (options: import("../_components/virtual-list/interface").ScrollOptions) => void;
|
|
2699
2699
|
} & {} & import("vue").ComponentCustomProperties & {} & {
|
|
2700
2700
|
$slots: {
|
|
2701
2701
|
before?: (props: {}) => any;
|
|
@@ -2719,21 +2719,21 @@ declare const List: {
|
|
|
2719
2719
|
empty?: (props: {}) => any;
|
|
2720
2720
|
};
|
|
2721
2721
|
}) | undefined>;
|
|
2722
|
-
scrollIntoView: (options: import("../_components/virtual-list/interface
|
|
2722
|
+
scrollIntoView: (options: import("../_components/virtual-list/interface").ScrollIntoViewOptions) => void;
|
|
2723
2723
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
2724
|
-
scroll: () => void;
|
|
2725
|
-
reachBottom: () => void;
|
|
2726
|
-
pageSizeChange: (_pageSize: number) => void;
|
|
2727
2724
|
pageChange: (_page: number) => void;
|
|
2725
|
+
pageSizeChange: (_pageSize: number) => void;
|
|
2726
|
+
reachBottom: () => void;
|
|
2727
|
+
scroll: () => void;
|
|
2728
2728
|
}, string, {
|
|
2729
|
+
size: "large" | "medium" | "small";
|
|
2730
|
+
bordered: boolean;
|
|
2729
2731
|
split: boolean;
|
|
2730
|
-
size: "small" | "medium" | "large";
|
|
2731
|
-
scrollbar: boolean | import("../index.ts").ScrollbarProps;
|
|
2732
2732
|
loading: boolean;
|
|
2733
|
+
hoverable: boolean;
|
|
2733
2734
|
maxHeight: string | number;
|
|
2734
2735
|
bottomOffset: number;
|
|
2735
|
-
|
|
2736
|
-
hoverable: boolean;
|
|
2736
|
+
scrollbar: boolean | import("..").ScrollbarProps;
|
|
2737
2737
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2738
2738
|
$slots: {
|
|
2739
2739
|
item?: (props: {
|
|
@@ -2757,9 +2757,9 @@ declare const List: {
|
|
|
2757
2757
|
}) & {
|
|
2758
2758
|
Item: {
|
|
2759
2759
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
|
|
2760
|
-
actionLayout?: import("
|
|
2760
|
+
actionLayout?: import("..").Direction;
|
|
2761
2761
|
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
|
|
2762
|
-
actionLayout: import("
|
|
2762
|
+
actionLayout: import("..").Direction;
|
|
2763
2763
|
}, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
2764
2764
|
P: {};
|
|
2765
2765
|
B: {};
|
|
@@ -2768,17 +2768,17 @@ declare const List: {
|
|
|
2768
2768
|
M: {};
|
|
2769
2769
|
Defaults: {};
|
|
2770
2770
|
}, Readonly<{
|
|
2771
|
-
actionLayout?: import("
|
|
2771
|
+
actionLayout?: import("..").Direction;
|
|
2772
2772
|
}> & Readonly<{}>, {}, {}, {}, {}, {
|
|
2773
|
-
actionLayout: import("
|
|
2773
|
+
actionLayout: import("..").Direction;
|
|
2774
2774
|
}>;
|
|
2775
2775
|
__isFragment?: never;
|
|
2776
2776
|
__isTeleport?: never;
|
|
2777
2777
|
__isSuspense?: never;
|
|
2778
2778
|
} & import("vue").ComponentOptionsBase<Readonly<{
|
|
2779
|
-
actionLayout?: import("
|
|
2779
|
+
actionLayout?: import("..").Direction;
|
|
2780
2780
|
}> & Readonly<{}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
2781
|
-
actionLayout: import("
|
|
2781
|
+
actionLayout: import("..").Direction;
|
|
2782
2782
|
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
2783
2783
|
$slots: {
|
|
2784
2784
|
default?: () => import("vue").VNode[];
|