Skip to content

Commit 9dfcff8

Browse files
committed
[update] version 7.2.1
1 parent b81b273 commit 9dfcff8

17 files changed

+3402
-3279
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dhtmlxScheduler #
22

33
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
4-
[![npm: v.7.2.0](https://img.shields.io/badge/npm-v.7.2.0-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
4+
[![npm: v.7.2.1](https://img.shields.io/badge/npm-v.7.2.1-blue.svg)](https://www.npmjs.com/package/dhtmlx-scheduler)
55
[![License: GPL v2](https://img.shields.io/badge/license-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
66

77
[DHTMLX Scheduler](https://dhtmlx.com/docs/products/dhtmlxScheduler) is a JavaScript library that allows you to add a Google-like scheduler to your web app or website.
@@ -87,7 +87,7 @@ scheduler.parse([
8787

8888
## License ##
8989

90-
dhtmlxScheduler v.7.2.0 Standard
90+
dhtmlxScheduler v.7.2.1 Standard
9191

9292
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
9393

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scheduler",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"homepage": "https://dhtmlx.com/docs/products/dhtmlxScheduler/",
55
"description": "JavaScript event calendar. Allows to manage events and appointments in different views",
66
"main": [

codebase/dhtmlxscheduler.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxscheduler.es.js

Lines changed: 2858 additions & 2837 deletions
Large diffs are not rendered by default.

codebase/dhtmlxscheduler.es.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxscheduler.js

Lines changed: 68 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/dhtmlxscheduler.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codebase/sources/dhtmlxscheduler.css

Lines changed: 8 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@
153153
/* timeline */
154154
--dhx-scheduler-timeline-folder-background: var(--dhx-scheduler-base-colors-disabled);
155155
--dhx-scheduler-timeline-folder-color: var(--dhx-scheduler-base-colors-primary);
156+
--dhx-scheduler-treetimeline-level-padding: 16px;
156157
/* markers */
157158
--dhx-scheduler-blocked-time-background: var(--dhx-scheduler-base-colors-disabled);
158159
--dhx-scheduler-today-marker-color: var(--dhx-scheduler-base-colors-error);
@@ -2856,30 +2857,22 @@ url("src/dhx-scheduler-icons.woff2?7d3dc8d31762f76ad3c385c23e9afbc6") format("wo
28562857
background-color: var(--dhx-scheduler-timeline-folder-background);
28572858
cursor: pointer;
28582859
}
2859-
.dhx_matrix_scell .dhx_scell_level0 {
2860-
padding-left: 4px;
2861-
}
2862-
.dhx_matrix_scell .dhx_scell_level1 {
2863-
padding-left: 20px;
2864-
}
2865-
.dhx_matrix_scell .dhx_scell_level2 {
2866-
padding-left: 32px;
2867-
}
2868-
.dhx_matrix_scell .dhx_scell_level3 {
2869-
padding-left: 48px;
2870-
}
2871-
.dhx_matrix_scell .dhx_scell_level4 {
2872-
padding-left: 64px;
2873-
}
28742860
.dhx_matrix_scell.folder {
28752861
border-right-color: transparent;
28762862
font-weight: 700;
28772863
text-align: left;
28782864
}
2865+
.dhx_matrix_scell .dhx_scell_level {
2866+
padding-left: var(--dhx-scheduler-treetimeline-level-padding-value);
2867+
}
28792868
.dhx_cal_container_rtl .dhx_matrix_scell.folder {
28802869
border-right: var(--dhx-scheduler-default-border);
28812870
border-left-color: transparent;
28822871
}
2872+
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level {
2873+
padding-left: 0;
2874+
padding-right: var(--dhx-scheduler-treetimeline-level-padding-value);
2875+
}
28832876
.dhx_matrix_line {
28842877
overflow: hidden;
28852878
}
@@ -2927,26 +2920,6 @@ url("src/dhx-scheduler-icons.woff2?7d3dc8d31762f76ad3c385c23e9afbc6") format("wo
29272920
padding-left: 16px;
29282921
text-align: left;
29292922
}
2930-
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level0 {
2931-
padding-left: 0;
2932-
padding-right: 4px;
2933-
}
2934-
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level1 {
2935-
padding-left: 0;
2936-
padding-right: 20px;
2937-
}
2938-
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level2 {
2939-
padding-left: 0;
2940-
padding-right: 32px;
2941-
}
2942-
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level3 {
2943-
padding-left: 0;
2944-
padding-right: 48px;
2945-
}
2946-
.dhx_cal_container_rtl .dhx_matrix_scell .dhx_scell_level4 {
2947-
padding-left: 0;
2948-
padding-right: 63px;
2949-
}
29502923
.dhx_cal_container_rtl .dhx_matrix_scell.folder .dhx_scell_expand {
29512924
padding-right: 0;
29522925
padding-left: 4px;

0 commit comments

Comments
 (0)