dhtmlx-scheduler 5.3.11 → 5.3.14
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 +2 -2
- package/bower.json +1 -1
- package/codebase/dhtmlxscheduler.css +2 -2
- package/codebase/dhtmlxscheduler.d.ts +1 -1
- package/codebase/dhtmlxscheduler.js +259 -257
- package/codebase/dhtmlxscheduler_contrast_black.css +2 -2
- package/codebase/dhtmlxscheduler_contrast_white.css +2 -2
- package/codebase/dhtmlxscheduler_flat.css +2 -2
- package/codebase/dhtmlxscheduler_material.css +2 -2
- package/codebase/dhtmlxscheduler_terrace.css +2 -2
- package/codebase/ext/dhtmlxscheduler_active_links.js +3 -3
- package/codebase/ext/dhtmlxscheduler_agenda_view.js +1 -1
- package/codebase/ext/dhtmlxscheduler_all_timed.js +1 -1
- package/codebase/ext/dhtmlxscheduler_collision.js +1 -1
- package/codebase/ext/dhtmlxscheduler_container_autoresize.js +1 -1
- package/codebase/ext/dhtmlxscheduler_cookie.js +1 -1
- package/codebase/ext/dhtmlxscheduler_csp.js +1 -1
- package/codebase/ext/dhtmlxscheduler_editors.js +1 -1
- package/codebase/ext/dhtmlxscheduler_expand.js +2 -2
- package/codebase/ext/dhtmlxscheduler_html_templates.js +1 -1
- package/codebase/ext/dhtmlxscheduler_key_nav.js +68 -68
- package/codebase/ext/dhtmlxscheduler_layer.js +12 -12
- package/codebase/ext/dhtmlxscheduler_limit.js +1 -1
- package/codebase/ext/dhtmlxscheduler_map_view.js +1 -1
- package/codebase/ext/dhtmlxscheduler_minical.js +2 -2
- package/codebase/ext/dhtmlxscheduler_monthheight.js +1 -1
- package/codebase/ext/dhtmlxscheduler_multiselect.js +1 -1
- package/codebase/ext/dhtmlxscheduler_multisource.js +1 -1
- package/codebase/ext/dhtmlxscheduler_mvc.js +1 -1
- package/codebase/ext/dhtmlxscheduler_outerdrag.js +1 -1
- package/codebase/ext/dhtmlxscheduler_pdf.js +1 -1
- package/codebase/ext/dhtmlxscheduler_quick_info.js +1 -1
- package/codebase/ext/dhtmlxscheduler_readonly.js +1 -1
- package/codebase/ext/dhtmlxscheduler_recurring.js +28 -24
- package/codebase/ext/dhtmlxscheduler_serialize.js +3 -3
- package/codebase/ext/dhtmlxscheduler_tooltip.js +1 -1
- package/codebase/ext/dhtmlxscheduler_url.js +1 -1
- package/codebase/ext/dhtmlxscheduler_wp.js +1 -1
- package/codebase/ext/dhtmlxscheduler_year_view.js +1 -1
- package/codebase/locale/locale_ar.js +1 -1
- package/codebase/locale/locale_be.js +1 -1
- package/codebase/locale/locale_ca.js +1 -1
- package/codebase/locale/locale_cn.js +1 -1
- package/codebase/locale/locale_cs.js +1 -1
- package/codebase/locale/locale_da.js +1 -1
- package/codebase/locale/locale_de.js +1 -1
- package/codebase/locale/locale_el.js +1 -1
- package/codebase/locale/locale_en.js +1 -1
- package/codebase/locale/locale_es.js +1 -1
- package/codebase/locale/locale_fi.js +1 -1
- package/codebase/locale/locale_fr.js +1 -1
- package/codebase/locale/locale_he.js +1 -1
- package/codebase/locale/locale_hu.js +1 -1
- package/codebase/locale/locale_id.js +1 -1
- package/codebase/locale/locale_it.js +1 -1
- package/codebase/locale/locale_jp.js +1 -1
- package/codebase/locale/locale_nb.js +1 -1
- package/codebase/locale/locale_nl.js +1 -1
- package/codebase/locale/locale_no.js +1 -1
- package/codebase/locale/locale_pl.js +1 -1
- package/codebase/locale/locale_pt.js +1 -1
- package/codebase/locale/locale_ro.js +1 -1
- package/codebase/locale/locale_ru.js +1 -1
- package/codebase/locale/locale_si.js +1 -1
- package/codebase/locale/locale_sk.js +1 -1
- package/codebase/locale/locale_sv.js +1 -1
- package/codebase/locale/locale_tr.js +1 -1
- package/codebase/locale/locale_ua.js +1 -1
- package/codebase/sources/dhtmlxscheduler.js +83 -16
- package/codebase/sources/dhtmlxscheduler.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_active_links.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_agenda_view.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_all_timed.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_collision.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_container_autoresize.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_cookie.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_csp.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_editors.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_expand.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_html_templates.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_key_nav.js +52 -18
- package/codebase/sources/ext/dhtmlxscheduler_key_nav.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_layer.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_limit.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_map_view.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_minical.js +5 -1
- package/codebase/sources/ext/dhtmlxscheduler_minical.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_monthheight.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_multiselect.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_multisource.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_mvc.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_outerdrag.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_pdf.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_quick_info.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_readonly.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_recurring.js +103 -11
- package/codebase/sources/ext/dhtmlxscheduler_recurring.js.map +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_serialize.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_tooltip.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_url.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_wp.js +1 -1
- package/codebase/sources/ext/dhtmlxscheduler_year_view.js +1 -1
- package/codebase/sources/less/package.json +2 -2
- package/codebase/sources/less/skins/basic/ext.less +16 -7
- package/codebase/sources/less/skins/material/add_styles.less +2 -1
- package/codebase/sources/locale/locale_ar.js +1 -1
- package/codebase/sources/locale/locale_be.js +1 -1
- package/codebase/sources/locale/locale_ca.js +1 -1
- package/codebase/sources/locale/locale_cn.js +1 -1
- package/codebase/sources/locale/locale_cs.js +1 -1
- package/codebase/sources/locale/locale_da.js +1 -1
- package/codebase/sources/locale/locale_de.js +1 -1
- package/codebase/sources/locale/locale_el.js +1 -1
- package/codebase/sources/locale/locale_en.js +1 -1
- package/codebase/sources/locale/locale_es.js +1 -1
- package/codebase/sources/locale/locale_fi.js +1 -1
- package/codebase/sources/locale/locale_fr.js +1 -1
- package/codebase/sources/locale/locale_he.js +1 -1
- package/codebase/sources/locale/locale_hu.js +1 -1
- package/codebase/sources/locale/locale_id.js +1 -1
- package/codebase/sources/locale/locale_it.js +1 -1
- package/codebase/sources/locale/locale_jp.js +1 -1
- package/codebase/sources/locale/locale_nb.js +1 -1
- package/codebase/sources/locale/locale_nl.js +1 -1
- package/codebase/sources/locale/locale_no.js +1 -1
- package/codebase/sources/locale/locale_pl.js +1 -1
- package/codebase/sources/locale/locale_pt.js +1 -1
- package/codebase/sources/locale/locale_ro.js +1 -1
- package/codebase/sources/locale/locale_ru.js +1 -1
- package/codebase/sources/locale/locale_si.js +1 -1
- package/codebase/sources/locale/locale_sk.js +1 -1
- package/codebase/sources/locale/locale_sv.js +1 -1
- package/codebase/sources/locale/locale_tr.js +1 -1
- package/codebase/sources/locale/locale_ua.js +1 -1
- package/codebase/sources/skins/dhtmlxscheduler.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_contrast_black.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_contrast_white.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_flat.css +13 -9
- package/codebase/sources/skins/dhtmlxscheduler_material.css +15 -10
- package/codebase/sources/skins/dhtmlxscheduler_terrace.css +13 -9
- package/package.json +1 -1
- package/whatsnew.md +26 -0
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
.dhx_matrix_cell div, .dhx_matrix_scell div{
|
|
253
253
|
overflow:hidden;
|
|
254
254
|
text-align:center;
|
|
255
|
-
|
|
255
|
+
height:auto;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
258
|
.dhx_cal_lsection .dhx_readonly{
|
|
@@ -297,6 +297,7 @@
|
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
.dhx_matrix_scell .dhx_scell_level0{
|
|
300
|
+
|
|
300
301
|
padding-left: 5px;
|
|
301
302
|
}
|
|
302
303
|
|
|
@@ -322,19 +323,29 @@
|
|
|
322
323
|
text-align: left;
|
|
323
324
|
}
|
|
324
325
|
|
|
326
|
+
.dhx_matrix_scell.folder,
|
|
327
|
+
.dhx_timeline_label_row.dhx_row_folder {
|
|
328
|
+
overflow: visible;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.dhx_matrix_scell.folder > div {
|
|
332
|
+
display: flex;
|
|
333
|
+
align-items: center;
|
|
334
|
+
height: inherit;
|
|
335
|
+
}
|
|
336
|
+
|
|
325
337
|
.dhx_matrix_scell.folder .dhx_scell_expand{
|
|
326
|
-
|
|
327
|
-
width: 10px;
|
|
328
|
-
padding-right:3px;
|
|
338
|
+
width: 12px;
|
|
329
339
|
position: relative;
|
|
340
|
+
flex-shrink: 0;
|
|
330
341
|
}
|
|
331
342
|
|
|
332
343
|
.dhx_matrix_scell.folder .dhx_scell_name{
|
|
333
|
-
float: left;
|
|
334
344
|
width: auto;
|
|
335
345
|
color: @grid-tree-folder-name-font-color;
|
|
336
346
|
text-transform: @grid-tree-folder-name-text-transform;
|
|
337
347
|
font-weight: @grid-tree-folder-name-font-weight;
|
|
348
|
+
max-height: 100%;
|
|
338
349
|
}
|
|
339
350
|
|
|
340
351
|
.dhx_matrix_scell.item .dhx_scell_name{
|
|
@@ -370,13 +381,11 @@
|
|
|
370
381
|
|
|
371
382
|
|
|
372
383
|
.dhx_matrix_scell.folder .dhx_scell_expand{
|
|
373
|
-
float: right;
|
|
374
384
|
padding-right:0;
|
|
375
385
|
padding-left:3px;
|
|
376
386
|
}
|
|
377
387
|
|
|
378
388
|
.dhx_matrix_scell.folder .dhx_scell_name{
|
|
379
|
-
float: right;
|
|
380
389
|
}
|
|
381
390
|
|
|
382
391
|
.dhx_matrix_scell.item .dhx_scell_name{
|
|
@@ -285,7 +285,7 @@ div.dhx_menu_icon {
|
|
|
285
285
|
}
|
|
286
286
|
|
|
287
287
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
288
|
-
margin: 0 12px;
|
|
288
|
+
margin: 0 8px 0 12px;
|
|
289
289
|
}
|
|
290
290
|
|
|
291
291
|
.dhx_cal_header div.dhx_bottom_scale_container .dhx_scale_bar,
|
|
@@ -311,6 +311,7 @@ div.dhx_menu_icon {
|
|
|
311
311
|
|
|
312
312
|
.dhx_matrix_scell.folder {
|
|
313
313
|
border-right: 1px solid transparent;
|
|
314
|
+
overflow: visible;
|
|
314
315
|
}
|
|
315
316
|
.dhx_matrix_scell.folder.closed .dhx_scell_expand{
|
|
316
317
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1434,18 +1434,26 @@ div.icon_delete {
|
|
|
1434
1434
|
font-weight: bold;
|
|
1435
1435
|
text-align: left;
|
|
1436
1436
|
}
|
|
1437
|
+
.dhx_matrix_scell.folder,
|
|
1438
|
+
.dhx_timeline_label_row.dhx_row_folder {
|
|
1439
|
+
overflow: visible;
|
|
1440
|
+
}
|
|
1441
|
+
.dhx_matrix_scell.folder > div {
|
|
1442
|
+
display: flex;
|
|
1443
|
+
align-items: center;
|
|
1444
|
+
height: inherit;
|
|
1445
|
+
}
|
|
1437
1446
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1438
|
-
|
|
1439
|
-
width: 10px;
|
|
1440
|
-
padding-right: 3px;
|
|
1447
|
+
width: 12px;
|
|
1441
1448
|
position: relative;
|
|
1449
|
+
flex-shrink: 0;
|
|
1442
1450
|
}
|
|
1443
1451
|
.dhx_matrix_scell.folder .dhx_scell_name {
|
|
1444
|
-
float: left;
|
|
1445
1452
|
width: auto;
|
|
1446
1453
|
color: inherit;
|
|
1447
1454
|
text-transform: none;
|
|
1448
1455
|
font-weight: inherit;
|
|
1456
|
+
max-height: 100%;
|
|
1449
1457
|
}
|
|
1450
1458
|
.dhx_matrix_scell.item .dhx_scell_name {
|
|
1451
1459
|
padding-left: 15px;
|
|
@@ -1472,13 +1480,9 @@ div.icon_delete {
|
|
|
1472
1480
|
padding-right: 65px;
|
|
1473
1481
|
}
|
|
1474
1482
|
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1475
|
-
float: right;
|
|
1476
1483
|
padding-right: 0;
|
|
1477
1484
|
padding-left: 3px;
|
|
1478
1485
|
}
|
|
1479
|
-
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_name {
|
|
1480
|
-
float: right;
|
|
1481
|
-
}
|
|
1482
1486
|
.dhx_cal_container_rtl .dhx_matrix_scell.item .dhx_scell_name {
|
|
1483
1487
|
padding-left: 0;
|
|
1484
1488
|
padding-right: 15px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1437,18 +1437,26 @@ div.icon_delete {
|
|
|
1437
1437
|
font-weight: bold;
|
|
1438
1438
|
text-align: left;
|
|
1439
1439
|
}
|
|
1440
|
+
.dhx_matrix_scell.folder,
|
|
1441
|
+
.dhx_timeline_label_row.dhx_row_folder {
|
|
1442
|
+
overflow: visible;
|
|
1443
|
+
}
|
|
1444
|
+
.dhx_matrix_scell.folder > div {
|
|
1445
|
+
display: flex;
|
|
1446
|
+
align-items: center;
|
|
1447
|
+
height: inherit;
|
|
1448
|
+
}
|
|
1440
1449
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1441
|
-
|
|
1442
|
-
width: 10px;
|
|
1443
|
-
padding-right: 3px;
|
|
1450
|
+
width: 12px;
|
|
1444
1451
|
position: relative;
|
|
1452
|
+
flex-shrink: 0;
|
|
1445
1453
|
}
|
|
1446
1454
|
.dhx_matrix_scell.folder .dhx_scell_name {
|
|
1447
|
-
float: left;
|
|
1448
1455
|
width: auto;
|
|
1449
1456
|
color: inherit;
|
|
1450
1457
|
text-transform: none;
|
|
1451
1458
|
font-weight: inherit;
|
|
1459
|
+
max-height: 100%;
|
|
1452
1460
|
}
|
|
1453
1461
|
.dhx_matrix_scell.item .dhx_scell_name {
|
|
1454
1462
|
padding-left: 15px;
|
|
@@ -1475,13 +1483,9 @@ div.icon_delete {
|
|
|
1475
1483
|
padding-right: 65px;
|
|
1476
1484
|
}
|
|
1477
1485
|
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1478
|
-
float: right;
|
|
1479
1486
|
padding-right: 0;
|
|
1480
1487
|
padding-left: 3px;
|
|
1481
1488
|
}
|
|
1482
|
-
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_name {
|
|
1483
|
-
float: right;
|
|
1484
|
-
}
|
|
1485
1489
|
.dhx_cal_container_rtl .dhx_matrix_scell.item .dhx_scell_name {
|
|
1486
1490
|
padding-left: 0;
|
|
1487
1491
|
padding-right: 15px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1434,18 +1434,26 @@ div.icon_delete {
|
|
|
1434
1434
|
font-weight: bold;
|
|
1435
1435
|
text-align: left;
|
|
1436
1436
|
}
|
|
1437
|
+
.dhx_matrix_scell.folder,
|
|
1438
|
+
.dhx_timeline_label_row.dhx_row_folder {
|
|
1439
|
+
overflow: visible;
|
|
1440
|
+
}
|
|
1441
|
+
.dhx_matrix_scell.folder > div {
|
|
1442
|
+
display: flex;
|
|
1443
|
+
align-items: center;
|
|
1444
|
+
height: inherit;
|
|
1445
|
+
}
|
|
1437
1446
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1438
|
-
|
|
1439
|
-
width: 10px;
|
|
1440
|
-
padding-right: 3px;
|
|
1447
|
+
width: 12px;
|
|
1441
1448
|
position: relative;
|
|
1449
|
+
flex-shrink: 0;
|
|
1442
1450
|
}
|
|
1443
1451
|
.dhx_matrix_scell.folder .dhx_scell_name {
|
|
1444
|
-
float: left;
|
|
1445
1452
|
width: auto;
|
|
1446
1453
|
color: inherit;
|
|
1447
1454
|
text-transform: none;
|
|
1448
1455
|
font-weight: inherit;
|
|
1456
|
+
max-height: 100%;
|
|
1449
1457
|
}
|
|
1450
1458
|
.dhx_matrix_scell.item .dhx_scell_name {
|
|
1451
1459
|
padding-left: 15px;
|
|
@@ -1472,13 +1480,9 @@ div.icon_delete {
|
|
|
1472
1480
|
padding-right: 65px;
|
|
1473
1481
|
}
|
|
1474
1482
|
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1475
|
-
float: right;
|
|
1476
1483
|
padding-right: 0;
|
|
1477
1484
|
padding-left: 3px;
|
|
1478
1485
|
}
|
|
1479
|
-
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_name {
|
|
1480
|
-
float: right;
|
|
1481
|
-
}
|
|
1482
1486
|
.dhx_cal_container_rtl .dhx_matrix_scell.item .dhx_scell_name {
|
|
1483
1487
|
padding-left: 0;
|
|
1484
1488
|
padding-right: 15px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1378,18 +1378,26 @@ div.icon_delete {
|
|
|
1378
1378
|
font-weight: bold;
|
|
1379
1379
|
text-align: left;
|
|
1380
1380
|
}
|
|
1381
|
+
.dhx_matrix_scell.folder,
|
|
1382
|
+
.dhx_timeline_label_row.dhx_row_folder {
|
|
1383
|
+
overflow: visible;
|
|
1384
|
+
}
|
|
1385
|
+
.dhx_matrix_scell.folder > div {
|
|
1386
|
+
display: flex;
|
|
1387
|
+
align-items: center;
|
|
1388
|
+
height: inherit;
|
|
1389
|
+
}
|
|
1381
1390
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1382
|
-
|
|
1383
|
-
width: 10px;
|
|
1384
|
-
padding-right: 3px;
|
|
1391
|
+
width: 12px;
|
|
1385
1392
|
position: relative;
|
|
1393
|
+
flex-shrink: 0;
|
|
1386
1394
|
}
|
|
1387
1395
|
.dhx_matrix_scell.folder .dhx_scell_name {
|
|
1388
|
-
float: left;
|
|
1389
1396
|
width: auto;
|
|
1390
1397
|
color: inherit;
|
|
1391
1398
|
text-transform: none;
|
|
1392
1399
|
font-weight: inherit;
|
|
1400
|
+
max-height: 100%;
|
|
1393
1401
|
}
|
|
1394
1402
|
.dhx_matrix_scell.item .dhx_scell_name {
|
|
1395
1403
|
padding-left: 15px;
|
|
@@ -1416,13 +1424,9 @@ div.icon_delete {
|
|
|
1416
1424
|
padding-right: 65px;
|
|
1417
1425
|
}
|
|
1418
1426
|
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1419
|
-
float: right;
|
|
1420
1427
|
padding-right: 0;
|
|
1421
1428
|
padding-left: 3px;
|
|
1422
1429
|
}
|
|
1423
|
-
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_name {
|
|
1424
|
-
float: right;
|
|
1425
|
-
}
|
|
1426
1430
|
.dhx_cal_container_rtl .dhx_matrix_scell.item .dhx_scell_name {
|
|
1427
1431
|
padding-left: 0;
|
|
1428
1432
|
padding-right: 15px;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
dhtmlxScheduler v.5.3.
|
|
4
|
+
dhtmlxScheduler v.5.3.14 Standard
|
|
5
5
|
|
|
6
6
|
To use dhtmlxScheduler in non-GPL projects (and get Pro version of the product), please obtain Commercial/Enterprise or Ultimate license on our site https://dhtmlx.com/docs/products/dhtmlxScheduler/#licensing or contact us at sales@dhtmlx.com
|
|
7
7
|
|
|
@@ -1378,18 +1378,26 @@ div.icon_delete {
|
|
|
1378
1378
|
font-weight: bold;
|
|
1379
1379
|
text-align: left;
|
|
1380
1380
|
}
|
|
1381
|
+
.dhx_matrix_scell.folder,
|
|
1382
|
+
.dhx_timeline_label_row.dhx_row_folder {
|
|
1383
|
+
overflow: visible;
|
|
1384
|
+
}
|
|
1385
|
+
.dhx_matrix_scell.folder > div {
|
|
1386
|
+
display: flex;
|
|
1387
|
+
align-items: center;
|
|
1388
|
+
height: inherit;
|
|
1389
|
+
}
|
|
1381
1390
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1382
|
-
|
|
1383
|
-
width: 10px;
|
|
1384
|
-
padding-right: 3px;
|
|
1391
|
+
width: 12px;
|
|
1385
1392
|
position: relative;
|
|
1393
|
+
flex-shrink: 0;
|
|
1386
1394
|
}
|
|
1387
1395
|
.dhx_matrix_scell.folder .dhx_scell_name {
|
|
1388
|
-
float: left;
|
|
1389
1396
|
width: auto;
|
|
1390
1397
|
color: #0288D1;
|
|
1391
1398
|
text-transform: uppercase;
|
|
1392
1399
|
font-weight: 500;
|
|
1400
|
+
max-height: 100%;
|
|
1393
1401
|
}
|
|
1394
1402
|
.dhx_matrix_scell.item .dhx_scell_name {
|
|
1395
1403
|
padding-left: 15px;
|
|
@@ -1416,13 +1424,9 @@ div.icon_delete {
|
|
|
1416
1424
|
padding-right: 65px;
|
|
1417
1425
|
}
|
|
1418
1426
|
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
|
|
1419
|
-
float: right;
|
|
1420
1427
|
padding-right: 0;
|
|
1421
1428
|
padding-left: 3px;
|
|
1422
1429
|
}
|
|
1423
|
-
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_name {
|
|
1424
|
-
float: right;
|
|
1425
|
-
}
|
|
1426
1430
|
.dhx_cal_container_rtl .dhx_matrix_scell.item .dhx_scell_name {
|
|
1427
1431
|
padding-left: 0;
|
|
1428
1432
|
padding-right: 15px;
|
|
@@ -2894,7 +2898,7 @@ div.dhx_menu_icon {
|
|
|
2894
2898
|
left: 0;
|
|
2895
2899
|
}
|
|
2896
2900
|
.dhx_matrix_scell.folder .dhx_scell_expand {
|
|
2897
|
-
margin: 0 12px;
|
|
2901
|
+
margin: 0 8px 0 12px;
|
|
2898
2902
|
}
|
|
2899
2903
|
.dhx_cal_header div.dhx_bottom_scale_container .dhx_scale_bar,
|
|
2900
2904
|
.dhx_cal_header div.dhx_second_cal_header .dhx_scale_bar {
|
|
@@ -2914,6 +2918,7 @@ div.dhx_menu_icon {
|
|
|
2914
2918
|
}
|
|
2915
2919
|
.dhx_matrix_scell.folder {
|
|
2916
2920
|
border-right: 1px solid transparent;
|
|
2921
|
+
overflow: visible;
|
|
2917
2922
|
}
|
|
2918
2923
|
.dhx_matrix_scell.folder.closed .dhx_scell_expand:after {
|
|
2919
2924
|
content: "";
|