@syncfusion/ej2-angular-inputs 19.4.38 → 19.4.47

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 CHANGED
@@ -2,6 +2,23 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### ColorPicker
6
+
7
+ #### Bug Fixes
8
+
9
+ Color Picker in Angular reactive form throws errors when selecting after form is reset has been resolved.
10
+
11
+
12
+ ## 19.4.43 (2022-01-18)
13
+
14
+ ### Range Slider
15
+
16
+ #### Bug Fixes
17
+
18
+ - `#I359470` - The issue with "The Range Slider tooltip is not hidden when it is placed inside the tab container" has been resolved.
19
+
20
+ ## 19.4.38 (2021-12-17)
21
+
5
22
  ### Signature
6
23
 
7
24
  The Signature control allows user to draw smooth signatures as vector outline of strokes using variable width Bézier curve interpolation. You can use your finger, pen, or mouse on a tablet, touchscreen, etc., to draw your own signature on this Signature control.
@@ -1255,6 +1272,14 @@ MaskedTextBox allows the user to enter the valid input only based on the provide
1255
1272
  - **Accessibility** - provides built-in accessibility support which helps to access all the MaskedTextBox component features through keyboard, on-screen readers, or other assistive technology devices.
1256
1273
 
1257
1274
 
1275
+ ## 19.4.42 (2022-01-11)
1276
+
1277
+ ### NumericTextBox
1278
+
1279
+ #### Bug Fixes
1280
+
1281
+ - `#F170722` - Issue with "change event doesn't trigger while modifying the value using `setValue` method inside reactive form" is resolved.
1282
+
1258
1283
  ## 19.3.47 (2021-10-26)
1259
1284
 
1260
1285
  ### TextBox
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inputs.umd.js
3
- * version : 19.4.38
3
+ * version : 19.4.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-inputs.umd.min.js
3
- * version : 19.4.38
3
+ * version : 19.4.47
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "_from": "@syncfusion/ej2-angular-inputs@*",
3
- "_id": "@syncfusion/ej2-angular-inputs@18.42.2",
3
+ "_id": "@syncfusion/ej2-angular-inputs@19.4.43",
4
4
  "_inBundle": false,
5
- "_integrity": "sha512-FuopsMDZoREFTEcNL7IyH79VMT4KycoRHbHY8S/OmFGCuDLXQ23hfCDjOY2TpXFdNzD69LRAkDQc3j1hIH4DoQ==",
5
+ "_integrity": "sha512-RZVmMZFgPJi3xUKvUBqxGlYeiiWtlFUgPPBr5EgALNnmhX62x48wjKVqH3V6UeKMql/5VunAIRGp8Wwa8NR26A==",
6
6
  "_location": "/@syncfusion/ej2-angular-inputs",
7
7
  "_phantomChildren": {},
8
8
  "_requested": {
@@ -19,8 +19,8 @@
19
19
  "_requiredBy": [
20
20
  "/"
21
21
  ],
22
- "_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-18.42.2.tgz",
23
- "_shasum": "5dbd0c3244b9e4ed992004c87420fbba09b7d73c",
22
+ "_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-19.4.43.tgz",
23
+ "_shasum": "f3baf11f1dcd18ce0cb61dc73d954eb7baacaaf7",
24
24
  "_spec": "@syncfusion/ej2-angular-inputs@*",
25
25
  "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",
26
26
  "author": {
@@ -31,9 +31,9 @@
31
31
  },
32
32
  "bundleDependencies": false,
33
33
  "dependencies": {
34
- "@syncfusion/ej2-angular-base": "~19.4.38",
35
- "@syncfusion/ej2-base": "~19.4.38",
36
- "@syncfusion/ej2-inputs": "19.4.38"
34
+ "@syncfusion/ej2-angular-base": "~19.4.47",
35
+ "@syncfusion/ej2-base": "~19.4.42",
36
+ "@syncfusion/ej2-inputs": "19.4.47"
37
37
  },
38
38
  "deprecated": false,
39
39
  "description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
@@ -130,5 +130,5 @@
130
130
  "schematics": "./schematics/collection.json",
131
131
  "sideEffects": false,
132
132
  "typings": "ej2-angular-inputs.d.ts",
133
- "version": "19.4.38"
133
+ "version": "19.4.47"
134
134
  }
