dhtmlx-scheduler 7.1.3 → 7.2.1

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.1.3",
3
+ "version": "7.2.1",
4
4
  "description": "Less sources and a build tool for DHTMLXScheduler skins",
5
5
  "scripts": {
6
6
  "build": "node scripts.js --file=theme",
@@ -177,7 +177,7 @@
177
177
  .button();
178
178
  }
179
179
 
180
- .scheduler_popup_button:not(.scheduler_ok_button){
180
+ .scheduler_popup_button:not(.scheduler_ok_button):not(.scheduler_rec_ok_button){
181
181
  .button-outline();
182
182
  }
183
183
 
@@ -513,4 +513,75 @@
513
513
  flex-wrap: wrap;
514
514
  gap: 8px;
515
515
  }
516
+ }
517
+
518
+
519
+ .scheduler-recurring_mode{
520
+ --dhx_scheduler-radio-size: 20px;
521
+ --dhx_scheduler-radio-border-color: #4c84f1;
522
+ --dhx_scheduler-radio-checked-color: #4c84f1;
523
+ --dhx_scheduler-radio-checked-inner-size: 10px;
524
+ --dhx_scheduler-font-size: 14px;
525
+ --dhx_scheduler-label-margin: 10px;
526
+
527
+ .dhtmlx_popup_title{
528
+ padding-top: 16px;
529
+ padding-bottom: 0;
530
+ }
531
+
532
+ .scheduler_popup_text{
533
+ justify-content: flex-start;
534
+ }
535
+
536
+ .scheduler_popup_controls{
537
+ justify-content:center;
538
+ padding-bottom: 16px;
539
+ }
540
+ .scheduler_popup_button {
541
+ min-width: 110px;
542
+ }
543
+
544
+ label.dhx_styled_radio {
545
+ display: flex;
546
+ align-items: center;
547
+ cursor: pointer;
548
+ padding-right: 4px;
549
+ }
550
+
551
+ .dhx_edit_recurrence_options{
552
+ display: flex;
553
+ flex-direction: column;
554
+ gap: var(--dhx_scheduler-label-margin);
555
+ }
556
+
557
+
558
+ .dhx_styled_radio > input[type="radio"] {
559
+ appearance: none;
560
+ width: var(--dhx_scheduler-radio-size);
561
+ height: var(--dhx_scheduler-radio-size);
562
+ border: 2px solid var(--dhx_scheduler-radio-border-color);
563
+ border-radius: 50%;
564
+ outline: none;
565
+ margin: 2px 10px 2px 5px;
566
+ display: inline-block;
567
+ position: relative;
568
+ background-color: transparent;
569
+ }
570
+
571
+ .dhx_styled_radio >input[type="radio"]:checked {
572
+ background-color: transparent;
573
+ }
574
+
575
+ .dhx_styled_radio > input[type="radio"]:checked::after {
576
+ content: '';
577
+ width: var(--dhx_scheduler-radio-checked-inner-size);
578
+ height: var(--dhx_scheduler-radio-checked-inner-size);
579
+ background-color: var(--dhx_scheduler-radio-checked-color);
580
+ border-radius: 50%;
581
+ position: absolute;
582
+ top: 50%;
583
+ left: 50%;
584
+ transform: translate(-50%, -50%);
585
+ }
586
+
516
587
  }
@@ -58,13 +58,13 @@
58
58
  .scheduler_popup_title {
59
59
  border-top-left-radius:var(--dhx-scheduler-modal-border-radius);
60
60
  border-top-right-radius:var(--dhx-scheduler-modal-border-radius);
61
- text-transform: uppercase;
61
+ color: var(--dhx-scheduler-base-colors-text-base);
62
+ font-size: var(--dhx-scheduler-heading-font-size);
62
63
  font-weight: var(--dhx-scheduler-heading-font-weight);
63
64
  padding: calc(var(--dhx-scheduler-modal-padding)/2) var(--dhx-scheduler-modal-padding);
64
65
  display: flex;
65
66
  justify-content: center;
66
67
  align-items: center;
67
-
68
68
  }
69
69
 
70
70
  .scheduler_popup_text{
@@ -103,6 +103,10 @@
103
103
  }
104
104
  }
105
105
 
106
+ .scheduler_popup_title {
107
+ text-transform: uppercase;
108
+ }
109
+
106
110
  --dhx-scheduler-config-form_wide: 1;
