@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
|
@@ -234,14 +234,7 @@ var NumberFormat = /** @class */ (function () {
|
|
|
234
234
|
break;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
|
-
|
|
238
|
-
var decimalSeparator = (dOptions).numberMapper.numberSymbols[mapper[3]] || '.';
|
|
239
|
-
if (decimalPart === '') {
|
|
240
|
-
fValue = temp[0];
|
|
241
|
-
}
|
|
242
|
-
else {
|
|
243
|
-
fValue = temp[0] + decimalSeparator + decimalPart;
|
|
244
|
-
}
|
|
237
|
+
fValue = temp[0] + '.' + decimalPart;
|
|
245
238
|
}
|
|
246
239
|
}
|
|
247
240
|
if (curData.type === 'scientific') {
|
package/src/keyboard-model.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property, NotifyPropertyChanges, INotifyPropertyChanged, Event } from './notify-property-change';
|
|
1
|
+
import { Property, NotifyPropertyChanges, INotifyPropertyChanged, Event } from './notify-property-change';import { Base, EmitType } from './base';
|
|
2
2
|
import {KeyboardEventArgs} from "./keyboard";
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -7,24 +7,24 @@ import {KeyboardEventArgs} from "./keyboard";
|
|
|
7
7
|
export interface KeyboardEventsModel {
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
* Specifies key combination and it respective action name.
|
|
11
|
-
*
|
|
12
|
-
* @default null
|
|
13
|
-
*/
|
|
14
|
-
keyConfigs?: { [key: string]: string };
|
|
10
|
+
* Specifies key combination and it respective action name.
|
|
11
|
+
*
|
|
12
|
+
* @default null
|
|
13
|
+
*/
|
|
14
|
+
keyConfigs?: { [key: string]: string };
|
|
15
15
|
|
|
16
16
|
/**
|
|
17
|
-
* Specifies on which event keyboardEvents class should listen for key press. For ex., `keyup`, `keydown` or `keypress`
|
|
18
|
-
*
|
|
19
|
-
* @default keyup
|
|
20
|
-
*/
|
|
21
|
-
eventName?: string;
|
|
17
|
+
* Specifies on which event keyboardEvents class should listen for key press. For ex., `keyup`, `keydown` or `keypress`
|
|
18
|
+
*
|
|
19
|
+
* @default keyup
|
|
20
|
+
*/
|
|
21
|
+
eventName?: string;
|
|
22
22
|
|
|
23
23
|
/**
|
|
24
|
-
* Specifies the listener when keyboard actions is performed.
|
|
25
|
-
*
|
|
26
|
-
* @event keyAction
|
|
27
|
-
*/
|
|
28
|
-
keyAction?: EmitType<KeyboardEventArgs>;
|
|
24
|
+
* Specifies the listener when keyboard actions is performed.
|
|
25
|
+
*
|
|
26
|
+
* @event keyAction
|
|
27
|
+
*/
|
|
28
|
+
keyAction?: EmitType<KeyboardEventArgs>;
|
|
29
29
|
|
|
30
30
|
}
|
package/src/keyboard.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
14
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
-
};
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
+
};
|
|
20
20
|
import { Property, NotifyPropertyChanges, Event } from './notify-property-change';
|
|
21
21
|
import { Base } from './base';
|
|
22
22
|
var keyCode = {
|
package/src/touch-model.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { extend } from './util';
|
|
1
|
+
import { extend } from './util';import { Property, Complex, NotifyPropertyChanges, INotifyPropertyChanged, Event } from './notify-property-change';import { Browser } from './browser';import { Base, EmitType } from './base';import { ChildProperty } from './child-property';import { EventHandler, BaseEventArgs } from './event-handler';
|
|
2
2
|
import {TapEventArgs,SwipeEventArgs,ScrollEventArgs} from "./touch";
|
|
3
3
|
|
|
4
4
|
/**
|
|
@@ -7,9 +7,9 @@ import {TapEventArgs,SwipeEventArgs,ScrollEventArgs} from "./touch";
|
|
|
7
7
|
export interface SwipeSettingsModel {
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
* Property specifies minimum distance of swipe moved.
|
|
11
|
-
*/
|
|
12
|
-
swipeThresholdDistance?: number;
|
|
10
|
+
* Property specifies minimum distance of swipe moved.
|
|
11
|
+
*/
|
|
12
|
+
swipeThresholdDistance?: number;
|
|
13
13
|
|
|
14
14
|
}
|
|
15
15
|
|
|
@@ -19,52 +19,52 @@ export interface SwipeSettingsModel {
|
|
|
19
19
|
export interface TouchModel {
|
|
20
20
|
|
|
21
21
|
/**
|
|
22
|
-
* Specifies the callback function for tap event.
|
|
23
|
-
*
|
|
24
|
-
* @event tap
|
|
25
|
-
*/
|
|
26
|
-
tap?: EmitType<TapEventArgs>;
|
|
22
|
+
* Specifies the callback function for tap event.
|
|
23
|
+
*
|
|
24
|
+
* @event tap
|
|
25
|
+
*/
|
|
26
|
+
tap?: EmitType<TapEventArgs>;
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* Specifies the callback function for tapHold event.
|
|
30
|
-
*
|
|
31
|
-
* @event tapHold
|
|
32
|
-
*/
|
|
33
|
-
tapHold?: EmitType<TapEventArgs>;
|
|
29
|
+
* Specifies the callback function for tapHold event.
|
|
30
|
+
*
|
|
31
|
+
* @event tapHold
|
|
32
|
+
*/
|
|
33
|
+
tapHold?: EmitType<TapEventArgs>;
|
|
34
34
|
|
|
35
35
|
/**
|
|
36
|
-
* Specifies the callback function for swipe event.
|
|
37
|
-
*
|
|
38
|
-
* @event swipe
|
|
39
|
-
*/
|
|
40
|
-
swipe?: EmitType<SwipeEventArgs>;
|
|
36
|
+
* Specifies the callback function for swipe event.
|
|
37
|
+
*
|
|
38
|
+
* @event swipe
|
|
39
|
+
*/
|
|
40
|
+
swipe?: EmitType<SwipeEventArgs>;
|
|
41
41
|
|
|
42
42
|
/**
|
|
43
|
-
* Specifies the callback function for scroll event.
|
|
44
|
-
*
|
|
45
|
-
* @event scroll
|
|
46
|
-
*/
|
|
47
|
-
scroll?: EmitType<ScrollEventArgs>;
|
|
43
|
+
* Specifies the callback function for scroll event.
|
|
44
|
+
*
|
|
45
|
+
* @event scroll
|
|
46
|
+
*/
|
|
47
|
+
scroll?: EmitType<ScrollEventArgs>;
|
|
48
48
|
|
|
49
49
|
/**
|
|
50
|
-
* Specifies the time delay for tap.
|
|
51
|
-
*
|
|
52
|
-
* @default 350
|
|
53
|
-
*/
|
|
54
|
-
tapThreshold?: number;
|
|
50
|
+
* Specifies the time delay for tap.
|
|
51
|
+
*
|
|
52
|
+
* @default 350
|
|
53
|
+
*/
|
|
54
|
+
tapThreshold?: number;
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
|
-
* Specifies the time delay for tap hold.
|
|
58
|
-
*
|
|
59
|
-
* @default 750
|
|
60
|
-
*/
|
|
61
|
-
tapHoldThreshold?: number;
|
|
57
|
+
* Specifies the time delay for tap hold.
|
|
58
|
+
*
|
|
59
|
+
* @default 750
|
|
60
|
+
*/
|
|
61
|
+
tapHoldThreshold?: number;
|
|
62
62
|
|
|
63
63
|
/**
|
|
64
|
-
* Customize the swipe event configuration.
|
|
65
|
-
*
|
|
66
|
-
* @default { swipeThresholdDistance: 50 }
|
|
67
|
-
*/
|
|
68
|
-
swipeSettings?: SwipeSettingsModel;
|
|
64
|
+
* Customize the swipe event configuration.
|
|
65
|
+
*
|
|
66
|
+
* @default { swipeThresholdDistance: 50 }
|
|
67
|
+
*/
|
|
68
|
+
swipeSettings?: SwipeSettingsModel;
|
|
69
69
|
|
|
70
70
|
}
|
package/src/touch.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
var __extends = (this && this.__extends) || (function () {
|
|
2
|
-
var extendStatics = function (d, b) {
|
|
3
|
-
extendStatics = Object.setPrototypeOf ||
|
|
4
|
-
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
-
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
-
return extendStatics(d, b);
|
|
7
|
-
};
|
|
8
|
-
return function (d, b) {
|
|
9
|
-
extendStatics(d, b);
|
|
10
|
-
function __() { this.constructor = d; }
|
|
11
|
-
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
-
};
|
|
13
|
-
})();
|
|
14
|
-
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
-
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
-
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
-
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
-
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
-
};
|
|
1
|
+
var __extends = (this && this.__extends) || (function () {
|
|
2
|
+
var extendStatics = function (d, b) {
|
|
3
|
+
extendStatics = Object.setPrototypeOf ||
|
|
4
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
5
|
+
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
|
6
|
+
return extendStatics(d, b);
|
|
7
|
+
};
|
|
8
|
+
return function (d, b) {
|
|
9
|
+
extendStatics(d, b);
|
|
10
|
+
function __() { this.constructor = d; }
|
|
11
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
12
|
+
};
|
|
13
|
+
})();
|
|
14
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
15
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
16
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
17
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
18
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
19
|
+
};
|
|
20
20
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
21
21
|
import { extend } from './util';
|
|
22
22
|
import { Property, Complex, NotifyPropertyChanges, Event } from './notify-property-change';
|
package/src/validate-lic.js
CHANGED
|
@@ -118,7 +118,7 @@ var LicenseValidator = /** @class */ (function () {
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
if (validateMsg && typeof document !== 'undefined' && !isNullOrUndefined(document)) {
|
|
121
|
-
accountURL = (validateURL && validateURL !== '') ? validateURL : 'https://www.syncfusion.com/account/claim-license-key?pl=SmF2YVNjcmlwdA==&vs=
|
|
121
|
+
accountURL = (validateURL && validateURL !== '') ? validateURL : 'https://www.syncfusion.com/account/claim-license-key?pl=SmF2YVNjcmlwdA==&vs=MjY=&utm_source=es_license_validation_banner&utm_medium=listing&utm_campaign=license-information';
|
|
122
122
|
var errorDiv = createElement('div', {
|
|
123
123
|
innerHTML: "<img src='data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzE5OV80KSI+CjxwYXRoIGQ9Ik0xMiAyMUMxNi45NzA2IDIxIDIxIDE2Ljk3MDYgMjEgMTJDMjEgNy4wMjk0NCAxNi45NzA2IDMgMTIgM0M3LjAyOTQ0IDMgMyA3LjAyOTQ0IDMgMTJDMyAxNi45NzA2IDcuMDI5NDQgMjEgMTIgMjFaIiBzdHJva2U9IiM3MzczNzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS4yNSAxMS4yNUgxMlYxNi41SDEyLjc1IiBmaWxsPSIjNjE2MDYzIi8+CjxwYXRoIGQ9Ik0xMS4yNSAxMS4yNUgxMlYxNi41SDEyLjc1IiBzdHJva2U9IiM3MzczNzMiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xMS44MTI1IDlDMTIuNDMzOCA5IDEyLjkzNzUgOC40OTYzMiAxMi45Mzc1IDcuODc1QzEyLjkzNzUgNy4yNTM2OCAxMi40MzM4IDYuNzUgMTEuODEyNSA2Ljc1QzExLjE5MTIgNi43NSAxMC42ODc1IDcuMjUzNjggMTAuNjg3NSA3Ljg3NUMxMC42ODc1IDguNDk2MzIgMTEuMTkxMiA5IDExLjgxMjUgOVoiIGZpbGw9IiM3MzczNzMiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xOTlfNCI+CjxyZWN0IHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K' style=\"top: 6px;\n position: absolute;\n left: 16px;\n width: 24px;\n height: 24px;\"/>" + validateMsg + ' ' + '<a style="text-decoration: none;color: #0D6EFD;font-weight: 500;" href=' + accountURL + '>Claim your free account</a>'
|
|
124
124
|
});
|
package/styles/_all.scss
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
@import 'common/all.scss';
|
|
2
|
-
@import 'animation/all.scss';
|
|
1
|
+
@import 'common/all.scss';
|
|
2
|
+
@import 'animation/all.scss';
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
$font-
|
|
10
|
-
$font-
|
|
11
|
-
$font-
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$
|
|
16
|
-
$information-font-color: $cyan-700 !default;
|
|
1
|
+
@import 'definition/bds-dark.scss';
|
|
2
|
+
|
|
3
|
+
@if not variable-exists('is-inter-loaded') {
|
|
4
|
+
//sass-lint:disable no-url-protocols,no-url-domains
|
|
5
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
$font-family: 'Inter' !default;
|
|
9
|
+
$font-size: 12px !default;
|
|
10
|
+
$font-weight: normal !default;
|
|
11
|
+
$error-font-color: $danger !default;
|
|
12
|
+
$overlay-bg-color: rgba($cool-gray-500, .75) !default;
|
|
13
|
+
$warning-font-color: $orange-700 !default;
|
|
14
|
+
$success-font-color: $green-700 !default;
|
|
15
|
+
$information-font-color: $cyan-700 !default;
|
|
@@ -1,16 +1,15 @@
|
|
|
1
|
-
@
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
$font-
|
|
10
|
-
$font-
|
|
11
|
-
$font-
|
|
12
|
-
$
|
|
13
|
-
$
|
|
14
|
-
$
|
|
15
|
-
$
|
|
16
|
-
$information-font-color: $cyan-700 !default;
|
|
1
|
+
@import 'definition/bds.scss';
|
|
2
|
+
|
|
3
|
+
@if not variable-exists('is-inter-loaded') {
|
|
4
|
+
//sass-lint:disable no-url-protocols,no-url-domains
|
|
5
|
+
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');// stylelint-disable-line no-invalid-position-at-import-rule
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
$font-family: 'Inter' !default;
|
|
9
|
+
$font-size: 12px !default;
|
|
10
|
+
$font-weight: normal !default;
|
|
11
|
+
$error-font-color: $danger !default;
|
|
12
|
+
$overlay-bg-color: rgba($cool-gray-500, .75) !default;
|
|
13
|
+
$warning-font-color: $orange-700 !default;
|
|
14
|
+
$success-font-color: $green-700 !default;
|
|
15
|
+
$information-font-color: $cyan-700 !default;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import 'definition/bootstrap-dark.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$header-bg-color: $grey-white !default;
|
|
8
|
-
$header-gradient-color: none !default;
|
|
9
|
-
$header-border-color: $grey-base !default;
|
|
10
|
-
$header-font-color: $grey-light-font !default;
|
|
11
|
-
$header-icon-color: $grey-light-font !default;
|
|
12
|
-
$content-bg-color: $grey-white !default;
|
|
13
|
-
$content-border-color: $grey-base !default;
|
|
14
|
-
$content-font-color: $grey-light-font !default;
|
|
15
|
-
$default-bg-color: $grey-white !default;
|
|
16
|
-
$default-gradient-color: none !default;
|
|
17
|
-
$default-border-color: $grey-base !default;
|
|
18
|
-
$default-font-color: $grey-light-font !default;
|
|
19
|
-
$default-icon-color: $grey-light-font !default;
|
|
20
|
-
$hover-bg-color: $grey-ad !default;
|
|
21
|
-
$hover-gradient-color: none !default;
|
|
22
|
-
$hover-border-color: $grey-base !default;
|
|
23
|
-
$hover-font-color: $grey-light-font !default;
|
|
24
|
-
$hover-icon-color: $grey-light-font !default;
|
|
25
|
-
$active-bg-color: $grey-44 !default;
|
|
26
|
-
$active-gradient-color: none !default;
|
|
27
|
-
$active-border-color: $grey-base !default;
|
|
28
|
-
$active-font-color: $grey-light-font !default;
|
|
29
|
-
$active-icon-color: $grey-light-font !default;
|
|
30
|
-
$error-font-color: $brand-danger-font !default;
|
|
31
|
-
$warning-font-color: $grey-dark-font !default;
|
|
32
|
-
$success-font-color: $brand-success-font !default;
|
|
33
|
-
$information-font-color: $brand-info-font !default;
|
|
34
|
-
$overlay-bg-color: #383838 !default;
|
|
35
|
-
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
-
$border-size: 1px !default;
|
|
37
|
-
$border-type: solid !default;
|
|
38
|
-
$border-radius: 0 !default;
|
|
39
|
-
$border-left-radius: 0 !default;
|
|
40
|
-
$border-right-radius: 0 !default;
|
|
41
|
-
$border-top-radius: 0 !default;
|
|
42
|
-
$border-bottom-radius: 0 !default;
|
|
1
|
+
@import 'definition/bootstrap-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$header-bg-color: $grey-white !default;
|
|
8
|
+
$header-gradient-color: none !default;
|
|
9
|
+
$header-border-color: $grey-base !default;
|
|
10
|
+
$header-font-color: $grey-light-font !default;
|
|
11
|
+
$header-icon-color: $grey-light-font !default;
|
|
12
|
+
$content-bg-color: $grey-white !default;
|
|
13
|
+
$content-border-color: $grey-base !default;
|
|
14
|
+
$content-font-color: $grey-light-font !default;
|
|
15
|
+
$default-bg-color: $grey-white !default;
|
|
16
|
+
$default-gradient-color: none !default;
|
|
17
|
+
$default-border-color: $grey-base !default;
|
|
18
|
+
$default-font-color: $grey-light-font !default;
|
|
19
|
+
$default-icon-color: $grey-light-font !default;
|
|
20
|
+
$hover-bg-color: $grey-ad !default;
|
|
21
|
+
$hover-gradient-color: none !default;
|
|
22
|
+
$hover-border-color: $grey-base !default;
|
|
23
|
+
$hover-font-color: $grey-light-font !default;
|
|
24
|
+
$hover-icon-color: $grey-light-font !default;
|
|
25
|
+
$active-bg-color: $grey-44 !default;
|
|
26
|
+
$active-gradient-color: none !default;
|
|
27
|
+
$active-border-color: $grey-base !default;
|
|
28
|
+
$active-font-color: $grey-light-font !default;
|
|
29
|
+
$active-icon-color: $grey-light-font !default;
|
|
30
|
+
$error-font-color: $brand-danger-font !default;
|
|
31
|
+
$warning-font-color: $grey-dark-font !default;
|
|
32
|
+
$success-font-color: $brand-success-font !default;
|
|
33
|
+
$information-font-color: $brand-info-font !default;
|
|
34
|
+
$overlay-bg-color: #383838 !default;
|
|
35
|
+
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
+
$border-size: 1px !default;
|
|
37
|
+
$border-type: solid !default;
|
|
38
|
+
$border-radius: 0 !default;
|
|
39
|
+
$border-left-radius: 0 !default;
|
|
40
|
+
$border-right-radius: 0 !default;
|
|
41
|
+
$border-top-radius: 0 !default;
|
|
42
|
+
$border-bottom-radius: 0 !default;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import 'definition/bootstrap.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$header-bg-color: $grey-white !default;
|
|
8
|
-
$header-gradient-color: none !default;
|
|
9
|
-
$header-border-color: $grey-base !default;
|
|
10
|
-
$header-font-color: $grey-light-font !default;
|
|
11
|
-
$header-icon-color: $grey-light-font !default;
|
|
12
|
-
$content-bg-color: $grey-white !default;
|
|
13
|
-
$content-border-color: $grey-base !default;
|
|
14
|
-
$content-font-color: $grey-light-font !default;
|
|
15
|
-
$default-bg-color: $grey-white !default;
|
|
16
|
-
$default-gradient-color: none !default;
|
|
17
|
-
$default-border-color: $grey-base !default;
|
|
18
|
-
$default-font-color: $grey-light-font !default;
|
|
19
|
-
$default-icon-color: $grey-light-font !default;
|
|
20
|
-
$hover-bg-color: $grey-ad !default;
|
|
21
|
-
$hover-gradient-color: none !default;
|
|
22
|
-
$hover-border-color: $grey-base !default;
|
|
23
|
-
$hover-font-color: $grey-light-font !default;
|
|
24
|
-
$hover-icon-color: $grey-light-font !default;
|
|
25
|
-
$active-bg-color: $grey-44 !default;
|
|
26
|
-
$active-gradient-color: none !default;
|
|
27
|
-
$active-border-color: $grey-base !default;
|
|
28
|
-
$active-font-color: $grey-light-font !default;
|
|
29
|
-
$active-icon-color: $grey-light-font !default;
|
|
30
|
-
$error-font-color: $brand-danger-font !default;
|
|
31
|
-
$warning-font-color: $grey-dark-font !default;
|
|
32
|
-
$success-font-color: $brand-success-font !default;
|
|
33
|
-
$information-font-color: $brand-info-font !default;
|
|
34
|
-
$overlay-bg-color: #383838 !default;
|
|
35
|
-
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
-
$border-size: 1px !default;
|
|
37
|
-
$border-type: solid !default;
|
|
38
|
-
$border-radius: 0 !default;
|
|
39
|
-
$border-left-radius: 0 !default;
|
|
40
|
-
$border-right-radius: 0 !default;
|
|
41
|
-
$border-top-radius: 0 !default;
|
|
42
|
-
$border-bottom-radius: 0 !default;
|
|
1
|
+
@import 'definition/bootstrap.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$header-bg-color: $grey-white !default;
|
|
8
|
+
$header-gradient-color: none !default;
|
|
9
|
+
$header-border-color: $grey-base !default;
|
|
10
|
+
$header-font-color: $grey-light-font !default;
|
|
11
|
+
$header-icon-color: $grey-light-font !default;
|
|
12
|
+
$content-bg-color: $grey-white !default;
|
|
13
|
+
$content-border-color: $grey-base !default;
|
|
14
|
+
$content-font-color: $grey-light-font !default;
|
|
15
|
+
$default-bg-color: $grey-white !default;
|
|
16
|
+
$default-gradient-color: none !default;
|
|
17
|
+
$default-border-color: $grey-base !default;
|
|
18
|
+
$default-font-color: $grey-light-font !default;
|
|
19
|
+
$default-icon-color: $grey-light-font !default;
|
|
20
|
+
$hover-bg-color: $grey-ad !default;
|
|
21
|
+
$hover-gradient-color: none !default;
|
|
22
|
+
$hover-border-color: $grey-base !default;
|
|
23
|
+
$hover-font-color: $grey-light-font !default;
|
|
24
|
+
$hover-icon-color: $grey-light-font !default;
|
|
25
|
+
$active-bg-color: $grey-44 !default;
|
|
26
|
+
$active-gradient-color: none !default;
|
|
27
|
+
$active-border-color: $grey-base !default;
|
|
28
|
+
$active-font-color: $grey-light-font !default;
|
|
29
|
+
$active-icon-color: $grey-light-font !default;
|
|
30
|
+
$error-font-color: $brand-danger-font !default;
|
|
31
|
+
$warning-font-color: $grey-dark-font !default;
|
|
32
|
+
$success-font-color: $brand-success-font !default;
|
|
33
|
+
$information-font-color: $brand-info-font !default;
|
|
34
|
+
$overlay-bg-color: #383838 !default;
|
|
35
|
+
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
+
$border-size: 1px !default;
|
|
37
|
+
$border-type: solid !default;
|
|
38
|
+
$border-radius: 0 !default;
|
|
39
|
+
$border-left-radius: 0 !default;
|
|
40
|
+
$border-right-radius: 0 !default;
|
|
41
|
+
$border-top-radius: 0 !default;
|
|
42
|
+
$border-bottom-radius: 0 !default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@import 'definition/bootstrap4.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$error-font-color: $danger !default;
|
|
8
|
-
$warning-font-color: $gray-900 !default;
|
|
9
|
-
$success-font-color: $green !default;
|
|
10
|
-
$information-font-color: $cyan !default;
|
|
11
|
-
$overlay-bg-color: #383838 !default;
|
|
1
|
+
@import 'definition/bootstrap4.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$error-font-color: $danger !default;
|
|
8
|
+
$warning-font-color: $gray-900 !default;
|
|
9
|
+
$success-font-color: $green !default;
|
|
10
|
+
$information-font-color: $cyan !default;
|
|
11
|
+
$overlay-bg-color: #383838 !default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@import 'definition/bootstrap5-dark.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: 400 !default;
|
|
6
|
-
$error-font-color: $danger !default;
|
|
7
|
-
$warning-font-color: $yellow !default;
|
|
8
|
-
$success-font-color:
|
|
9
|
-
$information-font-color: $cyan !default;
|
|
1
|
+
@import 'definition/bootstrap5-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: 400 !default;
|
|
6
|
+
$error-font-color: $danger !default;
|
|
7
|
+
$warning-font-color: $yellow !default;
|
|
8
|
+
$success-font-color: lighten($green, 10%) !default;
|
|
9
|
+
$information-font-color: $cyan !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import 'definition/bootstrap5.scss';
|
|
2
|
-
|
|
3
|
-
$font-size: 12px !default;
|
|
4
|
-
$font-weight: 400 !default;
|
|
5
|
-
$error-font-color: $danger !default;
|
|
6
|
-
$warning-font-color: $yellow !default;
|
|
7
|
-
$success-font-color: #198754 !default;
|
|
8
|
-
$information-font-color: #0dcaf0 !default;
|
|
1
|
+
@import 'definition/bootstrap5.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import 'definition/bootstrap5.3-dark.scss';
|
|
2
|
-
|
|
3
|
-
$font-size: 12px !default;
|
|
4
|
-
$font-weight: 400 !default;
|
|
5
|
-
$error-font-color: $danger !default;
|
|
6
|
-
$warning-font-color: $yellow !default;
|
|
7
|
-
$success-font-color: #198754 !default;
|
|
8
|
-
$information-font-color: #0dcaf0 !default;
|
|
1
|
+
@import 'definition/bootstrap5.3-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import 'definition/bootstrap5.3.scss';
|
|
2
|
-
|
|
3
|
-
$font-size: 12px !default;
|
|
4
|
-
$font-weight: 400 !default;
|
|
5
|
-
$error-font-color: $danger !default;
|
|
6
|
-
$warning-font-color: $yellow !default;
|
|
7
|
-
$success-font-color: #198754 !default;
|
|
8
|
-
$information-font-color: #0dcaf0 !default;
|
|
1
|
+
@import 'definition/bootstrap5.3.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|