@syncfusion/blazor-themes 28.2.5 → 28.2.7
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/Compiled-Themes/bds-dark-lite.css +24 -5
- package/Compiled-Themes/bds-dark.css +38 -7
- package/Compiled-Themes/bds-lite.css +24 -5
- package/Compiled-Themes/bds.css +38 -7
- package/Compiled-Themes/bootstrap-dark-lite.css +22 -3
- package/Compiled-Themes/bootstrap-dark.css +41 -3
- package/Compiled-Themes/bootstrap-lite.css +22 -3
- package/Compiled-Themes/bootstrap.css +41 -3
- package/Compiled-Themes/bootstrap4-lite.css +23 -4
- package/Compiled-Themes/bootstrap4.css +43 -5
- package/Compiled-Themes/bootstrap5-dark-lite.css +23 -4
- package/Compiled-Themes/bootstrap5-dark.css +36 -5
- package/Compiled-Themes/bootstrap5-lite.css +23 -4
- package/Compiled-Themes/bootstrap5.3-dark-lite.css +33 -14
- package/Compiled-Themes/bootstrap5.3-dark.css +53 -15
- package/Compiled-Themes/bootstrap5.3-lite.css +40 -21
- package/Compiled-Themes/bootstrap5.3.css +60 -22
- package/Compiled-Themes/bootstrap5.css +36 -5
- package/Compiled-Themes/fabric-dark-lite.css +22 -3
- package/Compiled-Themes/fabric-dark.css +44 -6
- package/Compiled-Themes/fabric-lite.css +22 -3
- package/Compiled-Themes/fabric.css +44 -6
- package/Compiled-Themes/fluent-dark-lite.css +23 -4
- package/Compiled-Themes/fluent-dark.css +36 -5
- package/Compiled-Themes/fluent-lite.css +23 -4
- package/Compiled-Themes/fluent.css +36 -5
- package/Compiled-Themes/fluent2-dark-lite.css +27 -8
- package/Compiled-Themes/fluent2-dark.css +47 -9
- package/Compiled-Themes/fluent2-highcontrast-lite.css +27 -8
- package/Compiled-Themes/fluent2-highcontrast.css +47 -9
- package/Compiled-Themes/fluent2-lite.css +27 -8
- package/Compiled-Themes/fluent2.css +47 -9
- package/Compiled-Themes/highcontrast-lite.css +23 -4
- package/Compiled-Themes/highcontrast.css +43 -5
- package/Compiled-Themes/material-dark-lite.css +23 -4
- package/Compiled-Themes/material-dark.css +43 -5
- package/Compiled-Themes/material-lite.css +24 -5
- package/Compiled-Themes/material.css +44 -6
- package/Compiled-Themes/material3-dark-lite.css +25 -6
- package/Compiled-Themes/material3-dark.css +45 -7
- package/Compiled-Themes/material3-lite.css +25 -6
- package/Compiled-Themes/material3.css +45 -7
- package/Compiled-Themes/tailwind-dark-lite.css +24 -5
- package/Compiled-Themes/tailwind-dark.css +38 -7
- package/Compiled-Themes/tailwind-lite.css +24 -5
- package/Compiled-Themes/tailwind.css +38 -7
- package/Compiled-Themes/tailwind3-dark-lite.css +21 -3
- package/Compiled-Themes/tailwind3-dark.css +41 -4
- package/Compiled-Themes/tailwind3-lite.css +21 -3
- package/Compiled-Themes/tailwind3.css +41 -4
- package/SCSS-Themes/base/bootstrap5.3-dark-lite.scss +7 -7
- package/SCSS-Themes/base/bootstrap5.3-dark.scss +7 -7
- package/SCSS-Themes/base/bootstrap5.3-lite.scss +14 -14
- package/SCSS-Themes/base/bootstrap5.3.scss +14 -14
- package/SCSS-Themes/bds-dark-lite.scss +38 -11
- package/SCSS-Themes/bds-dark.scss +62 -23
- package/SCSS-Themes/bds-lite.scss +38 -11
- package/SCSS-Themes/bds.scss +62 -23
- package/SCSS-Themes/bootstrap-dark-lite.scss +35 -8
- package/SCSS-Themes/bootstrap-dark.scss +59 -20
- package/SCSS-Themes/bootstrap-lite.scss +36 -8
- package/SCSS-Themes/bootstrap.scss +60 -20
- package/SCSS-Themes/bootstrap4-lite.scss +37 -10
- package/SCSS-Themes/bootstrap4.scss +61 -22
- package/SCSS-Themes/bootstrap5-dark-lite.scss +36 -10
- package/SCSS-Themes/bootstrap5-dark.scss +60 -22
- package/SCSS-Themes/bootstrap5-lite.scss +36 -10
- package/SCSS-Themes/bootstrap5.3-dark-lite.scss +45 -19
- package/SCSS-Themes/bootstrap5.3-dark.scss +69 -31
- package/SCSS-Themes/bootstrap5.3-lite.scss +52 -26
- package/SCSS-Themes/bootstrap5.3.scss +76 -38
- package/SCSS-Themes/bootstrap5.scss +60 -22
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-dark.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/fabric.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/highcontrast-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/highcontrast.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material-dark-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material-dark.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material-lite.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material.scss +2 -2
- package/SCSS-Themes/documenteditor/document-editor-container/material3-dark-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3-dark.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3-lite.scss +1 -1
- package/SCSS-Themes/documenteditor/document-editor-container/material3.scss +1 -1
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-dark.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/bds-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/bds.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap-lite.scss +19 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap.scss +31 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap4.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.3.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/bootstrap5.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/fabric.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-dark.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent-lite.scss +19 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent.scss +31 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-dark.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-highcontrast.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2-lite.scss +21 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/fluent2.scss +33 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast-lite.scss +19 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/highcontrast.scss +31 -18
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/material-dark.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/material-lite.scss +18 -5
- package/SCSS-Themes/dropdowns/drop-down-tree/material.scss +30 -17
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-dark.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/material3-lite.scss +20 -7
- package/SCSS-Themes/dropdowns/drop-down-tree/material3.scss +32 -19
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark-lite.scss +20 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-dark.scss +32 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind-lite.scss +20 -8
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind.scss +32 -20
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark-lite.scss +18 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-dark.scss +30 -18
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3-lite.scss +18 -6
- package/SCSS-Themes/dropdowns/drop-down-tree/tailwind3.scss +30 -18
- package/SCSS-Themes/fabric-dark-lite.scss +37 -10
- package/SCSS-Themes/fabric-dark.scss +61 -22
- package/SCSS-Themes/fabric-lite.scss +37 -10
- package/SCSS-Themes/fabric.scss +61 -22
- package/SCSS-Themes/fluent-dark-lite.scss +36 -10
- package/SCSS-Themes/fluent-dark.scss +60 -22
- package/SCSS-Themes/fluent-lite.scss +36 -10
- package/SCSS-Themes/fluent.scss +60 -22
- package/SCSS-Themes/fluent2-dark-lite.scss +40 -13
- package/SCSS-Themes/fluent2-dark.scss +64 -25
- package/SCSS-Themes/fluent2-highcontrast-lite.scss +40 -13
- package/SCSS-Themes/fluent2-highcontrast.scss +64 -25
- package/SCSS-Themes/fluent2-lite.scss +40 -13
- package/SCSS-Themes/fluent2.scss +64 -25
- package/SCSS-Themes/grids/grid/bds-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bds-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bds-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bds.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap4-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap4.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/bootstrap5.3.scss +19 -0
- package/SCSS-Themes/grids/grid/bootstrap5.scss +19 -0
- package/SCSS-Themes/grids/grid/fabric-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fabric-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fabric-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fabric.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2-highcontrast.scss +19 -0
- package/SCSS-Themes/grids/grid/fluent2-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/fluent2.scss +19 -0
- package/SCSS-Themes/grids/grid/highcontrast-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/highcontrast.scss +19 -0
- package/SCSS-Themes/grids/grid/material-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/material-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material.scss +19 -0
- package/SCSS-Themes/grids/grid/material3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/material3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/material3.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind3-dark.scss +19 -0
- package/SCSS-Themes/grids/grid/tailwind3-lite.scss +7 -0
- package/SCSS-Themes/grids/grid/tailwind3.scss +19 -0
- package/SCSS-Themes/highcontrast-lite.scss +37 -10
- package/SCSS-Themes/highcontrast.scss +61 -22
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bds.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap4.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.3.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/bootstrap5.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fabric.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-highcontrast.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/fluent2.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/highcontrast.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/material3.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-dark.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3-lite.scss +3 -3
- package/SCSS-Themes/interactive-chat/ai-assistview/tailwind3.scss +3 -3
- package/SCSS-Themes/material-dark-lite.scss +37 -10
- package/SCSS-Themes/material-dark.scss +61 -22
- package/SCSS-Themes/material-lite.scss +37 -10
- package/SCSS-Themes/material.scss +61 -22
- package/SCSS-Themes/material3-dark-lite.scss +38 -11
- package/SCSS-Themes/material3-dark.scss +62 -23
- package/SCSS-Themes/material3-lite.scss +38 -11
- package/SCSS-Themes/material3.scss +62 -23
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bds.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap4.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.3.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/bootstrap5.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fabric.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-highcontrast.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/fluent2.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/highcontrast.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/material3.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-dark.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3-lite.scss +7 -0
- package/SCSS-Themes/multicolumn-combobox/multicolumn-combobox/tailwind3.scss +7 -0
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark-lite.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-dark.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3-lite.scss +2 -2
- package/SCSS-Themes/pdfviewer/pdfviewer/bootstrap5.3.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-dark.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-highcontrast.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2-lite.scss +2 -2
- package/SCSS-Themes/schedule/recurrence-editor/fluent2.scss +2 -2
- package/SCSS-Themes/tailwind-dark-lite.scss +37 -11
- package/SCSS-Themes/tailwind-dark.scss +61 -23
- package/SCSS-Themes/tailwind-lite.scss +37 -11
- package/SCSS-Themes/tailwind.scss +61 -23
- package/SCSS-Themes/tailwind3-dark-lite.scss +35 -9
- package/SCSS-Themes/tailwind3-dark.scss +59 -21
- package/SCSS-Themes/tailwind3-lite.scss +35 -9
- package/SCSS-Themes/tailwind3.scss +59 -21
- package/package.json +1 -1
|
@@ -64886,9 +64886,12 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
64886
64886
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
64887
64887
|
$ddt-select-all-padding: 8px 12px !default;
|
|
64888
64888
|
$ddt-select-all-height: 22px !default;
|
|
64889
|
-
$ddt-select-all-checkbox-margin: 0
|
|
64890
|
-
$ddt-select-all-
|
|
64891
|
-
$ddt-select-all-
|
|
64889
|
+
$ddt-select-all-checkbox-margin: 0 4px !default;
|
|
64890
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
64891
|
+
$ddt-select-all-text-indent: 26px !default;
|
|
64892
|
+
$ddt-rtl-select-all-text-indent: 17px !default;
|
|
64893
|
+
$ddt-select-all-bigger-text-indent: 42px !default;
|
|
64894
|
+
$ddt-rtl-select-all-bigger-text-indent: 41px !default;
|
|
64892
64895
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
64893
64896
|
$ddt-popup-radius: 4px !default;
|
|
64894
64897
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -64917,6 +64920,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
|
64917
64920
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
64918
64921
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
64919
64922
|
$ddt-remains-count-padding-top: 3px !default;
|
|
64923
|
+
$ddt-select-all-font-size: 14px !default;
|
|
64924
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
64925
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
64926
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
64927
|
+
$ddt-big-select-all-padding: 0 8px !default;
|
|
64928
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
64920
64929
|
|
|
64921
64930
|
// color variables
|
|
64922
64931
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -65491,10 +65500,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
65491
65500
|
.e-checkbox-wrapper {
|
|
65492
65501
|
position: relative;
|
|
65493
65502
|
text-indent: 0;
|
|
65494
|
-
|
|
65495
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
65496
|
-
bottom: 2px;
|
|
65497
|
-
}
|
|
65503
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
65498
65504
|
|
|
65499
65505
|
.e-frame {
|
|
65500
65506
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -65505,7 +65511,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
65505
65511
|
|
|
65506
65512
|
.e-all-text {
|
|
65507
65513
|
font-family: inherit;
|
|
65508
|
-
font-size:
|
|
65514
|
+
font-size: $ddt-select-all-font-size;
|
|
65509
65515
|
margin: $ddt-select-all-checkbox-margin;
|
|
65510
65516
|
@if $ddt-skin-name == 'tailwind' {
|
|
65511
65517
|
line-height: $ddt-select-all-height;
|
|
@@ -65858,6 +65864,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
65858
65864
|
.e-treeview .e-list-item .e-ul {
|
|
65859
65865
|
padding: 0 14px 0 0;
|
|
65860
65866
|
}
|
|
65867
|
+
|
|
65868
|
+
.e-selectall-parent {
|
|
65869
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
65870
|
+
.e-all-text {
|
|
65871
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
65872
|
+
}
|
|
65873
|
+
}
|
|
65861
65874
|
}
|
|
65862
65875
|
}
|
|
65863
65876
|
}
|
|
@@ -66405,19 +66418,12 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
66405
66418
|
|
|
66406
66419
|
.e-selectall-parent {
|
|
66407
66420
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
66408
|
-
|
|
66409
|
-
padding: $ddt-big-select-all-padding;
|
|
66421
|
+
padding: $ddt-big-select-all-padding;
|
|
66410
66422
|
|
|
66411
|
-
|
|
66412
|
-
|
|
66413
|
-
|
|
66414
|
-
|
|
66415
|
-
margin: 0 12px;
|
|
66416
|
-
}
|
|
66417
|
-
@else {
|
|
66418
|
-
margin: 0 16px;
|
|
66419
|
-
}
|
|
66420
|
-
}
|
|
66423
|
+
.e-all-text {
|
|
66424
|
+
font-size: $ddt-big-select-all-font-size;
|
|
66425
|
+
line-height: 24px;
|
|
66426
|
+
margin: $ddt-big-select-all-text-margin;
|
|
66421
66427
|
}
|
|
66422
66428
|
}
|
|
66423
66429
|
|
|
@@ -66573,6 +66579,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
66573
66579
|
right: auto;
|
|
66574
66580
|
}
|
|
66575
66581
|
}
|
|
66582
|
+
|
|
66583
|
+
.e-selectall-parent {
|
|
66584
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
66585
|
+
.e-all-text {
|
|
66586
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
66587
|
+
}
|
|
66588
|
+
}
|
|
66576
66589
|
}
|
|
66577
66590
|
}
|
|
66578
66591
|
}
|
|
@@ -90158,6 +90171,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90158
90171
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
90159
90172
|
background-color: $grid-hover-bg-color;
|
|
90160
90173
|
}
|
|
90174
|
+
|
|
90175
|
+
&.sf-grid{
|
|
90176
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
90177
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
90178
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
90179
|
+
}
|
|
90180
|
+
}
|
|
90161
90181
|
}
|
|
90162
90182
|
|
|
90163
90183
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -92705,6 +92725,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
92705
92725
|
padding-top: 40px;
|
|
92706
92726
|
}
|
|
92707
92727
|
|
|
92728
|
+
& .e-mainfilterdiv {
|
|
92729
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
92730
|
+
padding-top: 30px;
|
|
92731
|
+
}
|
|
92732
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
92733
|
+
padding-top: 0;
|
|
92734
|
+
}
|
|
92735
|
+
@else {
|
|
92736
|
+
padding-top: 16px;
|
|
92737
|
+
}
|
|
92738
|
+
}
|
|
92739
|
+
|
|
92708
92740
|
& .e-filtersetdiv {
|
|
92709
92741
|
float: right;
|
|
92710
92742
|
margin-right: 1%;
|
|
@@ -128521,7 +128553,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
128521
128553
|
|
|
128522
128554
|
|
|
128523
128555
|
$recurrence-label-bottom: 7px !default;
|
|
128524
|
-
$recurrence-month-label-bottom:
|
|
128556
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
128525
128557
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
128526
128558
|
$recurrence-week-label-bottom: 10px !default;
|
|
128527
128559
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -128532,7 +128564,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
128532
128564
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
128533
128565
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
128534
128566
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
128535
|
-
$recurrence-week-position-min-width:
|
|
128567
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
128536
128568
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
128537
128569
|
|
|
128538
128570
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -141891,6 +141923,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
141891
141923
|
align-items: center;
|
|
141892
141924
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
141893
141925
|
}
|
|
141926
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
141927
|
+
border: 0;
|
|
141928
|
+
height: 0;
|
|
141929
|
+
padding: 0;
|
|
141930
|
+
visibility: hidden;
|
|
141931
|
+
width: 0;
|
|
141932
|
+
}
|
|
141894
141933
|
.e-multicolumn-grid.e-grid {
|
|
141895
141934
|
border-width: $grid-border-width;
|
|
141896
141935
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -142446,9 +142485,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142446
142485
|
textarea::-webkit-scrollbar {
|
|
142447
142486
|
width: 4px;
|
|
142448
142487
|
}
|
|
142449
|
-
.hide-scrollbar textarea {
|
|
142450
|
-
scrollbar-width: none;
|
|
142451
|
-
}
|
|
142452
142488
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
142453
142489
|
right: unset;
|
|
142454
142490
|
left: 20px;
|
|
@@ -142480,6 +142516,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
142480
142516
|
}
|
|
142481
142517
|
}
|
|
142482
142518
|
&:not(.e-footer-template) {
|
|
142519
|
+
.e-textarea {
|
|
142520
|
+
max-height: 280px;
|
|
142521
|
+
}
|
|
142483
142522
|
.e-assist-send {
|
|
142484
142523
|
position: absolute;
|
|
142485
142524
|
right: 20px;
|
|
@@ -48975,9 +48975,12 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
48975
48975
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
48976
48976
|
$ddt-select-all-padding: 8px 12px !default;
|
|
48977
48977
|
$ddt-select-all-height: 22px !default;
|
|
48978
|
-
$ddt-select-all-checkbox-margin: 0
|
|
48979
|
-
$ddt-select-all-
|
|
48980
|
-
$ddt-select-all-
|
|
48978
|
+
$ddt-select-all-checkbox-margin: 0 4px !default;
|
|
48979
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
48980
|
+
$ddt-select-all-text-indent: 26px !default;
|
|
48981
|
+
$ddt-rtl-select-all-text-indent: 17px !default;
|
|
48982
|
+
$ddt-select-all-bigger-text-indent: 42px !default;
|
|
48983
|
+
$ddt-rtl-select-all-bigger-text-indent: 41px !default;
|
|
48981
48984
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
48982
48985
|
$ddt-popup-radius: 4px !default;
|
|
48983
48986
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -49006,6 +49009,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
|
49006
49009
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
49007
49010
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
49008
49011
|
$ddt-remains-count-padding-top: 3px !default;
|
|
49012
|
+
$ddt-select-all-font-size: 14px !default;
|
|
49013
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
49014
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
49015
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
49016
|
+
$ddt-big-select-all-padding: 0 8px !default;
|
|
49017
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
49009
49018
|
|
|
49010
49019
|
// color variables
|
|
49011
49020
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -49580,10 +49589,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
49580
49589
|
.e-checkbox-wrapper {
|
|
49581
49590
|
position: relative;
|
|
49582
49591
|
text-indent: 0;
|
|
49583
|
-
|
|
49584
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
49585
|
-
bottom: 2px;
|
|
49586
|
-
}
|
|
49592
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
49587
49593
|
|
|
49588
49594
|
.e-frame {
|
|
49589
49595
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -49594,7 +49600,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
49594
49600
|
|
|
49595
49601
|
.e-all-text {
|
|
49596
49602
|
font-family: inherit;
|
|
49597
|
-
font-size:
|
|
49603
|
+
font-size: $ddt-select-all-font-size;
|
|
49598
49604
|
margin: $ddt-select-all-checkbox-margin;
|
|
49599
49605
|
@if $ddt-skin-name == 'tailwind' {
|
|
49600
49606
|
line-height: $ddt-select-all-height;
|
|
@@ -49947,6 +49953,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
49947
49953
|
.e-treeview .e-list-item .e-ul {
|
|
49948
49954
|
padding: 0 14px 0 0;
|
|
49949
49955
|
}
|
|
49956
|
+
|
|
49957
|
+
.e-selectall-parent {
|
|
49958
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
49959
|
+
.e-all-text {
|
|
49960
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
49961
|
+
}
|
|
49962
|
+
}
|
|
49950
49963
|
}
|
|
49951
49964
|
}
|
|
49952
49965
|
}
|
|
@@ -68726,6 +68739,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
68726
68739
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
68727
68740
|
background-color: $grid-hover-bg-color;
|
|
68728
68741
|
}
|
|
68742
|
+
|
|
68743
|
+
&.sf-grid{
|
|
68744
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
68745
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
68746
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
68747
|
+
}
|
|
68748
|
+
}
|
|
68729
68749
|
}
|
|
68730
68750
|
|
|
68731
68751
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -99048,7 +99068,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
99048
99068
|
|
|
99049
99069
|
|
|
99050
99070
|
$recurrence-label-bottom: 7px !default;
|
|
99051
|
-
$recurrence-month-label-bottom:
|
|
99071
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
99052
99072
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
99053
99073
|
$recurrence-week-label-bottom: 10px !default;
|
|
99054
99074
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -99059,7 +99079,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
99059
99079
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
99060
99080
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
99061
99081
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
99062
|
-
$recurrence-week-position-min-width:
|
|
99082
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
99063
99083
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
99064
99084
|
|
|
99065
99085
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -110391,6 +110411,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
110391
110411
|
align-items: center;
|
|
110392
110412
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
110393
110413
|
}
|
|
110414
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
110415
|
+
border: 0;
|
|
110416
|
+
height: 0;
|
|
110417
|
+
padding: 0;
|
|
110418
|
+
visibility: hidden;
|
|
110419
|
+
width: 0;
|
|
110420
|
+
}
|
|
110394
110421
|
.e-multicolumn-grid.e-grid {
|
|
110395
110422
|
border-width: $grid-border-width;
|
|
110396
110423
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -110909,9 +110936,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110909
110936
|
textarea::-webkit-scrollbar {
|
|
110910
110937
|
width: 4px;
|
|
110911
110938
|
}
|
|
110912
|
-
.hide-scrollbar textarea {
|
|
110913
|
-
scrollbar-width: none;
|
|
110914
|
-
}
|
|
110915
110939
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
110916
110940
|
right: unset;
|
|
110917
110941
|
left: 20px;
|
|
@@ -110943,6 +110967,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
110943
110967
|
}
|
|
110944
110968
|
}
|
|
110945
110969
|
&:not(.e-footer-template) {
|
|
110970
|
+
.e-textarea {
|
|
110971
|
+
max-height: 280px;
|
|
110972
|
+
}
|
|
110946
110973
|
.e-assist-send {
|
|
110947
110974
|
position: absolute;
|
|
110948
110975
|
right: 20px;
|
package/SCSS-Themes/fluent2.scss
CHANGED
|
@@ -65658,9 +65658,12 @@ $ddt-last-chip-right-margin: 45px !default;
|
|
|
65658
65658
|
$ddt-last-chip-bigger-right-margin: 52px !default;
|
|
65659
65659
|
$ddt-select-all-padding: 8px 12px !default;
|
|
65660
65660
|
$ddt-select-all-height: 22px !default;
|
|
65661
|
-
$ddt-select-all-checkbox-margin: 0
|
|
65662
|
-
$ddt-select-all-
|
|
65663
|
-
$ddt-select-all-
|
|
65661
|
+
$ddt-select-all-checkbox-margin: 0 4px !default;
|
|
65662
|
+
$ddt-rtl-select-all-checkbox-margin: 0 12px !default;
|
|
65663
|
+
$ddt-select-all-text-indent: 26px !default;
|
|
65664
|
+
$ddt-rtl-select-all-text-indent: 17px !default;
|
|
65665
|
+
$ddt-select-all-bigger-text-indent: 42px !default;
|
|
65666
|
+
$ddt-rtl-select-all-bigger-text-indent: 41px !default;
|
|
65664
65667
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
65665
65668
|
$ddt-popup-radius: 4px !default;
|
|
65666
65669
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -65689,6 +65692,12 @@ $ddt-treeview-fullrow-bigger-height: 44px !default;
|
|
|
65689
65692
|
$ddt-icon-bg-color: $content-bg-color !default;
|
|
65690
65693
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
65691
65694
|
$ddt-remains-count-padding-top: 3px !default;
|
|
65695
|
+
$ddt-select-all-font-size: 14px !default;
|
|
65696
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
65697
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
65698
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
65699
|
+
$ddt-big-select-all-padding: 0 8px !default;
|
|
65700
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
65692
65701
|
|
|
65693
65702
|
// color variables
|
|
65694
65703
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -66263,10 +66272,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
66263
66272
|
.e-checkbox-wrapper {
|
|
66264
66273
|
position: relative;
|
|
66265
66274
|
text-indent: 0;
|
|
66266
|
-
|
|
66267
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
66268
|
-
bottom: 2px;
|
|
66269
|
-
}
|
|
66275
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
66270
66276
|
|
|
66271
66277
|
.e-frame {
|
|
66272
66278
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -66277,7 +66283,7 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
66277
66283
|
|
|
66278
66284
|
.e-all-text {
|
|
66279
66285
|
font-family: inherit;
|
|
66280
|
-
font-size:
|
|
66286
|
+
font-size: $ddt-select-all-font-size;
|
|
66281
66287
|
margin: $ddt-select-all-checkbox-margin;
|
|
66282
66288
|
@if $ddt-skin-name == 'tailwind' {
|
|
66283
66289
|
line-height: $ddt-select-all-height;
|
|
@@ -66630,6 +66636,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
66630
66636
|
.e-treeview .e-list-item .e-ul {
|
|
66631
66637
|
padding: 0 14px 0 0;
|
|
66632
66638
|
}
|
|
66639
|
+
|
|
66640
|
+
.e-selectall-parent {
|
|
66641
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
66642
|
+
.e-all-text {
|
|
66643
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
66644
|
+
}
|
|
66645
|
+
}
|
|
66633
66646
|
}
|
|
66634
66647
|
}
|
|
66635
66648
|
}
|
|
@@ -67177,19 +67190,12 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
67177
67190
|
|
|
67178
67191
|
.e-selectall-parent {
|
|
67179
67192
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
67180
|
-
|
|
67181
|
-
padding: $ddt-big-select-all-padding;
|
|
67193
|
+
padding: $ddt-big-select-all-padding;
|
|
67182
67194
|
|
|
67183
|
-
|
|
67184
|
-
|
|
67185
|
-
|
|
67186
|
-
|
|
67187
|
-
margin: 0 12px;
|
|
67188
|
-
}
|
|
67189
|
-
@else {
|
|
67190
|
-
margin: 0 16px;
|
|
67191
|
-
}
|
|
67192
|
-
}
|
|
67195
|
+
.e-all-text {
|
|
67196
|
+
font-size: $ddt-big-select-all-font-size;
|
|
67197
|
+
line-height: 24px;
|
|
67198
|
+
margin: $ddt-big-select-all-text-margin;
|
|
67193
67199
|
}
|
|
67194
67200
|
}
|
|
67195
67201
|
|
|
@@ -67345,6 +67351,13 @@ $ddt-chip-border-color: $chip-border-color !default;
|
|
|
67345
67351
|
right: auto;
|
|
67346
67352
|
}
|
|
67347
67353
|
}
|
|
67354
|
+
|
|
67355
|
+
.e-selectall-parent {
|
|
67356
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
67357
|
+
.e-all-text {
|
|
67358
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
67359
|
+
}
|
|
67360
|
+
}
|
|
67348
67361
|
}
|
|
67349
67362
|
}
|
|
67350
67363
|
}
|
|
@@ -90930,6 +90943,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90930
90943
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
90931
90944
|
background-color: $grid-hover-bg-color;
|
|
90932
90945
|
}
|
|
90946
|
+
|
|
90947
|
+
&.sf-grid{
|
|
90948
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
90949
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
90950
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
90951
|
+
}
|
|
90952
|
+
}
|
|
90933
90953
|
}
|
|
90934
90954
|
|
|
90935
90955
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -93477,6 +93497,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
93477
93497
|
padding-top: 40px;
|
|
93478
93498
|
}
|
|
93479
93499
|
|
|
93500
|
+
& .e-mainfilterdiv {
|
|
93501
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
93502
|
+
padding-top: 30px;
|
|
93503
|
+
}
|
|
93504
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
93505
|
+
padding-top: 0;
|
|
93506
|
+
}
|
|
93507
|
+
@else {
|
|
93508
|
+
padding-top: 16px;
|
|
93509
|
+
}
|
|
93510
|
+
}
|
|
93511
|
+
|
|
93480
93512
|
& .e-filtersetdiv {
|
|
93481
93513
|
float: right;
|
|
93482
93514
|
margin-right: 1%;
|
|
@@ -129293,7 +129325,7 @@ $qrybldr-drag-grp-big-icon-pad: 10px 10px 10px 5px !default;
|
|
|
129293
129325
|
|
|
129294
129326
|
|
|
129295
129327
|
$recurrence-label-bottom: 7px !default;
|
|
129296
|
-
$recurrence-month-label-bottom:
|
|
129328
|
+
$recurrence-month-label-bottom: 3px !default;
|
|
129297
129329
|
$recurrence-month-label-bottom-bgr: 0 !default;
|
|
129298
129330
|
$recurrence-week-label-bottom: 10px !default;
|
|
129299
129331
|
$recurrence-label-font-weight: $font-weight-medium !default;
|
|
@@ -129304,7 +129336,7 @@ $recurrence-week-position-bgr-min-width: 130px !default;
|
|
|
129304
129336
|
$recurrence-day-position-bgr-min-width: 190px !default;
|
|
129305
129337
|
$recurrence-day-position-bgr-padding-left: 54px !default;
|
|
129306
129338
|
$recurrence-end-bgr-padding-right: 5px !default;
|
|
129307
|
-
$recurrence-week-position-min-width:
|
|
129339
|
+
$recurrence-week-position-min-width: 100px !default;
|
|
129308
129340
|
$recurrence-end-on-date-margin-top: 24px !default;
|
|
129309
129341
|
|
|
129310
129342
|
@include export-module('recurrence-editor-layout') {
|
|
@@ -142663,6 +142695,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
142663
142695
|
align-items: center;
|
|
142664
142696
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
142665
142697
|
}
|
|
142698
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
142699
|
+
border: 0;
|
|
142700
|
+
height: 0;
|
|
142701
|
+
padding: 0;
|
|
142702
|
+
visibility: hidden;
|
|
142703
|
+
width: 0;
|
|
142704
|
+
}
|
|
142666
142705
|
.e-multicolumn-grid.e-grid {
|
|
142667
142706
|
border-width: $grid-border-width;
|
|
142668
142707
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -143218,9 +143257,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
143218
143257
|
textarea::-webkit-scrollbar {
|
|
143219
143258
|
width: 4px;
|
|
143220
143259
|
}
|
|
143221
|
-
.hide-scrollbar textarea {
|
|
143222
|
-
scrollbar-width: none;
|
|
143223
|
-
}
|
|
143224
143260
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
143225
143261
|
right: unset;
|
|
143226
143262
|
left: 20px;
|
|
@@ -143252,6 +143288,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
143252
143288
|
}
|
|
143253
143289
|
}
|
|
143254
143290
|
&:not(.e-footer-template) {
|
|
143291
|
+
.e-textarea {
|
|
143292
|
+
max-height: 280px;
|
|
143293
|
+
}
|
|
143255
143294
|
.e-assist-send {
|
|
143256
143295
|
position: absolute;
|
|
143257
143296
|
right: 20px;
|
|
@@ -5563,6 +5563,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
5563
5563
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5564
5564
|
background-color: $grid-hover-bg-color;
|
|
5565
5565
|
}
|
|
5566
|
+
|
|
5567
|
+
&.sf-grid{
|
|
5568
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5569
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5570
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5566
5573
|
}
|
|
5567
5574
|
|
|
5568
5575
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5563,6 +5563,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
5563
5563
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5564
5564
|
background-color: $grid-hover-bg-color;
|
|
5565
5565
|
}
|
|
5566
|
+
|
|
5567
|
+
&.sf-grid{
|
|
5568
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5569
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5570
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5566
5573
|
}
|
|
5567
5574
|
|
|
5568
5575
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8107,6 +8114,18 @@ $grid-checkmark-color: $primary !default;
|
|
|
8107
8114
|
padding-top: 40px;
|
|
8108
8115
|
}
|
|
8109
8116
|
|
|
8117
|
+
& .e-mainfilterdiv {
|
|
8118
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8119
|
+
padding-top: 30px;
|
|
8120
|
+
}
|
|
8121
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8122
|
+
padding-top: 0;
|
|
8123
|
+
}
|
|
8124
|
+
@else {
|
|
8125
|
+
padding-top: 16px;
|
|
8126
|
+
}
|
|
8127
|
+
}
|
|
8128
|
+
|
|
8110
8129
|
& .e-filtersetdiv {
|
|
8111
8130
|
float: right;
|
|
8112
8131
|
margin-right: 1%;
|
|
@@ -5563,6 +5563,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
5563
5563
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5564
5564
|
background-color: $grid-hover-bg-color;
|
|
5565
5565
|
}
|
|
5566
|
+
|
|
5567
|
+
&.sf-grid{
|
|
5568
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5569
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5570
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5566
5573
|
}
|
|
5567
5574
|
|
|
5568
5575
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5563,6 +5563,13 @@ $grid-checkmark-color: $primary !default;
|
|
|
5563
5563
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5564
5564
|
background-color: $grid-hover-bg-color;
|
|
5565
5565
|
}
|
|
5566
|
+
|
|
5567
|
+
&.sf-grid{
|
|
5568
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5569
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5570
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5571
|
+
}
|
|
5572
|
+
}
|
|
5566
5573
|
}
|
|
5567
5574
|
|
|
5568
5575
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8107,6 +8114,18 @@ $grid-checkmark-color: $primary !default;
|
|
|
8107
8114
|
padding-top: 40px;
|
|
8108
8115
|
}
|
|
8109
8116
|
|
|
8117
|
+
& .e-mainfilterdiv {
|
|
8118
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8119
|
+
padding-top: 30px;
|
|
8120
|
+
}
|
|
8121
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8122
|
+
padding-top: 0;
|
|
8123
|
+
}
|
|
8124
|
+
@else {
|
|
8125
|
+
padding-top: 16px;
|
|
8126
|
+
}
|
|
8127
|
+
}
|
|
8128
|
+
|
|
8110
8129
|
& .e-filtersetdiv {
|
|
8111
8130
|
float: right;
|
|
8112
8131
|
margin-right: 1%;
|
|
@@ -5552,6 +5552,13 @@ $grid-checkmark-color: $grey-light-font !default;
|
|
|
5552
5552
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5553
5553
|
background-color: $grid-hover-bg-color;
|
|
5554
5554
|
}
|
|
5555
|
+
|
|
5556
|
+
&.sf-grid{
|
|
5557
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5558
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5559
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5560
|
+
}
|
|
5561
|
+
}
|
|
5555
5562
|
}
|
|
5556
5563
|
|
|
5557
5564
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5552,6 +5552,13 @@ $grid-checkmark-color: $grey-light-font !default;
|
|
|
5552
5552
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5553
5553
|
background-color: $grid-hover-bg-color;
|
|
5554
5554
|
}
|
|
5555
|
+
|
|
5556
|
+
&.sf-grid{
|
|
5557
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5558
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5559
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5560
|
+
}
|
|
5561
|
+
}
|
|
5555
5562
|
}
|
|
5556
5563
|
|
|
5557
5564
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8104,6 +8111,18 @@ $grid-checkmark-color: $grey-light-font !default;
|
|
|
8104
8111
|
padding-top: 40px;
|
|
8105
8112
|
}
|
|
8106
8113
|
|
|
8114
|
+
& .e-mainfilterdiv {
|
|
8115
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8116
|
+
padding-top: 30px;
|
|
8117
|
+
}
|
|
8118
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8119
|
+
padding-top: 0;
|
|
8120
|
+
}
|
|
8121
|
+
@else {
|
|
8122
|
+
padding-top: 16px;
|
|
8123
|
+
}
|
|
8124
|
+
}
|
|
8125
|
+
|
|
8107
8126
|
& .e-filtersetdiv {
|
|
8108
8127
|
float: right;
|
|
8109
8128
|
margin-right: 1%;
|
|
@@ -5551,6 +5551,13 @@ $grid-checkmark-color: $grey !default;
|
|
|
5551
5551
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5552
5552
|
background-color: $grid-hover-bg-color;
|
|
5553
5553
|
}
|
|
5554
|
+
|
|
5555
|
+
&.sf-grid{
|
|
5556
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5557
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5558
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5559
|
+
}
|
|
5560
|
+
}
|
|
5554
5561
|
}
|
|
5555
5562
|
|
|
5556
5563
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -5551,6 +5551,13 @@ $grid-checkmark-color: $grey !default;
|
|
|
5551
5551
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
5552
5552
|
background-color: $grid-hover-bg-color;
|
|
5553
5553
|
}
|
|
5554
|
+
|
|
5555
|
+
&.sf-grid{
|
|
5556
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
5557
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
5558
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
5559
|
+
}
|
|
5560
|
+
}
|
|
5554
5561
|
}
|
|
5555
5562
|
|
|
5556
5563
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -8103,6 +8110,18 @@ $grid-checkmark-color: $grey !default;
|
|
|
8103
8110
|
padding-top: 40px;
|
|
8104
8111
|
}
|
|
8105
8112
|
|
|
8113
|
+
& .e-mainfilterdiv {
|
|
8114
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
8115
|
+
padding-top: 30px;
|
|
8116
|
+
}
|
|
8117
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
8118
|
+
padding-top: 0;
|
|
8119
|
+
}
|
|
8120
|
+
@else {
|
|
8121
|
+
padding-top: 16px;
|
|
8122
|
+
}
|
|
8123
|
+
}
|
|
8124
|
+
|
|
8106
8125
|
& .e-filtersetdiv {
|
|
8107
8126
|
float: right;
|
|
8108
8127
|
margin-right: 1%;
|