@syncfusion/ej2-vue-inputs 21.2.9 → 22.1.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.
Files changed (106) hide show
  1. package/CHANGELOG.md +29 -6
  2. package/dist/ej2-vue-inputs.umd.min.js +2 -2
  3. package/dist/ej2-vue-inputs.umd.min.js.map +1 -1
  4. package/dist/es6/ej2-vue-inputs.es2015.js +10 -10
  5. package/dist/es6/ej2-vue-inputs.es2015.js.map +1 -1
  6. package/dist/es6/ej2-vue-inputs.es5.js +10 -10
  7. package/dist/es6/ej2-vue-inputs.es5.js.map +1 -1
  8. package/dist/global/ej2-vue-inputs.min.js +2 -2
  9. package/package.json +8 -8
  10. package/src/color-picker/colorpicker.component.js +1 -1
  11. package/src/maskedtextbox/maskedtextbox.component.js +1 -1
  12. package/src/numerictextbox/numerictextbox.component.js +1 -1
  13. package/src/rating/rating.component.js +1 -1
  14. package/src/signature/signature.component.js +1 -1
  15. package/src/slider/slider.component.js +1 -1
  16. package/src/textbox/textbox.component.js +1 -1
  17. package/src/uploader/uploader.component.js +3 -3
  18. package/styles/bootstrap-dark.css +23 -3
  19. package/styles/bootstrap.css +23 -3
  20. package/styles/bootstrap4.css +23 -4
  21. package/styles/bootstrap5-dark.css +23 -3
  22. package/styles/bootstrap5.css +23 -3
  23. package/styles/color-picker/fluent-dark.css +1 -0
  24. package/styles/color-picker/fluent.css +1 -0
  25. package/styles/color-picker/material3-dark.css +880 -0
  26. package/styles/color-picker/material3-dark.scss +2 -0
  27. package/styles/color-picker/material3.css +936 -0
  28. package/styles/color-picker/material3.scss +2 -0
  29. package/styles/fabric-dark.css +23 -3
  30. package/styles/fabric.css +23 -3
  31. package/styles/fluent-dark.css +24 -3
  32. package/styles/fluent.css +24 -3
  33. package/styles/highcontrast-light.css +23 -3
  34. package/styles/highcontrast.css +23 -3
  35. package/styles/input/bootstrap-dark.css +15 -1
  36. package/styles/input/bootstrap.css +15 -1
  37. package/styles/input/bootstrap4.css +15 -1
  38. package/styles/input/bootstrap5-dark.css +15 -1
  39. package/styles/input/bootstrap5.css +15 -1
  40. package/styles/input/fabric-dark.css +15 -1
  41. package/styles/input/fabric.css +15 -1
  42. package/styles/input/fluent-dark.css +15 -1
  43. package/styles/input/fluent.css +15 -1
  44. package/styles/input/highcontrast-light.css +15 -1
  45. package/styles/input/highcontrast.css +15 -1
  46. package/styles/input/material-dark.css +121 -66
  47. package/styles/input/material.css +121 -66
  48. package/styles/input/material3-dark.css +12384 -0
  49. package/styles/input/material3-dark.scss +2 -0
  50. package/styles/input/material3.css +12440 -0
  51. package/styles/input/material3.scss +2 -0
  52. package/styles/input/tailwind-dark.css +15 -1
  53. package/styles/input/tailwind.css +15 -1
  54. package/styles/maskedtextbox/material3-dark.css +104 -0
  55. package/styles/maskedtextbox/material3-dark.scss +2 -0
  56. package/styles/maskedtextbox/material3.css +160 -0
  57. package/styles/maskedtextbox/material3.scss +2 -0
  58. package/styles/material-dark.css +131 -68
  59. package/styles/material.css +131 -68
  60. package/styles/material3-dark.css +15594 -0
  61. package/styles/material3-dark.scss +10 -0
  62. package/styles/material3.css +16090 -0
  63. package/styles/material3.scss +10 -0
  64. package/styles/numerictextbox/material3-dark.css +118 -0
  65. package/styles/numerictextbox/material3-dark.scss +2 -0
  66. package/styles/numerictextbox/material3.css +174 -0
  67. package/styles/numerictextbox/material3.scss +2 -0
  68. package/styles/rating/bootstrap-dark.css +8 -2
  69. package/styles/rating/bootstrap.css +8 -2
  70. package/styles/rating/bootstrap4.css +8 -3
  71. package/styles/rating/bootstrap5-dark.css +8 -2
  72. package/styles/rating/bootstrap5.css +8 -2
  73. package/styles/rating/fabric-dark.css +8 -2
  74. package/styles/rating/fabric.css +8 -2
  75. package/styles/rating/fluent-dark.css +8 -2
  76. package/styles/rating/fluent.css +8 -2
  77. package/styles/rating/highcontrast-light.css +8 -2
  78. package/styles/rating/highcontrast.css +8 -2
  79. package/styles/rating/material-dark.css +8 -2
  80. package/styles/rating/material.css +8 -2
  81. package/styles/rating/material3-dark.css +340 -0
  82. package/styles/rating/material3-dark.scss +2 -0
  83. package/styles/rating/material3.css +396 -0
  84. package/styles/rating/material3.scss +2 -0
  85. package/styles/rating/tailwind-dark.css +8 -2
  86. package/styles/rating/tailwind.css +8 -2
  87. package/styles/signature/material3-dark.css +65 -0
  88. package/styles/signature/material3-dark.scss +2 -0
  89. package/styles/signature/material3.css +121 -0
  90. package/styles/signature/material3.scss +2 -0
  91. package/styles/slider/material-dark.css +2 -0
  92. package/styles/slider/material.css +2 -0
  93. package/styles/slider/material3-dark.css +765 -0
  94. package/styles/slider/material3-dark.scss +2 -0
  95. package/styles/slider/material3.css +821 -0
  96. package/styles/slider/material3.scss +2 -0
  97. package/styles/tailwind-dark.css +23 -3
  98. package/styles/tailwind.css +23 -3
  99. package/styles/textbox/material3-dark.css +72 -0
  100. package/styles/textbox/material3-dark.scss +2 -0
  101. package/styles/textbox/material3.css +128 -0
  102. package/styles/textbox/material3.scss +2 -0
  103. package/styles/uploader/material3-dark.css +861 -0
  104. package/styles/uploader/material3-dark.scss +2 -0
  105. package/styles/uploader/material3.css +917 -0
  106. package/styles/uploader/material3.scss +2 -0
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-inputs/styles/input/material3.scss';
@@ -1919,6 +1919,7 @@ input.e-input,
1919
1919
  }
