@sdata/web-vue 1.19.0 → 2.1.1
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/README.md +3 -7
- package/dist/sd.css +4083 -2512
- package/dist/sd.min.css +1 -1
- package/es/_components/feedback-icon.js +1 -1
- package/es/_components/icon-hover.js +9 -6
- package/es/_components/icon-hover.vue.d.ts +5 -3
- package/es/_components/icon-hover.vue_vue_type_script_lang.js +1 -0
- package/es/_components/input-label/input-label.d.ts +1 -1
- package/es/_components/input-label/style/index.css +27 -27
- package/es/_components/picker/input-range.js +1 -1
- package/es/_components/picker/input-range.vue.d.ts +6 -4
- package/es/_components/picker/input.js +1 -1
- package/es/_components/picker/input.vue.d.ts +6 -4
- package/es/_components/resize-trigger.js +1 -1
- package/es/_components/select-view/select-view.d.ts +3 -3
- package/es/_components/select-view/style/index.css +199 -199
- package/es/_components/transition/expand-transition.js +1 -1
- package/es/_components/virtual-list/virtual-list.js +1 -1
- package/es/_components/virtual-list/virtual-list.vue.d.ts +8 -5
- package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +9 -16
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-input.d.ts +1 -1
- package/es/_hooks/use-pagination.d.ts +7 -4
- package/es/_hooks/use-popup-overflow-hidden.js +2 -1
- package/es/_hooks/use-scrollbar.d.ts +2 -3
- package/es/_hooks/use-scrollbar.js +4 -8
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/_utils/color.d.ts +9 -0
- package/es/_utils/color.js +38 -2
- package/es/_utils/date.d.ts +1 -2
- package/es/_utils/date.js +74 -25
- package/es/_utils/debounce.d.ts +1 -1
- package/es/_utils/get-value-by-path.d.ts +2 -2
- package/es/_utils/global-config.d.ts +4 -0
- package/es/_utils/global-config.js +10 -2
- package/es/_utils/is-equal.js +1 -1
- package/es/_utils/is.d.ts +3 -3
- package/es/_utils/is.js +1 -1
- package/es/_utils/omit.d.ts +1 -1
- package/es/_utils/omit.js +1 -1
- package/es/_utils/pick.d.ts +1 -1
- package/es/_utils/pick.js +1 -2
- package/es/_utils/responsive-observe.js +1 -1
- package/es/_utils/throttle-by-raf.d.ts +2 -2
- package/es/_utils/types.d.ts +1 -1
- package/es/_utils/virtual-dropdown.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/asyncToGenerator.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/defineProperty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/extends.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectDestructuringEmpty.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectSpread2.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutProperties.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutPropertiesLoose.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPrimitive.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPropertyKey.js +1 -1
- package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/typeof.js +1 -1
- package/es/affix/affix.js +1 -1
- package/es/affix/affix.vue.d.ts +1 -1
- package/es/affix/affix.vue_vue_type_script_lang.js +1 -1
- package/es/affix/index.d.ts +3 -3
- package/es/alert/alert.js +1 -1
- package/es/alert/alert.vue.d.ts +5 -3
- package/es/alert/index.d.ts +10 -6
- package/es/alert/style/index.css +28 -28
- package/es/anchor/anchor-link.js +1 -1
- package/es/anchor/anchor.js +1 -1
- package/es/anchor/style/index.css +9 -9
- package/es/auto-complete/auto-complete.d.ts +3 -3
- package/es/auto-complete/auto-complete.js +25 -12
- package/es/auto-complete/index.d.ts +9 -9
- package/es/auto-complete/style/index.css +3 -3
- package/es/avatar/avatar.js +1 -1
- package/es/avatar/avatar.vue_vue_type_script_lang.js +1 -1
- package/es/avatar/style/index.css +15 -15
- package/es/back-top/back-top.js +1 -1
- package/es/back-top/style/index.css +4 -4
- package/es/badge/badge.d.ts +1 -1
- package/es/badge/badge.js +1 -1
- package/es/badge/index.d.ts +3 -3
- package/es/badge/style/index.css +25 -25
- package/es/breadcrumb/style/index.css +12 -12
- package/es/button/button-group.js +1 -1
- package/es/button/button.js +1 -1
- package/es/button/button.vue.d.ts +2 -2
- package/es/button/index.d.ts +6 -6
- package/es/button/style/index.css +37 -37
- package/es/calendar/components/body.js +5 -0
- package/es/calendar/components/body.vue.d.ts +100 -0
- package/es/calendar/components/body.vue_vue_type_script_setup_true_lang.js +158 -0
- package/es/calendar/components/cell.js +5 -0
- package/es/calendar/components/cell.vue.d.ts +220 -0
- package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +813 -0
- package/es/calendar/components/event.js +5 -0
- package/es/calendar/components/event.vue.d.ts +73 -0
- package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +291 -0
- package/es/calendar/components/header.js +5 -0
- package/es/calendar/components/header.vue.d.ts +34 -0
- package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +84 -0
- package/es/calendar/components/headings-bar.js +5 -0
- package/es/calendar/components/headings-bar.vue.d.ts +40 -0
- package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +201 -0
- package/es/calendar/components/index.js +5 -0
- package/es/calendar/components/index.vue.d.ts +616 -0
- package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +314 -0
- package/es/calendar/components/time-column.js +5 -0
- package/es/calendar/components/time-column.vue.d.ts +27 -0
- package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +66 -0
- package/es/calendar/context.d.ts +17 -0
- package/es/calendar/context.js +5 -0
- package/es/calendar/core/config.d.ts +126 -0
- package/es/calendar/core/config.js +522 -0
- package/es/calendar/core/events.d.ts +1 -0
- package/es/calendar/core/events.js +921 -0
- package/es/calendar/core/i18n.d.ts +1 -0
- package/es/calendar/core/i18n.js +72 -0
- package/es/calendar/core/index.d.ts +112 -0
- package/es/calendar/core/index.js +66 -0
- package/es/calendar/core/props-definitions.d.ts +263 -0
- package/es/calendar/core/props-definitions.js +70 -0
- package/es/calendar/core/view.d.ts +60 -0
- package/es/calendar/core/view.js +761 -0
- package/es/calendar/default-theme.scss +1012 -0
- package/es/calendar/hooks/use-calendar-theme.d.ts +4 -0
- package/es/calendar/hooks/use-calendar-theme.js +32 -0
- package/es/calendar/index.d.ts +836 -98
- package/es/calendar/index.js +3 -3
- package/es/calendar/index.scss +331 -0
- package/es/calendar/modules/drag-and-drop.d.ts +8 -0
- package/es/calendar/modules/drag-and-drop.js +442 -0
- package/es/calendar/style/body.scss +51 -0
- package/es/calendar/style/cell.scss +153 -0
- package/es/calendar/style/css.js +0 -1
- package/es/calendar/style/event.scss +69 -0
- package/es/calendar/style/header.scss +104 -0
- package/es/calendar/style/headings-bar.scss +94 -0
- package/es/calendar/style/index.css +1514 -264
- package/es/calendar/style/index.d.ts +1 -3
- package/es/calendar/style/index.js +0 -1
- package/es/calendar/style/index.scss +9 -496
- package/es/calendar/style/time-column.scss +109 -0
- package/es/calendar/style/token.scss +64 -60
- package/es/calendar/utils/conversions.d.ts +3 -0
- package/es/calendar/utils/conversions.js +31 -0
- package/es/calendar/utils/date.d.ts +26 -0
- package/es/calendar/utils/date.js +253 -0
- package/es/calendar/utils/special-hours-allow-events.d.ts +28 -0
- package/es/calendar/utils/special-hours-allow-events.js +230 -0
- package/es/card/card-grid.js +1 -1
- package/es/card/style/index.css +16 -16
- package/es/carousel/carousel-arrow.js +1 -1
- package/es/carousel/carousel-indicator.js +1 -1
- package/es/carousel/carousel-indicator.vue.d.ts +1 -1
- package/es/carousel/carousel-item.js +1 -1
- package/es/carousel/carousel.js +1 -1
- package/es/carousel/style/index.css +11 -11
- package/es/cascader/base-cascader-panel.js +4 -5
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-option.js +7 -9
- package/es/cascader/cascader-panel.vue.d.ts +1 -1
- package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/cascader/cascader.vue.d.ts +5 -5
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +5 -5
- package/es/cascader/style/index.css +36 -36
- package/es/checkbox/checkbox.d.ts +5 -3
- package/es/checkbox/index.d.ts +10 -6
- package/es/checkbox/style/index.css +18 -18
- package/es/collapse/collapse-item.d.ts +5 -3
- package/es/collapse/collapse.js +1 -1
- package/es/collapse/index.d.ts +5 -3
- package/es/collapse/style/index.css +15 -15
- package/es/color-picker/color-picker.d.ts +1 -1
- package/es/color-picker/color-picker.js +1 -1
- package/es/color-picker/index.d.ts +3 -3
- package/es/color-picker/palette.js +1 -1
- package/es/color-picker/panel.d.ts +1 -1
- package/es/color-picker/panel.js +2 -2
- package/es/color-picker/style/index.css +13 -13
- package/es/color-picker/utils.js +1 -1
- package/es/comment/comment.js +2 -2
- package/es/comment/style/index.css +5 -5
- package/es/components.d.ts +2 -2
- package/es/config-provider/config-provider.js +1 -1
- package/es/config-provider/config-provider.vue.d.ts +1 -1
- package/es/config-provider/context.d.ts +3 -0
- package/es/config-provider/index.d.ts +3 -3
- package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/config-provider/theme.js +1 -1
- package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/cropper/style/index.css +3 -3
- package/es/date-picker/context.d.ts +1 -1
- package/es/date-picker/hooks/use-inject-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-provide-datepicker-transform.d.ts +1 -1
- package/es/date-picker/hooks/use-range-header-value.d.ts +3 -3
- package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
- package/es/date-picker/index.d.ts +63 -61
- package/es/date-picker/interface.d.ts +1 -1
- package/es/date-picker/panels/body.js +1 -1
- package/es/date-picker/panels/date/index.js +2 -2
- package/es/date-picker/panels/date/index.vue.d.ts +8 -8
- package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/panels/footer.js +1 -1
- package/es/date-picker/panels/footer.vue.d.ts +10 -10
- package/es/date-picker/panels/header.js +1 -1
- package/es/date-picker/panels/month/index.js +2 -2
- package/es/date-picker/panels/month/index.vue.d.ts +1 -1
- package/es/date-picker/panels/quarter/index.js +2 -2
- package/es/date-picker/panels/shortcuts.js +1 -1
- package/es/date-picker/panels/shortcuts.vue.d.ts +7 -7
- package/es/date-picker/panels/week/index.js +1 -1
- package/es/date-picker/panels/week/index.vue.d.ts +8 -8
- package/es/date-picker/panels/week-list.js +1 -1
- package/es/date-picker/panels/year/index.js +2 -2
- package/es/date-picker/picker-panel.js +1 -1
- package/es/date-picker/picker-panel.vue.d.ts +35 -35
- package/es/date-picker/picker.js +2 -2
- package/es/date-picker/picker.vue.d.ts +57 -55
- package/es/date-picker/picker.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker-panel.js +1 -1
- package/es/date-picker/range-picker-panel.vue.d.ts +38 -38
- package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/range-picker.js +2 -2
- package/es/date-picker/range-picker.vue.d.ts +63 -61
- package/es/date-picker/range-picker.vue_vue_type_script_lang.js +1 -1
- package/es/date-picker/style/index.css +72 -72
- package/es/descriptions/descriptions-item.js +1 -1
- package/es/descriptions/descriptions.d.ts +2 -2
- package/es/descriptions/descriptions.js +1 -1
- package/es/descriptions/index.d.ts +6 -6
- package/es/descriptions/style/index.css +10 -10
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/divider/style/index.css +4 -4
- package/es/drawer/drawer.js +9 -2
- package/es/drawer/drawer.vue.d.ts +2910 -13
- package/es/drawer/drawer.vue_vue_type_script_lang.js +26 -7
- package/es/drawer/index.d.ts +6557 -767
- package/es/drawer/index.js +2 -2
- package/es/drawer/style/index.css +12 -7
- package/es/drawer/style/index.scss +6 -0
- package/es/dropdown/dropdown-button.js +1 -1
- package/es/dropdown/dropdown-button.vue.d.ts +26 -23
- package/es/dropdown/dropdown-group.js +1 -1
- package/es/dropdown/dropdown-option.js +1 -1
- package/es/dropdown/dropdown-option.vue.d.ts +1 -1
- package/es/dropdown/dropdown-panel.js +1 -1
- package/es/dropdown/dropdown-panel.vue.d.ts +6 -3
- package/es/dropdown/dropdown-submenu.js +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +18 -15
- package/es/dropdown/dropdown.js +1 -1
- package/es/dropdown/dropdown.vue.d.ts +18 -15
- package/es/dropdown/index.d.ts +85 -73
- package/es/dropdown/interface.d.ts +2 -2
- package/es/dropdown/style/index.css +1 -1
- package/es/ellipsis/ellipsis.js +1 -1
- package/es/ellipsis/ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +2 -2
- package/es/ellipsis/index.d.ts +96 -96
- package/es/ellipsis/performant-ellipsis.js +1 -1
- package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
- package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +1 -1
- package/es/empty/style/index.css +2 -2
- package/es/form/context.d.ts +7 -6
- package/es/form/form-item-label.js +1 -1
- package/es/form/form-item-label.vue.d.ts +24 -24
- package/es/form/form-item-message.js +1 -1
- package/es/form/form-item.js +1 -1
- package/es/form/form-item.vue.d.ts +35 -39
- package/es/form/form-item.vue_vue_type_script_lang.js +3 -3
- package/es/form/form.js +1 -1
- package/es/form/form.vue.d.ts +1 -1
- package/es/form/index.d.ts +41 -45
- package/es/form/interface.d.ts +2 -2
- package/es/form/style/index.css +6 -6
- package/es/grid/grid-col.js +1 -1
- package/es/grid/grid-col.vue.d.ts +3 -7
- package/es/grid/grid-col.vue_vue_type_script_lang.js +1 -1
- package/es/grid/grid-item.js +1 -1
- package/es/grid/grid-item.vue_vue_type_script_lang.js +1 -1
- package/es/grid/grid-row.js +1 -1
- package/es/grid/grid-row.vue.d.ts +4 -4
- package/es/grid/grid.js +1 -1
- package/es/grid/hook/use-responsive-value.d.ts +7 -19
- package/es/grid/index.d.ts +6 -10
- package/es/grid/interface.d.ts +11 -18
- package/es/icon/icon-calendar/icon-calendar.js +1 -1
- package/es/icon/icon-caret-down/icon-caret-down.js +1 -1
- package/es/icon/icon-caret-left/icon-caret-left.js +1 -1
- package/es/icon/icon-caret-right/icon-caret-right.js +1 -1
- package/es/icon/icon-caret-up/icon-caret-up.js +1 -1
- package/es/icon/icon-check/icon-check.js +1 -1
- package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +1 -1
- package/es/icon/icon-clock-circle/icon-clock-circle.js +1 -1
- package/es/icon/icon-close/icon-close.js +1 -1
- package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +1 -1
- package/es/icon/icon-copy/icon-copy.js +1 -1
- package/es/icon/icon-delete/icon-delete.js +1 -1
- package/es/icon/icon-double-left/icon-double-left.js +1 -1
- package/es/icon/icon-double-right/icon-double-right.js +1 -1
- package/es/icon/icon-down/icon-down.js +1 -1
- package/es/icon/icon-drag-dot/icon-drag-dot.js +1 -1
- package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +1 -1
- package/es/icon/icon-edit/icon-edit.js +1 -1
- package/es/icon/icon-empty/icon-empty.js +1 -1
- package/es/icon/icon-exclamation/icon-exclamation.js +1 -1
- package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +1 -1
- package/es/icon/icon-eye/icon-eye.js +1 -1
- package/es/icon/icon-eye-invisible/icon-eye-invisible.js +1 -1
- package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +1 -1
- package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +1 -1
- package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +1 -1
- package/es/icon/icon-file/icon-file.js +1 -1
- package/es/icon/icon-file-audio/icon-file-audio.js +1 -1
- package/es/icon/icon-file-image/icon-file-image.js +1 -1
- package/es/icon/icon-file-pdf/icon-file-pdf.js +1 -1
- package/es/icon/icon-file-video/icon-file-video.js +1 -1
- package/es/icon/icon-filter/icon-filter.js +1 -1
- package/es/icon/icon-fullscreen/icon-fullscreen.js +1 -1
- package/es/icon/icon-image-close/icon-image-close.js +1 -1
- package/es/icon/icon-info/icon-info.js +1 -1
- package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +1 -1
- package/es/icon/icon-left/icon-left.js +1 -1
- package/es/icon/icon-link/icon-link.js +1 -1
- package/es/icon/icon-loading/icon-loading.js +1 -1
- package/es/icon/icon-menu-fold/icon-menu-fold.js +1 -1
- package/es/icon/icon-menu-unfold/icon-menu-unfold.js +1 -1
- package/es/icon/icon-minus/icon-minus.js +1 -1
- package/es/icon/icon-more/icon-more.js +1 -1
- package/es/icon/icon-oblique-line/icon-oblique-line.js +1 -1
- package/es/icon/icon-original-size/icon-original-size.js +1 -1
- package/es/icon/icon-pause/icon-pause.js +1 -1
- package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +1 -1
- package/es/icon/icon-plus/icon-plus.js +1 -1
- package/es/icon/icon-question-circle/icon-question-circle.js +1 -1
- package/es/icon/icon-right/icon-right.js +1 -1
- package/es/icon/icon-rotate-left/icon-rotate-left.js +1 -1
- package/es/icon/icon-rotate-right/icon-rotate-right.js +1 -1
- package/es/icon/icon-search/icon-search.js +1 -1
- package/es/icon/icon-star-fill/icon-star-fill.js +1 -1
- package/es/icon/icon-to-top/icon-to-top.js +1 -1
- package/es/icon/icon-up/icon-up.js +1 -1
- package/es/icon/icon-upload/icon-upload.js +1 -1
- package/es/icon/icon-zoom-in/icon-zoom-in.js +1 -1
- package/es/icon/icon-zoom-out/icon-zoom-out.js +1 -1
- package/es/icon-component/icon.js +1 -1
- package/es/icon.js +292 -292
- package/es/image/image-footer.js +1 -1
- package/es/image/image.js +2 -2
- package/es/image/image.vue.d.ts +26 -26
- package/es/image/interface.d.ts +1 -1
- package/es/image/preview-action.d.ts +24 -24
- package/es/image/preview-arrow.js +1 -1
- package/es/image/preview-group.js +2 -2
- package/es/image/preview-group.vue.d.ts +26 -26
- package/es/image/preview-toolbar.js +1 -1
- package/es/image/preview-toolbar.vue.d.ts +24 -24
- package/es/image/preview.js +1 -1
- package/es/image/preview.vue.d.ts +25 -25
- package/es/image/preview.vue_vue_type_script_lang.js +1 -1
- package/es/image/style/index.css +32 -32
- package/es/index.css +4083 -2512
- package/es/index.d.ts +8 -2
- package/es/index.js +11 -10
- package/es/index.scss +3 -1
- package/es/input/index.d.ts +13 -11
- package/es/input/input-group.js +1 -1
- package/es/input/input-password.js +1 -1
- package/es/input/input-password.vue.d.ts +7 -5
- package/es/input/input.d.ts +2 -2
- package/es/input/input.js +4 -5
- package/es/input/style/index.css +50 -50
- package/es/input-number/index.d.ts +6 -6
- package/es/input-number/input-number.d.ts +2 -2
- package/es/input-number/input-number.js +21 -20
- package/es/input-number/style/index.css +16 -16
- package/es/input-tag/index.d.ts +6 -6
- package/es/input-tag/input-tag.d.ts +2 -2
- package/es/input-tag/input-tag.js +11 -13
- package/es/input-tag/style/index.css +172 -172
- package/es/input-tag/utils.js +1 -1
- package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/json-form/utils.js +3 -3
- package/es/layout/content.js +1 -1
- package/es/layout/footer.js +1 -1
- package/es/layout/header.vue.d.ts +1 -1
- package/es/layout/header.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/layout/index.d.ts +21 -21
- package/es/layout/layout.js +1 -1
- package/es/layout/sider.js +1 -1
- package/es/layout/sider.vue.d.ts +16 -16
- package/es/layout/sider.vue_vue_type_script_lang.js +1 -1
- package/es/layout/style/index.css +12 -12
- package/es/link/index.d.ts +3 -3
- package/es/link/link.vue.d.ts +1 -1
- package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
- package/es/link/style/index.css +23 -23
- package/es/list/index.d.ts +9 -9
- package/es/list/list-item-meta.js +1 -1
- package/es/list/list.d.ts +3 -3
- package/es/list/list.js +4 -4
- package/es/list/style/index.css +9 -9
- package/es/list/use-pagination.d.ts +7 -4
- package/es/locale/index.d.ts +1 -1
- package/es/locale/index.js +1 -1
- package/es/locale/interface.d.ts +7 -0
- package/es/locale/lang/ar-eg.js +7 -1
- package/es/locale/lang/de-de.js +7 -1
- package/es/locale/lang/en-us.js +7 -1
- package/es/locale/lang/es-es.js +7 -1
- package/es/locale/lang/fr-fr.js +7 -1
- package/es/locale/lang/id-id.js +7 -1
- package/es/locale/lang/it-it.js +7 -1
- package/es/locale/lang/ja-jp.js +7 -1
- package/es/locale/lang/km-kh.js +7 -1
- package/es/locale/lang/ko-kr.js +7 -1
- package/es/locale/lang/ms-my.js +7 -1
- package/es/locale/lang/nl-nl.js +7 -1
- package/es/locale/lang/pt-pt.js +7 -1
- package/es/locale/lang/ru-ru.js +7 -1
- package/es/locale/lang/th-th.js +7 -1
- package/es/locale/lang/vi-vn.js +7 -1
- package/es/locale/lang/zh-cn.js +7 -1
- package/es/locale/lang/zh-tw.js +7 -1
- package/es/mention/index.d.ts +9 -9
- package/es/mention/mention.d.ts +3 -3
- package/es/mention/mention.js +34 -20
- package/es/menu/base-menu.js +1 -1
- package/es/menu/indent.js +1 -1
- package/es/menu/interface.d.ts +1 -3
- package/es/menu/item-group.js +1 -1
- package/es/menu/item-group.vue.d.ts +48 -48
- package/es/menu/item.js +1 -1
- package/es/menu/menu.js +1 -1
- package/es/menu/style/index.css +62 -62
- package/es/menu/sub-menu-inline.js +1 -1
- package/es/menu/sub-menu-inline.vue.d.ts +48 -48
- package/es/menu/sub-menu-pop.js +1 -1
- package/es/menu/sub-menu-pop.vue.d.ts +59 -59
- package/es/menu/sub-menu.js +1 -1
- package/es/message/index.js +1 -1
- package/es/message/message-list.d.ts +1 -1
- package/es/message/message.js +1 -1
- package/es/message/message.vue.d.ts +5 -3
- package/es/message/style/index.css +26 -26
- package/es/modal/index.d.ts +6374 -572
- package/es/modal/index.js +2 -2
- package/es/modal/interface.d.ts +2 -2
- package/es/modal/modal.js +15 -4
- package/es/modal/modal.vue.d.ts +2911 -10
- package/es/modal/modal.vue_vue_type_script_lang.js +28 -5
- package/es/modal/style/index.css +28 -12
- package/es/modal/style/index.scss +23 -0
- package/es/notification/index.js +1 -1
- package/es/notification/notification.js +1 -1
- package/es/notification/notification.vue.d.ts +5 -3
- package/es/notification/style/index.css +26 -26
- package/es/page-header/index.d.ts +10 -6
- package/es/page-header/page-header.js +1 -1
- package/es/page-header/page-header.vue.d.ts +5 -3
- package/es/page-header/style/index.css +6 -6
- package/es/pagination/page-item-ellipsis.js +1 -1
- package/es/pagination/page-item-step.js +1 -1
- package/es/pagination/page-item.js +1 -1
- package/es/pagination/page-jumper.js +1 -1
- package/es/pagination/page-jumper.vue.d.ts +7 -7
- package/es/pagination/page-options.js +1 -1
- package/es/pagination/page-options.vue.d.ts +656 -470
- package/es/pagination/style/index.css +21 -21
- package/es/popconfirm/index.d.ts +36 -36
- package/es/popconfirm/popconfirm.js +1 -1
- package/es/popconfirm/popconfirm.vue.d.ts +17 -17
- package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
- package/es/popconfirm/style/index.css +11 -11
- package/es/popover/index.d.ts +899 -21
- package/es/popover/popover.js +7 -3
- package/es/popover/popover.vue.d.ts +451 -10
- package/es/popover/popover.vue_vue_type_script_lang.js +15 -3
- package/es/popover/style/index.css +7 -7
- package/es/popover/style/index.d.ts +1 -0
- package/es/progress/circle.js +1 -1
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/index.d.ts +7 -7
- package/es/progress/line.js +1 -1
- package/es/progress/line.vue.d.ts +1 -1
- package/es/progress/line.vue_vue_type_script_lang.js +1 -1
- package/es/progress/progress.js +1 -1
- package/es/progress/progress.vue.d.ts +3 -3
- package/es/progress/steps.js +1 -1
- package/es/progress/style/index.css +32 -32
- package/es/qr-code/index.d.ts +294 -0
- package/es/qr-code/index.js +10 -0
- package/es/qr-code/qr-code-status.js +5 -0
- package/es/qr-code/qr-code-status.vue.d.ts +8 -0
- package/es/qr-code/qr-code-status.vue_vue_type_script_setup_true_lang.js +30 -0
- package/es/qr-code/qr-code.js +5 -0
- package/es/qr-code/qr-code.vue.d.ts +167 -0
- package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +313 -0
- package/es/qr-code/style/css.js +2 -0
- package/es/qr-code/style/index.css +106 -0
- package/es/qr-code/style/index.d.ts +2 -0
- package/es/qr-code/style/index.js +2 -0
- package/es/qr-code/style/index.scss +111 -0
- package/es/qr-code/style/token.scss +36 -0
- package/es/qr-code/types.d.ts +19 -0
- package/es/radio/index.d.ts +13 -9
- package/es/radio/radio.d.ts +6 -4
- package/es/radio/style/index.css +33 -33
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/rate/style/index.css +3 -3
- package/es/resize-box/index.d.ts +6 -6
- package/es/resize-box/resize-box.js +1 -1
- package/es/resize-box/resize-box.vue.d.ts +2 -2
- package/es/resize-box/resize-box.vue_vue_type_script_lang.js +1 -1
- package/es/resize-box/style/index.css +2 -2
- package/es/result/result.js +1 -1
- package/es/result/style/index.css +2 -2
- package/es/scrollbar/index.d.ts +6 -3
- package/es/scrollbar/interface.d.ts +1 -1
- package/es/scrollbar/scrollbar.js +2 -1
- package/es/scrollbar/scrollbar.vue.d.ts +2 -1
- package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +52 -2
- package/es/scrollbar/style/index.css +13 -13
- package/es/sd-vue.js +13 -12
- package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +3 -3
- package/es/secret/style/index.css +4 -4
- package/es/select/context.d.ts +1 -4
- package/es/select/hooks/use-options.d.ts +1 -4
- package/es/select/hooks/use-options.js +2 -23
- package/es/select/hooks/use-select.d.ts +1 -3
- package/es/select/hooks/use-select.js +2 -7
- package/es/select/index.d.ts +656 -475
- package/es/select/index.js +5 -13
- package/es/select/interface.d.ts +1 -1
- package/es/select/select-dropdown.js +3 -2
- package/es/select/select-dropdown.vue.d.ts +56 -54
- package/es/select/select-dropdown.vue_vue_type_script_lang.js +2 -3
- package/es/select/select.d.ts +264 -18
- package/es/select/select.js +50 -27
- package/es/select/style/index.css +14 -14
- package/es/select/utils.d.ts +1 -1
- package/es/select/utils.js +1 -1
- package/es/skeleton/line.js +1 -1
- package/es/skeleton/shape.js +1 -1
- package/es/skeleton/skeleton.js +1 -1
- package/es/skeleton/style/index.css +4 -4
- package/es/slider/index.d.ts +67 -67
- package/es/slider/slider-button.js +1 -1
- package/es/slider/slider-button.vue.d.ts +25 -25
- package/es/slider/slider-dots.js +1 -1
- package/es/slider/slider-input.js +1 -1
- package/es/slider/slider-input.vue.d.ts +7 -7
- package/es/slider/slider-marks.js +1 -1
- package/es/slider/slider-ticks.js +1 -1
- package/es/slider/slider.js +1 -1
- package/es/slider/slider.vue.d.ts +33 -33
- package/es/slider/style/index.css +18 -18
- package/es/space/index.d.ts +9 -9
- package/es/space/space.d.ts +2 -2
- package/es/spin/index.d.ts +1 -0
- package/es/spin/style/index.css +9 -9
- package/es/split/split.js +1 -1
- package/es/split/split.vue_vue_type_script_lang.js +1 -1
- package/es/split/style/index.css +2 -2
- package/es/statistic/countdown.js +1 -1
- package/es/statistic/countdown.vue.d.ts +1 -1
- package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
- package/es/statistic/index.d.ts +1 -1
- package/es/statistic/statistic.js +1 -1
- package/es/statistic/statistic.vue_vue_type_script_lang.js +4 -4
- package/es/statistic/style/index.css +4 -4
- package/es/steps/index.d.ts +4 -4
- package/es/steps/step.js +1 -1
- package/es/steps/step.vue.d.ts +1 -1
- package/es/steps/steps.js +1 -1
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/steps/style/index.css +79 -79
- package/es/style/color/colors.scss +1 -1
- package/es/style/theme/global.scss +8 -8
- package/es/style/theme/index.scss +4 -12
- package/es/style/theme/z-index.js +1 -2
- package/es/switch/style/index.css +30 -30
- package/es/switch/switch.js +1 -1
- package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
- package/es/table/index.d.ts +14 -14
- package/es/table/style/index.css +65 -65
- package/es/table/table-operation-td.d.ts +23 -15
- package/es/table/table-operation-td.js +11 -14
- package/es/table/table-operation-th.js +1 -1
- package/es/table/table-td.d.ts +1 -1
- package/es/table/table-td.js +1 -1
- package/es/table/table-th.d.ts +1 -1
- package/es/table/table-th.js +19 -8
- package/es/table/table.d.ts +5 -5
- package/es/table/table.js +45 -48
- package/es/table/utils.js +1 -1
- package/es/tabs/index.d.ts +9 -9
- package/es/tabs/style/index.css +56 -56
- package/es/tabs/tab-pane.js +1 -1
- package/es/tabs/tab-pane.vue_vue_type_script_lang.js +1 -1
- package/es/tabs/tabs-nav-ink.js +1 -1
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs-tab.js +1 -1
- package/es/tabs/tabs-tab.vue.d.ts +5 -3
- package/es/tabs/tabs.d.ts +3 -3
- package/es/tag/index.d.ts +66 -29688
- package/es/tag/interface.d.ts +2 -0
- package/es/tag/style/index.css +134 -134
- package/es/tag/style/index.scss +33 -13
- package/es/tag/tag.js +2 -64
- package/es/tag/tag.vue.d.ts +53 -11936
- package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +368 -0
- package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +4 -4
- package/es/textarea/index.d.ts +16 -12
- package/es/textarea/style/index.css +28 -28
- package/es/textarea/textarea.js +1 -1
- package/es/textarea/textarea.vue.d.ts +7 -5
- package/es/textarea/textarea.vue_vue_type_script_lang.js +1 -1
- package/es/time-picker/hooks/use-time-list.js +1 -1
- package/es/time-picker/index.d.ts +79 -71
- package/es/time-picker/panel.js +1 -1
- package/es/time-picker/panel.vue.d.ts +7 -7
- package/es/time-picker/range-panel.d.ts +7 -7
- package/es/time-picker/range-panel.js +6 -7
- package/es/time-picker/style/index.css +11 -11
- package/es/time-picker/time-column.js +1 -1
- package/es/time-picker/time-picker.js +2 -2
- package/es/time-picker/time-picker.vue.d.ts +38 -34
- package/es/time-picker/utils/index.d.ts +1 -1
- package/es/timeline/item.js +1 -1
- package/es/timeline/item.vue_vue_type_script_lang.js +1 -1
- package/es/timeline/style/index.css +11 -11
- package/es/tooltip/index.d.ts +24 -24
- package/es/tooltip/style/index.css +3 -3
- package/es/tooltip/tooltip.js +1 -1
- package/es/tooltip/tooltip.vue.d.ts +11 -11
- package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
- package/es/tour/index.d.ts +664 -0
- package/es/tour/index.js +10 -0
- package/es/tour/style/css.js +1 -0
- package/es/tour/style/index.css +226 -0
- package/es/tour/style/index.d.ts +1 -0
- package/es/tour/style/index.js +1 -0
- package/es/tour/style/index.scss +218 -0
- package/es/tour/style/token.scss +27 -0
- package/es/tour/tour.js +5 -0
- package/es/tour/tour.vue.d.ts +411 -0
- package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +1219 -0
- package/es/tour/types.d.ts +143 -0
- package/es/transfer/index.d.ts +75 -57
- package/es/transfer/style/index.css +20 -20
- package/es/transfer/transfer-list-item.js +2 -5
- package/es/transfer/transfer-view.js +2 -3
- package/es/transfer/transfer-view.vue.d.ts +30 -21
- package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
- package/es/transfer/transfer.js +1 -1
- package/es/transfer/transfer.vue.d.ts +37 -28
- package/es/tree/base-node.js +1 -1
- package/es/tree/base-node.vue.d.ts +10 -6
- package/es/tree/expand-transition.js +1 -1
- package/es/tree/interface.d.ts +1 -1
- package/es/tree/node.js +1 -1
- package/es/tree/style/index.css +25 -25
- package/es/tree/transition-node-list.js +1 -1
- package/es/tree/transition-node-list.vue.d.ts +10 -6
- package/es/tree/tree.js +1 -1
- package/es/tree/tree.vue.d.ts +14 -11
- package/es/tree/tree.vue_vue_type_script_lang.js +2 -2
- package/es/tree/utils/tree-data.js +1 -1
- package/es/tree-select/hooks/use-selected-state.js +1 -1
- package/es/tree-select/panel.js +9 -10
- package/es/tree-select/style/index.css +5 -5
- package/es/tree-select/tree-select.js +2 -2
- package/es/tree-select/tree-select.vue.d.ts +22 -22
- package/es/tree-select/tree-select.vue_vue_type_script_lang.js +1 -1
- package/es/trigger/context.d.ts +3 -3
- package/es/trigger/index.d.ts +9 -9
- package/es/trigger/interface.d.ts +3 -2
- package/es/trigger/style/index.css +5 -5
- package/es/trigger/trigger.d.ts +3 -3
- package/es/trigger/trigger.js +18 -17
- package/es/trigger/utils.js +1 -1
- package/es/typography/base.d.ts +4 -4
- package/es/typography/base.js +3 -3
- package/es/typography/edit-content.js +1 -1
- package/es/typography/edit-content.vue.d.ts +40 -34
- package/es/typography/interface.d.ts +1 -1
- package/es/typography/operations.js +1 -1
- package/es/typography/operations.vue.d.ts +25 -25
- package/es/typography/style/index.css +22 -22
- package/es/typography/typography.js +1 -1
- package/es/upload/index.d.ts +6 -6
- package/es/upload/interfaces.d.ts +3 -3
- package/es/upload/style/index.css +51 -51
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload-list.js +2 -5
- package/es/upload/upload.d.ts +2 -2
- package/es/upload/upload.js +6 -7
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/verification-code/verification-code.js +7 -6
- package/es/watermark/hooks/use-mutation-observer.js +1 -1
- package/es/watermark/watermark.js +1 -1
- package/json/vetur-attributes.json +125 -107
- package/json/vetur-tags.json +39 -36
- package/json/web-types.json +182 -163
- package/package.json +19 -15
- package/es/calendar/calendar.d.ts +0 -104
- package/es/calendar/calendar.js +0 -207
- package/es/calendar/header.d.ts +0 -104
- package/es/calendar/header.js +0 -131
- package/es/calendar/hooks/useCellClassName.d.ts +0 -19
- package/es/calendar/hooks/useCellClassName.js +0 -43
- package/es/calendar/month.d.ts +0 -83
- package/es/calendar/month.js +0 -149
- package/es/calendar/week.d.ts +0 -61
- package/es/calendar/week.js +0 -45
- package/es/calendar/year.d.ts +0 -69
- package/es/calendar/year.js +0 -101
- package/es/select/optgroup.js +0 -10
- package/es/select/optgroup.vue.d.ts +0 -13
- package/es/select/optgroup.vue_vue_type_script_lang.js +0 -23
- package/es/select/option.js +0 -51
- package/es/select/option.vue.d.ts +0 -299
- package/es/select/option.vue_vue_type_script_lang.js +0 -149
- package/es/tag/tag.vue_vue_type_script_lang.js +0 -264
package/es/calendar/index.d.ts
CHANGED
|
@@ -1,66 +1,253 @@
|
|
|
1
1
|
import type { App } from 'vue';
|
|
2
2
|
import type { SDOptions } from '../_utils/types';
|
|
3
|
-
import _Calendar from './
|
|
3
|
+
import _Calendar from './components/index.vue';
|
|
4
4
|
declare const Calendar: {
|
|
5
5
|
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
|
|
6
|
-
|
|
7
|
-
type:
|
|
6
|
+
allDayEvents: {
|
|
7
|
+
type: BooleanConstructor;
|
|
8
|
+
default: boolean;
|
|
9
|
+
};
|
|
10
|
+
stackEvents: {
|
|
11
|
+
type: BooleanConstructor;
|
|
12
|
+
default: boolean;
|
|
13
|
+
};
|
|
14
|
+
businessHours: {
|
|
15
|
+
type: ObjectConstructor;
|
|
16
|
+
default: () => {};
|
|
17
|
+
};
|
|
18
|
+
clickToNavigate: {
|
|
19
|
+
type: BooleanConstructor;
|
|
8
20
|
default: undefined;
|
|
9
21
|
};
|
|
10
|
-
|
|
11
|
-
type:
|
|
22
|
+
currentTimeLabel: {
|
|
23
|
+
type: BooleanConstructor;
|
|
24
|
+
default: boolean;
|
|
25
|
+
};
|
|
26
|
+
datePicker: {
|
|
27
|
+
type: BooleanConstructor;
|
|
28
|
+
default: boolean;
|
|
29
|
+
};
|
|
30
|
+
disableDays: {
|
|
31
|
+
type: ArrayConstructor;
|
|
32
|
+
default: () => never[];
|
|
33
|
+
};
|
|
34
|
+
editableEvents: {
|
|
35
|
+
type: (ObjectConstructor | BooleanConstructor)[];
|
|
36
|
+
default: boolean;
|
|
37
|
+
};
|
|
38
|
+
eventCreateMinDrag: {
|
|
39
|
+
type: NumberConstructor;
|
|
40
|
+
default: number;
|
|
41
|
+
};
|
|
42
|
+
events: {
|
|
43
|
+
type: ArrayConstructor;
|
|
44
|
+
default: () => never[];
|
|
45
|
+
};
|
|
46
|
+
eventCount: {
|
|
47
|
+
type: (ArrayConstructor | BooleanConstructor)[];
|
|
48
|
+
default: boolean;
|
|
49
|
+
};
|
|
50
|
+
eventsOnMonthView: {
|
|
51
|
+
type: BooleanConstructor;
|
|
52
|
+
default: boolean;
|
|
53
|
+
};
|
|
54
|
+
hideWeekdays: {
|
|
55
|
+
type: ArrayConstructor;
|
|
56
|
+
default: () => never[];
|
|
57
|
+
};
|
|
58
|
+
hideWeekends: {
|
|
59
|
+
type: BooleanConstructor;
|
|
60
|
+
default: boolean;
|
|
61
|
+
};
|
|
62
|
+
horizontal: {
|
|
63
|
+
type: BooleanConstructor;
|
|
64
|
+
default: boolean;
|
|
65
|
+
};
|
|
66
|
+
locale: {
|
|
67
|
+
type: StringConstructor;
|
|
68
|
+
default: string;
|
|
69
|
+
};
|
|
70
|
+
maxDate: {
|
|
71
|
+
type: (StringConstructor | DateConstructor)[];
|
|
72
|
+
default: string;
|
|
73
|
+
};
|
|
74
|
+
minDate: {
|
|
75
|
+
type: (StringConstructor | DateConstructor)[];
|
|
76
|
+
default: string;
|
|
12
77
|
};
|
|
13
|
-
|
|
14
|
-
type:
|
|
78
|
+
multidayEvents: {
|
|
79
|
+
type: BooleanConstructor;
|
|
80
|
+
default: boolean;
|
|
15
81
|
};
|
|
16
|
-
|
|
17
|
-
type:
|
|
82
|
+
selectedDate: {
|
|
83
|
+
type: (StringConstructor | DateConstructor)[];
|
|
18
84
|
default: string;
|
|
19
85
|
};
|
|
20
|
-
|
|
21
|
-
type:
|
|
22
|
-
default:
|
|
86
|
+
sm: {
|
|
87
|
+
type: BooleanConstructor;
|
|
88
|
+
default: boolean;
|
|
89
|
+
};
|
|
90
|
+
specialHours: {
|
|
91
|
+
type: ObjectConstructor;
|
|
92
|
+
default: () => {};
|
|
93
|
+
};
|
|
94
|
+
schedules: {
|
|
95
|
+
type: ArrayConstructor;
|
|
96
|
+
default: () => never[];
|
|
97
|
+
};
|
|
98
|
+
snapToInterval: {
|
|
99
|
+
type: NumberConstructor;
|
|
100
|
+
default: number;
|
|
101
|
+
};
|
|
102
|
+
startWeekOnSunday: {
|
|
103
|
+
type: BooleanConstructor;
|
|
104
|
+
default: boolean;
|
|
105
|
+
};
|
|
106
|
+
theme: {
|
|
107
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
108
|
+
default: string;
|
|
23
109
|
};
|
|
24
|
-
|
|
110
|
+
time: {
|
|
25
111
|
type: BooleanConstructor;
|
|
26
112
|
default: boolean;
|
|
27
113
|
};
|
|
28
|
-
|
|
114
|
+
timeAtCursor: {
|
|
29
115
|
type: BooleanConstructor;
|
|
30
116
|
default: boolean;
|
|
31
117
|
};
|
|
32
|
-
|
|
118
|
+
timeCellHeight: {
|
|
119
|
+
type: NumberConstructor;
|
|
120
|
+
default: number;
|
|
121
|
+
};
|
|
122
|
+
timeFormat: {
|
|
123
|
+
type: StringConstructor;
|
|
124
|
+
default: string;
|
|
125
|
+
};
|
|
126
|
+
timeFrom: {
|
|
127
|
+
type: NumberConstructor;
|
|
128
|
+
default: number;
|
|
129
|
+
};
|
|
130
|
+
timeStep: {
|
|
33
131
|
type: NumberConstructor;
|
|
132
|
+
default: number;
|
|
133
|
+
};
|
|
134
|
+
timeTo: {
|
|
135
|
+
type: NumberConstructor;
|
|
136
|
+
default: number;
|
|
34
137
|
};
|
|
35
|
-
|
|
138
|
+
titleBar: {
|
|
36
139
|
type: BooleanConstructor;
|
|
37
140
|
default: boolean;
|
|
38
141
|
};
|
|
39
|
-
|
|
40
|
-
type:
|
|
142
|
+
todayButton: {
|
|
143
|
+
type: BooleanConstructor;
|
|
144
|
+
default: boolean;
|
|
145
|
+
};
|
|
146
|
+
twelveHour: {
|
|
147
|
+
type: BooleanConstructor;
|
|
148
|
+
default: boolean;
|
|
149
|
+
};
|
|
150
|
+
view: {
|
|
151
|
+
type: StringConstructor;
|
|
152
|
+
default: string;
|
|
153
|
+
};
|
|
154
|
+
viewDate: {
|
|
155
|
+
type: (StringConstructor | DateConstructor)[];
|
|
156
|
+
default: string;
|
|
157
|
+
};
|
|
158
|
+
viewDayOffset: {
|
|
159
|
+
type: NumberConstructor;
|
|
41
160
|
default: number;
|
|
42
161
|
};
|
|
43
|
-
|
|
162
|
+
views: {
|
|
163
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
164
|
+
};
|
|
165
|
+
viewsBar: {
|
|
166
|
+
type: BooleanConstructor;
|
|
167
|
+
default: boolean;
|
|
168
|
+
};
|
|
169
|
+
watchRealTime: {
|
|
170
|
+
type: BooleanConstructor;
|
|
171
|
+
default: boolean;
|
|
172
|
+
};
|
|
173
|
+
weekNumbers: {
|
|
174
|
+
type: BooleanConstructor;
|
|
175
|
+
default: boolean;
|
|
176
|
+
};
|
|
177
|
+
xs: {
|
|
44
178
|
type: BooleanConstructor;
|
|
45
179
|
default: boolean;
|
|
46
180
|
};
|
|
47
181
|
}>> & Readonly<{
|
|
48
|
-
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
182
|
+
"onEvent-drag-start"?: ((...args: any[]) => any) | undefined;
|
|
183
|
+
"onEvent-drag-end"?: ((...args: any[]) => any) | undefined;
|
|
184
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
185
|
+
"onView-change"?: ((...args: any[]) => any) | undefined;
|
|
186
|
+
"onUpdate:view"?: ((...args: any[]) => any) | undefined;
|
|
187
|
+
"onUpdate:selectedDate"?: ((...args: any[]) => any) | undefined;
|
|
188
|
+
"onUpdate:viewDate"?: ((...args: any[]) => any) | undefined;
|
|
189
|
+
"onUpdate:events"?: ((...args: any[]) => any) | undefined;
|
|
190
|
+
"onEvent-delete"?: ((...args: any[]) => any) | undefined;
|
|
191
|
+
"onEvent-created"?: ((...args: any[]) => any) | undefined;
|
|
192
|
+
"onEvent-dropped"?: ((...args: any[]) => any) | undefined;
|
|
193
|
+
}>, {
|
|
194
|
+
view: Record<string, any>;
|
|
195
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
196
|
+
"event-drag-start": (...args: any[]) => void;
|
|
197
|
+
"event-drag-end": (...args: any[]) => void;
|
|
198
|
+
ready: (...args: any[]) => void;
|
|
199
|
+
"view-change": (...args: any[]) => void;
|
|
200
|
+
"update:view": (...args: any[]) => void;
|
|
201
|
+
"update:selectedDate": (...args: any[]) => void;
|
|
202
|
+
"update:viewDate": (...args: any[]) => void;
|
|
203
|
+
"update:events": (...args: any[]) => void;
|
|
204
|
+
"event-delete": (...args: any[]) => void;
|
|
205
|
+
"event-created": (...args: any[]) => void;
|
|
206
|
+
"event-dropped": (...args: any[]) => void;
|
|
55
207
|
}, import("vue").PublicProps, {
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
208
|
+
events: unknown[];
|
|
209
|
+
horizontal: boolean;
|
|
210
|
+
time: boolean;
|
|
211
|
+
view: string;
|
|
212
|
+
locale: string;
|
|
213
|
+
sm: boolean;
|
|
214
|
+
xs: boolean;
|
|
215
|
+
theme: string | boolean;
|
|
216
|
+
datePicker: boolean;
|
|
217
|
+
editableEvents: boolean | Record<string, any>;
|
|
218
|
+
timeFrom: number;
|
|
219
|
+
timeTo: number;
|
|
220
|
+
specialHours: Record<string, any>;
|
|
221
|
+
selectedDate: string | Date;
|
|
222
|
+
schedules: unknown[];
|
|
223
|
+
allDayEvents: boolean;
|
|
224
|
+
eventCreateMinDrag: number;
|
|
225
|
+
timeAtCursor: boolean;
|
|
226
|
+
timeCellHeight: number;
|
|
227
|
+
timeStep: number;
|
|
228
|
+
twelveHour: boolean;
|
|
229
|
+
clickToNavigate: boolean;
|
|
230
|
+
stackEvents: boolean;
|
|
231
|
+
businessHours: Record<string, any>;
|
|
232
|
+
currentTimeLabel: boolean;
|
|
233
|
+
disableDays: unknown[];
|
|
234
|
+
eventCount: boolean | unknown[];
|
|
235
|
+
eventsOnMonthView: boolean;
|
|
236
|
+
hideWeekdays: unknown[];
|
|
237
|
+
hideWeekends: boolean;
|
|
238
|
+
maxDate: string | Date;
|
|
239
|
+
minDate: string | Date;
|
|
240
|
+
multidayEvents: boolean;
|
|
241
|
+
snapToInterval: number;
|
|
242
|
+
startWeekOnSunday: boolean;
|
|
243
|
+
timeFormat: string;
|
|
244
|
+
titleBar: boolean;
|
|
245
|
+
todayButton: boolean;
|
|
246
|
+
viewDate: string | Date;
|
|
247
|
+
viewDayOffset: number;
|
|
248
|
+
viewsBar: boolean;
|
|
249
|
+
watchRealTime: boolean;
|
|
250
|
+
weekNumbers: boolean;
|
|
64
251
|
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
|
|
65
252
|
P: {};
|
|
66
253
|
B: {};
|
|
@@ -69,124 +256,675 @@ declare const Calendar: {
|
|
|
69
256
|
M: {};
|
|
70
257
|
Defaults: {};
|
|
71
258
|
}, Readonly<import("vue").ExtractPropTypes<{
|
|
72
|
-
|
|
73
|
-
type:
|
|
259
|
+
allDayEvents: {
|
|
260
|
+
type: BooleanConstructor;
|
|
261
|
+
default: boolean;
|
|
262
|
+
};
|
|
263
|
+
stackEvents: {
|
|
264
|
+
type: BooleanConstructor;
|
|
265
|
+
default: boolean;
|
|
266
|
+
};
|
|
267
|
+
businessHours: {
|
|
268
|
+
type: ObjectConstructor;
|
|
269
|
+
default: () => {};
|
|
270
|
+
};
|
|
271
|
+
clickToNavigate: {
|
|
272
|
+
type: BooleanConstructor;
|
|
74
273
|
default: undefined;
|
|
75
274
|
};
|
|
76
|
-
|
|
77
|
-
type:
|
|
275
|
+
currentTimeLabel: {
|
|
276
|
+
type: BooleanConstructor;
|
|
277
|
+
default: boolean;
|
|
278
|
+
};
|
|
279
|
+
datePicker: {
|
|
280
|
+
type: BooleanConstructor;
|
|
281
|
+
default: boolean;
|
|
282
|
+
};
|
|
283
|
+
disableDays: {
|
|
284
|
+
type: ArrayConstructor;
|
|
285
|
+
default: () => never[];
|
|
286
|
+
};
|
|
287
|
+
editableEvents: {
|
|
288
|
+
type: (ObjectConstructor | BooleanConstructor)[];
|
|
289
|
+
default: boolean;
|
|
290
|
+
};
|
|
291
|
+
eventCreateMinDrag: {
|
|
292
|
+
type: NumberConstructor;
|
|
293
|
+
default: number;
|
|
294
|
+
};
|
|
295
|
+
events: {
|
|
296
|
+
type: ArrayConstructor;
|
|
297
|
+
default: () => never[];
|
|
298
|
+
};
|
|
299
|
+
eventCount: {
|
|
300
|
+
type: (ArrayConstructor | BooleanConstructor)[];
|
|
301
|
+
default: boolean;
|
|
302
|
+
};
|
|
303
|
+
eventsOnMonthView: {
|
|
304
|
+
type: BooleanConstructor;
|
|
305
|
+
default: boolean;
|
|
306
|
+
};
|
|
307
|
+
hideWeekdays: {
|
|
308
|
+
type: ArrayConstructor;
|
|
309
|
+
default: () => never[];
|
|
310
|
+
};
|
|
311
|
+
hideWeekends: {
|
|
312
|
+
type: BooleanConstructor;
|
|
313
|
+
default: boolean;
|
|
314
|
+
};
|
|
315
|
+
horizontal: {
|
|
316
|
+
type: BooleanConstructor;
|
|
317
|
+
default: boolean;
|
|
318
|
+
};
|
|
319
|
+
locale: {
|
|
320
|
+
type: StringConstructor;
|
|
321
|
+
default: string;
|
|
322
|
+
};
|
|
323
|
+
maxDate: {
|
|
324
|
+
type: (StringConstructor | DateConstructor)[];
|
|
325
|
+
default: string;
|
|
326
|
+
};
|
|
327
|
+
minDate: {
|
|
328
|
+
type: (StringConstructor | DateConstructor)[];
|
|
329
|
+
default: string;
|
|
78
330
|
};
|
|
79
|
-
|
|
80
|
-
type:
|
|
331
|
+
multidayEvents: {
|
|
332
|
+
type: BooleanConstructor;
|
|
333
|
+
default: boolean;
|
|
81
334
|
};
|
|
82
|
-
|
|
83
|
-
type:
|
|
335
|
+
selectedDate: {
|
|
336
|
+
type: (StringConstructor | DateConstructor)[];
|
|
84
337
|
default: string;
|
|
85
338
|
};
|
|
86
|
-
|
|
87
|
-
type:
|
|
88
|
-
default:
|
|
339
|
+
sm: {
|
|
340
|
+
type: BooleanConstructor;
|
|
341
|
+
default: boolean;
|
|
342
|
+
};
|
|
343
|
+
specialHours: {
|
|
344
|
+
type: ObjectConstructor;
|
|
345
|
+
default: () => {};
|
|
89
346
|
};
|
|
90
|
-
|
|
347
|
+
schedules: {
|
|
348
|
+
type: ArrayConstructor;
|
|
349
|
+
default: () => never[];
|
|
350
|
+
};
|
|
351
|
+
snapToInterval: {
|
|
352
|
+
type: NumberConstructor;
|
|
353
|
+
default: number;
|
|
354
|
+
};
|
|
355
|
+
startWeekOnSunday: {
|
|
356
|
+
type: BooleanConstructor;
|
|
357
|
+
default: boolean;
|
|
358
|
+
};
|
|
359
|
+
theme: {
|
|
360
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
361
|
+
default: string;
|
|
362
|
+
};
|
|
363
|
+
time: {
|
|
91
364
|
type: BooleanConstructor;
|
|
92
365
|
default: boolean;
|
|
93
366
|
};
|
|
94
|
-
|
|
367
|
+
timeAtCursor: {
|
|
95
368
|
type: BooleanConstructor;
|
|
96
369
|
default: boolean;
|
|
97
370
|
};
|
|
98
|
-
|
|
371
|
+
timeCellHeight: {
|
|
372
|
+
type: NumberConstructor;
|
|
373
|
+
default: number;
|
|
374
|
+
};
|
|
375
|
+
timeFormat: {
|
|
376
|
+
type: StringConstructor;
|
|
377
|
+
default: string;
|
|
378
|
+
};
|
|
379
|
+
timeFrom: {
|
|
380
|
+
type: NumberConstructor;
|
|
381
|
+
default: number;
|
|
382
|
+
};
|
|
383
|
+
timeStep: {
|
|
384
|
+
type: NumberConstructor;
|
|
385
|
+
default: number;
|
|
386
|
+
};
|
|
387
|
+
timeTo: {
|
|
99
388
|
type: NumberConstructor;
|
|
389
|
+
default: number;
|
|
390
|
+
};
|
|
391
|
+
titleBar: {
|
|
392
|
+
type: BooleanConstructor;
|
|
393
|
+
default: boolean;
|
|
100
394
|
};
|
|
101
|
-
|
|
395
|
+
todayButton: {
|
|
102
396
|
type: BooleanConstructor;
|
|
103
397
|
default: boolean;
|
|
104
398
|
};
|
|
105
|
-
|
|
106
|
-
type:
|
|
399
|
+
twelveHour: {
|
|
400
|
+
type: BooleanConstructor;
|
|
401
|
+
default: boolean;
|
|
402
|
+
};
|
|
403
|
+
view: {
|
|
404
|
+
type: StringConstructor;
|
|
405
|
+
default: string;
|
|
406
|
+
};
|
|
407
|
+
viewDate: {
|
|
408
|
+
type: (StringConstructor | DateConstructor)[];
|
|
409
|
+
default: string;
|
|
410
|
+
};
|
|
411
|
+
viewDayOffset: {
|
|
412
|
+
type: NumberConstructor;
|
|
107
413
|
default: number;
|
|
108
414
|
};
|
|
109
|
-
|
|
415
|
+
views: {
|
|
416
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
417
|
+
};
|
|
418
|
+
viewsBar: {
|
|
419
|
+
type: BooleanConstructor;
|
|
420
|
+
default: boolean;
|
|
421
|
+
};
|
|
422
|
+
watchRealTime: {
|
|
423
|
+
type: BooleanConstructor;
|
|
424
|
+
default: boolean;
|
|
425
|
+
};
|
|
426
|
+
weekNumbers: {
|
|
427
|
+
type: BooleanConstructor;
|
|
428
|
+
default: boolean;
|
|
429
|
+
};
|
|
430
|
+
xs: {
|
|
110
431
|
type: BooleanConstructor;
|
|
111
432
|
default: boolean;
|
|
112
433
|
};
|
|
113
434
|
}>> & Readonly<{
|
|
114
|
-
|
|
115
|
-
"
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
435
|
+
"onEvent-drag-start"?: ((...args: any[]) => any) | undefined;
|
|
436
|
+
"onEvent-drag-end"?: ((...args: any[]) => any) | undefined;
|
|
437
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
438
|
+
"onView-change"?: ((...args: any[]) => any) | undefined;
|
|
439
|
+
"onUpdate:view"?: ((...args: any[]) => any) | undefined;
|
|
440
|
+
"onUpdate:selectedDate"?: ((...args: any[]) => any) | undefined;
|
|
441
|
+
"onUpdate:viewDate"?: ((...args: any[]) => any) | undefined;
|
|
442
|
+
"onUpdate:events"?: ((...args: any[]) => any) | undefined;
|
|
443
|
+
"onEvent-delete"?: ((...args: any[]) => any) | undefined;
|
|
444
|
+
"onEvent-created"?: ((...args: any[]) => any) | undefined;
|
|
445
|
+
"onEvent-dropped"?: ((...args: any[]) => any) | undefined;
|
|
446
|
+
}>, {
|
|
447
|
+
view: Record<string, any>;
|
|
448
|
+
}, {}, {}, {}, {
|
|
449
|
+
events: unknown[];
|
|
450
|
+
horizontal: boolean;
|
|
451
|
+
time: boolean;
|
|
452
|
+
view: string;
|
|
453
|
+
locale: string;
|
|
454
|
+
sm: boolean;
|
|
455
|
+
xs: boolean;
|
|
456
|
+
theme: string | boolean;
|
|
457
|
+
datePicker: boolean;
|
|
458
|
+
editableEvents: boolean | Record<string, any>;
|
|
459
|
+
timeFrom: number;
|
|
460
|
+
timeTo: number;
|
|
461
|
+
specialHours: Record<string, any>;
|
|
462
|
+
selectedDate: string | Date;
|
|
463
|
+
schedules: unknown[];
|
|
464
|
+
allDayEvents: boolean;
|
|
465
|
+
eventCreateMinDrag: number;
|
|
466
|
+
timeAtCursor: boolean;
|
|
467
|
+
timeCellHeight: number;
|
|
468
|
+
timeStep: number;
|
|
469
|
+
twelveHour: boolean;
|
|
470
|
+
clickToNavigate: boolean;
|
|
471
|
+
stackEvents: boolean;
|
|
472
|
+
businessHours: Record<string, any>;
|
|
473
|
+
currentTimeLabel: boolean;
|
|
474
|
+
disableDays: unknown[];
|
|
475
|
+
eventCount: boolean | unknown[];
|
|
476
|
+
eventsOnMonthView: boolean;
|
|
477
|
+
hideWeekdays: unknown[];
|
|
478
|
+
hideWeekends: boolean;
|
|
479
|
+
maxDate: string | Date;
|
|
480
|
+
minDate: string | Date;
|
|
481
|
+
multidayEvents: boolean;
|
|
482
|
+
snapToInterval: number;
|
|
483
|
+
startWeekOnSunday: boolean;
|
|
484
|
+
timeFormat: string;
|
|
485
|
+
titleBar: boolean;
|
|
486
|
+
todayButton: boolean;
|
|
487
|
+
viewDate: string | Date;
|
|
488
|
+
viewDayOffset: number;
|
|
489
|
+
viewsBar: boolean;
|
|
490
|
+
watchRealTime: boolean;
|
|
491
|
+
weekNumbers: boolean;
|
|
126
492
|
}>;
|
|
127
493
|
__isFragment?: never;
|
|
128
494
|
__isTeleport?: never;
|
|
129
495
|
__isSuspense?: never;
|
|
130
496
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
131
|
-
|
|
132
|
-
type:
|
|
497
|
+
allDayEvents: {
|
|
498
|
+
type: BooleanConstructor;
|
|
499
|
+
default: boolean;
|
|
500
|
+
};
|
|
501
|
+
stackEvents: {
|
|
502
|
+
type: BooleanConstructor;
|
|
503
|
+
default: boolean;
|
|
504
|
+
};
|
|
505
|
+
businessHours: {
|
|
506
|
+
type: ObjectConstructor;
|
|
507
|
+
default: () => {};
|
|
508
|
+
};
|
|
509
|
+
clickToNavigate: {
|
|
510
|
+
type: BooleanConstructor;
|
|
133
511
|
default: undefined;
|
|
134
512
|
};
|
|
135
|
-
|
|
136
|
-
type:
|
|
513
|
+
currentTimeLabel: {
|
|
514
|
+
type: BooleanConstructor;
|
|
515
|
+
default: boolean;
|
|
516
|
+
};
|
|
517
|
+
datePicker: {
|
|
518
|
+
type: BooleanConstructor;
|
|
519
|
+
default: boolean;
|
|
520
|
+
};
|
|
521
|
+
disableDays: {
|
|
522
|
+
type: ArrayConstructor;
|
|
523
|
+
default: () => never[];
|
|
524
|
+
};
|
|
525
|
+
editableEvents: {
|
|
526
|
+
type: (ObjectConstructor | BooleanConstructor)[];
|
|
527
|
+
default: boolean;
|
|
528
|
+
};
|
|
529
|
+
eventCreateMinDrag: {
|
|
530
|
+
type: NumberConstructor;
|
|
531
|
+
default: number;
|
|
532
|
+
};
|
|
533
|
+
events: {
|
|
534
|
+
type: ArrayConstructor;
|
|
535
|
+
default: () => never[];
|
|
536
|
+
};
|
|
537
|
+
eventCount: {
|
|
538
|
+
type: (ArrayConstructor | BooleanConstructor)[];
|
|
539
|
+
default: boolean;
|
|
540
|
+
};
|
|
541
|
+
eventsOnMonthView: {
|
|
542
|
+
type: BooleanConstructor;
|
|
543
|
+
default: boolean;
|
|
544
|
+
};
|
|
545
|
+
hideWeekdays: {
|
|
546
|
+
type: ArrayConstructor;
|
|
547
|
+
default: () => never[];
|
|
548
|
+
};
|
|
549
|
+
hideWeekends: {
|
|
550
|
+
type: BooleanConstructor;
|
|
551
|
+
default: boolean;
|
|
552
|
+
};
|
|
553
|
+
horizontal: {
|
|
554
|
+
type: BooleanConstructor;
|
|
555
|
+
default: boolean;
|
|
556
|
+
};
|
|
557
|
+
locale: {
|
|
558
|
+
type: StringConstructor;
|
|
559
|
+
default: string;
|
|
560
|
+
};
|
|
561
|
+
maxDate: {
|
|
562
|
+
type: (StringConstructor | DateConstructor)[];
|
|
563
|
+
default: string;
|
|
564
|
+
};
|
|
565
|
+
minDate: {
|
|
566
|
+
type: (StringConstructor | DateConstructor)[];
|
|
567
|
+
default: string;
|
|
137
568
|
};
|
|
138
|
-
|
|
139
|
-
type:
|
|
569
|
+
multidayEvents: {
|
|
570
|
+
type: BooleanConstructor;
|
|
571
|
+
default: boolean;
|
|
140
572
|
};
|
|
141
|
-
|
|
142
|
-
type:
|
|
573
|
+
selectedDate: {
|
|
574
|
+
type: (StringConstructor | DateConstructor)[];
|
|
143
575
|
default: string;
|
|
144
576
|
};
|
|
145
|
-
|
|
146
|
-
type:
|
|
147
|
-
default:
|
|
577
|
+
sm: {
|
|
578
|
+
type: BooleanConstructor;
|
|
579
|
+
default: boolean;
|
|
580
|
+
};
|
|
581
|
+
specialHours: {
|
|
582
|
+
type: ObjectConstructor;
|
|
583
|
+
default: () => {};
|
|
584
|
+
};
|
|
585
|
+
schedules: {
|
|
586
|
+
type: ArrayConstructor;
|
|
587
|
+
default: () => never[];
|
|
588
|
+
};
|
|
589
|
+
snapToInterval: {
|
|
590
|
+
type: NumberConstructor;
|
|
591
|
+
default: number;
|
|
592
|
+
};
|
|
593
|
+
startWeekOnSunday: {
|
|
594
|
+
type: BooleanConstructor;
|
|
595
|
+
default: boolean;
|
|
596
|
+
};
|
|
597
|
+
theme: {
|
|
598
|
+
type: (StringConstructor | BooleanConstructor)[];
|
|
599
|
+
default: string;
|
|
148
600
|
};
|
|
149
|
-
|
|
601
|
+
time: {
|
|
150
602
|
type: BooleanConstructor;
|
|
151
603
|
default: boolean;
|
|
152
604
|
};
|
|
153
|
-
|
|
605
|
+
timeAtCursor: {
|
|
154
606
|
type: BooleanConstructor;
|
|
155
607
|
default: boolean;
|
|
156
608
|
};
|
|
157
|
-
|
|
609
|
+
timeCellHeight: {
|
|
610
|
+
type: NumberConstructor;
|
|
611
|
+
default: number;
|
|
612
|
+
};
|
|
613
|
+
timeFormat: {
|
|
614
|
+
type: StringConstructor;
|
|
615
|
+
default: string;
|
|
616
|
+
};
|
|
617
|
+
timeFrom: {
|
|
618
|
+
type: NumberConstructor;
|
|
619
|
+
default: number;
|
|
620
|
+
};
|
|
621
|
+
timeStep: {
|
|
622
|
+
type: NumberConstructor;
|
|
623
|
+
default: number;
|
|
624
|
+
};
|
|
625
|
+
timeTo: {
|
|
158
626
|
type: NumberConstructor;
|
|
627
|
+
default: number;
|
|
628
|
+
};
|
|
629
|
+
titleBar: {
|
|
630
|
+
type: BooleanConstructor;
|
|
631
|
+
default: boolean;
|
|
632
|
+
};
|
|
633
|
+
todayButton: {
|
|
634
|
+
type: BooleanConstructor;
|
|
635
|
+
default: boolean;
|
|
159
636
|
};
|
|
160
|
-
|
|
637
|
+
twelveHour: {
|
|
161
638
|
type: BooleanConstructor;
|
|
162
639
|
default: boolean;
|
|
163
640
|
};
|
|
164
|
-
|
|
165
|
-
type:
|
|
641
|
+
view: {
|
|
642
|
+
type: StringConstructor;
|
|
643
|
+
default: string;
|
|
644
|
+
};
|
|
645
|
+
viewDate: {
|
|
646
|
+
type: (StringConstructor | DateConstructor)[];
|
|
647
|
+
default: string;
|
|
648
|
+
};
|
|
649
|
+
viewDayOffset: {
|
|
650
|
+
type: NumberConstructor;
|
|
166
651
|
default: number;
|
|
167
652
|
};
|
|
168
|
-
|
|
653
|
+
views: {
|
|
654
|
+
type: (ObjectConstructor | ArrayConstructor)[];
|
|
655
|
+
};
|
|
656
|
+
viewsBar: {
|
|
657
|
+
type: BooleanConstructor;
|
|
658
|
+
default: boolean;
|
|
659
|
+
};
|
|
660
|
+
watchRealTime: {
|
|
661
|
+
type: BooleanConstructor;
|
|
662
|
+
default: boolean;
|
|
663
|
+
};
|
|
664
|
+
weekNumbers: {
|
|
665
|
+
type: BooleanConstructor;
|
|
666
|
+
default: boolean;
|
|
667
|
+
};
|
|
668
|
+
xs: {
|
|
169
669
|
type: BooleanConstructor;
|
|
170
670
|
default: boolean;
|
|
171
671
|
};
|
|
172
672
|
}>> & Readonly<{
|
|
173
|
-
|
|
174
|
-
"
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
673
|
+
"onEvent-drag-start"?: ((...args: any[]) => any) | undefined;
|
|
674
|
+
"onEvent-drag-end"?: ((...args: any[]) => any) | undefined;
|
|
675
|
+
onReady?: ((...args: any[]) => any) | undefined;
|
|
676
|
+
"onView-change"?: ((...args: any[]) => any) | undefined;
|
|
677
|
+
"onUpdate:view"?: ((...args: any[]) => any) | undefined;
|
|
678
|
+
"onUpdate:selectedDate"?: ((...args: any[]) => any) | undefined;
|
|
679
|
+
"onUpdate:viewDate"?: ((...args: any[]) => any) | undefined;
|
|
680
|
+
"onUpdate:events"?: ((...args: any[]) => any) | undefined;
|
|
681
|
+
"onEvent-delete"?: ((...args: any[]) => any) | undefined;
|
|
682
|
+
"onEvent-created"?: ((...args: any[]) => any) | undefined;
|
|
683
|
+
"onEvent-dropped"?: ((...args: any[]) => any) | undefined;
|
|
684
|
+
}>, {
|
|
685
|
+
view: Record<string, any>;
|
|
686
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
687
|
+
"event-drag-start": (...args: any[]) => void;
|
|
688
|
+
"event-drag-end": (...args: any[]) => void;
|
|
689
|
+
ready: (...args: any[]) => void;
|
|
690
|
+
"view-change": (...args: any[]) => void;
|
|
691
|
+
"update:view": (...args: any[]) => void;
|
|
692
|
+
"update:selectedDate": (...args: any[]) => void;
|
|
693
|
+
"update:viewDate": (...args: any[]) => void;
|
|
694
|
+
"update:events": (...args: any[]) => void;
|
|
695
|
+
"event-delete": (...args: any[]) => void;
|
|
696
|
+
"event-created": (...args: any[]) => void;
|
|
697
|
+
"event-dropped": (...args: any[]) => void;
|
|
180
698
|
}, string, {
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
699
|
+
events: unknown[];
|
|
700
|
+
horizontal: boolean;
|
|
701
|
+
time: boolean;
|
|
702
|
+
view: string;
|
|
703
|
+
locale: string;
|
|
704
|
+
sm: boolean;
|
|
705
|
+
xs: boolean;
|
|
706
|
+
theme: string | boolean;
|
|
707
|
+
datePicker: boolean;
|
|
708
|
+
editableEvents: boolean | Record<string, any>;
|
|
709
|
+
timeFrom: number;
|
|
710
|
+
timeTo: number;
|
|
711
|
+
specialHours: Record<string, any>;
|
|
712
|
+
selectedDate: string | Date;
|
|
713
|
+
schedules: unknown[];
|
|
714
|
+
allDayEvents: boolean;
|
|
715
|
+
eventCreateMinDrag: number;
|
|
716
|
+
timeAtCursor: boolean;
|
|
717
|
+
timeCellHeight: number;
|
|
718
|
+
timeStep: number;
|
|
719
|
+
twelveHour: boolean;
|
|
720
|
+
clickToNavigate: boolean;
|
|
721
|
+
stackEvents: boolean;
|
|
722
|
+
businessHours: Record<string, any>;
|
|
723
|
+
currentTimeLabel: boolean;
|
|
724
|
+
disableDays: unknown[];
|
|
725
|
+
eventCount: boolean | unknown[];
|
|
726
|
+
eventsOnMonthView: boolean;
|
|
727
|
+
hideWeekdays: unknown[];
|
|
728
|
+
hideWeekends: boolean;
|
|
729
|
+
maxDate: string | Date;
|
|
730
|
+
minDate: string | Date;
|
|
731
|
+
multidayEvents: boolean;
|
|
732
|
+
snapToInterval: number;
|
|
733
|
+
startWeekOnSunday: boolean;
|
|
734
|
+
timeFormat: string;
|
|
735
|
+
titleBar: boolean;
|
|
736
|
+
todayButton: boolean;
|
|
737
|
+
viewDate: string | Date;
|
|
738
|
+
viewDayOffset: number;
|
|
739
|
+
viewsBar: boolean;
|
|
740
|
+
watchRealTime: boolean;
|
|
741
|
+
weekNumbers: boolean;
|
|
742
|
+
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => {
|
|
743
|
+
$slots: {
|
|
744
|
+
[x: `event.${any}`]: ((props: {
|
|
745
|
+
event: Record<string, any>;
|
|
746
|
+
}) => any) | undefined;
|
|
747
|
+
} & {
|
|
748
|
+
diy?: (props: {
|
|
749
|
+
calendar: import("./context").CalendarState;
|
|
750
|
+
}) => any;
|
|
751
|
+
} & {
|
|
752
|
+
header?: (props: {
|
|
753
|
+
view: Record<string, any>;
|
|
754
|
+
availableViews: any;
|
|
755
|
+
calendar: import("./context").CalendarState;
|
|
756
|
+
}) => any;
|
|
757
|
+
} & {
|
|
758
|
+
'previous-button'?: (props: {}) => any;
|
|
759
|
+
} & {
|
|
760
|
+
'next-button'?: (props: {}) => any;
|
|
761
|
+
} & {
|
|
762
|
+
'today-button'?: (props: {
|
|
763
|
+
navigate: () => any;
|
|
764
|
+
active: any;
|
|
765
|
+
}) => any;
|
|
766
|
+
} & {
|
|
767
|
+
title?: (props: {
|
|
768
|
+
[x: string]: any;
|
|
769
|
+
}) => any;
|
|
770
|
+
} & {
|
|
771
|
+
'title.day'?: (props: {
|
|
772
|
+
[x: string]: any;
|
|
773
|
+
}) => any;
|
|
774
|
+
} & {
|
|
775
|
+
'title.days'?: (props: {
|
|
776
|
+
[x: string]: any;
|
|
777
|
+
}) => any;
|
|
778
|
+
} & {
|
|
779
|
+
'title.week'?: (props: {
|
|
780
|
+
[x: string]: any;
|
|
781
|
+
}) => any;
|
|
782
|
+
} & {
|
|
783
|
+
'title.month'?: (props: {
|
|
784
|
+
[x: string]: any;
|
|
785
|
+
}) => any;
|
|
786
|
+
} & {
|
|
787
|
+
'title.year'?: (props: {
|
|
788
|
+
[x: string]: any;
|
|
789
|
+
}) => any;
|
|
790
|
+
} & {
|
|
791
|
+
'title.years'?: (props: {
|
|
792
|
+
[x: string]: any;
|
|
793
|
+
}) => any;
|
|
794
|
+
} & {
|
|
795
|
+
'schedule-heading'?: (props: any) => any;
|
|
796
|
+
} & {
|
|
797
|
+
'time-cell'?: (props: {
|
|
798
|
+
index: number;
|
|
799
|
+
minutes: number;
|
|
800
|
+
hours: number;
|
|
801
|
+
minutesSum: any;
|
|
802
|
+
format12: string;
|
|
803
|
+
format24: string;
|
|
804
|
+
}) => any;
|
|
805
|
+
} & {
|
|
806
|
+
'current-time-label'?: (props: {
|
|
807
|
+
now: any;
|
|
808
|
+
timeFormatted: any;
|
|
809
|
+
}) => any;
|
|
810
|
+
} & {
|
|
811
|
+
'week-number'?: (props: {}) => any;
|
|
812
|
+
} & {
|
|
813
|
+
'weekday-heading'?: (props: {
|
|
814
|
+
label: any;
|
|
815
|
+
id: any;
|
|
816
|
+
date: any;
|
|
817
|
+
view: Record<string, any>;
|
|
818
|
+
}) => any;
|
|
819
|
+
} & {
|
|
820
|
+
'schedule-heading'?: (props: {
|
|
821
|
+
schedule: any;
|
|
822
|
+
view: Record<string, any>;
|
|
823
|
+
cell: {
|
|
824
|
+
start: any;
|
|
825
|
+
end: Date;
|
|
826
|
+
isToday: any;
|
|
827
|
+
goNarrower: () => any;
|
|
828
|
+
goBroader: () => any;
|
|
829
|
+
broader: any;
|
|
830
|
+
narrower: any;
|
|
831
|
+
};
|
|
832
|
+
}) => any;
|
|
833
|
+
} & {
|
|
834
|
+
'event.all-day'?: (props: {
|
|
835
|
+
event: Record<string, any>;
|
|
836
|
+
}) => any;
|
|
837
|
+
} & {
|
|
838
|
+
event?: (props: {
|
|
839
|
+
event: Record<string, any>;
|
|
840
|
+
}) => any;
|
|
841
|
+
} & {
|
|
842
|
+
cell?: (props: {
|
|
843
|
+
cell: {
|
|
844
|
+
goNarrower: () => any;
|
|
845
|
+
goBroader: () => any;
|
|
846
|
+
broader: any;
|
|
847
|
+
narrower: any;
|
|
848
|
+
schedule?: string | number | undefined;
|
|
849
|
+
start: Date;
|
|
850
|
+
end: Date;
|
|
851
|
+
events: import("vue").ComputedRef<any>;
|
|
852
|
+
today: any;
|
|
853
|
+
content: any;
|
|
854
|
+
};
|
|
855
|
+
}) => any;
|
|
856
|
+
} & {
|
|
857
|
+
'cell-date'?: (props: {
|
|
858
|
+
cell: {
|
|
859
|
+
goNarrower: () => any;
|
|
860
|
+
goBroader: () => any;
|
|
861
|
+
broader: any;
|
|
862
|
+
narrower: any;
|
|
863
|
+
schedule?: string | number | undefined;
|
|
864
|
+
start: Date;
|
|
865
|
+
end: Date;
|
|
866
|
+
events: import("vue").ComputedRef<any>;
|
|
867
|
+
today: any;
|
|
868
|
+
content: any;
|
|
869
|
+
};
|
|
870
|
+
view: Record<string, any>;
|
|
871
|
+
}) => any;
|
|
872
|
+
} & {
|
|
873
|
+
'cell-content'?: (props: {
|
|
874
|
+
cell: {
|
|
875
|
+
goNarrower: () => any;
|
|
876
|
+
goBroader: () => any;
|
|
877
|
+
broader: any;
|
|
878
|
+
narrower: any;
|
|
879
|
+
schedule?: string | number | undefined;
|
|
880
|
+
start: Date;
|
|
881
|
+
end: Date;
|
|
882
|
+
events: import("vue").ComputedRef<any>;
|
|
883
|
+
today: any;
|
|
884
|
+
content: any;
|
|
885
|
+
};
|
|
886
|
+
view: Record<string, any>;
|
|
887
|
+
}) => any;
|
|
888
|
+
} & {
|
|
889
|
+
'cell-events'?: (props: {
|
|
890
|
+
cell: {
|
|
891
|
+
goNarrower: () => any;
|
|
892
|
+
goBroader: () => any;
|
|
893
|
+
broader: any;
|
|
894
|
+
narrower: any;
|
|
895
|
+
schedule?: string | number | undefined;
|
|
896
|
+
start: Date;
|
|
897
|
+
end: Date;
|
|
898
|
+
events: import("vue").ComputedRef<any>;
|
|
899
|
+
today: any;
|
|
900
|
+
content: any;
|
|
901
|
+
};
|
|
902
|
+
view: Record<string, any>;
|
|
903
|
+
}) => any;
|
|
904
|
+
} & {
|
|
905
|
+
'event.all-day'?: (props: {
|
|
906
|
+
event: Record<string, any>;
|
|
907
|
+
}) => any;
|
|
908
|
+
} & {
|
|
909
|
+
event?: (props: {
|
|
910
|
+
event: Record<string, any>;
|
|
911
|
+
}) => any;
|
|
912
|
+
} & {
|
|
913
|
+
'event-count'?: (props: {
|
|
914
|
+
events: any;
|
|
915
|
+
}) => any;
|
|
916
|
+
} & {
|
|
917
|
+
'special-hours-label'?: (props: {
|
|
918
|
+
range: any;
|
|
919
|
+
schedule: any;
|
|
920
|
+
}) => any;
|
|
921
|
+
} & {
|
|
922
|
+
'now-line'?: (props: {
|
|
923
|
+
now: any;
|
|
924
|
+
timeFormatted: any;
|
|
925
|
+
}) => any;
|
|
926
|
+
};
|
|
927
|
+
}) & {
|
|
190
928
|
install: (app: App, options?: SDOptions) => void;
|
|
191
929
|
};
|
|
192
930
|
export type CalendarInstance = InstanceType<typeof _Calendar>;
|