@syncfusion/ej2-base 20.1.61 → 20.2.39
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 +38 -7
- package/{README.md → ReadMe.md} +1 -1
- package/bin/syncfusion-license.js +2 -0
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +131 -29
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +131 -29
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/helpers/e2e/base.js +62 -52
- package/helpers/e2e/index.js +8 -6
- package/package.json +8 -113
- package/src/animation.d.ts +9 -0
- package/src/animation.js +24 -3
- package/src/component.js +1 -3
- package/src/draggable.d.ts +3 -0
- package/src/draggable.js +62 -13
- package/src/touch.js +4 -0
- package/src/validate-lic.js +39 -9
- package/styles/_fusionnew-dark-definition.scss +9 -0
- package/styles/_fusionnew-definition.scss +9 -0
- package/styles/_material3-dark-definition.scss +10 -0
- package/styles/_material3-definition.scss +9 -0
- package/styles/bootstrap-dark.css +31 -1
- package/styles/bootstrap.css +31 -1
- package/styles/bootstrap4.css +31 -1
- package/styles/bootstrap5-dark.css +31 -1
- package/styles/bootstrap5.css +31 -1
- package/styles/common/_core.scss +2 -1
- package/styles/definition/_fluent-dark.scss +5 -5
- package/styles/definition/_fusionnew-dark.scss +358 -0
- package/styles/definition/_fusionnew.scss +357 -0
- package/styles/definition/_material3-dark.scss +408 -0
- package/styles/definition/_material3.scss +357 -0
- package/styles/fabric-dark.css +31 -1
- package/styles/fabric.css +31 -1
- package/styles/fluent-dark.css +31 -1
- package/styles/fluent.css +31 -1
- package/styles/highcontrast-light.css +31 -1
- package/styles/highcontrast.css +31 -1
- package/styles/material-dark.css +31 -1
- package/styles/material.css +31 -1
- package/styles/tailwind-dark.css +31 -1
- package/styles/tailwind.css +31 -1
- package/.github/PULL_REQUEST_TEMPLATE/Bug.md +0 -60
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -42
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,37 @@
|
|
|
6
6
|
|
|
7
7
|
#### Bug Fixes
|
|
8
8
|
|
|
9
|
+
- `#I372767`, `#I370308` - The empty space issue in `Treeview` component while dragging the element has been resolved.
|
|
10
|
+
|
|
11
|
+
## 20.2.38 (2022-07-12)
|
|
12
|
+
|
|
13
|
+
### Common
|
|
14
|
+
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
- `#I383984` - The issue with the "Unwanted swipe event trigger in Firefox browser" has been resolved.
|
|
18
|
+
|
|
19
|
+
## 20.2.36 (2022-06-30)
|
|
20
|
+
|
|
21
|
+
### Common
|
|
22
|
+
|
|
23
|
+
#### New Features
|
|
24
|
+
|
|
25
|
+
- Provided the TypeScript 4.7 compatible support for the EJ2 components.
|
|
26
|
+
- Provided the option to register the license key by using the `npx` command. Follow these steps to register the license using the `npx` command:
|
|
27
|
+
|
|
28
|
+
| The `npx` command |
|
|
29
|
+
|---|
|
|
30
|
+
| Install the Syncfusion packages from `npm`. |
|
|
31
|
+
| Add the license key either in the environment variable `SYNCFUSION_LICENSE` or in the `syncfusion-license.txt` text file. |
|
|
32
|
+
| Run the command `npx syncfusion-license activate` to automatically register the license. |
|
|
33
|
+
|
|
34
|
+
## 20.1.61 (2022-06-21)
|
|
35
|
+
|
|
36
|
+
### Common
|
|
37
|
+
|
|
38
|
+
#### Bug Fixes
|
|
39
|
+
|
|
9
40
|
- `#F173517` - "The Chart with ngFor data binding is not working" issue has been resolved.
|
|
10
41
|
|
|
11
42
|
## 20.1.60 (2022-06-14)
|
|
@@ -14,7 +45,7 @@
|
|
|
14
45
|
|
|
15
46
|
#### Bug Fixes
|
|
16
47
|
|
|
17
|
-
-
|
|
48
|
+
- `#I372767`, `#I370308` - The empty space issue in `Treeview` component while dragging the element has been resolved.
|
|
18
49
|
|
|
19
50
|
## 20.1.56 (2022-05-17)
|
|
20
51
|
|
|
@@ -22,7 +53,7 @@
|
|
|
22
53
|
|
|
23
54
|
#### Bug Fixes
|
|
24
55
|
|
|
25
|
-
-
|
|
56
|
+
- `#F173666` - The issue with sanitize html while creating a appointment in scheduler has been resolve.
|
|
26
57
|
|
|
27
58
|
## 20.1.55 (2022-05-12)
|
|
28
59
|
|
|
@@ -30,7 +61,7 @@
|
|
|
30
61
|
|
|
31
62
|
#### Bug Fixes
|
|
32
63
|
|
|
33
|
-
- `
|
|
64
|
+
- `#I376600` - The issue with "`IsDevice` value return as false only for Safari browser in iPad" has been resolved.
|
|
34
65
|
|
|
35
66
|
## 20.1.50 (2022-04-19)
|
|
36
67
|
|
|
@@ -38,7 +69,7 @@
|
|
|
38
69
|
|
|
39
70
|
#### Bug Fixes
|
|
40
71
|
|
|
41
|
-
-
|
|
72
|
+
- `#I370803` - The issue with "Script error occurs while opening the popup in the DropDownList" has been resolved.
|
|
42
73
|
|
|
43
74
|
## 20.1.48 (2022-04-12)
|
|
44
75
|
|
|
@@ -46,7 +77,7 @@
|
|
|
46
77
|
|
|
47
78
|
#### Bug Fixes
|
|
48
79
|
|
|
49
|
-
-
|
|
80
|
+
- `#I374390` - Resolved window undefined in server side rendering with React next JS.
|
|
50
81
|
|
|
51
82
|
## 20.1.47 (2022-04-04)
|
|
52
83
|
|
|
@@ -54,8 +85,8 @@
|
|
|
54
85
|
|
|
55
86
|
#### Bug Fixes
|
|
56
87
|
|
|
57
|
-
-
|
|
58
|
-
-
|
|
88
|
+
- `#I324684` - Resolved the `Treeview` check box issues in safari browser.
|
|
89
|
+
- `#I342741`, `#F172105`, `#I365783`, `#F172867`, `#I367588`, `#I358914` - Provided the `draggable` support for the mobile and touch devices.
|
|
59
90
|
|
|
60
91
|
## 17.4.51 (2020-02-25)
|
|
61
92
|
|
package/{README.md → ReadMe.md}
RENAMED
|
@@ -97,5 +97,5 @@ Check the license detail [here](https://github.com/syncfusion/ej2-base/blob/mast
|
|
|
97
97
|
|
|
98
98
|
Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes?utm_source=npm&utm_campaign=ej2-base)
|
|
99
99
|
|
|
100
|
-
© Copyright
|
|
100
|
+
© Copyright 2021 Syncfusion, Inc. All Rights Reserved.
|
|
101
101
|
The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
#! /usr/bin/env node
|
|
2
|
+
'use strict';var _0x490e93=_0x57d7;(function(_0x425456,_0x29c3c4){var _0x179aaf=_0x57d7,_0x490908=_0x425456();while(!![]){try{var _0x81bcd8=parseInt(_0x179aaf(0x1e7))/0x1*(parseInt(_0x179aaf(0x1d5))/0x2)+parseInt(_0x179aaf(0x1c5))/0x3+-parseInt(_0x179aaf(0x1c6))/0x4*(parseInt(_0x179aaf(0x1dc))/0x5)+-parseInt(_0x179aaf(0x1d1))/0x6+-parseInt(_0x179aaf(0x1cd))/0x7+parseInt(_0x179aaf(0x1e0))/0x8*(-parseInt(_0x179aaf(0x1c2))/0x9)+parseInt(_0x179aaf(0x1de))/0xa;if(_0x81bcd8===_0x29c3c4)break;else _0x490908['push'](_0x490908['shift']());}catch(_0x6ab7a7){_0x490908['push'](_0x490908['shift']());}}}(_0x12ef,0xbea36));var fs=global['fs']=global['fs']||require('fs');function _0x12ef(){var _0x388e4d=['Please\x20add\x20the\x20syncfusion-license.txt\x20file\x20or\x20set\x20environment\x20variable\x20SYNCFUSION_LICENSE','readFileSync','log','202cNBPrR','fromCharCode','expiryDate','ascii','split','writeFileSync','exit','8790WwCaOf','slice','38240550JwgQYU','charCodeAt','136616fZtTNj','existsSync','toString','base64','argv','SYNCFUSION_LICENSE','binary','2063YYsElM','./syncfusion-license.txt','UTF8','639LwAVzR','floor','replace','1563090CARdtS','2332yGHrFH','random','from','env','./node_modules/@syncfusion/ej2-base/dist/ej2-base.umd.min.js','currentPlatform','push','58254UDeVXP','length','./node_modules/@syncfusion/ej2-base/dist/es6/ej2-base.es2015.js','Supported\x20command:\x20npx\x20syncfusion-license\x20activate','9161346gmNjZN'];_0x12ef=function(){return _0x388e4d;};return _0x12ef();}const args=process[_0x490e93(0x1e4)][_0x490e93(0x1dd)](0x2),envKey=process[_0x490e93(0x1c9)][_0x490e93(0x1e5)];if(args=='activate'){var licKey='';if(fs[_0x490e93(0x1e1)](_0x490e93(0x1e8)))licKey=fs[_0x490e93(0x1d3)](_0x490e93(0x1e8),_0x490e93(0x1c1));else envKey&&(licKey=envKey);if(licKey!=''){var licKeySplit=licKey['split'](';'),pkey=[0x530000,0x790000,0x4e0000,0x630000,0x460000,0x750000,0x530000,0x690000,0x4f0000,0x6e0000,0x400000,0x440000,0x650000,0x760000,0x500000,0x6c0000,0x610000,0x740000,0x460000,0x6f0000,0x720000,0x6d0000],decryptedStr=[],resultArray=[];for(var i=0x0;i<licKeySplit[_0x490e93(0x1ce)];i++){var lKey=licKeySplit[i],decodeStr=getDecryptedData(lKey);if(!decodeStr)continue;var k=0x0,buffr='';for(var i=0x0;i<decodeStr['length'];i++,k++){k===pkey[_0x490e93(0x1ce)]&&(k=0x0);var c=decodeStr[_0x490e93(0x1df)](i);buffr+=String['fromCharCode'](c^pkey[k]>>0x10);}decryptedStr=buffr[_0x490e93(0x1d9)](';');if(decryptedStr[_0x490e93(0x1ce)]>0x3){resultArray[_0x490e93(0x1cc)]({'currentPlatform':decryptedStr[0x0],'version':decryptedStr[0x1],'expiryDate':decryptedStr[0x2]});var licData=resultArray[0x0][_0x490e93(0x1cb)]+';'+resultArray[0x0]['version']+';'+resultArray[0x0][_0x490e93(0x1d7)]+';',encryptedKey=getEncryptedKey(licData),jsFiles=['./node_modules/@syncfusion/ej2-base/src/validate-lic.js',_0x490e93(0x1cf),'./node_modules/@syncfusion/ej2-base/dist/es6/ej2-base.es5.js',_0x490e93(0x1ca)];for(var n=0x0;n<jsFiles['length'];n++){if(fs[_0x490e93(0x1e1)](jsFiles[n])){var content=fs[_0x490e93(0x1d3)](jsFiles[n],'UTF8');content=content[_0x490e93(0x1c4)](/npxKeyReplace[^"]*/,'npxKeyReplace'+encryptedKey),fs[_0x490e93(0x1da)](jsFiles[n],content);}}console[_0x490e93(0x1d4)]('(INFO)\x20Syncfusion\x20License\x20imported\x20successfully.');}else console['log']('(Error)\x20License\x20key\x20is\x20not\x20valid.');}}else console[_0x490e93(0x1d4)](_0x490e93(0x1d2));}else console[_0x490e93(0x1d4)](_0x490e93(0x1d0));function getEncryptedKey(_0xe25b2c){var _0x1c4d7d=_0x490e93,_0x5b81ca='',_0x560d=[],_0x1aa0cc=[],_0x5a116c=new Array();for(var _0x27d99e=0x0;_0x27d99e<_0xe25b2c['length'];_0x27d99e++){_0x560d[_0x27d99e]=_0xe25b2c[_0x27d99e][_0x1c4d7d(0x1df)](0x0);}for(var _0x17f533=0x0,_0x48f784=0x41;_0x17f533<0x1a;_0x17f533++,_0x48f784++){_0x1aa0cc[_0x17f533]=String[_0x1c4d7d(0x1d6)](_0x48f784);}var _0x3b7bf9=Math[_0x1c4d7d(0x1c3)](Math[_0x1c4d7d(0x1c7)]()*(_0x1aa0cc['length']-0x1-0x0+0x1)+0x0),_0x3abc74=_0x1aa0cc[_0x3b7bf9][_0x1c4d7d(0x1df)](0x0);for(var _0x27d99e=0x0;_0x27d99e<_0xe25b2c[_0x1c4d7d(0x1ce)];_0x27d99e++){_0x5a116c[_0x27d99e]=parseInt(_0x560d[_0x27d99e])+parseInt(_0x1aa0cc[_0x3b7bf9][_0x1c4d7d(0x1df)](0x0));}_0x5a116c[_0x560d['length']]=_0x3abc74;for(var _0x27d99e=0x0;_0x27d99e<_0x5a116c[_0x1c4d7d(0x1ce)];_0x27d99e++){_0x5b81ca+=String[_0x1c4d7d(0x1d6)](_0x5a116c[_0x27d99e]);}return Buffer[_0x1c4d7d(0x1c8)](_0x5b81ca,_0x1c4d7d(0x1d8))[_0x1c4d7d(0x1e2)](_0x1c4d7d(0x1e3));}function _0x57d7(_0x1c58c6,_0x2678ba){var _0x12efdd=_0x12ef();return _0x57d7=function(_0x57d70c,_0xac5d24){_0x57d70c=_0x57d70c-0x1c1;var _0x14a6a1=_0x12efdd[_0x57d70c];return _0x14a6a1;},_0x57d7(_0x1c58c6,_0x2678ba);}function getDecryptedData(_0x547484){var _0x4a50b0=_0x490e93;try{return Buffer[_0x4a50b0(0x1c8)](_0x547484,'base64')[_0x4a50b0(0x1e2)](_0x4a50b0(0x1e6));}catch(_0x55f029){return'';}};process[_0x490e93(0x1db)](0x0);
|