@syncfusion/ej2-angular-inputs 23.2.4 → 24.1.41

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 (142) hide show
  1. package/package.json +9 -9
  2. package/schematics/utils/lib-details.d.ts +2 -2
  3. package/schematics/utils/lib-details.js +2 -2
  4. package/schematics/utils/lib-details.ts +2 -2
  5. package/styles/bootstrap-dark.css +263 -3
  6. package/styles/bootstrap-dark.scss +1 -0
  7. package/styles/bootstrap.css +263 -3
  8. package/styles/bootstrap.scss +1 -0
  9. package/styles/bootstrap4.css +263 -3
  10. package/styles/bootstrap4.scss +1 -0
  11. package/styles/bootstrap5-dark.css +276 -3
  12. package/styles/bootstrap5-dark.scss +1 -0
  13. package/styles/bootstrap5.css +276 -3
  14. package/styles/bootstrap5.scss +1 -0
  15. package/styles/color-picker/_layout.scss +36 -0
  16. package/styles/color-picker/bootstrap5-dark.css +13 -0
  17. package/styles/color-picker/bootstrap5.css +13 -0
  18. package/styles/color-picker/fabric.css +5 -0
  19. package/styles/color-picker/fluent-dark.css +13 -0
  20. package/styles/color-picker/fluent.css +13 -0
  21. package/styles/color-picker/material.css +13 -0
  22. package/styles/color-picker/material3-dark.css +18 -0
  23. package/styles/color-picker/material3.css +18 -0
  24. package/styles/color-picker/tailwind-dark.css +13 -0
  25. package/styles/color-picker/tailwind.css +13 -0
  26. package/styles/data-form/_all.scss +2 -0
  27. package/styles/data-form/_bootstrap-dark-definition.scss +42 -0
  28. package/styles/data-form/_bootstrap-definition.scss +41 -0
  29. package/styles/data-form/_bootstrap4-definition.scss +41 -0
  30. package/styles/data-form/_bootstrap5-dark-definition.scss +1 -0
  31. package/styles/data-form/_bootstrap5-definition.scss +41 -0
  32. package/styles/data-form/_fabric-dark-definition.scss +41 -0
  33. package/styles/data-form/_fabric-definition.scss +41 -0
  34. package/styles/data-form/_fluent-dark-definition.scss +1 -0
  35. package/styles/data-form/_fluent-definition.scss +41 -0
  36. package/styles/data-form/_fusionnew-definition.scss +41 -0
  37. package/styles/data-form/_highcontrast-definition.scss +41 -0
  38. package/styles/data-form/_highcontrast-light-definition.scss +41 -0
  39. package/styles/data-form/_layout.scss +223 -0
  40. package/styles/data-form/_material-dark-definition.scss +41 -0
  41. package/styles/data-form/_material-definition.scss +42 -0
  42. package/styles/data-form/_material3-dark-definition.scss +1 -0
  43. package/styles/data-form/_material3-definition.scss +41 -0
  44. package/styles/data-form/_tailwind-dark-definition.scss +1 -0
  45. package/styles/data-form/_tailwind-definition.scss +41 -0
  46. package/styles/data-form/_theme.scss +38 -0
  47. package/styles/data-form/bootstrap-dark.css +240 -0
  48. package/styles/data-form/bootstrap-dark.scss +3 -0
  49. package/styles/data-form/bootstrap.css +240 -0
  50. package/styles/data-form/bootstrap.scss +3 -0
  51. package/styles/data-form/bootstrap4.css +240 -0
  52. package/styles/data-form/bootstrap4.scss +3 -0
  53. package/styles/data-form/bootstrap5-dark.css +240 -0
  54. package/styles/data-form/bootstrap5-dark.scss +3 -0
  55. package/styles/data-form/bootstrap5.css +240 -0
  56. package/styles/data-form/bootstrap5.scss +3 -0
  57. package/styles/data-form/fabric-dark.css +240 -0
  58. package/styles/data-form/fabric-dark.scss +3 -0
  59. package/styles/data-form/fabric.css +240 -0
  60. package/styles/data-form/fabric.scss +3 -0
  61. package/styles/data-form/fluent-dark.css +240 -0
  62. package/styles/data-form/fluent-dark.scss +3 -0
  63. package/styles/data-form/fluent.css +240 -0
  64. package/styles/data-form/fluent.scss +3 -0
  65. package/styles/data-form/highcontrast-light.css +240 -0
  66. package/styles/data-form/highcontrast-light.scss +3 -0
  67. package/styles/data-form/highcontrast.css +240 -0
  68. package/styles/data-form/highcontrast.scss +3 -0
  69. package/styles/data-form/material-dark.css +240 -0
  70. package/styles/data-form/material-dark.scss +3 -0
  71. package/styles/data-form/material.css +240 -0
  72. package/styles/data-form/material.scss +3 -0
  73. package/styles/data-form/material3-dark.css +295 -0
  74. package/styles/data-form/material3-dark.scss +4 -0
  75. package/styles/data-form/material3.css +351 -0
  76. package/styles/data-form/material3.scss +4 -0
  77. package/styles/data-form/tailwind-dark.css +240 -0
  78. package/styles/data-form/tailwind-dark.scss +3 -0
  79. package/styles/data-form/tailwind.css +240 -0
  80. package/styles/data-form/tailwind.scss +3 -0
  81. package/styles/fabric-dark.css +263 -3
  82. package/styles/fabric-dark.scss +1 -0
  83. package/styles/fabric.css +268 -3
  84. package/styles/fabric.scss +1 -0
  85. package/styles/fluent-dark.css +276 -3
  86. package/styles/fluent-dark.scss +1 -0
  87. package/styles/fluent.css +276 -3
  88. package/styles/fluent.scss +1 -0
  89. package/styles/highcontrast-light.css +263 -3
  90. package/styles/highcontrast-light.scss +1 -0
  91. package/styles/highcontrast.css +263 -3
  92. package/styles/highcontrast.scss +1 -0
  93. package/styles/material-dark.css +275 -3
  94. package/styles/material-dark.scss +1 -0
  95. package/styles/material.css +288 -3
  96. package/styles/material.scss +1 -0
  97. package/styles/material3-dark.css +293 -3
  98. package/styles/material3-dark.scss +1 -0
  99. package/styles/material3.css +293 -3
  100. package/styles/material3.scss +1 -0
  101. package/styles/rating/_bootstrap-dark-definition.scss +4 -0
  102. package/styles/rating/_bootstrap-definition.scss +4 -0
  103. package/styles/rating/_bootstrap4-definition.scss +4 -0
  104. package/styles/rating/_bootstrap5-definition.scss +4 -0
  105. package/styles/rating/_fabric-dark-definition.scss +4 -0
  106. package/styles/rating/_fabric-definition.scss +4 -0
  107. package/styles/rating/_fluent-definition.scss +4 -0
  108. package/styles/rating/_fusionnew-definition.scss +4 -0
  109. package/styles/rating/_highcontrast-definition.scss +4 -0
  110. package/styles/rating/_highcontrast-light-definition.scss +4 -0
  111. package/styles/rating/_layout.scss +21 -7
  112. package/styles/rating/_material-dark-definition.scss +4 -0
  113. package/styles/rating/_material-definition.scss +4 -0
  114. package/styles/rating/_material3-definition.scss +4 -0
  115. package/styles/rating/_tailwind-definition.scss +4 -0
  116. package/styles/rating/_theme.scss +5 -2
  117. package/styles/rating/bootstrap-dark.css +22 -3
  118. package/styles/rating/bootstrap.css +22 -3
  119. package/styles/rating/bootstrap4.css +22 -3
  120. package/styles/rating/bootstrap5-dark.css +22 -3
  121. package/styles/rating/bootstrap5.css +22 -3
  122. package/styles/rating/fabric-dark.css +22 -3
  123. package/styles/rating/fabric.css +22 -3
  124. package/styles/rating/fluent-dark.css +22 -3
  125. package/styles/rating/fluent.css +22 -3
  126. package/styles/rating/highcontrast-light.css +22 -3
  127. package/styles/rating/highcontrast.css +22 -3
  128. package/styles/rating/material-dark.css +22 -3
  129. package/styles/rating/material.css +22 -3
  130. package/styles/rating/material3-dark.css +22 -3
  131. package/styles/rating/material3.css +22 -3
  132. package/styles/rating/tailwind-dark.css +22 -3
  133. package/styles/rating/tailwind.css +22 -3
  134. package/styles/slider/_layout.scss +4 -0
  135. package/styles/slider/material-dark.css +12 -0
  136. package/styles/slider/material.css +12 -0
  137. package/styles/slider/material3-dark.css +12 -0
  138. package/styles/slider/material3.css +12 -0
  139. package/styles/tailwind-dark.css +276 -3
  140. package/styles/tailwind-dark.scss +1 -0
  141. package/styles/tailwind.css +276 -3
  142. package/styles/tailwind.scss +1 -0
