@syncfusion/ej2-base 26.1.35-806029 → 26.1.35-8139
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/.eslintrc.json +261 -0
- package/{ReadMe.md → README.md} +100 -100
- package/bin/syncfusion-license.js +1 -104
- package/dist/ej2-base.min.js +10 -1
- package/dist/ej2-base.umd.min.js +10 -1
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +67 -74
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +117 -124
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +10 -1
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +9 -0
- package/e2e/crypto.js +16 -16
- package/e2e/index.d.ts +27 -27
- package/e2e/m.protractor.config.js +286 -286
- package/e2e/modified-protractor/protractor.config.js +316 -316
- package/e2e/protractor.config.js +389 -389
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +225 -225
- package/src/animation-model.d.ts +41 -41
- package/src/animation.js +19 -19
- package/src/browser.js +0 -4
- package/src/component-model.d.ts +16 -16
- package/src/component.js +19 -19
- package/src/draggable-model.d.ts +113 -113
- package/src/draggable.js +72 -35
- package/src/droppable-model.d.ts +23 -23
- package/src/droppable.js +19 -19
- package/src/intl/number-formatter.js +1 -8
- package/src/keyboard-model.d.ts +16 -16
- package/src/keyboard.js +19 -19
- package/src/touch-model.d.ts +39 -39
- package/src/touch.js +19 -19
- package/src/validate-lic.js +1 -1
- package/styles/_all.scss +2 -2
- package/styles/_bds-dark-definition.scss +15 -16
- package/styles/_bds-definition.scss +15 -16
- package/styles/_bootstrap-dark-definition.scss +42 -42
- package/styles/_bootstrap-definition.scss +42 -42
- package/styles/_bootstrap4-definition.scss +11 -11
- package/styles/_bootstrap5-dark-definition.scss +9 -9
- package/styles/_bootstrap5-definition.scss +8 -8
- package/styles/_bootstrap5.3-dark-definition.scss +8 -8
- package/styles/_bootstrap5.3-definition.scss +8 -8
- package/styles/_fabric-dark-definition.scss +42 -42
- package/styles/_fabric-definition.scss +42 -42
- package/styles/_fluent-dark-definition.scss +9 -9
- package/styles/_fluent-definition.scss +9 -9
- package/styles/_fluent2-dark-definition.scss +9 -9
- package/styles/_fluent2-definition.scss +9 -9
- package/styles/_fluent2-highcontrast-definition.scss +9 -9
- package/styles/_fusionnew-dark-definition.scss +8 -8
- package/styles/_fusionnew-definition.scss +8 -8
- package/styles/_highcontrast-definition.scss +42 -42
- package/styles/_highcontrast-light-definition.scss +42 -42
- package/styles/_material-dark-definition.scss +48 -49
- package/styles/_material-definition.scss +49 -50
- package/styles/_material3-dark-definition.scss +14 -15
- package/styles/_material3-definition.scss +15 -16
- package/styles/_tailwind-dark-definition.scss +15 -16
- package/styles/_tailwind-definition.scss +15 -16
- package/styles/animation/_all.scss +559 -535
- package/styles/bootstrap-dark.css +51 -235
- package/styles/bootstrap.css +51 -235
- package/styles/bootstrap4.css +51 -223
- package/styles/bootstrap5-dark.css +53 -228
- package/styles/bootstrap5.css +51 -226
- package/styles/common/_all.scss +2 -2
- package/styles/common/_core.scss +113 -111
- package/styles/common/_mixin.scss +9 -11
- package/styles/definition/_bds-dark.scss +1067 -1193
- package/styles/definition/_bds.scss +1327 -1488
- package/styles/definition/_bootstrap-dark.scss +207 -213
- package/styles/definition/_bootstrap.scss +202 -208
- package/styles/definition/_bootstrap4.scss +153 -159
- package/styles/definition/_bootstrap5-dark.scss +475 -481
- package/styles/definition/_bootstrap5.3-dark.scss +853 -1232
- package/styles/definition/_bootstrap5.3.scss +1486 -1579
- package/styles/definition/_bootstrap5.scss +475 -481
- package/styles/definition/_fabric-dark.scss +188 -194
- package/styles/definition/_fabric.scss +186 -192
- package/styles/definition/_fluent-dark.scss +488 -494
- package/styles/definition/_fluent.scss +488 -494
- package/styles/definition/_fluent2-dark.scss +1506 -1523
- package/styles/definition/_fluent2-highcontrast.scss +1506 -1523
- package/styles/definition/_fluent2.scss +2266 -2295
- package/styles/definition/_fusionnew-dark.scss +324 -330
- package/styles/definition/_fusionnew.scss +324 -331
- package/styles/definition/_highcontrast-light.scss +183 -189
- package/styles/definition/_highcontrast.scss +183 -189
- package/styles/definition/_material-dark.scss +187 -193
- package/styles/definition/_material.scss +180 -186
- package/styles/definition/_material3-dark.scss +654 -660
- package/styles/definition/_material3.scss +723 -729
- package/styles/definition/_tailwind-dark.scss +439 -445
- package/styles/definition/_tailwind.scss +437 -443
- package/styles/fabric-dark.css +51 -235
- package/styles/fabric.css +51 -235
- package/styles/fluent-dark.css +51 -226
- package/styles/fluent.css +51 -226
- package/styles/fluent2.css +82 -274
- package/styles/highcontrast-light.css +51 -235
- package/styles/highcontrast.css +51 -235
- package/styles/material-dark.css +51 -235
- package/styles/material.css +51 -235
- package/styles/material3-dark.css +51 -226
- package/styles/material3.css +51 -226
- package/styles/offline-theme/material-dark.css +51 -235
- package/styles/offline-theme/material.css +51 -235
- package/styles/offline-theme/tailwind-dark.css +51 -226
- package/styles/offline-theme/tailwind.css +51 -226
- package/styles/tailwind-dark.css +51 -226
- package/styles/tailwind.css +51 -226
- package/tslint.json +111 -0
- package/dist/ts/undefined +0 -67
- package/styles/_tailwind3-dark-definition.scss +0 -15
- package/styles/_tailwind3-definition.scss +0 -15
- package/styles/bds-lite.css +0 -3408
- package/styles/bds-lite.scss +0 -3
- package/styles/bds.css +0 -3408
- package/styles/bds.scss +0 -3
- package/styles/bootstrap-dark-lite.css +0 -3749
- package/styles/bootstrap-dark-lite.scss +0 -3
- package/styles/bootstrap-lite.css +0 -3749
- package/styles/bootstrap-lite.scss +0 -3
- package/styles/bootstrap4-lite.css +0 -3390
- package/styles/bootstrap4-lite.scss +0 -3
- package/styles/bootstrap5-dark-lite.css +0 -2966
- package/styles/bootstrap5-dark-lite.scss +0 -3
- package/styles/bootstrap5-lite.css +0 -2966
- package/styles/bootstrap5-lite.scss +0 -3
- package/styles/bootstrap5.3-lite.css +0 -3559
- package/styles/bootstrap5.3-lite.scss +0 -3
- package/styles/bootstrap5.3.css +0 -3559
- package/styles/bootstrap5.3.scss +0 -3
- package/styles/definition/_tailwind3-dark.scss +0 -1622
- package/styles/definition/_tailwind3.scss +0 -2093
- package/styles/fabric-dark-lite.css +0 -3734
- package/styles/fabric-dark-lite.scss +0 -3
- package/styles/fabric-lite.css +0 -3734
- package/styles/fabric-lite.scss +0 -3
- package/styles/fluent-dark-lite.css +0 -2966
- package/styles/fluent-dark-lite.scss +0 -3
- package/styles/fluent-lite.css +0 -2966
- package/styles/fluent-lite.scss +0 -3
- package/styles/fluent2-lite.css +0 -4017
- package/styles/fluent2-lite.scss +0 -3
- package/styles/highcontrast-light-lite.css +0 -3725
- package/styles/highcontrast-light-lite.scss +0 -3
- package/styles/highcontrast-lite.css +0 -3725
- package/styles/highcontrast-lite.scss +0 -3
- package/styles/material-dark-lite.css +0 -3702
- package/styles/material-dark-lite.scss +0 -3
- package/styles/material-lite.css +0 -3702
- package/styles/material-lite.scss +0 -3
- package/styles/material3-dark-lite.css +0 -3021
- package/styles/material3-dark-lite.scss +0 -3
- package/styles/material3-lite.css +0 -3077
- package/styles/material3-lite.scss +0 -3
- package/styles/tailwind-dark-lite.css +0 -2967
- package/styles/tailwind-dark-lite.scss +0 -3
- package/styles/tailwind-lite.css +0 -2967
- package/styles/tailwind-lite.scss +0 -3
- package/styles/tailwind3-lite.css +0 -3775
- package/styles/tailwind3-lite.scss +0 -3
- package/styles/tailwind3.css +0 -3775
- package/styles/tailwind3.scss +0 -3
package/dist/global/index.d.ts
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* filename: index.d.ts
|
|
3
|
+
* version : 26.2.10
|
|
4
|
+
* Copyright Syncfusion Inc. 2001 - 2023. All rights reserved.
|
|
5
|
+
* Use of this code is subject to the terms of our license.
|
|
6
|
+
* A copy of the current license can be obtained at any time by e-mailing
|
|
7
|
+
* licensing@syncfusion.com. Any infringement will be prosecuted under
|
|
8
|
+
* applicable laws.
|
|
9
|
+
*/
|
|
1
10
|
import * as _base from '@syncfusion/ej2-base';
|
|
2
11
|
|
|
3
12
|
export declare namespace ej {
|
package/e2e/crypto.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
var crypto = require("crypto");
|
|
2
|
-
global.encrypt_decrypt = {
|
|
3
|
-
"encrypt": function(data) {
|
|
4
|
-
var key = "syncfusion";
|
|
5
|
-
var cipher = crypto.createCipher('aes-256-cbc', key);
|
|
6
|
-
var crypted = cipher.update(data, 'utf-8', 'hex');
|
|
7
|
-
crypted += cipher.final('hex');
|
|
8
|
-
return crypted;
|
|
9
|
-
},
|
|
10
|
-
"decrypt": function(data) {
|
|
11
|
-
var key = "syncfusion";
|
|
12
|
-
var decipher = crypto.createDecipher('aes-256-cbc', key);
|
|
13
|
-
var decrypted = decipher.update(data, 'hex', 'utf-8');
|
|
14
|
-
decrypted += decipher.final('utf-8');
|
|
15
|
-
return decrypted;
|
|
16
|
-
}
|
|
1
|
+
var crypto = require("crypto");
|
|
2
|
+
global.encrypt_decrypt = {
|
|
3
|
+
"encrypt": function(data) {
|
|
4
|
+
var key = "syncfusion";
|
|
5
|
+
var cipher = crypto.createCipher('aes-256-cbc', key);
|
|
6
|
+
var crypted = cipher.update(data, 'utf-8', 'hex');
|
|
7
|
+
crypted += cipher.final('hex');
|
|
8
|
+
return crypted;
|
|
9
|
+
},
|
|
10
|
+
"decrypt": function(data) {
|
|
11
|
+
var key = "syncfusion";
|
|
12
|
+
var decipher = crypto.createDecipher('aes-256-cbc', key);
|
|
13
|
+
var decrypted = decipher.update(data, 'hex', 'utf-8');
|
|
14
|
+
decrypted += decipher.final('utf-8');
|
|
15
|
+
return decrypted;
|
|
16
|
+
}
|
|
17
17
|
};
|
package/e2e/index.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
import { ProtractorBrowser, promise } from 'protractor';
|
|
2
|
-
|
|
3
|
-
/**
|
|
4
|
-
* Extended Protractor Browser
|
|
5
|
-
*/
|
|
6
|
-
export interface ProtractorTypes extends ProtractorBrowser {
|
|
7
|
-
compareScreen: (element: any, fileName: string, options?: any, done?: any) => {};
|
|
8
|
-
waitForEvent: (id: string, moduleName: string, eventName: string) => promise.Promise<any>;
|
|
9
|
-
load: (path: string) => void;
|
|
10
|
-
loadAsync: (path: String) => void;
|
|
11
|
-
injectScript: (path: string) => promise.Promise<any>;
|
|
12
|
-
injectCSS: (path: string) => void;
|
|
13
|
-
saveRegion: (element: any,fileName: string, options?: any) => promise.Promise<any>;
|
|
14
|
-
saveCheckImage: (element: any, fileName: string, options?: any, done?: any) => promise.Promise<any>;
|
|
15
|
-
checkRegion: (element: any,fileName: string, options?: any) => {};
|
|
16
|
-
basePath: string;
|
|
17
|
-
pixDiff: any;
|
|
18
|
-
pixResult: any;
|
|
19
|
-
isDesktop: boolean;
|
|
20
|
-
browserName: string;
|
|
21
|
-
css: string;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
export declare let browser: ProtractorTypes;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
export * from "protractor";
|
|
1
|
+
import { ProtractorBrowser, promise } from 'protractor';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Extended Protractor Browser
|
|
5
|
+
*/
|
|
6
|
+
export interface ProtractorTypes extends ProtractorBrowser {
|
|
7
|
+
compareScreen: (element: any, fileName: string, options?: any, done?: any) => {};
|
|
8
|
+
waitForEvent: (id: string, moduleName: string, eventName: string) => promise.Promise<any>;
|
|
9
|
+
load: (path: string) => void;
|
|
10
|
+
loadAsync: (path: String) => void;
|
|
11
|
+
injectScript: (path: string) => promise.Promise<any>;
|
|
12
|
+
injectCSS: (path: string) => void;
|
|
13
|
+
saveRegion: (element: any,fileName: string, options?: any) => promise.Promise<any>;
|
|
14
|
+
saveCheckImage: (element: any, fileName: string, options?: any, done?: any) => promise.Promise<any>;
|
|
15
|
+
checkRegion: (element: any,fileName: string, options?: any) => {};
|
|
16
|
+
basePath: string;
|
|
17
|
+
pixDiff: any;
|
|
18
|
+
pixResult: any;
|
|
19
|
+
isDesktop: boolean;
|
|
20
|
+
browserName: string;
|
|
21
|
+
css: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export declare let browser: ProtractorTypes;
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
export * from "protractor";
|