@vc-shell/framework 2.1.0-pr255.87acc71 → 2.1.0-pr256.34ebb1b

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 (126) hide show
  1. package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CTKDY1xe.js +20733 -0
  2. package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CTKDY1xe.js.map +1 -0
  3. package/dist/chunks/{VcTableAdapter.vue_vue_type_style_index_0_lang-CtkZR5a1.js → VcScheduler.vue_vue_type_style_index_0_lang-DR8wrtyB.js} +1 -1
  4. package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-DR8wrtyB.js.map +1 -0
  5. package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-Cs-yidUE.js → dashboard-feed-row.vue_vue_type_script_setup_true_lang-DvM1DXj8.js} +2 -2
  6. package/dist/chunks/{dashboard-feed-row.vue_vue_type_script_setup_true_lang-Cs-yidUE.js.map → dashboard-feed-row.vue_vue_type_script_setup_true_lang-DvM1DXj8.js.map} +1 -1
  7. package/dist/chunks/{vendor-date-fns-BKO3x1R1.js → vendor-date-fns-C-55OMpS.js} +487 -441
  8. package/dist/chunks/vendor-date-fns-C-55OMpS.js.map +1 -0
  9. package/dist/chunks/vendor-rrule-C4g_KGmu.js +1706 -0
  10. package/dist/chunks/vendor-rrule-C4g_KGmu.js.map +1 -0
  11. package/dist/chunks/vendor-tslib-C4Z-yBok.js +35 -0
  12. package/dist/chunks/vendor-tslib-C4Z-yBok.js.map +1 -0
  13. package/dist/chunks/{vendor-vuepic-vue-datepicker-CaZ_qpJp.js → vendor-vuepic-vue-datepicker-D0bvbIbh.js} +1 -1
  14. package/dist/chunks/{vendor-vuepic-vue-datepicker-CaZ_qpJp.js.map → vendor-vuepic-vue-datepicker-D0bvbIbh.js.map} +1 -1
  15. package/dist/dashboard/index.js +1 -1
  16. package/dist/framework.js +1561 -1555
  17. package/dist/framework.js.map +1 -1
  18. package/dist/index.css +1 -1
  19. package/dist/locales/de.js +67 -3
  20. package/dist/locales/en.js +67 -3
  21. package/dist/locales/en.json +67 -3
  22. package/dist/locales/types.d.ts +67 -3
  23. package/dist/shell/_internal/notifications/composables/useContainer/index.d.ts.map +1 -1
  24. package/dist/tsconfig.tsbuildinfo +1 -1
  25. package/dist/ui/components/molecules/index.d.ts +1 -1
  26. package/dist/ui/components/molecules/index.d.ts.map +1 -1
  27. package/dist/ui/components/molecules/vc-popover/index.d.ts +2 -0
  28. package/dist/ui/components/molecules/vc-popover/index.d.ts.map +1 -0
  29. package/dist/ui/components/molecules/vc-popover/panel-anchor-registry.d.ts.map +1 -0
  30. package/dist/ui/components/molecules/{vc-dropdown-panel/vc-dropdown-panel.vue.d.ts → vc-popover/vc-popover.vue.d.ts} +1 -1
  31. package/dist/ui/components/molecules/vc-popover/vc-popover.vue.d.ts.map +1 -0
  32. package/dist/ui/components/organisms/index.d.ts +1 -0
  33. package/dist/ui/components/organisms/index.d.ts.map +1 -1
  34. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +0 -2
  35. package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
  36. package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
  37. package/dist/ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue.d.ts.map +1 -1
  38. package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
  39. package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts +211 -0
  40. package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts.map +1 -0
  41. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerBar.vue.d.ts +40 -0
  42. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerBar.vue.d.ts.map +1 -0
  43. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerGridlines.vue.d.ts +12 -0
  44. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerGridlines.vue.d.ts.map +1 -0
  45. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerHeader.vue.d.ts +33 -0
  46. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerHeader.vue.d.ts.map +1 -0
  47. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue.d.ts +22 -0
  48. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue.d.ts.map +1 -0
  49. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerRow.vue.d.ts +48 -0
  50. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerRow.vue.d.ts.map +1 -0
  51. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerSkeleton.vue.d.ts +8 -0
  52. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerSkeleton.vue.d.ts.map +1 -0
  53. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue.d.ts +7 -0
  54. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue.d.ts.map +1 -0
  55. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue.d.ts +28 -0
  56. package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue.d.ts.map +1 -0
  57. package/dist/ui/components/organisms/vc-scheduler/_internal/editor/ConfirmDialog.vue.d.ts +20 -0
  58. package/dist/ui/components/organisms/vc-scheduler/_internal/editor/ConfirmDialog.vue.d.ts.map +1 -0
  59. package/dist/ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue.d.ts +18 -0
  60. package/dist/ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue.d.ts.map +1 -0
  61. package/dist/ui/components/organisms/vc-scheduler/_internal/editor/SchedulerEventEditor.vue.d.ts +38 -0
  62. package/dist/ui/components/organisms/vc-scheduler/_internal/editor/SchedulerEventEditor.vue.d.ts.map +1 -0
  63. package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerBarSheet.vue.d.ts +21 -0
  64. package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerBarSheet.vue.d.ts.map +1 -0
  65. package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerMobileResourceCard.vue.d.ts +20 -0
  66. package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerMobileResourceCard.vue.d.ts.map +1 -0
  67. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthDayCell.vue.d.ts +24 -0
  68. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthDayCell.vue.d.ts.map +1 -0
  69. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventBar.vue.d.ts +38 -0
  70. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventBar.vue.d.ts.map +1 -0
  71. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventPopover.vue.d.ts +41 -0
  72. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventPopover.vue.d.ts.map +1 -0
  73. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts +30 -0
  74. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts.map +1 -0
  75. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts +82 -0
  76. package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts.map +1 -0
  77. package/dist/ui/components/organisms/vc-scheduler/_internal/quick-create/QuickCreatePopover.vue.d.ts +36 -0
  78. package/dist/ui/components/organisms/vc-scheduler/_internal/quick-create/QuickCreatePopover.vue.d.ts.map +1 -0
  79. package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerAgendaView.vue.d.ts +46 -0
  80. package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerAgendaView.vue.d.ts.map +1 -0
  81. package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerMonthView.vue.d.ts +59 -0
  82. package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerMonthView.vue.d.ts.map +1 -0
  83. package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerTimelineView.vue.d.ts +57 -0
  84. package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerTimelineView.vue.d.ts.map +1 -0
  85. package/dist/ui/components/organisms/vc-scheduler/composables/useBarInteraction.d.ts +31 -0
  86. package/dist/ui/components/organisms/vc-scheduler/composables/useBarInteraction.d.ts.map +1 -0
  87. package/dist/ui/components/organisms/vc-scheduler/composables/useEventColor.d.ts +20 -0
  88. package/dist/ui/components/organisms/vc-scheduler/composables/useEventColor.d.ts.map +1 -0
  89. package/dist/ui/components/organisms/vc-scheduler/composables/useEventInteraction.d.ts +77 -0
  90. package/dist/ui/components/organisms/vc-scheduler/composables/useEventInteraction.d.ts.map +1 -0
  91. package/dist/ui/components/organisms/vc-scheduler/composables/useLanePacking.d.ts +7 -0
  92. package/dist/ui/components/organisms/vc-scheduler/composables/useLanePacking.d.ts.map +1 -0
  93. package/dist/ui/components/organisms/vc-scheduler/composables/useMonthLayout.d.ts +14 -0
  94. package/dist/ui/components/organisms/vc-scheduler/composables/useMonthLayout.d.ts.map +1 -0
  95. package/dist/ui/components/organisms/vc-scheduler/composables/useRecurrence.d.ts +20 -0
  96. package/dist/ui/components/organisms/vc-scheduler/composables/useRecurrence.d.ts.map +1 -0
  97. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerEvents.d.ts +17 -0
  98. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerEvents.d.ts.map +1 -0
  99. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerNavigation.d.ts +19 -0
  100. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerNavigation.d.ts.map +1 -0
  101. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerOrchestrator.d.ts +78 -0
  102. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerOrchestrator.d.ts.map +1 -0
  103. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerViewport.d.ts +21 -0
  104. package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerViewport.d.ts.map +1 -0
  105. package/dist/ui/components/organisms/vc-scheduler/composables/useTimeScale.d.ts +29 -0
  106. package/dist/ui/components/organisms/vc-scheduler/composables/useTimeScale.d.ts.map +1 -0
  107. package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts +64 -0
  108. package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts.map +1 -0
  109. package/dist/ui/components/organisms/vc-scheduler/index.d.ts +3 -0
  110. package/dist/ui/components/organisms/vc-scheduler/index.d.ts.map +1 -0
  111. package/dist/ui/components/organisms/vc-scheduler/injection-keys.d.ts +18 -0
  112. package/dist/ui/components/organisms/vc-scheduler/injection-keys.d.ts.map +1 -0
  113. package/dist/ui/components/organisms/vc-scheduler/types.d.ts +90 -0
  114. package/dist/ui/components/organisms/vc-scheduler/types.d.ts.map +1 -0
  115. package/dist/ui/index.js +117 -115
  116. package/package.json +5 -4
  117. package/dist/chunks/VcTableAdapter.vue_vue_type_script_setup_true_lang-DfRo-sZe.js +0 -18296
  118. package/dist/chunks/VcTableAdapter.vue_vue_type_script_setup_true_lang-DfRo-sZe.js.map +0 -1
  119. package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-CtkZR5a1.js.map +0 -1
  120. package/dist/chunks/vendor-date-fns-BKO3x1R1.js.map +0 -1
  121. package/dist/chunks/vendor-tslib-l0sNRNKZ.js.map +0 -1
  122. package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts +0 -2
  123. package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts.map +0 -1
  124. package/dist/ui/components/molecules/vc-dropdown-panel/panel-anchor-registry.d.ts.map +0 -1
  125. package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +0 -1
  126. /package/dist/ui/components/molecules/{vc-dropdown-panel → vc-popover}/panel-anchor-registry.d.ts +0 -0
