@syncfusion/ej2-base 24.1.42 → 24.1.46
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/.github/PULL_REQUEST_TEMPLATE/Bug.md +60 -0
- package/.github/PULL_REQUEST_TEMPLATE/feature.md +42 -0
- package/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/bin/syncfusion-license.js +1 -1
- package/dist/ej2-base.min.js +2 -2
- package/dist/ej2-base.umd.min.js +2 -2
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +2 -2
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +2 -2
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +2 -2
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +15 -52
- package/src/template.js +2 -2
- package/styles/bootstrap-dark.css +46 -1
- package/styles/bootstrap.css +46 -1
- package/styles/bootstrap4.css +47 -1
- package/styles/bootstrap5-dark.css +46 -1
- package/styles/bootstrap5.css +46 -1
- package/styles/fabric-dark.css +46 -1
- package/styles/fabric.css +46 -1
- package/styles/fluent-dark.css +46 -1
- package/styles/fluent.css +46 -1
- package/styles/highcontrast-light.css +46 -1
- package/styles/highcontrast.css +46 -1
- package/styles/material-dark.css +46 -1
- package/styles/material.css +46 -1
- package/styles/material3-dark.css +46 -1
- package/styles/material3.css +46 -1
- package/styles/offline-theme/material-dark.css +46 -1
- package/styles/offline-theme/material.css +46 -1
- package/styles/offline-theme/tailwind-dark.css +46 -1
- package/styles/offline-theme/tailwind.css +46 -1
- package/styles/tailwind-dark.css +46 -1
- package/styles/tailwind.css +46 -1
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
### Bug description
|
|
2
|
+
|
|
3
|
+
Clearly and concisely describe the problem or feature (this cannot be empty).
|
|
4
|
+
|
|
5
|
+
### Root cause
|
|
6
|
+
|
|
7
|
+
Briefly describe the root cause and analysis of the problem.
|
|
8
|
+
If there is an internal discussion on the forum, provide the link.
|
|
9
|
+
### Reason for not identifying earlier
|
|
10
|
+
|
|
11
|
+
Find how it was missed in our earlier testing and development by analysing the below checklist. This will help prevent similar mistakes in the future.
|
|
12
|
+
|
|
13
|
+
- [ ] Guidelines/documents are not followed
|
|
14
|
+
|
|
15
|
+
- Common guidelines / Core team guideline
|
|
16
|
+
- Specification document
|
|
17
|
+
- Requirement document
|
|
18
|
+
|
|
19
|
+
- [ ] Guidelines/documents are not given
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
- Common guidelines / Core team guideline
|
|
23
|
+
- Specification document
|
|
24
|
+
- Requirement document
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
### Reason:
|
|
28
|
+
Mention any one or more reasons from the above points.
|
|
29
|
+
|
|
30
|
+
### Action taken:
|
|
31
|
+
What action did you take to avoid this in future?
|
|
32
|
+
|
|
33
|
+
### Related areas:
|
|
34
|
+
Is there any other related areas also to be addressed?
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
### Is it a breaking issue?
|
|
38
|
+
|
|
39
|
+
If it is a breaking issue, provide the commit detail which caused this break.
|
|
40
|
+
|
|
41
|
+
### Solution description
|
|
42
|
+
|
|
43
|
+
Describe your code changes in detail for reviewers.
|
|
44
|
+
|
|
45
|
+
### Output screenshots
|
|
46
|
+
|
|
47
|
+
Post the output screenshots if an UI is affected or added due to this bug.
|
|
48
|
+
### Areas affected and ensured
|
|
49
|
+
|
|
50
|
+
List the areas affected by your code changes.
|
|
51
|
+
|
|
52
|
+
### Additional checklist
|
|
53
|
+
This may vary for different teams or products. Check with your scrum masters.
|
|
54
|
+
|
|
55
|
+
- Did you run the automation against your fix?
|
|
56
|
+
- Is there any API name change?
|
|
57
|
+
- Is there any existing behavior change of other features due to this code change?
|
|
58
|
+
- Does your new code introduce new warnings or binding errors?
|
|
59
|
+
- Does your code pass all FxCop and StyleCop rules?
|
|
60
|
+
- Did you record this case in the unit test or UI test?
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
### Feature description
|
|
2
|
+
|
|
3
|
+
Clearly and concisely describe the problem or feature (this cannot be empty).
|
|
4
|
+
|
|
5
|
+
### Analysis and design
|
|
6
|
+
|
|
7
|
+
If there is an external design, link to its project documentation area.
|
|
8
|
+
If there is an internal discussion on the forum, provide the link.
|
|
9
|
+
### Solution description
|
|
10
|
+
|
|
11
|
+
Describe your code changes in detail for reviewers.
|
|
12
|
+
|
|
13
|
+
### Output screenshots
|
|
14
|
+
|
|
15
|
+
Post the output screenshots if an UI is affected or added due to this feature.
|
|
16
|
+
### Areas affected and ensured
|
|
17
|
+
|
|
18
|
+
List the areas are affected by your code changes.
|
|
19
|
+
|
|
20
|
+
### Test cases
|
|
21
|
+
|
|
22
|
+
Provide the unit testing written file details to understand the use cases considered in this implementation.
|
|
23
|
+
If there is no TDD (if it’s not possible to follow), provide the UI automation script location and the Excel file that contains the use cases considered in this implementation.
|
|
24
|
+
Provide the test cases Excel file alone if the feature cannot be automated in any case.
|
|
25
|
+
Test bed sample location
|
|
26
|
+
|
|
27
|
+
Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
|
|
28
|
+
|
|
29
|
+
### Test bed sample location
|
|
30
|
+
|
|
31
|
+
Provide the test bed sample location where code reviewers can review the new feature’s behaviors. This depends on the CI process that your team follows. It can be from NPMCI, HockeyApp, staging site, local server, etc.
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Additional checklist
|
|
35
|
+
This may vary for different teams or products. Check with your scrum masters.
|
|
36
|
+
|
|
37
|
+
- Did you run the automation against your fix?
|
|
38
|
+
- Is there any API name change?
|
|
39
|
+
- Is there any existing behavior change of other features due to this code change?
|
|
40
|
+
- Does your new code introduce new warnings or binding errors?
|
|
41
|
+
- Does your code pass all FxCop and StyleCop rules?
|
|
42
|
+
- Did you record this case in the unit test or UI test?
|
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -96,5 +96,5 @@ Product support is available for through following mediums.
|
|
|
96
96
|
|
|
97
97
|
Check the changelog [here](https://ej2.syncfusion.com/documentation/release-notes/index/?utm_source=npm&utm_campaign=ej2-base).
|
|
98
98
|
|
|
99
|
-
© Copyright
|
|
99
|
+
© Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
100
100
|
The Syncfusion Essential Studio license and copyright applies to this distribution.
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#! /usr/bin/env node
|
|
2
|
-
'use strict';var
|
|
2
|
+
'use strict';var _0x19c751=_0x5ae6;(function(_0x2dc79d,_0x5ebfd4){var _0x4c9ab6=_0x5ae6,_0x533b4e=_0x2dc79d();while(!![]){try{var _0x5bea50=-parseInt(_0x4c9ab6(0xf8))/0x1+-parseInt(_0x4c9ab6(0xfa))/0x2+-parseInt(_0x4c9ab6(0xf1))/0x3+-parseInt(_0x4c9ab6(0xf9))/0x4+parseInt(_0x4c9ab6(0xf5))/0x5+-parseInt(_0x4c9ab6(0xec))/0x6*(parseInt(_0x4c9ab6(0xe9))/0x7)+parseInt(_0x4c9ab6(0xfb))/0x8;if(_0x5bea50===_0x5ebfd4)break;else _0x533b4e['push'](_0x533b4e['shift']());}catch(_0x163b09){_0x533b4e['push'](_0x533b4e['shift']());}}}(_0x1f03,0x1a506));var fs=global['fs']=global['fs']||require('fs');const args=process['argv'][_0x19c751(0xfc)](0x2),envKey=process[_0x19c751(0xeb)][_0x19c751(0x105)];if(args==_0x19c751(0xe7)){var licKey='';if(fs[_0x19c751(0x100)](_0x19c751(0xf7)))licKey=fs[_0x19c751(0xef)](_0x19c751(0xf7),_0x19c751(0xed));else envKey&&(licKey=envKey);if(licKey!=''){var licKeySplit=licKey[_0x19c751(0xe1)](';'),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['length'];i++){var lKey=licKeySplit[i],decodeStr=getDecryptedData(lKey);if(!decodeStr)continue;var k=0x0,buffr='';for(var i=0x0;i<decodeStr[_0x19c751(0xe0)];i++,k++){k===pkey[_0x19c751(0xe0)]&&(k=0x0);var c=decodeStr[_0x19c751(0xf6)](i);buffr+=String[_0x19c751(0xe5)](c^pkey[k]>>0x10);}decryptedStr=buffr['split'](';');if(decryptedStr[_0x19c751(0xe0)]>0x3){resultArray['push']({'currentPlatform':decryptedStr[0x0],'version':decryptedStr[0x1],'expiryDate':decryptedStr[0x2]});var licData=resultArray[0x0][_0x19c751(0x101)]+';'+resultArray[0x0][_0x19c751(0xe3)]+';'+resultArray[0x0][_0x19c751(0xfe)]+';',encryptedKey=getEncryptedKey(licData),jsFiles=[_0x19c751(0x104),_0x19c751(0x106),_0x19c751(0x107),'./node_modules/@syncfusion/ej2-base/dist/ej2-base.umd.min.js'];for(var n=0x0;n<jsFiles[_0x19c751(0xe0)];n++){if(fs[_0x19c751(0x100)](jsFiles[n])){var content=fs['readFileSync'](jsFiles[n],_0x19c751(0xed)),regex=jsFiles[n]===_0x19c751(0xf2)?/npxKeyReplace[^"]*/:/npxKeyReplace[^']*/;content=content[_0x19c751(0xff)](regex,_0x19c751(0xea)+encryptedKey),fs['writeFileSync'](jsFiles[n],content);}}console[_0x19c751(0x102)](_0x19c751(0x103));}else console['log'](_0x19c751(0xf0));}}else console[_0x19c751(0x102)](_0x19c751(0xe8));}else console[_0x19c751(0x102)]('Supported\x20command:\x20npx\x20syncfusion-license\x20activate');function _0x5ae6(_0x756a7d,_0x5d8f91){var _0x1f0346=_0x1f03();return _0x5ae6=function(_0x5ae6ab,_0x5dbc8f){_0x5ae6ab=_0x5ae6ab-0xe0;var _0x4217de=_0x1f0346[_0x5ae6ab];return _0x4217de;},_0x5ae6(_0x756a7d,_0x5d8f91);}function _0x1f03(){var _0x3eb210=['slice','from','expiryDate','replace','existsSync','currentPlatform','log','(INFO)\x20Syncfusion\x20License\x20imported\x20successfully.','./node_modules/@syncfusion/ej2-base/src/validate-lic.js','SYNCFUSION_LICENSE','./node_modules/@syncfusion/ej2-base/dist/es6/ej2-base.es2015.js','./node_modules/@syncfusion/ej2-base/dist/es6/ej2-base.es5.js','length','split','floor','version','random','fromCharCode','binary','activate','Please\x20add\x20the\x20syncfusion-license.txt\x20file\x20or\x20set\x20environment\x20variable\x20SYNCFUSION_LICENSE','85477DutZzX','npxKeyReplace','env','78ueFNeb','UTF8','toString','readFileSync','(Error)\x20License\x20key\x20is\x20not\x20valid.','468612woMDsn','./node_modules/@syncfusion/ej2-base/dist/ej2-base.umd.min.js','exit','base64','479265CxeWXW','charCodeAt','./syncfusion-license.txt','215468TJtZyh','202088AfbEty','111394tnUUTB','5188504YIVTUF'];_0x1f03=function(){return _0x3eb210;};return _0x1f03();}function getEncryptedKey(_0x183c18){var _0xdaaad9=_0x19c751,_0x57fc5b='',_0x1f61dc=[],_0x3d94bb=[],_0x44f2a4=new Array();for(var _0x1c7b77=0x0;_0x1c7b77<_0x183c18['length'];_0x1c7b77++){_0x1f61dc[_0x1c7b77]=_0x183c18[_0x1c7b77][_0xdaaad9(0xf6)](0x0);}for(var _0x3bbe5d=0x0,_0x194213=0x41;_0x3bbe5d<0x1a;_0x3bbe5d++,_0x194213++){_0x3d94bb[_0x3bbe5d]=String[_0xdaaad9(0xe5)](_0x194213);}var _0x441bef=Math[_0xdaaad9(0xe2)](Math[_0xdaaad9(0xe4)]()*(_0x3d94bb[_0xdaaad9(0xe0)]-0x1-0x0+0x1)+0x0),_0x7b2fcf=_0x3d94bb[_0x441bef][_0xdaaad9(0xf6)](0x0);for(var _0x1c7b77=0x0;_0x1c7b77<_0x183c18['length'];_0x1c7b77++){_0x44f2a4[_0x1c7b77]=parseInt(_0x1f61dc[_0x1c7b77])+parseInt(_0x3d94bb[_0x441bef][_0xdaaad9(0xf6)](0x0));}_0x44f2a4[_0x1f61dc['length']]=_0x7b2fcf;for(var _0x1c7b77=0x0;_0x1c7b77<_0x44f2a4['length'];_0x1c7b77++){_0x57fc5b+=String[_0xdaaad9(0xe5)](_0x44f2a4[_0x1c7b77]);}return Buffer[_0xdaaad9(0xfd)](_0x57fc5b,'ascii')[_0xdaaad9(0xee)](_0xdaaad9(0xf4));}function getDecryptedData(_0x4c4497){var _0x31a512=_0x19c751;try{return Buffer[_0x31a512(0xfd)](_0x4c4497,_0x31a512(0xf4))[_0x31a512(0xee)](_0x31a512(0xe6));}catch(_0x59a456){return'';}};process[_0x19c751(0xf3)](0x0);
|