@syncfusion/ej2-angular-schedule 26.1.41 → 26.2.4
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/CHANGELOG.md +9 -0
- package/package.json +8 -8
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +1 -4708
- package/styles/bootstrap.css +1 -4703
- package/styles/bootstrap4.css +1 -4805
- package/styles/bootstrap5-dark.css +1 -4749
- package/styles/bootstrap5.css +1 -4749
- package/styles/fabric-dark.css +1 -4670
- package/styles/fabric.css +1 -4660
- package/styles/fluent-dark.css +1 -4733
- package/styles/fluent.css +1 -4733
- package/styles/fluent2.css +1 -6991
- package/styles/highcontrast-light.css +1 -4745
- package/styles/highcontrast.css +1 -4754
- package/styles/material-dark.css +1 -4725
- package/styles/material.css +1 -4772
- package/styles/material3-dark.css +1 -4990
- package/styles/material3.css +1 -5214
- package/styles/recurrence-editor/bootstrap-dark.css +1 -503
- package/styles/recurrence-editor/bootstrap.css +1 -503
- package/styles/recurrence-editor/bootstrap4.css +1 -549
- package/styles/recurrence-editor/bootstrap5-dark.css +1 -545
- package/styles/recurrence-editor/bootstrap5.css +1 -545
- package/styles/recurrence-editor/fabric-dark.css +1 -478
- package/styles/recurrence-editor/fabric.css +1 -471
- package/styles/recurrence-editor/fluent-dark.css +1 -525
- package/styles/recurrence-editor/fluent.css +1 -525
- package/styles/recurrence-editor/fluent2.css +1 -1534
- package/styles/recurrence-editor/highcontrast-light.css +1 -475
- package/styles/recurrence-editor/highcontrast.css +1 -475
- package/styles/recurrence-editor/material-dark.css +1 -512
- package/styles/recurrence-editor/material.css +1 -537
- package/styles/recurrence-editor/material3-dark.css +1 -657
- package/styles/recurrence-editor/material3.css +1 -769
- package/styles/recurrence-editor/tailwind-dark.css +1 -500
- package/styles/recurrence-editor/tailwind.css +1 -500
- package/styles/schedule/bootstrap-dark.css +1 -4312
- package/styles/schedule/bootstrap.css +1 -4307
- package/styles/schedule/bootstrap4.css +1 -4409
- package/styles/schedule/bootstrap5-dark.css +1 -4353
- package/styles/schedule/bootstrap5.css +1 -4353
- package/styles/schedule/fabric-dark.css +1 -4274
- package/styles/schedule/fabric.css +1 -4264
- package/styles/schedule/fluent-dark.css +1 -4337
- package/styles/schedule/fluent.css +1 -4337
- package/styles/schedule/fluent2.css +1 -5561
- package/styles/schedule/highcontrast-light.css +1 -4349
- package/styles/schedule/highcontrast.css +1 -4358
- package/styles/schedule/material-dark.css +1 -4329
- package/styles/schedule/material.css +1 -4376
- package/styles/schedule/material3-dark.css +1 -4484
- package/styles/schedule/material3.css +1 -4596
- package/styles/schedule/tailwind-dark.css +1 -4303
- package/styles/schedule/tailwind.css +1 -4303
- package/styles/tailwind-dark.css +1 -4699
- package/styles/tailwind.css +1 -4699
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,15 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug fixes
|
|
8
8
|
|
|
9
|
+
- `#I605064` - An issue with the weekly recurrence appointment rendering while using the repeat interval value of more than 1 has been fixed.
|
|
10
|
+
- `#I600060` - The issue where the drag clone fails to follow the cursor position during dragging, with cell widths set to auto, has been resolved.
|
|
11
|
+
|
|
12
|
+
## 26.1.41 (2024-07-09)
|
|
13
|
+
|
|
14
|
+
### Schedule
|
|
15
|
+
|
|
16
|
+
#### Bug fixes
|
|
17
|
+
|
|
9
18
|
- `#I577891` - An issue with the virtual scrolling performance in the vertical view has been addressed.
|
|
10
19
|
- `#I589776` - An issue where the events are moved to next or previous week while multi dragging has been fixed.
|
|
11
20
|
- `#F188870` - An issue with the current time indicator throws the console error when the resource data source is empty has been fixed.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-schedule@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-schedule@26.1.
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-schedule@26.1.41",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-5JEjFtzMnmN1xRtHRqj3Ji1ngF0M3dq2Z0HRyiOfqL9q0lYHvnmVFB1r4l/9eBQFEHcW4yQY+mU7X3pa8xN9dQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-schedule",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-schedule/-/ej2-angular-schedule-26.1.
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-schedule/-/ej2-angular-schedule-26.1.41.tgz",
|
|
23
|
+
"_shasum": "b4cac9b3bb04f24d3aed81b6f6d9208733bdbcf7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-schedule@*",
|
|
25
25
|
"_where": "/jenkins/workspace/elease-automation_release_26.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~26.
|
|
35
|
-
"@syncfusion/ej2-base": "~26.
|
|
36
|
-
"@syncfusion/ej2-schedule": "26.
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~26.2.4",
|
|
35
|
+
"@syncfusion/ej2-base": "~26.2.4",
|
|
36
|
+
"@syncfusion/ej2-schedule": "26.2.4",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-schedule.d.ts",
|
|
75
|
-
"version": "26.
|
|
75
|
+
"version": "26.2.4"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-schedule';
|
|
2
|
-
export const pkgVer = '^26.1.
|
|
2
|
+
export const pkgVer = '^26.1.41';
|
|
3
3
|
export const moduleName = 'ScheduleModule, RecurrenceEditorModule';
|
|
4
|
-
export const themeVer = '~26.1.
|
|
4
|
+
export const themeVer = '~26.1.41';
|