@@ -1,4 +1,4 @@
1
1
  export declare const pkgName = "@syncfusion/ej2-angular-inputs";
2
- export declare const pkgVer = "^18.42.2";
2
+ export declare const pkgVer = "^19.4.43";
3
3
  export declare const moduleName = "TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule";
4
- export declare const themeVer = "~18.42.2";
4
+ export declare const themeVer = "~19.4.43";
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pkgName = '@syncfusion/ej2-angular-inputs';
4
- exports.pkgVer = '^18.42.2';
4
+ exports.pkgVer = '^19.4.43';
5
5
  exports.moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule';
6
- exports.themeVer = '~18.42.2';
6
+ exports.themeVer = '~19.4.43';
@@ -1,4 +1,4 @@
1
1
  export const pkgName = '@syncfusion/ej2-angular-inputs';
2
- export const pkgVer = '^18.42.2';
2
+ export const pkgVer = '^19.4.43';
3
3
  export const moduleName = 'TextBoxModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule';
4
- export const themeVer = '~18.42.2';
4
+ export const themeVer = '~19.4.43';
@@ -7270,6 +7270,14 @@ body.e-colorpicker-overflow {
7270
7270
  color: rgba(240, 240, 240, 0.3);
7271
7271
  }
7272
7272
 
7273
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7274
+ .e-colorpicker-container .e-icon-btn:disabled,
7275
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7276
+ background-color: transparent;
7277
+ box-shadow: none;
7278
+ color: rgba(57, 57, 57, 0.4);
7279
+ }
7280
+
7273
7281
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7274
7282
  background-color: #fff;
7275
7283
  border-color: #fff;
@@ -7249,6 +7249,14 @@ body.e-colorpicker-overflow {
7249
7249
  color: rgba(51, 51, 51, 0.65);
7250
7250
  }
7251
7251
 
7252
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7253
+ .e-colorpicker-container .e-icon-btn:disabled,
7254
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7255
+ background-color: transparent;
7256
+ box-shadow: none;
7257
+ color: rgba(255, 255, 255, 0.65);
7258
+ }
7259
+
7252
7260
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7253
7261
  background-color: #fff;
7254
7262
  border-color: #fff;
@@ -7423,6 +7423,14 @@ body.e-colorpicker-overflow {
7423
7423
  color: #fff;
7424
7424
  }
7425
7425
 
7426
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7427
+ .e-colorpicker-container .e-icon-btn:disabled,
7428
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7429
+ background-color: transparent;
7430
+ box-shadow: none;
7431
+ color: rgba(108, 117, 125, 0.65);
7432
+ }
7433
+
7426
7434
  * .e-color-picker .e-selected-value .e-css.e-btn.e-flat {
7427
7435
  background-color: #fff;
7428
7436
  border-color: #fff;
@@ -7517,7 +7517,7 @@ body.e-colorpicker-overflow {
7517
7517
  background-color: #5c636a;
7518
7518
  border-color: #6c757d;
7519
7519
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
7520
- color: #adb5bd;
7520
+ color: #fff;
7521
7521
  }
7522
7522
 
7523
7523
  .e-colorpicker-wrapper .e-icon-btn:active,
@@ -7527,6 +7527,14 @@ body.e-colorpicker-overflow {
7527
7527
  color: #fff;
7528
7528
  }
7529
7529
 
7530
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7531
+ .e-colorpicker-container .e-icon-btn:disabled,
7532
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7533
+ background-color: transparent;
7534
+ box-shadow: none;
7535
+ color: rgba(108, 117, 125, 0.65);
7536
+ }
7537
+
7530
7538
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7531
7539
  background-color: #fff;
7532
7540
  border-color: #fff;
@@ -7517,7 +7517,7 @@ body.e-colorpicker-overflow {
7517
7517
  background-color: #5c636a;
7518
7518
  border-color: #6c757d;
7519
7519
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
7520
- color: #6c757d;
7520
+ color: #fff;
7521
7521
  }
7522
7522
 
7523
7523
  .e-colorpicker-wrapper .e-icon-btn:active,
@@ -7527,6 +7527,14 @@ body.e-colorpicker-overflow {
7527
7527
  color: #fff;
7528
7528
  }
