@sdata/web-vue 1.19.0 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (683) hide show
  1. package/README.md +3 -7
  2. package/dist/sd.css +4083 -2512
  3. package/dist/sd.min.css +1 -1
  4. package/es/_components/feedback-icon.js +1 -1
  5. package/es/_components/icon-hover.js +1 -1
  6. package/es/_components/icon-hover.vue.d.ts +1 -1
  7. package/es/_components/input-label/input-label.d.ts +1 -1
  8. package/es/_components/input-label/style/index.css +27 -27
  9. package/es/_components/picker/input-range.js +1 -1
  10. package/es/_components/picker/input-range.vue.d.ts +2 -2
  11. package/es/_components/picker/input.js +1 -1
  12. package/es/_components/picker/input.vue.d.ts +2 -2
  13. package/es/_components/resize-trigger.js +1 -1
  14. package/es/_components/select-view/select-view.d.ts +3 -3
  15. package/es/_components/select-view/style/index.css +199 -199
  16. package/es/_components/transition/expand-transition.js +1 -1
  17. package/es/_components/virtual-list/virtual-list.js +1 -1
  18. package/es/_components/virtual-list/virtual-list.vue.d.ts +8 -5
  19. package/es/_components/virtual-list/virtual-list.vue_vue_type_script_lang.js +9 -16
  20. package/es/_hooks/use-form-item.d.ts +1 -1
  21. package/es/_hooks/use-scrollbar.d.ts +2 -3
  22. package/es/_hooks/use-scrollbar.js +4 -8
  23. package/es/_hooks/use-size.d.ts +1 -1
  24. package/es/_utils/color.d.ts +9 -0
  25. package/es/_utils/color.js +38 -2
  26. package/es/_utils/date.d.ts +1 -2
  27. package/es/_utils/date.js +74 -25
  28. package/es/_utils/global-config.d.ts +4 -0
  29. package/es/_utils/global-config.js +10 -2
  30. package/es/_utils/omit.js +1 -1
  31. package/es/_utils/responsive-observe.js +1 -1
  32. package/es/_utils/virtual-dropdown.js +1 -1
  33. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/asyncToGenerator.js +1 -1
  34. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/defineProperty.js +1 -1
  35. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/extends.js +1 -1
  36. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectDestructuringEmpty.js +1 -1
  37. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectSpread2.js +1 -1
  38. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutProperties.js +1 -1
  39. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/objectWithoutPropertiesLoose.js +1 -1
  40. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPrimitive.js +1 -1
  41. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/toPropertyKey.js +1 -1
  42. package/es/_virtual/{_@oxc-project_runtime@0.130.0/helpers → _@oxc-project_runtime@0.133.0/helpers/esm}/typeof.js +1 -1
  43. package/es/affix/affix.js +1 -1
  44. package/es/affix/affix.vue_vue_type_script_lang.js +1 -1
  45. package/es/alert/alert.js +1 -1
  46. package/es/alert/alert.vue.d.ts +1 -1
  47. package/es/alert/index.d.ts +2 -2
  48. package/es/alert/style/index.css +28 -28
  49. package/es/anchor/anchor-link.js +1 -1
  50. package/es/anchor/anchor.js +1 -1
  51. package/es/anchor/style/index.css +9 -9
  52. package/es/auto-complete/auto-complete.d.ts +3 -3
  53. package/es/auto-complete/auto-complete.js +23 -9
  54. package/es/auto-complete/index.d.ts +9 -9
  55. package/es/auto-complete/style/index.css +3 -3
  56. package/es/avatar/avatar.js +1 -1
  57. package/es/avatar/avatar.vue_vue_type_script_lang.js +1 -1
  58. package/es/avatar/style/index.css +15 -15
  59. package/es/back-top/back-top.js +1 -1
  60. package/es/back-top/style/index.css +4 -4
  61. package/es/badge/badge.d.ts +1 -1
  62. package/es/badge/badge.js +1 -1
  63. package/es/badge/index.d.ts +3 -3
  64. package/es/badge/style/index.css +25 -25
  65. package/es/breadcrumb/style/index.css +12 -12
  66. package/es/button/button-group.js +1 -1
  67. package/es/button/button.js +1 -1
  68. package/es/button/button.vue.d.ts +2 -2
  69. package/es/button/index.d.ts +6 -6
  70. package/es/button/style/index.css +37 -37
  71. package/es/calendar/components/body.js +5 -0
  72. package/es/calendar/components/body.vue.d.ts +100 -0
  73. package/es/calendar/components/body.vue_vue_type_script_setup_true_lang.js +158 -0
  74. package/es/calendar/components/cell.js +5 -0
  75. package/es/calendar/components/cell.vue.d.ts +220 -0
  76. package/es/calendar/components/cell.vue_vue_type_script_setup_true_lang.js +813 -0
  77. package/es/calendar/components/event.js +5 -0
  78. package/es/calendar/components/event.vue.d.ts +73 -0
  79. package/es/calendar/components/event.vue_vue_type_script_setup_true_lang.js +290 -0
  80. package/es/calendar/components/header.js +5 -0
  81. package/es/calendar/components/header.vue.d.ts +34 -0
  82. package/es/calendar/components/header.vue_vue_type_script_setup_true_lang.js +84 -0
  83. package/es/calendar/components/headings-bar.js +5 -0
  84. package/es/calendar/components/headings-bar.vue.d.ts +40 -0
  85. package/es/calendar/components/headings-bar.vue_vue_type_script_setup_true_lang.js +201 -0
  86. package/es/calendar/components/index.js +5 -0
  87. package/es/calendar/components/index.vue.d.ts +616 -0
  88. package/es/calendar/components/index.vue_vue_type_script_setup_true_lang.js +314 -0
  89. package/es/calendar/components/time-column.js +5 -0
  90. package/es/calendar/components/time-column.vue.d.ts +27 -0
  91. package/es/calendar/components/time-column.vue_vue_type_script_setup_true_lang.js +66 -0
  92. package/es/calendar/context.d.ts +16 -0
  93. package/es/calendar/context.js +5 -0
  94. package/es/calendar/core/config.d.ts +126 -0
  95. package/es/calendar/core/config.js +522 -0
  96. package/es/calendar/core/events.d.ts +1 -0
  97. package/es/calendar/core/events.js +921 -0
  98. package/es/calendar/core/i18n.d.ts +1 -0
  99. package/es/calendar/core/i18n.js +72 -0
  100. package/es/calendar/core/index.d.ts +112 -0
  101. package/es/calendar/core/index.js +66 -0
  102. package/es/calendar/core/props-definitions.d.ts +263 -0
  103. package/es/calendar/core/props-definitions.js +70 -0
  104. package/es/calendar/core/view.d.ts +60 -0
  105. package/es/calendar/core/view.js +761 -0
  106. package/es/calendar/default-theme.scss +1012 -0
  107. package/es/calendar/hooks/use-calendar-theme.d.ts +4 -0
  108. package/es/calendar/hooks/use-calendar-theme.js +32 -0
  109. package/es/calendar/index.d.ts +836 -98
  110. package/es/calendar/index.js +3 -3
  111. package/es/calendar/index.scss +331 -0
  112. package/es/calendar/modules/drag-and-drop.d.ts +8 -0
  113. package/es/calendar/modules/drag-and-drop.js +442 -0
  114. package/es/calendar/style/body.scss +51 -0
  115. package/es/calendar/style/cell.scss +153 -0
  116. package/es/calendar/style/css.js +0 -1
  117. package/es/calendar/style/event.scss +69 -0
  118. package/es/calendar/style/header.scss +104 -0
  119. package/es/calendar/style/headings-bar.scss +94 -0
  120. package/es/calendar/style/index.css +1514 -264
  121. package/es/calendar/style/index.d.ts +1 -3
  122. package/es/calendar/style/index.js +0 -1
  123. package/es/calendar/style/index.scss +9 -496
  124. package/es/calendar/style/time-column.scss +109 -0
  125. package/es/calendar/style/token.scss +64 -60
  126. package/es/calendar/utils/conversions.d.ts +3 -0
  127. package/es/calendar/utils/conversions.js +31 -0
  128. package/es/calendar/utils/date.d.ts +26 -0
  129. package/es/calendar/utils/date.js +253 -0
  130. package/es/calendar/utils/special-hours-allow-events.d.ts +28 -0
  131. package/es/calendar/utils/special-hours-allow-events.js +230 -0
  132. package/es/card/card-grid.js +1 -1
  133. package/es/card/style/index.css +16 -16
  134. package/es/carousel/carousel-arrow.js +1 -1
  135. package/es/carousel/carousel-indicator.js +1 -1
  136. package/es/carousel/carousel-indicator.vue.d.ts +1 -1
  137. package/es/carousel/carousel-item.js +1 -1
  138. package/es/carousel/carousel.js +1 -1
  139. package/es/carousel/style/index.css +11 -11
  140. package/es/cascader/cascader-option.d.ts +1 -1
  141. package/es/cascader/cascader-option.js +1 -1
  142. package/es/cascader/cascader-panel.vue.d.ts +1 -1
  143. package/es/cascader/cascader-panel.vue_vue_type_script_setup_true_lang.js +2 -2
  144. package/es/cascader/cascader.vue.d.ts +5 -5
  145. package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +5 -5
  146. package/es/cascader/style/index.css +36 -36
  147. package/es/checkbox/checkbox.d.ts +1 -1
  148. package/es/checkbox/index.d.ts +2 -2
  149. package/es/checkbox/style/index.css +18 -18
  150. package/es/collapse/collapse-item.d.ts +1 -1
  151. package/es/collapse/collapse.js +1 -1
  152. package/es/collapse/index.d.ts +1 -1
  153. package/es/collapse/style/index.css +15 -15
  154. package/es/color-picker/color-picker.d.ts +1 -1
  155. package/es/color-picker/color-picker.js +1 -1
  156. package/es/color-picker/index.d.ts +3 -3
  157. package/es/color-picker/palette.js +1 -1
  158. package/es/color-picker/panel.d.ts +1 -1
  159. package/es/color-picker/panel.js +2 -2
  160. package/es/color-picker/style/index.css +13 -13
  161. package/es/color-picker/utils.js +1 -1
  162. package/es/comment/comment.js +2 -2
  163. package/es/comment/style/index.css +5 -5
  164. package/es/components.d.ts +2 -2
  165. package/es/config-provider/config-provider.js +1 -1
  166. package/es/config-provider/config-provider.vue.d.ts +1 -1
  167. package/es/config-provider/context.d.ts +3 -0
  168. package/es/config-provider/index.d.ts +3 -3
  169. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +2 -2
  170. package/es/config-provider/theme.js +1 -1
  171. package/es/copy/copy.vue_vue_type_script_setup_true_lang.js +3 -3
  172. package/es/cropper/cropper.vue_vue_type_script_setup_true_lang.js +3 -3
  173. package/es/cropper/style/index.css +3 -3
  174. package/es/date-picker/hooks/use-range-time-picker-value.js +1 -1
  175. package/es/date-picker/index.d.ts +48 -48
  176. package/es/date-picker/panels/body.js +1 -1
  177. package/es/date-picker/panels/date/index.js +2 -2
  178. package/es/date-picker/panels/date/index.vue.d.ts +6 -6
  179. package/es/date-picker/panels/date/index.vue_vue_type_script_lang.js +1 -1
  180. package/es/date-picker/panels/footer.js +1 -1
  181. package/es/date-picker/panels/footer.vue.d.ts +9 -9
  182. package/es/date-picker/panels/header.js +1 -1
  183. package/es/date-picker/panels/month/index.js +2 -2
  184. package/es/date-picker/panels/quarter/index.js +2 -2
  185. package/es/date-picker/panels/shortcuts.js +1 -1
  186. package/es/date-picker/panels/shortcuts.vue.d.ts +6 -6
  187. package/es/date-picker/panels/week/index.js +1 -1
  188. package/es/date-picker/panels/week/index.vue.d.ts +6 -6
  189. package/es/date-picker/panels/week-list.js +1 -1
  190. package/es/date-picker/panels/year/index.js +2 -2
  191. package/es/date-picker/picker-panel.js +1 -1
  192. package/es/date-picker/picker-panel.vue.d.ts +28 -28
  193. package/es/date-picker/picker.js +2 -2
  194. package/es/date-picker/picker.vue.d.ts +46 -46
  195. package/es/date-picker/picker.vue_vue_type_script_lang.js +1 -1
  196. package/es/date-picker/range-picker-panel.js +1 -1
  197. package/es/date-picker/range-picker-panel.vue.d.ts +29 -29
  198. package/es/date-picker/range-picker-panel.vue_vue_type_script_lang.js +1 -1
  199. package/es/date-picker/range-picker.js +2 -2
  200. package/es/date-picker/range-picker.vue.d.ts +48 -48
  201. package/es/date-picker/range-picker.vue_vue_type_script_lang.js +1 -1
  202. package/es/date-picker/style/index.css +72 -72
  203. package/es/descriptions/descriptions-item.js +1 -1
  204. package/es/descriptions/descriptions.d.ts +2 -2
  205. package/es/descriptions/descriptions.js +1 -1
  206. package/es/descriptions/index.d.ts +6 -6
  207. package/es/descriptions/style/index.css +10 -10
  208. package/es/divider/divider.d.ts +1 -1
  209. package/es/divider/index.d.ts +3 -3
  210. package/es/divider/style/index.css +4 -4
  211. package/es/drawer/drawer.js +9 -2
  212. package/es/drawer/drawer.vue.d.ts +2905 -10
  213. package/es/drawer/drawer.vue_vue_type_script_lang.js +26 -7
  214. package/es/drawer/index.d.ts +6550 -764
  215. package/es/drawer/index.js +2 -2
  216. package/es/drawer/style/index.css +12 -7
  217. package/es/drawer/style/index.scss +6 -0
  218. package/es/dropdown/dropdown-button.js +1 -1
  219. package/es/dropdown/dropdown-button.vue.d.ts +24 -21
  220. package/es/dropdown/dropdown-group.js +1 -1
  221. package/es/dropdown/dropdown-option.js +1 -1
  222. package/es/dropdown/dropdown-option.vue.d.ts +1 -1
  223. package/es/dropdown/dropdown-panel.js +1 -1
  224. package/es/dropdown/dropdown-panel.vue.d.ts +6 -3
  225. package/es/dropdown/dropdown-submenu.js +1 -1
  226. package/es/dropdown/dropdown-submenu.vue.d.ts +18 -15
  227. package/es/dropdown/dropdown.js +1 -1
  228. package/es/dropdown/dropdown.vue.d.ts +16 -13
  229. package/es/dropdown/index.d.ts +78 -66
  230. package/es/dropdown/style/index.css +1 -1
  231. package/es/ellipsis/ellipsis.js +1 -1
  232. package/es/ellipsis/ellipsis.vue.d.ts +24 -24
  233. package/es/ellipsis/ellipsis.vue_vue_type_script_lang.js +2 -2
  234. package/es/ellipsis/index.d.ts +96 -96
  235. package/es/ellipsis/performant-ellipsis.js +1 -1
  236. package/es/ellipsis/performant-ellipsis.vue.d.ts +24 -24
  237. package/es/ellipsis/performant-ellipsis.vue_vue_type_script_lang.js +1 -1
  238. package/es/empty/style/index.css +2 -2
  239. package/es/form/form-item-label.js +1 -1
  240. package/es/form/form-item-label.vue.d.ts +24 -24
  241. package/es/form/form-item-message.js +1 -1
  242. package/es/form/form-item.js +1 -1
  243. package/es/form/form-item.vue.d.ts +29 -29
  244. package/es/form/form-item.vue_vue_type_script_lang.js +3 -3
  245. package/es/form/form.js +1 -1
  246. package/es/form/form.vue.d.ts +1 -1
  247. package/es/form/index.d.ts +35 -35
  248. package/es/form/style/index.css +6 -6
  249. package/es/grid/grid-col.js +1 -1
  250. package/es/grid/grid-col.vue_vue_type_script_lang.js +1 -1
  251. package/es/grid/grid-item.js +1 -1
  252. package/es/grid/grid-item.vue_vue_type_script_lang.js +1 -1
  253. package/es/grid/grid-row.js +1 -1
  254. package/es/grid/grid-row.vue.d.ts +4 -4
  255. package/es/grid/grid.js +1 -1
  256. package/es/grid/index.d.ts +4 -4
  257. package/es/icon/icon-calendar/icon-calendar.js +1 -1
  258. package/es/icon/icon-caret-down/icon-caret-down.js +1 -1
  259. package/es/icon/icon-caret-left/icon-caret-left.js +1 -1
  260. package/es/icon/icon-caret-right/icon-caret-right.js +1 -1
  261. package/es/icon/icon-caret-up/icon-caret-up.js +1 -1
  262. package/es/icon/icon-check/icon-check.js +1 -1
  263. package/es/icon/icon-check-circle-fill/icon-check-circle-fill.js +1 -1
  264. package/es/icon/icon-clock-circle/icon-clock-circle.js +1 -1
  265. package/es/icon/icon-close/icon-close.js +1 -1
  266. package/es/icon/icon-close-circle-fill/icon-close-circle-fill.js +1 -1
  267. package/es/icon/icon-copy/icon-copy.js +1 -1
  268. package/es/icon/icon-delete/icon-delete.js +1 -1
  269. package/es/icon/icon-double-left/icon-double-left.js +1 -1
  270. package/es/icon/icon-double-right/icon-double-right.js +1 -1
  271. package/es/icon/icon-down/icon-down.js +1 -1
  272. package/es/icon/icon-drag-dot/icon-drag-dot.js +1 -1
  273. package/es/icon/icon-drag-dot-vertical/icon-drag-dot-vertical.js +1 -1
  274. package/es/icon/icon-edit/icon-edit.js +1 -1
  275. package/es/icon/icon-empty/icon-empty.js +1 -1
  276. package/es/icon/icon-exclamation/icon-exclamation.js +1 -1
  277. package/es/icon/icon-exclamation-circle-fill/icon-exclamation-circle-fill.js +1 -1
  278. package/es/icon/icon-eye/icon-eye.js +1 -1
  279. package/es/icon/icon-eye-invisible/icon-eye-invisible.js +1 -1
  280. package/es/icon/icon-face-frown-fill/icon-face-frown-fill.js +1 -1
  281. package/es/icon/icon-face-meh-fill/icon-face-meh-fill.js +1 -1
  282. package/es/icon/icon-face-smile-fill/icon-face-smile-fill.js +1 -1
  283. package/es/icon/icon-file/icon-file.js +1 -1
  284. package/es/icon/icon-file-audio/icon-file-audio.js +1 -1
  285. package/es/icon/icon-file-image/icon-file-image.js +1 -1
  286. package/es/icon/icon-file-pdf/icon-file-pdf.js +1 -1
  287. package/es/icon/icon-file-video/icon-file-video.js +1 -1
  288. package/es/icon/icon-filter/icon-filter.js +1 -1
  289. package/es/icon/icon-fullscreen/icon-fullscreen.js +1 -1
  290. package/es/icon/icon-image-close/icon-image-close.js +1 -1
  291. package/es/icon/icon-info/icon-info.js +1 -1
  292. package/es/icon/icon-info-circle-fill/icon-info-circle-fill.js +1 -1
  293. package/es/icon/icon-left/icon-left.js +1 -1
  294. package/es/icon/icon-link/icon-link.js +1 -1
  295. package/es/icon/icon-loading/icon-loading.js +1 -1
  296. package/es/icon/icon-menu-fold/icon-menu-fold.js +1 -1
  297. package/es/icon/icon-menu-unfold/icon-menu-unfold.js +1 -1
  298. package/es/icon/icon-minus/icon-minus.js +1 -1
  299. package/es/icon/icon-more/icon-more.js +1 -1
  300. package/es/icon/icon-oblique-line/icon-oblique-line.js +1 -1
  301. package/es/icon/icon-original-size/icon-original-size.js +1 -1
  302. package/es/icon/icon-pause/icon-pause.js +1 -1
  303. package/es/icon/icon-play-arrow-fill/icon-play-arrow-fill.js +1 -1
  304. package/es/icon/icon-plus/icon-plus.js +1 -1
  305. package/es/icon/icon-question-circle/icon-question-circle.js +1 -1
  306. package/es/icon/icon-right/icon-right.js +1 -1
  307. package/es/icon/icon-rotate-left/icon-rotate-left.js +1 -1
  308. package/es/icon/icon-rotate-right/icon-rotate-right.js +1 -1
  309. package/es/icon/icon-search/icon-search.js +1 -1
  310. package/es/icon/icon-star-fill/icon-star-fill.js +1 -1
  311. package/es/icon/icon-to-top/icon-to-top.js +1 -1
  312. package/es/icon/icon-up/icon-up.js +1 -1
  313. package/es/icon/icon-upload/icon-upload.js +1 -1
  314. package/es/icon/icon-zoom-in/icon-zoom-in.js +1 -1
  315. package/es/icon/icon-zoom-out/icon-zoom-out.js +1 -1
  316. package/es/icon-component/icon.js +1 -1
  317. package/es/icon.js +292 -292
  318. package/es/image/image-footer.js +1 -1
  319. package/es/image/image.js +2 -2
  320. package/es/image/image.vue.d.ts +24 -24
  321. package/es/image/preview-action.d.ts +24 -24
  322. package/es/image/preview-arrow.js +1 -1
  323. package/es/image/preview-group.js +2 -2
  324. package/es/image/preview-group.vue.d.ts +25 -25
  325. package/es/image/preview-toolbar.js +1 -1
  326. package/es/image/preview-toolbar.vue.d.ts +24 -24
  327. package/es/image/preview.js +1 -1
  328. package/es/image/preview.vue.d.ts +24 -24
  329. package/es/image/preview.vue_vue_type_script_lang.js +1 -1
  330. package/es/image/style/index.css +32 -32
  331. package/es/index.css +4083 -2512
  332. package/es/index.d.ts +8 -2
  333. package/es/index.js +11 -10
  334. package/es/index.scss +3 -1
  335. package/es/input/index.d.ts +9 -9
  336. package/es/input/input-group.js +1 -1
  337. package/es/input/input-password.js +1 -1
  338. package/es/input/input-password.vue.d.ts +3 -3
  339. package/es/input/input.d.ts +2 -2
  340. package/es/input/input.js +1 -1
  341. package/es/input/style/index.css +50 -50
  342. package/es/input-number/index.d.ts +6 -6
  343. package/es/input-number/input-number.d.ts +2 -2
  344. package/es/input-number/input-number.js +1 -1
  345. package/es/input-number/style/index.css +16 -16
  346. package/es/input-tag/index.d.ts +6 -6
  347. package/es/input-tag/input-tag.d.ts +2 -2
  348. package/es/input-tag/input-tag.js +1 -1
  349. package/es/input-tag/style/index.css +172 -172
  350. package/es/input-tag/utils.js +1 -1
  351. package/es/json-form/json-form-component.vue_vue_type_script_setup_true_lang.js +3 -3
  352. package/es/json-form/json-form-item.vue_vue_type_script_setup_true_lang.js +3 -3
  353. package/es/json-form/json-form.vue_vue_type_script_setup_true_lang.js +3 -3
  354. package/es/json-form/utils.js +3 -3
  355. package/es/layout/content.js +1 -1
  356. package/es/layout/footer.js +1 -1
  357. package/es/layout/header.vue.d.ts +1 -1
  358. package/es/layout/header.vue_vue_type_script_setup_true_lang.js +2 -2
  359. package/es/layout/index.d.ts +21 -21
  360. package/es/layout/layout.js +1 -1
  361. package/es/layout/sider.js +1 -1
  362. package/es/layout/sider.vue.d.ts +16 -16
  363. package/es/layout/sider.vue_vue_type_script_lang.js +1 -1
  364. package/es/layout/style/index.css +12 -12
  365. package/es/link/index.d.ts +3 -3
  366. package/es/link/link.vue.d.ts +1 -1
  367. package/es/link/link.vue_vue_type_script_setup_true_lang.js +2 -2
  368. package/es/link/style/index.css +23 -23
  369. package/es/list/index.d.ts +9 -9
  370. package/es/list/list-item-meta.js +1 -1
  371. package/es/list/list.d.ts +3 -3
  372. package/es/list/list.js +4 -4
  373. package/es/list/style/index.css +9 -9
  374. package/es/locale/interface.d.ts +6 -0
  375. package/es/locale/lang/ar-eg.js +7 -1
  376. package/es/locale/lang/de-de.js +7 -1
  377. package/es/locale/lang/en-us.js +7 -1
  378. package/es/locale/lang/es-es.js +7 -1
  379. package/es/locale/lang/fr-fr.js +7 -1
  380. package/es/locale/lang/id-id.js +7 -1
  381. package/es/locale/lang/it-it.js +7 -1
  382. package/es/locale/lang/ja-jp.js +7 -1
  383. package/es/locale/lang/km-kh.js +7 -1
  384. package/es/locale/lang/ko-kr.js +7 -1
  385. package/es/locale/lang/ms-my.js +7 -1
  386. package/es/locale/lang/nl-nl.js +7 -1
  387. package/es/locale/lang/pt-pt.js +7 -1
  388. package/es/locale/lang/ru-ru.js +7 -1
  389. package/es/locale/lang/th-th.js +7 -1
  390. package/es/locale/lang/vi-vn.js +7 -1
  391. package/es/locale/lang/zh-cn.js +7 -1
  392. package/es/locale/lang/zh-tw.js +7 -1
  393. package/es/mention/index.d.ts +9 -9
  394. package/es/mention/mention.d.ts +3 -3
  395. package/es/mention/mention.js +24 -10
  396. package/es/menu/base-menu.js +1 -1
  397. package/es/menu/indent.js +1 -1
  398. package/es/menu/item-group.js +1 -1
  399. package/es/menu/item-group.vue.d.ts +48 -48
  400. package/es/menu/item.js +1 -1
  401. package/es/menu/menu.js +1 -1
  402. package/es/menu/style/index.css +62 -62
  403. package/es/menu/sub-menu-inline.js +1 -1
  404. package/es/menu/sub-menu-inline.vue.d.ts +48 -48
  405. package/es/menu/sub-menu-pop.js +1 -1
  406. package/es/menu/sub-menu-pop.vue.d.ts +57 -57
  407. package/es/menu/sub-menu.js +1 -1
  408. package/es/message/index.js +1 -1
  409. package/es/message/message-list.d.ts +1 -1
  410. package/es/message/message.js +1 -1
  411. package/es/message/message.vue.d.ts +1 -1
  412. package/es/message/style/index.css +26 -26
  413. package/es/modal/index.d.ts +6368 -570
  414. package/es/modal/index.js +2 -2
  415. package/es/modal/modal.js +15 -4
  416. package/es/modal/modal.vue.d.ts +2907 -8
  417. package/es/modal/modal.vue_vue_type_script_lang.js +28 -5
  418. package/es/modal/style/index.css +28 -12
  419. package/es/modal/style/index.scss +23 -0
  420. package/es/notification/index.js +1 -1
  421. package/es/notification/notification.js +1 -1
  422. package/es/notification/notification.vue.d.ts +1 -1
  423. package/es/notification/style/index.css +26 -26
  424. package/es/page-header/index.d.ts +2 -2
  425. package/es/page-header/page-header.js +1 -1
  426. package/es/page-header/page-header.vue.d.ts +1 -1
  427. package/es/page-header/style/index.css +6 -6
  428. package/es/pagination/page-item-ellipsis.js +1 -1
  429. package/es/pagination/page-item-step.js +1 -1
  430. package/es/pagination/page-item.js +1 -1
  431. package/es/pagination/page-jumper.js +1 -1
  432. package/es/pagination/page-jumper.vue.d.ts +6 -6
  433. package/es/pagination/page-options.js +1 -1
  434. package/es/pagination/page-options.vue.d.ts +647 -469
  435. package/es/pagination/style/index.css +21 -21
  436. package/es/popconfirm/index.d.ts +33 -33
  437. package/es/popconfirm/popconfirm.js +1 -1
  438. package/es/popconfirm/popconfirm.vue.d.ts +16 -16
  439. package/es/popconfirm/popconfirm.vue_vue_type_script_lang.js +1 -1
  440. package/es/popconfirm/style/index.css +11 -11
  441. package/es/popover/index.d.ts +899 -21
  442. package/es/popover/popover.js +7 -3
  443. package/es/popover/popover.vue.d.ts +451 -10
  444. package/es/popover/popover.vue_vue_type_script_lang.js +15 -3
  445. package/es/popover/style/index.css +7 -7
  446. package/es/popover/style/index.d.ts +1 -0
  447. package/es/progress/circle.js +1 -1
  448. package/es/progress/circle.vue.d.ts +1 -1
  449. package/es/progress/index.d.ts +7 -7
  450. package/es/progress/line.js +1 -1
  451. package/es/progress/line.vue.d.ts +1 -1
  452. package/es/progress/line.vue_vue_type_script_lang.js +1 -1
  453. package/es/progress/progress.js +1 -1
  454. package/es/progress/progress.vue.d.ts +3 -3
  455. package/es/progress/steps.js +1 -1
  456. package/es/progress/style/index.css +32 -32
  457. package/es/qr-code/index.d.ts +294 -0
  458. package/es/qr-code/index.js +10 -0
  459. package/es/qr-code/qr-code-status.js +5 -0
  460. package/es/qr-code/qr-code-status.vue.d.ts +8 -0
  461. package/es/qr-code/qr-code-status.vue_vue_type_script_setup_true_lang.js +30 -0
  462. package/es/qr-code/qr-code.js +5 -0
  463. package/es/qr-code/qr-code.vue.d.ts +167 -0
  464. package/es/qr-code/qr-code.vue_vue_type_script_setup_true_lang.js +313 -0
  465. package/es/qr-code/style/css.js +2 -0
  466. package/es/qr-code/style/index.css +106 -0
  467. package/es/qr-code/style/index.d.ts +2 -0
  468. package/es/qr-code/style/index.js +2 -0
  469. package/es/qr-code/style/index.scss +111 -0
  470. package/es/qr-code/style/token.scss +36 -0
  471. package/es/qr-code/types.d.ts +19 -0
  472. package/es/radio/index.d.ts +5 -5
  473. package/es/radio/radio.d.ts +2 -2
  474. package/es/radio/style/index.css +33 -33
  475. package/es/rate/index.d.ts +3 -3
  476. package/es/rate/rate.d.ts +1 -1
  477. package/es/rate/style/index.css +3 -3
  478. package/es/resize-box/index.d.ts +6 -6
  479. package/es/resize-box/resize-box.js +1 -1
  480. package/es/resize-box/resize-box.vue.d.ts +2 -2
  481. package/es/resize-box/resize-box.vue_vue_type_script_lang.js +1 -1
  482. package/es/resize-box/style/index.css +2 -2
  483. package/es/result/result.js +1 -1
  484. package/es/result/style/index.css +2 -2
  485. package/es/scrollbar/index.d.ts +6 -3
  486. package/es/scrollbar/scrollbar.js +2 -1
  487. package/es/scrollbar/scrollbar.vue.d.ts +2 -1
  488. package/es/scrollbar/scrollbar.vue_vue_type_script_lang.js +52 -2
  489. package/es/scrollbar/style/index.css +13 -13
  490. package/es/sd-vue.js +13 -12
  491. package/es/secret/secret.vue_vue_type_script_setup_true_lang.js +3 -3
  492. package/es/secret/style/index.css +4 -4
  493. package/es/select/context.d.ts +1 -4
  494. package/es/select/hooks/use-options.d.ts +1 -4
  495. package/es/select/hooks/use-options.js +2 -23
  496. package/es/select/hooks/use-select.d.ts +1 -3
  497. package/es/select/hooks/use-select.js +2 -7
  498. package/es/select/index.d.ts +647 -474
  499. package/es/select/index.js +5 -13
  500. package/es/select/interface.d.ts +1 -1
  501. package/es/select/select-dropdown.js +3 -2
  502. package/es/select/select-dropdown.vue.d.ts +56 -54
  503. package/es/select/select-dropdown.vue_vue_type_script_lang.js +2 -3
  504. package/es/select/select.d.ts +260 -18
  505. package/es/select/select.js +44 -23
  506. package/es/select/style/index.css +14 -14
  507. package/es/select/utils.d.ts +1 -1
  508. package/es/select/utils.js +1 -1
  509. package/es/skeleton/line.js +1 -1
  510. package/es/skeleton/shape.js +1 -1
  511. package/es/skeleton/skeleton.js +1 -1
  512. package/es/skeleton/style/index.css +4 -4
  513. package/es/slider/index.d.ts +67 -67
  514. package/es/slider/slider-button.js +1 -1
  515. package/es/slider/slider-button.vue.d.ts +25 -25
  516. package/es/slider/slider-dots.js +1 -1
  517. package/es/slider/slider-input.js +1 -1
  518. package/es/slider/slider-input.vue.d.ts +7 -7
  519. package/es/slider/slider-marks.js +1 -1
  520. package/es/slider/slider-ticks.js +1 -1
  521. package/es/slider/slider.js +1 -1
  522. package/es/slider/slider.vue.d.ts +33 -33
  523. package/es/slider/style/index.css +18 -18
  524. package/es/space/index.d.ts +9 -9
  525. package/es/space/space.d.ts +2 -2
  526. package/es/spin/index.d.ts +1 -0
  527. package/es/spin/style/index.css +9 -9
  528. package/es/split/split.js +1 -1
  529. package/es/split/split.vue_vue_type_script_lang.js +1 -1
  530. package/es/split/style/index.css +2 -2
  531. package/es/statistic/countdown.js +1 -1
  532. package/es/statistic/countdown.vue.d.ts +1 -1
  533. package/es/statistic/countdown.vue_vue_type_script_lang.js +5 -5
  534. package/es/statistic/index.d.ts +1 -1
  535. package/es/statistic/statistic.js +1 -1
  536. package/es/statistic/statistic.vue_vue_type_script_lang.js +2 -2
  537. package/es/statistic/style/index.css +4 -4
  538. package/es/steps/index.d.ts +4 -4
  539. package/es/steps/step.js +1 -1
  540. package/es/steps/step.vue.d.ts +1 -1
  541. package/es/steps/steps.js +1 -1
  542. package/es/steps/steps.vue.d.ts +1 -1
  543. package/es/steps/style/index.css +79 -79
  544. package/es/style/color/colors.scss +1 -1
  545. package/es/style/theme/global.scss +8 -8
  546. package/es/style/theme/index.scss +4 -12
  547. package/es/style/theme/z-index.js +1 -2
  548. package/es/switch/style/index.css +30 -30
  549. package/es/switch/switch.js +1 -1
  550. package/es/switch/switch.vue_vue_type_script_lang.js +1 -1
  551. package/es/table/index.d.ts +14 -14
  552. package/es/table/style/index.css +65 -65
  553. package/es/table/table-operation-td.d.ts +7 -7
  554. package/es/table/table-operation-td.js +1 -1
  555. package/es/table/table-operation-th.js +1 -1
  556. package/es/table/table-td.d.ts +1 -1
  557. package/es/table/table-td.js +1 -1
  558. package/es/table/table-th.d.ts +1 -1
  559. package/es/table/table-th.js +2 -2
  560. package/es/table/table.d.ts +5 -5
  561. package/es/table/table.js +12 -14
  562. package/es/table/utils.js +1 -1
  563. package/es/tabs/index.d.ts +9 -9
  564. package/es/tabs/style/index.css +56 -56
  565. package/es/tabs/tab-pane.js +1 -1
  566. package/es/tabs/tab-pane.vue_vue_type_script_lang.js +1 -1
  567. package/es/tabs/tabs-nav-ink.js +1 -1
  568. package/es/tabs/tabs-nav.d.ts +1 -1
  569. package/es/tabs/tabs-tab.js +1 -1
  570. package/es/tabs/tabs-tab.vue.d.ts +1 -1
  571. package/es/tabs/tabs.d.ts +3 -3
  572. package/es/tag/index.d.ts +66 -29688
  573. package/es/tag/interface.d.ts +2 -0
  574. package/es/tag/style/index.css +134 -134
  575. package/es/tag/style/index.scss +33 -13
  576. package/es/tag/tag.js +2 -64
  577. package/es/tag/tag.vue.d.ts +53 -11936
  578. package/es/tag/tag.vue_vue_type_script_setup_true_lang.js +368 -0
  579. package/es/tag-group/tag-group.vue_vue_type_script_setup_true_lang.js +4 -4
  580. package/es/textarea/index.d.ts +8 -8
  581. package/es/textarea/style/index.css +28 -28
  582. package/es/textarea/textarea.js +1 -1
  583. package/es/textarea/textarea.vue.d.ts +3 -3
  584. package/es/textarea/textarea.vue_vue_type_script_lang.js +1 -1
  585. package/es/time-picker/hooks/use-time-list.js +1 -1
  586. package/es/time-picker/index.d.ts +56 -56
  587. package/es/time-picker/panel.js +1 -1
  588. package/es/time-picker/panel.vue.d.ts +6 -6
  589. package/es/time-picker/range-panel.d.ts +6 -6
  590. package/es/time-picker/range-panel.js +1 -1
  591. package/es/time-picker/style/index.css +11 -11
  592. package/es/time-picker/time-column.js +1 -1
  593. package/es/time-picker/time-picker.js +2 -2
  594. package/es/time-picker/time-picker.vue.d.ts +27 -27
  595. package/es/timeline/item.js +1 -1
  596. package/es/timeline/item.vue_vue_type_script_lang.js +1 -1
  597. package/es/timeline/style/index.css +11 -11
  598. package/es/tooltip/index.d.ts +24 -24
  599. package/es/tooltip/style/index.css +3 -3
  600. package/es/tooltip/tooltip.js +1 -1
  601. package/es/tooltip/tooltip.vue.d.ts +11 -11
  602. package/es/tooltip/tooltip.vue_vue_type_script_lang.js +1 -1
  603. package/es/tour/index.d.ts +664 -0
  604. package/es/tour/index.js +10 -0
  605. package/es/tour/style/css.js +1 -0
  606. package/es/tour/style/index.css +226 -0
  607. package/es/tour/style/index.d.ts +1 -0
  608. package/es/tour/style/index.js +1 -0
  609. package/es/tour/style/index.scss +218 -0
  610. package/es/tour/style/token.scss +27 -0
  611. package/es/tour/tour.js +5 -0
  612. package/es/tour/tour.vue.d.ts +411 -0
  613. package/es/tour/tour.vue_vue_type_script_setup_true_lang.js +1219 -0
  614. package/es/tour/types.d.ts +143 -0
  615. package/es/transfer/index.d.ts +51 -45
  616. package/es/transfer/style/index.css +20 -20
  617. package/es/transfer/transfer-view.js +2 -3
  618. package/es/transfer/transfer-view.vue.d.ts +18 -15
  619. package/es/transfer/transfer-view.vue_vue_type_script_lang.js +1 -1
  620. package/es/transfer/transfer.js +1 -1
  621. package/es/transfer/transfer.vue.d.ts +25 -22
  622. package/es/tree/base-node.js +1 -1
  623. package/es/tree/base-node.vue.d.ts +2 -2
  624. package/es/tree/expand-transition.js +1 -1
  625. package/es/tree/node.js +1 -1
  626. package/es/tree/style/index.css +25 -25
  627. package/es/tree/transition-node-list.js +1 -1
  628. package/es/tree/transition-node-list.vue.d.ts +2 -2
  629. package/es/tree/tree.js +1 -1
  630. package/es/tree/tree.vue.d.ts +12 -9
  631. package/es/tree/tree.vue_vue_type_script_lang.js +2 -2
  632. package/es/tree/utils/tree-data.js +1 -1
  633. package/es/tree-select/hooks/use-selected-state.js +1 -1
  634. package/es/tree-select/panel.js +4 -7
  635. package/es/tree-select/style/index.css +5 -5
  636. package/es/tree-select/tree-select.js +2 -2
  637. package/es/tree-select/tree-select.vue.d.ts +21 -21
  638. package/es/tree-select/tree-select.vue_vue_type_script_lang.js +1 -1
  639. package/es/trigger/index.d.ts +9 -9
  640. package/es/trigger/style/index.css +5 -5
  641. package/es/trigger/trigger.d.ts +3 -3
  642. package/es/trigger/trigger.js +1 -1
  643. package/es/trigger/utils.js +1 -1
  644. package/es/typography/base.d.ts +4 -4
  645. package/es/typography/base.js +1 -1
  646. package/es/typography/edit-content.js +1 -1
  647. package/es/typography/edit-content.vue.d.ts +28 -28
  648. package/es/typography/operations.js +1 -1
  649. package/es/typography/operations.vue.d.ts +24 -24
  650. package/es/typography/style/index.css +22 -22
  651. package/es/typography/typography.js +1 -1
  652. package/es/upload/index.d.ts +6 -6
  653. package/es/upload/style/index.css +51 -51
  654. package/es/upload/upload-button.d.ts +1 -1
  655. package/es/upload/upload.d.ts +2 -2
  656. package/es/upload/upload.js +2 -2
  657. package/es/verification-code/index.d.ts +3 -3
  658. package/es/verification-code/verification-code.d.ts +1 -1
  659. package/es/watermark/hooks/use-mutation-observer.js +1 -1
  660. package/es/watermark/watermark.js +1 -1
  661. package/json/vetur-attributes.json +125 -107
  662. package/json/vetur-tags.json +39 -36
  663. package/json/web-types.json +181 -162
  664. package/package.json +19 -15
  665. package/es/calendar/calendar.d.ts +0 -104
  666. package/es/calendar/calendar.js +0 -207
  667. package/es/calendar/header.d.ts +0 -104
  668. package/es/calendar/header.js +0 -131
  669. package/es/calendar/hooks/useCellClassName.d.ts +0 -19
  670. package/es/calendar/hooks/useCellClassName.js +0 -43
  671. package/es/calendar/month.d.ts +0 -83
  672. package/es/calendar/month.js +0 -149
  673. package/es/calendar/week.d.ts +0 -61
  674. package/es/calendar/week.js +0 -45
  675. package/es/calendar/year.d.ts +0 -69
  676. package/es/calendar/year.js +0 -101
  677. package/es/select/optgroup.js +0 -10
  678. package/es/select/optgroup.vue.d.ts +0 -13
  679. package/es/select/optgroup.vue_vue_type_script_lang.js +0 -23
  680. package/es/select/option.js +0 -51
  681. package/es/select/option.vue.d.ts +0 -299
  682. package/es/select/option.vue_vue_type_script_lang.js +0 -149
  683. package/es/tag/tag.vue_vue_type_script_lang.js +0 -264
