@progress/kendo-themes-html 5.11.1-dev.0 → 5.11.1-dev.2
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/popover/tests/popover.js +8 -3
- package/dist/popover/tests/popover.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-day-rtl.js +11 -11
- package/dist/scheduler/tests/scheduler-angular-day-rtl.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-month-rtl.js +19 -19
- package/dist/scheduler/tests/scheduler-angular-month-rtl.js.map +2 -2
- package/dist/scheduler/tests/scheduler-angular-month.js +19 -19
- package/dist/scheduler/tests/scheduler-angular-month.js.map +2 -2
- package/dist/scheduler/tests/scheduler-flex-layout.js +4 -4
- package/dist/scheduler/tests/scheduler-flex-layout.js.map +2 -2
- package/dist/scheduler/tests/scheduler-jquery-month.js +19 -19
- package/dist/scheduler/tests/scheduler-jquery-month.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-day.js +26 -26
- package/dist/scheduler/tests/scheduler-react-day.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-month.js +68 -68
- package/dist/scheduler/tests/scheduler-react-month.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-timeline-multi.js +22 -22
- package/dist/scheduler/tests/scheduler-react-timeline-multi.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-timeline.js +14 -14
- package/dist/scheduler/tests/scheduler-react-timeline.js.map +2 -2
- package/dist/scheduler/tests/scheduler-react-week.js +48 -48
- package/dist/scheduler/tests/scheduler-react-week.js.map +2 -2
- package/dist/scheduler/tests/scheduler-tooltip.js +3 -5
- package/dist/scheduler/tests/scheduler-tooltip.js.map +2 -2
- package/package.json +2 -2
- package/src/popover/tests/popover.tsx +7 -1
- package/src/scheduler/tests/scheduler-angular-day-rtl.tsx +11 -11
- package/src/scheduler/tests/scheduler-angular-month-rtl.tsx +19 -19
- package/src/scheduler/tests/scheduler-angular-month.tsx +19 -19
- package/src/scheduler/tests/scheduler-flex-layout.tsx +4 -4
- package/src/scheduler/tests/scheduler-jquery-month.tsx +19 -19
- package/src/scheduler/tests/scheduler-react-day.tsx +26 -26
- package/src/scheduler/tests/scheduler-react-month.tsx +68 -68
- package/src/scheduler/tests/scheduler-react-timeline-multi.tsx +22 -22
- package/src/scheduler/tests/scheduler-react-timeline.tsx +14 -14
- package/src/scheduler/tests/scheduler-react-week.tsx +48 -48
- package/src/scheduler/tests/scheduler-tooltip.tsx +3 -3
|
@@ -225,79 +225,79 @@ root.render(
|
|
|
225
225
|
</tbody>
|
|
226
226
|
</table>
|
|
227
227
|
|
|
228
|
-
<div style={{
|
|
228
|
+
<div style={{ "--span": "1", "--col": "2", "--row": "2", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
229
229
|
<span className="k-event-actions"><Icon name="arrow-rotate-cw"></Icon></span>
|
|
230
230
|
<div><div className="k-event-template">Dance Practice</div></div>
|
|
231
231
|
</div>
|
|
232
|
-
<div style={{ backgroundColor: "rgb(
|
|
232
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "3", "--row": "2", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
233
233
|
<span className="k-event-actions"><Icon name="arrow-rotate-cw"></Icon></span>
|
|
234
234
|
<div><div className="k-event-template">HR Lecture</div></div>
|
|
235
235
|
</div>
|
|
236
|
-
<div style={{
|
|
236
|
+
<div style={{ "--span": "1", "--col": "4", "--row": "2", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
237
237
|
<span className="k-event-actions"><Icon name="arrow-rotate-cw"></Icon></span>
|
|
238
238
|
<div><div className="k-event-template">Dance Practice</div></div>
|
|
239
239
|
</div>
|
|
240
|
-
<div style={{ backgroundColor: "rgb(
|
|
240
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "3", "--col": "5", "--row": "2", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
241
241
|
<span className="k-event-actions"></span>
|
|
242
242
|
<div><div className="k-event-template">Attending HR Conference</div></div>
|
|
243
243
|
</div>
|
|
244
|
-
<div style={{ backgroundColor: "rgb(
|
|
244
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "3", "--row": "2", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
245
245
|
<span className="k-event-actions"></span>
|
|
246
246
|
<div><div className="k-event-template">Software updates</div></div>
|
|
247
247
|
</div>
|
|
248
|
-
<div style={{ backgroundColor: "rgb(
|
|
248
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "4", "--row": "2", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
249
249
|
<span className="k-event-actions"><Icon name="arrow-rotate-cw"></Icon></span>
|
|
250
250
|
<div><div className="k-event-template">Helpdesk weekly meeting</div></div>
|
|
251
251
|
</div>
|
|
252
|
-
<div style={{ backgroundColor: "rgb(
|
|
252
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "3", "--col": "5", "--row": "2", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
253
253
|
<span className="k-event-actions"></span>
|
|
254
254
|
<div><div className="k-event-template">Grand Canyon tour</div></div>
|
|
255
255
|
</div>
|
|
256
|
-
<div style={{ backgroundColor: "rgb(
|
|
256
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "2", "--col": "1", "--row": "3", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
257
257
|
<span className="k-event-actions"><Icon name="arrow-w"></Icon></span>
|
|
258
258
|
<div><div className="k-event-template">Attending HR Conference</div></div>
|
|
259
259
|
</div>
|
|
260
|
-
<div style={{ backgroundColor: "rgb(
|
|
260
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "3", "--row": "3", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
261
261
|
<span className="k-event-actions"></span>
|
|
262
262
|
<div><div className="k-event-template">Business Lunch with Gregory Watkins</div></div>
|
|
263
263
|
</div>
|
|
264
|
-
<div style={{ backgroundColor: "rgb(
|
|
264
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "2", "--col": "4", "--row": "3", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
265
265
|
<span className="k-event-actions"></span>
|
|
266
266
|
<div><div className="k-event-template">Server maintenance</div></div>
|
|
267
267
|
</div>
|
|
268
|
-
<div style={{ backgroundColor: "rgb(
|
|
268
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "6", "--row": "3", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
269
269
|
<span className="k-event-actions"></span>
|
|
270
270
|
<div><div className="k-event-template">Dentist</div></div>
|
|
271
271
|
</div>
|
|
272
|
-
<div style={{ backgroundColor: "rgb(
|
|
272
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "7", "--row": "3", "--slot": "1", height: "25px" } as React.CSSProperties} className="k-event">
|
|
273
273
|
<span className="k-event-actions"></span>
|
|
274
274
|
<div><div className="k-event-template">Bob's Birthday Party</div></div>
|
|
275
275
|
</div>
|
|
276
|
-
<div style={{ backgroundColor: "rgb(
|
|
276
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "1", "--row": "3", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
277
277
|
<span className="k-event-actions"><Icon name="arrow-w"></Icon></span>
|
|
278
278
|
<div><div className="k-event-template">Grand Canyon tour</div></div>
|
|
279
279
|
</div>
|
|
280
|
-
<div style={{
|
|
280
|
+
<div style={{ "--span": "1", "--col": "2", "--row": "3", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
281
281
|
<span className="k-event-actions"></span>
|
|
282
282
|
<div><div className="k-event-template">Car Service</div></div>
|
|
283
283
|
</div>
|
|
284
|
-
<div style={{ backgroundColor: "rgb(
|
|
284
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "3", "--row": "3", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
285
285
|
<span className="k-event-actions"><Icon name="arrow-rotate-cw"></Icon></span>
|
|
286
286
|
<div><div className="k-event-template">HR Lecture</div></div>
|
|
287
287
|
</div>
|
|
288
|
-
<div style={{
|
|
288
|
+
<div style={{ "--span": "1", "--col": "4", "--row": "3", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
289
289
|
<span className="k-event-actions"></span>
|
|
290
290
|
<div><div className="k-event-template">Banking</div></div>
|
|
291
291
|
</div>
|
|
292
|
-
<div style={{ backgroundColor: "rgb(
|
|
292
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "5", "--row": "3", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
293
293
|
<span className="k-event-actions"></span>
|
|
294
294
|
<div><div className="k-event-template">Breakfast with CFO and COO</div></div>
|
|
295
295
|
</div>
|
|
296
|
-
<div style={{ backgroundColor: "rgb(
|
|
296
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "6", "--row": "3", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
297
297
|
<span className="k-event-actions"></span>
|
|
298
298
|
<div><div className="k-event-template">Job Interview - Laura Bailey</div></div>
|
|
299
299
|
</div>
|
|
300
|
-
<div style={{ backgroundColor: "rgb(
|
|
300
|
+
<div style={{ backgroundColor: "rgb(17, 134, 64)", borderColor: "rgb(17, 134, 64)", "--span": "1", "--col": "7", "--row": "3", "--slot": "2", height: "25px" } as React.CSSProperties} className="k-event">
|
|
301
301
|
<span className="k-event-actions"></span>
|
|
302
302
|
<div><div className="k-event-template">Bob's Birthday</div></div>
|
|
303
303
|
</div>
|
|
@@ -114,14 +114,14 @@ root.render(
|
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
</div>
|
|
117
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
117
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "135px", left: "78px", width: "199px", height: "25px" }} >
|
|
118
118
|
<span className="k-event-actions"></span>
|
|
119
119
|
<div>
|
|
120
120
|
<div className="k-event-template">Team planning meeting</div>
|
|
121
121
|
</div>
|
|
122
122
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
123
123
|
</div>
|
|
124
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
124
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "135px", left: "478px", width: "199px", height: "25px" }} >
|
|
125
125
|
<span className="k-event-actions"></span>
|
|
126
126
|
<div>
|
|
127
127
|
<div className="k-event-template">Team planning meeting</div>
|
|
@@ -142,14 +142,14 @@ root.render(
|
|
|
142
142
|
</div>
|
|
143
143
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
144
144
|
</div>
|
|
145
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
145
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "161px", left: "78px", width: "199px", height: "25px" }} >
|
|
146
146
|
<span className="k-event-actions"></span>
|
|
147
147
|
<div>
|
|
148
148
|
<div className="k-event-template">Replace the printer on the 1st floor</div>
|
|
149
149
|
</div>
|
|
150
150
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
151
151
|
</div>
|
|
152
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
152
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "161px", left: "478px", width: "199px", height: "25px" }} >
|
|
153
153
|
<span className="k-event-actions"></span>
|
|
154
154
|
<div>
|
|
155
155
|
<div className="k-event-template">Replace the printer on the 1st floor</div>
|
|
@@ -170,14 +170,14 @@ root.render(
|
|
|
170
170
|
</div>
|
|
171
171
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
172
172
|
</div>
|
|
173
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
173
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "187px", left: "78px", width: "199px", height: "25px" }} >
|
|
174
174
|
<span className="k-event-actions"></span>
|
|
175
175
|
<div>
|
|
176
176
|
<div className="k-event-template">Register new Access Cards</div>
|
|
177
177
|
</div>
|
|
178
178
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
179
179
|
</div>
|
|
180
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
180
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "187px", left: "478px", width: "199px", height: "25px" }} >
|
|
181
181
|
<span className="k-event-actions"></span>
|
|
182
182
|
<div>
|
|
183
183
|
<div className="k-event-template">Register new Access Cards</div>
|
|
@@ -198,14 +198,14 @@ root.render(
|
|
|
198
198
|
</div>
|
|
199
199
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
200
200
|
</div>
|
|
201
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
201
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "213px", left: "78px", width: "199px", height: "25px" }} >
|
|
202
202
|
<span className="k-event-actions"></span>
|
|
203
203
|
<div>
|
|
204
204
|
<div className="k-event-template">Support Phone Call</div>
|
|
205
205
|
</div>
|
|
206
206
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
207
207
|
</div>
|
|
208
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
208
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "213px", left: "478px", width: "199px", height: "25px" }} >
|
|
209
209
|
<span className="k-event-actions"></span>
|
|
210
210
|
<div>
|
|
211
211
|
<div className="k-event-template">Support Phone Call</div>
|
|
@@ -226,14 +226,14 @@ root.render(
|
|
|
226
226
|
</div>
|
|
227
227
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
228
228
|
</div>
|
|
229
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
229
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "135px", left: "278px", width: "199px", height: "25px" }} >
|
|
230
230
|
<span className="k-event-actions"></span>
|
|
231
231
|
<div>
|
|
232
232
|
<div className="k-event-template">Attending HR Conference</div>
|
|
233
233
|
</div>
|
|
234
234
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a><Icon name="arrow-e"></Icon></span><span className="k-resize-handle k-resize-w"></span><span className="k-resize-handle k-resize-e"></span>
|
|
235
235
|
</div>
|
|
236
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
236
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "135px", left: "678px", width: "199px", height: "25px" }} >
|
|
237
237
|
<span className="k-event-actions"></span>
|
|
238
238
|
<div>
|
|
239
239
|
<div className="k-event-template">Attending HR Conference</div>
|
|
@@ -778,7 +778,7 @@ root.render(
|
|
|
778
778
|
</div>
|
|
779
779
|
</div>
|
|
780
780
|
</div>
|
|
781
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
781
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "315px", left: "78px", width: "99px", height: "134px" }} >
|
|
782
782
|
<span className="k-event-actions"></span>
|
|
783
783
|
<div>
|
|
784
784
|
<div className="k-event-template k-event-time">(11:30 AM - 1:00 PM): Car Service</div>
|
|
@@ -786,7 +786,7 @@ root.render(
|
|
|
786
786
|
</div>
|
|
787
787
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
788
788
|
</div>
|
|
789
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
789
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "315px", left: "478px", width: "99px", height: "134px" }} >
|
|
790
790
|
<span className="k-event-actions"></span>
|
|
791
791
|
<div>
|
|
792
792
|
<div className="k-event-template k-event-time">(11:30 AM - 1:00 PM): Car Service</div>
|
|
@@ -810,7 +810,7 @@ root.render(
|
|
|
810
810
|
</div>
|
|
811
811
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
812
812
|
</div>
|
|
813
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
813
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "405px", left: "178px", width: "99px", height: "179px" }} >
|
|
814
814
|
<span className="k-event-actions"></span>
|
|
815
815
|
<div>
|
|
816
816
|
<div className="k-event-template k-event-time">(12:45 PM - 2:30 PM): Breakfast with Tom</div>
|
|
@@ -818,7 +818,7 @@ root.render(
|
|
|
818
818
|
</div>
|
|
819
819
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
820
820
|
</div>
|
|
821
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
821
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "405px", left: "578px", width: "99px", height: "179px" }} >
|
|
822
822
|
<span className="k-event-actions"></span>
|
|
823
823
|
<div>
|
|
824
824
|
<div className="k-event-template k-event-time">(12:45 PM - 2:30 PM): Breakfast with Tom</div>
|
|
@@ -842,7 +842,7 @@ root.render(
|
|
|
842
842
|
</div>
|
|
843
843
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
844
844
|
</div>
|
|
845
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
845
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "765px", left: "78px", width: "99px", height: "44px" }} >
|
|
846
846
|
<span className="k-event-actions"></span>
|
|
847
847
|
<div>
|
|
848
848
|
<div className="k-event-template k-event-time">(4:30 PM - 6:00 PM): Install new laptops in conference rooms</div>
|
|
@@ -850,7 +850,7 @@ root.render(
|
|
|
850
850
|
</div>
|
|
851
851
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
852
852
|
</div>
|
|
853
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
853
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "765px", left: "478px", width: "99px", height: "44px" }} >
|
|
854
854
|
<span className="k-event-actions"></span>
|
|
855
855
|
<div>
|
|
856
856
|
<div className="k-event-template k-event-time">(4:30 PM - 6:00 PM): Install new laptops in conference rooms</div>
|
|
@@ -874,7 +874,7 @@ root.render(
|
|
|
874
874
|
</div>
|
|
875
875
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
876
876
|
</div>
|
|
877
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
877
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "765px", left: "178px", width: "99px", height: "44px" }} >
|
|
878
878
|
<span className="k-event-actions"></span>
|
|
879
879
|
<div title="Job Interview - Bernard Atkins">
|
|
880
880
|
<div className="k-event-template k-event-time">(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins</div>
|
|
@@ -882,7 +882,7 @@ root.render(
|
|
|
882
882
|
</div>
|
|
883
883
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
884
884
|
</div>
|
|
885
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
885
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "765px", left: "578px", width: "99px", height: "44px" }} >
|
|
886
886
|
<span className="k-event-actions"></span>
|
|
887
887
|
<div title="Job Interview - Bernard Atkins">
|
|
888
888
|
<div className="k-event-template k-event-time">(4:30 PM - 5:30 PM): Job Interview - Bernard Atkins</div>
|
|
@@ -906,7 +906,7 @@ root.render(
|
|
|
906
906
|
</div>
|
|
907
907
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
908
908
|
</div>
|
|
909
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
909
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "360px", left: "278px", width: "199px", height: "89px" }} >
|
|
910
910
|
<span className="k-event-actions"></span>
|
|
911
911
|
<div>
|
|
912
912
|
<div className="k-event-template k-event-time">(12:00 PM - 1:00 PM): Business breakfast with Caroline</div>
|
|
@@ -914,7 +914,7 @@ root.render(
|
|
|
914
914
|
</div>
|
|
915
915
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
916
916
|
</div>
|
|
917
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
917
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "360px", left: "678px", width: "199px", height: "89px" }} >
|
|
918
918
|
<span className="k-event-actions"></span>
|
|
919
919
|
<div>
|
|
920
920
|
<div className="k-event-template k-event-time">(12:00 PM - 1:00 PM): Business breakfast with Caroline</div>
|
|
@@ -938,7 +938,7 @@ root.render(
|
|
|
938
938
|
</div>
|
|
939
939
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
940
940
|
</div>
|
|
941
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
941
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "450px", left: "278px", width: "99px", height: "179px" }} >
|
|
942
942
|
<span className="k-event-actions"></span>
|
|
943
943
|
<div>
|
|
944
944
|
<div className="k-event-template k-event-time">(1:00 PM - 3:00 PM): Software updates</div>
|
|
@@ -946,7 +946,7 @@ root.render(
|
|
|
946
946
|
</div>
|
|
947
947
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
948
948
|
</div>
|
|
949
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
949
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "450px", left: "678px", width: "99px", height: "179px" }} >
|
|
950
950
|
<span className="k-event-actions"></span>
|
|
951
951
|
<div>
|
|
952
952
|
<div className="k-event-template k-event-time">(1:00 PM - 3:00 PM): Software updates</div>
|
|
@@ -970,7 +970,7 @@ root.render(
|
|
|
970
970
|
</div>
|
|
971
971
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
972
972
|
</div>
|
|
973
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
973
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "540px", left: "378px", width: "99px", height: "44px" }} >
|
|
974
974
|
<span className="k-event-actions"></span>
|
|
975
975
|
<div title="Discuss projects' deadlines">
|
|
976
976
|
<div className="k-event-template k-event-time">(2:00 PM - 2:30 PM): Discuss projects' deadlines</div>
|
|
@@ -978,7 +978,7 @@ root.render(
|
|
|
978
978
|
</div>
|
|
979
979
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
980
980
|
</div>
|
|
981
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
981
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "540px", left: "778px", width: "99px", height: "44px" }} >
|
|
982
982
|
<span className="k-event-actions"></span>
|
|
983
983
|
<div title="Discuss projects' deadlines">
|
|
984
984
|
<div className="k-event-template k-event-time">(2:00 PM - 2:30 PM): Discuss projects' deadlines</div>
|
|
@@ -1002,7 +1002,7 @@ root.render(
|
|
|
1002
1002
|
</div>
|
|
1003
1003
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
1004
1004
|
</div>
|
|
1005
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
1005
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "630px", left: "278px", width: "199px", height: "89px" }} >
|
|
1006
1006
|
<span className="k-event-actions"></span>
|
|
1007
1007
|
<div>
|
|
1008
1008
|
<div className="k-event-template k-event-time">(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins</div>
|
|
@@ -1010,7 +1010,7 @@ root.render(
|
|
|
1010
1010
|
</div>
|
|
1011
1011
|
<span className="k-event-actions"><a className="k-link k-event-delete"><Icon name="x"></Icon></a></span><span className="k-resize-handle k-resize-n"></span><span className="k-resize-handle k-resize-s"></span>
|
|
1012
1012
|
</div>
|
|
1013
|
-
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: '
|
|
1013
|
+
<div className="k-event" style={{ cursor: 'pointer', userSelect: 'none', borderColor: 'darkred', backgroundColor: 'darkred', top: "630px", left: "678px", width: "199px", height: "89px" }} >
|
|
1014
1014
|
<span className="k-event-actions"></span>
|
|
1015
1015
|
<div>
|
|
1016
1016
|
<div className="k-event-template k-event-time">(3:00 PM - 4:00 PM): Business Lunch with Gregory Watkins</div>
|