1920
1920
 
1921
1921
  input.e-input.e-bigger,
1922
+ .e-bigger input.e-input,
1922
1923
  .e-input-group.e-bigger input,
1923
1924
  .e-input-group.e-bigger input.e-input,
1924
1925
  .e-input-group.e-control-wrapper.e-bigger input,
@@ -2930,8 +2931,8 @@ textarea.e-input.e-bigger.e-small,
2930
2931
  .e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
2931
2932
  .e-bigger .e-input-group .e-clear-icon,
2932
2933
  .e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2933
- min-height: 0;
2934
2934
  min-width: 38px;
2935
+ min-height: 0;
2935
2936
  padding-bottom: 0;
2936
2937
  padding-right: 0;
2937
2938
  padding-top: 0;
@@ -2947,6 +2948,19 @@ textarea.e-input.e-bigger.e-small,
2947
2948
  padding-top: 0;
2948
2949
  }
2949
2950
 
2951
+ .e-input-group.e-small .e-clear-icon,
2952
+ .e-input-group .e-clear-icon.e-small,
2953
+ .e-small.e-bigger .e-input-group .e-clear-icon,
2954
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2955
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2956
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2957
+ min-height: 0;
2958
+ min-width: 38px;
2959
+ padding-bottom: 0;
2960
+ padding-right: 0;
2961
+ padding-top: 0;
2962
+ }
2963
+
2950
2964
  .e-input-group.e-small.e-bigger .e-clear-icon,
