@syncfusion/ej2-base 20.3.56 → 20.4.38
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 +16 -1
- package/CHANGELOG.md +1 -19
- package/README.md +4 -5
- 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 +494 -280
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +282 -209
- 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/e2e/modified-protractor/protractor.config.js +316 -0
- package/e2e/protractor.config.js +28 -15
- package/package.json +6 -6
- package/src/animation.d.ts +4 -0
- package/src/animation.js +7 -1
- package/src/base.js +12 -12
- package/src/browser.js +7 -7
- package/src/child-property.js +10 -10
- package/src/component-model.d.ts +1 -1
- package/src/component.js +26 -7
- package/src/dom.js +10 -10
- package/src/draggable-model.d.ts +21 -8
- package/src/draggable.d.ts +24 -6
- package/src/draggable.js +25 -12
- package/src/event-handler.js +6 -6
- package/src/hijri-parser.js +1 -1
- package/src/intl/date-parser.js +4 -4
- package/src/intl/intl-base.js +4 -4
- package/src/intl/number-formatter.js +3 -3
- package/src/intl/parser-base.js +2 -2
- package/src/keyboard.js +4 -4
- package/src/l10n.js +5 -5
- package/src/module-loader.js +2 -2
- package/src/notify-property-change.js +28 -28
- package/src/observer.js +9 -9
- package/src/sanitize-helper.js +2 -2
- package/src/template-engine.js +14 -14
- package/src/template.js +2 -1
- package/src/util.js +30 -28
- package/src/validate-lic.d.ts +3 -0
- package/src/validate-lic.js +69 -37
- package/styles/bootstrap-dark.css +34 -4
- package/styles/bootstrap.css +34 -4
- package/styles/bootstrap4.css +34 -4
- package/styles/bootstrap5-dark.css +34 -4
- package/styles/bootstrap5.css +34 -4
- package/styles/definition/_bootstrap5-dark.scss +9 -0
- package/styles/definition/_bootstrap5.scss +9 -0
- package/styles/definition/_fluent-dark.scss +9 -0
- package/styles/definition/_fluent.scss +9 -0
- package/styles/definition/_material.scss +3 -0
- package/styles/definition/_tailwind-dark.scss +9 -0
- package/styles/definition/_tailwind.scss +9 -0
- package/styles/fabric-dark.css +38 -5
- package/styles/fabric.css +38 -5
- package/styles/fluent-dark.css +35 -5
- package/styles/fluent.css +35 -5
- package/styles/highcontrast-light.css +41 -5
- package/styles/highcontrast.css +41 -5
- package/styles/material-dark.css +34 -4
- package/styles/material.css +34 -4
- package/styles/offline-theme/material-dark.css +34 -4
- package/styles/offline-theme/material.css +34 -4
- package/styles/offline-theme/tailwind-dark.css +34 -4
- package/styles/offline-theme/tailwind.css +34 -4
- package/styles/tailwind-dark.css +34 -4
- package/styles/tailwind.css +34 -4
|
@@ -455,3 +455,12 @@ $appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
|
|
|
455
455
|
//shadow
|
|
456
456
|
$appbar-bottom-shadow: none !default;
|
|
457
457
|
$appbar-top-shadow: none !default;
|
|
458
|
+
|
|
459
|
+
//rating
|
|
460
|
+
$rating-selected-color: $primary !default;
|
|
461
|
+
$rating-unrated-color: $gray-500 !default;
|
|
462
|
+
$rating-selected-disabled-color: $gray-600 !default;
|
|
463
|
+
$rating-unrated-disabled-color: $gray-700 !default;
|
|
464
|
+
$rating-selected-hover-color: $gray-500 !default;
|
|
465
|
+
$rating-unrated-hover-color: $primary !default;
|
|
466
|
+
$rating-pressed-color: lighten($primary, 15%) !default;
|
|
@@ -456,3 +456,12 @@ $appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
|
|
|
456
456
|
//shadow
|
|
457
457
|
$appbar-bottom-shadow: none !default;
|
|
458
458
|
$appbar-top-shadow: none !default;
|
|
459
|
+
|
|
460
|
+
//rating
|
|
461
|
+
$rating-selected-color: $primary !default;
|
|
462
|
+
$rating-unrated-color: $gray-600 !default;
|
|
463
|
+
$rating-selected-disabled-color: $gray-500 !default;
|
|
464
|
+
$rating-unrated-disabled-color: $gray-400 !default;
|
|
465
|
+
$rating-selected-hover-color: $gray-600 !default;
|
|
466
|
+
$rating-unrated-hover-color: $primary !default;
|
|
467
|
+
$rating-pressed-color: lighten($primary, 15%) !default;
|
|
@@ -519,3 +519,12 @@ $appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
|
|
|
519
519
|
//shadow
|
|
520
520
|
$appbar-bottom-shadow: 0 1.6px 3.6px rgba(0, 0, 0, .13), 0 .3px .9px rgba(0, 0, 0, .1) !default;
|
|
521
521
|
$appbar-top-shadow: 0 -1.6px 3.6px rgba(0, 0, 0, .13), 0 -.3px .9px rgba(0, 0, 0, .1) !default;
|
|
522
|
+
|
|
523
|
+
//rating
|
|
524
|
+
$rating-selected-color: $gray20 !default;
|
|
525
|
+
$rating-unrated-color: $gray90 !default;
|
|
526
|
+
$rating-selected-disabled-color: $gray140 !default;
|
|
527
|
+
$rating-unrated-disabled-color: $gray140 !default;
|
|
528
|
+
$rating-selected-hover-color: tint-color($primary, 10%) !default;
|
|
529
|
+
$rating-unrated-hover-color: tint-color($primary, 20%) !default;
|
|
530
|
+
$rating-pressed-color: tint-color($primary, 20%) !default;
|
|
@@ -520,3 +520,12 @@ $appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
|
|
|
520
520
|
//shadow
|
|
521
521
|
$appbar-bottom-shadow: 0 1.6px 3.6px rgba(0, 0, 0, .13), 0 .3px .9px rgba(0, 0, 0, .1) !default;
|
|
522
522
|
$appbar-top-shadow: 0 -1.6px 3.6px rgba(0, 0, 0, .13), 0 -.3px .9px rgba(0, 0, 0, .1) !default;
|
|
523
|
+
|
|
524
|
+
//rating
|
|
525
|
+
$rating-selected-color: $gray160 !default;
|
|
526
|
+
$rating-unrated-color: $gray130 !default;
|
|
527
|
+
$rating-selected-disabled-color: $gray60 !default;
|
|
528
|
+
$rating-unrated-disabled-color: $gray60 !default;
|
|
529
|
+
$rating-selected-hover-color: shade-color($primary, 10%) !default;
|
|
530
|
+
$rating-unrated-hover-color: shade-color($primary, 20%) !default;
|
|
531
|
+
$rating-pressed-color: shade-color($primary, 20%) !default;
|
|
@@ -145,3 +145,6 @@ $appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
|
|
|
145
145
|
//shadow
|
|
146
146
|
$appbar-bottom-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .16) !default;
|
|
147
147
|
$appbar-top-shadow: 0 -2px 3px rgba(0, 0, 0, .1), 0 -2px 6px rgba(0, 0, 0, .2) !default;
|
|
148
|
+
|
|
149
|
+
//TreeView
|
|
150
|
+
$tree-node-text-color:#cc1351 !default;
|
|
@@ -449,3 +449,12 @@ $appbar-hover-bg-color-alt2: rgba(transparent, .056) !default;
|
|
|
449
449
|
//shadow
|
|
450
450
|
$appbar-bottom-shadow: 0 1px 3px 0 rgba($black, .1), 0 1px 2px 0 rgba($black, .06) !default;
|
|
451
451
|
$appbar-top-shadow: 0 -1px 3px 0 rgba($black, .1), 0 -1px 2px 0 rgba($black, .06) !default;
|
|
452
|
+
|
|
453
|
+
//rating
|
|
454
|
+
$rating-selected-color: $cool-gray-300 !default;
|
|
455
|
+
$rating-unrated-color: $cool-gray-700 !default;
|
|
456
|
+
$rating-selected-disabled-color: $cool-gray-500 !default;
|
|
457
|
+
$rating-unrated-disabled-color: $cool-gray-700 !default;
|
|
458
|
+
$rating-selected-hover-color: $primary !default;
|
|
459
|
+
$rating-unrated-hover-color: $cool-gray-400 !default;
|
|
460
|
+
$rating-pressed-color: lighten($primary, 15%) !default;
|
|
@@ -446,3 +446,12 @@ $appbar-hover-bg-color-alt2: rgba(255, 255, 255, .08) !default;
|
|
|
446
446
|
//shadow
|
|
447
447
|
$appbar-bottom-shadow: 0 1px 3px 0 rgba($black, .1), 0 1px 2px 0 rgba($black, .06) !default;
|
|
448
448
|
$appbar-top-shadow: 0 -1px 3px 0 rgba($black, .1), 0 -1px 2px 0 rgba($black, .06) !default;
|
|
449
|
+
|
|
450
|
+
//rating
|
|
451
|
+
$rating-selected-color: $cool-gray-900 !default;
|
|
452
|
+
$rating-unrated-color: $cool-gray-200 !default;
|
|
453
|
+
$rating-selected-disabled-color: $cool-gray-400 !default;
|
|
454
|
+
$rating-unrated-disabled-color: $cool-gray-200 !default;
|
|
455
|
+
$rating-selected-hover-color: $primary !default;
|
|
456
|
+
$rating-unrated-hover-color: $cool-gray-700 !default;
|
|
457
|
+
$rating-pressed-color: darken($primary, 15%) !default;
|