@daypilot/daypilot-lite-vue 3.15.0 → 3.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -70,7 +70,7 @@ export default {
70
70
  return {
71
71
  config: {
72
72
  viewType: "Week",
73
- startDate: "2022-02-28",
73
+ startDate: "2023-02-28",
74
74
  durationBarVisible: false,
75
75
  onTimeRangeSelected: async (args) => {
76
76
  const modal = await DayPilot.Modal.prompt("Create a new event:", "Event 1");
@@ -111,16 +111,16 @@ export default {
111
111
  const events = [
112
112
  {
113
113
  id: 1,
114
- start: "2022-02-28T10:00:00",
115
- end: "2022-02-28T11:00:00",
114
+ start: "2023-02-28T10:00:00",
115
+ end: "2023-02-28T11:00:00",
116
116
  text: "Event 1",
117
117
  backColor: "#6aa84f",
118
118
  borderColor: "#38761d",
119
119
  },
120
120
  {
121
121
  id: 2,
122
- start: "2022-02-28T13:00:00",
123
- end: "2022-02-28T16:00:00",
122
+ start: "2023-02-28T13:00:00",
123
+ end: "2023-02-28T16:00:00",
124
124
  text: "Event 2",
125
125
  backColor: "#f1c232",
126
126
  borderColor: "#bf9000",