@@ -1,66 +1,253 @@
1
1
  import type { App } from 'vue';
2
2
  import type { SDOptions } from '../_utils/types';
3
- import _Calendar from './calendar';
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
- modelValue: {
7
- type: DateConstructor;
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
- defaultValue: {
11
- type: DateConstructor;
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
- mode: {
14
- type: import("vue").PropType<"month" | "year">;
78
+ multidayEvents: {
79
+ type: BooleanConstructor;
80
+ default: boolean;
15
81
  };
16
- defaultMode: {
17
- type: import("vue").PropType<"month" | "year">;
82
+ selectedDate: {
83
+ type: (StringConstructor | DateConstructor)[];
18
84
  default: string;
19
85
  };
20
- modes: {
21
- type: import("vue").PropType<("month" | "year")[]>;
22
- default: () => string[];
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
- allowSelect: {
110
+ time: {
25
111
  type: BooleanConstructor;
26
112
  default: boolean;
27
113
  };
28
- panel: {
114
+ timeAtCursor: {
29
115
  type: BooleanConstructor;
30
116
  default: boolean;
31
117
  };
32
- panelWidth: {
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
- panelTodayBtn: {
138
+ titleBar: {
36
139
  type: BooleanConstructor;
37
140
  default: boolean;
38
141
  };
39
- dayStartOfWeek: {
40
- type: import("vue").PropType<0 | 1>;
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
- isWeek: {
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
- onChange?: ((_date: Date) => any) | undefined;
49
- "onUpdate:modelValue"?: ((_date: Date) => any) | undefined;
50
- onPanelChange?: ((_date: Date) => any) | undefined;
51
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
52
- 'update:modelValue': (_date: Date) => true;
53
- change: (_date: Date) => true;
54
- panelChange: (_date: Date) => true;
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
- modelValue: Date;
57
- isWeek: boolean;
58
- dayStartOfWeek: 0 | 1;
59
- panel: boolean;
60
- modes: ("month" | "year")[];
61
- defaultMode: "month" | "year";
62
- allowSelect: boolean;
63
- panelTodayBtn: boolean;
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
- modelValue: {
73
- type: DateConstructor;
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
- defaultValue: {
77
- type: DateConstructor;
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
- mode: {
80
- type: import("vue").PropType<"month" | "year">;
331
+ multidayEvents: {
332
+ type: BooleanConstructor;
333
+ default: boolean;
81
334
  };
82
- defaultMode: {
83
- type: import("vue").PropType<"month" | "year">;
335
+ selectedDate: {
336
+ type: (StringConstructor | DateConstructor)[];
84
337
  default: string;
85
338
  };
86
- modes: {
87
- type: import("vue").PropType<("month" | "year")[]>;
88
- default: () => string[];
339
+ sm: {
340
+ type: BooleanConstructor;
341
+ default: boolean;
342
+ };
343
+ specialHours: {
344
+ type: ObjectConstructor;
345
+ default: () => {};
89
346
  };
90
- allowSelect: {
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
- panel: {
367
+ timeAtCursor: {
95
368
  type: BooleanConstructor;
96
369
  default: boolean;
97
370
  };
98
- panelWidth: {
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
- panelTodayBtn: {
395
+ todayButton: {
102
396
  type: BooleanConstructor;
103
397
  default: boolean;
104
398
  };
105
- dayStartOfWeek: {
106
- type: import("vue").PropType<0 | 1>;
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
- isWeek: {
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
- onChange?: ((_date: Date) => any) | undefined;
115
- "onUpdate:modelValue"?: ((_date: Date) => any) | undefined;
116
- onPanelChange?: ((_date: Date) => any) | undefined;
117
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
118
- modelValue: Date;
119
- isWeek: boolean;
120
- dayStartOfWeek: 0 | 1;
121
- panel: boolean;
122
- modes: ("month" | "year")[];
123
- defaultMode: "month" | "year";
124
- allowSelect: boolean;
125
- panelTodayBtn: boolean;
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
- modelValue: {
132
- type: DateConstructor;
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
- defaultValue: {
136
- type: DateConstructor;
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
- mode: {
139
- type: import("vue").PropType<"month" | "year">;
569
+ multidayEvents: {
570
+ type: BooleanConstructor;
571
+ default: boolean;
140
572
  };
141
- defaultMode: {
142
- type: import("vue").PropType<"month" | "year">;
573
+ selectedDate: {
574
+ type: (StringConstructor | DateConstructor)[];
143
575
  default: string;
144
576
  };
145
- modes: {
146
- type: import("vue").PropType<("month" | "year")[]>;
147
- default: () => string[];
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
- allowSelect: {
601
+ time: {
150
602
  type: BooleanConstructor;
151
603
  default: boolean;
152
604
  };
153
- panel: {
605
+ timeAtCursor: {
154
606
  type: BooleanConstructor;
155
607
  default: boolean;
156
608
  };
157
- panelWidth: {
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
- panelTodayBtn: {
637
+ twelveHour: {
161
638
  type: BooleanConstructor;
162
639
  default: boolean;
163
640
  };
164
- dayStartOfWeek: {
165
- type: import("vue").PropType<0 | 1>;
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
- isWeek: {
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
- onChange?: ((_date: Date) => any) | undefined;
174
- "onUpdate:modelValue"?: ((_date: Date) => any) | undefined;
175
- onPanelChange?: ((_date: Date) => any) | undefined;
176
- }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
177
- 'update:modelValue': (_date: Date) => true;
178
- change: (_date: Date) => true;
179
- panelChange: (_date: Date) => true;
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
- modelValue: Date;
182
- isWeek: boolean;
183
- dayStartOfWeek: 0 | 1;
184
- panel: boolean;
185
- modes: ("month" | "year")[];
186
- defaultMode: "month" | "year";
187
- allowSelect: boolean;
188
- panelTodayBtn: boolean;
189
- }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
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>;