@syncfusion/ej2-angular-calendars 20.2.50-ngcc → 20.3.47-ngcc

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 (97) hide show
  1. package/CHANGELOG.md +0 -38
  2. package/dist/ej2-angular-calendars.umd.js +1 -1
  3. package/dist/ej2-angular-calendars.umd.min.js +1 -1
  4. package/package.json +8 -8
  5. package/schematics/utils/lib-details.d.ts +2 -2
  6. package/schematics/utils/lib-details.js +2 -2
  7. package/schematics/utils/lib-details.ts +2 -2
  8. package/styles/bootstrap-dark.css +13 -184
  9. package/styles/bootstrap.css +13 -184
  10. package/styles/bootstrap4.css +13 -184
  11. package/styles/bootstrap5-dark.css +18 -186
  12. package/styles/bootstrap5.css +18 -186
  13. package/styles/calendar/bootstrap-dark.css +1 -0
  14. package/styles/calendar/bootstrap.css +1 -0
  15. package/styles/calendar/bootstrap4.css +1 -0
  16. package/styles/calendar/bootstrap5-dark.css +1 -0
  17. package/styles/calendar/bootstrap5.css +1 -0
  18. package/styles/calendar/fabric-dark.css +1 -0
  19. package/styles/calendar/fabric.css +1 -0
  20. package/styles/calendar/fluent-dark.css +1 -0
  21. package/styles/calendar/fluent.css +1 -0
  22. package/styles/calendar/highcontrast-light.css +1 -0
  23. package/styles/calendar/highcontrast.css +1 -0
  24. package/styles/calendar/material-dark.css +1 -0
  25. package/styles/calendar/material.css +1 -0
  26. package/styles/calendar/tailwind-dark.css +2 -0
  27. package/styles/calendar/tailwind.css +2 -0
  28. package/styles/datepicker/bootstrap-dark.css +3 -80
  29. package/styles/datepicker/bootstrap.css +3 -80
  30. package/styles/datepicker/bootstrap4.css +3 -80
  31. package/styles/datepicker/bootstrap5-dark.css +4 -81
  32. package/styles/datepicker/bootstrap5.css +4 -81
  33. package/styles/datepicker/fabric-dark.css +3 -80
  34. package/styles/datepicker/fabric.css +3 -80
  35. package/styles/datepicker/fluent-dark.css +4 -81
  36. package/styles/datepicker/fluent.css +4 -81
  37. package/styles/datepicker/highcontrast-light.css +3 -80
  38. package/styles/datepicker/highcontrast.css +3 -80
  39. package/styles/datepicker/material-dark.css +3 -80
  40. package/styles/datepicker/material.css +9 -3
  41. package/styles/datepicker/tailwind-dark.css +4 -81
  42. package/styles/datepicker/tailwind.css +4 -81
  43. package/styles/daterangepicker/bootstrap-dark.css +3 -104
  44. package/styles/daterangepicker/bootstrap.css +3 -104
  45. package/styles/daterangepicker/bootstrap4.css +3 -104
  46. package/styles/daterangepicker/bootstrap5-dark.css +5 -105
  47. package/styles/daterangepicker/bootstrap5.css +5 -105
  48. package/styles/daterangepicker/fabric-dark.css +3 -104
  49. package/styles/daterangepicker/fabric.css +3 -104
  50. package/styles/daterangepicker/fluent-dark.css +4 -105
  51. package/styles/daterangepicker/fluent.css +4 -105
  52. package/styles/daterangepicker/highcontrast-light.css +3 -104
  53. package/styles/daterangepicker/highcontrast.css +3 -104
  54. package/styles/daterangepicker/material-dark.css +5 -106
  55. package/styles/daterangepicker/material.css +12 -0
  56. package/styles/daterangepicker/tailwind-dark.css +5 -105
  57. package/styles/daterangepicker/tailwind.css +5 -105
  58. package/styles/datetimepicker/bootstrap-dark.css +2 -0
  59. package/styles/datetimepicker/bootstrap.css +2 -0
  60. package/styles/datetimepicker/bootstrap4.css +2 -0
  61. package/styles/datetimepicker/bootstrap5-dark.css +3 -0
  62. package/styles/datetimepicker/bootstrap5.css +3 -0
  63. package/styles/datetimepicker/fabric-dark.css +2 -0
  64. package/styles/datetimepicker/fabric.css +2 -0
  65. package/styles/datetimepicker/fluent-dark.css +3 -0
  66. package/styles/datetimepicker/fluent.css +3 -0
  67. package/styles/datetimepicker/highcontrast-light.css +2 -0
  68. package/styles/datetimepicker/highcontrast.css +2 -0
  69. package/styles/datetimepicker/material-dark.css +2 -0
  70. package/styles/datetimepicker/material.css +2 -0
  71. package/styles/datetimepicker/tailwind-dark.css +3 -0
  72. package/styles/datetimepicker/tailwind.css +3 -0
  73. package/styles/fabric-dark.css +13 -184
  74. package/styles/fabric.css +13 -186
  75. package/styles/fluent-dark.css +17 -186
  76. package/styles/fluent.css +17 -186
  77. package/styles/highcontrast-light.css +13 -184
  78. package/styles/highcontrast.css +13 -184
  79. package/styles/material-dark.css +15 -186
  80. package/styles/material.css +28 -3
  81. package/styles/tailwind-dark.css +19 -186
  82. package/styles/tailwind.css +19 -186
  83. package/styles/timepicker/bootstrap-dark.css +4 -0
  84. package/styles/timepicker/bootstrap.css +4 -0
  85. package/styles/timepicker/bootstrap4.css +4 -0
  86. package/styles/timepicker/bootstrap5-dark.css +5 -0
  87. package/styles/timepicker/bootstrap5.css +5 -0
  88. package/styles/timepicker/fabric-dark.css +4 -0
  89. package/styles/timepicker/fabric.css +4 -0
  90. package/styles/timepicker/fluent-dark.css +5 -0
  91. package/styles/timepicker/fluent.css +5 -0
  92. package/styles/timepicker/highcontrast-light.css +4 -0
  93. package/styles/timepicker/highcontrast.css +4 -0
  94. package/styles/timepicker/material-dark.css +4 -0
  95. package/styles/timepicker/material.css +4 -0
  96. package/styles/timepicker/tailwind-dark.css +5 -0
  97. package/styles/timepicker/tailwind.css +5 -0
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -645,6 +646,7 @@
645
646
  line-height: 26px;
