@syncfusion/ej2-vue-schedule 20.1.50 → 20.1.56

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.
Files changed (54) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/dist/ej2-vue-schedule.umd.min.js +11 -2
  3. package/dist/es6/ej2-vue-schedule.es2015.js +1 -0
  4. package/dist/es6/ej2-vue-schedule.es2015.js.map +1 -1
  5. package/dist/es6/ej2-vue-schedule.es5.js +1 -0
  6. package/dist/es6/ej2-vue-schedule.es5.js.map +1 -1
  7. package/dist/global/ej2-vue-schedule.min.js +2 -2
  8. package/package.json +8 -8
  9. package/src/schedule/schedule.component.js +1 -0
  10. package/styles/bootstrap-dark.css +83 -968
  11. package/styles/bootstrap.css +83 -967
  12. package/styles/bootstrap4.css +83 -990
  13. package/styles/bootstrap5-dark.css +83 -988
  14. package/styles/bootstrap5.css +83 -988
  15. package/styles/fabric-dark.css +83 -968
  16. package/styles/fabric.css +83 -970
  17. package/styles/fluent-dark.css +83 -968
  18. package/styles/fluent.css +83 -968
  19. package/styles/highcontrast-light.css +83 -967
  20. package/styles/highcontrast.css +83 -972
  21. package/styles/material-dark.css +83 -967
  22. package/styles/material.css +83 -967
  23. package/styles/recurrence-editor/bootstrap-dark.css +6 -94
  24. package/styles/recurrence-editor/bootstrap.css +6 -94
  25. package/styles/recurrence-editor/bootstrap4.css +6 -94
  26. package/styles/recurrence-editor/bootstrap5-dark.css +6 -94
  27. package/styles/recurrence-editor/bootstrap5.css +6 -94
  28. package/styles/recurrence-editor/fabric-dark.css +6 -94
  29. package/styles/recurrence-editor/fabric.css +6 -94
  30. package/styles/recurrence-editor/fluent-dark.css +6 -94
  31. package/styles/recurrence-editor/fluent.css +6 -94
  32. package/styles/recurrence-editor/highcontrast-light.css +6 -94
  33. package/styles/recurrence-editor/highcontrast.css +6 -94
  34. package/styles/recurrence-editor/material-dark.css +6 -94
  35. package/styles/recurrence-editor/material.css +6 -94
  36. package/styles/recurrence-editor/tailwind-dark.css +6 -94
  37. package/styles/recurrence-editor/tailwind.css +6 -94
  38. package/styles/schedule/bootstrap-dark.css +78 -875
  39. package/styles/schedule/bootstrap.css +78 -874
  40. package/styles/schedule/bootstrap4.css +78 -897
  41. package/styles/schedule/bootstrap5-dark.css +78 -895
  42. package/styles/schedule/bootstrap5.css +78 -895
  43. package/styles/schedule/fabric-dark.css +78 -875
  44. package/styles/schedule/fabric.css +78 -877
  45. package/styles/schedule/fluent-dark.css +78 -875
  46. package/styles/schedule/fluent.css +78 -875
  47. package/styles/schedule/highcontrast-light.css +78 -874
  48. package/styles/schedule/highcontrast.css +78 -879
  49. package/styles/schedule/material-dark.css +78 -874
  50. package/styles/schedule/material.css +78 -874
  51. package/styles/schedule/tailwind-dark.css +78 -895
  52. package/styles/schedule/tailwind.css +78 -895
  53. package/styles/tailwind-dark.css +83 -988
  54. package/styles/tailwind.css +83 -988
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-vue-schedule@*",
3
- "_id": "@syncfusion/ej2-vue-schedule@20.1.48",
3
+ "_id": "@syncfusion/ej2-vue-schedule@20.1.52",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-W+YqZZu1AY6OpfvsHyn+omLXagEgxCC/muYyJYw3YbbU8z1q7niVhpnjCzGqwsn1gFBlOrnhXQ7Ac06r+M8jqw==",
5
+ "_integrity": "sha512-ioGjjwxJyKXkfmdr88ngT7pE6U6zm0KU6UnlqF/EYoogwQ0J9QQeOW2homkbcH9l0MUZ5MHydqfcgW62i5hfOQ==",
6
6
  "_location": "/@syncfusion/ej2-vue-schedule",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-20.1.48.tgz",
23
- "_shasum": "84562637198a62acd36e862d86df3ca03d85e1f3",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-vue-schedule/-/ej2-vue-schedule-20.1.52.tgz",
23
+ "_shasum": "a43f6d04d0b674ae7954b2215d29e8a597cdafcd",
24
24
  "_spec": "@syncfusion/ej2-vue-schedule@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-base": "~20.1.50",
35
- "@syncfusion/ej2-schedule": "20.1.50",
36
- "@syncfusion/ej2-vue-base": "~20.1.49"
34
+ "@syncfusion/ej2-base": "~20.1.56",
35
+ "@syncfusion/ej2-schedule": "20.1.56",
36
+ "@syncfusion/ej2-vue-base": "~20.1.56"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "Flexible scheduling library with more built-in features and enhanced customization options similar to outlook and google calendar, allowing the users to plan and manage their appointments with efficient data-binding support. for Vue",
@@ -70,6 +70,6 @@
70
70
  "type": "git",
71
71
  "url": "git+https://github.com/syncfusion/ej2-vue-ui-components.git"
72
72
  },
73
- "version": "20.1.50",
73
+ "version": "20.1.56",
74
74
  "sideEffects": false
75
75
  }
@@ -123,6 +123,7 @@ var ScheduleComponent = /** @class */ (function (_super) {
123
123
  if (!isExecute) {
124
124
  this.ej2Instances.vueInstance.$emit('update:' + propKey, eventProp[propKey]);
125
125
  this.ej2Instances.vueInstance.$emit('modelchanged', eventProp[propKey]);
126
+ this.ej2Instances.vueInstance.$emit('update:modelValue', eventProp[propKey]);
126
127
  }
127
128
  else {
128
129
  if (eventName === 'change' || (this.$props && !this.$props.isLazyUpdate)) {