@@ -22,7 +22,7 @@ export * from "../../components/molecules/vc-checkbox-group";
22
22
  export * from "../../components/molecules/vc-input-group";
23
23
  export * from "../../components/molecules/vc-input-dropdown";
24
24
  export * from "../../components/molecules/vc-switch";
25
- export * from "../../components/molecules/vc-dropdown-panel";
25
+ export * from "../../components/molecules/vc-popover";
26
26
  export * from "../../components/molecules/vc-dropdown";
27
27
  export * from "../../components/molecules/vc-menu";
28
28
  export * from "../../components/molecules/vc-image-tile";
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC;AACrD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AACxD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,oCAAoC,CAAC;AACnD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,iDAAiD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/molecules/index.ts"],"names":[],"mappings":"AAAA,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,kCAAkC,CAAC;AACjD,cAAc,yCAAyC,CAAC;AACxD,cAAc,oCAAoC,CAAC;AACnD,cAAc,mCAAmC,CAAC;AAClD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,wCAAwC,CAAC;AACvD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC;AACnD,cAAc,sCAAsC,CAAC;AACrD,cAAc,wCAAwC,CAAC;AACvD,cAAc,mCAAmC,CAAC;AAClD,cAAc,0CAA0C,CAAC;AACzD,cAAc,yCAAyC,CAAC;AACxD,cAAc,sCAAsC,CAAC;AACrD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,yCAAyC,CAAC;AACxD,cAAc,4CAA4C,CAAC;AAC3D,cAAc,oCAAoC,CAAC;AACnD,cAAc,qCAAqC,CAAC;AACpD,cAAc,sCAAsC,CAAC;AACrD,cAAc,kCAAkC,CAAC;AACjD,cAAc,wCAAwC,CAAC;AACvD,cAAc,iDAAiD,CAAC"}
@@ -0,0 +1,2 @@
1
+ export { default as VcPopover } from "../../../components/molecules/vc-popover/vc-popover.vue";
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-popover/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,oDAAoD,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"panel-anchor-registry.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-popover/panel-anchor-registry.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,mBAAmB,kCAAyC,CAAC"}
@@ -56,4 +56,4 @@ type __VLS_WithSlots<T, S> = T & {
56
56
  $slots: S;
57
57
  };