646
647
  }
647
648
 
649
+ /* stylelint-disable */
648
650
  .e-range-overflow {
649
651
  overflow: hidden;
650
652
  }
@@ -785,6 +787,15 @@
785
787
  .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
786
788
  border-radius: 0 40% 40% 0;
787
789
  }
790
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-rtl .e-content.e-year .e-end-date.e-selected.e-range-hover {
791
+ border-radius: 40% 0 0 40%;
792
+ }
793
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-rtl .e-content.e-year .e-start-date.e-selected.e-range-hover {
794
+ border-radius: 0 40% 40% 0;
795
+ }
796
+ .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-rtl .e-content.e-month .e-end-date.e-selected.e-range-hover {
797
+ border-radius: 40% 0 0 40%;
798
+ }
788
799
  }
789
800
  .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
790
801
  width: calc(100% - 80px);
@@ -794,6 +805,7 @@
794
805
  width: calc(100% - 110px);
795
806
  }
796
807
 
808
+ /* stylelint-enable */
797
809
  /*! daterangepicker theme */
798
810
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
799
811
  color: #e3165b;
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! calendar tailwind theme variables */
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
3
4
  /*! component icons */
4
5
  .e-input-group-icon.e-range-icon,
5
6
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -630,6 +631,7 @@
630
631
  line-height: 26px;
631
632
  }
632
633
 
634
+ /* stylelint-disable */
633
635
  .e-range-overflow {
634
636
  overflow: hidden;
635
637
  }
@@ -656,13 +658,6 @@
656
658
  top: 0 !important;
657
659
  left: 0 !important;
658
660
  }
659
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
660
- min-height: 100%;
661
- min-width: 100%;
662
- height: 100%;
663
- width: 100%;
664
- }
665
-
666
661
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
667
662
  background-size: 250px 33px;
668
663
  min-height: 33px;
@@ -674,103 +669,6 @@
674
669
  min-height: 40px;
675
670
  }
676
671
 
