dhtmlx-scheduler 7.2.0 → 7.2.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler-skins",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
4
4
  "description": "Less sources and a build tool for DHTMLXScheduler skins",
5
5
  "scripts": {
6
6
  "build": "node scripts.js --file=theme",
@@ -162,6 +162,7 @@
162
162
  /* timeline */
163
163
  --dhx-scheduler-timeline-folder-background: var(--dhx-scheduler-base-colors-disabled);
164
164
  --dhx-scheduler-timeline-folder-color: var(--dhx-scheduler-base-colors-primary);
165
+ --dhx-scheduler-treetimeline-level-padding: 16px;
165
166
 
166
167
  /* markers */
167
168
 
@@ -90,32 +90,16 @@
90
90
  cursor: pointer;
91
91
  }
92
92
 
93
- .dhx_matrix_scell .dhx_scell_level0{
94
- padding-left: 4px;
95
- }
96
-
97
- .dhx_matrix_scell .dhx_scell_level1{
98
- padding-left: 20px;
99
- }
100
-
101
- .dhx_matrix_scell .dhx_scell_level2{
102
- padding-left: 32px;
103
- }
104
-
105
- .dhx_matrix_scell .dhx_scell_level3{
106
- padding-left: 48px;
107
- }
108
-
109
- .dhx_matrix_scell .dhx_scell_level4{
110
- padding-left: 64px;
111
- }
112
-
113
93
  .dhx_matrix_scell.folder{
114
94
  border-right-color: transparent;
115
95
  font-weight: 700;
116
96
  text-align: left;
117
97
  }
118
98
 
99
+ .dhx_matrix_scell .dhx_scell_level{
100
+ padding-left: var(--dhx-scheduler-treetimeline-level-padding-value);
101
+ }
102
+
119
103
  .dhx_cal_container_rtl{
120
104
  .dhx_matrix_scell.folder {
121
105
  border-right: var(--dhx-scheduler-default-border);
@@ -123,6 +107,13 @@
123
107
  }
124
108
  }
125
109
 
110
+ .dhx_cal_container_rtl{
111
+ .dhx_matrix_scell .dhx_scell_level{
112
+ padding-left:0;
113
+ padding-right: var(--dhx-scheduler-treetimeline-level-padding-value);
114
+ }
115
+ }
116
+
126
117
  .dhx_matrix_line{
127
118
  overflow: hidden
128
119
  }
@@ -166,31 +157,6 @@
166
157
  }
167
158
 
168
159
  .dhx_cal_container_rtl {
169
- .dhx_matrix_scell .dhx_scell_level0{
170
- padding-left: 0;
171
- padding-right: 4px;
172
- }
173
-
174
- .dhx_matrix_scell .dhx_scell_level1{
175
- padding-left: 0;
176
- padding-right: 20px;
177
- }
178
-
179
- .dhx_matrix_scell .dhx_scell_level2{
180
- padding-left: 0;
181
- padding-right: 32px;
182
- }
183
-
184
- .dhx_matrix_scell .dhx_scell_level3{
185
- padding-left: 0;
186
- padding-right: 48px;
187
- }
188
-
189
- .dhx_matrix_scell .dhx_scell_level4{
190
- padding-left: 0;
191
- padding-right: 63px;
192
- }
193
-
194
160
 
195
161
  .dhx_matrix_scell.folder .dhx_scell_expand{
196
162
  padding-right:0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dhtmlx-scheduler",
3
- "version": "7.2.0",
3
+ "version": "7.2.2",
4
4
  "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
5
5
  "main": "codebase/dhtmlxscheduler.es.js",
6
6
  "types": "codebase/dhtmlxscheduler.es.d.ts",
package/whatsnew.md CHANGED
@@ -1,3 +1,21 @@
1
+ ### 7.2.2
2
+
3
+ Fix the issue where filtering did not work correctly for modified occurrences of recurring events
4
+ Ensure the month_date template properly affects the Year view
5
+ Fix the incorrect behavior when using multisection events in the Timeline view with round_position: true
6
+ Prevent recurring events occurrences from being cut off when they fall outside the visible range of the Timeline view
7
+ Fix issues with editing recurring events using the "current and the following" option
8
+
9
+ ### 7.2.1
10
+
11
+ Prevent recurring occurrences from disappearing during daylight saving time (DST) transitions.
12
+ Fix the script error that occurred when editing newly created recurring events.
13
+ Fix the incorrect display of occurrences after loading data from the back-end.
14
+ Fix the error encountered when adjusting the size property in the Units view that exceeds the available columns.
15
+ Ensure multi-level folders in the Tree Timeline view display correctly at all nesting levels.
16
+ Fix the issue with the readonly_form configuration option causing errors when opening the lightbox for recurring events.
17
+ Fix the issue with recurring patterns when modifying "the current and the following" occurrences of weekly recurring events that span certain weekdays.
18
+
1
19
  ### 7.2.0
2
20
 
3
21
  Ability to edit the current and the following recurring events