58
58
  };
59
- //# sourceMappingURL=vc-dropdown-panel.vue.d.ts.map
59
+ //# sourceMappingURL=vc-popover.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"vc-popover.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/molecules/vc-popover/vc-popover.vue"],"names":[],"mappings":"AAwVA,OAAO,EAA6B,KAAK,SAAS,EAAE,KAAK,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAOpG,UAAU,KAAK;IACb,kDAAkD;IAClD,IAAI,EAAE,OAAO,CAAC;IACd,8QAA8Q;IAC9Q,SAAS,CAAC,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACpC,+DAA+D;IAC/D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,4BAA4B;IAC5B,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,sBAAsB;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,sBAAsB;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,wEAAwE;IACxE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2DAA2D;IAC3D,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,kCAAkC;IAClC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,0BAA0B;IAC1B,aAAa,CAAC,EAAE,OAAO,CAAC;CACzB;AAuRD,QAAA,IAAI,QAAQ;;CAAW,EAAE,QAAQ,IAAW,EAAE,QAAQ,IAAY,CAAE;AACpE,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC5C;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,GAC7C;IAAE,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAO/C,QAAA,MAAM,UAAU;;;;;;;WAjTN,MAAM;WAIN,MAAM;eAIF,MAAM;eANN,SAAS;yBAUC,OAAO;mBAEb,OAAO;cARZ,MAAM;eARL,gBAAgB,GAAG,IAAI;uBAYf,OAAO;6EA4S3B,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -7,4 +7,5 @@ export * from "../../components/organisms/vc-image-upload";
7
7
  export * from "../../components/organisms/vc-popup";
8
8
  export * from "../../components/organisms/vc-sidebar";
9
9
  export * from "../../components/organisms/vc-data-table";
10
+ export * from "../../components/organisms/vc-scheduler";
10
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/organisms/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,wCAAwC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../ui/components/organisms/index.ts"],"names":[],"mappings":"AAAA,cAAc,iCAAiC,CAAC;AAChD,cAAc,yCAAyC,CAAC;AACxD,cAAc,mCAAmC,CAAC;AAClD,cAAc,8CAA8C,CAAC;AAC7D,cAAc,qCAAqC,CAAC;AACpD,cAAc,0CAA0C,CAAC;AACzD,cAAc,mCAAmC,CAAC;AAClD,cAAc,qCAAqC,CAAC;AACpD,cAAc,wCAAwC,CAAC;AACvD,cAAc,uCAAuC,CAAC"}
@@ -34,11 +34,9 @@ type __VLS_Slots = {
34
34
  }) => unknown;
35
35
  };
36
36
  declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
37
- "logo:click": () => any;
38
37
  "item:click": (item: MenuItem) => any;
39
38
  "switch-app": (app: AppDescriptor) => any;
40
39
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
41
- "onLogo:click"?: (() => any) | undefined;
42
40
  "onItem:click"?: ((item: MenuItem) => any) | undefined;
43
41
  "onSwitch-app"?: ((app: AppDescriptor) => any) | undefined;