677
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
678
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
679
- min-height: 100%;
680
- min-width: 100%;
681
- height: 100%;
682
- width: 100%;
683
- }
684
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
685
- height: 100%;
686
- }
687
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
688
- height: 78%;
689
- }
690
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
691
- height: 90%;
692
- }
693
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
694
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
695
- height: 10%;
696
- }
697
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
698
- margin: 0;
699
- }
700
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
701
- height: 90%;
702
- }
703
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
704
- height: 100%;
705
- border-spacing: 0px 30px;
706
- }
707
-
708
- @media screen and (orientation: landscape) {
709
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
710
- float: left;
711
- height: 100%;
712
- border-right: 1.5px;
713
- border-color: black;
714
- width: 40%;
715
- margin: 0;
716
- display: block;
717
- background-color: #3f51b5;
718
- }
719
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
720
- height: 100%;
721
- width: 100%;
722
- }
723
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
724
- display: block;
725
- width: 100%;
726
- text-align: -webkit-center;
727
- }
728
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
729
- display: block;
730
- width: 100%;
731
- text-align: -webkit-center;
732
- margin-top: 20%;
733
- font-size: 20px;
734
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
735
- }
736
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
737
- font-size: 20px;
738
- margin-top: 60%;
739
- color: #fff;
740
- }
741
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
742
- width: 100%;
743
- text-align: -webkit-center;
744
- margin-top: 20%;
745
- font-size: 20px;
746
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
747
- }
748
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
749
- height: 82%;
750
- }
751
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
752
- height: 80%;
753
- }
754
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
755
- border-spacing: unset;
756
- }
757
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
758
- height: 20%;
759
- }
760
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
761
- width: 100%;
762
- }
763
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
764
- display: -ms-flexbox;
765
- display: flex;
766
- }
767
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
768
- border-radius: 0 40% 40% 0;
769
- }
770
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
771
- border-radius: 0 40% 40% 0;
772
- }
773
- }
774
672
  .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
775
673
  width: calc(100% - 80px);
776
674
  }
@@ -779,6 +677,7 @@
779
677
  width: calc(100% - 110px);
780
678
  }
781
679
 
680
+ /* stylelint-enable */
782
681
  /*! daterangepicker theme */
783
682
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
784
683
  color: #fff;
@@ -913,6 +812,7 @@
913
812
  .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
914
813
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
915
814
  .e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
815
+ /* stylelint-disable property-no-vendor-prefix */
916
816
  -webkit-tap-highlight-color: transparent;
917
817
  background-color: #1f2937;
918
818
  border-color: #6b7280;
@@ -1,5 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
- /*! calendar tailwind theme variables */
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */ /*! calendar tailwind theme variables */
3
4
  /*! component icons */
4
5
  .e-input-group-icon.e-range-icon,
5
6
  *.e-control-wrapper .e-input-group-icon.e-range-icon {
@@ -630,6 +631,7 @@
630
631
  line-height: 26px;
631
632
  }
632
633
 
634
+ /* stylelint-disable */
633
635
  .e-range-overflow {
634
636
  overflow: hidden;
635
637
  }
@@ -656,13 +658,6 @@
656
658
  top: 0 !important;
657
659
  left: 0 !important;
658
660
  }
659
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand.e-control.e-lib.e-device.e-popup-open {
660
- min-height: 100%;
661
- min-width: 100%;
662
- height: 100%;
663
- width: 100%;
664
- }
665
-
666
661
  .e-content-placeholder.e-daterangepicker.e-placeholder-daterangepicker {
667
662
  background-size: 250px 33px;
668
663
  min-height: 33px;
@@ -674,103 +669,6 @@
674
669
  min-height: 40px;
675
670
  }
676
671
 
