@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
|
@@ -63146,9 +63146,14 @@ $ddt-last-chip-bigger-right-margin: 52px !default;
|
|
|
63146
63146
|
$ddt-select-all-padding: 8px 12px !default;
|
|
63147
63147
|
$ddt-big-select-all-padding: 12px 16px !default;
|
|
63148
63148
|
$ddt-select-all-height: 22px !default;
|
|
63149
|
-
$ddt-select-all-checkbox-margin: 0
|
|
63150
|
-
$ddt-select-all-
|
|
63151
|
-
$ddt-select-all-
|
|
63149
|
+
$ddt-select-all-checkbox-margin: 0 8px !default;
|
|
63150
|
+
$ddt-rtl-select-all-checkbox-margin: 0 8px !default;
|
|
63151
|
+
$ddt-select-all-text-indent: 27px !default;
|
|
63152
|
+
$ddt-rtl-select-all-text-indent: 15px !default;
|
|
63153
|
+
$ddt-select-all-bigger-text-indent: 33px !default;
|
|
63154
|
+
$ddt-rtl-select-all-bigger-text-indent: 17px !default;
|
|
63155
|
+
$ddt-big-select-all-text-margin: 0 12px !default;
|
|
63156
|
+
$ddt-rtl-big-select-all-text-margin: 0 12px !default;
|
|
63152
63157
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
63153
63158
|
$ddt-popup-radius: 4px !default;
|
|
63154
63159
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -63168,6 +63173,9 @@ $ddt-overflow-count-padding-top: 3px !default;
|
|
|
63168
63173
|
$ddt-delim-padding : 3px 12px !default;
|
|
63169
63174
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
63170
63175
|
$ddt-remains-count-padding-top: 3px !default;
|
|
63176
|
+
$ddt-select-all-font-size: 14px !default;
|
|
63177
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
63178
|
+
$ddt-select-all-checkbox-bottom: 0 !default;
|
|
63171
63179
|
|
|
63172
63180
|
// color variables
|
|
63173
63181
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -63741,10 +63749,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63741
63749
|
.e-checkbox-wrapper {
|
|
63742
63750
|
position: relative;
|
|
63743
63751
|
text-indent: 0;
|
|
63744
|
-
|
|
63745
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
63746
|
-
bottom: 2px;
|
|
63747
|
-
}
|
|
63752
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
63748
63753
|
|
|
63749
63754
|
.e-frame {
|
|
63750
63755
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -63755,7 +63760,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63755
63760
|
|
|
63756
63761
|
.e-all-text {
|
|
63757
63762
|
font-family: inherit;
|
|
63758
|
-
font-size:
|
|
63763
|
+
font-size: $ddt-select-all-font-size;
|
|
63759
63764
|
margin: $ddt-select-all-checkbox-margin;
|
|
63760
63765
|
@if $ddt-skin-name == 'tailwind' {
|
|
63761
63766
|
line-height: $ddt-select-all-height;
|
|
@@ -64108,6 +64113,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64108
64113
|
.e-treeview .e-list-item .e-ul {
|
|
64109
64114
|
padding: 0 14px 0 0;
|
|
64110
64115
|
}
|
|
64116
|
+
|
|
64117
|
+
.e-selectall-parent {
|
|
64118
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
64119
|
+
.e-all-text {
|
|
64120
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
64121
|
+
}
|
|
64122
|
+
}
|
|
64111
64123
|
}
|
|
64112
64124
|
}
|
|
64113
64125
|
}
|
|
@@ -64652,19 +64664,12 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64652
64664
|
|
|
64653
64665
|
.e-selectall-parent {
|
|
64654
64666
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
64655
|
-
|
|
64656
|
-
padding: $ddt-big-select-all-padding;
|
|
64667
|
+
padding: $ddt-big-select-all-padding;
|
|
64657
64668
|
|
|
64658
|
-
|
|
64659
|
-
|
|
64660
|
-
|
|
64661
|
-
|
|
64662
|
-
margin: 0 12px;
|
|
64663
|
-
}
|
|
64664
|
-
@else {
|
|
64665
|
-
margin: 0 16px;
|
|
64666
|
-
}
|
|
64667
|
-
}
|
|
64669
|
+
.e-all-text {
|
|
64670
|
+
font-size: $ddt-big-select-all-font-size;
|
|
64671
|
+
line-height: 24px;
|
|
64672
|
+
margin: $ddt-big-select-all-text-margin;
|
|
64668
64673
|
}
|
|
64669
64674
|
}
|
|
64670
64675
|
|
|
@@ -64820,6 +64825,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64820
64825
|
right: auto;
|
|
64821
64826
|
}
|
|
64822
64827
|
}
|
|
64828
|
+
|
|
64829
|
+
.e-selectall-parent {
|
|
64830
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
64831
|
+
.e-all-text {
|
|
64832
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
64833
|
+
}
|
|
64834
|
+
}
|
|
64823
64835
|
}
|
|
64824
64836
|
}
|
|
64825
64837
|
}
|
|
@@ -88060,6 +88072,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88060
88072
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88061
88073
|
background-color: $grid-hover-bg-color;
|
|
88062
88074
|
}
|
|
88075
|
+
|
|
88076
|
+
&.sf-grid{
|
|
88077
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88078
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88079
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88080
|
+
}
|
|
88081
|
+
}
|
|
88063
88082
|
}
|
|
88064
88083
|
|
|
88065
88084
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90605,6 +90624,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90605
90624
|
padding-top: 40px;
|
|
90606
90625
|
}
|
|
90607
90626
|
|
|
90627
|
+
& .e-mainfilterdiv {
|
|
90628
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90629
|
+
padding-top: 30px;
|
|
90630
|
+
}
|
|
90631
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90632
|
+
padding-top: 0;
|
|
90633
|
+
}
|
|
90634
|
+
@else {
|
|
90635
|
+
padding-top: 16px;
|
|
90636
|
+
}
|
|
90637
|
+
}
|
|
90638
|
+
|
|
90608
90639
|
& .e-filtersetdiv {
|
|
90609
90640
|
float: right;
|
|
90610
90641
|
margin-right: 1%;
|
|
@@ -139727,6 +139758,13 @@ $nodata-border-color: $border-light !default;
|
|
|
139727
139758
|
align-items: center;
|
|
139728
139759
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
139729
139760
|
}
|
|
139761
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
139762
|
+
border: 0;
|
|
139763
|
+
height: 0;
|
|
139764
|
+
padding: 0;
|
|
139765
|
+
visibility: hidden;
|
|
139766
|
+
width: 0;
|
|
139767
|
+
}
|
|
139730
139768
|
.e-multicolumn-grid.e-grid {
|
|
139731
139769
|
border-width: $grid-border-width;
|
|
139732
139770
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -140282,9 +140320,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140282
140320
|
textarea::-webkit-scrollbar {
|
|
140283
140321
|
width: 4px;
|
|
140284
140322
|
}
|
|
140285
|
-
.hide-scrollbar textarea {
|
|
140286
|
-
scrollbar-width: none;
|
|
140287
|
-
}
|
|
140288
140323
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140289
140324
|
right: unset;
|
|
140290
140325
|
left: 20px;
|
|
@@ -140316,6 +140351,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140316
140351
|
}
|
|
140317
140352
|
}
|
|
140318
140353
|
&:not(.e-footer-template) {
|
|
140354
|
+
.e-textarea {
|
|
140355
|
+
max-height: 280px;
|
|
140356
|
+
}
|
|
140319
140357
|
.e-assist-send {
|
|
140320
140358
|
position: absolute;
|
|
140321
140359
|
right: 20px;
|
|
@@ -46461,9 +46461,14 @@ $ddt-last-chip-bigger-right-margin: 52px !default;
|
|
|
46461
46461
|
$ddt-select-all-padding: 8px 12px !default;
|
|
46462
46462
|
$ddt-big-select-all-padding: 12px 16px !default;
|
|
46463
46463
|
$ddt-select-all-height: 22px !default;
|
|
46464
|
-
$ddt-select-all-checkbox-margin: 0
|
|
46465
|
-
$ddt-select-all-
|
|
46466
|
-
$ddt-select-all-
|
|
46464
|
+
$ddt-select-all-checkbox-margin: 0 8px !default;
|
|
46465
|
+
$ddt-rtl-select-all-checkbox-margin: 0 8px !default;
|
|
46466
|
+
$ddt-select-all-text-indent: 27px !default;
|
|
46467
|
+
$ddt-rtl-select-all-text-indent: 15px !default;
|
|
46468
|
+
$ddt-select-all-bigger-text-indent: 33px !default;
|
|
46469
|
+
$ddt-rtl-select-all-bigger-text-indent: 17px !default;
|
|
46470
|
+
$ddt-big-select-all-text-margin: 0 12px !default;
|
|
46471
|
+
$ddt-rtl-big-select-all-text-margin: 0 12px !default;
|
|
46467
46472
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
46468
46473
|
$ddt-popup-radius: 4px !default;
|
|
46469
46474
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -46483,6 +46488,9 @@ $ddt-overflow-count-padding-top: 3px !default;
|
|
|
46483
46488
|
$ddt-delim-padding : 3px 12px !default;
|
|
46484
46489
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
46485
46490
|
$ddt-remains-count-padding-top: 3px !default;
|
|
46491
|
+
$ddt-select-all-font-size: 14px !default;
|
|
46492
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
46493
|
+
$ddt-select-all-checkbox-bottom: 0 !default;
|
|
46486
46494
|
|
|
46487
46495
|
// color variables
|
|
46488
46496
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -47056,10 +47064,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47056
47064
|
.e-checkbox-wrapper {
|
|
47057
47065
|
position: relative;
|
|
47058
47066
|
text-indent: 0;
|
|
47059
|
-
|
|
47060
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
47061
|
-
bottom: 2px;
|
|
47062
|
-
}
|
|
47067
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
47063
47068
|
|
|
47064
47069
|
.e-frame {
|
|
47065
47070
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -47070,7 +47075,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47070
47075
|
|
|
47071
47076
|
.e-all-text {
|
|
47072
47077
|
font-family: inherit;
|
|
47073
|
-
font-size:
|
|
47078
|
+
font-size: $ddt-select-all-font-size;
|
|
47074
47079
|
margin: $ddt-select-all-checkbox-margin;
|
|
47075
47080
|
@if $ddt-skin-name == 'tailwind' {
|
|
47076
47081
|
line-height: $ddt-select-all-height;
|
|
@@ -47423,6 +47428,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
47423
47428
|
.e-treeview .e-list-item .e-ul {
|
|
47424
47429
|
padding: 0 14px 0 0;
|
|
47425
47430
|
}
|
|
47431
|
+
|
|
47432
|
+
.e-selectall-parent {
|
|
47433
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
47434
|
+
.e-all-text {
|
|
47435
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
47436
|
+
}
|
|
47437
|
+
}
|
|
47426
47438
|
}
|
|
47427
47439
|
}
|
|
47428
47440
|
}
|
|
@@ -65854,6 +65866,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
65854
65866
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
65855
65867
|
background-color: $grid-hover-bg-color;
|
|
65856
65868
|
}
|
|
65869
|
+
|
|
65870
|
+
&.sf-grid{
|
|
65871
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
65872
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
65873
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
65874
|
+
}
|
|
65875
|
+
}
|
|
65857
65876
|
}
|
|
65858
65877
|
|
|
65859
65878
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -107453,6 +107472,13 @@ $nodata-border-color: $border-light !default;
|
|
|
107453
107472
|
align-items: center;
|
|
107454
107473
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
107455
107474
|
}
|
|
107475
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
107476
|
+
border: 0;
|
|
107477
|
+
height: 0;
|
|
107478
|
+
padding: 0;
|
|
107479
|
+
visibility: hidden;
|
|
107480
|
+
width: 0;
|
|
107481
|
+
}
|
|
107456
107482
|
.e-multicolumn-grid.e-grid {
|
|
107457
107483
|
border-width: $grid-border-width;
|
|
107458
107484
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -107971,9 +107997,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
107971
107997
|
textarea::-webkit-scrollbar {
|
|
107972
107998
|
width: 4px;
|
|
107973
107999
|
}
|
|
107974
|
-
.hide-scrollbar textarea {
|
|
107975
|
-
scrollbar-width: none;
|
|
107976
|
-
}
|
|
107977
108000
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
107978
108001
|
right: unset;
|
|
107979
108002
|
left: 20px;
|
|
@@ -108005,6 +108028,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
108005
108028
|
}
|
|
108006
108029
|
}
|
|
108007
108030
|
&:not(.e-footer-template) {
|
|
108031
|
+
.e-textarea {
|
|
108032
|
+
max-height: 280px;
|
|
108033
|
+
}
|
|
108008
108034
|
.e-assist-send {
|
|
108009
108035
|
position: absolute;
|
|
108010
108036
|
right: 20px;
|
|
@@ -63144,9 +63144,14 @@ $ddt-last-chip-bigger-right-margin: 52px !default;
|
|
|
63144
63144
|
$ddt-select-all-padding: 8px 12px !default;
|
|
63145
63145
|
$ddt-big-select-all-padding: 12px 16px !default;
|
|
63146
63146
|
$ddt-select-all-height: 22px !default;
|
|
63147
|
-
$ddt-select-all-checkbox-margin: 0
|
|
63148
|
-
$ddt-select-all-
|
|
63149
|
-
$ddt-select-all-
|
|
63147
|
+
$ddt-select-all-checkbox-margin: 0 8px !default;
|
|
63148
|
+
$ddt-rtl-select-all-checkbox-margin: 0 8px !default;
|
|
63149
|
+
$ddt-select-all-text-indent: 27px !default;
|
|
63150
|
+
$ddt-rtl-select-all-text-indent: 15px !default;
|
|
63151
|
+
$ddt-select-all-bigger-text-indent: 33px !default;
|
|
63152
|
+
$ddt-rtl-select-all-bigger-text-indent: 17px !default;
|
|
63153
|
+
$ddt-big-select-all-text-margin: 0 12px !default;
|
|
63154
|
+
$ddt-rtl-big-select-all-text-margin: 0 12px !default;
|
|
63150
63155
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
63151
63156
|
$ddt-popup-radius: 4px !default;
|
|
63152
63157
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -63166,6 +63171,9 @@ $ddt-overflow-count-padding-top: 3px !default;
|
|
|
63166
63171
|
$ddt-delim-padding : 3px 12px !default;
|
|
63167
63172
|
$ddt-delim-bigger-padding: 7px 16px !default;
|
|
63168
63173
|
$ddt-remains-count-padding-top: 3px !default;
|
|
63174
|
+
$ddt-select-all-font-size: 14px !default;
|
|
63175
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
63176
|
+
$ddt-select-all-checkbox-bottom: 0 !default;
|
|
63169
63177
|
|
|
63170
63178
|
// color variables
|
|
63171
63179
|
$ddt-filter-box-shadow-color: none !default;
|
|
@@ -63739,10 +63747,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63739
63747
|
.e-checkbox-wrapper {
|
|
63740
63748
|
position: relative;
|
|
63741
63749
|
text-indent: 0;
|
|
63742
|
-
|
|
63743
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
63744
|
-
bottom: 2px;
|
|
63745
|
-
}
|
|
63750
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
63746
63751
|
|
|
63747
63752
|
.e-frame {
|
|
63748
63753
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -63753,7 +63758,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
63753
63758
|
|
|
63754
63759
|
.e-all-text {
|
|
63755
63760
|
font-family: inherit;
|
|
63756
|
-
font-size:
|
|
63761
|
+
font-size: $ddt-select-all-font-size;
|
|
63757
63762
|
margin: $ddt-select-all-checkbox-margin;
|
|
63758
63763
|
@if $ddt-skin-name == 'tailwind' {
|
|
63759
63764
|
line-height: $ddt-select-all-height;
|
|
@@ -64106,6 +64111,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64106
64111
|
.e-treeview .e-list-item .e-ul {
|
|
64107
64112
|
padding: 0 14px 0 0;
|
|
64108
64113
|
}
|
|
64114
|
+
|
|
64115
|
+
.e-selectall-parent {
|
|
64116
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
64117
|
+
.e-all-text {
|
|
64118
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
64119
|
+
}
|
|
64120
|
+
}
|
|
64109
64121
|
}
|
|
64110
64122
|
}
|
|
64111
64123
|
}
|
|
@@ -64650,19 +64662,12 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64650
64662
|
|
|
64651
64663
|
.e-selectall-parent {
|
|
64652
64664
|
text-indent: $ddt-select-all-bigger-text-indent;
|
|
64653
|
-
|
|
64654
|
-
padding: $ddt-big-select-all-padding;
|
|
64665
|
+
padding: $ddt-big-select-all-padding;
|
|
64655
64666
|
|
|
64656
|
-
|
|
64657
|
-
|
|
64658
|
-
|
|
64659
|
-
|
|
64660
|
-
margin: 0 12px;
|
|
64661
|
-
}
|
|
64662
|
-
@else {
|
|
64663
|
-
margin: 0 16px;
|
|
64664
|
-
}
|
|
64665
|
-
}
|
|
64667
|
+
.e-all-text {
|
|
64668
|
+
font-size: $ddt-big-select-all-font-size;
|
|
64669
|
+
line-height: 24px;
|
|
64670
|
+
margin: $ddt-big-select-all-text-margin;
|
|
64666
64671
|
}
|
|
64667
64672
|
}
|
|
64668
64673
|
|
|
@@ -64818,6 +64823,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
64818
64823
|
right: auto;
|
|
64819
64824
|
}
|
|
64820
64825
|
}
|
|
64826
|
+
|
|
64827
|
+
.e-selectall-parent {
|
|
64828
|
+
text-indent: $ddt-rtl-select-all-bigger-text-indent;
|
|
64829
|
+
.e-all-text {
|
|
64830
|
+
margin: $ddt-rtl-big-select-all-text-margin;
|
|
64831
|
+
}
|
|
64832
|
+
}
|
|
64821
64833
|
}
|
|
64822
64834
|
}
|
|
64823
64835
|
}
|
|
@@ -88058,6 +88070,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
88058
88070
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
88059
88071
|
background-color: $grid-hover-bg-color;
|
|
88060
88072
|
}
|
|
88073
|
+
|
|
88074
|
+
&.sf-grid{
|
|
88075
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
88076
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
88077
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
88078
|
+
}
|
|
88079
|
+
}
|
|
88061
88080
|
}
|
|
88062
88081
|
|
|
88063
88082
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -90603,6 +90622,18 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
90603
90622
|
padding-top: 40px;
|
|
90604
90623
|
}
|
|
90605
90624
|
|
|
90625
|
+
& .e-mainfilterdiv {
|
|
90626
|
+
@if $grid-skin == 'fabric' or $grid-skin == 'fabric-dark' or $grid-skin == 'highcontrast' or $grid-skin == 'material' or $grid-skin == 'material-dark' {
|
|
90627
|
+
padding-top: 30px;
|
|
90628
|
+
}
|
|
90629
|
+
@else if $grid-skin == 'material3' or $grid-skin == 'material3-dark' {
|
|
90630
|
+
padding-top: 0;
|
|
90631
|
+
}
|
|
90632
|
+
@else {
|
|
90633
|
+
padding-top: 16px;
|
|
90634
|
+
}
|
|
90635
|
+
}
|
|
90636
|
+
|
|
90606
90637
|
& .e-filtersetdiv {
|
|
90607
90638
|
float: right;
|
|
90608
90639
|
margin-right: 1%;
|
|
@@ -139725,6 +139756,13 @@ $nodata-border-color: $border-light !default;
|
|
|
139725
139756
|
align-items: center;
|
|
139726
139757
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
139727
139758
|
}
|
|
139759
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
139760
|
+
border: 0;
|
|
139761
|
+
height: 0;
|
|
139762
|
+
padding: 0;
|
|
139763
|
+
visibility: hidden;
|
|
139764
|
+
width: 0;
|
|
139765
|
+
}
|
|
139728
139766
|
.e-multicolumn-grid.e-grid {
|
|
139729
139767
|
border-width: $grid-border-width;
|
|
139730
139768
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -140280,9 +140318,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140280
140318
|
textarea::-webkit-scrollbar {
|
|
140281
140319
|
width: 4px;
|
|
140282
140320
|
}
|
|
140283
|
-
.hide-scrollbar textarea {
|
|
140284
|
-
scrollbar-width: none;
|
|
140285
|
-
}
|
|
140286
140321
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
140287
140322
|
right: unset;
|
|
140288
140323
|
left: 20px;
|
|
@@ -140314,6 +140349,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
140314
140349
|
}
|
|
140315
140350
|
}
|
|
140316
140351
|
&:not(.e-footer-template) {
|
|
140352
|
+
.e-textarea {
|
|
140353
|
+
max-height: 280px;
|
|
140354
|
+
}
|
|
140317
140355
|
.e-assist-send {
|
|
140318
140356
|
position: absolute;
|
|
140319
140357
|
right: 20px;
|
|
@@ -47914,8 +47914,11 @@ $ddt-select-all-padding: 0 8px !default;
|
|
|
47914
47914
|
$ddt-big-select-all-padding: 3px 12px !default;
|
|
47915
47915
|
$ddt-select-all-height: 34px !default;
|
|
47916
47916
|
$ddt-select-all-checkbox-margin: 0 8px !default;
|
|
47917
|
+
$ddt-rtl-select-all-checkbox-margin: 0 8px !default;
|
|
47917
47918
|
$ddt-select-all-text-indent: 36px !default;
|
|
47918
|
-
$ddt-select-all-
|
|
47919
|
+
$ddt-rtl-select-all-text-indent: 36px !default;
|
|
47920
|
+
$ddt-select-all-bigger-text-indent: 36px !default;
|
|
47921
|
+
$ddt-rtl-select-all-bigger-text-indent: 32px !default;
|
|
47919
47922
|
$ddt-select-all-text-font-size: $text-sm !default;
|
|
47920
47923
|
$ddt-popup-radius: 6px !default;
|
|
47921
47924
|
$ddt-popup-reorder-border: $border-light !default;
|
|
@@ -47936,6 +47939,11 @@ $ddt-overflow-count-padding: 5px 4px !default;
|
|
|
47936
47939
|
$ddt-delim-padding : 5px 8px !default;
|
|
47937
47940
|
$ddt-delim-bigger-padding: 6px 12px !default;
|
|
47938
47941
|
$ddt-remains-count-padding-top: 0 !default;
|
|
47942
|
+
$ddt-select-all-font-size: 14px !default;
|
|
47943
|
+
$ddt-big-select-all-font-size: 16px !default;
|
|
47944
|
+
$ddt-big-select-all-text-margin: 0 8px !default;
|
|
47945
|
+
$ddt-rtl-big-select-all-text-margin: 0 8px !default;
|
|
47946
|
+
$ddt-select-all-checkbox-bottom: 2px !default;
|
|
47939
47947
|
|
|
47940
47948
|
// color variables
|
|
47941
47949
|
$ddt-chip-bg-color: $secondary-bg-color !default;
|
|
@@ -48510,10 +48518,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
48510
48518
|
.e-checkbox-wrapper {
|
|
48511
48519
|
position: relative;
|
|
48512
48520
|
text-indent: 0;
|
|
48513
|
-
|
|
48514
|
-
@if ($ddt-skin-name == 'tailwind3') {
|
|
48515
|
-
bottom: 2px;
|
|
48516
|
-
}
|
|
48521
|
+
bottom: $ddt-select-all-checkbox-bottom;
|
|
48517
48522
|
|
|
48518
48523
|
.e-frame {
|
|
48519
48524
|
@if $ddt-skin-name == 'tailwind' or $ddt-skin-name == 'bootstrap5' or $ddt-skin-name == 'FluentUI' {
|
|
@@ -48524,7 +48529,7 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
48524
48529
|
|
|
48525
48530
|
.e-all-text {
|
|
48526
48531
|
font-family: inherit;
|
|
48527
|
-
font-size:
|
|
48532
|
+
font-size: $ddt-select-all-font-size;
|
|
48528
48533
|
margin: $ddt-select-all-checkbox-margin;
|
|
48529
48534
|
@if $ddt-skin-name == 'tailwind' {
|
|
48530
48535
|
line-height: $ddt-select-all-height;
|
|
@@ -48877,6 +48882,13 @@ $ddt-item-hover-bg: $content-bg-color-hover !default;
|
|
|
48877
48882
|
.e-treeview .e-list-item .e-ul {
|
|
48878
48883
|
padding: 0 14px 0 0;
|
|
48879
48884
|
}
|
|
48885
|
+
|
|
48886
|
+
.e-selectall-parent {
|
|
48887
|
+
text-indent: $ddt-rtl-select-all-text-indent;
|
|
48888
|
+
.e-all-text {
|
|
48889
|
+
margin: $ddt-rtl-select-all-checkbox-margin;
|
|
48890
|
+
}
|
|
48891
|
+
}
|
|
48880
48892
|
}
|
|
48881
48893
|
}
|
|
48882
48894
|
}
|
|
@@ -67368,6 +67380,13 @@ $grid-checkmark-color: $primary-text-color !default;
|
|
|
67368
67380
|
&.sf-grid .e-ccheck.e-colfocus {
|
|
67369
67381
|
background-color: $grid-hover-bg-color;
|
|
67370
67382
|
}
|
|
67383
|
+
|
|
67384
|
+
&.sf-grid{
|
|
67385
|
+
.e-gridcontent .e-leftfreeze.e-recordplusexpand,
|
|
67386
|
+
.e-gridcontent .e-leftfreeze.e-recordpluscollapse{
|
|
67387
|
+
@include background-color-styles($grid-skin, $group-row-bg-color, $group-row-bg-color);
|
|
67388
|
+
}
|
|
67389
|
+
}
|
|
67371
67390
|
}
|
|
67372
67391
|
|
|
67373
67392
|
.e-spreadsheet .e-ftrchk.e-chkfocus {
|
|
@@ -108984,6 +109003,13 @@ $nodata-border-color: $flyout-border !default;
|
|
|
108984
109003
|
align-items: center;
|
|
108985
109004
|
border-radius: 0 0 $multicolumn-popup-border-radius $multicolumn-popup-border-radius;
|
|
108986
109005
|
}
|
|
109006
|
+
.e-multicolumn-list .e-multicolumn-list-hidden {
|
|
109007
|
+
border: 0;
|
|
109008
|
+
height: 0;
|
|
109009
|
+
padding: 0;
|
|
109010
|
+
visibility: hidden;
|
|
109011
|
+
width: 0;
|
|
109012
|
+
}
|
|
108987
109013
|
.e-multicolumn-grid.e-grid {
|
|
108988
109014
|
border-width: $grid-border-width;
|
|
108989
109015
|
border-radius: $multicolumn-popup-border-radius;
|
|
@@ -109502,9 +109528,6 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109502
109528
|
textarea::-webkit-scrollbar {
|
|
109503
109529
|
width: 4px;
|
|
109504
109530
|
}
|
|
109505
|
-
.hide-scrollbar textarea {
|
|
109506
|
-
scrollbar-width: none;
|
|
109507
|
-
}
|
|
109508
109531
|
&:has(.e-rtl):not(.e-footer-template) .e-assist-send {
|
|
109509
109532
|
right: unset;
|
|
109510
109533
|
left: 20px;
|
|
@@ -109536,6 +109559,9 @@ $tbar-header-hover-bg-color: transparent !default;
|
|
|
109536
109559
|
}
|
|
109537
109560
|
}
|
|
109538
109561
|
&:not(.e-footer-template) {
|
|
109562
|
+
.e-textarea {
|
|
109563
|
+
max-height: 280px;
|
|
109564
|
+
}
|
|
109539
109565
|
.e-assist-send {
|
|
109540
109566
|
position: absolute;
|
|
109541
109567
|
right: 20px;
|