44
42
  }>, {
@@ -1 +1 @@
1
- {"version":3,"file":"MobileLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue"],"names":[],"mappings":"AA0nBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAc5C,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAiBD,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;QAAC,SAAS,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IACvG,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;IAC7G,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC;IAC/F,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;CAC1F,CAAC;AAssBF,QAAA,MAAM,UAAU;;;;;;;;;iBAjuBA,OAAO;gBAGR,OAAO;cADT,aAAa,EAAE;mBADV,OAAO;6EAouBvB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
1
+ {"version":3,"file":"MobileLayout.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue"],"names":[],"mappings":"AAynBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AAc5C,MAAM,WAAW,KAAK;IACpB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAC3B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAgBD,KAAK,WAAW,GAAG;IACjB,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,aAAa,EAAE,CAAC;QAAC,SAAS,EAAE,CAAC,GAAG,EAAE,aAAa,KAAK,IAAI,CAAA;KAAE,KAAK,OAAO,CAAC;IACvG,IAAI,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAC;QAAC,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,KAAK,IAAI,CAAC;QAAC,WAAW,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;IAC7G,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAC;QAAC,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC;IAC/F,gBAAgB,CAAC,EAAE,CAAC,KAAK,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,KAAK,OAAO,CAAC;CAC1F,CAAC;AAssBF,QAAA,MAAM,UAAU;;;;;;;iBAhuBA,OAAO;gBAGR,OAAO;cADT,aAAa,EAAE;mBADV,OAAO;6EAmuBvB,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AAWzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VcAppMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue"],"names":[],"mappings":"AAiRA,OAAO,KAAK,EAAE,QAAQ,EAAsC,MAAM,aAAa,CAAC;AAOhF,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AA6WD,QAAA,MAAM,YAAY;;;;;cA/WL,OAAO;6EAmXlB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"VcAppMenu.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue"],"names":[],"mappings":"AAmOA,OAAO,KAAK,EAAE,QAAQ,EAAsC,MAAM,aAAa,CAAC;AAKhF,MAAM,WAAW,KAAK;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAoTD,QAAA,MAAM,YAAY;;;;;cAtTL,OAAO;6EA0TlB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"TableSelectAllBar.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue"],"names":[],"mappings":"AAuJA,KAAK,WAAW,GAAG;IACf,mDAAmD;IACnD,cAAc,EAAE,MAAM,CAAC;IACvB,6CAA6C;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sDAAsD;IACtD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,uCAAuC;IACvC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iDAAiD;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8CAA8C;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAsLJ,QAAA,MAAM,YAAY;;;;;;;iBA/LA,OAAO;yBAEC,OAAO;6EAiM/B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
1
+ {"version":3,"file":"TableSelectAllBar.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue"],"names":[],"mappings":"AAwJA,KAAK,WAAW,GAAG;IACf,mDAAmD;IACnD,cAAc,EAAE,MAAM,CAAC;IACvB,6CAA6C;IAC7C,UAAU,EAAE,MAAM,CAAC;IACnB,uEAAuE;IACvE,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,sDAAsD;IACtD,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,uCAAuC;IACvC,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iDAAiD;IACjD,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8CAA8C;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AAsLJ,QAAA,MAAM,YAAY;;;;;;;iBA/LA,OAAO;yBAEC,OAAO;6EAiM/B,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -1 +1 @@
1
- {"version":3,"file":"DataTableMobileCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue"],"names":[],"mappings":"AAyzBA,OAAO,KAAK,EACV,gBAAgB,EAChB,iBAAiB,EAElB,MAAM,8CAA8C,CAAC;AAOtD,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WA8yBO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;QA5yBpD,oBAAoB;cACd,CAAC;QACP,gBAAgB;eACT,MAAM;QACb,gCAAgC;gBACxB,gBAAgB;QACxB,8BAA8B;oBAClB,OAAO;QACnB,gCAAgC;sBAClB,OAAO;QACrB,oBAAoB;kBACV,iBAAiB,CAAC,CAAC,CAAC,EAAE;QAChC,qBAAqB;wBACL,QAAQ,GAAG,UAAU;QACrC,kEAAkE;sBACpD,OAAO;QACrB,6CAA6C;kBACnC,MAAM;QAChB,0BAA0B;oBACd,MAAM;QAClB,yBAAyB;2BACN,MAAM;QACzB,0BAA0B;sBACZ,MAAM;QACpB,uCAAuC;0BACrB,OAAO;QACzB,uDAAuD;mBAC5C,OAAO;QAClB,6DAA6D;sBAC/C,OAAO;;;;;;KA+wBkE,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;WACH,EAAE;;EAGN,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAI,CAAC;wBACvD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
1
+ {"version":3,"file":"DataTableMobileCard.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue"],"names":[],"mappings":"AAwzBA,OAAO,KAAK,EACV,gBAAgB,EAChB,iBAAiB,EAElB,MAAM,8CAA8C,CAAC;AAMtD,QAAA,MAAM,YAAY,GAAK,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACnD,aAAa,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,EAC9D,YAAY,mBAAmB,CAAC,IAAI,CAAC,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,OAAO,CAAC,CAAC,EAC3G,gBAAgB,WAAW,CAAC,OAAO,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC,QAAQ,CAAC,EAClE;WA6yBO,OAAO,KAAK,EAAE,WAAW,GAAG,mBAAmB,CAAC;QA3yBpD,oBAAoB;cACd,CAAC;QACP,gBAAgB;eACT,MAAM;QACb,gCAAgC;gBACxB,gBAAgB;QACxB,8BAA8B;oBAClB,OAAO;QACnB,gCAAgC;sBAClB,OAAO;QACrB,oBAAoB;kBACV,iBAAiB,CAAC,CAAC,CAAC,EAAE;QAChC,qBAAqB;wBACL,QAAQ,GAAG,UAAU;QACrC,kEAAkE;sBACpD,OAAO;QACrB,6CAA6C;kBACnC,MAAM;QAChB,0BAA0B;oBACd,MAAM;QAClB,yBAAyB;2BACN,MAAM;QACzB,0BAA0B;sBACZ,MAAM;QACpB,uCAAuC;0BACrB,OAAO;QACzB,uDAAuD;mBAC5C,OAAO;QAClB,6DAA6D;sBAC/C,OAAO;;;;;;KA8wBkE,CAAC,GAAG,CAAC,OAAO,UAAU,SAAS;QAAE,oBAAoB,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,EAAE,CAAC;YAC5J,CAAC,OAAO,EAAE,EAAE,KAAK,IAAI;WACtB,GAAG;WACH,EAAE;;EAGN,KACQ,OAAO,KAAK,EAAE,KAAK,GAAG;IAAE,KAAK,CAAC,EAAE,OAAO,CAAC,OAAO,WAAW,CAAC,CAAA;CAAI,CAAC;wBACvD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,mBAAmB,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,GAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,GAAG;KAAG,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAAG,CAAC,GAAG,EAAE,CAAC"}
@@ -0,0 +1,211 @@
1
+ import type { IEventDraft, ISchedulerEvent, SchedulerView } from "./types";
2
+ type __VLS_Props = {
3
+ events?: ISchedulerEvent[];
4
+ view?: SchedulerView;
5
+ /**
6
+ * Which views the toolbar offers, in order. Defaults to Month only — the hour-granular
7
+ * timeline views are opt-in (pass e.g. ["month", "timeline-day", "timeline-week"]).
8
+ * The switcher is hidden when only one view is listed.
9
+ */
10
+ views?: SchedulerView[];
11
+ /**
12
+ * Show a manual Color field in the editor. Off by default — event colors are
13
+ * auto-derived from the title (deterministic, not stored), so users don't pick them.
14
+ */
15
+ allowColor?: boolean;
16
+ date?: Date;
17
+ editable?: boolean;
18
+ firstDayOfWeek?: number;
19
+ isEventEditable?: (e: ISchedulerEvent) => boolean;
20
+ /** Built-in quick-info popover on event click. Disable for a fully custom flow. */
21
+ quickInfo?: boolean;
22
+ /** Timeline views. First rendered hour column, 0-23. */
23
+ dayStartHour?: number;
24
+ /** Timeline views. Last rendered hour column (exclusive), 1-24. */
25
+ dayEndHour?: number;
26
+ /**
27
+ * "builtin" (default) opens the quick-create popover / editor modal for create and
28
+ * edit intents. "emit" skips the built-in UI entirely and re-emits the intent as a
29
+ * public event instead, for hosts that want to drive their own create/edit flow.
30
+ */
31
+ editorMode?: "builtin" | "emit";
32
+ /** Async loading: shows a view-shaped skeleton on first load (no events yet), or a
33
+ * loading overlay when refreshing over existing events. */
34
+ loading?: boolean;
35
+ };
36
+ declare function onQuickSave({ title }: {
37
+ title: string;
38
+ }): void;
39
+ declare function onQuickMore(payload: {
40
+ title: string;
41
+ }): void;
42
+ declare function onQuickClose(): void;
43
+ declare function onEditorSave(draft: IEventDraft): void;
44
+ declare function onEditorDelete(p: {
45
+ id: string;
46
+ }): void;
47
+ declare function onEditorClose(): void;
48
+ declare var __VLS_1: {
49
+ title: string;
50
+ view: SchedulerView;
51
+ }, __VLS_14: {}, __VLS_33: {
52
+ event: ISchedulerEvent;
53
+ }, __VLS_36: {
54
+ event: ISchedulerEvent | null;
55
+ close: () => void;
56
+ }, __VLS_39: {}, __VLS_54: {
57
+ event: ISchedulerEvent;
58
+ }, __VLS_57: {
59
+ event: ISchedulerEvent | null;
60
+ close: () => void;
61
+ }, __VLS_71: {
62
+ event: ISchedulerEvent;
63
+ }, __VLS_74: {
64
+ event: ISchedulerEvent | null;
65
+ close: () => void;
66
+ }, __VLS_77: {}, __VLS_79: {
67
+ open: boolean;
68
+ anchorRect: {
69
+ height: number;
70
+ width: number;
71
+ x: number;
72
+ y: number;
73
+ readonly bottom: number;
74
+ readonly left: number;
75
+ readonly right: number;
76
+ readonly top: number;
77
+ toJSON: () => any;
78
+ } | null;
79
+ draft: IEventDraft;
80
+ save: typeof onQuickSave;
81
+ more: typeof onQuickMore;
82
+ close: typeof onQuickClose;
83
+ }, __VLS_90: {
84
+ open: boolean;
85
+ mode: "create" | "edit";
86
+ draft: IEventDraft;
87
+ allowRecurrence: boolean;
88
+ allowColor: boolean;
89
+ save: typeof onEditorSave;
90
+ delete: typeof onEditorDelete;
91
+ close: typeof onEditorClose;
92
+ };
93
+ type __VLS_Slots = {} & {
94
+ toolbar?: (props: typeof __VLS_1) => any;
95
+ } & {
96
+ loading?: (props: typeof __VLS_14) => any;
97
+ } & {
98
+ event?: (props: typeof __VLS_33) => any;
99
+ } & {
100
+ 'event-popover'?: (props: typeof __VLS_36) => any;
101
+ } & {
102
+ empty?: (props: typeof __VLS_39) => any;
103
+ } & {
104
+ event?: (props: typeof __VLS_54) => any;
105
+ } & {
106
+ 'event-popover'?: (props: typeof __VLS_57) => any;
107
+ } & {
108
+ event?: (props: typeof __VLS_71) => any;
109
+ } & {
110
+ 'event-popover'?: (props: typeof __VLS_74) => any;
111
+ } & {
112
+ empty?: (props: typeof __VLS_77) => any;
113
+ } & {
114
+ 'quick-create'?: (props: typeof __VLS_79) => any;
115
+ } & {
116
+ 'event-editor'?: (props: typeof __VLS_90) => any;
117
+ };
118
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
119
+ "update:view": (v: SchedulerView) => any;
120
+ "event-click": (ev: ISchedulerEvent) => any;
121
+ "event-update": (u: {
122
+ id: string;
123
+ start: Date;
124
+ end: Date;
125
+ title?: string;
126
+ allDay?: boolean;
127
+ color?: string;
128
+ /** Set when saving "all events" on a recurring master (RRULE text, via toRRule). */
129
+ recurrence?: string;
130
+ /** Set when detaching an occurrence from the series ("this event" delete). */
131
+ exceptionDates?: Date[];
132
+ /** Set when updating an existing single-occurrence override. */
133
+ recurrenceId?: string;
134
+ originalStart?: Date;
135
+ }) => any;
136
+ "event-delete": (p: {
137
+ id: string;
138
+ }) => any;
139
+ "update:date": (d: Date) => any;
140
+ "event-create": (c: {
141
+ start: Date;
142
+ end: Date;
143
+ allDay: boolean;
144
+ title: string;
145
+ color?: string;
146
+ /** Set when creating a recurring master (RRULE text, via toRRule). */
147
+ recurrence?: string;
148
+ /** Set when creating a single-occurrence override of a recurring series. */
149
+ recurrenceId?: string;
150
+ originalStart?: Date;
151
+ }) => any;
152
+ "event-edit": (ev: ISchedulerEvent) => any;
153
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
154
+ "onUpdate:view"?: ((v: SchedulerView) => any) | undefined;
155
+ "onEvent-click"?: ((ev: ISchedulerEvent) => any) | undefined;
156
+ "onEvent-update"?: ((u: {
157
+ id: string;
158
+ start: Date;
159
+ end: Date;
160
+ title?: string;
161
+ allDay?: boolean;
162
+ color?: string;
163
+ /** Set when saving "all events" on a recurring master (RRULE text, via toRRule). */
164
+ recurrence?: string;
165
+ /** Set when detaching an occurrence from the series ("this event" delete). */
166
+ exceptionDates?: Date[];
167
+ /** Set when updating an existing single-occurrence override. */
168
+ recurrenceId?: string;
169
+ originalStart?: Date;
170
+ }) => any) | undefined;
171
+ "onEvent-delete"?: ((p: {
172
+ id: string;
173
+ }) => any) | undefined;
174
+ "onUpdate:date"?: ((d: Date) => any) | undefined;
175
+ "onEvent-create"?: ((c: {
176
+ start: Date;
177
+ end: Date;
178
+ allDay: boolean;
179
+ title: string;
180
+ color?: string;
181
+ /** Set when creating a recurring master (RRULE text, via toRRule). */
182
+ recurrence?: string;
183
+ /** Set when creating a single-occurrence override of a recurring series. */
184
+ recurrenceId?: string;
185
+ originalStart?: Date;
186
+ }) => any) | undefined;
187
+ "onEvent-edit"?: ((ev: ISchedulerEvent) => any) | undefined;
188
+ }>, {
189
+ date: Date;
190
+ view: SchedulerView;
191
+ loading: boolean;
192
+ events: ISchedulerEvent[];
193
+ editable: boolean;
194
+ views: SchedulerView[];
195
+ firstDayOfWeek: number;
196
+ isEventEditable: (e: ISchedulerEvent) => boolean;
197
+ quickInfo: boolean;
198
+ dayStartHour: number;
199
+ dayEndHour: number;
200
+ allowColor: boolean;
201
+ editorMode: "builtin" | "emit";
202
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
203
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
204
+ declare const _default: typeof __VLS_export;
205
+ export default _default;
206
+ type __VLS_WithSlots<T, S> = T & {
207
+ new (): {
208
+ $slots: S;
209
+ };
210
+ };
211
+ //# sourceMappingURL=VcScheduler.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VcScheduler.vue.d.ts","sourceRoot":"","sources":["../../../../../ui/components/organisms/vc-scheduler/VcScheduler.vue"],"names":[],"mappings":"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"}
@@ -0,0 +1,40 @@
1
+ import type { ISchedulerBar } from "../types";
2
+ type __VLS_Props = {
3
+ bar: ISchedulerBar;
4
+ x: number;
5
+ width: number;
6
+ top: number;
7
+ height: number;
8
+ editable: boolean;
9
+ selected: boolean;
10
+ };
11
+ declare var __VLS_1: {
12
+ bar: ISchedulerBar;
13
+ };
14
+ type __VLS_Slots = {} & {
15
+ default?: (props: typeof __VLS_1) => any;
16
+ };
17
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
+ select: () => any;
19
+ "resize-start": (payload: {
20
+ edge: "start" | "end";
21
+ event: PointerEvent;
22
+ }) => any;
23
+ "move-start": (event: PointerEvent) => any;
24
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
25
+ onSelect?: (() => any) | undefined;
26
+ "onResize-start"?: ((payload: {
27
+ edge: "start" | "end";
28
+ event: PointerEvent;
29
+ }) => any) | undefined;
30
+ "onMove-start"?: ((event: PointerEvent) => any) | undefined;
31
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
34
+ export default _default;
35
+ type __VLS_WithSlots<T, S> = T & {
36
+ new (): {
37
+ $slots: S;
38
+ };
39
+ };
40
+ //# sourceMappingURL=SchedulerBar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerBar.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerBar.vue"],"names":[],"mappings":"AAwIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,KAAK,WAAW,GAAG;IACjB,GAAG,EAAE,aAAa,CAAC;IACnB,CAAC,EAAE,MAAM,CAAC;IACV,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AA2GF,QAAA,IAAI,OAAO;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAK/C,QAAA,MAAM,UAAU;;;cA5GuB,OAAO,GAAG,KAAK;eAAS,YAAY;;;;;;cAApC,OAAO,GAAG,KAAK;eAAS,YAAY;;;kFA+GzE,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,12 @@
1
+ type __VLS_Props = {
2
+ fineTicks: {
3
+ date: Date;
4
+ x: number;
5
+ }[];
6
+ totalWidth: number;
7
+ height: number;
8
+ };
9
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ declare const _default: typeof __VLS_export;
11
+ export default _default;
12
+ //# sourceMappingURL=SchedulerGridlines.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerGridlines.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerGridlines.vue"],"names":[],"mappings":"AA2CA,KAAK,WAAW,GAAG;IAAE,SAAS,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC;AAyClG,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,33 @@
1
+ import type { SchedulerZoom } from "../types";
2
+ type __VLS_Props = {
3
+ fineTicks: {
4
+ date: Date;
5
+ x: number;
6
+ }[];
7
+ coarseTicks: {
8
+ date: Date;
9
+ x: number;
10
+ label: string;
11
+ }[];
12
+ zoom: SchedulerZoom;
13
+ totalWidth: number;
14
+ };
15
+ declare var __VLS_1: {
16
+ tick: {
17
+ date: Date;
18
+ x: number;
19
+ };
20
+ };
21
+ type __VLS_Slots = {} & {
22
+ 'header-cell'?: (props: typeof __VLS_1) => any;
23
+ };
24
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
25
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
+ declare const _default: typeof __VLS_export;
27
+ export default _default;
28
+ type __VLS_WithSlots<T, S> = T & {
29
+ new (): {
30
+ $slots: S;
31
+ };
32
+ };
33
+ //# sourceMappingURL=SchedulerHeader.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerHeader.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerHeader.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,KAAK,WAAW,GAAG;IACjB,SAAS,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,CAAC,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACvC,WAAW,EAAE;QAAE,IAAI,EAAE,IAAI,CAAC;QAAC,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACxD,IAAI,EAAE,aAAa,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;CACpB,CAAC;AAkFF,QAAA,IAAI,OAAO;;cAtFU,IAAI;WAAK,MAAM;;CAsFd,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAKrD,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,22 @@
1
+ import type { ISchedulerResource } from "../types";
2
+ type __VLS_Props = {
3
+ resources: ISchedulerResource[];
4
+ rowHeight: (id: string) => number;
5
+ width: number;
6
+ };
7
+ declare var __VLS_1: {
8
+ resource: ISchedulerResource;
9
+ };
10
+ type __VLS_Slots = {} & {
11
+ resource?: (props: typeof __VLS_1) => any;
12
+ };
13
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
16
+ export default _default;
17
+ type __VLS_WithSlots<T, S> = T & {
18
+ new (): {
19
+ $slots: S;
20
+ };
21
+ };
22
+ //# sourceMappingURL=SchedulerResourcePanel.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerResourcePanel.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue"],"names":[],"mappings":"AAAA,OA8CO,KAAK,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AACnD,KAAK,WAAW,GAAG;IAAE,SAAS,EAAE,kBAAkB,EAAE,CAAC;IAAC,SAAS,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAoCzG,QAAA,IAAI,OAAO;;CAAW,CAAE;AACxB,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,OAAO,KAAK,GAAG,CAAA;CAAE,CAAC;AAKhD,QAAA,MAAM,UAAU,kSAEd,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,48 @@
1
+ import type { IPackedBar, ISchedulerBar } from "../types";
2
+ type __VLS_Props = {
3
+ packedBars: IPackedBar[];
4
+ dateToX: (d: Date) => number;
5
+ laneHeight: number;
6
+ laneGap: number;
7
+ height: number;
8
+ editable: boolean;
9
+ selectedId: string | null;
10
+ };
11
+ declare var __VLS_12: {
12
+ bar: ISchedulerBar;
13
+ };
14
+ type __VLS_Slots = {} & {
15
+ bar?: (props: typeof __VLS_12) => any;
16
+ };
17
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
+ "bar-select": (id: string) => any;
19
+ "bar-move-start": (p: {
20
+ bar: ISchedulerBar;
21
+ event: PointerEvent;
22
+ }) => any;
23
+ "bar-resize-start": (p: {
24
+ bar: ISchedulerBar;
25
+ edge: "start" | "end";
26
+ event: PointerEvent;
27
+ }) => any;
28
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
29
+ "onBar-select"?: ((id: string) => any) | undefined;
30
+ "onBar-move-start"?: ((p: {
31
+ bar: ISchedulerBar;
32
+ event: PointerEvent;
33
+ }) => any) | undefined;
34
+ "onBar-resize-start"?: ((p: {
35
+ bar: ISchedulerBar;
36
+ edge: "start" | "end";
37
+ event: PointerEvent;
38
+ }) => any) | undefined;
39
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
40
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
42
+ export default _default;
43
+ type __VLS_WithSlots<T, S> = T & {
44
+ new (): {
45
+ $slots: S;
46
+ };
47
+ };
48
+ //# sourceMappingURL=SchedulerRow.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerRow.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerRow.vue"],"names":[],"mappings":"AA2DA,OAAO,KAAK,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE1D,KAAK,WAAW,GAAG;IACjB,UAAU,EAAE,UAAU,EAAE,CAAC;IACzB,OAAO,EAAE,CAAC,CAAC,EAAE,IAAI,KAAK,MAAM,CAAC;IAC7B,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,OAAO,CAAC;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B,CAAC;AA+FF,QAAA,IAAI,QAAQ;;CAAY,CAAE;AAC1B,KAAK,WAAW,GAAG,EAAE,GACnB;IAAE,GAAG,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,QAAQ,KAAK,GAAG,CAAA;CAAE,CAAC;AAK5C,QAAA,MAAM,UAAU;;;aAjGkB,aAAa;eAAS,YAAY;;;aAChC,aAAa;cAAQ,OAAO,GAAG,KAAK;eAAS,YAAY;;;;;aAD3D,aAAa;eAAS,YAAY;;;aAChC,aAAa;cAAQ,OAAO,GAAG,KAAK;eAAS,YAAY;;kFAmG3F,CAAC;AACH,QAAA,MAAM,YAAY,EAAS,eAAe,CAAC,OAAO,UAAU,EAAE,WAAW,CAAC,CAAC;wBACtD,OAAO,YAAY;AAAxC,wBAAyC;AACzC,KAAK,eAAe,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IAChC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KACV,CAAA;CACD,CAAC"}
@@ -0,0 +1,8 @@
1
+ type __VLS_Props = {
2
+ /** Which view's layout to mimic while loading. */
3
+ view: "month" | "timeline" | "agenda";
4
+ };
5
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
6
+ declare const _default: typeof __VLS_export;
7
+ export default _default;
8
+ //# sourceMappingURL=SchedulerSkeleton.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerSkeleton.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerSkeleton.vue"],"names":[],"mappings":"AA8NA,KAAK,WAAW,GAAG;IACjB,kDAAkD;IAClD,IAAI,EAAE,OAAO,GAAG,UAAU,GAAG,QAAQ,CAAC;CACvC,CAAC;AAiQF,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,7 @@
1
+ type __VLS_Props = {
2
+ x: number;
3
+ };
4
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
5
+ declare const _default: typeof __VLS_export;
6
+ export default _default;
7
+ //# sourceMappingURL=SchedulerTimeIndicator.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerTimeIndicator.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue"],"names":[],"mappings":"AAAA,KAqCK,WAAW,GAAG;IAAE,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AA+BjC,QAAA,MAAM,YAAY,kSAEhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,28 @@
1
+ import type { SchedulerView } from "../types";
2
+ type __VLS_Props = {
3
+ title: string;
4
+ view: SchedulerView;
5
+ views: {
6
+ value: SchedulerView;
7
+ label: string;
8
+ }[];
9
+ editable: boolean;
10
+ /** True when the focused period already contains today — disables the Today button. */
11
+ current: boolean;
12
+ };
13
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
14
+ create: () => any;
15
+ next: () => any;
16
+ prev: () => any;
17
+ today: () => any;
18
+ "update:view": (v: SchedulerView) => any;
19
+ }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
20
+ onCreate?: (() => any) | undefined;
21
+ onNext?: (() => any) | undefined;
22
+ onPrev?: (() => any) | undefined;
23
+ onToday?: (() => any) | undefined;
24
+ "onUpdate:view"?: ((v: SchedulerView) => any) | undefined;
25
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
26
+ declare const _default: typeof __VLS_export;
27
+ export default _default;
28
+ //# sourceMappingURL=SchedulerToolbar.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SchedulerToolbar.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue"],"names":[],"mappings":"AAgHA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAE9C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE;QAAE,KAAK,EAAE,aAAa,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IACjD,QAAQ,EAAE,OAAO,CAAC;IAClB,uFAAuF;IACvF,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AA8OF,QAAA,MAAM,YAAY;;;;;;;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,20 @@
1
+ export interface Props {
2
+ open: boolean;
3
+ title: string;
4
+ body: string;
5
+ confirmLabel: string;
6
+ }
7
+ export interface Emits {
8
+ (event: "confirm"): void;
9
+ (event: "close"): void;
10
+ }
11
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
12
+ close: () => any;
13
+ confirm: () => any;
14
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
15
+ onClose?: (() => any) | undefined;
16
+ onConfirm?: (() => any) | undefined;
17
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
18
+ declare const _default: typeof __VLS_export;
19
+ export default _default;
20
+ //# sourceMappingURL=ConfirmDialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConfirmDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-scheduler/_internal/editor/ConfirmDialog.vue"],"names":[],"mappings":"AA8EA,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,SAAS,GAAG,IAAI,CAAC;IACzB,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AA8ID,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}
@@ -0,0 +1,18 @@
1
+ export interface Props {
2
+ open: boolean;
3
+ action: "edit" | "delete";
4
+ }
5
+ export interface Emits {
6
+ (event: "select", scope: "this" | "all"): void;
7
+ (event: "close"): void;
8
+ }
9
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
10
+ select: (scope: "all" | "this") => any;
11
+ close: () => any;
12
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
+ onSelect?: ((scope: "all" | "this") => any) | undefined;
14
+ onClose?: (() => any) | undefined;
15
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
17
+ export default _default;
18
+ //# sourceMappingURL=RecurrenceScopeDialog.vue.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RecurrenceScopeDialog.vue.d.ts","sourceRoot":"","sources":["../../../../../../../ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue"],"names":[],"mappings":"AAwFA,MAAM,WAAW,KAAK;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,MAAM,GAAG,QAAQ,CAAC;CAC3B;AAED,MAAM,WAAW,KAAK;IACpB,CAAC,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,MAAM,GAAG,KAAK,GAAG,IAAI,CAAC;IAC/C,CAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;CACxB;AA0KD,QAAA,MAAM,YAAY;;;;;;kFAGhB,CAAC;wBACkB,OAAO,YAAY;AAAxC,wBAAyC"}