2951
2965
  .e-input-group.e-small .e-clear-icon.e-bigger,
2952
2966
  .e-bigger .e-input-group.e-small .e-clear-icon,
@@ -1919,6 +1919,7 @@ input.e-input,
1919
1919
  }
1920
1920
 
1921
1921
  input.e-input.e-bigger,
1922
+ .e-bigger input.e-input,
1922
1923
  .e-input-group.e-bigger input,
1923
1924
  .e-input-group.e-bigger input.e-input,
1924
1925
  .e-input-group.e-control-wrapper.e-bigger input,
@@ -2930,8 +2931,8 @@ textarea.e-input.e-bigger.e-small,
2930
2931
  .e-input-group.e-control-wrapper .e-clear-icon.e-bigger,
2931
2932
  .e-bigger .e-input-group .e-clear-icon,
2932
2933
  .e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2933
- min-height: 0;
2934
2934
  min-width: 38px;
2935
+ min-height: 0;
2935
2936
  padding-bottom: 0;
2936
2937
  padding-right: 0;
2937
2938
  padding-top: 0;
@@ -2947,6 +2948,19 @@ textarea.e-input.e-bigger.e-small,
2947
2948
  padding-top: 0;
2948
2949
  }
2949
2950
 
2951
+ .e-input-group.e-small .e-clear-icon,
2952
+ .e-input-group .e-clear-icon.e-small,
2953
+ .e-small.e-bigger .e-input-group .e-clear-icon,
2954
+ .e-input-group.e-control-wrapper.e-small .e-clear-icon,
2955
+ .e-input-group.e-control-wrapper .e-clear-icon.e-small,
2956
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon {
2957
+ min-height: 0;
2958
+ min-width: 38px;
2959
+ padding-bottom: 0;
2960
+ padding-right: 0;
2961
+ padding-top: 0;
2962
+ }
2963
+
2950
2964
  .e-input-group.e-small.e-bigger .e-clear-icon,
2951
2965
  .e-input-group.e-small .e-clear-icon.e-bigger,
2952
2966
  .e-bigger .e-input-group.e-small .e-clear-icon,
