@syncfusion/ej2-angular-calendars 20.4.54 → 21.1.35
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/README.md +94 -83
- package/package.json +9 -9
- package/schematics/utils/lib-details.d.ts +2 -2
- package/schematics/utils/lib-details.js +2 -2
- package/schematics/utils/lib-details.ts +2 -2
- package/styles/bootstrap-dark.css +13 -12
- package/styles/bootstrap.css +13 -7
- package/styles/bootstrap4.css +7 -5
- package/styles/bootstrap5-dark.css +21 -19
- package/styles/bootstrap5.css +19 -17
- package/styles/calendar/_bootstrap-dark-definition.scss +1 -1
- package/styles/calendar/_bootstrap5-definition.scss +21 -21
- package/styles/calendar/_fabric-dark-definition.scss +5 -3
- package/styles/calendar/_fabric-definition.scss +2 -0
- package/styles/calendar/_fluent-definition.scss +36 -36
- package/styles/calendar/_highcontrast-definition.scss +3 -1
- package/styles/calendar/_highcontrast-light-definition.scss +2 -0
- package/styles/calendar/_layout.scss +53 -6
- package/styles/calendar/_material-dark-definition.scss +4 -2
- package/styles/calendar/_material-definition.scss +2 -0
- package/styles/calendar/_tailwind-definition.scss +13 -13
- package/styles/calendar/_theme.scss +74 -13
- package/styles/calendar/bootstrap-dark.css +4 -3
- package/styles/calendar/bootstrap.css +3 -2
- package/styles/calendar/bootstrap4.css +3 -2
- package/styles/calendar/bootstrap5-dark.css +14 -13
- package/styles/calendar/bootstrap5.css +13 -12
- package/styles/calendar/fabric-dark.css +15 -5
- package/styles/calendar/fabric.css +12 -2
- package/styles/calendar/fluent-dark.css +51 -28
- package/styles/calendar/fluent.css +51 -28
- package/styles/calendar/highcontrast-light.css +3 -2
- package/styles/calendar/highcontrast.css +14 -4
- package/styles/calendar/icons/_material3.scss +3 -3
- package/styles/calendar/material-dark.css +14 -4
- package/styles/calendar/material.css +12 -2
- package/styles/calendar/tailwind-dark.css +11 -10
- package/styles/calendar/tailwind.css +11 -10
- package/styles/datepicker/_bootstrap-dark-definition.scss +1 -1
- package/styles/datepicker/_bootstrap-definition.scss +1 -1
- package/styles/datepicker/_bootstrap5-definition.scss +8 -8
- package/styles/datepicker/_fabric-dark-definition.scss +1 -1
- package/styles/datepicker/_fabric-definition.scss +1 -1
- package/styles/datepicker/_fluent-definition.scss +8 -8
- package/styles/datepicker/_fusionnew-definition.scss +2 -2
- package/styles/datepicker/_highcontrast-definition.scss +1 -1
- package/styles/datepicker/_highcontrast-light-definition.scss +1 -1
- package/styles/datepicker/_layout.scss +16 -6
- package/styles/datepicker/_material-dark-definition.scss +1 -1
- package/styles/datepicker/_material-definition.scss +1 -1
- package/styles/datepicker/_tailwind-definition.scss +8 -8
- package/styles/datepicker/_theme.scss +11 -1
- package/styles/datepicker/bootstrap-dark.css +1 -1
- package/styles/datepicker/bootstrap.css +1 -1
- package/styles/datepicker/bootstrap5-dark.css +2 -2
- package/styles/datepicker/bootstrap5.css +2 -2
- package/styles/datepicker/fabric-dark.css +1 -1
- package/styles/datepicker/fabric.css +1 -1
- package/styles/datepicker/fluent-dark.css +2 -2
- package/styles/datepicker/fluent.css +2 -2
- package/styles/datepicker/highcontrast-light.css +1 -1
- package/styles/datepicker/highcontrast.css +1 -1
- package/styles/datepicker/icons/_material3.scss +3 -3
- package/styles/datepicker/material-dark.css +1 -1
- package/styles/datepicker/material.css +1 -1
- package/styles/datepicker/tailwind-dark.css +2 -2
- package/styles/datepicker/tailwind.css +2 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +6 -6
- package/styles/daterangepicker/_bootstrap-definition.scss +2 -2
- package/styles/daterangepicker/_bootstrap4-definition.scss +2 -2
- package/styles/daterangepicker/_bootstrap5-definition.scss +21 -21
- package/styles/daterangepicker/_fabric-dark-definition.scss +2 -2
- package/styles/daterangepicker/_fabric-definition.scss +2 -2
- package/styles/daterangepicker/_fluent-definition.scss +27 -27
- package/styles/daterangepicker/_highcontrast-definition.scss +2 -2
- package/styles/daterangepicker/_highcontrast-light-definition.scss +2 -2
- package/styles/daterangepicker/_layout.scss +50 -3
- package/styles/daterangepicker/_material-dark-definition.scss +2 -2
- package/styles/daterangepicker/_material-definition.scss +2 -2
- package/styles/daterangepicker/_tailwind-definition.scss +19 -19
- package/styles/daterangepicker/_theme.scss +93 -15
- package/styles/daterangepicker/bootstrap-dark.css +6 -6
- package/styles/daterangepicker/bootstrap.css +7 -2
- package/styles/daterangepicker/bootstrap4.css +3 -2
- package/styles/daterangepicker/bootstrap5-dark.css +5 -4
- package/styles/daterangepicker/bootstrap5.css +4 -3
- package/styles/daterangepicker/fabric-dark.css +2 -2
- package/styles/daterangepicker/fabric.css +2 -2
- package/styles/daterangepicker/fluent-dark.css +33 -9
- package/styles/daterangepicker/fluent.css +33 -9
- package/styles/daterangepicker/highcontrast-light.css +2 -2
- package/styles/daterangepicker/highcontrast.css +2 -2
- package/styles/daterangepicker/icons/_material3.scss +33 -6
- package/styles/daterangepicker/material-dark.css +2 -2
- package/styles/daterangepicker/material.css +9 -3
- package/styles/daterangepicker/tailwind-dark.css +2 -2
- package/styles/daterangepicker/tailwind.css +2 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +1 -1
- package/styles/datetimepicker/_bootstrap-definition.scss +1 -1
- package/styles/datetimepicker/_bootstrap4-definition.scss +1 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +1 -1
- package/styles/datetimepicker/_fabric-dark-definition.scss +1 -1
- package/styles/datetimepicker/_fabric-definition.scss +1 -1
- package/styles/datetimepicker/_fluent-definition.scss +1 -1
- package/styles/datetimepicker/_highcontrast-definition.scss +1 -1
- package/styles/datetimepicker/_highcontrast-light-definition.scss +1 -1
- package/styles/datetimepicker/_layout.scss +8 -3
- package/styles/datetimepicker/_material-dark-definition.scss +1 -1
- package/styles/datetimepicker/_material-definition.scss +1 -1
- package/styles/datetimepicker/_tailwind-definition.scss +1 -1
- package/styles/datetimepicker/_theme.scss +24 -4
- package/styles/datetimepicker/bootstrap-dark.css +1 -1
- package/styles/datetimepicker/bootstrap.css +1 -1
- package/styles/datetimepicker/bootstrap4.css +1 -1
- package/styles/datetimepicker/fabric-dark.css +1 -1
- package/styles/datetimepicker/fabric.css +1 -1
- package/styles/datetimepicker/highcontrast-light.css +1 -1
- package/styles/datetimepicker/highcontrast.css +1 -1
- package/styles/datetimepicker/icons/_material3.scss +1 -1
- package/styles/datetimepicker/material-dark.css +1 -1
- package/styles/datetimepicker/material.css +1 -1
- package/styles/fabric-dark.css +20 -10
- package/styles/fabric.css +20 -8
- package/styles/fluent-dark.css +86 -39
- package/styles/fluent.css +86 -39
- package/styles/highcontrast-light.css +8 -7
- package/styles/highcontrast.css +19 -9
- package/styles/material-dark.css +19 -9
- package/styles/material.css +24 -8
- package/styles/tailwind-dark.css +15 -14
- package/styles/tailwind.css +15 -14
- package/styles/timepicker/_bootstrap-dark-definition.scss +2 -1
- package/styles/timepicker/_bootstrap-definition.scss +2 -1
- package/styles/timepicker/_bootstrap4-definition.scss +1 -0
- package/styles/timepicker/_bootstrap5-definition.scss +6 -5
- package/styles/timepicker/_fabric-dark-definition.scss +2 -1
- package/styles/timepicker/_fabric-definition.scss +2 -1
- package/styles/timepicker/_fluent-definition.scss +6 -5
- package/styles/timepicker/_fusionnew-definition.scss +1 -0
- package/styles/timepicker/_highcontrast-definition.scss +2 -1
- package/styles/timepicker/_highcontrast-light-definition.scss +2 -1
- package/styles/timepicker/_layout.scss +11 -3
- package/styles/timepicker/_material-dark-definition.scss +2 -1
- package/styles/timepicker/_material-definition.scss +2 -1
- package/styles/timepicker/_tailwind-definition.scss +6 -5
- package/styles/timepicker/_theme.scss +36 -6
- package/styles/timepicker/bootstrap-dark.css +1 -1
- package/styles/timepicker/bootstrap.css +1 -1
- package/styles/timepicker/fabric-dark.css +1 -1
- package/styles/timepicker/fabric.css +1 -1
- package/styles/timepicker/highcontrast-light.css +1 -1
- package/styles/timepicker/highcontrast.css +1 -1
- package/styles/timepicker/icons/_material3.scss +1 -1
- package/styles/timepicker/material-dark.css +1 -1
- package/styles/timepicker/material.css +1 -1
- package/styles/calendar/_material3-definition.scss +0 -250
- package/styles/datepicker/_material3-definition.scss +0 -46
- package/styles/daterangepicker/_material3-definition.scss +0 -230
- package/styles/datetimepicker/_material3-definition.scss +0 -60
- package/styles/timepicker/_material3-definition.scss +0 -57
package/README.md
CHANGED
|
@@ -1,36 +1,24 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Angular Calendars Components
|
|
2
2
|
|
|
3
|
-
The calendar package contains date and time components such as calendar, date picker, date range picker, date time picker, and time picker. These components come with options to disable dates, restrict selection, and show custom events.
|
|
3
|
+
The [Angular Calendars](https://www.syncfusion.com/angular-components/angular-calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) package contains date and time components such as calendar, date picker, date range picker, date time picker, and time picker. These components come with options to disable dates, restrict selection, and show custom events.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
<img src="https://ej2.syncfusion.com/products/images/calendar/readme.gif" alt="Calendar components">
|
|
7
|
-
</p>
|
|
8
|
-
|
|
9
|
-
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component is subject to the terms and conditions of Syncfusion's EULA (https://www.syncfusion.com/eula/es/). To acquire a license, you can purchase one at https://www.syncfusion.com/sales/products or start a free 30-day trial here (https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
10
|
-
|
|
11
|
-
> A free community license (https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
12
|
-
|
|
13
|
-
## Setup
|
|
5
|
+
## What's Included in the Angular Calendars Package
|
|
14
6
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
```sh
|
|
18
|
-
npm install @syncfusion/ej2-angular-calendars
|
|
19
|
-
```
|
|
7
|
+
The [Angular Calendars](https://www.syncfusion.com/angular-components/angular-calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) package includes the following list of components.
|
|
20
8
|
|
|
21
|
-
|
|
9
|
+
### Angular Calendar
|
|
22
10
|
|
|
23
|
-
|
|
11
|
+
The [Angular Calendar](https://www.syncfusion.com/angular-components/angular-calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) component is a graphical user interface component that displays a Gregorian or Islamic Calendar and allows selection of a date.
|
|
24
12
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
### Calendar
|
|
13
|
+
<p align="center">
|
|
14
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/calendar/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Getting Started</a> .
|
|
15
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/calendar/default">Online demos</a> .
|
|
16
|
+
<a href="https://www.syncfusion.com/angular-components/angular-calendar?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Learn more</a>
|
|
17
|
+
</p>
|
|
32
18
|
|
|
33
|
-
|
|
19
|
+
<p align="center">
|
|
20
|
+
<img alt="Angular Calendar Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-calendar.png">
|
|
21
|
+
</p>
|
|
34
22
|
|
|
35
23
|
#### Key features
|
|
36
24
|
|
|
@@ -44,34 +32,42 @@ The `calendar` is a graphical user interface component that displays a Gregorian
|
|
|
44
32
|
* [Highlight weekends](https://ej2.syncfusion.com/angular/documentation/calendar/customization#highlight-weekends) - The calendar supports to highlighting every weekend in a month.
|
|
45
33
|
* [Globalization](https://ej2.syncfusion.com/angular/documentation/calendar/globalization#globalization) - Supports globalization (internationalization and localization) to translate the names of months, days, and the today button text to any supported language.
|
|
46
34
|
|
|
47
|
-
|
|
35
|
+
### Angular DatePicker
|
|
48
36
|
|
|
49
|
-
|
|
50
|
-
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/calendar?utm_source=npm&utm_campaign=calendar)
|
|
51
|
-
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=calendar#/material/calendar/default)
|
|
52
|
-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/calendar)
|
|
37
|
+
The [Angular DatePicker](https://www.syncfusion.com/angular-components/angular-datepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) component is a graphical user interface component that allows selection or entry of a date value.
|
|
53
38
|
|
|
54
|
-
|
|
39
|
+
<p align="center">
|
|
40
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/datepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Getting Started</a> .
|
|
41
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/datepicker/default">Online demos</a> .
|
|
42
|
+
<a href="https://www.syncfusion.com/angular-components/angular-datepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Learn more</a>
|
|
43
|
+
</p>
|
|
55
44
|
|
|
56
|
-
|
|
45
|
+
<p align="center">
|
|
46
|
+
<img alt="Angular DatePicker Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-datepicker.png">
|
|
47
|
+
</p>
|
|
57
48
|
|
|
58
49
|
#### Key features
|
|
59
50
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
* [
|
|
63
|
-
* [
|
|
51
|
+
* [Placeholders](https://ej2.syncfusion.com/angular/documentation/datepicker/how-to/disable-placeholder-readonly?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Placeholder is a hint text that is displayed in the DatePicker; it is used to indicate the format of the date that the user should enter, such as mm/dd/yyyy or dd/mm/yyyy.
|
|
52
|
+
* [Mask date input](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/datepicker/input-mask) - The mask date input restricts the user from typing unwanted characters in the text input, allowing only eligible date format to be typed.
|
|
53
|
+
* [Disabled date](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/datepicker/disabled) - To disable a specific date in the picker calendar and restrict it from being set or selected in the DatePicker.
|
|
54
|
+
* [Date format](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/datepicker/date-format) - The DatePicker control’s input value can be custom formatted apart from the default culture’s specific date format.
|
|
55
|
+
* [Incomplete date validation](https://ej2.syncfusion.com/angular/documentation/datepicker/strict-mode?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - The strictMode is an act that allows entry only of valid dates within the specified min or max range in a text box.
|
|
56
|
+
* [Globalization](https://ej2.syncfusion.com/angular/documentation/datepicker/globalization?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) - Support globalization (also known as internationalization and localization) to allow you to translate the names of months, days, and other text elements in the calendar to any supported language. This can be useful in cases where you want to display the calendar in a language other than the default language.
|
|
64
57
|
|
|
65
|
-
|
|
58
|
+
### Angular TimePicker
|
|
66
59
|
|
|
67
|
-
|
|
68
|
-
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/datepicker?utm_source=npm&utm_campaign=datepicker)
|
|
69
|
-
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datepicker#/material/datepicker/default)
|
|
70
|
-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/datepicker)
|
|
60
|
+
The [Angular TimePicker](https://www.syncfusion.com/angular-components/angular-timepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) component is a simple and intuitive interface component that allows selection of a time value from the popup list or setting a desired time value.
|
|
71
61
|
|
|
72
|
-
|
|
62
|
+
<p align="center">
|
|
63
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/timepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Getting Started</a> .
|
|
64
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/timepicker/default">Online demos</a> .
|
|
65
|
+
<a href="https://www.syncfusion.com/angular-components/angular-timepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Learn more</a>
|
|
66
|
+
</p>
|
|
73
67
|
|
|
74
|
-
|
|
68
|
+
<p align="center">
|
|
69
|
+
<img alt="Angular TimePicker Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-timepicker.png">
|
|
70
|
+
</p>
|
|
75
71
|
|
|
76
72
|
#### Key features
|
|
77
73
|
|
|
@@ -82,36 +78,42 @@ The date picker is inherited from the calendar component. So, all the key featur
|
|
|
82
78
|
* [Time intervals](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=timepicker#/material/timepicker/list-formatting) - Allows populating the time list with intervals between the times in the popup list to enable selection of proper time value.
|
|
83
79
|
* [Customization](https://ej2.syncfusion.com/angular/documentation/timepicker/how-to/css-customization#css-customization) - The appearance of the time picker can be customized completely.
|
|
84
80
|
* [Time list with duration](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=timepicker#/material/timepicker/list-formatting) - Supports customization of the control’s popup list items with time duration.
|
|
81
|
+
* [Mask time input](https://ej2.syncfusion.com/angular/demos/#/material/timepicker/input-mask) - The mask time input restricts the user from typing unwanted characters in the text input, allowing only eligible time format to be typed.
|
|
85
82
|
* [Globalization](https://ej2.syncfusion.com/angular/documentation/timepicker/globalization#globalization) - Supports globalization (internationalization and localization) to update time popup list values to match any specified culture.
|
|
86
83
|
|
|
87
|
-
|
|
84
|
+
### Angular DateTimePicker
|
|
88
85
|
|
|
89
|
-
|
|
90
|
-
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/timepicker?utm_source=npm&utm_campaign=timepicker)
|
|
91
|
-
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=timepicker#/material/timepicker/default)
|
|
92
|
-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/timepicker)
|
|
86
|
+
The [Angular DateTimePicker](https://www.syncfusion.com/angular-components/angular-datetime-picker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) component is a graphical user interface component that allows an end user to enter or select a date and time values from a pop-up calendar and time list pop-up.
|
|
93
87
|
|
|
94
|
-
|
|
88
|
+
<p align="center">
|
|
89
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/datetimepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Getting Started</a> .
|
|
90
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/datetimepicker/default">Online demos</a> .
|
|
91
|
+
<a href="https://www.syncfusion.com/angular-components/angular-datetime-picker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Learn more</a>
|
|
92
|
+
</p>
|
|
95
93
|
|
|
96
|
-
|
|
94
|
+
<p align="center">
|
|
95
|
+
<img alt="Angular DateTimePicker Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-datetimepicker.png">
|
|
96
|
+
</p>
|
|
97
97
|
|
|
98
98
|
#### Key features
|
|
99
99
|
|
|
100
|
-
The date time picker is inherited from the date picker and time picker component. So, all the key features of the date picker and time picker component can be accessed in the date time picker component. Additionally, it has some specific features such as `Date time range` and `Date time format`, which are described below.
|
|
101
|
-
|
|
102
100
|
* [Date time range](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/material/datetimepicker/range) - Restricts the entry or selection of values within a specific range of dates and times by using `min` and `max` properties.
|
|
103
101
|
* [Date time format](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/material/datetimepicker/date-time-format) - The control’s input value can be custom formatted apart from the default culture’s specific date time format.
|
|
102
|
+
* [Mask date time input](https://ej2.syncfusion.com/angular/demos/#/material/datetimepicker/input-mask) - The mask date time input restricts the user from typing unwanted characters in the text input, allowing only eligible date and time format to be typed.
|
|
104
103
|
|
|
105
|
-
|
|
104
|
+
### Angular DateRangePicker
|
|
106
105
|
|
|
107
|
-
|
|
108
|
-
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/datetimepicker?utm_source=npm&utm_campaign=datetimepicker)
|
|
109
|
-
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=datetimepicker#/material/datetimepicker/default)
|
|
110
|
-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/datetimepicker)
|
|
106
|
+
The [Angular DateRangePicker](https://www.syncfusion.com/angular-components/angular-daterangepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm) component is a graphical user interface control that allows an end user to select start and end date values as a range from a calendar pop-up or by entering the value directly in the input element.
|
|
111
107
|
|
|
112
|
-
|
|
108
|
+
<p align="center">
|
|
109
|
+
<a href="https://ej2.syncfusion.com/angular/documentation/daterangepicker/getting-started/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Getting Started</a> .
|
|
110
|
+
<a href="https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm#/material/daterangepicker/default">Online demos</a> .
|
|
111
|
+
<a href="https://www.syncfusion.com/angular-components/angular-daterangepicker?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm">Learn more</a>
|
|
112
|
+
</p>
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
<p align="center">
|
|
115
|
+
<img alt="Angular DateRangePicker Component" src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/angular/angular-daterangepicker.png">
|
|
116
|
+
</p>
|
|
115
117
|
|
|
116
118
|
#### Key features
|
|
117
119
|
|
|
@@ -124,45 +126,54 @@ The `date range picker` is a graphical user interface control that allows an end
|
|
|
124
126
|
* [Format](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=daterangepicker#/material/daterangepicker/date-format) - The control’s input value can be custom formatted apart from the default culture’s specific date range format.
|
|
125
127
|
* [Globalization](https://ej2.syncfusion.com/angular/documentation/daterangepicker/globalization#globalization) - Supports globalization (internationalization and localization) to translate the names of months, days, and button text to any supported language.
|
|
126
128
|
|
|
127
|
-
|
|
129
|
+
<p align="center">
|
|
130
|
+
Trusted by the world's leading companies
|
|
131
|
+
<a href="https://www.syncfusion.com/">
|
|
132
|
+
<img src="https://raw.githubusercontent.com/SyncfusionExamples/nuget-img/master/syncfusion/syncfusion-trusted-companies.webp" alt="Syncfusion logo">
|
|
133
|
+
</a>
|
|
134
|
+
</p>
|
|
128
135
|
|
|
129
|
-
|
|
130
|
-
* [API reference](https://ej2.syncfusion.com/angular/documentation/api/daterangepicker?utm_source=npm&utm_campaign=daterangepicker)
|
|
131
|
-
* [View online demos](https://ej2.syncfusion.com/angular/demos/?utm_source=npm&utm_campaign=daterangepicker#/material/daterangepicker/default)
|
|
132
|
-
* [Product page](https://www.syncfusion.com/products/angular-ui-components/daterangepicker)
|
|
136
|
+
## Setup
|
|
133
137
|
|
|
134
|
-
|
|
138
|
+
To install `calendars` and its dependent packages, use the following command.
|
|
135
139
|
|
|
136
|
-
|
|
140
|
+
```sh
|
|
141
|
+
npm install @syncfusion/ej2-angular-calendars
|
|
142
|
+
```
|
|
137
143
|
|
|
138
|
-
|
|
139
|
-
* [VueJS](https://github.com/syncfusion/ej2-vue-ui-components/tree/master/components/calendars?utm_source=npm&utm_campaign=calendars)
|
|
140
|
-
* [ASP.NET Core](https://www.syncfusion.com/products/aspnet-core-ui-controls/calendar)
|
|
141
|
-
* [ASP.NET MVC](https://www.syncfusion.com/products/aspnet-mvc-ui-controls/calendar)
|
|
142
|
-
* [JavaScript](https://www.syncfusion.com/products/javascript-ui-controls/calendar)
|
|
144
|
+
## Supported frameworks
|
|
143
145
|
|
|
144
|
-
|
|
146
|
+
Calendar components are also offered in the following list of frameworks.
|
|
145
147
|
|
|
146
|
-
|
|
148
|
+
| [<img src="https://ej2.syncfusion.com/github/images/js.svg" height="50" />](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github)<br/> [JavaScript](https://www.syncfusion.com/javascript-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/react.svg" height="50" />](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github)<br/> [React](https://www.syncfusion.com/react-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/vue.svg" height="50" />](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github)<br/> [Vue](https://www.syncfusion.com/vue-ui-components?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netcore.svg" height="50" />](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET Core](https://www.syncfusion.com/aspnet-core-ui-controls?utm_medium=listing&utm_source=github) | [<img src="https://ej2.syncfusion.com/github/images/netmvc.svg" height="50" />](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github)<br/> [ASP.NET MVC](https://www.syncfusion.com/aspnet-mvc-ui-controls?utm_medium=listing&utm_source=github) |
|
|
149
|
+
| :-----: | :-----: | :-----: | :-----: | :-----: |
|
|
147
150
|
|
|
148
|
-
|
|
151
|
+
## Showcase samples
|
|
149
152
|
|
|
150
|
-
|
|
153
|
+
* Expanse Tracker - [Source](https://github.com/syncfusion/ej2-showcase-angular-expensetracker), [Live Demo](https://ej2.syncfusion.com/showcase/angular/expensetracker/#/dashboard?utm_source=npm&utm_campaign=daterangepicker)
|
|
154
|
+
* Loan calculator - [Source](https://github.com/syncfusion/ej2-showcase-angular-loancalculator), [Live Demo](https://ej2.syncfusion.com/showcase/angular/loancalculator/?utm_source=npm&utm_campaign=datepicker)
|
|
155
|
+
* Stock chart - [Live Demo](https://ej2.syncfusion.com/showcase/angular/stockchart/#/stockChart?utm_source=npm&utm_campaign=daterangepicker)
|
|
151
156
|
|
|
152
157
|
## Support
|
|
153
158
|
|
|
154
159
|
Product support is available through the following mediums.
|
|
155
160
|
|
|
156
|
-
*
|
|
157
|
-
*
|
|
158
|
-
*
|
|
161
|
+
* [Support ticket](https://support.syncfusion.com/support/tickets/create) - Guaranteed Response in 24 hours | Unlimited tickets | Holiday support
|
|
162
|
+
* [Community forum](https://www.syncfusion.com/forums/essential-js2?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
|
|
163
|
+
* [GitHub issues](https://github.com/syncfusion/ej2-angular-ui-components/issues/new)
|
|
164
|
+
* [Request feature or report bug](https://www.syncfusion.com/feedback/angular?utm_source=npm&utm_medium=listing&utm_campaign=angular-calendar-npm)
|
|
165
|
+
* Live chat
|
|
159
166
|
|
|
160
|
-
##
|
|
167
|
+
## Changelog
|
|
161
168
|
|
|
162
|
-
Check the
|
|
169
|
+
Check the changelog [here](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/components/calendars/CHANGELOG.md). Get minor improvements and bug fixes every week to stay up to date with frequent updates.
|
|
163
170
|
|
|
164
|
-
##
|
|
171
|
+
## License and copyright
|
|
172
|
+
|
|
173
|
+
> This is a commercial product and requires a paid license for possession or use. Syncfusion’s licensed software, including this component, is subject to the terms and conditions of Syncfusion's [EULA](https://www.syncfusion.com/eula/es/). To acquire a license for 80+ [Angular UI components](https://www.syncfusion.com/angular-components), you can [purchase](https://www.syncfusion.com/sales/products) or [start a free 30-day trial](https://www.syncfusion.com/account/manage-trials/start-trials).
|
|
174
|
+
|
|
175
|
+
> A free community [license](https://www.syncfusion.com/products/communitylicense) is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
|
|
165
176
|
|
|
166
|
-
|
|
177
|
+
See [LICENSE FILE](https://github.com/syncfusion/ej2-angular-ui-components/blob/master/license) for more info.
|
|
167
178
|
|
|
168
179
|
© Copyright 2023 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_from": "@syncfusion/ej2-angular-calendars@*",
|
|
3
|
-
"_id": "@syncfusion/ej2-angular-calendars@
|
|
3
|
+
"_id": "@syncfusion/ej2-angular-calendars@18.30.15",
|
|
4
4
|
"_inBundle": false,
|
|
5
|
-
"_integrity": "sha512-
|
|
5
|
+
"_integrity": "sha512-ajyjRI/PEzWWBeWJPRNd4I4RW1S9cqrwynXY4Kn3yaKiqjvaFpbobZBd7IbvUb0PdWlUabm+FCM01d1rJdbjBQ==",
|
|
6
6
|
"_location": "/@syncfusion/ej2-angular-calendars",
|
|
7
7
|
"_phantomChildren": {},
|
|
8
8
|
"_requested": {
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"_requiredBy": [
|
|
20
20
|
"/"
|
|
21
21
|
],
|
|
22
|
-
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-
|
|
23
|
-
"_shasum": "
|
|
22
|
+
"_resolved": "https://nexus.syncfusion.com/repository/ej2-angular-release/@syncfusion/ej2-angular-calendars/-/ej2-angular-calendars-18.30.15.tgz",
|
|
23
|
+
"_shasum": "4e426982512fb1e491238ffa70fcbaae7ba4b3a7",
|
|
24
24
|
"_spec": "@syncfusion/ej2-angular-calendars@*",
|
|
25
|
-
"_where": "/jenkins/workspace/
|
|
25
|
+
"_where": "/jenkins/workspace/elease-automation_release_21.1.1/ivypackages/included",
|
|
26
26
|
"author": {
|
|
27
27
|
"name": "Syncfusion Inc."
|
|
28
28
|
},
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"bundleDependencies": false,
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@syncfusion/ej2-angular-base": "~
|
|
35
|
-
"@syncfusion/ej2-base": "~
|
|
36
|
-
"@syncfusion/ej2-calendars": "
|
|
34
|
+
"@syncfusion/ej2-angular-base": "~21.1.35",
|
|
35
|
+
"@syncfusion/ej2-base": "~21.1.35",
|
|
36
|
+
"@syncfusion/ej2-calendars": "21.1.35",
|
|
37
37
|
"tslib": "^2.3.0"
|
|
38
38
|
},
|
|
39
39
|
"deprecated": false,
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"schematics": "./schematics/collection.json",
|
|
73
73
|
"sideEffects": false,
|
|
74
74
|
"typings": "syncfusion-ej2-angular-calendars.d.ts",
|
|
75
|
-
"version": "
|
|
75
|
+
"version": "21.1.35"
|
|
76
76
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export declare const pkgName = "@syncfusion/ej2-angular-calendars";
|
|
2
|
-
export declare const pkgVer = "^
|
|
2
|
+
export declare const pkgVer = "^18.30.15";
|
|
3
3
|
export declare const moduleName = "CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule";
|
|
4
|
-
export declare const themeVer = "~
|
|
4
|
+
export declare const themeVer = "~18.30.15";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pkgName = '@syncfusion/ej2-angular-calendars';
|
|
4
|
-
exports.pkgVer = '^
|
|
4
|
+
exports.pkgVer = '^21.1.35';
|
|
5
5
|
exports.moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
6
|
-
exports.themeVer = '~
|
|
6
|
+
exports.themeVer = '~21.1.35';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export const pkgName = '@syncfusion/ej2-angular-calendars';
|
|
2
|
-
export const pkgVer = '^
|
|
2
|
+
export const pkgVer = '^21.1.35';
|
|
3
3
|
export const moduleName = 'CalendarModule, DatePickerModule, TimePickerModule, DateRangePickerModule, DateTimePickerModule';
|
|
4
|
-
export const themeVer = '~
|
|
4
|
+
export const themeVer = '~21.1.35';
|
|
@@ -344,7 +344,7 @@ ejs-calendar {
|
|
|
344
344
|
}
|
|
345
345
|
.e-calendar .e-footer-container,
|
|
346
346
|
.e-bigger.e-small .e-calendar .e-footer-container {
|
|
347
|
-
background-color:
|
|
347
|
+
background-color: transparent;
|
|
348
348
|
border-top: none;
|
|
349
349
|
cursor: default;
|
|
350
350
|
display: inline-block;
|
|
@@ -509,10 +509,11 @@ ejs-calendar {
|
|
|
509
509
|
.e-small .e-calendar .e-header {
|
|
510
510
|
height: 32px;
|
|
511
511
|
}
|
|
512
|
-
.e-small.e-calendar .e-header span,
|
|
513
|
-
.e-small .e-calendar .e-header span {
|
|
512
|
+
.e-small.e-calendar .e-header button span,
|
|
513
|
+
.e-small .e-calendar .e-header button span {
|
|
514
514
|
font-size: 12px;
|
|
515
515
|
padding: 6px;
|
|
516
|
+
line-height: 14px;
|
|
516
517
|
}
|
|
517
518
|
.e-small.e-calendar .e-header .e-title,
|
|
518
519
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -898,7 +899,7 @@ ejs-calendar {
|
|
|
898
899
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
899
900
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
900
901
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
901
|
-
font-size:
|
|
902
|
+
font-size: 18px;
|
|
902
903
|
}
|
|
903
904
|
|
|
904
905
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1051,7 +1052,7 @@ ejs-calendar {
|
|
|
1051
1052
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1052
1053
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1053
1054
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1054
|
-
font-size:
|
|
1055
|
+
font-size: 18px;
|
|
1055
1056
|
margin: 0;
|
|
1056
1057
|
}
|
|
1057
1058
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
@@ -1234,7 +1235,7 @@ ejs-calendar {
|
|
|
1234
1235
|
}
|
|
1235
1236
|
|
|
1236
1237
|
.e-bigger .e-input-group-icon.e-range-icon, .e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, .e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
1237
|
-
font-size:
|
|
1238
|
+
font-size: 18px;
|
|
1238
1239
|
margin: 0;
|
|
1239
1240
|
outline: none;
|
|
1240
1241
|
}
|
|
@@ -1326,8 +1327,8 @@ ejs-calendar {
|
|
|
1326
1327
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span {
|
|
1327
1328
|
direction: ltr;
|
|
1328
1329
|
font-size: 13px;
|
|
1329
|
-
height:
|
|
1330
|
-
margin: 0
|
|
1330
|
+
height: 20px;
|
|
1331
|
+
margin: 0;
|
|
1331
1332
|
text-align: center;
|
|
1332
1333
|
-webkit-user-select: none;
|
|
1333
1334
|
-ms-user-select: none;
|
|
@@ -1345,7 +1346,7 @@ ejs-calendar {
|
|
|
1345
1346
|
.e-daterangepicker.e-popup .e-separator,
|
|
1346
1347
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
1347
1348
|
height: 1px;
|
|
1348
|
-
margin: 0
|
|
1349
|
+
margin: 0;
|
|
1349
1350
|
}
|
|
1350
1351
|
.e-daterangepicker.e-popup .e-calendar,
|
|
1351
1352
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1761,7 +1762,7 @@ ejs-calendar {
|
|
|
1761
1762
|
|
|
1762
1763
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
1763
1764
|
*.e-small.e-daterangepicker.e-popup .e-range-header {
|
|
1764
|
-
margin:
|
|
1765
|
+
margin: 0;
|
|
1765
1766
|
}
|
|
1766
1767
|
.e-small .e-daterangepicker.e-popup .e-range-header .e-start-label, .e-small .e-daterangepicker.e-popup .e-range-header .e-end-label,
|
|
1767
1768
|
*.e-small.e-daterangepicker.e-popup .e-range-header .e-start-label,
|
|
@@ -1779,7 +1780,7 @@ ejs-calendar {
|
|
|
1779
1780
|
.e-small .e-daterangepicker.e-popup .e-range-header .e-day-span,
|
|
1780
1781
|
*.e-small.e-daterangepicker.e-popup .e-range-header .e-day-span {
|
|
1781
1782
|
font-size: 12px;
|
|
1782
|
-
margin: 0
|
|
1783
|
+
margin: 0;
|
|
1783
1784
|
}
|
|
1784
1785
|
.e-small .e-daterangepicker.e-popup .e-range-header .e-separator,
|
|
1785
1786
|
*.e-small.e-daterangepicker.e-popup .e-range-header .e-separator {
|
|
@@ -2141,7 +2142,7 @@ ejs-calendar {
|
|
|
2141
2142
|
|
|
2142
2143
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
2143
2144
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2144
|
-
font-size:
|
|
2145
|
+
font-size: 18px;
|
|
2145
2146
|
}
|
|
2146
2147
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
2147
2148
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
package/styles/bootstrap.css
CHANGED
|
@@ -510,10 +510,11 @@ ejs-calendar {
|
|
|
510
510
|
.e-small .e-calendar .e-header {
|
|
511
511
|
height: 32px;
|
|
512
512
|
}
|
|
513
|
-
.e-small.e-calendar .e-header span,
|
|
514
|
-
.e-small .e-calendar .e-header span {
|
|
513
|
+
.e-small.e-calendar .e-header button span,
|
|
514
|
+
.e-small .e-calendar .e-header button span {
|
|
515
515
|
font-size: 12px;
|
|
516
516
|
padding: 6px;
|
|
517
|
+
line-height: 14px;
|
|
517
518
|
}
|
|
518
519
|
.e-small.e-calendar .e-header .e-title,
|
|
519
520
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -899,7 +900,7 @@ ejs-calendar {
|
|
|
899
900
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
900
901
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
901
902
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
902
|
-
font-size:
|
|
903
|
+
font-size: 18px;
|
|
903
904
|
}
|
|
904
905
|
|
|
905
906
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1053,7 +1054,7 @@ ejs-calendar {
|
|
|
1053
1054
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1054
1055
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1055
1056
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1056
|
-
font-size:
|
|
1057
|
+
font-size: 18px;
|
|
1057
1058
|
margin: 0;
|
|
1058
1059
|
}
|
|
1059
1060
|
.e-bigger .e-input-group-icon.e-date-icon::before,
|
|
@@ -1237,7 +1238,7 @@ ejs-calendar {
|
|
|
1237
1238
|
}
|
|
1238
1239
|
|
|
1239
1240
|
.e-bigger .e-input-group-icon.e-range-icon, .e-bigger.e-control-wrapper .e-input-group-icon.e-range-icon, .e-bigger .e-control-wrapper .e-input-group-icon.e-range-icon {
|
|
1240
|
-
font-size:
|
|
1241
|
+
font-size: 18px;
|
|
1241
1242
|
margin: 0;
|
|
1242
1243
|
outline: none;
|
|
1243
1244
|
}
|
|
@@ -1348,7 +1349,7 @@ ejs-calendar {
|
|
|
1348
1349
|
.e-daterangepicker.e-popup .e-separator,
|
|
1349
1350
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-separator {
|
|
1350
1351
|
height: 1px;
|
|
1351
|
-
margin: 0
|
|
1352
|
+
margin: 0;
|
|
1352
1353
|
}
|
|
1353
1354
|
.e-daterangepicker.e-popup .e-calendar,
|
|
1354
1355
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-calendar {
|
|
@@ -1553,6 +1554,11 @@ ejs-calendar {
|
|
|
1553
1554
|
max-width: 262px;
|
|
1554
1555
|
}
|
|
1555
1556
|
|
|
1557
|
+
.e-bigger .e-daterangepicker.e-popup,
|
|
1558
|
+
*.e-bigger.e-daterangepicker.e-popup,
|
|
1559
|
+
*.e-device.e-daterangepicker.e-popup {
|
|
1560
|
+
background-color: #fff;
|
|
1561
|
+
}
|
|
1556
1562
|
.e-bigger .e-daterangepicker.e-popup.e-preset-wrapper,
|
|
1557
1563
|
*.e-bigger.e-daterangepicker.e-popup.e-preset-wrapper,
|
|
1558
1564
|
*.e-device.e-daterangepicker.e-popup.e-preset-wrapper {
|
|
@@ -2144,7 +2150,7 @@ ejs-calendar {
|
|
|
2144
2150
|
|
|
2145
2151
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
2146
2152
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2147
|
-
font-size:
|
|
2153
|
+
font-size: 18px;
|
|
2148
2154
|
}
|
|
2149
2155
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
2150
2156
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|
package/styles/bootstrap4.css
CHANGED
|
@@ -510,10 +510,11 @@ ejs-calendar {
|
|
|
510
510
|
.e-small .e-calendar .e-header {
|
|
511
511
|
height: 32px;
|
|
512
512
|
}
|
|
513
|
-
.e-small.e-calendar .e-header span,
|
|
514
|
-
.e-small .e-calendar .e-header span {
|
|
513
|
+
.e-small.e-calendar .e-header button span,
|
|
514
|
+
.e-small .e-calendar .e-header button span {
|
|
515
515
|
font-size: 12px;
|
|
516
516
|
padding: 6px;
|
|
517
|
+
line-height: 14px;
|
|
517
518
|
}
|
|
518
519
|
.e-small.e-calendar .e-header .e-title,
|
|
519
520
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -1781,13 +1782,14 @@ ejs-calendar {
|
|
|
1781
1782
|
.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header,
|
|
1782
1783
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header,
|
|
1783
1784
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header {
|
|
1784
|
-
margin:
|
|
1785
|
-
padding:
|
|
1785
|
+
margin: 0;
|
|
1786
|
+
padding: 16px;
|
|
1786
1787
|
}
|
|
1787
1788
|
.e-bigger .e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
1788
1789
|
*.e-bigger.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span,
|
|
1789
1790
|
*.e-device.e-daterangepicker.e-device.e-popup .e-range-header .e-day-span {
|
|
1790
1791
|
margin: 10px 0;
|
|
1792
|
+
margin-bottom: 0;
|
|
1791
1793
|
}
|
|
1792
1794
|
|
|
1793
1795
|
.e-small .e-daterangepicker.e-popup .e-range-header,
|
|
@@ -2175,7 +2177,7 @@ ejs-calendar {
|
|
|
2175
2177
|
|
|
2176
2178
|
.e-bigger.e-datetime-wrapper .e-time-icon.e-icons::before,
|
|
2177
2179
|
*.e-bigger .e-datetime-wrapper .e-time-icon.e-icons::before {
|
|
2178
|
-
font-size:
|
|
2180
|
+
font-size: 18px;
|
|
2179
2181
|
}
|
|
2180
2182
|
.e-bigger.e-datetime-wrapper .e-input-group-icon.e-time-icon,
|
|
2181
2183
|
*.e-bigger .e-datetime-wrapper .e-input-group-icon.e-time-icon {
|