@@ -6812,6 +6812,14 @@ body.e-colorpicker-overflow {
6812
6812
  .e-bigger .e-container.e-color-picker {
6813
6813
  width: 462px;
6814
6814
  }
6815
+ @media only screen and (max-width: 600px) {
6816
+ .e-bigger .e-container.e-color-picker {
6817
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
6818
+ }
6819
+ .e-bigger .e-container.e-colorpicker-popup {
6820
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
6821
+ }
6822
+ }
6815
6823
  .e-bigger .e-container .e-palette .e-tile {
6816
6824
  height: 29px;
6817
6825
  width: 29px;
@@ -6831,6 +6839,11 @@ body.e-colorpicker-overflow {
6831
6839
  width: 12.405%;
6832
6840
  top: 0;
6833
6841
  }
6842
+ @media only screen and (max-width: 600px) {
6843
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
6844
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
6845
+ }
6846
+ }
6834
6847
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
6835
6848
  width: 82.944%;
6836
6849
  }
@@ -7092,7 +7105,8 @@ body.e-colorpicker-overflow {
7092
7105
  padding: 0;
7093
7106
  margin: 4px;
7094
7107
  }
7095
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
7108
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
7109
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
7096
7110
  outline: 1px solid;
7097
7111
  }
7098
7112
  .e-rating-container .e-rating-item-list:focus-visible {
@@ -7111,10 +7125,13 @@ body.e-colorpicker-overflow {
7111
7125
  min-height: calc(1em + 8px);
7112
7126
  position: relative;
7113
7127
  }
7128
+ .e-rating-container .e-rating-item-container:has(svg) {
7129
+ line-height: 13px;
7130
+ }
7114
7131
  .e-rating-container .e-rating-item-container .e-rating-item {
7115
7132
  display: block;
7116
7133
  }
7117
- .e-rating-container.e-rating-animation:not(.e-disabled) .e-rating-item-container:hover .e-rating-item {
7134
+ .e-rating-container.e-rating-animation.e-touch-select:not(.e-disabled) .e-rating-item-container.e-rating-focus .e-rating-item, .e-rating-container.e-rating-animation:not(.e-disabled, .e-rating-touch) .e-rating-item-container:hover .e-rating-item {
7118
7135
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
7119
7136
  transform: scale(1.4);
7120
7137
  pointer-events: none;
@@ -7204,6 +7221,10 @@ body.e-colorpicker-overflow {
7204
7221
  .e-small .e-rating-container .e-rating-item-container {
7205
7222
  font-size: 16px;
7206
7223
  }
7224
+ .e-small.e-rating-container .e-rating-item-container:has(svg),
7225
+ .e-small .e-rating-container .e-rating-item-container:has(svg) {
7226
+ line-height: 6px;
7227
+ }
7207
7228
  .e-small.e-rating-container .e-rating-label,
7208
7229
  .e-small .e-rating-container .e-rating-label {
7209
7230
  font-size: 10px;
@@ -7218,6 +7239,10 @@ body.e-colorpicker-overflow {
7218
7239
  .e-bigger .e-rating-container .e-rating-item-container {
7219
7240
  font-size: 32px;
7220
7241
  }
7242
+ .e-bigger.e-rating-container .e-rating-item-container:has(svg),
7243
+ .e-bigger .e-rating-container .e-rating-item-container:has(svg) {
7244
+ line-height: 13px;
7245
+ }
7221
7246
  .e-bigger.e-rating-container .e-rating-label,
7222
7247
  .e-bigger .e-rating-container .e-rating-label {
7223
7248
  font-size: 14px;
@@ -7234,6 +7259,12 @@ body.e-colorpicker-overflow {
7234
7259
  .e-small .e-bigger.e-rating-container .e-rating-item-container {
7235
7260
  font-size: 26px;
7236
7261
  }
7262
+ .e-bigger.e-small.e-rating-container .e-rating-item-container:has(svg),
7263
+ .e-bigger.e-small .e-rating-container .e-rating-item-container:has(svg),
7264
+ .e-bigger .e-small.e-rating-container .e-rating-item-container:has(svg),
7265
+ .e-small .e-bigger.e-rating-container .e-rating-item-container:has(svg) {
7266
+ line-height: 13px;
7267
+ }
7237
7268
  .e-bigger.e-small.e-rating-container .e-rating-label,
7238
7269
  .e-bigger.e-small .e-rating-container .e-rating-label,
7239
7270
  .e-bigger .e-small.e-rating-container .e-rating-label,
@@ -7248,7 +7279,8 @@ body.e-colorpicker-overflow {
7248
7279
  font-size: 22px;
7249
7280
  }
7250
7281
 
7251
- .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus {
7282
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus:not(:has(svg)),
7283
+ .e-rating-container .e-rating-item-list:focus-visible:not(:hover) .e-rating-focus .e-rating-item:has(svg) {
7252
7284
  outline-color: #0d6efd;
7253
7285
  border-radius: 4px;
7254
7286
  }
@@ -7342,4 +7374,245 @@ body.e-colorpicker-overflow {
7342
7374
  /* stylelint-disable property-no-vendor-prefix */
7343
7375
  -webkit-background-clip: text;
7344
7376
  /* stylelint-enable property-no-vendor-prefix */
7377
+ }
7378
+
7379
+ /*! Form tailwind theme wise override definitions and variables */
7380
+ /*! data-form layout */
7381
+ .e-data-form .e-form-label {
7382
+ font-size: 12px;
7383
+ margin-bottom: 4px;
7384
+ font-weight: 400;
7385
+ }
7386
+ .e-data-form .e-form-layout {
7387
+ display: -ms-grid;
7388
+ display: grid;
7389
+ }
7390
+ .e-data-form .e-grid-col-2 {
7391
+ -ms-grid-columns: (minmax(0, 1fr))[2];
7392
+ grid-template-columns: repeat(2, minmax(0, 1fr));
7393
+ }
7394
+ .e-data-form .e-grid-col-3 {
7395
+ -ms-grid-columns: (minmax(0, 1fr))[3];
7396
+ grid-template-columns: repeat(3, minmax(0, 1fr));
7397
+ }
7398
+ .e-data-form .e-grid-col-4 {
7399
+ -ms-grid-columns: (minmax(0, 1fr))[4];
7400
+ grid-template-columns: repeat(4, minmax(0, 1fr));
7401
+ }
7402
+ .e-data-form .e-grid-col-5 {
7403
+ -ms-grid-columns: (minmax(0, 1fr))[5];
7404
+ grid-template-columns: repeat(5, minmax(0, 1fr));
7405
+ }
7406
+ .e-data-form .e-grid-col-6 {
7407
+ -ms-grid-columns: (minmax(0, 1fr))[6];
7408
+ grid-template-columns: repeat(6, minmax(0, 1fr));
7409
+ }
7410
+ .e-data-form .e-grid-col-7 {
7411
+ -ms-grid-columns: (minmax(0, 1fr))[7];
7412
+ grid-template-columns: repeat(7, minmax(0, 1fr));
7413
+ }
7414
+ .e-data-form .e-grid-col-8 {
7415
+ -ms-grid-columns: (minmax(0, 1fr))[8];
7416
+ grid-template-columns: repeat(8, minmax(0, 1fr));
7417
+ }
7418
+ .e-data-form .e-grid-col-9 {
7419
+ -ms-grid-columns: (minmax(0, 1fr))[9];
7420
+ grid-template-columns: repeat(9, minmax(0, 1fr));
7421
+ }
7422
+ .e-data-form .e-grid-col-10 {
7423
+ -ms-grid-columns: (minmax(0, 1fr))[10];
7424
+ grid-template-columns: repeat(10, minmax(0, 1fr));
7425
+ }
7426
+ .e-data-form .e-grid-col-11 {
7427
+ -ms-grid-columns: (minmax(0, 1fr))[11];
7428
+ grid-template-columns: repeat(11, minmax(0, 1fr));
7429
+ }
7430
+ .e-data-form .e-grid-col-12 {
7431
+ -ms-grid-columns: (minmax(0, 1fr))[12];
7432
+ grid-template-columns: repeat(12, minmax(0, 1fr));
7433
+ }
7434
+ .e-data-form .e-colspan-1 {
7435
+ -ms-grid-column-span: 1;
7436
+ -ms-grid-column: span 1;
7437
+ grid-column: span 1/span 1;
7438
+ }
7439
+ .e-data-form .e-colspan-2 {
7440
+ -ms-grid-column-span: 2;
7441
+ -ms-grid-column: span 2;
7442
+ grid-column: span 2/span 2;
7443
+ }
7444
+ .e-data-form .e-colspan-3 {
7445
+ -ms-grid-column-span: 3;
7446
+ -ms-grid-column: span 3;
7447
+ grid-column: span 3/span 3;
7448
+ }
7449
+ .e-data-form .e-colspan-4 {
7450
+ -ms-grid-column-span: 4;
7451
+ -ms-grid-column: span 4;
7452
+ grid-column: span 4/span 4;
7453
+ }
7454
+ .e-data-form .e-colspan-5 {
7455
+ -ms-grid-column-span: 5;
7456
+ -ms-grid-column: span 5;
7457
+ grid-column: span 5/span 5;
7458
+ }
7459
+ .e-data-form .e-colspan-6 {
7460
+ -ms-grid-column-span: 6;
7461
+ -ms-grid-column: span 6;
7462
+ grid-column: span 6/span 6;
7463
+ }
7464
+ .e-data-form .e-colspan-7 {
7465
+ -ms-grid-column-span: 7;
7466
+ -ms-grid-column: span 7;
7467
+ grid-column: span 7/span 7;
7468
+ }
7469
+ .e-data-form .e-colspan-8 {
7470
+ -ms-grid-column-span: 8;
7471
+ -ms-grid-column: span 8;
7472
+ grid-column: span 8/span 8;
7473
+ }
7474
+ .e-data-form .e-colspan-9 {
7475
+ -ms-grid-column-span: 9;
7476
+ -ms-grid-column: span 9;
7477
+ grid-column: span 9/span 9;
7478
+ }
7479
+ .e-data-form .e-colspan-10 {
7480
+ -ms-grid-column-span: 10;
7481
+ -ms-grid-column: span 10;
7482
+ grid-column: span 10/span 10;
7483
+ }
7484
+ .e-data-form .e-colspan-11 {
7485
+ -ms-grid-column-span: 11;
7486
+ -ms-grid-column: span 11;
7487
+ grid-column: span 11/span 11;
7488
+ }
7489
+ .e-data-form .e-colspan-12 {
7490
+ -ms-grid-column-span: 12;
7491
+ -ms-grid-column: span 12;
7492
+ grid-column: span 12/span 12;
7493
+ }
7494
+ .e-data-form .e-label-left .e-form-item-wrapper {
7495
+ -ms-flex: 1 1 auto;
7496
+ flex: 1 1 auto;
7497
+ max-width: calc(75% - 12px);
7498
+ }
7499
+ .e-data-form .e-label-left .e-form-label {
7500
+ margin-right: 12px;
7501
+ width: 25%;
7502
+ text-align: end;
7503
+ -ms-flex-direction: column;
7504
+ flex-direction: column;
7505
+ -ms-flex-align: end;
7506
+ align-items: flex-end;
7507
+ -ms-flex-pack: start;
7508
+ justify-content: flex-start;
7509
+ }
7510
+ .e-data-form .e-label-left .validation-message {
7511
+ display: -ms-flexbox;
7512
+ display: flex;
7513
+ }
7514
+ .e-data-form .e-form-group {
7515
+ border: none;
7516
+ padding: 0;
7517
+ margin: 0;
7518
+ }
7519
+ .e-data-form .e-form-group .e-group-title {
7520
+ position: relative;
7521
+ display: inline-block;
7522
+ padding-bottom: 8px;
7523
+ /* Gap between text and border */
7524
+ margin-bottom: 4px;
7525
+ font-size: 16px;
7526
+ }
7527
+ .e-data-form .e-form-group .e-group-title::after {
7528
+ content: "";
7529
+ position: absolute;
7530
+ bottom: 0;
7531
+ left: 0;
7532
+ width: 100%;
7533
+ height: 1px;
7534
+ border-bottom: 1px solid #dee2e6;
7535
+ }
7536
+ .e-data-form .e-label-top {
7537
+ display: -ms-flexbox;
7538
+ display: flex;
7539
+ -ms-flex-direction: column;
7540
+ flex-direction: column;
7541
+ margin-top: 20px;
7542
+ }
7543
+ .e-data-form .e-label-top .e-label-right {
7544
+ display: -ms-flexbox;
7545
+ display: flex;
7546
+ -ms-flex-align: center;
7547
+ align-items: center;
7548
+ }
7549
+ .e-data-form .e-label-top .e-label-right .e-switch-wrapper + .e-form-label {
7550
+ margin-top: 3px;
7551
+ margin-left: 5px;
7552
+ }
7553
+ .e-data-form .e-label-top .e-label-right .e-checkbox-wrapper + .e-form-label {
7554
+ margin-top: 5px;
7555
+ }
7556
+ .e-data-form .e-label-left {
7557
+ display: -ms-flexbox;
7558
+ display: flex;
7559
+ text-align: center;
7560
+ margin-top: 20px;
7561
+ }
7562
+ .e-data-form .e-button-left {
7563
+ -ms-flex-pack: start;
7564
+ justify-content: flex-start;
7565
+ }
7566
+ .e-data-form .e-button-right {
7567
+ -ms-flex-pack: end;
7568
+ justify-content: flex-end;
7569
+ }
7570
+ .e-data-form .e-button-center {
7571
+ -ms-flex-pack: center;
7572
+ justify-content: center;
7573
+ }
7574
+ .e-data-form .e-button-left, .e-data-form .e-button-right, .e-data-form .e-button-center, .e-data-form .e-button-stretch {
7575
+ margin-top: 24px;
7576
+ display: -ms-flexbox;
7577
+ display: flex;
7578
+ gap: 10px;
7579
+ }
7580
+ .e-data-form .e-button-left .e-btn, .e-data-form .e-button-right .e-btn, .e-data-form .e-button-center .e-btn, .e-data-form .e-button-stretch .e-btn {
7581
+ border-radius: 20px;
7582
+ padding: 7px 16px;
7583
+ }
7584
+ .e-data-form .e-button-stretch .e-btn {
7585
+ width: 100%;
7586
+ }
7587
+ .e-data-form > :first-child.e-form-layout {
7588
+ margin-top: 0;
7589
+ }
7590
+ .e-data-form .e-form-group-layout {
7591
+ display: -ms-grid;
7592
+ display: grid;
7593
+ }
7594
+
7595
+ /*! data-form theme */
7596
+ .e-data-form .e-form-label {
7597
+ color: #343a40;
7598
+ }
7599
+ .e-data-form .e-group-title {
7600
+ color: #495057;
7601
+ }
7602
+ .e-data-form .validation-message {
7603
+ color: #dc3545;
7604
+ font-size: 12px;
7605
+ font-style: italic;
7606
+ }
7607
+
7608
+ .e-tooltip-wrap.e-popup.e-error-tooltip {
7609
+ background-color: #f8d7da;
7610
+ border: #f8d7da;
7611
+ }
7612
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-tip-content .validation-message {
7613
+ color: #dc3545;
7614
+ }
7615
+ .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-outer.e-tip-top, .e-tooltip-wrap.e-popup.e-error-tooltip .e-arrow-tip .e-arrow-tip-inner.e-tip-top {
7616
+ border-bottom-color: #f8d7da;
7617
+ color: #f8d7da;
7345
7618
  }
@@ -7,3 +7,4 @@
7
7
  @import 'uploader/bootstrap5.scss';
8
8
  @import 'color-picker/bootstrap5.scss';
9
9
  @import 'rating/bootstrap5.scss';
10
+ @import 'data-form/bootstrap5.scss';
@@ -939,6 +939,18 @@
939
939
  }
940
940
  }
941
941
 
942
+ @media only screen and (max-width: 600px) {
943
+ @if $skin-name == 'material' or $skin-name == 'FluentUI' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3' {
944
+ &.e-color-picker {
945
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
946
+ }
947
+
948
+ &.e-colorpicker-popup {
949
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
950
+ }
951
+ }
952
+ }
953
+
942
954
  & .e-palette {
943
955
  & .e-tile {
944
956
  @if $skin-name == 'Material3' {
@@ -949,6 +961,14 @@
949
961
  }
950
962
  width: $cpicker-bigger-tile-size;
951
963
  }
964
+
965
+ @media only screen and (max-width: 600px) {
966
+ @if $skin-name == 'Material3' {
967
+ & .e-tile {
968
+ width: 33px !important; /* stylelint-disable-line declaration-no-important */
969
+ }
970
+ }
971
+ }
952
972
  }
953
973
 
954
974
  & .e-hsv-container {
@@ -989,6 +1009,14 @@
989
1009
  }
990
1010
  }
991
1011
 
1012
+ @media only screen and (max-width: 600px) {
1013
+ & .e-preview-container {
1014
+ @if $skin-name == 'material' or $skin-name == 'FluentUI' or $skin-name == 'tailwind' or $skin-name == 'bootstrap5' or $skin-name == 'Material3' {
1015
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
1016
+ }
1017
+ }
1018
+ }
1019
+
992
1020
  & .e-colorpicker-slider {
993
1021
  width: $cpicker-bigger-slider-container-width;
994
1022
 
@@ -1090,6 +1118,14 @@
1090
1118
  }
1091
1119
  }
1092
1120
 
1121
+ @media only screen and (max-width: 600px) {
1122
+ & .e-input-container {
1123
+ @if $skin-name == 'fabric' {
1124
+ width: 89.8%;
1125
+ }
1126
+ }
1127
+ }
1128
+
1093
1129
  & .e-css.e-value-switch-btn,
1094
1130
  & .e-mode-switch-btn {
1095
1131
  padding: $cpicker-bigger-switch-btn-padding;
@@ -535,6 +535,14 @@ body.e-colorpicker-overflow {
535
535
  .e-bigger .e-container.e-color-picker {
536
536
  width: 462px;
537
537
  }
538
+ @media only screen and (max-width: 600px) {
539
+ .e-bigger .e-container.e-color-picker {
540
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
541
+ }
542
+ .e-bigger .e-container.e-colorpicker-popup {
543
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
544
+ }
545
+ }
538
546
  .e-bigger .e-container .e-palette .e-tile {
539
547
  height: 29px;
540
548
  width: 29px;
@@ -554,6 +562,11 @@ body.e-colorpicker-overflow {
554
562
  width: 12.405%;
555
563
  top: 0;
556
564
  }
565
+ @media only screen and (max-width: 600px) {
566
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
567
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
568
+ }
569
+ }
557
570
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
558
571
  width: 82.944%;
559
572
  }
@@ -535,6 +535,14 @@ body.e-colorpicker-overflow {
535
535
  .e-bigger .e-container.e-color-picker {
536
536
  width: 462px;
537
537
  }
538
+ @media only screen and (max-width: 600px) {
539
+ .e-bigger .e-container.e-color-picker {
540
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
541
+ }
542
+ .e-bigger .e-container.e-colorpicker-popup {
543
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
544
+ }
545
+ }
538
546
  .e-bigger .e-container .e-palette .e-tile {
539
547
  height: 29px;
540
548
  width: 29px;
@@ -554,6 +562,11 @@ body.e-colorpicker-overflow {
554
562
  width: 12.405%;
555
563
  top: 0;
556
564
  }
565
+ @media only screen and (max-width: 600px) {
566
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
567
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
568
+ }
569
+ }
557
570
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
558
571
  width: 82.944%;
559
572
  }
@@ -566,6 +566,11 @@ body.e-colorpicker-overflow {
566
566
  .e-bigger .e-container .e-input-container .e-float-input.e-numeric input {
567
567
  height: 36px;
568
568
  }
569
+ @media only screen and (max-width: 600px) {
570
+ .e-bigger .e-container .e-input-container {
571
+ width: 89.8%;
572
+ }
573
+ }
569
574
  .e-bigger .e-container .e-css.e-value-switch-btn, .e-bigger .e-container .e-mode-switch-btn {
570
575
  padding: 2px 2px;
571
576
  width: 9.023%;
@@ -519,6 +519,14 @@ body.e-colorpicker-overflow {
519
519
  .e-bigger .e-container.e-color-picker {
520
520
  width: 376px;
521
521
  }
522
+ @media only screen and (max-width: 600px) {
523
+ .e-bigger .e-container.e-color-picker {
524
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
525
+ }
526
+ .e-bigger .e-container.e-colorpicker-popup {
527
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
528
+ }
529
+ }
522
530
  .e-bigger .e-container .e-palette .e-tile {
523
531
  height: 29px;
524
532
  width: 29px;
@@ -538,6 +546,11 @@ body.e-colorpicker-overflow {
538
546
  width: 12.405%;
539
547
  top: -4px;
540
548
  }
549
+ @media only screen and (max-width: 600px) {
550
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
551
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
552
+ }
553
+ }
541
554
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
542
555
  width: 82.944%;
543
556
  }
@@ -519,6 +519,14 @@ body.e-colorpicker-overflow {
519
519
  .e-bigger .e-container.e-color-picker {
520
520
  width: 376px;
521
521
  }
522
+ @media only screen and (max-width: 600px) {
523
+ .e-bigger .e-container.e-color-picker {
524
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
525
+ }
526
+ .e-bigger .e-container.e-colorpicker-popup {
527
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
528
+ }
529
+ }
522
530
  .e-bigger .e-container .e-palette .e-tile {
523
531
  height: 29px;
524
532
  width: 29px;
@@ -538,6 +546,11 @@ body.e-colorpicker-overflow {
538
546
  width: 12.405%;
539
547
  top: -4px;
540
548
  }
549
+ @media only screen and (max-width: 600px) {
550
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
551
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
552
+ }
553
+ }
541
554
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
542
555
  width: 82.944%;
543
556
  }
@@ -524,6 +524,14 @@ body.e-colorpicker-overflow {
524
524
  .e-bigger .e-container.e-color-picker {
525
525
  width: 290px;
526
526
  }
527
+ @media only screen and (max-width: 600px) {
528
+ .e-bigger .e-container.e-color-picker {
529
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
530
+ }
531
+ .e-bigger .e-container.e-colorpicker-popup {
532
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
533
+ }
534
+ }
527
535
  .e-bigger .e-container .e-palette .e-tile {
528
536
  height: 29px;
529
537
  width: 29px;
@@ -543,6 +551,11 @@ body.e-colorpicker-overflow {
543
551
  width: 12.408%;
544
552
  top: 0;
545
553
  }
554
+ @media only screen and (max-width: 600px) {
555
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
556
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
557
+ }
558
+ }
546
559
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
547
560
  width: 82.944%;
548
561
  }
@@ -638,10 +638,23 @@ body.e-colorpicker-overflow {
638
638
  height: 36px;
639
639
  width: 40px;
640
640
  }
641
+ @media only screen and (max-width: 600px) {
642
+ .e-bigger .e-container.e-color-picker {
643
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
644
+ }
645
+ .e-bigger .e-container.e-colorpicker-popup {
646
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
647
+ }
648
+ }
641
649
  .e-bigger .e-container .e-palette .e-tile {
642
650
  height: 30px;
643
651
  width: 37px;
644
652
  }
653
+ @media only screen and (max-width: 600px) {
654
+ .e-bigger .e-container .e-palette .e-tile {
655
+ width: 33px !important; /* stylelint-disable-line declaration-no-important */
656
+ }
657
+ }
645
658
  .e-bigger .e-container .e-hsv-container .e-hsv-color {
646
659
  height: 274px;
647
660
  }
@@ -657,6 +670,11 @@ body.e-colorpicker-overflow {
657
670
  width: 12.405%;
658
671
  top: 0;
659
672
  }
673
+ @media only screen and (max-width: 600px) {
674
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
675
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
676
+ }
677
+ }
660
678
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
661
679
  width: 82.944%;
662
680
  }
@@ -694,10 +694,23 @@ body.e-colorpicker-overflow {
694
694
  height: 36px;
695
695
  width: 40px;
696
696
  }
697
+ @media only screen and (max-width: 600px) {
698
+ .e-bigger .e-container.e-color-picker {
699
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
700
+ }
701
+ .e-bigger .e-container.e-colorpicker-popup {
702
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
703
+ }
704
+ }
697
705
  .e-bigger .e-container .e-palette .e-tile {
698
706
  height: 30px;
699
707
  width: 37px;
700
708
  }
709
+ @media only screen and (max-width: 600px) {
710
+ .e-bigger .e-container .e-palette .e-tile {
711
+ width: 33px !important; /* stylelint-disable-line declaration-no-important */
712
+ }
713
+ }
701
714
  .e-bigger .e-container .e-hsv-container .e-hsv-color {
702
715
  height: 274px;
703
716
  }
@@ -713,6 +726,11 @@ body.e-colorpicker-overflow {
713
726
  width: 12.405%;
714
727
  top: 0;
715
728
  }
729
+ @media only screen and (max-width: 600px) {
730
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
731
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
732
+ }
733
+ }
716
734
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
717
735
  width: 82.944%;
718
736
  }
@@ -527,6 +527,14 @@ body.e-colorpicker-overflow {
527
527
  .e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
528
528
  height: 38px;
529
529
  }
530
+ @media only screen and (max-width: 600px) {
531
+ .e-bigger .e-container.e-color-picker {
532
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
533
+ }
534
+ .e-bigger .e-container.e-colorpicker-popup {
535
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
536
+ }
537
+ }
530
538
  .e-bigger .e-container .e-palette .e-tile {
531
539
  height: 29px;
532
540
  width: 29px;
@@ -546,6 +554,11 @@ body.e-colorpicker-overflow {
546
554
  width: 12.405%;
547
555
  top: 5px;
548
556
  }
557
+ @media only screen and (max-width: 600px) {
558
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
559
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
560
+ }
561
+ }
549
562
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
550
563
  width: 82.944%;
551
564
  }
@@ -527,6 +527,14 @@ body.e-colorpicker-overflow {
527
527
  .e-bigger .e-container.e-color-picker .e-switch-ctrl-btn .e-mode-switch-btn {
528
528
  height: 38px;
529
529
  }
530
+ @media only screen and (max-width: 600px) {
531
+ .e-bigger .e-container.e-color-picker {
532
+ width: 100% !important; /* stylelint-disable-line declaration-no-important */
533
+ }
534
+ .e-bigger .e-container.e-colorpicker-popup {
535
+ width: calc(100% - 20px) !important; /* stylelint-disable-line declaration-no-important */
536
+ }
537
+ }
530
538
  .e-bigger .e-container .e-palette .e-tile {
531
539
  height: 29px;
532
540
  width: 29px;
@@ -546,6 +554,11 @@ body.e-colorpicker-overflow {
546
554
  width: 12.405%;
547
555
  top: 5px;
548
556
  }
557
+ @media only screen and (max-width: 600px) {
558
+ .e-bigger .e-container .e-slider-preview .e-preview-container {
559
+ margin-left: 4.6% !important; /* stylelint-disable-line declaration-no-important */
560
+ }
561
+ }
549
562
  .e-bigger .e-container .e-slider-preview .e-colorpicker-slider {
550
563
  width: 82.944%;
551
564
  }
@@ -0,0 +1,2 @@
1
+ @import 'layout.scss';
2
+ @import 'theme.scss';