@syncfusion/ej2-base 19.4.52 → 20.1.50

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 (45) hide show
  1. package/CHANGELOG.md +5 -10
  2. package/README.md +2 -2
  3. package/dist/ej2-base.umd.min.js +2 -2
  4. package/dist/ej2-base.umd.min.js.map +1 -1
  5. package/dist/es6/ej2-base.es2015.js +210 -14
  6. package/dist/es6/ej2-base.es2015.js.map +1 -1
  7. package/dist/es6/ej2-base.es5.js +208 -10
  8. package/dist/es6/ej2-base.es5.js.map +1 -1
  9. package/dist/global/ej2-base.min.js +2 -2
  10. package/dist/global/ej2-base.min.js.map +1 -1
  11. package/dist/global/index.d.ts +1 -1
  12. package/package.json +7 -76
  13. package/src/component-model.d.ts +1 -1
  14. package/src/component.d.ts +1 -1
  15. package/src/component.js +4 -5
  16. package/src/draggable.js +3 -0
  17. package/src/index.d.ts +1 -0
  18. package/src/index.js +1 -0
  19. package/src/intl/intl-base.js +1 -1
  20. package/src/template-engine.js +2 -2
  21. package/src/template.js +1 -1
  22. package/src/util.d.ts +4 -0
  23. package/src/util.js +4 -0
  24. package/src/validate-lic.d.ts +7 -0
  25. package/src/validate-lic.js +194 -0
  26. package/styles/bootstrap-dark.css +17 -32
  27. package/styles/bootstrap.css +17 -32
  28. package/styles/bootstrap4.css +17 -32
  29. package/styles/bootstrap5-dark.css +17 -32
  30. package/styles/bootstrap5.css +17 -32
  31. package/styles/common/_core.scss +0 -32
  32. package/styles/definition/_fluent-dark.scss +2 -2
  33. package/styles/definition/_fluent.scss +1 -1
  34. package/styles/fabric-dark.css +17 -32
  35. package/styles/fabric.css +17 -32
  36. package/styles/fluent-dark.css +2177 -0
  37. package/styles/fluent-dark.scss +3 -0
  38. package/styles/fluent.css +2177 -0
  39. package/styles/fluent.scss +3 -0
  40. package/styles/highcontrast-light.css +17 -32
  41. package/styles/highcontrast.css +17 -32
  42. package/styles/material-dark.css +17 -32
  43. package/styles/material.css +17 -32
  44. package/styles/tailwind-dark.css +587 -614
  45. package/styles/tailwind.css +587 -614
package/CHANGELOG.md CHANGED
@@ -6,29 +6,24 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
- - Resolved the svg template issue in template compilation
9
+ - `I370803` - The issue with "Script error occurs while opening the popup in the DropDownList" has been resolved.
10
10
 
11
- ### Common
12
-
13
- #### New Features
14
-
15
- - `I360098` - Provided the Space Grouping support for Custom Number format.
16
-
17
- ## 19.4.42 (2022-01-11)
11
+ ## 20.1.48 (2022-04-12)
18
12
 
19
13
  ### Common
20
14
 
21
15
  #### Bug Fixes
22
16
 
23
- - `I339589` - Resolved the `DropdownButton` issue with react component as target.
17
+ - `I374390` - Resolved window undefined in server side rendering with React next JS.
24
18
 
25
- ## 19.4.38 (2021-12-17)
19
+ ## 20.1.47 (2022-04-04)
26
20
 
27
21
  ### Common
28
22
 
29
23
  #### Bug Fixes
30
24
 
31
25
  - `I324684` - Resolved the `Treeview` check box issues in safari browser.
26
+ - `I342741`, `F172105`, `SF-365783`, `F172867`, `SF-367588`, `SF-358914` - Provided the `draggable` support for the mobile and touch devices.
32
27
 
33
28
  ## 17.4.51 (2020-02-25)
34
29
 
package/README.md CHANGED
@@ -91,11 +91,11 @@ Product support is available for through following mediums.
91
91
 
92
92
  ## License
93
93
 
94
- Check the license detail [here](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license).
94
+ Check the license detail [here](https://github.com/syncfusion/ej2-base/blob/master/license).
95
95
 
96
96
  ## Changelog
97
97
 
98
- Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes/index?utm_source=npm&utm_campaign=ej2-base)
98
+ Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes?utm_source=npm&utm_campaign=ej2-base)
99
99
 
100
100
  © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
101
101
  The Syncfusion Essential Studio license and copyright applies to this distribution.