7529
7529
 
7530
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7531
+ .e-colorpicker-container .e-icon-btn:disabled,
7532
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7533
+ background-color: transparent;
7534
+ box-shadow: none;
7535
+ color: rgba(108, 117, 125, 0.65);
7536
+ }
7537
+
7530
7538
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7531
7539
  background-color: #fff;
7532
7540
  border-color: #fff;
@@ -888,6 +888,14 @@ body.e-colorpicker-overflow {
888
888
  color: rgba(240, 240, 240, 0.3);
889
889
  }
890
890
 
891
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
892
+ .e-colorpicker-container .e-icon-btn:disabled,
893
+ .e-colorpicker-container .e-icon-btn.e-disabled {
894
+ background-color: transparent;
895
+ box-shadow: none;
896
+ color: rgba(57, 57, 57, 0.4);
897
+ }
898
+
891
899
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
892
900
  background-color: #fff;
893
901
  border-color: #fff;
@@ -888,6 +888,14 @@ body.e-colorpicker-overflow {
888
888
  color: rgba(51, 51, 51, 0.65);
889
889
  }
890
890
 
891
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
892
+ .e-colorpicker-container .e-icon-btn:disabled,
893
+ .e-colorpicker-container .e-icon-btn.e-disabled {
894
+ background-color: transparent;
895
+ box-shadow: none;
896
+ color: rgba(255, 255, 255, 0.65);
897
+ }
898
+
891
899
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
892
900
  background-color: #fff;
893
901
  border-color: #fff;
@@ -976,6 +976,14 @@ body.e-colorpicker-overflow {
976
976
  color: #fff;
977
977
  }
978
978
 