107
111
  --dhx-scheduler-xy-scale_height: 35px;
108
112
  }
@@ -132,6 +132,10 @@
132
132
  .dhx_timeline_scale_header {
133
133
  .dhx_scale_text_styles();
134
134
  }
135
+
136
+ .scheduler_popup_title {
137
+ text-transform: uppercase;
138
+ }
135
139
 
136
140
 
137
141
  --dhx-scheduler-config-form_wide: 1;
@@ -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,32 +1,32 @@
1
- {
2
- "name": "dhtmlx-scheduler",
3
- "version": "7.1.3",
4
- "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
5
- "main": "codebase/dhtmlxscheduler.es.js",
6
- "types": "codebase/dhtmlxscheduler.es.d.ts",
7
- "repository": {
8
- "type": "git",
9
- "url": "git+https://github.com/DHTMLX/scheduler.git"
10
- },
11
- "keywords": [
12
- "calendar",
13
- "scheduler",
14
- "dhtmlx",
15
- "dhtmlxscheduler",
16
- "event",
17
- "recurring events",
18
- "appointment",
19
- "agenda",
20
- "month",
21
- "day",
22
- "week",
23
- "year",
24
- "browser"
25
- ],
26
- "author": "DHTMLX",
27
- "license": "GPL-2.0",
28
- "bugs": {
29
- "url": "https://github.com/DHTMLX/scheduler/issues"
30
- },
31
- "homepage": "https://github.com/DHTMLX/scheduler#readme"
1
+ {
2
+ "name": "dhtmlx-scheduler",
3
+ "version": "7.2.1",
4
+ "description": "JavaScript event calendar. Allows to manage events and appointments in different views",
5
+ "main": "codebase/dhtmlxscheduler.es.js",
6
+ "types": "codebase/dhtmlxscheduler.es.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/DHTMLX/scheduler.git"
10
+ },
11
+ "keywords": [
12
+ "calendar",
13
+ "scheduler",
14
+ "dhtmlx",
15
+ "dhtmlxscheduler",
16
+ "event",
17
+ "recurring events",
18
+ "appointment",
19
+ "agenda",
20
+ "month",
21
+ "day",
22
+ "week",
23
+ "year",
24
+ "browser"
25
+ ],
26
+ "author": "DHTMLX",
27
+ "license": "GPL-2.0",
28
+ "bugs": {
29
+ "url": "https://github.com/DHTMLX/scheduler/issues"
30
+ },
31
+ "homepage": "https://github.com/DHTMLX/scheduler#readme"
32
32
  }
package/whatsnew.md CHANGED
@@ -1,3 +1,28 @@
1
+ ### 7.2.1
2
+
3
+ Prevent recurring occurrences from disappearing during daylight saving time (DST) transitions.
4
+ Fix the script error that occurred when editing newly created recurring events.
5
+ Fix the incorrect display of occurrences after loading data from the back-end.
6
+ Fix the error encountered when adjusting the size property in the Units view that exceeds the available columns.
7
+ Ensure multi-level folders in the Tree Timeline view display correctly at all nesting levels.
8
+ Fix the issue with the readonly_form configuration option causing errors when opening the lightbox for recurring events.
9
+ Fix the issue with recurring patterns when modifying "the current and the following" occurrences of weekly recurring events that span certain weekdays.
10
+
11
+ ### 7.2.0
12
+
13
+ Ability to edit the current and the following recurring events
14
+ New Live-Update module for collaborative editing
15
+ Improved display of overnight events
16
+ Updated event handlers for the Mini Calendar
17
+ Date functions are now non-mutating
18
+ Fix the issue with the container resize listeners in the LWC environment
19
+ Fix the issue with events' drag and drop when the event's end date is past the scheduler_last_hour configuration
20
+ Fix the incorrect display of events in the cascade_event_display mode
21
+ Fix the incorrect behavior of drag-resize when a new event is resized to the bottom of the day column while the all_timed extension is active
22
+ Fix the incorrect behavior of vertical scrolling in the scrollable Timeline view when smart rendering is disabled
23
+ Fix the incorrect display of scroll buttons in the Units view
24
+ Fix the incorrect display of unassigned events in the Units view when the skip_incorrect setting is set to false
25
+
1
26
  ### 7.1.3
2
27
 
3
28
  Fix the issue where the initial position of events was not highlighted during drag and drop in the Timeline and Units views