@syncfusion/ej2-schedule 33.2.3 → 34.1.29
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/dist/ej2-schedule.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js +2 -2
- package/dist/ej2-schedule.umd.min.js.map +1 -1
- package/dist/es6/ej2-schedule.es2015.js +345 -28
- package/dist/es6/ej2-schedule.es2015.js.map +1 -1
- package/dist/es6/ej2-schedule.es5.js +392 -40
- package/dist/es6/ej2-schedule.es5.js.map +1 -1
- package/dist/global/ej2-schedule.min.js +2 -2
- package/dist/global/ej2-schedule.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +11 -11
- package/src/recurrence-editor/recurrence-editor.js +5 -0
- package/src/schedule/actions/action-base.js +6 -2
- package/src/schedule/actions/resize.js +1 -1
- package/src/schedule/base/css-constant.d.ts +2 -0
- package/src/schedule/base/css-constant.js +2 -0
- package/src/schedule/base/interface.d.ts +3 -0
- package/src/schedule/base/resource.d.ts +1 -1
- package/src/schedule/base/resource.js +7 -5
- package/src/schedule/base/schedule-model.d.ts +31 -0
- package/src/schedule/base/schedule.d.ts +33 -0
- package/src/schedule/base/schedule.js +37 -1
- package/src/schedule/event-renderer/event-base.js +4 -0
- package/src/schedule/event-renderer/inline-edit.js +2 -2
- package/src/schedule/event-renderer/month.js +8 -2
- package/src/schedule/event-renderer/vertical-view.d.ts +6 -0
- package/src/schedule/event-renderer/vertical-view.js +293 -23
- package/src/schedule/models/views-model.d.ts +13 -0
- package/src/schedule/models/views.d.ts +12 -0
- package/src/schedule/models/views.js +3 -0
- package/src/schedule/popups/quick-popups.d.ts +1 -0
- package/src/schedule/popups/quick-popups.js +27 -4
- package/styles/bds-lite.css +43 -354
- package/styles/bds-lite.scss +3 -16
- package/styles/bds.css +43 -362
- package/styles/bds.scss +5 -18
- package/styles/bootstrap-dark-lite.css +43 -88
- package/styles/bootstrap-dark-lite.scss +3 -16
- package/styles/bootstrap-dark.css +43 -88
- package/styles/bootstrap-dark.scss +5 -18
- package/styles/bootstrap-lite.css +43 -83
- package/styles/bootstrap-lite.scss +3 -16
- package/styles/bootstrap.css +43 -83
- package/styles/bootstrap.scss +5 -18
- package/styles/bootstrap4-lite.css +43 -144
- package/styles/bootstrap4-lite.scss +3 -16
- package/styles/bootstrap4.css +43 -144
- package/styles/bootstrap4.scss +5 -18
- package/styles/bootstrap5-dark-lite.css +43 -136
- package/styles/bootstrap5-dark-lite.scss +3 -16
- package/styles/bootstrap5-dark.css +43 -136
- package/styles/bootstrap5-dark.scss +5 -18
- package/styles/bootstrap5-lite.css +43 -136
- package/styles/bootstrap5-lite.scss +3 -17
- package/styles/bootstrap5.3-lite.css +58 -403
- package/styles/bootstrap5.3-lite.scss +3 -17
- package/styles/bootstrap5.3.css +60 -573
- package/styles/bootstrap5.3.scss +5 -19
- package/styles/bootstrap5.css +43 -136
- package/styles/bootstrap5.scss +5 -19
- package/styles/fabric-dark-lite.css +43 -58
- package/styles/fabric-dark-lite.scss +3 -17
- package/styles/fabric-dark.css +43 -58
- package/styles/fabric-dark.scss +5 -19
- package/styles/fabric-lite.css +43 -55
- package/styles/fabric-lite.scss +3 -17
- package/styles/fabric.css +43 -55
- package/styles/fabric.scss +5 -19
- package/styles/fluent-dark-lite.css +43 -124
- package/styles/fluent-dark-lite.scss +3 -17
- package/styles/fluent-dark.css +43 -124
- package/styles/fluent-dark.scss +5 -19
- package/styles/fluent-lite.css +43 -124
- package/styles/fluent-lite.scss +3 -17
- package/styles/fluent.css +43 -124
- package/styles/fluent.scss +5 -19
- package/styles/fluent2-lite.css +43 -695
- package/styles/fluent2-lite.scss +3 -17
- package/styles/fluent2.css +55 -879
- package/styles/fluent2.scss +5 -19
- package/styles/highcontrast-light-lite.css +43 -147
- package/styles/highcontrast-light-lite.scss +3 -17
- package/styles/highcontrast-light.css +43 -147
- package/styles/highcontrast-light.scss +5 -19
- package/styles/highcontrast-lite.css +43 -156
- package/styles/highcontrast-lite.scss +3 -17
- package/styles/highcontrast.css +43 -156
- package/styles/highcontrast.scss +5 -19
- package/styles/material-dark-lite.css +43 -135
- package/styles/material-dark-lite.scss +3 -17
- package/styles/material-dark.css +43 -135
- package/styles/material-dark.scss +5 -19
- package/styles/material-lite.css +43 -172
- package/styles/material-lite.scss +3 -16
- package/styles/material.css +43 -172
- package/styles/material.scss +5 -18
- package/styles/material3-dark-lite.css +43 -718
- package/styles/material3-dark-lite.scss +3 -17
- package/styles/material3-dark.css +53 -892
- package/styles/material3-dark.scss +5 -19
- package/styles/material3-lite.css +43 -724
- package/styles/material3-lite.scss +3 -17
- package/styles/material3.css +47 -896
- package/styles/material3.scss +5 -19
- package/styles/recurrence-editor/_all.scss +2 -2
- package/styles/recurrence-editor/_bds-definition.scss +2 -2
- package/styles/recurrence-editor/_bigger.scss +1 -1
- package/styles/recurrence-editor/_bootstrap-dark-definition.scss +2 -2
- package/styles/recurrence-editor/_bootstrap-definition.scss +2 -2
- package/styles/recurrence-editor/_bootstrap4-definition.scss +2 -2
- package/styles/recurrence-editor/_bootstrap5-dark-definition.scss +2 -2
- package/styles/recurrence-editor/_bootstrap5-definition.scss +2 -2
- package/styles/recurrence-editor/_bootstrap5.3-definition.scss +2 -2
- package/styles/recurrence-editor/_fabric-dark-definition.scss +2 -2
- package/styles/recurrence-editor/_fabric-definition.scss +2 -2
- package/styles/recurrence-editor/_fluent-dark-definition.scss +2 -2
- package/styles/recurrence-editor/_fluent-definition.scss +2 -2
- package/styles/recurrence-editor/_fluent2-definition.scss +2 -2
- package/styles/recurrence-editor/_fusionnew-definition.scss +2 -2
- package/styles/recurrence-editor/_highcontrast-definition.scss +2 -2
- package/styles/recurrence-editor/_highcontrast-light-definition.scss +2 -2
- package/styles/recurrence-editor/_layout.scss +1 -1
- package/styles/recurrence-editor/_material-dark-definition.scss +2 -2
- package/styles/recurrence-editor/_material-definition.scss +2 -2
- package/styles/recurrence-editor/_material3-dark-definition.scss +2 -2
- package/styles/recurrence-editor/_material3-definition.scss +2 -2
- package/styles/recurrence-editor/_tailwind-dark-definition.scss +2 -2
- package/styles/recurrence-editor/_tailwind-definition.scss +2 -2
- package/styles/recurrence-editor/_tailwind3-definition.scss +2 -2
- package/styles/recurrence-editor/_theme.scss +1 -1
- package/styles/recurrence-editor/_variables.scss +2 -0
- package/styles/recurrence-editor/bds.css +0 -137
- package/styles/recurrence-editor/bds.scss +2 -8
- package/styles/recurrence-editor/bootstrap-dark.css +0 -58
- package/styles/recurrence-editor/bootstrap-dark.scss +2 -8
- package/styles/recurrence-editor/bootstrap.css +0 -58
- package/styles/recurrence-editor/bootstrap.scss +2 -8
- package/styles/recurrence-editor/bootstrap4.css +0 -94
- package/styles/recurrence-editor/bootstrap4.scss +2 -8
- package/styles/recurrence-editor/bootstrap5-dark.css +0 -96
- package/styles/recurrence-editor/bootstrap5-dark.scss +2 -8
- package/styles/recurrence-editor/bootstrap5.3.css +0 -264
- package/styles/recurrence-editor/bootstrap5.3.scss +2 -8
- package/styles/recurrence-editor/bootstrap5.css +0 -96
- package/styles/recurrence-editor/bootstrap5.scss +2 -8
- package/styles/recurrence-editor/fabric-dark.css +0 -34
- package/styles/recurrence-editor/fabric-dark.scss +2 -8
- package/styles/recurrence-editor/fabric.css +0 -34
- package/styles/recurrence-editor/fabric.scss +2 -8
- package/styles/recurrence-editor/fluent-dark.css +0 -89
- package/styles/recurrence-editor/fluent-dark.scss +2 -8
- package/styles/recurrence-editor/fluent.css +0 -89
- package/styles/recurrence-editor/fluent.scss +2 -8
- package/styles/recurrence-editor/fluent2.css +0 -490
- package/styles/recurrence-editor/fluent2.scss +2 -8
- package/styles/recurrence-editor/highcontrast-light.css +0 -43
- package/styles/recurrence-editor/highcontrast-light.scss +2 -8
- package/styles/recurrence-editor/highcontrast.css +0 -43
- package/styles/recurrence-editor/highcontrast.scss +2 -8
- package/styles/recurrence-editor/material-dark.css +0 -83
- package/styles/recurrence-editor/material-dark.scss +2 -8
- package/styles/recurrence-editor/material.css +0 -87
- package/styles/recurrence-editor/material.scss +2 -8
- package/styles/recurrence-editor/material3-dark.css +0 -316
- package/styles/recurrence-editor/material3-dark.scss +2 -8
- package/styles/recurrence-editor/material3.css +0 -320
- package/styles/recurrence-editor/material3.scss +2 -8
- package/styles/recurrence-editor/tailwind-dark.css +0 -70
- package/styles/recurrence-editor/tailwind-dark.scss +2 -8
- package/styles/recurrence-editor/tailwind.css +0 -70
- package/styles/recurrence-editor/tailwind.scss +2 -8
- package/styles/recurrence-editor/tailwind3.css +0 -244
- package/styles/recurrence-editor/tailwind3.scss +2 -8
- package/styles/schedule/_all.scss +2 -2
- package/styles/schedule/_bds-definition.scss +10 -2
- package/styles/schedule/_bigger.scss +1 -1
- package/styles/schedule/_bootstrap-dark-definition.scss +9 -2
- package/styles/schedule/_bootstrap-definition.scss +9 -2
- package/styles/schedule/_bootstrap4-definition.scss +9 -2
- package/styles/schedule/_bootstrap5-dark-definition.scss +9 -2
- package/styles/schedule/_bootstrap5-definition.scss +9 -2
- package/styles/schedule/_bootstrap5.3-definition.scss +13 -5
- package/styles/schedule/_fabric-dark-definition.scss +10 -2
- package/styles/schedule/_fabric-definition.scss +9 -2
- package/styles/schedule/_fluent-dark-definition.scss +10 -2
- package/styles/schedule/_fluent-definition.scss +10 -2
- package/styles/schedule/_fluent2-definition.scss +10 -2
- package/styles/schedule/_fusionnew-definition.scss +8 -0
- package/styles/schedule/_highcontrast-definition.scss +9 -2
- package/styles/schedule/_highcontrast-light-definition.scss +9 -2
- package/styles/schedule/_layout.scss +62 -23
- package/styles/schedule/_material-dark-definition.scss +10 -2
- package/styles/schedule/_material-definition.scss +10 -2
- package/styles/schedule/_material3-dark-definition.scss +10 -2
- package/styles/schedule/_material3-definition.scss +10 -2
- package/styles/schedule/_tailwind-dark-definition.scss +10 -2
- package/styles/schedule/_tailwind-definition.scss +10 -2
- package/styles/schedule/_tailwind3-definition.scss +10 -2
- package/styles/schedule/_theme.scss +2 -2
- package/styles/schedule/_variables.scss +2 -0
- package/styles/schedule/bds.css +43 -354
- package/styles/schedule/bds.scss +2 -16
- package/styles/schedule/bootstrap-dark.css +43 -88
- package/styles/schedule/bootstrap-dark.scss +2 -16
- package/styles/schedule/bootstrap.css +43 -83
- package/styles/schedule/bootstrap.scss +2 -16
- package/styles/schedule/bootstrap4.css +43 -144
- package/styles/schedule/bootstrap4.scss +2 -16
- package/styles/schedule/bootstrap5-dark.css +43 -136
- package/styles/schedule/bootstrap5-dark.scss +2 -16
- package/styles/schedule/bootstrap5.3.css +60 -405
- package/styles/schedule/bootstrap5.3.scss +2 -16
- package/styles/schedule/bootstrap5.css +43 -136
- package/styles/schedule/bootstrap5.scss +2 -16
- package/styles/schedule/fabric-dark.css +43 -58
- package/styles/schedule/fabric-dark.scss +2 -16
- package/styles/schedule/fabric.css +43 -55
- package/styles/schedule/fabric.scss +2 -16
- package/styles/schedule/fluent-dark.css +43 -124
- package/styles/schedule/fluent-dark.scss +2 -16
- package/styles/schedule/fluent.css +43 -124
- package/styles/schedule/fluent.scss +2 -16
- package/styles/schedule/fluent2.css +43 -695
- package/styles/schedule/fluent2.scss +2 -16
- package/styles/schedule/highcontrast-light.css +43 -147
- package/styles/schedule/highcontrast-light.scss +2 -16
- package/styles/schedule/highcontrast.css +43 -156
- package/styles/schedule/highcontrast.scss +2 -16
- package/styles/schedule/icons/_bds.scss +1 -1
- package/styles/schedule/icons/_bootstrap-dark.scss +1 -1
- package/styles/schedule/icons/_bootstrap.scss +1 -1
- package/styles/schedule/icons/_bootstrap4.scss +1 -1
- package/styles/schedule/icons/_bootstrap5.3.scss +1 -1
- package/styles/schedule/icons/_bootstrap5.scss +1 -1
- package/styles/schedule/icons/_fabric-dark.scss +1 -1
- package/styles/schedule/icons/_fabric.scss +1 -1
- package/styles/schedule/icons/_fluent.scss +1 -1
- package/styles/schedule/icons/_fluent2.scss +1 -1
- package/styles/schedule/icons/_fusionnew.scss +1 -1
- package/styles/schedule/icons/_highcontrast-light.scss +1 -1
- package/styles/schedule/icons/_highcontrast.scss +1 -1
- package/styles/schedule/icons/_material-dark.scss +1 -1
- package/styles/schedule/icons/_material.scss +1 -1
- package/styles/schedule/icons/_material3.scss +1 -1
- package/styles/schedule/icons/_tailwind.scss +1 -1
- package/styles/schedule/icons/_tailwind3.scss +1 -1
- package/styles/schedule/material-dark.css +43 -135
- package/styles/schedule/material-dark.scss +2 -16
- package/styles/schedule/material.css +43 -172
- package/styles/schedule/material.scss +2 -16
- package/styles/schedule/material3-dark.css +43 -718
- package/styles/schedule/material3-dark.scss +2 -16
- package/styles/schedule/material3.css +43 -724
- package/styles/schedule/material3.scss +2 -16
- package/styles/schedule/tailwind-dark.css +43 -101
- package/styles/schedule/tailwind-dark.scss +2 -16
- package/styles/schedule/tailwind.css +43 -101
- package/styles/schedule/tailwind.scss +2 -16
- package/styles/schedule/tailwind3.css +43 -414
- package/styles/schedule/tailwind3.scss +2 -16
- package/styles/tailwind-dark-lite.css +43 -101
- package/styles/tailwind-dark-lite.scss +3 -17
- package/styles/tailwind-dark.css +43 -101
- package/styles/tailwind-dark.scss +5 -19
- package/styles/tailwind-lite.css +43 -101
- package/styles/tailwind-lite.scss +3 -17
- package/styles/tailwind.css +43 -101
- package/styles/tailwind.scss +5 -19
- package/styles/tailwind3-lite.css +43 -414
- package/styles/tailwind3-lite.scss +3 -17
- package/styles/tailwind3.css +43 -562
- package/styles/tailwind3.scss +5 -19
- package/styles/recurrence-editor/_all.bds.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap-dark.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap4.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap5-dark.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap5.3.scss +0 -2
- package/styles/recurrence-editor/_all.bootstrap5.scss +0 -2
- package/styles/recurrence-editor/_all.fabric-dark.scss +0 -2
- package/styles/recurrence-editor/_all.fabric.scss +0 -2
- package/styles/recurrence-editor/_all.fluent-dark.scss +0 -2
- package/styles/recurrence-editor/_all.fluent.scss +0 -2
- package/styles/recurrence-editor/_all.fluent2.scss +0 -2
- package/styles/recurrence-editor/_all.highcontrast-light.scss +0 -2
- package/styles/recurrence-editor/_all.highcontrast.scss +0 -2
- package/styles/recurrence-editor/_all.material-dark.scss +0 -2
- package/styles/recurrence-editor/_all.material.scss +0 -2
- package/styles/recurrence-editor/_all.material3-dark.scss +0 -2
- package/styles/recurrence-editor/_all.material3.scss +0 -2
- package/styles/recurrence-editor/_all.tailwind-dark.scss +0 -2
- package/styles/recurrence-editor/_all.tailwind.scss +0 -2
- package/styles/recurrence-editor/_all.tailwind3.scss +0 -2
- package/styles/recurrence-editor/_bigger.bds.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap4.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap5.3.scss +0 -3
- package/styles/recurrence-editor/_bigger.bootstrap5.scss +0 -3
- package/styles/recurrence-editor/_bigger.fabric-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.fabric.scss +0 -3
- package/styles/recurrence-editor/_bigger.fluent-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.fluent.scss +0 -3
- package/styles/recurrence-editor/_bigger.fluent2.scss +0 -3
- package/styles/recurrence-editor/_bigger.highcontrast-light.scss +0 -3
- package/styles/recurrence-editor/_bigger.highcontrast.scss +0 -3
- package/styles/recurrence-editor/_bigger.material-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.material.scss +0 -3
- package/styles/recurrence-editor/_bigger.material3-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.material3.scss +0 -3
- package/styles/recurrence-editor/_bigger.tailwind-dark.scss +0 -3
- package/styles/recurrence-editor/_bigger.tailwind.scss +0 -3
- package/styles/recurrence-editor/_bigger.tailwind3.scss +0 -3
- package/styles/recurrence-editor/_layout.bds.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap4.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap5-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap5.3.scss +0 -3
- package/styles/recurrence-editor/_layout.bootstrap5.scss +0 -3
- package/styles/recurrence-editor/_layout.fabric-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.fabric.scss +0 -3
- package/styles/recurrence-editor/_layout.fluent-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.fluent.scss +0 -3
- package/styles/recurrence-editor/_layout.fluent2.scss +0 -3
- package/styles/recurrence-editor/_layout.highcontrast-light.scss +0 -3
- package/styles/recurrence-editor/_layout.highcontrast.scss +0 -3
- package/styles/recurrence-editor/_layout.material-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.material.scss +0 -3
- package/styles/recurrence-editor/_layout.material3-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.material3.scss +0 -3
- package/styles/recurrence-editor/_layout.tailwind-dark.scss +0 -3
- package/styles/recurrence-editor/_layout.tailwind.scss +0 -3
- package/styles/recurrence-editor/_layout.tailwind3.scss +0 -3
- package/styles/recurrence-editor/_theme-variables.bds.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap4.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.bootstrap5.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fabric-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fabric.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fluent-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fluent.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.fluent2.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.highcontrast.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material3-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.material3.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.tailwind.scss +0 -1
- package/styles/recurrence-editor/_theme-variables.tailwind3.scss +0 -1
- package/styles/recurrence-editor/_theme.bds.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap4.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap5-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap5.3.scss +0 -1
- package/styles/recurrence-editor/_theme.bootstrap5.scss +0 -1
- package/styles/recurrence-editor/_theme.fabric-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.fabric.scss +0 -1
- package/styles/recurrence-editor/_theme.fluent-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.fluent.scss +0 -1
- package/styles/recurrence-editor/_theme.fluent2.scss +0 -1
- package/styles/recurrence-editor/_theme.highcontrast-light.scss +0 -1
- package/styles/recurrence-editor/_theme.highcontrast.scss +0 -1
- package/styles/recurrence-editor/_theme.material-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.material.scss +0 -1
- package/styles/recurrence-editor/_theme.material3-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.material3.scss +0 -1
- package/styles/recurrence-editor/_theme.tailwind-dark.scss +0 -1
- package/styles/recurrence-editor/_theme.tailwind.scss +0 -1
- package/styles/recurrence-editor/_theme.tailwind3.scss +0 -1
- package/styles/schedule/_all.bds.scss +0 -2
- package/styles/schedule/_all.bootstrap-dark.scss +0 -2
- package/styles/schedule/_all.bootstrap.scss +0 -2
- package/styles/schedule/_all.bootstrap4.scss +0 -2
- package/styles/schedule/_all.bootstrap5-dark.scss +0 -2
- package/styles/schedule/_all.bootstrap5.3.scss +0 -2
- package/styles/schedule/_all.bootstrap5.scss +0 -2
- package/styles/schedule/_all.fabric-dark.scss +0 -2
- package/styles/schedule/_all.fabric.scss +0 -2
- package/styles/schedule/_all.fluent-dark.scss +0 -2
- package/styles/schedule/_all.fluent.scss +0 -2
- package/styles/schedule/_all.fluent2.scss +0 -2
- package/styles/schedule/_all.highcontrast-light.scss +0 -2
- package/styles/schedule/_all.highcontrast.scss +0 -2
- package/styles/schedule/_all.material-dark.scss +0 -2
- package/styles/schedule/_all.material.scss +0 -2
- package/styles/schedule/_all.material3-dark.scss +0 -2
- package/styles/schedule/_all.material3.scss +0 -2
- package/styles/schedule/_all.tailwind-dark.scss +0 -2
- package/styles/schedule/_all.tailwind.scss +0 -2
- package/styles/schedule/_all.tailwind3.scss +0 -2
- package/styles/schedule/_bigger.bds.scss +0 -3
- package/styles/schedule/_bigger.bootstrap-dark.scss +0 -3
- package/styles/schedule/_bigger.bootstrap.scss +0 -3
- package/styles/schedule/_bigger.bootstrap4.scss +0 -3
- package/styles/schedule/_bigger.bootstrap5-dark.scss +0 -3
- package/styles/schedule/_bigger.bootstrap5.3.scss +0 -3
- package/styles/schedule/_bigger.bootstrap5.scss +0 -3
- package/styles/schedule/_bigger.fabric-dark.scss +0 -3
- package/styles/schedule/_bigger.fabric.scss +0 -3
- package/styles/schedule/_bigger.fluent-dark.scss +0 -3
- package/styles/schedule/_bigger.fluent.scss +0 -3
- package/styles/schedule/_bigger.fluent2.scss +0 -3
- package/styles/schedule/_bigger.highcontrast-light.scss +0 -3
- package/styles/schedule/_bigger.highcontrast.scss +0 -3
- package/styles/schedule/_bigger.material-dark.scss +0 -3
- package/styles/schedule/_bigger.material.scss +0 -3
- package/styles/schedule/_bigger.material3-dark.scss +0 -3
- package/styles/schedule/_bigger.material3.scss +0 -3
- package/styles/schedule/_bigger.tailwind-dark.scss +0 -3
- package/styles/schedule/_bigger.tailwind.scss +0 -3
- package/styles/schedule/_bigger.tailwind3.scss +0 -3
- package/styles/schedule/_layout.bds.scss +0 -3
- package/styles/schedule/_layout.bootstrap-dark.scss +0 -3
- package/styles/schedule/_layout.bootstrap.scss +0 -3
- package/styles/schedule/_layout.bootstrap4.scss +0 -3
- package/styles/schedule/_layout.bootstrap5-dark.scss +0 -3
- package/styles/schedule/_layout.bootstrap5.3.scss +0 -3
- package/styles/schedule/_layout.bootstrap5.scss +0 -3
- package/styles/schedule/_layout.fabric-dark.scss +0 -3
- package/styles/schedule/_layout.fabric.scss +0 -3
- package/styles/schedule/_layout.fluent-dark.scss +0 -3
- package/styles/schedule/_layout.fluent.scss +0 -3
- package/styles/schedule/_layout.fluent2.scss +0 -3
- package/styles/schedule/_layout.highcontrast-light.scss +0 -3
- package/styles/schedule/_layout.highcontrast.scss +0 -3
- package/styles/schedule/_layout.material-dark.scss +0 -3
- package/styles/schedule/_layout.material.scss +0 -3
- package/styles/schedule/_layout.material3-dark.scss +0 -3
- package/styles/schedule/_layout.material3.scss +0 -3
- package/styles/schedule/_layout.tailwind-dark.scss +0 -3
- package/styles/schedule/_layout.tailwind.scss +0 -3
- package/styles/schedule/_layout.tailwind3.scss +0 -3
- package/styles/schedule/_theme-variables.bds.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap-dark.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap4.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap5-dark.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap5.3.scss +0 -1
- package/styles/schedule/_theme-variables.bootstrap5.scss +0 -1
- package/styles/schedule/_theme-variables.fabric-dark.scss +0 -1
- package/styles/schedule/_theme-variables.fabric.scss +0 -1
- package/styles/schedule/_theme-variables.fluent-dark.scss +0 -1
- package/styles/schedule/_theme-variables.fluent.scss +0 -1
- package/styles/schedule/_theme-variables.fluent2.scss +0 -1
- package/styles/schedule/_theme-variables.highcontrast-light.scss +0 -1
- package/styles/schedule/_theme-variables.highcontrast.scss +0 -1
- package/styles/schedule/_theme-variables.material-dark.scss +0 -1
- package/styles/schedule/_theme-variables.material.scss +0 -1
- package/styles/schedule/_theme-variables.material3-dark.scss +0 -1
- package/styles/schedule/_theme-variables.material3.scss +0 -1
- package/styles/schedule/_theme-variables.tailwind-dark.scss +0 -1
- package/styles/schedule/_theme-variables.tailwind.scss +0 -1
- package/styles/schedule/_theme-variables.tailwind3.scss +0 -1
- package/styles/schedule/_theme.bds.scss +0 -4
- package/styles/schedule/_theme.bootstrap-dark.scss +0 -4
- package/styles/schedule/_theme.bootstrap.scss +0 -4
- package/styles/schedule/_theme.bootstrap4.scss +0 -4
- package/styles/schedule/_theme.bootstrap5-dark.scss +0 -4
- package/styles/schedule/_theme.bootstrap5.3.scss +0 -4
- package/styles/schedule/_theme.bootstrap5.scss +0 -4
- package/styles/schedule/_theme.fabric-dark.scss +0 -4
- package/styles/schedule/_theme.fabric.scss +0 -4
- package/styles/schedule/_theme.fluent-dark.scss +0 -4
- package/styles/schedule/_theme.fluent.scss +0 -4
- package/styles/schedule/_theme.fluent2.scss +0 -4
- package/styles/schedule/_theme.highcontrast-light.scss +0 -4
- package/styles/schedule/_theme.highcontrast.scss +0 -4
- package/styles/schedule/_theme.material-dark.scss +0 -4
- package/styles/schedule/_theme.material.scss +0 -4
- package/styles/schedule/_theme.material3-dark.scss +0 -4
- package/styles/schedule/_theme.material3.scss +0 -4
- package/styles/schedule/_theme.tailwind-dark.scss +0 -4
- package/styles/schedule/_theme.tailwind.scss +0 -4
- package/styles/schedule/_theme.tailwind3.scss +0 -4
|
@@ -1,86 +1,3 @@
|
|
|
1
|
-
/*! TreeView's bootstrap theme wise override definitions and variables */
|
|
2
|
-
/* stylelint-disable */
|
|
3
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
4
|
-
/*! calendar bootstrap theme variables */
|
|
5
|
-
.e-popup.e-ddl {
|
|
6
|
-
border-radius: 4px;
|
|
7
|
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
8
|
-
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
|
9
|
-
margin-top: 3px;
|
|
10
|
-
}
|
|
11
|
-
.e-popup.e-ddl .e-input-group {
|
|
12
|
-
width: auto;
|
|
13
|
-
}
|
|
14
|
-
.e-popup.e-ddl .e-input-group input {
|
|
15
|
-
line-height: 15px;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
19
|
-
min-height: 26px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
23
|
-
display: -webkit-box;
|
|
24
|
-
display: -ms-flexbox;
|
|
25
|
-
display: flex;
|
|
26
|
-
width: auto;
|
|
27
|
-
}
|
|
28
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
29
|
-
border: 0;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
33
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
34
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
35
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
36
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
37
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
38
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
39
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
40
|
-
background: transparent;
|
|
41
|
-
color: #333;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
45
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
46
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
47
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
48
|
-
border: 0;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
52
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
53
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
54
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
55
|
-
-webkit-box-shadow: none;
|
|
56
|
-
box-shadow: none;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
60
|
-
border-bottom: 1px solid #ccc;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
64
|
-
line-height: 30px;
|
|
65
|
-
top: 0;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
69
|
-
border-radius: 0 4px 4px 0;
|
|
70
|
-
border-right-width: 0;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
74
|
-
border-left-width: 0;
|
|
75
|
-
border-radius: 4px 0 0 4px;
|
|
76
|
-
border-right-width: 1px;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
80
|
-
height: 32px;
|
|
81
|
-
width: 32px;
|
|
82
|
-
}
|
|
83
|
-
|
|
84
1
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
85
2
|
content: "\e990";
|
|
86
3
|
}
|
|
@@ -1092,6 +1009,49 @@
|
|
|
1092
1009
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1093
1010
|
cursor: default;
|
|
1094
1011
|
}
|
|
1012
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge {
|
|
1013
|
+
height: 18px;
|
|
1014
|
+
width: 20%;
|
|
1015
|
+
position: absolute;
|
|
1016
|
+
border-radius: 3px;
|
|
1017
|
+
top: 0;
|
|
1018
|
+
background: rgb(228, 230, 232);
|
|
1019
|
+
color: rgb(31, 29, 29);
|
|
1020
|
+
display: -webkit-box;
|
|
1021
|
+
display: -ms-flexbox;
|
|
1022
|
+
display: flex;
|
|
1023
|
+
-webkit-box-pack: center;
|
|
1024
|
+
-ms-flex-pack: center;
|
|
1025
|
+
justify-content: center;
|
|
1026
|
+
border: 1px solid rgb(202, 197, 197);
|
|
1027
|
+
font-size: 12px;
|
|
1028
|
+
font-weight: 500;
|
|
1029
|
+
cursor: pointer;
|
|
1030
|
+
-webkit-transition: all 0.2s ease;
|
|
1031
|
+
transition: all 0.2s ease;
|
|
1032
|
+
white-space: normal;
|
|
1033
|
+
word-break: break-all;
|
|
1034
|
+
text-align: center;
|
|
1035
|
+
}
|
|
1036
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge.e-hidden {
|
|
1037
|
+
display: none;
|
|
1038
|
+
}
|
|
1039
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:focus {
|
|
1040
|
+
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1041
|
+
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1042
|
+
}
|
|
1043
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:hover {
|
|
1044
|
+
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1045
|
+
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1046
|
+
}
|
|
1047
|
+
.e-schedule .e-vertical-view {
|
|
1048
|
+
/* Responsive styles for event indicator badge */
|
|
1049
|
+
}
|
|
1050
|
+
@media screen and (max-width: 400px) {
|
|
1051
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge {
|
|
1052
|
+
width: 25%;
|
|
1053
|
+
}
|
|
1054
|
+
}
|
|
1095
1055
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
|
|
1096
1056
|
background: #317ab9;
|
|
1097
1057
|
border: 1px solid rgb(198.0769230769, 220.5384615385, 239.9230769231);
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/bootstrap' as *;
|
|
2
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap-definition' as *;
|
|
3
|
-
@use 'ej2-navigations/styles/treeview/bootstrap-definition' as *;
|
|
4
|
-
@use 'ej2-inputs/styles/input/bootstrap-definition' as *;
|
|
5
|
-
@use 'ej2-inputs/styles/numerictextbox/bootstrap-definition' as *;
|
|
6
|
-
@use 'ej2-calendars/styles/calendar/bootstrap-definition' as *;
|
|
7
|
-
@use 'ej2-calendars/styles/datepicker/bootstrap-definition' as *;
|
|
8
|
-
@use 'ej2-calendars/styles/datetimepicker/bootstrap-definition' as *;
|
|
9
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap-definition' as *;
|
|
10
|
-
@use 'ej2-dropdowns/styles/multi-select/bootstrap-definition' as *;
|
|
11
|
-
@use 'ej2-buttons/styles/button/bootstrap-definition' as *;
|
|
12
|
-
@use 'ej2-buttons/styles/check-box/bootstrap-definition' as *;
|
|
13
|
-
@use '../recurrence-editor/bootstrap-definition' as *;
|
|
14
|
-
@use 'ej2-navigations/styles/sidebar/bootstrap-definition' as *;
|
|
15
1
|
@use 'bootstrap-definition' as *;
|
|
16
2
|
@use 'icons/bootstrap' as *;
|
|
17
|
-
@use 'all
|
|
18
|
-
@use 'bigger
|
|
3
|
+
@use 'all' as *;
|
|
4
|
+
@use 'bigger' as *;
|
|
@@ -1,147 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
3
|
-
/*! calendar bootstrap theme variables */
|
|
4
|
-
.e-popup.e-ddl {
|
|
5
|
-
border-radius: 4px;
|
|
6
|
-
-webkit-box-shadow: none;
|
|
7
|
-
box-shadow: none;
|
|
8
|
-
margin-top: 3px;
|
|
9
|
-
}
|
|
10
|
-
.e-popup.e-ddl .e-input-group {
|
|
11
|
-
width: auto;
|
|
12
|
-
}
|
|
13
|
-
.e-popup.e-ddl .e-input-group input {
|
|
14
|
-
line-height: 15px;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
18
|
-
min-height: 26px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
22
|
-
display: -webkit-box;
|
|
23
|
-
display: -ms-flexbox;
|
|
24
|
-
display: flex;
|
|
25
|
-
width: auto;
|
|
26
|
-
}
|
|
27
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
28
|
-
border: 0;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
32
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
33
|
-
background: transparent;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
37
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
38
|
-
background: #e9ecef;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
42
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
43
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
44
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
45
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
46
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
47
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
48
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
49
|
-
background: transparent;
|
|
50
|
-
color: #495057;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
54
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
55
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
56
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
57
|
-
border: 0;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
61
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
62
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
63
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
64
|
-
-webkit-box-shadow: none;
|
|
65
|
-
box-shadow: none;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
69
|
-
background: transparent;
|
|
70
|
-
display: -webkit-box;
|
|
71
|
-
display: -ms-flexbox;
|
|
72
|
-
display: flex;
|
|
73
|
-
position: relative;
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
77
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
78
|
-
background: rgba(0, 0, 0, 0.03);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
82
|
-
font-size: 12px;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
86
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
87
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
88
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
89
|
-
background: transparent;
|
|
90
|
-
color: #495057;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-small .e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
94
|
-
.e-small.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
95
|
-
font-size: 10px;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
99
|
-
line-height: 30px;
|
|
100
|
-
top: 0;
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
104
|
-
border-radius: 0 4px 4px 0;
|
|
105
|
-
border-right-width: 0;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
109
|
-
font-size: 12px;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.e-small .e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before,
|
|
113
|
-
.e-small.e-input-group.e-multiselect.e-control-wrapper .e-input-group-icon.e-ddl-icon::before {
|
|
114
|
-
font-size: 10px;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
118
|
-
border-left-width: 0;
|
|
119
|
-
border-radius: 4px 0 0 4px;
|
|
120
|
-
border-right-width: 1px;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-popup.e-multi-select-list-wrapper .e-list-item.e-active.e-item-focus.e-hover {
|
|
124
|
-
-webkit-box-shadow: none;
|
|
125
|
-
box-shadow: none;
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
.e-input-group.e-multiselect .e-spinner-pane .e-spinner-inner .e-spin-bootstrap4 .e-path-circle {
|
|
129
|
-
stroke-width: 1px;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.e-small .e-multi-select-wrapper .e-chips {
|
|
133
|
-
margin: 1px 4px 1px 0;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.e-multiselect.e-float-input input[readonly],
|
|
137
|
-
.e-multiselect.e-float-input.e-control-wrapper input[readonly] {
|
|
138
|
-
background: transparent;
|
|
139
|
-
}
|
|
140
|
-
|
|
141
|
-
.e-small .e-multi-select-wrapper .e-close-hooker::before {
|
|
142
|
-
top: 7px;
|
|
143
|
-
}
|
|
144
|
-
|
|
145
1
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
146
2
|
content: "\e78c";
|
|
147
3
|
}
|
|
@@ -1147,6 +1003,49 @@
|
|
|
1147
1003
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1148
1004
|
cursor: default;
|
|
1149
1005
|
}
|
|
1006
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge {
|
|
1007
|
+
height: 18px;
|
|
1008
|
+
width: 20%;
|
|
1009
|
+
position: absolute;
|
|
1010
|
+
border-radius: 3px;
|
|
1011
|
+
top: 0;
|
|
1012
|
+
background: rgb(228, 230, 232);
|
|
1013
|
+
color: rgb(31, 29, 29);
|
|
1014
|
+
display: -webkit-box;
|
|
1015
|
+
display: -ms-flexbox;
|
|
1016
|
+
display: flex;
|
|
1017
|
+
-webkit-box-pack: center;
|
|
1018
|
+
-ms-flex-pack: center;
|
|
1019
|
+
justify-content: center;
|
|
1020
|
+
border: 1px solid rgb(202, 197, 197);
|
|
1021
|
+
font-size: 12px;
|
|
1022
|
+
font-weight: 500;
|
|
1023
|
+
cursor: pointer;
|
|
1024
|
+
-webkit-transition: all 0.2s ease;
|
|
1025
|
+
transition: all 0.2s ease;
|
|
1026
|
+
white-space: normal;
|
|
1027
|
+
word-break: break-all;
|
|
1028
|
+
text-align: center;
|
|
1029
|
+
}
|
|
1030
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge.e-hidden {
|
|
1031
|
+
display: none;
|
|
1032
|
+
}
|
|
1033
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:focus {
|
|
1034
|
+
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1035
|
+
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1036
|
+
}
|
|
1037
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:hover {
|
|
1038
|
+
-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1039
|
+
box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
|
|
1040
|
+
}
|
|
1041
|
+
.e-schedule .e-vertical-view {
|
|
1042
|
+
/* Responsive styles for event indicator badge */
|
|
1043
|
+
}
|
|
1044
|
+
@media screen and (max-width: 400px) {
|
|
1045
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge {
|
|
1046
|
+
width: 25%;
|
|
1047
|
+
}
|
|
1048
|
+
}
|
|
1150
1049
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
|
|
1151
1050
|
background: #007bff;
|
|
1152
1051
|
border: 1px solid rgb(204, 228.6, 255);
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/bootstrap4' as *;
|
|
2
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap4-definition' as *;
|
|
3
|
-
@use 'ej2-navigations/styles/treeview/bootstrap4-definition' as *;
|
|
4
|
-
@use 'ej2-inputs/styles/input/bootstrap4-definition' as *;
|
|
5
|
-
@use 'ej2-inputs/styles/numerictextbox/bootstrap4-definition' as *;
|
|
6
|
-
@use 'ej2-calendars/styles/calendar/bootstrap4-definition' as *;
|
|
7
|
-
@use 'ej2-calendars/styles/datepicker/bootstrap4-definition' as *;
|
|
8
|
-
@use 'ej2-calendars/styles/datetimepicker/bootstrap4-definition' as *;
|
|
9
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap4-definition' as *;
|
|
10
|
-
@use 'ej2-dropdowns/styles/multi-select/bootstrap4-definition' as *;
|
|
11
|
-
@use 'ej2-buttons/styles/button/bootstrap4-definition' as *;
|
|
12
|
-
@use 'ej2-buttons/styles/check-box/bootstrap4-definition' as *;
|
|
13
|
-
@use '../recurrence-editor/bootstrap4-definition' as *;
|
|
14
|
-
@use 'ej2-navigations/styles/sidebar/bootstrap4-definition' as *;
|
|
15
1
|
@use 'bootstrap4-definition' as *;
|
|
16
2
|
@use 'icons/bootstrap4' as *;
|
|
17
|
-
@use 'all
|
|
18
|
-
@use 'bigger
|
|
3
|
+
@use 'all' as *;
|
|
4
|
+
@use 'bigger' as *;
|
|
@@ -1,139 +1,3 @@
|
|
|
1
|
-
/* stylelint-disable */
|
|
2
|
-
/*! TreeView's bootstrap5 theme wise override definitions and variables */
|
|
3
|
-
/* stylelint-disable */
|
|
4
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
5
|
-
/*! calendar bootstrap5 theme variables */
|
|
6
|
-
.e-popup.e-ddl {
|
|
7
|
-
border-radius: 4px;
|
|
8
|
-
-webkit-box-shadow: none;
|
|
9
|
-
box-shadow: none;
|
|
10
|
-
margin-top: 3px;
|
|
11
|
-
}
|
|
12
|
-
.e-popup.e-ddl .e-input-group {
|
|
13
|
-
width: auto;
|
|
14
|
-
}
|
|
15
|
-
.e-popup.e-ddl .e-input-group input {
|
|
16
|
-
line-height: 15px;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
20
|
-
min-height: 26px;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group {
|
|
24
|
-
display: -webkit-box;
|
|
25
|
-
display: -ms-flexbox;
|
|
26
|
-
display: flex;
|
|
27
|
-
width: auto;
|
|
28
|
-
}
|
|
29
|
-
.e-popup.e-ddl .e-filter-parent .e-input-group .e-back-icon {
|
|
30
|
-
border: 0;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly],
|
|
34
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] {
|
|
35
|
-
background: transparent;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.e-input-group.e-control-wrapper.e-ddl.e-readonly .e-input[readonly],
|
|
39
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly input[readonly] {
|
|
40
|
-
background: #343a40;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
44
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
45
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:active,
|
|
46
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-ddl-icon:hover,
|
|
47
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
48
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:hover,
|
|
49
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
50
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:hover {
|
|
51
|
-
background: transparent;
|
|
52
|
-
color: #adb5bd;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.e-input-group.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
56
|
-
.e-input-group.e-control-wrapper.e-ddl .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
57
|
-
.e-float-input.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon,
|
|
58
|
-
.e-float-input.e-control-wrapper.e-ddl input[readonly] ~ span.e-input-group-icon.e-ddl-icon {
|
|
59
|
-
background: transparent;
|
|
60
|
-
color: #adb5bd;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.e-input-group.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
64
|
-
.e-input-group.e-control-wrapper.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
65
|
-
.e-float-input.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon,
|
|
66
|
-
.e-float-input.e-control-wrapper.e-ddl.e-readonly .e-input[readonly] ~ span.e-input-group-icon.e-ddl-icon.e-search-icon {
|
|
67
|
-
background: #343a40;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon,
|
|
71
|
-
.e-input-group.e-disabled.e-ddl .e-control.e-dropdownlist ~ .e-input-group-icon,
|
|
72
|
-
.e-control.e-dropdownlist .e-input-group.e-disabled.e-ddl .e-input-group-icon,
|
|
73
|
-
.e-control.e-dropdownlist .e-input-group.e-ddl .e-input-group-icon {
|
|
74
|
-
border: 0;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-input-group-icon:active,
|
|
78
|
-
.e-control.e-dropdownlist .e-input-group:not(.e-disabled) .e-input-group-icon:active,
|
|
79
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
80
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon:active {
|
|
81
|
-
-webkit-box-shadow: none;
|
|
82
|
-
box-shadow: none;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.e-ddl.e-popup .e-input-group:not(.e-disabled) .e-clear-icon {
|
|
86
|
-
background: transparent;
|
|
87
|
-
display: -webkit-box;
|
|
88
|
-
display: -ms-flexbox;
|
|
89
|
-
display: flex;
|
|
90
|
-
position: relative;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.e-ddl.e-popup .e-filter-parent .e-input-group,
|
|
94
|
-
.e-ddl.e-popup .e-filter-parent {
|
|
95
|
-
background: #212529;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.e-input-group .e-control.e-dropdownlist ~ .e-ddl-icon {
|
|
99
|
-
font-size: 14px;
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
103
|
-
line-height: 30px;
|
|
104
|
-
top: 0;
|
|
105
|
-
}
|
|
106
|
-
|
|
107
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
108
|
-
border-radius: 0 2px 2px 0;
|
|
109
|
-
border-right-width: 0;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
113
|
-
border-left-width: 0;
|
|
114
|
-
border-radius: 4px 0 0 4px;
|
|
115
|
-
border-right-width: 1px;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
119
|
-
height: 32px;
|
|
120
|
-
width: 32px;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
124
|
-
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
125
|
-
color: #fff;
|
|
126
|
-
height: 100%;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
130
|
-
border-left-width: 0;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.e-float-input.e-control-wrapper.e-multiselect input[readonly] {
|
|
134
|
-
background: transparent;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
1
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
138
2
|
content: "\e765";
|
|
139
3
|
}
|
|
@@ -1142,6 +1006,49 @@
|
|
|
1142
1006
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1143
1007
|
cursor: default;
|
|
1144
1008
|
}
|
|
1009
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge {
|
|
1010
|
+
height: 18px;
|
|
1011
|
+
width: 20%;
|
|
1012
|
+
position: absolute;
|
|
1013
|
+
border-radius: 3px;
|
|
1014
|
+
top: 0;
|
|
1015
|
+
background: rgb(228, 230, 232);
|
|
1016
|
+
color: rgb(31, 29, 29);
|
|
1017
|
+
display: -webkit-box;
|
|
1018
|
+
display: -ms-flexbox;
|
|
1019
|
+
display: flex;
|
|
1020
|
+
-webkit-box-pack: center;
|
|
1021
|
+
-ms-flex-pack: center;
|
|
1022
|
+
justify-content: center;
|
|
1023
|
+
border: 1px solid rgb(202, 197, 197);
|
|
1024
|
+
font-size: 12px;
|
|
1025
|
+
font-weight: 500;
|
|
1026
|
+
cursor: pointer;
|
|
1027
|
+
-webkit-transition: all 0.2s ease;
|
|
1028
|
+
transition: all 0.2s ease;
|
|
1029
|
+
white-space: normal;
|
|
1030
|
+
word-break: break-all;
|
|
1031
|
+
text-align: center;
|
|
1032
|
+
}
|
|
1033
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge.e-hidden {
|
|
1034
|
+
display: none;
|
|
1035
|
+
}
|
|
1036
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:focus {
|
|
1037
|
+
-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1038
|
+
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1039
|
+
}
|
|
1040
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:hover {
|
|
1041
|
+
-webkit-box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1042
|
+
box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15), 0 8px 12px rgba(0, 0, 0, 0.15);
|
|
1043
|
+
}
|
|
1044
|
+
.e-schedule .e-vertical-view {
|
|
1045
|
+
/* Responsive styles for event indicator badge */
|
|
1046
|
+
}
|
|
1047
|
+
@media screen and (max-width: 400px) {
|
|
1048
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge {
|
|
1049
|
+
width: 25%;
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1145
1052
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
|
|
1146
1053
|
background: #0d6efd;
|
|
1147
1054
|
border: 1px solid rgb(68.0034482759, 75.85, 83.6965517241);
|
|
@@ -1,18 +1,4 @@
|
|
|
1
|
-
@use 'ej2-base/styles/definition/bootstrap5-dark' as *;
|
|
2
|
-
@use 'ej2-navigations/styles/toolbar/bootstrap5-dark-definition' as *;
|
|
3
|
-
@use 'ej2-navigations/styles/treeview/bootstrap5-dark-definition' as *;
|
|
4
|
-
@use 'ej2-inputs/styles/input/bootstrap5-dark-definition' as *;
|
|
5
|
-
@use 'ej2-inputs/styles/numerictextbox/bootstrap5-dark-definition' as *;
|
|
6
|
-
@use 'ej2-calendars/styles/calendar/bootstrap5-dark-definition' as *;
|
|
7
|
-
@use 'ej2-calendars/styles/datepicker/bootstrap5-dark-definition' as *;
|
|
8
|
-
@use 'ej2-calendars/styles/datetimepicker/bootstrap5-dark-definition' as *;
|
|
9
|
-
@use 'ej2-dropdowns/styles/drop-down-list/bootstrap5-dark-definition' as *;
|
|
10
|
-
@use 'ej2-dropdowns/styles/multi-select/bootstrap5-dark-definition' as *;
|
|
11
|
-
@use 'ej2-buttons/styles/button/bootstrap5-dark-definition' as *;
|
|
12
|
-
@use 'ej2-buttons/styles/check-box/bootstrap5-dark-definition' as *;
|
|
13
|
-
@use '../recurrence-editor/bootstrap5-dark-definition' as *;
|
|
14
|
-
@use 'ej2-navigations/styles/sidebar/bootstrap5-dark-definition' as *;
|
|
15
1
|
@use 'bootstrap5-dark-definition' as *;
|
|
16
2
|
@use 'icons/bootstrap5-dark' as *;
|
|
17
|
-
@use 'all
|
|
18
|
-
@use 'bigger
|
|
3
|
+
@use 'all' as *;
|
|
4
|
+
@use 'bigger' as *;
|