@@ -0,0 +1,104 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 208, 188, 255;
6
+ --color-sf-primary-container: 79, 55, 139;
7
+ --color-sf-secondary: 204, 194, 220;
8
+ --color-sf-secondary-container: 74, 68, 88;
9
+ --color-sf-tertiary: 239, 184, 200;
10
+ --color-sf-tertiary-container: 99, 59, 72;
11
+ --color-sf-surface: 28, 27, 31;
12
+ --color-sf-surface-variant: 73, 69, 79;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 55, 30, 115;
15
+ --color-sf-on-primary-container: 234, 221, 255;
16
+ --color-sf-on-secondary: 51, 45, 65;
17
+ --color-sf-on-secondary-container: 232, 222, 248;
18
+ --color-sf-on-tertiary: 73, 37, 50;
19
+ --color-sf-on-tertiary-containe: 255, 216, 228;
20
+ --color-sf-on-surface: 230, 225, 229;
21
+ --color-sf-on-surface-variant: 202, 196, 208;
22
+ --color-sf-on-background: 230, 225, 229;
23
+ --color-sf-outline: 147, 143, 153;
24
+ --color-sf-outline-variant: 68, 71, 70;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 208, 188, 255;
27
+ --color-sf-inverse-surface: 230, 225, 229;
28
+ --color-sf-inverse-on-surface: 49, 48, 51;
29
+ --color-sf-inverse-primary: 103, 80, 164;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 242, 184, 181;
32
+ --color-sf-error-container: 140, 29, 24;
33
+ --color-sf-on-error: 96, 20, 16;
34
+ --color-sf-on-error-container: 249, 222, 220;
35
+ --color-sf-success: 83, 202, 23;
36
+ --color-sf-success-container: 22, 62, 2;
37
+ --color-sf-on-success: 13, 39, 0;
38
+ --color-sf-on-success-container: 183, 250, 150;
39
+ --color-sf-info: 71, 172, 251;
40
+ --color-sf-info-container: 0, 67, 120;
41
+ --color-sf-on-info: 0, 51, 91;
42
+ --color-sf-on-info-container: 173, 219, 255;
43
+ --color-sf-warning: 245, 180, 130;
44
+ --color-sf-warning-container: 123, 65, 0;
45
+ --color-sf-on-warning: 99, 52, 0;
46
+ --color-sf-on-warning-container: 255, 220, 193;
47
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
49
+ --color-sf-success-text: 0, 0, 0;
50
+ --color-sf-warning-text: 0, 0, 0;
51
+ --color-sf-info-text: 0, 0, 0;
52
+ --color-sf-danger-text: 0, 0, 0;
53
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
55
+ }
56
+
57
+ /* stylelint-disable property-no-vendor-prefix */
58
+ @keyframes e-input-ripple {
59
+ 100% {
60
+ opacity: 0;
61
+ transform: scale(4);
62
+ }
63
+ }
64
+ @keyframes slideTopUp {
65
+ from {
66
+ transform: translate3d(0, 0, 0) scale(1);
67
+ }
68
+ to {
69
+ transform: translate3d(0, 0, 0) scale(1);
70
+ }
71
+ }
72
+ /*! maskedtextbox layout */
73
+ .e-control-wrapper.e-mask .e-maskedtextbox {
74
+ font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
75
+ font-size: 14px;
76
+ }
77
+
78
+ .e-bigger .e-control-wrapper.e-mask .e-maskedtextbox {
79
+ font-size: 16px;
80
+ }
81
+
82
+ .e-control-wrapper.e-mask.e-bigger .e-maskedtextbox {
83
+ font-size: 16px;
84
+ }
85
+
86
+ .e-content-placeholder.e-mask.e-placeholder-mask {
87
+ background-size: 300px 33px;
88
+ min-height: 33px;
89
+ }
90
+
91
+ .e-bigger .e-content-placeholder.e-mask.e-placeholder-mask,
92
+ .e-bigger.e-content-placeholder.e-mask.e-placeholder-mask {
93
+ background-size: 300px 40px;
94
+ min-height: 40px;
95
+ }
96
+
97
+ /*! maskedtextbox theme */
98
+ .e-control-wrapper.e-mask.e-error .e-maskedtextbox {
99
+ color: rgba(var(--color-sf-error));
100
+ }
101
+
102
+ .e-utility-mask.e-error {
103
+ color: rgba(var(--color-sf-error));
104
+ }
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-dark-definition.scss';
2
+ @import 'ej2-inputs/styles/maskedtextbox/material3-dark.scss';
@@ -0,0 +1,160 @@
1
+ @import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,900&display=swap");
2
+ :root {
3
+ --color-sf-black: 0, 0, 0;
4
+ --color-sf-white: 255, 255, 255;
5
+ --color-sf-primary: 103, 80, 164;
6
+ --color-sf-primary-container: 234, 221, 255;
7
+ --color-sf-secondary: 98, 91, 113;
8
+ --color-sf-secondary-container: 232, 222, 248;
9
+ --color-sf-tertiary: 125, 82, 96;
10
+ --color-sf-tertiary-container: 255, 216, 228;
11
+ --color-sf-surface: 255, 255, 255;
12
+ --color-sf-surface-variant: 231, 224, 236;
13
+ --color-sf-background: var(--color-sf-surface);
14
+ --color-sf-on-primary: 255, 255, 255;
15
+ --color-sf-on-primary-container: 33, 0, 94;
16
+ --color-sf-on-secondary: 255, 255, 255;
17
+ --color-sf-on-secondary-container: 30, 25, 43;
18
+ --color-sf-on-tertiary: 255, 255, 255;
19
+ --color-sf-on-tertiary-containe: 55, 11, 30;
20
+ --color-sf-on-surface: 28, 27, 31;
21
+ --color-sf-on-surface-variant: 73, 69, 78;
22
+ --color-sf-on-background: 28, 27, 31;
23
+ --color-sf-outline: 121, 116, 126;
24
+ --color-sf-outline-variant: 196, 199, 197;
25
+ --color-sf-shadow: 0, 0, 0;
26
+ --color-sf-surface-tint-color: 103, 80, 164;
27
+ --color-sf-inverse-surface: 49, 48, 51;
28
+ --color-sf-inverse-on-surface: 244, 239, 244;
29
+ --color-sf-inverse-primary: 208, 188, 255;
30
+ --color-sf-scrim: 0, 0, 0;
31
+ --color-sf-error: 179, 38, 30;
32
+ --color-sf-error-container: 249, 222, 220;
33
+ --color-sf-on-error: 255, 250, 250;
34
+ --color-sf-on-error-container: 65, 14, 11;
35
+ --color-sf-success: 32, 81, 7;
36
+ --color-sf-success-container: 209, 255, 186;
37
+ --color-sf-on-success: 244, 255, 239;
38
+ --color-sf-on-success-container: 13, 39, 0;
39
+ --color-sf-info: 1, 87, 155;
40
+ --color-sf-info-container: 233, 245, 255;
41
+ --color-sf-on-info: 250, 253, 255;
42
+ --color-sf-on-info-container: 0, 51, 91;
43
+ --color-sf-warning: 145, 76, 0;
44
+ --color-sf-warning-container: 254, 236, 222;
45
+ --color-sf-on-warning: 255, 255, 255;
46
+ --color-sf-on-warning-container: 47, 21, 0;
47
+ --color-sf-spreadsheet-gridline: var(--color-sf-surface-variant);
48
+ --color-sf-shadow-focus-ring1: 0 0 0 1px rgb(255, 255, 255), 0 0 0 3px rgb(0, 0, 0);
49
+ --color-sf-diagram-palette-background: --color-sf-white;
50
+ --color-sf-success-text: 255, 255, 255;
51
+ --color-sf-warning-text: 255, 255, 255;
52
+ --color-sf-danger-text: 255, 255, 255;
53
+ --color-sf-info-text: 255, 255, 255;
54
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary-container);
55
+ --color-sf-secondary-bg-color: var(--color-sf-surface);
56
+ }
57
+
58
+ .e-dark-mode {
59
+ --color-sf-black: 0, 0, 0;
60
+ --color-sf-white: 255, 255, 255;
61
+ --color-sf-primary: 208, 188, 255;
62
+ --color-sf-primary-container: 79, 55, 139;
63
+ --color-sf-secondary: 204, 194, 220;
64
+ --color-sf-secondary-container: 74, 68, 88;
65
+ --color-sf-tertiary: 239, 184, 200;
66
+ --color-sf-tertiary-container: 99, 59, 72;
67
+ --color-sf-surface: 28, 27, 31;
68
+ --color-sf-surface-variant: 28, 27, 31;
69
+ --color-sf-background: var(--color-sf-surface);
70
+ --color-sf-on-primary: 55, 30, 115;
71
+ --color-sf-on-primary-container: 234, 221, 255;
72
+ --color-sf-on-secondary: 51, 45, 65;
73
+ --color-sf-on-secondary-container: 232, 222, 248;
74
+ --color-sf-on-tertiary: 73, 37, 50;
75
+ --color-sf-on-tertiary-containe: 255, 216, 228;
76
+ --color-sf-on-surface: 230, 225, 229;
77
+ --color-sf-on-surface-variant: 202, 196, 208;
78
+ --color-sf-on-background: 230, 225, 229;
79
+ --color-sf-outline: 147, 143, 153;
80
+ --color-sf-outline-variant: 68, 71, 70;
81
+ --color-sf-shadow: 0, 0, 0;
82
+ --color-sf-surface-tint-color: 208, 188, 255;
83
+ --color-sf-inverse-surface: 230, 225, 229;
84
+ --color-sf-inverse-on-surface: 49, 48, 51;
85
+ --color-sf-inverse-primary: 103, 80, 164;
86
+ --color-sf-scrim: 0, 0, 0;
87
+ --color-sf-error: 242, 184, 181;
88
+ --color-sf-error-container: 140, 29, 24;
89
+ --color-sf-on-error: 96, 20, 16;
90
+ --color-sf-on-error-container: 249, 222, 220;
91
+ --color-sf-success: 83, 202, 23;
92
+ --color-sf-success-container: 22, 62, 2;
93
+ --color-sf-on-success: 13, 39, 0;
94
+ --color-sf-on-success-container: 183, 250, 150;
95
+ --color-sf-info: 71, 172, 251;
96
+ --color-sf-info-container: 0, 67, 120;
97
+ --color-sf-on-info: 0, 51, 91;
98
+ --color-sf-on-info-container: 173, 219, 255;
99
+ --color-sf-warning: 245, 180, 130;
100
+ --color-sf-warning-container: 123, 65, 0;
101
+ --color-sf-on-warning: 99, 52, 0;
102
+ --color-sf-on-warning-container: 255, 220, 193;
103
+ --color-sf-spreadsheet-gridline: 231, 224, 236;
104
+ --color-sf-shadow-focus-ring1: 0 0 0 1px #000000, 0 0 0 3px #ffffff;
105
+ --color-sf-success-text: 0, 0, 0;
106
+ --color-sf-warning-text: 0, 0, 0;
107
+ --color-sf-info-text: 0, 0, 0;
108
+ --color-sf-danger-text: 0, 0, 0;
109
+ --color-sf-diagram-palette-background: var(--color-sf-inverse-surface);
110
+ --color-sf-content-text-color-alt2: var(--color-sf-on-secondary);
111
+ }
112
+
113
+ /* stylelint-disable property-no-vendor-prefix */
114
+ @keyframes e-input-ripple {
115
+ 100% {
116
+ opacity: 0;
117
+ transform: scale(4);
118
+ }
119
+ }
120
+ @keyframes slideTopUp {
121
+ from {
122
+ transform: translate3d(0, 0, 0) scale(1);
123
+ }
124
+ to {
125
+ transform: translate3d(0, 0, 0) scale(1);
126
+ }
127
+ }
128
+ /*! maskedtextbox layout */
129
+ .e-control-wrapper.e-mask .e-maskedtextbox {
130
+ font-family: Roboto, "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", sans-serif;
131
+ font-size: 14px;
132
+ }
133
+
134
+ .e-bigger .e-control-wrapper.e-mask .e-maskedtextbox {
135
+ font-size: 16px;
136
+ }
137
+
138
+ .e-control-wrapper.e-mask.e-bigger .e-maskedtextbox {
139
+ font-size: 16px;
140
+ }
141
+
142
+ .e-content-placeholder.e-mask.e-placeholder-mask {
143
+ background-size: 300px 33px;
144
+ min-height: 33px;
145
+ }
146
+
147
+ .e-bigger .e-content-placeholder.e-mask.e-placeholder-mask,
148
+ .e-bigger.e-content-placeholder.e-mask.e-placeholder-mask {
149
+ background-size: 300px 40px;
150
+ min-height: 40px;
151
+ }
152
+
153
+ /*! maskedtextbox theme */
154
+ .e-control-wrapper.e-mask.e-error .e-maskedtextbox {
155
+ color: rgba(var(--color-sf-error));
156
+ }
157
+
158
+ .e-utility-mask.e-error {
159
+ color: rgba(var(--color-sf-error));
160
+ }
@@ -0,0 +1,2 @@
1
+ @import 'ej2-base/styles/material3-definition.scss';
2
+ @import 'ej2-inputs/styles/maskedtextbox/material3.scss';