@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.
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CTKDY1xe.js +20733 -0
- package/dist/chunks/VcScheduler.vue_vue_type_script_setup_true_lang-CTKDY1xe.js.map +1 -0
- 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
- package/dist/chunks/VcScheduler.vue_vue_type_style_index_0_lang-DR8wrtyB.js.map +1 -0
- 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
- 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
- package/dist/chunks/{vendor-date-fns-BKO3x1R1.js → vendor-date-fns-C-55OMpS.js} +487 -441
- package/dist/chunks/vendor-date-fns-C-55OMpS.js.map +1 -0
- package/dist/chunks/vendor-rrule-C4g_KGmu.js +1706 -0
- package/dist/chunks/vendor-rrule-C4g_KGmu.js.map +1 -0
- package/dist/chunks/vendor-tslib-C4Z-yBok.js +35 -0
- package/dist/chunks/vendor-tslib-C4Z-yBok.js.map +1 -0
- package/dist/chunks/{vendor-vuepic-vue-datepicker-CaZ_qpJp.js → vendor-vuepic-vue-datepicker-D0bvbIbh.js} +1 -1
- package/dist/chunks/{vendor-vuepic-vue-datepicker-CaZ_qpJp.js.map → vendor-vuepic-vue-datepicker-D0bvbIbh.js.map} +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/framework.js +1561 -1555
- package/dist/framework.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/locales/de.js +67 -3
- package/dist/locales/en.js +67 -3
- package/dist/locales/en.json +67 -3
- package/dist/locales/types.d.ts +67 -3
- package/dist/shell/_internal/notifications/composables/useContainer/index.d.ts.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/ui/components/molecules/index.d.ts +1 -1
- package/dist/ui/components/molecules/index.d.ts.map +1 -1
- package/dist/ui/components/molecules/vc-popover/index.d.ts +2 -0
- package/dist/ui/components/molecules/vc-popover/index.d.ts.map +1 -0
- package/dist/ui/components/molecules/vc-popover/panel-anchor-registry.d.ts.map +1 -0
- package/dist/ui/components/molecules/{vc-dropdown-panel/vc-dropdown-panel.vue.d.ts → vc-popover/vc-popover.vue.d.ts} +1 -1
- package/dist/ui/components/molecules/vc-popover/vc-popover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/index.d.ts +1 -0
- package/dist/ui/components/organisms/index.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts +0 -2
- package/dist/ui/components/organisms/vc-app/_internal/layouts/MobileLayout.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-app/_internal/menu/VcAppMenu.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-data-table/components/mobile/DataTableMobileCard.vue.d.ts.map +1 -1
- package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts +211 -0
- package/dist/ui/components/organisms/vc-scheduler/VcScheduler.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerBar.vue.d.ts +40 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerBar.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerGridlines.vue.d.ts +12 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerGridlines.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerHeader.vue.d.ts +33 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerHeader.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue.d.ts +22 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerRow.vue.d.ts +48 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerRow.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerSkeleton.vue.d.ts +8 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerSkeleton.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue.d.ts +7 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue.d.ts +28 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerToolbar.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/ConfirmDialog.vue.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/ConfirmDialog.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue.d.ts +18 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/SchedulerEventEditor.vue.d.ts +38 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/editor/SchedulerEventEditor.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerBarSheet.vue.d.ts +21 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerBarSheet.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerMobileResourceCard.vue.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/mobile/SchedulerMobileResourceCard.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthDayCell.vue.d.ts +24 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthDayCell.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventBar.vue.d.ts +38 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventBar.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventPopover.vue.d.ts +41 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthEventPopover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts +30 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthMorePopover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts +82 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/month/MonthWeekRow.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/quick-create/QuickCreatePopover.vue.d.ts +36 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/quick-create/QuickCreatePopover.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerAgendaView.vue.d.ts +46 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerAgendaView.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerMonthView.vue.d.ts +59 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerMonthView.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerTimelineView.vue.d.ts +57 -0
- package/dist/ui/components/organisms/vc-scheduler/_internal/views/SchedulerTimelineView.vue.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useBarInteraction.d.ts +31 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useBarInteraction.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventColor.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventColor.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventInteraction.d.ts +77 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useEventInteraction.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useLanePacking.d.ts +7 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useLanePacking.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useMonthLayout.d.ts +14 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useMonthLayout.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useRecurrence.d.ts +20 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useRecurrence.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerEvents.d.ts +17 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerEvents.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerNavigation.d.ts +19 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerNavigation.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerOrchestrator.d.ts +78 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerOrchestrator.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerViewport.d.ts +21 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useSchedulerViewport.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimeScale.d.ts +29 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimeScale.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts +64 -0
- package/dist/ui/components/organisms/vc-scheduler/composables/useTimelineTimeGrid.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/index.d.ts +3 -0
- package/dist/ui/components/organisms/vc-scheduler/index.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/injection-keys.d.ts +18 -0
- package/dist/ui/components/organisms/vc-scheduler/injection-keys.d.ts.map +1 -0
- package/dist/ui/components/organisms/vc-scheduler/types.d.ts +90 -0
- package/dist/ui/components/organisms/vc-scheduler/types.d.ts.map +1 -0
- package/dist/ui/index.js +117 -115
- package/package.json +5 -4
- package/dist/chunks/VcTableAdapter.vue_vue_type_script_setup_true_lang-DfRo-sZe.js +0 -18296
- package/dist/chunks/VcTableAdapter.vue_vue_type_script_setup_true_lang-DfRo-sZe.js.map +0 -1
- package/dist/chunks/VcTableAdapter.vue_vue_type_style_index_0_lang-CtkZR5a1.js.map +0 -1
- package/dist/chunks/vendor-date-fns-BKO3x1R1.js.map +0 -1
- package/dist/chunks/vendor-tslib-l0sNRNKZ.js.map +0 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts +0 -2
- package/dist/ui/components/molecules/vc-dropdown-panel/index.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/panel-anchor-registry.d.ts.map +0 -1
- package/dist/ui/components/molecules/vc-dropdown-panel/vc-dropdown-panel.vue.d.ts.map +0 -1
- /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-
|
|
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,
|
|
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 @@
|
|
|
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"}
|
|
@@ -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":"
|
|
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":"
|
|
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"}
|
package/dist/ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableSelectAllBar.vue.d.ts","sourceRoot":"","sources":["../../../../../../ui/components/organisms/vc-data-table/components/TableSelectAllBar.vue"],"names":[],"mappings":"
|
|
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":"
|
|
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
|
package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerResourcePanel.vue.d.ts.map
ADDED
|
@@ -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
|
package/dist/ui/components/organisms/vc-scheduler/_internal/SchedulerTimeIndicator.vue.d.ts.map
ADDED
|
@@ -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"}
|
package/dist/ui/components/organisms/vc-scheduler/_internal/editor/RecurrenceScopeDialog.vue.d.ts
ADDED
|
@@ -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"}
|