979
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
980
+ .e-colorpicker-container .e-icon-btn:disabled,
981
+ .e-colorpicker-container .e-icon-btn.e-disabled {
982
+ background-color: transparent;
983
+ box-shadow: none;
984
+ color: rgba(108, 117, 125, 0.65);
985
+ }
986
+
979
987
  * .e-color-picker .e-selected-value .e-css.e-btn.e-flat {
980
988
  background-color: #fff;
981
989
  border-color: #fff;
@@ -930,7 +930,7 @@ body.e-colorpicker-overflow {
930
930
  background-color: #5c636a;
931
931
  border-color: #6c757d;
932
932
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
933
- color: #adb5bd;
933
+ color: #fff;
934
934
  }
935
935
 
936
936
  .e-colorpicker-wrapper .e-icon-btn:active,
@@ -940,6 +940,14 @@ body.e-colorpicker-overflow {
940
940
  color: #fff;
941
941
  }
942
942
 
943
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
944
+ .e-colorpicker-container .e-icon-btn:disabled,
945
+ .e-colorpicker-container .e-icon-btn.e-disabled {
946
+ background-color: transparent;
947
+ box-shadow: none;
948
+ color: rgba(108, 117, 125, 0.65);
949
+ }
950
+
943
951
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
944
952
  background-color: #fff;
945
953
  border-color: #fff;
@@ -930,7 +930,7 @@ body.e-colorpicker-overflow {
930
930
  background-color: #5c636a;
931
931
  border-color: #6c757d;
932
932
  box-shadow: 0 0 0 4px rgba(130, 138, 145, 0.5);
933
- color: #6c757d;
933
+ color: #fff;
934
934
  }
935
935
 
936
936
  .e-colorpicker-wrapper .e-icon-btn:active,
@@ -940,6 +940,14 @@ body.e-colorpicker-overflow {
940
940
  color: #fff;
941
941
  }
942
942
 
943
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
944
+ .e-colorpicker-container .e-icon-btn:disabled,
945
+ .e-colorpicker-container .e-icon-btn.e-disabled {
946
+ background-color: transparent;
947
+ box-shadow: none;
948
+ color: rgba(108, 117, 125, 0.65);
949
+ }
950
+
943
951
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
944
952
  background-color: #fff;
945
953
  border-color: #fff;
@@ -888,6 +888,14 @@ body.e-colorpicker-overflow {
888
888
  color: #6f6c6c;
889
889
  }
890
890
 
891
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
892
+ .e-colorpicker-container .e-icon-btn:disabled,
893
+ .e-colorpicker-container .e-icon-btn.e-disabled {
894
+ background-color: transparent;
895
+ box-shadow: none;
896
+ color: #414040;
897
+ }
898
+
891
899
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
892
900
  background-color: #fff;
893
901
  border-color: #fff;
@@ -888,6 +888,14 @@ body.e-colorpicker-overflow {
888
888
  color: #a6a6a6;
889
889
  }
890
890
 
891
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
892
+ .e-colorpicker-container .e-icon-btn:disabled,
893
+ .e-colorpicker-container .e-icon-btn.e-disabled {
894
+ background-color: transparent;
895
+ box-shadow: none;
896
+ color: #f4f4f4;
897
+ }
898
+
891
899
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
892
900
  background-color: #fff;
893
901
  border-color: #fff;
@@ -888,6 +888,14 @@ body.e-colorpicker-overflow {
888
888
  color: #757575;
889
889
  }
890
890
 
891
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
892
+ .e-colorpicker-container .e-icon-btn:disabled,
893
+ .e-colorpicker-container .e-icon-btn.e-disabled {
894
+ background-color: transparent;
895
+ box-shadow: none;
896
+ color: #fff;
897
+ }
898
+
891
899
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
892
900
  background-color: #000;
893
901
  border-color: #000;
@@ -888,6 +888,14 @@ body.e-colorpicker-overflow {
888
888
  color: #757575;
889
889
  }
890
890
 
891
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
892
+ .e-colorpicker-container .e-icon-btn:disabled,
893
+ .e-colorpicker-container .e-icon-btn.e-disabled {
894
+ background-color: transparent;
895
+ box-shadow: none;
896
+ color: #000;
897
+ }
898
+
891
899
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
892
900
  background-color: #fff;
893
901
  border-color: #fff;
@@ -896,6 +896,14 @@ body.e-colorpicker-overflow {
896
896
  color: rgba(255, 255, 255, 0.3);
897
897
  }
898
898
 
899
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
900
+ .e-colorpicker-container .e-icon-btn:disabled,
901
+ .e-colorpicker-container .e-icon-btn.e-disabled {
902
+ background-color: transparent;
903
+ box-shadow: none;
904
+ color: rgba(255, 255, 255, 0.1);
905
+ }
906
+
899
907
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
900
908
  background-color: #fff;
901
909
  border-color: #fff;
@@ -905,6 +905,14 @@ body.e-colorpicker-overflow {
905
905
  color: rgba(0, 0, 0, 0.26);
906
906
  }
907
907
 
908
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
909
+ .e-colorpicker-container .e-icon-btn:disabled,
910
+ .e-colorpicker-container .e-icon-btn.e-disabled {
911
+ background-color: transparent;
912
+ box-shadow: none;
913
+ color: rgba(0, 0, 0, 0.12);
914
+ }
915
+
908
916
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
909
917
  background-color: #fff;
910
918
  border-color: #fff;
@@ -920,6 +920,14 @@ body.e-colorpicker-overflow {
920
920
  color: #6b7280;
921
921
  }
922
922
 
923
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
924
+ .e-colorpicker-container .e-icon-btn:disabled,
925
+ .e-colorpicker-container .e-icon-btn.e-disabled {
926
+ background-color: transparent;
927
+ box-shadow: none;
928
+ border-color: #374151;
929
+ }
930
+
923
931
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
924
932
  background-color: #fff;
925
933
  border-color: #fff;
@@ -920,6 +920,14 @@ body.e-colorpicker-overflow {
920
920
  color: #9ca3af;
921
921
  }
922
922
 
923
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
924
+ .e-colorpicker-container .e-icon-btn:disabled,
925
+ .e-colorpicker-container .e-icon-btn.e-disabled {
926
+ background-color: transparent;
927
+ box-shadow: none;
928
+ border-color: #e5e7eb;
929
+ }
930
+
923
931
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
924
932
  background-color: #fff;
925
933
  border-color: #fff;
@@ -7201,6 +7201,14 @@ body.e-colorpicker-overflow {
7201
7201
  color: #6f6c6c;
7202
7202
  }
7203
7203
 
7204
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7205
+ .e-colorpicker-container .e-icon-btn:disabled,
7206
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7207
+ background-color: transparent;
7208
+ box-shadow: none;
7209
+ color: #414040;
7210
+ }
7211
+
7204
7212
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7205
7213
  background-color: #fff;