677
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar,
678
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
679
- min-height: 100%;
680
- min-width: 100%;
681
- height: 100%;
682
- width: 100%;
683
- }
684
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
685
- height: 100%;
686
- }
687
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
688
- height: 78%;
689
- }
690
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
691
- height: 90%;
692
- }
693
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header,
694
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
695
- height: 10%;
696
- }
697
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-separator {
698
- margin: 0;
699
- }
700
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
701
- height: 90%;
702
- }
703
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
704
- height: 100%;
705
- border-spacing: 0px 30px;
706
- }
707
-
708
- @media screen and (orientation: landscape) {
709
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header {
710
- float: left;
711
- height: 100%;
712
- border-right: 1.5px;
713
- border-color: black;
714
- width: 40%;
715
- margin: 0;
716
- display: block;
717
- background-color: #3f51b5;
718
- }
719
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
720
- height: 100%;
721
- width: 100%;
722
- }
723
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-start-end {
724
- display: block;
725
- width: 100%;
726
- text-align: -webkit-center;
727
- }
728
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-start-btn {
729
- display: block;
730
- width: 100%;
731
- text-align: -webkit-center;
732
- margin-top: 20%;
733
- font-size: 20px;
734
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
735
- }
736
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-day-span {
737
- font-size: 20px;
738
- margin-top: 60%;
739
- color: #fff;
740
- }
741
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-range-header .e-start-end .e-end-btn {
742
- width: 100%;
743
- text-align: -webkit-center;
744
- margin-top: 20%;
745
- font-size: 20px;
746
- box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
747
- }
748
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-container {
749
- height: 82%;
750
- }
751
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month {
752
- height: 80%;
753
- }
754
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-content.e-month table {
755
- border-spacing: unset;
756
- }
757
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-header {
758
- height: 20%;
759
- }
760
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar-holder {
761
- width: 100%;
762
- }
763
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-date-range-container {
764
- display: -ms-flexbox;
765
- display: flex;
766
- }
767
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
768
- border-radius: 0 40% 40% 0;
769
- }
770
- .e-daterangepick-mob-popup-wrap .e-daterangepicker.e-popup.e-popup-expand .e-calendar .e-end-date.e-selected.e-range-hover {
771
- border-radius: 0 40% 40% 0;
772
- }
773
- }
774
672
  .e-outline.e-float-input.e-control-wrapper label.e-float-text.e-label-bottom span.e-float-text-content.e-float-text-overflow.e-date-time-icon {
775
673
  width: calc(100% - 80px);
776
674
  }
@@ -779,6 +677,7 @@
779
677
  width: calc(100% - 110px);
780
678
  }
781
679
 
680
+ /* stylelint-enable */
782
681
  /*! daterangepicker theme */
783
682
  .e-date-range-wrapper .e-input-group-icon.e-icons.e-active {
784
683
  color: #111827;
@@ -913,6 +812,7 @@
913
812
  .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
914
813
  .e-bigger.e-small .e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover),
915
814
  .e-bigger.e-small.e-daterangepicker.e-popup .e-footer .e-cancel.e-flat:not(:hover) {
815
+ /* stylelint-disable property-no-vendor-prefix */
916
816
  -webkit-tap-highlight-color: transparent;
917
817
  background-color: #fff;
918
818
  border-color: #d1d5db;
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! component icons */
2
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
4
  content: "\e93e";
@@ -11,6 +12,7 @@
11
12
  }
12
13
 
13
14
  .e-datetime-wrapper {
15
+ /* stylelint-disable property-no-vendor-prefix */
14
16
  -webkit-tap-highlight-color: transparent;
15
17
  }
16
18
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! component icons */
2
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
4
  content: "\e93e";
@@ -11,6 +12,7 @@
11
12
  }
12
13
 
13
14
  .e-datetime-wrapper {
15
+ /* stylelint-disable property-no-vendor-prefix */
14
16
  -webkit-tap-highlight-color: transparent;
15
17
  }
16
18
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! component icons */
2
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
4
  content: "\e7c7";
@@ -11,6 +12,7 @@
11
12
  }
12
13
 
13
14
  .e-datetime-wrapper {
15
+ /* stylelint-disable property-no-vendor-prefix */
14
16
  -webkit-tap-highlight-color: transparent;
15
17
  }
16
18
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  /*! component icons */
2
4
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
5
  content: "\e705";
@@ -11,6 +13,7 @@
11
13
  }
12
14
 
13
15
  .e-datetime-wrapper {
16
+ /* stylelint-disable property-no-vendor-prefix */
14
17
  -webkit-tap-highlight-color: transparent;
15
18
  }
16
19
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  /*! component icons */
2
4
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
5
  content: "\e705";
@@ -11,6 +13,7 @@
11
13
  }
12
14
 
13
15
  .e-datetime-wrapper {
16
+ /* stylelint-disable property-no-vendor-prefix */
14
17
  -webkit-tap-highlight-color: transparent;
15
18
  }
