@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
package/dist/locales/de.js
CHANGED
|
@@ -10,9 +10,6 @@ export default {
|
|
|
10
10
|
},
|
|
11
11
|
"SHELL": {
|
|
12
12
|
"NAVIGATION_ARIA_LABEL": "Hauptnavigation",
|
|
13
|
-
"SIDEBAR": {
|
|
14
|
-
"SEARCH_PLACEHOLDER": "Suchbegriff"
|
|
15
|
-
},
|
|
16
13
|
"USER": {
|
|
17
14
|
"ROLE": {
|
|
18
15
|
"ADMINISTRATOR": "Administrator"
|
|
@@ -523,6 +520,73 @@ export default {
|
|
|
523
520
|
"AI_AGENT": {
|
|
524
521
|
"LOADING": "Virto OZ wird geladen..."
|
|
525
522
|
},
|
|
523
|
+
"VC_SCHEDULER": {
|
|
524
|
+
"AGENDA": "Agenda",
|
|
525
|
+
"ALL_DAY": "Ganztägig",
|
|
526
|
+
"CANCEL": "Abbrechen",
|
|
527
|
+
"CLOSE": "Schließen",
|
|
528
|
+
"COLOR": "Farbe",
|
|
529
|
+
"COLOR_DEFAULT": "Standardfarbe",
|
|
530
|
+
"COLOR_CUSTOM": "Eigene Farbe",
|
|
531
|
+
"COLOR_BLUE": "Blau",
|
|
532
|
+
"COLOR_GREEN": "Grün",
|
|
533
|
+
"COLOR_AMBER": "Gelb",
|
|
534
|
+
"COLOR_RED": "Rot",
|
|
535
|
+
"COLOR_PURPLE": "Violett",
|
|
536
|
+
"COLOR_PINK": "Pink",
|
|
537
|
+
"COLOR_TEAL": "Türkis",
|
|
538
|
+
"COLOR_SLATE": "Grau",
|
|
539
|
+
"DAY": "Day",
|
|
540
|
+
"DAY_N_OF_M": "Tag {n} von {total}",
|
|
541
|
+
"DELETE": "Löschen",
|
|
542
|
+
"DELETE_CONFIRM_BODY": "\"{title}\" löschen? Dies kann nicht rückgängig gemacht werden.",
|
|
543
|
+
"DELETE_CONFIRM_TITLE": "Ereignis löschen",
|
|
544
|
+
"EDIT": "Bearbeiten",
|
|
545
|
+
"EDIT_EVENT": "Ereignis bearbeiten",
|
|
546
|
+
"EMPTY": "No events in this range",
|
|
547
|
+
"EMPTY_HINT": "Noch keine Ereignisse. Klicke auf einen Tag, um eins hinzuzufügen.",
|
|
548
|
+
"END": "Ende",
|
|
549
|
+
"LOADING": "Ereignisse werden geladen…",
|
|
550
|
+
"MORE": "+{count} more",
|
|
551
|
+
"MONTH": "Month",
|
|
552
|
+
"MORE_OPTIONS": "Weitere Optionen",
|
|
553
|
+
"NEW_EVENT": "Neues Ereignis",
|
|
554
|
+
"NEXT": "Next",
|
|
555
|
+
"PREVIOUS": "Previous",
|
|
556
|
+
"RECUR_SCOPE_ALL": "Alle Ereignisse",
|
|
557
|
+
"RECUR_SCOPE_BODY_DELETE": "Dieses Ereignis ist Teil einer wiederkehrenden Serie. Möchten Sie nur dieses Ereignis oder alle Ereignisse der Serie löschen?",
|
|
558
|
+
"RECUR_SCOPE_BODY_EDIT": "Dieses Ereignis ist Teil einer wiederkehrenden Serie. Möchten Sie nur dieses Ereignis oder alle Ereignisse der Serie bearbeiten?",
|
|
559
|
+
"RECUR_SCOPE_THIS": "Dieses Ereignis",
|
|
560
|
+
"RECUR_SCOPE_TITLE": "Wiederkehrendes Ereignis",
|
|
561
|
+
"REPEAT": "Wiederholen",
|
|
562
|
+
"REPEAT_DAILY": "Täglich",
|
|
563
|
+
"REPEAT_END": "Endet",
|
|
564
|
+
"REPEAT_END_COUNT": "Nach",
|
|
565
|
+
"REPEAT_END_NEVER": "Nie",
|
|
566
|
+
"REPEAT_END_UNTIL": "Am Datum",
|
|
567
|
+
"REPEAT_EVERY": "Wiederholen alle",
|
|
568
|
+
"REPEAT_UNIT_DAYS": "Tag(e)",
|
|
569
|
+
"REPEAT_UNIT_WEEKS": "Woche(n)",
|
|
570
|
+
"REPEAT_UNIT_MONTHS": "Monat(e)",
|
|
571
|
+
"REPEAT_UNIT_YEARS": "Jahr(e)",
|
|
572
|
+
"REPEAT_MONTHLY": "Monatlich",
|
|
573
|
+
"REPEAT_NONE": "Keine Wiederholung",
|
|
574
|
+
"REPEAT_OCCURRENCES": "Vorkommen",
|
|
575
|
+
"REPEAT_ON": "Wiederholen am",
|
|
576
|
+
"REPEAT_WEEKLY": "Wöchentlich",
|
|
577
|
+
"REPEAT_YEARLY": "Jährlich",
|
|
578
|
+
"SAVE": "Speichern",
|
|
579
|
+
"START": "Start",
|
|
580
|
+
"TIMELINE": "Timeline",
|
|
581
|
+
"TIMELINE_DAY": "Zeitachse Tag",
|
|
582
|
+
"TIMELINE_WEEK": "Zeitachse Woche",
|
|
583
|
+
"TITLE": "Titel",
|
|
584
|
+
"TODAY": "Today",
|
|
585
|
+
"WEEK": "Week",
|
|
586
|
+
"WORK_WEEK": "Work week",
|
|
587
|
+
"ZOOM_IN": "Zoom in",
|
|
588
|
+
"ZOOM_OUT": "Zoom out"
|
|
589
|
+
},
|
|
526
590
|
"common": {
|
|
527
591
|
"no_options": "Keine Optionen"
|
|
528
592
|
}
|
package/dist/locales/en.js
CHANGED
|
@@ -10,9 +10,6 @@ export default {
|
|
|
10
10
|
},
|
|
11
11
|
"SHELL": {
|
|
12
12
|
"NAVIGATION_ARIA_LABEL": "Primary navigation",
|
|
13
|
-
"SIDEBAR": {
|
|
14
|
-
"SEARCH_PLACEHOLDER": "Search keyword"
|
|
15
|
-
},
|
|
16
13
|
"USER": {
|
|
17
14
|
"ROLE": {
|
|
18
15
|
"ADMINISTRATOR": "Administrator"
|
|
@@ -523,6 +520,73 @@ export default {
|
|
|
523
520
|
"AI_AGENT": {
|
|
524
521
|
"LOADING": "Loading Virto OZ..."
|
|
525
522
|
},
|
|
523
|
+
"VC_SCHEDULER": {
|
|
524
|
+
"AGENDA": "Agenda",
|
|
525
|
+
"ALL_DAY": "All day",
|
|
526
|
+
"CANCEL": "Cancel",
|
|
527
|
+
"CLOSE": "Close",
|
|
528
|
+
"COLOR": "Color",
|
|
529
|
+
"COLOR_DEFAULT": "Default color",
|
|
530
|
+
"COLOR_CUSTOM": "Custom color",
|
|
531
|
+
"COLOR_BLUE": "Blue",
|
|
532
|
+
"COLOR_GREEN": "Green",
|
|
533
|
+
"COLOR_AMBER": "Amber",
|
|
534
|
+
"COLOR_RED": "Red",
|
|
535
|
+
"COLOR_PURPLE": "Purple",
|
|
536
|
+
"COLOR_PINK": "Pink",
|
|
537
|
+
"COLOR_TEAL": "Teal",
|
|
538
|
+
"COLOR_SLATE": "Slate",
|
|
539
|
+
"DAY": "Day",
|
|
540
|
+
"DAY_N_OF_M": "Day {n} of {total}",
|
|
541
|
+
"DELETE": "Delete",
|
|
542
|
+
"DELETE_CONFIRM_BODY": "Delete \"{title}\"? This can't be undone.",
|
|
543
|
+
"DELETE_CONFIRM_TITLE": "Delete event",
|
|
544
|
+
"EDIT": "Edit",
|
|
545
|
+
"EDIT_EVENT": "Edit event",
|
|
546
|
+
"EMPTY": "No events in this range",
|
|
547
|
+
"EMPTY_HINT": "No events yet. Click a day to add one.",
|
|
548
|
+
"END": "End",
|
|
549
|
+
"LOADING": "Loading events…",
|
|
550
|
+
"MORE": "+{count} more",
|
|
551
|
+
"MONTH": "Month",
|
|
552
|
+
"MORE_OPTIONS": "More options",
|
|
553
|
+
"NEW_EVENT": "New event",
|
|
554
|
+
"NEXT": "Next",
|
|
555
|
+
"PREVIOUS": "Previous",
|
|
556
|
+
"RECUR_SCOPE_ALL": "All events",
|
|
557
|
+
"RECUR_SCOPE_BODY_DELETE": "This event is part of a recurring series. Do you want to delete only this event or all events in the series?",
|
|
558
|
+
"RECUR_SCOPE_BODY_EDIT": "This event is part of a recurring series. Do you want to edit only this event or all events in the series?",
|
|
559
|
+
"RECUR_SCOPE_THIS": "This event",
|
|
560
|
+
"RECUR_SCOPE_TITLE": "Recurring event",
|
|
561
|
+
"REPEAT": "Repeat",
|
|
562
|
+
"REPEAT_DAILY": "Daily",
|
|
563
|
+
"REPEAT_END": "Ends",
|
|
564
|
+
"REPEAT_END_COUNT": "After",
|
|
565
|
+
"REPEAT_END_NEVER": "Never",
|
|
566
|
+
"REPEAT_END_UNTIL": "On date",
|
|
567
|
+
"REPEAT_EVERY": "Repeat every",
|
|
568
|
+
"REPEAT_UNIT_DAYS": "day(s)",
|
|
569
|
+
"REPEAT_UNIT_WEEKS": "week(s)",
|
|
570
|
+
"REPEAT_UNIT_MONTHS": "month(s)",
|
|
571
|
+
"REPEAT_UNIT_YEARS": "year(s)",
|
|
572
|
+
"REPEAT_MONTHLY": "Monthly",
|
|
573
|
+
"REPEAT_NONE": "Does not repeat",
|
|
574
|
+
"REPEAT_OCCURRENCES": "occurrence(s)",
|
|
575
|
+
"REPEAT_ON": "Repeat on",
|
|
576
|
+
"REPEAT_WEEKLY": "Weekly",
|
|
577
|
+
"REPEAT_YEARLY": "Yearly",
|
|
578
|
+
"SAVE": "Save",
|
|
579
|
+
"START": "Start",
|
|
580
|
+
"TIMELINE": "Timeline",
|
|
581
|
+
"TIMELINE_DAY": "Timeline Day",
|
|
582
|
+
"TIMELINE_WEEK": "Timeline Week",
|
|
583
|
+
"TITLE": "Title",
|
|
584
|
+
"TODAY": "Today",
|
|
585
|
+
"WEEK": "Week",
|
|
586
|
+
"WORK_WEEK": "Work week",
|
|
587
|
+
"ZOOM_IN": "Zoom in",
|
|
588
|
+
"ZOOM_OUT": "Zoom out"
|
|
589
|
+
},
|
|
526
590
|
"common": {
|
|
527
591
|
"no_options": "No options"
|
|
528
592
|
}
|
package/dist/locales/en.json
CHANGED
|
@@ -10,9 +10,6 @@
|
|
|
10
10
|
},
|
|
11
11
|
"SHELL": {
|
|
12
12
|
"NAVIGATION_ARIA_LABEL": "Primary navigation",
|
|
13
|
-
"SIDEBAR": {
|
|
14
|
-
"SEARCH_PLACEHOLDER": "Search keyword"
|
|
15
|
-
},
|
|
16
13
|
"USER": {
|
|
17
14
|
"ROLE": {
|
|
18
15
|
"ADMINISTRATOR": "Administrator"
|
|
@@ -523,6 +520,73 @@
|
|
|
523
520
|
"AI_AGENT": {
|
|
524
521
|
"LOADING": "Loading Virto OZ..."
|
|
525
522
|
},
|
|
523
|
+
"VC_SCHEDULER": {
|
|
524
|
+
"AGENDA": "Agenda",
|
|
525
|
+
"ALL_DAY": "All day",
|
|
526
|
+
"CANCEL": "Cancel",
|
|
527
|
+
"CLOSE": "Close",
|
|
528
|
+
"COLOR": "Color",
|
|
529
|
+
"COLOR_DEFAULT": "Default color",
|
|
530
|
+
"COLOR_CUSTOM": "Custom color",
|
|
531
|
+
"COLOR_BLUE": "Blue",
|
|
532
|
+
"COLOR_GREEN": "Green",
|
|
533
|
+
"COLOR_AMBER": "Amber",
|
|
534
|
+
"COLOR_RED": "Red",
|
|
535
|
+
"COLOR_PURPLE": "Purple",
|
|
536
|
+
"COLOR_PINK": "Pink",
|
|
537
|
+
"COLOR_TEAL": "Teal",
|
|
538
|
+
"COLOR_SLATE": "Slate",
|
|
539
|
+
"DAY": "Day",
|
|
540
|
+
"DAY_N_OF_M": "Day {n} of {total}",
|
|
541
|
+
"DELETE": "Delete",
|
|
542
|
+
"DELETE_CONFIRM_BODY": "Delete \"{title}\"? This can't be undone.",
|
|
543
|
+
"DELETE_CONFIRM_TITLE": "Delete event",
|
|
544
|
+
"EDIT": "Edit",
|
|
545
|
+
"EDIT_EVENT": "Edit event",
|
|
546
|
+
"EMPTY": "No events in this range",
|
|
547
|
+
"EMPTY_HINT": "No events yet. Click a day to add one.",
|
|
548
|
+
"END": "End",
|
|
549
|
+
"LOADING": "Loading events…",
|
|
550
|
+
"MORE": "+{count} more",
|
|
551
|
+
"MONTH": "Month",
|
|
552
|
+
"MORE_OPTIONS": "More options",
|
|
553
|
+
"NEW_EVENT": "New event",
|
|
554
|
+
"NEXT": "Next",
|
|
555
|
+
"PREVIOUS": "Previous",
|
|
556
|
+
"RECUR_SCOPE_ALL": "All events",
|
|
557
|
+
"RECUR_SCOPE_BODY_DELETE": "This event is part of a recurring series. Do you want to delete only this event or all events in the series?",
|
|
558
|
+
"RECUR_SCOPE_BODY_EDIT": "This event is part of a recurring series. Do you want to edit only this event or all events in the series?",
|
|
559
|
+
"RECUR_SCOPE_THIS": "This event",
|
|
560
|
+
"RECUR_SCOPE_TITLE": "Recurring event",
|
|
561
|
+
"REPEAT": "Repeat",
|
|
562
|
+
"REPEAT_DAILY": "Daily",
|
|
563
|
+
"REPEAT_END": "Ends",
|
|
564
|
+
"REPEAT_END_COUNT": "After",
|
|
565
|
+
"REPEAT_END_NEVER": "Never",
|
|
566
|
+
"REPEAT_END_UNTIL": "On date",
|
|
567
|
+
"REPEAT_EVERY": "Repeat every",
|
|
568
|
+
"REPEAT_UNIT_DAYS": "day(s)",
|
|
569
|
+
"REPEAT_UNIT_WEEKS": "week(s)",
|
|
570
|
+
"REPEAT_UNIT_MONTHS": "month(s)",
|
|
571
|
+
"REPEAT_UNIT_YEARS": "year(s)",
|
|
572
|
+
"REPEAT_MONTHLY": "Monthly",
|
|
573
|
+
"REPEAT_NONE": "Does not repeat",
|
|
574
|
+
"REPEAT_OCCURRENCES": "occurrence(s)",
|
|
575
|
+
"REPEAT_ON": "Repeat on",
|
|
576
|
+
"REPEAT_WEEKLY": "Weekly",
|
|
577
|
+
"REPEAT_YEARLY": "Yearly",
|
|
578
|
+
"SAVE": "Save",
|
|
579
|
+
"START": "Start",
|
|
580
|
+
"TIMELINE": "Timeline",
|
|
581
|
+
"TIMELINE_DAY": "Timeline Day",
|
|
582
|
+
"TIMELINE_WEEK": "Timeline Week",
|
|
583
|
+
"TITLE": "Title",
|
|
584
|
+
"TODAY": "Today",
|
|
585
|
+
"WEEK": "Week",
|
|
586
|
+
"WORK_WEEK": "Work week",
|
|
587
|
+
"ZOOM_IN": "Zoom in",
|
|
588
|
+
"ZOOM_OUT": "Zoom out"
|
|
589
|
+
},
|
|
526
590
|
"common": {
|
|
527
591
|
"no_options": "No options"
|
|
528
592
|
}
|
package/dist/locales/types.d.ts
CHANGED
|
@@ -16,9 +16,6 @@ export interface VcShellLocale {
|
|
|
16
16
|
};
|
|
17
17
|
SHELL: {
|
|
18
18
|
NAVIGATION_ARIA_LABEL: string;
|
|
19
|
-
SIDEBAR: {
|
|
20
|
-
SEARCH_PLACEHOLDER: string;
|
|
21
|
-
};
|
|
22
19
|
USER: {
|
|
23
20
|
ROLE: {
|
|
24
21
|
ADMINISTRATOR: string;
|
|
@@ -529,6 +526,73 @@ export interface VcShellLocale {
|
|
|
529
526
|
AI_AGENT: {
|
|
530
527
|
LOADING: string;
|
|
531
528
|
};
|
|
529
|
+
VC_SCHEDULER: {
|
|
530
|
+
AGENDA: string;
|
|
531
|
+
ALL_DAY: string;
|
|
532
|
+
CANCEL: string;
|
|
533
|
+
CLOSE: string;
|
|
534
|
+
COLOR: string;
|
|
535
|
+
COLOR_DEFAULT: string;
|
|
536
|
+
COLOR_CUSTOM: string;
|
|
537
|
+
COLOR_BLUE: string;
|
|
538
|
+
COLOR_GREEN: string;
|
|
539
|
+
COLOR_AMBER: string;
|
|
540
|
+
COLOR_RED: string;
|
|
541
|
+
COLOR_PURPLE: string;
|
|
542
|
+
COLOR_PINK: string;
|
|
543
|
+
COLOR_TEAL: string;
|
|
544
|
+
COLOR_SLATE: string;
|
|
545
|
+
DAY: string;
|
|
546
|
+
DAY_N_OF_M: string;
|
|
547
|
+
DELETE: string;
|
|
548
|
+
DELETE_CONFIRM_BODY: string;
|
|
549
|
+
DELETE_CONFIRM_TITLE: string;
|
|
550
|
+
EDIT: string;
|
|
551
|
+
EDIT_EVENT: string;
|
|
552
|
+
EMPTY: string;
|
|
553
|
+
EMPTY_HINT: string;
|
|
554
|
+
END: string;
|
|
555
|
+
LOADING: string;
|
|
556
|
+
MORE: string;
|
|
557
|
+
MONTH: string;
|
|
558
|
+
MORE_OPTIONS: string;
|
|
559
|
+
NEW_EVENT: string;
|
|
560
|
+
NEXT: string;
|
|
561
|
+
PREVIOUS: string;
|
|
562
|
+
RECUR_SCOPE_ALL: string;
|
|
563
|
+
RECUR_SCOPE_BODY_DELETE: string;
|
|
564
|
+
RECUR_SCOPE_BODY_EDIT: string;
|
|
565
|
+
RECUR_SCOPE_THIS: string;
|
|
566
|
+
RECUR_SCOPE_TITLE: string;
|
|
567
|
+
REPEAT: string;
|
|
568
|
+
REPEAT_DAILY: string;
|
|
569
|
+
REPEAT_END: string;
|
|
570
|
+
REPEAT_END_COUNT: string;
|
|
571
|
+
REPEAT_END_NEVER: string;
|
|
572
|
+
REPEAT_END_UNTIL: string;
|
|
573
|
+
REPEAT_EVERY: string;
|
|
574
|
+
REPEAT_UNIT_DAYS: string;
|
|
575
|
+
REPEAT_UNIT_WEEKS: string;
|
|
576
|
+
REPEAT_UNIT_MONTHS: string;
|
|
577
|
+
REPEAT_UNIT_YEARS: string;
|
|
578
|
+
REPEAT_MONTHLY: string;
|
|
579
|
+
REPEAT_NONE: string;
|
|
580
|
+
REPEAT_OCCURRENCES: string;
|
|
581
|
+
REPEAT_ON: string;
|
|
582
|
+
REPEAT_WEEKLY: string;
|
|
583
|
+
REPEAT_YEARLY: string;
|
|
584
|
+
SAVE: string;
|
|
585
|
+
START: string;
|
|
586
|
+
TIMELINE: string;
|
|
587
|
+
TIMELINE_DAY: string;
|
|
588
|
+
TIMELINE_WEEK: string;
|
|
589
|
+
TITLE: string;
|
|
590
|
+
TODAY: string;
|
|
591
|
+
WEEK: string;
|
|
592
|
+
WORK_WEEK: string;
|
|
593
|
+
ZOOM_IN: string;
|
|
594
|
+
ZOOM_OUT: string;
|
|
595
|
+
};
|
|
532
596
|
common: {
|
|
533
597
|
no_options: string;
|
|
534
598
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell/_internal/notifications/composables/useContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,GAAG,EAAE,MAAM,KAAK,CAAC;AAC9D,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EAErB,MAAM,iCAAiC,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../shell/_internal/notifications/composables/useContainer/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAsC,GAAG,EAAE,MAAM,KAAK,CAAC;AAC9D,OAAO,EACL,mBAAmB,EACnB,oBAAoB,EAErB,MAAM,iCAAiC,CAAC;AAOzC,UAAU,aAAa;IACrB,cAAc,EAAE,mBAAmB,CAAC;IACpC,sBAAsB,EAAE,MAAM,CAAC,oBAAoB,EAAE,GAAG,CAAC,mBAAmB,EAAE,CAAC,CAAC,CAAC;IACjF,OAAO,EAAE;QACP,GAAG,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAC;QACxC,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;QAClC,KAAK,IAAI,IAAI,CAAC;QACd,OAAO,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI,CAAC;QAC/C,MAAM,CAAC,MAAM,EAAE,mBAAmB,GAAG,IAAI,CAAC;QAC1C,WAAW,CAAC,QAAQ,EAAE,oBAAoB,GAAG,IAAI,CAAC;KACnD,CAAC;IACF,mBAAmB,IAAI,mBAAmB,EAAE,CAAC;IAC7C,0BAA0B,CAAC,QAAQ,EAAE,oBAAoB,GAAG,mBAAmB,EAAE,CAAC;IAClF,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACnD,sBAAsB,IAAI,MAAM,CAAC;IACjC,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,mBAAmB,GAAG,SAAS,CAAC;IAClF,eAAe,CAAC,cAAc,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;CAC3D;AAcD,wBAAgB,YAAY,IAAI,aAAa,CAwQ5C"}
|