7206
7214
  border-color: #fff;
package/styles/fabric.css CHANGED
@@ -7201,6 +7201,14 @@ body.e-colorpicker-overflow {
7201
7201
  color: #a6a6a6;
7202
7202
  }
7203
7203
 
7204
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7205
+ .e-colorpicker-container .e-icon-btn:disabled,
7206
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7207
+ background-color: transparent;
7208
+ box-shadow: none;
7209
+ color: #f4f4f4;
7210
+ }
7211
+
7204
7212
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7205
7213
  background-color: #fff;
7206
7214
  border-color: #fff;
@@ -7529,6 +7529,14 @@ body.e-colorpicker-overflow {
7529
7529
  color: #757575;
7530
7530
  }
7531
7531
 
7532
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7533
+ .e-colorpicker-container .e-icon-btn:disabled,
7534
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7535
+ background-color: transparent;
7536
+ box-shadow: none;
7537
+ color: #fff;
7538
+ }
7539
+
7532
7540
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7533
7541
  background-color: #000;
7534
7542
  border-color: #000;
@@ -7529,6 +7529,14 @@ body.e-colorpicker-overflow {
7529
7529
  color: #757575;
7530
7530
  }
7531
7531
 
7532
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7533
+ .e-colorpicker-container .e-icon-btn:disabled,
7534
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7535
+ background-color: transparent;
7536
+ box-shadow: none;
7537
+ color: #000;
7538
+ }
7539
+
7532
7540
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7533
7541
  background-color: #fff;
7534
7542
  border-color: #fff;
@@ -15122,6 +15122,14 @@ body.e-colorpicker-overflow {
15122
15122
  color: rgba(255, 255, 255, 0.3);
15123
15123
  }
15124
15124
 
15125
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
15126
+ .e-colorpicker-container .e-icon-btn:disabled,
15127
+ .e-colorpicker-container .e-icon-btn.e-disabled {
15128
+ background-color: transparent;
15129
+ box-shadow: none;
15130
+ color: rgba(255, 255, 255, 0.1);
15131
+ }
15132
+
15125
15133
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
15126
15134
  background-color: #fff;
15127
15135
  border-color: #fff;
@@ -15167,6 +15167,14 @@ body.e-colorpicker-overflow {
15167
15167
  color: rgba(0, 0, 0, 0.26);
15168
15168
  }
15169
15169
 
15170
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
15171
+ .e-colorpicker-container .e-icon-btn:disabled,
15172
+ .e-colorpicker-container .e-icon-btn.e-disabled {
15173
+ background-color: transparent;
15174
+ box-shadow: none;
15175
+ color: rgba(0, 0, 0, 0.12);
15176
+ }
15177
+
15170
15178
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
15171
15179
  background-color: #fff;
15172
15180
  border-color: #fff;
@@ -7362,6 +7362,14 @@ body.e-colorpicker-overflow {
7362
7362
  color: #6b7280;
7363
7363
  }
7364
7364
 
7365
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7366
+ .e-colorpicker-container .e-icon-btn:disabled,
7367
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7368
+ background-color: transparent;
7369
+ box-shadow: none;
7370
+ border-color: #374151;
7371
+ }
7372
+
7365
7373
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7366
7374
  background-color: #fff;
7367
7375
  border-color: #fff;
@@ -7362,6 +7362,14 @@ body.e-colorpicker-overflow {
7362
7362
  color: #9ca3af;
7363
7363
  }
7364
7364
 
7365
+ .e-colorpicker-wrapper .e-icon-btn:disabled, .e-colorpicker-wrapper .e-icon-btn.e-disabled,
7366
+ .e-colorpicker-container .e-icon-btn:disabled,
7367
+ .e-colorpicker-container .e-icon-btn.e-disabled {
7368
+ background-color: transparent;
7369
+ box-shadow: none;
7370
+ border-color: #e5e7eb;
7371
+ }
7372
+
7365
7373
  .e-popup.e-tooltip-wrap.e-color-picker-tooltip {
7366
7374
  background-color: #fff;
7367
7375
  border-color: #fff;