@syncfusion/ej2-angular-calendars 20.4.54 → 21.1.35-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.
- package/@syncfusion/ej2-angular-calendars.es5.js +1028 -0
- package/@syncfusion/ej2-angular-calendars.es5.js.map +1 -0
- package/@syncfusion/ej2-angular-calendars.js +961 -0
- package/@syncfusion/ej2-angular-calendars.js.map +1 -0
- package/CHANGELOG.md +1334 -0
- package/README.md +94 -83
- package/dist/ej2-angular-calendars.umd.js +1073 -0
- package/dist/ej2-angular-calendars.umd.js.map +1 -0
- package/dist/ej2-angular-calendars.umd.min.js +11 -0
- package/dist/ej2-angular-calendars.umd.min.js.map +1 -0
- package/ej2-angular-calendars.d.ts +9 -0
- package/ej2-angular-calendars.metadata.json +1 -0
- package/package.json +15 -29
- package/postinstall/tagchange.js +18 -0
- 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/src/calendar/calendar-all.module.d.ts +0 -6
- package/src/calendar/calendar.component.d.ts +0 -3
- package/src/calendar/calendar.module.d.ts +0 -6
- package/src/datepicker/datepicker-all.module.d.ts +0 -6
- package/src/datepicker/datepicker.component.d.ts +0 -3
- package/src/datepicker/datepicker.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker-all.module.d.ts +0 -6
- package/src/daterangepicker/daterangepicker.component.d.ts +0 -3
- package/src/daterangepicker/daterangepicker.module.d.ts +0 -7
- package/src/daterangepicker/presets.directive.d.ts +0 -5
- package/src/datetimepicker/datetimepicker-all.module.d.ts +0 -6
- package/src/datetimepicker/datetimepicker.component.d.ts +0 -3
- package/src/datetimepicker/datetimepicker.module.d.ts +0 -6
- package/src/timepicker/timepicker-all.module.d.ts +0 -6
- package/src/timepicker/timepicker.component.d.ts +0 -3
- package/src/timepicker/timepicker.module.d.ts +0 -6
- 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.css +4 -3
- package/styles/calendar/bootstrap-dark.scss +1 -5
- package/styles/calendar/bootstrap.css +3 -2
- package/styles/calendar/bootstrap.scss +1 -5
- package/styles/calendar/bootstrap4.css +3 -2
- package/styles/calendar/bootstrap4.scss +1 -5
- package/styles/calendar/bootstrap5-dark.css +14 -13
- package/styles/calendar/bootstrap5-dark.scss +1 -5
- package/styles/calendar/bootstrap5.css +13 -12
- package/styles/calendar/bootstrap5.scss +1 -5
- package/styles/calendar/fabric-dark.css +15 -5
- package/styles/calendar/fabric-dark.scss +1 -5
- package/styles/calendar/fabric.css +12 -2
- package/styles/calendar/fabric.scss +1 -5
- package/styles/calendar/fluent-dark.css +51 -28
- package/styles/calendar/fluent-dark.scss +1 -5
- package/styles/calendar/fluent.css +51 -28
- package/styles/calendar/fluent.scss +1 -5
- package/styles/calendar/highcontrast-light.css +3 -2
- package/styles/calendar/highcontrast-light.scss +1 -5
- package/styles/calendar/highcontrast.css +14 -4
- package/styles/calendar/highcontrast.scss +1 -5
- package/styles/calendar/material-dark.css +14 -4
- package/styles/calendar/material-dark.scss +1 -5
- package/styles/calendar/material.css +12 -2
- package/styles/calendar/material.scss +1 -5
- package/styles/calendar/tailwind-dark.css +11 -10
- package/styles/calendar/tailwind-dark.scss +1 -5
- package/styles/calendar/tailwind.css +11 -10
- package/styles/calendar/tailwind.scss +1 -5
- package/styles/datepicker/bootstrap-dark.css +1 -1
- package/styles/datepicker/bootstrap-dark.scss +1 -7
- package/styles/datepicker/bootstrap.css +1 -1
- package/styles/datepicker/bootstrap.scss +1 -7
- package/styles/datepicker/bootstrap4.scss +1 -7
- package/styles/datepicker/bootstrap5-dark.css +2 -2
- package/styles/datepicker/bootstrap5-dark.scss +1 -7
- package/styles/datepicker/bootstrap5.css +2 -2
- package/styles/datepicker/bootstrap5.scss +1 -7
- package/styles/datepicker/fabric-dark.css +1 -1
- package/styles/datepicker/fabric-dark.scss +1 -7
- package/styles/datepicker/fabric.css +1 -1
- package/styles/datepicker/fabric.scss +1 -7
- package/styles/datepicker/fluent-dark.css +2 -2
- package/styles/datepicker/fluent-dark.scss +1 -7
- package/styles/datepicker/fluent.css +2 -2
- package/styles/datepicker/fluent.scss +1 -7
- package/styles/datepicker/highcontrast-light.css +1 -1
- package/styles/datepicker/highcontrast-light.scss +1 -7
- package/styles/datepicker/highcontrast.css +1 -1
- package/styles/datepicker/highcontrast.scss +1 -7
- package/styles/datepicker/material-dark.css +1 -1
- package/styles/datepicker/material-dark.scss +1 -7
- package/styles/datepicker/material.css +1 -1
- package/styles/datepicker/material.scss +1 -7
- package/styles/datepicker/tailwind-dark.css +2 -2
- package/styles/datepicker/tailwind-dark.scss +1 -7
- package/styles/datepicker/tailwind.css +2 -2
- package/styles/datepicker/tailwind.scss +1 -7
- package/styles/daterangepicker/bootstrap-dark.css +6 -6
- package/styles/daterangepicker/bootstrap-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap.css +7 -2
- package/styles/daterangepicker/bootstrap.scss +1 -7
- package/styles/daterangepicker/bootstrap4.css +3 -2
- package/styles/daterangepicker/bootstrap4.scss +1 -7
- package/styles/daterangepicker/bootstrap5-dark.css +5 -4
- package/styles/daterangepicker/bootstrap5-dark.scss +1 -7
- package/styles/daterangepicker/bootstrap5.css +4 -3
- package/styles/daterangepicker/bootstrap5.scss +1 -7
- package/styles/daterangepicker/fabric-dark.css +2 -2
- package/styles/daterangepicker/fabric-dark.scss +1 -7
- package/styles/daterangepicker/fabric.css +2 -2
- package/styles/daterangepicker/fabric.scss +1 -7
- package/styles/daterangepicker/fluent-dark.css +33 -9
- package/styles/daterangepicker/fluent-dark.scss +1 -7
- package/styles/daterangepicker/fluent.css +33 -9
- package/styles/daterangepicker/fluent.scss +1 -7
- package/styles/daterangepicker/highcontrast-light.css +2 -2
- package/styles/daterangepicker/highcontrast-light.scss +1 -7
- package/styles/daterangepicker/highcontrast.css +2 -2
- package/styles/daterangepicker/highcontrast.scss +1 -7
- package/styles/daterangepicker/material-dark.css +2 -2
- package/styles/daterangepicker/material-dark.scss +1 -7
- package/styles/daterangepicker/material.css +9 -3
- package/styles/daterangepicker/material.scss +1 -7
- package/styles/daterangepicker/tailwind-dark.css +2 -2
- package/styles/daterangepicker/tailwind-dark.scss +1 -7
- package/styles/daterangepicker/tailwind.css +2 -2
- package/styles/daterangepicker/tailwind.scss +1 -7
- package/styles/datetimepicker/bootstrap-dark.css +1 -1
- package/styles/datetimepicker/bootstrap-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap.css +1 -1
- package/styles/datetimepicker/bootstrap.scss +1 -8
- package/styles/datetimepicker/bootstrap4.css +1 -1
- package/styles/datetimepicker/bootstrap4.scss +1 -8
- package/styles/datetimepicker/bootstrap5-dark.scss +1 -8
- package/styles/datetimepicker/bootstrap5.scss +1 -8
- package/styles/datetimepicker/fabric-dark.css +1 -1
- package/styles/datetimepicker/fabric-dark.scss +1 -8
- package/styles/datetimepicker/fabric.css +1 -1
- package/styles/datetimepicker/fabric.scss +1 -8
- package/styles/datetimepicker/fluent-dark.scss +1 -8
- package/styles/datetimepicker/fluent.scss +1 -8
- package/styles/datetimepicker/highcontrast-light.css +1 -1
- package/styles/datetimepicker/highcontrast-light.scss +1 -8
- package/styles/datetimepicker/highcontrast.css +1 -1
- package/styles/datetimepicker/highcontrast.scss +1 -8
- package/styles/datetimepicker/material-dark.css +1 -1
- package/styles/datetimepicker/material-dark.scss +1 -8
- package/styles/datetimepicker/material.css +1 -1
- package/styles/datetimepicker/material.scss +1 -8
- package/styles/datetimepicker/tailwind-dark.scss +1 -8
- package/styles/datetimepicker/tailwind.scss +1 -8
- 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.css +1 -1
- package/styles/timepicker/bootstrap-dark.scss +1 -6
- package/styles/timepicker/bootstrap.css +1 -1
- package/styles/timepicker/bootstrap.scss +1 -6
- package/styles/timepicker/bootstrap4.scss +1 -6
- package/styles/timepicker/bootstrap5-dark.scss +1 -6
- package/styles/timepicker/bootstrap5.scss +1 -6
- package/styles/timepicker/fabric-dark.css +1 -1
- package/styles/timepicker/fabric-dark.scss +1 -6
- package/styles/timepicker/fabric.css +1 -1
- package/styles/timepicker/fabric.scss +1 -6
- package/styles/timepicker/fluent-dark.scss +1 -6
- package/styles/timepicker/fluent.scss +1 -6
- package/styles/timepicker/highcontrast-light.css +1 -1
- package/styles/timepicker/highcontrast-light.scss +1 -6
- package/styles/timepicker/highcontrast.css +1 -1
- package/styles/timepicker/highcontrast.scss +1 -6
- package/styles/timepicker/material-dark.css +1 -1
- package/styles/timepicker/material-dark.scss +1 -6
- package/styles/timepicker/material.css +1 -1
- package/styles/timepicker/material.scss +1 -6
- package/styles/timepicker/tailwind-dark.scss +1 -6
- package/styles/timepicker/tailwind.scss +1 -6
- package/esm2020/public_api.mjs +0 -3
- package/esm2020/src/calendar/calendar-all.module.mjs +0 -29
- package/esm2020/src/calendar/calendar.component.mjs +0 -90
- package/esm2020/src/calendar/calendar.module.mjs +0 -25
- package/esm2020/src/datepicker/datepicker-all.module.mjs +0 -29
- package/esm2020/src/datepicker/datepicker.component.mjs +0 -98
- package/esm2020/src/datepicker/datepicker.module.mjs +0 -25
- package/esm2020/src/daterangepicker/daterangepicker-all.module.mjs +0 -23
- package/esm2020/src/daterangepicker/daterangepicker.component.mjs +0 -102
- package/esm2020/src/daterangepicker/daterangepicker.module.mjs +0 -34
- package/esm2020/src/daterangepicker/presets.directive.mjs +0 -58
- package/esm2020/src/datetimepicker/datetimepicker-all.module.mjs +0 -23
- package/esm2020/src/datetimepicker/datetimepicker.component.mjs +0 -98
- package/esm2020/src/datetimepicker/datetimepicker.module.mjs +0 -25
- package/esm2020/src/index.mjs +0 -18
- package/esm2020/src/timepicker/timepicker-all.module.mjs +0 -23
- package/esm2020/src/timepicker/timepicker.component.mjs +0 -91
- package/esm2020/src/timepicker/timepicker.module.mjs +0 -25
- package/esm2020/syncfusion-ej2-angular-calendars.mjs +0 -5
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2015/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs +0 -732
- package/fesm2020/syncfusion-ej2-angular-calendars.mjs.map +0 -1
- package/styles/calendar/_all.scss +0 -2
- package/styles/calendar/_bootstrap-dark-definition.scss +0 -228
- package/styles/calendar/_bootstrap-definition.scss +0 -228
- package/styles/calendar/_bootstrap4-definition.scss +0 -228
- package/styles/calendar/_bootstrap5-dark-definition.scss +0 -1
- package/styles/calendar/_bootstrap5-definition.scss +0 -250
- package/styles/calendar/_fabric-dark-definition.scss +0 -190
- package/styles/calendar/_fabric-definition.scss +0 -188
- package/styles/calendar/_fluent-dark-definition.scss +0 -1
- package/styles/calendar/_fluent-definition.scss +0 -252
- package/styles/calendar/_fusionnew-definition.scss +0 -250
- package/styles/calendar/_highcontrast-definition.scss +0 -187
- package/styles/calendar/_highcontrast-light-definition.scss +0 -190
- package/styles/calendar/_layout.scss +0 -694
- package/styles/calendar/_material-dark-definition.scss +0 -192
- package/styles/calendar/_material-definition.scss +0 -187
- package/styles/calendar/_material3-definition.scss +0 -250
- package/styles/calendar/_tailwind-dark-definition.scss +0 -1
- package/styles/calendar/_tailwind-definition.scss +0 -262
- package/styles/calendar/_theme.scss +0 -472
- package/styles/calendar/icons/_bootstrap-dark.scss +0 -13
- package/styles/calendar/icons/_bootstrap.scss +0 -13
- package/styles/calendar/icons/_bootstrap4.scss +0 -13
- package/styles/calendar/icons/_bootstrap5-dark.scss +0 -1
- package/styles/calendar/icons/_bootstrap5.scss +0 -13
- package/styles/calendar/icons/_fabric-dark.scss +0 -13
- package/styles/calendar/icons/_fabric.scss +0 -13
- package/styles/calendar/icons/_fluent-dark.scss +0 -1
- package/styles/calendar/icons/_fluent.scss +0 -13
- package/styles/calendar/icons/_fusionnew.scss +0 -13
- package/styles/calendar/icons/_highcontrast-light.scss +0 -13
- package/styles/calendar/icons/_highcontrast.scss +0 -13
- package/styles/calendar/icons/_material-dark.scss +0 -13
- package/styles/calendar/icons/_material.scss +0 -13
- package/styles/calendar/icons/_material3.scss +0 -13
- package/styles/calendar/icons/_tailwind-dark.scss +0 -1
- package/styles/calendar/icons/_tailwind.scss +0 -13
- package/styles/datepicker/_all.scss +0 -2
- package/styles/datepicker/_bootstrap-dark-definition.scss +0 -37
- package/styles/datepicker/_bootstrap-definition.scss +0 -34
- package/styles/datepicker/_bootstrap4-definition.scss +0 -40
- package/styles/datepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datepicker/_bootstrap5-definition.scss +0 -46
- package/styles/datepicker/_fabric-dark-definition.scss +0 -37
- package/styles/datepicker/_fabric-definition.scss +0 -34
- package/styles/datepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datepicker/_fluent-definition.scss +0 -46
- package/styles/datepicker/_fusionnew-definition.scss +0 -46
- package/styles/datepicker/_highcontrast-definition.scss +0 -35
- package/styles/datepicker/_highcontrast-light-definition.scss +0 -38
- package/styles/datepicker/_layout.scss +0 -251
- package/styles/datepicker/_material-dark-definition.scss +0 -42
- package/styles/datepicker/_material-definition.scss +0 -39
- package/styles/datepicker/_material3-definition.scss +0 -46
- package/styles/datepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datepicker/_tailwind-definition.scss +0 -44
- package/styles/datepicker/_theme.scss +0 -44
- package/styles/datepicker/icons/_bootstrap-dark.scss +0 -52
- package/styles/datepicker/icons/_bootstrap.scss +0 -52
- package/styles/datepicker/icons/_bootstrap4.scss +0 -56
- package/styles/datepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datepicker/icons/_bootstrap5.scss +0 -56
- package/styles/datepicker/icons/_fabric-dark.scss +0 -52
- package/styles/datepicker/icons/_fabric.scss +0 -52
- package/styles/datepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datepicker/icons/_fluent.scss +0 -56
- package/styles/datepicker/icons/_fusionnew.scss +0 -56
- package/styles/datepicker/icons/_highcontrast-light.scss +0 -52
- package/styles/datepicker/icons/_highcontrast.scss +0 -52
- package/styles/datepicker/icons/_material-dark.scss +0 -86
- package/styles/datepicker/icons/_material.scss +0 -86
- package/styles/datepicker/icons/_material3.scss +0 -56
- package/styles/datepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datepicker/icons/_tailwind.scss +0 -56
- package/styles/daterangepicker/_all.scss +0 -2
- package/styles/daterangepicker/_bootstrap-dark-definition.scss +0 -193
- package/styles/daterangepicker/_bootstrap-definition.scss +0 -193
- package/styles/daterangepicker/_bootstrap4-definition.scss +0 -203
- package/styles/daterangepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/daterangepicker/_bootstrap5-definition.scss +0 -231
- package/styles/daterangepicker/_fabric-dark-definition.scss +0 -196
- package/styles/daterangepicker/_fabric-definition.scss +0 -193
- package/styles/daterangepicker/_fluent-dark-definition.scss +0 -1
- package/styles/daterangepicker/_fluent-definition.scss +0 -240
- package/styles/daterangepicker/_fusionnew-definition.scss +0 -230
- package/styles/daterangepicker/_highcontrast-definition.scss +0 -193
- package/styles/daterangepicker/_highcontrast-light-definition.scss +0 -196
- package/styles/daterangepicker/_layout.scss +0 -774
- package/styles/daterangepicker/_material-dark-definition.scss +0 -201
- package/styles/daterangepicker/_material-definition.scss +0 -201
- package/styles/daterangepicker/_material3-definition.scss +0 -230
- package/styles/daterangepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/daterangepicker/_tailwind-definition.scss +0 -222
- package/styles/daterangepicker/_theme.scss +0 -357
- package/styles/daterangepicker/icons/_bootstrap-dark.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap.scss +0 -65
- package/styles/daterangepicker/icons/_bootstrap4.scss +0 -74
- package/styles/daterangepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/daterangepicker/icons/_bootstrap5.scss +0 -72
- package/styles/daterangepicker/icons/_fabric-dark.scss +0 -65
- package/styles/daterangepicker/icons/_fabric.scss +0 -65
- package/styles/daterangepicker/icons/_fluent-dark.scss +0 -1
- package/styles/daterangepicker/icons/_fluent.scss +0 -72
- package/styles/daterangepicker/icons/_fusionnew.scss +0 -72
- package/styles/daterangepicker/icons/_highcontrast-light.scss +0 -65
- package/styles/daterangepicker/icons/_highcontrast.scss +0 -65
- package/styles/daterangepicker/icons/_material-dark.scss +0 -99
- package/styles/daterangepicker/icons/_material.scss +0 -99
- package/styles/daterangepicker/icons/_material3.scss +0 -72
- package/styles/daterangepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/daterangepicker/icons/_tailwind.scss +0 -72
- package/styles/datetimepicker/_all.scss +0 -2
- package/styles/datetimepicker/_bootstrap-dark-definition.scss +0 -55
- package/styles/datetimepicker/_bootstrap-definition.scss +0 -54
- package/styles/datetimepicker/_bootstrap4-definition.scss +0 -60
- package/styles/datetimepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/datetimepicker/_bootstrap5-definition.scss +0 -60
- package/styles/datetimepicker/_fabric-dark-definition.scss +0 -55
- package/styles/datetimepicker/_fabric-definition.scss +0 -52
- package/styles/datetimepicker/_fluent-dark-definition.scss +0 -1
- package/styles/datetimepicker/_fluent-definition.scss +0 -60
- package/styles/datetimepicker/_fusionnew-definition.scss +0 -60
- package/styles/datetimepicker/_highcontrast-definition.scss +0 -52
- package/styles/datetimepicker/_highcontrast-light-definition.scss +0 -55
- package/styles/datetimepicker/_layout.scss +0 -190
- package/styles/datetimepicker/_material-dark-definition.scss +0 -59
- package/styles/datetimepicker/_material-definition.scss +0 -57
- package/styles/datetimepicker/_material3-definition.scss +0 -60
- package/styles/datetimepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/datetimepicker/_tailwind-definition.scss +0 -60
- package/styles/datetimepicker/_theme.scss +0 -50
- package/styles/datetimepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap4.scss +0 -11
- package/styles/datetimepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/datetimepicker/icons/_bootstrap5.scss +0 -11
- package/styles/datetimepicker/icons/_fabric-dark.scss +0 -11
- package/styles/datetimepicker/icons/_fabric.scss +0 -11
- package/styles/datetimepicker/icons/_fluent-dark.scss +0 -1
- package/styles/datetimepicker/icons/_fluent.scss +0 -11
- package/styles/datetimepicker/icons/_fusionnew.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast-light.scss +0 -11
- package/styles/datetimepicker/icons/_highcontrast.scss +0 -11
- package/styles/datetimepicker/icons/_material-dark.scss +0 -53
- package/styles/datetimepicker/icons/_material.scss +0 -62
- package/styles/datetimepicker/icons/_material3.scss +0 -11
- package/styles/datetimepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/datetimepicker/icons/_tailwind.scss +0 -11
- package/styles/timepicker/_all.scss +0 -2
- package/styles/timepicker/_bootstrap-dark-definition.scss +0 -51
- package/styles/timepicker/_bootstrap-definition.scss +0 -48
- package/styles/timepicker/_bootstrap4-definition.scss +0 -56
- package/styles/timepicker/_bootstrap5-dark-definition.scss +0 -1
- package/styles/timepicker/_bootstrap5-definition.scss +0 -57
- package/styles/timepicker/_fabric-dark-definition.scss +0 -51
- package/styles/timepicker/_fabric-definition.scss +0 -48
- package/styles/timepicker/_fluent-dark-definition.scss +0 -1
- package/styles/timepicker/_fluent-definition.scss +0 -57
- package/styles/timepicker/_fusionnew-definition.scss +0 -57
- package/styles/timepicker/_highcontrast-definition.scss +0 -48
- package/styles/timepicker/_highcontrast-light-definition.scss +0 -51
- package/styles/timepicker/_layout.scss +0 -194
- package/styles/timepicker/_material-dark-definition.scss +0 -55
- package/styles/timepicker/_material-definition.scss +0 -52
- package/styles/timepicker/_material3-definition.scss +0 -57
- package/styles/timepicker/_tailwind-dark-definition.scss +0 -1
- package/styles/timepicker/_tailwind-definition.scss +0 -55
- package/styles/timepicker/_theme.scss +0 -70
- package/styles/timepicker/icons/_bootstrap-dark.scss +0 -11
- package/styles/timepicker/icons/_bootstrap.scss +0 -12
- package/styles/timepicker/icons/_bootstrap4.scss +0 -12
- package/styles/timepicker/icons/_bootstrap5-dark.scss +0 -1
- package/styles/timepicker/icons/_bootstrap5.scss +0 -12
- package/styles/timepicker/icons/_fabric-dark.scss +0 -12
- package/styles/timepicker/icons/_fabric.scss +0 -12
- package/styles/timepicker/icons/_fluent-dark.scss +0 -1
- package/styles/timepicker/icons/_fluent.scss +0 -12
- package/styles/timepicker/icons/_fusionnew.scss +0 -12
- package/styles/timepicker/icons/_highcontrast-light.scss +0 -12
- package/styles/timepicker/icons/_highcontrast.scss +0 -12
- package/styles/timepicker/icons/_material-dark.scss +0 -40
- package/styles/timepicker/icons/_material.scss +0 -42
- package/styles/timepicker/icons/_material3.scss +0 -12
- package/styles/timepicker/icons/_tailwind-dark.scss +0 -1
- package/styles/timepicker/icons/_tailwind.scss +0 -12
- package/syncfusion-ej2-angular-calendars.d.ts +0 -5
package/styles/tailwind-dark.css
CHANGED
|
@@ -64,7 +64,7 @@ ejs-calendar {
|
|
|
64
64
|
.e-bigger.e-small .e-calendar .e-header {
|
|
65
65
|
background: none;
|
|
66
66
|
display: table;
|
|
67
|
-
font-weight:
|
|
67
|
+
font-weight: 400;
|
|
68
68
|
position: relative;
|
|
69
69
|
text-align: center;
|
|
70
70
|
width: 100%;
|
|
@@ -82,7 +82,7 @@ ejs-calendar {
|
|
|
82
82
|
cursor: pointer;
|
|
83
83
|
display: inline-block;
|
|
84
84
|
font-size: 20px;
|
|
85
|
-
font-weight:
|
|
85
|
+
font-weight: 400;
|
|
86
86
|
line-height: 16px;
|
|
87
87
|
padding: 0;
|
|
88
88
|
vertical-align: middle;
|
|
@@ -165,12 +165,12 @@ ejs-calendar {
|
|
|
165
165
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
166
166
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
167
167
|
display: inline-block;
|
|
168
|
-
font-weight:
|
|
168
|
+
font-weight: 400;
|
|
169
169
|
}
|
|
170
170
|
.e-calendar .e-content tr.e-month-hide,
|
|
171
171
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
|
|
172
172
|
display: none;
|
|
173
|
-
font-weight:
|
|
173
|
+
font-weight: 400;
|
|
174
174
|
}
|
|
175
175
|
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year,
|
|
176
176
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
|
|
@@ -303,7 +303,7 @@ ejs-calendar {
|
|
|
303
303
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
304
304
|
border: none;
|
|
305
305
|
font-size: 14px;
|
|
306
|
-
font-weight:
|
|
306
|
+
font-weight: 400;
|
|
307
307
|
height: 30px;
|
|
308
308
|
line-height: 30px;
|
|
309
309
|
width: 30px;
|
|
@@ -337,7 +337,7 @@ ejs-calendar {
|
|
|
337
337
|
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day,
|
|
338
338
|
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
339
339
|
.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
340
|
-
font-weight:
|
|
340
|
+
font-weight: 400;
|
|
341
341
|
height: 50px;
|
|
342
342
|
line-height: 50px;
|
|
343
343
|
width: 50px;
|
|
@@ -476,7 +476,7 @@ ejs-calendar {
|
|
|
476
476
|
.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
477
477
|
*.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
478
478
|
font-size: 16px;
|
|
479
|
-
font-weight:
|
|
479
|
+
font-weight: 400;
|
|
480
480
|
}
|
|
481
481
|
.e-bigger.e-calendar .e-content.e-month table,
|
|
482
482
|
*.e-bigger .e-calendar .e-content.e-month table {
|
|
@@ -570,10 +570,11 @@ ejs-calendar {
|
|
|
570
570
|
.e-small .e-calendar .e-header {
|
|
571
571
|
height: 24px;
|
|
572
572
|
}
|
|
573
|
-
.e-small.e-calendar .e-header span,
|
|
574
|
-
.e-small .e-calendar .e-header span {
|
|
573
|
+
.e-small.e-calendar .e-header button span,
|
|
574
|
+
.e-small .e-calendar .e-header button span {
|
|
575
575
|
font-size: 18px;
|
|
576
576
|
padding: 0;
|
|
577
|
+
line-height: 14px;
|
|
577
578
|
}
|
|
578
579
|
.e-small.e-calendar .e-header .e-title,
|
|
579
580
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -707,7 +708,7 @@ ejs-calendar {
|
|
|
707
708
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
|
|
708
709
|
.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
|
|
709
710
|
color: #6b7280;
|
|
710
|
-
font-weight:
|
|
711
|
+
font-weight: 400;
|
|
711
712
|
}
|
|
712
713
|
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled,
|
|
713
714
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
|
|
@@ -1143,7 +1144,7 @@ ejs-calendar {
|
|
|
1143
1144
|
/*! component icons */
|
|
1144
1145
|
.e-input-group-icon.e-date-icon,
|
|
1145
1146
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1146
|
-
font-size:
|
|
1147
|
+
font-size: 16px;
|
|
1147
1148
|
margin: 0;
|
|
1148
1149
|
min-height: 18px;
|
|
1149
1150
|
min-width: 20px;
|
|
@@ -1163,7 +1164,7 @@ ejs-calendar {
|
|
|
1163
1164
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1164
1165
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1165
1166
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1166
|
-
font-size:
|
|
1167
|
+
font-size: 18px;
|
|
1167
1168
|
margin: 0;
|
|
1168
1169
|
min-height: 18px;
|
|
1169
1170
|
min-width: 20px;
|
|
@@ -1498,7 +1499,7 @@ ejs-calendar {
|
|
|
1498
1499
|
line-height: 24px;
|
|
1499
1500
|
width: auto;
|
|
1500
1501
|
float: none;
|
|
1501
|
-
font-weight:
|
|
1502
|
+
font-weight: 400;
|
|
1502
1503
|
margin-left: 0;
|
|
1503
1504
|
}
|
|
1504
1505
|
.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade,
|
|
@@ -1616,7 +1617,7 @@ ejs-calendar {
|
|
|
1616
1617
|
}
|
|
1617
1618
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
1618
1619
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
1619
|
-
font-size:
|
|
1620
|
+
font-size: 12px;
|
|
1620
1621
|
height: 36px;
|
|
1621
1622
|
line-height: 36px;
|
|
1622
1623
|
}
|
package/styles/tailwind.css
CHANGED
|
@@ -64,7 +64,7 @@ ejs-calendar {
|
|
|
64
64
|
.e-bigger.e-small .e-calendar .e-header {
|
|
65
65
|
background: none;
|
|
66
66
|
display: table;
|
|
67
|
-
font-weight:
|
|
67
|
+
font-weight: 400;
|
|
68
68
|
position: relative;
|
|
69
69
|
text-align: center;
|
|
70
70
|
width: 100%;
|
|
@@ -82,7 +82,7 @@ ejs-calendar {
|
|
|
82
82
|
cursor: pointer;
|
|
83
83
|
display: inline-block;
|
|
84
84
|
font-size: 20px;
|
|
85
|
-
font-weight:
|
|
85
|
+
font-weight: 400;
|
|
86
86
|
line-height: 16px;
|
|
87
87
|
padding: 0;
|
|
88
88
|
vertical-align: middle;
|
|
@@ -165,12 +165,12 @@ ejs-calendar {
|
|
|
165
165
|
.e-bigger.e-small .e-calendar .e-content td.e-other-month > span.e-day,
|
|
166
166
|
.e-bigger.e-small .e-calendar .e-content td.e-other-year > span.e-day {
|
|
167
167
|
display: inline-block;
|
|
168
|
-
font-weight:
|
|
168
|
+
font-weight: 400;
|
|
169
169
|
}
|
|
170
170
|
.e-calendar .e-content tr.e-month-hide,
|
|
171
171
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide {
|
|
172
172
|
display: none;
|
|
173
|
-
font-weight:
|
|
173
|
+
font-weight: 400;
|
|
174
174
|
}
|
|
175
175
|
.e-calendar .e-content tr.e-month-hide, .e-calendar .e-content td.e-other-month, .e-calendar .e-content td.e-other-year,
|
|
176
176
|
.e-bigger.e-small .e-calendar .e-content tr.e-month-hide,
|
|
@@ -303,7 +303,7 @@ ejs-calendar {
|
|
|
303
303
|
.e-bigger.e-small .e-calendar .e-content span.e-day {
|
|
304
304
|
border: none;
|
|
305
305
|
font-size: 14px;
|
|
306
|
-
font-weight:
|
|
306
|
+
font-weight: 400;
|
|
307
307
|
height: 30px;
|
|
308
308
|
line-height: 30px;
|
|
309
309
|
width: 30px;
|
|
@@ -337,7 +337,7 @@ ejs-calendar {
|
|
|
337
337
|
.e-calendar .e-content.e-year td > span.e-day, .e-calendar .e-content.e-decade td > span.e-day,
|
|
338
338
|
.e-bigger.e-small .e-calendar .e-content.e-year td > span.e-day,
|
|
339
339
|
.e-bigger.e-small .e-calendar .e-content.e-decade td > span.e-day {
|
|
340
|
-
font-weight:
|
|
340
|
+
font-weight: 400;
|
|
341
341
|
height: 50px;
|
|
342
342
|
line-height: 50px;
|
|
343
343
|
width: 50px;
|
|
@@ -476,7 +476,7 @@ ejs-calendar {
|
|
|
476
476
|
.e-bigger.e-calendar .e-content.e-year span.e-day,
|
|
477
477
|
*.e-bigger .e-calendar .e-content.e-year span.e-day {
|
|
478
478
|
font-size: 16px;
|
|
479
|
-
font-weight:
|
|
479
|
+
font-weight: 400;
|
|
480
480
|
}
|
|
481
481
|
.e-bigger.e-calendar .e-content.e-month table,
|
|
482
482
|
*.e-bigger .e-calendar .e-content.e-month table {
|
|
@@ -570,10 +570,11 @@ ejs-calendar {
|
|
|
570
570
|
.e-small .e-calendar .e-header {
|
|
571
571
|
height: 24px;
|
|
572
572
|
}
|
|
573
|
-
.e-small.e-calendar .e-header span,
|
|
574
|
-
.e-small .e-calendar .e-header span {
|
|
573
|
+
.e-small.e-calendar .e-header button span,
|
|
574
|
+
.e-small .e-calendar .e-header button span {
|
|
575
575
|
font-size: 18px;
|
|
576
576
|
padding: 0;
|
|
577
|
+
line-height: 14px;
|
|
577
578
|
}
|
|
578
579
|
.e-small.e-calendar .e-header .e-title,
|
|
579
580
|
.e-small .e-calendar .e-header .e-title {
|
|
@@ -707,7 +708,7 @@ ejs-calendar {
|
|
|
707
708
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled span,
|
|
708
709
|
.e-bigger.e-small .e-calendar .e-header .e-prev.e-disabled span {
|
|
709
710
|
color: #9ca3af;
|
|
710
|
-
font-weight:
|
|
711
|
+
font-weight: 400;
|
|
711
712
|
}
|
|
712
713
|
.e-calendar .e-header .e-next.e-disabled, .e-calendar .e-header .e-prev.e-disabled,
|
|
713
714
|
.e-bigger.e-small .e-calendar .e-header .e-next.e-disabled,
|
|
@@ -1143,7 +1144,7 @@ ejs-calendar {
|
|
|
1143
1144
|
/*! component icons */
|
|
1144
1145
|
.e-input-group-icon.e-date-icon,
|
|
1145
1146
|
*.e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1146
|
-
font-size:
|
|
1147
|
+
font-size: 16px;
|
|
1147
1148
|
margin: 0;
|
|
1148
1149
|
min-height: 18px;
|
|
1149
1150
|
min-width: 20px;
|
|
@@ -1163,7 +1164,7 @@ ejs-calendar {
|
|
|
1163
1164
|
.e-bigger .e-input-group-icon.e-date-icon,
|
|
1164
1165
|
*.e-control-wrapper.e-bigger .e-input-group-icon.e-date-icon,
|
|
1165
1166
|
*.e-bigger .e-control-wrapper .e-input-group-icon.e-date-icon {
|
|
1166
|
-
font-size:
|
|
1167
|
+
font-size: 18px;
|
|
1167
1168
|
margin: 0;
|
|
1168
1169
|
min-height: 18px;
|
|
1169
1170
|
min-width: 20px;
|
|
@@ -1498,7 +1499,7 @@ ejs-calendar {
|
|
|
1498
1499
|
line-height: 24px;
|
|
1499
1500
|
width: auto;
|
|
1500
1501
|
float: none;
|
|
1501
|
-
font-weight:
|
|
1502
|
+
font-weight: 400;
|
|
1502
1503
|
margin-left: 0;
|
|
1503
1504
|
}
|
|
1504
1505
|
.e-daterangepicker.e-popup .e-calendar .e-header.e-month, .e-daterangepicker.e-popup .e-calendar .e-header.e-year, .e-daterangepicker.e-popup .e-calendar .e-header.e-decade,
|
|
@@ -1616,7 +1617,7 @@ ejs-calendar {
|
|
|
1616
1617
|
}
|
|
1617
1618
|
.e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item,
|
|
1618
1619
|
.e-bigger.e-small .e-daterangepicker.e-popup .e-presets .e-ul li.e-list-item {
|
|
1619
|
-
font-size:
|
|
1620
|
+
font-size: 12px;
|
|
1620
1621
|
height: 36px;
|
|
1621
1622
|
line-height: 36px;
|
|
1622
1623
|
}
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
77
77
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
78
78
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: 18px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap-dark-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap-dark.scss';
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
77
77
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
78
78
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: 18px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap-definition.scss';
|
|
4
|
-
@import 'bootstrap-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap4-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap4-definition.scss';
|
|
4
|
-
@import 'bootstrap4-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap4.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap4.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-dark-definition.scss';
|
|
4
|
-
@import 'bootstrap5-dark-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap5-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap5-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/bootstrap5-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/bootstrap5-definition.scss';
|
|
4
|
-
@import 'bootstrap5-definition.scss';
|
|
5
|
-
@import 'icons/bootstrap5.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/bootstrap5.scss';
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
77
77
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
78
78
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: 18px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fabric-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-dark-definition.scss';
|
|
4
|
-
@import 'fabric-dark-definition.scss';
|
|
5
|
-
@import 'icons/fabric-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/fabric-dark.scss';
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
77
77
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
78
78
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: 18px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fabric-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fabric-definition.scss';
|
|
4
|
-
@import 'fabric-definition.scss';
|
|
5
|
-
@import 'icons/fabric.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/fabric.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fluent-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-dark-definition.scss';
|
|
4
|
-
@import 'fluent-dark-definition.scss';
|
|
5
|
-
@import 'icons/fluent-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/fluent-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/fluent-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/fluent-definition.scss';
|
|
4
|
-
@import 'fluent-definition.scss';
|
|
5
|
-
@import 'icons/fluent.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/fluent.scss';
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
77
77
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
78
78
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: 18px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/highcontrast-light-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-light-definition.scss';
|
|
4
|
-
@import 'highcontrast-light-definition.scss';
|
|
5
|
-
@import 'icons/highcontrast-light.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/highcontrast-light.scss';
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
77
77
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
78
78
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
79
|
-
font-size:
|
|
79
|
+
font-size: 18px;
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
.e-bigger .e-timepicker.e-popup .e-list-parent.e-ul,
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/highcontrast-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/highcontrast-definition.scss';
|
|
4
|
-
@import 'highcontrast-definition.scss';
|
|
5
|
-
@import 'icons/highcontrast.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/highcontrast.scss';
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
114
114
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
115
115
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
116
|
-
font-size:
|
|
116
|
+
font-size: 18px;
|
|
117
117
|
min-height: 22px;
|
|
118
118
|
min-width: 22px;
|
|
119
119
|
}
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/material-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-dark-definition.scss';
|
|
4
|
-
@import 'material-dark-definition.scss';
|
|
5
|
-
@import 'icons/material-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/material-dark.scss';
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
*.e-bigger.e-time-wrapper .e-time-icon.e-icons,
|
|
122
122
|
*.e-bigger .e-control-wrapper .e-time-wrapper .e-time-icon.e-icons,
|
|
123
123
|
*.e-control-wrapper.e-bigger.e-time-wrapper .e-time-icon.e-icons {
|
|
124
|
-
font-size:
|
|
124
|
+
font-size: 18px;
|
|
125
125
|
min-height: 22px;
|
|
126
126
|
min-width: 22px;
|
|
127
127
|
}
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/material-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/material-definition.scss';
|
|
4
|
-
@import 'material-definition.scss';
|
|
5
|
-
@import 'icons/material.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/material.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-dark-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-dark-definition.scss';
|
|
4
|
-
@import 'tailwind-dark-definition.scss';
|
|
5
|
-
@import 'icons/tailwind-dark.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/tailwind-dark.scss';
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
@import 'ej2-
|
|
2
|
-
@import 'ej2-inputs/styles/input/tailwind-definition.scss';
|
|
3
|
-
@import 'ej2-popups/styles/popup/tailwind-definition.scss';
|
|
4
|
-
@import 'tailwind-definition.scss';
|
|
5
|
-
@import 'icons/tailwind.scss';
|
|
6
|
-
@import 'all.scss';
|
|
1
|
+
@import 'ej2-calendars/styles/timepicker/tailwind.scss';
|
package/esm2020/public_api.mjs
DELETED
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
// Mapping root file for package generation
|
|
2
|
-
export * from './src/index';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHVibGljX2FwaS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uL3B1YmxpY19hcGkudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsMkNBQTJDO0FBQzNDLGNBQWMsYUFBYSxDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiLy8gTWFwcGluZyByb290IGZpbGUgZm9yIHBhY2thZ2UgZ2VuZXJhdGlvblxuZXhwb3J0ICogZnJvbSAnLi9zcmMvaW5kZXgnOyJdfQ==
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { CalendarModule } from './calendar.module';
|
|
4
|
-
import { Islamic } from '@syncfusion/ej2-calendars';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export const IslamicService = { provide: 'CalendarsIslamic', useValue: Islamic };
|
|
7
|
-
/**
|
|
8
|
-
* NgModule definition for the Calendar component with providers.
|
|
9
|
-
*/
|
|
10
|
-
export class CalendarAllModule {
|
|
11
|
-
}
|
|
12
|
-
CalendarAllModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
13
|
-
CalendarAllModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, imports: [CommonModule, CalendarModule], exports: [CalendarModule] });
|
|
14
|
-
CalendarAllModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, providers: [
|
|
15
|
-
IslamicService
|
|
16
|
-
], imports: [[CommonModule, CalendarModule], CalendarModule] });
|
|
17
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarAllModule, decorators: [{
|
|
18
|
-
type: NgModule,
|
|
19
|
-
args: [{
|
|
20
|
-
imports: [CommonModule, CalendarModule],
|
|
21
|
-
exports: [
|
|
22
|
-
CalendarModule
|
|
23
|
-
],
|
|
24
|
-
providers: [
|
|
25
|
-
IslamicService
|
|
26
|
-
]
|
|
27
|
-
}]
|
|
28
|
-
}] });
|
|
29
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXItYWxsLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9jYWxlbmRhci9jYWxlbmRhci1hbGwubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQWlCLE1BQU0sZUFBZSxDQUFDO0FBQ3hELE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0sbUJBQW1CLENBQUM7QUFDbkQsT0FBTyxFQUFDLE9BQU8sRUFBQyxNQUFNLDJCQUEyQixDQUFBOztBQUdqRCxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQWtCLEVBQUUsT0FBTyxFQUFFLGtCQUFrQixFQUFFLFFBQVEsRUFBRSxPQUFPLEVBQUMsQ0FBQztBQUUvRjs7R0FFRztBQVVILE1BQU0sT0FBTyxpQkFBaUI7OzhHQUFqQixpQkFBaUI7K0dBQWpCLGlCQUFpQixZQVJoQixZQUFZLEVBQUUsY0FBYyxhQUVsQyxjQUFjOytHQU1ULGlCQUFpQixhQUpoQjtRQUNOLGNBQWM7S0FDakIsWUFOUSxDQUFDLFlBQVksRUFBRSxjQUFjLENBQUMsRUFFbkMsY0FBYzsyRkFNVCxpQkFBaUI7a0JBVDdCLFFBQVE7bUJBQUM7b0JBQ04sT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLGNBQWMsQ0FBQztvQkFDdkMsT0FBTyxFQUFFO3dCQUNMLGNBQWM7cUJBQ2pCO29CQUNELFNBQVMsRUFBQzt3QkFDTixjQUFjO3FCQUNqQjtpQkFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBWYWx1ZVByb3ZpZGVyIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgQ2FsZW5kYXJDb21wb25lbnQgfSBmcm9tICcuL2NhbGVuZGFyLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDYWxlbmRhck1vZHVsZSB9IGZyb20gJy4vY2FsZW5kYXIubW9kdWxlJztcbmltcG9ydCB7SXNsYW1pY30gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWNhbGVuZGFycydcblxuXG5leHBvcnQgY29uc3QgSXNsYW1pY1NlcnZpY2U6IFZhbHVlUHJvdmlkZXIgPSB7IHByb3ZpZGU6ICdDYWxlbmRhcnNJc2xhbWljJywgdXNlVmFsdWU6IElzbGFtaWN9O1xuXG4vKipcbiAqIE5nTW9kdWxlIGRlZmluaXRpb24gZm9yIHRoZSBDYWxlbmRhciBjb21wb25lbnQgd2l0aCBwcm92aWRlcnMuXG4gKi9cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgQ2FsZW5kYXJNb2R1bGVdLFxuICAgIGV4cG9ydHM6IFtcbiAgICAgICAgQ2FsZW5kYXJNb2R1bGVcbiAgICBdLFxuICAgIHByb3ZpZGVyczpbXG4gICAgICAgIElzbGFtaWNTZXJ2aWNlXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBDYWxlbmRhckFsbE1vZHVsZSB7IH0iXX0=
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
var CalendarComponent_1;
|
|
2
|
-
import { __decorate } from "tslib";
|
|
3
|
-
import { Component, ChangeDetectionStrategy, forwardRef } from '@angular/core';
|
|
4
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
5
|
-
import { ComponentBase, ComponentMixins, FormBase, setValue } from '@syncfusion/ej2-angular-base';
|
|
6
|
-
import { Calendar } from '@syncfusion/ej2-calendars';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export const inputs = ['calendarMode', 'cssClass', 'dayHeaderFormat', 'depth', 'enablePersistence', 'enableRtl', 'enabled', 'firstDayOfWeek', 'isMultiSelection', 'keyConfigs', 'locale', 'max', 'min', 'serverTimezoneOffset', 'showTodayButton', 'start', 'value', 'values', 'weekNumber', 'weekRule'];
|
|
9
|
-
export const outputs = ['focus', 'blur', 'change', 'created', 'destroyed', 'navigated', 'renderDayCell', 'valueChange', 'valuesChange'];
|
|
10
|
-
export const twoWays = ['value', 'values'];
|
|
11
|
-
/**
|
|
12
|
-
* Represents the Essential JS 2 Angular Calendar Component.
|
|
13
|
-
* ```html
|
|
14
|
-
* <ejs-calendar [value]='date'></ejs-calendar>
|
|
15
|
-
* ```
|
|
16
|
-
*/
|
|
17
|
-
let CalendarComponent = CalendarComponent_1 = class CalendarComponent extends Calendar {
|
|
18
|
-
constructor(ngEle, srenderer, viewContainerRef, injector) {
|
|
19
|
-
super();
|
|
20
|
-
this.ngEle = ngEle;
|
|
21
|
-
this.srenderer = srenderer;
|
|
22
|
-
this.viewContainerRef = viewContainerRef;
|
|
23
|
-
this.injector = injector;
|
|
24
|
-
this.element = this.ngEle.nativeElement;
|
|
25
|
-
this.injectedModules = this.injectedModules || [];
|
|
26
|
-
try {
|
|
27
|
-
let mod = this.injector.get('CalendarsIslamic');
|
|
28
|
-
if (this.injectedModules.indexOf(mod) === -1) {
|
|
29
|
-
this.injectedModules.push(mod);
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
catch { }
|
|
33
|
-
this.registerEvents(outputs);
|
|
34
|
-
this.addTwoWay.call(this, twoWays);
|
|
35
|
-
setValue('currentInstance', this, this.viewContainerRef);
|
|
36
|
-
this.formContext = new FormBase();
|
|
37
|
-
this.formCompContext = new ComponentBase();
|
|
38
|
-
}
|
|
39
|
-
registerOnChange(registerFunction) {
|
|
40
|
-
}
|
|
41
|
-
registerOnTouched(registerFunction) {
|
|
42
|
-
}
|
|
43
|
-
writeValue(value) {
|
|
44
|
-
}
|
|
45
|
-
setDisabledState(disabled) {
|
|
46
|
-
}
|
|
47
|
-
ngOnInit() {
|
|
48
|
-
this.formCompContext.ngOnInit(this);
|
|
49
|
-
}
|
|
50
|
-
ngAfterViewInit() {
|
|
51
|
-
this.formContext.ngAfterViewInit(this);
|
|
52
|
-
}
|
|
53
|
-
ngOnDestroy() {
|
|
54
|
-
this.formCompContext.ngOnDestroy(this);
|
|
55
|
-
}
|
|
56
|
-
ngAfterContentChecked() {
|
|
57
|
-
this.formCompContext.ngAfterContentChecked(this);
|
|
58
|
-
}
|
|
59
|
-
};
|
|
60
|
-
CalendarComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarComponent, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }, { token: i0.ViewContainerRef }, { token: i0.Injector }], target: i0.ɵɵFactoryTarget.Component });
|
|
61
|
-
CalendarComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.0.3", type: CalendarComponent, selector: "ejs-calendar", inputs: { calendarMode: "calendarMode", cssClass: "cssClass", dayHeaderFormat: "dayHeaderFormat", depth: "depth", enablePersistence: "enablePersistence", enableRtl: "enableRtl", enabled: "enabled", firstDayOfWeek: "firstDayOfWeek", isMultiSelection: "isMultiSelection", keyConfigs: "keyConfigs", locale: "locale", max: "max", min: "min", serverTimezoneOffset: "serverTimezoneOffset", showTodayButton: "showTodayButton", start: "start", value: "value", values: "values", weekNumber: "weekNumber", weekRule: "weekRule" }, outputs: { focus: "focus", blur: "blur", change: "change", created: "created", destroyed: "destroyed", navigated: "navigated", renderDayCell: "renderDayCell", valueChange: "valueChange", valuesChange: "valuesChange" }, providers: [
|
|
62
|
-
{
|
|
63
|
-
provide: NG_VALUE_ACCESSOR,
|
|
64
|
-
useExisting: forwardRef(() => CalendarComponent_1),
|
|
65
|
-
multi: true
|
|
66
|
-
}
|
|
67
|
-
], usesInheritance: true, ngImport: i0, template: '', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
68
|
-
CalendarComponent = CalendarComponent_1 = __decorate([
|
|
69
|
-
ComponentMixins([ComponentBase, FormBase])
|
|
70
|
-
], CalendarComponent);
|
|
71
|
-
export { CalendarComponent };
|
|
72
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarComponent, decorators: [{
|
|
73
|
-
type: Component,
|
|
74
|
-
args: [{
|
|
75
|
-
selector: 'ejs-calendar',
|
|
76
|
-
inputs: inputs,
|
|
77
|
-
outputs: outputs,
|
|
78
|
-
template: '',
|
|
79
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
80
|
-
providers: [
|
|
81
|
-
{
|
|
82
|
-
provide: NG_VALUE_ACCESSOR,
|
|
83
|
-
useExisting: forwardRef(() => CalendarComponent),
|
|
84
|
-
multi: true
|
|
85
|
-
}
|
|
86
|
-
],
|
|
87
|
-
queries: {}
|
|
88
|
-
}]
|
|
89
|
-
}], ctorParameters: function () { return [{ type: i0.ElementRef }, { type: i0.Renderer2 }, { type: i0.ViewContainerRef }, { type: i0.Injector }]; } });
|
|
90
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NhbGVuZGFyL2NhbGVuZGFyLmNvbXBvbmVudC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOztBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQW9FLHVCQUF1QixFQUFFLFVBQVUsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUNqSixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNuRCxPQUFPLEVBQUUsYUFBYSxFQUErQixlQUFlLEVBQTBCLFFBQVEsRUFBRSxRQUFRLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUN2SixPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sMkJBQTJCLENBQUM7O0FBSXJELE1BQU0sQ0FBQyxNQUFNLE1BQU0sR0FBYSxDQUFDLGNBQWMsRUFBQyxVQUFVLEVBQUMsaUJBQWlCLEVBQUMsT0FBTyxFQUFDLG1CQUFtQixFQUFDLFdBQVcsRUFBQyxTQUFTLEVBQUMsZ0JBQWdCLEVBQUMsa0JBQWtCLEVBQUMsWUFBWSxFQUFDLFFBQVEsRUFBQyxLQUFLLEVBQUMsS0FBSyxFQUFDLHNCQUFzQixFQUFDLGlCQUFpQixFQUFDLE9BQU8sRUFBQyxPQUFPLEVBQUMsUUFBUSxFQUFDLFlBQVksRUFBQyxVQUFVLENBQUMsQ0FBQztBQUNoUyxNQUFNLENBQUMsTUFBTSxPQUFPLEdBQWEsQ0FBQyxPQUFPLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBQyxTQUFTLEVBQUMsV0FBVyxFQUFDLFdBQVcsRUFBQyxlQUFlLEVBQUMsYUFBYSxFQUFDLGNBQWMsQ0FBQyxDQUFDO0FBQzVJLE1BQU0sQ0FBQyxNQUFNLE9BQU8sR0FBYSxDQUFDLE9BQU8sRUFBRSxRQUFRLENBQUMsQ0FBQztBQUVyRDs7Ozs7R0FLRztJQW1CVSxpQkFBaUIsK0JBQWpCLGlCQUFrQixTQUFRLFFBQVE7SUFnQjNDLFlBQW9CLEtBQWlCLEVBQVUsU0FBb0IsRUFBVSxnQkFBaUMsRUFBVSxRQUFrQjtRQUN0SSxLQUFLLEVBQUUsQ0FBQztRQURRLFVBQUssR0FBTCxLQUFLLENBQVk7UUFBVSxjQUFTLEdBQVQsU0FBUyxDQUFXO1FBQVUscUJBQWdCLEdBQWhCLGdCQUFnQixDQUFpQjtRQUFVLGFBQVEsR0FBUixRQUFRLENBQVU7UUFFdEksSUFBSSxDQUFDLE9BQU8sR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQztRQUN4QyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxlQUFlLElBQUksRUFBRSxDQUFDO1FBQ2xELElBQUk7WUFDSSxJQUFJLEdBQUcsR0FBRyxJQUFJLENBQUMsUUFBUSxDQUFDLEdBQUcsQ0FBQyxrQkFBa0IsQ0FBQyxDQUFDO1lBQ2hELElBQUcsSUFBSSxDQUFDLGVBQWUsQ0FBQyxPQUFPLENBQUMsR0FBRyxDQUFDLEtBQUssQ0FBQyxDQUFDLEVBQUU7Z0JBQ3pDLElBQUksQ0FBQyxlQUFlLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFBO2FBQ2pDO1NBQ0o7UUFBQyxNQUFNLEdBQUc7UUFFZixJQUFJLENBQUMsY0FBYyxDQUFDLE9BQU8sQ0FBQyxDQUFDO1FBQzdCLElBQUksQ0FBQyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksRUFBRSxPQUFPLENBQUMsQ0FBQztRQUNuQyxRQUFRLENBQUMsaUJBQWlCLEVBQUUsSUFBSSxFQUFFLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3pELElBQUksQ0FBQyxXQUFXLEdBQUksSUFBSSxRQUFRLEVBQUUsQ0FBQztRQUNuQyxJQUFJLENBQUMsZUFBZSxHQUFJLElBQUksYUFBYSxFQUFFLENBQUM7SUFDaEQsQ0FBQztJQUVNLGdCQUFnQixDQUFDLGdCQUFrQztJQUMxRCxDQUFDO0lBRU0saUJBQWlCLENBQUMsZ0JBQTRCO0lBQ3JELENBQUM7SUFFTSxVQUFVLENBQUMsS0FBVTtJQUM1QixDQUFDO0lBRU0sZ0JBQWdCLENBQUMsUUFBaUI7SUFDekMsQ0FBQztJQUVNLFFBQVE7UUFDWCxJQUFJLENBQUMsZUFBZSxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUN4QyxDQUFDO0lBRU0sZUFBZTtRQUNsQixJQUFJLENBQUMsV0FBVyxDQUFDLGVBQWUsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUMzQyxDQUFDO0lBRU0sV0FBVztRQUNkLElBQUksQ0FBQyxlQUFlLENBQUMsV0FBVyxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQzNDLENBQUM7SUFFTSxxQkFBcUI7UUFFeEIsSUFBSSxDQUFDLGVBQWUsQ0FBQyxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsQ0FBQztJQUNyRCxDQUFDO0NBSUosQ0FBQTs4R0FqRVksaUJBQWlCO2tHQUFqQixpQkFBaUIsMHdCQVpmO1FBQ1A7WUFDSSxPQUFPLEVBQUUsaUJBQWlCO1lBQzFCLFdBQVcsRUFBRSxVQUFVLENBQUMsR0FBRyxFQUFFLENBQUMsbUJBQWlCLENBQUM7WUFDaEQsS0FBSyxFQUFFLElBQUk7U0FDZDtLQUNKLGlEQVJTLEVBQUU7QUFjSCxpQkFBaUI7SUFEN0IsZUFBZSxDQUFDLENBQUMsYUFBYSxFQUFFLFFBQVEsQ0FBQyxDQUFDO0dBQzlCLGlCQUFpQixDQWlFN0I7U0FqRVksaUJBQWlCOzJGQUFqQixpQkFBaUI7a0JBbEI3QixTQUFTO21CQUFDO29CQUNQLFFBQVEsRUFBRSxjQUFjO29CQUN4QixNQUFNLEVBQUUsTUFBTTtvQkFDZCxPQUFPLEVBQUUsT0FBTztvQkFDaEIsUUFBUSxFQUFFLEVBQUU7b0JBQ1osZUFBZSxFQUFFLHVCQUF1QixDQUFDLE1BQU07b0JBQy9DLFNBQVMsRUFBRTt3QkFDUDs0QkFDSSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSxrQkFBa0IsQ0FBQzs0QkFDaEQsS0FBSyxFQUFFLElBQUk7eUJBQ2Q7cUJBQ0o7b0JBQ0QsT0FBTyxFQUFFLEVBRVI7aUJBQ0oiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIEVsZW1lbnRSZWYsIFZpZXdDb250YWluZXJSZWYsIFZhbHVlUHJvdmlkZXIsIFJlbmRlcmVyMiwgSW5qZWN0b3IsIENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBmb3J3YXJkUmVmIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBOR19WQUxVRV9BQ0NFU1NPUiB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IENvbXBvbmVudEJhc2UsIElDb21wb25lbnRCYXNlLCBhcHBseU1peGlucywgQ29tcG9uZW50TWl4aW5zLCBQcm9wZXJ0eUNvbGxlY3Rpb25JbmZvLCBGb3JtQmFzZSwgc2V0VmFsdWUgfSBmcm9tICdAc3luY2Z1c2lvbi9lajItYW5ndWxhci1iYXNlJztcbmltcG9ydCB7IENhbGVuZGFyIH0gZnJvbSAnQHN5bmNmdXNpb24vZWoyLWNhbGVuZGFycyc7XG5cblxuXG5leHBvcnQgY29uc3QgaW5wdXRzOiBzdHJpbmdbXSA9IFsnY2FsZW5kYXJNb2RlJywnY3NzQ2xhc3MnLCdkYXlIZWFkZXJGb3JtYXQnLCdkZXB0aCcsJ2VuYWJsZVBlcnNpc3RlbmNlJywnZW5hYmxlUnRsJywnZW5hYmxlZCcsJ2ZpcnN0RGF5T2ZXZWVrJywnaXNNdWx0aVNlbGVjdGlvbicsJ2tleUNvbmZpZ3MnLCdsb2NhbGUnLCdtYXgnLCdtaW4nLCdzZXJ2ZXJUaW1lem9uZU9mZnNldCcsJ3Nob3dUb2RheUJ1dHRvbicsJ3N0YXJ0JywndmFsdWUnLCd2YWx1ZXMnLCd3ZWVrTnVtYmVyJywnd2Vla1J1bGUnXTtcbmV4cG9ydCBjb25zdCBvdXRwdXRzOiBzdHJpbmdbXSA9IFsnZm9jdXMnLCAnYmx1cicsICdjaGFuZ2UnLCdjcmVhdGVkJywnZGVzdHJveWVkJywnbmF2aWdhdGVkJywncmVuZGVyRGF5Q2VsbCcsJ3ZhbHVlQ2hhbmdlJywndmFsdWVzQ2hhbmdlJ107XG5leHBvcnQgY29uc3QgdHdvV2F5czogc3RyaW5nW10gPSBbJ3ZhbHVlJywgJ3ZhbHVlcyddO1xuXG4vKipcbiAqIFJlcHJlc2VudHMgdGhlIEVzc2VudGlhbCBKUyAyIEFuZ3VsYXIgQ2FsZW5kYXIgQ29tcG9uZW50LlxuICogYGBgaHRtbFxuICogPGVqcy1jYWxlbmRhciBbdmFsdWVdPSdkYXRlJz48L2Vqcy1jYWxlbmRhcj5cbiAqIGBgYFxuICovXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2Vqcy1jYWxlbmRhcicsXG4gICAgaW5wdXRzOiBpbnB1dHMsXG4gICAgb3V0cHV0czogb3V0cHV0cyxcbiAgICB0ZW1wbGF0ZTogJycsXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHtcbiAgICAgICAgICAgIHByb3ZpZGU6IE5HX1ZBTFVFX0FDQ0VTU09SLFxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gQ2FsZW5kYXJDb21wb25lbnQpLFxuICAgICAgICAgICAgbXVsdGk6IHRydWVcbiAgICAgICAgfVxuICAgIF0sXG4gICAgcXVlcmllczoge1xuXG4gICAgfVxufSlcbkBDb21wb25lbnRNaXhpbnMoW0NvbXBvbmVudEJhc2UsIEZvcm1CYXNlXSlcbmV4cG9ydCBjbGFzcyBDYWxlbmRhckNvbXBvbmVudCBleHRlbmRzIENhbGVuZGFyIGltcGxlbWVudHMgSUNvbXBvbmVudEJhc2Uge1xuICAgIHB1YmxpYyBmb3JtQ29tcENvbnRleHQgOiBhbnk7XG4gICAgcHVibGljIGZvcm1Db250ZXh0IDogYW55O1xuICAgIHB1YmxpYyB0YWdPYmplY3RzOiBhbnk7XG5cdGNoYW5nZTogYW55O1xuXHRjcmVhdGVkOiBhbnk7XG5cdGRlc3Ryb3llZDogYW55O1xuXHRuYXZpZ2F0ZWQ6IGFueTtcblx0cmVuZGVyRGF5Q2VsbDogYW55O1xuXHR2YWx1ZUNoYW5nZTogYW55O1xuXHRwdWJsaWMgdmFsdWVzQ2hhbmdlOiBhbnk7XG5cblxuXG4gICAgcHVibGljIGZvY3VzOiBhbnk7XG4gICAgcHVibGljIGJsdXI6IGFueTtcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIG5nRWxlOiBFbGVtZW50UmVmLCBwcml2YXRlIHNyZW5kZXJlcjogUmVuZGVyZXIyLCBwcml2YXRlIHZpZXdDb250YWluZXJSZWY6Vmlld0NvbnRhaW5lclJlZiwgcHJpdmF0ZSBpbmplY3RvcjogSW5qZWN0b3IpIHtcbiAgICAgICAgc3VwZXIoKTtcbiAgICAgICAgdGhpcy5lbGVtZW50ID0gdGhpcy5uZ0VsZS5uYXRpdmVFbGVtZW50O1xuICAgICAgICB0aGlzLmluamVjdGVkTW9kdWxlcyA9IHRoaXMuaW5qZWN0ZWRNb2R1bGVzIHx8IFtdO1xuICAgICAgICB0cnkge1xuICAgICAgICAgICAgICAgIGxldCBtb2QgPSB0aGlzLmluamVjdG9yLmdldCgnQ2FsZW5kYXJzSXNsYW1pYycpO1xuICAgICAgICAgICAgICAgIGlmKHRoaXMuaW5qZWN0ZWRNb2R1bGVzLmluZGV4T2YobW9kKSA9PT0gLTEpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pbmplY3RlZE1vZHVsZXMucHVzaChtb2QpXG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSBjYXRjaCB7IH1cblxyXG4gICAgICAgIHRoaXMucmVnaXN0ZXJFdmVudHMob3V0cHV0cyk7XG4gICAgICAgIHRoaXMuYWRkVHdvV2F5LmNhbGwodGhpcywgdHdvV2F5cyk7XG4gICAgICAgIHNldFZhbHVlKCdjdXJyZW50SW5zdGFuY2UnLCB0aGlzLCB0aGlzLnZpZXdDb250YWluZXJSZWYpO1xuICAgICAgICB0aGlzLmZvcm1Db250ZXh0ICA9IG5ldyBGb3JtQmFzZSgpO1xuICAgICAgICB0aGlzLmZvcm1Db21wQ29udGV4dCAgPSBuZXcgQ29tcG9uZW50QmFzZSgpO1xuICAgIH1cblxuICAgIHB1YmxpYyByZWdpc3Rlck9uQ2hhbmdlKHJlZ2lzdGVyRnVuY3Rpb246IChfOiBhbnkpID0+IHZvaWQpOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJPblRvdWNoZWQocmVnaXN0ZXJGdW5jdGlvbjogKCkgPT4gdm9pZCk6IHZvaWQge1xuICAgIH1cblxuICAgIHB1YmxpYyB3cml0ZVZhbHVlKHZhbHVlOiBhbnkpOiB2b2lkIHtcbiAgICB9XG4gICAgXG4gICAgcHVibGljIHNldERpc2FibGVkU3RhdGUoZGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0Lm5nT25Jbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKTogdm9pZCB7XG4gICAgICAgIHRoaXMuZm9ybUNvbnRleHQubmdBZnRlclZpZXdJbml0KHRoaXMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uRGVzdHJveSgpOiB2b2lkIHtcbiAgICAgICAgdGhpcy5mb3JtQ29tcENvbnRleHQubmdPbkRlc3Ryb3kodGhpcyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nQWZ0ZXJDb250ZW50Q2hlY2tlZCgpOiB2b2lkIHtcbiAgICAgICAgXG4gICAgICAgIHRoaXMuZm9ybUNvbXBDb250ZXh0Lm5nQWZ0ZXJDb250ZW50Q2hlY2tlZCh0aGlzKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgcmVnaXN0ZXJFdmVudHM6IChldmVudExpc3Q6IHN0cmluZ1tdKSA9PiB2b2lkO1xuICAgIHB1YmxpYyBhZGRUd29XYXk6IChwcm9wTGlzdDogc3RyaW5nW10pID0+IHZvaWQ7XG59XG5cbiJdfQ==
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import { CalendarComponent } from './calendar.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
/**
|
|
6
|
-
* NgModule definition for the Calendar component.
|
|
7
|
-
*/
|
|
8
|
-
export class CalendarModule {
|
|
9
|
-
}
|
|
10
|
-
CalendarModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
11
|
-
CalendarModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, declarations: [CalendarComponent], imports: [CommonModule], exports: [CalendarComponent] });
|
|
12
|
-
CalendarModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, imports: [[CommonModule]] });
|
|
13
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.0.3", ngImport: i0, type: CalendarModule, decorators: [{
|
|
14
|
-
type: NgModule,
|
|
15
|
-
args: [{
|
|
16
|
-
imports: [CommonModule],
|
|
17
|
-
declarations: [
|
|
18
|
-
CalendarComponent
|
|
19
|
-
],
|
|
20
|
-
exports: [
|
|
21
|
-
CalendarComponent
|
|
22
|
-
]
|
|
23
|
-
}]
|
|
24
|
-
}] });
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2FsZW5kYXIubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vc3JjL2NhbGVuZGFyL2NhbGVuZGFyLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQzs7QUFFekQ7O0dBRUc7QUFVSCxNQUFNLE9BQU8sY0FBYzs7MkdBQWQsY0FBYzs0R0FBZCxjQUFjLGlCQU5uQixpQkFBaUIsYUFGWCxZQUFZLGFBS2xCLGlCQUFpQjs0R0FHWixjQUFjLFlBUmQsQ0FBQyxZQUFZLENBQUM7MkZBUWQsY0FBYztrQkFUMUIsUUFBUTttQkFBQztvQkFDTixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLFlBQVksRUFBRTt3QkFDVixpQkFBaUI7cUJBQ3BCO29CQUNELE9BQU8sRUFBRTt3QkFDTCxpQkFBaUI7cUJBQ3BCO2lCQUNKIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5pbXBvcnQgeyBDYWxlbmRhckNvbXBvbmVudCB9IGZyb20gJy4vY2FsZW5kYXIuY29tcG9uZW50JztcblxuLyoqXG4gKiBOZ01vZHVsZSBkZWZpbml0aW9uIGZvciB0aGUgQ2FsZW5kYXIgY29tcG9uZW50LlxuICovXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtDb21tb25Nb2R1bGVdLFxuICAgIGRlY2xhcmF0aW9uczogW1xuICAgICAgICBDYWxlbmRhckNvbXBvbmVudFxuICAgIF0sXG4gICAgZXhwb3J0czogW1xuICAgICAgICBDYWxlbmRhckNvbXBvbmVudFxuICAgIF1cbn0pXG5leHBvcnQgY2xhc3MgQ2FsZW5kYXJNb2R1bGUgeyB9Il19
|