16
19
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! component icons */
2
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
4
  content: "\e97f";
@@ -11,6 +12,7 @@
11
12
  }
12
13
 
13
14
  .e-datetime-wrapper {
15
+ /* stylelint-disable property-no-vendor-prefix */
14
16
  -webkit-tap-highlight-color: transparent;
15
17
  }
16
18
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! component icons */
2
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
4
  content: "\e97f";
@@ -11,6 +12,7 @@
11
12
  }
12
13
 
13
14
  .e-datetime-wrapper {
15
+ /* stylelint-disable property-no-vendor-prefix */
14
16
  -webkit-tap-highlight-color: transparent;
15
17
  }
16
18
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  /*! component icons */
2
4
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
5
  content: "\e705";
@@ -11,6 +13,7 @@
11
13
  }
12
14
 
13
15
  .e-datetime-wrapper {
16
+ /* stylelint-disable property-no-vendor-prefix */
14
17
  -webkit-tap-highlight-color: transparent;
15
18
  }
16
19
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,5 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
2
+ /* stylelint-disable-line no-empty-source */
1
3
  /*! component icons */
2
4
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
5
  content: "\e705";
@@ -11,6 +13,7 @@
11
13
  }
12
14
 
13
15
  .e-datetime-wrapper {
16
+ /* stylelint-disable property-no-vendor-prefix */
14
17
  -webkit-tap-highlight-color: transparent;
15
18
  }
16
19
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! component icons */
2
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
4
  content: "\e97f";
@@ -11,6 +12,7 @@
11
12
  }
12
13
 
13
14
  .e-datetime-wrapper {
15
+ /* stylelint-disable property-no-vendor-prefix */
14
16
  -webkit-tap-highlight-color: transparent;
15
17
  }
16
18
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,3 +1,4 @@
1
+ /* stylelint-disable property-no-vendor-prefix */
1
2
  /*! component icons */
2
3
  .e-datetime-wrapper .e-time-icon.e-icons::before {
3
4
  content: "\e97f";
@@ -11,6 +12,7 @@
11
12
  }
12
13
 
13
14
  .e-datetime-wrapper {
15
+ /* stylelint-disable property-no-vendor-prefix */
14
16
  -webkit-tap-highlight-color: transparent;
15
17
  }
16
18
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -58,6 +59,7 @@
58
59
  }
59
60
 
60
61
  .e-datetime-wrapper {
62
+ /* stylelint-disable property-no-vendor-prefix */
61
63
  -webkit-tap-highlight-color: transparent;
62
64
  }
63
65
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,4 +1,5 @@
1
1
  @import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
2
+ /* stylelint-disable property-no-vendor-prefix */
2
3
  @keyframes e-input-ripple {
3
4
  100% {
4
5
  opacity: 0;
@@ -75,6 +76,7 @@
75
76
  }
76
77
 
77
78
  .e-datetime-wrapper {
79
+ /* stylelint-disable property-no-vendor-prefix */
78
80
  -webkit-tap-highlight-color: transparent;
79
81
  }
80
82
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,4 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */
2
4
  /*! component icons */
3
5
  .e-datetime-wrapper .e-time-icon.e-icons::before {
4
6
  content: "\e705";
@@ -12,6 +14,7 @@
12
14
  }
13
15
 
14
16
  .e-datetime-wrapper {
17
+ /* stylelint-disable property-no-vendor-prefix */
15
18
  -webkit-tap-highlight-color: transparent;
16
19
  }
17
20
  .e-datetime-wrapper .e-time-icon.e-icons::before {
@@ -1,4 +1,6 @@
1
1
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
2
+ /* stylelint-disable property-no-vendor-prefix */
3
+ /* stylelint-disable-line no-empty-source */
2
4
  /*! component icons */
3
5
  .e-datetime-wrapper .e-time-icon.e-icons::before {
4
6
  content: "\e705";
@@ -12,6 +14,7 @@
12
14
  }
13
15
 
14
16
  .e-datetime-wrapper {
17
+ /* stylelint-disable property-no-vendor-prefix */
15
18
  -webkit-tap-highlight-color: transparent;
16
19
  }
17
20
  .e-datetime-wrapper .e-time-icon.e-icons::before {