dhtmlx-scheduler 7.1.3 → 7.2.0

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.0",
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;
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.0",
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,18 @@
1
+ ### 7.2.0
2
+
3
+ Ability to edit the current and the following recurring events
4
+ New Live-Update module for collaborative editing
5
+ Improved display of overnight events
6
+ Updated event handlers for the Mini Calendar
7
+ Date functions are now non-mutating
8
+ Fix the issue with the container resize listeners in the LWC environment
9
+ Fix the issue with events' drag and drop when the event's end date is past the scheduler_last_hour configuration
10
+ Fix the incorrect display of events in the cascade_event_display mode
11
+ 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
12
+ Fix the incorrect behavior of vertical scrolling in the scrollable Timeline view when smart rendering is disabled
13
+ Fix the incorrect display of scroll buttons in the Units view
14
+ Fix the incorrect display of unassigned events in the Units view when the skip_incorrect setting is set to false
15
+
1
16
  ### 7.1.3
2
17
 
3
18
  Fix the issue where the initial position of events was not highlighted during drag and drop in the Timeline and Units views