@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
package/styles/fluent2-lite.css
CHANGED
|
@@ -84,443 +84,6 @@
|
|
|
84
84
|
|
|
85
85
|
|
|
86
86
|
|
|
87
|
-
/*! TreeView's theme wise override definitions and variables */
|
|
88
|
-
/* stylelint-disable */
|
|
89
|
-
/* stylelint-disable property-no-vendor-prefix */
|
|
90
|
-
@-webkit-keyframes e-input-ripple {
|
|
91
|
-
100% {
|
|
92
|
-
opacity: 0;
|
|
93
|
-
-webkit-transform: scale(4);
|
|
94
|
-
transform: scale(4);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
@keyframes e-input-ripple {
|
|
98
|
-
100% {
|
|
99
|
-
opacity: 0;
|
|
100
|
-
-webkit-transform: scale(4);
|
|
101
|
-
transform: scale(4);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
@-webkit-keyframes slideTopUp {
|
|
105
|
-
from {
|
|
106
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
107
|
-
transform: translate3d(0, 0, 0) scale(1);
|
|
108
|
-
}
|
|
109
|
-
to {
|
|
110
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
111
|
-
transform: translate3d(0, 0, 0) scale(1);
|
|
112
|
-
}
|
|
113
|
-
}
|
|
114
|
-
@keyframes slideTopUp {
|
|
115
|
-
from {
|
|
116
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
117
|
-
transform: translate3d(0, 0, 0) scale(1);
|
|
118
|
-
}
|
|
119
|
-
to {
|
|
120
|
-
-webkit-transform: translate3d(0, 0, 0) scale(1);
|
|
121
|
-
transform: translate3d(0, 0, 0) scale(1);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
/* stylelint-disable */
|
|
125
|
-
.e-input:focus:not(.e-success):not(.e-warning).e-error,
|
|
126
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
127
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
128
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) input:focus,
|
|
129
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group) textarea:focus,
|
|
130
|
-
.e-float-input:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input,
|
|
131
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-warning).e-error:not(.e-input-group).e-input-focus input {
|
|
132
|
-
-webkit-box-shadow: none !important;
|
|
133
|
-
box-shadow: none !important;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
.e-input:focus:not(.e-error):not(.e-warning).e-success,
|
|
137
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
138
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
139
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) input:focus,
|
|
140
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group) textarea:focus,
|
|
141
|
-
.e-float-input:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input,
|
|
142
|
-
.e-float-input.e-control-wrapper:not(.e-error):not(.e-warning).e-success:not(.e-input-group).e-input-focus input {
|
|
143
|
-
-webkit-box-shadow: none !important;
|
|
144
|
-
box-shadow: none !important;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.e-input:focus:not(.e-success):not(.e-error).e-warning,
|
|
148
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
149
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
150
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) input:focus,
|
|
151
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group) textarea:focus,
|
|
152
|
-
.e-float-input:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input,
|
|
153
|
-
.e-float-input.e-control-wrapper:not(.e-success):not(.e-error).e-warning:not(.e-input-group).e-input-focus input {
|
|
154
|
-
-webkit-box-shadow: none !important;
|
|
155
|
-
box-shadow: none !important;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-warning).e-error,
|
|
159
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-warning).e-error {
|
|
160
|
-
-webkit-box-shadow: none !important;
|
|
161
|
-
box-shadow: none !important;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.e-input-group.e-input-focus:not(.e-error):not(.e-warning).e-success,
|
|
165
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-error):not(.e-warning).e-success {
|
|
166
|
-
-webkit-box-shadow: none !important;
|
|
167
|
-
box-shadow: none !important;
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.e-input-group.e-input-focus:not(.e-success):not(.e-error).e-warning,
|
|
171
|
-
.e-input-group.e-control-wrapper.e-input-focus:not(.e-success):not(.e-error).e-warning {
|
|
172
|
-
-webkit-box-shadow: none !important;
|
|
173
|
-
box-shadow: none !important;
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error,
|
|
177
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-warning).e-error {
|
|
178
|
-
-webkit-box-shadow: none !important;
|
|
179
|
-
box-shadow: none !important;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.e-input-group:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success,
|
|
183
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-error):not(.e-warning).e-success {
|
|
184
|
-
-webkit-box-shadow: none !important;
|
|
185
|
-
box-shadow: none !important;
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
.e-input-group:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning,
|
|
189
|
-
.e-input-group.e-control-wrapper:not(.e-disabled):active:not(.e-success):not(.e-error).e-warning {
|
|
190
|
-
-webkit-box-shadow: none !important;
|
|
191
|
-
box-shadow: none !important;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.e-float-input.e-error label.e-float-text,
|
|
195
|
-
.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
196
|
-
.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
197
|
-
.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
198
|
-
.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
199
|
-
.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
200
|
-
.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
201
|
-
.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text {
|
|
202
|
-
color: var(--color-sf-danger) !important;
|
|
203
|
-
}
|
|
204
|
-
|
|
205
|
-
.e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
206
|
-
.e-outline.e-float-input.e-input-group.e-error.e-valid-input label.e-label-top.e-float-text,
|
|
207
|
-
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
208
|
-
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
209
|
-
.e-outline.e-float-input.e-small.e-error.e-input-focus input:focus ~ label.e-float-text,
|
|
210
|
-
.e-small .e-outline.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
211
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
212
|
-
.e-bigger .e-outline.e-float-input.e-small:not(.e-error) input:focus ~ label.e-float-text,
|
|
213
|
-
.e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
214
|
-
.e-outline.e-float-input.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
215
|
-
.e-bigger .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
216
|
-
.e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
217
|
-
.e-small .e-outline.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
218
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
219
|
-
.e-bigger .e-outline.e-float-input.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
220
|
-
.e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
221
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
222
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
223
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
224
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
225
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error input:focus ~ label.e-float-text,
|
|
226
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error input:focus ~ label.e-float-text,
|
|
227
|
-
.e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
228
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
229
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
230
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
231
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
232
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error textarea:focus ~ label.e-float-text,
|
|
233
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error textarea:focus ~ label.e-float-text,
|
|
234
|
-
.e-outline.e-float-input.e-error label.e-float-text.e-label-top,
|
|
235
|
-
.e-outline.e-float-input.e-input-group.e-error label.e-float-text.e-label-top,
|
|
236
|
-
.e-outline.e-float-input.e-control-wrapper.e-error label.e-float-text.e-label-top,
|
|
237
|
-
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) input:valid ~ label.e-float-text.e-label-top,
|
|
238
|
-
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) input:focus ~ label.e-float-text.e-label-top,
|
|
239
|
-
.e-outline.e-float-input.e-valid-input.e-error:not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-top,
|
|
240
|
-
.e-outline.e-float-input.e-control-wrapper.e-valid-input.e-error:not(.e-input-focus) textarea:focus ~ label.e-float-text.e-label-top,
|
|
241
|
-
.e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
242
|
-
.e-outline.e-float-input.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
243
|
-
.e-bigger .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
244
|
-
.e-outline.e-float-input.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
245
|
-
.e-small .e-outline.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
246
|
-
.e-outline.e-float-input.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
247
|
-
.e-bigger .e-outline.e-float-input.e-small:not(.e-error).e-input-focus input ~ label.e-float-text,
|
|
248
|
-
.e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
249
|
-
.e-outline.e-float-input.e-control-wrapper.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
250
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
251
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text,
|
|
252
|
-
.e-small .e-outline.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text,
|
|
253
|
-
.e-outline.e-float-input.e-control-wrapper.e-small.e-bigger.e-error.e-input-focus input ~ label.e-float-text,
|
|
254
|
-
.e-bigger .e-outline.e-float-input.e-control-wrapper.e-small.e-error.e-input-focus input ~ label.e-float-text {
|
|
255
|
-
color: var(--color-sf-danger) !important;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
.e-filled.e-float-input.e-error label.e-float-text,
|
|
259
|
-
.e-filled.e-float-input.e-control-wrapper.e-error label.e-float-text,
|
|
260
|
-
.e-filled.e-float-input.e-error input:focus ~ label.e-float-text,
|
|
261
|
-
.e-filled.e-float-input.e-control-wrapper.e-error input:focus ~ label.e-float-text,
|
|
262
|
-
.e-filled.e-float-input.e-error textarea:focus ~ label.e-float-text,
|
|
263
|
-
.e-filled.e-float-input.e-control-wrapper.e-error textarea:focus ~ label.e-float-text,
|
|
264
|
-
.e-filled.e-float-input.e-error.e-input-focus input ~ label.e-float-text,
|
|
265
|
-
.e-filled.e-float-input.e-control-wrapper.e-error.e-input-focus input ~ label.e-float-text {
|
|
266
|
-
color: var(--color-sf-danger) !important;
|
|
267
|
-
}
|
|
268
|
-
|
|
269
|
-
.e-underline.e-input-group.e-control-wrapper,
|
|
270
|
-
.e-underline.e-input-group,
|
|
271
|
-
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
272
|
-
.e-underline.e-float-input,
|
|
273
|
-
.e-underline.e-float-input.e-control-wrapper,
|
|
274
|
-
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
275
|
-
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
276
|
-
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
277
|
-
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
278
|
-
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
279
|
-
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
280
|
-
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
281
|
-
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
282
|
-
border: 1px solid var(--color-sf-border-alt);
|
|
283
|
-
border-width: 0 0 1px 0;
|
|
284
|
-
padding-top: 1px;
|
|
285
|
-
border-radius: calc(var(--e-radius) * 0);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
.e-underline.e-input-group:not(.e-float-icon-left),
|
|
289
|
-
.e-underline.e-input-group.e-success:not(.e-float-icon-left),
|
|
290
|
-
.e-underline.e-input-group.e-warning:not(.e-float-icon-left),
|
|
291
|
-
.e-underline.e-input-group.e-error:not(.e-float-icon-left),
|
|
292
|
-
.e-underline.e-input-group.e-control-wrapper:not(.e-float-icon-left),
|
|
293
|
-
.e-underline.e-input-group.e-control-wrapper.e-success:not(.e-float-icon-left),
|
|
294
|
-
.e-underline.e-input-group.e-control-wrapper.e-warning:not(.e-float-icon-left),
|
|
295
|
-
.e-underline.e-input-group.e-control-wrapper.e-error:not(.e-float-icon-left) {
|
|
296
|
-
border: 1px solid;
|
|
297
|
-
border-width: 0 0 1px 0;
|
|
298
|
-
padding-top: 1px;
|
|
299
|
-
border-radius: calc(var(--e-radius) * 0);
|
|
300
|
-
}
|
|
301
|
-
|
|
302
|
-
/*! calendar theme variables */
|
|
303
|
-
.e-small:not(.e-bigger) .e-calendar.e-week-number {
|
|
304
|
-
min-width: 230px;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.e-ddl.e-control-wrapper .e-ddl-icon::before {
|
|
308
|
-
-webkit-transform: rotate(0deg);
|
|
309
|
-
transform: rotate(0deg);
|
|
310
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
311
|
-
transition: -webkit-transform 300ms ease;
|
|
312
|
-
transition: transform 300ms ease;
|
|
313
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
314
|
-
}
|
|
315
|
-
|
|
316
|
-
.e-ddl.e-control-wrapper.e-icon-anim .e-ddl-icon::before {
|
|
317
|
-
-webkit-transform: rotate(180deg);
|
|
318
|
-
transform: rotate(180deg);
|
|
319
|
-
-webkit-transition: -webkit-transform 300ms ease;
|
|
320
|
-
transition: -webkit-transform 300ms ease;
|
|
321
|
-
transition: transform 300ms ease;
|
|
322
|
-
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.e-dropdownbase .e-list-item.e-active.e-hover {
|
|
326
|
-
color: var(--color-sf-content-text-color-selected);
|
|
327
|
-
}
|
|
328
|
-
|
|
329
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:active,
|
|
330
|
-
.e-input-group:not(.e-disabled) .e-control.e-dropdownlist ~ .e-ddl-icon:hover,
|
|
331
|
-
.e-input-group:not(.e-disabled) .e-back-icon:active,
|
|
332
|
-
.e-input-group:not(.e-disabled) .e-back-icon:hover,
|
|
333
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:active,
|
|
334
|
-
.e-popup.e-ddl .e-input-group:not(.e-disabled) .e-clear-icon:hover {
|
|
335
|
-
background: transparent;
|
|
336
|
-
}
|
|
337
|
-
|
|
338
|
-
.e-input-group .e-ddl-icon:not(:active)::after {
|
|
339
|
-
-webkit-animation: none;
|
|
340
|
-
animation: none;
|
|
341
|
-
}
|
|
342
|
-
|
|
343
|
-
.e-ddl.e-popup {
|
|
344
|
-
border: 0;
|
|
345
|
-
border-radius: calc(var(--e-radius) * 0.25);
|
|
346
|
-
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
347
|
-
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
348
|
-
margin-top: 4px;
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
.e-small .e-ddl.e-popup,
|
|
352
|
-
.e-small.e-ddl.e-popup {
|
|
353
|
-
border-radius: calc(var(--e-radius) * 0.25);
|
|
354
|
-
margin-top: 2px;
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
.e-popup.e-ddl .e-dropdownbase {
|
|
358
|
-
min-height: 26px;
|
|
359
|
-
padding: 6px 4px;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
.e-input-group.e-ddl,
|
|
363
|
-
.e-input-group.e-ddl .e-input,
|
|
364
|
-
.e-input-group.e-ddl .e-ddl-icon {
|
|
365
|
-
background: var(--color-sf-content-bg-color);
|
|
366
|
-
}
|
|
367
|
-
|
|
368
|
-
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group:hover:not(.e-disabled):not(.e-float-icon-left),
|
|
369
|
-
.e-ddl.e-ddl-device.e-ddl-device-filter .e-input-group.e-control-wrapper:hover:not(.e-disabled):not(.e-float-icon-left) {
|
|
370
|
-
border-bottom-width: 0;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.e-ddl.e-popup.e-outline .e-filter-parent {
|
|
374
|
-
padding: 4px 8px;
|
|
375
|
-
}
|
|
376
|
-
|
|
377
|
-
.e-bigger .e-ddl.e-popup,
|
|
378
|
-
.e-bigger.e-ddl.e-popup {
|
|
379
|
-
border-radius: calc(var(--e-radius) * 0.5);
|
|
380
|
-
margin-top: 8px;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.e-bigger.e-small .e-ddl.e-popup,
|
|
384
|
-
.e-small.e-bigger.e-ddl.e-popup {
|
|
385
|
-
border-radius: calc(var(--e-radius) * 0.5);
|
|
386
|
-
margin-top: 6px;
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.e-bigger .e-popup.e-ddl-device-filter .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
390
|
-
border-color: var(--color-sf-border-light);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
.e-bigger .e-popup.e-ddl-device-filter {
|
|
394
|
-
margin-top: 0;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
.e-bigger .e-ddl-device .e-input-group,
|
|
398
|
-
.e-bigger .e-ddl-device .e-input-group.e-input-focus:not(.e-success):not(.e-warning):not(.e-error) {
|
|
399
|
-
background: var(--color-sf-flyout-bg-color);
|
|
400
|
-
border-width: 0;
|
|
401
|
-
-webkit-box-shadow: none;
|
|
402
|
-
box-shadow: none;
|
|
403
|
-
margin-bottom: 0;
|
|
404
|
-
}
|
|
405
|
-
|
|
406
|
-
.e-bigger .e-ddl-device .e-input-group .e-back-icon,
|
|
407
|
-
.e-bigger .e-ddl-device .e-input-group input.e-input,
|
|
408
|
-
.e-bigger .e-ddl-device .e-input-group .e-clear-icon {
|
|
409
|
-
background-color: var(--color-sf-flyout-bg-color);
|
|
410
|
-
}
|
|
411
|
-
|
|
412
|
-
.e-multi-select-wrapper .e-chips-collection .e-chips .e-chips-close.e-icon::before {
|
|
413
|
-
line-height: 30px;
|
|
414
|
-
top: 0;
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
.e-multiselect .e-input-group-icon.e-ddl-icon {
|
|
418
|
-
border-radius: calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0);
|
|
419
|
-
border-right-width: 0;
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
.e-multiselect.e-rtl .e-input-group-icon.e-ddl-icon {
|
|
423
|
-
border-left-width: 0;
|
|
424
|
-
border-radius: calc(var(--e-radius) * 0.25) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0) calc(var(--e-radius) * 0.25);
|
|
425
|
-
border-right-width: 0;
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
.e-multiselect.e-control-container .e-multi-select-wrapper .e-clear-icon {
|
|
429
|
-
height: 32px;
|
|
430
|
-
width: 32px;
|
|
431
|
-
}
|
|
432
|
-
|
|
433
|
-
.e-multi-select-wrapper .e-searcher input[type=text],
|
|
434
|
-
.e-multi-select-wrapper .e-multi-searcher input[type=text] {
|
|
435
|
-
color: var(--color-sf-content-text-color);
|
|
436
|
-
height: 100%;
|
|
437
|
-
}
|
|
438
|
-
|
|
439
|
-
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
440
|
-
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
441
|
-
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
442
|
-
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
443
|
-
height: 20px;
|
|
444
|
-
margin-top: -33px;
|
|
445
|
-
right: 18px;
|
|
446
|
-
width: 20px;
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
.e-bigger.e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
450
|
-
.e-bigger.e-small .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
451
|
-
.e-bigger .e-small.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
452
|
-
.e-small .e-bigger.e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
453
|
-
height: 20px;
|
|
454
|
-
margin-top: -35px;
|
|
455
|
-
right: 45px;
|
|
456
|
-
width: 20px;
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
460
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
461
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
462
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
463
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
464
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
465
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
466
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
467
|
-
margin-top: -32px;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
471
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
472
|
-
height: 24px;
|
|
473
|
-
width: 24px;
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
.e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
477
|
-
.e-bigger .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
478
|
-
margin-top: -40px;
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
.e-bigger.e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
482
|
-
.e-bigger.e-small .e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
483
|
-
.e-bigger .e-small.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
484
|
-
.e-small .e-bigger.e-filled.e-float-input.e-multiselect .e-down-icon .e-chips-close.e-close-hooker,
|
|
485
|
-
.e-bigger.e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
486
|
-
.e-bigger.e-small .e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
487
|
-
.e-bigger .e-small.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
488
|
-
.e-small .e-bigger.e-filled.e-float-input .e-multi-select-wrapper .e-chips-close.e-close-hooker {
|
|
489
|
-
margin-top: -32px;
|
|
490
|
-
right: 40px;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker,
|
|
494
|
-
.e-bigger .e-filled.e-multiselect .e-down-icon .e-chips-close.e-close-hooker {
|
|
495
|
-
margin-top: -44px;
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.e-bigger.e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close,
|
|
499
|
-
.e-bigger .e-filled.e-multiselect:not(.e-float-input) .e-multi-select-wrapper .e-chips:not(.e-mob-chip) .e-chips-close {
|
|
500
|
-
height: 16px;
|
|
501
|
-
width: 16px;
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
.e-bigger.e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
505
|
-
.e-bigger.e-small .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
506
|
-
.e-bigger .e-small.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
507
|
-
.e-small .e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
508
|
-
content: "\e208";
|
|
509
|
-
font-size: 16px;
|
|
510
|
-
height: 16px;
|
|
511
|
-
padding: 0;
|
|
512
|
-
text-align: center;
|
|
513
|
-
vertical-align: middle;
|
|
514
|
-
width: 16px;
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
.e-bigger.e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before,
|
|
518
|
-
.e-bigger .e-filled .e-multi-select-wrapper .e-chips-close.e-close-hooker::before {
|
|
519
|
-
font-size: 20px;
|
|
520
|
-
height: 20px;
|
|
521
|
-
width: 20px;
|
|
522
|
-
}
|
|
523
|
-
|
|
524
87
|
.e-schedule .e-schedule-toolbar .e-icon-prev::before {
|
|
525
88
|
content: "\e765";
|
|
526
89
|
}
|
|
@@ -665,92 +228,6 @@
|
|
|
665
228
|
content: "\e7e7";
|
|
666
229
|
}
|
|
667
230
|
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
/* Font Family */
|
|
677
|
-
/* Font Sizes */
|
|
678
|
-
/* Radius */
|
|
679
|
-
/* 1px */
|
|
680
|
-
/* 2px */
|
|
681
|
-
/* 3px */
|
|
682
|
-
/* 4px */
|
|
683
|
-
/* 5px */
|
|
684
|
-
/* 6px */
|
|
685
|
-
/* 7px */
|
|
686
|
-
/* 8px */
|
|
687
|
-
/* 9px */
|
|
688
|
-
/* 10px */
|
|
689
|
-
/* 11px */
|
|
690
|
-
/* 12px */
|
|
691
|
-
/* 13px */
|
|
692
|
-
/* 14px */
|
|
693
|
-
/* 15px */
|
|
694
|
-
/* 16px */
|
|
695
|
-
/* 17px */
|
|
696
|
-
/* 18px */
|
|
697
|
-
/* 19px */
|
|
698
|
-
/* 20px */
|
|
699
|
-
/* 21px */
|
|
700
|
-
/* 22px */
|
|
701
|
-
/* 23px */
|
|
702
|
-
/* 24px */
|
|
703
|
-
/* 25px */
|
|
704
|
-
/* 26px */
|
|
705
|
-
/* 27px */
|
|
706
|
-
/* 28px */
|
|
707
|
-
/* 29px */
|
|
708
|
-
/* 30px */
|
|
709
|
-
/* 31px */
|
|
710
|
-
/* 32px */
|
|
711
|
-
/* 33px */
|
|
712
|
-
/* 34px */
|
|
713
|
-
/* 35px */
|
|
714
|
-
/* 36px */
|
|
715
|
-
/* 37px */
|
|
716
|
-
/* 38px */
|
|
717
|
-
/* 39px */
|
|
718
|
-
/* 40px */
|
|
719
|
-
/* 41px */
|
|
720
|
-
/* 42px */
|
|
721
|
-
/* 43px */
|
|
722
|
-
/* 44px */
|
|
723
|
-
/* 45px */
|
|
724
|
-
/* 46px */
|
|
725
|
-
/* 47px */
|
|
726
|
-
/* 48px */
|
|
727
|
-
/* 49px */
|
|
728
|
-
/* 50px */
|
|
729
|
-
/* 5em */
|
|
730
|
-
/* 65% */
|
|
731
|
-
/* border */
|
|
732
|
-
/* 0px */
|
|
733
|
-
/* 1px */
|
|
734
|
-
/* 1.5px */
|
|
735
|
-
/* 2px */
|
|
736
|
-
/* 3px */
|
|
737
|
-
/* 4px */
|
|
738
|
-
/* 5px */
|
|
739
|
-
/* 6px */
|
|
740
|
-
/* 7px */
|
|
741
|
-
/* 8px */
|
|
742
|
-
/* 9px */
|
|
743
|
-
/* 10px */
|
|
744
|
-
/* 11px */
|
|
745
|
-
/* 12px */
|
|
746
|
-
/* 13px */
|
|
747
|
-
/* 14px */
|
|
748
|
-
/* 15px */
|
|
749
|
-
/* 16px */
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
231
|
.e-schedule {
|
|
755
232
|
display: block;
|
|
756
233
|
outline: medium none;
|
|
@@ -1615,6 +1092,49 @@
|
|
|
1615
1092
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment:not(.e-schedule-event-clone) {
|
|
1616
1093
|
cursor: default;
|
|
1617
1094
|
}
|
|
1095
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge {
|
|
1096
|
+
height: 18px;
|
|
1097
|
+
width: 20%;
|
|
1098
|
+
position: absolute;
|
|
1099
|
+
border-radius: 3px;
|
|
1100
|
+
top: 0;
|
|
1101
|
+
background: rgb(228, 230, 232);
|
|
1102
|
+
color: rgb(31, 29, 29);
|
|
1103
|
+
display: -webkit-box;
|
|
1104
|
+
display: -ms-flexbox;
|
|
1105
|
+
display: flex;
|
|
1106
|
+
-webkit-box-pack: center;
|
|
1107
|
+
-ms-flex-pack: center;
|
|
1108
|
+
justify-content: center;
|
|
1109
|
+
border: 1px solid rgb(202, 197, 197);
|
|
1110
|
+
font-size: 12px;
|
|
1111
|
+
font-weight: 500;
|
|
1112
|
+
cursor: pointer;
|
|
1113
|
+
-webkit-transition: all 0.2s ease;
|
|
1114
|
+
transition: all 0.2s ease;
|
|
1115
|
+
white-space: normal;
|
|
1116
|
+
word-break: break-all;
|
|
1117
|
+
text-align: center;
|
|
1118
|
+
}
|
|
1119
|
+
.e-schedule .e-vertical-view .e-day-wrapper .e-event-indicator-badge.e-hidden {
|
|
1120
|
+
display: none;
|
|
1121
|
+
}
|
|
1122
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:focus {
|
|
1123
|
+
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
1124
|
+
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
1125
|
+
}
|
|
1126
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge:hover {
|
|
1127
|
+
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
1128
|
+
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.14), 0 0 2px 0 rgba(0, 0, 0, 0.12);
|
|
1129
|
+
}
|
|
1130
|
+
.e-schedule .e-vertical-view {
|
|
1131
|
+
/* Responsive styles for event indicator badge */
|
|
1132
|
+
}
|
|
1133
|
+
@media screen and (max-width: 400px) {
|
|
1134
|
+
.e-schedule .e-vertical-view .e-event-indicator-badge {
|
|
1135
|
+
width: 25%;
|
|
1136
|
+
}
|
|
1137
|
+
}
|
|
1618
1138
|
.e-schedule .e-vertical-view .e-day-wrapper .e-appointment {
|
|
1619
1139
|
background: var(--color-sf-primary);
|
|
1620
1140
|
border: 1px solid var(--color-sf-border-light);
|
|
@@ -4057,92 +3577,6 @@
|
|
|
4057
3577
|
right: auto;
|
|
4058
3578
|
}
|
|
4059
3579
|
|
|
4060
|
-
|
|
4061
|
-
|
|
4062
|
-
|
|
4063
|
-
|
|
4064
|
-
|
|
4065
|
-
|
|
4066
|
-
|
|
4067
|
-
|
|
4068
|
-
/* Font Family */
|
|
4069
|
-
/* Font Sizes */
|
|
4070
|
-
/* Radius */
|
|
4071
|
-
/* 1px */
|
|
4072
|
-
/* 2px */
|
|
4073
|
-
/* 3px */
|
|
4074
|
-
/* 4px */
|
|
4075
|
-
/* 5px */
|
|
4076
|
-
/* 6px */
|
|
4077
|
-
/* 7px */
|
|
4078
|
-
/* 8px */
|
|
4079
|
-
/* 9px */
|
|
4080
|
-
/* 10px */
|
|
4081
|
-
/* 11px */
|
|
4082
|
-
/* 12px */
|
|
4083
|
-
/* 13px */
|
|
4084
|
-
/* 14px */
|
|
4085
|
-
/* 15px */
|
|
4086
|
-
/* 16px */
|
|
4087
|
-
/* 17px */
|
|
4088
|
-
/* 18px */
|
|
4089
|
-
/* 19px */
|
|
4090
|
-
/* 20px */
|
|
4091
|
-
/* 21px */
|
|
4092
|
-
/* 22px */
|
|
4093
|
-
/* 23px */
|
|
4094
|
-
/* 24px */
|
|
4095
|
-
/* 25px */
|
|
4096
|
-
/* 26px */
|
|
4097
|
-
/* 27px */
|
|
4098
|
-
/* 28px */
|
|
4099
|
-
/* 29px */
|
|
4100
|
-
/* 30px */
|
|
4101
|
-
/* 31px */
|
|
4102
|
-
/* 32px */
|
|
4103
|
-
/* 33px */
|
|
4104
|
-
/* 34px */
|
|
4105
|
-
/* 35px */
|
|
4106
|
-
/* 36px */
|
|
4107
|
-
/* 37px */
|
|
4108
|
-
/* 38px */
|
|
4109
|
-
/* 39px */
|
|
4110
|
-
/* 40px */
|
|
4111
|
-
/* 41px */
|
|
4112
|
-
/* 42px */
|
|
4113
|
-
/* 43px */
|
|
4114
|
-
/* 44px */
|
|
4115
|
-
/* 45px */
|
|
4116
|
-
/* 46px */
|
|
4117
|
-
/* 47px */
|
|
4118
|
-
/* 48px */
|
|
4119
|
-
/* 49px */
|
|
4120
|
-
/* 50px */
|
|
4121
|
-
/* 5em */
|
|
4122
|
-
/* 65% */
|
|
4123
|
-
/* border */
|
|
4124
|
-
/* 0px */
|
|
4125
|
-
/* 1px */
|
|
4126
|
-
/* 1.5px */
|
|
4127
|
-
/* 2px */
|
|
4128
|
-
/* 3px */
|
|
4129
|
-
/* 4px */
|
|
4130
|
-
/* 5px */
|
|
4131
|
-
/* 6px */
|
|
4132
|
-
/* 7px */
|
|
4133
|
-
/* 8px */
|
|
4134
|
-
/* 9px */
|
|
4135
|
-
/* 10px */
|
|
4136
|
-
/* 11px */
|
|
4137
|
-
/* 12px */
|
|
4138
|
-
/* 13px */
|
|
4139
|
-
/* 14px */
|
|
4140
|
-
/* 15px */
|
|
4141
|
-
/* 16px */
|
|
4142
|
-
|
|
4143
|
-
|
|
4144
|
-
|
|
4145
|
-
|
|
4146
3580
|
.e-schedule {
|
|
4147
3581
|
background: var(--color-sf-content-bg-color-alt1);
|
|
4148
3582
|
border: 1px solid var(--color-sf-border-light);
|
|
@@ -4631,92 +4065,6 @@
|
|
|
4631
4065
|
color: var(--color-sf-danger-bg-color);
|
|
4632
4066
|
}
|
|
4633
4067
|
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
|
|
4637
|
-
|
|
4638
|
-
|
|
4639
|
-
|
|
4640
|
-
|
|
4641
|
-
|
|
4642
|
-
/* Font Family */
|
|
4643
|
-
/* Font Sizes */
|
|
4644
|
-
/* Radius */
|
|
4645
|
-
/* 1px */
|
|
4646
|
-
/* 2px */
|
|
4647
|
-
/* 3px */
|
|
4648
|
-
/* 4px */
|
|
4649
|
-
/* 5px */
|
|
4650
|
-
/* 6px */
|
|
4651
|
-
/* 7px */
|
|
4652
|
-
/* 8px */
|
|
4653
|
-
/* 9px */
|
|
4654
|
-
/* 10px */
|
|
4655
|
-
/* 11px */
|
|
4656
|
-
/* 12px */
|
|
4657
|
-
/* 13px */
|
|
4658
|
-
/* 14px */
|
|
4659
|
-
/* 15px */
|
|
4660
|
-
/* 16px */
|
|
4661
|
-
/* 17px */
|
|
4662
|
-
/* 18px */
|
|
4663
|
-
/* 19px */
|
|
4664
|
-
/* 20px */
|
|
4665
|
-
/* 21px */
|
|
4666
|
-
/* 22px */
|
|
4667
|
-
/* 23px */
|
|
4668
|
-
/* 24px */
|
|
4669
|
-
/* 25px */
|
|
4670
|
-
/* 26px */
|
|
4671
|
-
/* 27px */
|
|
4672
|
-
/* 28px */
|
|
4673
|
-
/* 29px */
|
|
4674
|
-
/* 30px */
|
|
4675
|
-
/* 31px */
|
|
4676
|
-
/* 32px */
|
|
4677
|
-
/* 33px */
|
|
4678
|
-
/* 34px */
|
|
4679
|
-
/* 35px */
|
|
4680
|
-
/* 36px */
|
|
4681
|
-
/* 37px */
|
|
4682
|
-
/* 38px */
|
|
4683
|
-
/* 39px */
|
|
4684
|
-
/* 40px */
|
|
4685
|
-
/* 41px */
|
|
4686
|
-
/* 42px */
|
|
4687
|
-
/* 43px */
|
|
4688
|
-
/* 44px */
|
|
4689
|
-
/* 45px */
|
|
4690
|
-
/* 46px */
|
|
4691
|
-
/* 47px */
|
|
4692
|
-
/* 48px */
|
|
4693
|
-
/* 49px */
|
|
4694
|
-
/* 50px */
|
|
4695
|
-
/* 5em */
|
|
4696
|
-
/* 65% */
|
|
4697
|
-
/* border */
|
|
4698
|
-
/* 0px */
|
|
4699
|
-
/* 1px */
|
|
4700
|
-
/* 1.5px */
|
|
4701
|
-
/* 2px */
|
|
4702
|
-
/* 3px */
|
|
4703
|
-
/* 4px */
|
|
4704
|
-
/* 5px */
|
|
4705
|
-
/* 6px */
|
|
4706
|
-
/* 7px */
|
|
4707
|
-
/* 8px */
|
|
4708
|
-
/* 9px */
|
|
4709
|
-
/* 10px */
|
|
4710
|
-
/* 11px */
|
|
4711
|
-
/* 12px */
|
|
4712
|
-
/* 13px */
|
|
4713
|
-
/* 14px */
|
|
4714
|
-
/* 15px */
|
|
4715
|
-
/* 16px */
|
|
4716
|
-
|
|
4717
|
-
|
|
4718
|
-
|
|
4719
|
-
|
|
4720
4068
|
.e-recurrenceeditor .e-editor {
|
|
4721
4069
|
display: -webkit-box;
|
|
4722
4070
|
display: -ms-flexbox;
|